.mainContent {
    max-width: 1070px;
}


/* GLOBAL -- KEEP */
.outageTopLinks {
    margin: 0px 15px;
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.outageTopLinks a:hover {
    opacity: 0.6;
}
/* -----------*/

.outageTopBanner {
    width: 100%;
    margin: 25px auto 0px auto;
    text-align: center;
}

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

.outageHeadingBlack {
    width: 98%;
    margin: 25px auto; 
    text-align: center;
    line-height: 150%;
    font-size: 24px; 
    font-weight: 500;
    color: #000;
}

.outageLineSeparator {
    width: 90%;
    height: 6px;
    margin: auto;
    background-color: #9eb8da;
}

.outageLatestStormNews {
    max-width: 100%;
    margin: 20px auto;
    text-align: center;
    position: relative;
}

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

.outageLatestStormNewsLink {
    width: 17%;
    height: 25%;
    background-color: #ddd;
    position: absolute;
    bottom: 7%;
    right: 9%;
    opacity: 0.0;
}

.outageLatestStormNewsLink:hover {
    opacity: 0.5;
}

.outageThreeSquareLinks {
    max-width: 1032px;
    min-height: 350px;
    margin: 20px auto;
    text-align: center;
    background-color: #ffe64c;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    position: relative;
}

.outageThreeSquareLinks a:hover {
    opacity: 0.6;
}

.outageStormReady {
    max-width: 1032px;
    margin: 40px auto 20px auto;
    text-align: center;
    position: relative;
}

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

.outageStormReady a {
    width: 16%;
    height: 8%;
    background-color: #ddd;
    position: absolute;
    right: 6%;
    top: 15%;
    opacity: 0.0;
}

.outageStormReady a:hover {
    opacity: 0.4;
}

.outageHeadingRed {
    margin: auto;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    color: #ee3228;
}

.videoAndAlerts {
    max-width: 100%;
    margin: 40px auto;
    text-align: center;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

.videoAndAlerts a:hover {
    opacity: 0.7;
}

.iFrameVideo {
    width: 560px;
    height: 315px;
}

.outage4SquareLinks {
    max-width: 100%;
    margin: 20px auto;
    text-align: center;
    position: relative;
}

.outage4SquareLinks a {
    opacity: 0.0;
}

.outage4SquareLinks a:hover {
    opacity: 0.5;
}

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

.outagePowerOutLink, .outageWaterEmergLink, 
.outageGasEmergLink, .outageEarthquakeLink {
/*    width: 15.%; */
    width: 15.75%;
    height: 6%;
    background-color: #ddd;
    position: absolute;
}

.outagePowerOutLink {
    top: 27%;
    left: 17.5%;
}

.outageWaterEmergLink {
    top: 27%;
    right: 17%;

}

.outageGasEmergLink {
    bottom: 7.75%;
    left: 17.5%;
}

.outageEarthquakeLink {
    bottom: 7.75%;
    right: 17%;
}



/* ______________ */
@media screen and (max-width: 995px) {
    .outagePowerOutLink, .outageGasEmergLink {
        left: 17.5%;
    }

    .outageWaterEmergLink, .outageEarthquakeLink {
        right: 17%;
    }
}

@media screen and (max-width: 810px) {
    .outageHeadingBlack {
        margin-top: 10px;
        line-height: 115%;
        font-size: 18px; 
    }

    .outageThreeSquareLinks {
        padding: 20px 0px;
    }

    .outageThreeSquareLinks img {
        width: 60%;
        margin: 10px 0px;
    }

    .outageHeadingRed {
        font-size: 18px;
        font-weight: 500;
        margin: -15px auto;
    }

    .videoAndAlerts a img {
        max-width: 80%;
    }

    .iFrameVideo {
        margin: 0px 20px 20px 20px;
    }

@media screen and (max-width: 525px) {
    /* GLOBAL -- KEEP ALL */
    .outageTopLinks {
        display: block;
        margin: auto;
        text-align: center;
    }
    
    .topLink1 {
        margin-bottom: 20px;
    }

    .topLink2 {
        margin-top: 20px;
    }
    /* ---------- */
}