a,
button
{
    color: #54788D;
    cursor: pointer;
}

    a:hover
    {
        color: #82DFFF;
    }

body
{
    background-color: #10111C;
    border-left: 1px solid #313438;
    border-right: 1px solid #313438;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    font-family: DM Sans;
    margin: 0 auto;
    max-width: 1920px;
    min-height: 100vh;
}

div
{
    box-sizing: border-box;
}


footer
{
    border-left: 1px solid #313438;
    border-top: 1px solid #313438;
    display: flex;
    justify-content: center;
    font-family: Questrial;
    margin-left: 15rem;
    max-width: calc(1920px - 15rem);
    text-align: center;
}

header
{
    background-color: #10111C;
    border-bottom: 1px solid #313438;
    display: flex;
    justify-content: center;
    height: 3.2rem;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 100;
}

h3
{
    margin: 0;
}

main
{
    border-left: 1px solid #313438;
    display: flex;
    flex-grow: 1;
    justify-content: center;
    margin-left: 15rem;
}

    main img
    {
        margin-right: 1rem;
    }

    main .content
    {
        padding: 0 0.75rem;
        width: 100%;
    }

table
{
    border-collapse: collapse;
    margin-bottom: 1rem;
}

td,
th
{
    border: 1px solid;
    border-width: 0.1rem;
    padding: 0.1rem 0.5rem;
}

.bottomCaption
{
    caption-side: bottom;
    text-align: left;
}

.centerText
{
    text-align: center;
}

.centerElement
{
    margin-left: auto;
    margin-right: auto;
}

.characterQuotes
{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 50px;
}

.closeButton
{
    cursor: pointer;
    display: inherit;
    filter: invert(100%);
    opacity: 70%;
}

.columnSection
{
    display: flex;
    flex-wrap: wrap;
}

    .columnSection > section
    {
        flex: 1;
        margin: 0 0.625rem 0 0;
    }

.flexTable
{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 1rem;
    margin-top: 1rem;
}
    .flexTable div:not(.headerCell)
    {
        flex-basis: 33%;
    }

.fullCellLink
{
    border: 0.01rem solid white;
    display: block;
    height: 100%;
    width: 100%;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
}

.fullWidth
{
    width: 100%;
}

.headerCell
{
    text-align: center;
    width: 100%
}

.newsArticle
{
    display: flex;
    margin-bottom: 1.25rem;
}

.newsHeadlineImage
{
    text-align: center;
}

.noBottomMargin
{
    margin-bottom: 0px;
}

.noListStyle
{
    list-style-type: none;
}

.questrial
{
    font-family: "Questrial";
}

.teamMemberInfo
{
    flex: 1 0 300px;
    padding-left: 1rem;
    padding-right: 1rem;
}

.search
{
    align-items: center;
    border: 1px solid #313438;
    display: flex;
    position: relative;
    width: 18rem;
}

    .search form
    {
        align-items: center;
        display: flex;
        width: 100%;
    }

    .search button
    {
        align-items: center;
        background: transparent;
        border: none;
        display: flex;
        padding: 0;
    }

        .search button img
        {
            cursor: pointer;
            filter: invert(100%);
            left: 0.5rem;
            opacity: 30%;
            position: absolute;
            width: 1.25rem;
        }

    .search input
    {
        background: transparent;
        color: #FFFFFF;
        flex-grow: 1;
        outline: none;
        padding: 0.5rem 1.25rem 0.5rem 2rem;
        width: 100%;
    }

        .search input::placeholder
        {
            color: #707070;
        }

.sectionLogo
{
    height: auto;
    max-width: 75%;
}

.sectionNavigationCategory
{
    margin-bottom: 0.5rem;
    text-decoration: underline;
}

.sectionTitle
{
    display: block;
    text-align: center;
    text-decoration: underline;
}

.subheading
{
    margin-top: 0px;
}

.tableCaption
{
    margin-bottom: 0px;
    text-align: center;
}

.title
{
    text-align: center;
    text-decoration: underline;
}

.visible
{
    visibility: visible !important;
}

#endContentAd
{
    margin: 1rem;
    text-align: center;
}

#fadeElement
{
    background-color: rgba(0,0,0,0.5);
    content: '';
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 3.2rem;
    width: 100%;
    z-index: 2;
}

#fullNavBar
{
    align-items: center;
    display: none;
    justify-content: center;
    padding: 0 0.75rem;
    width: 100%;
}

#rightSideBarAd
{
    margin-top: 1rem;
    width: 15rem;
}

#sectionNavAd,
#siteNavAd
{
    margin-top: 1rem;
}

#sectionNavBar
{
    box-sizing: border-box;
    height: 100vh;
    overflow-y: auto;
    padding: 0.5rem;
    position: absolute;
    top: 3.2rem;
    width: 15rem;
}

#teamMemberList
{
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 1366px)
{
    #fullNavBar .search
    {
        display: none;
    }
}

@media (min-width: 1280px)
{

    .menuSubCategoryName
    {
        margin-bottom: 0.25rem;
        padding-left: 0.5rem;
        padding-right: 0.75rem;
        text-decoration: underline;
    }

    .newsArticleText
    {
        flex: 1;
        padding-left: 1rem;
    }

        .newsArticleText h2
        {
            margin: 0;
        }

        .newsArticleText > .newsHeadlineImage
        {
            display: none;
        }

    .newsHeadlineImage
    {
        width: 423px;
    }

    #fullNavBar
    {
        display: flex;
    }

        #fullNavBar .parentCategories
        {
            align-items: center;
            display: flex;
            white-space: nowrap;
        }

        #fullNavBar ul
        {
            margin-top: 0;
            padding-left: 1rem;
            text-decoration: underline;
        }

        #fullNavBar .parentCategory
        {
            display: inline-block;
            position: relative;
        }

            #fullNavBar .parentCategory p
            {
                align-items: center;
                color: #54788D;
                display: flex;
                margin-right: 0.75rem;
                transition-duration: 150ms;
            }

                #fullNavBar .parentCategory p:hover
                {
                    color: #82DFFF;
                }

        #fullNavBar .childCategories
        {
            background-color: #10111C;
            border: 1px solid #313438;
            border-radius: 0.5rem;
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(480px, 1fr));
            left: calc(50% - 1920px /2);
            position: fixed;
            top: 3.125rem;
            visibility: hidden;
            width: 1920px;
            z-index: 50;
        }

    #mobileNavBar,
    #mobileSiteNavBar,
    #sectionNav .closeButton,
    #sectionNav .sectionTitle
    {
        display: none;
    }
}

@media (max-width: 1279px)
{
    article img
    {
        width: 200px;
        height: auto;
    }

    h1
    {
        font-size: 1.25rem;
    }

    header
    {
        height: 4.3rem;
    }

    figure img
    {
        max-height: 120px;
        max-width: 200px;
    }

    main,
    footer
    {
        margin-left: 0;
        width: 100%;
    }

    .mobileLogo
    {
        display: flex;
        justify-content: center;
        width: 191px;
    }

    .newsArticle > .newsHeadlineImage
    {
        display: none;
    }

    .newsArticleText > h3
    {
        text-align: center;
    }

    .newsArticleText > hr
    {
        display: none;
    }

    .newsArticleText > .newsArticleAuthor
    {
        font-size: smaller;
        text-align: center;
    }

    #endContentAd,
    #rightSideBarAd
    {
        display: none;
    }

    #fullSectionNav
    {
        display: none;
    }

    #homepageReleasTable tr:nth-child(n+4)
    {
        display: none;
    }

    #mobileNavBar
    {
        align-items: center;
        display: flex;
        justify-content: space-between;
        padding: 0 0.5rem;
        transition: all 1000ms ease;
        width: 100%;
    }

        #mobileNavBar .sectionBar
        {
            align-items: center;
            display: flex;
            cursor: pointer;
            flex-direction: column;
            flex-grow: 1;
            flex-shrink: 1;
            justify-content: flex-start;
            min-width: calc((100% - 191px) / 2);
        }

        #mobileNavBar .siteBar
        {
            align-items: center;
            display: flex;
            cursor: pointer;
            flex-direction: column;
            flex-grow: 1;
            flex-shrink: 1;
            justify-content: flex-end;
            min-width: calc((100% - 191px) / 2);
        }

            #mobileNavBar .siteBar img
            {
                filter: invert(44%) sepia(34%) saturate(445%) hue-rotate(158deg) brightness(93%) contrast(83%);
            }

    #mobileSiteNavBar
    {
        background-color: #10111c;
        box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
        box-sizing: border-box;
        flex-direction: column;
        height: 100vh;
        overflow-y: auto;
        padding: 0rem 1.75rem 1.75rem 1.75rem;
        position: fixed;
        right: -100%;
        transition: all 1000ms ease;
        top: 70px;
        user-select: none;
        visibility: hidden;
        width: 100%;
        z-index: 50;
    }

        #mobileSiteNavBar.open
        {
            visibility: visible;
            right: 0%;
        }

        #mobileSiteNavBar .closeButton
        {
            position: absolute;
            right: 1.75rem;
            top: 0.75rem;
            z-index: 50;
        }

        #mobileSiteNavBar .parentCategory
        {
            position: relative;
        }

            #mobileSiteNavBar .parentCategory p
            {
                align-items: center;
                color: #54788D;
                cursor: pointer;
                display: flex;
                font-family: Questrial;
                font-size: 1.25rem;
                margin-bottom: 0rem;
                margin-top: 0.75rem;
                width: fit-content;
                transition: all 150ms;
            }

                #mobileSiteNavBar .parentCategory p:hover
                {
                    color: #82DFFF;
                }

        #mobileSiteNavBar .childCategories,
        #mobileSiteNavBar .grandchildCategories
        {
            display: none;
        }

        #mobileSiteNavBar .childCategory,
        #mobileSiteNavBar .grandchildCategory,
        #mobileSiteNavBar .great_grandchildCategory
        {
            display: flex;
            flex-direction: column;
            padding: 0.25rem 0.25rem 0.25rem 0.75rem;
            width: 100%;
        }

            #mobileSiteNavBar .childCategory span,
            #mobileSiteNavBar .grandchildCategory span
            {
                color: #CBCBCD;
                cursor: pointer;
                display: inline-block;
                width: fit-content;
            }

            #mobileSiteNavBar .grandchildCategory a,
            #mobileSiteNavBar .great_grandchildCategory a
            {
                margin-top: 0.5rem;
                width: fit-content;
                transition: all 150ms;
            }

                #mobileSiteNavBar .grandchildCategory a:first-child,
                #mobileSiteNavBar .great_grandchildCategory a:first-child
                {
                    margin-top: 0rem;
                }

    #sectionNavBar
    {
        background-color: #10111C;
        box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
        left: -103%;
        padding: 0.75rem 1.75rem 1.75rem 1.75rem;
        position: fixed;
        transition: all 1000ms ease;
        user-select: none;
        top: 4.2rem;
        visibility: hidden;
        width: 26rem;
        z-index: 50;
    }

    #sectionNav .closeButton
    {
        position: absolute;
        right: 1.75rem;
    }

    #sectionNavBar.open
    {
        left: 0;
        visibility: visible;
    }
}
