﻿
.covidAlert {
    background: #1A4983;
    color: #FFF;
    font-size: 18px;
    text-align: center;
}

    .covidAlert .container {
        padding: 20px 15px;
    }

.covidAlert__header {
    color: #FFF;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: bold;
    font-family: 'calluna-sans', sans-serif;
}

    .covidAlert__header span {
        white-space: nowrap;
    }


a.covidAlert__btn {
    color: #FFF;
    border-color: #FFF;
    padding: 10px 75px;
    font-style: italic;
}

.covidAlert__row {
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -12px;
    margin-left: -12px;
}

.covidAlert__leftColumn, .covidAlert__rightColumn {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    padding-right: 12px;
    padding-left: 12px;
}

.covidAlert__box:nth-child(even) {
    border-top: solid 4px;
    margin-top: 30px;
    padding-top: 30px;
}

    .homepageCenteredNav {
        display: none;
    }

.homepageTrending__title {
    text-align: center;
}

.homepageVideo__embed {
    width: 100vw;
    height: auto;
    object-fit: cover;
    display: block;
}

.homepageVideo {
    display: none;
}

.homepageVideo--mobile {
    display: block;
}

/* ==================== Smart Phone ========================= */
@media only screen and (max-width: 550px) {
    .featuredTalent {
        background-size: auto 600px;
    }
}

@media only screen and (min-width:768px) {
 
    .covidAlert .container {
        margin: 0 auto;
        max-width: 900px;
    }

    .homepageVideo {
        position: relative;
        padding: 49.48% 0 0 0;
    }

    .homepageVideo__embed {
        padding: 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .homepageVideo {
        display: block;
    }

    .homepageVideo--mobile {
        display: none;
    }
}


@media only screen and (min-width : 1200px) {

    .covidAlert {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 101;
        text-align: inherit;
    }

     .covidAlert .container {
        margin: 0 auto;
        max-width: 1640px;
        padding: 20px 40px;
        display: flex;
    }

    .covidAlert__box {
        width: 50%;
    }

        .covidAlert__box:nth-child(even) {
            border-top: none;
            margin-top: 0;
            padding-top: 0;
        }

    .covidAlert__header {
        font-size: 28px;
        line-height:45px;
        text-align:right;
    }

    .covidAlert__leftColumn {
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%;
    }

    .covidAlert__rightColumn {
        -ms-flex-preferred-size: 41.66666%;
        flex-basis: 41.66666%;
        max-width: 41.66666%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .featuredContent {
        margin-top: 0;
    }

    .topMenu {
        visibility: hidden;
        transition: height ease-in-out .2s, visibility ease-in-out .2s;
        height: 0;
    }

        .topMenu.-active {
            visibility: visible;
            height: 75px;
        }

    .homepageCenteredNav__Wrapper {
        z-index: 100;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex; 
        align-items: center;
        justify-content: center;
    }

    .homepageCenteredNav {
        position: relative;
        z-index: 10;
        display: flex;
        align-items: center;
        background: #1A4983;
        padding: 20px 30px;
        transform: scale(.75);
    }

    .homepageCenteredNav__logo {
        display: block;
    }

    .homepageCenteredNav__icon {
        height: 50px;
        padding-left: 30px;
        display: block;
        color: #FFFFFF;
    }

    .homepageTrending {
        position: relative;
        width: 100%;
        height: 100%;
        background: #EDF1F5;
    }

    .homepageTrending__title {
        position: absolute;
        top: 30%;
        right: 50vw;
        z-index: 10;
        text-align: right;
        font-size: 75px;
    }

    .homepageTrending__now {
        display: block;
        margin-right: -60px;
    }


    .featuredContent {
        min-height: 70vh;
    }
}

@media only screen and (min-width : 1441px) {


    .homepageTrending__title {
        font-size: 98px;
        padding: 0;
    }
}

/*Larger Desktop*/
@media only screen and (min-width : 1620px) {

    .homepageCenteredNav {
        transform: scale(1);
    }
}

@media only screen and (min-width : 2000px) {
    body {
        margin: 0 auto;
        max-width: 2000px;
        overflow: hidden;
    }

    html {
        background: #EDF1F5;
    }

    .topMenu {
        left: auto;
        width: 2000px;
    }

    .homepageTrending__title {
        right: 1000px;
    }
}
