



@import url('https://fonts.googleapis.com/css2?family=Martel+Sans:wght@200;300;400;600;700;800;900&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: #0e1f5b;
	--bs-secondary: rgb(246, 224, 26);
	--bs-primary-rgb: 14, 31, 91;
	--bs-secondary-rgb: 246, 224, 26;
	--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: "Martel Sans",sans-serif;
	--bs-body-font-size: 1rem;
	--bs-body-font-weight: 400;
	--bs-body-line-height: 1.5;
	--bs-body-color: rgb(26, 26, 26);
	--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: "Poppins",sans-serif;
	--bs-headers-font-weight: 400;
	--rz-container-width: 1400px;
	--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: #0E1F5B;
	--rz-links-hover-color: var(--rz-links-color);
	--bs-light: rgba(14, 31, 91, 0.05);
	--userway-color: var(--bs-primary);
	--rz-header-width: ;
}

h1,.h1{font-size: min(48px, 7vw); color:#030715}
h2,.h2{font-size: min(40px, 6.2vw); color:#030715}
h3,.h3{font-size: min(36px, 5.4vw); color:#030715}
h4,.h4{font-size: min(32px, 4.8vw); color:#030715}
h5,.h5{font-size: min(24px, 4.4vw); color:#030715}
h6,.h6{font-size: min(20px, 4.2vw); color:#030715}

a {
	color: #0E1F5B;
}

a:hover{
	color: var(--rz-links-color)
}

.btn {
	--bs-btn-border-width: 2px;
}

/* 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: 13px;
	--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: 8px;
	--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: #0E1F5B;
	--bs-btn-border-color: #6c757d00;
	--bs-btn-hover-color: #FFFFFF;
	--bs-btn-hover-bg: #313491;
	--bs-btn-hover-border-color: #F6E01A;
	--bs-btn-active-color: #FFFFFF;
	--bs-btn-active-bg: #313491;
	--bs-btn-active-border-color: #F6E01A;
	--bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-primary-rgb), .5);
}

.btn-outline-primary{
	--bs-btn-color: #0E1F5B;
	--bs-btn-bg: transparent;
	--bs-btn-border-color: #0E1F5B;
	--bs-btn-hover-color: #FFFFFF;
	--bs-btn-hover-bg: #313491;
	--bs-btn-hover-border-color: #F6E01A;
	--bs-btn-active-color: #FFFFFF;
	--bs-btn-active-bg: #313491;
	--bs-btn-active-border-color: #F6E01A;
	--bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-primary-rgb), .5);	
}

.btn-secondary {
	--bs-btn-color: #0E1F5B;
	--bs-btn-bg: #ffffff;
	--bs-btn-border-color: #0E1F5B;
	--bs-btn-hover-color: #FFFFFF;
	--bs-btn-hover-bg: #0E1F5B;
	--bs-btn-hover-border-color: #0E1F5B;
	--bs-btn-active-color: #FFFFFF;
	--bs-btn-active-bg: #0E1F5B;
	--bs-btn-active-border-color: #0E1F5B;
	--bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-secondary-rgb), .5);
}

.btn-outline-secondary {
	--bs-btn-color: #ffffff;
	--bs-btn-bg: transparent;
	--bs-btn-border-color: #ffffff;
	--bs-btn-hover-color: #FFFFFF;
	--bs-btn-hover-bg: #0E1F5B;
	--bs-btn-hover-border-color: #0E1F5B;
	--bs-btn-active-color: #FFFFFF;
	--bs-btn-active-bg: #0E1F5B;
	--bs-btn-active-border-color: #0E1F5B;
	--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: #313491;
	--bs-btn-border-color: #313491;
	--bs-btn-border-radius: var(--bs-border-radius);
	--bs-btn-hover-border-color: #F6E01A;
	--bs-btn-box-shadow: none;
	--bs-btn-hover-color: #FFFFFF;
	--bs-btn-hover-bg: #313491;
	--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: 32px 15px 48px;
	--rz-freeform-content-bg: #00000000;
	--rz-left-col-width: 288px;
	--rz-left-col-padding: 0 24px 0 0;
	--rz-left-col-margin: 0;
	--rz-left-col-bg: #ffffff00;
	--rz-freeform-left-col-fill-bg: transparent;
	--rz-right-col-width: 940px;
	--rz-freeform-right-col-fill-bg: #ffffff00;
	--rz-freeform-post-padding: 32px;
	--rz-freeform-post-bg: #FFFFFF;
}

.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,.5);
}
@media only screen and (min-width:992px) {
	#submenu {
		--rz-submenu-padding: 0;
		--rz-submenu-margin: 0;
		--rz-submenu-bg: #030715;
		--rz-submenu-border: ;
		--rz-submenu-color: #fff;
		--rz-submenu-border-radius: 0;
		--rz-submenu-font-size: 14px;
		--rz-submenu-item-padding: 10px 32px;
		--rz-submenu-item-color: #fff;
		--rz-submenu-item-bg: #030715;
		--rz-submenu-item-border: 1px solid rgba(0, 0, 0, .1);
	}
	[data-style="horizontal"] #submenu {
		--rz-submenu-padding: 0;
		--rz-submenu-margin: 0;
		--rz-submenu-bg: #030715;
		--rz-submenu-border: ;
		--rz-submenu-color: #fff;
		--rz-submenu-border-radius: 0;
		--rz-submenu-font-size: 14px;
		--rz-submenu-item-padding: 10px 32px;
		--rz-submenu-item-color: #fff;
		--rz-submenu-item-bg: #030715;
		--rz-submenu-item-border: 1px solid rgba(0, 0, 0, .1);
	}
}

.submenu-header,.col-side-wrap .rz-module-header {
	--rz-submenu-title-padding: 0 15px 14px 32px;
	--rz-submenu-title-bg: ;
	--rz-submenu-title-font-color: #fff;
}

.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: 0;
	--bs-breadcrumb-bg: #ffffff00;
	--bs-breadcrumb-border-radius: ;
	--bs-breadcrumb-divider-color: #000;
	--bs-breadcrumb-item-padding-x: 20px;
	--bs-breadcrumb-item-active-color: #1A1A1A;
	--bs-breadcrumb-link-color: #000;
	--bs-breadcrumb-divider: '\203A';
}

/* 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: 59px;
	--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: 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: #000000;
	--rz-nav-link-hover-bg-color: rgba(0, 0, 0, 0);
	--rz-nav-link-padding-x: 1rem;
	--rz-nav-link-padding-y: 1rem;
	--rz-nav-link-border-radius: 0px;
	--rz-nav-item-padding-x: 0rem;
	--rz-nav-item-padding-y: 0rem;
	--rz-nav-icons-color: #222;
	--rz-nav-mega-link-first-child-color: #0E1F5B;
	--rz-nav-mega-second-child-link-color: #1A1A1A;
	--rz-nav-mega-column-count: 4;
	--rz-nav-mega-padding-y: 72px;
	--rz-nav-mega-padding-x: 128px;
	--rz-nav-font-size: 18px;
	--rz-nav-font-weight: 600;
	--rz-nav-dropdown-font-size: 24px;
	--rz-nav-dropdown-bg-color: rgba(255, 255, 255, 1);
	--rz-nav-dropdown-bg-link-color: #f5f5f5;
	--rz-nav-dropdown-border-radius: var(--bs-border-radius);
	--rz-nav-mega-second-child-font-size: 18px;
	/* 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: 59px;
}

@media only screen and (min-width:992px) {
	[data-header-left="true"] .site-header-wrap {
		width:;
		flex-basis:;
	}

	#nav .make-mega {
		--rz-mega-width: 100vw;
	}

	.tiny-carousel-wrap {
		--rz-carousel-controls-height: 40px;
		--rz-carousel-controls-width: 40px;
		--rz-carousel-controls-font-size: 2rem;
		--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: 0;
	}

	.hero-wrap {
	--hero-height: 800px;
	}
	
	.hero-wrap .hero-caption-wrap{
	width:var(--rz-container-width)
	}
	
	.hero-wrap {
		--rz-carousel-controls-height: 40px;
		--rz-carousel-controls-width: 40px;
		--rz-carousel-controls-font-size: 2rem;
	}

	.hero-wrap {
		--rz-carousel-play-button-font-size: var(--rz-carousel-controls-font-size);
		--rz-carousel-play-button-width: 40px;
		--rz-carousel-nav-button-active-width: 32px;
		--rz-carousel-nav-controls-padding: 0;
	}
	.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: rgba(255, 255, 255, 1);
	--rz-carousel-controls-border-radius: 100px;
	--rz-carousel-controls-color: #0E1F5B;
	--rz-carousel-controls-border: ;
	--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: rgba(255, 255, 255, 1);
	--rz-carousel-controls-border-radius: 100px;
	--rz-carousel-controls-color: #313491;
	--rz-carousel-controls-border: ;
	--rz-carousel-controls-box-shadow: var(--bs-box-shadow);
	--rz-carousel-play-button-bg: rgba(0, 0, 0, 0.32);
	--rz-carousel-play-button-border-radius: var(--rz-carousel-controls-border-radius);
	--rz-carousel-play-button-color: #ffffff;
	--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: #00000000;
	--rz-carousel-nav-controls-border-radius: 100px;
	--rz-carousel-nav-controls-border: none;
}

/* 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: 400px;
	}

	#freeform {
		--rz-freeform-content-padding: 20px 0;
	}
}

/* .rz-qlink  */
.rz-qlink-wrapper {
	--rz-qlink-padding: 0;
	--rz-qlink-body-wrap-padding: 20px;
	--rz-qlink-body-padding: 0;
	--rz-qlink-title-font-size: 18px;
	--rz-qlink-text-font-size: 16px;
	--rz-qlink-title-color: #fff;
	--rz-qlink-text-color: #fff;
	--rz-qlink-color: #fff;
	--rz-qlink-bg: #0E1F5B;
	--rz-qlink-border-color: #D2D8EC;
	--rz-qlink-border-radius: 150px;
	--rz-qlink-border-width: 4px;
	--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: 40px;
	--rz-qlink-icon-height: 40px;
	--rz-qlink-icon-bg-color: #F6E01A;
	--rz-qlink-icon-color: #0E1F5B;
	--rz-qlink-icon-border-color: #ccc;
	--rz-qlink-icon-border-width: 1px;
	--rz-qlink-icon-border-radius: 8px;
	--rz-qlink-icon-font-size: 24px;
	--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 */
body#landing, body#freeform{background:linear-gradient(0deg,#fffc 0%,#fffc 100%),var(--Color-Brand-police-light,#D2D8EC)}
.tns-controls button{position:relative}
.tns-controls button i{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);line-height:0}
.tns-controls button .bi-chevron-left::before{content:"\F12C"}
.tns-controls button .bi-chevron-right::before{content:"\F135"}
.tns-controls button:hover{color:#E51B24}
.hero-section .nav-controls{display:none!important}
.hero-section .tns-controls{left:64px;right:64px}
.hero-section .tns-controls button:hover{background:#E51B24;color:#fff}
.hero-section .rz-section-header-title{font-family:"Poppins",sans-serif;font-weight:400;text-shadow:1px 4px 4px #0000003d;text-transform:capitalize;text-align:center}
.hero-section .rz-slider-bg-overlay{background:radial-gradient(50% 50% at 50% 50%,#00000029 0%,#00000005 100%)}
.hero-section .hero-slide-curve{position:absolute;bottom:-4px;width:100%;height:20px!important;min-height:20px!important;z-index:2}
.hero-section{position:relative}
.hero-slide-curve .rz-single-image-wrap,.hero-slide-curve .rz-single-image,.hero-slide-curve img{height:100%!important}
.hero-section .nav-controls {bottom: 20px;}
.hero-section [data-action="stop"]:not(:focus):not(:active),.hero-section [data-action="start"]:not(:focus):not(:active){position:relative!important;width:28px!important;height:28px!important;padding:0!important;margin:0!important;;display:flex;align-items:center;justify-content:center}
.hero-section [data-action="stop"]:not(:focus):not(:active) i,.hero-section [data-action="start"]:not(:focus):not(:active) i{color:#fff;line-height:0}
.hero-section .nav-controls button[data-action="stop"],.hero-section .nav-controls button[data-action="start"]{width:28px!important;height:28px!important;padding-top:2px}
.video-background-controls {left: 50%;right: unset !important;bottom: 178px;transform: translateX(-50%);}
.video-background-controls button {background: rgba(0, 0, 0, 0.32);border-radius: 50%;width: 32px;height: 32px;}
.video-background-controls button .fa-pause-circle::before {content: "\F4C3";font-family: "Bootstrap-icons";}
.video-background-controls button .fa-play-circle::before {content: "\F4F4";font-family: "Bootstrap-icons";}
.rz-share-floaty-btn-element{left:unset;top:unset;right:15px;bottom:100px}
.rz-share-floaty-btn-element i,.rz-ada-floaty-btn-element i{line-height:0}
.rz-share-floaty-btn-element button{background-color:#E51B24!important;border-radius:24px;width:44px;height:44px;font-size:17px;border:2px solid #fff;outline:3px solid #D99B9E;outline-offset:0;transition:all .3s}
.rz-ada-floaty-btn-element{left:unset;top:unset;right:-6px;bottom:20px}
.rz-ada-floaty-btn-element button{background-color:#313491!important;border-radius:24px;padding:0;width:43px;height:44px;color:#fff!important;border:2px solid #fff;outline:3px solid #A0B4D9;outline-offset:0;transition:all .3s}
.rz-share-floaty-btn-element button:hover{border-color:#E51B24;outline-color:#E51B24;outline-offset:-1px}
.rz-ada-floaty-btn-element button:hover{border-color:#313491;outline-color:#313491;outline-offset:-1px}
.rz-qlink-wrapper.homepage-quick-links .tns-item{padding-top:24px;padding-bottom:24px;transition:all .3s}
.rz-qlink{aspect-ratio:1/1;width:221px;padding:20px;margin:0 auto;transition:all .3s}
.col-post-wrap .rz-qlink {width: 188px;}
.col-post-wrap .rz-qlink-wrap {padding-top: 10px;padding-bottom: 10px;}
.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;}
.rz-qlink:hover{border-color:#F6E01A;transform:scale(1.08)}
.rz-qlink .rz-qlink-body-wrap{justify-content:center}
.rz-qlink .rz-qlink-body{flex:unset!important}
.rz-qlink .rz-qlink-icon{margin-bottom:20px;outline:8px solid #c6c16429}
.rz-qlink .rz-qlink-title{color:#fff;text-align:center;font-family:"Martel Sans",sans-serif}
.qlink-section .nav-controls{display:none!important}
.qlink-section{position:absolute !important;top:654px;left:0;right:0;z-index:130;transition:all .3s}
.qlink-section.scroll-active.scrolled{position:relative!important;}
.qlink-section.scroll-active {position: fixed !important;top: unset;bottom: 0;}
.qlink-section.scroll-active .rz-qlink{width:165px;height:165px;padding:2px 16px 16px}
.qlink-section.scroll-active .rz-qlink .rz-qlink-icon{outline:none!important;background:none;margin-bottom:5px!important;border-radius:0;font-size:30px;border:none;color:#F6E01A}
.qlink-section.scroll-active .rz-qlink .rz-qlink-title{font-size:12px;line-height:16.7px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis;}
.qlink-section .tiny-carousel{padding-bottom:0!important}
.rz-qlink-wrapper .rz-qlink-wrap.elevated{transform:translateY(12px)}
.rz-qlink-wrapper .rz-qlink-wrap.elevated.middle{transform:translateY(24px)}
.qlink-section{background:none!important}
.qlink-section.scroll-active{background:linear-gradient(0deg,#fffc 0%,#fffc 100%),var(--Color-Surface-secondary,#E5E5E5)!important}
.qlink-section .rz-section-bg-overlay{opacity:0}
.qlink-section.scroll-active .rz-section-bg-overlay{opacity:1}
.qlink-section.scroll-active .rz-qlink-wrap.elevated,.qlink-section.scroll-active .rz-qlink-wrap.elevated.middle{transform:translateY(0)}
.news-section .rz-section-header-title,.mcpo-spotlight-section .rz-section-header-title{font-family:"Poppins",sans-serif;font-weight:400}
.news-section .rz-section-header-title{line-height:70.4px;text-transform:capitalize}
.news-section .rz-section-header-title,.mcpo-spotlight-section .rz-section-header-title{font-family:"Poppins",sans-serif;font-weight:400}
.rz-news-card[data-card-layout="stacked"]{padding:8px;background:#fff;border-radius:24px;border:1px solid #E2E2E2;justify-content:space-between;box-shadow:0 4px 8px 0 #0000000f}
.rz-news-card[data-card-layout="stacked"] .rz-card-img-wrap{border-radius:16px!important;aspect-ratio:16/14.42}
.rz-news-card[data-card-layout="stacked"]:hover .rz-card-img-wrap{aspect-ratio:16/13.55}
.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-img-wrap .rz-card-img{border-radius:16px}
.rz-news-card[data-card-layout="stacked"] .rz-card-body{padding:24px 32px;gap:40px!important;flex-direction:column;margin:0;height:100%}
.rz-news-card[data-card-layout="stacked"] .rz-card-date{padding:0;background:none;border-radius:0;color:gray;font-size:14px;font-weight:400}
.rz-news-card[data-card-layout="stacked"] .rz-card-date .news-published-text,.rz-news-card[data-card-layout="stacked"] .rz-card-date .news-date-month-short{display:none}
.rz-news-card[data-card-layout="stacked"] .rz-card-title{color:#1A1A1A;font-size:24px;line-height:36px;font-weight:400;font-family:"Poppins",sans-serif;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis;transition:all .3s;text-transform:capitalize}
.rz-news-card[data-card-layout="stacked"] .rz-card-actions{display:flex;flex-direction:row-reverse;align-items:center;justify-content:space-between}
.rz-news-card[data-card-layout="stacked"] .rz-news-button{background:none;padding:0;color:#0E1F5B!important;font-size:18px;font-weight:600;border:none;font-family:"Poppins",sans-serif;line-height:1}
.rz-news-card[data-card-layout="stacked"] .rz-news-button i{display:none}
.rz-news-card[data-card-layout="stacked"]:hover{border:2px solid #F6E01A!important}
.news-section .tns-controls{left:-84px!important;right:-84px!important}
.news-section .nav-controls{display:none!important}
.mayor-section .rz-rte-wrapper{border-radius:24px;border:1px solid #E2E2E2;background:#ffffffeb;box-shadow:0 4px 8px 0 #0000000f;padding:32px 40px}
.mayor-section .rz-rte-wrapper .rz-rte-element h3{color:#0E1F5B;font-family:"Poppins",sans-serif;font-weight:400;line-height:36px;text-transform:capitalize;margin-bottom:16px}
.mayor-section .rz-rte-wrapper p{margin:0;font-family:"Poppins",sans-serif;line-height:29.7px;font-weight:400}
.mayor-section,.mayor-section .rz-section-bg-overlay{border-radius:24px}
.mayor-section .mayor-img .rz-single-image img{height:480px;object-fit: cover;}
.mayor-section .rz-rte-wrapper .rz-module-header{color:#0E1F5B;font-family:"Poppins",sans-serif;font-weight:400;line-height:36px;text-transform:capitalize;margin-bottom:16px}
.site-social-btns .btn{outline:8px solid #a0b4d929}
.site-social-btns .btn i {border-radius: 8px;}
.site-social-btns .btn:hover i {background-color: #313491;}
.rz-slider-caption-wrap .container{align-items:center!important}
.rz-slider-caption-wrap .rz-slider-caption-title h1{color:#fff;text-shadow:1px 4px 4px #0000003d;text-transform:capitalize;font-size:64px;line-height:70.4px}
.rz-slider .rz-slider-bg-overlay{background:radial-gradient(50% 50% at 50% 50%,#00000029 0%,#00000005 100%)}
.tiny-carousel-wrap .nav-controls{display:none}
.rz-slider-wrapper .tiny-carousel-wrap .tns-controls{left:64px;right:64px;z-index:4}
.rz-slider-wrapper .tiny-carousel-wrap .tns-controls button:hover{background:#E51B24;color:#fff}
.breadcrumb{max-width:1184px;width:100%;margin:0 auto;margin-bottom:32px;position: relative;z-index: 11;}
.breadcrumb li{font-size:14px;font-weight:400;font-family:'Martel Sans';line-height:23.1px;color:#0E1F5B}
.breadcrumb a{font-weight:600;color:#1A1A1A;text-decoration:none}
.breadcrumb li:before{content:'\f0da';color:#F2B936;font-family:"FontAwesome";font-size:10px;margin-top:3px}
.breadcrumb.mb-3{display:none!important}
#post blockquote {background: #F4F4F4;border: 1px solid #E2E2E2;border-radius: 24px;box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.06);padding: 40px;}
#freeform-content-wrapper .inner-bg-img {position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: -1;}
.inner-bg-img .rz-single-image-wrap, .inner-bg-img .rz-single-image, .inner-bg-img img {height: 100%;}
#freeform-content-wrapper::before {position: absolute;content: "";background: linear-gradient(0deg, rgba(255, 255, 255, 0.88) 0%, rgba(255, 255, 255, 0.88) 100%);width: 100%;height: 100%;top: 0;left: 0;}
#freeform-content-wrapper .col-post-wrap{border-radius:24px}
.col-side :not(.submenu-header).rz-module-header{padding:0;color:#1A1A1A;font-size:24px;font-weight:400;line-height:36px;font-family:"Poppins",sans-serif;margin-bottom:24px!important}
.col-side .rz-element-wrapper:not(.rz-submenu-wrapper){padding:32px;background:#FFF;margin-top:24px;border-radius:24px;box-shadow:0 4px 8px 0 #0000000f}
.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-avatar-position{align-items:center!important;padding:0;gap:16px!important}
.col-side .staffmember-avatar{max-width:80px;width:100%}
.col-side .staffmember-avatar .avatar-img{width:100%!important;height:80px;border-radius:50%}
.col-side .staffmember-position-name{display:flex;flex-direction:column-reverse}
.col-side .staffmember-name p{color:#1A1A1A;font-size:18px;font-weight:600;line-height:29.7px;font-family:'Martel Sans'}
.col-side .staffmember-position p{color:#4D4D4D;font-size:16px;font-weight:400;line-height:26.4px;font-family:'Martel Sans'}
.col-side .staffmember-location a,.col-side .staffmember-contact a{color:#1A1A1A;font-size:14px;font-weight:400;text-decoration:none;font-family:'Martel Sans'}
.col-side .staffmember-info{gap:0!important}
.col-side .staffmember-contact{gap:0!important}
.col-side .staffmember-contact a{margin-top:24px}
.col-side .staffmember-location a i{color:#313491;font-size:20px;max-width:24px;width:100%;display:flex;align-items:center;justify-content:center}
.col-side .staffmember-contact a .rz-btn-icon,.col-side .staffmember-contact a .fa-envelope{color:#313491}
.col-side .staffmember-contact a .fa-envelope:before{font-size:19px}
.col-side .staffmember-bio{margin-top:24px}
.col-side .list-group .list-group-item{gap:12px!important;background-color:#a0b4d933!important;padding:16px;margin-bottom:8px;gap:8px!important;border:none;border-radius:8px;color:#030715;font-size:14px}
.col-side .list-group .list-group-item:hover{color:#fff;background-color:#0E1F5B!important}
.col-side .list-group .list-group-item i{color:#0E1F5B;font-size:20px;transition:all .3s}
.col-side .list-group .list-group-item:hover i{color:#fff}
.col-side .list-group .list-group-item span{margin-left:6px}
.col-side .rz-hours-of-op-wrapper .day-cell{color:#4D4D4D;font-size:14px;text-transform:uppercase;font-weight:600;line-height:23.1px;border:none;font-family:'Martel Sans'}
.col-side .rz-hours-of-op-wrapper .hours-cell{color:#1A1A1A;font-weight:400;font-size:14px;border:none;display:flex;align-items:center;font-family:'Martel Sans'}
.col-side .rz-hours-of-op-wrapper .today-badge{display:none!important}
.col-post-wrap .rz-staff-directory-card{border:none!important;padding:20px 40px 20px 20px !important}
.col-post-wrap .rz-staff-directory-card>.d-flex{flex-direction:row!important;text-align:center;align-items:center!important}
.col-post-wrap .rz-staff-directory-card .staff-avatar{flex-shrink:0;margin-right:16px;display:flex;align-items:center}
.col-post-wrap .rz-staff-directory-card .staff-avatar .avatar-img{width:60px!important;border-radius:50%}
.col-post-wrap .rz-staff-directory-card{background:#D2D8EC;border-radius:24px;border:2px solid transparent!important}
.col-post-wrap .rz-staff-directory-card-list{margin:0}
.col-post-wrap .rz-staff-directory-card-wrap{padding:0}
.col-post-wrap .rz-staff-directory-card-wrapper .rz-staff-directory-card .staff-info{display:flex;flex-direction:column-reverse;justify-content:center;text-align:center;margin:0!important}
.col-post-wrap .rz-staff-directory-card .staff-name p{font-size:18px!important;text-align:left;font-weight:600;line-height:1.8}
.col-post-wrap .rz-staff-directory-card .staff-info .staff-dept{margin-bottom:0!important}
.col-post-wrap .rz-staff-directory-card .staff-position p{font-size:16px!important;font-weight:400;line-height:26.4px;color:#4D4D4D}
.col-post-wrap .rz-staff-directory-card .staff-contact-social{margin-left:auto;width:59%}
.col-post-wrap .rz-staff-directory-card .staff-contact .btn{display:none!important}
.col-post-wrap .rz-staff-directory-card .dropdown-menu{display:flex!important;position:static!important;transform:none!important;border:none;box-shadow:none;background:transparent;padding:0;gap:24px;justify-content:space-between}
.col-post-wrap .rz-staff-directory-card .dropdown-menu li:first-child{display:none!important}
.col-post-wrap .rz-staff-directory-card .staff-contact,.col-post-wrap .rz-staff-directory-card .staff-contact .dropdown{width:100%}
.col-post-wrap .rz-staff-directory-card .dropdown-menu li:nth-child(2){display:none!important}
.col-post-wrap .rz-staff-directory-card .dropdown-item{font-size:14px;line-height:1.8}
.col-post-wrap .rz-staff-directory-card .dropdown-item i{margin-right:12px!important;color:#0E1F5B;width:20px;height:18px}
.col-post-wrap .rz-staff-directory-card .dropdown-item:hover{background:transparent!important;color:#1A1A1A}
.col-post-wrap .rz-staff-directory-card:hover{border:2px solid #F6E01A!important;box-shadow:0 4px 8px 0 #0000000f}
.site-footer{border-radius:24px 24px 0 0;overflow:hidden}
.site-footer .footer-logo{width:130px}
.site-footer .rz-module-header{color:#fff;font-size:24px;font-weight:400;font-family:"Poppins",sans-serif;line-height:36px;padding-bottom:8px;position:relative}
.site-footer .list-group-item{border:none}
.site-footer .list-group-item:hover i{color:#F6E01A!important}
.site-footer .list-group-item:hover span{color:#F6E01A!important}
.footer-social-btns .rz-btn-element{background: #313491;outline:8px solid #0059ff29}
.social-section .rz-button-wrap .btn:hover {background: #0E1F5B;}
.rz-business-directory-card .rz-card-img-wrap {aspect-ratio: 16 / 12;}
@media only screen and (min-width:992px) {
.site-header .top-header{border-radius:0 0 16px 16px}
.top-header .rz-rte-element h1{color:#fff;text-transform:capitalize;letter-spacing:3.84px;padding:0 40px;margin-bottom:0}
.bottom-header{border-color:transparent}
.site-header .bottom-header-active{background:#ECF0F7}
.site-header .top-header-active{border-radius:0!important}
.site-header .bottom-header #nav{background:#ECF0F7;border-radius:0 0 16px 16px;padding:2px 40px}
.site-header .bottom-header #nav::after{content:"";position:absolute;right:-23px!important;top:0;width:24px;height:24px;background:#ECF0F7;clip-path:path("M0 24 C0 13 13 0 24 0 L0 0 Z")}
.site-header .bottom-header #nav::before{content:"";position:absolute;left:-23px!important;top:0;width:24px;height:24px;background:#ECF0F7;clip-path:path("M24 24 C24 10.7 13.3 0 0 0 H24 V24 Z")}
.site-header .rz-column-block{justify-content:end}
.site-header .translate-button{width:64px;height:52px;margin:0 0 0 24px;font-family:"Poppins",sans-serif;color:#fff!important;font-size:18px!important;font-weight:600;text-transform:uppercase;flex-direction:row-reverse;border-radius:8px;background:#030715!important;justify-content:center;align-items:center;border:0;padding:0!important}
.site-header .translate-button i{font-size:8px;margin:0 0 0 5px !important;color:#D2D8EC!important;line-height:0}
.site-header .translate-button::after{content:"EN";display:inline-block}
.site-header .translate-button i::before{content:"\F282";font-weight:600!important;font-size:11px}
.site-header .translate-button:hover{background:#F6E01A!important;font-size:18px;color:#1A1A1A!important}
.site-header .translate-button:hover i{font-size:8px;margin:1px 0 0 5px;color:#1A1A1A!important}
.site-header .translate-button .translate-text{display:none}
.site-header #nav>li>a.show{color:#0E1F5B}
.site-header .rz-btn-element:hover i{color:#F6E01A!important;background:none!important}
.site-header .header-search-wrap{width:978px;max-width:100%;max-width:240px}
.site-header .header-search-wrap input{padding:16px 16px 16px 64px;outline:none;background:#00000029;border-radius:16px;border:1px solid #A0B4D9;color:#E2E2E2;font-size:18px;font-family:"Poppins",sans-serif;box-shadow:0 4px 8px 0 #0000000f;height:64px}
.site-header .header-search-wrap:hover input{background:#0000003d}
.site-header .header-search-wrap input::placeholder{color:#E2E2E2}
.site-header .header-search-wrap button{position:absolute!important;top:50%!important;transform:translateY(-50%)!important;left:16px!important;right:unset!important;color:#F6E01A;padding:0}
.site-header .header-search-wrap:hover button{color:#E51B24}
.site-header .header-search-wrap button i{font-size:23px;line-height:0}
.site-header .header-search-wrap button i::before{-webkit-text-stroke:.25px currentcolor;font-weight:500!important}
.site-header .header-search-wrap button .vr{display:none!important}
.site-header .header-translate-wrap .vr-e{display:none}
.site-header .header-search-toggle .vr{display:none}
.site-header #nav>li>a,.site-header #nav>li>span{font-family:"Poppins",sans-serif;gap:5px;border:none;outline:none;box-shadow:none}
.site-header #nav .dropdown-toggle:after{font-weight:600!important}
.site-header #nav li a.dropdown-toggle.show:after{content:"\F282";transform:rotate(180deg)}
.site-header #nav>li>ul{background:#ECF0F7;border-radius:0;border:none}
.site-header .dropdown-header-item,.site-header .nav-border{display:none!important}
#nav ul.make-mega ul ul{margin:-15px 0 16px;border-left:1px solid #A0B4D9;border-radius:0;padding-left:16px}
.site-header #nav ul.make-mega ul ul li:last-child a{margin-bottom:0!important}
#nav ul li a:not(.mega-button-link):not(.dropdown-header),#nav ul li:not(.make-mega) span{margin-bottom:38px;padding:0;font-weight:400;text-transform:capitalize;font-family:"Poppins",sans-serif}
#nav ul li a:not(.mega-button-link):not(.dropdown-header):hover,#nav ul li:not(.make-mega) span:hover{background:none;color:#645C13!important}
#nav .mega-wrap-inner li li a:not(.fa):not(.dropdown-header),#nav .mega-wrap-inner li li span:not(.fa){font-weight:600;padding:0;margin-bottom:17px!important;font-family:"Martel Sans",sans-serif}
#nav ul li a:not(.mega-button-link):not(.dropdown-header):hover,#nav ul li:not(.make-mega) span:hover{color:#645C13!important}
.site-header .mega-button{height:320px;width:400px!important}
.col-side .submenu-header.rz-module-header{color:#fff;font-weight:400;line-height:36px;letter-spacing:.48px;font-family:"Poppins",sans-serif}
.col-side .rz-submenu-wrapper{background:#030715;padding:32px 0;font-weight:400;border-radius:24px;box-shadow:0 4px 8px 0 #0000000f}
.col-side #submenu>li:hover>a{text-decoration:underline}
.col-side #submenu ul {max-height: 250px;overflow: auto;}
.col-side #submenu ul li{margin-bottom:8px}
.col-side #submenu ul li a:hover{color:#193792;text-decoration:underline}
.col-side #submenu .nav-link.dropdown-toggle-split{box-shadow:unset}
.rz-slider-wrapper .rz-slider-caption{margin-top:100px}
.freeform-fullwidth .col-post-wrap{padding:32px}
.qlink-section.scroll-active{padding-bottom:12px!important}
.qlink-section.scroll-active .rz-qlink-wrapper .tns-item{padding-top:8px;padding-bottom:8px}
.col-post-wrap .tiny-carousel {padding-bottom: 0;}
}
@media only screen and (min-width:992px) {
.normal-menu{padding:1rem .5rem .75rem}
.normal-menu li a{margin:.75rem 0!important;font-size:18px!important;padding:0 .5rem!important;line-height:1.4}
}
@media only screen and (max-width:991px) {
.site-header .logo-section{background-color:#0E1F5B!important}
.site-header-wrap.sticky-top .logo-section .btn,.site-header-wrap .logo-section .btn{color:#fff!important}
.top-header .rz-rte-wrapper,.top-header .rz-single-image-wrapper{display:none}
.main-logo-image img{max-height:4.25rem}
.hero-section .hero-wrap{min-height:400px!important}
.hero-section .hero-slide-curve{display:none}
.hero-section .rz-section-header-title{text-align:center;line-height:1.3}
.tns-controls{gap:12px;justify-content:center}
.tns-controls button i{font-size:26px}
.qlink-section .rz-qlink-wrapper .tns-controls{left:50%!important;transform:translateX(-50%);bottom: -23px !important;}
.news-section .rz-section-header-title{font-size:44px!important;line-height:50px}
.news-section .news-section-btn,.social-section .site-social-btns{margin-top:24px}
.rz-news-card[data-card-layout="stacked"] .rz-card-body{padding:24px 16px}
.news-section .tns-controls{bottom:-20px!important}
.mayor-section .rz-section-header-title{font-size:30px!important;line-height:1.3}
.mayor-section .rz-rte-wrapper{padding:25px 16px}
.mayor-section .mayor-img .rz-single-image img {height: 350px;}
.mayor-section .rz-section-header-wrapper{padding-left:0!important;margin-bottom:24px!important}
.social-section .rz-section-header-title{font-size:44px!important;text-align:center;line-height:1}
.connected-btns .rz-button-wrap{justify-content:center}
.site-footer .list-group-item{justify-content:center;align-items:center}
.rz-slider-caption-wrap .rz-slider-caption-title h1{font-size:40px}
#freeform-content-wrapper .breadcrumb::after{display:none}
.breadcrumb{margin-bottom:24px}
#freeform-content-wrapper{padding:40px 16px!important}
#freeform-content-wrapper .col-post-wrap{padding:32px 0}
.col-side .rz-element-wrapper:not(.rz-submenu-wrapper){padding:32px 16px}
.col-side-wrap{padding:0}
.col-post-wrap .rz-staff-directory-card>.d-flex{flex-direction:column!important;align-items:flex-start!important}
.col-post-wrap .rz-staff-directory-card .staff-contact-social{margin-left:0;width:100%}
.col-post-wrap .rz-staff-directory-card{padding:24px 16px!important}
.col-post-wrap .rz-staff-directory-card .dropdown-menu{display:block!important}
.col-post-wrap .rz-staff-directory-card .dropdown-item{padding:0}
.col-post-wrap .rz-staff-directory-card .dropdown-menu{margin-top:23px}
.col-post-wrap .rz-staff-directory-card .dropdown-item{margin-bottom:15px}
.col-post-wrap .rz-staff-directory-card .staff-name{margin:16px 0 3px}
.qlink-section {opacity: 0;visibility: hidden;}
.qlink-section.scrolled {opacity: 1;visibility: visible;}
.rz-qlink-wrapper.homepage-quick-links .tns-item {padding-bottom: 34px;}
}
@media only screen and (max-width:1500px) {
.top-header .rz-rte-element h1{font-size:36px!important}
}
@media only screen and (max-width:1300px) {
.top-header .rz-rte-element h1{font-size:30px!important;padding:0 0 0 30px}
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
.top-header .rz-rte-element h1{font-size:24px!important}
.top-header .rz-single-image-wrap{display:none!important}
.rz-row-block.opt_row_columns_3{grid-template-columns:1.75fr 1.25fr!important}
.site-header .header-search-wrap{max-width:200px!important}
.site-header .rz-topnav-element {padding: 0 15px;}
}
.rz-ada-floaty-btn-element, .rz-share-floaty-btn-element{z-index:131;display: block !important;}
.btn-custom a {color: #fff;}
.main-wrap input[type="button"].admin.btn-primary {margin-top: 4px;}
