.site-header {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
}

.header-bottom {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0);
    transition: 0.3s;
}

.sticky-nav .header-bottom {
    box-shadow: 0 15px 15px rgba(0, 0, 0, 0.05);
}
.header-bottom {
    background-color: #fff;
    padding: 0 !important;
}

.site-content {
    padding-top: 138px;
}

.black-gradient {
    background-color: #000;
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 30%;
}
/* .black-gradient:before {
    background-color: #cb0133;
    bottom: 0;
    content: "";
    height: 5px;
    left: 0;
    margin: auto;
    position: absolute;
    top: 0;
    width: calc((100vw - 1170px) / 2 - 75px);
} */
.black-gradient:after {
    background-image: linear-gradient(90deg, #000, transparent);
    bottom: 0;
    content: "";
    left: 100%;
    position: absolute;
    top: 0;
    width: 80%;
}
.home .main-section {
    padding: 50px 25px 50px;
}
.home .main-section .bg-image {
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.home .main-section .bg-image img {
    display: none;
}
.home .main-section .text-wrap {
    font-size: 18px;
    line-height: 1.3em;
    background: #cb0133;
    max-width: 590px;
    margin: 0 0 0 -15px;
    padding: 50px 40px;
}

.home .main-section .text-wrap h1 {
    font-size: 30px;
    margin: 0 0 50px;
}

.home .main-section .text-wrap p strong {
    font-size: 20px;
}
.home .main-section .text-wrap a {
    color: #fff;
    border-bottom: 5px solid rgba(255, 255, 255, 0.65);
    font-weight: 700;
    padding-bottom: 5px;
}

.home .main-section .text-wrap a:hover {
    border-bottom-color: #fff;
}
.highlights-section {
    padding-top: 25px;
}
.highlights-section .highlights-wrap {
    padding: 25px 25px 55px;
}
.highlights-section .title-wrap {
    background-color: transparent;
    position: relative;
    max-width: 100%;
}
/* .highlights-section .title-wrap:before {
    background-color: #cb0133;
    bottom: 0;
    content: "";
    height: 5px;
    left: 0;
    margin: auto;
    position: absolute;
    top: 0;
    width: calc((100vw - 1170px) / 2 - 75px);
} */
.site-footer .menu li {
    line-height: 1.5em;
    margin: 0 0 10px;
}
@media (min-width: 1200px) {
    .header-bottom {
        padding: 0;
    }
    .home .main-navigation .menu > li,
    .main-navigation .menu > li {
        border: none;
        padding: 23px 0 21px;
    }
    /* .sticky-nav .home .main-navigation .menu > li,
    .sticky-nav .main-navigation .menu > li {
        padding: 15px 0 13px;
    } */
    .home .main-navigation .menu > li a,
    .main-navigation .menu > li a {
        color: #233167;
    }
    .home .main-navigation .menu > li a:hover,
    .main-navigation .menu > li a:hover {
        color: #c03;
    }
}

@media (max-width: 1199px) {
    .home .main-section .text-wrap {
        max-width: 40vw;
    }
}

@media (max-width: 991px) {
    .home .main-section {
        padding: 0;
    }
    .home .main-section:before {
        content: none;
    }
    .home .main-section .bg-image {
        display: block;
        height: 60vw;
        position: static;
        width: 100%;
    }
    .home .main-section .black-gradient {
        display: none;
    }

    .home .main-section .text-wrap {
        max-width: 100vw;
        margin: 0 -15px;
    }
}

@media (max-width: 767px) {
    .site-content {
        padding-top: 116px;
    }
    
    .home .main-section .bg-image {
        background: none;
        display: block;
        height: auto;
        position: static;
        width: 100%;
    }
    
    .home .main-section .bg-image img {
        display: block;
        width: 100%;
    }
    .home .main-section .text-wrap {
        padding: 40px 20px;
    }
}

.site-footer .site-title p {
    margin: 0;
}
.site-footer .site-title h3 {
    font-family: "Montserrat";
    margin: 0;
}
.site-footer .site-title hr {
    height: 0.5px;
    opacity: 0.5;
    margin: 20px 0;
}

.site-footer .site-title a {
    text-decoration: underline;
}

.programs-content-section .content .content-row.staff-row.red-border:before {
    margin: 0 0 15px;
    width: 50px;
}

.programs-content-section .content .content-row.staff-row .staff-list {
    margin: 0 -15px;
}

.programs-content-section .content .content-row.staff-row .staff-list .staff-member {
    width: 33.33%;
    margin: 25px 0;
}

.programs-content-section .content .content-row.staff-row .staff-list .staff-member .button {
    background-image: none;
    color: #fff;
    transition: 0.2s;
}

.programs-content-section .content .content-row.staff-row .staff-list .staff-member .email a,
.programs-content-section .content .content-row.staff-row .staff-list .staff-member .phone a {
    background-image: none;
    transition: 0.3s;
}

.dropdown-wrap .dropdown-menu {
    max-height: 250px;
    overflow: auto;
}

/* width */
.dropdown-wrap .dropdown-menu::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.dropdown-wrap .dropdown-menu::-webkit-scrollbar-track {
    background: #dadada;
}

/* Handle */
.dropdown-wrap .dropdown-menu::-webkit-scrollbar-thumb {
    background: #c03;
    border-radius: 10px;
}

@media screen and (max-width: 767px) {
    .programs-content-section .content .content-row table {
        display: block;
        overflow-x: auto;
        width: 100%;
    }
}
@media screen and (max-width: 600px) {
    .programs-content-section .content .content-row.staff-row .staff-list .staff-member {
        width: 50%;
        margin: 15px 0;
    }
}

@media screen and (max-width: 480px) {
    .programs-content-section .content .content-row.staff-row .staff-list .staff-member {
        width: 100%;
        margin: 15px 0;
    }
}
@media (min-width: 992px) {
    .site-footer .footer-widgets .footer-widget:first-child {
        width: 31%;
    }
    .site-footer .footer-widgets .footer-widget:nth-child(3) {
        width: 52%;
    }
}
