/* ============================================= QUICK FIX TO HIDE UNSUPPORTED CLICK TO EXPAND FUNCTIONS IN BORROWED WP POSTS ================================================== */
 .wp-post-content .lightbox-image-container, .wp-post-content .wp-lightbox-overlay, .wp-post-content .lightbox-trigger {
     display: none;
}
/* =========== CODE SECTION: SCROLLING - STATUS: Leave in custom.css. Each school will have a different scroll-margin-top depending on their topbar treatment ========================== */
 html {
     scroll-behavior: smooth;
}
/* offest for sticky header: mobile height */
 [id] {
     scroll-margin-top: 70px;
}
 @media (min-width: 700px) {
     [id] {
         scroll-margin-top: 80px;
    }
}
 @media (prefers-reduced-motion: reduce) {
     html {
         scroll-behavior: auto;
    }
}
/* ==================== SPECIAL TO VIMS ============================ */
 .youvisit-container {
     height: 400px;
}
/* ============================ TOPBAR/MENU ===================================== */
/* clears the 'X' from Internet Explorer */
 input[type=search]::-ms-clear {
     display: none;
     width : 0;
     height: 0;
}
 input[type=search]::-ms-reveal {
     display: none;
     width : 0;
     height: 0;
}
/* clears the 'X' from Chrome */
 input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
     display: none;
}
 .broadcastBarTop {
     position: relative;
     z-index: 101;
}
 #side_menu {
     display: none !important;
}
 body {
     width: 100%;
}
 #main-header {
     margin-top: -1px;
}
/*body.mobile-menu-open {
     */
    /* background: linear-gradient(rgb(0, 70, 127) 80px, rgb(255, 255, 255) 100%);
     */
    /* 
}
 */
 .skip-to-main-content-link {
     position: absolute;
     left: 8px;
     top: 8px;
     z-index: 2000;
     padding: 10px 2em;
     color: var(--theme-title-color);
     background: #e5e7e8;
     font-weight: 500;
     text-decoration: none !important;
     height: 45px;
     opacity: 0;
     transition: all .3s ease;
     transform: translateY(-100%);
     font-weight: 600;
}
 .skip-to-main-content-link:focus {
     opacity: 1;
     transform: translateY(0);
}
/* =========== HOMEPAGE HACKS =========== */
 .home-logo {
     display: none;
}
 @media (min-width: 1278px) {
     .homepage .vims-tactical-bar, .homepage .vims-primary-bar {
         background-image: none;
         background-color: transparent;
    }
     .homepage .vims-tactical-bar {
         margin-top: 22px;
    }
     .homepage .vims-tactical-bar__menu {
         transform: translateY(10px);
    }
     .homepage .vims-primary-bar {
         top: -300px;
         box-shadow: none;
         transition: top .5s ease-in-out, background .5s ease-in-out;
    }
     .homepage .vims-primary-bar__menu::after {
         content: "";
         height: 1px;
         width: 100%;
         position: absolute;
         background: #fff;
         opacity: .25;
         bottom: 0;
         transition: opacity .3s ease .4s;
    }
     .homepage.blue-menu.up .vims-primary-bar {
         top: 0;
         background-color: #00467F;
         transition: top .6s ease;
         box-shadow: 0px -15px 44px 15px rgba(0,0,0,.4);
    }
     .homepage.blue-menu .vims-primary-bar__menu::after {
         opacity: 0;
         transition: opacity 0s ease 0s;
    }
     .homepage .vims-primary-bar__logo {
         visibility: hidden;
         transition: visibility 0s ease .5s;
    }
     .homepage.blue-menu .vims-primary-bar__logo {
         visibility: visible;
         transition: visibility 0s ease 0s;
    }
     .homepage .home-logo {
         position: absolute;
         top: 23px;
         left: 0;
         display: block;
         width: 300px;
    }
     .homepage .vims-primary-bar__links button {
         height: 72px;
    }
     .homepage.fastchange .vims-primary-bar {
         transition: 0s;
         background-color: rgba(255,0,0,0);
         box-shadow: 0px 0px transparent;
    }
     .homepage.fastchange .vims-primary-bar__logo {
         transition: 0s;
         visibility: hidden;
         opacity: 0;
    }
     .homepage.fastchange .vims-primary-bar__menu::after {
         transition: opacity .3s ease .2s;
         opacity: .24;
    }
}
 @media (prefers-reduced-motion: reduce) {
     .homepage [data-aos] {
         transition-duration: .0s !important;
    }
}
/* ========================================= */
 .vims-tactical-bar {
     display: none;
     background: linear-gradient(270deg, rgba(0, 70, 127, 0.00) 0%, rgba(0, 70, 127, 0.20) 100%), #0F2C4C;
     padding: 0 22px;
     z-index: 101;
     position: relative;
}
 @media (min-width: 1278px) {
     .vims-tactical-bar {
         display: block;
    }
}
 @media (min-width: 1350px) {
     .vims-tactical-bar {
         padding: 0 44px;
    }
}
 @media (prefers-reduced-motion: reduce) {
     .vims-tactical-bar__form {
         transition-duration: .01s !important;
    }
}
 .vims-tactical-bar__content {
     max-width: 1288px;
     margin: auto;
     display: flex;
     justify-content: right;
     position: relative;
}
 .vims-tactical-bar__menu {
     display: flex;
     justify-content: right;
     align-items: center;
     position: relative;
}
 .vims-tactical-bar__menu ul {
     display: flex;
     list-style: none;
     gap: 44px;
     color: rgba(188, 206, 226, 0.80);
     text-align: center;
     font-size: 12px;
     font-style: normal;
     line-height: normal;
     letter-spacing: 1.8px;
     text-transform: uppercase;
     margin: 0 44px 0 0;
}
 .vims-tactical-bar__menu li {
     transition: opacity .4s ease;
     margin: 12px 0;
     opacity: 1;
}
 .vims-tactical-bar__content.search-open .vims-tactical-bar__menu li {
     opacity: 0;
}
 .vims-tactical-bar__content.search-open.-closing .vims-tactical-bar__menu li {
     opacity: 1;
     transition-delay: .4s;
}
 .vims-tactical-bar__menu a {
     color: rgba(188, 206, 226, 0.80);
     padding: 10px 0;
     transition: all .3s ease;
     font-weight: 600;
}
 .vims-tactical-bar__menu a:hover, .vims-tactical-bar__menu a:focus {
     color: #fff;
     text-decoration: none;
}
 .vims-tactical-bar__form {
     margin: 0;
     padding: 0;
     width: 0;
     max-width: 600px;
     position: absolute;
     display: flex;
     visibility: hidden;
     transition: all .8s ease;
     right: 0;
     flex-direction: row-reverse;
     align-items: center;
     background: rgba(69, 119, 160, .4);
     opacity: 0;
     border-radius: 30px;
     height: calc(100% - 24px);
     backface-visibility: hidden;
}
 .vims-tactical-bar__form.-closing, .vims-tactical-bar__content.-closing .vims-tactical-bar__form {
     width: 0;
     opacity: 0;
}
 .vims-tactical-bar__searchtoggle[aria-expanded="true"] + .vims-tactical-bar__form {
     width: 100%;
     visibility: visible;
     opacity: 1;
}
 .vims-tactical-bar__input {
     border: 0;
     padding: 4px;
     margin: 0 50px 0 16px;
     width: 100%;
     min-width: none;
     background: transparent;
     color: #fff;
}
 .vims-tactical-bar__input::placeholder {
     color:#BCCEE2 !important;
}
 .vims-tactical-bar__input:focus {
     outline: none;
}
 .vims-tactical-bar__searchbutton, .vims-tactical-bar__searchtoggle {
     color: #FFF;
     text-align: center;
     font-family: "Font Awesome 6 Pro";
     font-size: 14px;
     font-style: normal;
     font-weight: 400;
     line-height: normal;
     border-radius: 50%;
     width: auto;
     height: auto;
     border-radius: 50%;
     min-width: 35px;
     min-height: 35px;
     padding: 0;
     background: rgba(69, 119, 160, .2);
     margin: 11px 0;
}
 .vims-tactical-bar__searchbutton:hover, .vims-tactical-bar__searchbutton:focus, .vims-tactical-bar__searchtoggle:hover, .vims-tactical-bar__searchtoggle:focus {
     background: rgba(69, 119, 160, 1);
}
 .vims-tactical-bar__searchtoggle:hover, .vims-tactical-bar__searchtoggle:focus {
     background: rgba(69, 119, 160, 1);
}
 .vims-tactical-bar__searchtoggle {
     z-index: 1;
}
 .vims-tactical-bar__searchtoggle[aria-expanded="true"], .vims-tactical-bar__searchtoggle[aria-expanded="true"]:hover, .vims-tactical-bar__searchtoggle[aria-expanded="true"]:focus {
     background: none;
}
 .vims-primary-bar {
     background-color: #00467F;
     width: 100%;
     position: sticky;
     display: flex;
     justify-content: center;
     z-index: 100;
     top: 0;
     padding: 0;
     box-shadow: 0px -15px 44px 15px rgba(0,0,0,.4);
     transform: translate3d(0,0,0);
     transform-style: preserver-3d;
     backface-visibility: hidden;
}
 @media (max-height: 440px) {
     .vims-primary-bar {
         position: relative !important;
         padding-right: 0 !important;
    }
     #main-header {
         margin-top: 0 !important;
    }
}
 .vims-primary-bar__content {
     width: 100%;
     max-width: calc(1288px + 44px);
     margin: 0;
     padding: 0 22px;
     display: flex;
}
 @media (min-width: 1278px) {
     .vims-primary-bar__content {
         max-width: calc(1288px + 88px);
    }
}
 @media (min-width: 1350px) {
     .vims-primary-bar__content {
         padding: 0 44px;
    }
}
 @media (prefers-reduced-motion: reduce) {
     .homepage .vims-primary-bar {
         transition-duration: .0s !important;
    }
     .vims-primary-bar__links button::after {
         transition-duration: 0s !important;
    }
     .vims-primary-bar__megamenu a::after {
         padding-left: 12px;
         transform: none;
    }
}
 .vims-primary-bar__menu {
     width: 100%;
     display: flex;
     align-items: center;
     justify-content: space-between;
     position: relative;
}
 .vims-primary-bar__logo, .vims-primary-bar__logo a {
     display: flex;
}
 .vims-primary-bar__logo {
     margin-right: 28px;
}
 .vims-primary-bar__logo a:hover, .vims-primary-bar__logo a:focus {
     text-decoration: none;
}
 .vims-primary-bar__logo-img {
     max-width: 185px;
     display: flex;
     flex-direction: column;
     justify-content: center;
}
 @media (min-width: 700px) {
     .vims-primary-bar__logo-img {
         max-width: 209px;
    }
}
 .vims-primary-bar__logo-img img {
     display:block;
}
 .vims-primary-bar__logo-text {
     font-size: 12px;
     line-height: calc(1em + 4px);
     font-weight: 600px;
     text-transform: uppercase;
     color: #fff;
     display: flex;
}
 @media (min-width: 425px) {
     .vims-primary-bar__logo-text {
         font-size: 13px;
    }
}
 .vims-primary-bar__logo-text::before {
     content: "";
     width:1px;
     height: 100%;
     margin: 1px 10px;
     background: #fff;
}
 .vims-primary-bar__logo-text span {
     display: block;
     white-space: nowrap;
}
 .vims-primary-bar__links {
     display: none;
     list-style-type: none;
     padding: 0;
     margin: 0;
     position: static;
}
 @media (min-width: 1278px) {
     .vims-primary-bar__links {
         display: flex;
    }
}
 .vims-primary-bar__links li {
     margin: 0;
}
 .vims-primary-bar__links > li {
     display: flex;
     position: static;
}
 .vims-primary-bar__megamenu {
     list-style-type: none;
     padding: 0 0 44px 0;
     position: absolute;
     top: 100%;
     background: rgba(15, 44, 76, .95);
     backdrop-filter: blur(2px);
     width: 100%;
     min-height: 341px;
     max-height: calc(100vh - 80px);
     overflow-y: auto;
     left: 0;
     transform: scale(1);
     transition: all .5s 0s, opacity 0s 0s;
     transition-timing-function: ease-in-out;
}
 .vims-primary-bar__links button[aria-expanded="false"] + ul {
     transform: translate3d(0,-100%,0);
     display: none;
     transition: all .5s 0s, opacity 0s .5s;
     z-index: -2;
}
 .vims-primary-bar__megamenu.menu-open {
     transform: translate3d(0,0,0);
     z-index: -1;
}
/* TEMP OVERRIDES WHILE ANIMATION DECISIONS BEING MADE */
 .vims-primary-bar__megamenu, .vims-primary-bar__links button[aria-expanded="false"] + ul, .vims-primary-bar__megamenu.menu-open {
     transform: none;
     transition: none;
}
 .vims-primary-bar__megamenu a::after {
     color: #eb7d28;
     font-size: 14px;
     font-weight: 900;
     content: "\f061";
     font-family: "Font Awesome 6 Pro";
     padding-left: 8px;
     transition: all 0.3s ease-in-out;
     position: absolute;
     margin-top: 2px;
     opacity: 0;
}
 .vims-primary-bar__megamenu a:hover, .vims-primary-bar__megamenu a:focus {
     text-decoration: none;
}
 .vims-primary-bar__megamenu a:hover::after, .vims-primary-bar__megamenu a:focus::after {
     opacity: 1;
     padding-left: 12px;
}
 .vims-primary-bar__megamenu .heading-link {
     width: 60%;
     padding-left: 88px;
     margin-top: 44px;
     position: relative;
}
 .vims-primary-bar__megamenu .heading-link a::after {
     opacity: 1;
     content: "\e09f";
     font-size: 20px;
     margin-top: 4px;
}
 .vims-primary-bar__megamenu .heading-link a:hover::after, .vims-primary-bar__megamenu .heading-link a:focus::after {
     padding-left: 8px;
     transform: translate3d(4px,-4px,0);
}
 .vims-primary-bar__megamenu .heading-link::after {
     content: "";
     border-bottom: 1px solid #EB7D28;
     position: relative;
     display: block;
     margin-bottom: 16px;
     width: calc(100% - 55px);
}
 .vims-primary-bar__megamenu .heading-link a {
     color: #FFF;
     padding: 11px 0;
     font-size: 24px;
     font-style: normal;
     font-weight: 600;
     line-height: normal;
     letter-spacing: 0.857px;
     text-transform: uppercase;
     text-decoration: none;
     width: calc(100% - 56px);
}
 .vims-primary-bar__megamenu .h-cols {
     display: block;
     column-count: 2;
     width: 56%;
     padding-left: 88px;
     list-style: none;
     column-gap: 44px;
}
 .vims-primary-bar__feature {
     position: absolute;
     right: 0;
     top: 0;
     width: 40%;
     height: 100%;
     overflow: hidden;
}
 .vims-primary-bar__feature figure {
     width: 100.5%;
     height: 100%;
}
 .vims-primary-bar__feature figure img {
     object-fit: cover;
     width: 100%;
     height: 100%;
}
 .vims-primary-bar__feature .img-wrapper {
     opacity: 1;
     transform: scale(1);
     width: 100%;
     height: 100%;
}
 .vims-primary-bar__feature .img-wrapper.animate-this {
     animation: feature-fade-in 1.3s;
     animation-iteration-count: 1;
}
 @keyframes feature-fade-in {
     0% {
         opacity: 0;
    }
     40% {
         opacity: 0;
    }
     100% {
         opacity: 1;
    }
}
 .menu-open .vims-primary-bar__feature .img-wrapper {
     opacity: 1;
     transform: scale(1);
}
 .vims-primary-bar__feature figcaption {
     position: absolute;
     bottom: 0;
     width: 100%;
     padding: 22px 44px;
     font-size: 14px;
     line-height: normal;
     color: #fff;
     background: linear-gradient(180deg, rgba(15, 44, 76, 0.00) 0%, rgba(15, 44, 76, 0.00) 0%, rgba(15, 44, 76, 0.80) 47.4%, #0F2C4C 100%);
     min-height: 50%;
     display: flex;
     flex-direction: column;
     justify-content: flex-end;
}
 .vims-primary-bar__feature figcaption p {
     margin: 0;
}
 .vims-primary-bar__feature figcaption.animate-this {
     animation: feature-fade-in 1.2s;
     animation-iteration-count: 1;
}
 .vims-primary-bar__links ul a {
     border: 0;
     color: #BCCEE2;
     display: inline-block;
     margin: 0;
     padding: 12px 0;
     line-height: 1.3;
     letter-spacing: 0.643px;
     font-weight: 500;
     width: 100%;
}
 .vims-primary-bar__links ul a:hover, .vims-primary-bar__links ul a:focus {
     color: #fff;
}
 .vims-primary-bar__links ul figure a {
     color: rgba(255,255,255,.9);
     font-size: 14px;
     font-weight: 600;
     letter-spacing: 0;
     padding: 11px 0 0;
}
 .vims-primary-bar__links ul figure a::after {
     opacity: 1;
     margin-top: 0;
}
 .vims-primary-bar__links button {
     align-items: center;
     background-color: transparent;
     display: flex;
     padding: 0 28px;
     margin: 0;
     text-transform: none;
     font-size: 18px;
     letter-spacing: 0;
     line-height: normal;
     font-weight: 600;
     outline: revert !important;
     height: 80px;
     position: relative;
     transition: all .3s ease;
}
 .vims-primary-bar__links.menu-open:focus-within button[aria-expanded="false"] {
     color: rgba(255,255,255,0.5);
}
 .vims-primary-bar__links button:hover, .vims-primary-bar__links button:focus, .vims-primary-bar__links button:active, .vims-primary-bar__links button[aria-expanded="true"], .vims-primary-bar__links:focus-within button[aria-expanded="false"]:hover, .vims-primary-bar__links:focus-within button[aria-expanded="false"]:focus {
     color: #fff;
}
 .vims-primary-bar__links button[aria-expanded="true"]:hover, .vims-primary-bar__links button[aria-expanded="true"]:focus, .vims-primary-bar__links button[aria-expanded="true"] {
     background-color: #0F2C4C;
}
 .vims-primary-bar__links:focus-within button:not([aria-expanded="true"]):not(:active):not(:focus) {
     background-color: transparent;
}
 .vims-primary-bar__links button::after {
     content: "";
     height: 0px;
     opacity: 0;
     background: #EB7D28;
     position: absolute;
     bottom: 0;
     left: 28px;
     right: 28px;
     transition: all .3s ease;
}
 .vims-primary-bar__links button:hover::after, .vims-primary-bar__links button[aria-expanded="true"]::after {
     height: 4px;
     opacity: 1;
}
 .vims-primary-bar__links button[aria-expanded="true"]::after {
     left: 0;
     right: 0;
}
/* =================== MOBILE MENU ==================================== */
 .o-menu__backdrop {
     position: fixed;
     height: 1px;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     background: rgba(0,0,0,.9);
     z-index: 0;
     opacity: 0;
     transition: opacity .4s ease-out;
}
 .mobile-menu-open .o-menu__backdrop {
     z-index: 102;
     opacity: 1;
     height: 100%;
}
 .o-menu__backdrop.-closing {
     opacity: 0;
}
 #menu-button {
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: center;
     margin-right: -22px;
     top: 0;
     height: 70px;
     width: 70px;
     padding: 0;
     transition: background-color .3s;
     overflow: hidden;
     background: #0F2C4C;
     color: #fff;
     position: relative;
     flex-shrink: 0;
}
 #menu-button .mearch svg {
     fill: #fff;
     width: 40px;
     height: auto;
     position: absolute;
     left: 50%;
     top: 50%;
     transform: translateX(-50%) translateY(-46%);
}
 @media (min-width: 700px) {
     #menu-button {
         width: 132px;
         height: 80px;
    }
     #menu-button .mearch svg {
         width: 50px;
    }
}
 @media (min-width: 1278px) {
     #menu-button {
         display: none;
    }
}
 body.mobile-menu-open .vims-mobile-menu {
     display: flex;
     animation: open_vims_menu .4s;
     transform: translateX(-100%);
}
 @keyframes open_vims_menu {
     0% {
         transform: translateX(0%);
    }
     100% {
         transform: translateX(-100%);
    }
}
 .vims-mobile-menu {
     display: none;
     background: #00467F;
     transition-property: transform;
     transition-duration: .4s;
     transition-timing-function: ease-in-out;
     transform: translateX(0);
     position: fixed;
     top: 0px;
     bottom: 0;
     left: 100%;
     width: 100%;
     max-width: 470px;
     z-index: 1000;
     flex-direction: column;
     justify-content: flex-start;
     overflow-x: hidden;
     overflow-y: hidden;
     backface-visibility: hidden;
}
 @media (prefers-reduced-motion: reduce) {
     .vims-mobile-menu {
         animation-duration: .0s !important;
         transition-duration: .0s !important;
    }
     .vims-primary-bar__megamenu a:hover::after, .vims-primary-bar__megamenu a:focus::after {
         padding-left: 8px;
    }
     .vims-primary-bar__megamenu .heading-link a:hover::after, .vims-primary-bar__megamenu .heading-link a:focus::after {
         transform: none;
    }
}
 body .vims-mobile-menu.-closing, body.mobile-menu-open .vims-mobile-menu.-closing {
     transform: translateX(0);
     display: flex;
}
 .vims-mobile-menu__top {
     display: flex;
     flex-shrink: 0;
     justify-content: space-between;
     align-items: center;
     background: #0F2C4C;
     height: 80px;
}
 .vims-mobile-menu__title {
     color: rgba(188, 206, 226, 0.50);
     font-size: 22px;
     font-style: normal;
     font-weight: 500;
     line-height: normal;
     text-transform: uppercase;
     position: absolute;
     left: 50%;
     transform: translateX(-50%);
}
 .vims-mobile-menu__top button {
     min-height: 0;
     width: auto;
     height: 100%;
     margin: 0;
     padding: 0;
     font-size: 28px;
     background: transparent;
     border: 0;
     color: #BCCEE2;
     padding: 0 22px;
     outline: revert !important;
     transition: color .3s ease, background .3s ease;
}
 .vims-mobile-menu__top button.close-mobile-menu {
     font-size: 41px;
     position: absolute;
     right: 0;
     height: 80px;
}
 .vims-mobile-menu__top button:hover, .vims-mobile-menu__top button:focus {
     background: transparent;
     color: #fff;
}
 .vims-mobile-menu__bottom {
     overflow-x: hidden;
     overflow-y: auto;
     scrollbar-width: thin;
}
 .vims-mobile-menu__primary {
     list-style: none;
     padding: 17px 22px;
     margin: 0;
     width: 100%;
}
 @media (min-width: 470px) {
     .vims-mobile-menu__top button {
         padding: 0 44px;
    }
     .vims-mobile-menu__primary {
         padding: 17px 44px;
    }
}
 .vims-mobile-menu__primarybutton {
     color: #FEFEFE;
     font-size: 22px;
     font-style: normal;
     font-weight: 600;
     line-height: normal;
     text-transform: uppercase;
     text-align: left;
     background: transparent;
     width: 100%;
     padding: 23px 0;
     margin: 0;
     min-height: 0;
     position: relative;
     letter-spacing: 0;
     outline: revert !important;
}
 .vims-mobile-menu__primarybutton:hover, .vims-mobile-menu__primarybutton:focus {
     background: transparent;
}
 .vims-mobile-menu__primarybutton::before {
     content: "\f105";
     font-family: "Font Awesome 6 Pro";
     color: #BCCEE2;
     font-size: 22px;
     font-weight: 400;
     position: absolute;
     right: 2px;
     transition: color .3s ease, right .3s ease;
}
 .vims-mobile-menu__primarybutton:hover::before {
     color: #EB7D28;
     right: 0px;
}
 .vims-mobile-menu__primarybutton::after {
     content: "";
     height: 1px;
     width: 100%;
     position: absolute;
     bottom: 0;
     left: 0;
     background: #EB7D28;
}
 .mm-panel {
     display: none;
     position: absolute;
     top: 0;
     left: 0;
     bottom: 0;
     right: 0;
     list-style: none;
     padding: 0;
     background: #00467F;
     transition: transform .4s ease-in-out;
     transform: translateX(100%);
     overflow-x: hidden;
     overflow-y: hidden;
     backface-visibility: hidden;
     z-index: 1;
}
 @media (prefers-reduced-motion: reduce) {
     .mm-panel {
         animation-duration: .0s !important;
         transition-duration: .0s !important;
    }
}
 .mm-panel.open {
     display: block;
     animation: open_vims_mmpanel .4s;
     transform: translateX(0%);
}
 @keyframes open_vims_mmpanel {
     0% {
         transform: translateX(100%);
    }
     100% {
         transform: translateX(0%);
    }
}
 .mm-panel.open.-closing {
     transform: translateX(100%);
}
 .mm-panel.open.-closing.-delay {
     transition-delay: .4s;
}
 .mm-panel .vims-mobile-menu__panelclose {
     background: #0F2C4C;
     height: 80px;
     width: 100%;
     margin: 0;
     padding: 0;
     font-size: 22px;
     border: 0;
     color: #fff;
     outline: revert !important;
     position: relative;
     display: flex;
     justify-content: center;
     align-items: center;
     text-transform: uppercase;
     font-weight: 600;
     line-height: 1.2;
     letter-spacing: 0;
     position: relative;
}
 .vims-mobile-menu__panelclose span {
     max-width: calc(100% - 44px);
     padding: 0 1em;
}
 .vims-mobile-menu__panelclose::before {
     content: "\f104";
     font-family: "Font Awesome 6 Pro";
     color: #BCCEE2;
     font-size: 22px;
     font-weight: 400;
     position: absolute;
     left:22px;
     transform: translate3d(0,0,0);
     transition: transform .3s ease;
}
 .vims-mobile-menu__panelclose::after {
     content: "";
     height: 1px;
     width: 100%;
     position: absolute;
     bottom: 0;
     left: 0;
     background: #EB7D28;
}
 .vims-mobile-menu__panel-links {
     padding: 17px 0;
     overflow-x: hidden;
     overflow-y: auto;
     width: 100%;
     height: calc(100vh - 110px);
    /* mobile seems to need this to have space below menu ??? */
     scrollbar-width: thin;
}
 @media (min-width: 700px) {
     .vims-mobile-menu__panel-links {
         height: calc(100vh - 80px);
    }
}
 @media (min-width: 470px) {
     .vims-mobile-menu__panelclose span {
         max-width: calc(100% - 88px);
    }
     .vims-mobile-menu__panelclose::before {
         left: 44px;
    }
}
 .vims-mobile-menu__panelclose:hover, .vims-mobile-menu__panelclose:focus {
     background: #0F2C4C;
}
 .mm-panel li {
     margin: 0 22px;
     padding: 0;
     position: relative;
}
 .mm-panel li:last-of-type {
     margin-bottom: 34px;
}
 @media (min-width: 470px) {
     .mm-panel li {
         margin: 0 44px;
    }
}
 .mm-panel li::after {
     content: "";
     height: 1px;
     width: 100%;
     position: absolute;
     bottom: 0;
     left: 0;
     background: rgba(188, 206, 226, 0.25);
     transition: background .3s ease;
}
 .mm-panel li:hover::after, .mm-panel li:focus::after {
     background: rgba(188, 206, 226, 0.75);
}
 .mm-panel a {
     color: rgba(188, 206, 226, 0.90);
     font-size: 22px;
     font-style: normal;
     font-weight: 400;
     line-height: 1.5;
     padding: 17px 0;
     width: 100%;
     display: block;
}
 .mm-panel a:hover, .mm-panel a:focus {
     color: #fff;
     text-decoration: none;
}
 .vims-mobile-menu__tactical {
     list-style: none;
     padding: 0;
     margin-left: 22px;
}
 @media (min-width: 470px) {
     .vims-mobile-menu__tactical {
         margin-left: 44px;
    }
}
 .vims-mobile-menu__tactical a {
     color: #BCCEE2;
     font-size: 18px;
     font-style: normal;
     font-weight: 400;
     line-height: 44px;
     text-transform: capitalize;
}
 .vims-mobile-menu__search {
     display: none;
     position: absolute;
     top: 80px;
     left: 0;
     right: 0;
     bottom: 0;
     background: linear-gradient(180deg, rgba(0, 70, 127, 0.95) 0%, rgba(15, 44, 76, 0.95) 100%);
     z-index: 1;
     height: calc(100vh - 80px);
     overflow-x: hidden;
     overflow-y: auto;
}
 .vims-mobile-menu__search form {
     width: 100%;
     background: #4577A0;
     padding: 14px 40px;
     display: flex;
}
 .vims-mobile-menu__search input {
     background: transparent;
     padding: 0 12px 0 0;
     border: 0;
     font-size: 22px;
     outline: none;
     color: #fff;
     width: calc(100% - 47px);
}
 .vims-mobile-menu__search input::placeholder {
     color:#BCCEE2 !important;
}
 .vims-mobile-menu__search button {
     color: #FFF;
     text-align: center;
     font-size: 22px;
     font-style: normal;
     font-weight: 400;
     line-height: normal;
     border-radius: 50%;
     width: auto;
     height: auto;
     border-radius: 50%;
     min-width: 47px;
     min-height: 47px;
     padding: 0;
     background: rgba(15, 44, 76, 0.25);
     margin: 11px 0;
}
 .vims-mobile-menu__search button:hover, .vims-mobile-menu__search button:focus {
     background: rgba(15, 44, 76, 0.5);
}
/* ======================= FOOTER ================================ */
 .o-vims-footer {
     background-color: #0f2c4c;
     font-family: "Nunito Sans", Helvetica, sans-serif;
     font-size: 16px;
     z-index: 1;
     position: relative;
}
 .o-vims-footer__wrapper {
     display: flex;
     flex-direction: column;
     padding: 70px 22px 40px 22px;
}
 .o-vims-footer__logo-column {
     width: 400px;
     max-width: 100%;
     text-align: center;
     padding-bottom: 44px;
     padding-left: 4px;
     padding-right: 4px;
     align-self: center;
}
 .o-vims-footer__column-wrapper {
     display: flex;
     flex-direction: column;
}
 .o-vims-footer__city {
     color: #fff;
     margin: 0;
     letter-spacing: 0.128px;
}
 .o-vims-footer__contact {
     display: inline-block;
     color: #eb7d28;
     text-decoration: none;
     margin-top: 4px;
     letter-spacing: 0.128px;
}
 .o-vims-footer__column {
     text-align: center;
     margin: auto;
}
 .o-vims-footer__title {
     margin: 0;
     padding: 0 0 16px 0;
     text-transform: uppercase;
     color: white;
     font-family: "Nunito Sans", Helvetica, sans-serif;
     font-size: 18px;
     font-weight: 600;
     text-align: center;
     letter-spacing: 0.144px;
}
 .o-vims-footer__hr {
     margin: 0 0 20px 0;
     border-top: 1px solid rgba(255, 255, 255, .25);
}
 .o-vims-footer__list {
     margin: 0;
     padding-left: 0;
     padding-right: 0;
     list-style: none;
     text-align: left;
     display: grid;
     grid-auto-flow: column;
     grid-template-columns: repeat(2, auto);
     grid-template-rows: repeat(6, auto);
     column-gap: 30px;
}
 @media (min-width: 400px) {
     .o-vims-footer__list {
         padding-left: 22px;
         padding-right: 22px;
    }
}
 .o-vims-footer__link {
     display: inline-block;
     margin: 0 0 16px 0;
     letter-spacing: 0.1px;
     color: rgba(188, 206, 226, 1);
     font-weight: 400;
     font-size: 16px;
}
 .o-vims-footer__link:hover, .o-vims-footer__link:focus-within {
     color: #fff;
}
 .o-vims-footer__sm {
     max-width: 100%;
     margin: 22px auto 0;
}
 .o-vims-footer__link.sm {
     font-size: 24px;
     color: rgba(255, 255, 255, 1);
     position: relative;
     margin: 0 .375em 1em;
     white-space: nowrap;
     line-height: 1.07rem;
}
 .o-vims-footer__link.sm:hover::after, .o-vims-footer__link.sm:focus::after {
     content: "";
     width: 100%;
     background: rgba(255, 255, 255, 0.5);
     height: 2px;
     position: absolute;
     left: 0;
     bottom: -4px;
}
 a.o-vims-footer__link:nth-child(5) {
     margin-right: 0;
}
 .fa-facebook::before {
     content: "\f09a";
}
 .fa-twitter::before {
     content: "\f099";
}
 .fa-instagram::before {
     content: "\f16d";
}
 .fa-linkedin::before {
     content: "\f08c";
}
 .fa-youtube::before {
     content: "\f167";
}
/* Miscellaneous Info */
 .o-vims-footer__miscinfo {
     color: #fff;
     background: rgba(0, 0, 0, 0.3943);
}
 .o-vims-footer__miscinfo-wrapper {
     display: grid;
     grid-template-columns: 1fr;
     gap: 25px;
     justify-content: center;
     align-items: center;
     margin: 0 auto;
     padding: 22px 0;
}
/* W&M Miscellaneous Logo */
 .o-vims-footer__misclogo {
     max-width: 200px;
     width: 100%;
     margin: 0 auto;
}
 .o-vims-footer__misclogo img {
     opacity: 0.6;
     transition: all .3s;
}
 .o-vims-footer__misclogo img:hover {
     opacity: 1;
}
/* Miscellaneous List */
 .o-vims-footer__misclist {
     display: grid;
     text-align: center;
     margin: 0 auto;
     padding: 0;
     line-height: 2;
}
 .o-vims-footer__misclist a {
     color: #fff;
     opacity: 0.5;
     text-decoration: none;
     font-size: 13px;
     letter-spacing: 0.1px;
     font-weight: 400;
     font-family: "Nunito Sans", Helvetica, sans-serif;
}
 .o-vims-footer__misclist a:hover {
     opacity: 1;
     text-decoration: underline;
}
/* Miscellaneous Line */
 .o-vims-footer__line {
     display: none;
}
/* Miscellaneous Copyright */
 .o-vims-footer__copyright {
     opacity: 0.5;
     margin: 0 auto;
     font-size: 13px;
}
/* Media Queries */
 @media (min-width: 834px) {
     .o-vims-footer__wrapper {
         padding: 56px 66px 45px 66px;
    }
     .o-vims-footer__logo-column {
         padding-bottom: 60px;
    }
    /* .o-vims-footer__column-wrapper {
        */
        /* flex-direction: row;
        */
        /* width: auto;
        */
        /* margin: auto;
        */
        /*
    }
    */
     .o-vims-footer__column {
         text-align: left;
    }
     .o-vims-footer__rule {
         position: absolute;
         top: 0;
         bottom: 11px;
         border-width: 0 1px 0 0;
         width: 0;
    }
     .o-vims-footer__text {
         opacity: 0.7;
         padding-left: 22px;
         font-size: 16px;
         color: #fff;
    }
     .fa-instagram + .o-vims-footer__text {
         padding-left: 24px;
    }
     .fa-linkedin-in + .o-vims-footer__text {
         padding-left: 24px;
    }
     .fa-youtube + .o-vims-footer__text {
         padding-left: 18px;
    }
     .o-vims-footer__link:hover .o-vims-footer__text, .o-vims-footer__link:focus-within .o-vims-footer__text {
         opacity: 1;
    }
     .o-vims-footer__list {
         grid-template-columns: repeat(4, auto);
         grid-template-rows: repeat(3, auto);
         column-gap: 66px;
         padding: 0;
    }
     .o-vims-footer__list.sm, .o-vims-footer__text {
         display: inline;
    }
     .o-vims-footer__title {
         font-size: 18px;
    }
     .o-vims-footer__miscinfo-wrapper {
         grid-template-columns: 1fr;
         gap: 25px;
    }
     .o-vims-footer__misclist {
         display: inline;
    }
     .o-vims-footer__line {
         display: inline;
         opacity: 0.5;
         padding-left: 12px;
         padding-right: 12px;
    }
}
 @media (min-width: 1280px) {
     .o-vims-footer__wrapper {
         display: flex;
         flex-direction: row;
         justify-content: space-between;
         gap: 44px;
         padding: 80px 66px 80px 66px;
         margin: 0 auto;
         max-width: 1420px;
    }
     .o-vims-footer__logo-column {
         padding-bottom: 0;
         max-width: 32%;
    }
    /* .o-vims-footer__column-wrapper {
        */
        /* display: flex;
        */
        /* flex-direction: row;
        */
        /*
    }
    */
     .o-vims-footer__title {
         text-align: left;
    }
     .o-vims-footer__miscinfo-wrapper {
         grid-template-columns: 1fr 3fr 1fr;
         gap: 0;
         max-width: 1288px;
         padding: 40px 0;
    }
}
 