:root {
     --bg-color: #144f88;
     --text-color: #ffffff;
     --link-color: #f89728;
     --bs-primary: #0046ad;
    /* MATC blue */
     --logo-height: 140px;
     --header-height: calc(var(--logo-height) + 0rem);
}
 .vp-accordion .vp-c-accordion_heading-container:before {
    /* HH- Added additional spacing for heading on 11/25 per Greg's request */
     margin-top: 0.625rem;
}
 .card-body a {
     font-weight: bold;
}
 .card__link {
     font-weight: bold;
}
 .vp-directory_content .vp-directory_img {
     width: 104px;
     height: 104px;
     border-radius: 50%;
}
 .vp-inner .nGY2 .nGY2GThumbnail {
     background-color: #fff;
}
/*Sortable Tabe*/
 .vp-table.sortable-table {
     border: none;
}
 .vp-table.sortable-table.courseStatus .bootstrap-table.bootstrap4 {
     overflow: hidden;
}
 .vp-table .fixed-table-body {
     border: 1px solid #bf5712;
}
 .vp-table.sortable-table .fixed-table-container {
     width: calc(100% - 8px);
     margin-left: 3px;
}
 .vp-table.sortable-table .fixed-table-pagination .btn-secondary.dropdown-toggle {
     background: transparent;
     border: 1px solid transparent;
     color: #3b3b3b;
     padding: 10px 0;
     margin-bottom: 0;
}
 .vp-table.sortable-table .fixed-table-pagination .btn-secondary.dropdown-toggle::after {
     color: #f89728;
}
 .vp-table.sortable-table .fixed-table-pagination .dropdown-item.active, .dropdown-item:active {
     background-color: #1c69b3;
}
 .vp-table.sortable-table .fixed-table-pagination .page-link {
     margin-left: 2px;
     color: #3b3b3b;
     background-color: #fff;
     border: 1px solid transparent;
}
 .vp-table.sortable-table .fixed-table-pagination {
     width: calc(100% - 8px);
     margin-left: 3px;
}
 .vp-table.sortable-table .fixed-table-pagination .page-item.active .page-link {
     color: #1c69b3;
     font-weight: bolder;
     border: 1px solid transparent;
}
 .vp-table.sortable-table .fixed-table-pagination .page-item::after {
     content: "";
     display: -webkit-inline-box;
     display: -webkit-inline-flex;
     display: -moz-inline-box;
     display: -ms-inline-flexbox;
     display: inline-flex;
     position: absolute;
     width: 2px;
     height: 25px;
     background-color: #f89728;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
     -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
     -ms-flex-direction: row;
     flex-direction: row;
     -webkit-align-content: center;
     -ms-flex-line-pack: center;
     align-content: center;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -moz-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     margin-top: -30px;
}
 .vp-table.sortable-table .fixed-table-pagination .page-item:first-child::after {
     display: none;
}
 .vp-table.sortable-table .fixed-table-pagination .page-item:first-child .page-link, .vp-table.sortable-table .fixed-table-pagination .page-item:last-child .page-link {
     border-radius: 0;
}
 .vp-table.sortable-table .bootstrap-table .fixed-table-container .table tbody tr .card-view {
     display: block;
}
 .bootstrap-table .fixed-table-container .table tbody tr .card-view .card-view-title, .bootstrap-table .fixed-table-container .table tbody tr .card-view .card-view-value {
     display: block;
     width: 100%;
}
 .vp-table.sortable-table .float-right.search.btn-group {
     float: none !important;
     width: 100%;
     margin-left: 3px;
}
 .vp-table.sortable-table .search .search-input {
     height: 50px;
     border: 1px solid #1c69b3 !important;
     width: calc(100% - 63px);
     float: left;
     position: relative;
     z-index: 3;
}
 .vp-table.sortable-table .float-right.search.btn-group::after {
     content: "";
     background-image: url(../img/icons/search-news.svg);
     background-position: center;
     background-repeat: no-repeat;
     background-position-x: 14px;
     background-color: #f89728;
     height: 50px;
     border: 1px solid #f89728 !important;
     width: 55px;
     float: right;
     position: relative;
     z-index: 1;
}
/* Hover effect */
 .vp-inner .gallery .nGY2GThumbnail:hover {
     transform: scale(0.95);
     transition: transform 0.6s;
}
 .vp-inner .gallery .nGY2GThumbnail {
     transition: transform 0.6s;
}
/* Lightbox styles */
 .vp-inner .nGY2 {
     font-family: montserrat, sans-serif;
}
 .vp-inner .nGY2Viewer .ngy2viewerToolAction .fa {
     color: #aaa;
}
 .vp-inner .nGY2Viewer .ngy2viewerToolAction:hover .fa {
     color: white;
}
 .vp-inner .nGY2Viewer .ngy2viewerToolAction:hover {
     opacity: 1 !important;
}
 .vp-accordion .vp-c-accordion_heading-container:before {
     margin-top: 0;
}
/*Featured-event on home page*/
 .featured-event {
     border: 2px white solid;
}
 .featured-event-text {
     text-transform: uppercase;
     border: 2px white solid;
     margin-top: 20px;
     color: white;
     padding: 2px;
     font-weight: bold;
}
/*Emergency Alerts CSS */
 .alert {
     border-radius: 0;
     margin-bottom: 0;
     height: auto;
}
 .alert-content {
     display: inline;
}
 .alert-link {
     padding-left: 0.2rem;
}
 .alert a {
     padding-top: 0.5rem;
     padding-bottom: 0.5rem;
}
 .large-alert-content {
     max-width: 800px;
     margin: auto;
     margin-top: 40px;
}
 .alert-large {
     overflow-y: auto;
}
 #alert-large-close {
     text-shadow: none;
     opacity: 0.8;
     font-size: 2.8rem;
}
 .alert-close-link {
     text-align: center;
     margin: 20px;
     margin: 50px 20px 40px 20px;
}
 .alert-close-link a {
     color: #ffffff;
}
 @media (max-width: 767.98px) {
     .alert h4 {
         font-size: 0.8rem;
         padding-bottom: 0.2rem;
         padding-top: 0.3rem;
    }
     .alert-link {
         padding-left: 0;
         font-size: 0.7rem;
    }
}
 @media (max-width: 1199.98px) {
     .alert h4 {
         font-size: 0.8rem;
    }
     .alert-content {
         font-size: 0.8rem;
    }
     .alert-link {
         padding-left: 0;
         font-size: 0.8rem;
    }
}
/* En Espanol icon */
 .header__btn-espanol {
     align-items: center;
}
 button#search-btn-close {
     z-index: 99;
}
 h5.EN-ESPAñOL {
     margin-bottom: 0;
}
 @media screen and (max-width: 992px) {
     h5.EN-ESPAñOL {
         display: none;
    }
     span.align-middle.d-none.d-md-inline {
         display: none !important;
    }
}
 .vpm-header__search input#site-search-bar {
     right: 438px;
}
 .vpm-header__search input#site-search-bar.fillwidth {
     width: -webkit-calc(100% - 438px);
     width: -moz-calc(100% - 438px);
     width: calc(100% - 438px);
}
 @media (max-width: 992px) {
     .vpm-header__search input#site-search-bar {
         right: 342px;
    }
     .vpm-header__search input#site-search-bar.fillwidth {
         width: -webkit-calc(100% - 342px);
         width: -moz-calc(100% - 342px);
         width: calc(100% - 342px);
    }
}
 @media (max-width: 767px) {
     .vpm-header__search input#site-search-bar {
         right: 206px;
    }
     .vpm-header__search input#site-search-bar.fillwidth {
         width: -webkit-calc(100% - 206px);
         width: -moz-calc(100% - 206px);
         width: calc(100% - 206px);
    }
     .header__btn-espanol img {
         width: 30px;
    }
}
 @media (max-width: 420px) {
     .vpm-header__search #search-btn-submit {
         position: absolute;
         right: 52px;
    }
}
 @media (max-width: 368px) {
     .col-auto.align-items-center.d-flex.justify-space-between {
         margin: 0 !important;
    }
     .vpm-header__search input#site-search-bar {
         right: 196px;
    }
     .vpm-header__search input#site-search-bar.fillwidth {
         width: -webkit-calc(100% - 196px);
         width: -moz-calc(100% - 196px);
         width: calc(100% - 196px);
    }
}
 @media (max-width: 767.98px) .vpm-header__btn-nav svg, .vpm-header__btn-search svg {
     width: 20px;
}
/*HOMEPAGE UPDATES*/
 @media (max-width: 991.98px) {
     .home-hero {
         max-height: 600px;
    }
     .text-overlay {
         height: 100%;
    }
}
 @media (min-width: 992px) {
     .home-hero {
         height: 80vh;
        /*height: calc(100vh - 30px);
         */
    }
     #vpds-c-home-hero__video {
         height: 80vh;
         object-fit: cover;
    }
}
 @media (min-width: 992px) and (max-width: 1200px) {
     .card__home--campus .card-text {
         font-size: 0.83rem;
    }
}
/* Landing Page Updates */
 .vp-landing .vp-breadcrumb--alt {
     margin-bottom: 20px;
}
 .vp-landing .vp-breadcrumb--alt .breadcrumb {
     padding-top: 0.6rem;
}
 .vp-landing .vp-breadcrumb--alt .breadcrumb .breadcrumb-item {
     padding-bottom: 0.6rem;
}
/* Fix for Bright Edge heading on home page */
 .vp-home .be-ix-link-block .be-related-link-container .be-label {
     color: #1c69b3;
}
/* Added for new apply icon in header and making 2nd slide optional - HH FB */
 .home-slidepromo.slides1 .slide-image {
     left: 0;
}
 @media (min-width: 992px) {
     .home-slidepromo.slides1 .slide-image {
         left: 50%;
    }
}
 @media (min-width: 768px) {
     .vpm-header__btn-nav, .vpm-header__btn-search {
         min-width: 50px;
    }
}
 @media (max-width: 767px) {
     header.vpm-header .vpm-header__top .row.justify-content-between {
         flex-wrap: nowrap !important;
    }
     .header__btn-apply img {
         width: auto;
         height: 25px;
    }
     .vpm-header__btn-nav, .vpm-header__btn-search {
         padding: 0.375rem 0.625rem;
    }
}
 @media (max-width: 400px) {
     header.vpm-header .vpm-header__top .row.justify-content-between .col-auto {
         margin: 0 !important;
         margin-left: 0.625rem !important;
    }
     header.vpm-header .vpm-header__top .row.justify-content-between .col-auto button {
         padding-left: 0;
         padding-right: 0;
    }
     header.vpm-header .vpm-header__top .row.justify-content-between .col-auto.vpm-header__logo {
         padding-left: 0.625rem !important;
    }
     header.vpm-header .vpm-header__top .row.justify-content-between .col-auto#vp-menu-container {
         margin-right: 0.625rem !important;
    }
}
 @media (max-width: 374px) {
     header.vpm-header .vpm-header__top .row.justify-content-between .vpm-header__logo img {
         width: 160px;
    }
}
/* Added for new apply icon in header and making 2nd slide optional - END - HH FB */
/* === MATC Navbar Overrides === */
 .megamenu {
     margin-top: 3px;
}
 .megamenu li:not(:last-child) {
     padding-bottom: 0;
}
/* Widen full-width dropdowns */
 .dropdown-menu.w-100 {
     left: 0 !important;
     right: 0 !important;
}
/* Activate dropdown on hover (desktop) */
 @media (min-width: 992px) {
     .navbar-nav .dropdown:hover > .dropdown-menu {
         display: block;
    }
}
/* Base dropdown menu styling */
 .navbar .dropdown-menu {
     position: absolute;
     top: 100%;
     left: 0;
     right: 0;
     display: none;
     border-radius: 0;
     border: none;
     background-color: #fff;
    /* Fallback */
     background-color: var(--bg-color);
     color: var(--text-color);
     box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
     max-height: 60vh;
     overflow-y: auto;
     overscroll-behavior: contain;
     z-index: 1000;
}
/* Ensure show class from JS also displays */
 .navbar .dropdown-menu.show {
     display: block;
}
/* Header colors within dropdown */
 .navbar .dropdown-menu h1, .navbar .dropdown-menu .h1, .navbar .dropdown-menu h3, .navbar .dropdown-menu .h3, .navbar .dropdown-menu h5, .navbar .dropdown-menu .h5 {
     color: var(--text-color);
}
/* Resources column border */
 .navbar .dropdown-menu .resources-column {
     border-left: 1px dashed var(--text-color);
}
/* Dropdown headers */
 .navbar .dropdown-menu .dropdown-header {
     font-weight: bold;
     font-size: 1rem;
     color: var(--text-color);
     padding: 0.5rem 1rem;
}
/* Dropdown items */
 .navbar .dropdown-menu .dropdown-item {
     color: var(--text-color);
     padding: 0.25rem 1rem;
     font-size: 0.95rem;
}
 .navbar .dropdown-menu .dropdown-item:hover, .navbar .dropdown-menu .dropdown-item:focus {
     background-color: var(--link-color);
     color: #000;
     outline: none;
}
/* Default dropdown-header fallback padding */
 .dropdown-header {
     padding: 0.5rem 1.5rem 0.5rem 1rem;
}
/* Mobile menu toggle button container */
 #vp-menu-container {
     display: none;
}
 @media (max-width: 991.98px) {
     #vp-menu-container {
         display: block;
    }
     .dropdown-header {
         padding-left: 0;
         padding-block: 0;
         border-bottom: 1px solid rgba(221, 221, 221, 0.5);
    }
}
/* Navbar link padding adjustments */
 .navbar-nav .nav-link {
     padding: 0.75rem 1rem;
     line-height: 1.25rem;
}
/* Mobile accordion groups */
 .sub-group.collapse {
     display: none;
}
 .sub-group.collapse.open {
     display: block;
}
/* High z-index for mobile nav container */
 #nav-container {
     position: relative;
     z-index: 9999;
}
/* Arrow icon rotation for active items */
 .locked img {
     transition: transform 0.3s ease;
}
 .js-nav-system__item.active .locked img {
     transform: rotate(90deg);
}
/* Utility nav link bottom padding */
 .vpm-header__util-nav ul > li a {
     padding-bottom: 0.5em;
}
/* Accessibility: focus outlines */
 .navbar .nav-link:focus, .navbar .dropdown-menu .dropdown-item:focus {
     outline: 2px solid var(--link-color);
     outline-offset: 2px;
}
 #vp-logo-container {
     display: flex;
     align-items: center;
    /* optionally set a max-height on the container itself */
     max-height: var(--logo-height);
}
 #vp-logo-container img, #vp-logo-container svg{
     height: var(--logo-height);
     margin-block: 1em;
     max-height: 100%;
     width: auto;
}

 /*@media (max-width: 767.98px) {*/
     .vpm-header__top {
         height: var(--header-height);
    }
/*}*/
 @media (max-width: 575.98px) {
     :root{
         --logo-height: 70px;
    }
    /*.vpm-header__logo img {
        */
        /* --logo-height: 70px;
        */
        /*
    }
    */
     .vpm-header__top {
         --header-height: calc(var(--logo-height) + .5rem);
         height: var(--header-height);
    }
}

.vpm-header{
    padding-bottom: var(--header-height);
    }

@media (min-width: 991.98px){
    .vpm-header{
            padding-bottom: calc(var(--header-height) + 60px)
    }
}