




@import url('https://fonts.googleapis.com/css2?family=Commissioner:wght@100..900&family=Lusitana:wght@400;700&display=swap');
/* "Commissioner", sans-serif;
"Lusitana", serif; */

:root,
[data-bs-theme=light] {
	--bs-primary: #001433;
	--bs-secondary: #001433;
	--bs-primary-rgb: 0, 85, 255;
	--bs-secondary-rgb: 0, 0, 0;
	--bs-font-sans-serif: "Commissioner", sans-serif;;
	--bs-font-monospace: "Commissioner", sans-serif;;
	--bs-body-font-family: "Commissioner", sans-serif;;
	--bs-body-font-size: 16px;
	--bs-body-font-weight: 400;
	--bs-body-line-height: 1.5;
	--bs-body-color: #001433;
	--bs-body-color-rgb: 33, 37, 41;
	--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: "Lusitana", serif;;
	--bs-headers-font-weight: 800;
	--rz-container-width: 1440px;
	--rz-container-padding-x: 100px;
	--rz-transitions: all .3s cubic-bezier(0.77, 0, 0.175, 1);
	--rz-modal-border-radius: 16px;
	--rz-links-color: #002868;
	--rz-links-hover-color: var(--rz-links-color);
	--bs-light: rgba(0, 85, 255, 0.05);
	--userway-color: var(--bs-primary);
	--rz-header-width: ;
}

h1,.h1{font-size: min(56px, 7vw); color:var(--bs-body)}
h2,.h2{font-size: min(48px, 6.2vw); color:var(--bs-body)}
h3,.h3{font-size: min(40px, 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: #002868;
}

a:hover{
	color: var(--rz-links-color)
}

.btn {
	--bs-btn-border-width: var(--bs-border-width);
}

/* buttons */
.btn:not(.btn-link):not(.builder-btn):not(.btn-sm):not(.btn-lg):not(.dropdown .btn):not(#ics-view-export):not(.modal-action-buttons .btn):not(.rz-brand-footer .btn):not(.agendalist-links .btn):not(#agendaClear.btn):not(.offcanvasHeaderItems-offcanvas-body .btn),.rz-form-builder-wrapper [type="submit"] {
	--bs-btn-padding-x: 24px;
	--bs-btn-padding-y: 12px;
	--bs-btn-font-family: var(--bs-font-sans-serif);
	--bs-btn-font-size: 16px;
	--bs-btn-font-weight: 600;
	--bs-btn-line-height: 150%;
	--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: #ffffff;
	--bs-btn-bg: #002868;
	--bs-btn-border-color: #6c757d00;
	--bs-btn-hover-color: #FFFFFF;
	--bs-btn-hover-bg: #9c0021;
	--bs-btn-hover-border-color: #00000000;
	--bs-btn-active-color: #FFFFFF;
	--bs-btn-active-bg: #9c0021;
	--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: #002868;
	--bs-btn-bg: transparent;
	--bs-btn-border-color: #002868;
	--bs-btn-hover-color: #FFFFFF;
	--bs-btn-hover-bg: #9c0021;
	--bs-btn-hover-border-color: #00000000;
	--bs-btn-active-color: #FFFFFF;
	--bs-btn-active-bg: #9c0021;
	--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: #002868;
	--bs-btn-bg: #00000000;
	--bs-btn-border-color: #002868;
	--bs-btn-hover-color: #9c0021;
	--bs-btn-hover-bg: #00000000;
	--bs-btn-hover-border-color: #9c0021;
	--bs-btn-active-color: #9c0021;
	--bs-btn-active-bg: #00000000;
	--bs-btn-active-border-color: #9c0021;
	--bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-secondary-rgb), .5);
}

.btn-outline-secondary {
	--bs-btn-color: #00000000;
	--bs-btn-bg: transparent;
	--bs-btn-border-color: #00000000;
	--bs-btn-hover-color: #9c0021;
	--bs-btn-hover-bg: #00000000;
	--bs-btn-hover-border-color: #9c0021;
	--bs-btn-active-color: #9c0021;
	--bs-btn-active-bg: #00000000;
	--bs-btn-active-border-color: #002868;
	--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: #ffffff;
	--bs-btn-hover-color: #ffffff;
	--bs-btn-active-color: #ffffff;
	--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:#9c0021;
}
.btn.btn-custom:hover a{
	color:#FFFFFF;
}

/* freeform page */
#freeform {
	--rz-freeform-content-padding: 0;
	--rz-freeform-content-bg: #FFFFFF;
	--rz-left-col-width: 350px;
	--rz-left-col-padding: 64px 0;
	--rz-left-col-margin: 0;
	--rz-left-col-bg: #FFFFFF;
	--rz-freeform-left-col-fill-bg: transparent;
	--rz-right-col-width: 915px;
	--rz-freeform-right-col-fill-bg: #FFFFFF;
	--rz-freeform-post-padding: 48px 0 64px 64px;
	--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,20,51,0.26);
}
@media only screen and (min-width:992px) {
	#submenu {
		--rz-submenu-padding: 0;
		--rz-submenu-margin: 0 0 16px 0;
		--rz-submenu-bg: transparent;
		--rz-submenu-border: ;
		--rz-submenu-color: #000000;
		--rz-submenu-border-radius: 0;
		--rz-submenu-font-size: 16px;
		--rz-submenu-item-padding: .65rem 1.5rem .65rem 0;
		--rz-submenu-item-color: #000000;
		--rz-submenu-item-bg: #ffffff;
		--rz-submenu-item-border: 1px solid rgba(0, 0, 0, .1);
	}
	[data-style="horizontal"] #submenu {
		--rz-submenu-padding: 0;
		--rz-submenu-margin: 0 0 16px 0;
		--rz-submenu-bg: transparent;
		--rz-submenu-border: ;
		--rz-submenu-color: #000000;
		--rz-submenu-border-radius: 0;
		--rz-submenu-font-size: 16px;
		--rz-submenu-item-padding: .65rem 1.5rem .65rem 0;
		--rz-submenu-item-color: #000000;
		--rz-submenu-item-bg: #ffffff;
		--rz-submenu-item-border: 1px solid rgba(0, 0, 0, .1);
	}
}

.submenu-header,.col-side-wrap .rz-module-header {
	--rz-submenu-title-padding: 1rem;
	--rz-submenu-title-bg: ;
	--rz-submenu-title-font-color: #001433;
}

.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: #000;
	--bs-breadcrumb-item-padding-x: 0.5rem;
	--bs-breadcrumb-item-active-color: #000;
	--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: 225;
	--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: #ffffff;
	--rz-nav-link-hover-color: #ffffff;
	--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: #ffffff;
	--rz-nav-mega-link-first-child-color: #002868;
	--rz-nav-mega-second-child-link-color: #333;
	--rz-nav-mega-column-count: 4;
	--rz-nav-mega-padding-y: 32px;
	--rz-nav-mega-padding-x: 64px;
	--rz-nav-font-size: 16px;
	--rz-nav-font-weight: normal;
	--rz-nav-dropdown-font-size: 18px;
	--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: 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: 225;
}

@media only screen and (min-width:992px) {
	[data-header-left="true"] .site-header-wrap {
		width:;
		flex-basis:;
	}

	#nav .make-mega {
		--rz-mega-width: 890px;
	}

	.tiny-carousel-wrap {
		--rz-carousel-controls-height: 50px;
		--rz-carousel-controls-width: 50px;
		--rz-carousel-controls-font-size: 20px;
		--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: 910px;
	}
	
	.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: rgba(255, 255, 255, 1);
	--rz-carousel-controls-border-radius: 100px;
	--rz-carousel-controls-color: var(--bs-dark);
	--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: 500px;
	}

	.rz-slider-wrapper {
		--rz-slider-height: 400px;
	}

	#freeform {
		--rz-freeform-content-padding: 20px 0;
	}
}

/* .rz-qlink  */
.rz-qlink-wrapper {
	--rz-qlink-padding: 0;
	--rz-qlink-body-wrap-padding: 20px;
	--rz-qlink-body-padding: 0;
	--rz-qlink-title-font-size: 18px;
	--rz-qlink-text-font-size: 16px;
	--rz-qlink-title-color: #002868;
	--rz-qlink-text-color: #ffffff;
	--rz-qlink-color: #ffffff;
	--rz-qlink-bg: #00000000;
	--rz-qlink-border-color: #cccccc00;
	--rz-qlink-border-radius: var(--bs-border-radius);
	--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: 96px;
	--rz-qlink-icon-height: 96px;
	--rz-qlink-icon-bg-color: #ffffffaf;
	--rz-qlink-icon-color: #002868;
	--rz-qlink-icon-border-color: #f5f4f4;
	--rz-qlink-icon-border-width: 3px;
	--rz-qlink-icon-border-radius: 100px;
	--rz-qlink-icon-font-size: 42px;
	--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: #001433;
	--rz-tile-text-color: #fff;
	--rz-tile-color: #001433;
	--rz-tile-bg: #fff;
	--rz-tile-border-color: var(--bs-border-color);
	--rz-tile-border-radius: var(--bs-border-radius);
	--rz-tile-border-width: var(--bs-border-width);
	--rz-tile-img-height: 300px;
	--rz-tile-img-aspect-ratio: 16 / 9;
	--rz-tile-img-overlay-color: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.8) 100%);
	--rz-tile-icon-width: 80px;
	--rz-tile-icon-height: 80px;
	--rz-tile-icon-bg-color: #f5f5f5;
	--rz-tile-icon-color: #000;
	--rz-tile-icon-border-color: var(--bs-border-color);
	--rz-tile-icon-border-width: 1px;
	--rz-tile-icon-border-radius: 100px;
	--rz-tile-icon-font-size: 2rem;
	--rz-tile-footer-border: 1px solid var(--bs-border-color);
	--rz-tile-footer-padding: .8rem;
	--rz-tile-footer-bg: #fff;
	--rz-tile-footer-btn-color: #000;
}

[data-card-layout="overlay"] .rz-card-img-overlay {
	--rz-card-img-overlay-color: #00000000;
}

/* section header */
#landing .rz-section-header-wrap{max-width:768px;margin:0 auto}
#landing .rz-section-header-wrap .rz-section-header-title{margin-bottom:24px}
.site-header .header-weather-wrap #weather{display:block!important;padding:0!important}
.site-header .header-weather-wrap #weather .weather-forecast,.site-header .header-weather-wrap #weather .weather-date{display:none}
.site-header .header-weather-wrap #weather .weather-details{color:#fff;font-size:16px}
.site-header .header-weather-wrap #weather i{font-family:"weather";height:25px;position:relative;top:-6px;font-size:30px!important}
.site-header .header-contactus{margin:0 16px}
.site-header .header-contactus .btn{color:#fff;padding:7px 20px;font-size:16px;border:1px solid #fff;border-radius:20px;line-height:150%}
.site-header-wrap.sticky-top .site-header .header-contactus .btn,.site-header .header-contactus .btn:hover{border-color:#9c0021;color:#fff!important;background:#9c0021}
.site-header .header-translate-wrap .btn .translate-text{font-size:0;position:relative}
.site-header .header-translate-wrap .btn::before{content:"EN";display:inline-block;text-transform:uppercase;color:#fff;font-weight:700;font-size:16px}
.site-header .header-translate-wrap .btn .bi{margin:0 0 0 10px !important;color:#fff}
.site-header .header-translate-wrap .btn .bi::before{content:"\F282"}
.site-header .rz-button-wrapper .btn{color:#fff}
.site-header .header-translate-wrap .btn:hover .bi,.site-header .header-translate-wrap .btn:hover::before,.site-header .rz-button-wrapper .btn:hover{color:#9c0021}
.site-header .rz-button-wrapper .btn .material-icons{color:#fff!important}
.site-header #nav .make-mega .dropdown-header-item{display:none}
.hero-wrapp .rz-section-block,.hero-wrapp .rz-section-block .rz-row-block,.hero-wrapp .rz-section-block .rz-row-block .hero-wrap{height:100%!important}
#freeform .rz-site-wrap .rz-slider-wrapper:before,.hero-wrapp::before{position:absolute;content:"";background:linear-gradient(to bottom,#001433ff 0%,#00143300 100%);height:33%;z-index:1;top:0;left:0;width:100%}
.hero-wrapp:after{position:absolute;content:"";background:linear-gradient(to top,#001433ff 0%,#00143300 100%);height:33%;z-index:1;bottom:0;left:0;width:100%}
.hero-wrapp .tiny-slider-wrap .rz-slider-bg-overlay{background:#0028683d}
.hero-caption-wrap .rz-rte-element{text-align:center}
.hero-caption-wrap .rz-rte-element p{text-align:center;font-size:28px;color:#fff;line-height:120%;margin:0;font-family:"Commissioner",sans-serif}
.hero-caption-wrap .rz-rte-element h1{text-align:center;font-size:180px;color:#ffffffb8;line-height:150%;margin:-50px 0 -80px;font-weight:400;font-family:"Lusitana",serif}
.hero-caption-wrap .rz-rte-element h2{text-align:center;font-size:44px;color:#fff;line-height:120%;margin:0;font-family:"Commissioner",sans-serif}
.hero-caption-wrap .rz-rte-element h1 span,.hero-caption-wrap .rz-rte-element h2 span,.hero-caption-wrap .rz-rte-element p span{display:block;text-align:center}
.hero-wrapp .hero-bottom-overlay{position:absolute;bottom:0;left:0}
.hero-bottom-overlay{position:relative;width:100%;z-index:2;height:32px;outline:none!important}
.hero-bottom-overlay .center-top{display:none!important}
.hero-wrap .tns-controls .bi-chevron-left::before,.rz-qlink-wrapper .tns-controls .bi-chevron-left::before,.rz-news-card-wrapper .tns-controls .bi-chevron-left::before{content:"\F129"}
.hero-wrap .tns-controls .bi-chevron-right::before,.rz-qlink-wrapper .tns-controls .bi-chevron-right::before,.rz-news-card-wrapper .tns-controls .bi-chevron-right::before{content:"\F133"}
.tns-controls button{background:#fddae2}
.rz-section-block-wrap:has(.homepage-quick-links){margin-top:-242px;z-index:1;max-height:210px}
.homepage-quick-links .rz-qlink .rz-qlink-body .rz-qlink-title{color:#fff}
.rz-qlink{min-height:175px;text-align:center}
.rz-qlink .rz-qlink-text,.rz-qlink .rz-qlink-actions{display:none!important}
.rz-qlink .rz-qlink-body .rz-qlink-title{color:#002868;font-family:"Commissioner",sans-serif;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word}
.rz-qlink-wrapper .nav-controls{display:none!important}
.rz-qlink-wrapper .rz-qlink .rz-qlink-icon{margin-left:auto;margin-right:auto}
.rz-qlink-wrapper .rz-qlink:hover .rz-qlink-icon{background:#fddae2;color:#9c0021}
.home-news{background:#9c0021eb;position:relative}
.home-news .news-bottom-overlay{position:absolute;bottom:12px;left:0;width:100%;z-index:2;height:32px;outline:none!important}
.news-bottom-overlay .rz-element-wrapper .center-top{display:none}
.news-bottom-overlay .rz-element-wrapper{outline:none!important}
.home-news::before{position:absolute;content:"";background:linear-gradient(to bottom,#9c0021ff 0%,#9c002100 100%);height:33%;z-index:1;top:0;left:0;width:100%}
.home-news:after{position:absolute;content:"";background:linear-gradient(to top,#9c0021ff 0%,#9c002100 100%);height:33%;z-index:1;bottom:0;left:0;width:100%}
.home-news .rz-section-block{position:relative;z-index:2}
.rz-news-card-wrapper .nav-controls{display:none!important}
.rz-news-card-wrapper .rz-card-wrap{padding-top:22px}
.rz-news-card-wrapper .rz-news-card{border:none;border-radius:24px;background:#fddae2;padding:16px}
.rz-news-card-wrapper .rz-news-card .rz-card-img-wrap{height:300px;border-radius:24px}
.rz-news-card-wrapper .rz-news-card .rz-card-date{position:absolute;top:-17px;background:#002868;color:#fff}
.rz-news-card-wrapper .rz-news-card .rz-card-date .news-date-year,.rz-news-card-wrapper .rz-news-card .rz-card-date .news-comma,.rz-news-card-wrapper .rz-news-card .rz-card-date .news-date-month-short,.rz-news-card-wrapper .rz-news-card .rz-card-date .news-published-text{display:none}
.rz-news-card-wrapper .rz-news-card .rz-card-date{position:absolute;top:-23px;background:#002868;color:#fff;padding:8px 32px;text-transform:uppercase;font-size:20px;font-weight:700;left:0;right:0;margin:0 auto;border-radius:23px}
.rz-news-card-wrapper .rz-news-card .rz-card-body{padding:24px 0 8px}
.rz-news-card-wrapper .rz-news-card .rz-card-body .rz-card-title{font-size:20px;font-family:"Commissioner",sans-serif;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word}
.rz-news-card-wrapper .rz-news-card:hover .rz-card-body .rz-card-title{color:#002868}
.rz-news-card-wrapper .tns-controls{width:100%;display:flex;margin:0 auto;justify-content:center;gap:190px;bottom:-50px!important;left:0!important}
.home-news .rz-button-wrapper{max-width:110px;margin:0 auto;width:100%;z-index:5}
.home-news .rz-button-wrapper .center-top{top:-30px!important}
.home-news .rz-button-wrapper .btn,.registory-section-home .btn{background:#fddae2;color:#001433}
.home-news .rz-button-wrapper .btn:hover,.registory-section-home .btn:hover{background:#002868;color:#fff}
.rz-news-card-wrapper .rz-news-card .rz-card-actions { position: absolute; opacity: 0; top: 0; left: 0; width: 100%; height: 100%; }
.news-bottom-overlay{z-index:2}
.rz-news-card:hover .rz-card-img-overlay{background:#002868a3}
.home-about{margin-bottom:-32px}
.about-left-side{display:flex;flex-wrap:wrap}
.about-left-side .rz-section-header-wrapper:has(.rz-counter){max-width:50%;flex:0 0 50%}
.about-left-side .rz-section-header-wrapper:has(.rz-counter) .rz-section-header{background:#9c0021;border-radius:24px;padding:12px 24px;margin:10px}
.about-left-side .rz-section-header-wrapper:has(.rz-counter) .rz-section-header p{color:#fff;font-size:16px}
.about-left-side .rz-section-header-wrapper:has(.rz-counter) .rz-section-header .rz-section-header-title{font-family:"Lusitana",serif;font-weight:700;display:flex;align-items:flex-end;gap:4px;color:#fff;margin-bottom:18px!important}
.about-left-side .rz-section-header-wrapper:has(.rz-counter) .rz-section-header .rz-section-header-title .rz-counter{font-size:48px;line-height:48px}
.about-left-side .rz-section-header-wrapper:has(.rz-counter) .rz-section-header .rz-section-header-title span{font-size:32px}
.home-about .about-big-img{position:relative;position:relative;background:#fddae2;border-radius:24px;padding:16px;margin-right:50px}
.home-about .about-logo-home{width:250px;height:250px;border-radius:50%;background:#fff;padding:6px;position:absolute;top:-70px;right:0}
.home-about .about-big-img .rz-single-image img{border-radius:24px}
.registory-section-home{z-index:2}
.registory-section-home::before{position:absolute;content:"";background:linear-gradient(to bottom,#9c0021ff 0%,#9c002100 100%);height:33%;z-index:1;top:0;left:0;width:100%}
.registory-section-home:after{position:absolute;content:"";background:linear-gradient(to top,#9c0021ff 0%,#9c002100 100%);height:33%;z-index:1;bottom:0;left:0;width:100%}
.registory-section-home .container{position:relative;z-index:2}
.registory-section-home .rz-button-wrap{justify-content:center}
.home-events{margin-top:-40px}
.home-events .rz-raw-wrapper{outline:none!important}
.home-events .rz-raw-wrapper .center-top{display:none}
.home-events .rz-button-wrap{margin-top:48px;justify-content:center}
.rz-mini-events .mini-events-list{display:block!important}
.rz-mini-events .mini-calendar{display:block!important;width:100%;background:#fef9ef;position:relative;padding:0;max-width:100%;border-radius:0;margin-top:-74px}
.rz-mini-events .fc-scroller-harness .fc-scroller .fc-scrollgrid-sync-table{border-radius:24px;overflow:hidden!important}
.rz-mini-events .fc-scroller-harness .fc-scroller td,.rz-mini-events .fc-scroller-harness .fc-scroller th{border:4px solid #fef9ef}
.rz-mini-events .fc-scroller-harness .fc-scroller td.fc-day{background:#fddae2}
.rz-mini-events h2.fc-toolbar-title{color:#002868;font-size:40px!important;font-family:"Lusitana",serif;font-style:normal;font-weight:700;line-height:normal;text-transform:capitalize}
.rz-mini-events .fc-prev-button,.rz-mini-events .fc-next-button{display:inline-flex;align-items:center;justify-content:center;background-color:unset!important;border-color:transparent;padding:0}
.rz-mini-events .fc-prev-button .fc-icon,.rz-mini-events .fc-next-button .fc-icon{width:auto;height:auto;display:flex;align-items:center;justify-content:center;background:transparent;font-size:18px!important;color:#000}
.rz-mini-events .fc-icon-chevron-left:before{content:"\f104";display:inline-block;font-family:FontAwesome}
.rz-mini-events .fc-icon-chevron-right:before{content:"\f105";display:inline-block;font-family:FontAwesome}
.rz-mini-events .fc-button-group{display:none}
.rz-mini-events .fc-button-group button{border-radius:unset;flex:unset;background-color:transparent!important;padding:0!important}
.rz-mini-events .fc .fc-scrollgrid-section-header > th{background:transparent}
.rz-mini-events .fc .fc-daygrid-day-top{justify-content:center}
.rz-mini-events .fc-theme-standard td,.rz-mini-events .fc-theme-standard th{border:none}
.rz-mini-events .fc-theme-standard .fc-scrollgrid{border:none}
.rz-mini-events .fc-dayGridMonth-view .fc-daygrid-day-events{display:none}
.rz-mini-events .fc-col-header-cell a{padding:15px 0;color:#000;font-size:16px;font-weight:700;line-height:normal;text-transform:capitalize}
.rz-mini-events a.fc-daygrid-day-number{color:#4b4b4b;font-size:16px;text-decoration:none;pointer-events:none;max-width:100%;width:100%;min-height:70px;display:flex;align-items:center;justify-content:center;padding:0!important}
.rz-mini-events .day-has-event.fc-day-today a.fc-daygrid-day-number{color:#fff}
.rz-mini-events .fc .fc-daygrid-day.fc-day-today{background-color:unset}
.rz-mini-events .fc-dayGridMonth-view .fc-day-today .fc-daygrid-day-top a{color:#fff!important;background:#9c0021}
.rz-mini-events .fc-dayGridMonth-view .fc-day-today .fc-daygrid-day-top a::after{display:none!important}
.rz-mini-events .fc-event:hover{color:#000!important}
.rz-mini-events .fc .fc-day-other .fc-daygrid-day-top{opacity:1}
.rz-mini-events .fc .fc-day-other .fc-daygrid-day-top a{color:#a3a3a3;font-weight:600;text-decoration:none!important;opacity:0}
.rz-mini-events .fc-header-toolbar .fc-toolbar-chunk:nth-of-type(1) .fc-today-button{color:#000!important;background:#ccc!important;padding:0 5px;border-radius:unset;line-height:1.2;height:24px;position:absolute;bottom:15px;left:calc(50% - -28px);transform:translateX(-50%);margin-left:0;line-height:1;text-transform:capitalize}
.rz-mini-events .fc-toolbar-chunk:nth-of-type(1) .fc-button-group:nth-of-type(1){position:absolute;left:0;right:0;top:21px;background:transparent;display:flex;justify-content:space-between;align-items:center;height:0}
.rz-mini-events .fc .fc-button-group > .fc-button{flex:none;padding:0 30px!important;box-shadow:none!important}
.rz-mini-events .fc-toolbar-chunk:nth-of-type(3){width:100%;text-align:center;padding:0 35px}
.rz-mini-events .fc-header-toolbar .fc-toolbar-chunk .fc-dayGridMonth-button{color:#fff!important;background:#4b4b4b!important;padding:0 5px;position:absolute;bottom:15px;left:calc(50% - 28px);transform:translateX(-50%);margin:0;border:none;border-radius:0;height:24px;line-height:1px;text-transform:capitalize!important}
.rz-mini-events .day-has-event .fc-daygrid-day-top a{color:#fff!important;pointer-events:all;text-decoration:none!important;background:#002868}
.rz-mini-events .day-has-event .fc-daygrid-day-top a::after{background:#002868!important}
.rz-mini-events .day-has-event .fc-daygrid-day-top a:hover{opacity:1}
.rz-mini-events table.fc-col-header .fc-col-header-cell,.rz-mini-events table.fc-col-header,.rz-mini-events .fc-daygrid-body.fc-daygrid-body-unbalanced.fc-daygrid-body-natural,.rz-mini-events table.fc-scrollgrid-sync-table{width:100%!important;background:#fef9ef!important}
.rz-mini-events .mini-events-list.mini-list-loaded h3{color:#000919;font-size:20px;font-weight:700;letter-spacing:1px;text-transform:uppercase;text-align:center}
.rz-mini-events .cal-event{border:0!important;padding:0}
.rz-mini-events .cal-event .cal-event-wrap{background:#002868;background-size:cover;background-repeat:no-repeat;background-position:center center;padding:24px;height:109px;border-radius:60px;display:flex;align-items:center}
.rz-mini-events .cal-event .cal-event-wrap .cal-event-date{height:96px;max-width:86px;flex:0 0 86px;width:100%;display:flex;align-items:center;justify-content:center;flex-direction:column}
.rz-mini-events .cal-event .cal-event-wrap .cal-event-date .cal-event-month-short{font-size:16px;font-weight:700;color:#fff;line-height:150%;text-transform:uppercase}
.rz-mini-events .cal-event .cal-event-wrap .cal-event-date .cal-event-start-day{font-size:32px;font-weight:700;color:#fff;line-height:100%;font-family:"Lusitana",serif}
.rz-mini-events .cal-event .cal-event-wrap .cal-event-info .cal-event-title{font-size:18px;font-weight:700;color:#fff;line-height:130%;padding-left:24px;padding-right:24px;font-family:"Lusitana",serif;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word}
.rz-mini-events .fc-header-toolbar .fc-toolbar-chunk:nth-of-type(1) .fc-button-active,.rz-mini-events .fc-header-toolbar .fc-toolbar-chunk:nth-of-type(1) .fc-today-button[disabled=""],.cal-event-info .cal-event-desc,.cal-image-wrap,.cal-event-info .cal-event-time,.cal-event-date .cal-event-day,.cal-event-date .cal-event-month-long,.cal-event-start-day .cal-event-start-day-ord,.cal-event-start-day .cal-event-comma,.cal-event-date .cal-event-year,.mini-calendar-wrap:not(.active){display:none!important}
#cal-tabs{display:flex;align-items:center;justify-content:space-between;margin:0 0 24px;gap:24px}
#cal-tabs button{padding:10px;font-size:18px;color:#fff;background:#002868;border:none;border-radius:25px;font-weight:700;max-width:50%;width:100%}
#cal-tabs button:hover{background:#9c0021;color:#fff}
#cal-tabs button.active{background:#9c0021;color:#fff}
.events-wrapp .rz-button-wrap{justify-content:center;margin-top:32px}
.rz-mini-events .cal-event .cal-event-wrap:hover{background:#cce0ff}
.rz-mini-events .cal-event .cal-event-wrap:hover .cal-event-date .cal-event-month-short,.rz-mini-events .cal-event .cal-event-wrap:hover .cal-event-date .cal-event-start-day,.rz-mini-events .cal-event .cal-event-wrap:hover .cal-event-info .cal-event-title{color:#002868}
.rz-mini-events .cal-event .cal-event-wrap:hover .cal-event-info .cal-event-title{text-decoration:underline}
.mini-events-list .row{display:block}
.mini-events-list .row .rz-element{width:100%;margin:10px 0 20px 0;}
.site-footer-wrap{margin-top:-57px}
.footer-left-col .footer-info-left,.footer-left-col .footer-info-right{max-width:50%}
.footer-logo-section{max-width:415px}
.footer-left-col .footer-info-left .rz-element{display:block!important;padding-right:24px}
.footer-left-col .footer-info-left .btn{padding:0;display:block!important;text-align:left}
.footer-info-right .rz-label-icon-wrap{display:block!important;padding:0!important;background:transparent!important}
.site-footer .footer-right-col{justify-content:flex-end!important}
.site-footer .footer-right-col .rz-link-list-wrapper{width:30%}
.footer-right-col .rz-module-header{font-size:20px;color:#fff;line-height:140%;margin-bottom:24px;font-family:"Lusitana",serif}
.footer-right-col .list-group .list-group-item{font-size:14px;border:none;color:#fff;padding:0!important;margin-bottom:16px;background:transparent}
.footer-right-col .list-group .list-group-item:hover{color:#9c0021!important}
.floating-alert{background:#fffbf0e0;border-radius:24px;backdrop-filter:blur(9px)}
.floating-alert .floating-alert-header{font-size:24px;font-family:"Lusitana",serif;font-weight:700;margin-bottom:10px}
.floating-alert .floating-alert-inner{padding-top:0}
.floating-alert .floating-alert-inner span{color:#000;font-size:16px}
.floating-alert .alert-buttons{border-top-color:#ccc}
.floating-alert .alert-buttons .alert-button{width:50%;font-size:16px;color:#002868;font-weight:700;background:transparent;border-right-color:#ccc}
.floating-alert .alert-buttons .alert-button:hover{background:#002868;color:#fff}
.rz-element-wrapper-combo .header-translate-wrap-combo{display:none!important}
.rz-element-wrapper-combo .rz-element-wrapper button{height:44px;width:30px!important;border-radius:22px;border:2px solid #fff;padding:0;margin:6px 10px 6px 0;color:#fff}
.rz-element-wrapper-combo .rz-share-floaty-btn-element-combo button .bi{font-size:10px}
.rz-element-wrapper-combo .rz-element-wrapper button:hover{background:#9c0021!important;color:#fff}
.col-post-wrap,.freeform-fullwidth .page-breadcrumbs-above-content,.freeform-fullwidth .page-title-above-content,.freeform-fullwidth .col-post-wrap{max-width:1312px;width:100%}
.col-post-wrap #post .container{padding:0}
.col-side-wrap .col-side{padding:32px 24px;background:#fef9ef;border-radius:48px}
.rz-submenu-wrapper{background:#fef9ef}
.col-side .rz-module-header{padding:0;margin-bottom:16px}
.col-side .rz-module-header .rz-module-header-text{font-size:20px;color:#001433;font-family:"Lusitana",serif;font-weight:700}
.col-side .rz-column-block .rz-element-wrapper{margin-bottom:32px}
.col-side .rz-column-block .rz-element-wrapper:last-child{margin-bottom:0}
.rz-staffmember-card .staffmember-avatar-position{display:block!important}
.rz-staffmember-card .staffmember-avatar .avatar-img{width:164px!important;height:164px;margin-bottom:16px;border-radius:50%}
.rz-staffmember-card .staffmember-name p{font-size:20px;font-weight:700;color:#001433;font-family:"Lusitana",serif}
.staffmember-dept p{color:#1a1a1a}
.staffmember-location .staffmember-location-link{text-decoration:none;color:#1a1a1a}
.staffmember-contact a{padding:4px 0;margin-bottom:8px;gap:17px!important;color:#1a1a1a}
.staffmember-contact a .material-icons{text-align:left}
.staffmember-location .staffmember-location-link:hover,.staffmember-location .staffmember-location-link:hover,.staffmember-contact a:hover{color:#9c0021}
.col-side .rz-link-list-wrapper .list-group .list-group-item{border:none;font-size:16px;padding:8px 16px;border-radius:20px;margin:4px 0;background:#002868!important;color:#fff}
.col-side .rz-link-list-wrapper .list-group .list-group-item:hover{background:#9c0021!important;color:#fff}
.left-newsletter-btn .btn{background:transparent;padding:16px;border-radius:24px;border:2px solid #002868;color:#002868;text-align:left;gap:16px!important;line-height:normal}
.left-newsletter-btn .btn h6{font-size:14px;font-weight:700;color:#002868;line-height:normal;margin:0;font-family:"Commissioner",sans-serif}
.left-newsletter-btn .btn .rz-btn-text{font-size:13px;font-weight:400;color:#002868;line-height:normal;margin:0}
.left-newsletter-btn .btn strong{color:#9c0021}
#post blockquote{font-size:24px;color:#002868;border-left:2px solid #002868;padding-left:20px}
.left-social-icons .list-group{display:flex;align-items:center;gap:14px;flex-direction:row}
.col-side .left-social-icons .list-group .list-group-item{display:inline-block!important;width:auto;border:none;font-size:18px;color:#002868;background:transparent!important;padding:0!important}
.col-side .left-social-icons .list-group .list-group-item:hover{color:#9c0021;background:transparent!important}
.left-social-icons .list-group .list-group-item span{display:none}
.breadcrumb{margin-bottom:24px}
.breadcrumb li{color:#002868;font-weight:700}
.breadcrumb a{text-decoration:none;font-weight:400}
.breadcrumb a:hover{color:#9c0021}
.main-wrap form .form-group{display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:30px}
.main-wrap form .form-group label{flex:0 0 100%;width:100%}
.main-wrap form .form-group .form-control{max-width:calc(100% - 180px);box-shadow:none!important;background:#fff6}
.main-wrap form .form-group .btn{width:155px;flex:0 0 155px}
.enotify-wrapp:has(iframe) .rz-raw-wrapper{outline:none!important}
.enotify-wrapp:has(iframe) .center-top{display:none!important}
@media (max-width: 1367px) {
.news-bottom-overlay{top:-1px}
}
@media (min-width: 992px) {
.site-header-wrap .header-top{background:transparent}
#nav > li > a.show{outline:none!important}
.site-header #nav > li > a{font-weight:700!important;font-size:18px;padding:0;margin:0 16px}
.site-header-wrap.sticky-top .site-header #nav > li > a{color:#001433}
.site-header #nav .nav-border{height:2px;background:#9c0021}
.site-header .logo-section{max-width:225px;position:relative;margin-top:-34px;margin-right:auto;text-align:right;transition:ease all .5s}
.site-header-wrap.sticky-top .header-top{display:none!important}
.site-header-wrap.sticky-top .logo-section{width:140px;margin-right:auto}
.site-header-wrap.sticky-top .site-header{background:#fff;padding:5px 0}
.site-header-wrap.sticky-top .site-header #nav > li > a:not(.show),.site-header-wrap.sticky-top .site-header #nav > li > span:not(.show){font-size:16px;color:#001433}
.site-header #nav .dropdown-menu{background:#fffbf0e0;border-radius:24px;border:0;backdrop-filter:blur(9px)}
.site-header #nav .make-mega{background:#fffbf0e0;border-radius:24px;border:0;top:100%!important;backdrop-filter:blur(9px);max-height:550px;overflow-y:auto}
.site-header #nav .make-mega ul li a{padding:0;margin:0;margin-bottom:8px;color:#002868;font-size:18px;font-weight:700}
.site-header #nav ul.level2{border-left:1px solid #0d4c92;padding-left:10px;border-radius:0;margin:0 0 20px}
.site-header #nav ul.level2 li a{color:#002868;font-size:14px;font-weight:400!important;margin-bottom:15px}
.site-header #nav ul.level2 li:last-child a{margin-bottom:0}
.site-header #nav ul li a:not(.mega-button-link):not(.dropdown-header),.site-header #nav ul li:not(.make-mega) span{background:transparent!important}
#nav ul li a:not(.mega-button-link):not(.dropdown-header):hover,.site-header #nav ul.level2 li a:hover,.site-header #nav .make-mega ul li a:hover{color:#9c0021}
.site-header-wrap .site-header .header-search-wrap .btn{border:none;padding:0!important;display:block!important;margin:0;height:40px;width:40px;border-radius:50%;color:#000}
.site-header-wrap .site-header .header-search-wrap{display:flex;flex:0 0 160px;max-width:40px;margin-left:16px;height:40px;border-radius:20px;overflow:hidden;background:#fff;transition:ease all .5s}
.site-header-wrap .site-header .header-search-wrap .form-control{opacity:0;border:none!important;box-shadow:none!important;outline:none!important;background:transparent}
.site-header-wrap .site-header .header-search-wrap .vr{display:none!important}
.site-header-wrap .site-header .header-search-wrap:has(.btn:hover),.site-header-wrap .site-header .header-search-wrap:has(.form-control:hover),.site-header-wrap .site-header .header-search-wrap:has(.form-control:focus){max-width:160px;background:#9c0021}
.site-header-wrap .site-header .header-search-wrap:hover .form-control,.site-header-wrap .site-header .header-search-wrap:has(.form-control:hover) .form-control,.site-header-wrap .site-header .header-search-wrap:has(.form-control:focus) .form-control{opacity:1;color:#fff!important}
.site-header-wrap .site-header .header-search-wrap:hover .form-control::placeholder,.site-header-wrap .site-header .header-search-wrap:has(.form-control:hover) .form-control::placeholder,.site-header-wrap .site-header .header-search-wrap:has(.form-control:focus) .form-control::placeholder{color:#fff}
.site-header-wrap .site-header .header-search-wrap:hover .btn,.site-header-wrap .site-header .header-search-wrap:has(.form-control:hover) .btn,.site-header-wrap .site-header .header-search-wrap:has(.form-control:focus) .btn{color:#fff}
.site-header-wrap.sticky-top .site-header .header-search-wrap{background:#9c0021}
.site-header-wrap.sticky-top .site-header .header-search-wrap .btn{color:#fff}
#submenu .dropdown:hover .dropdown-menu{display:none!important}
#submenu .dropdown-menu{display:none}
#submenu .dropdown:hover .dropdown-menu.active,
#submenu .dropdown-menu.active{display:block!important;left:0!important;top:0!important}
.rz-submenu-wrapper ul > li{margin:4px 0;display:block!important;width:100%}
.rz-submenu-wrapper ul > li > a{border:none!important;font-size:16px;padding:8px 16px!important;border-radius:20px;background:transparent!important}
.rz-submenu-wrapper ul > li.dropdown > .menuSelectedChild{border-radius:20px}
#submenu a.dropdown-toggle-split{height:auto!important;position:absolute;right:20px;top:9px;background:transparent!important;padding:0!important}
.rz-submenu-wrapper ul > li.dropdown:has(.active){position:relative}
.rz-submenu-wrapper ul > li.dropdown:has(.active) .dropdown-toggle-split{transform:rotate(-180deg)}
.rz-submenu-wrapper ul > li.dropdown > .dropdown-toggle{border-radius:0 20px 20px 0;box-shadow:none!important}
.rz-submenu-wrapper ul > li.dropdown > .dropdown-toggle::after{content:"\F282";font-family:bootstrap-icons!important;font-weight:400!important;border:none!important}
.rz-submenu-wrapper ul > li.dropdown:has(.active) > a,.rz-submenu-wrapper ul > li:hover > a{background:#002868!important;color:#fff!important}
.rz-submenu-wrapper ul li ul{background-color:#fef9ef!important;box-shadow:none!important;padding:0;border:none;position:relative!important;left:0!important}
.rz-submenu-wrapper ul li ul li .dropdown-item{padding:8px 16px 8px 32px !important;border:none!important;font-size:16px;border-radius:20px;background:transparent!important;white-space:normal;}
.rz-submenu-wrapper ul li ul > li > a:hover{background:#9c0021!important;color:#fff!important}
}
@media (max-width: 1199px) {
.rz-section-block.container,.site-header .container{padding:0 30px}
.rz-section-block:has(.homepage-quick-links){padding:0 70px}
.news-bottom-overlay{top:-3px}
.site-header #nav > li > a{margin:0 14px}
.home-about .about-logo-home{width:150px;height:150px;top:-50px}
}
@media (max-width: 991px) {
.rz-section-block.container,.site-header .container{padding:0 16px}
.site-header-wrap .logo-section .main-logo-image img.header-logo-img{display:none!important}
.site-header-wrap .logo-section .main-logo-image img.logo-on-scroll.d-none{display:block!important}
.site-header #nav > li > a{margin:0}
.news-bottom-overlay{top:-6px}
.hero-wrapp .hero-caption-wrap{flex:inherit;margin-top:70px;height:auto!important}
.hero-caption-wrap .rz-rte-element h1{font-size:120px;line-height:190%}
.homepage-quick-links .tiny-carousel-wrap:not(.rz-slider) .tns-controls{bottom:auto;width:100%;justify-content:space-between;width:calc(100% + 40px);margin:0 auto 0 -40px;transform:translateY(-50%);top:50%}
.rz-mini-events .mini-calendar{margin-top:0}
.about-right-side{position:relative}
.hero-wrapp .hero-bottom-overlay{display:none}
.col-post-wrap #post{padding:0 16px}
.col-side .freeform-left-column{padding:16px 0}
}
@media (max-width: 768px) {
.news-bottom-overlay{top:-8px}
.hero-caption-wrap .rz-rte-element h1{margin:-10px 0 -30px;font-size:80px;line-height:130%}
}
@media (max-width: 575px) {
.news-bottom-overlay{top:-10px}
.home-about .about-logo-home{width:100px;height:100px;top:-20px}
.rz-mini-events a.fc-daygrid-day-number{min-height:42px;padding:0!important}
.hero-caption-wrap .rz-rte-element h1{font-size:60px;line-height:140%}
.rz-mini-events .fc .fc-button-group > .fc-button{padding:0!important}
.rz-mini-events h2.fc-toolbar-title{font-size:28px!important}
.rz-mini-events .fc-toolbar-chunk:nth-of-type(1) .fc-button-group:nth-of-type(1){top:15px}
}
