



@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root,
[data-bs-theme=light] {
	--bs-primary: #001932;
	--bs-secondary: #68aedf;
	--bs-primary-rgb: 0, 25, 50;
	--bs-secondary-rgb: 104, 174, 223;
	--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: "Poppins", sans-serif;;
	--bs-body-font-size: 16px;
	--bs-body-font-weight: 400;
	--bs-body-line-height: 1.5;
	--bs-body-color: #0e0e0e;
	--bs-body-color-rgb: 14, 14, 14;
	--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: "Poppins", sans-serif;;
	--bs-headers-font-weight: 700;
	--rz-container-width: 1032px;
	--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: #435B74;
	--rz-links-hover-color: #001932;
	--bs-light: rgba(0, 25, 50, 0.05);
	--userway-color: var(--bs-primary);
	--rz-header-width: ;
}

h1,.h1{font-size: min(48px, 7vw); color:var(--bs-body)}
h2,.h2{font-size: min(40px, 6.2vw); color:var(--bs-body)}
h3,.h3{font-size: min(36px, 5.4vw); color:var(--bs-body)}
h4,.h4{font-size: min(32px, 4.8vw); color:var(--bs-body)}
h5,.h5{font-size: min(24px, 4.4vw); color:var(--bs-body)}
h6,.h6{font-size: min(20px, 4.2vw); color:var(--bs-body)}

a {
	color: #435B74;
}

a:hover{
	color: #001932
}

.btn {
	--bs-btn-border-width: 0;
}

/* 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: 10px;
	--bs-btn-font-family: "Poppins", sans-serif;;
	--bs-btn-font-size: 18px;
	--bs-btn-font-weight: 400;
	--bs-btn-line-height: 1.5;
	--bs-btn-border-radius: 24px;
	--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: #001932;
	--bs-btn-bg: #68aedf;
	--bs-btn-border-color: #00000000;
	--bs-btn-hover-color: #c3dff2;
	--bs-btn-hover-bg: #001932;
	--bs-btn-hover-border-color: #00000000;
	--bs-btn-active-color: #c3dff2;
	--bs-btn-active-bg: #001932;
	--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: #68aedf;
	--bs-btn-bg: transparent;
	--bs-btn-border-color: #68aedf;
	--bs-btn-hover-color: #c3dff2;
	--bs-btn-hover-bg: #001932;
	--bs-btn-hover-border-color: #00000000;
	--bs-btn-active-color: #c3dff2;
	--bs-btn-active-bg: #001932;
	--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: 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:#001932;
} 
.btn.btn-primary:hover a{
	color:#c3dff2;
}
.btn.btn-secondary:hover a{
	color:#FFFFFF;
}
.btn.btn-custom:hover a{
	color:#FFFFFF;
}

/* freeform page */
#freeform {
	--rz-freeform-content-padding: 72px 0;
	--rz-freeform-content-bg: #F4FAFF;
	--rz-left-col-width: 272px;
	--rz-left-col-padding: 0;
	--rz-left-col-margin: 0;
	--rz-left-col-bg: #F4FAFF;
	--rz-freeform-left-col-fill-bg: #F4FAFF;
	--rz-right-col-width: 976px;
	--rz-freeform-right-col-fill-bg: #F4FAFF;
	--rz-freeform-post-padding: 0 0 0 32px;
	--rz-freeform-post-bg: #F4FAFF;
}

.rz-slider-wrapper {
	--rz-slider-height: 400px;
	--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: #00000000;
		--rz-submenu-border: ;
		--rz-submenu-color: #41484d;
		--rz-submenu-border-radius: 16px;
		--rz-submenu-font-size: 14px;
		--rz-submenu-item-padding: 8px 0;
		--rz-submenu-item-color: #41484d;
		--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: #00000000;
		--rz-submenu-border: ;
		--rz-submenu-color: #41484d;
		--rz-submenu-border-radius: 16px;
		--rz-submenu-font-size: 14px;
		--rz-submenu-item-padding: 8px 0;
		--rz-submenu-item-color: #41484d;
		--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: #001932;
}

.submenu-header,.rz-module-header {
	--rz-submenu-title-font-size: 20px;
}

.breadcrumb {
	--bs-breadcrumb-padding-x: 0;
	--bs-breadcrumb-padding-y: 0;
	--bs-breadcrumb-margin-bottom: 16px;
	--bs-breadcrumb-bg: #00000000;
	--bs-breadcrumb-border-radius: ;
	--bs-breadcrumb-divider-color: #41484d;
	--bs-breadcrumb-item-padding-x: 20px;
	--bs-breadcrumb-item-active-color: #435b74;
	--bs-breadcrumb-link-color: #202326;
	--bs-breadcrumb-divider: '\FF0F';
}

/* 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: 146px;
	--rz-logo-margin-top: 16px;
	--rz-logo-margin-right: 0;
	--rz-logo-margin-bottom: 16px;
	--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: #F4FAFF;
	--rz-nav-link-hover-color: #001932;
	--rz-nav-link-hover-bg-color: #68aedf;
	--rz-nav-link-padding-x: 16px;
	--rz-nav-link-padding-y: 8px;
	--rz-nav-link-border-radius: 40px;
	--rz-nav-item-padding-x: 0rem;
	--rz-nav-item-padding-y: 0rem;
	--rz-nav-icons-color: #222;
	--rz-nav-mega-link-first-child-color: #001932;
	--rz-nav-mega-second-child-link-color: #435b74;
	--rz-nav-mega-column-count: 4;
	--rz-nav-mega-padding-y: 0;
	--rz-nav-mega-padding-x: 0;
	--rz-nav-font-size: 16px;
	--rz-nav-font-weight: 700;
	--rz-nav-dropdown-font-size: 18px;
	--rz-nav-dropdown-bg-color: #c3dff2;
	--rz-nav-dropdown-bg-link-color: #00000000;
	--rz-nav-dropdown-border-radius: 0 0 32px 32px;
	--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: 146px;
}

@media only screen and (min-width:992px) {
	[data-header-left="true"] .site-header-wrap {
		width:;
		flex-basis:;
	}

	#nav .make-mega {
		--rz-mega-width: 1344px;
	}

	.tiny-carousel-wrap {
		--rz-carousel-controls-height: 33px;
		--rz-carousel-controls-width: 33px;
		--rz-carousel-controls-font-size: 24px;
		--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;
		--rz-carousel-nav-button-width: 12px;
		--rz-carousel-nav-button-height: 12px;
		--rz-carousel-nav-button-active-width: 24px;
		--rz-carousel-nav-button-margin: 0;
		/* play and dots container	 */
		--rz-carousel-nav-controls-padding: 0;
	}

	.hero-wrap {
	--hero-height: 880px;
	}
	
	.hero-wrap .hero-caption-wrap{
	width:var(--rz-container-width)
	}
	
	.hero-wrap {
		--rz-carousel-controls-height: 64px;
		--rz-carousel-controls-width: 64px;
		--rz-carousel-controls-font-size: 1.5rem;
	}

	.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: 40px;
		--rz-carousel-nav-controls-padding: 0 0 0 0;
	}
	.hero .tns-nav button{
		--rz-carousel-nav-button-width: 16px;
		--rz-carousel-nav-button-height: 16px;
	}

}

.tiny-carousel-wrap {
	/* 	arrows */
	--bs-gutter-x: 1.5rem;
	--rz-carousel-controls-bg: #00000000;
	--rz-carousel-controls-border-radius: 100px;
	--rz-carousel-controls-color: rgba(0, 25, 50, 0.80);
	--rz-carousel-controls-border: 3px solid rgba(0, 25, 50, 0.80);
	--rz-carousel-controls-box-shadow: none;
	/* 	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: 0;
	--rz-carousel-nav-button-border-radius: 6px;
	--rz-carousel-nav-button-border: 3px solid rgba(0, 25, 50, 0.80);
	--rz-carousel-nav-button-bg: #435b74;
	--rz-carousel-nav-button-active-bg: #00000000;
	/* play and dots container	 */
	--rz-carousel-nav-controls-bg: #435b74;
	--rz-carousel-nav-controls-border-radius: 0;
	--rz-carousel-nav-controls-border: 0;
}

/* Modules */
/* hero */
.hero-wrap {
	--bs-gutter-x: 1.5rem;
	--hero-bg-color: #000;
	--rz-carousel-controls-bg: rgba(255, 255, 255, 1);
	--rz-carousel-controls-border-radius: 100px;
	--rz-carousel-controls-color: #000;
	--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: 2px solid #68AEDF;
	--rz-carousel-nav-button-bg: #68aedf;
	--rz-carousel-nav-button-active-bg: #001932;
	--rz-carousel-nav-controls-bg: #00000000;
	--rz-carousel-nav-controls-border-radius: 100px;
	--rz-carousel-nav-controls-border: 0;
}

/* 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: 500px;
	}

	#freeform {
		--rz-freeform-content-padding: 20px 0;
	}
}

/* .rz-qlink  */
.rz-qlink-wrapper {
	--rz-qlink-padding: 24px;
	--rz-qlink-body-wrap-padding: 0;
	--rz-qlink-body-padding: 0;
	--rz-qlink-title-font-size: 18px;
	--rz-qlink-text-font-size: 14px;
	--rz-qlink-title-color: #f4faff;
	--rz-qlink-text-color: #c3dff2;
	--rz-qlink-color: #c3dff2;
	--rz-qlink-bg: #001932;
	--rz-qlink-border-color: #00000000;
	--rz-qlink-border-radius: 16px;
	--rz-qlink-border-width: 0;
	--rz-qlink-img-height: 300px;
	--rz-qlink-img-aspect-ratio: 16 / 9;
	--rz-qlink-img-overlay-color: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.8) 100%);
	--rz-qlink-icon-width: 33px;
	--rz-qlink-icon-height: 33px;
	--rz-qlink-icon-bg-color: #00000000;
	--rz-qlink-icon-color: #68aedf;
	--rz-qlink-icon-border-color: #00000000;
	--rz-qlink-icon-border-width: 0;
	--rz-qlink-icon-border-radius: 0;
	--rz-qlink-icon-font-size: 33px;
	--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: 16px;
	--rz-tile-body-padding: 0;
	--rz-tile-title-font-size: 32px;
	--rz-tile-text-font-size: 16px;
	--rz-tile-title-color: #001932;
	--rz-tile-text-color: #fff;
	--rz-tile-color: #fff;
	--rz-tile-bg: #00000000;
	--rz-tile-border-color: #00000000;
	--rz-tile-border-radius: 16px;
	--rz-tile-border-width: 0;
	--rz-tile-img-height: 360px;
	--rz-tile-img-aspect-ratio: 16 / 9;
	--rz-tile-img-overlay-color: #00000000;
	--rz-tile-icon-width: 24px;
	--rz-tile-icon-height: 24px;
	--rz-tile-icon-bg-color: #00000000;
	--rz-tile-icon-color: #001932;
	--rz-tile-icon-border-color: #00000000;
	--rz-tile-icon-border-width: 0;
	--rz-tile-icon-border-radius: 0;
	--rz-tile-icon-font-size: 16px;
	--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 */
#landing .rz-anchor-buttons-wrapper{top:60%!important}
#landing .rz-anchor-buttons{--rz-anchor-buttons-width:181px;background:transparent;border:0;border-radius:0}
#landing .rz-anchor-buttons .anchor-button{position:relative;border-radius:28px 0 0 28px;border-top:.5px solid #c3dff2cc;border-bottom:.5px solid #c3dff2cc;border-left:4px solid #c3dff2cc;backdrop-filter:blur(6px);background:#001932cc;transition:all .3s}
#landing .rz-anchor-buttons .anchor-button:not(:last-of-type){margin-bottom:4px}
#landing .rz-anchor-buttons .anchor-button:hover,.rz-anchor-buttons .anchor-button.active{background:#68aedfcc!important;border-top-width:1px;border-bottom-width:1px}
.rz-anchor-buttons .anchor-button.active{margin-left:-20px!important}
#landing .rz-anchor-buttons .anchor-button:hover{margin-left:0!important}
#landing .rz-anchor-buttons .anchor-button span{color:#F4FAFF;font-size:14px;font-weight:400;line-height:21px}
#landing .rz-anchor-buttons .anchor-button i{outline:none;background:none;font-size:20px;color:#F4FAFF}
#landing .rz-anchor-buttons .anchor-button:hover span,#landing .rz-anchor-buttons .anchor-button.active span{font-size:14px;color:#001932!important}
#landing .rz-anchor-buttons .anchor-button:hover i,#landing .rz-anchor-buttons .anchor-button.active i{font-size:20px;color:#001932!important}
#landing .rz-anchor-buttons .anchor-button:after{display:none}
.tns-controls .bi-chevron-left::before{content:"\F12C";font-weight:600!important}
.tns-controls .bi-chevron-right::before{content:"\F135";font-weight:600!important}
.site-header .header-contact-btn i{line-height:.8}
.site-header .header-contact-btn i::before{line-height:0}
.hero-section .header-search-wrap{width:576px!important;max-width:100%;margin-bottom:48px}
.hero-section .header-search-wrap .form-control{padding:8px 16px;border:none;background:#c3dff2cc;backdrop-filter:blur(6px);border-radius:32px;color:#001932;font-size:16px;font-weight:400;line-height:24px;box-shadow:unset;outline:none;height:64px}
.hero-section .header-search-wrap input::placeholder{color:#001932}
.hero-section .header-search-wrap .btn-link{width:48px;height:48px;border-radius:50%;background:#001932;display:flex!important;justify-content:center;align-items:center!important;padding:0!important;right:16px!important}
.hero-section .header-search-wrap .btn-link i{color:#C3DFF2;font-size:17.5px}
.hero-section .header-search-wrap .btn-link:hover{color:#C3DFF2;background:#435B74}
.hero-section .header-search-wrap .btn-link span{display:none!important}
.hero-section .nav-controls{bottom:124px!important;padding:0!important;left:50%;right:unset;transform:translateX(-50%)}
.hero-section .nav-controls .tns-nav{overflow:visible;gap:8px;justify-content:center}
.hero-section .nav-controls button.tns-nav-active{width:40px!important}
.hero-section .nav-controls button::after{background-color:#68AEDF!important}
.hero-section .nav-controls button:hover{background:#001932}
.hero-section .nav-controls button.tns-nav-active::after{background-color:#68AEDF!important}
.hero-section .tns-controls{display:none}
#landing .rz-qlink{background:transparent}
.rz-qlink-wrapper .rz-qlink{padding-top:24px!important}
.rz-qlink-wrap:not(:last-child) .rz-qlink{margin-bottom:16px}
.rz-qlink-wrapper .rz-qlink{backdrop-filter:blur(8px)}
#landing .rz-qlink-wrapper .rz-qlink:hover{background:#ffffff1a}
.rz-qlink .rz-qlink-icon{margin-top:0;margin-bottom:16px}
.qlink-section .rz-qlink-title,.business-section .rz-qlink-title{color:#F4FAFF}
.rz-qlink .rz-qlink-title{color:#F4FAFF;font-weight:700!important}
.rz-qlink .rz-qlink-text{color:#C3DFF2}
.qlink-section .tns-controls button,.business-section .tns-controls button{border-color:#c3dff2cc;color:#c3dff2cc}
.qlink-section .tns-controls button:hover,.business-section .tns-controls button:hover{border-color:#68AEDF;color:#68AEDF}
.rz-qlink-wrapper .tns-item{margin-top:0!important}
.rz-qlink-wrapper .tiny-carousel{padding-bottom:57px}
.rz-qlink-wrapper .tns-controls{bottom:0!important;left:50%!important;transform:translateX(-50%);gap:8px}
.rz-qlink-wrapper .tns-controls button{padding:0}
.rz-qlink-wrapper .nav-controls{display:none!important}
.highlight-section .rz-tile-wrapper .rz-tile:hover .rz-tile-img{transform:none}
.highlight-section .rz-tile-wrapper .rz-tile-wrap{height:unset}
.highlight-section .rz-tile-wrapper .rz-tile-img-overlay{background:none!important}
.highlight-section .rz-tile-wrapper .rz-tile-img {position: relative;}
.highlight-section .rz-tile-wrapper .rz-tile-img::before{position: absolute;content: "";border-radius: 16px;background: linear-gradient(180deg, var(--Color-Brand-Color-4, rgba(195, 223, 242, 0.30)) 0%, var(--Color-Brand-Color-3, rgba(104, 174, 223, 0.30)) 100%);width: 100%;height: 100%;top: 0;left: 0;opacity: 0;transition: all 0.3s;}
.highlight-section .rz-tile-wrapper .rz-tile:hover .rz-tile-img::before {opacity: 1;}
.highlight-section .rz-tile-wrapper .rz-tile:hover .rz-tile-title{text-decoration:underline}
.highlight-section .rz-tile-wrapper .rz-tile .rz-tile-body-wrap .rz-tile-body{gap:16px!important}
.highlight-section .rz-tile-wrapper .rz-tile .rz-tile-body-wrap .rz-tile-icon{position:absolute;right:0;bottom:0;background:transparent;margin:0}
.highlight-section .rz-tile-wrapper .rz-tile .rz-tile-body-wrap .btn{padding:0;background:transparent;border-radius:0;border:0;color:#001932;font-size:14px;font-weight:400;line-height:21px}
.rz-news-card[data-card-layout="horizontal"]{flex-direction:row;border-radius:16px 0 0 16px;border:none;display:flex;gap:16px;min-height: 136px;}
.rz-news-card{background:none;border:none;gap:16px!important}
.rz-news-card .rz-card-img-wrap .rz-card-img{border-radius:16px}
.rz-news-card[data-card-layout="horizontal"] .rz-card-img-wrap{width:153px;height:148px}
.rz-news-card:hover .rz-card-img{transform:none;border-radius:16px}
.rz-news-card .rz-card-body{gap:8px!important;padding:0!important}
.rz-card-date{padding:0!important;background:transparent;border-radius:0;color:#001932;font-size:14px;font-weight:400;line-height:21px;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:#001932;font-size:20px;font-weight:700;line-height:28px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis}
.rz-news-card:hover .rz-card-title{text-decoration:underline}
.rz-news-card .rz-news-button{background:none;padding:0;width:100%;justify-content:space-between!important;border:none;border-radius:0;color:#001932;font-size:14px;font-weight:400;line-height:21px}
.feature-news .rz-news-card,.rz-news-card[data-card-layout="stacked"]{flex-direction:column}
.rz-news-card[data-card-layout="stacked"] .rz-card-title,.feature-news .rz-news-card .rz-card-title{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;text-overflow:ellipsis}
.rz-news-card[data-card-layout="stacked"] .rz-card-date,.feature-news .rz-news-card .rz-card-date{display:none}
.feature-news .rz-news-card .rz-card-img-wrap{aspect-ratio:16/12.65;width:100%;height:auto;position:relative}
.rz-news-card .rz-card-img-wrap::before{position:absolute;content:"";background:linear-gradient(180deg,#c3dff24d 0%,#68aedf4d 100%);border-radius:16px;width:100%;height:100%;top:0;left:0;transition:all .3s;opacity:0;z-index:1}
.rz-news-card:hover .rz-card-img-wrap::before{opacity:1}
.rz-news-card[data-card-layout="stacked"] .rz-card-body{gap:16px!important}
.news-section .rz-button-wrapper {margin-top: 32px;}
.news-section .rz-btn-element{background-color:#001932;color:#68AEDF;}
.news-section .rz-btn-element:hover{background:#435B74;color:#fff}
.business-section .rz-qlink{backdrop-filter:blur(15px)}
.business-section .tiny-carousel{padding-bottom:57px}
.business-section .tns-controls{bottom:0!important;left:50%!important;transform:translateX(-50%);gap:8px}
.business-section .tns-controls button{padding:0}
.business-section .nav-controls{display:none!important}
.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:16px;background:#001932;padding:32px;position:relative;transition:all .3s}
.cal-event-top{display:flex;align-items:center;gap:24px}
.mini-events-list .cal-event .cal-event-time{color:#F4FAFF;font-size:14px;font-weight:400;line-height:21px;position:relative}
.mini-events-list .cal-event .cal-event-time time:first-of-type,.mini-events-list .cal-event .cal-event-time span{display:none}
.mini-events-list .cal-event .cal-event-time::after{content:"";background:#f4faff1a;width:1px;height:16px;position:absolute;left:-12px;top:48%;transform:translateY(-50%)}
.rz-mini-events .mini-events-list .cal-event .cal-event-date{background:transparent;color:#F4FAFF;border-radius:0;font-size:14px;font-weight:700;line-height:21px}
.cal-event-date .cal-event-month-long,.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:#F4FAFF;font-size:20px;font-weight:700;line-height:28px;margin-top:8px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis;text-transform:capitalize;width:100%}
.mini-events-list .cal-event .cal-event-desc {color:#F4FAFF;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis;margin-top: 16px;}
.cal-image-wrap{display:none}
.rz-mini-events .mini-events-list .cal-event-wrap:hover{background:#68AEDF}
.mini-events-list .cal-event-wrap:hover .cal-event-title,.mini-events-list .cal-event-wrap:hover .cal-event-date,.mini-events-list .cal-event-wrap:hover .cal-event-time, .mini-events-list .cal-event-wrap:hover .cal-event-desc{color:#001932}
.rz-mini-events .mini-events-list .cal-event-wrap:hover .cal-event-time::after{background:#0019321a}
.rz-mini-events .mini-events-list .cal-event-wrap:hover .cal-event-more,.rz-mini-events .mini-events-list .cal-event-wrap:hover .cal-event-more::after{color:#001932cc}
.rz-mini-events .cal-event-more{color:#c3dff2cc;font-size:14px;margin-top:64px;position:relative}
.rz-mini-events .cal-event-more::after{content:"\F123";color:#c3dff2cc;font-family:"bootstrap-icons";transform:rotate(-45deg);position:absolute;right:0}
#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:#68AEDF}
#cal-tabs button:hover:not(.active){background:#001932}
.calendar-section .rz-button-wrap .btn:hover {color: #68AEDF;}
.government-section .rz-qlink:hover{background:#ffffff1a!important}
.government-section .rz-qlink-wrap .rz-qlink{margin:0;backdrop-filter:blur(15px)}
.government-section .rz-qlink-icon{margin-top:0;margin-bottom:16px}
.government-section .rz-qlink-title{color:#202326}
.government-section .rz-qlink-text{color:#202326!important}
.government-section .rz-tile-wrap{height:unset}
.government-section .rz-tile .rz-tile-img-overlay{background:none!important}
.government-section .rz-tile:hover .rz-tile-img{transform:none}
.government-section .rz-tile-title{font-weight:700;line-height:31.2px}
.government-section .rz-tile:hover .rz-tile-title{text-decoration:none}
.government-section .rz-tile-body{align-items:center}
.government-section .rz-tile-title span{color:#202326;font-size:14px;font-style:italic;font-weight:400;line-height:21px}
.government-section .nav-controls{bottom:0!important;right:unset!important;left:50%!important;transform:translateX(-50%)!important;padding:0!important;background:transparent!important}
.government-section .rz-tile-wrapper .tiny-carousel{padding:0 0 20px}
.government-section .nav-controls .tns-nav{overflow:visible;gap:8px;justify-content:center}
.government-section .nav-controls .tns-nav button{border:none;outline:3px solid #435B74;outline-offset:-1px}
.government-section .nav-controls .tns-nav button:hover:not(.tns-nav-active){background:#001932!important;border-color:#001932;outline-color:#001932}
.government-section .nav-controls button.tns-nav-active{width:24px!important}
.government-section .nav-controls button::after{background-color:transparent!important}
.government-section .nav-controls button.tns-nav-active::after{background:#435B74!important;scrollbar-color:#435B74!important}
.government-section .tns-controls{display:none}
.mayor-section .rz-gallery-image{position:relative}
.mayor-section .rz-gallery-image::after{position:absolute;content:"";background:linear-gradient(0deg,#00193266 0%,#00193266 100%);border-radius:32px;width:100%;height:100%;top:0;left:0;transition:all .3s;opacity:0;z-index:1}
.mayor-section .rz-gallery-image:hover::after{opacity:1}
.mayor-section .rz-gallery-image .custom-cursor {transition: all 0.3s;}
.mayor-section .rz-gallery-image:hover .custom-cursor {background-color: #68AEDF !important;}
.mayor-section .custom-cursor{width:53px;height:53px;border-radius:50%}
.department-hero-section .rz-section-header-wrap{max-width:605px}
.department-hero-section .rz-section-header-title{color:#f4faff;text-shadow:0 4px 20px #0000008f;-webkit-text-stroke-width:1px;-webkit-text-stroke-color:#0019321a}
.department-hero-section .header-search-wrap{width:576px!important;max-width:100%;margin-bottom:48px;position:absolute;bottom:0;left:50%;transform:translateX(-50%);z-index:1}
.department-hero-section .header-search-wrap .form-control{padding:8px 16px;border:none;background:#c3dff2cc;backdrop-filter:blur(6px);border-radius:32px;color:#001932;font-size:16px;font-weight:400;line-height:24px;box-shadow:unset;outline:none;height:64px}
.department-hero-section .header-search-wrap input::placeholder{color:#001932}
.department-hero-section .header-search-wrap .btn-link{width:48px;height:48px;border-radius:50%;background:#001932;display:flex!important;justify-content:center;align-items:center!important;padding:0!important;right:16px!important}
.department-hero-section .header-search-wrap .btn-link i{color:#C3DFF2;font-size:17.5px}
.department-hero-section .header-search-wrap .btn-link:hover{color:#C3DFF2;background:#435B74}
.department-hero-section .header-search-wrap .btn-link span{display:none!important}
.department-hero-section .nav-controls{bottom:124px!important;padding:0!important;left:50%;right:unset;transform:translateX(-50%)}
.department-hero-section .nav-controls .tns-nav{overflow:visible;gap:8px;justify-content:center}
.department-hero-section .nav-controls .tns-nav button{box-shadow:0 4px 20px 0 #0006}
.department-hero-section .nav-controls button.tns-nav-active{width:40px!important}
.department-hero-section .nav-controls button::after{background-color:#68AEDF!important}
.department-hero-section .nav-controls button:hover{background:#001932}
.department-hero-section .nav-controls button.tns-nav-active::after{background-color:#68AEDF!important}
.department-hero-section .tns-controls{display:none}
.department-hero-section nav.breadcrumb,.rz-slider-caption nav.breadcrumb{padding:13.5px 20px;border-radius:8px;background:#68aedfcc;backdrop-filter:blur(8px);margin-top:12px}
.department-hero-section nav.breadcrumb li,.rz-slider-caption nav.breadcrumb li{color:#001932;font-size:14px;font-weight:400;line-height:21px}
.department-hero-section nav.breadcrumb li a,.rz-slider-caption nav.breadcrumb li a{color:#202326!important;font-weight:700!important}
.department-hero-section .breadcrumb li:before,.rz-slider-caption .breadcrumb li:before{color:#41484D}
.rz-tile-wrap{min-height:248px}
.rz-tile-wrap .rz-tile-body{justify-content:center}
.rz-tile .rz-tile-img-overlay{background:linear-gradient(0deg,#68aedfcc 0%,#68aedfcc 100%)}
.rz-tile:hover .rz-tile-img-wrap .rz-tile-img{transform:none}
.department-about-section .department-about-content-wrap .rz-section-header .rz-section-header-title{margin-bottom:24px!important}
.department-about-section .department-about-content-wrap .btn{background-color:#001932;color:#68AEDF}
.dept-inner-news .rz-section-header-wrap, .dept-inner-calendar .rz-section-header-wrap {margin-bottom: 32px;}
.dept-inner-news .rz-button-wrap, .dept-inner-calendar .rz-button-wrap, .department-about-section .rz-button-wrap {margin-top: 32px;}
.dept-inner-news .rz-section-header-wrap,.dept-inner-news .rz-button-wrap,.dept-inner-calendar .rz-section-header-wrap,.dept-inner-calendar .rz-button-wrap{justify-content:center}
.dept-inner-news .rz-button-wrap .btn,.dept-inner-calendar .rz-button-wrap .btn{background:#001932;color:#68AEDF}
.rz-slider-caption .page-title{color:#f4faff;font-size:64px;font-weight:600;text-shadow:0 4px 20px #0000008f;-webkit-text-stroke-width:1px;-webkit-text-stroke-color:#0019321a;margin-bottom:0}
#freeform .rz-slider-caption .page-title-wrapper{align-items:center;flex-direction:column-reverse!important;margin-top:92px;margin-bottom:0!important}
.floating-alert{background-color:#C3DFF2;border-radius:16px 16px 17px 17px;backdrop-filter:blur(6px);font-size:14px;color:#41484D;line-height:21px;width:398px;left:16px;bottom:75px;overflow:inherit}
.floating-alert .floating-alert-header{color:#001932;font-size:20px;font-weight:700;line-height:28px;text-transform:capitalize;margin-bottom:12px;padding:32px 32px 0!important}
.floating-alert .floating-alert-inner{padding:0 32px 32px!important}
.floating-alert .alert-buttons{border-radius:0 0 16px 16px}
.floating-alert .alert-buttons .alert-button{font-size:14px;font-weight:700;line-height:21px;color:#C3DFF2;padding:15.5px 0;border-radius:0 0 0 16px;transition:all .3s;background:#001932cc}
.floating-alert .alert-buttons .alert-button.close-alert{border-radius:0 0 16px 0}
.floating-alert .alert-buttons .alert-button:hover{background:#001932}
#freeform .container{max-width:1280px}
.col-side .rz-element-wrapper:not(.rz-submenu-wrapper){padding:32px;background:#c3dff2cc;border-radius:16px}
.col-side .rz-element-wrapper + .rz-element-wrapper{margin-top:24px}
.col-side :not(.submenu-header).rz-module-header{padding:0;margin-bottom:24px!important;color:#001932;font-size:20px;font-weight:700;line-height:28px}
.col-side .staffmember-avatar-position{flex-direction:column;align-items:flex-start!important;gap:12px!important}
.col-side .staffmember-avatar{max-width:208px;width:100%}
.col-side .staffmember-avatar .avatar-img{width:100%!important;height:150px;border-radius:8px;flex-shrink:0}
.col-side .staffmember-position-name{display:flex;flex-direction:column-reverse;margin-bottom:8px}
.col-side .staffmember-name p{color:#202326;font-size:14px;font-weight:700}
.col-side .staffmember-position p{color:#41484D;line-height:21px;font-weight:400;font-style:italic}
.col-side .staffmember-location a,.col-side .staffmember-contact a{color:#41484D;font-size:14px;font-weight:400;line-height:21px;text-decoration:none}
.col-side .staffmember-info{gap:0!important}
.col-side .staffmember-contact{gap:0!important}
.col-side .staffmember-contact a{margin-top:14px}
.col-side .staffmember-location a i{color:#202326;font-size:14px;max-width:24px;width:100%;display:flex;align-items:center;justify-content:center}
.col-side .staffmember-contact a i{color:#202326;font-size:20px;width:24px}
.col-side .staffmember-bio{color:#41484D;margin-top:24px;font-size:14px;font-weight:400}
.col-side .rz-hours-of-op-wrapper .today-badge{display:none!important}
.col-side .rz-hours-of-op-wrapper .day-cell{text-transform:uppercase;color:#41484D;font-weight:400;font-size:14px;border:none!important;max-width:48px;margin-bottom:4px}
.col-side .rz-hours-of-op-wrapper .hours-cell{font-weight:700;font-size:14px;color:#41484D;border:none!important;margin-bottom:4px}
.col-side .rz-resources-wrapper .list-group{gap:12px}
.col-side .rz-resources-wrapper .list-group-item{padding:12px;border-radius:8px;background:#68aedfcc!important;color:#001932;font-size:14px;gap:8px!important}
.col-side .rz-resources-wrapper .list-group-item i{color:#001932}
.col-side .rz-resources-wrapper .list-group-item span,.col-side .rz-resources-wrapper .list-group-item i{transition:all .3s}
.col-side .rz-resources-wrapper .list-group-item:hover{background:#001932!important}
.col-side .rz-resources-wrapper .list-group-item:hover span,.col-side .rz-resources-wrapper .list-group-item:hover i{color:#fff!important}
.page-title{color:#435B74;font-size:48px;font-weight:700;line-height:1.3}
.breadcrumb li a{font-weight:700;text-decoration:none}
.breadcrumb li{font-weight:400;text-decoration:none;text-transform:uppercase}
.rz-rte-element blockquote{padding:32px;background:linear-gradient(91deg,#68aedf3d 0%,#c3dff23d 100%);border:1px solid #c3dff233;border-radius:16px;color:#435B74;font-size:22px;font-weight:500;line-height:33px}
.rz-rte-element h2{color:#001932}
.rz-rte-element h3{color:#0E0E0E;font-weight:400}
.rz-rte-element h4{color:#41484D;font-weight:400}
.rz-rte-element h5{color:#202326;font-weight:400}
.rz-rte-element h6{color:#0E0E0E}
.rz-ada-floaty-btn-element{background:#001932;left:16px;bottom:16px;top:unset;right:unset;width:48px;height:48px;border-radius:50%}
.rz-ada-floaty-btn-element button{background:#001932!important;padding:0;width:48px;height:48px;color:#F4FAFF!important;border:2px solid #F4FAFF;border-radius:50%}
.site-footer .footer-logo{width:154px}
.site-footer .rz-link-list-wrapper:not(.footer-links){max-width:296px;width:100%}
.site-footer .rz-module-header{color:#F4FAFF;font-size:16px;font-weight:700;line-height:24px;text-align:center;justify-content:center}
.site-footer .list-group .list-group-item{border:none;text-align:center;justify-content:center}
.site-footer .list-group .list-group-item:hover span span{color:#68AEDF;text-decoration:underline}
.site-footer .btn:hover i{color:#68AEDF!important}
.site-footer .footer-links{width:100%}
.site-footer .footer-links .list-group{flex-direction:row;justify-content:center;gap:24px}
.site-footer .footer-links .list-group .list-group-item{width:fit-content;text-decoration:underline}
.site-footer .footer-links .list-group .list-group-item:hover span{color:#F4FAFF!important;text-decoration:underline}
.btn-secondary a {color: #fff;}
#post .rz-rte-element a {text-decoration: none;}
#post .rz-rte-element a:hover {text-decoration: underline;}
@media (min-width: 992px) and (max-width: 1250px) {
.site-header .opt_row_columns_10 {grid-template-columns: 124px 1.69fr 0.7fr !important;}
.site-header .header-right {gap: 8px;}
.site-header #nav>li>a {font-size: 14px;padding: 8px 10px;}
.main-logo-image {width: 124px;}
}
@media only screen and (min-width:992px) {
.site-header{box-shadow:0 4px 24px 0 #0006;backdrop-filter:blur(6px)}
.site-header .rz-btn-element:hover{color:#68AEDF!important}
.site-header .rz-btn-element:hover i{color:#68AEDF!important}
.site-header .translate-button{background:transparent;border:0;margin:0 16px;padding:0!important;color:#C3DFF2;font-size:12px;font-weight:500;line-height:18px;flex-direction:row-reverse}
.site-header .translate-button:hover,.site-header .translate-button:focus,.site-header .translate-button:active{background:transparent!important;color:#68AEDF!important}
.site-header .translate-button i{color:#C3DFF2;font-size:20px;margin-left:6px!important;line-height:0}
.site-header .translate-button:hover i{color:#68AEDF}
.site-header .translate-button i::before{content:"\F658"}
.site-header .translate-button:focus{background:none;font-size:12px;color:#C3DFF2}
.site-header .translate-button:active{background:transparent;font-size:12px!important;color:#C3DFF2!important}
.site-header .header-translate-wrap .vr-e{display:none}
.site-header .translate-button .translate-text{color:#C3DFF2;font-size:12px}
.site-header .translate-button:hover .translate-text{color:#68AEDF}
.site-header .header-search-wrap{max-width:103px}
.site-header .header-search-wrap .form-control{padding:8px 16px;border:none;background:#C3DFF2;border-radius:20px;color:#001932;font-size:12px;font-weight:500;box-shadow:unset;outline:none}
.site-header .header-search-wrap input::placeholder{color:#001932}
.site-header .header-search-wrap:hover input::placeholder{color:#001932}
.site-header .header-search-wrap:hover .form-control{background:#F4FAFF}
.site-header .header-search-wrap .btn-link i{color:#001932;font-size:17.5px}
.site-header .header-search-wrap:hover .btn-link i{color:#181818}
.site-header .header-search-wrap .btn-link span{display:none!important}
.site-header .search-toggle{padding:8px 16px;background-color:#C3DFF2;border-radius:20px;flex-direction:row-reverse;gap:8px;color:#001932;font-size:12px;font-weight:500}
.site-header .search-toggle .sr-only{position:static;width:auto;height:auto;overflow:inherit}
.site-header .search-toggle .vr{display:none!important}
.site-header .search-toggle:hover{background-color:#fff}
.site-header #nav ul{display:block;border-radius:0 0 32px 32px;border:0;background:#C3DFF2;top:32px!important}
.site-header #nav>li>ul::before{content:'';position:absolute;width:100%;height:33px;top:-32px;background:transparent;left:0}
.site-header .dropdown-header-item{padding:16px 32px!important;background:#68AEDF}
.site-header .dropdown-header-item .navicon{margin-bottom:0!important}
.site-header .dropdown-header-item .bi-arrow-right{display:none!important}
.site-header #nav .dropdown-header{margin:0!important;padding:0!important;gap:12px;color:#001932;font-size:24px;font-weight:400;line-height:31.2px;justify-content:left}
.site-header .dropdown-header-item .dropdown-header i{color:#001932;font-size:28px}
.site-header #nav{gap:8px}
.site-header #nav>li>a{box-shadow:unset;outline:none;position:relative;font-weight:700;transition:none}
.site-header #nav>li>a .navicon{display:none!important}
.site-header #nav .dropdown-toggle:after{display:none}
#nav ul.make-mega ul ul>li{margin:0}
#nav ul.mega-wrap-inner{column-gap:16px!important;padding:32px!important}
#nav ul.make-mega ul{margin:-13px 0 15px}
#nav li.li-78 ul.make-mega .mega-wrap{max-height: 550px;overflow: auto;}
#nav ul.mega-wrap-inner>li:not(:first-of-type){margin:16px 0 0}
#nav ul li a:not(.mega-button-link):not(.dropdown-header),#nav ul li:not(.make-mega) span{display:block;font-weight:700;padding:0;margin-bottom:32px;line-height:27px;width:fit-content;min-width:fit-content}
#nav ul li a:not(.mega-button-link):not(.dropdown-header):hover,#nav ul li:not(.make-mega) span:hover{color:#435B74;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;margin-bottom:11px;line-height:21px;border:0;width:fit-content}
#nav .mega-wrap-inner li li a:not(.fa):not(.dropdown-header):hover,#nav .mega-wrap-inner li li span:not(.fa):hover{color:#001932;text-decoration:underline;font-weight:700}
#nav .nav-border{display:none!important}
#nav ul.normal-menu {padding: 0;min-width: 280px;padding-bottom: 34px;}
#nav ul.normal-menu .dropdown-header-item {margin-bottom: 20px !important;}
#nav ul.normal-menu li a {padding: 0 16px !important;margin-bottom: 16px !important;}
.mega-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#021120d9;backdrop-filter:blur(6px);transition:all .3s;z-index:105;opacity:0;visibility:hidden}
.mega-overlay.active{opacity:1;visibility:visible}
.col-side .rz-submenu-wrapper{padding:32px;background:#c3dff2cc;border-radius:16px}
.col-side .rz-submenu-wrapper .rz-module-header{padding:0;margin-bottom:24px!important;color:#001932;font-size:20px;font-weight:700;line-height:28px}
.col-side #submenu>li{display:block!important}
.col-side #submenu>li:not(:last-of-type){margin-bottom:4px}
.col-side #submenu>li:hover{background:transparent}
.col-side #submenu>li>a{color:#41484D;padding:8px 0;font-weight:400;line-height:21px;transition:none;background:transparent;border-radius:16px;transition:all .3s}
.col-side #submenu>li.dropdown>a{border-radius:16px 0 0 16px}
.col-side #submenu>li:hover>a:first-child{background:#001932;padding-left:16px;color:#68AEDF}
.col-side #submenu ul li:last-of-type a{border:0!important}
.col-side #submenu ul{left:100%;top:0;padding:16px;border:none;border-radius:0 16px 16px 16px;box-shadow:unset;background:#001932;max-width:100%;min-width:280px;max-height: 300px;overflow: auto;scrollbar-color: #001932 #f0f0f0;}
.col-side #submenu ul a,.col-side #submenu ul span{padding:8px 0;background:transparent;margin-bottom:4px;color:#68AEDF;font-size:14px;white-space: break-spaces;}
.col-side #submenu ul a:hover,.col-side #submenu ul span:hover{color:#C3DFF2}
.col-side #submenu .nav-link.dropdown-toggle-split{position: absolute;right: 10px;top: 0;padding: 0 !important;box-shadow: unset !important;outline: none !important;}
.col-side #submenu>li:hover .nav-link.dropdown-toggle-split {color: #fff;}
.department-hero-section .rz-section-header-title{font-size: 96px;}
}
@media only screen and (max-width:991px) {
.site-header .logo-section,.site-header-wrap.sticky-top .logo-section{background:#001932cc;box-shadow:0 4px 24px 0 #0006;backdrop-filter:blur(6px)}
.site-header .logo-section button i{color:#fff}
.main-logo-image img{max-height:4.25rem}
.hero-section .nav-controls .tns-nav button{width:12px;height:12px}
.hero-section .nav-controls button.tns-nav-active{width:24px}
.rz-qlink .rz-qlink-icon{margin:0 auto 16px}
.rz-qlink .rz-qlink-title,.rz-qlink .rz-qlink-text{text-align:center}
.highlight-section .rz-tile-img-wrap{border-radius:16px}
.rz-mini-events .mini-events-list>.row{flex-direction:column!important}
.rz-mini-events .mini-events-list>.row>.rz-element{width:100%}
.calendar-section .rz-button-wrapper{margin-top:24px}
.government-section .rz-tile-img-wrap{border-radius:16px}
.floating-alert{width:unset}
.department-hero-section .nav-controls .tns-nav button{width:12px;height:12px}
.department-hero-section .nav-controls button.tns-nav-active{width:24px}
.department-hero-section .nav-controls{bottom:10px!important}
.department-hero-section .header-search-wrap{padding:0 16px;margin-bottom:56px}
.department-hero-section nav.breadcrumb{width:fit-content;margin:16px auto 0}
.breadcrumb:after{background:transparent!important}
.rz-slider-caption .container.page-title-wrapper{padding:0}
#freeform .rz-slider-caption .page-title-wrapper{margin-top:0}
.rz-slider-caption .page-title{font-size:42px;text-align:center}
.rz-slider-caption .breadcrumb li:before{padding-right:8px}
.department-hero-section .rz-section-header-wrap {justify-content: center;}
.department-hero-section nav.breadcrumb li,.rz-slider-caption nav.breadcrumb li:not(:first-child){padding-left:8px}
.department-hero-section .breadcrumb li:before, .rz-slider-caption .breadcrumb li:before {padding-right: 8px;}
.department-hero-section .header-search-wrap .form-control {height: 54px;}
.department-hero-section .header-search-wrap .btn-link {width: 44px;height: 44px;right: 8px !important;}
.col-side .rz-element-wrapper:not(.rz-submenu-wrapper){padding:32px 16px}
.site-footer .footer-logo{width:130px}
.site-footer .rz-module-header{justify-content:center}
.site-footer .rz-rte-element{text-align:center}
.site-footer .list-group{flex-direction:column;gap:18px}
.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}
.tns-controls button i {font-size: 20px;}
body .rz-mini-events .row-cols-md-2 .rz-element:nth-child(-n+1) {margin-top: 0 !important;}
.rz-mini-events .row-cols-md-2 .rz-element:nth-child(-n+2) {margin-top: 16px !important;}
}
