:root {
    --CoE-blackgreen: #182828;
    --CoE-darkgreen: #0e423f;
    --UHV-black: #1a1a1a;
    --UHV-blue: #3c7295;
    --UHV-darkgrey: #626262;
    --UHV-khaki: #bb9c59;
    --UHV-lightgrey: #d9d9d9;
    --UHV-limegreen: #abd037;
    --UHV-red: #ae0000;
    --UHV-teal: #57c4c0;
    --scrollbar-width: calc(100vw - 100%);
    --viewport-width: calc(100vw - var(--scrollbar-width));
    font-family: 'Montserrat', sans-serif;
}

.Prog-Info-Table {
    border-collapse: collapse;
    color: #1a1a1a;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
    box-shadow: 0px 4px 3px 1px rgba(88, 85, 85, 0.04), 0px 8px 13px 4px rgba(194, 194, 194, 0.29), 0px 3px 5px 2px rgba(225, 222, 222, 0.15);
}

    .Prog-Info-Table, .Prog-Info-Table p {
        font-size: 1rem;
    }

    .Prog-Info-Table caption {
        background-color: #e4ded6;
        border: none;
        color: #000;
        display: table-caption;
        font-size: 1.2rem;
        font-weight: 500;
        text-align: center;
        padding: 3px 5px;
        visibility: hidden;
        height: 0;
    }

        .Prog-Info-Table th {
            color: var(--CoE-darkgreen);
        }


    .Prog-Info-Table tbody, .Prog-Info-Table th, .Prog-Info-Table tr, .Prog-Info-Table td {
        background-color: #fff;
        border: none;
        padding: 0.75em 1em 0.75em 1em;
        vertical-align: baseline;
    }

        .Prog-Info-Table tbody tr:nth-child(even) > th, .Prog-Info-Table tbody tr:nth-child(even) > td {
            background-color: #F5F3F0;
        }

/*Expanding Boxes*/
div.expBoxes {
    align-items: center;
    background: transparent;
    display: flex;
    justify-content: center;
    margin: 0;
    overflow: hidden;
}

    div.expBoxes a {
        display: contents;
    }

    div.expBoxes a div.dept, div.expBoxes div.dept {
        color: #fff;
        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:hover div.dept, div.expBoxes div.dept:hover {
            filter: brightness(100%);
            flex-grow: 2;
            opacity: 1;
            width: 30vw;
        }

        div.expBoxes a div.dept img.responsive, div.expBoxes div.dept img.responsive {
            width: 100%;
        }

div.dept p.textOver {
    position: absolute;
    font-size: 1.85rem;
    font-weight: 500;
    width: 85%;
}

div.expBoxes a:hover div.dept .textOver {
    background-color: var(--UHV-red);
    padding: 0 8px 0 8px;
}

div:hover .dept {
    filter: brightness(50%);
}

/*Full Width Image*/
.image-message {
    padding: 0;
    width: 100%;
    height: 600px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}

/*Advisors*/
.profile {
    align-items: center;
    border-radius: 20px;
    box-shadow: rgba(14, 66, 63, 0.25) 0px 14px 28px, rgba(14, 66, 63, 0.22) 0px 10px 10px;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.profile-image > img {
    max-width: 250px;
    max-height: 250px;

}

.profile-details {
    padding: 1rem 2rem 0 2rem;
}

    .profile-details h3 {
        color: var(--CoE-darkgreen);
    }

    .profile-details p {
        line-height: 1.5;
    }

/*Fulltext Formatting*/
section.profile-container-fluid {
    display: flex;
    margin-right: auto;
    margin-left: auto;
    padding: 3rem 4.5rem;
    width: 100%;
}

    section.profile-container-fluid:nth-of-type(even) {
        background-color: #dfdcd5;
        background-image: url('https://webprod.uhv.edu/education/images/greyTexture.jpg');
        background-position: 100% top;
        background-repeat: no-repeat;
        background-size: cover;
        color: #000000;
    }

    section.profile-container-fluid > .image {
        margin-right: 2rem;
        width: 16%;
    }

    section.profile-container-fluid > .image > img {
        border-color: rgb(14 66 63 / 85%);
        border-radius: 20px;
        border-style: solid;
        border-width: 2px;
    }

    section.profile-container-fluid h1 {
        color: var(--UHV-red);
        font-size: 3rem;
        font-weight: 700;
        margin-bottom: 1rem;
    }
  
    section.profile-container-fluid h2 {
        color: var(--UHV-red);
        font-size: 2.5rem;
        font-weight: 700;
        margin-bottom: 1rem;
    }

.columns-two {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    column-gap: 30px;
}

/*News Boxes*/
.caption-style-3 {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

    .caption-style-3 div {
        float: left;
        padding: 0px;
        position: relative;
        overflow: hidden;
        width: 25vw;
    }

    .caption-style-3 img {
        margin: 0px;
        padding: 0px;
        float: left;
        z-index: 4;
        -webkit-transition: all 0.15s ease-in-out;
        -moz-transition: all 0.15s ease-in-out;
        -o-transition: all 0.15s ease-in-out;
        -ms-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
    }

    .caption-style-3 .caption {
        cursor: pointer;
        position: absolute;
        opacity: 0;
        bottom: -2.5rem;
        -webkit-transition: all 0.15s ease-in-out;
        -moz-transition: all 0.15s ease-in-out;
        -o-transition: all 0.15s ease-in-out;
        -ms-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
    }

    .caption-style-3 .blur {
        background-color: rgba(142, 68, 173,0.95);
        height: 12vh;
        width: 100%;
        z-index: 5;
        position: relative;
        bottom: 0;
    }

    .caption-style-3 .caption-text h2 {
        text-transform: uppercase;
        font-size: 18px;
    }

    .caption-style-3 .caption-text {
        z-index: 10;
        color: #fff;
        position: absolute;
        width: 100%;
        height: 25vh;
        text-align: center;
        top: 2.5vh;
    }

    .caption-style-3 div:hover img {
        opacity: 1;
        transform: translateY(-40px);
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
    }

    .caption-style-3 div:hover .caption {
        opacity: 1;
        transform: translateY(-40px);
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
    }