/* ============= */
/* ALERT BANNERS */
/* ============= */

#gore--alert-banners--container {
    background-color: #76232F;
    padding: 14px 0 12px 0;
}

@media (min-width: 768px) {
    #gore--alert-banners--container {
        padding: 18px 0 16px 0;
    }
}

#gore--alert-banners--container > div:nth-child(n+2) > div {
    padding-top: 8px;
    margin-top: 8px;
    border-top: 1px solid white;
}

@media (min-width: 768px) {
    #gore--alert-banners--container > div:nth-child(n+2) > div {
        padding-top: 12px;
        margin-top: 10px;
    }
}

.gore--alert-banner--container {
    margin: 0 auto 0 auto;
    padding: 0 15px 0 15px;
}

@media (min-width: 768px) {
    .gore--alert-banner--container {
        max-width: 750px;
    }
}

@media (min-width: 992px) {
    .gore--alert-banner--container {
        max-width: 970px;
    }
}

@media (min-width: 1200px) {
    .gore--alert-banner--container {
        max-width: 1170px;
    }
}

.gore--alert-banner--row {
    display: flex;
    align-items: center;
}

.gore--alert-banner--img--icon {
    width: 40px;
    height: auto;
    margin-right: 15px;
    margin-top: -1px;
}

@media (min-width: 768px) {
    .gore--alert-banner--img--icon {
        width: 54px;
        margin-right: 30px;
        margin-top: -2px;
    }
}

.gore--alert-banner--col--txt {
    flex: 100%;
}

.gore--alert-banner--col--txt *:last-child {
    margin-bottom: 0;
}

.gore--alert-banner--col--txt * {
    color: white;
    font-size: 12px !important;
    line-height: 1.25 !important;
    font-weight: 600;
}

@media (min-width: 768px) {
    .gore--alert-banner--col--txt * {
        font-size: 16px !important;
    }
}

.gore--alert-banner--col--txt strong {
    font-weight: 800 !important;
}

.gore--alert-banner--col--txt a:link {
    color:white;
}

.gore--alert-banner--col--txt a:hover, .gore--alert-banner--col--txt a:focus {
    color:white;
    text-decoration: none;
}

a[href ^= 'tel:'] {
    color: inherit !important;
    text-decoration: none !important;
    white-space:nowrap;
}