/* See also "outage.css" as the "master" css for this section */

/* When complete use any styles from the outage.css file for the
 * "outage_center_global.css" file 
*/

.topBannerContainer {
    margin: 25px auto 9px auto;
}

/* This is in the outage_center_global css file
.innerContent {
    max-width: 997px;
    margin: auto;
}
*/

.topBannerContainer {
    margin: 45px auto 0px auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.topBannerContainer img {
    max-width: 100%;
}

.largeHeadingContainer {
    margin: 45px auto 0px auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.largeHeading {
    font-size: 48px;
    font-weight: 800;
    letter-spacing: -1.5px;
    color: #ffcc00;
}

.largeHeadingSubText {
    margin: auto;
    text-align: center;
    font-size: 20px;
}

.referralsLogoLinkContainer {
    margin: 25px auto 20px auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.referralsLogoLinkIcon {
    position: relative;
    text-align: center;
    margin: 25px 15px;
}

.referralsLogoLinkIcon:hover {
    opacity: 0.8;
}

.horizontalLine {
    width: 100%;
    margin: auto;
    border-top: 2px solid #cacaca;
}

.textAlertContainer {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.learnMoreButton {
    width: 140px;
    height: 35px;
    margin: 35px auto 0px auto;
    font-size: 18px;
    color: #fff;
    background-color: #ffcc00;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.learnMoreButton:hover {
    opacity: 0.75;
}

.learnMoreText {
    margin: 25px auto 0px 40px;
    font-size: 22px;
    font-weight: 600;
}

.learnMoreText a:hover {
    opacity: 0.7;
}

/* Responsive */
@media screen and (max-width: 995px) {
    .largeHeading {
        font-size: 32px;
    }
    
    .largeHeadingSubText, .referralsHeadingSubText {
        font-size: 14px;
    }
} 