﻿*, *::before, *::after {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

    *, :before, :after {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        margin: 0;
    }


: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;
    --yellow-green: #ABD037;
    --white: #ffffff;
    --white-smoke: #f7f5f3;

    --scrollbar-width: calc(100vw - 100%);
    --viewport-width: calc(100vw - var(--scrollbar-width));
    font-family: 'Montserrat', sans-serif;
}

.sr-only {
    border-width: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

body, html {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    /*background-image: radial-gradient(rgba(60, 114, 149, 0.25) 0.5px, #FFFFFF 1px);
    background-size: 20px 20px;*/
    background-color: var(--dim-grey);
    color: var(--eerie-black);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.75;
    margin: 0 auto;
    max-width: 1920px;
    width: var(--viewport-width);
}

    body.homepage #secondnav.fixed-nav {
        position: unset;
        z-index: unset;
    }

    body:not(.homepage) #secondnav.fixed-nav {
        position: unset;
        top: 0 !important;
        z-index: 0;
    }

    body.expanded {
        overflow: hidden;
    }

img {
    border-style: none;
    display: block;
    height: auto;
    max-width: 100%;
}

p {
    font-size: inherit;
    margin-bottom: 1rem;
}

main ol {
    font-size: inherit;
    padding-left: 20px;
}
main ul {
    font-size: inherit;
    list-style: none;
    padding-left: 20px;
}

li {
    font-size: inherit;
    line-height: 1.1;
    margin-bottom: 1rem;
}

main ul li ul { /* Targeting nested lists in BBA Core Courses */ margin-top: 1rem; padding-left: 1rem; }

.mobile-only {
    display: none;
}

header {
    background-color: none;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    max-width: 1920px;
}

    header .hero {
        align-content: flex-end;
        background-color: var(--white);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        padding: 0;
        text-align: center;
    }

    header .hero > img.hero-image {
        /*border-radius: 50px;*/
        margin-top: 0;
        /*padding: 1rem;*/
        width: 100%;
    }

        header .hero h1 {
            background-color: transparent;
            color: var(--white);
            font-size: 5rem;
            font-weight: 700;
            margin: 0 auto 1rem auto;
            position: absolute;
            /*text-shadow: -2px 6.5px 0px rgba(60, 114, 149, 0.73), 0px 14px 10px rgba(0, 0, 0, 0.38), 0px 24px 2px rgba(92, 85, 85, 0.04), 0px 34px 30px rgba(0, 0, 0, 0.1), -1px 0 rgba(60, 114, 149), 0 1px rgba(60, 114, 149), 1px 0 rgba(60, 114, 149), 0 -1px rgba(60, 114, 149);*/
            text-align: center;
            bottom: 2rem;
        }

/* In this Section */
#secondnav {
    background-color: var(--uni-red);
    color: var(--white);
    left: 0;
    max-width: 1920px;
    min-height: 3rem;
    padding: 1rem 2rem;
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
}

    #secondnav ul.secondNav-menu li a:hover {
        color: #F2F2F2;
        transform: translateX(1.25rem);
        transition-duration: 0.3s;
        transition-property: transform;
    }

    #secondnav ul.secondNav-menu {
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        margin-top: 1rem;       
        padding: 0;
        transition: all 0.25s ease-in;
    }

        #secondnav ul.secondNav-menu li {
            border-bottom: 0.0625rem solid var(--white);
            color: var(--white);
            display: inline;
            font-size: inherit;
            font-weight: 600;
            margin: 0 0 1rem 1rem;
            padding: 0 0 0.25rem 0;
            width: calc(25% - 1rem);
        }

            #secondnav ul.secondNav-menu li a {
                display: inline-block;
                margin: 0 1.5em 0 0.5rem;
                transform: translateX(0rem);
                transition-duration: 0.3s;
                transition-property: transform;
                width: 85%;
            }

                #secondnav ul.secondNav-menu li a:link, #secondnav ul.secondNav-menu li a:visited {
                    color: var(--white);
                    text-decoration: none;
                }

.thisSection.desktop-only {
    font-size: 1.5rem;
}

/* Text with media */
section {
    /*box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;*/
    margin-bottom: 2rem;
    width: 100%;
}

section:last-of-type {
    margin-bottom: 0;
    width: 100%;
}

.content-container {
    display: flex;
    justify-content: space-between;
    padding: 2rem 4.5rem 1rem 4.5rem;
    width: 100%;
}

.text-container {
    align-items: center;
    display: flex;
    flex: none;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    max-width: 100%;
    min-width: unset;
    width: 50%;
}

    .text-container.fullWidth {
        width: 100%;
    }

.content-container.fullWidth > .text-container {
    display: flex;
    flex: none;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 100%;
    min-width: unset;
    width: 100%;
}

.content-container.sideBySide > .text-container {
    width: 48%;
}

.content-container.threeColumn > .text-container {
    width: 30%;
}

main {
    /*background-image: radial-gradient(rgba(60, 114, 149, 0.25) -0.5px, #FFFFFF 1px);
    background-size: 20px 20px;*/
    background: var(--white);
}

main p a, main li a, .contact-details h3.contact-name a, .profile-details h3.contact-name a, .Prog-Info-Table td a {
    background-color: rgba(255, 255, 0, 0);
    color: var(--COB-blue);
    font-weight: 800;
    position: relative;
    text-decoration: none;
}

main p a::after, main li a::after, .contact-details h3.contact-name a::after, .profile-details h3.contact-name a::after, .Prog-Info-Table td a::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 100%;
    border-bottom: 2px solid transparent;
    transition: right 0.2s ease-out, border-bottom 0.2s ease-out;
}

main p a:hover, main li a:hover, .contact-details h3.contact-name a:hover, .profile-details h3.contact-name a:hover, .Prog-Info-Table td a:hover {
    color: var(--uni-red);
}

    main p a:hover::after, main li a:hover::after, .contact-details h3.contact-name a:hover::after, .profile-details h3.contact-name a:hover::after, .Prog-Info-Table td a:hover::after, main p a:focus-visible::after, main li a:focus-visible::after, .contact-details h3.contact-name a:focus-visible::after, .profile-details h3.contact-name a:focus-visible::after, .Prog-Info-Table td a:focus-visible::after {
        border-bottom: 2px solid var(--uni-red);
        bottom: 0px;
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        transition: right 0.3s ease-out;
    }

/*Hyperlinks against Blue background*/
main .blueTexture p a, main .blueTexture li a {
    background-color: rgba(255, 255, 0, 0);
    color: var(--white);
    font-weight: 800;
    position: relative;
    text-decoration: none;
}

    main .blueTexture p a::after, main .blueTexture li a::after {
        content: "";
        position: absolute;
        bottom: -2px;
        left: 0;
        right: 100%;
        border-bottom: 2px solid transparent;
        transition: right 0.2s ease-out, border-bottom 0.2s ease-out;
    }

    main .blueTexture p a:hover, main .blueTexture li a:hover {
        color: var(--white);
    }

        main .blueTexture p a:hover::after, main .blueTexture li a:hover::after, main .blueTexture p a:focus-visible::after, main .blueTexture li a:focus-visible::after {
            border-bottom: 2px solid var(--white);
            bottom: -2px;
            content: "";
            left: 0;
            position: absolute;
            right: 0;
            transition: right 0.3s ease-out;
        }

.mediaLeft .content-container {
    display: flex;
    flex-direction: row;
}

.mediaRight .content-container {
    display: flex;
    flex-direction: row-reverse;
}

.BG-container:not(.highlights) .media-container {
    align-items: center;
    display: flex;
    height: auto;
    justify-content: center;
    margin: auto;
    /*max-height: 300px;
    max-width: 300px;*/
    width: 50%;
}

.media-container > iframe:only-child {
    border-radius: 5px;
    height: 100%;
    width: 100%;
}

    .BG-container:not(.highlights) .media-container.landscape-container, .BG-container:not(.highlights) .media-container {
        height: auto;
        max-width: calc(100vw - 40px);
    }

        .BG-container:not(.highlights) .media-container.landscape-container, .BG-container:not(.highlights) .media-container {
            /*max-height: 300px;
            max-width: 300px;*/
            width: 100%;
        }

            .BG-container:not(.highlights) .media-container.landscape-container, .BG-container:not(.highlights) .media-container > iframe {
                max-height: 600px;
                max-width: 600px;
                width: 100%;
            }

.media-container.landscape-container {
    aspect-ratio: 16 / 9;
    width: 600px;
    height: 337px;
}

.media-container > img:only-child, .text-container > p img, .profile-container-fluid.flex .image img {
    border-radius: 5px;
    /*box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;*/
    max-height: 600px;
    max-width: 600px;
    object-fit: cover;
    overflow: hidden;
    width: auto;
}

/*Red border*/
.media-container > img:only-child, .text-container > p img {
    --g: 2px; /* the gap */
    --b: 4px; /* border thickness*/
    --c: #ae0000; /* the color */

    padding: calc(var(--g) + var(--b));
    --_c: #0000 0 25%, var(--c) 0 50%;
    --_g1: repeating-linear-gradient(90deg,var(--_c)) repeat-x;
    --_g2: repeating-linear-gradient(180deg,var(--_c)) repeat-y;
    background: var(--_g1) var(--_p, 25%) 0,var(--_g2) 0 var(--_p,125%), var(--_g1) var(--_p,125%) 100%,var(--_g2) 100% var(--_p, 25%);
    background-size: 200% var(--b),var(--b) 200%;
    cursor: pointer;
    filter: grayscale(25%);
    transition: .3s;
    width: auto;
}

    .media-container > img:only-child:hover, .text-container > p img:hover {
        --_p: 75%;
        filter: grayscale(0%);
        cursor: default;
    }

/*White border*/
.blueTexture .media-container > img:only-child, .blueTexture .text-container > p img {
    --g: 2px; /* the gap */
    --b: 4px; /* border thickness*/
    --c: #fff; /* the color */

    padding: calc(var(--g) + var(--b));
    --_c: #0000 0 25%, var(--c) 0 50%;
    --_g1: repeating-linear-gradient(90deg,var(--_c)) repeat-x;
    --_g2: repeating-linear-gradient(180deg,var(--_c)) repeat-y;
    background: var(--_g1) var(--_p, 25%) 0,var(--_g2) 0 var(--_p,125%), var(--_g1) var(--_p,125%) 100%,var(--_g2) 100% var(--_p, 25%);
    background-size: 200% var(--b),var(--b) 200%;
    cursor: pointer;
    filter: grayscale(25%);
    transition: .3s;
    width: auto;
}

    .blueTexture .media-container > img:only-child:hover, .blueTexture .text-container > p img:hover {
        --_p: 75%;
        filter: grayscale(0%);
        cursor: default;
    }

.mediaLeft .media-container, .mediaLeft .text-container, .mediaRight .media-container, .mediaRight .text-container {
    width: 50%;
}

.mediaRight .text-container, .mediaLeft .text-container {
    max-width: 100%;
}

.heading-container {
    position: relative;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.text-container .heading-container h2, .text-container h2, .sideBySideTxt h2, .container h2, .profile-container-fluid h2, section.testimonials .heading-container h2 {
    color: var(--uni-red);
    font-size: 2rem;
    font-weight: 650;
    margin-bottom: 0.75rem;
    margin-top: 0;
    text-align: center;
    text-transform: uppercase;
    /*text-shadow: -1px 1px 0px #fff, -3px 2px 0px rgba(0,0,0,0.15);*/
}

.profile-container-fluid h2 {
    text-align: left;
}

.container h2 {
    padding-top: 1.5rem;
    text-transform: uppercase;
}

.text-container .heading-container h3, .text-container h3, .sideBySideTxt h3 {
    color: var(--black);
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
    margin-top: 0;
    text-align: center;
    text-transform: uppercase;
}

.text-container h2:has(+ ul), .text-container h3:has(+ ul) { /* Target headings above an Unordered List. */ text-align: left; }

.blueTexture .text-container .heading-container h2, .sideBySideTxt h2, .blueTexture .text-container .heading-container h3, .sideBySideTxt h3,
.blueTexture .text-container h2, .blueTexture .text-container h3 {
    color: var(--white);
    /*text-shadow: -1px 1px 0px #292929, -3px 2px 0px rgba(0,0,0,0.15);*/
}

/* Study. Advance. Succeed! content */
.BG-container.multibuttonSAS .content-container {
    flex-direction: column;
}

    .BG-container.multibuttonSAS .content-container h2 {
        text-align: center;
        color: var(--uni-red);
        font-size: 4rem;
        margin: 0;
        /*text-shadow: 0px 3px 0px #3b6f9169, 0px 14px 10px rgba(255, 255, 255, 0.17), 0px 24px 2px rgba(161, 170, 177, 0.28), 0px 34px 30px rgba(56, 108, 142, 0.16);*/
        text-transform: uppercase;
    }

        .BG-container.multibuttonSAS .content-container h2 span {
            color: var(--black);
            font-size: 85%;
            display: inline-block;
            text-transform: uppercase;
        }

.button-group {
    display: flex;
    justify-content: center;
    width: 50%;
}

    .button-group > .CTA-button-container {
        margin: 1.2rem 1rem 0 1rem;
    }

/* Multi button content */
.BG-container.multibuttonCTA .content-container {
    flex-direction: column;
}

    .BG-container.multibuttonCTA .content-container h2 {
        color: var(--uni-red);
        font-size: 8rem;
        margin: 0;
        text-align: center;
        text-transform: uppercase;
        /*text-shadow: 0 1px 0 #ccc, 0 2px 0 #C9C9C9, 0 3px 0 #6C9FBF, 0 4px 0 #6C95AF, 0 5px 0 #3C7295, 0 6px 1px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1), 0 1px 3px rgb(49, 99, 131), 0 3px 5px rgba(0,0,0,.2), 0 5px 10px rgb(108, 149, 175), 0 10px 10px rgba(0,0,0,.2), 0 20px 20px rgba(0,0,0,.15);*/
    }

        .BG-container.multibuttonCTA .content-container h2 span {
            color: var(--black);
            font-size: 85%;
            display: inline-block;
            text-transform: uppercase;
        }

/* Buttons */
/* CSS */
.CTA-button-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 3rem;
    justify-content: space-evenly;
    margin: 1.2rem 0;
    width: 100%;
}

.CTA-button-container.BeAJag {
    justify-content: center;
}

    .CTA-button-container.BeAJag > .CTA-button-28 {
        font-size: 1.2rem;
    }

.CTA-button-86 {
    all: unset;
    align-items: center;
    background: transparent;
    border: none;
    color: #f0f0f0;
    cursor: pointer;
    display: flex;
    font-size: 1rem;
    font-weight: 700;
    justify-content: center;
    min-height: 36px;
    padding: 1rem 3rem;
    position: relative;
    /*text-shadow: 2px 2px 4px rgb(0 0 0 / 80%);*/
    touch-action: manipulation;
    user-select: none;
    -webkit-user-select: none;
    white-space: nowrap;
    width: 12rem;
    z-index: 1;
}

.CTA-button-86.black {
    all: unset;
    align-items: center;
    background: transparent;
    border: none;
    color: #f0f0f0;
    cursor: pointer;
    display: flex;
    font-size: 1rem;
    font-weight: 700;
    justify-content: center;
    min-height: 36px;
    padding: 1rem 3rem;
    position: relative;
    text-align: center;
    /*text-shadow: 2px 2px 4px rgb(0 0 0 / 80%);*/
    touch-action: manipulation;
    user-select: none;
    -webkit-user-select: none;
    white-space: pre-wrap;
    width: 18rem;
    z-index: 1;
}

    .CTA-button-86::after,
    .CTA-button-86::before {
        bottom: 0;
        content: '';
        position: absolute;
        right: 0;
        z-index: -99999;
        transition: all .4s;
    }

    .CTA-button-86::before {
        background: var(--UHV-dark-red);
        border-radius: 5px;
        height: 100%;
        transform: translate(0%, 0%);
        width: 100%;
    }

    .CTA-button-86.black::before {
        background: var(--black);
        border-radius: 5px;
        height: 100%;
        transform: translate(0%, 0%);
        width: 100%;
    }

    .CTA-button-86::after {
        border-radius: 50px;
        background: #1a1a1aa3;
        /*box-shadow: 0 0.5em 0.5em rgba(0,0,0,0.4);*/
        /*backdrop-filter: blur(5px);*/
        height: 30px;
        transform: translate(10px, 10px);
        /*-webkit-backdrop-filter: blur(5px);*/
        width: 30px;
    }

    .CTA-button-86:hover::before {
        height: 110%;
        transform: translate(5%, 20%);
        width: 110%;
    }

    .CTA-button-86:hover::after {
        border-radius: 5px;
        height: 100%;
        transform: translate(0, 0);
        width: 100%;
    }

    .CTA-button-86:active::after {
        transition: 0s;
        transform: translate(0, 5%);
    }

/* White and blue and red buttons */
.CTA-button-28 {
    align-items: center;
    appearance: none;
    background-color: var(--white);
    border: 2px solid var(--COB-blue);
    border-radius: 5px;
    box-sizing: border-box;
    color: var(--uni-red);
    cursor: pointer;
    display: flex;
    flex-direction: column;
    font-size: 1rem;
    font-weight: 700;
    justify-content: center;
    line-height: normal;
    margin: 0;
    max-width: 18rem;
    min-height: 60px;
    min-width: 0;
    outline: none;
    padding: 16px 24px;
    text-align: center;
    text-decoration: none;
    transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: 100%;
    will-change: transform;
}

    .CTA-button-28:disabled {
        pointer-events: none;
    }

    .CTA-button-28:hover, .CTA-button-28:focus {
        color: var(--white);
        background-color: var(--COB-blue);
        /*box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;*/
        transform: translateY(-2px);
    }

    .CTA-button-28:active {
        box-shadow: none;
        transform: translateY(0);
    }

/* Blue background buttons */
.blueTexture .CTA-button-28 {
    align-items: center;
    background-color: var(--white);
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
    box-sizing: border-box;
    color: var(--uni-red);
    cursor: pointer;
    display: inline-flex;
    font-size: 1rem;
    font-weight: 700;
    justify-content: center;
    margin: 0;
    max-width: 18rem;
    min-height: 60px;
    padding: 16px 24px;
    position: relative;
    text-decoration: none;
    transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    width: 100%;
}

    .blueTexture .CTA-button-28:hover,
    .blueTexture .CTA-button-28:focus {
        border-color: var(--white);
        box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
    }

    .blueTexture .CTA-button-28:hover {
        transform: translateY(-1px);
    }

    .blueTexture .CTA-button-28:active {
        background-color: var(--white);
        border-color: var(--white);
        box-shadow: rgba(0, 0, 0, 0.06) 0 2px 4px;
        transform: translateY(0);
    }

/* White and black buttons red hover state */
.CTA-button-48 {
    appearance: none;
    background-color: var(--COB-blue);
    /*border: 2px #e1251b solid;*/
    border-radius: 5px;
    /*box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;*/
    box-sizing: border-box;
    color: var(--white);
    cursor: pointer;
    display: inline-block;
    font-size: 1rem;
    font-weight: 700;
    max-width: 25rem;
    min-height: 60px;
    margin: 0;
    opacity: 1;
    outline: 0;
    padding: 1rem 3rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: opacity 300ms cubic-bezier(.694, 0, 0.335, 1),background-color 100ms cubic-bezier(.694, 0, 0.335, 1),color 100ms cubic-bezier(.694, 0, 0.335, 1);
    z-index: 1;
}

    .CTA-button-48:before {
        animation: opacityFallbackOut .5s step-end forwards;
        backface-visibility: hidden;
        background-color: var(--uni-red);
        border-radius: 5px;
        clip-path: polygon(-1% 0, 0 0, -25% 100%, -1% 100%);
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        transform: translateZ(0);
        transition: clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1), -webkit-clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1);
        width: 100%;
        z-index: -1;
    }

    .CTA-button-48:hover, .CTA-button-48:focus {
        color: var(--white);
    }

    .CTA-button-48:hover:before, .CTA-button-48:focus:before {
        animation: opacityFallbackIn 0s step-start forwards;
        border-radius: 5px;
        clip-path: polygon(0 0, 101% 0, 101% 101%, 0 101%);
    }

    .CTA-button-48:after {
        background-color: var(--white);
    }

    .CTA-button-48 span {
        z-index: 1;
        position: relative;
    }

/*Expanding Boxes*/
div.expBoxes {
    align-items: center;
    background: transparent;
    display: flex;
    justify-content: center;
    margin: 0;
    overflow: hidden;
}

    div.expBoxes a div.dept, div.expBoxes div.dept {
        color: var(--white);
        overflow: hidden;
        flex-grow: 1;
        font-size: 2rem;
        height: 30vh;
        transition: 5s;
        width: 25vw;
        text-transform: uppercase;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        /*text-shadow: -1px 1px 3px #000000ad;*/
        font-weight: 900;
        letter-spacing: .1rem;
    }

        div.expBoxes a div.dept img.responsive, div.expBoxes div.dept img.responsive {
            width: 100%;
        }

        div.expBoxes a:hover div.dept, div.expBoxes div.dept:hover {
            filter: brightness(100%);
            flex-grow: 2;
            opacity: 1;
            width: 30vw;
        }

div:hover .dept {
    filter: brightness(50%);
}

/*Full Image*/
.image-container {
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 400px;
    overflow: hidden;
}

    .image-container .full-image {
        width: 100%;
        max-width: 100%;
        height: auto;
    }

        .image-container .full-image .photo {
            width: 100%;
        }

/* Arrows with buttons */
.arrows-section {
    height: 65vh;
}

.arrows {
    position: relative;
    height: 100%;
    width: 95%;
    padding: 2%;
    margin: 0 auto;
}

    .arrows h2 {
        position: relative;
        top: 0;
        text-align: center;
        font-weight: 700;
        font-size: 2rem;
    }

#left, #center, #right {
    position: absolute;
    bottom: 0;
    height: 10%;
    text-align: center;
    transition: .3s cubic-bezier(.4,0,.2,1) opacity;
    transition-delay: .2s;
    opacity: 0;
}

    #left.visible, #center.visible, #right.visible {
        opacity: 1
    }

#left {
    left: 0;
    right: 66.666%;
    top: 50%;
}

#center {
    left: 33.3333%;
    right: 33.3333%;
    top: 50%;
}

#right {
    left: 66.6666%;
    right: 0;
    top: 50%;
}

.two-column-list {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    column-gap: 30px;
    list-style-type: none;
}

@media (min-width: 768px) {
    .arrows h2 {
        color: var(--uni-red);
        font-size: 4rem;
        font-size: -webkit-calc(2vw + 2vh + 1vmin);
        font-size: -moz-calc(2vw + 2vh + 1vmin);
        font-size: calc(2vw + 2vh + 1vmin);
        text-transform: uppercase;
    }
}


/* Textures */
.darkGreyTexture {
    background-image: url('https://webprod.uhv.edu/2025/images/COB-Texture-1.jpg');
    /*/background-image: url('<t4 type="media" formatter="path/*" id="77012" />');*/
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}


.greyTexture {
    background-image: url('https://webprod.uhv.edu/2025/images/COB-Texture-1.jpg');
    /*background-image: url('<t4 type="media" formatter="path/*" id="77409" />');*/
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.blueTexture {
    background-color: var(--COB-blue);
    background-image: url('<t4 type="media" formatter="path/*" id="77709" />');
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    color: var(--white);
}

.GeckoChatWidget .UnreadMessages .unread-msg-close {
    height: 24px !important;
    width: 24px !important;
}
