.alert-feed {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    /*padding: 0 0 28px 0;*/
    float: left;
    background-color: #292F33;
    color: #FFF;
    text-align: center;
    min-height: 0px;
    max-height: 650px;
    margin-bottom: 0px;
    margin-top: -10px;
}
h2.alert-feed-title {
    font-size: 20px;
    padding: 10px 20px 0 20px;
    font-family: 'Open Sans',sans-serif;
    text-rendering: optimizelegibility;
    text-transform: uppercase;
    text-align: center;
    line-height: 27px;
    font-weight: 700;
    color: #fff !important;
    margin-top: 20px;
}
h2.alert-feed-title span {
    font-style: italic;
    text-transform: lowercase;
}
.alerts-wrapper {
    height: 335px;
    margin-bottom: -70px !important;
}
.alerts-wrapper,
p.alerts-error {
    margin: 15px 10px 0px 10px;
    border-top: 1px solid rgba(145,165,180,.6);
    border-bottom: 1px solid rgba(145,165,180,.6);
    padding: 10px 15px 0px 15px;
    text-align: left;
    overflow: auto;
    min-height: 0px;
}
.alert-icon {
    display: inline-block;
}
.alert-content {
    vertical-align: middle;
    padding: 10px 0;
}
.alert-icon img{
    width: 30px;
    margin-right: 20px;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0;
}
.alert-title {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    color: #ef3e42;
    font-size: 18px;
    line-height: 32px;
    vertical-align: middle;
    font-family: 'Open Sans',sans-serif;
    text-rendering: optimizelegibility;
    font-weight: 700;
    display: inline-block;
    text-transform: none;
}
.alert-divider {
    border-top: 0;
    border-bottom: 1px solid rgba(145,165,180,.6);
    margin-top: 0;
}
.alert-divider:last-child {
    display: none;
}
.alert-text {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 18px;
    font-family: 'Open Sans',sans-serif;
    color: #fff;
    font-weight:400;
    line-height:18px;
    margin-top: 0px;
}
.alert-time {
    font-size: 15px;
    color: #c4c4c4;
    font-family: 'Open Sans',sans-serif;
    font-weight: 400;
    line-height: 24px;
    margin-top: 0px;
    margin-bottom: 8px;
}
.alerts-timestamp {
    color: #898383;
    font-size: 12px;
    text-align: center;
    padding-right: 20px;
    padding-left: 20px;
    font-family: 'Open Sans',sans-serif;
}
.alerts-timestamp-hidden {
    display: none;
}
.refresh-icon {
    display: none;
    /* float: right; */
    height: 20px;
    width: 20px;
    position: relative;
    bottom: 2px;
    right: 7px;
}
.alerts-animate-refresh {
    animation: alerts-rotate-left 1s linear 2;
}
.no-alerts {
    margin-top: 0;
    font-weight: bold;
    color: #278d30;
}
.alerts-subscription-wrapper {
    margin-left: -20px;
    margin-right: -20px;
}

img.thumb-tack {
    height: 13px;
    width: 13px;
    margin-left: 2px;
    position: relative;
    top: 2px;
}
.alert-feed .fade-down {
	pointer-events: none;
	margin-left: 0;
    height: 80px;
	margin-top: -50px;
    width: calc(100% - 27px);
    background: linear-gradient(to bottom, transparent, #292F33);
    /* background: linear-gradient(to bottom, rgba(255,255,255,0), #292F33); -- Need to use "transparent" instead of rgba(255,255,255,0) for mac and iOs as transparent is a transparent black  */
    position: relative;
    bottom: 41px;
}
.service-alerts:nth-last-of-type(1) {
    margin-bottom: 30px;
}

p.alerts-button-wrapper {
    margin-bottom: 10px !important;
}

.alerts-button {
    margin: auto;
}

.alerts-feed-login .alerts-button,
.alerts-feed-login .alerts-button-wrapper {
    display: none;
}
a.basic-button.alerts-button {
    max-width: 200px;
    padding: 15px 5px;
}
a.basic-button img {
    margin: 0 0 4px 8px;
    max-height: 14px;
}
a.basic-button.alerts-button:hover {
    -webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0px 6px 6px rgba(0,0,0,0.13);
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.13);
    color: white;
    text-decoration: none;
}
.alerts-wrapper .alert-content {
    vertical-align: middle;
    padding: 0 0 20px 46px;
    line-height: 23px;
    color: #fff;
}

.alerts-wrapper .alert-icon {
    width: 30px;
    margin-right: 10px;
}
/* Media Queries */
@media (max-width: 1200px) {
    .alert-icon {
        width: 40px;
    }
    .alert-text {
        font-size: 16px;
        line-height: 21px;
    }
    .alerts-wrapper {
        max-height: 200px;
    }
    .alert-feed {
        margin-bottom: 30px;
    }
}

@media (max-width: 599px) {
    .alert-feed .fade-down {
        margin-bottom: 25px;
    }
}

 /* Keyframes */
@keyframes alerts-rotate-left {
  100% {
    transform: rotate(-1turn);
  }
}
@media (min-width: 1600px) {
    .service-alerts-desktop.wpb_column.vc_column_container.vc_col-sm-12.vc_col-lg-4.vc_col-md-12.vc_col-xs-12 {
        width: 31.33333333%;
    }
    .service-alerts-desktop .alerts-wrapper {
        padding-bottom:20px;
    }
}

@media (min-width: 500px) {
.service-alerts-desktop .alert-feed {
    padding-bottom: 50px;
}
}

@media (min-width: 500px) {
    .service-alerts-desktop .alert-feed {
        padding-bottom: 50px;
    }
}