/* 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;
	 vim 
}
 #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;
}
 .o-vims-hero__controls-show {
	 visibility: visible;
}
 .o-vims-hero__controls .fa-pause {
	 color: #fff;
	 font-size: 14px;
	 margin-left: 9px;
	 margin-top: 6px;
}
 .o-vims-hero__controls .fa-play {
	 color: #fff;
	 font-size: 13px;
	 margin-left: 9px;
	 margin-top: 6px;
}
 .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: 600px;
		 line-height: 55px;
	}
	 .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;
	}
}
/* =========== 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;
	}
}
 