main {
    padding-bottom: 0;
}

.fullLayout.colGrp {
    display: flex;
    flex-direction: column;
    flex: 1 0 100%;
    width: 100%;
    margin-top: 30em;
}

.fullBody .ccGlass {
    box-shadow: none;
}

.fullBody .newsCarouselBlock h2 {
    font-size: 2em;
    position: relative;
    display: inline-block;
    min-width: 24%;
    color: #fff !important;
    letter-spacing: 1px;
    border-bottom: 2px solid var(--cc-yellowAccent);
    padding: 0.5em 1em 0.25em 2em !important;
}


#masterHero {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: fixed;
    z-index: -1;
    top: 0;
}

.hero-video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
    filter: brightness(80%);
    background-image: url('../images/backgroundimg.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.hero-text h1 {
    font-size: 4.5em;
    letter-spacing: 0px;
    font-weight: normal !important;
    font-family: 'Franklin Gothic Demi' !important;
    /* font-family: 'Lato'; */
    color: #fff !important;
    /* text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000; */
    margin: 0 !important;
    padding: 0 0 .15em 0 !important;
}

#masterHero .hero-text p {
    font-size: 3em;
    padding: .2em 1em .5em 8.75em;
    line-height: .75em;
    line-height: .25em;
    margin: 0;
    letter-spacing: 0px;
    color: #fff;
    text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
    font-family: "Great Vibes", "Snell Roundhand", "Brush Script MT", "Times New Roman", serif !important;
}

#masterHero .hero {
    /*  background-image: url('../images/backgroundimg.jpg');
    background-repeat: no-repeat;
    background-size: cover;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 70vh;
    z-index: -1;
    pointer-events: none;
    /*background-position: center center;*/
}

/*.hero {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url(/sites/WebDesign/Style%20Library/Images/backgroundImg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -1;
    pointer-events: none;
}*/

#masterHero .hero-text {
    text-align: center;
}

.fullBody {
    z-index: 1;
    width: 100%;
    flex: 1 0 100%;
}


/*-------------
---TOP SITES---
---------------*/

#topSites {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    flex: 1 0 100%;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

    #topSites .container {
        /* position: absolute; */
        max-width: 91% !important;
        width: 90%;
        bottom: 5em;
        color: #fff;
        border-radius: 1em;
        display: flex;
        flex-direction: column;
        margin-bottom: 5rem;
    }

        #topSites .container h2,
        #topSites .container h3,
        #topSites .container a,
        #topSites .container a:focus {
            color: #fff !important;
        }

    #topSites .rowGrp {
        justify-content: space-between;
        flex: 1 1 auto;
    }

    #topSites .container ul {
        list-style: none;
        display: flex;
        flex-direction: column;
        flex: 1 1 auto;
    }

        #topSites .container ul li,
        .topPop .container ul li {
            border-left: 1px solid #777;
            padding: .5em;
            margin-left: .5em;
            transition: all .2s ease;
        }


section#spotlightBlock {
    background: rgba(255 255 255 / .85);
}

    section#spotlightBlock h2 {
        color: var(--cc-blueAccent01) !important
    }
