



@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');
:root,
[data-bs-theme=light] {
	--bs-primary: #233d94;
	--bs-secondary: rgb(3, 96, 115);
	--bs-primary-rgb: 35, 61, 148;
	--bs-secondary-rgb: 3, 96, 115;
	--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: "Arial", sans-serif;;
	--bs-body-font-size: 1rem;
	--bs-body-font-weight: 400;
	--bs-body-line-height: 1.5;
	--bs-body-color: #1a1a1a;
	--bs-body-color-rgb: 26, 26, 26;
	--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: "DM Sans", sans-serif;;
	--bs-headers-font-weight: 900;
	--rz-container-width: 1476px;
	--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: #2D6FB7;
	--rz-links-hover-color: #233d94;
	--bs-light: rgba(35, 61, 148, 0.05);
	--userway-color: var(--bs-primary);
	--rz-header-width: ;
}

h1,.h1{font-size: min(48px, 7vw); color:#233D94}
h2,.h2{font-size: min(40px, 6.2vw); color:#233D94}
h3,.h3{font-size: min(36px, 5.4vw); color:#233D94}
h4,.h4{font-size: min(32px, 4.8vw); color:#233D94}
h5,.h5{font-size: min(24px, 4.4vw); color:#233D94}
h6,.h6{font-size: min(20px, 4.2vw); color:#233D94}

a {
	color: #2D6FB7;
}

a:hover{
	color: #233d94
}

.btn {
	--bs-btn-border-width: var(--bs-border-width);
}

/* 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: 20px;
	--bs-btn-padding-y: 9px;
	--bs-btn-font-family: "Arial", sans-serif;;
	--bs-btn-font-size: min(16px, 4vw);
	--bs-btn-font-weight: 700;
	--bs-btn-line-height: 1.5;
	--bs-btn-border-radius: 32px;
	--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: #036073;
	--bs-btn-border-color: #00000000;
	--bs-btn-hover-color: #FFFFFF;
	--bs-btn-hover-bg: #233D94;
	--bs-btn-hover-border-color: #00000000;
	--bs-btn-active-color: #FFFFFF;
	--bs-btn-active-bg: #233D94;
	--bs-btn-active-border-color: #00000000;
	--bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-primary-rgb), .5);
}

.btn-outline-primary{
	--bs-btn-color: #036073;
	--bs-btn-bg: transparent;
	--bs-btn-border-color: #036073;
	--bs-btn-hover-color: #FFFFFF;
	--bs-btn-hover-bg: #233D94;
	--bs-btn-hover-border-color: #00000000;
	--bs-btn-active-color: #FFFFFF;
	--bs-btn-active-bg: #233D94;
	--bs-btn-active-border-color: #00000000;
	--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: #000000;
	--bs-btn-border-color: #000000;
	--bs-btn-hover-color: #FFFFFF;
	--bs-btn-hover-bg: #000000;
	--bs-btn-hover-border-color: #000000;
	--bs-btn-active-color: #FFFFFF;
	--bs-btn-active-bg: #000000;
	--bs-btn-active-border-color: #000000;
	--bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-secondary-rgb), .5);
}

.btn-outline-secondary {
	--bs-btn-color: #000000;
	--bs-btn-bg: transparent;
	--bs-btn-border-color: #000000;
	--bs-btn-hover-color: #FFFFFF;
	--bs-btn-hover-bg: #000000;
	--bs-btn-hover-border-color: #000000;
	--bs-btn-active-color: #FFFFFF;
	--bs-btn-active-bg: #000000;
	--bs-btn-active-border-color: #000000;
	--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: 10px;
	--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:#FFFFFF;
}
.btn.btn-secondary:hover a{
	color:#FFFFFF;
}
.btn.btn-custom:hover a{
	color:#FFFFFF;
}

/* freeform page */
#freeform {
	--rz-freeform-content-padding: 0;
	--rz-freeform-content-bg: transparent;
	--rz-left-col-width: 330px;
	--rz-left-col-padding: 0;
	--rz-left-col-margin: 0;
	--rz-left-col-bg: #829BA9;
	--rz-freeform-left-col-fill-bg: transparent;
	--rz-right-col-width: 1200px;
	--rz-freeform-right-col-fill-bg: transparent;
	--rz-freeform-post-padding: 60px 128px 72px 72px;
	--rz-freeform-post-bg: transparent;
}

.rz-slider-wrapper {
	--rz-slider-height: 500px;
	--rz-slider-bg: #00000000;
	--rz-slider-caption-color: #FFFFFF;
	--rz-slider-caption-width: var(--rz-container-width);
}
.rz-slider .rz-slider-bg-overlay{
	background: linear-gradient(180deg, rgba(0, 51, 160, 0.16) 50%, rgba(0, 35, 109, 0.50) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.00) 16%);
}
@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: 18px;
		--rz-submenu-item-padding: 16px 24px 16px 0;
		--rz-submenu-item-color: #000000;
		--rz-submenu-item-bg: #00000000;
		--rz-submenu-item-border: 1px solid #B9C4CD;
	}
	[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: 18px;
		--rz-submenu-item-padding: 16px 24px 16px 0;
		--rz-submenu-item-color: #000000;
		--rz-submenu-item-bg: #00000000;
		--rz-submenu-item-border: 1px solid #B9C4CD;
	}
}

.submenu-header,.col-side-wrap .rz-module-header {
	--rz-submenu-title-padding: 1rem;
	--rz-submenu-title-bg: ;
	--rz-submenu-title-font-color: #000000;
}

.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: 48px;
	--bs-breadcrumb-bg: #ffffff00;
	--bs-breadcrumb-border-radius: ;
	--bs-breadcrumb-divider-color: #233D94;
	--bs-breadcrumb-item-padding-x: 20px;
	--bs-breadcrumb-item-active-color: #1A1A1A;
	--bs-breadcrumb-link-color: #1A1A1A;
	--bs-breadcrumb-divider: '\F231';
}

/* main site header */
.site-header-wrap {
	--rz-header-position: sticky;
	--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: 168px;
	--rz-logo-margin-top: 16px;
	--rz-logo-margin-right: 0;
	--rz-logo-margin-bottom: -84px;
	--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: transparent;
	--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: 0rem;
	--rz-nav-padding-right: 0rem;
	--rz-nav-padding-bottom: 0rem;
	--rz-nav-padding-left: 0rem;
	--rz-nav-margin-top: 0rem;
	--rz-nav-margin-right: 0rem;
	--rz-nav-margin-bottom: 0rem;
	--rz-nav-margin-left: 0rem;
	--rz-nav-link-color: #000000;
	--rz-nav-link-hover-color: #2d6fb7;
	--rz-nav-link-hover-bg-color: rgba(0, 0, 0, 0);
	--rz-nav-link-padding-x: 10px;
	--rz-nav-link-padding-y: 38px;
	--rz-nav-link-border-radius: 0px;
	--rz-nav-item-padding-x: 0rem;
	--rz-nav-item-padding-y: 0rem;
	--rz-nav-icons-color: #233d94;
	--rz-nav-mega-link-first-child-color: #cadbed;
	--rz-nav-mega-second-child-link-color: #ffffff;
	--rz-nav-mega-column-count: 4;
	--rz-nav-mega-padding-y: 48px;
	--rz-nav-mega-padding-x: 72px;
	--rz-nav-font-size: 18px;
	--rz-nav-font-weight: 700;
	--rz-nav-dropdown-font-size: 18px;
	--rz-nav-dropdown-bg-color: rgba(0, 0, 0, 0);
	--rz-nav-dropdown-bg-link-color: #00000000;
	--rz-nav-dropdown-border-radius: 24px;
	--rz-nav-mega-second-child-font-size: 14px;
	/* mobile header options */
	--rz-header-bg-color-mobile: #FFFFFF;
	--rz-header-icons-color-mobile: #000000;
	--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: 168px;
}

@media only screen and (min-width:992px) {
	[data-header-left="true"] .site-header-wrap {
		width:;
		flex-basis:;
	}

	#nav .make-mega {
		--rz-mega-width: 1070px;
	}

	.tiny-carousel-wrap {
		--rz-carousel-controls-height: 40px;
		--rz-carousel-controls-width: 40px;
		--rz-carousel-controls-font-size: 16px;
		--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: 850px;
	}
	
	.hero-wrap .hero-caption-wrap{
	width:1260px
	}
	
	.hero-wrap {
		--rz-carousel-controls-height: 40px;
		--rz-carousel-controls-width: 40px;
		--rz-carousel-controls-font-size: 16px;
	}

	.hero-wrap {
		--rz-carousel-play-button-font-size: 12px;
		--rz-carousel-play-button-width: 40px;
		--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(3, 96, 115);
	--rz-carousel-controls-border-radius: 100px;
	--rz-carousel-controls-color: #ffffff;
	--rz-carousel-controls-border: ;
	--rz-carousel-controls-box-shadow: #00000000;
	/* 	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: rgba(26, 26, 26, 0.50);
	--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: #e5e5e5;
	--rz-carousel-play-button-border-radius: 50%;
	--rz-carousel-play-button-color: #233d94;
	--rz-carousel-play-button-height: 40px;
	--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: 500px;
	}

	.rz-slider-wrapper {
		--rz-slider-height: 400px;
	}

	#freeform {
		--rz-freeform-content-padding: 20px 0;
	}
}

/* .rz-qlink  */
.rz-qlink-wrapper {
	--rz-qlink-padding: 0;
	--rz-qlink-body-wrap-padding: 16px;
	--rz-qlink-body-padding: 0;
	--rz-qlink-title-font-size: 20px;
	--rz-qlink-text-font-size: 16px;
	--rz-qlink-title-color: #233d94;
	--rz-qlink-text-color: #fff;
	--rz-qlink-color: #fff;
	--rz-qlink-bg: #00000000;
	--rz-qlink-border-color: #00000000;
	--rz-qlink-border-radius: 0;
	--rz-qlink-border-width: 0;
	--rz-qlink-img-height: 120px;
	--rz-qlink-img-aspect-ratio: 16 / 9;
	--rz-qlink-img-overlay-color: none;
	--rz-qlink-icon-width: 91px;
	--rz-qlink-icon-height: 120px;
	--rz-qlink-icon-bg-color: #00000000;
	--rz-qlink-icon-color: #243D94;
	--rz-qlink-icon-border-color: #00000000;
	--rz-qlink-icon-border-width: 0;
	--rz-qlink-icon-border-radius: 0;
	--rz-qlink-icon-font-size: 54px;
	--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: #00000000;
}

/* section header */
:root{
&#160; --sidebar-width:330px;
&#160; --sidebar-bg:#829BA9;
&#160; --content-bg:#fff;
&#160; --wave-height:52px;
}
#freeform.freeform-fullwidth {--sidebar-bg:#fff;}
.alert-top{padding:7px 0!important;border-bottom:1px solid #C4902B!important;}
.alert-top .marquee-content{justify-content:center}
.alert-top .marquee-text{gap:0!important}
.alert-top .btn-primary{margin-left:24px;background:#FFF;color:#233D94!important;font-size:16px;font-weight:700;letter-spacing:.96px;text-transform:uppercase;padding:9.5px 16px!important;border:0;border-radius:24px}
.alert-top .btn-primary a{color:#233D94!important}
.alert-top .btn-primary:hover{color:#FFF;background:#CADBED}
.alert-top .alert-title{color:#233D94;font-family:"DM Sans",sans-serif;font-size:20px;font-weight:900;line-height:26px;margin-right:24px}
.alert-top .alert-btn-close{margin-left:24px}
.alert-top .alert-btn-close path{fill:#1A1A1A}
.alert-top .alert-btn-close:hover path{fill:#2D6FB7}
.alert-top .alert-btn-close svg{width:17px;height:17px;color:#1A1A1A}
.tns-controls button:first-of-type i:before{content:"\e5c4";font-family:'Material Icons'!important;font-size:24px}
.tns-controls button:last-of-type i:before{content:"\e5c8";font-family:'Material Icons'!important;font-size:24px}
.tns-controls button:hover{background-color:#233D94;color:#fff}
.hero-section .rz-section-header-title{font-family:"DM Sans",sans-serif;font-weight:900;line-height:1.1;max-width:992px}
.hero-section .nav-controls,.rz-slider-wrapper .nav-controls{display:none}
.hero-section .tns-controls button:hover{background-color:#233D94;color:#E6E6E6}
.slider-wave{position:absolute!important;bottom:0;width:100%;height:38px;z-index:2;display: none;}
.slider-wave .rz-single-image-wrap,.slider-wave .rz-single-image,.slider-wave img{height:100%}
.hero-section .rz-slider-bg-overlay{background:linear-gradient(180deg,#0033a029 50%,#00236d80 90%),linear-gradient(180deg,#00000080 0%,#0000 16%)}
.rz-qlink-wrapper .rz-qlink {text-align: center;}
.rz-qlink-wrapper .rz-qlink:hover{background:#ffffff1a}
.rz-qlink .rz-qlink-icon{margin-bottom:20px;position:relative;justify-content:flex-end!important}
.qlink-icon-shape{position:absolute!important;width:100%;height:100%;z-index:-1}
.qlink-icon-shape .rz-single-image-wrap,.qlink-icon-shape .rz-single-image,.qlink-icon-shape img{width:100%;height:100%}
.rz-qlink .rz-qlink-img {transform: unset !important;background-size: auto !important;}
.rz-qlink .rz-qlink-title{color:#233D94;font-weight:900!important}
.rz-qlink:hover .rz-qlink-title{color:#036073}
.rz-qlink-wrapper .tns-item{margin-top:0!important}
.rz-qlink-wrapper .tiny-carousel{padding-bottom:0}
.rz-qlink-wrapper .nav-controls{display:none!important}
.about-section .rz-section-header-title{font-family:"DM Sans",sans-serif;font-weight:900;line-height:38.4px;text-transform:capitalize}
.about-section .rz-rte-element{color:#fff!important;font-size:18px;font-weight:400;line-height:29.7px}
.about-section .about-content-wrap{max-width:456px;margin-left:auto}
.about-section .about-content-wrap .btn{background-color:#FFF;text-transform:uppercase}
.about-section .rz-gallery-image{height:640px}
.about-section .rz-gallery-image img{border-radius:24px 0 0 24px;height:100%;object-fit:cover}
.about-section .rz-button-wrap .btn:hover,.about-section .rz-button-wrap .btn:active{color:#036073;background:#B9C4CD}
.about-section .tns-controls button:hover{background-color:#233D94}
.about-section .tiny-carousel{padding-bottom:0}
.about-section .nav-controls{display:none!important}
.about-section .custom-cursor{display:none!important}
.rz-news-card{background:#2D6FB7;border-radius:24px;border:none;display:flex;transition: all 0.3s;}
.rz-news-card:hover {background: #036073;}
.rz-news-card .rz-card-img-wrap{aspect-ratio:16/7.34;border-radius:24px}
#freeform .rz-news-card .rz-card-img-wrap {aspect-ratio: 16/10;}
.rz-news-card:hover .rz-card-img-wrap .rz-card-img{transform:none}
.rz-news-card .rz-card-body{gap:12px!important;padding:32px 72px 48px!important}
.rz-news-card[data-card-layout="stacked"] .rz-card-body {flex: 1 1 auto;}
#freeform .rz-news-card .rz-card-body {padding: 32px !important;}
.rz-news-card .rz-card-date{padding:0!important;background:transparent;text-transform:uppercase;border-radius:0;color:#C7D8EC;font-size:16px;font-family:"DM Sans",sans-serif;font-weight:900;line-height:26.4px;transition:all .3s}
.rz-card-date .news-published-text,.rz-card-date .news-date-month-short{display:none}
.rz-news-card .rz-card-title{color:#fff !important;font-size:32px;font-weight:900;line-height:38.4px;font-family:"DM Sans",sans-serif;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;text-overflow:ellipsis;text-transform:capitalize;margin-bottom:42px}
#freeform .rz-news-card .rz-card-title {font-size: 24px;line-height: 32.4px;}
.rz-news-card .rz-card-text {display: none;}
.rz-news-card .rz-news-button{background:#fff;padding:5.5px 12px 5.5px 20px;border:none;border-radius:50px;color:#2D6FB7;font-size:16px;font-weight:700;line-height:21px;letter-spacing:.96px;text-transform:uppercase;gap:10px!important}
.rz-news-card .rz-news-button i{transform:rotate(-45deg);font-size:33px}
.rz-news-card .rz-news-button i::before{content:"\F135"}
.rz-news-card .rz-news-button:hover{background-color:#CADBED}
.news-section .rz-news-card .rz-button-wrapper {position: absolute;bottom: 48px;right: 0;display: block;z-index: 1;}
.news-section .rz-button-wrapper {display: none;}
.rz-news-card-wrapper .tns-controls button{padding:0}
.rz-news-card-wrapper .nav-controls{display:none!important}
.news-section .rz-button-wrapper{width:fit-content;margin-left:auto;margin-top:-143px;margin-right:72px;position:relative}
.news-section .rz-button-wrap .btn{background-color:transparent;border:1px solid #fff;text-transform:uppercase;letter-spacing:.96px}
.news-section .rz-button-wrap .btn:hover{background-color:#ffffff29}
.mini-calendar-wrap:not(.active){display:none!important}
.rz-mini-events .mini-events-list .row{margin-top:0!important;height:unset!important}
.rz-mini-events .mini-events-list .cal-event-wrap{border-radius:24px;background:#036073;padding:0;position:relative;transition:all .3s}
.mini-events-list .cal-event-wrap .cal-event-info{padding:32px 72px 48px}
#freeform .mini-events-list .cal-event-wrap .cal-event-info {padding: 32px;}
.cal-event-wrap .cal-image-wrap{aspect-ratio:16/7.34}
.cal-event-wrap .cal-image-wrap img{height:100%;object-fit:cover}
.mini-events-list .cal-event .cal-event-time{display:none}
.mini-events-list .cal-event .cal-event-date{background:transparent;color:#C7D8EC;text-transform:uppercase;font-family:"DM Sans",sans-serif;border-radius:0;font-size:16px;font-weight:900;line-height:26.4px}
.cal-event-date .cal-event-month-short,.cal-event-date .cal-event-start-day-ord,.cal-event-date .cal-event-day{display:none}
.mini-events-list .cal-event .cal-event-title{color:#fff;font-size:32px;font-weight:900;line-height:38.4px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis;text-transform:capitalize;width:100%;font-family:"DM Sans",sans-serif;margin-top:12px}
.mini-events-list .cal-event-wrap .cal-event-view{background-color:#fff;padding:12px 55px 12px 20px;margin-top:92px;border:none;border-radius:50px;color:#036073;font-size:16px;font-weight:700;line-height:21px;letter-spacing:.96px;text-transform:uppercase;display:flex;gap:16px!important;width:fit-content;position:relative}
.mini-events-list .cal-event-wrap .cal-event-view::after{position:absolute;content:"\F135";font-family:"bootstrap-icons"!important;font-size:33px;transform:rotate(-45deg);display:inline-block;right:11px;font-weight:400}
.mini-events-list .cal-event-wrap .cal-event-view:hover{background-color:#B9C4CD}
#cal-tabs{display:flex;gap:8px}
#cal-tabs button{border:none;background:#435B74;border-radius:24px;color:#C3DFF2;padding:15px 24px;font-size:18px;font-weight:400;text-transform:capitalize;position:relative;line-height:1;justify-content:center;transition:all .3s}
#cal-tabs button.active{background:#001932;color:#fff}
#cal-tabs button:hover:not(.active){background:#001932}
.rz-mini-events .mini-events-list .tns-controls{bottom:39px!important;left:0!important;transform:unset!important;width:fit-content;gap:8px}
.rz-mini-events .mini-events-list .tns-controls button{padding:0}
.rz-mini-events .mini-events-list .nav-controls{display:none}
.calendar-section .rz-button-wrapper{width:fit-content;margin-left:auto;margin-top:-143px;margin-right:72px;position:relative}
.calendar-section .rz-button-wrap .btn{background-color:transparent;border:1px solid #fff;color:#fff;text-transform:uppercase;letter-spacing:.96px}
.calendar-section .rz-button-wrap .btn:hover{background-color:#ffffff29}
.water-card{flex-wrap:nowrap!important;gap:48px;height:100%}
.water-card .water-card-left{display:flex;flex-direction:column;justify-content:space-between;height:100%}
.water-card .rz-section-header-subtitle{font-weight:900;text-transform:uppercase;margin-bottom:10px;font-family:"DM Sans",sans-serif}
.water-card .rz-rte-wrapper{flex:auto}
.water-card .rz-rte-element{font-size:18px;color:#1A1A1A;line-height:29.7px;margin-top:16px}
.water-card .rz-button-wrapper{margin-top:48px}
.water-card .rz-button-wrapper .btn{text-transform:uppercase;letter-spacing:.96px}
.water-card:last-of-type .rz-button-wrapper .btn{background-color:#2D6FB7}
.water-card:last-of-type .rz-button-wrapper .btn:hover{background-color:#233D94}
.water-card .rz-single-image-wrapper{max-width:152px;width:100%;height:100%;display:flex;align-items:flex-end;justify-content:flex-end}
.water-section-wave{height:285px;position:absolute!important;top:-85px;left:0;width:100%}
.water-section-wave .rz-single-image-wrap,.water-section-wave .rz-single-image,.water-section-wave img{width:100%;height:100%}
.rz-element-wrapper-combo{right:unset!important;left:12px;bottom:12px;flex-direction:column-reverse!important;gap:8px}
.header-translate-wrap-combo button{justify-content:center;background:#233D94!important;box-shadow:0 4px 20px 0 #0000001f;width:44px!important;height:44px;border:1px solid #E6E6E6!important;border-radius:50%;color:#fff;font-size:18px!important;padding:0;transition:all .3s}
.rz-share-floaty-btn-element-combo button{justify-content:center;background:#036073!important;box-shadow:0 4px 20px 0 #0000001f;width:44px!important;height:44px;border:1px solid #E6E6E6!important;border-radius:50%;color:#fff;font-size:15px!important;padding:0;transition:all .3s}
.rz-ada-floaty-btn-element-combo button{justify-content:center;background:#FED482!important;box-shadow:0 4px 20px 0 #0000001f;width:44px!important;height:44px;border:1px solid #E6E6E6!important;border-radius:50%;color:#233D94!important;font-size:15px!important;padding:0;transition:all .3s}
.freeform-fullwidth .col-post-wrap{flex-basis:1236px;min-height:auto}
.col-post-wrap .post-content{height:auto!important}
.page-title-wrapper .page-title{color:#233D94;font-size:64px;font-weight:900;line-height:70.4px;margin-bottom:32px}
.breadcrumb{background:#F2F2F2;border-radius:24px;padding:9px 20px;width:fit-content}
.breadcrumb li{font-weight:400;line-height:1}
.breadcrumb a{text-decoration:none;font-weight: 700;}
.breadcrumb li:before{font-size:10px;font-family:"bootstrap-icons"}
#post .rz-rte-element h3{color:#036073}
#post .rz-rte-element h4{color:#2768AE}
#post .rz-rte-element h5{color:#4D569C}
#post .rz-rte-element h6{color:#49607A}
.col-side .rz-element-wrapper {padding: 32px;}
.col-side .staffmember-info a {color: #0033A0;font-weight: 600;text-decoration: none;}
.col-side .list-group-item {color: #0033A0;}
.contact-section .rz-section-header-wrap,.freeform-qlink-section .rz-section-header-wrap{justify-content:center}
.contact-section .rz-section-header>.d-flex,.freeform-qlink-section .rz-section-header>.d-flex{align-items:center!important}
.contact-section .rz-section-header-title{font-size:48px;margin-bottom:0}
.contact-section .rz-section-header-text{margin:20px 0 0}
.contact-section .rz-button-wrap{justify-content:center;margin-top:20px}
.contact-section .rz-button-wrap .btn{background-color:#fff;border:none;color:#2D6FB7;text-transform:uppercase}
.contact-section .rz-single-image-wrapper {height:104px;position:absolute!important;bottom:0;left:0;width:100%}
.contact-section .rz-single-image-wrapper .rz-single-image-wrap,.contact-section .rz-single-image-wrapper .rz-single-image,.contact-section .rz-single-image-wrapper img{height:100%}
.freeform-qlink-section .rz-section-header-title{color:#233D94;font-size:48px;margin-bottom:40px}
.site-footer-wrap {z-index: 1;}
.site-footer .footer-logo{width:120px}
.site-footer .rz-module-header{color:#1A1A1A;font-size:18px;font-weight:700;line-height:29.7px;padding:8px 0}
.site-footer .list-group .list-group-item{border:none}
.site-footer .list-group .list-group-item span{font-weight: 600;transition:all .3s}
.site-footer .list-group .list-group-item:hover span{color:#2D6FB7!important;text-decoration:underline}
.site-footer .list-group .list-group-item:hover i{color:#2D6FB7!important}
.site-footer .social-btns-wrap .btn:hover i{background:#C8CFE4!important}
.site-footer .enotify-box{background:linear-gradient(0deg,#ffffff80 0%,#ffffff80 100%),#B9C4CD}
.site-footer .enotify-box .rz-module-header{color:#036073;font-size:18px;font-weight:700;line-height:29.7px;padding:0;gap:12px;margin-bottom:16px}
.site-footer .enotify-box .rz-module-header i{background-color:#036073;color:#fff;width:40px;height:40px;font-size:24px;border-radius:50%}
.site-footer .enotify-box .rz-rte-wrap{color:#1A1A1A;font-size:14px;font-weight:400;line-height:23.1px}
.site-footer .enotify-box .rz-button-wrap>.d-flex{flex:1 1 100%}
.site-footer .enotify-box .btn{letter-spacing:.96px;text-transform:uppercase;width:100%}
#freeform .site-footer>.rz-section-block-wrap {background-color:#0033A0;}
#freeform .site-footer .list-group-item span {color: #fff !important;}
#freeform .site-footer .list-group-item i {color: #C8CFE4 !important;}

thead, tbody, tfoot, tr, td, th {border-width: 1px;}
#eNotifyBtn {bottom: 160px;}
.rz-page-links-148 .rz-business-directory-card .rz-card-actions button {display: none;}
.facts-counter .rz-section-header-title {margin-bottom: 4px;}
.facts-counter .rz-counter, .facts-counter .rz-section-header-title span {font-size: 60px;font-weight: 400;color: #fff;font-family: "Roboto Condensed", sans-serif;}
.facts-counter .rz-rte-element {color: #fff;font-size: 18px;font-weight: 400;font-family: "Roboto Condensed", sans-serif;text-align: center;}
.conservation-counter .rz-counter, .conservation-counter .rz-section-header-title span {font-size: 60px;font-weight: 400;color: #2768AE;font-family: "Roboto Condensed", sans-serif;}
.conservation-counter .rz-rte-element {font-size: 18px;font-weight: 400;font-family: "Roboto Condensed", sans-serif;text-align: center;}
@media only screen and (max-width:1250px) {
.rz-news-card .rz-card-body,.mini-events-list .cal-event-wrap .cal-event-info{padding:32px 16px!important}
.calendar-section .rz-button-wrapper,.news-section .rz-button-wrapper{margin-right:16px;margin-top:-128px}
}
@media (min-width: 992px) and (max-width: 1200px) {
.site-header .opt_row_columns_7{grid-template-columns:140px auto 182px!important}
.main-logo{width:140px}
.site-header #nav>li>a{font-size:14px;padding:10px 8px}
}
@media only screen and (min-width:992px) {
.site-header{box-shadow:0 4px 36px 0 #0003}
.site-header .main-logo-image {position: absolute;}
.site-header .header-element{grid-area:item3;max-width:52px;width:100%;transition:.3s}
.site-header .header-site-search input{opacity:0;pointer-events:none;height:100%;background:#F1F5F9!important;border:0;border-radius:32px;padding:10px 41px 10px 20px}
.site-header button.search-btn-with-icon{background:#2D6FB7;width:52px;height:100%;padding:15px!important;justify-content:center;border-radius:50%}
.site-header button.search-btn-with-icon i{font-size:20px!important;font-weight:700;color:#fff}
.site-header .header-element button:hover{background:#036073}
.site-header .header-element button.clicked{background:transparent}
.site-header .header-element button.clicked i{color:#233D94}
.site-header button.search-btn-with-icon .vr{display:none!important}
.site-header .header-element.active button i,.site-header .header-element.active button.clicked i{color:#004d48}
.site-header .header-element.active input{opacity:1;pointer-events:auto;color:#1a1a1a99!important;font-weight:400;box-shadow:unset;outline:none;border:2px solid #2D6FB7}
.site-header .header-element.active input:focus{color:#000!important}
.site-header .header-element.active{max-width:180px}
.site-header .header-site-search{height:100%;height:52px}
.custom-search-toggle{background:transparent;width:52px;height:52px;padding:15px!important;border:1px solid #FFD141;color:#FFD141;border-radius:8px;margin:3px 0;display:none;font-size:20px}
.site-header #nav ul.make-mega, .site-header #nav ul.normal-menu{border-radius:24px;border:0;background:#233D94;top:10px!important;margin:0!important;box-shadow:0 0 24px 0 #0006}
.site-header #nav ul.normal-menu {padding: 15px 0;min-width: 300px;}
.site-header #nav ul.normal-menu li {padding: 0 16px;border-bottom: 1px solid #C8D7EB;}
.site-header #nav ul.normal-menu li:last-child {border-bottom: none;}
.site-header #nav ul.normal-menu>li>a {padding: 10px 0 !important;margin-bottom: 0 !important;}
.site-header #nav ul.normal-menu li a:hover {text-decoration: none !important;}
.site-header #nav ul.normal-menu ul {background:#233D94;}
#nav .normal-menu .dropdown-toggle:after {position: absolute;right: 10px;}
.site-header #nav>li>ul::before{content:'';position:absolute;width:100%;height:11px;top:-10px;background:transparent;left:0}
.site-header .dropdown-header-item{display:none}
.site-header #nav{gap:8px}
.site-header #nav>li>a, .site-header #nav>li>span{line-height:24px;position:relative;font-weight:700;}
#nav ul.make-mega ul ul>li{margin:0}
#nav>li>a.dropdown-toggle:after{color:#233D94;font-size:11px;font-weight:700!important;line-height:0!important;-webkit-text-stroke: .15px currentcolor;}
#nav>li>a.dropdown-toggle.show:after{content:"\F282";transform:rotate(180deg);color:#2D6FB7}
#nav ul.mega-wrap-inner{column-gap:32px!important}
#nav ul li a:not(.mega-button-link):not(.dropdown-header),#nav ul li:not(.make-mega) span{display:block;font-weight:700;padding:8px 0 0;margin-bottom: 5px;line-height:25.7px}
#nav ul li a:not(.mega-button-link):not(.dropdown-header):hover,#nav ul li:not(.make-mega) span:hover{text-decoration:underline}
#nav .mega-wrap-inner li li a:not(.fa):not(.dropdown-header),#nav .mega-wrap-inner li li span:not(.fa){font-weight:400;padding:0;line-height:23.1px;border:0;margin:20px 0 0}
#nav .mega-wrap-inner li li a:not(.fa):not(.dropdown-header):hover,#nav .mega-wrap-inner li li span:not(.fa):hover{text-decoration:underline}
#nav .nav-border{display:none!important}
.col-side .rz-submenu-wrapper{margin-top:24px;padding:32px 0 32px 32px;border-radius:8px}
.col-side .rz-submenu-wrapper .rz-module-header{padding:0;margin-bottom:24px!important;color:#124289;font-size:20px;font-weight:700;line-height:26px}
.col-side #submenu>li{display:block!important}
.col-side #submenu>li:hover{background:transparent}
.col-side #submenu>li>a:not(.dropdown-toggle-split){color:#000;font-weight:600;line-height:21px;transition:none;background:transparent;border-radius:0;transition:all .3s}
.col-side #submenu>li:hover>a:first-child{background:#124289;padding-left:12px;color:#fff}
.col-side #submenu ul li:last-of-type a{border:0!important}
.col-side #submenu ul{left:100%;top:0;padding:20px;border:none;border-radius:0 8px 8px 8px;box-shadow:unset;background:#124289;max-width:100%;width:159px;max-height: 300px;overflow: auto;}
.col-side #submenu ul a,.col-side #submenu ul span{padding:8px 0;background:transparent;margin-bottom:4px;color:#FFF;white-space: break-spaces;}
.col-side #submenu ul a:hover,.col-side #submenu ul span:hover{color:#F6B619}
.col-side #submenu .nav-link.dropdown-toggle-split{position:absolute;right:0;top:0;box-shadow:unset !important;outline:none !important;background: none;border: none;}
.col-side #submenu li:hover .nav-link.dropdown-toggle-split {color: #fff;}
.hero-section .tns-controls,.rz-slider-wrapper .tns-controls{left:64px!important;right:64px!important}
.rz-slider-wrapper .tns-controls{z-index:6!important}
.rz-slider-wrapper .tns-controls button{background-color:#1a1a1a80;color:#E6E6E6}
.rz-slider-wrapper .tns-controls button:hover{background-color:#233D94}
.qlink-section .rz-qlink-wrapper,.freeform-qlink-section .rz-qlink-wrapper{padding:0 72px}
.news-section .tns-outer {padding: 0 80px !important;}
.news-section .rz-news-card-wrapper .tns-controls {left: 0;right: 0;}
.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;}
}
@media only screen and (max-width:991px) {
.alert-top{padding:34px 0 15px!important}
.alert-top .marquee-text>div{display:flex;flex-direction:column;align-items:center}
.alert-top .alert-title{margin-right:6px}
.alert-top .material-icons{float:left}
.alert-top .alert-btn-close{position:absolute;top:-24px;right:5px}
.alert-top .marquee-text{text-align:center}
.alert-top .btn-primary{margin-top:12px}
.main-logo-image img{max-height:4.25rem}
.hero-section .tns-controls{left:50%;transform:translateX(-50%)}
.slider-wave{display:none}
.rz-qlink-wrapper .tiny-carousel{padding-bottom:50px}
.rz-qlink-wrapper .tns-controls{left:50%!important;transform:translateX(-50%)}
.rz-qlink-wrapper .tns-controls button{padding:0}
.about-section .rz-gallery-image img{border-radius:24px}
.about-section .tns-controls{left:50%!important;transform:translateX(-50%);bottom:20px!important}
.rz-mini-events .mini-events-list .tns-controls{left:50%!important;transform:translateX(-50%)!important;bottom:0!important}
.cal-event-wrap .cal-image-wrap img{width:100%}
.rz-news-card .rz-card-img-wrap,.cal-event-wrap .cal-image-wrap{aspect-ratio:16/10}
.rz-news-card .rz-card-title{font-size:20px;line-height:27.4px;margin-bottom:24px}
.news-section .rz-button-wrap .btn,.calendar-section .rz-button-wrap .btn{background-color:#036073}
.calendar-section .rz-button-wrapper,.news-section .rz-button-wrapper{margin:16px auto 0!important}
.rz-news-card-wrapper .tns-controls{left:50%!important;transform:translateX(-50%)}
.mini-events-list .cal-event .cal-event-title{font-size:20px;line-height:27.4px}
.mini-events-list .cal-event-wrap .cal-event-view{margin-top:24px}
.water-card{height:auto;padding:48px 24px!important}
.water-card .rz-single-image-wrapper{margin-top:32px}
.water-section-wave, .contact-section-wave{display:none}
.about-section .rz-gallery-image{height:450px}
.about-section .about-content-wrap {margin: 0 auto;text-align: center;}
.about-section .rz-section-header-wrap {justify-content: center;}
.contact-section .rz-section-header-text, .about-section .rz-section-header-title {text-align: center;}
.about-section .rz-button-wrap {justify-content: center;}
.tns-controls button i:before{font-size:19px!important}
.page-title-wrapper .page-title{font-size:40px;line-height:46.4px;margin-bottom:24px}
.rz-slider-wrapper .tns-controls{top: 50% !important;transform: translateY(-50%);bottom: unset;left: 15px;right: 15px;justify-content: space-between;}
.breadcrumb{margin-bottom:32px}
.breadcrumb:after{display:none}
#freeform .site-footer {border-top: 1px solid #233D94;}
.site-footer .footer-logo{width:130px}
.site-footer .rz-link-list-wrapper{padding-left:0!important}
.site-footer .rz-module-header{justify-content:center}
.site-footer .rz-rte-element{text-align:center}
.site-footer .footer-links .list-group{flex-direction:column}
.site-footer .footer-links .list-group .list-group-item{width:100%}
.site-footer .list-group .list-group-item{width:100%;justify-content:center}
.site-footer .enotify-box{max-width:320px;margin:0 auto}
.inner-wave {display: none;}
}
@media only screen and (max-width:767px) {
.water-card{height:auto;padding:48px 16px!important}
.about-section .rz-gallery-image{height:384px}
.page-title-wrapper .page-title{font-size:32px;line-height:38.4px}
}
#freeform:not(.freeform-fullwidth) .freeform-left-col-fill, #freeform:not(.freeform-fullwidth) .freeform-right-col-fill {display: none;}
