﻿/* Site Colors */
:root {
    --uni-red: #ae0000;
    --UHV-dark-red: #DA291C;
    --COB-blue: #3C7295;

    --black: #000000;
    --bone: #e3d8c9;
    --chamoisee: #91744b;
    --dim-grey: #626262;
    --eerie-black: #1a1a1a;
    --gunmetal: #182828;
    --lion: #ab8c5f;
    --platinum: #d9d9d9;
    --timberwolf: #d2d2d2;
    --white: #ffffff;
    --white-smoke: #f7f5f3;

    --scrollbar-width: calc(100vw - 100%);
    --viewport-width: calc(100vw - var(--scrollbar-width));
    font-family: 'Montserrat', sans-serif;
}

/* CSS kicks in when the device width is 1921px and above */
@media only screen and (min-width: 1921px) {
    .mobile-only {
        display: none;
    }
}

/*CSS kicks in when the device width is 1920 and below*/
@media only screen and (max-width: 1920px) {

}

/*CSS kicks in when the device width is 1645 and below*/
@media only screen and (max-width: 1645px) {
    #secondnav ul.secondNav-menu li {
        width: calc(33% - 1rem);
    }
}

/*CSS kicks in when the device width is 1280 and below*/
@media only screen and (max-width: 1280px) {
    nav#topnav ul.menu-list > li.menu-item > a {
        font-size: 1.2rem;
    }

    #secondnav ul.secondNav-menu li {
        font-size: 1.05rem;
    }
}

/*CSS kicks in when the device width is 1200 and below*/
@media only screen and (max-width: 1200px) {
    .desktop-only {
        display: block;
    }

    .mobile-only {
        display: none;
    }

    nav#topnav .burger {
        display: none;
    }

    .mobile-only.searchLbl {
        display: inline-block;
    }

    header .hero {
        height: auto;
    }

        header .hero h1 {
            bottom: 3rem;
            font-size: 4rem;
            padding: 1rem;
        }

    nav#topnav:not(.expanded) .fa-times.menu-close {
        display: none;
    }

    nav#topnav:not(.expanded) .fa-bars.menu-open {
        display: block;
    }

    nav#topnav.expanded .fa-bars.menu-open {
        display: none;
    }

    nav#topnav.expanded .fa-times.menu-close {
        display: block;
    }

    nav#topnav.expanded .menu-list {
        align-items: flex-start;
    }

    .mediaRight .content-container, .mediaLeft .content-container {
        display: flex;
        flex-direction: unset;
        gap: 3rem;
    }

    .content-container {
        padding: 3rem 1rem;
        width: 100%;
    }

    .CTA-button-container {
        margin: 0 auto 3rem auto;
        row-gap: 2rem;
    }

    .BG-container.multibuttonCTA .content-container h2 {
        font-size: 5.25rem;
        margin: 0 auto 2rem auto;
    }

    .three-button-CTA .CTA-button {
        margin: 0 0 1rem 0;
        padding: 0.7rem;
        max-width: calc(100vw - 40px);
        min-width: unset;
        font-size: 1.5rem;
    }

    .three-button-CTA h2 {
        font-size: 2rem;
        margin-bottom: 1rem;
    }

    section.profile-container-fluid {
        flex-direction: column;
        padding: 2rem;
        width: 100%;
    }

        section.profile-container-fluid > .image {
            margin-right: unset;
            width: 100%;
        }

    .profile {
        flex-direction: column;
    }

    .identifier .address li {
        font-size: 0.9rem;
    }

    /* Footer */
    footer {
        padding: 1.5rem;
    }

    ul.university-links.page-navigation.tier-1 {
        padding: 0;
    }

    .social-media a {
        font-size: 1.45rem;
        margin: 0 2% 0 8%;
        transition: color 250ms ease-out;
    }
}

/*CSS kicks in when the device width is 1100 and below*/
@media only screen and (max-width: 1100px) {
    .desktop-only {
        display: none;
    }

    .mobile-only {
        display: block;
    }

    nav#topnav .burger {
        display: flex;
    }

    .mobile-only.searchLbl {
        display: inline-block;
    }

    nav#topnav ul.menu-list > li.menu-item {
        border-bottom: 1px var(--black) solid;
        height: auto;
        margin-bottom: 1rem;
        padding-bottom: 0.5rem;
        width: 100%;
    }

        nav#topnav ul.menu-list > li.menu-item > a {
            display: block;
            font-size: 1.55rem;
            width: 100%;
        }

    /*In This Section Menu*/
    .thisSection > button, .thisSection > button:active {
        background-color: var(--uni-red);
        border: 0;
        color: var(--white);
        display: block;
        font-size: 1.2rem;
        letter-spacing: 1px;
        padding: 15px;
        text-decoration: none;
        word-spacing: 3px;
    }

    .thisSection button > .fa-solid.fa-chevron-down {
        right: 6%;
        position: absolute;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
        transition: all 0.5s;
    }

    .thisSection.active button > .fa-solid.fa-chevron-down {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    #secondnav ul.secondNav-menu {
        display: none;
        height: 0;
        transition: all 0.35s ease;
    }

        #secondnav ul.secondNav-menu.active {
            display: block;
            height: auto;
            transition: all 0.35s ease;
        }

    header .hero {
        height: auto;
    }

        header .hero h1 {
            bottom: unset;
            font-size: 4rem;
            padding: 1rem;
            top: 10rem;
        }


    nav#topnav:not(.expanded) .fa-times.menu-close {
        display: none;
    }

    nav#topnav:not(.expanded) .fa-bars.menu-open {
        display: block;
    }

    nav#topnav.expanded .fa-bars.menu-open {
        display: none;
    }

    nav#topnav.expanded .fa-times.menu-close {
        display: block;
    }

    nav#topnav:not(.expanded) .menu-list {
        display: none;
    }

    nav#topnav.expanded .menu-list {
        align-items: flex-start;
        display: flex;
    }

    #secondnav ul.secondNav-menu {
        flex-direction: column;
    }

        #secondnav ul.secondNav-menu li {
            display: inherit;
            width: auto;
        }

    .content-container.threeColumn {
        flex-direction: column;
    }

        .content-container.threeColumn > .text-container {
            width: 100%;
        }
}

/*CSS kicks in when the device width is 932 and below*/
@media only screen and (max-width: 932px) {
    .desktop-only {
        display: none;
    }

    .mobile-only {
        display: block;
    }

    nav#topnav .burger {
        display: flex;
    }

    #secondnav ul.secondNav-menu {
        display: none;
        height: 0;
        transition: all 0.35s ease;
    }

        #secondnav ul.secondNav-menu.active {
            display: block;
            height: auto;
            transition: all 0.35s ease;
        }

    header .hero {
        height: auto;
    }

        header .hero h1 {
            bottom: 0;
            font-size: 4rem;
            padding: 1rem;
            top: 7rem;
        }

    nav#topnav:not(.expanded) .fa-times.menu-close {
        display: none;
    }

    nav#topnav:not(.expanded) .fa-bars.menu-open {
        display: block;
    }

    nav#topnav.expanded .fa-bars.menu-open {
        display: none;
    }

    nav#topnav.expanded .fa-times.menu-close {
        display: block;
    }

    nav#topnav:not(.expanded) .menu-list {
        display: none;
    }

    nav#topnav.expanded .menu-list {
        align-items: flex-start;
        display: flex;
    }

    #secondnav ul.secondNav-menu {
        flex-direction: column;
    }

        #secondnav ul.secondNav-menu li {
            display: inherit;
            width: auto;
        }

    .mediaRight .content-container, .mediaLeft .content-container {
        display: flex;
        flex-direction: unset;
        gap: 3rem;
    }

    .mediaLeft .media-container, .mediaLeft .text-container, .mediaRight .media-container, .mediaRight .text-container {
        width: 45%;
    }

    .BG-container:not(.highlights) .media-container.landscape-container, .BG-container:not(.highlights) .media-container {
        width: 50%;
    }

    .content-container {
        padding: 3rem 1rem;
        width: 100%;
    }

    .text-container {
        width: 100%;
    }

    .content-container.threeColumn {
        flex-direction: column;
    }

        .content-container.threeColumn > .text-container {
            width: 100%;
        }

    .CTA-button-container {
        margin: 0 auto 3rem auto;
        row-gap: 2rem;
    }

    .BG-container.multibuttonCTA .content-container h2 {
        font-size: 4rem;
        margin: 0 auto 2rem auto;
    }

    .three-button-CTA .CTA-button {
        margin: 0 0 1rem 0;
        padding: 0.7rem;
        max-width: calc(100vw - 40px);
        min-width: unset;
        font-size: 1.5rem;
    }

    .three-button-CTA h2 {
        font-size: 2rem;
        margin-bottom: 1rem;
    }

    section.profile-container-fluid {
        flex-direction: column;
        padding: 2rem;
        width: 100%;
    }

        section.profile-container-fluid > .image {
            margin-right: unset;
            width: 100%;
        }

    .profile {
        flex-direction: column;
    }

    .identifier .address li {
        font-size: 0.9rem;
    }

    /* Footer */
    footer {
        padding: 1.5rem;
    }

    ul.university-links.page-navigation.tier-1 {
        padding: 0;
    }

    .social-media a {
        font-size: 1.45rem;
        margin: 0 2% 0 8%;
        transition: color 250ms ease-out;
    }
}

/*CSS kicks in when the device width is 896 and below*/
@media only screen and (max-width: 896px) {
    .desktop-only {
        display: none;
    }

    .mobile-only {
        display: block;
    }

    nav#topnav .burger {
        display: flex;
    }

    #secondnav ul.secondNav-menu {
        display: none;
        height: 0;
        transition: all 0.35s ease;
    }

        #secondnav ul.secondNav-menu.active {
            display: block;
            height: auto;
            transition: all 0.35s ease;
        }

    header .hero {
        height: auto;
    }

        header .hero h1 {
            bottom: 0;
            font-size: 4rem;
            padding: 1rem;
            top: 4rem;
        }

    nav#topnav:not(.expanded) .fa-times.menu-close {
        display: none;
    }

    nav#topnav:not(.expanded) .fa-bars.menu-open {
        display: block;
    }

    nav#topnav.expanded .fa-bars.menu-open {
        display: none;
    }

    nav#topnav.expanded .fa-times.menu-close {
        display: block;
    }

    nav#topnav.expanded .menu-list {
        align-items: flex-start;
    }

    #secondnav ul.secondNav-menu {
        flex-direction: column;
    }

        #secondnav ul.secondNav-menu li {
            display: inherit;
            width: auto;
        }

    .mediaRight .content-container, .mediaLeft .content-container {
        display: flex;
        flex-direction: column;
        gap: 3rem;
    }

    .content-container.threeColumn {
        flex-direction: column;
    }

    .content-container {
        padding: 3rem 1rem;
        width: 100%;
    }

    .content-container, .BG-container.sideBySideTxt .content-container {
        flex-direction: unset;
    }

        .mediaLeft .media-container, .mediaLeft .text-container, .mediaRight .media-container, .mediaRight .text-container, .content-container.threeColumn > .text-container {
            width: 100%;
        }

    .CTA-button-container {
        margin: 0 auto 3rem auto;
        row-gap: 2rem;
    }

    .BG-container.multibuttonCTA .content-container h2 {
        font-size: 5rem;
        margin: 0 auto 2rem auto;
    }

    .three-button-CTA .CTA-button {
        margin: 0 0 1rem 0;
        padding: 0.7rem;
        max-width: calc(100vw - 40px);
        min-width: unset;
        font-size: 1.5rem;
    }

    .three-button-CTA h2 {
        font-size: 2rem;
        margin-bottom: 1rem;
    }

    section.profile-container-fluid {
        flex-direction: column;
        padding: 2rem;
        width: 100%;
    }

        section.profile-container-fluid > .image {
            margin-right: unset;
            width: 100%;
        }

    .profile {
        flex-direction: column;
    }

    .identifier .address li {
        font-size: 0.9rem;
    }
}

/*CSS kicks in when the device width is 844 and below*/
@media only screen and (max-width: 844px) {
    .content-container, .BG-container.sideBySideTxt .content-container {
        flex-direction: unset;
    }

    .mediaLeft .media-container, .mediaLeft .text-container, .mediaRight .media-container, .mediaRight .text-container, .content-container.threeColumn > .text-container {
        width: 100%;
    }
}

/*CSS kicks in when the device width is 667 and below*/
@media only screen and (max-width: 667px) {
    .desktop-only, .expanding {
        display: none;
    }

    .mobile-only {
        display: block;
    }

    nav#topnav .burger {
        display: flex;
    }

    #secondnav ul.secondNav-menu {
        display: none;
        height: 0;
        transition: all 0.35s ease;
    }

        #secondnav ul.secondNav-menu.active {
            display: block;
            height: auto;
            transition: all 0.35s ease;
        }

    header .hero {
        height: auto;
    }

        header .hero h1 {
            bottom: 3rem;
            font-size: 3.3rem;
            padding: 1rem;
        }

    nav#topnav ul.menu-list > li.menu-item > a {
        font-size: 1.55rem;
    }

    nav#topnav:not(.expanded) .fa-times.menu-close {
        display: none;
    }

    nav#topnav:not(.expanded) .fa-bars.menu-open {
        display: block;
    }

    nav#topnav.expanded .fa-bars.menu-open {
        display: none;
    }

    nav#topnav.expanded .fa-times.menu-close {
        display: block;
    }

    nav#topnav.expanded .menu-list {
        align-items: flex-start;
    }

    #secondnav ul.secondNav-menu {
        flex-direction: column;
    }

        #secondnav ul.secondNav-menu li {
            display: inherit;
            width: auto;
        }

    .mediaRight .content-container, .mediaLeft .content-container {
        display: flex;
        flex-direction: column;
        gap: 3rem;
    }

    .content-container {
        padding: 3rem 1rem;
        width: 100%;
    }

    .mediaLeft .media-container, .mediaLeft .text-container, .mediaRight .media-container, .mediaRight .text-container {
        width: 100%;
    }

    .content-container.sideBySide {
        width: 100%;
    }

        .content-container.sideBySide > .text-container {
            width: 100%;
        }

    .content-container.threeColumn {
        padding-top: 0;
    }

    .two-column-list {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
        column-gap: 0;
        list-style-type: none;
    }

    .CTA-button-container {
        margin: 0 auto;
        row-gap: 2rem;
    }

    .BG-container.multibuttonCTA .content-container h2 {
        font-size: 4.5rem;
        margin: 0 auto 2rem auto;
    }

    .three-button-CTA .CTA-button {
        margin: 0 0 1rem 0;
        padding: 0.7rem;
        max-width: calc(100vw - 40px);
        min-width: unset;
        font-size: 1.5rem;
    }

    .three-button-CTA h2 {
        font-size: 2rem;
        margin-bottom: 1rem;
    }

    .CTA-button-28 {
        font-size: 1.15rem;
    }

    .CTA-button-48 {
        width: 100%;
    }

    section.profile-container-fluid {
        flex-direction: column;
        padding: 2rem;
        width: 100%;
    }

        section.profile-container-fluid > .image {
            margin-right: unset;
            width: 100%;
        }

    .profile {
        flex-direction: column;
    }

    .identifier .address li {
        font-size: 0.9rem;
    }

    footer.page-footer {
        padding: 1rem 1rem 3rem 1rem;
    }

    .footer-content {
        flex-flow: column;
        margin: 0 auto;
        width: 100%;
    }

        .footer-content .identifier {
            border-left: unset;
            border-right: none;
            flex: 50%;
            margin: 0 auto;
            padding: unset;
            text-align: center;
        }

    .social-media {
        flex: 100%;
        max-width: unset;
        margin-bottom: 0.75em;
        margin-top: 1rem;
        min-height: unset;
    }

    .page-footer .page-link-box {
        margin: 0 auto;
    }

    .page-link-box .tier-1 {
        border-right: none;
        padding: 0;
        margin: 0;
    }

    .university-links.page-navigation li {
        border-right: none;
        display: block;
        font-size: 1.05rem;
        margin-top: 1.25em;
    }

        .address > li:not(:last-child)::after, .university-links.page-navigation li:not(:last-child)::after {
            content: "";
        }

    .page-link-box .tier-1 {
        border-right: none;
        padding: 0;
        margin: 0;
    }
}

/*CSS kicks in when the device height is 400 and below*/
@media only screen and (max-height: 400px) {
    nav#topnav.expanded ul.menu-list {
        height: 100vh;
        max-height: 250px;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }
}

/*CSS kicks in when the device width is 600 and below*/
@media only screen and (max-width: 600px) {
    header .hero h1 {
        bottom: 0;
        font-size: 1.75rem;
        padding: 1.5rem;
        top: 0;
    }

    nav#topnav ul.menu-list > li.menu-item > a {
        font-size: 1.55rem;
    }

    .BG-container.multibuttonCTA .content-container h2 {
        font-size: 2.75rem;
        margin: 0 auto 2rem auto;
    }

    .BG-container:not(.highlights) .media-container.landscape-container, .BG-container:not(.highlights) .media-container {
        width: 100%;
    }

    section {
        margin-bottom: 0;
    }

    .content-container, .BG-container.sideBySideTxt .content-container {
        flex-direction: column;
    }

    .media-container > img:only-child, .text-container > p img,
    .blueTexture .media-container > img:only-child, .blueTexture .text-container > p img,
    .media-container > img:only-child, .text-container > p img {
        height: auto !important;
        width: 100% !important;
    }

    .button-group {
        flex-direction: column;
    }
}

/*CSS kicks in when the device width is 926px and device height is 428px and below*/
@media only screen and (max-width: 926px) and (max-height: 428px) {
    nav#topnav.expanded ul.menu-list {
        max-height: 75vh;
    }
}

/*CSS kicks in when the device width is 667px and device height is 412px and below*/
@media only screen and (max-width: 667px) and (max-height: 412px) {
    nav#topnav.expanded ul.menu-list {
        max-height: 80vh;
    }
}

/*CSS kicks in when the device width is 375 and below*/
@media only screen and (max-width: 375px) {
    header .hero h1 {
        bottom: 0;
        font-size: 1.75rem;
        padding: 1.5rem;
        top: 0;
    }

    .mediaLeft .media-container, .mediaLeft .text-container, .mediaRight .media-container, .mediaRight .text-container, .content-container.threeColumn > .text-container {
        width: 100%;
    }

    .text-container .heading-container h2, .sideBySideTxt .corner-container h2, .container h2 {
        font-size: 2rem;
        padding: 0 1rem;
    }
}