<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">  *, ::before, ::after {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    font-size: 1.2rem;
}

@media screen and (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
}

body {
    font-family: Karla, sans-serif;
    color: rgb(33, 33, 33);
   padding-top:4em;

}

h1 {
    font-family: Oswald, sans-serif;
    font-weight: 800;
    text-transform: uppercase;
}

h2 {
    font-family: Lora, serif;
    font-weight: 800;
}

h3, h4, h5, h6 {
    font-weight: 600;
    text-transform: uppercase;
}

.display-6 {
    font-size: calc(1.175rem + 1.1vw);
    line-height: 1.2;
}

.svg-icon {
    width: 1.3em;
    height: 1.3em;
}

.svg-icon path, .svg-icon polygon, .svg-icon rect {
    fill: rgb(117, 117, 117);
}

.svg-icon circle {
    stroke: rgb(117, 117, 117);
    stroke-width: 1;
}

hr {
    display: block;
    margin: 30px 0px -25px;
    width: 100%;
    height: 1px;
}

hr + .accreditation-label {
    display: inline-block;
    position: relative;
    left: 0px;
    margin: 0px;
    padding: 5px 30px;
    transform: translateX(0%);
    color: rgb(255, 255, 255);
    font-weight: 500;
    letter-spacing: 0.24em;
    text-align: center;
    text-transform: uppercase;
    background-color: rgb(117, 117, 117);
}

hr + .accreditation-label::first-letter {
    margin-left: 0.32em;
}

hr + .accreditation-label {
    border-width: 2px;
}

hr + .accreditation-label::before, hr + .accreditation-label::after {
    display: block;
    position: absolute;
    top: 0px;
    bottom: 0px;
    width: 1px;
    content: "";
}

hr + .accreditation-label::before {
    left: 0px;
}

hr + .accreditation-label::after {
    right: 0px;
}

.oswald {
    font-family: Oswald, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.11111;
    font-style: normal;
}

.lora {
    font-family: Lora, serif;
    font-weight: 500;
    line-height: 1.11111;
    margin-bottom: 0.5em;
    font-style: normal;
}

.section-headline {
    font-family: Lora, serif;
    line-height: 1;
}

.section-headline.flame {
    font-family: Lora, serif;
    line-height: 1;
    margin-bottom: 1.3rem;
    display: inline-block;
    margin-block: 2px; position: relative;
}

.section-headline.flame::after {
    position: absolute;
    bottom: 0px;
    left: 0px;
    display: block;
    width: 100%;
    height: 2px;
    content: "";
    background-color: rgb(255, 106, 20);
}

.section-headline.tight {
    line-height: 0.9em;
}

.subheadline {
    font-family: Oswald, sans-serif;
    font-size: 1.3em;
    font-weight: 400;
}

.section-small-subhead {
    font-family: Oswald, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}

.no-style {
    list-style: none;
}

.btn {
    font-weight: 600;
}

.btn-round {
    display: block;
    height: 50px;
    width: 50px;
    padding: 8px 5px;
    font-size: 0.7em;
    margin-right: 25px;
    border-radius: 100% !important;
}

.bonfire-round {
    border: 2px solid rgb(218, 26, 50);
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 100% !important;
}

.bonfire-round.transparent {
    border: 2px solid transparent;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 0% !important;
}

.bonfire-round.timeline {
    display: inline-block;
    line-height: 3.5em;
    height: 90px;
    width: 90px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.2em;
    border: 2px solid rgb(255, 106, 20);
    position: absolute;
    z-index: 1;
    border-radius: 100% !important;
    box-shadow: rgb(0, 0, 0) -6px 10px 32px -6px !important;
}

.flame-round {
    border: 2px solid rgb(218, 26, 50);
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 100% !important;
}

.flame-round.transparent {
    border: 2px solid transparent;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 0% !important;
}

.flame-round.timeline {
    display: inline-block;
    line-height: 3.5em;
    height: 90px;
    width: 90px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.2em;
    border: 2px solid rgb(255, 106, 20);
    position: absolute;
    z-index: 1;
    border-radius: 100% !important;
    box-shadow: rgb(0, 0, 0) -6px 10px 32px -6px !important;
}

.outline-flame {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    padding: 0.5rem;
    border: 2px solid rgb(255, 106, 20);
    border-radius: 50% !important;
}

.outline-ember {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    padding: 0.5rem;
    border: 2px solid rgb(145, 33, 51);
    border-radius: 50% !important;
}

.bonfire-round:hover {
    transition: background 0.6s ease-in-out 0s;
}

.flame-round:hover {
    transition: background 0.6s ease-in-out 0s;
}

.btn-sm-round {
    display: inline-block;
    height: 30px;
    width: 30px;
    padding: 12px 15px;
    font-size: 2em;
    margin-right: 15px;
    border-radius: 100% !important;
}

.bg-default {
    background: #FFFF00;
}

.bg-warning {
    background: #FFFF00 !important;
}

.bg-bonfire {
    background-color: rgb(200, 16, 46);
    color: rgb(255, 255, 255);
}

.bg-bonfire-50 {
    background-color: rgba(200, 16, 46, 0.8);
    color: rgb(255, 255, 255);
}

.text-bonfire {
    color: rgb(200, 16, 46);
}

.bottom {
    position: absolute;
    bottom: 0px;
    right: 0px;
    left: 0px;
    margin-bottom: 0.5em;
}

.card a {
    font-weight: 600;
}

.btn-bonfire {
    background-color: rgb(200, 16, 46);
    color: rgb(255, 255, 255);
}

.btn-bonfire:hover {
    background-color: rgb(200, 16, 46);
    color: rgb(255, 255, 255);
}

.btn-outline-bonfire {
    border: 2px solid rgb(200, 16, 46);
    color: rgb(200, 16, 46);
    background: linear-gradient(to left, transparent 50%, rgb(200, 16, 46) 50%) right center / 200%;
    transition: background-position 0.5s ease-in-out 0s;
}

.btn-outline-bonfire:hover {
    border: 2px solid rgb(200, 16, 46);
    background-position: left center;
    color: rgb(251, 251, 251);
}

.btn-ember {
    background-color: rgb(145, 33, 51);
    color: rgb(255, 255, 255);
}

.btn-ember:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(255, 97, 74);
}

.btn-outline-ember {
    border: 2px solid rgb(145, 33, 51);
    color: rgb(145, 33, 51);
}

.btn-outline-ember:hover {
    background-color: rgb(145, 33, 51);
    color: rgb(255, 255, 255);
}

.bg-ember {
    background-color: rgb(145, 33, 51);
    color: rgb(255, 255, 255);
}

.bg-ember-50 {
    background-color: rgba(145, 33, 51, 0.8);
}

.text-ember {
    color: rgb(145, 33, 51);
}

.group-link {
    color: rgb(200, 16, 46);
    font-size: 0.9rem;
}

.group-link:hover {
    color: rgb(117, 117, 117);
}

.bg-dark {
    background-color: rgb(33, 33, 33);
    color: rgb(255, 255, 255);
}

.bg-dark-50 {
    background-color: rgba(33, 33, 33, 0.8);
    color: rgb(255, 255, 255);
}

.btn-dark {
    background-color: rgb(33, 33, 33);
    color: rgb(255, 255, 255);
}

.btn-outline-dark {
    border: 2px solid rgb(117, 117, 117);
    color: rgb(117, 117, 117);
    transition: background 0.6s ease-in 0s;
}

.btn-outline-dark:hover {
    background-color: rgb(33, 33, 33);
    color: rgb(255, 255, 255);
    transition: background 0.6s ease-in 0s;
}

.text-dark {
    color: rgb(33, 33, 33);
}

.bg-pine {
    background-color: rgb(28, 69, 60);
    color: rgb(255, 255, 255);
}

.text-pine {
    color: rgb(28, 69, 60);
}

.btn-pine {
    background-color: rgb(28, 69, 60);
    color: rgb(255, 255, 255);
}

.btn-outline-pine {
    border: 1px solid rgb(28, 69, 60);
    color: rgb(28, 69, 60);
}

.btn-outline-pine:hover {
    background-color: rgb(28, 69, 60);
    color: rgb(255, 255, 255);
}

.bg-lake {
    background-color: rgb(0, 150, 143);
    color: rgb(255, 255, 255);
}

.btn-lake {
    background-color: rgb(0, 150, 143);
    color: rgb(255, 255, 255);
}

.btn-outline-lake {
    border: 2px solid rgb(0, 150, 143);
    color: rgb(0, 150, 143);
}

.btn-outline-lake:hover {
    background-color: rgb(0, 150, 143);
    color: rgb(255, 255, 255);
}

.text-lake {
    color: rgb(0, 150, 143);
}

.bg-sky {
    background-color: rgb(160, 209, 202);
}

.text-sky {
    color: rgb(160, 209, 202);
}

.btn-sky {
    background-color: rgb(160, 209, 202);
    color: rgb(0, 150, 143);
}

.call-to-action-item .btn-outline-sky {
    border: 2px solid rgb(160, 209, 202);
    color: rgb(255, 255, 255);
    height: calc(2.5rem + 0.1vh);
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: start;
}

.btn-outline-sky {
    border: 2px solid rgb(160, 209, 202);
    color: rgb(160, 209, 202);
}

.btn-outline-sky:hover {
    background-color: rgb(160, 209, 202);
    color: rgb(28, 69, 60);
}

#masonary .bg-sky.hover:hover {
    background-color: rgb(0, 70, 60);
    transition: background-color 0.3s linear 0s;
}

.text-flame {
    color: rgb(255, 106, 20);
}

.bg-flame {
    background-color: rgb(255, 106, 20);
    color: rgb(255, 255, 255);
}

.btn-flame {
    background-color: rgb(255, 106, 20);
    color: rgb(255, 255, 255);
}

.btn-flame:hover {
    background: rgb(251, 251, 251);
    color: rgb(255, 106, 20);
}

.btn-outline-flame {
    border: 2px solid rgb(255, 106, 20);
    color: rgb(255, 106, 20);
    background: linear-gradient(to left, transparent 50%, rgb(255, 106, 20) 50%) right center / 200%;
    transition: background-position 0.5s ease-in-out 0s;
}

.btn-outline-flame:hover {
    background-position: left center;
    color: rgb(251, 251, 251);
}

.bg-stone {
    background-color: rgb(246, 246, 246);
}

.bg-stoned {
    background-color: #212121
}

.bg-stone-100 {
    background-color: rgb(209, 209, 206);
}

.text-stone {
    color: rgb(199, 201, 199);
}

.btn-stone {
    background-color: rgb(199, 201, 199);
    color: rgb(28, 69, 60);
}

.btn-outline-stone {
    border: 2px solid rgb(199, 201, 199);
    color: rgb(199, 201, 199);
}

.btn-outline-stone:hover {
    background-color: rgb(199, 201, 199);
    color: rgb(33, 33, 33);
}

.btn-ga {
    background-color: rgb(255, 255, 255);
    color: rgb(200, 16, 46);
}

.btn-outline-ga {
    border: 2px solid rgb(255, 255, 255);
    color: rgb(255, 255, 255);
}

.btn-outline-ga:hover {
    background-color: rgb(255, 255, 255);
    color: rgb(33, 33, 33);
}

.btn-outline-card-title {
    border: 4px solid rgb(255, 255, 255);
    padding: 2em;
}

.bg-ga {
    background-color: rgb(255, 255, 255);
    color: rgb(33, 33, 33);
}

.bg-ga-50 {
    background-color: rgba(255, 255, 255, 0.9);
    color: rgb(33, 33, 33);
}

.bg-ga-25 {
    background-color: rgba(255, 255, 255, 0.8);
    color: rgb(33, 33, 33);
}

.text-ga {
    color: rgb(255, 255, 255);
}

.bg-gray {
    background-color: rgb(238, 238, 238);
    color: rgb(33, 33, 33);
}

.bg-none {
    background: transparent;
}

.lh-3 {
    line-height: 1.385em;
    font-size: 0.9em;
}

.font-weight-semi {
    font-weight: 600;
    font-size: 2rem;
}

a {
    color: rgb(200, 16, 46);
    text-decoration: none;
}

.link-color-box {
    line-height: 1.5em;
}

.link-color-box li a {
    color: rgba(251, 251, 251, 0.984);
}

.link-color-box li a::before {
    margin-right: 0.25em;
    font-size: 0.7rem;
    vertical-align: middle;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "ÃƒÆ’Ã†â€™Ãƒâ€&nbsp;Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹";
}

.link-color-box li a:hover {
    text-decoration: underline 3px rgb(255, 97, 74);
}

.links {
    line-height: 1.4rem;
}

ol, ul {
    padding-left: 0px;
}

.dept-nav-dropdown ul li a {
    line-height: 0.1em;
    padding: 0em 0em 0em 2em;
    font-size: 0.9em;
    color: rgb(117, 117, 117);
}

.wrapper {
    position: relative;
}

.sticky-top.topbar {
    position: sticky;
    top: 77px;
    z-index: 2;
}

.navbar-brand.topbar {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    font-size: 1em;
    font-family: Karla, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.2em;
    max-width: 55rem !important;
    white-space: normal !important;
    overflow-wrap: break-word !important;
}

.navbar-toggler {
    font-size: 1em;
    font-family: Karla, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.2em;
}

.navbar-toggler i {
    width: 5rem;
}

.navbar {
    padding: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

.nav-item {
    color: rgb(255, 255, 255);
    padding: 10px 5px;
    font-size: 1rem;
    font-weight: normal;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgb(251, 251, 251);
}

.nav-item.topbar {
    padding: 0em 0.2em;
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.3em;
}

ƒ
.topbar.show {
    position: static;
    border: 0px;
    border-radius: 0px;
    opacity: 1;
}

.topbar.active {
    text-decoration: underline 2px solid;
    color: rgb(255, 106, 20) !important;
}

.topbar .list-group-item {
    font-size: 1em;
    font-weight: 600;
    text-transform: none;
    line-height: 1.9em;
    background: transparent;
}

.topbar .list-group-item:hover {
    text-decoration: underline 2px;
    color: rgb(251, 251, 251);
}

.topbar .list-group-item {
    border-bottom: 1px solid rgb(255, 255, 255);
}

.dropdown-menu.show {
    border-radius: 0px;
    background: #212121;
    margin-top: 0.5rem;
    position: static;
}

.dropdown-menu.target-audience {
    border-radius: 0px;
    background: rgb(66, 66, 66);
    margin-top: 0rem;
}

.dropdown-menu.target-audience a {
    color: rgb(251, 251, 251);
    padding: 0.5em 0px;
    font-weight: 600;
}

.dropdown-menu.target-audience a:hover {
    text-decoration: underline 2px solid rgb(255, 106, 20);
}

.scrollable-menu {
    background: rgb(251, 251, 251);
}

.nav-item .dropdowm {
    padding: 10px 5px;
    font-size: 1rem;
    font-weight: normal;
    line-height: 0.8em;
}

.nav-pills .nav-item {
    padding: 0px;
}

.navbar-nav .nav-link .nav-item {
    padding: 22px 24px;
    font-size: 1px;
}

.sm-menu {
    top: 97%;
    border: 0px;
    border-radius: 0px;
    opacity: 1;
}

.dropdown-item {
    color: rgb(117, 117, 117);
    font-size: 16px;
    padding: 0px;
}

.dropdown-item:hover {
    background: none;
}

.megamenu-li {
    position: static;
    left: 25%;
}

.megamenu {
    position: absolute;
    width: 100%;
    left: 0px;
    right: 0px;
    padding: 25px;
}

.audience {
    position: absolute;
    top: 10px;
    right: 164px;
    z-index: 9999;
}

#audience a {
    padding: 0px 5px;
    font-size: 0.7rem;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 2.5em;
}

.mobile-audience {
    list-style: none;
}

.mobile-audience li a {
    padding: 0px 5px;
    font-size: 0.9em;
    font-weight: normal;
    text-transform: uppercase;
}

.mobile-audience li a:hover {
    color: rgb(255, 106, 20);
}

#audience &gt; ul &gt; li &gt; :hover {
    color: rgb(255, 106, 20);
    transition: all 0.6s ease-in-out 0s;
}

#quick-links a {
    color: rgb(255, 255, 255);
    padding: 0px 6px;
    font-size: 0.9rem;
    font-weight: normal;
    text-transform: uppercase;
    transition: all 2s linear 0s;
}

.dropdown h6 {
    font-weight: 600;
    text-transform: uppercase;
    color: rgb(200, 16, 46);
}

.navi {
    color: rgb(255, 255, 255);
    padding: 15px 10px;
}

.navi:hover {
    color: rgb(255, 255, 255);
}

.quicklinks-nav {
    width: 50%;
    background: rgb(0, 150, 143);
}

.sidenav {
    height: 100%;
    position: fixed;
    z-index: 15;
    top: 0px;
    right: 0px;
    background-color: rgb(17, 17, 17);
    overflow-x: hidden;
    transition: all 0.6s linear 0s;
    padding-top: 60px;
}

.sidenav a {
    font-size: 1rem;
    color: rgb(255, 255, 255);
    transition: all 0.3s ease 0s;
    text-decoration: none;
}

.sidenav a:hover {
    color: rgb(200, 16, 46);
}

.visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0px !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0px, 0px, 0px, 0px) !important;
    white-space: nowrap !important;
    border: 0px !important;
}

#mainMenuNav .accordion-item h6 {
    color: rgb(255, 255, 255);
}

#mainMenuNav .accordion-button:focus {
    box-shadow: none;
    background: rgb(117, 117, 117);
}

#mainMenuNav .off {
    position: absolute;
    top: 0px;
    right: 0px;
    margin-right: 0px;
    color: rgb(200, 16, 46);
}

#mainMenuNav {
    z-index: 5;
    background: rgb(38, 38, 38);
    width: 0px;
}

#mainMenuNav.open {
    width: 35%;
    max-width: 100vw;
}

#mainMenuNav.close {
    display: none;
}

@media print, screen and (max-width: 74rem) {
    #mainMenuNav.open {
        min-width: 100vw;
    }
}

#content.open {
    margin-right: 35%;
    transition: margin-right 0.5s ease 0s;
    overflow: hidden;
}

.logo__container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 77px;
}

.logoHeader {
    display: flex;
    max-width: 6rem;
    position: relative;
    top: 12px;
    transition: width 0.9s ease-in-out 0s;
}

.small-logo {
    display: block;
    width: 55px;
    position: absolute;
    left: 1rem;
    top: 25%;
}

.mobile-logo {
    display: block;
    width: 65px;
    position: absolute;
    left: 1rem;
    top: 25%;
}

.letter-mark {
    color: rgba(251, 251, 251, 0.984);
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    font-family: Lora, serif;
    font-weight: 400;
    list-style: none;
    text-decoration: none;
    font-size: 0.8rem;
    padding: 12px;
    position: relative;
    top: -5px;
}

.nav-item-button {
    font-size: 0.9rem;
    text-transform: uppercase;
    padding-bottom: 0.5em;
    list-style-type: none;
    display: inline-block;
}

.nav-item-button a {
    font-size: 0.9rem;
    text-transform: uppercase;
    list-style-type: none;
    color: rgb(251, 251, 251);
}

@media print, screen and (max-width: 64.064em) {
    .logoHeader {
        display: flex;
        max-width: 3rem;
        position: relative;
        top: 0px;
        transition: width 0.9s ease-in-out 0s;
    }

    #mySidenav .title {
        font-size: 1em;
        text-transform: uppercase;
        color: rgb(145, 33, 51);
        font-family: Oswald, sans-serif;
        font-weight: normal;
    }

    #custom-cards h2 {
        font-size: 1.5rem;
    }

    #mobile-menu .dropdown-item .navbar {
        font-size: 14px;
        transition: all 0.5s linear 0s;
    }

    #desk-menu .dropdown-item {
        font-size: 13px;
    }

    #audience li a:hover {
        color: rgb(200, 16, 46);
    }
}

.quick:hover {
    color: rgb(255, 255, 255);
}

#mobile {
    background: rgba(251, 251, 251, 0.984);
}

#mobile .search-box {
    border: 1px solid rgb(117, 117, 117);
}

#mobile-menu .accordion-button.collapsed {
    color: rgb(33, 33, 33);
    background: rgb(255, 255, 255);
}

#mobile-menu .accordion h6 {
    color: rgb(200, 16, 46);
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 600;
}

#mobile-menu .navbar {
    background: rgb(255, 255, 255);
}

.search-box {
    position: relative;
    height: 35px;
    width: 35px;
    bottom: 30px;
    right: -15px;
    border-radius: 0%;
    transition: all 1.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
}

.search-box.active {
    width: 20rem;
    display: block;
}

.search-box input {
    width: 100%;
    height: 100%;
    border: 1px solid rgb(33, 33, 33);
    border-radius: 0px;
    background: rgb(251, 251, 251);
    outline: none;
    padding: 0px 40px 0px 20px;
    font-size: 16px;
    opacity: 0;
    transition: all 1.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
}

.search-box input.active {
    opacity: 0.8;
    background-color: rgb(251, 251, 251);
    border: 1px solid rgb(160, 209, 202);
}

.search-box input::-webkit-input-placeholder {
    color: rgb(33, 33, 33);
    font-size: 1rem;
}

.search-box .search-icon.active {
    position: absolute;
    right: 1em;
    top: 1.8rem;
    height: 25px;
    width: 25px;
    background: transparent;
    border-radius: 0px;
    text-align: center;
    line-height: 35px;
    font-size: 1.2rem;
    color: rgb(200, 16, 46);
    transform: translateY(-50%) rotate(360deg);
}

.search-box .cancel-icon {
    position: absolute;
    top: 1.8rem;
    right: 2rem;
    transform: translateY(-30%);
    font-size: 15px;
    color: rgb(33, 33, 33);
    cursor: pointer;
    transition: all 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
}

.search-box .cancel-icon.active {
    top: 3.3em;
    right: 1em;
    transform: translateY(-50%) rotate(360deg);
}

#top-mobile-nav .search-box {
    position: relative;
    height: 35px;
    width: 35px;
    border-radius: 0%;
    transition: all 1.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
}

#top-mobile-nav .search-box.active {
    min-width: 275px;
}

#top-mobile-nav .search-box input {
    width: 100%;
    height: 100%;
    border: 1px solid rgb(33, 33, 33);
    border-radius: 0px;
    background: rgb(255, 255, 255);
    outline: none;
    padding: 0px 40px 0px 20px;
    font-size: 16px;
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
}

#top-mobile-nav .search-box input.active {
    opacity: 1;
}

#top-mobile-nav .search-box input::-webkit-input-placeholder {
    color: rgb(199, 201, 199);
    font-size: 1rem;
    text-align: center;
    font-family: Karla, sans-serif;
}

#top-mobile-nav .search-box input::placeholder {
    color: rgb(199, 201, 199);
    font-size: 1rem;
    text-align: center;
    font-family: Karla, sans-serif;
}

#top-mobile-nav .search-box .search-icon {
    position: absolute;
    left: 0%;
    top: -50%;
    transform: translateY(0%);
    height: 45px;
    width: 45px;
    background: rgb(255, 255, 255);
    border-radius: 100%;
    text-align: center;
    line-height: 35px;
    font-size: 18px;
    color: rgb(33, 33, 33);
    cursor: pointer;
    z-index: 1;
    transition: all 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
}

#top-mobile-nav .search-box .search-icon.active {
    position: absolute;
    right: 0%;
    top: 50%;
    height: 35px;
    width: 35px;
    background: rgb(33, 33, 33);
    border-radius: 0px;
    text-align: center;
    line-height: 35px;
    font-size: 15px;
    color: rgb(255, 255, 255);
    transform: translateY(-50%) rotate(360deg);
}

#top-mobile-nav .search-box .cancel-icon {
    position: absolute;
    right: 10%;
    top: 0%;
    transform: translateY(-10%);
    font-size: 15px;
    color: rgb(33, 33, 33);
    cursor: pointer;
    transition: all 1.5s cubic-bezier(0.1, 0.7, 1, 0.1) 0s;
}

#top-mobile-nav .search-box .cancel-icon.active {
    position: absolute;
    right: 5%;
    top: 20%;
    font-size: 15px;
    color: rgb(33, 33, 33);
    transform: translateY(-15%) rotate(360deg);
    transition: all 1.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
}

#top-mobile-nav .search-box .search-data {
    text-align: center;
    padding-top: 7px;
    color: rgb(255, 255, 255);
    font-size: 18px;
    overflow-wrap: break-word;
}

#top-mobile-nav .search-box .search-data.active {
    display: flex;
}

.vsu-new-search.active {
    width: 350px;
}

.vsu-new-search .searchType {
    width: 100%;
    height: 100%;
    border-radius: 0px;
    border: 1px solid rgb(33, 33, 33);
    outline: none;
    padding: 0px 40px 0px 20px;
    font-size: 16px;
    opacity: 0;
    transition: all 1.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
}

.vsu-new-search .searchType.active {
    opacity: 1;
}

.vsu-search.active {
    height: 77px;
    padding-bottom: 0.2rem;
    padding-top: 0.2rem;
    font-size: 1rem;
    position: absolute;
}

#mobile #vsu-search {
    width: 100%;
    padding: 5px 20px;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 1px solid rgb(221, 221, 221);
}

#mobile #vsu-search .input-group {
    width: 100%;
}

#mobile li {
    list-style: none;
}

.expand {
    display: block;
}

.search-submit {
    position: absolute;
    right: 1.5em;
    top: 2.2em;
    transform: translateY(-65%);
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 25px;
    color: rgb(200, 16, 46);
    cursor: pointer;
    z-index: 1;
    transition: all 1.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
    display: none;
}

.search-submit-mobile {
    height: 50px;
    width: 100%;
    text-align: center;
    line-height: 30px;
    font-size: 18px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    z-index: 1;
}

button {
    background: transparent;
    box-shadow: transparent 0px 0px 0px;
    border: 0px solid transparent;
    text-shadow: transparent 0px 0px 0px;
}

button:hover {
    box-shadow: transparent 0px 0px 0px;
    border: 0px solid transparent;
    text-shadow: transparent 0px 0px 0px;
}

button:active {
    outline: none;
    border: none;
}

.toggle {
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    font-style: inherit;
    font-variant: inherit;
    font-weight: inherit;
    font-stretch: inherit;
    font-size: inherit;
    font-family: inherit;
    -webkit-font-smoothing: inherit;
    line-height: normal;
    color: inherit;
    appearance: none;
    background: rgb(200, 16, 46);
    border-width: 0px;
    border-radius: 0px;
    outline: 0px;
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 1;
    width: 155px;
    height: 77px;
    cursor: pointer;
}

.toggle .screen-reader {
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    font-style: inherit;
    font-variant: inherit;
    font-weight: inherit;
    font-stretch: inherit;
    font-size: inherit;
    font-family: inherit;
    -webkit-font-smoothing: inherit;
    line-height: normal;
    color: inherit;
    appearance: none;
    background: rgb(255, 255, 255);
    border-width: 0px;
    border-radius: 0px;
    outline: 0px;
    z-index: 1;
    width: 155px;
    height: 77px;
    cursor: pointer;
}

.toggle:focus {
    outline-width: 0px;
}

.toggle.screen-reader:focus {
    outline-width: 0px;
}

.toggle [class*="bar-"] {
    background: rgb(251, 251, 251);
    display: block;
    transform: rotate(0deg);
    transition: all 0.2s ease 0s;
    border-radius: 2px;
    height: 2px;
    width: 25px;
    margin-bottom: 5px;
    margin-left: 12px;
}

.toggle .bar-bot {
    margin-bottom: 0px;
}

.opened .bar-top {
    transform: rotate(45deg);
    transform-origin: 15% 15%;
}

.opened .bar-mid {
    opacity: 0;
}

.opened .bar-bot {
    transform: rotate(-45deg);
    transform-origin: 5% 90%;
}

.menu-label {
    -webkit-font-smoothing: antialiased;
    font-family: Oswald, sans-serif;
    font-style: normal;
    font-weight: 800;
    line-height: 0.5;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    top: 50%;
    left: 37px;
    display: inline-block;
    margin-top: -1px;
    color: rgb(255, 255, 255);
    transform: translateY(-25%);
}

.toggle-small &gt; .menu-label {
    -webkit-font-smoothing: antialiased;
    font-family: Oswald, sans-serif;
    font-style: normal;
    font-weight: 800;
    line-height: 0.5;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    top: 47%;
    left: 37px;
    display: inline-block;
    margin-top: -1px;
    color: rgb(255, 255, 255);
    transform: translateY(-25%);
}

header {
    height: 77px;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 999;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    transition: background 250ms ease-in 0s;
    background: rgb(33, 33, 33);
    color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 20px;
}

header #audience a {
    color: rgb(251, 251, 251);
}

header .search-box .search-icon {
    position: absolute;
    right: 1em;
    top: 2.4em;
    transform: translateY(-65%);
    height: 45px;
    width: 45px;
    background: rgb(33, 33, 33);
    border-radius: 50px;
    text-align: center;
    line-height: 60px;
    font-size: 20px;
    color: rgb(251, 251, 251);
    cursor: pointer;
    z-index: 1;
    transition: background-color 1s linear 0s;
}

header .search-box .search-icon .active {
    position: absolute;
    right: 15px;
    top: 50px;
    transform: translateY(-65%);
    height: 45px;
    width: 45px;
    background: rgb(33, 33, 33);
    border-radius: 50px;
    text-align: center;
    line-height: 60px;
    font-size: 20px;
    color: rgb(251, 251, 251);
    cursor: pointer;
    z-index: 1;
    transition: all 0.1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
}

.nav-scrolled {
    background: rgb(251, 251, 251);
    box-shadow: rgba(138, 59, 59, 0.2) 0px 3px 20px;
    transition: background-color 1s linear 0s;
}

.nav-scrolled .letter-mark {
    color: rgb(33, 33, 33);
    position: relative;
    top: 0px;
    left: -25px;
}

.nav-scrolled .logoHeader {
    max-width: 4.5rem;
    position: relative;
    top: 0px;
    transition: width 0.9s ease-in-out 0s;
}

.nav-scrolled #audience a {
    color: rgb(33, 33, 33);
}

.nav-scrolled .search-box .search-icon {
    position: absolute;
    right: 15px;
    top: 50px;
    transform: translateY(-65%);
    height: 45px;
    width: 45px;
    background: rgb(251, 251, 251);
    border-radius: 50px;
    text-align: center;
    line-height: 60px;
    font-size: 20px;
    color: rgb(33, 33, 33);
    cursor: pointer;
    z-index: 1;
    transition: all 0.1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
}

.nav-scrolled .toggle {
    background: rgb(200, 16, 46);
    transition: all 0.1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
}

.brand-label {
    position: absolute;
    right: 20px;
    text-align: left;
    top: 30px;
    color: white;
    text-decoration: none;
}

@media print, screen and (min-width: 48em) {
    .menu-label {
        font-size: 1rem;
        left: 42px;
    }
}

@media print, screen and (max-width: 48em) {
    .toggle {
        background: rgb(33, 33, 33);
    }

    .nav-scrolled {
        background: rgb(200, 16, 46);
    }
}

button:focus {
    outline: 0px;
}

#mainMenuNav .accordion-button {
    color: rgb(255, 255, 255);
}

#mainMenuNav .accordion-button:not(.collapsed) {
    color: rgb(200, 16, 46);
    background-color: rgb(33, 33, 33);
    font-weight: 600;
}

.accordion-button {
    position: relative;
    display: flex;
    font-family: Karla, sans-serif;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    color: rgb(117, 117, 117);
    text-transform: uppercase;
    border-radius: 0px;
    border: none;
    transition: color 0.15s ease-in-out 0s, background-color 0.15s ease-in-out 0s, border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s, border-radius 0.15s ease 0s, -webkit-box-shadow 0.15s ease-in-out 0s;
}

.accordion-item {
    background-color: rgb(255, 255, 255);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.accordion-button, .accordion-button:focus {
    box-shadow: none;
    font-weight: 600;
}

.accordion-button:focus, .accordion-button, .accordion-item, .accordion-collapse, .accordion-button:hover, .accordion-header:active, .accordion-button:active {
    background-color: transparent;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    color: rgb(200, 16, 46);
    background-color: rgb(255, 255, 255);
    font-weight: 600;
}

.accordion-item {
    width: 100%;
    border-radius: 0px;
}

.accordion-item:nth-last-of-type(1) {
    width: 100%;
}

.container-footer {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
}

footer ul li {
    color: rgb(255, 255, 255);
    list-style: none;
    text-decoration: none;
}

.footer-end {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    flex-wrap: wrap;
    display: flex;
}

.footer-end li {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
    -webkit-box-flex: 1;
    flex-grow: 1;
}

.direct a {
    font-size: 1.2em;
    text-decoration: none;
    line-height: 1.8em;
    color: rgb(255, 255, 255);
    border-width: 2px;
    border-style: solid;
    border-color: transparent transparent rgb(255, 106, 20);
    border-image: initial;
    display: block;
}

.direct-sm a {
    text-decoration: none;
}

.underline {
    text-decoration: underline 2px;
}

.card-title {
    font-size: 1.1rem;
}

.news-title {
    text-transform: none;
    font-size: 1rem;
    color: rgb(117, 117, 117);
}

.news-headline {
    color: rgb(117, 117, 117);
    font-family: Karla, sans-serif;
    font-size: 26px;
    letter-spacing: 1.37px;
    line-height: 42px;
    margin-bottom: 24px;
    text-transform: uppercase;
}

.news-headline::after {
    display: block;
    content: "";
    border-bottom: 0.2rem solid rgb(117, 117, 117);
    width: 100%;
    margin: 0.1em 0px;
}

.news-title:hover {
    color: rgb(200, 16, 46);
}

.news.card-title {
    font-family: Lora, serif;
}

.text-news {
    color: rgb(117, 117, 117);
    font-weight: 500;
}

.college-news {
    text-transform: none;
    font-weight: 600;
}

.mask {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.masked {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.bg-image img {
    min-height: 28rem;
    object-fit: cover;
}

.gridbox-text {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 24px;
    text-align: center;
    letter-spacing: 0.05em;
}

.programs-degree-types {
    font-size: 0.9em;
    font-weight: 500;
    color: rgb(255, 255, 255);
    line-height: 1.3em;
}

.programs-degree-types:hover {
    color: rgb(255, 106, 20);
    transition: color 0.3s ease-in 0s;
}

.program-list-degree {
    display: inline;
    margin-right: 15px;
}

#header ul li {
    list-style: none;
}

.btn, .card, .card-img-top, .card-footer {
    border-radius: 0px !important;
}
.card-footer{
    font-size: 1.2em !important;
    line-height:.5em
    
}
.btn-group-lg &gt; .btn, .btn-lg {
    padding: 10px;
    font-size: 0.775rem;
    line-height: 1.6;
}

.map-table td {
    font-size: 1em;
    line-height: 1.5em;
    padding-left: 1em;
}

td {
    font-size: 0.7rem;
    line-height: 1rem;
}

.table-sm &gt; :not(caption) &gt; * &gt; * {
    padding: 0.2rem 1rem;
}

.headline {
    font-family: Oswald, sans-serif;
    text-transform: uppercase;
    font-size: calc(18px + 12 * ((100vw - 300px) / 1300));
    padding-bottom: 1.7rem;
}

.card-img-top {
    width: 100%;
    height: 12rem;
    min-height: 22vh;
    object-fit: cover;
    object-position: center top;
}

.embed-responsive {
    width: 100%;
    min-height: 22vh;
    object-fit: cover;
    object-position: center center;
}

.card-img-top.department {
    width: 100%;
    height: 12rem;
    min-height: 22vh;
    object-fit: cover;
    object-position: center center;
}

.card-img-top.auto-height {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.card-img-top-half {
    width: 100%;
    height: 5vw;
    object-fit: cover;
}

.card-img-top.profile {
    width: 100%;
    height: 12rem;
    min-height: 22vh;
    object-fit: cover;
}

.overlay-profile {
    position: absolute;
    inset: 0px;
    height: 12rem;
    min-height: 22vh;
    width: 100%;
    opacity: 0;
    transition: all 0.5s ease 0s;
    background-color: rgba(200, 16, 47, 0.8);
}

.card:hover .overlay-profile {
    opacity: 1;
}

.text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.carousel-item.home img {
    max-height: calc(100vh - 672px);
    position: relative;
    margin: auto;
    object-fit: cover;
}

@media print, screen and (max-width: 64rem) {
    .card-img-top-half {
        width: 100%;
        height: 25vw;
        object-fit: cover;
    }

    .card-img-top {
        width: 100%;
        max-height: 50vw;
        object-fit: cover;
    }

    .carousel-inner img {
        height: calc(100vh - 172px);
        object-fit: cover;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    .card-img-top-half {
        width: 100%;
        height: 10vw;
        object-fit: cover;
    }
}

.hero h2 {
    font-size: 3.5em;
    color: white;
    margin-bottom: 15px;
}

.hero p {
    font-size: 1.5em;
    color: white;
    margin-bottom: 25px;
}

.yoooo {
    font-size: 2.5em;
    color: rgb(33, 33, 33);
    margin-bottom: 0px;
    font-family: Lora, serif;
}

.eventDate {
    color: rgb(255, 255, 255);
    margin-bottom: 0px;
    font-family: Oswald, sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    border-top: 0.3rem solid rgb(160, 209, 202);
    border-bottom: 0.3rem solid rgb(160, 209, 202);
    font-size: 4rem;
    text-align: center;
}

.yo {
    font-size: 1em;
    font-weight: normal;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
}

.box span {
    font-size: 1em;
    color: rgb(255, 255, 255);
    line-height: 25px;
}

.carousel-indicators {
    position: absolute;
    right: 0px;
    bottom: -1rem;
    left: 0px;
    z-index: 2;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 0px;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none;
}

.carousel-indicators [data-mdb-target], .carousel-indicators-news-feed [data-mdb-target] {
    box-sizing: content-box;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    width: 15px;
    height: 15px;
    padding: 0px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgb(255, 255, 255);
    background-clip: padding-box;
    border-radius: 100%;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    transition: opacity 0.6s ease 0s;
}

.carousel-indicators .active {
    opacity: 0.2;
}

#toggleCarousel {
    position: absolute;
    left: 50%;
    right: 50%;
    top: 30%;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 0px;
    margin-right: 0px;
    margin-top: 2rem;
    margin-left: 0px;
    opacity: 0.9;
    visibility: hidden;
    transition: visibility 0s linear 300ms, opacity 400ms ease 0s;
    z-index: 10;
}

.img-round {
    border-radius: 50%;
}

.carousel-caption {
    position: absolute;
    transform: translateY(-50%);
    bottom: initial;
    top: 50%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    text-align: left;
    z-index: 9;
}

.carousel-caption h5 {
    font-family: Karla, sans-serif;
    font-size: 2rem;
    text-transform: uppercase;
}

.carousel-caption p {
    font-family: Karla, sans-serif;
    font-size: 1rem;
    line-height: 1.2rem;
}

.carousel-caption h5::after {
    display: block;
    content: "";
    border-bottom: 0.3rem solid rgb(200, 16, 46);
    width: 9rem;
    margin: 0.5rem 0px;
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 50%;
    bottom: initial;
    z-index: 1;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 10%;
    padding: 0px;
    color: white;
    text-align: center;
    background: none;
    border: 0px;
    opacity: 0.8;
    transition: opacity 0.15s ease 0s;
}

.carousel-control-next.home, .carousel-control-prev.home {
    position: absolute;
    top: 50%;
    bottom: 0px;
    z-index: 1;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 10%;
    padding: 0px;
    color: white;
    text-align: center;
    background: none;
    border: 0px;
    opacity: 0.8;
    transition: opacity 0.15s ease 0s;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-control-next, .carousel-control-prev {
        transition: none 0s ease 0s;
    }
}

@media (prefers-reduced-motion: reduce) {
    .carousel-control-next.home, .carousel-control-prev.home {
        transition: none 0s ease 0s;
    }
}

.carousel-caption {
    font-size: calc(1.175rem + 1vw);
    line-height: 1.2;
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    color: rgb(255, 255, 255);
    text-decoration: none;
    outline: 0px;
    opacity: 0.9;
}

.carousel-control-prev {
    left: 0px;
}

.carousel-control-next {
    right: 0px;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 4rem;
    height: 4rem;
    background-repeat: no-repeat;
    background-position: 10% center;
    background-size: 100% 100%;
}

.carousel-inner.dept img {
    max-height: 18.5rem;
}

.carousel-inner.news-feed .embed-responsive {
    height: 28.5rem;
    object-fit: cover;
}

.news-feed .bg-image {
    max-height: 28.5rem;
    object-fit: cover;
}

.carousel-inner.library .bg-image, .carousel-inner.library .embed-responsive {
    height: 12rem;
}

.carousel-inner.library img {
    max-height: calc(100vh - 739px);
}

.caption-box {
    height: 10.4rem;
}

.library-caption {
    font-size: 0.9em;
    line-height: 1.3em;
}

.dept_nav {
    display: inline-block;
    width: 36px;
    height: 36px;
    padding-bottom: 2em;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 5px;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    margin-right: 16px;
    background-color: rgb(200, 16, 46);
}

.dept_nav i {
    line-height: 36px;
    color: rgb(255, 255, 255);
    font-size: 18px;
    transition: all 200ms ease 0s;
}

.dept_nav:hover i {
    color: rgb(255, 106, 20);
}

.cap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 4;
    opacity: 0;
    transition: all 0.2s ease-in-out 0s;
}

.overlay.active {
    display: block;
    opacity: 1;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 4;
    transition: all 0.2s ease-in-out 0s;
}

.carousel-container {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: wrap;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

aside .card {
    height: auto;
}

aside .card-header {
    padding-left: 1.125rem;
    border-radius: 0px !important;
}

aside .list-group .list-group-item {
    padding-left: 0px;
}

.list-group-item {
    padding: 0.1rem 1rem;
}

.smallest {
    font-size: 1em;
    line-height: 1.4em;
}

#contact .card {
    border: 1px solid rgb(117, 117, 117) !important;
}

.card {
    height: 100%;
    box-shadow: none;
}

.hover:hover {
    background: rgb(204, 0, 18);
    color: rgb(255, 255, 255);
}

.card.box {
    height: 50vh;
}

#contact ul {
    list-style: none;
    text-decoration: none;
}

.btn-social {
    padding: 15px;
    color: rgb(33, 33, 33);
}

.nav-item:hover {
    color: rgb(200, 16, 46);
}

.st0 {
    fill: rgb(255, 106, 20);
}

.social li {
    display: inline;
    padding: 5px;
    font-size: 1em;
}

.news .card-body {
    padding: 25px 0px !important;
}

@media print, screen and (max-width: 768px) {
    .column-main {
        min-width: 100%;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }

    .direct a {
        font-size: 1em;
        text-decoration: none;
        color: rgb(255, 255, 255);
    }

    .social {
        margin-top: 0px;
    }

    .direct-sm a {
        font-size: 1.2em;
        text-decoration: none;
    }

    .carousel-item.home {
        max-height: 34rem;
    }

    .carousel-item.home img {
        object-fit: cover;
        max-height: 24rem;
    }

    .carousel-item.multi {
        min-height: 450px;
    }

    .carousel-item.multiple {
        min-height: 450px;
    }

    .cap {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 2;
    }

    .overlay {
        position: absolute;
        height: 100%;
        width: 100%;
        opacity: 0.75;
        z-index: -1;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .cap-left {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 2;
    }

    .overlay-left {
        position: absolute;
        height: 100%;
        width: 100%;
        opacity: 0.75;
        z-index: -1;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .cap-right {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 2;
    }

    .overlay-right {
        position: absolute;
        height: 100%;
        width: 100%;
        opacity: 0.75;
        z-index: -1;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

.gallery__container {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    padding-right: 1.125rem;
    padding-left: 1.125rem;
}

.accordion &gt; li {
    text-decoration: none;
}

.separator {
    width: var(--width);
    height: var(--height);
    background-image: linear-gradient( to bottom right, var(--top-color), var(--top-color) 50%, var(--bottom-color) 50%, var(--bottom-color) );
}

.separator.reverse {
    transform: rotateY(180deg);
}

.vertical .separator.reverse {
    transform: rotateX(180deg);
}

.home-hero__header a {
    color: rgb(255, 255, 255);
}

.card-cover h2 {
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
}

.home-hero__container {
    position: relative;
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    min-height: calc(100vh - 772px);
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.7);
    margin-left: auto;
    margin-right: auto;
    padding-top: 90px;
    padding-bottom: 90px;
}

@media print, screen and (min-width: 64.0625em) {
    .home-hero__container {
        min-height: calc(100vh - 372px);
    }
}

.home-hero__cta-container, .home-hero__header-container {
    z-index: 2;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: wrap;
    position: relative;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    padding-bottom: 6rem;
}

.home-hero__header-container {
    margin-top: 0px;
}

@media print, screen and (min-width: 64.0625em) {
    .home-hero__header-container {
        margin-top: 0px;
    }
}

.home-hero__header {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    font-size: calc(1rem + 2vw);
    font-style: normal;
    font-weight: 800;
}

.home-hero__headerP {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    font-size: calc(0.7rem + 0.5vw);
    font-style: normal;
    font-weight: 400;
    font-family: Karla, sans-serif;
    line-height: 1.5em;
}

.home-hero__header a:hover {
    text-decoration: underline;
}

.home-hero__cta-container {
    position: absolute;
    right: 0px;
    bottom: 0px;
    left: 0px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: start;
    width: 100%;
    padding-bottom: 60px;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
}

@media print, screen and (min-width: 64.0625em) {
    .home-hero__cta-column {
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 100%;
    }
}

.home-hero__cta-standard {
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    color: rgb(255, 255, 255);
    -webkit-box-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

.home-hero__cta-standard.dark {
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    color: rgb(33, 33, 33);
    -webkit-box-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

.home-hero__cta-standard:hover {
    color: rgb(255, 255, 255);
}

.home-hero__cta-standard.dark:hover {
    color: rgb(204, 0, 18);
}

.home-hero__cta-standard::after {
    position: absolute;
    bottom: 0px;
    left: 0px;
    display: block;
    width: 100%;
    height: 2px;
    content: "";
    background-color: rgb(255, 106, 20);
    transform: scaleX(0);
    transform-origin: center center;
    transition: transform 0.35s ease 0s;
}

.home-hero__cta-standard:focus::after, .home-hero__cta-standard:hover::after {
    transform: scaleX(1);
}

.home-hero__cta-header {
    display: none;
}

@media print, screen and (min-width: 64.0625em) {
    .home-hero__cta-header {
        -webkit-font-smoothing: antialiased;
        font-size: 1rem;
        font-style: normal;
        font-weight: 800;
        line-height: 1;
        text-transform: uppercase;
        letter-spacing: 2px;
        display: block;
        margin-bottom: 10px;
        color: rgb(255, 255, 255);
        font-family: Oswald, sans-serif;
    }
}

.home-hero__cta-small-link {
    -webkit-font-smoothing: antialiased;
    font-size: 1rem;
    font-style: normal;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    color: rgb(255, 255, 255);
    font-family: Oswald, sans-serif;
}

.home-hero__cta-small-link::after, .cta-link::after {
    transition-timing-function: ease-out;
    transition-duration: 0.25s;
    transition-property: transform, -webkit-transform;
    position: absolute;
    bottom: -6px;
    left: 0px;
    display: block;
    width: 100%;
    height: 2px;
    content: "";
    background: rgb(255, 255, 255);
    transform: scaleX(0);
    transform-origin: left center;
}

.home-hero__cta-small-link:focus::after, .home-hero__cta-small-link:hover::after, .cta-link:hover::after {
    transform: scaleX(1);
}

@media print, screen and (min-width: 64.0625em) {
    .home-hero__cta-small-link {
        display: none;
    }
}

.home-hero__cta-small {
    position: relative;
    display: block;
    padding-right: 15px;
    padding-left: 15px;
}

@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
    .home-hero__cta-small {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media print, screen and (min-width: 64.0625em) {
    .home-hero__cta-small {
        display: none;
    }
}

.home-hero__cta-large {
    display: none;
}

@media print, screen and (min-width: 64.0625em) {
    .home-hero__cta-large {
        display: block;
    }
}

.home-hero__cta-large .cta__standard:focus, .home-hero__cta-large .cta__standard:hover, .home-hero__cta-large .lib-cta__standard:focus, .home-hero__cta-large .lib-cta__standard:hover {
    background: none;
}

.home-hero__overlay {
    z-index: 0;
    position: absolute;
    inset: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.9;
}

.home-hero__black-gradient {
    background: linear-gradient(rgba(0, 0, 0, 0.125), rgba(0, 0, 0, 0.675));
}

.home-hero-academics__header a {
    color: rgb(255, 255, 255);
}

.black__overlay {
    z-index: -1;
    inset: 0px;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    background: linear-gradient(rgba(0, 0, 0, 0.125), rgba(0, 0, 0, 0.675));
}

.home-hero-academics__container {
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    height: calc(100vh - 272px);
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.7);
}

@media print, screen and (min-width: 64.0625em) {
    .home-hero-academics__container {
        height: calc(100vh - 672px);
    }
}

@media print, screen and (min-width: 48em) {
    .home-hero-academics__container {
        height: calc(100vh - 472px);
    }
}

@media print, screen and (min-width: 28em) {
    .home-hero-academics__container {
        height: calc(100vh - 472px);
    }
}

.home-hero-academics__cta-container, .home-hero-academics__header-container {
    z-index: 2;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: wrap;
    position: relative;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
}

.home-hero-academics__header-container {
    margin-top: 0px;
    text-align: center;
}

@media print, screen and (min-width: 64.0625em) {
    .home-hero-academics__header-container {
        margin-top: 0px;
    }
}

.home-hero-academics__header {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    font-size: 3.625rem;
    font-style: normal;
    font-weight: 800;
    color: rgb(255, 255, 255);
}

.home-hero-academics__headerP {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    font-size: 1.625rem;
    font-style: normal;
    font-weight: 400;
    color: rgb(255, 255, 255);
}

@media print, screen and (min-width: 48em) {
    .home-hero-academics__header {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
    .home-hero-academics__header {
        font-size: 2.5em;
    }
}

@media print, screen and (min-width: 48em) {
    .home-hero-academics__header {
        font-size: 4.5em;
    }
}

@media print, screen and (min-width: 64.0625em) {
    .home-hero-academics__header {
        font-size: 4.625em;
    }
}

.home-hero-academics__header a:hover {
    text-decoration: underline;
}

.home-hero-academics__cta-container {
    position: absolute;
    right: 0px;
    bottom: 0px;
    left: 0px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
    text-align: center;
}

@media print, screen and (min-width: 64.0625em) {
    .home-hero-academics__cta-column {
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
        padding-right: 1.25rem;
        padding-left: 1.25rem;
    }
}

@media print, screen and (min-width: 64.0625em) and (min-width: 48em) {
    .home-hero-academics__cta-column {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}

.home-hero-academics__cta-standard {
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    color: rgb(255, 255, 255);
    -webkit-box-align: end;
    align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

.home-hero-academics__cta-standard:hover {
    color: rgb(255, 255, 255);
}

.home-hero-academics__cta-standard::after {
    transition-timing-function: ease-out;
    transition-duration: 0.25s;
    transition-property: transform, -webkit-transform;
    position: absolute;
    bottom: 0px;
    left: 0px;
    display: block;
    width: 100%;
    height: 2px;
    content: "";
    background: rgb(200, 16, 46);
    transform: scaleX(0);
    transform-origin: left center;
}

.home-hero-academics__cta-standard:focus::after, .home-hero-academics__cta-standard:hover::after {
    transform: scaleX(1);
}

.home-hero-academics__cta-header {
    display: none;
}

@media print, screen and (min-width: 64.0625em) {
    .home-hero-academics__cta-header {
        -webkit-font-smoothing: antialiased;
        font-size: 1rem;
        font-style: normal;
        font-weight: 800;
        line-height: 1;
        text-transform: uppercase;
        letter-spacing: 2px;
        display: block;
        margin-bottom: 10px;
        color: rgb(255, 255, 255);
        font-family: Oswald, sans-serif;
    }
}

.home-hero-academics__cta-small-link {
    -webkit-font-smoothing: antialiased;
    font-size: 1.2rem;
    font-style: normal;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    color: rgb(255, 255, 255);
    font-family: Oswald, sans-serif;
}

@media print, screen and (min-width: 48em) {
    .home-hero-academics__cta-small-link {
        padding: 10px;
    }
}

.home-hero-academics__cta-small-link::after {
    transition-timing-function: ease-out;
    transition-duration: 0.25s;
    transition-property: transform, -webkit-transform;
    position: absolute;
    bottom: -6px;
    left: 0px;
    display: block;
    width: 100%;
    height: 2px;
    content: "";
    background: rgb(255, 255, 255);
    transform: scaleX(0);
    transform-origin: left center;
}

.home-hero-academics__cta-small-link:focus::after, .home-hero__cta-small-link:hover::after {
    transform: scaleX(1);
}

@media print, screen and (min-width: 64.0625em) {
    .home-hero-academics__cta-small-link {
        display: none;
    }
}

.home-hero-academics__cta-small {
    position: relative;
    display: block;
    padding-right: 15px;
    padding-left: 15px;
}

@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
    .home-hero-academics__cta-small {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media print, screen and (min-width: 64.0625em) {
    .home-hero-academics__cta-small {
        display: none;
    }
}

.home-hero-academics__cta-large {
    display: none;
}

@media print, screen and (min-width: 64.0625em) {
    .home-hero-academics__cta-large {
        display: block;
    }
}

.home-hero-academics__cta-large .cta__standard:focus, .home-hero-academics-large .cta__standard:hover, .home-hero-academics__cta-large .lib-cta__standard:focus, .home-hero-academics__cta-large .lib-cta__standard:hover {
    background: none;
}

.home-hero-academics__overlay {
    z-index: 2;
    position: absolute;
    inset: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.9;
}

.home-hero-academics__animated-gradient {
    background-color: rgb(0, 0, 0);
}

.home-hero-academics__black-gradient, .black-overlay {
    background-color: rgba(0, 0, 0, 0.7);
}

.home-hero-academics__navy-gradient {
    background: linear-gradient(1turn, rgb(0, 0, 0) 10%, rgb(23, 27, 72) 30%);
}

.home-hero-academics__headline-navy-gradient {
    background: rgba(23, 27, 72, 0.7);
    padding: 5px;
    max-width: 85%;
    margin: 0px auto;
}

@media print, screen and (min-width: 64.0625em) {
    .home-hero-academics__headline-navy-gradient {
        max-width: 100%;
        padding: 15px;
    }
}

.home-hero-academics__hero-links-black-gradient {
    background-color: rgba(0, 0, 0, 0.7);
    max-width: 100%;
}

@media print, screen and (min-width: 64.0625em) {
    .home-hero-academics__hero-links-black-gradient {
        padding-left: 10%;
    }
}

.home-hero-academics__cta-container.home-hero-academics__hero-links-black-gradient {
    padding-bottom: 120px;
}

.home-hero-academics__cta-top-space {
    position: relative;
    top: 60px;
}

.hero__bg {
    z-index: 1;
    position: absolute;
    inset: 0px;
    width: 100%;
    height: 100%;
    font-family: "object-fit:cover";
    object-fit: cover;
}

.mason {
    text-decoration: none;
    list-style: none;
}

#masonary .bg-ember.hover:hover {
    background-color: rgb(204, 0, 2);
    transition: background-color 0.3s linear 0s;
}

#masonary .bg-dark.hover:hover {
    transition: background-color 0.3s linear 0s;
    background-color: rgb(209, 209, 206) !important;
}

#masonary .bg-stone.hover:hover {
    background-color: rgb(38, 38, 38);
    transition: background-color 0.3s ease-in-out 0s;
}

#masonary .bg-stoneDark.hover:hover {
    background-color: rgb(38, 38, 38);
    transition: background-color 0.3s linear 0s;
}

#color-box {
    transition: background-color 1s ease 0s;
}

#color-box.bg-ember.hover:hover {
    background-color: rgb(204, 0, 2);
    transition: background-color 1s ease 0s;
}

#color-box.bg-ga.hover:hover {
    background-color: rgb(255, 106, 20);
    transition: background-color 1s linear 0s;
}

#color-box.bg-lake.hover:hover {
    background-color: rgb(160, 209, 202);
    transition: background-color 1s linear 0s;
}

@media (hover: hover) and (pointer: fine) {
    #masonary .bg-ember.hover:hover {
        background-color: rgb(204, 0, 2);
        transition: background-color 0.3s linear 0s;
    }

    #masonary .bg-dark.hover:hover {
        transition: background-color 0.3s linear 0s;
        background-color: rgb(209, 209, 206) !important;
    }

    #masonary .bg-stone.hover:hover {
        background-color: rgb(38, 38, 38);
        transition: background-color 0.3s ease-in-out 0s;
    }

    #masonary .bg-stoneDark.hover:hover {
        background-color: rgb(38, 38, 38);
        transition: background-color 0.3s linear 0s;
    }

    #color-box {
        transition: background-color 1s ease 0s;
    }

    #color-box.bg-ember.hover:hover {
        background-color: rgb(204, 0, 2);
        transition: background-color 1s ease 0s;
    }

    #color-box.bg-ga.hover:hover {
        background-color: rgb(255, 106, 20);
        transition: background-color 1s linear 0s;
    }

    #color-box.bg-lake.hover:hover {
        background-color: rgb(160, 209, 202);
        transition: background-color 1s linear 0s;
    }
}

.box {
    text-align: center;
    font-weight: 800;
    line-height: 1.1em;
}

.box p {
    font-size: 1.4rem;
    text-transform: uppercase;
    line-height: 1em;
    text-align: center;
    font-family: Karla, sans-serif;
    font-weight: normal;
}

.color-box h1 {
    font-size: 2rem;
    text-align: center;
    font-weight: 800;
    line-height: 2rem;
    font-family: Oswald, sans-serif;
}

.color-box .dept-color-box {
    font-size: 1.6rem;
    text-align: center;
    font-weight: 800;
    line-height: 2.1rem;
    font-family: Oswald, sans-serif;
}

.color-box p {
    font-size: 1.1rem;
    line-height: 1.2em;
    text-align: center;
    font-weight: 600;
}

.color-block a {
    text-decoration: underline 2px;
}

.color-block .text-ga:hover {
    color: rgb(255, 106, 20);
    transition: color 0.5s ease 0s;
}

.news-box {
    font-size: 1.2rem;
    padding-left: 0.125rem;
    text-transform: uppercase;
}

@media print, screen and (max-width: 48em) {
    .box p {
        font-size: 1rem;
        text-transform: uppercase;
        line-height: 1em;
        text-align: center;
    }

    .color-box h1 {
        font-size: 1.5rem;
        text-align: center;
        font-weight: 800;
        line-height: 1.1em;
        font-family: Oswald, sans-serif;
    }

    .color-box p {
        font-size: 1rem;
        line-height: 1em;
        text-align: center;
    }

    .news-box {
        font-size: 1rem;
        padding-left: 0.125rem;
    }
}

@media (max-width: 1291px) {
    .home-hero__container {
        position: relative;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        width: 100%;
        height: calc(100vh - 272px);
        overflow: hidden;
        background-color: rgba(0, 0, 0, 0.7);
    }

    .cap {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 2;
    }

    .overlay {
        position: absolute;
        height: 100%;
        width: 100%;
        opacity: 0.75;
        z-index: -1;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .cap-left {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 2;
    }

    .overlay-left {
        position: absolute;
        height: 100%;
        width: 100%;
        opacity: 0.75;
        z-index: -1;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .cap-right {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 2;
    }

    .overlay-right {
        position: absolute;
        height: 100%;
        width: 100%;
        opacity: 0.75;
        z-index: -1;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

.column__container {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: wrap;
    margin: 30px auto 0px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.column__main {
    padding-right: 1.125rem;
    flex: 1 0 100%;
    max-width: 70.8333%;
    -webkit-box-flex: 1;
}

@media print, screen and (max-width: 48em) {
    .column__main {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
        -webkit-box-flex: 0;
        flex: 0 0 90.8333%;
        max-width: 90.8333%;
    }
}

@media print, screen and (min-width: 64.0625em) and (min-width: 48em) {
    .sidebar-wrapper {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
        list-style: none;
    }
}

.column__side-nav-wrapper {
    display: block;
    -webkit-box-flex: 0;
    flex: 0 0 98%;
    max-width: 98%;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    list-style: none;
}

@media print, screen and (min-width: 64.0625em) {
    .column__side-nav-wrapper {
        display: block;
        -webkit-box-flex: 0;
        flex: 0 0 29.1667%;
        max-width: 29.1667%;
        padding-right: 1.25rem;
        padding-left: 1.25rem;
        list-style: none;
    }
}

@media print, screen and (min-width: 64.0625em) {
    .side-nav__large {
        display: block;
        margin-bottom: 30px;
        list-style: none;
    }
}

.side__cta-links-small {
    width: 100%;
}

.side-nav_large {
    display: block;
    margin-bottom: 30px;
}

.side-nav_list {
    border-width: 0px 0px 1px;
    border-top-color: initial;
    border-right-color: initial;
    border-left-color: initial;
    border-image: initial;
    border-bottom-color: rgb(229, 229, 229);
    border-style: solid;
    list-style: none;
}

.side-nav_list-item {
    border-width: 1px 0px 0px;
    border-right-color: initial;
    border-bottom-color: initial;
    border-left-color: initial;
    border-image: initial;
    border-top-color: rgb(229, 229, 229);
    border-style: solid;
    list-style: none;
}

.related.side-nav_list {
    border: 0px;
    list-style: none;
    width: 50%;
}

.related.side-nav_list-item {
    border: 0px;
    list-style: none;
}

.side-nav_list-item-folder {
    border-width: 1px 0px 0px;
    border-right-color: initial;
    border-bottom-color: initial;
    border-left-color: initial;
    border-image: initial;
    border-top-color: rgb(229, 229, 229);
    border-style: solid;
    list-style: none;
}

#asideCTA .cta__side-nav {
    padding: 2px 0.5rem 2px 0.6rem;
}

.cta__side-nav {
    padding: 8px 1.125rem;
}

.cta__side-nav.link-directory {
    padding: 5px 1.125rem;
    color: rgb(117, 117, 117);
}

.cta__side-nav {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    color: rgb(117, 117, 117);
    text-decoration: none;
    margin-right: 1rem;
}

.cta__side-nav.active {
    color: rgb(200, 16, 46);
    text-decoration: underline 2px solid;
}

.related .cta__side-nav {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    color: rgb(255, 106, 20);
    line-height: 0.1rem;
}

.cta__side-nav .cta__side-nav--copy {
    line-height: 1.2rem;
    font-weight: 600;
}

.cta__side-nav .cta__side-nav--copy:hover {
    text-decoration: underline 2px;
    transition: color 0.3s ease 0s;
}

.cta__side-nav .cta__side-nav--copy.dept-nav-dropdown:hover::after {
    content: url("https://www.valdosta.edu/_files/images/nav-arrow.svg");
    display: none;
    width: 1rem;
    height: 1rem;
    margin-left: 0.6em;
    transition: width 0.6s ease 0s;
}

.side__cta-link {
    list-style: none;
}

.info-button {
    list-style: none;
}

.deptName {
    font-family: Lora, serif;
    font-size: 2.5rem;
    font-weight: 600;
    color: rgb(255, 255, 255);
}

#block {
    width: 100%;
}

#deptNav {
    background: none !important;
    box-shadow: none !important;
}

#deptHead {
    background: linear-gradient(-45deg, rgb(33, 33, 33), rgb(33, 33, 33), rgb(200, 16, 46), rgb(33, 33, 33)) 0% 0% / 400% 400%;
    animation: 30s ease 0s infinite normal none running gradient;
}

@-webkit-keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.breadcrumb {
    margin-top: 1rem;
    font-size: 0.65rem;
    line-height: 1.4em;
}

.breadcrumb.dept {
    padding-left: 1.6rem;
    margin-top: 1rem;
    font-size: 0.65rem;
}

.breadcrumb-item {
    color: rgb(204, 0, 2);
}

.breadcrumb-item a {
    transition-timing-function: ease-out;
    transition-duration: 0.25s;
    transition-property: color;
    font-size: 1em;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    color: rgb(117, 117, 117);
    outline: 0px;
}

.breadcrumb-item a:hover {
    text-decoration: underline 2px;
}

.breadcrumb-item.active a {
    color: rgb(200, 16, 46);
    text-decoration: underline 2px;
}

.nav-arrow {
    width: 15px;
    height: 15px;
    display: inline-block;
}

.side-nav_list li a:hover .nav-arrow.dropdown {
    width: 16px;
    height: 16px;
    margin-right: 0.4em;
    fill: rgb(200, 16, 46);
    transition: fill 0.6s ease 0s;
}

.side-nav_list li a .nav-arrow.dropdown {
    width: 16px;
    height: 16px;
    margin-right: 0.4em;
    fill: transparent;
}

.nav-arrow.caret {
    display: inline-block;
    width: 2.5em;
    margin-right: 0em;
}

.nav-arrow bonfire {
    content: url("/image/nav-arrow.svg");
    width: 15px;
    height: 15px;
    display: inline-block;
    fill: rgb(204, 0, 18);
    margin-right: 0.8em;
}

.nav-arrow flame {
    content: url("/image/nav-arrow.svg");
    width: 15px;
    height: 15px;
    display: inline-block;
    fill: rgb(255, 106, 20);
    margin-right: 0.8em;
}

#asideCTA .cta__side-nav .cta__arrow-side-nav {
    fill: rgb(255, 106, 20);
}

.cta__side-nav.active .cta__arrow-side-nav {
    fill: rgb(255, 106, 20);
}

.cta__side-nav.folder:hover {
    color: rgb(117, 117, 117);
    text-decoration: underline 1px solid;
}

.cta__side-nav.folder .cta__arrow-side-nav {
    transform: rotate(45deg);
    transform-origin: center center;
    transition: all 0.4s ease-in-out 0s;
}

.side-nav_list-item-folder:hover &gt; .cta__side-nav.folder .cta__arrow-side-nav {
    fill: rgb(255, 106, 20);
    transform: rotate(0deg);
    transition: all 0.4s ease-in-out 0s;
}

.cta__arrow-side-nav {
    transition-timing-function: ease-out;
    transition-duration: 0.25s;
    transition-property: fill;
    fill: rgb(117, 117, 117);
}

.cta__arrow-side-nav.ga {
    transition-timing-function: ease-out;
    transition-duration: 0.25s;
    transition-property: fill;
    fill: rgb(255, 255, 255);
}

.cta__arrow-side-nav.flame {
    transition-timing-function: ease-out;
    transition-duration: 0.25s;
    transition-property: fill;
    fill: rgb(255, 106, 20);
}

.cta__arrow-side-nav.link-directory {
    transition-timing-function: ease-out;
    transition-duration: 0.25s;
    transition-property: fill;
    fill: rgb(0, 150, 143);
}

.cta__side-nav.link-directory:hover {
    transition-timing-function: ease-out;
    transition-duration: 0.25s;
    transition-property: fill;
    color: rgb(0, 150, 143);
}

.cta__arrow, .cta__featured-copy {
    display: inline-block;
}

a:hover {
    color: inherit;
}

.carousel-item.multi .col, .carousel-item.multi .col-sm, .carousel-item.multi .col-md {
    margin-top: 7%;
    min-height: 250px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.carousel-item.multiple .col, .carousel-item.multiple .col-sm, .carousel-item.multiple .col-md {
    margin-top: 8%;
    margin-bottom: 2%;
    min-height: 350px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.caption {
    position: absolute;
    bottom: 15%;
}

.figure-caption {
    color: rgb(33, 33, 33);
    line-height: 1.5em;
    padding-bottom: 2em;
}

.subhead {
    color: rgb(33, 33, 33);
    font-size: 3.5em;
    text-transform: uppercase;
    padding: 15px;
    font-family: Oswald, sans-serif;
    line-height: 0.9em;
}

#featured-3 i {
    font-size: 5em;
}

.dark-feature {
    font-family: Lora, serif;
    font-size: 4rem;
    line-height: 0.7em;
}

.small {
    font-family: Oswald, sans-serif;
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 0.2em;
    color: rgb(255, 255, 255);
}

.subheading {
    font-family: Oswald, sans-serif;
    font-size: 1.25rem;
    text-transform: uppercase;
    font-weight: 500;
}

.biggie {
    font-size: 5rem;
    color: rgb(200, 16, 46);
    font-weight: 800;
}

.numbers_copy {
    font-size: 1.5rem;
    color: rgb(199, 201, 199);
    font-family: Lora, serif;
}

.numbers_copy::after {
    display: block;
    content: "";
    border-bottom: 0.2rem solid rgb(199, 201, 199);
    width: 100%;
    margin: 0.1em 0px;
    padding-top: 10px;
}

.heading {
    font-family: Oswald, sans-serif;
    text-transform: uppercase;
    font-size: 1.5em;
    color: rgb(145, 33, 51);
}

.facts-figures__container {
    margin-right: auto;
    margin-left: auto;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: wrap;
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
}

.facts-figures__facts-figures-wrapper, .facts-figures__wrapper-small-module {
    margin-right: auto;
    margin-left: auto;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: wrap;
    width: 100%;
}

.facts-figures__wrapper-small-module {
    border-width: 0px 0px 1px;
    border-top-color: initial;
    border-right-color: initial;
    border-left-color: initial;
    border-image: initial;
    border-bottom-color: rgb(229, 229, 229);
    border-style: solid;
    padding: 15px;
}

.facts-figures__kicker-container {
    margin-right: auto;
    margin-left: auto;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: wrap;
    width: 100%;
    margin-bottom: 10px;
    padding-right: 0.975rem;
}

.facts-figures__kicker-container.dept-module {
    margin-right: auto;
    margin-left: auto;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: wrap;
    width: 100%;
    margin-bottom: 10px;
    padding-left: 0rem;
    padding-right: 0rem;
}

.accreditation-label {
    -webkit-box-flex: 0;
    max-width: 100%;
    -webkit-font-smoothing: antialiased;
    font-family: Oswald, sans-serif;
    font-style: normal;
    font-weight: 800;
    line-height: 2;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.facts-figures__kicker a {
    color: rgb(200, 16, 46);
}

.facts-figures__kicker a:hover {
    color: rgb(255, 106, 20);
}

.page-title {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    -webkit-font-smoothing: antialiased;
    font-family: Lora, serif;
    font-size: 4.2em;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 10px;
    color: rgb(255, 255, 255);
}

.karla-heavy {
    font-family: Karla, sans-serif;
    font-size: 1em;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
}

.facts-figures__body {
    padding-bottom: 20px;
}

.facts-figures__body.dept-module {
    padding: 0px;
}

.custom-cards__yo {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    -webkit-font-smoothing: antialiased;
    font-family: Karla, sans-serif;
    font-size: calc(1.2rem + 0.2vw);
    font-style: normal;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 30px;
}

.facts-figures__wrapper {
    margin-bottom: 30px;
}

@media print, screen and (min-width: 48em) {
    .facts-figures__wrapper {
        margin-bottom: 60px;
    }
}

@media print, screen and (min-width: 64.0625em) {
    .facts-figures__wrapper {
        margin-bottom: 0px;
    }
}

.facts-figures__wrapper:last-child {
    margin-bottom: 0px;
}

.facts-figures__body-small-module {
    padding-bottom: 30px;
}

.facts-figures__three-cards, .numbers, .eggroll {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 1.05rem;
    padding-left: 1.05rem;
}

@media print, screen and (min-width: 48em) {
    .facts-figures__three-cards {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}

@media print, screen and (min-width: 64.0625em) {
    .facts-figures__three-cards {
        flex: 1 0 33.3333%;
        max-width: 100%;
        padding-right: 1.25rem;
        padding-left: 0px;
        -webkit-box-flex: 1;
    }
}

@media print, screen and (min-width: 64.0625em) {
    .facts-figures__two-cards {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 1.25rem;
        padding-left: 0px;
    }
}

@media print, screen and (min-width: 64.0625em) and (min-width: 48em) {
    .facts-figures__three-cards {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}

@media print, screen and (min-width: 48em) {
    .facts-figures__three-cards {
        padding-left: 0px;
    }
}

@media print, screen and (min-width: 64.0625em) {
    .facts-figures__three-cards {
        padding-left: 0px;
    }
}

.subheader {
    font-family: Oswald, sans-serif;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
    color: rgb(200, 16, 46);
}

.facts-figures__subheader.dept-module {
    font-family: Oswald, sans-serif;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
    color: rgb(200, 16, 46);
}

.serif-copy {
    font-family: Lora, serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.33333;
    color: rgb(33, 33, 33);
    font-style: italic;
}

.facts-figures__copy.dept-module {
    font-family: Lora, serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.33333;
    color: rgb(33, 33, 33);
    font-style: italic;
}

.image-wrapper {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    overflow: hidden;
}

.video-wrapper {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    overflow: hidden;
}

.homepage-hero__container &gt; div iframe {
    width: 100vw;
    height: 56.25vw;
    min-height: 200vh;
    min-width: 250.77vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.highlight {
    background: linear-gradient(91deg, rgb(200, 16, 46), rgb(255, 106, 20)) 0% 0% / 400% 400%;
    animation: 12s ease 0s infinite normal none running featureGradiant;
}

@-webkit-keyframes featureGradiant {
    0% {
        background-position: 0% 51%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 51%;
    }
}

@keyframes featureGradiant {
    0% {
        background-position: 0% 51%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 51%;
    }
}

#hup {
    margin: 0px;
    padding: 0px;
    width: 100vw;
    height: 25vh;
    overflow: hidden;
    position: relative;
    background: rgb(200, 16, 46);
    z-index: 1;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.feature-banner__copy-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
}

.feature-banner__container {
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
    min-height: calc(100vh - 572px);
    overflow: hidden;
}

.feature-banner__background {
    position: absolute;
    inset: 0px;
    display: flex;
    width: 100%;
    height: 100%;
    background-blend-mode: multiply;
    background-image: url("https://unsplash.com/photos/TmAAklbdKJs");
    background-size: cover;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.feature-banner__copy-wrapper {
    margin-right: auto;
    margin-left: auto;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: wrap;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    width: 1200px;
    max-width: 100%;
}

.feature-banner__copy-container {
    z-index: 1;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 100%;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media print, screen and (min-width: 48em) {
    .feature-banner__copy-container {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}

@media print, screen and (min-width: 64.0625em) {
    .feature-banner__copy-container {
        -webkit-box-flex: 0;
        max-width: 75%;
        -webkit-box-pack: justify;
        justify-content: space-between;
        flex-wrap: wrap;
        flex: 0 0 100%;
    }
}

@media print, screen and (min-width: 64.0625em) and (min-width: 48em) {
    .feature-banner__copy-container {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}

.related-links__copy-container {
    z-index: 20;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
}

@media print, screen and (min-width: 48em) {
    .related-links__copy-container {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}

@media print, screen and (min-width: 64.0625em) {
    .related-links__copy-container {
        -webkit-box-flex: 0;
        flex: 0 0 66.6667%;
        max-width: 66.6667%;
        padding-right: 1.25rem;
        padding-left: 1.25rem;
        margin-left: 16.6667%;
    }
}

@media print, screen and (min-width: 64.0625em) and (min-width: 48em) {
    .related-links__copy-container {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}

.feature-banner-caption {
    -webkit-font-smoothing: antialiased;
    font-family: Oswald, sans-serif;
    font-size: 0.8rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 30px;
}

.feature-banner__header {
    font-family: Lora, serif;
    font-size: 2.625rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 15px;
    color: rgb(255, 255, 255);
}

@media print, screen and (min-width: 64.0625em) {
    .feature-banner__header {
        font-size: 3.375rem;
    }
}

.feature-banner__copy {
    font-family: Karla, sans-serif;
    font-size: 1.2rem;
    font-style: normal;
    line-height: 1.5;
    margin-bottom: 30px;
}

.feature-banner__copy p {
    font-weight: 400;
}

.feature-banner__copy a, .feature-banner__copy strong {
    font-weight: 500;
}

.qa {
    padding: 15px;
}

#contactForms label {
    font-size: 1rem;
    font-weight: 600;
    padding: 0.9em 0px;
}

label {
    padding: 10px;
}

#costs-calc {
    width: 100%;
    margin-bottom: 1em;
}

.bx {
    width: 100%;
}

#costs-calc .title {
    width: 100%;
    padding: 0.125em;
    background: rgb(53, 53, 53);
}

#costs-calc .title .text {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    -webkit-font-smoothing: antialiased;
    font-family: Karla, sans-serif;
    font-size: 1.5em;
    font-style: normal;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
    color: rgb(255, 255, 255);
}

#costs-calc .content {
    width: 100%;
    background-image: url("/2014/images/cost-calc/line-bg-white.png");
}

#costs-calc .content .qa {
    display: none;
}

#costs-calc .content .qa .q {
    font-size: 1.3em;
    font-weight: 200;
    text-align: center;
    padding: 1em;
    line-height: 1.2em;
}

#costs-calc .content .qa .q .number {
    font-size: 2em;
    line-height: 1em;
    font-family: Karla, sans-serif;
    letter-spacing: -2px;
}

#costs-calc .content .qa .q .number sup {
    font-size: 0.5em;
}

#costs-calc .content .qa .q .number .error {
    font-size: 0.8em;
    line-height: 1em;
    font-family: "Helvetica Neue", Helvetica, Verdana, sans-serif;
}

#costs-calc .content .qa .a input[type="radio"] {
    border: 0px;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0px;
    position: absolute;
    width: 1px;
}

#costs-calc .content .qa .a input, #costs-calc .content .qa .a input[type="radio"] + label span {
    font-size: 1.2em !important;
}

#costs-calc .content .qa .a input[type="text"]:hover, #costs-calc .content .qa .a input[type="number"]:hover, #costs-calc .content .qa .a input[type="text"]:focus, #costs-calc .content .qa .a input[type="number"]:focus, #costs-calc .content .qa .a input[type="radio"]:checked + label span, #costs-calc .content .qa .a input[type="radio"]:hover + label span {
    background: rgb(97, 97, 97) !important;
    color: rgb(255, 255, 255) !important;
    text-shadow: rgb(0, 0, 0) 1px 1px 1px !important;
}

#costs-calc .content .qa .a a {
    text-decoration: none;
}

#costs-calc .content .qa .button {
    margin: 10px auto;
    color: rgb(255, 255, 255);
    font-size: 1.2em;
    font-family: Karla, sans-serif;
    border: 0px;
    display: block;
    padding: 1em;
    background-color: rgb(194, 26, 19);
    letter-spacing: 1px;
}

#costs-calc .content .qa .button, #costs-calc .content .qa input[type="text"], #costs-calc .content .qa input[type="number"], #costs-calc .content .qa input[type="radio"] + label span {
    border: 0px;
    cursor: pointer;
    text-align: center;
    margin: 5px auto;
    display: block;
    line-height: 1.2em;
    width: 75%;
    background: rgb(224, 224, 224);
    color: rgb(33, 33, 33);
    font-weight: 400 !important;
    padding: 15px !important;
}

#costs-calc .content .controls {
    display: none;
}

@media screen and (min-width: 768px) {
    #costs-calc {
        display: table;
        height: 300px;
    }

    #costs-calc .cost-calc-wrap {
        height: 100%;
    }

    #costs-calc .title {
        height: 100%;
        width: 100%;
    }

    #costs-calc .title .text {
        font-size: 1.5em;
    }

    #costs-calc .content {
        height: 100%;
        width: 50%;
        display: flex;
        margin-left: auto;
        margin-right: auto;
    }

    #costs-calc .content .qa .button, #costs-calc .content .qa input[type="text"], #costs-calc .content .qa input[type="number"], #costs-calc .content .qa input[type="radio"] + label span {
        width: 100%;
    }

    #costs-calc .content .qa .q .number {
        font-size: 3em;
    }

    #costs-calc .content .qa .q .number .error {
        font-size: 0.5em;
    }

    #costs-calc .content .qa .a {
        padding: 1.5em;
    }
}

.ico {
    width: 125px;
    height: 125px;
    margin: 1.5rem auto 1.2rem;
}

.ico.bg2 {
    background-position: 0px -118px;
}

.ico.bg3 {
    background-position: 0px -236px;
}

.ico.bg4 {
    background-position: 0px -354px;
}

#eventCard {
    transition: all 0.4s linear 0s;
}

#eventCard:hover {
    background: rgb(160, 209, 202);
    transform: scale(1.05);
    box-shadow: rgba(0, 0, 0, 0.12) 0px 10px 20px, rgba(0, 0, 0, 0.06) 0px 4px 8px;
}

.content-module__container {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: wrap;
    position: relative;
    margin-right: auto;
    margin-left: auto;
}

.sidebar__cta-wrapper {
    margin-right: auto;
    margin-left: auto;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column wrap;
    padding-left: 1.125rem;
    padding-right: 1.125rem;
}

.eggroll {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 1.125rem;
}

.sidebar-wrapper {
    display: flex;
    flex: 4 0 25%;
    max-width: 25%;
    padding-left: 2rem;
    padding-right: 2rem;
    -webkit-box-flex: 4;
}

.card-header {
    padding: 0.9rem 0.7rem;
    margin-bottom: 0px;
    font-size: 1.2rem;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: rgb(200, 16, 46);
    border-color: rgb(200, 16, 46);
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: rgb(255, 255, 255);
    background-color: rgb(255, 106, 20);
    border-color: rgb(200, 16, 46);
}

.dptimg {
    max-height: 18.5rem;
    position: relative;
    overflow: hidden;
    object-fit: cover;
    object-position: center top;
}

.department-padding {
    padding-left: 1.25rem;
}

.tertiary-landing-hero__container {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 1.25rem;
    z-index: 6;
}

.tertiary-landing-hero {
    position: relative;
    display: flex;
    width: 100%;
    background-color: rgb(34, 16, 16);
}

.tertiary-landing-hero__header {
    font-family: Oswald, sans-serif;
    font-weight: 700;
    line-height: 1;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    padding-right: 1.125rem;
    padding-top: 100px;
    padding-bottom: 40px;
}

.tertiary-landing-hero__wrapper {
    margin-right: auto;
    margin-left: auto;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: wrap;
    width: 100%;
}

.related-links__container {
    padding-top: 40px;
    padding-bottom: 40px;
}

@media print, screen and (min-width: 64.0625em) {
    .related-links__container {
        padding-top: 90px;
        padding-bottom: 90px;
    }
}

.related-links__container--primary {
    background-color: rgb(200, 16, 46);
}

.related-links__container {
    position: relative;
}

.related-links__gradient {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.related-links__kicker-container, .related-links__list {
    margin-right: auto;
    margin-left: auto;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: wrap;
}

.related-link__list-item {
    -webkit-box-flex: 0;
    flex: 0 1 100%;
    max-width: 100%;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-bottom: 15px;
}

img, svg {
    display: block;
}

.img-fill {
    max-width: 100%;
    height: 100%;
}

.chat-btn {
    position: fixed;
    right: 50px;
    bottom: 30px;
    width: 100px;
    filter: drop-shadow(rgba(0, 0, 0, 0.4) 3px 3px 2px);
    z-index: 1;
}

.related-link__list-item .cta__featured {
    max-width: 100%;
}

.cta__featured--dark {
    border: 3px solid rgb(255, 255, 255);
    color: rgb(255, 255, 255);
}

.cta__featured, .related-link {
    position: relative;
    display: inline-flex;
    cursor: pointer;
    outline: 0px;
    transition-timing-function: ease-out;
    transition-duration: 0.25s;
    transition-property: border-color, color;
    width: 100%;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 15px;
}

.cta__featured, .related-link {
    font-family: Karla, sans-serif;
    font-size: 0.8rem;
    font-style: normal;
    font-weight: bold;
    line-height: 1.1875;
    text-transform: uppercase;
    letter-spacing: 0px;
    margin-left: auto;
    margin-right: auto;
}

@media print, screen and (min-width: 64.0625em) {
    .related-link__list-item {
        -webkit-box-flex: 0;
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }
}

@media print, screen and (min-width: 48em) {
    .related-link__list-item {
        padding-right: 0.9375rem;
    }
}

.related-link__list-item {
    margin-bottom: 15px;
    list-style: none;
}

.num, .mon {
    font-family: Karla, sans-serif;
    font-size: 2.5rem;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
    font-weight: 800;
    color: rgb(199, 201, 199);
    padding-bottom: 1.5rem;
}

.det {
    color: rgb(33, 33, 33);
    line-height: 2rem;
    padding-bottom: 1.5rem;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

#directory .col {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 2;
    flex: 0 0 auto;
    max-width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: column wrap;
}

.depts {
    line-height: 1.4rem;
    font-family: Lora;
    padding-left: 0.6rem;
    padding-right: 0.9375rem;
}

.banner {
    position: relative;
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    min-height: calc(100vh - 672px);
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.2);
    padding-top: 2rem;
}

.banner img {
    max-width: 100%;
}

@media print, screen and (min-width: 64.0625em) {
    .banner {
        min-height: calc(100vh - 772px);
    }
}

.college-hero__container {
    position: relative;
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    min-height: 50vw;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.2);
    margin-left: auto;
    margin-right: auto;
}

@media print, screen and (min-width: 64.0625em) {
    .college-hero__container {
        min-height: 18vw;
    }
}

.college-hero__container.xlg {
    position: relative;
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    min-height: calc(100vh - 85rem);
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.2);
    margin-left: auto;
    margin-right: auto;
}

@media print, screen and (min-width: 64.0625em) {
    .college-hero__container.xlg {
        min-height: calc(100vh - 20rem);
    }
}

.college-hero__container.sm {
    position: relative;
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    max-height: 16rem;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.2);
    margin-left: auto;
    margin-right: auto;
    padding-top: 6rem;
    padding-bottom: 6rem;
}

@media print, screen and (min-width: 64.0625em) {
    .college-hero__container.sm {
        min-height: 5rem;
    }
}

.department__container {
    position: relative;
    top: 0rem;
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    min-height: 25vh;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.2);
    margin-left: auto;
    margin-right: auto;
}

@media print, screen and (min-width: 64.0625em) {
    .department__container {
        min-height: 10vh;
        position: relative;
        top: 0rem;
    }
}

.college-hero__header-container {
    z-index: 2;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: wrap;
    position: relative;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    -webkit-box-flex: 1;
    flex-grow: 1;
}

.college-hero__header-container {
    margin-top: 0px;
}

@media print, screen and (min-width: 64.0625em) {
    .college-hero__header-container {
        margin-top: 0px;
    }
}

.college-hero__header {
    flex: 1 0 100%;
    max-width: 100%;
    font-style: normal;
    font-weight: 800;
    color: rgb(255, 255, 255);
    font-family: Oswald, sans-serif;
    -webkit-box-flex: 1;
}

.cta-link:hover {
    color: rgb(255, 106, 20);
}

#ctas {
    position: absolute;
    bottom: 0px;
    z-index: 1;
}

.container-overlay {
    max-height: calc(15vh);
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 2;
}

.cta-overlay {
    z-index: 1;
    position: absolute;
    height: 100%;
    left: 0px;
    bottom: 0px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

.home-hero-academics_container {
    padding-top: 90px;
    padding-bottom: 90px;
    position: relative;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
    min-height: calc(100vh - 872px);
    overflow: hidden;
}

@media print, screen and (min-width: 48em) {
    .home-hero-academics_container {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}

.home-hero-academics__header a {
    color: rgb(255, 255, 255);
}

.home-hero-academics__container {
    position: relative;
    display: flex;
    width: 100%;
    height: calc(100vh - 272px);
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.7);
}

@media print, screen and (min-width: 64.0625em) {
    .home-hero-academics__container {
        height: calc(100vh - 672px);
    }
}

@media print, screen and (min-width: 48em) {
    .home-hero-academics__container {
        height: calc(100vh - 472px);
    }
}

@media print, screen and (min-width: 28em) {
    .home-hero-academics__container {
        height: calc(100vh - 472px);
    }
}

.home-hero-academics__cta-container, .home-hero-academics__header-container {
    z-index: 2;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: wrap;
    position: relative;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
}

.home-hero-academics__header-container {
    margin-top: 0px;
    text-align: center;
}

@media print, screen and (min-width: 64.0625em) {
    .home-hero-academics__header-container {
        margin-top: 0px;
    }
}

.home-hero-academics__header {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    font-size: 3.625rem;
    font-style: normal;
    font-weight: 800;
    color: rgb(255, 255, 255);
}

.home-hero-academics__headerP {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    font-size: 1.625rem;
    font-style: normal;
    font-weight: 400;
    color: rgb(255, 255, 255);
}

@media print, screen and (min-width: 48em) {
    .home-hero-academics__header {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
    .home-hero-academics__header {
        font-size: 2.5em;
    }
}

@media print, screen and (min-width: 48em) {
    .home-hero-academics__header {
        font-size: 4.5em;
    }
}

@media print, screen and (min-width: 64.0625em) {
    .home-hero-academics__header {
        font-size: 4.625em;
    }
}

.home-hero-academics__header a:hover {
    text-decoration: underline;
}

.home-hero-academics__cta-container {
    position: absolute;
    right: 0px;
    bottom: 0px;
    left: 0px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
    text-align: center;
}

@media print, screen and (min-width: 64.0625em) {
    .home-hero-academics__cta-column {
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media print, screen and (min-width: 64.0625em) and (min-width: 48em) {
    .home-hero-academics__cta-column {
        padding-right: 0.9375rem;
    }
}

.home-hero-academics__cta-standard {
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    color: rgb(255, 255, 255);
    -webkit-box-align: end;
    align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

.home-hero-academics__cta-standard:hover {
    color: rgb(255, 255, 255);
}

.home-hero-academics__cta-standard::after {
    transition-timing-function: ease-out;
    transition-duration: 0.25s;
    transition-property: transform, -webkit-transform;
    position: absolute;
    bottom: 0px;
    left: 0px;
    display: block;
    width: 100%;
    height: 2px;
    content: "";
    background: rgb(200, 16, 46);
    transform: scaleX(0);
    transform-origin: left center;
}

.home-hero-academics__cta-standard:focus::after, .home-hero-academics__cta-standard:hover::after {
    transform: scaleX(1);
}

.home-hero-academics__cta-header {
    display: none;
}

@media print, screen and (min-width: 64.0625em) {
    .home-hero-academics__cta-header {
        -webkit-font-smoothing: antialiased;
        font-size: 1rem;
        font-style: normal;
        font-weight: 800;
        line-height: 1;
        text-transform: uppercase;
        letter-spacing: 2px;
        display: block;
        margin-bottom: 10px;
        color: rgb(255, 255, 255);
        font-family: Oswald, sans-serif;
    }
}

.home-hero-academics__cta-small-link {
    -webkit-font-smoothing: antialiased;
    font-size: 1.2rem;
    font-style: normal;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    color: rgb(255, 255, 255);
    font-family: Oswald, sans-serif;
}

@media print, screen and (min-width: 48em) {
    .home-hero-academics__cta-small-link {
        padding: 10px;
    }
}

.home-hero-academics__cta-small-link::after {
    transition-timing-function: ease-out;
    transition-duration: 0.25s;
    transition-property: transform, -webkit-transform;
    position: absolute;
    bottom: -6px;
    left: 0px;
    display: block;
    width: 100%;
    height: 2px;
    content: "";
    background: rgb(255, 255, 255);
    transform: scaleX(0);
    transform-origin: left center;
}

.home-hero-academics__cta-small-link:focus::after, .home-hero__cta-small-link:hover::after {
    transform: scaleX(1);
}

@media print, screen and (min-width: 64.0625em) {
    .home-hero-academics__cta-small-link {
        display: none;
    }
}

.home-hero-academics__cta-small {
    position: relative;
    display: block;
    padding-right: 15px;
    padding-left: 15px;
}

@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
    .home-hero-academics__cta-small {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media print, screen and (min-width: 64.0625em) {
    .home-hero-academics__cta-small {
        display: none;
    }
}

.home-hero-academics__cta-large {
    display: none;
}

@media print, screen and (min-width: 64.0625em) {
    .home-hero-academics__cta-large {
        display: block;
    }
}

.home-hero-academics__cta-large .cta__standard:focus, .home-hero-academics-large .cta__standard:hover, .home-hero-academics__cta-large .lib-cta__standard:focus, .home-hero-academics__cta-large .lib-cta__standard:hover {
    background: none;
}

.home-hero-academics__overlay {
    z-index: 2;
    position: absolute;
    inset: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    overflow: hidden;
}

.college-hero__header-container {
    z-index: 2;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: wrap;
    -webkit-box-flex: 1;
    flex-grow: 1;
}

.college-hero__header-container {
    margin-top: 0px;
}

@media print, screen and (min-width: 64.0625em) {
    .college-hero__header-container {
        margin-top: 0px;
    }
}

.college-hero__header {
    flex: 1 0 100%;
    max-width: 100%;
    font-style: normal;
    font-weight: 800;
    color: rgb(255, 255, 255);
    font-family: Oswald, sans-serif;
    -webkit-box-flex: 1;
}

@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
    .smaller {
        font-size: 2em;
    }
}

@media print, screen and (min-width: 48em) {
    .smaller {
        font-size: 2.5em;
    }
}

@media print, screen and (min-width: 64.0625em) {
    .smaller {
        font-size: 2.625em;
    }
}

.college-hero__header a:hover {
    text-decoration: underline;
}

.college-hero__cta-container {
    z-index: 3;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: wrap;
    margin-left: auto;
    margin-right: auto;
}

@media print, screen and (min-width: 64.0625em) {
    .college-hero__cta-column {
        -webkit-box-flex: 0;
        flex: 0 1 25%;
        max-width: 100%;
    }
}

.college-hero__cta-standard, .cta-standard, footer .links li a {
    font-style: normal;
    line-height: 1rem;
    font-weight: 600;
    display: inline-block;
    margin-block: 2px; position: relative;
    font-family: Karla, sans-serif;
}

.college-hero__cta-standard.no-color {
    line-height: inherit;
}

.college-hero__cta-standard::after, footer li a::after, link-color-box li a::after, .cta-standard::after {
    position: absolute;
    bottom: 0px;
    left: 0px;
    display: block;
    width: 100%;
    height: 2px;
    content: "";
    background-color: rgb(255, 106, 20);
    transform: scaleX(0);
    transform-origin: center center;
    transition: transform 0.35s ease 0s;
}

.college-hero__cta-standard:focus::after, .college-hero__cta-standard:hover::after, footer a:hover::after, link-color-box li a:hover::after, .cta-standard:hover::after {
    transform: scaleX(1);
}

.college-hero__cta-header {
    display: none;
}

@media print, screen and (min-width: 64.0625em) {
    .college-hero__cta-header {
        -webkit-font-smoothing: antialiased;
        font-size: 1rem;
        font-style: normal;
        font-weight: 800;
        line-height: 1.4em;
        text-transform: uppercase;
        display: block;
        font-family: Oswald, sans-serif;
        padding-bottom: 0.325em;
    }
}

.cta-header {
    -webkit-font-smoothing: antialiased;
    font-size: 1rem;
    font-style: normal;
    font-weight: 800;
    line-height: 1.4em;
    text-transform: uppercase;
    display: block;
    font-family: Oswald, sans-serif;
    padding-bottom: 0.325em;
}

.cta-copy {
    font-family: Karla, sans-serif;
}

.fw-600 {
    font-weight: 600;
}

.cta-small-link {
    -webkit-font-smoothing: antialiased;
    font-size: 0.8rem;
    font-style: normal;
    line-height: 1em;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    font-family: Karla, sans-serif;
    padding: 0.2rem 0.8rem;
}

.cta-small-link.no-color {
    -webkit-font-smoothing: antialiased;
    font-size: 0.8rem;
    font-style: normal;
    line-height: 1em;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    font-family: Karla, sans-serif;
    padding: 0.2rem 0.8rem;
}

.cta-small-link::after {
    position: absolute;
    bottom: 0px;
    left: 0px;
    display: block;
    width: 50%;
    height: 2px;
    content: "";
    background-color: rgb(255, 106, 20);
    transform: scaleX(0);
    transform-origin: center center;
    transition: transform 0.35s ease 0s;
}

.cta-small-link:focus::after {
    transform: scaleX(1);
}

.college-hero__cta-copy {
    font-family: Karla, sans-serif;
}

.college-hero__cta-small-link {
    -webkit-font-smoothing: antialiased;
    font-size: 0.9rem;
    font-style: normal;
    line-height: 1em;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    font-family: Karla, sans-serif;
    padding: 0.2rem 0.8rem;
}

.college-hero__cta-copy-small {
    -webkit-font-smoothing: antialiased;
    font-size: 0.8rem;
    font-style: normal;
    line-height: 1em;
    font-weight: 600;
    display: block;
    font-family: Karla, sans-serif;
    padding: 0.2rem 0.8rem;
}

.college-hero__cta-small-link.no-color {
    -webkit-font-smoothing: antialiased;
    font-size: 0.8rem;
    font-style: normal;
    line-height: 1em;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    font-family: Karla, sans-serif;
    padding: 0.2rem 0.8rem;
}

@media (hover: hover) and (pointer: fine) {
    .college-hero__cta-small-link::after {
        position: absolute;
        bottom: 0px;
        left: 0px;
        right: 0px;
        display: block;
        width: 100%;
        height: 2px;
        content: "";
        background-color: rgb(255, 106, 20);
        transform: scaleX(0);
        transform-origin: center center;
        transition: transform 0.35s ease 0s;
    }

    .college-hero__cta-small-link:focus::after, .college-hero__cta-small-link:hover::after {
        transform: scaleX(1);
    }
}

.college-hero__cta-small-link::after {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    display: block;
    width: 100%;
    height: 2px;
    content: "";
    background-color: rgb(255, 106, 20);
    transform: scaleX(0);
    transform-origin: center center;
    transition: transform 0.35s ease 0s;
}

.college-hero__cta-small-link:focus::after, .college-hero__cta-small-link:hover::after {
    transform: scaleX(1);
}

@media print, screen and (min-width: 64.0625em) {
    .college-hero__cta-small-link {
        display: none;
    }
}

.college-hero__cta-small {
    position: relative;
    display: block;
}

@media print, screen and (min-width: 64.0625em) {
    .college-hero__cta-small {
        display: none;
    }
}

.college-hero__cta-large {
    display: none;
}

@media print, screen and (min-width: 64.0625em) {
    .college-hero__cta-large {
        display: block;
    }
}

@media print, screen and (min-width: 64.0625em) {
    .cta-large {
        display: block;
    }
}

.college-hero__cta-large .cta__standard:focus, .college-hero__cta-large .cta__standard:hover, .college-hero__cta-large .lib-cta__standard:focus, .college-hero__cta-large .lib-cta__standard:hover {
    background: none;
}

.college-hero__overlay {
    z-index: 2;
    position: absolute;
    inset: 0px;
    width: 100%;
    height: auto;
    opacity: 0.9;
}

.college-hero__black-gradient, .black-overlay {
    background-color: rgba(0, 0, 0, 0.4);
}

.college-hero__hero-links {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding-bottom: 10px;
}

.college-hero__cta-top-space {
    position: relative;
    top: 1rem;
}

.hero__bg {
    z-index: 1;
    position: absolute;
    inset: 0px;
    width: 100%;
    height: 100%;
    font-family: "object-fit:cover";
    object-fit: cover;
}

.image-wrapper {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    overflow: hidden;
}

.video-wrapper {
    position: absolute;
    top: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    overflow: hidden;
}

.video-wrapper iframe {
    width: 100vw;
    height: 56.25vw;
    min-height: 100vh;
    min-width: 177.77vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video-controls {
    position: absolute;
    bottom: 10px;
    right: 0px;
    padding-right: 25px;
    padding-bottom: 20px;
    z-index: 4;
}

.bcls-button {
    color: rgb(251, 251, 251);
}

.bcls-button:hover {
    color: rgb(255, 106, 20);
    transition: color 1s ease 0s;
}

.flame-border::after {
    display: block;
    content: "";
    border-bottom: 0.2rem solid rgb(255, 106, 20);
    width: 22%;
    margin: 0.1em 0px;
    padding-top: 0.5rem;
}

.lake-border::after {
    display: block;
    content: "";
    border-bottom: 0.3rem solid rgb(0, 150, 143);
    width: 100%;
}

.smaller {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    font-weight: 500;
    font-family: Lora, serif;
    color: rgb(255, 255, 255);
    font-style: italic;
}

.home-hero-academics__headerP {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    font-size: 1.2rem;
    font-style: normal;
    color: rgb(255, 255, 255);
    z-index: 21;
}

.department-title-wrapper {
    max-height: 370px;
    height: 350px;
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.announcement {
    font-family: Oswald, sans-serif;
    text-transform: uppercase;
}

.homepage-hero__container {
    position: relative;
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    min-height: calc(100vh - 272px);
    overflow: hidden;
    background-color: rgb(33, 33, 33);
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 130px;
    padding-top: 190px;
}

@media print, screen and (min-width: 64.0625em) {
    .homepage-hero__container {
        max-height: calc(100vh - 272px);
    }
}

.cta-hero__container {
    position: sticky;
    top: 5%;
    z-index: 3;
}

.homepage-hero__header-container {
    z-index: 2;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: wrap;
    position: relative;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    -webkit-box-flex: 1;
    flex-grow: 1;
}

.homepage-hero__header-container {
    margin-top: 0px;
}

@media print, screen and (min-width: 64.0625em) {
    .homepage-hero__header-container {
        margin-top: 0px;
    }
}

.homepage-hero__header {
    flex: 1 0 100%;
    max-width: 100%;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    font-style: normal;
    font-weight: 800;
    color: rgb(255, 255, 255);
    font-family: Oswald, sans-serif;
    text-transform: uppercase;
    -webkit-box-flex: 1;
}

.homepage-hero__headerP {
    flex: 1 0 100%;
    max-width: 100%;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    font-style: normal;
    font-family: Karla, sans-serif;
    -webkit-box-flex: 1;
}

@media print, screen and (min-width: 48em) {
    .homepage-hero__header {
        padding-right: 1.25rem;
        padding-left: 1.25rem;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
    .homepage-hero__header, .smaller {
        font-size: 2.3rem;
    }
}

@media print, screen and (min-width: 48em) {
    .homepage-hero__header, .smaller {
        font-size: 2rem;
    }
}

@media print, screen and (min-width: 64.0625em) {
    .homepage-hero__header, .smaller {
        font-size: 2.3rem;
    }
}

.smaller {
    font-size: 1.3rem;
}

.homepage-hero__header a:hover {
    text-decoration: underline;
}

.homepage-hero__cta-container {
    z-index: 3;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: wrap;
    margin-left: auto;
    margin-right: auto;
}

@media print, screen and (min-width: 64.0625em) {
    .homepage-hero__cta-column {
        -webkit-box-flex: 0;
        flex: 0 1 25%;
        max-width: 100%;
        padding-right: 1.25rem;
        padding-left: 1.25rem;
        padding-top: 20px;
    }
}

.homepage-hero__cta-standard {
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    color: rgb(255, 255, 255);
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

.homepage-hero__cta-standard:hover {
    color: rgb(255, 255, 255);
}

.homepage-hero__cta-standard::after {
    transition-timing-function: ease-out;
    transition-duration: 0.25s;
    transition-property: transform, -webkit-transform;
    position: absolute;
    bottom: 0px;
    left: 0px;
    display: block;
    width: 100%;
    height: 2px;
    content: "";
    background: rgb(255, 106, 20);
    transform: scaleX(0);
    transform-origin: left center;
}

.homepage-hero__cta-standard:focus::after, .homepage-hero__cta-standard:hover::after {
    transform: scaleX(1);
}

.homepage-hero__cta-header {
    display: none;
}

@media print, screen and (min-width: 64.0625em) {
    .homepage-hero__cta-header {
        -webkit-font-smoothing: antialiased;
        font-size: 1rem;
        font-style: normal;
        font-weight: 800;
        line-height: 1;
        text-transform: uppercase;
        letter-spacing: 2px;
        display: block;
        margin-bottom: 10px;
        color: rgb(255, 255, 255);
        font-family: Oswald, sans-serif;
    }
}

.homepage-hero__cta-copy {
    font-family: Karla, sans-serif;
}

.homepage-hero__cta-small-link {
    -webkit-font-smoothing: antialiased;
    font-size: 1rem;
    font-style: normal;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    color: rgb(255, 255, 255);
    font-family: Oswald, sans-serif;
}

.homepage-hero__cta-small-link::after {
    transition-timing-function: ease-out;
    transition-duration: 0.25s;
    transition-property: transform, -webkit-transform;
    position: absolute;
    bottom: -6px;
    left: 0px;
    display: block;
    width: 75%;
    height: 2px;
    content: "";
    background: rgb(255, 106, 20);
    transform: scaleX(0);
    transform-origin: left center;
}

.homepage-hero__cta-small-link:focus::after, .homepage-hero__cta-small-link:hover::after {
    transform: scaleX(1);
}

@media print, screen and (min-width: 64.0625em) {
    .homepage-hero__cta-small-link {
        display: none;
    }
}

.homepage-hero__cta-small {
    position: relative;
    display: block;
}

@media print, screen and (min-width: 64.0625em) {
    .homepage-hero__cta-small {
        display: none;
    }
}

.homepage-hero__cta-large {
    display: none;
}

@media print, screen and (min-width: 64.0625em) {
    .homepage-hero__cta-large {
        display: block;
    }
}

.homepage-hero__cta-large .cta__standard:focus, .homepage-hero__cta-large .cta__standard:hover, .homepage-hero__cta-large .lib-cta__standard:focus, .homepage-hero__cta-large .lib-cta__standard:hover {
    background: none;
}

.homepage-hero__overlay {
    z-index: 2;
    position: absolute;
    inset: 0px;
    width: 100%;
    height: auto;
    opacity: 0.9;
}

.homepage-hero__black-gradient, .black-overlay {
    background-color: rgba(0, 0, 0, 0.7);
}

.homepage-hero__hero-links {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding-bottom: 10px;
}

.homepage-hero__cta-top-space {
    position: relative;
    top: 1rem;
}

.two-column {
    padding-left: 2.225rem;
    padding-right: 2.225rem;
}

.call-to-action-item {
    list-style: none;
    width: 50%;
}

.scrollable-menu {
    height: auto;
    max-height: 250px;
    overflow-x: hidden;
    padding-left: 1.125rem;
}

.container-lib {
    margin-left: auto;
    margin-right: auto;
    padding: 80px 1.125rem;
}

#libTabs .tab-content a:hover {
    text-decoration: underline;
    transition: all 0.3s linear 0s;
}

@media print, screen and (max-width: 64.0625em) {
    .nav-tabs .nav-item .nav-link {
        width: 70vw;
    }
}

.nav-tabs .nav-link:hover {
    background-color: rgb(33, 33, 33);
    border-color: transparent;
}

.nav-tabs .nav-link:focus {
    border-color: transparent;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: rgb(204, 0, 18);
    border-color: rgb(18, 102, 241);
}

.nav-pills {
    margin-right: 0px;
}

.nav-pills .nav-link:hover {
    background-color: rgb(255, 106, 20);
    color: rgba(251, 251, 251, 0.984);
    border-color: transparent;
}

.pills .nav-link {
    color: rgb(200, 16, 46);
    background: linear-gradient(to left, transparent 50%, rgb(173, 173, 173) 50%) right center / 200%;
    transition: background-position 0.5s ease-in-out 0s;
}

.pills .nav-link:hover {
    background-position: left center;
}

.pills .nav-link.active {
    color: rgb(251, 251, 251);
    background: linear-gradient(to left, transparent 80%, rgb(173, 173, 173) 50%) right center / 200%;
    transition: background-position 0.7s ease-in-out 0s;
}

.pills .nav-link.active:hover {
    color: rgb(251, 251, 251);
}

.pills .nav-link.active, .pills .show &gt; .nav-link {
    color: rgba(251, 251, 251, 0.984);
    background-color: rgb(200, 16, 46);
    height: 100%;
    display: flex;
    align-items: center;
}

.pills .nav-link, .pills .hide &gt; .nav-link {
    color: rgb(251, 251, 251);
    background-color: rgb(33, 33, 33);
    height: 100%;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.9);
    border-right: 1px solid rgba(255, 255, 255, 0.9);
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.8em;
}

.pills .nav-link.active::after {
    display: inline-block;
    padding-left: 0.5em;
    font-size: 1.2rem;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "ï˜";
}

.nav-pills .nav-link.active, .nav-pills .show &gt; .nav-link {
    color: rgb(255, 255, 255);
    background-color: rgb(200, 16, 46);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 5px 0px, rgba(0, 0, 0, 0.1) 0px 2px 10px 0px;
    border-radius: 0px;
}

.nav-pills .nav-link {
    border-radius: 0px;
    font-size: 0.8rem;
    text-transform: uppercase;
    padding: 15px 20px;
    line-height: 1;
    background-color: rgb(221, 221, 221);
    font-weight: 500;
    color: rgba(0, 0, 0, 0.6);
}

.container-flex {
    margin-right: auto;
    margin-left: auto;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: wrap;
    width: 100%;
    list-style: none;
}

.pl-pr {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
}

.uppercase {
    text-transform: uppercase;
}

.card-header {
    margin-bottom: 0px;
    background-color: rgb(255, 255, 255);
    color: rgb(200, 16, 46);
    padding-left: 0px;
    text-transform: uppercase;
    border-radius: 0px !important;
}

.list-style-none {
    list-style: none;
}

.fab, .fa-blog, .fa-envelope-open-text {
    padding: 1.1em;
}

.fab:hover, .fa-envelope-open-text:hover {
    opacity: 1;
    transform: scale(0.8);
    color: rgb(255, 106, 20);
    transition: all 0.3s linear 0s;
}

.fa-blog:hover {
    opacity: 1;
    transform: scale(0.8);
    color: rgb(255, 106, 20);
    transition: all 0.3s linear 0s;
}

.department {
    font-weight: 600;
    font-size: 1.2rem;
    font-family: Lora, serif;
}

#dept-info li {
    padding-bottom: 0.5rem;
}

#dept-info a {
    color: rgb(255, 255, 255);
}

#dept-info .email a {
    color: rgb(255, 106, 20);
}

#dept-info h3, #special h3, .special-title {
    text-transform: uppercase;
    font-weight: 800;
    font-size: calc(16px + 0.1vw);
}

.border-flame {
    border: 2px solid rgb(255, 106, 20);
}

.special-title {
    text-transform: uppercase;
    font-weight: 800;
    font-size: calc(12px + 0.1vw);
    color: rgb(145, 33, 51);
}

.fa-hand-point-right {
    color: rgb(255, 106, 20);
    font-size: 1.2rem;
    padding-right: 0.3em;
}

.diamond {
    content: url("/img/svg/diamond.svg");
    height: 25px;
    padding-right: 15px;
}

.program-highlights li {
    display: flex;
    align-content: center;
    padding-bottom: 10px;
}

.link-directory__list-item {
    padding-bottom: 0.6em;
    padding-top: 0.4em;
    color: rgb(33, 33, 33);
}

.link-directory__list-item a {
    color: rgb(0, 150, 143);
    text-transform: uppercase;
}

.link-directory__list-item a:hover {
    color: rgb(255, 106, 20);
}

.link-directory__list-item::after {
    display: block;
    content: "";
    border-bottom: 1px solid rgb(204, 204, 204);
}

.form-select {
    border-radius: 0px;
    border: 2px solid rgb(117, 117, 117);
}

.form-select:focus {
    border: 2px solid rgb(255, 106, 20);
}

#vsu-crm-form {
    padding: 60px 1.125rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

#register_date {
    font-size: 1.3rem;
    font-weight: 600;
    font-family: Oswald, sans-serif;
    text-transform: uppercase;
}

#register_location {
    font-size: 1.2rem;
}

#vsu-crm-form label {
    font-family: Oswald, sans-serif;
    padding: 0px;
}

#vsu-crm-form .form_label {
    font-family: Oswald, sans-serif;
}

div.form_page input[type="password"], div.form_page input[type="text"], div.form_page input[type="email"], div.form_page input[type="tel"], div.form_page input:not([type]), div.form_page textarea, div.form_page select {
    width: auto;
    overflow: visible;
    font-variant: inherit;
    font-weight: inherit;
    font-stretch: inherit;
    -webkit-font-smoothing: inherit;
    appearance: none;
    background: transparent;
    border-radius: 0px;
    outline: 0px;
    font-family: Karla, sans-serif;
    font-size: calc(1rem - 0.09vw);
    font-style: normal;
    line-height: 1.5;
    transition-timing-function: ease-out;
    transition-duration: 0.25s;
    transition-property: border-color;
    border: 2px solid rgb(229, 229, 229);
    display: inline-block;
    max-width: 100%;
    padding: 15px;
    color: rgb(30, 30, 17);
    margin: 10px 0px 0px;
}

#contactForms #libTabs input[type="email"], input[type="file"], input[type="number"], input[type="password"], input[type="tel"], input[type="text"], select, textarea {
    overflow: visible;
    font-variant: inherit;
    font-weight: inherit;
    font-stretch: inherit;
    font-size: inherit;
    -webkit-font-smoothing: inherit;
    appearance: none;
    background: rgb(251, 251, 251);
    border-radius: 0px;
    outline: 0px;
    font-family: Karla, sans-serif;
    font-style: normal;
    line-height: 1.5;
    transition-timing-function: ease-out;
    transition-duration: 0.25s;
    transition-property: border-color;
    border: 2px solid rgb(229, 229, 229);
    display: inline-block;
    width: 100%;
    padding: 10px;
    color: rgb(30, 30, 17);
    margin: 10px 0px 0px;
}

.container__social {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column wrap;
    padding: 60px 1.125rem;
}

.container__social .col {
    -webkit-box-flex: 1;
    flex-grow: 1;
}

.container__social .contact {
    font-size: 1rem;
}

#social-card .col {
    padding-bottom: 0.5rem;
}

#departmentCard .card-body {
    border: 1px solid rgb(221, 221, 221);
}

.border-bonfire {
    border-top: 2px solid rgb(204, 0, 18);
}

#homeNews p {
    margin-bottom: 0px;
}

.border-gradient {
    border-style: solid;
    border-color: initial;
    border-image-source: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    border-image-slice: 1;
    border-width: 2px;
}

.border-gradient-purple {
    border-image-source: linear-gradient(to left, rgb(200, 16, 46), rgb(255, 106, 20), rgb(200, 16, 46));
}

#social-col .col {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 100%;
    padding-right: 1.125rem;
}

#social .facts-figures__body {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column;
    -webkit-box-pack: center;
    justify-content: center;
}

.contact-address {
    padding-top: 0.5rem;
    line-height: 0.9em;
}

.contact-card {
    border-width: 6px 1px 1px;
    border-style: double solid solid;
    border-color: transparent rgb(221, 221, 221) rgb(221, 221, 221);
    background-image: linear-gradient(white, white), linear-gradient(to right, rgb(241, 0, 0), rgb(255, 106, 20));
    background-clip: padding-box, border-box;
}

.contact-card ul li {
    font-size: 0.925em;
    line-height: 1.6em;
}

.card-body {
    padding: 0px;
}

.card-content {
    padding: 1rem;
}

.sidebar-left .tags span {
    font-size: 1rem;
    color: rgb(33, 33, 33);
    font-family: Karla, sans-serif;
    text-transform: uppercase;
    font-weight: normal;
}

#departmentCard div .card-title, #link����ֱ��app div .card-title, #customCards div .card-title {
    text-transform: uppercase;
    font-weight: 600;
    font-size: calc(1.6rem - 1vh);
}

#departmentCard div a, #customCards div a {
    font-size: calc(1.4rem - 1vh);
    text-transform: uppercase;
}

.cta-bar {
    top: 75px;
    z-index: 1;
}

.svg-icon-top {
    width: 65px;
}

.card-block {
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
}

@media (min-width: 992px) {
    .masthead .masthead-content {
        padding: 0px 3rem 0px 2rem;
    }
}

.masthead-content {
    position: relative;
    max-width: 35rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.s-wrapper {
    position: relative;
    inset: 0px;
    max-width: 12rem;
    z-index: 99;
}

.svg-ga {
    filter: invert(98%) sepia(2%) saturate(7%) hue-rotate(297deg) brightness(105%) contrast(97%);
}

.svg-lake {
    filter: invert(50%) sepia(91%) saturate(4943%) hue-rotate(155deg) brightness(93%) contrast(101%);
}

.svg-lake:hover {
    filter: invert(0%) sepia(83%) saturate(47%) hue-rotate(347deg) brightness(111%) contrast(74%);
    transition: filter 1s ease 0s;
}

.svg-ember {
    filter: invert(19%) sepia(23%) saturate(5811%) hue-rotate(327deg) brightness(93%) contrast(96%);
}

.svg-ember:hover {
    filter: invert(0%) sepia(83%) saturate(47%) hue-rotate(347deg) brightness(111%) contrast(74%);
    transition: filter 1s ease 0s;
}

.svg-stone {
    filter: invert(50%) sepia(0%) saturate(4428%) hue-rotate(142deg) brightness(90%) contrast(86%);
}

.svg-stone:hover {
    filter: invert(0%) sepia(83%) saturate(47%) hue-rotate(347deg) brightness(111%) contrast(74%);
    transition: filter 1s ease 0s;
}

.svg-red {
    filter: invert(16%) sepia(100%) saturate(3642%) hue-rotate(341deg) brightness(79%) contrast(100%);
}

.svg-red:hover {
    filter: invert(0%) sepia(83%) saturate(47%) hue-rotate(347deg) brightness(111%) contrast(74%);
    transition: filter 1s ease 0s;
}

.shadow-4-strong {
    box-shadow: rgba(0, 0, 0, 0.25) -6px 10px 32px -6px !important;
}

.list-group-flush &gt; .list-group-item:last-child {
    padding-bottom: 1rem;
}

.event-date {
    position: relative;
    top: 0px;
    left: 0px;
    right: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.htab {
    display: none !important;
}

.form-check {
    display: flex;
    align-items: center;
    justify-content: start;
}

input[type="checkbox"] {
    appearance: none;
    margin: 1em;
    font: inherit;
    color: rgb(255, 106, 20);
    width: 0.9em;
    height: 1.2em;
    border: 0.12em solid rgb(117, 117, 117);
    border-radius: 0px;
    transform: translateY(0.3em);
    display: inline-grid;
    place-content: center;
}

.form-check input[type="checkbox"] {
    appearance: none;
    font: inherit;
    color: rgb(255, 106, 20);
    width: 1.2em;
    height: 1.2em;
    border: 0.12em solid rgb(117, 117, 117);
    border-radius: 0px;
    transform: translateY(0.3em);
    display: inline-grid;
    place-content: center;
}

input[type="checkbox"]::before {
    content: "";
    width: 0.75em;
    height: 1em;
    clip-path: polygon(14% 44%, 0px 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
    transform: scale(0);
    transform-origin: left bottom;
    transition: transform 120ms ease-in-out 0s;
    box-shadow: currentcolor 1em 1em inset;
    background-color: rgb(255, 106, 20);
}

input[type="checkbox"]:checked::before {
    transform: scale(1);
}

input[type="checkbox"]:focus {
    outline: currentcolor solid max(2px, 0.15em);
    outline-offset: max(2px, 0.15em);
}

.form-control {
    overflow: visible;
    font-variant: inherit;
    font-weight: inherit;
    font-stretch: inherit;
    font-optical-sizing: inherit;
    font-kerning: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    -webkit-font-smoothing: inherit;
    appearance: none;
    background: transparent;
    border-radius: 0px;
    outline: 0px;
    font-family: Karla, sans-serif;
    font-size: calc(1rem - 0.09vw);
    font-style: normal;
    line-height: 1.5;
    transition-timing-function: ease-out;
    transition-duration: 0.25s;
    transition-property: border-color;
    border: 2px solid rgb(229, 229, 229);
    display: inline-block;
    width: 100%;
    padding: 10px;
    color: rgb(30, 30, 17);
    margin: 10px 0px 0px;
}

.form-check-input {
    width: 2rem;
}

input[type="radio"]::before {
    content: "";
    width: 0.75em;
    height: 0.85em;
    clip-path: polygon(14% 44%, 0px 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
    transform: scale(0);
    transform-origin: center bottom;
    transition: transform 120ms ease-in-out 0s;
    box-shadow: rgb(200, 16, 46) 2em 1em inset;
    background-color: rgb(51, 51, 51);
}

input[type="radio"]:checked::before {
    transform: scale(1);
}

input[type="radio"]:focus {
    outline: rgb(51, 51, 51) solid max(2px, 0.15em);
    outline-offset: max(2px, 0.15em);
}

.form-control + .form-control {
    margin-top: 1em;
}

.form-control--disabled {
    color: var(--form-control-disabled);
    cursor: not-allowed;
}

input[type="radio"] {
    appearance: none;
    display: inline-grid;
    width: 1px;
    height: 1px;
    margin: 0.3em 1em;
    vertical-align: middle;
    border: 3px solid rgb(221, 221, 221);
    border-radius: 50%;
}

input[type="radio"]::before {
    content: "";
    width: 0.465em;
    height: 0.465em;
    clip-path: circle(50% at 50% 50%);
    transform: scale(0);
    transform-origin: right bottom;
    transition: transform 120ms ease-in-out 0s;
    box-shadow: inset 1em 1em var(--form-control-color);
    background-color: rgb(255, 106, 20);
}

input[type="radio"]:checked::before {
    transform: scale(2);
}

input[type="radio"]:focus {
    outline: currentcolor solid max(2px, 0.15em);
    outline-offset: max(2px, 0.15em);
}

.search-categories li a {
    list-style: none;
    color: rgb(33, 33, 33) !important;
}

.search-categories li a:hover {
    list-style: none;
    text-decoration: underline;
    color: rgb(200, 16, 46) !important;
}

.searchType {
    position: relative;
    top: 4.5rem;
    opacity: 0.8;
    background-color: rgb(251, 251, 251);
    border: 1px solid rgb(160, 209, 202);
    width: 100%;
}

.cta {
    align-items: center;
    background-color: transparent;
    border: 2px solid rgb(33, 33, 33);
    box-sizing: border-box;
    color: rgb(33, 33, 33);
    cursor: pointer;
    display: inline-flex;
    text-transform: uppercase;
    line-height: 1.5;
    font-size: 0.75rem;
    font-weight: 500;
    padding: 0.625rem 1.5rem 0.5rem;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    user-select: none;
    touch-action: manipulation;
    width: 100%;
    vertical-align: bottom;
    margin-bottom: 0.5rem;
}

.cta:focus {
    color: rgb(23, 30, 41);
}

.cta:hover {
    background-color: rgb(33, 33, 33);
    border-color: rgb(33, 33, 33);
    color: rgb(255, 255, 255);
}

#vsu-crm-form select {
    max-width: 100%;
    min-width: 4rem;
    padding: 0.55rem;
    border: 2px solid rgba(0, 0, 0, 0.1);
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-caret-down-fill' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.7rem top 50%;
    background-size: 0.7rem;
}

select {
    overflow: visible;
    font-variant: inherit;
    font-weight: inherit;
    font-stretch: inherit;
    font-size: inherit;
    -webkit-font-smoothing: inherit;
    appearance: none;
    background: rgb(251, 251, 251);
    border-radius: 0px;
    outline: 0px;
    font-family: Karla, sans-serif;
    font-style: normal;
    line-height: 1.5;
    transition-timing-function: ease-out;
    transition-duration: 0.25s;
    transition-property: border-color;
    border: 2px solid rgb(229, 229, 229);
    display: inline-block;
    width: 100%;
    padding: 10px;
    color: rgb(30, 30, 17);
    margin: 10px 0px 0px;
}

select.classic {
    max-width: 100%;
    padding: 0.55rem;
    border: 2px solid rgba(0, 0, 0, 0.1);
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-caret-down-fill' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.7rem top 50%;
    background-size: 1rem;
}

select {
    max-width: 100%;
    padding: 0.55rem;
    border: 2px solid rgba(0, 0, 0, 0.1);
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-caret-down-fill' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.7rem top 50%;
    background-size: 1rem;
}

.cta-3 {
    border: 2px solid rgb(146, 18, 51);
    padding: 1em;
}

.cta-3:hover {
    background: rgb(146, 18, 51);
    color: rgb(251, 251, 251);
    padding: 1em;
}

#virtual-advisor-open-button {
    background-color: rgb(150, 8, 22);
    color: rgb(255, 255, 255);
}

#virtual-advisor-window-header {
    background-color: rgb(150, 8, 22);
}

.va-background-color {
    background-color: rgb(150, 8, 22) !important;
}

#virtual-advisor-overlay {
    pointer-events: none;
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    margin-right: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 99998;
}

#virtual-advisor-window {
    position: fixed;
    z-index: 99999;
    background-color: rgb(241, 241, 241);
    border: none;
    box-shadow: rgba(128, 128, 128, 0.2) 5px 5px 10px;
    border-radius: 0px;
    text-align: center;
    min-width: 600px;
    display: none;
    overflow: hidden;
    width: 600px;
    top: 0px;
    bottom: 0px;
    padding-bottom: 30px;
    box-sizing: content-box !important;
}

#virtual-advisor-window-header {
    z-index: 10;
    color: rgb(255, 255, 255);
    border-radius: 0px;
    padding: 8px 10px 13px 0px;
    height: 10px;
    line-height: 1.4;
    box-sizing: content-box !important;
}

#virtual-advisor-window-header-close, #virtual-advisor-window-header-minimize {
    display: flex;
    align-items: center;
    float: right;
    cursor: pointer;
    margin-top: -6px;
    font-size: 24px;
    padding-left: 5px;
}

.fa-minus {
    font-size: 20px;
    padding-right: 15px;
    padding-top: 8px;
}

#chat {
    font-size: 2.5em;
}

#virtual-advisor-window-iframe {
    border: none;
    padding: 0px 0px 20px;
    width: 100%;
    height: 100%;
    margin: 0px;
}

#virtual-advisor-open-button {
    position: fixed;
    right: 40px;
    bottom: 30px;
    border-radius: 100%;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    white-space: nowrap;
    padding: 1em;
    cursor: pointer;
    z-index: 10;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 5px -1px, rgba(0, 0, 0, 0.14) 0px 6px 10px 0px, rgba(0, 0, 0, 0.12) 0px 1px 18px 0px !important;
    box-sizing: border-box !important;
    min-height: 36px !important;
}

#virtual-advisor-open-button-text {
    float: left;
    padding: 6px;
}

@media (max-width: 768px) {
    #virtual-advisor-content {
        inset: 0px;
        width: 100%;
        border: none;
        margin: 0px;
        padding: 0px;
        overflow: hidden;
        z-index: 999999;
    }

    #virtual-advisor-window {
        min-width: 100%;
        min-height: unset;
        width: 100%;
        top: 0px !important;
        left: 0px !important;
        margin-right: 0px !important;
    }
}

.main table img {
    max-width: 100%;
}

.news_social ul {
    display: flex;
    justify-content: start;
    align-items: center;
    font-size: 0.8em;
    list-style: none;
}

.news_social ul li {
    padding-right: 1.2em;
}

.main h1 {
    font-size: 1.8em;
    margin-bottom: 0.8em;
}

.evlist {
    display: flex;
    flex-direction: column;
}

.evlist ul {
    margin: 0px;
}

.evlist li {
    width: 100%;
    color: rgb(51, 51, 51);
    list-style: none;
    padding: 0px;
}

.evlist .dt, .evlist .det {
    float: left;
}

@media (max-width: 768px) {
    .evlist .dt {
        clear: both;
        display: table;
    }
}

.evlist .dt {
    width: 15%;
    padding-top: 1.5rem;
    text-align: center;
}

.evlist .dt span {
    width: 100%;
    display: inline-block;
}

.evlist .dt span.num {
    font-family: Oswald, sans-serif;
    font-size: 3em;
    line-height: 0.002em;
}

.evlist .dt span.mon {
    text-transform: uppercase;
    font-family: Karla, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.2em;
    letter-spacing: 4px;
}

.evlist .det {
    width: 85%;
    line-height: 1.4em;
}

.evlist .det h3 {
    margin: 0px 0px 0.5em;
    font-family: Lora, Georgia, "Times New Roman", serif;
    text-transform: none;
    font-size: 1.6em;
    line-height: 1em;
}

.evlist .det a {
    color: inherit;
    text-decoration: none;
}

.evlist .det p {
    clear: left;
    margin: 0px;
}

.evlist .det li {
    color: rgb(116, 116, 116);
}

.news_archives h2 {
    color: rgb(200, 16, 46);
}

.news_archives ul li a {
    color: rgb(117, 117, 117);
    font-weight: 600;
}

.news_archives ul li a:hover {
    color: rgb(200, 16, 46);
    font-weight: 600;
    text-decoration: underline 2px;
}

.ddnav {
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 600;
    color: rgb(117, 117, 117);
}

.ddnav a {
    color: rgb(117, 117, 117);
}

.ddnav span {
    display: none;
}

.popover-header {
    font-family: Oswald, sans-serif;
}

.popover-body {
    font-family: Karla, sans-serif;
}

.popover {
    max-width: 50vw;
}

.form_button_submit {
    color: rgb(251, 251, 251);
    background: rgb(200, 16, 46);
    padding: 0.5em;
    max-width: 100%;
    width: 13rem;
    text-transform: uppercase;
    font-weight: 600;
}

.form_button_submit:hover {
    background: rgb(255, 106, 20);
}

.form_container label {
    font-size: 1.2em;
}

.gs-webResult div.gs-visibleUrl {
    color: rgb(0, 0, 0);
    font-size: 1.2em;
    line-height: 1.2em;
}

.gs-webResult:not(.gs-no-results-result):not(.gs-error-result) .gs-snippet, .gs-fileFormatType {
    color: rgb(51, 51, 51);
    font-size: 1.1em;
}

.gs-webResult.gs-result a.gs-title:link, .gs-webResult.gs-result a.gs-title:link b, .gs-imageResult a.gs-title:link, .gs-imageResult a.gs-title:link b {
    color: rgb(68, 68, 68);
    font-size: 18px;
}

.gs-promotion a.gs-title:link, .gs-promotion a.gs-title:link *, .gs-promotion .gs-snippet a:link {
    color: rgb(68, 68, 68);
    font-size: 18px;
}

.gs-promotion .gs-visibleUrl, .gs-promotion .gs-visibleUrl-short {
    color: rgb(68, 68, 68);
    line-height: 1.2em;
    font-size: 1.2em;
}

.gs-promotion .gs-snippet, .gs-promotion .gs-title .gs-promotion-title-right, .gs-promotion .gs-title .gs-promotion-title-right * {
    color: rgb(68, 68, 68);
    font-size: 1.1em;
}
</pre></body></html>