



@import url('https://fonts.googleapis.com/css2?family=Aguafina+Script&family=Castoro:ital@0;1&family=League+Spartan:wght@100..900&family=Mada:wght@200..900&family=Outfit:wght@100..900&display=swap');
@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: #0e1d4a;
	--bs-secondary: #a93939;
	--bs-primary-rgb: 14, 29, 74;
	--bs-secondary-rgb: 169, 57, 57;
	--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: "League Spartan", sans-serif;;
	--bs-body-font-size: 1rem;
	--bs-body-font-weight: 400;
	--bs-body-line-height: 1.5;
	--bs-body-color: #181818;
	--bs-body-color-rgb: 24, 24, 24;
	--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: "League Spartan", sans-serif;;
	--bs-headers-font-weight: 700;
	--rz-container-width: 1216px;
	--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: #A12626;
	--rz-links-hover-color: #0E1D4A;
	--bs-light: rgba(14, 29, 74, 0.05);
	--userway-color: var(--bs-primary);
	--rz-header-width: ;
}

h1,.h1{font-size: min(48px, 7vw); color:#0E1D4A}
h2,.h2{font-size: min(48px, 6.2vw); color:#0E1D4A}
h3,.h3{font-size: min(40px, 5.4vw); color:#0E1D4A}
h4,.h4{font-size: min(22px, 4.8vw); color:#0E1D4A}
h5,.h5{font-size: min(20px, 4.4vw); color:#0E1D4A}
h6,.h6{font-size: min(18px, 4.2vw); color:#0E1D4A}

a {
	color: #A12626;
}

a:hover{
	color: #0E1D4A
}

.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: 12px;
	--bs-btn-font-family: "League Spartan", sans-serif;;
	--bs-btn-font-size: 18px;
	--bs-btn-font-weight: 700;
	--bs-btn-line-height: 1.5;
	--bs-btn-border-radius: 75px;
	--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: #A93939;
	--bs-btn-border-color: #0552ec;
	--bs-btn-hover-color: #041340;
	--bs-btn-hover-bg: #67B3F3;
	--bs-btn-hover-border-color: #0552ec;
	--bs-btn-active-color: #041340;
	--bs-btn-active-bg: #67B3F3;
	--bs-btn-active-border-color: #0552ec;
	--bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-primary-rgb), .5);
}

.btn-outline-primary{
	--bs-btn-color: #A93939;
	--bs-btn-bg: transparent;
	--bs-btn-border-color: #A93939;
	--bs-btn-hover-color: #041340;
	--bs-btn-hover-bg: #67B3F3;
	--bs-btn-hover-border-color: #0552ec;
	--bs-btn-active-color: #041340;
	--bs-btn-active-bg: #67B3F3;
	--bs-btn-active-border-color: #0552ec;
	--bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-primary-rgb), .5);	
}

.btn-secondary {
	--bs-btn-color: #FFFFFF;
	--bs-btn-bg: #575757;
	--bs-btn-border-color: #4f4f4f;
	--bs-btn-hover-color: #FFFFFF;
	--bs-btn-hover-bg: #041340;
	--bs-btn-hover-border-color: #041340;
	--bs-btn-active-color: #FFFFFF;
	--bs-btn-active-bg: #041340;
	--bs-btn-active-border-color: #041340;
	--bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-secondary-rgb), .5);
}

.btn-outline-secondary {
	--bs-btn-color: #575757;
	--bs-btn-bg: transparent;
	--bs-btn-border-color: #575757;
	--bs-btn-hover-color: #FFFFFF;
	--bs-btn-hover-bg: #041340;
	--bs-btn-hover-border-color: #041340;
	--bs-btn-active-color: #FFFFFF;
	--bs-btn-active-bg: #041340;
	--bs-btn-active-border-color: #4f4f4f;
	--bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-secondary-rgb), .5);
}

.btn-lg,
.btn-group-lg>.btn {
	--bs-btn-padding-y: min(1rem, 3vw);
	--bs-btn-padding-x: min(1.25rem, 4vw);
	--bs-btn-font-size: min(1.25rem, 4.5vw);
	--bs-btn-border-radius: var(--bs-border-radius-lg);
}

.btn-sm,
.btn-group-sm>.btn {
	--bs-btn-padding-y: min(4px, 3vw);
	--bs-btn-padding-x: min(8px, 3vw);
	--bs-btn-font-size: min(.9rem, 4vw);
	--bs-btn-border-radius: var(--bs-border-radius-sm);
}

.btn.btn-custom {
	--bs-btn-color: #FFFFFF;
	--bs-btn-bg: var(--bs-primary-text-emphasis);
	--bs-btn-border-color: var(--bs-primary-text-emphasis);
	--bs-btn-border-radius: var(--bs-border-radius);
	--bs-btn-hover-border-color: var(--bs-primary-text-emphasis);
	--bs-btn-box-shadow: none;
	--bs-btn-hover-color: #FFFFFF;
	--bs-btn-hover-bg: var(--bs-primary-text-emphasis);
	--bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-custom-rgb), .5);
}

.btn.btn-custom a{
	--bs-btn-color: #FFFFFF;
	color: #FFFFFF;
}

.btn.btn-custom:hover a{
	--bs-btn-hover-color: #FFFFFF;
	color: #FFFFFF;
}

.btn.btn-link {
	--bs-btn-color: var(--bs-primary);
	--bs-btn-hover-color: var(--bs-primary);
	--bs-btn-active-color: var(--bs-primary);
	--bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-primary-rgb), .5);
}

/* buttons that are generated from rte */
.btn-primary a{
	color:#FFFFFF;
} 
.btn.btn-primary:hover a{
	color:#041340;
}
.btn.btn-secondary:hover a{
	color:#FFFFFF;
}
.btn.btn-custom:hover a{
	color:#FFFFFF;
}

/* freeform page */
#freeform {
	--rz-freeform-content-padding: 50px 16px;
	--rz-freeform-content-bg: #FFFFFF;
	--rz-left-col-width: 272px;
	--rz-left-col-padding: 0;
	--rz-left-col-margin: 0;
	--rz-left-col-bg: #ffffff00;
	--rz-freeform-left-col-fill-bg: transparent;
	--rz-right-col-width: 930px;
	--rz-freeform-right-col-fill-bg: #ffffff00;
	--rz-freeform-post-padding: 0 0 0 50px;
	--rz-freeform-post-bg: #ffffff00;
}

.rz-slider-wrapper {
	--rz-slider-height: 250px;
	--rz-slider-bg: #000000;
	--rz-slider-caption-color: #FFFFFF;
	--rz-slider-caption-width: var(--rz-container-width);
}
.rz-slider .rz-slider-bg-overlay{
	background: none;
}
@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: #67B3F3;
		--rz-submenu-border-radius: 0;
		--rz-submenu-font-size: 18px;
		--rz-submenu-item-padding: 8px 0;
		--rz-submenu-item-color: #67B3F3;
		--rz-submenu-item-bg: #00000000;
		--rz-submenu-item-border: none;
	}
	[data-style="horizontal"] #submenu {
		--rz-submenu-padding: 0;
		--rz-submenu-margin: 0;
		--rz-submenu-bg: #00000000;
		--rz-submenu-border: ;
		--rz-submenu-color: #67B3F3;
		--rz-submenu-border-radius: 0;
		--rz-submenu-font-size: 18px;
		--rz-submenu-item-padding: 8px 0;
		--rz-submenu-item-color: #67B3F3;
		--rz-submenu-item-bg: #00000000;
		--rz-submenu-item-border: none;
	}
}

.submenu-header,.col-side-wrap .rz-module-header {
	--rz-submenu-title-padding: 0;
	--rz-submenu-title-bg: #0E1D4A;
	--rz-submenu-title-font-color: #fff;
}

.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: 0;
	--bs-breadcrumb-bg: #ffffff00;
	--bs-breadcrumb-border-radius: ;
	--bs-breadcrumb-divider-color: #67B3F3;
	--bs-breadcrumb-item-padding-x: 40px;
	--bs-breadcrumb-item-active-color: #A12626;
	--bs-breadcrumb-link-color: #0E1D4A;
	--bs-breadcrumb-divider: '\f0da';
}

/* 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: 345px;
	--rz-logo-margin-top: -41px;
	--rz-logo-margin-right: 0;
	--rz-logo-margin-bottom: -57px;
	--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: #fff;
	--rz-nav-link-hover-color: #F8C641;
	--rz-nav-link-hover-bg-color: rgba(0, 0, 0, 0);
	--rz-nav-link-padding-x: 1rem;
	--rz-nav-link-padding-y: 0;
	--rz-nav-link-border-radius: 0px;
	--rz-nav-item-padding-x: 0rem;
	--rz-nav-item-padding-y: 20px;
	--rz-nav-icons-color: #222;
	--rz-nav-mega-link-first-child-color: #041340;
	--rz-nav-mega-second-child-link-color: #093C71;
	--rz-nav-mega-column-count: 4;
	--rz-nav-mega-padding-y: 50px;
	--rz-nav-mega-padding-x: 50px;
	--rz-nav-font-size: 18px;
	--rz-nav-font-weight: 500;
	--rz-nav-dropdown-font-size: 20px;
	--rz-nav-dropdown-bg-color: rgb(255, 255, 255);
	--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: #041340;
	--rz-header-icons-color-mobile: #fff;
	--rz-scroll-header-bg-color-mobile: #041340;
	--rz-scroll-header-icons-color-mobile: #fff;
	/* header options  */
	/* only used if inner page has no slider */
	--rz-header-height: 131px;
}

/* footer */
.site-footer-wrap {
	--rz-logo-width: 345px;
}

@media only screen and (min-width:992px) {
	[data-header-left="true"] .site-header-wrap {
		width:;
		flex-basis:;
	}

	#nav .make-mega {
		--rz-mega-width: 1014px;
	}

	.tiny-carousel-wrap {
		--rz-carousel-controls-height: 32px;
		--rz-carousel-controls-width: 32px;
		--rz-carousel-controls-font-size: 1rem;
		--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: 513px;
	}
	
	.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: 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: #A93939;
	--rz-carousel-controls-border-radius: 5px;
	--rz-carousel-controls-color: #fff;
	--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: #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: ;
	--rz-carousel-nav-button-bg: #999;
	--rz-carousel-nav-button-active-bg: #000;
	--rz-carousel-nav-controls-bg: #fff;
	--rz-carousel-nav-controls-border-radius: 100px;
	--rz-carousel-nav-controls-border: 1px solid var(--bs-border-color);
}

/* Staff Directory */
.rz-staff-directory-card {
	--rz-staff-directory-card-padding: 1rem;
	--rz-staff-directory-card-inner-padding-y: 0 0 1rem;
	--rz-staff-directory-card-inner-padding-x: 0;
	--rz-staff-directory-card-content-padding-x: 1rem;
	--rz-staff-directory-card-bg-color: transparent;
	--rz-staff-directory-card-border: 1px solid var(--bs-border-color);
	--rz-staff-directory-avatar-width: 100%;
	--rz-staff-directory-avatar-border-radius: 0;
	--rz-staff-directory-avatar-bg: transparent;
	--rz-staff-directory-border-radius: var(--bs-border-radius);
	--rz-staff-directory-box-shadow: none;
	--rz-staff-directory-header-font-size: 22px;
	--rz-staff-directory-header-padding: 0;
	--rz-staff-directory-header-bg: transparent;
	--rz-staff-directory-header-color: var(--bs-body);
	--rz-staff-directory-header-font-weight: bold;
}

/* hero/sliders */
@media only screen and (max-width:991.8px) {
	.hero-wrap {
		--hero-height: 400px;
	}

	.rz-slider-wrapper {
		--rz-slider-height: 250px;
	}

	#freeform {
		--rz-freeform-content-padding: 20px 0;
	}
}

/* .rz-qlink  */
.rz-qlink-wrapper {
	--rz-qlink-padding: 0;
	--rz-qlink-body-wrap-padding: 0 0 12px;
	--rz-qlink-body-padding: 0;
	--rz-qlink-title-font-size: 18px;
	--rz-qlink-text-font-size: 16px;
	--rz-qlink-title-color: #0E1D4A;
	--rz-qlink-text-color: #0E1D4A;
	--rz-qlink-color: #fff;
	--rz-qlink-bg: #00000000;
	--rz-qlink-border-color: #00000000;
	--rz-qlink-border-radius: 50px;
	--rz-qlink-border-width: 0;
	--rz-qlink-img-height: 300px;
	--rz-qlink-img-aspect-ratio: 16 / 9;
	--rz-qlink-img-overlay-color: none;
	--rz-qlink-icon-width: 125px;
	--rz-qlink-icon-height: 125px;
	--rz-qlink-icon-bg-color: #0E1D4A;
	--rz-qlink-icon-color: #FFFFFF;
	--rz-qlink-icon-border-color: #67B3F3;
	--rz-qlink-icon-border-width: 5px;
	--rz-qlink-icon-border-radius: 100px;
	--rz-qlink-icon-font-size: 48px;
	--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: 0;
	--rz-tile-body-padding: 24px;
	--rz-tile-title-font-size: 18px;
	--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: 10px;
	--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: none;
	--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 */
.hero-section .rz-slider-bg-overlay{background:linear-gradient(0deg,#0000000d 0%,#0000000d 100%)}
.hero-section .rz-builder-empty-data{display:none}
.hero-section .video-background-controls{top:50px!important;right:50px!important}
.hero-section .video-background-controls button{padding:12.5px 23px;background:transparent}
.hero-section .video-background-controls button i{display:flex;align-items:center;gap:10px}
.hero-section .video-background-controls button i::after{font-size:14px;font-weight:400;font-family:"Mada",sans-serif;text-transform:capitalize}
.hero-section .video-background-controls button i.fa-play-circle::after{content:"Play video"}
.hero-section .video-background-controls button i.fa-pause-circle::after{content:"Pause video"}
.hero-section .video-background-controls button i::before{font-size:20px}
.video-background-controls .fa-play-circle::before{content:"\f144"}
.video-background-controls .fa-pause-circle::before{content:"\f28b"}
.tns-controls button i::before{-webkit-text-stroke:1px currentcolor}
.tns-controls button{transition:all .3s;line-height:0}
.tns-controls button:hover{background:#F8C641;color:#0E1D4A}
.rz-ada-floaty-btn-element{justify-content:flex-end;align-items:flex-end;left:45px;top:unset;right:unset;bottom:77px;z-index:150}
.rz-ada-floaty-btn-element button{background-color:#A93939!important;border-radius:64px;padding:0;width:64px;height:64px;color:#fff!important;border:2px solid #fff;transition:all .3s}
.rz-ada-floaty-btn-element button i{font-size:28px;display:flex;justify-content:center}
.floating-alert{background:#F8C641;backdrop-filter:blur(4px);box-shadow:0 4px 16px 0 #00000029;border-radius:0;color:#041340;font-size:14px;font-weight:400;line-height:21px;right:unset;right:72px;bottom:48px}
.floating-alert .floating-alert-header{color:#041340;font-size:18px;font-weight:500;line-height:20.4px;padding:32px 32px 0!important}
.floating-alert .floating-alert-inner{padding:12px 32px 32px!important}
.floating-alert-inner a{text-decoration:none}
.floating-alert .alert-buttons{border-top-color:#C89B25}
.floating-alert .alert-buttons .alert-button{background:none;flex:1;border-right-color:#C89B25;color:#041340;font-size:13px;font-weight:700;padding:22.5px 0;text-transform:capitalize}
.floating-alert .alert-buttons .alert-button:hover{background:#A12626;color:#fff}
.welcome-section .rz-section-bg-overlay{background:linear-gradient(90deg,var(--Color-Brand-Color-2,#67B3F3) 4.72%,#0E1D4A 60.85%,var(--Color-Brand-Color-6,#041340) 102.4%),var(--Color-Brand-Color-6,#041340)!important}
.welcome-section .rz-rte-element{color:#fff;font-weight:500}
.welcome-section .rz-rte-element a{color:#F8C641;text-decoration:underline;transition:all .3s}
.welcome-section .rz-rte-element a:hover{color:#ED5454}
.welcome-section .rz-rte-element h3{color:#67B3F3;font-size:36px;font-weight:400;font-family:"Aguafina Script",cursive;line-height:1;padding-top:10px}
.welcome-section .rz-rte-element p,.welcome-section .rz-rte-element h3{margin:0}
.welcome-section .rz-section-header-subtitle{font-weight:600;letter-spacing:3px;text-transform:uppercase;line-height:19.5px}
.welcome-section .rz-section-header-title{text-transform:uppercase}
.news-toggle-switch{position:relative;display:inline-block;margin:3px 24px 0;width:76px;height:25px;background-color:#fff;border-radius:50px;cursor:pointer}
.toggle-slider{position:absolute;height:25px;width:24px;left:5px;bottom:0;background-color:#4B4B4B;border-radius:50%;transition:.4s;filter:drop-shadow(0 4px 4px #00000026)}
.news-section{box-shadow:0 4px 18.5px 0 #00000029 inset}
.news-list-wrap{display:none!important}
.news-list-wrap.active{display:block!important}
.news-category-label.active .rz-label-text{color:#0E1D4A!important}
.news-category-label.active .rz-label-icon-wrap i{color:#A12626!important}
.news-section .rz-label-element .rz-label-icon-wrap .rz-label-text{text-transform:uppercase;color:#696969;font-size:14px;font-weight:700;line-height:18px;margin-top:3px}
.news-section .rz-label-element .rz-label-icon-wrap .rz-label-icon{color:#696969;font-size:20px;font-weight:400}
.search-section .rz-section-header-title,.news-section .rz-section-header-title{text-transform:uppercase}
.rz-news-card[data-card-layout="stacked"]{border-radius:20px;border:1px solid transparent;box-shadow:0 4px 10px 0 #0000001a;transition:all .3s;padding:24px 32px}
.rz-news-card[data-card-layout="stacked"] .rz-card-date{display:none}
.rz-news-card[data-card-layout="stacked"] .rz-card-category{color:#0E1D4A;font-size:22px;line-height:23.2px;font-weight:700;text-transform:uppercase}
.rz-news-card[data-card-layout="stacked"] .rz-card-body{padding:0;margin:0;gap:20px!important;flex:1 1 auto}
.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-long,.rz-news-card[data-card-layout="stacked"] .rz-card-date .news-comma,.rz-news-card[data-card-layout="stacked"] .rz-card-date .news-date-year{display:none}
.rz-news-card[data-card-layout="stacked"] .rz-card-title{font-size:20px;font-weight:500;color:#37373A;line-height:23.2px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;text-overflow:ellipsis;transition:all .3s}
.rz-news-card[data-card-layout="stacked"] .rz-card-actions{display:flex}
.rz-news-card[data-card-layout="stacked"] .rz-news-button{font-size:10px;font-weight:700;line-height:24px;text-transform:uppercase;border-radius:75px;padding:4px 24px}
.rz-news-card[data-card-layout="stacked"] .rz-news-button i{display:none}
.rz-news-card[data-card-layout="stacked"]:hover{border:1px solid #A93939}
.news-section .rz-element-wrapper .nav-controls{display:none}
.rz-qlink-wrapper .nav-controls{display:none!important}
.rz-qlink{transition:all .3s}
.rz-qlink .rz-qlink-title{font-weight:500;position:relative}
.rz-qlink .rz-qlink-icon{margin-bottom:32px;transition:all .3s}
.qlink-section .tiny-carousel .tns-item{padding-top:25px}
.homepage-quick-links .rz-qlink:hover .rz-qlink-icon{border:7px solid #8D1A1A;background:#A93939;transform:translateY(-24px)}
.rz-qlink:hover .rz-qlink-title::after{content:"";position:absolute;border-radius:50px;background-color:#A93939;left:50%;bottom:-10px;transform:translateX(-50%);width:50px;height:3px;opacity:0;transition:.3s;opacity:1}
.qlink-section .tiny-carousel-wrap .tns-controls{left:0;right:0}
.col-post-wrap .tiny-carousel-wrap:has(.tns-controls:not([style*="display: none"])) .tns-outer .tns-controls{left:0;right:0}
.calculator-qlinks .rz-section-header-wrap{justify-content:center}
.calculator-qlinks .rz-section-header-title{color:#0E1D4A;font-size:55px;font-weight:700;text-transform:uppercase;text-align:center;margin-bottom:50px}
.calculator-qlinks .rz-qlink{padding:40px 32px}
.calculator-qlinks .rz-qlink .rz-qlink-img-overlay{background:linear-gradient(0deg,#0e1d4ae6 0%,#0e1d4ae6 100%);border-radius:0}
.calculator-qlinks .rz-qlink .rz-qlink-icon{border-color:#F8C641;border-width:3px;background:#fff;color:#0E1D4A;width:144px;height:144px;font-size:80px;margin-bottom:48px}
.calculator-qlinks .rz-qlink .btn{padding:12px 30px;border-radius:24px;font-size:16px;font-weight:800;text-transform:uppercase;font-family:"Outfit",sans-serif;margin-top:32px}
.calculator-qlinks .rz-qlink .rz-qlink-title{font-size:22px;color:#fff;text-shadow:0 4px 4px #00000040;font-weight:600;line-height:28.8px;padding:0 24px;padding-bottom:12px}
.calculator-qlinks .rz-qlink .rz-qlink-title::before{content:"";background-color:#F8C641;width:100%;height:2px;position:absolute;bottom:-10px;left:50%;transform:translateX(-50%)}
.calculator-qlinks .rz-qlink .rz-qlink-title::after{content:"";background-color:#F8C641;width:80%;height:1px;position:absolute;bottom:-15px;left:50%;transform:translateX(-50%)}
.calculator-qlinks .rz-qlink:hover .rz-qlink-img-overlay{background:linear-gradient(0deg,#67b3f3e6 0%,#67b3f3e6 100%)}
.calculator-qlinks .rz-qlink:hover .rz-qlink .rz-qlink-icon{border-color:#A12626}
.calculator-qlinks .rz-qlink:hover .rz-qlink-title{color:#0E1D4A}
.calculator-qlinks .rz-qlink:hover .rz-qlink-title::before{background-color:#041340}
.calculator-qlinks .rz-qlink:hover .rz-qlink-title::after{background-color:#041340}
.calculator-qlinks .rz-qlink:hover .btn{background:#041340;color:#fff}
.calculator-cards .page-title-wrapper{display:none!important}
#freeform.calculator-cards #freeform-content-wrapper{padding:100px 0}
.search-section .rz-section-header{gap:32px!important}
.search-section .search-card .rz-section-header-title{color: #181818;font-size: 22px;font-weight:600;line-height:28.6px;position:relative;padding:0 16px;text-transform:capitalize;padding-bottom: 25px;}
.search-section .search-card .rz-section-header-title::before{content:"";background-color:#F8C641;width:100%;height:2px;position:absolute;bottom: 5px;left:50%;transform:translateX(-50%)}
.search-section .search-card .rz-section-header-title::after{content:"";background-color:#F8C641;width:80%;height:1px;position:absolute;bottom: 0;left:50%;transform:translateX(-50%)}
.search-section .search-card .rz-rte-element{color:#1F1F1F;font-size:18px;font-weight:500;margin-top:20px;margin-bottom:17px;}
.search-section .search-card .rz-button-wrapper{margin-top:auto}
.search-card .rz-button-wrap .btn{text-transform:uppercase}
.freeform-fullwidth .col-post-wrap{flex-basis:1232px;min-height:auto}
.col-post-wrap .post-content {height: auto !important;}
.breadcrumb{background-color:#EFF8FF;padding:10px 16px;justify-content:center;font-family:"Outfit",sans-serif;text-transform:capitalize}
.breadcrumb li::before{font-family:"FontAwesome";position: absolute;left: 15px;top: 2px;font-size: 12px;}
.breadcrumb li {position: relative;}
.breadcrumb li a{font-weight:400;text-decoration:none}
.breadcrumb li:last-child{text-decoration:underline;}
.page-title-wrapper .page-title{text-transform:uppercase;margin-bottom:24px}
#post .rz-rte-element h2,#post .rz-rte-element h4{font-weight:600}
#post .rz-rte-element h3{text-transform:uppercase}
#post .rz-rte-element h5{color:#A93939;text-transform:uppercase}
#post .rz-rte-element h6{font-weight:500}
.rz-staff-directory-card .staff-contact-social{flex-direction: column;align-items: flex-start;}
.col-side .rz-element-wrapper{background:#EFF8FF;border-radius:20px;padding:50px 32px}
.col-side .rz-element-wrapper + .rz-element-wrapper{margin-top:16px}
.col-side .rz-module-header{color:#fff;font-size:20px;font-weight:700;text-transform:uppercase;margin-bottom:24px}
.rz-tile-wrap{min-height:285px}
.rz-tile{justify-content:flex-end;border-radius:10px;background-color:transparent;overflow:hidden;transition:all .3s}
.rz-tile-body-wrap{width:100%;flex:unset}
.rz-tile-img-wrap{border-radius:10px}
.rz-tile .rz-tile-body{justify-content:flex-end;align-items:center;background:#0E1D4A;width:100%;border-radius:0 0 10px 10px;gap:0!important;transition:all .3s}
.rz-tile:hover .rz-tile-body {background: #041340;}
.rz-tile:hover .rz-tile-body{height:100%;gap:25px!important}
.rz-tile:hover .rz-tile-img-wrap .rz-tile-img{transform:none}
.rz-tile .rz-tile-title{font-weight:500;line-height:23.4px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;text-overflow:ellipsis}
.rz-tile .rz-tile-text{display:none}
.rz-tile .rz-tile-actions{transform:translateY(50px);height:0;transition:all .3s}
.rz-tile .rz-tile-actions .btn{border-radius:75px;padding:7px 24px 5px;text-transform:uppercase;font-size: 13px;font-weight: 700;}
.rz-tile:hover .rz-tile-actions{height:24px;margin-bottom:8px;transform:translateY(0)}
.inner-fields{display:flex;flex-direction:column;align-items:center}
.inner-fields h4{color:#0E1D4A;font-size:20px;font-weight:700;text-transform:uppercase;margin-bottom:34px}
.calculator-wrapper .field-group{display:flex;align-items:center;gap:24px}
.calculator-wrapper .field{max-width:200px;width:100%;text-align:center;margin-bottom:32px;position:relative}
.calculator-wrapper label{color:#0E1D4A;font-size:18px;font-weight:500;display:block;margin-bottom:12px}
.calculator-wrapper input{color:#0E1D4A;font-size:17px;font-weight:275;width:100%;padding:10px;border-radius:10px;border:1px solid #ccc;font-size:16px;text-align:center;box-shadow:unset;outline:none}
.calculator-wrapper input::placeholder{color:#0E1D4A}
.calculator-wrapper .info{display:inline-block;width:18px;height:18px;background:#dc2626;color:#fff;border-radius:50%;text-align:center;font-size:12px;line-height:18px;margin-left:5px;position:relative}
.calculator-wrapper .tooltip{display:none;position:absolute;left:60px;top:-10px;width:476px;background:#DEF0FF;padding:32px;border-radius:15px;box-shadow:0 1px 15px 0 #0000001a;font-size:18px;font-weight:400;color:#181818;font-family:"League Spartan",sans-serif}
.calculator-wrapper .info:hover .tooltip{display:block;opacity:1}
.calculator-wrapper .info:hover {background: #67B3F3;}
.calculator-wrapper .tooltip strong{color:#0E1D4A;font-size:18px;font-weight:500;margin-bottom:10px;display:block;font-family:"League Spartan",sans-serif}
.calculator-wrapper .tooltip p{font-size:18px;font-weight:400;color:#181818;font-family:"League Spartan",sans-serif;line-height:27px;margin-bottom:0}
.calculator-wrapper .tooltip::before{position:absolute;content:"";background:#DEF0FF;width:26px;height:20px;clip-path:polygon(50% 0%,0% 100%,100% 100%);top:8px;left:-24px;transform:rotate(45deg)}
.calculator-wrapper button{background:#A93939;border-radius:75px;border:none;padding:12px 30px;color:#fff;font-weight:800;cursor:pointer;margin-top:10px;font-family:"Outfit",sans-serif;text-transform:uppercase;transition:all .3s}
.calculator-wrapper button:hover{background:#67B3F3;color:#041340}
.calculator-wrapper .result{margin-top:50px;text-align:center}
.calculator-wrapper .result p{color:#0E1D4A;font-size:18px;font-weight:500}
.calculator-wrapper .result h2{color:#0E1D4A;font-size:48px;font-weight:600}
.calculator-enable .page-title{text-align:center}
.site-footer .footer-logo{width:130px}
.site-footer img.footer-logo{margin-bottom:32px}
.footer-main-links .list-group{flex-direction:row;gap:47px}
.footer-main-links .list-group-item{padding:3px 16px;width:inherit;border:none;text-transform:uppercase}
.site-footer .list-group-item:hover span{color:#F8C641!important}
.site-footer .list-group-item{font-weight:500;transition:all .3s}
.site-footer .rz-link-list-wrapper,.site-footer .rz-rte-wrapper{display:flex;gap:15px;align-items:center}
.site-footer .rz-module-header{color:#0E1D4A;font-size:12px;font-weight:800;text-transform:uppercase;line-height:1.5;background-color:#fff;border-radius:15px;padding:10px 20px}
.site-footer .rz-module-header i{color:#A12626;font-size:18px}
.site-footer .hour-content .rz-module-header i{color:#A12626;font-size:14px}
.site-footer .hour-content .rz-module-header .rz-module-header-text{margin-top:2px}
.site-footer .rz-rte-element{color:#fff;font-size:15px;font-weight:500;text-transform:uppercase}
.site-footer .rz-address-wrapper .btn{color:#fff;font-size:15px;font-weight:500;text-transform:capitalize;gap:12px;padding:0}
.site-footer .rz-address-wrapper .btn i{position:relative;background-color:#fff;padding:10px 15px;border-radius:15px;display:flex;align-items:center;font-size:14px;color:#A12626;max-width: 127px;width: 100%;}
.site-footer .rz-address-wrapper .btn i::after{content:"Courthouse";color:#0E1D4A;font-size:12px;font-weight:800;text-transform:uppercase;font-style:normal;margin-top:2px;margin-left:5px}
.site-footer .rz-address-wrapper .btn span{max-width:170px;transition:all .3s}
.site-footer .rz-address-wrapper .btn:hover span{color:#F8C641}
input[value="Administration"].admin{margin-top:4px}
.btn-secondary a {color: #fff;}
@media only screen and (min-width:992px) {
.site-header .header-tools{gap:32px}
.site-header .btn{color:#FAF4EC;font-size:12px;font-weight:700;text-transform:uppercase;padding:0!important}
.site-header .btn i{color:#F8C641;transition:all .3s}
.site-header .btn:hover i,.site-header .btn:hover,.site-header .rz-share-btn:hover i::after,.site-header .header-search-toggle .btn:hover i::after{color:#ED5454}
.site-header .translate-button{padding:0!important}
.site-header .translate-button:hover,.site-header .translate-button:focus,.site-header .translate-button:active{font-size:12px!important;color:#ED5454!important}
.site-header .rz-share-btn i,.site-header .header-search-toggle .btn i{font-size:13px}
.site-header .rz-share-btn i::after{content:"Share";color:#FAF4EC;font-size:12px;font-style:normal;margin-left:10px;transition:all .3s}
.site-header .header-search-toggle .btn i::after{content:"Search";color:#FAF4EC;font-size:12px;font-style:normal;margin-left:10px;transition:all .3s}
#nav .nav-border{display:none!important}
#nav .dropdown-toggle:after{display:none}
#nav .make-mega .mega-wrap-inner{column-gap:96px;column-rule:1px solid #67b3f382}
.site-header #nav>li>a,.site-header #nav>li>span{gap:3px;border:none;outline:none;box-shadow:none;position:relative}
.site-header #nav ul.make-mega{background-color:#DEF0FF;border-radius:0 0 20px 20px;border:none;left:50%!important;transform:translateX(-50%)!important;top:100%!important;min-width:auto}
.site-header .dropdown-header-item,#nav .nav-border,#nav .dropdown-toggle:after{display:none!important}
#nav ul.make-mega ul ul{margin:-8px 0 18px;border-radius:0}
.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{padding:5px;font-weight:700;text-transform:uppercase;margin-bottom:16px;transition:all .3s;line-height:20.8px}
#nav ul li a:not(.mega-button-link):not(.dropdown-header):hover,#nav ul li:not(.make-mega) span:hover{color:#A12626;background:none}
#nav .mega-wrap-inner li li a:not(.fa):not(.dropdown-header),#nav .mega-wrap-inner li li span:not(.fa){background:none;padding:5px 15px;font-weight:500;margin:0 0 8px;text-transform:capitalize}
.qlink-section .tiny-carousel{padding-bottom:0!important}
.qlink-section .tns-outer{padding:0 48px!important}
.floating-alert{width:400px}
.col-side .rz-submenu-wrapper{background:#0E1D4A}
.col-side .rz-submenu-wrapper .rz-module-header{margin-bottom:10px}
.col-side #submenu>li>a:not(.dropdown-toggle),.col-side #submenu li>span:not(.dropdown-toggle){transition:all .3s;font-weight:500;line-height:20.4px;margin-bottom:10px;border-radius:10px}
.col-side #submenu>li:hover>a,.col-side #submenu>li:hover>span{color:#041340;background:#67B3F3;padding:8px 10px;display:inline-block}
.col-side #submenu>li.dropdown>a,.col-side #submenu>li.dropdown>span{border-radius:10px 0 0 10px}
.col-side #submenu .nav-link.dropdown-toggle-split{display:none!important}
.col-side #submenu ul{background:#67B3F3;padding:15px;border:none;border-radius:0 10px 10px 10px}
.col-side #submenu ul a,.col-side #submenu ul span{background:none;padding:0 5px;color:#041340;font-size:16px;font-weight:500;transition:all .3s;border-radius:5px}
#submenu .dropdown-menu li:not(:last-child){margin-bottom:12px}
.col-side #submenu ul li:hover a{background:#B3DDFF;padding:0 10px;border-radius:5px}
.col-side #submenu .dropdown-toggle:empty::after{content:"\f054";font-family:"FontAwesome";background:none;border:none;font-size:13px;font-weight:400;color:#67B3F3;line-height:1;width:inherit}
.col-post-wrap .tiny-carousel-wrap:has(.tns-controls:not([style*="display: none"])) .tns-outer{padding:0 50px!important}
}
@media only screen and (max-width:991px) {
.main-logo-image img{max-height:3.5rem}
.offcanvasHeaderItems-offcanvas-body .header-contact-btn .btn{background:#041340;color:#fff!important;border-radius:75px;padding:10px 24px!important}
.search-section .search-card{padding:35px 16px!important}
.search-section .rz-section-header{gap:24px!important}
.qlink-section .tiny-carousel-wrap .tns-controls,.news-section .tiny-carousel-wrap .tns-controls{left:50%;right:0;transform:translateX(-50%);justify-content:center;bottom:-25px;gap:20px}
.search-section .rz-section-header-title{font-size:20px!important}
.search-section .search-card .rz-rte-element{font-size:16px}
.rz-news-card[data-card-layout="stacked"]{padding:24px 16px}
.rz-news-card[data-card-layout="stacked"] .rz-card-body{gap:16px!important}
.welcome-section .rz-section-header-subtitle{line-height:32px;letter-spacing:1px}
.welcome-section .rz-section-bg-overlay{background:linear-gradient(156deg,var(--Color-Brand-Color-2,#67B3F3) 4.72%,#0E1D4A 60.85%,var(--Color-Brand-Color-6,#041340) 102.4%),var(--Color-Brand-Color-6,#041340)!important}
.site-footer .footer-main-links .list-group{flex-wrap:wrap;justify-content:center;gap:18px}
.breadcrumb{padding:10px 16px}
.col-post-wrap .rz-qlink-wrapper .tns-controls{justify-content:center}
}
