/* Tweaks to content page layout code to make it work as a homepage */
 .gradient-wrapper, .content_wrapper {
     display: none !important;
}
 #main_content {
     background: #0c3155 !important;
}
 #main_content > section {
     position: relative;
     width: 100%;
}
/* ============= NO JS STYLES ========== */
 .no-js .faded {
     opacity:1 !important;
}
 .no-js [data-aos] {
     opacity: 1 !important;
     transform: translate(0) scale(1) !important;
}
/* =========== SLICK PERFORMANCE ======================================== */
 .slick-frame {
     visibility: hidden;
}
 .slick-frame.slick-initialized {
     visibility: visible;
}
/* =========== HERO ROW ======================================== */
 [data-aos="fade-up"] {
     transform: translate3d(0, 50px, 0);
}
 @media (min-width: 1278px) {
     .home-menu-background {
         position: absolute;
         height: 461px;
         background: linear-gradient(to top, rgba(15, 44, 76, 0.00) 8.42%, rgba(15, 44, 76, 0.90) 100%);
         width: 100%;
         left: 0;
         top: 0;
         z-index: 2;
         max-height: 40vh;
         min-height: 200px;
         overflow-x: hidden;
    }
     .home-menu-background::before {
         position: absolute;
         height: 200px;
         content: "";
         mask-image: linear-gradient(to top, rgba(0,0,0,0) 0%, rgb(0, 0, 0) 30%, rgb(0, 0, 0) 100%);
         backdrop-filter: blur(2px);
         width: 100%;
         left: 0;
         top: 0;
    }
}
 .o-vims-hero {
     background-position: center;
     background-size: cover;
     position: relative;
     background-color: rgb(15, 44, 76);
}
 @media (min-width: 1278px) {
     .homepage .o-vims-hero__wrapper {
         margin-top: -151px;
         position: relative;
    }
}
 .o-vims-hero__content {
     width: 100%;
     height: calc(100vh - 80px);
     min-height: 570px;
     max-height: 1080px;
     position: relative;
     background-color: #0f2c4c;
     top: 0;
     left: 0;
     right: 0;
}
 @media (min-width: 1278px) {
     .o-vims-hero__content {
         height: 100vh;
    }
}
 .o-vims-hero__content img, .o-vims-hero__content video {
     object-fit: cover;
     width: 100%;
     height: 100%;
     display: block;
}
 .o-vims-hero__gradient::before {
     background: linear-gradient(180deg, rgba(15, 44, 76, 0) 8.42%, #0f2c4c 100%);
     width: 100%;
     height: 100%;
     content: "";
     position: absolute;
     top: 0;
     left: 0;
     z-index: 1;
}
 .o-vims-hero__gradient {
     position: relative;
     width: 100%;
     height: 100%;
     object-fit: cover;
}
 .o-vims-hero__gradient::after {
     background: linear-gradient( 0deg, rgba(15, 44, 76, 0) 8.42%, rgba(15, 44, 76, 0.8) 100% );
     width: 100%;
     height: 33vh;
     content: "";
     position: absolute;
     top: 0;
     left: 0;
     z-index: 1;
}
 .o-vims-hero__image-wrapper {
     width: 100%;
     height: 75vh;
     position: relative;
}
 .o-vims-hero__images {
     margin: 0 !important;
     width: 100%;
     height: 100%;
     opacity: 0;
     transition: 0.8s;
     z-index: 1;
     background: #0f2c4c;
}
 .o-vims-hero__images.slick-initialized {
     opacity: 1;
}
 .o-vims-hero__images .o-vims-hero__item {
     height: 100%;
     position: relative;
     z-index: 1;
}
 .o-vims-hero__images .slick-list, .o-vims-hero__images .slick-track, .o-vims-hero__images .slick-track .slick-slide {
     width: 100%;
     height: 100%;
     margin: 0;
}
 .o-vims-hero__images .o-vims-hero__item img {
     width: 100%;
     height: 100%;
     object-fit: cover;
}
 .o-vims-hero__info {
     position: absolute;
     bottom: 100px;
     left: 0;
     right: 0;
     width: 100%;
     max-width: 1376px;
     margin: 0 auto;
     padding-right: 22px;
     padding-left: 22px;
     display: grid;
     text-align: left;
     z-index: 1;
}
 .o-vims-hero__info img {
     display: none;
}
 .o-vims-hero__heading {
     color: #fff;
     font-family: "Nunito Sans", Helvetica, sans-serif;
     font-size: 33px;
     font-weight: 900;
     line-height: 1.1em;
     text-transform: uppercase;
     opacity: 0;
     transform: translateY(50px);
     transition: all 1s ease .5s;
}
 .o-vims-hero__text {
     padding-top: 22.4px;
     padding-bottom: 12.36px;
     color: #fff;
     font-family: "Nunito Sans", Helvetica, sans-serif;
     font-size: 16px;
     font-weight: 500;
     opacity: 0;
     transform: translateY(50px);
     transition: all 1s ease .6s;
}
 .o-vims-hero__button {
     max-width: 511px;
     display: inline-flex;
     opacity: 0;
     transform: translateY(50px);
     transition: all 1s ease .8s;
}
 .o-vims-hero__heading + .o-vims-hero__button {
     padding-top: 44px;
}
 .o-vims-hero__link {
     display: flex;
     align-items: center;
     border: 1px solid #eb7d28;
     transition: all 0.3s ease-in-out;
     width: auto;
     height: 52px;
     position: relative;
     z-index: 1;
}
 .o-vims-hero__link:hover, .o-vims-hero__link:focus-within {
     border: 1px solid #b65300;
     text-decoration: none;
}
 .o-vims-hero__arrow {
     background-color: #EB7D28;
     width: 52px;
     height: 52px;
     display: flex;
     align-items: center;
     transition: all 0.3s ease-in-out;
}
 .o-vims-hero__link:hover .o-vims-hero__arrow, .o-vims-hero__link:focus-within .o-vims-hero__arrow {
     background-color: #b65300;
}
 .o-vims-hero__arrow i {
     color: #FFF;
     font-size: 22px;
     font-weight: 400;
     margin: 0 auto;
     transition: all 0.3s ease-in-out;
}
 .o-vims-hero__link:hover .o-vims-hero__arrow i, .o-vims-hero__link:focus-within .o-vims-hero__arrow i{
     padding-left: 10px;
}
 .o-vims-hero__link-text {
     padding: 0 22px;
     color: #fff;
     font-family: "Nunito Sans", Helvetica, sans-serif;
     font-size: 18px;
     font-weight: 700;
     letter-spacing: 1.25px;
     text-transform: uppercase;
     line-height: 1.1;
}
 .o-vims-hero__controls {
     border-radius: 30px;
     border: 2px solid #fff;
     background-color: rgba(102, 151, 195, 0.2);
     width: 30px;
     height: 30px;
     transition: all 0.3s ease-in-out;
     z-index: 1;
     bottom: -60px;
     right: 22px;
     position: absolute;
     visibility: hidden;
     padding: 0;
     min-height: 0;
     margin: 0;
     letter-spacing: 0;
     line-height: 0;
}
 .o-vims-hero__controls-show {
     visibility: visible;
}
 .o-vims-hero__controls .fa-pause {
     color: #fff;
     font-size: 14px;
}
 .o-vims-hero__controls .fa-play {
     color: #fff;
     font-size: 13px;
}
 .o-vims-hero__controls:hover, .o-vims-hero__controls:focus-within {
     cursor: pointer;
     background: rgba(102, 151, 195, 0.5);
}
 .o-vims-hero__nav {
     display: flex;
     flex-wrap: nowrap;
     white-space: nowrap;
     overflow: visible;
     align-items: center;
    /*margin-top: -70px;
     */
     margin-top: calc(-20vh - 10px);
     max-width: 1288px;
     width: 100%;
     padding-right: 22px;
}
 .o-vims-hero__progress-round__wrap {
     display: inline-flex;
     z-index: 1;
     margin-right: 20px;
     height: 30px;
     width: 30px;
     background: none;
     min-height: 0;
     margin-bottom: 0;
     padding: 0;
     overflow: visible;
     visibility: hidden;
}
 .o-vims-hero__progress-round__wrap-show {
     visibility: visible;
}
 .o-vims-hero__progress-round__wrap:hover, .o-vims-hero__progress-round__wrap:focus-within {
     background: none;
}
 .o-vims-hero__progress-round__wrap .fa-pause {
     color: #fff;
     font-size: 14px;
     margin-right: -21px;
     margin-top: 8px;
}
 .o-vims-hero__progress-round__wrap .fa-play {
     color: #fff;
     font-size: 14px;
     margin-right: -22px;
     margin-top: 8px;
}
 .o-vims-hero__progress {
     overflow: visible;
     width: 30px;
}
 .o-vims-hero__progress circle {
     fill: rgba(102, 151, 195, 0.2);
     stroke: rgba(235, 125, 40, 1);
     stroke-width: 2;
}
/* Slick Slider */
 .slick-active .o-vims-hero__heading {
     opacity: 1;
     transform: translateY(0);
}
 .slick-active .o-vims-hero__text {
     opacity: 1;
     transform: translateY(0);
}
 .slick-active .o-vims-hero__button {
     opacity: 1;
     transform: translateY(0);
}
/* Hero Video */
 #VIMSVideo {
     opacity: 0;
}
 body.loaded .o-vims-hero__heading {
     opacity: 1;
     transform: translateY(0);
}
 body.loaded .o-vims-hero__text {
     opacity: 1;
     transform: translateY(0);
}
 body.loaded .o-vims-hero__button {
     opacity: 1;
     transform: translateY(0);
}
 body.loaded #VIMSVideo {
     animation: fadeIn ease 3s;
     -webkit-animation: fadeIn ease 3s;
     -moz-animation: fadeIn ease 3s;
     -o-animation: fadeIn ease 3s;
     -ms-animation: fadeIn ease 3s;
     opacity: 1;
}
 @keyframes fadeIn {
     0% {
         opacity: 0;
    }
     100% {
         opacity: 1;
    }
}
 @-moz-keyframes fadeIn {
     0% {
         opacity: 0;
    }
     100% {
         opacity: 1;
    }
}
 @-webkit-keyframes fadeIn {
     0% {
         opacity: 0;
    }
     100% {
         opacity: 1;
    }
}
 .reset-animation .o-vims-hero__heading, .reset-animation .o-vims-hero__text, .reset-animation .o-vims-hero__button {
     opacity: 0;
     transform: translateY(50px);
     transition: all 0s ease 0s;
}
 @media (prefers-reduced-motion: reduce) {
     .o-vims-hero__info * {
         transition: none;
    }
     .o-vims-hero__link:hover .o-vims-hero__arrow i, .o-vims-hero__link:focus-within .o-vims-hero__arrow {
         padding-left: 0;
    }
}
/*Media Queries */
 @media (max-height: 500px) {
     .o-vims-hero__content {
         position: relative;
         overflow: hidden;
         min-height: 475px;
    }
}
 @media (min-width: 600px) {
     .o-vims-hero__info {
         padding-right: 44px;
         padding-left: 44px;
    }
     .o-vims-hero__controls {
         right: 44px;
    }
}
 @media (min-width: 650px) {
     .o-vims-hero__heading {
         font-size: 40px;
    }
}
 @media (min-width: 834px) {
     .o-vims-hero__content {
         min-height: 600px;
    }
     .o-vims-hero__info {
         padding-left: 44px;
         padding-right: 44px;
         bottom: 90px;
    }
     .o-vims-hero__heading {
         font-size: 50px;
         max-width: 700px;
         line-height: 1.1;
    }
     .o-vims-hero__text {
         font-size: 16px;
         padding-bottom: 35px;
         max-width: 511px;
    }
     .o-vims-hero__link {
         max-width: 511px;
    }
     .o-vims-hero__controls {
         bottom: 0;
         right: 44px;
         position: absolute;
    }
     .o-vims-hero__nav {
         display: grid;
         grid-template-columns: auto auto;
         margin: 0 auto;
         margin-top: -130px;
         justify-content: right;
    }
     .o-vims-hero__progress-round__wrap {
         margin-right: 0;
    }
}
 @media (max-height: 700px) and (min-width:700px) {
     .o-vims-hero__heading {
         font-size: 40px;
         line-height: 44px;
    }
}
 @media (max-height:440px) {
     .o-vims-hero {
         margin-top: 0 !important;
    }
}
 .homepage-batten .o-vims-hero__content {
     height: calc(100vh - 80px);
}
 @media (min-width: 1278px) {
     .homepage-batten .o-vims-hero__content {
         height: calc(100vh - 134px);
         margin-top: -2px;
    }
}
/* =========== NEWS ROW ======================================== */
 .o-vims-news {
     background: #0f2c4c;
}
 .o-vims-news:first-child {
     margin-top: -230px;
}
 .o-vims-news__wrapper {
     margin-top: min(230px, 54vh);
     position: relative;
     padding: 83px 0 90px 0;
     background: #00467f;
}
 .o-vims-news__gradient::after {
     content: "";
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: linear-gradient(180deg, rgba(15, 44, 76, 0) 4%, #0f2c4c 72.13%);
}
 .o-vims-news__content {
     margin-left: auto;
     margin-right: auto;
     width: 100%;
     display: block;
     position: relative;
}
 .o-vims-news__top {
     margin: 0 auto;
     padding: 0 22px 22px 22px;
     width: 100%;
     max-width: calc(1288px + 88px);
}
 .o-vims-news__bottom {
     display: grid;
     margin: 0 auto;
     padding-right: 22px;
     padding-left: 22px;
     width: 100%;
     max-width: calc(1288px + 88px);
}
 .o-vims-news__title {
     color: #fff;
     font-size: 24px;
     font-family: "Nunito Sans", Helvetica, sans-serif;
     font-weight: 600;
     line-height: normal;
     text-transform: uppercase;
}
 .o-vims-news__link {
     display: flex;
     justify-self: end;
     align-self: center;
}
 .o-vims-news__link.top {
     display: none;
}
 .o-vims-news__link.bottom {
     padding-top: 33px;
     padding-right: 26px;
}
 .o-vims-news__link:hover, .o-vims-news__link:focus-within, .o-vims-news__read-more:hover, .o-vims-news__read-more:focus-within {
     text-decoration: none;
}
 .o-vims-news__more {
     font-size: 16px;
     font-family: "Nunito Sans", Helvetica, sans-serif;
     color: rgba(255, 255, 255, 0.9);
     font-size: 16px;
     font-weight: 700;
}
 .o-vims-news__more::after {
     color: #eb7d28;
     font-size: 14px;
     font-weight: 900;
     content: "\e09f";
     font-family: "Font Awesome 6 Pro";
     padding-left: 10px;
     transition: all 0.3s ease-in-out;
     position: absolute;
     margin-top: 3px;
}
 .o-vims-news__link:hover .o-vims-news__more::after, .o-vims-news__link:focus-within .o-vims-news__more::after {
     transition: all 0.3s ease-in-out;
     transform: translate(3px, -5px);
}
 .o-vims-news__cards {
     margin: 0 auto;
     width: 100%;
     max-width: 100%;
     padding-left: 15px;
     display: flex;
     flex-direction: row;
     column-gap: 22px;
}
 .o-vims-news__card {
     width: 100%;
     height: 100%;
     border: 1px solid #4577a0;
     background: #0f2c4c;
     display: flex;
     flex-direction: column;
     text-decoration: none !important;
     transition: all 0.3s !important;
}
 .o-vims-news__card:hover, .o-vims-news__card:focus-within {
     border: 1px solid #eb7d28;
}
 .o-vims-news__card-image {
     overflow: hidden;
}
 .o-vims-news__card-image img {
     height: 100%;
     width: 100%;
     object-fit: cover;
     display: block;
     transition: all 0.3s ease;
     aspect-ratio: 3/2;
}
 .o-vims-news__card:hover .o-vims-news__card-image img, .o-vims-news__card:focus-within .o-vims-news__card-image img {
     transform: scale3d(1.07, 1.07, 1.07);
     transform-origin: center;
}
 .o-vims-news__card-content {
     display: flex;
     flex-direction: column;
}
 .o-vims-news__in-the-news {
     font-size: 12px;
     display: block;
     color: #eb7d28;
     font-family: "Nunito Sans", Helvetica, sans-serif;
     padding: 18px 22px 0 22px;
     line-height: normal;
     text-transform: uppercase;
     font-weight: 400;
}
 .o-vims-news__card-heading {
     font-size: 22px;
     display: block;
     color: #fff;
     font-family: "Nunito Sans", Helvetica, sans-serif;
     padding: 5px 22px 5px 22px;
     line-height: 32px;
     font-weight: 600;
     letter-spacing: 0.5px;
}
 .o-vims-news__card-text {
     color: #fff;
     font-family: "Nunito Sans", Helvetica, sans-serif;
     font-size: 16px;
     font-weight: 400;
     line-height: 24px;
     padding: 0 22px 22px 22px;
}
 .o-vims-news__read-more {
     display: flex;
     align-content: center;
}
 .o-vims-news__read-text {
     color: rgba(255, 255, 255, 0.9);
     font-family: "Nunito Sans", Helvetica, sans-serif;
     font-size: 16px;
     font-weight: 700;
     line-height: normal;
     padding: 0 0 18px 22px;
}
 .o-vims-news__read-text::after {
     color: #eb7d28;
     font-size: 14px;
     font-weight: 900;
     content: "\f061";
     font-family: "Font Awesome 6 Pro";
     padding-left: 10px;
     transition: all 0.3s ease-in-out;
     position: absolute;
     margin-top: 3px;
}
 .o-vims-news__card:hover .o-vims-news__read-text::after, .o-vims-news__card:focus-within .o-vims-news__read-text::after {
     transition: all 0.3s ease-in-out;
     padding-left: 14px;
}
/* Slick Slideshow */
 .o-vims-news__card.slick-slide {
     margin: 1px 9px;
     height: inherit !important;
}
 .o-vims-news__arrows {
     padding-top: 22px;
     display: flex;
     justify-content: center;
     position: absolute;
}
 .slick-track {
     display: flex !important;
}
 .o-vims-news__cards .slick-list {
     -webkit-mask-image: linear-gradient( to right, transparent 0px, transparent 9px, black 9px, black 100% );
     mask-image: linear-gradient( to right, transparent 0px, transparent 9px, black 9px, black 100% );
}
 .o-vims-wave {
     width: 100%;
     height: 180px;
     position: absolute;
     z-index: 1;
}
 .o-vims-news:first-child .o-vims-wave {
     display: none;
}
 .o-vims-wave svg {
     position: absolute;
     bottom: -10vh;
     height: 100%;
}
 .o-vims-wave svg:nth-child(1) {
     bottom: 0;
}
 .o-vims-wave svg:nth-child(2) {
     bottom: -5vh;
}
 .o-vims-wave svg:nth-child(3) {
     bottom: -10vh;
}
 @media (prefers-reduced-motion: reduce) {
     .o-vims-news__card:hover .o-vims-news__card-image img, .o-vims-news__card:focus-within .o-vims-news__card-image img {
         transform: none;
    }
     .o-vims-news__card:hover .o-vims-news__read-text::after, .o-vims-news__card:focus-within .o-vims-news__read-text::after {
         padding-left: 10px;
    }
     .o-vims-news__link:hover .o-vims-news__more::after, .o-vims-news__link:focus-within .o-vims-news__more::after {
         transform: none;
    }
}
/*Media Queries*/
 @media (max-height: 500px) {
     .o-vims-wave {
         height: 192px;
    }
     .o-vims-news {
         margin-top: 0;
    }
}
 @media (min-width: 700px) {
     .o-vims-news__top {
         display: grid;
         grid-template-columns: 1fr 0.5fr;
         grid-template-areas: "News-Features All-News";
         padding-right: 44px;
         padding-left: 44px;
         padding-bottom: 44px;
    }
     .o-vims-news__bottom {
         display: none;
    }
     .o-vims-news__title {
         grid-area: News-Features;
         font-size: 28px;
    }
     .o-vims-news__link.top {
         display: block;
         grid-area: All-News;
         margin-right: 20px;
    }
     .o-vims-news__link.bottom {
         display: none;
    }
     .o-vims-news__cards {
         padding-left: 38px;
    }
     .o-vims-news__cards .slick-list {
         -webkit-mask-image: linear-gradient( to right, transparent 0px, transparent 9px, black 9px, black 90%, transparent 100% );
         mask-image: linear-gradient( to right, transparent 0px, transparent 9px, black 9px, black 90%, transparent 100% );
    }
     .o-vims-news__in-the-news {
         padding: 28px 40px 0 36px;
    }
     .o-vims-news__card-heading {
         padding: 5px 40px 5px 36px;
    }
     .o-vims-news__card-text {
         padding: 0 40px 22px 36px;
    }
     .o-vims-news__read-text {
         padding: 0 0 23px 36px;
    }
}
 @media (min-width: 900px) {
     .o-vims-news__card.slick-slide.slick-cloned {
         margin-left: 9px !important;
    }
     .o-vims-news__cards {
         padding-left: 0;
    }
     .o-vims-news__cards .slick-list {
         padding: 0 10% !important;
         -webkit-mask-image: linear-gradient( to left, transparent 0%, black 10%, black 90%, transparent 100% );
         mask-image: linear-gradient( to left, transparent 0%, black 10%, black 90%, transparent 100% );
    }
     .o-vims-news__card {
         width: 40%;
        /* initial value to reduce content layout shift. This get's reset by slick slider after init */
    }
}
 @media (min-width: 1440px) {
     .o-vims-news__cards .slick-list {
         padding: 0 20% !important;
         -webkit-mask-image: linear-gradient( to left, transparent 0%, black 20%, black 80%, transparent 100% );
         mask-image: linear-gradient( to left, transparent 0%, black 20%, black 80%, transparent 100% );
    }
     .o-vims-news__card {
         width: 30%;
        /* initial value to reduce content layout shift. This get's reset by slick slider after init */
    }
}
/* =========== PILLARS ROW ======================================== */
 #pillars .row {
     width: 100%;
     background: #0f2c4c;
     padding: 80px 0 400px;
     position: relative;
}
 @media (min-width: 900px) {
     #pillars .row {
         padding: 100px 0 500px;
    }
}
 @media (min-width: 1200px) {
     #pillars .row {
         padding: 100px 0 700px;
    }
}
 @media (min-width: 1400px) {
     #pillars .row {
         padding-bottom: 800px;
    }
}
 .image-container {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
 .row-contents {
     width: 100%;
     position: relative;
     padding: 0 22px;
     z-index: 1;
}
 .o-vims-pillars {
     display: flex;
     width: 100%;
     margin: 0 auto;
     flex-wrap: wrap;
     gap: 0;
     flex-direction: column;
}
 .o-vims-pillars__imagebox {
     width: 100%;
}
 .o-vims-pillars__imagebox img {
     object-fit: cover;
     width: 100%;
     height: auto;
     display: block;
}
 .o-vims-pillars__title-container {
     display: none;
}
 .o-vims-pillars__title-container.mobile {
     display: block;
     padding-bottom: 44px;
}
 .o-vims-pillars__main-title {
     display: flex;
     justify-content: center;
     align-items: center;
     width: 164px;
     height: 44.793px;
     color: #eb7d28;
     font-family: "Nunito Sans", Helvetica, sans-serif;
     font-size: 18px;
     font-weight: 600;
     letter-spacing: 0.443px;
     text-transform: uppercase;
     border: 2px solid #eb7d28;
     border-radius: 30px;
}
 .o-vims-pillars__textbox {
     line-height: 1.4;
     padding: 22px 0 120px 0;
     width: 100%;
     background: transparent;
     display: flex;
     flex-direction: column;
     justify-content: center;
}
 @media (min-width: 900px) {
     .o-vims-pillars__textbox {
         padding: 0 0 80px 0;
    }
}
 @media (max-height: 600px) {
     .o-vims-pillars__textbox {
         justify-content: flex-start;
    }
     .o-vims-pillars__textbox:nth-child(3) {
         margin-top: 0;
    }
}
 @media (max-height: 600px) and (min-width: 1200px) {
     .o-vims-pillars__textbox {
         margin-top: 8vh;
    }
}
 .o-vims-pillars__title {
     color: #fff;
     font-family: "Nunito Sans", Helvetica, sans-serif;
     font-size: 28px;
     font-weight: 900 !important;
     line-height: 33px;
     text-transform: uppercase;
     padding-bottom: 11px;
}
 .o-vims-pillars__text {
     color: #fff;
     font-family: "Nunito Sans", Helvetica, sans-serif;
     font-size: 16px;
     font-style: normal;
     font-weight: 500;
     line-height: 24px;
     width: 100%;
     max-width: 100%;
     padding-bottom: 22px;
}
 .o-vims-pillars__link {
     display: inline-grid;
     min-width: 80px;
     color: rgba(255, 255, 255, 0.9);
     text-decoration: none !important;
     margin-right: auto;
}
 .o-vims-pillars__link:hover {
     color: rgba(255, 255, 255, 1);
}
 .o-vims-pillars__link-more {
     text-transform: uppercase;
     text-decoration: none;
     font-size: 18px;
     letter-spacing: 1.25px;
     font-weight: 700;
     font-family: "Nunito Sans", Helvetica, sans-serif;
}
 .o-vims-pillars__link-more::after {
     content: "\f061";
     font-family: "Font Awesome 6 Pro";
     color: #eb7d28;
     font-size: 22px;
     font-weight: 400;
     padding-left: 10px;
     transition: all 0.35s ease-in-out;
     position: absolute;
     margin-top: -3px;
}
 .o-vims-pillars__link:hover .o-vims-pillars__link-more::after, .o-vims-pillars__link:focus-within .o-vims-pillars__link-more::after {
     padding-left: 15px;
     transition: all 0.35s ease-in-out;
}
/* a sticky div, where we can hide/show copies of the pillar images on desktop */
 .o-vims-pillars__mirror {
     display: none;
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     overflow: hidden;
     max-height: calc(100vh - 200px);
     width: 500px;
     max-width: 100%;
}
 .o-vims-pillars__mirror img {
     position: absolute;
     object-fit: cover;
     width: 100%;
     height: 100%;
     opacity: 0;
     transform: scale(1);
     transition: transform .3s ease, opacity .6s ease;
}
 .o-vims-pillars__mirror .mirror1 {
     opacity: 1 !important;
     transform: scale(1) !important;
}
 img.gradient {
     width: 100%;
     position: absolute;
     top: 0;
     object-fit: cover;
     height: 100%;
     z-index: 1;
}
 img.gradient-mobile-tab {
     width: 100%;
     position: absolute;
     top: 0;
     object-fit: cover;
     height: 110%;
     z-index: 1;
}
 img.background {
     width: 100%;
     position: absolute;
     bottom: 0;
     object-fit: cover;
     height: 80%;
     object-position: 58%;
}
 @media (prefers-reduced-motion: reduce) {
     .o-vims-pillars__link:hover .o-vims-pillars__link-more::after, .o-vims-pillars__link:focus-within .o-vims-pillars__link-more::after {
         padding-left: 10px;
    }
     .o-vims-pillars__imagebox img {
         transition-duration: .0s !important;
    }
}
 @media screen and (min-width: 700px) {
     .row-contents {
         max-width: 1376px;
         margin: auto;
         padding: 0 44px;
    }
}
 @media screen and (min-width: 900px) {
     img.background {
         height: 100%;
         object-position: unset;
    }
     .o-vims-pillars {
         max-width: 1288px;
         flex-direction: row;
         column-gap: 22px;
         row-gap: 20vh;
         padding: 0;
         width: 100%;
         justify-content: space-between;
    }
     .o-vims-pillars__imagebox {
         width: 45%;
         position: sticky;
         top: max(calc(100vh - 750px - 3.25%), 100px);
    }
     .o-vims-pillars__imagebox[data-aos="zoom-out"] {
         transform: scale(1.1);
    }
     .o-vims-pillars__imagebox img {
         height: 100%;
         opacity: 0;
         object-position: center;
         aspect-ratio: 1/1;
    }
     .o-vims-pillars__title-container {
         display: block;
         padding-bottom: 61px;
    }
     .o-vims-pillars__title-container.mobile {
         display: none;
    }
     .o-vims-pillars__main-title {
         width: 229px;
         height: 52px;
         font-size: 24px;
         margin-top: 6.5%;
    }
     .o-vims-pillars__title {
         padding-bottom: 21px;
         font-size: 50px;
         line-height: 55px;
    }
     .o-vims-pillars__textbox {
         width: 49%;
         padding-bottom: 0;
    }
     .o-vims-pillars__textbox:nth-child(3) {
         justify-content: flex-start;
         padding-top: 0;
    }
     .o-vims-pillars__mirror {
         display: block;
         aspect-ratio: 1/1.2;
    }
     .o-vims-pillars__text {
         padding-bottom: 30px;
         max-width: 526px;
    }
}
 @media (min-width: 1024px) {
     .o-vims-pillars__mirror {
         aspect-ratio: 1/1;
    }
     img.gradient-mobile-tab {
         display: none;
    }
}
 @media screen and (min-width: 1200px) {
     .o-vims-pillars__textbox {
         width: 46%;
    }
     .o-vims-pillars__mirror {
         left: 6.5%;
         top: 6.5%;
    }
}
 @media screen and (min-width: 1440px) {
     .o-vims-pillars__textbox {
         width: 45%;
    }
}
 @media (max-width: 900px) {
    /* force no aos animation on mobile */
     .o-vims-pillars__imagebox[data-aos^="zoom"] {
         opacity: 1 !important;
         transition-property: none !important;
         transform: none !important;
         animation: none !important;
    }
}
/* =========== 50-50 ROW ======================================== */
 .o-vims-fiftyFifty__wrapper {
     margin: 0 auto;
     position: relative;
     padding: 44px 22px;
     background: #edf2f6;
}
 .o-vims-fiftyFifty__content {
     margin-left: auto;
     margin-right: auto;
     width: 100%;
     max-width: var(--size-row-width-max);
     display: flex;
     flex-wrap: wrap;
     flex-direction: column;
}
 .o-vims-fiftyFifty__title {
     padding: 30px 0 0;
     color: #00467f;
     font-family: "Nunito Sans", Helvetica, sans-serif;
     font-size: 28px;
     font-weight: 600 !important;
     line-height: 38px;
     text-transform: uppercase;
     letter-spacing: 0;
}
 .o-vims-fiftyFifty__image img {
     object-fit: cover;
     display: block;
     width: 100%;
     height: 100%;
     max-width: 100%;
     aspect-ratio: 3/2;
}
 .o-vims-fiftyFifty__text-area {
     padding: 11px 0 30px 0;
}
 .o-vims-fiftyFifty__paragraph {
     color: #00467f;
     font-family: "Nunito Sans", Helvetica, sans-serif;
     font-size: 16px;
     font-weight: 500;
     line-height: 24px;
}
 .o-vims-fiftyFifty__button {
     max-width: 511px;
     display: inline-flex;
}
 .o-vims-fiftyFifty__link {
     display: inline-flex;
     align-items: center;
     border: 1px solid #0f2c4c;
     transition: all 0.3s ease-in-out;
     width: auto;
     height: auto;
     position: relative;
     z-index: 1;
}
 .o-vims-fiftyFifty__link:hover, .o-vims-fiftyFifty__link:focus-within {
     border: 1px solid #00467f;
     text-decoration: none;
}
 .o-vims-fiftyFifty__arrow {
     background-color: #0f2c4c;
     width: 52px;
     height: 52px;
     display: flex;
     align-items: center;
     transition: all 0.3s ease-in-out;
}
 .o-vims-fiftyFifty__link:hover .o-vims-fiftyFifty__arrow, .o-vims-fiftyFifty__link:focus-within .o-vims-fiftyFifty__arrow {
     background-color: #00467f;
}
 .o-vims-fiftyFifty__arrow i {
     color: #bccee2;
     font-size: 22px;
     font-weight: 400;
     margin: 0 auto;
     transition: all 0.3s ease-in-out;
}
 .o-vims-fiftyFifty__link:hover .o-vims-fiftyFifty__arrow i, .o-vims-fiftyFifty__link:focus-within .o-vims-fiftyFifty__arrow i {
     padding-left: 10px;
}
 .o-vims-fiftyFifty__link-text {
     padding: 0 22px;
     color: #00467f;
     font-family: "Nunito Sans", Helvetica, sans-serif;
     font-size: 18px;
     font-weight: 700;
     letter-spacing: 1.25px;
     text-transform: uppercase;
     line-height: 1.1;
}
 @media (prefers-reduced-motion: reduce) {
     .o-vims-fiftyFifty__link:hover .o-vims-fiftyFifty__arrow i, .o-vims-fiftyFifty__link:focus-within .o-vims-fiftyFifty__arrow i {
         padding-left: 0;
    }
}
 @media (min-width: 700px) {
     .o-vims-fiftyFifty__wrapper {
         padding: 44px 44px;
    }
}
 @media (min-width: 834px) {
     .o-vims-fiftyFifty__wrapper {
         padding: 88px 44px;
    }
     .o-vims-fiftyFifty__content {
         flex-direction: row-reverse;
         flex-wrap: nowrap;
         align-items: center;
    }
     .o-vims-fiftyFifty__title {
         padding: 0;
         line-height: normal;
    }
     .o-vims-fiftyFifty__image {
         flex: 0 0 50%;
    }
     .o-vims-fiftyFifty__image img {
         aspect-ratio: 1/1;
    }
     .o-vims-fiftyFifty__text-area {
         padding: 22px 0 30px 0;
    }
     .o-vims-fiftyFifty__text {
         padding-right: 44px;
    }
}
 @media (min-width: 1024px) {
     .o-vims-fiftyFifty__image img {
         aspect-ratio: 3/2;
    }
     .o-vims-fiftyFifty__text {
         padding-right: 83px;
    }
}
/* ============= EVENTS ROW =============== */
 .o-vims-events {
     width: 100%;
}
 .o-vims-events__wrapper {
     margin: 0 auto;
     position: relative;
     padding: 88px 0;
     background: #fff;
}
 .o-vims-events__content {
     margin-left: auto;
     margin-right: auto;
     width: 100%;
     display: block;
     position: relative;
}
 .o-vims-events__top {
     margin: 0 auto;
     padding: 0 22px 22px 22px;
     width: 100%;
     max-width: calc(1288px + 67px);
}
 .o-vims-events__bottom {
     display: grid;
     padding-right: 15px;
     width: 50%;
     position: relative;
     margin-left: auto;
     margin-top: -40px;
     z-index: 1;
}
 .o-vims-events__title {
     color: #00467f;
     font-size: 28px;
     font-family: "Nunito Sans", Helvetica, sans-serif;
     font-weight: 600;
     line-height: normal;
     text-transform: uppercase;
     letter-spacing: 0;
}
 .o-vims-events__link {
     display: flex;
     justify-self: end;
}
 .o-vims-events__link.top {
     display: none;
}
 .o-vims-events__link.bottom {
     padding-right: 26px;
}
 .o-vims-events__link:hover, .o-vims-events__link:focus-within, .o-vims-events__read-more:hover, .o-vims-events__read-more:focus-within {
     text-decoration: none;
}
 .o-vims-events__more {
     font-size: 16px;
     color: #fff;
     font-family: "Nunito Sans", Helvetica, sans-serif;
     color: rgba(0, 70, 127, 0.9);
     font-size: 16px;
     font-weight: 700;
}
 .o-vims-events__more::after {
     color: #eb7d28;
     font-size: 14px;
     font-weight: 900;
     content: "\e09f";
     font-family: "Font Awesome 6 Pro";
     padding-left: 10px;
     transition: all 0.35s ease-in-out;
     position: absolute;
     margin-top: 3px;
}
 .o-vims-events__link:hover .o-vims-events__more::after, .o-vims-events__link:focus-within .o-vims-events__more::after {
     transition: all 0.35s ease-in-out;
     transform: translate(3px, -5px);
}
 .o-vims-events__cards {
     margin: 0 auto;
     width: 100%;
     max-width: 100%;
     padding-left: 25px;
     padding-right: 50px;
}
 .o-vims-events__card {
     width: 100%;
     height: 100%;
     border: 1px solid #6697c3;
     background: #fff;
     display: flex;
     flex-direction: column;
     text-decoration: none !important;
     cursor: pointer;
}
 .o-vims-events__card:hover, .o-vims-events__card:focus-within {
     border: 1px solid #eb7d28;
}
 .o-vims-events__card-content {
     display: flex;
     flex-direction: column;
}
 .o-vims-events__card-image {
     position: relative;
     width: 100%;
     list-style: none;
     overflow: hidden;
}
 .o-vims-events__card-image img {
     height: 100%;
     width: 100%;
     object-fit: cover;
     display: block;
     transition: all 0.3s ease;
     aspect-ratio: 3/2;
}
 .o-vims-events__card:hover .o-vims-events__card-image img, .o-vims-events__card:focus-within .o-vims-events__card-image img {
     transform: scale3d(1.07, 1.07, 1.07);
     transform-origin: center;
}
 .o-vims-events__card-title {
     color: #fff;
     font-family: "Nunito Sans", Helvetica, sans-serif;
     font-size: 30px;
     font-weight: 700 !important;
     background-color: rgba(0, 0, 0, 0);
     background: linear-gradient(90deg, #00467f 0%, rgba(0, 70, 127, 0.5) 100%);
     text-transform: uppercase;
     text-align: left;
     z-index: 1;
     position: absolute;
     bottom: 0;
     left: 0;
     padding: 20px;
     width: 100%;
     transition: all 0.3s ease;
     line-height: 1.2;
}
 .o-vims-events__card:hover .o-vims-events__card-title, .o-vims-events__card:focus-within .o-vims-events__card-title {
     background-color: rgba(0, 70, 127, 0.9);
     transition: all 0.3s ease;
}
 .o-vims-events__card-heading {
     font-size: 20px;
     display: block;
     color: #00467f;
     font-family: "Nunito Sans", Helvetica, sans-serif;
     padding: 22px 22px 12px 22px;
     font-weight: 600;
     letter-spacing: 0.455px;
     line-height: normal;
}
 .o-vims-events__card-text {
     color: #00467f;
     font-family: "Nunito Sans", Helvetica, sans-serif;
     font-size: 17px;
     font-weight: 500;
     padding: 0 22px 22px 22px;
     letter-spacing: 0.563px;
}
/* Swiper Slideshow */
 .o-vims-events__cards .swiper-wrapper {
     height: auto !important;
}
 .o-vims-events__cards .swiper-slide {
     height: auto !important;
}
 .o-vims-events__arrows {
     padding-top: 22px;
     display: flex;
     justify-content: center;
     position: absolute;
}
 @media (prefers-reduced-motion: reduce) {
     .o-vims-events__card:hover .o-vims-events__card-image img, .o-vims-events__card:focus-within .o-vims-events__card-image img, .o-vims-events__link:hover .o-vims-events__more::after, .o-vims-events__link:focus-within .o-vims-events__more::after {
         transform: none;
    }
}
 @media (min-width: 700px) {
     .o-vims-events__top {
         display: grid;
         grid-template-columns: 1fr 0.5fr;
         grid-template-areas: "Upcoming-Events All-Events";
         padding-right: 44px;
         padding-left: 44px;
         padding-bottom: 44px;
    }
     .o-vims-events__bottom {
         display: none;
    }
     .o-vims-events__title {
         grid-area: Upcoming-Events;
         font-size: 28px;
    }
     .o-vims-events__link.top {
         display: block;
         grid-area: All-Events;
         margin-right: 20px;
    }
     .o-vims-events__link.bottom {
         display: none;
    }
     .o-vims-events__cards {
         padding-left: 0;
         padding-right: 85px;
    }
}
/* =========== NEWSLETTER ROW ======================================== */
 .o-vims-row.EmailRow {
     width: 100%;
     background: linear-gradient(180deg, #6697c3 0%, #4577a0 99.39%);
}
 #enews {
     padding: 40px 20px 38px;
     line-height: 1em;
     text-align: center;
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
}
 #enews label {
     color: #fff;
     font-family: "Nunito Sans", Helvetica, sans-serif;
     font-size: 26px;
     font-weight: 600;
     width: 100%;
     line-height: normal;
     text-align: center;
     padding-bottom: 40px;
}
 #enews_container {
     display: inline-block;
     border: 2px solid rgba(188, 206, 226, 0.7);
     background-color: rgba(255, 255, 255, 0.1);
     transition: all .3s;
}
 #enews_container:focus-within {
     border: 2px solid #fff;
     background: rgba(255, 255, 255, 0.1);
}
 #enews_container input {
     border: none;
     background: none;
     color: #fff;
     font-family: "Nunito Sans", Helvetica, sans-serif;
     font-size: 20px;
     font-weight: 500;
     width: 220px;
     height: 34px;
     padding: 14px 10px;
     box-sizing: content-box;
     opacity: 1;
     max-width: calc(100% - 111px);
}
 @media (min-width: 500px) {
     #enews_container input {
         font-size: 22px;
    }
}
 #ea:focus {
     outline: none;
}
 #ea::placeholder {
     opacity: 1;
     color: rgba(254, 254, 254, 1);
}
 #ea:focus::placeholder {
     opacity: 1;
     color: rgba(254, 254, 254, 0.40);
}
 #ea:focus-within {
     color: #FFF;
}
 #enews button {
     background-color: #0f2c4c;
     border: none;
     border-radius: 0;
     font-size: 24px;
     line-height: 52px;
     height: 48px;
     font-weight: 400;
     letter-spacing: 0;
     margin: 0;
     float: right;
     transition: background 0.5s ease;
     display: flex;
     width: 91px;
     height: 62px;
     padding: 19px 34px;
     align-items: center;
     transition: all 0.3s ease-in-out;
}
 #enews button:hover, #enews button:focus-within {
     background-color: #00467f;
}
 #enews button::before {
     color: #bccee2;
     content: "\f061";
     font-family: "Font Awesome 6 Pro";
     font-size: 28px;
     font-weight: 400;
     transition: all 0.3s ease-in-out;
}
 #enews button:hover::before, #enews button:focus-within::before {
     color: #fff;
     padding-left: 10px;
}
 @media (prefers-reduced-motion: reduce) {
     #enews button:hover::before, #enews button:focus-within::before {
         padding-left: 0;
    }
}
 @media (min-width: 900px) {
     #enews {
         flex-direction: row;
    }
     #enews_container input {
         width: 350px;
         padding: 14px 20px 14px 44px;
    }
     #enews label {
         max-width: 330px;
         padding-right: 63px;
         padding-bottom: 0;
         text-align: left;
    }
}
 @media (min-width: 1280px) {
     #enews_container input {
         width: 600px;
    }
}
 @media (min-width: 1440px) {
     #enews_container input {
         width: 714px;
    }
}


/* =========== BATTEN SCHOOL HOMEPAGE ====================================== */


/* =========== STATS ROW ============================== */
.o-batten-stats__card[data-aos="fade-up"] {
    transform: translate3d(0, 30px, 0);
}
 .o-batten-stats {
     background: #183028;
     width: 100%;
}
 .o-batten-stats__wrapper {
     margin: 0 auto;
     position: relative;
     padding: 66px 44px;
}
 .o-batten-stats__wrapper img {
     position: absolute;
     top: 0;
     left: 0;
     object-fit: cover;
     width: 100%;
     height: 100%;
     opacity: 0.1;
     filter: grayscale(100%);
}
 .o-batten-stats__gradient {
     background: rgba(0, 70, 127, 0.8);
     background-repeat: no-repeat;
     background-size: cover;
     background-position: center;
     width: 100%;
     height: 100%;
     content: "";
     position: absolute;
     top: 0;
     left: 0;
     overflow: hidden;
    /* to clip the psuedo class gradients on mobile */
}
 .o-batten-stats__gradient::before {
     content: "";
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: linear-gradient( to right, rgba(0, 42, 76, 1) 0%, rgba(0, 42, 76, 0) 25%, rgba(0, 42, 76, 0) 75%, rgba(0, 42, 76, 1) 100% );
}
 .o-batten-stats__gradient::after {
     content: "";
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: linear-gradient(180deg, rgba(0, 42, 76, 0.00) 50%, rgba(0, 42, 76, 0.50) 100%), linear-gradient(90deg, #002A4C 0%, rgba(0, 42, 76, 0.00) 50%), linear-gradient(90deg, rgba(0, 42, 76, 0.00) 50%, #002A4C 100%), linear-gradient(0deg, rgba(0, 70, 127, 0.80) 0%, rgba(0, 70, 127, 0.80) 100%);
}
 .o-batten-stats__main-title {
     z-index: 1;
     position: relative;
     color: #fff;
     text-align: center;
     padding-bottom: 44px;
     font-size: 37px;
     font-family: "Noto Serif", Times, serif;
     font-weight: 500;
     line-height: 1.33;
}
 .o-batten-stats__cards {
     display: grid;
     justify-items: center;
     align-items: center;
}
 .o-batten-stats__card {
     position: relative;
     list-style: none;
     text-align: center;
     padding: 8px 0;
     height: 100%;
}
 sub {
     bottom: 0 !important;
}
 sup {
     top: 0 !important;
}
 .o-batten-stats__slash {
     width: 181px;
     height: 4px;
     border-width: 1px 0 0 0;
     border-color: #fff;
     border-style: solid;
     pointer-events: none;
     opacity: 0.1488;
     margin-bottom: 22px;
     visibility: hidden;
}
 .o-batten-stats__number {
     color: #EB7D28;
     font-size: 75px;
     font-family: "Noto Serif", Times, serif;
     display: block;
     padding-bottom: 11px;
     font-feature-settings: "lnum";
     font-weight: 400;
     line-height: 1;
     display: inline-block;
}
 .o-batten-stats--prepend-top, .o-batten-stats--prepend-bottom, .o-batten-stats--append-bottom, .o-batten-stats--append-top {
     color: #EB7D28;
     font-family: "Noto Serif",Times,serif;
}
 .o-batten-stats--prepend-top {
     right: -4px;
}
 .o-batten-stats--prepend-top, .o-batten-stats--append-top {
     top: -1.3em;
}
 .o-batten-stats--prepend-top, .o-batten-stats--append-bottom, .o-batten-stats--append-top {
     font-weight: 500;
     font-size: 1.6875rem;
     bottom: 0;
}
 .o-batten-stats--prepend-bottom {
     font-size: 26px;
     top: -0.03em;
}
 .o-batten-stats__caption {
     color: #fff;
     font-size: 22px;
     font-family: "Nunito Sans", Helvetica, sans-serif;
     display: block;
     font-weight: 500;
     line-height: normal;
}
 .o-batten-stats__description {
     display: block;
     color: #fff;
     max-width: 400px;
}
 .o-batten-stats__caption + .o-batten-stats__description {
     margin-top: 10px;
}
/*Media Queries */
 @media (min-width: 1080px) {
     .o-batten-stats__main-title {
         font-size: 37px;
         line-height: 1.2;
    }
     .o-batten-stats__cards {
         display: grid;
         grid-template-columns: 1fr .01fr 1fr .01fr 1fr .01fr 1fr;
         max-width: 1070px;
         margin: 0 auto;
    }
     .o-batten-stats__card {
         padding: 8px 22px;
    }
     .o-batten-stats__slash {
         width: 0;
         height: 100%;
         border-width: 0 1px 0 0;
         margin-bottom: 0;
         visibility: visible;
    }
}
 @media (min-width: 1280px) {
     .o-batten-stats__cards {
         max-width: 1288px;
    }
}
/* =========== PROGRAMS ROW ======================================== */
 .o-batten-programs {
     width: 100%;
}
 .o-batten-programs__wrapper {
     margin: 0 auto;
     padding: 52px 22px 70px;
     position: relative;
}
 .o-batten-programs__wrapper img {
     position: absolute;
     top: 0;
     left: 0;
     object-fit: cover;
     width: 100%;
     height: 100%;
     filter: grayscale(100%);
}
 .o-batten-programs__gradient {
     background: rgba(0, 70, 127, 0.8);
     background-repeat: no-repeat;
     background-size: cover;
     background-position: center;
     width: 100%;
     height: 100%;
     content: "";
     position: absolute;
     top: 0;
     left: 0;
}
 .o-batten-programs__gradient::before {
     content: "";
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: linear-gradient( to right, rgba(0, 42, 76, 1) 0%, rgba(0, 42, 76, 0) 25%, rgba(0, 42, 76, 0) 75%, rgba(0, 42, 76, 1) 100% );
}
 .o-batten-programs__gradient::after {
     content: "";
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: linear-gradient( to bottom, rgba(0, 42, 76, 0) 0%, rgb(0, 42, 76, 1) 100% );
}
 .o-batten-programs__main-title {
     z-index: 1;
     position: relative;
     color: #fff;
     text-align: center;
     padding-bottom: 66px;
     font-size: 30px;
     font-family: "Noto Serif", Times, serif;
     font-weight: 500;
     line-height: 1.3;
}
 .o-batten-programs__cards {
     display: grid;
     grid-template-columns: 1fr;
     gap: 22px;
     justify-items: center;
     margin: 0 auto;
     padding: 0;
}
 .o-batten-programs__card {
     position: relative;
     width: 100%;
     max-width: 485px;
     background-color: #fff;
     list-style: none;
     border-bottom: 6px solid #eb7d28;
     transition: all 0.35s ease-in-out;
}
 .o-batten-programs__card:hover, .o-batten-programs__card:focus-within {
     background: linear-gradient( 0deg, rgba(0, 70, 127, 0.05) 0%, rgba(0, 70, 127, 0.05) 100% ), #fff;
     transition: all 0.35s ease-in-out;
}
 .o-batten-programs__card[data-aos="fade-up"] {
     transform: translate3d(0, 50px, 0);
}
 .o-batten-programs__link {
     text-decoration: none !important;
     font-weight: normal;
     display: block;
     padding: 22px;
     height: 100%;
}
 .o-batten-programs__card:hover, .o-batten-programs__card:focus-within {
     box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.06);
}
 .o-batten-programs__title {
     color: #282626;
     font-weight: 700 !important;
     font-size: 22px;
     padding-bottom: 22px;
     text-decoration: underline transparent;
     transition: all 0.35s ease;
}
 .o-batten-programs__link:hover .o-batten-programs__title, .o-batten-programs__link:focus-within .o-batten-programs__title {
     color: #00467f;
     text-decoration: underline #00467f;
}
 .o-batten-programs__text {
     display: block;
     font-size: 14px;
     font-weight: 400;
     line-height: 1.4;
     color: #282626;
     padding-bottom: 60px;
     text-decoration: none;
}
 .o-batten-programs__learn {
     text-transform: uppercase;
     display: block;
     text-decoration: underline transparent;
     transition: all 0.35s ease;
     padding: 20px 20px 30px 30px;
     font-size: 14px;
     color: #00467f;
     right: 0;
     bottom: 0;
     left: 0;
     position: absolute;
     height: 60px;
     font-weight: 700;
}
 .o-batten-programs__link:hover .o-batten-programs__learn, .o-batten-programs__link:focus-within .o-batten-programs__learn {
     text-decoration: underline #00467f;
}
 .o-batten-programs__learn::after {
     content: "\f054";
     font-family: "Font Awesome 6 Pro";
     color: #eb7d28;
     padding-left: 6px;
     transition: all 0.35s ease-in-out;
     position: absolute;
     font-size: 12px;
     margin-top: 1px;
     font-weight: 900;
}
 .o-batten-programs__link:hover .o-batten-programs__learn::after, .o-batten-programs__link:focus-within .o-batten-programs__learn::after {
     padding-left: 9px;
     transition: all 0.35s ease-in-out;
}
/* Media Queries */
 @media (max-width: 700px) {
     .o-batten-programs__card {
         transition-delay: 0.05s !important;
    }
}
 @media (min-width: 700px) {
     .o-batten-programs__wrapper {
         padding-top: 88px;
         padding-left: 44px;
         padding-right: 44px;
    }
     .o-batten-programs__main-title {
         font-size: 37px;
    }
     .o-batten-programs__cards {
         max-width: 900px;
         grid-template-columns: repeat(2, auto);
    }
}
 @media (min-width: 1280px) {
     .o-batten-programs__wrapper {
         padding-bottom: 0;
    }
     .o-batten-programs__wrapper img, .o-batten-programs__gradient {
         height: calc(100% - 60px);
    }
     .o-batten-programs__cards {
         grid-template-columns: repeat(4, auto);
         max-width: 1280px;
    }
     .o-batten-programs__card {
         border-bottom: none;
    }
     .o-batten-programs__learn {
         background-color: #00467f;
         text-decoration: underline transparent;
         color: #fff;
         padding: 22px 182px 22px 22px;
         transition: all 0.35s ease-in-out;
    }
     .o-batten-programs__link:hover .o-batten-programs__learn, .o-batten-programs__link:focus-within .o-batten-programs__learn {
         background-color: #003866;
         transition: all 0.35s ease-in-out;
         text-decoration: underline #fff;
    }
}
/* =========== PROSPECTIVE ROW ======================================== */
 .o-batten-prospective {
     display: block;
     position: relative;
     z-index: 1;
     width: 100%;
     text-align: center;
     background-color: #fff;
}
 .o-batten-prospective__wrapper {
     display: grid;
     grid-template-columns: 1fr;
     position: relative;
     padding: 66px 22px;
     width: 100%;
     max-width: 1150px;
     margin: 0 auto;
     text-align: center;
}
 .o-batten-prospective__title {
     font-family: "Noto Serif", Times, serif;
     padding-bottom: 30px;
     font-size: 37px;
     line-height: 1.14;
     color: #00467f;
     font-weight: 500 !important;
}
 .o-batten-prospective__intro-text {
     color: #000;
     font-size: 16px;
     font-weight: 500;
     padding-bottom: 30px;
     line-height: 1.4;
}
 .o-batten-prospective__buttons {
     width: 100%;
     display: flex;
     justify-content: center;
     align-items: center;
     flex-wrap: wrap;
     margin-left: 0;
     gap: 22px;
     padding-bottom: 64px;
}
 .o-batten-prospective__buttons .o-batten-prospective__button {
     margin: 0;
}
 .o-batten-prospective__button {
     display: block;
     background-color: #00467f;
     width: 100%;
     min-width: 300px;
     padding: 16px 22px;
     text-align: center;
     text-transform: uppercase;
     text-decoration: none;
     font-size: 14px;
     font-weight: 700;
     color: #fff;
     font-family: "Nunito Sans", Helvetica, sans-serif;
     line-height: 1;
     letter-spacing: 2px;
}
 .o-batten-prospective__button:hover, .o-batten-prospective__button:focus-within {
     text-decoration: none;
     background-color: #000;
}
 .o-batten-prospective__students {
     display: grid;
     row-gap: 22px;
}
 .o-batten-prospective__undergraduate, .o-batten-prospective__graduate {
     display: block;
     position: relative;
     width: 100%;
     list-style: none;
}
 .o-batten-prospective__link {
     text-decoration: none;
     font-weight: normal;
     display: block;
     height: 100%;
     overflow: hidden;
}
 .o-batten-prospective__link:hover .o-batten-prospective__image img, .o-batten-prospective__link:focus-within .o-batten-prospective__image img {
     opacity: 0.8;
     transition: all 0.35s ease-in-out;
}
 .o-batten-prospective__image {
     overflow: hidden;
     height: 100%;
     aspect-ratio: 3/2;
     background-color: #001c33;
}
 .o-batten-prospective__image img {
     display: block;
     transition: all 0.3s ease;
     object-fit: cover;
     height: 100%;
     width: 100%;
}
 .o-batten-prospective__text {
     color: #fff;
     font-size: 14px;
     font-family: "Nunito Sans", Helvetica, sans-serif;
     text-transform: uppercase;
     letter-spacing: 2px;
     font-weight: 700 !important;
     text-decoration: underline transparent;
     text-align: left;
     z-index: 1;
     position: absolute;
     bottom: 0;
     left: 0;
     padding: 22px;
     width: 100%;
     background: linear-gradient(90deg, #00467f 25%, rgba(0, 70, 127, 0.25) 100%);
     transition: all 0.35s ease-in-out;
     letter-spacing: 1px;
     line-height: 1;
}
 .o-batten-prospective__link:hover .o-batten-prospective__text, .o-batten-prospective__link:focus-within .o-batten-prospective__text {
     background-color: rgba(0, 70, 127, 0.95);
     transition: all 0.35s ease-in-out;
     text-decoration: underline #fff;
}
 .o-batten-prospective__text::after {
     content: "\f054";
     font-family: "Font Awesome 6 Pro";
     color: #eb7d28;
     padding-left: 5px;
     transition: all 0.35s ease-in-out;
     position: absolute;
     font-size: 12px;
     margin-top: 1px;
     font-weight: 900;
}
 .o-batten-prospective__link:hover .o-batten-prospective__text::after, .o-batten-prospective__link:focus-within .o-batten-prospective__text::after {
     padding-left: 9px;
     transition: all 0.35s ease-in-out;
}
 @media (min-width: 800px) {
     .o-batten-prospective__wrapper {
         max-width: 1080px;
         padding-left: 44px;
         padding-right: 44px;
         grid-template-columns: 1fr 1fr;
         column-gap: 44px;
    }
     .o-batten-prospective__content {
         background-color: #fff;
         text-align: left;
         display: grid;
         align-content: center;
    }
     .o-batten-prospective__intro-text {
         font-family: "Nunito Sans", Helvetica, sans-serif;
         font-size: 17px;
         color: #111;
    }
     .o-batten-prospective__undergraduate, .o-batten-prospective__graduate {
         height: 258px;
    }
     .o-batten-prospective__image {
         aspect-ratio: auto;
    }
     .o-batten-prospective__buttons {
         padding-bottom: 0 !important;
         justify-content: left;
    }
     .o-batten-prospective__button {
         width: auto;
    }
}
 @media (min-width: 1080px) {
     .o-batten-prospective__wrapper {
         max-width: 1376px;
         grid-template-columns: 1fr 1fr;
         column-gap: 44px;
    }
     .o-batten-prospective__buttons {
         flex-wrap: nowrap;
         margin-left: 0;
         column-gap: 22px;
    }
}
 @media (min-width: 1440px) {
     .o-batten-prospective__wrapper {
         column-gap: 64px;
    }
}
 @media (prefers-reduced-motion) {
     .o-batten-prospective__image img {
         transform: none !important;
    }
     .o-batten-prospective__text::after {
         padding-left: 10px !important;
    }
}
/* =========== PEOPLE ROW ======================================== */
 .o-batten-people {
     width: 100%;
     background: var(--color-wmsilver-0);
}
 .swiper-and-button-container {
     position: relative;
     display: flex;
     justify-content: center;
}
 .o-batten-people .swiper-container {
     width: 100%;
}
 .o-batten-people__wrapper {
     margin: 0 auto;
     position: relative;
     padding: 66px 22px;
     background: #f0f1f2;
}
 .o-batten-people__main-title {
     color: #003866;
     font-size: 37px;
     font-family: "Noto Serif", Times, serif;
     font-weight: 500;
     text-align: center;
     line-height: 44.4px;
     padding-bottom: 44px;
}
 .o-batten-people__cards.swiper {
     width: 100%;
     height: 100%;
}
 .o-batten-people__cards .swiper-slide {
     text-align: center;
     background: transparent;
     display: flex;
     justify-content: center;
     align-items: flex-start;
}
 .o-batten-people__card {
     width: 100%;
     height: 100%;
     transition: transform .65s ease;
}
 .o-batten-people__card-image {
     width: 100%;
     aspect-ratio: 3/2;
}
 .o-batten-people__card-image img {
     width: 100%;
     height: 100%;
     object-fit: cover;
     display: block;
}
 .o-batten-people__card-info {
     line-height: 1.4;
     opacity: 0;
     transition: opacity .8s ease;
     margin-top: 88px;
}
 .swiper-slide-active .o-batten-people__card-info {
     opacity: 1;
     transition-delay: .2s;
}
 .o-batten-people__card-heading {
     font-size: 1.375rem;
     font-weight: 600 !important;
     color: #1c1c1c !important;
     line-height: 1.273 !important;
     margin-top: 22px;
     letter-spacing: 0;
}
 .o-batten-people__degree {
     color: #aa4a00;
     font-size: 12px;
     font-weight: 700;
     line-height: normal;
     letter-spacing: .1em;
     text-transform: uppercase;
     margin-top: 10px;
}
 .o-batten-people__card-text {
     margin-top: 10px;
     color: #2f3941;
     font-family: "Nunito Sans", Helvetica, sans-serif;
     font-size: 14px;
     font-weight: 400;
     line-height: 1.28;
     text-align: center;
}
 .o-batten-people__learn-more {
     display: inline-block;
     margin-top: 22px;
     padding: 13px 22px;
     background: #00467f;
     width: 100%;
     min-width: 243px;
     text-decoration: none;
     letter-spacing: .1em;
     color: #fff;
     font-size: 14px;
     font-weight: 700;
     line-height: 1.3;
     text-transform: uppercase;
     text-align: center;
     transition: all .3s ease;
}
 .o-batten-people__learn-more:hover, .o-batten-people__learn-more:focus-within {
     text-decoration: none;
     background-color: #000;
}
 .swiper-button-next, .swiper-button-prev {
     background: #eb7d28;
     color: #fff;
     width: 44px;
     height: 44px;
     border-radius: 50%;
     margin-top: 0;
     transition: background-color .3s ease;
}
 .swiper-button-next::after, .swiper-button-prev::after {
     font-size: 15px;
     font-weight: 900;
}
 .swiper-button-next:hover, .swiper-button-next:focus, .swiper-button-prev:hover, .swiper-button-prev:focus {
     background: #b65300;
}
 .swiper-button-next {
     right: 50%;
     transform: translateX(calc(100% + 11px));
}
 .swiper-button-prev {
     left: 50%;
     transform: translateX(calc(-100% - 11px));
}
/* MEDIA QUERIES ------------------------------------------ */
 @media (min-width:600px) {
     .o-batten-people .swiper-container {
         width: 100%;
         max-width: 2000px;
         margin: 0;
         -webkit-mask-image: linear-gradient(to left, transparent 0%, black 7%, black 93%, transparent 100%);
         mask-image: linear-gradient(to left, transparent 0%, black 7%, black 93%, transparent 100%);
    }
     .swiper-slide:not(.swiper-slide-active) .o-batten-people__card {
         transform: scale3d(.8, .8, 1) translateY(-33px);
    }
     .o-batten-people__card-info {
         margin-top: 0;
    }
     .swiper-slide-active .o-batten-people__card-info {
         opacity: 1;
         transition-delay: .25s;
    }
     .o-batten-people__degree {
         font-size: 14px;
    }
     .o-batten-people__card-text {
         font-size: 16px;
         line-height: 1.25;
    }
     .o-batten-people__learn-more {
         padding: 16px 22px;
         width: auto;
    }
     .swiper-button-next, .swiper-button-prev {
         width: 66px;
         height: 66px;
         transform: none;
    }
     .swiper-button-next::after, .swiper-button-prev::after {
         font-size: 22px;
    }
     .swiper-button-next {
         right: 4%;
    }
     .swiper-button-prev {
         left: 4%;
    }
}
 @media (min-width:900px) {
     .o-batten-people .swiper-container {
         -webkit-mask-image: linear-gradient(to left, transparent 0%, black 11%, black 89%, transparent 100%);
         mask-image: linear-gradient(to left, transparent 0%, black 11%, black 89%, transparent 100%);
    }
}
 @media (min-width: 1080px) {
     .o-batten-people__learn-more {
         margin-top: 30px;
    }
}
/* =========== CONTACT ROW ======================================== */
 .o-batten-contact {
     background: var(--color-wmsilver-0);
}
 