main {
    padding-bottom: 0;
}

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

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

.fullBody .newsCarouselBlock h2 {
    position: relative;
    /* display: inline-block; */
    width: 25%;
    color: #3a557a !important;
    letter-spacing: 1px;
    border-bottom: 2px solid var(--cc-yellowAccent);
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
    padding-top: 4rem;
}

#masterHero {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: fixed;
    z-index: -1;
    top: 0;
    background-image: url(/images/default-source/default-album/layoutimages/vidframes/CCMainVideo.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.hero-video {
    position: fixed;
    top: 3.5rem;
    left: 0;
    width: 100%;
    height: 90%;
    /* min-height: 100%; */
    z-index: -1;
    object-fit: cover;
    /*filter: brightness(80%);*/
   
}

.hero-text h1 {
    font-size: 4.5em;
    letter-spacing: 0px;
    font-weight: normal !important;
    font-family: 'Franklin Gothic Demi' !important;
    color: #fff !important;
    margin: 0 !important;
    padding: 0 5rem;
}


#masterHero .hero {
    position: relative;
    top: 3.5rem;
    left: 0px;
    width: 100%;
    height: 90vh;
    z-index: -1;
    pointer-events: none;
}


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

.fullLayout .hero-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 16% 0;
    height: 100%;
}

    .fullLayout .hero-text p {
        font-size: 3em;
        padding: .2em 1em .5em 8.75em;
        line-height: 1;
        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;
    }

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

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

    #topSites .container {
        max-width: 91% !important;
        width: 90%;
        bottom: 5em;
        /* border-radius: .15rem; */
        display: flex;
        flex-direction: column;
        margin-bottom: 5rem;
        background: linear-gradient(135deg, rgb(255 255 255 / 90%) 0%, rgb(210 209 209 / 70%) 50%, rgb(224 224 224 / 100%) 100%);
        backdrop-filter: blur(5px);
        padding: 1.5rem 2.5rem;
        color: #222;
        border: 2px solid #dedede;
        box-shadow: 0 10px 28px rgba(0,0,0,.15);
        background: linear-gradient( 135deg, rgba(255,255,255,.85) 0%, rgba(235,235,235,.70) 60%, rgba(245,245,245,.9) 100%);
    }
        /* DARK MODE
    #topSites .container {
        max-width: 91% !important;
        width: 90%;
        bottom: 5em;
        
        display: flex;
        flex-direction: column;
        margin-bottom: 5rem 80px;
        background: linear-gradient(135deg, rgb(255 255 255 / 90%) 0%, rgb(210 209 209 / 70%) 50%, rgb(224 224 224 / 100%) 100%);
        backdrop-filter: blur(5px);
        padding: 1.5rem 2.5rem;
        color: #ffffff;
        border: 2px solid #748698;
        box-shadow: 0 10px 28px rgba(0, 0, 0, .15);
        background: linear-gradient(135deg, rgb(15 26 42 / 85%) 0%, rgb(24 26 30 / 70%) 60%, rgb(32 40 52 / 90%) 100%);
    }

    #topSites .container h2,
        #topSites .container h3,
        #topSites .container a,
        #topSites .container a:focus {
            color: #FEFEFE;
        }
*/
        #topSites .container h2,
        #topSites .container h3,
        #topSites .container a,
        #topSites .container a:focus {
            color: #1e2731;
        }

    #topSites .rowGrp {
        display: flex;
        justify-content: space-between;
        flex: 1 0 auto;
        gap: 2rem;
        flex-wrap: wrap;
    }

    /* topsGroup structure */
    #topSites .topsGroup {
        flex: 1 0 auto;
        display: flex;
        flex-direction: column;
        padding-bottom: .25rem;
        width: 11.5rem;
    }

        #topSites .topsGroup h3 {
            margin-bottom: .5rem;
            border-bottom: 2px solid var(--cc-navBlue);
        }

        #topSites .topsGroup .accToggle {
            display: none;
        }

        #topSites .topsGroup .slidingPart ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

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



/* RESPONSIVE */
/* Extra large desktops */
@media (max-width: 1400px) {
}

/* Large desktops */
@media (max-width: 1366px) {
    .fullBody .newsCarouselBlock h2 {
    width: 30%;
    }


/* Large desktops */
@media (max-width: 1200px) {
}

/* Small desktops / large tablets */
@media (max-width: 992px) {
}

/* Tablets */
@media (max-width: 768px) {

    .fullBody .newsCarouselBlock h2 {
        width: 80%;
    }

    .fullLayout .hero-text {
        text-align: center;
    }

        .fullLayout .hero-text p {
            padding: 2rem 0 0 0;
        }
    #masterHero .hero {
        height: 100vh;
    }
    }

/* Large phones */
@media (max-width: 576px) {

    .fullLayout.colGrp {
        margin-top: 2em;
    }

    #masterHero .hero-text {
        padding: 1.5rem;
    }

    .hero-text h1 {
        font-size: 3rem;
        overflow-wrap: normal;
        letter-spacing: 1px;
    }

    .fullLayout .hero-text p {
        padding: 2rem 0 0 0;
        line-height: 1;
        font-size: 2.25rem;
        letter-spacing: 2px;
    }

    #topSites .container {
        max-width: unset !important;
        width: 100%;
        padding: 1rem 2rem;
        border-radius: 0;
    }

        #topSites .container h2,
        #topSites .container h3,
        #topSites .container a,
        #topSites .container a:focus {
            text-align: center;
        }

        #topSites .container .topsGroup h3 {
            margin-bottom: 0;
        }

    #topSites .rowGrp {
        flex-direction: column;
        gap: 0;
    }

    /* Accordion for topsGroup */
    #topSites .topsGroup {
        border-bottom: 1px solid rgba(255, 255, 255, .2);
        padding: 0;
        width: 100%;
    }

        #topSites .topsGroup .slidingPart {
            display: none;
            margin-top: .5rem;
        }

        #topSites .topsGroup .accToggle:checked ~ .slidingPart {
            display: block;
        }

        #topSites .topsGroup h3 label {
            display: block;
            cursor: pointer;
            padding: .75rem 0;
            display: flex;
            justify-content: space-between;
        }

            #topSites .topsGroup h3 label::after {
                content: "\E812";
                font-family: 'ccicons';
                margin-left: .5rem;
            }

        #topSites .topsGroup .accToggle:checked + h3 label::after {
            content: "\E80F";
        }
}
/* Small phones */
@media (max-width: 480px) {
}

/* Very small devices */
@media (max-width: 360px) {
}
