:root {
    --body_typography-font-family: Mulish, Arial, Helvetica, sans-serif;
    --body_typography-font-size: 17px;
    --base-font-size: 17;
    --body_typography-font-weight: 400;
    --body_typography-line-height: 30px;
    --body_typography-letter-spacing: 0px;
    --body_typography-color: #3d3d3d;
    --link-color: #581515;
    --link-hover-color: rgb(0, 169, 206);
    --nav-link-color: #22201d;
    --nav-link-hover-color: rgb(0, 169, 206);
}
img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
}
html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    font-family: var(--body_typography-font-family);
    font-size: var(--body_typography-font-size);
    line-height: var(--body_typography-line-height);
    color: var(--body_typography-color);
    overflow-x: hidden;
    text-wrap: pretty;
}
h1, h2 {
    font-family: "Arbutus Slab", Arial, Helvetica, sans-serif;
    font-weight: 400;
    line-height: 1.2;
}
p {
    line-height: 1.45;
}
button {
    font-family: var(--body_typography-font-family);
    font-size: var(--body_typography-font-size);
    color: var(--body_typography-color);
    cursor: pointer;
    font-weight: 600;
}
.button {
    padding: 0.75rem 1.5rem;
    text-decoration: none;
    font-size: 0.825rem;
    text-transform: uppercase;
    font-weight: 600;
}
.button-primary {
    background:#510000;
    color: #fff
}
.button-white-outline {
    border: 1px solid #fff;
}
#skipmenu {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 101;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
#skipmenu .button {
    padding: 0;
    text-decoration: none;
    margin: 1rem;
    display: block;
}
#skipmenu .focusable_inner {
    white-space: nowrap;
    padding: 1rem;
    text-decoration: none;
    color: #fff;
    background: #510000;
    font-size: 15px;
    line-height: 1;
    display: block;
}
.button.sr-only.focusable:active, 
.button.sr-only.focusable:focus {
    clip: auto;
    height: auto;
    line-height: 2rem;
    overflow: visible;
    position: static;
    white-space: normal;
    width: auto;
}
#masthead {
    width: 100%;
    border-top: 5px solid #510000;
    background-color: #fff;
    padding: 0.75rem 0;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 101;
}
#masthead-content {
    position: relative;
}
#masthead .column_group.nowrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
}
#masthead .logo-column {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
            max-width: 50%;
}
#masthead .nav-column {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
}
#masthead .logo img {
    width: 100%;
    height: auto;
    max-width: 200px;
    margin: 0;
}
#main-menu {
    width: 100%;
}
#main-menu .menu-list {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        max-width: 900px;
        margin: 0 -0.5rem 0 auto;
        padding: 0;
}
#main-menu .menu-list li {
    padding: 0 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
#main-menu .menu-list li a {
    color: var(--nav-link-color);
    text-decoration: none;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    -webkit-transition: all 0.3s cubic-bezier(.42, .01, .58, 1);
    -o-transition: all 0.3s cubic-bezier(.42, .01, .58, 1);
    transition: all 0.3s cubic-bezier(.42, .01, .58, 1);
    white-space: nowrap;
    letter-spacing: 0.015em;
    padding: 4px;
    border-radius: 4px;
}
#main-menu .menu-list li a:hover {
    color: var(--nav-link-hover-color);
    -webkit-transform: translate(0, 1px);
    -ms-transform: translate(0, 1px);
    transform: translate(0, 1px);
    -moz-transform: translate(0, 1px);
    -o-transform: translate(0, 1px);
}
#main-menu .menu-list li a:focus-visible {
    outline: 1px solid var(--nav-link-hover-color);
}
.nav-cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
            padding: 0;
}
.nav-cta .apply-button {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.nav-cta .button-img {
    display: block;
    width: 100%;
    height: 0;
    padding: 0 0 70% 0;
    background-image: url(../assets/logos/SU_Monogram_Maroon.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 0 0.25rem 0;
    -webkit-transition: all 0.3s cubic-bezier(.42, .01, .58, 1);
    -o-transition: all 0.3s cubic-bezier(.42, .01, .58, 1);
    transition: all 0.3s cubic-bezier(.42, .01, .58, 1);
}
.nav-cta a:hover .button-img,
.nav-cta a:focus .button-img {
    background-image: url(../assets/logos/SU_Monogram_Blue.png);
}
.nav-cta .button-label {
    text-transform: uppercase;
    font-weight: 900;
    text-align: center;
    
}

#masthead .menu-toggle {
    position: absolute;
    top: 50%;
    right: 2rem;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    background: transparent;
    border: none;
    color: var(--nav-link-color);
    display: none;
            
}
.menu-toggle .menu-open,
.menu-toggle .menu-close {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%) rotate(0deg);
        -ms-transform: translate(0, -50%) rotate(0deg);
            transform: translate(0, -50%) rotate(0deg);
    background: transparent;
    border: none;
    color: var(--nav-link-color);
    opacity: 0;
    -webkit-transition: all 0.3s cubic-bezier(.42, .01, .58, 1);
    -o-transition: all 0.3s cubic-bezier(.42, .01, .58, 1);
    transition: all 0.3s cubic-bezier(.42, .01, .58, 1);
}
.menu-toggle .menu-open {
    opacity: 1;
}
.menu-toggle .menu-open:before,
.menu-toggle .menu-close:before {
    font-family: 'icons' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 2rem;
    color: var(--nav-link-color);
}
.menu-toggle .menu-open:before {
    content: "\e900";
}
.menu-toggle .menu-close:before {
    content: "\e901";
}

.isNav .menu-toggle .menu-open {
    opacity: 0;
    -webkit-transform: translate(0, -50%) rotate(360deg);
        -ms-transform: translate(0, -50%) rotate(360deg);
            transform: translate(0, -50%) rotate(360deg);
}
.isNav .menu-toggle .menu-close {
    opacity: 1;
    -webkit-transform: translate(0, -50%) rotate(360deg);
        -ms-transform: translate(0, -50%) rotate(360deg);
            transform: translate(0, -50%) rotate(360deg);
}
#mobile-menu-content {
    position: relative;
    display: none;
}
#mobile-main-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 100;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s cubic-bezier(.42, .01, .58, 1);
    -o-transition: all 0.3s cubic-bezier(.42, .01, .58, 1);
    transition: all 0.3s cubic-bezier(.42, .01, .58, 1);
}
.isNav #mobile-main-menu {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}
#mobile-main-menu .menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
#mobile-main-menu .menu-list a {
    padding: 1rem 2.5rem;
    display: block;
    text-decoration: none;
    color: var(--nav-link-color);
    font-size: 15px;
    background-color: #fff;
    -webkit-transition: all 0.3s cubic-bezier(.42, .01, .58, 1);
    -o-transition: all 0.3s cubic-bezier(.42, .01, .58, 1);
    transition: all 0.3s cubic-bezier(.42, .01, .58, 1);
}
#mobile-main-menu .menu-list a:hover {
    background-color: var(--link-color);
    color: #fff;
}
#mobile-main-menu .menu-list a:focus-visible {
    color: var(--nav-link-hover-color);
    outline: 1px solid var(--link-hover-color);
    
}

#footer {
    color: #fff;
}
#footer a {
    text-decoration: none;
    color: #fff;
}
#footer .contact_info h2 {
    margin: 0;
    font-weight: 700;
    font-family: 'Mulish', Arial, Helvetica, sans-serif;
}
#footer .contact_info p {
    font-weight: 700;
}
#footer .contact_info a {
    color: var(--nav-link-hover-color);
}
#footer-top {
    background-color: #510000;
    padding: 4rem 0 2rem 0;
}
#footer-top .column_group .flex-column {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    max-width: 17.5%;
}
#footer-top .column_group .flex-column:nth-child(1) {
    max-width: 17.5%;
}
#footer-top .column_group .flex-column:nth-child(2) {
    max-width: 30%;
}
#footer-bottom {
    background-color: #515151;
    padding: 2rem 0;
    text-align: center;
}
#footer-bottom p {
    margin: 0;
    line-height: 30px;
}
#footer-bottom a {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
}
.footer-logo {
    max-width: 240px;
}
#footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#footer ul li {
    padding: 0.25rem 0;
}
#footer ul a {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    line-height: 1.2;
    display: block;
}
#footer ul a.social-link {
    font-size: 16px;
    height: 2rem;
    width: 2rem;
    position: relative;
    background-color: #fff;
    color: #581515;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 4px;
    -webkit-transition: all 0.3s cubic-bezier(.42, .01, .58, 1);
    -o-transition: all 0.3s cubic-bezier(.42, .01, .58, 1);
    transition: all 0.3s cubic-bezier(.42, .01, .58, 1);
}
#footer ul a.social-link:hover {
    opacity: 0.8;
}
#footer .social-links ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 2rem 0 0 0;
}
#footer .social-links li {
    padding: 0 0.5rem;
}
.social-link:before {
    font-family: 'icons' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #581515;
}

.social-link.instagram:before {
    content: "\f16d";
}
.social-link.facebook:before {
    content: "\f09a";
}
.social-link.twitter-x:before {
    content: "\e902";
}
.social-link.youtube:before {
    content: "\f16a";
}
.social-link.linkedin:before {
    content: "\f0e1";
}
@media screen and (max-width:1023px){
    #masthead { 
        position: relative;
    }
    #masthead .nav-column {
        display: none;
    }
    #masthead .menu-toggle {
        display: block;
    }
    #mobile-menu-content {
        display: block;
    }
    #footer-top .contact_info {
        margin-bottom: 2rem;
    }
    #footer-top .column_group .flex-column,
    #footer-top .column_group .flex-column:first-child {
        max-width: 33.3332%;
    }
    #footer-top .column_group .flex-column:nth-child(2) {
        max-width: 66.66667%;
        min-width: 66.66667%;
    }
    
}
@media screen and (max-width:639px){
    #footer-top .column_group .flex-column,
    #footer-top .column_group .flex-column:first-child,
    #footer-top .column_group .flex-column:nth-child(2) {
        max-width: 100%;
    }
    .footer-logo {
        margin: 0 auto 2rem auto;
    }
    #footer-top .contact_info {
        margin-bottom: 1rem;
        text-align: center
    }
    #footer ul {
        margin: 1rem 0;
    }
    #footer-top {
        padding-bottom: 1rem;
    }
}
@media screen and (max-width:479px){
    #mobile-main-menu .menu-list a {
        padding: 1rem 1.5rem;
    }
}