



@import url('https://fonts.googleapis.com/css2?family=Alumni+Sans+SC:ital,wght@0,100..900;1,100..900&family=Bebas+Neue&family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');
:root,
[data-bs-theme=light] {
	--bs-primary: #0e2656;
	--bs-secondary: #035857;
	--bs-primary-rgb: 14, 38, 86;
	--bs-secondary-rgb: 3, 88, 87;
	--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	--bs-body-font-family: "Figtree", sans-serif;;
	--bs-body-font-size: 16px;
	--bs-body-font-weight: 400;
	--bs-body-line-height: 1.5;
	--bs-body-color: #000000;
	--bs-body-color-rgb: 0, 0, 0;
	--bs-body-bg: #ffffff;
	--bs-body-bg-rgb: 255, 255, 255;
	--bs-border-width: 1px;
	--bs-border-style: solid;
	--bs-border-color: #e3e3e3;
	--bs-border-radius: 8px;
	--bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05);
	--bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
	--bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
	--bs-focus-ring-color: rgba(0, 85, 255, 0.25);
	--bs-headers-font-family: "Bebas Neue", sans-serif;;
	--bs-headers-font-weight: 400;
	--rz-container-width: 1328px;
	--rz-container-padding-x: 1rem;
	--rz-transitions: all .3s cubic-bezier(0.77, 0, 0.175, 1);
	--rz-modal-border-radius: 16px;
	--rz-links-color: #0055FF;
	--rz-links-hover-color: var(--rz-links-color);
	--bs-light: rgba(14, 38, 86, 0.05);
	--userway-color: var(--bs-primary);
	--rz-header-width: ;
}

h1,.h1{font-size: min(64px, 7vw); color:#0e2656}
h2,.h2{font-size: min(56px, 6.2vw); color:#0e2656}
h3,.h3{font-size: min(48px, 5.4vw); color:#0e2656}
h4,.h4{font-size: min(40px, 4.8vw); color:#0e2656}
h5,.h5{font-size: min(32px, 4.4vw); color:#0e2656}
h6,.h6{font-size: min(24px, 4.2vw); color:#0e2656}

a {
	color: #0055FF;
}

a:hover{
	color: var(--rz-links-color)
}

.btn {
	--bs-btn-border-width: 1px;
}

/* buttons */
.btn:not(.btn-link):not(.builder-btn):not(.btn-sm):not(.btn-lg):not(.dropdown .btn):not(#ics-view-export):not(.modal-action-buttons .btn):not(.rz-brand-footer .btn):not(.agendalist-links .btn):not(#agendaClear.btn):not(.offcanvasHeaderItems-offcanvas-body .btn),.rz-form-builder-wrapper [type="submit"] {
	--bs-btn-padding-x: 24px;
	--bs-btn-padding-y: 12px;
	--bs-btn-font-family: "Figtree", sans-serif;;
	--bs-btn-font-size: 16px;
	--bs-btn-font-weight: 700;
	--bs-btn-line-height: 1.5;
	--bs-btn-border-radius: 48px;
	--bs-btn-box-shadow: none;
	--bs-btn-disabled-opacity: 0.65;
}

.btn-primary:not(.rz-brand-footer):not(.rz-brand-footer .btn):not(.builder-btn):not(.offcanvasHeaderItems-offcanvas-body .btn),.rz-form-builder-wrapper [type="submit"] {
	--bs-btn-color: #FFFFFF;
	--bs-btn-bg: #035857;
	--bs-btn-border-color: #035857;
	--bs-btn-hover-color: #035857;
	--bs-btn-hover-bg: #00000000;
	--bs-btn-hover-border-color: #035857;
	--bs-btn-active-color: #035857;
	--bs-btn-active-bg: #00000000;
	--bs-btn-active-border-color: #035857;
	--bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-primary-rgb), .5);
}

.btn-outline-primary{
	--bs-btn-color: #035857;
	--bs-btn-bg: transparent;
	--bs-btn-border-color: #035857;
	--bs-btn-hover-color: #035857;
	--bs-btn-hover-bg: #00000000;
	--bs-btn-hover-border-color: #035857;
	--bs-btn-active-color: #035857;
	--bs-btn-active-bg: #00000000;
	--bs-btn-active-border-color: #035857;
	--bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-primary-rgb), .5);	
}

.btn-secondary {
	--bs-btn-color: #FFFFFF;
	--bs-btn-bg: #575757;
	--bs-btn-border-color: #4f4f4f;
	--bs-btn-hover-color: #FFFFFF;
	--bs-btn-hover-bg: #0E2656;
	--bs-btn-hover-border-color: #0E2656;
	--bs-btn-active-color: #FFFFFF;
	--bs-btn-active-bg: #0E2656;
	--bs-btn-active-border-color: #0E2656;
	--bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-secondary-rgb), .5);
}

.btn-outline-secondary {
	--bs-btn-color: #575757;
	--bs-btn-bg: transparent;
	--bs-btn-border-color: #575757;
	--bs-btn-hover-color: #FFFFFF;
	--bs-btn-hover-bg: #0E2656;
	--bs-btn-hover-border-color: #0E2656;
	--bs-btn-active-color: #FFFFFF;
	--bs-btn-active-bg: #0E2656;
	--bs-btn-active-border-color: #4f4f4f;
	--bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-secondary-rgb), .5);
}

.btn-lg,
.btn-group-lg>.btn {
	--bs-btn-padding-y: min(1rem, 3vw);
	--bs-btn-padding-x: min(1.25rem, 4vw);
	--bs-btn-font-size: min(1.25rem, 4.5vw);
	--bs-btn-border-radius: var(--bs-border-radius-lg);
}

.btn-sm,
.btn-group-sm>.btn {
	--bs-btn-padding-y: min(4px, 3vw);
	--bs-btn-padding-x: min(8px, 3vw);
	--bs-btn-font-size: min(.9rem, 4vw);
	--bs-btn-border-radius: var(--bs-border-radius-sm);
}

.btn.btn-custom {
	--bs-btn-color: #FFFFFF;
	--bs-btn-bg: var(--bs-primary-text-emphasis);
	--bs-btn-border-color: var(--bs-primary-text-emphasis);
	--bs-btn-border-radius: var(--bs-border-radius);
	--bs-btn-hover-border-color: var(--bs-primary-text-emphasis);
	--bs-btn-box-shadow: none;
	--bs-btn-hover-color: #FFFFFF;
	--bs-btn-hover-bg: var(--bs-primary-text-emphasis);
	--bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-custom-rgb), .5);
}

.btn.btn-custom a{
	--bs-btn-color: #FFFFFF;
	color: #FFFFFF;
}

.btn.btn-custom:hover a{
	--bs-btn-hover-color: #FFFFFF;
	color: #FFFFFF;
}

.btn.btn-link {
	--bs-btn-color: var(--bs-primary);
	--bs-btn-hover-color: var(--bs-primary);
	--bs-btn-active-color: var(--bs-primary);
	--bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-primary-rgb), .5);
}

/* buttons that are generated from rte */
.btn-primary a{
	color:#FFFFFF;
} 
.btn.btn-primary:hover a{
	color:#035857;
}
.btn.btn-secondary:hover a{
	color:#FFFFFF;
}
.btn.btn-custom:hover a{
	color:#FFFFFF;
}

/* freeform page */
#freeform {
	--rz-freeform-content-padding: 64px 15px 80px 0;
	--rz-freeform-content-bg: #FFFFFF;
	--rz-left-col-width: 398px;
	--rz-left-col-padding: 48px;
	--rz-left-col-margin: 0;
	--rz-left-col-bg: #fffdf2;
	--rz-freeform-left-col-fill-bg: #fffdf2;
	--rz-right-col-width: 100%;
	--rz-freeform-right-col-fill-bg: #ffffff;
	--rz-freeform-post-padding: 0 0 0 48px;
	--rz-freeform-post-bg: #FFFFFF;
}

.rz-slider-wrapper {
	--rz-slider-height: 420px;
	--rz-slider-bg: #000000;
	--rz-slider-caption-color: #FFFFFF;
	--rz-slider-caption-width: var(--rz-container-width);
}
.rz-slider .rz-slider-bg-overlay{
	background: rgba(0, 0, 0, 0);
}
@media only screen and (min-width:992px) {
	#submenu {
		--rz-submenu-padding: 0;
		--rz-submenu-margin: 0;
		--rz-submenu-bg: transparent;
		--rz-submenu-border: ;
		--rz-submenu-color: #000000;
		--rz-submenu-border-radius: 0;
		--rz-submenu-font-size: 16px;
		--rz-submenu-item-padding: 4px 16px;
		--rz-submenu-item-color: #000000;
		--rz-submenu-item-bg: #00000000;
		--rz-submenu-item-border: 0;
	}
	[data-style="horizontal"] #submenu {
		--rz-submenu-padding: 0;
		--rz-submenu-margin: 0;
		--rz-submenu-bg: transparent;
		--rz-submenu-border: ;
		--rz-submenu-color: #000000;
		--rz-submenu-border-radius: 0;
		--rz-submenu-font-size: 16px;
		--rz-submenu-item-padding: 4px 16px;
		--rz-submenu-item-color: #000000;
		--rz-submenu-item-bg: #00000000;
		--rz-submenu-item-border: 0;
	}
}

.submenu-header,.col-side-wrap .rz-module-header {
	--rz-submenu-title-padding: 0;
	--rz-submenu-title-bg: ;
	--rz-submenu-title-font-color: #0e2656;
}

.submenu-header,.rz-module-header {
	--rz-submenu-title-font-size: 24px;
}

.breadcrumb {
	--bs-breadcrumb-padding-x: 0;
	--bs-breadcrumb-padding-y: 0;
	--bs-breadcrumb-margin-bottom: 12px;
	--bs-breadcrumb-bg: #00000000;
	--bs-breadcrumb-border-radius: ;
	--bs-breadcrumb-divider-color: #000;
	--bs-breadcrumb-item-padding-x: 16px;
	--bs-breadcrumb-item-active-color: #0e2656;
	--bs-breadcrumb-link-color: #000000;
	--bs-breadcrumb-divider: '\276F';
}

/* main site header */
.site-header-wrap {
	--rz-header-position: absolute;
	--rz-header-btns-padding-y: .5rem;
	--rz-header-btns-padding-x: .65rem;
	--rz-header-btns-sm-padding-y: .25rem;
	--rz-header-btns-sm-padding-x: .35rem;
	--rz-header-btns-lg-padding-y: .65rem;
	--rz-header-btns-lg-padding-x: .75rem;
	--rz-logo-color: #000000;
	--rz-logo-width: 229px;
	--rz-logo-margin-top: 0;
	--rz-logo-margin-right: 0;
	--rz-logo-margin-bottom: 0;
	--rz-logo-margin-left: 0;
	--rz-logo-font-size: min(40px, 5vw);
	--rz-logo-tagline-font-size: 16px;
	--rz-logo-letter-spacing: -1px;
	--rz-logo-tagline-letter-spacing: 3px;
	--rz-logo-font-weight: bold;
	--rz-logo-tagline-font-weight: bold;
	--rz-logo-tagline-color: rgba(204, 17, 17, 1);
	--rz-nav-bg-color: #ffffffe5;
	--rz-nav-border-color: transparent;
	--rz-nav-border-top-width: 0px;
	--rz-nav-border-right-width: 0px;
	--rz-nav-border-bottom-width: 0px;
	--rz-nav-border-left-width: 0px;
	--rz-nav-padding-top: 8px;
	--rz-nav-padding-right: 32px;
	--rz-nav-padding-bottom: 8px;
	--rz-nav-padding-left: 32px;
	--rz-nav-margin-top: 0rem;
	--rz-nav-margin-right: 0rem;
	--rz-nav-margin-bottom: 0rem;
	--rz-nav-margin-left: 0rem;
	--rz-nav-link-color: #0e2656;
	--rz-nav-link-hover-color: #035857;
	--rz-nav-link-hover-bg-color: rgba(0, 0, 0, 0);
	--rz-nav-link-padding-x: 0;
	--rz-nav-link-padding-y: 0;
	--rz-nav-link-border-radius: 0;
	--rz-nav-item-padding-x: 0rem;
	--rz-nav-item-padding-y: 0rem;
	--rz-nav-icons-color: #0e2656;
	--rz-nav-mega-link-first-child-color: #ffffff;
	--rz-nav-mega-second-child-link-color: #0e2656;
	--rz-nav-mega-column-count: 4;
	--rz-nav-mega-padding-y: 32px;
	--rz-nav-mega-padding-x: 48px;
	--rz-nav-font-size: 16px;
	--rz-nav-font-weight: 400;
	--rz-nav-dropdown-font-size: 14px;
	--rz-nav-dropdown-bg-color: rgba(255, 255, 255, 0.9);
	--rz-nav-dropdown-bg-link-color: #0e2656;
	--rz-nav-dropdown-border-radius: 32px;
	--rz-nav-mega-second-child-font-size: 14px;
	/* mobile header options */
	--rz-header-bg-color-mobile: #035857;
	--rz-header-icons-color-mobile: #ffffff;
	--rz-scroll-header-bg-color-mobile: #FFFFFF;
	--rz-scroll-header-icons-color-mobile: #000000;
	/* header options  */
	/* only used if inner page has no slider */
	--rz-header-height: 131px;
}

/* footer */
.site-footer-wrap {
	--rz-logo-width: 229px;
}

@media only screen and (min-width:992px) {
	[data-header-left="true"] .site-header-wrap {
		width:;
		flex-basis:;
	}

	#nav .make-mega {
		--rz-mega-width: 852px;
	}

	.tiny-carousel-wrap {
		--rz-carousel-controls-height: 94px;
		--rz-carousel-controls-width: 24px;
		--rz-carousel-controls-font-size: 14px;
		--rz-carousel-play-button-font-size: calc(var(--rz-carousel-controls-font-size) * 0.85);
		--rz-carousel-play-button-width: calc(var(--rz-carousel-controls-width) - 4px);
		--rz-carousel-play-button-height: calc(var(--rz-carousel-controls-height) - 4px);
		/* 	dots */
		--rz-carousel-nav-buttons-padding: 0 0;
		--rz-carousel-nav-button-width: clamp(8px, calc(var(--rz-carousel-controls-width) / 6), 20px);
		--rz-carousel-nav-button-height: clamp(8px, calc(var(--rz-carousel-controls-width) / 6), 20px);
		--rz-carousel-nav-button-active-width: clamp(18px, calc(var(--rz-carousel-controls-width) / 2), 30px);
		--rz-carousel-nav-button-margin: 0 4px;
		/* play and dots container	 */
		--rz-carousel-nav-controls-padding: 4px 4px 4px calc(var(--rz-carousel-controls-height) / 3);
	}

	.hero-wrap {
	--hero-height: 890px;
	}
	
	.hero-wrap .hero-caption-wrap{
	width:var(--rz-container-width)
	}
	
	.hero-wrap {
		--rz-carousel-controls-height: 38px;
		--rz-carousel-controls-width: 38px;
		--rz-carousel-controls-font-size: 22px;
	}

	.hero-wrap {
		--rz-carousel-play-button-font-size: var(--rz-carousel-controls-font-size);
		--rz-carousel-play-button-width: calc(var(--rz-carousel-controls-height) - 4px);
		--rz-carousel-nav-button-active-width: 32px;
		--rz-carousel-nav-controls-padding: 4px 4px 4px 16px;
	}
	.hero .tns-nav button{
		--rz-carousel-nav-button-width: 12px;
		--rz-carousel-nav-button-height: 12px;
	}

}

.tiny-carousel-wrap {
	/* 	arrows */
	--bs-gutter-x: 1.5rem;
	--rz-carousel-controls-bg: rgb(14, 38, 86);
	--rz-carousel-controls-border-radius: 100px;
	--rz-carousel-controls-color: #ffffff;
	--rz-carousel-controls-border: 0;
	--rz-carousel-controls-box-shadow: var(--bs-box-shadow);
	/* 	play button */
	--rz-carousel-play-button-bg: #f1f1f1;
	--rz-carousel-play-button-border-radius: var(--rz-carousel-controls-border-radius);
	--rz-carousel-play-button-color: var(--rz-carousel-controls-color) !important;
	/* 	dots */
	--rz-carousel-nav-buttons-border-radius: 0;
	--rz-carousel-nav-buttons-border: ;
	--rz-carousel-nav-button-border-radius: 100px;
	--rz-carousel-nav-button-border: ;
	--rz-carousel-nav-button-bg: var(--bs-secondary);
	--rz-carousel-nav-button-active-bg: var(--bs-primary);
	/* play and dots container	 */
	--rz-carousel-nav-controls-bg: #FFFFFF;
	--rz-carousel-nav-controls-border-radius: 100px;
	--rz-carousel-nav-controls-border: var(--rz-carousel-controls-border);
}

/* Modules */
/* hero */
.hero-wrap {
	--bs-gutter-x: 1.5rem;
	--hero-bg-color: #000;
	--rz-carousel-controls-bg: #00000000;
	--rz-carousel-controls-border-radius: 100px;
	--rz-carousel-controls-color: #ffffff;
	--rz-carousel-controls-border: ;
	--rz-carousel-controls-box-shadow: var(--bs-box-shadow);
	--rz-carousel-play-button-bg: #f1f1f1;
	--rz-carousel-play-button-border-radius: var(--rz-carousel-controls-border-radius);
	--rz-carousel-play-button-color: #000;
	--rz-carousel-play-button-height: calc(var(--rz-carousel-controls-width) - 4px);
	--rz-carousel-nav-buttons-padding: 0 0;
	--rz-carousel-nav-buttons-border-radius: 0;
	--rz-carousel-nav-buttons-border: ;
	--rz-carousel-nav-button-border-radius: 100px;
	--rz-carousel-nav-button-margin: 0 4px;
	--rz-carousel-nav-button-border: ;
	--rz-carousel-nav-button-bg: #999;
	--rz-carousel-nav-button-active-bg: #000;
	--rz-carousel-nav-controls-bg: #fff;
	--rz-carousel-nav-controls-border-radius: 100px;
	--rz-carousel-nav-controls-border: 1px solid var(--bs-border-color);
}

/* Staff Directory */
.rz-staff-directory-card {
	--rz-staff-directory-card-padding: 1rem;
	--rz-staff-directory-card-inner-padding-y: 0 0 1rem;
	--rz-staff-directory-card-inner-padding-x: 0;
	--rz-staff-directory-card-content-padding-x: 1rem;
	--rz-staff-directory-card-bg-color: transparent;
	--rz-staff-directory-card-border: 1px solid var(--bs-border-color);
	--rz-staff-directory-avatar-width: 100%;
	--rz-staff-directory-avatar-border-radius: 0;
	--rz-staff-directory-avatar-bg: transparent;
	--rz-staff-directory-border-radius: var(--bs-border-radius);
	--rz-staff-directory-box-shadow: none;
	--rz-staff-directory-header-font-size: 22px;
	--rz-staff-directory-header-padding: 0;
	--rz-staff-directory-header-bg: transparent;
	--rz-staff-directory-header-color: var(--bs-body);
	--rz-staff-directory-header-font-weight: bold;
}

/* hero/sliders */
@media only screen and (max-width:991.8px) {
	.hero-wrap {
		--hero-height: 400px;
	}

	.rz-slider-wrapper {
		--rz-slider-height: 320px;
	}

	#freeform {
		--rz-freeform-content-padding: 20px 0;
	}
}

/* .rz-qlink  */
.rz-qlink-wrapper {
	--rz-qlink-padding: 0;
	--rz-qlink-body-wrap-padding: 36px 24px;
	--rz-qlink-body-padding: 0;
	--rz-qlink-title-font-size: 32px;
	--rz-qlink-text-font-size: 16px;
	--rz-qlink-title-color: #fff;
	--rz-qlink-text-color: #fff;
	--rz-qlink-color: #fff;
	--rz-qlink-bg: #035857;
	--rz-qlink-border-color: #00000000;
	--rz-qlink-border-radius: 24px;
	--rz-qlink-border-width: 0;
	--rz-qlink-img-height: 300px;
	--rz-qlink-img-aspect-ratio: 16 / 9;
	--rz-qlink-img-overlay-color: rgba(3, 88, 87, .85);
	--rz-qlink-icon-width: 48px;
	--rz-qlink-icon-height: 48px;
	--rz-qlink-icon-bg-color: #00000000;
	--rz-qlink-icon-color: #ffffff;
	--rz-qlink-icon-border-color: #00000000;
	--rz-qlink-icon-border-width: 0;
	--rz-qlink-icon-border-radius: 0;
	--rz-qlink-icon-font-size: 36px;
	--rz-qlink-footer-border: 1px solid var(--bs-border-color);
	--rz-qlink-footer-padding: .8rem;
	--rz-qlink-footer-bg: #fff;
	--rz-qlink-footer-btn-color: #000;
}

.rz-tile-wrapper {
	--rz-tile-padding: 0;
	--rz-tile-body-wrap-padding: 20px;
	--rz-tile-body-padding: 0;
	--rz-tile-title-font-size: 22px;
	--rz-tile-text-font-size: 16px;
	--rz-tile-title-color: #fff;
	--rz-tile-text-color: #fff;
	--rz-tile-color: #fff;
	--rz-tile-bg: #fff;
	--rz-tile-border-color: var(--bs-border-color);
	--rz-tile-border-radius: var(--bs-border-radius);
	--rz-tile-border-width: var(--bs-border-width);
	--rz-tile-img-height: 300px;
	--rz-tile-img-aspect-ratio: 16 / 9;
	--rz-tile-img-overlay-color: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.8) 100%);
	--rz-tile-icon-width: 80px;
	--rz-tile-icon-height: 80px;
	--rz-tile-icon-bg-color: #f5f5f5;
	--rz-tile-icon-color: #000;
	--rz-tile-icon-border-color: var(--bs-border-color);
	--rz-tile-icon-border-width: 1px;
	--rz-tile-icon-border-radius: 100px;
	--rz-tile-icon-font-size: 2rem;
	--rz-tile-footer-border: 1px solid var(--bs-border-color);
	--rz-tile-footer-padding: .8rem;
	--rz-tile-footer-bg: #fff;
	--rz-tile-footer-btn-color: #000;
}

[data-card-layout="overlay"] .rz-card-img-overlay {
	--rz-card-img-overlay-color: #000000;
}

/* section header */
#landing{background:#FFFDF2}
.tns-controls button .bi-chevron-left::before{content:"\F12F"}
.tns-controls button .bi-chevron-right::before{content:"\F138"}
.tns-controls button:hover{background:#035857}
.hero-section .rz-slider-bg-overlay{background:linear-gradient(0deg,#0e265600 56.74%,#0e2656c2 100%)}
.hero-section .hero-social-btns{position:absolute;right:75px;top:130px;z-index:15;display:block!important}
.hero-section .hero-social-btn{border:0}
.hero-section .hero-social-btns .btn:hover i{color:#035857!important}
#freeform .hero-social-btns {display: none;}
.hero-section .rz-section-header-subtitle{font-size:200px!important;line-height:141px;font-family:"Bebas Neue",sans-serif;font-weight:400;text-transform:uppercase}
.hero-section .rz-section-header-title{font-family:"Alumni Sans SC",sans-serif;font-weight:700;line-height:.85;text-transform:uppercase}
.hero-section .rz-section-header-text{font-weight:700;line-height:1.2;letter-spacing:9px}
.hero-section .tns-controls{left:48px;bottom:24px}
.hero-section .tns-controls button{padding:0;width:38px;height:38px}
.hero-section .nav-controls{display:none}
.hero-section .tns-controls button .bi-chevron-left::before{content:"\f284"}
.hero-section .tns-controls button .bi-chevron-right::before{content:"\f285"}
.hero-section .rz-btn-placeholder {display: none;}
.rz-qlink .rz-qlink-img-overlay{transition:all .3s}
.rz-qlink .rz-qlink-img-overlay::before{position:absolute;content:"";background:#0e2656d9!important;border-radius:24px;width:100%;height:100%;top:0;left:0;opacity:0;transition:all .3s}
.rz-qlink:hover .rz-qlink-img-overlay{background:none}
.rz-qlink:hover .rz-qlink-img-overlay::before{opacity:1}
.rz-qlink:hover .rz-qlink-img{transform:none}
.rz-qlink .rz-qlink-icon{margin-bottom:24px}
.rz-qlink .rz-qlink-body{gap:24px!important}
.rz-qlink .rz-qlink-title{color:#fff;font-weight:400!important;font-family:"Bebas Neue",sans-serif}
.rz-qlink .rz-qlink-text{font-weight:700;padding:16px;border-radius:8px;background:#00000070;backdrop-filter:blur(4.5px);display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden;text-overflow:ellipsis}
.qlink-section .tiny-carousel{padding-bottom:0}
.rz-qlink-wrapper .nav-controls{display:none!important}
.contact-section .rz-section-block.container{position:relative;z-index:4}
.contact-section::after{content:"";position:absolute;width:100%;height:100%;top:0;left:0;background:#0e2652e6}
.contact-section::before{content:"";position:absolute;width:100%;height:100%;top:0;left:0;background:radial-gradient(45.25% 45.25% at 32.29% 54.75%,#0358577a 0%,#03585700 100%);z-index:3}
.contact-section .rz-section-bg-overlay{background:linear-gradient(180deg,var(--Color-Brand-primary-dark,#0E2656) 0%,#0e265600 10.06%),linear-gradient(0deg,var(--Color-Brand-primary-dark,#0E2656) 0%,#0e265600 11.56%)!important}
.contact-section .rz-section-header-subtitle{font-weight:700;line-height:1.5;margin-bottom:16px!important}
.contact-section .rz-section-header-title{font-family:"Bebas Neue",sans-serif;font-weight:400;line-height:120%}
.contact-section .rz-rte-wrap{color:#fff;font-size:18px;font-weight:400;line-height:27px}
.contact-section .rz-button-wrap .btn{background:transparent!important;color:#FFF;border-radius:48px;font-size:16px;border-color:#fff!important}
.contact-section .rz-button-wrap>.d-flex:nth-of-type(2) .btn{background-color:#fff!important;color:#0E2656}
.contact-section .rz-button-wrap .btn:hover{background-color:#035857!important;color:#fff;border-color:#035857!important}
.contact-section .rz-button-wrap>.d-flex:nth-of-type(2) .btn:hover{background-color:#035857!important;color:#fff;border-color:#035857!important}
.contact-section .rz-gallery-image img{border-radius:32px;height:100%}
.contact-section .tns-slider{padding-bottom:0}
.contact-section .rz-gallery-wrapper .nav-controls{display:none}
.contact-section .rz-gallery-wrapper .tns-controls{bottom:22px!important;left:unset;right:25px!important;height:32px;align-items:center;overflow:hidden}
.contact-section .tns-controls button{background-color:#fff!important;color:#0E2656;width:32px!important;height:32px!important;min-height:32px;border-radius:50%;backdrop-filter:blur(5px)}
.contact-section .tns-controls button:hover{background-color:#035857!important;color:#fff}
.contact-section .custom-cursor{display:none!important}
.contact-section .contact-wave-top{position:absolute;top:-63px;width:100%;height:63px;min-height:63px!important;z-index:2}
.contact-section .contact-wave-top .rz-single-image-wrap,.contact-section .contact-wave-top .rz-single-image,.contact-section .contact-wave-top .rz-single-image img{height:100%}
.contact-section .contact-wave-bottom{position:absolute;bottom:-63px;width:100%;height:63px;min-height:63px!important;z-index:1}
.contact-section .contact-wave-bottom .rz-single-image-wrap,.contact-section .contact-wave-bottom .rz-single-image,.contact-section .contact-wave-bottom .rz-single-image img{height:100%}
.news-section .rz-section-header{max-width:832px}
.news-section .rz-section-header-subtitle{font-weight:700;line-height:1.5;margin-bottom:16px!important}
.news-section .rz-section-header-title{font-family:"Bebas Neue",sans-serif;font-weight:400;line-height:1.2;text-transform:uppercase}
.news-section .rz-section-header-text{font-weight:400;line-height:1.2;max-width:768px;margin:24px auto 0}
.rz-news-card[data-card-layout="stacked"]{border:none;background:transparent}
.rz-news-card[data-card-layout="stacked"] .rz-card-img-overlay{transition:all .3s}
.rz-news-card[data-card-layout="stacked"]:hover .rz-card-img-overlay{background:#0358576b}
.rz-news-card[data-card-layout="stacked"] .rz-card-img-wrap{border-radius:32px!important;aspect-ratio:16/14.8}
.rz-news-card[data-card-layout="stacked"] .rz-card-img-wrap .rz-card-img{border-radius:32px}
.rz-news-card[data-card-layout="stacked"]:hover .rz-card-img-wrap .rz-card-img{transform:none}
.rz-news-card[data-card-layout="stacked"] .rz-card-body{padding:24px 0 0;gap:8px!important;margin:0!important}
.rz-news-card[data-card-layout="stacked"] .rz-card-date{display:none}
.rz-news-card[data-card-layout="stacked"] .rz-card-title{color:#0E2656;font-size:32px;line-height:44.8px;margin:0;font-family:"Bebas Neue",sans-serif;font-weight:400;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;text-overflow:ellipsis}
.rz-news-card[data-card-layout="stacked"]:hover .rz-card-title{color:#035857}
.rz-news-card[data-card-layout="stacked"] .rz-card-text{color:#000;font-size:16px;font-weight:400;line-height:24px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;text-overflow:ellipsis}
.rz-news-card[data-card-layout="stacked"] button{margin-top:16px;font-size:16px;background:none!important;padding:0;border:none;color:#0E2656!important;font-weight:700;gap:8px!important;align-items:center}
.rz-news-card[data-card-layout="stacked"] button i::before{font-size:12px;content:'\F285';color:#000;font-weight:700!important}
.rz-news-card[data-card-layout="stacked"] button i{line-height:0}
.news-section .rz-button-wrap{justify-content:center}
.rz-news-card[data-card-layout="stacked"]:hover button.rz-news-button span,.rz-news-card[data-card-layout="stacked"]:hover button i::before{color:#035857!important}
.rz-news-card-wrapper .tns-controls{align-items:center;transform:none!important}
.rz-news-card-wrapper .tns-controls button .bi-chevron-left::before{content:"\F12F"}
.rz-news-card-wrapper .tns-controls button .bi-chevron-right::before{content:"\F138"}
.rz-news-card-wrapper .nav-controls{display:none!important}
.news-section .rz-button-wrap .btn{background:#0E2656;color:#FFF}
.news-section .rz-button-wrap .btn:hover{background:#035857!important;color:#FFF}
.story-section .rz-section-block.container{position:relative;z-index:4}
.story-section::after{content:"";position:absolute;width:100%;height:100%;top:0;left:0;background:#0e2652e6}
.story-section::before{content:"";position:absolute;width:100%;height:100%;top:0;left:0;background:radial-gradient(45.12% 50.93% at 50% 49.02%,#0358576e 0%,#03585700 100%);z-index:3}
.story-section .rz-section-bg-overlay{background:linear-gradient(180deg,#0E2656 0%,#0e265600 18.43%),linear-gradient(0deg,#0E2656 0%,#0e265600 17.98%)!important}
.story-section .rz-section-header-title{font-family:"Bebas Neue",sans-serif;line-height:1.2;text-transform:uppercase}
.story-section .rz-rte-element{color:#fff;text-align:center;font-size:18px;font-weight:400;line-height:27px}
.story-section .rz-button-wrap .btn{background:#fff;color:#0E2656;font-size:16px}
.story-section .rz-button-wrap .btn:hover{background:#035857;color:#fff}
.story-section .story-wave-top{position:absolute;top:-61px;width:100%;height:63px;min-height:63px!important;z-index:2}
.story-section .story-wave-top .rz-single-image-wrap,.story-section .story-wave-top .rz-single-image,.story-section .story-wave-top .rz-single-image img{height:100%}
.story-section .story-wave-bottom{position:absolute;bottom:-62px;width:100%;height:63px;min-height:63px!important;z-index:2}
.story-section .story-wave-bottom .rz-single-image-wrap,.story-section .story-wave-bottom .rz-single-image,.story-section .story-wave-bottom .rz-single-image img{height:100%}
.rz-slider-wrapper .nav-controls{display:none}
.rz-slider-wrapper .tns-controls button{width:32px;min-width:32px;height:32px;min-height:32px;border-radius:8px}
.freeform-fullwidth .col-post-wrap{flex-basis:1328px}
#freeform .contact-wave-top,#freeform .contact-wave-bottom,#freeform .story-wave-top,#freeform .story-wave-bottom{display:none}
.rz-slider .rz-slider-bg-overlay{background:radial-gradient(44.16% 44.16% at 52.77% 55.84%,#0358577a 0%,#03585700 100%),#0e26568f}
body:not(.freeform-fullwidth) .freeform-left-col-fill{display:none}
.col-post-wrap .post-content{height:auto!important}
.col-side-wrap{border-radius:0 32px 32px 0;box-shadow:0 20px 24px -4px #00000014 8px 8px -4px #00000008}
.col-side :not(.submenu-header).rz-module-header{padding:0;color:#0E2656;font-size:24px;font-weight:400;line-height:33.6px;font-family:"Bebas Neue",sans-serif;margin-bottom:16px!important}
.col-side .rz-element-wrapper:not(.rz-submenu-wrapper){padding:0;background:transparent;margin-top:32px}
.col-side .rz-element-wrapper:first-of-type{margin-top:0}
.col-side .rz-staffmember-card-wrap{padding:0}
.col-side .rz-staffmember-card-wrapper>.rz-cards-row{margin:0}
.col-side .rz-staffmember-card>.d-flex{gap:0!important}
.col-side .staffmember-info{gap:0!important;margin-top:8px}
.col-side .staffmember-avatar-position{align-items:flex-start!important;gap:16px!important;flex-direction:column;padding-bottom:12px}
.col-side .staffmember-avatar{max-width:164px;width:100%}
.col-side .staffmember-avatar .avatar-img{width:100%!important;height:164px;border-radius:50%}
.col-side .staffmember-position-name{display:flex;flex-direction:column-reverse}
.col-side .staffmember-name p{color:#0E2656;font-size:24px;font-weight:400;line-height:33.6px;font-family:"Bebas Neue",sans-serif}
.col-side .staffmember-position p{color:#000;font-size:16px;font-weight:400;line-height:24px}
.col-side .staffmember-location{margin-bottom:6px}
.col-side .staffmember-location i::before{content:"\F3E8"}
.col-side .staffmember-location a,.col-side .staffmember-contact a{color:#1A1A1A;font-size:14px;font-weight:400;text-decoration:none;transition:all .3s}
.staffmember-location-link .location-text{transition:all .3s}
.col-side .staffmember-contact a:hover,.col-side .staffmember-location-link:hover .location-text{color:#0E2656;font-weight:700;text-decoration:underline!important}
.col-side .staffmember-contact{gap:0!important}
.col-side .staffmember-contact a{margin-top:18px}
.col-side .staffmember-location a i{color:#0E2656;font-size:24px;max-width:24px;width:100%;display:flex;align-items:center;justify-content:center}
.col-side .staffmember-contact a i{color:#0E2656;font-size:24px;line-height:1}
.col-side .rz-hours-of-op-wrapper .day-cell{color:#1A1A1A;font-size:18px;text-transform:uppercase;font-weight:700;line-height:27px;border:none;padding:6px 0}
.col-side .rz-hours-of-op-wrapper .hours-cell{color:#000;font-weight:400;font-size:16px;border:none;display:flex;align-items:center;padding:6px 0}
.col-side .rz-hours-of-op-wrapper .today-badge{display:none!important}
.col-side .rz-resources-wrapper .list-group-item{padding:8px 16px;margin-bottom:8px;background:#035857!important;border-radius:48px;border:0;color:#fff}
.col-side .rz-resources-wrapper .list-group-item:last-of-type{margin:0}
.col-side .rz-resources-wrapper .list-group-item:hover{background:#0E2656!important}
.col-side .rz-resources-wrapper .list-group-item i{font-size:20px}
.col-side .rz-link-list-wrapper .list-group{gap:16px}
.col-side .rz-link-list-wrapper .list-group-item{padding:0;border:none;}
.col-side .rz-link-list-wrapper .list-group-item i{color:#000;font-size:22px}
.col-side .rz-link-list-wrapper .list-group span{font-size: 12px;color: #000;}
.col-side .rz-link-list-wrapper .list-group .list-group-item:hover i{color:#035857!important}
.col-side .rz-button-wrapper .btn{background:none;padding:16px 24px;border:2px solid #0E2656;border-radius:8px;gap:16px!important}
.col-side .rz-button-wrapper .btn i{color:#0E2656;font-size:22px}
.col-side .rz-button-wrapper .btn span{text-align:left;font-weight:400;font-size:14px;color:#000}
.breadcrumb li{font-weight:700;font-size:16px}
.breadcrumb li a{font-weight:400;text-decoration:none}
.breadcrumb li:before{font-size:11px}
.btn-secondary a {color: #fff;}
.page-title-wrapper .page-title{padding-left:0;color:#0E2656;font-size:64px;font-weight:400;font-family:"Bebas Neue",sans-serif;text-transform:capitalize;margin-bottom:42px}
#post blockquote{color:#035857;font-size:24px;font-style:italic;font-weight:400;line-height:33.6px;border-left:2px solid #0E2656;padding-left:20px}
.rz-ada-floaty-btn-element{top:unset;right:35px;bottom:135px;justify-content:center;align-items:center;width:26px;height:42px}
.rz-ada-floaty-btn-element button{background:#035857;font-size:16px;width:26px;height:42px;border:1px solid #fff;border-radius:48px;padding:0 4px;transition:all .3s}
.rz-ada-floaty-btn-element button:hover{background:#fff;border-color:#0E2656;color:#0E2656}
.rz-share-floaty-btn-element{top:unset;right:35px;bottom:75px;margin-top:62px}
.rz-share-floaty-btn-element button{background:#fff;width:26px;height:42px;border:1px solid #0E2656;border-radius:48px;color:#0E2656;font-size:14px;padding:0;transition:all .3s}
.rz-share-floaty-btn-element button:hover{background:#035857;color:#fff;border-color:#fff}
.floating-alert{background-color:#fff;border-radius:32px;box-shadow:0 12px 16px -4px #00000014 4px 6px -2px #00000008;font-size:16px;color:#000;line-height:24px}
.floating-alert .floating-alert-header{color:#0E2656;font-size:32px;font-weight:400;line-height:44.8px;font-family:"Bebas Neue",sans-serif;padding:24px 32px 0!important}
.floating-alert .floating-alert-inner{padding:0 32px 24px!important}
.floating-alert .alert-buttons{background:transparent;border-radius:0 0 32px 32px;border-top:1px solid #CCC}
.floating-alert .alert-buttons .alert-button{font-size:16px;font-weight:700;line-height:24px;color:#0E2656;padding:11.5px 0;transition:all .3s}
.floating-alert .alert-buttons .alert-button:hover{background-color:#035857;color:#fff}
#landing .site-footer .footer-wave{display:none}
.site-footer .footer-wave{position:absolute;top:0;width:100%;height:63px;min-height:63px!important;z-index:2}
.site-footer .footer-wave .rz-single-image-wrap,.site-footer .footer-wave .rz-single-image,.site-footer .footer-wave .rz-single-image img{height:100%}
.site-footer .footer-logo{width:393px}
.footer-contact-details{display:flex;gap:32px;margin-top:10px}
.footer-contact-details .list-group-item,.footer-hours p{font-weight:600}
.site-footer .rz-module-header{color:#fff;font-size:32px;font-family:"Bebas Neue",sans-serif;font-weight:400;line-height:44.8px;margin-bottom:8px}
.site-footer .list-group-item{border:none}
.site-footer .list-group-item span{transition:all .3s}
.site-footer .list-group-item:hover span{font-weight:700}
.footer-contact-details .list-group-item:hover span{text-decoration:underline}
.site-footer .footer-contact-info a:hover{text-decoration:underline}
.site-footer .rz-rte-element p{color:#fff;margin-bottom:0}
.site-footer .rz-rte-element a{color:#fff;text-decoration:none}
.site-footer .rz-rte-element .hours-title{font-size:24px;color:#FFFAF1;font-weight:400;font-family:"Bebas Neue",sans-serif;line-height:33.6px}
.rz-placeholder {display: none !important;}
.user-logged-in .rz-placeholder {display: block !important;}
@media (min-width: 992px) and (max-width: 1470px) {
.site-header .rz-row-block.opt_row_columns_7{grid-template-columns:230px auto 336px}
}
@media (min-width: 992px) and (max-width: 1320px) {
.site-header{padding:0 48px!important}
.site-header .rz-row-block.opt_row_columns_7{grid-template-columns:190px auto 300px}
.site-header::before{left:32px!important;right:32px!important}
.site-header .main-logo-image{width:190px}
.site-header .header-tools{gap:8px!important}
.site-header .rz-row-block.opt_row_columns_7{grid-template-columns:140px auto 270px}
.site-header .main-logo-image{width:140px}
.site-header .logo-on-scroll{width:140px!important}
.site-header #nav{padding:8px 16px!important;gap:10px!important}
.site-header-wrap.sticky-top .site-header #nav{gap:10px!important}
.site-header #nav>li>a{font-size:14px}
.site-header .header-search-toggle .search-toggle{padding:10.5px 12px!important}
.site-header .rz-button-wrap .btn{padding:7px 12px!important}
}
@media only screen and (min-width:992px) {
.hero-section .hero-wrap{border-radius:32px;overflow:hidden}
.site-header{border-radius:100px;margin-top:48px;padding:0 72px}
#freeform .site-header{margin-top:24px}
.site-header::before{position:absolute;content:"";background-color:#ffffffe6;border-radius:100px;backdrop-filter:blur(4.5px);height:0;left:48px;right:48px;opacity:0;transition:all .3s}
.site-header-wrap.sticky-top .site-header::before{height:100%;opacity:1}
#freeform .site-header::before{height:100%;opacity:1}
#freeform .site-header .logo-no-scroll{display:none}
#freeform .site-header .logo-on-scroll{display:block!important}
.site-header-wrap.sticky-top .site-header,#freeform .site-header-wrap.sticky-top .site-header{margin-top:0}
.site-header-wrap.sticky-top .logo-section,#freeform .site-header-wrap .logo-section{margin:7px 0!important}
.site-header .logo-on-scroll{width:177px}
.site-header .header-tools{gap:16px}
.site-header .search-toggle{padding:10.5px 20px!important;background-color:#fff;border-radius:48px;flex-direction:row-reverse;gap:12px;color:#0E2656;font-size:16px;font-weight:700;line-height:1}
.site-header .search-toggle .sr-only{position:static;width:auto;height:auto;overflow:inherit}
.site-header .header-search-toggle .vr{display:none!important}
.site-header .search-toggle:hover{background-color:#035857;color:#fff}
.site-header-wrap.sticky-top .site-header .search-toggle,#freeform .site-header-wrap .site-header .search-toggle{border-color:#0E2656}
.site-header-wrap.sticky-top .site-header .search-toggle:hover,#freeform .site-header-wrap .site-header .search-toggle:hover{background-color:#0E2656;border-color:#0E2656;color:#fff}
.site-header .translate-button{background:#fff;border:0;color:#0E2656;font-size:16px;font-weight:700;text-transform:uppercase;border-radius:50%;width:40px;height:40px;justify-content:center}
.site-header .translate-button:hover,.site-header .translate-button:focus,.site-header .translate-button:active{background:#035857!important;color:#fff!important}
.site-header .translate-button i{font-size:16px;margin:0!important;line-height:0}
.site-header .translate-button i::before{content:"\F658"}
.site-header .translate-button:focus{background:none;font-size:12px;color:#fff}
.site-header .translate-button:active{background:#035857;font-size:12px!important;color:#fff!important}
.site-header .header-translate-wrap .vr-e{display:none}
.site-header .translate-button .translate-text{display:none}
.site-header-wrap.sticky-top .site-header .translate-button,#freeform .site-header-wrap .site-header .translate-button{border:1px solid #0E2656}
.site-header-wrap.sticky-top .site-header .translate-button:hover,#freeform .site-header-wrap .site-header .translate-button:hover{background-color:#0E2656!important;border-color:#0E2656}
.site-header-wrap.sticky-top .site-header .header-search-wrap .form-control{background:#0E2656;color:#fff}
.site-header-wrap.sticky-top .site-header .header-search-wrap input::placeholder{color:#fff}
.site-header-wrap.sticky-top .site-header .header-search-wrap .btn-link i{color:#fff!important}
.site-header .rz-button-wrap .btn{padding:7px 20px;border-radius:48px;border:1px solid #fff;background:transparent;color:#fff}
.site-header .rz-button-wrap .btn:hover{border-color:#035857;background:#035857}
.site-header-wrap.sticky-top .site-header .rz-button-wrap .btn,#freeform .site-header-wrap .site-header .rz-button-wrap .btn{border-color:#0E2656;color:#0E2656}
.site-header-wrap.sticky-top .site-header .rz-button-wrap .btn:hover,#freeform .site-header-wrap .site-header .rz-button-wrap .btn:hover{background-color:transparent;border-color:#0E2656;color:#0E2656}
.site-header #nav{gap:20px;border-radius:32px}
.site-header .rz-topnav-block-wrapper .center-top {bottom: -12px !important;z-index: -1;}
.site-header-wrap.sticky-top .site-header #nav,#freeform .site-header-wrap .site-header #nav{gap:20px;padding:8px 32px;background:#0E2656}
.site-header #nav li ul.make-mega{border:none;backdrop-filter:blur(4.5px)}
.site-header #nav li ul.make-mega::before{content:'';position:absolute;height:10px;width:100%;background:transparent;top:-12px;left:0}
.site-header #nav ul.normal-menu{padding:24px 0;min-width: 280px;border: none;margin-top: 20px !important;}
.site-header #nav ul.normal-menu::before {content:'';position:absolute;height:41px;width:100%;background:transparent;top:-20px;left:0}
.site-header #nav ul.normal-menu>li {padding: 0 24px;}
.site-header #nav ul.normal-menu li a {margin-bottom: 14px !important;box-shadow: unset;outline: none;}
.site-header #nav ul.normal-menu ul {padding: 24px 16px;}
.site-header #nav ul.normal-menu ul a {background: none !important;padding: 0 !important;color: #0e2656;font-weight: 400 !important;}
.site-header #nav ul.normal-menu ul a:hover {color:#035857 !important;font-weight:700 !important}
.site-header .dropdown-header-item,#nav .dropdown-toggle:after,.nav-border{display:none!important}
.site-header #nav>li>a{line-height:24px;box-shadow:unset;outline:none;text-decoration:none;position:relative}
.site-header #nav>li:hover>a{font-weight:700}
.site-header-wrap.sticky-top .site-header #nav>li:hover>a{font-weight:700}
.site-header-wrap.sticky-top #nav>li>a,#freeform .site-header-wrap #nav>li>a{color:#fff!important}
#nav ul.make-mega ul ul{margin:-12px 0 20px;border-radius:0;border-left:1px solid #035857}
#nav ul.mega-wrap-inner{column-gap:34px!important;margin:0}
#nav ul li a:not(.mega-button-link):not(.dropdown-header),#nav ul li:not(.make-mega) span{font-size:14px;font-weight:700;background:#0E2656;border-radius:48px;margin-bottom:20px;padding:7px 16px;line-height: normal;}
#nav ul li a:not(.mega-button-link):not(.dropdown-header):hover,#nav ul li:not(.make-mega) span:hover{background:#035857;color:#fff}
#nav .mega-wrap-inner li li a:not(.fa):not(.dropdown-header),#nav .mega-wrap-inner li li span:not(.fa){font-weight:400;background:transparent;padding:0 0 15px 16px;margin:0}
#nav .mega-wrap-inner li li:last-of-type a:not(.fa):not(.dropdown-header),#nav .mega-wrap-inner li li:last-of-type span:not(.fa){padding-bottom:0!important}
#nav .mega-wrap-inner li li a:not(.fa):not(.dropdown-header):hover,#nav .mega-wrap-inner li li span:not(.fa):hover{background:none;color:#035857;font-weight:700}
.col-side .rz-submenu-wrapper{border-radius:0;background:transparent;padding:0;margin-top:24px}
.col-side .submenu-header{font-weight:400;font-family:"Bebas Neue",sans-serif;line-height:33.6px;margin-bottom:16px}
.col-side #submenu>li,.col-side #submenu ul li{display:block!important;padding:4px 0}
.col-side #submenu>li>a{color:#000;padding:4px 16px;background:transparent;border:none;border-radius:48px}
.col-side #submenu li a{transition:all .3s}
.col-side #submenu>li:hover>a:not(.dropdown-toggle-split){background:#0E2656;color:#fff}
.col-side #submenu ul{position:relative!important;left:auto!important;display:none;padding:0 0 0 16px;border:none;border-radius:0;box-shadow:unset;background:transparent}
.col-side #submenu ul a,.col-side #submenu ul span{padding:4px 16px;border-radius:48px;white-space: break-spaces;}
.col-side #submenu ul a:hover,.col-side #submenu ul span{background:#0E2656!important;color:#fff}
.col-side #submenu li.active>a:first-child{color:#fff;background:#035857}
.col-side #submenu .nav-link.dropdown-toggle-split{position:absolute;right:0;top:0;height:40px!important;box-shadow:unset}
#submenu ul:last-child li a{background:transparent}
.col-side #submenu>li a.dropdown-toggle::after{content:"\f054";font-size:13px;font-family:"FontAwesome";border:none!important}
.col-side #submenu>li a.dropdown-toggle.active::after{content:"\f077";color:#fff}
.col-side #submenu>li:hover a.dropdown-toggle{color:#fff}
.contact-section .tiny-carousel{height:640px}
.qlink-section .tns-outer{padding:0 48px!important}
.qlink-section .rz-qlink-wrapper .tns-controls{align-items:center;transform:none!important;left:0;right:0}
.rz-news-card-wrapper .tiny-carousel{padding-bottom:0}
.floating-alert{width:443px;max-width:100%;bottom:24px;right:72px}
.col-post-wrap .tns-controls{height:auto}
.col-post-wrap .tiny-carousel-wrap:has(.tns-controls:not([style*="display: none"])) .tns-outer{padding:0 50px!important}
.col-post-wrap .tiny-carousel-wrap:has(.tns-controls:not([style*="display: none"])) .tns-outer .tns-controls{left:0;right:0;height:auto}
.site-header-wrap.sticky-top{z-index:10}
.hero-section{z-index:9}
}
@media only screen and (max-width:991px) {
.site-header .main-logo-image img{min-height:2.5rem}
.offcanvasHeaderItems-offcanvas-body .header-contact-btn .btn{border:1px solid #163457!important;padding:.5rem 1rem!important}
.hero-section .tns-controls{right:15px;left:15px;bottom:20px;justify-content:space-between}
.hero-section .hero-social-btns{top:20px;right:16px}
.hero-section .rz-section-header-subtitle{font-size:100px!important;line-height:85px}
.rz-qlink-wrapper .tns-controls{left:50%!important;transform:translateX(-50%)!important}
.qlink-section .rz-qlink-wrapper .tns-controls{bottom:-48px!important}
.contact-section .serving-wave-top,.contact-section .serving-wave-bottom{display:none}
.news-section .tns-controls{left:50%!important;transform:translateX(-50%)!important}
.story-wave-top,.story-wave-bottom,.contact-wave-top,.contact-wave-bottom{display:none}
.page-title-wrapper .page-title{font-size:46px;margin-bottom:24px}
#post blockquote{font-size:20px;line-height:29.6px}
.site-footer .rz-module-header{justify-content:center}
.site-footer .rz-rte-element{text-align:center}
.site-footer .list-group-item{justify-content:center}
.site-footer .footer-contact-info{flex-direction:column;align-items:center;text-align:center}
.site-footer .rz-button-wrap{align-items:center}
.site-footer .footer-logo-section{justify-content:center;margin-bottom:32px}
.site-footer .footer-logo{width:175px}
.footer-contact-details{flex-direction:column;text-align:center}
.site-footer .footer-wave{display:none}
}
@media only screen and (max-width:767px) {
.hero-section .rz-section-header-subtitle{font-size:56px!important;line-height:54px}
.hero-section .rz-section-header-title{font-size:40px!important}
.hero-section .rz-section-header-text{font-size:18px!important;font-weight:600;letter-spacing:normal}
.rz-news-card[data-card-layout="stacked"] .rz-card-img-wrap{aspect-ratio:16/11.8}
.news-section .rz-section-header-text,.story-section .rz-rte-element,.contact-section .rz-rte-wrap{font-size:16px}
}
input[value="Administration"].admin{margin-top:4px}
