



@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Onest:wght@100..900&display=swap');
:root,
[data-bs-theme=light] {
	--bs-primary: #373737;
	--bs-secondary: #ffc844;
	--bs-primary-rgb: 55, 55, 55;
	--bs-secondary-rgb: 255, 200, 68;
	--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: "Onest", sans-serif;
	--bs-body-font-size: 18px;
	--bs-body-font-weight: 500;
	--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: #505050;
	--rz-links-hover-color: #8A6000;
	--bs-light: rgba(55, 55, 55, 0.05);
	--userway-color: var(--bs-primary);
	--rz-header-width: ;
}

h1,.h1{font-size: min(48px, 7vw); color:#181818}
h2,.h2{font-size: min(40px, 6.2vw); color:#181818}
h3,.h3{font-size: min(36px, 5.4vw); color:#181818}
h4,.h4{font-size: min(32px, 4.8vw); color:#181818}
h5,.h5{font-size: min(24px, 4.4vw); color:#181818}
h6,.h6{font-size: min(20px, 4.2vw); color:#181818}

a {
	color: #505050;
}

a:hover{
	color: #8A6000
}

.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: 10.5px;
	--bs-btn-font-family: "Onest", sans-serif;
	--bs-btn-font-size: min(16px, 4vw);
	--bs-btn-font-weight: 500;
	--bs-btn-line-height: 27px;
	--bs-btn-border-radius: 0;
	--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: #181818;
	--bs-btn-bg: #FFC844;
	--bs-btn-border-color: #0552ec;
	--bs-btn-hover-color: #181818;
	--bs-btn-hover-bg: #FFEEB3;
	--bs-btn-hover-border-color: #0552ec;
	--bs-btn-active-color: #181818;
	--bs-btn-active-bg: #FFEEB3;
	--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: #FFC844;
	--bs-btn-bg: transparent;
	--bs-btn-border-color: #FFC844;
	--bs-btn-hover-color: #181818;
	--bs-btn-hover-bg: #FFEEB3;
	--bs-btn-hover-border-color: #0552ec;
	--bs-btn-active-color: #181818;
	--bs-btn-active-bg: #FFEEB3;
	--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: #181818;
	--bs-btn-bg: #FFEEB3;
	--bs-btn-border-color: #4f4f4f;
	--bs-btn-hover-color: #181818;
	--bs-btn-hover-bg: #FFC844;
	--bs-btn-hover-border-color: #4f4f4f;
	--bs-btn-active-color: #181818;
	--bs-btn-active-bg: #FFC844;
	--bs-btn-active-border-color: #4f4f4f;
	--bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-secondary-rgb), .5);
}

.btn-outline-secondary {
	--bs-btn-color: #FFEEB3;
	--bs-btn-bg: transparent;
	--bs-btn-border-color: #FFEEB3;
	--bs-btn-hover-color: #181818;
	--bs-btn-hover-bg: #FFC844;
	--bs-btn-hover-border-color: #4f4f4f;
	--bs-btn-active-color: #181818;
	--bs-btn-active-bg: #FFC844;
	--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: #373737;
	--bs-btn-border-color: #373737;
	--bs-btn-border-radius: var(--bs-border-radius);
	--bs-btn-hover-border-color: #4B4B4B;
	--bs-btn-box-shadow: none;
	--bs-btn-hover-color: #FFFFFF;
	--bs-btn-hover-bg: #4B4B4B;
	--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: #181818;
	--bs-btn-hover-color: #181818;
	--bs-btn-active-color: #181818;
	--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:#181818;
} 
.btn.btn-primary:hover a{
	color:#181818;
}
.btn.btn-secondary:hover a{
	color:#181818;
}
.btn.btn-custom:hover a{
	color:#FFFFFF;
}

/* freeform page */
#freeform {
	--rz-freeform-content-padding: 72px 16px 200px;
	--rz-freeform-content-bg: transparent;
	--rz-left-col-width: 330px;
	--rz-left-col-padding: 0;
	--rz-left-col-margin: 0;
	--rz-left-col-bg: transparent;
	--rz-freeform-left-col-fill-bg: transparent;
	--rz-right-col-width: 912px;
	--rz-freeform-right-col-fill-bg: transparent;
	--rz-freeform-post-padding: 0 0 0 32px;
	--rz-freeform-post-bg: transparent;
}

.rz-slider-wrapper {
	--rz-slider-height: 400px;
	--rz-slider-bg: #00000000;
	--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: transparent;
		--rz-submenu-border: ;
		--rz-submenu-color: #373737;
		--rz-submenu-border-radius: 0;
		--rz-submenu-font-size: 16px;
		--rz-submenu-item-padding: 3.5px 0;
		--rz-submenu-item-color: #373737;
		--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: transparent;
		--rz-submenu-border: ;
		--rz-submenu-color: #373737;
		--rz-submenu-border-radius: 0;
		--rz-submenu-font-size: 16px;
		--rz-submenu-item-padding: 3.5px 0;
		--rz-submenu-item-color: #373737;
		--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: ;
	--rz-submenu-title-font-color: #181818;
}

.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: 20px;
	--bs-breadcrumb-bg: transparent;
	--bs-breadcrumb-border-radius: ;
	--bs-breadcrumb-divider-color: #707070;
	--bs-breadcrumb-item-padding-x: 3.5rem;
	--bs-breadcrumb-item-active-color: #4B4B4B;
	--bs-breadcrumb-link-color: #181818;
	--bs-breadcrumb-divider: '\F135';
}

/* 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: 154px;
	--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: #fff;
	--rz-nav-link-hover-color: #fff;
	--rz-nav-link-hover-bg-color: rgba(0, 0, 0, 0);
	--rz-nav-link-padding-x: 10px;
	--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: #FFC844;
	--rz-nav-mega-second-child-link-color: #fff;
	--rz-nav-mega-column-count: 4;
	--rz-nav-mega-padding-y: 42px;
	--rz-nav-mega-padding-x: 42px;
	--rz-nav-font-size: 16px;
	--rz-nav-font-weight: 700;
	--rz-nav-dropdown-font-size: 18px;
	--rz-nav-dropdown-bg-color: rgba(60, 60, 62, 0.95);
	--rz-nav-dropdown-bg-link-color: #f5f5f5;
	--rz-nav-dropdown-border-radius: 0;
	--rz-nav-mega-second-child-font-size: 16px;
	/* mobile header options */
	--rz-header-bg-color-mobile: #373737;
	--rz-header-icons-color-mobile: #ffffff;
	--rz-scroll-header-bg-color-mobile: #373737;
	--rz-scroll-header-icons-color-mobile: #ffffff;
	/* header options  */
	/* only used if inner page has no slider */
	--rz-header-height: 131px;
}

/* footer */
.site-footer-wrap {
	--rz-logo-width: 154px;
}

@media only screen and (min-width:992px) {
	[data-header-left="true"] .site-header-wrap {
		width:;
		flex-basis:;
	}

	#nav .make-mega {
		--rz-mega-width: 1349px;
	}

	.tiny-carousel-wrap {
		--rz-carousel-controls-height: 45px;
		--rz-carousel-controls-width: 45px;
		--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: 792px;
	}
	
	.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(24, 24, 24, 0.35);
	--rz-carousel-controls-border-radius: 100px;
	--rz-carousel-controls-color: #ffffff;
	--rz-carousel-controls-border: ;
	--rz-carousel-controls-box-shadow: none;
	/* 	play button */
	--rz-carousel-play-button-bg: #f1f1f1;
	--rz-carousel-play-button-border-radius: var(--rz-carousel-controls-border-radius);
	--rz-carousel-play-button-color: var(--rz-carousel-controls-color) !important;
	/* 	dots */
	--rz-carousel-nav-buttons-border-radius: 0;
	--rz-carousel-nav-buttons-border: ;
	--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: 350px;
	}

	#freeform {
		--rz-freeform-content-padding: 20px 0;
	}
}

/* .rz-qlink  */
.rz-qlink-wrapper {
	--rz-qlink-padding: 0;
	--rz-qlink-body-wrap-padding: 38px 0 0;
	--rz-qlink-body-padding: 0;
	--rz-qlink-title-font-size: 22px;
	--rz-qlink-text-font-size: 16px;
	--rz-qlink-title-color: #373737;
	--rz-qlink-text-color: #fff;
	--rz-qlink-color: #fff;
	--rz-qlink-bg: #00000000;
	--rz-qlink-border-color: #00000000;
	--rz-qlink-border-radius: 0;
	--rz-qlink-border-width: 0;
	--rz-qlink-img-height: 148px;
	--rz-qlink-img-aspect-ratio: 16 / 9;
	--rz-qlink-img-overlay-color: unset;
	--rz-qlink-icon-width: 50px;
	--rz-qlink-icon-height: 50px;
	--rz-qlink-icon-bg-color: #00000000;
	--rz-qlink-icon-color: #505050;
	--rz-qlink-icon-border-color: #00000000;
	--rz-qlink-icon-border-width: 0;
	--rz-qlink-icon-border-radius: 0;
	--rz-qlink-icon-font-size: 50px;
	--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: #000000;
	--rz-tile-text-color: #000000;
	--rz-tile-color: #000000;
	--rz-tile-bg: #fff;
	--rz-tile-border-color: var(--bs-border-color);
	--rz-tile-border-radius: 0;
	--rz-tile-border-width: 0;
	--rz-tile-img-height: 256px;
	--rz-tile-img-aspect-ratio: 16 / 9;
	--rz-tile-img-overlay-color: none;
	--rz-tile-icon-width: 55px;
	--rz-tile-icon-height: 55px;
	--rz-tile-icon-bg-color: #00000000;
	--rz-tile-icon-color: #fff;
	--rz-tile-icon-border-color: #00000000;
	--rz-tile-icon-border-width: 0;
	--rz-tile-icon-border-radius: 0;
	--rz-tile-icon-font-size: 3rem;
	--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 */
.site-header .header-weather-wrap .weather-details{flex-direction:row-reverse;color:#FFF;letter-spacing:.16px}
.site-header .header-weather-wrap .weather-date,.site-header .header-weather-wrap .weather-forecast{display:none}
.site-header .weather-temp{font-weight:700;line-height:25.6px;font-size:16px}
.site-header .weather-temp::after{content:"F";padding-left:5px}
.site-header #weather .weather-icon{line-height:0;font-size:20px}
.site-header #weather{background:#ffffff0d;padding:8.5px 12px 6.5px!important}
.site-header .weather-details{gap:7px!important}
.site-header #weather:has([aria-label="Conditions Clear"]) .weather-icon{color: #FFC844;}
.site-header #weather:has([aria-label="Conditions rain"]) .weather-icon{color: #4A90E2;}
.site-header #weather:has([aria-label="Conditions Clouds"]) .weather-icon{color: #cfcccc;}
.hero-section::after{position:absolute;content:"";background:#373737;width:100%;height:3px;bottom:9px;left:0;z-index:1}
.hero-section .hero-caption-wrap,.hero-section .hero-caption-wrap>*{width:100%}
.hero-section .rz-section-header-image{position:absolute;top:0}
.hero-section .rz-section-header-image img{width:94px}
.hero-section .rz-section-header-title{margin-left:123px;font-weight:600}
.hero-section .rz-section-header-text{letter-spacing:.4px;font-weight:300}
.hero-section .nav-controls{display:none!important}
.arrow-down-btn{position:absolute !important;left:50%;transform:translateX(-50%);width:fit-content!important;bottom:-38px;margin:0!important;z-index:2}
.arrow-down-btn .btn {background-color:#FFC844;border-radius:0;color:#505050!important;font-size:20px!important;width:65px;height:75px;display:flex;align-items:center;justify-content:center;clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);transition:all .3s;animation: none;}
.arrow-down-btn .btn i {line-height: 0;margin-top: 2px;}
.arrow-down-btn .btn i::before {font-weight: 700 !important;}
.arrow-down-btn .btn:hover {background-color: #FFEEB3;}
.welcome-section .rz-section-header-title{position:relative}
.welcome-section .rz-section-header-title::before{content:'';position:absolute;background-color:#FFC844;height:3px;width:126px;bottom:0;left:0}
.welcome-section .rz-section-header-subtitle{font-family:"League Spartan",sans-serif;font-weight:600}
.welcome-section .rz-section-header-text{text-transform:uppercase;letter-spacing:1.32px;font-weight:600}
.welcome-section .rz-rte-element{letter-spacing:.18px;line-height:27px;font-weight:500}
.welcome-section .rz-single-image-wrapper{max-width:487px}
.plan-section .rz-section-header-title{position:relative}
.plan-section .rz-section-header-title::before{position:absolute;content:"";border-top:3px solid #FFC844;border-bottom:3px solid #FFC844;height:12px;left:-100vw;right:370px;top:50%;transform:translateY(-50%)}
.plan-section .rz-section-header-title::after{position:absolute;content:"";border-top:3px solid #FFC844;border-bottom:3px solid #FFC844;height:12px;left:370px;right:-100vw;top:50%;transform:translateY(-50%)}
.plan-section .rz-tile-wrap{padding-top:12px}
.plan-section .rz-tile{height:547px;transition:all .3s;overflow:hidden}
.plan-section .rz-tile:hover{transform:translateY(-12px)}
.plan-section .rz-tile .rz-tile-img::before{position:absolute;content:"";background:linear-gradient(0deg,#18181866 0%,#18181866 100%);width:100%;height:100%;top:0;left:0;transition:all .3s}
.plan-section .rz-tile .rz-tile-img::after{position:absolute;content:"";background:linear-gradient(0deg,#181818bf 0%,#181818bf 100%);width:100%;height:100%;top:0;left:0;transition:all .3s;opacity:0}
.plan-section .rz-tile:hover .rz-tile-img::before{opacity:0}
.plan-section .rz-tile:hover .rz-tile-img::after{opacity:1}
.plan-section .rz-tile:hover .rz-tile-img{transform:none}
.plan-section .rz-tile .rz-tile-title{text-transform:uppercase;line-height:normal;text-shadow:2px 4px 0 #00000040}
.plan-section .rz-tile .rz-tile-icon{filter:drop-shadow(2px 4px 0 #00000040);position:relative;overflow:visible}
.plan-section .rz-tile .rz-tile-icon::after{position:absolute;content:"";background-color:#00000059;width:57px;height:65px;top:50%;left:50%;transform:translate(-50%,-50%);clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);transition:all .3s;opacity:0;z-index:-1}
.plan-section .rz-tile:hover .rz-tile-icon::after{opacity:1}
.plan-section .rz-tile:hover .rz-tile-icon{filter:unset}
.plan-section .rz-tile-title{font-size:24px}
.plan-section .rz-tile .rz-tile-text{color:#fff;line-height:24.8px;width:100%;font-weight:500;font-family:"Montserrat",sans-serif;position:absolute;padding-left:0;bottom:-40px;transition:all .3s;left:50%;transform:translateX(-50%)}
.plan-section .rz-tile .rz-tile-text::before{content:'\F3E8';font-family:"Bootstrap-icons";margin-right:8px;position:relative;top:2px}
.plan-section .rz-tile .rz-tile-body{flex:unset}
.plan-section .rz-tile .rz-tile-body-wrap{justify-content:center}
.plan-section .rz-tile:hover .rz-tile-text{bottom:26px}
.plan-section .tns-ovh{overflow:visible}
.plan-section .rz-tile-wrapper .nav-controls{display:none!important}
.plan-section .rz-tile-wrapper .tns-controls{left:16px!important;right:16px!important}
.plan-section .rz-tile-wrapper .tns-controls button{background:#18181859;border:1px solid #FFF!important;border-radius:100px;color:#fff}
.plan-section .rz-tile-wrapper .tns-controls button:hover{background:#181818bf}
.plan-section .rz-tile-wrap:nth-child(1) .rz-tile-icon,.plan-section .rz-tile-wrap:nth-child(4) .rz-tile-icon{font-size:36px}
.plan-section .rz-tile-img-overlay,.plan-section .rz-tile:hover .rz-tile-img-overlay{display:none!important}
.qlink-custom-sections{background:radial-gradient(153.25% 77.18% at 50% 104.77%,var(--Brand-Primary-Light,#FFEEB3) 0%,var(--Brand-Off-White-gray,#F5F3ED) 100%),var(--Brand-Off-White-gray,#F5F3ED)!important}
.qlink-section .rz-qlink-wrapper{z-index:2}
.qlink-section .rz-qlink-wrap{padding-top:10px;padding-bottom:10px}
.qlink-section .rz-qlink:hover{transform:translateY(-8px);box-shadow:0 3px 16.7px 0 #0003}
.qlink-section .rz-qlink{flex-direction:column-reverse;background:#fff;padding:20px;box-shadow:0 4px 16.1px 0 #00000014;border-radius:0}
.qlink-section .rz-qlink .rz-qlink-icon::after{display:none}
.qlink-section .rz-qlink-img-wrap{border-radius:0}
.qlink-section .rz-qlink-body-wrap{flex-direction:row;align-items:center;justify-content:center;gap:7px;flex:unset;padding:0;margin-bottom:8px}
.qlink-section .rz-qlink-title{color:#373737;font-weight:700}
.qlink-section .rz-qlink-icon{border:0;margin:0}
.qlink-section .rz-qlink-body{width:unset;flex:unset}
.qlink-section .rz-qlink-wrapper .nav-controls{display:none!important}
.qlink-section .rz-qlink-wrapper .tns-controls button{background:#ffffff59;border:1px solid #FFC844;color:#181818;transition:all .3s}
.qlink-section .rz-qlink-wrapper .tns-controls button:hover{background-color:#FFC844}
.qlink-img-col>.rz-single-image-wrapper{max-width:491px;width:100%;height:599px;margin: 0 auto;}
.qlink-img-col .rz-single-image-wrap,.qlink-img-col .rz-single-image,.qlink-img-col .rz-single-image img{height:100%}
.qlink-img-col .rz-single-image{padding:10px}
.qlink-img-col .rz-single-image img{object-fit:cover;position:relative;clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%)}
.qlink-img-col img[alt="img-border-shape"]{width:100%;position:absolute;top:0;left:0;clip-path:unset;object-fit:unset}
.qlink-shape{position:absolute!important;top:0;left:0;width:100%;height:432px;z-index:-1}
.qlink-shape .rz-single-image-wrap,.qlink-shape .rz-single-image,.qlink-shape .rz-single-image img{height:100%}
.qlink-shape .rz-single-image img{opacity:.5}
.qlink-section .rz-qlink::after{display:none}
.custom-section .rz-section-header-title::after {position: absolute;content: "";background: #FFC844;width: 141px;height: 3px;left: 0;bottom: -3px;}
.custom-section .rz-rte-element{color:#181818;font-size:18px;font-weight:500;line-height:27px;letter-spacing:.18px}
.custom-section .rz-button-wrap >div:nth-child(1) .btn{background-color:#373737;color:#fff}
.custom-section .rz-button-wrap >div:nth-child(1) .btn:hover{background-color:#505050}
.custom-section .rz-button-wrap >div:nth-child(2) .btn:hover{background-color:#fff;color:#181818}
.mini-events-list .row{margin-top:0!important;height:unset!important}
.rz-mini-events .mini-events-list>div>.rz-element:not(:first-of-type){margin-top:18px!important}
.calendar-section .rz-mini-events .rz-element:first-child{grid-row:1 / span 3}
.calendar-section .rz-mini-events .rz-element:first-child .cal-event-wrap {height: 483px !important;}
.calendar-section .rz-mini-events .rz-element:first-child .cal-event,.calendar-section .rz-mini-events .rz-element:first-child .cal-content,.calendar-section .rz-mini-events .rz-element:first-child .cal-event-wrap{height:100%}
.rz-mini-events .cal-event-wrap{background:#fff;padding:16px 24px;display:flex;align-items:center;gap:16px;height:149px;position:relative;border-radius:0;transition:all .3s;transform-origin:right}
.mini-events-list .cal-event .cal-event-time{color:#373737;letter-spacing:.16px;font-weight:500;position:relative}
.mini-events-list .cal-event .cal-event-time::before{content:'\F293';font-family:"Bootstrap-icons";font-size:14px;margin-right:6px;position:relative;top:1.5px}
.mini-events-list .cal-event-date{color:#000;align-items:center;justify-content:center;display:flex;gap:4px;font-size:14px;font-weight:400;line-height:16.24px;flex-direction:column;text-transform:uppercase;background-color:#f4be41;clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);padding:31px;height:116px;position:relative;z-index:1}
.mini-events-list .cal-event-date .cal-event-start-day-num{font-weight:700;font-size:18px;text-transform:capitalize}
.cal-event-date .cal-event-month-long,.cal-event-date,.cal-event-date .cal-event-start-day-ord,.cal-event-date .cal-event-day-of-week-long,.cal-event-date,.cal-event-day,.cal-event-year,.cal-event-comma{display:none}
.cal-event-date-wrap{position:relative}
.mini-events-list .cal-event-date-wrap::after{position:absolute;content:"";background-color:#fff;width:111px;height:128px;top:50%;left:50%;transform:translate(-50%,-50%);clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);opacity:0;transition:all .3s}
.mini-events-list .cal-event-date-wrap::before{position:absolute;content:"";background-color:#f4be41;width:116px;height:134px;top:50%;left:50%;transform:translate(-50%,-50%);clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);opacity:0;transition:all .3s}
.mini-events-list .cal-event-wrap:hover .cal-event-date-wrap::after,.mini-events-list .cal-event-wrap:hover .cal-event-date-wrap::before{opacity:1}
.mini-events-list .cal-event .cal-event-info{display:flex;flex-direction:column;flex:1}
.mini-events-list .cal-event .cal-event-title{color:#373737;font-size:20px;font-weight:700;line-height:normal;margin-bottom:6px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;text-overflow:ellipsis;width:100%}
.cal-event-wrap .cal-image-wrap, .cal-event-wrap .cal-event-desc{display:none}
.calendar-section .rz-gallery-image{width:100%}
.calendar-section .rz-gallery-image .custom-cursor{display:none!important}
.calendar-section .rz-element:first-child .cal-event-wrap{padding:12px;align-items:flex-end;z-index:1}
.calendar-section .rz-element:first-child .cal-event-wrap:hover{transform:none}
.calendar-section .rz-element:first-child .cal-image-wrap{display:block;position:absolute;width:100%;height:100%;top:0;left:0;z-index:-1}
.calendar-section .rz-element:first-child .cal-image-wrap img{width:100%;height:100%}
.calendar-section .rz-element:first-child .cal-event-info{background-color:#fff;padding:24px;backdrop-filter:blur(4px);transition:all .3s;position:relative}
.calendar-section .rz-element:first-child .cal-event-wrap:hover .cal-event-info{background-color:#ffeeb3bf}
.calendar-section .rz-element:first-child .cal-event-date{background:none;flex-direction:row;align-items:flex-start;justify-content:flex-start;padding:0;clip-path:none;height:auto;color:#505050;font-size:14px;font-weight:500;letter-spacing:1.4px;text-transform:uppercase}
.calendar-section .rz-element:first-child .cal-event-start-day-ord{font-size:14px;font-weight:500;text-transform:uppercase}
.calendar-section .rz-element:first-child .cal-event-date-wrap::after,.calendar-section .rz-element:first-child .cal-event-date-wrap::before{display:none}
.calendar-section .rz-element:first-child .cal-event-time{display:none}
.calendar-section .rz-element:first-child .cal-event-title{color:#181818;margin-top:16px}
.calendar-section .rz-button-wrap .btn:hover{background-color:#FFC844;color:#373737}
.floating-alert{background:#FFC844;backdrop-filter:blur(4px);border-radius:0}
.floating-alert .floating-alert-header{margin-bottom:10px;color:#D61F28;color:#2E2A28;font-size:20px;font-weight:700;line-height:30px;padding:20px 20px 0!important;letter-spacing:2px;text-transform:uppercase;font-family:"League Spartan",sans-serif}
.floating-alert .floating-alert-inner{padding:0 20px 20px!important;color:#2E2A28;font-size:18px;font-weight:500;letter-spacing:.18px;line-height:27px}
.floating-alert .alert-buttons{background:transparent;border-radius:0 0 8px 8px;border-top:1px solid #bf6a0033}
.floating-alert .alert-buttons .alert-button{border-right-color:#bf6a0033;font-size:18px;font-weight:700;color:#2E2A28;letter-spacing:.18px;padding:15px 0;transition:all .3s}
.floating-alert .alert-buttons .alert-button:hover{background-color:#ffeeb380}
.rz-ada-floaty-btn-element{justify-content:flex-end;align-items:flex-end;top:unset;right:unset;bottom:24px;left:16px;z-index:150}
.rz-ada-floaty-btn-element button{background-color:#FFC844!important;border-radius:0;padding:0;width:52px;height:60px;color:#373737!important;font-size:29px;transition:all .3s;clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%)}
.rz-share-floaty-btn-element button:hover{border-width:1px;outline-offset:-4px;outline-color:transparent}
.rz-ada-floaty-btn-element button i::before{content:"\F825"}
.rz-ada-floaty-btn-element button:hover{border-width:1px;outline-offset:-4px;outline-color:transparent}
.rz-slider-wrapper::after,.dept-hero-section::after{position:absolute;content:"";background:#fff;width:100%;height:3px;left:0;bottom:7px}
.freeform-fullwidth .col-post-wrap{flex-basis:1274px;min-height:auto}
.col-post-wrap .col-post{height:auto!important}
.breadcrumb li{font-size:16px;font-weight:700;line-height:23.1px;color:#4D4D4D;position:relative}
.breadcrumb a{font-weight:400;text-decoration:none}
.breadcrumb li:before{font-family:"Bootstrap-icons";font-size:24px;font-weight:400;position:absolute;left:14px}
.breadcrumb.mb-3{display:none!important}
.page-title-wrapper .page-title{color:#181818;font-size:69px;font-weight:700}
#post .rz-rte-element a{font-weight:700}
.col-side .rz-element-wrapper{background:#FFEEB3;border-radius:0;padding:32px}
.col-side .rz-element-wrapper + .rz-element-wrapper{margin-top:24px}
.col-side .rz-module-header{color:#1E1E1E;font-weight:700;line-height:26px;font-size:20px;margin-bottom:16px;padding-bottom:16px;position:relative}
.col-side .rz-module-header::before{content:'';position:absolute;background-color:#FFC844;width:51px;height:3px;left:0;bottom:0}
.col-side .rz-link-list-wrapper .list-group{display:flex;flex-direction:row;gap:4px}
.col-side .rz-link-list-wrapper .list-group span{display:none}
.col-side .rz-link-list-wrapper .list-group-item{border:none;padding:10px;font-size:18px;color:#013668;background:#fff!important;width:40px;height:40px;border-radius:8px;justify-content:center;backdrop-filter:blur(5px);transition:all .3s}
.col-side .list-group-item:hover{color:#fff!important;background:#013668!important}
.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-info{gap:0!important;margin-top:8px}
.col-side .staffmember-avatar-position{gap:12px!important;padding-bottom:24px}
.col-side .staffmember-avatar{max-width:96px;width:100%}
.col-side .staffmember-avatar .avatar-img{width:100%!important;height:96px;border-radius:0}
.col-side .staffmember-position-name{display:flex;flex-direction:column-reverse}
.col-side .staffmember-name p{color:#000;font-size:16px;font-weight:700;line-height:21px}
.col-side .staffmember-position p{color:#373737;font-size:14px;font-weight:400;line-height:21px;font-style: italic;}
.col-side .staffmember-location{margin-bottom:6px}
.col-side .staffmember-location i::before{content:"\F3E8"}
.col-side .staffmember-location a,.col-side .staffmember-contact a{color:#373737;font-size:16px;font-weight:400;line-height: 21px;text-decoration:none;transition:all .3s;gap: 12px !important;}
.col-side .staffmember-contact{gap:0!important}
.col-side .staffmember-contact a{margin-top:16px}
.col-side .staffmember-location a i{color:#373737;font-size:24px;max-width:24px;width:100%;display:flex;align-items:center;justify-content:center}
.col-side .staffmember-contact a i{color:#373737;font-size:24px;line-height:1}
.col-side .staffmember-bio{margin-top:32px}
.col-side .staffmember-bio p{margin:0!important;color: #fff;font-size: 14px;line-height: 21px;}
.dept-hero-section .hero-wrap{--hero-height:462px}
.hero-wrap .rz-builder-empty-data{display:none}
.rz-qlink{position:relative;transition:all .3s}
.rz-qlink .rz-qlink-icon{position:relative;overflow:visible}
.rz-qlink .rz-qlink-icon::after{content:"";position:absolute;width:73px;height:83px;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#FFEEB3;clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);opacity:0;transition:all .3s;z-index:-1}
.rz-qlink:hover .rz-qlink-icon::after{opacity:1}
.rz-qlink:hover .rz-qlink-img{transform:none}
.rz-qlink-wrapper .tns-controls{left:50%!important;transform:translateX(-50%)!important;bottom:0!important;gap:94px;right:unset;z-index:6;justify-content:center}
.rz-qlink-wrapper .nav-controls{right:unset!important;left:50%;transform:translateX(-50%);bottom:0!important;background:#FFEEB3!important;padding:12px 13px!important}
.rz-qlink-wrapper .nav-controls .tns-nav{overflow:visible;justify-content:center;gap:4px;max-width:unset}
.rz-qlink-wrapper .tns-nav button{background:#505050!important}
.rz-qlink-wrapper .tns-nav button.tns-nav-active::after{background:#505050!important}
.rz-qlink-wrapper .tns-controls button{background-color:transparent;color:#000}
.rz-qlink-wrapper .tns-controls button:hover{background-color:#FFEEB3}
.rz-qlink-wrapper .tns-controls button i::before{-webkit-text-stroke:1px currentcolor}
.rz-tile{min-height:256px}
.rz-tile:hover .rz-tile-img{transform:none}
.rz-tile[data-tile-layout="stacked"] .rz-tile-img-overlay{background:linear-gradient(0deg,#00000080 0%,#00000080 100%)}
.rz-tile[data-tile-layout="stacked"]:hover .rz-tile-img-overlay{background:linear-gradient(0deg,#8e680e99 0%,#8e680e99 100%)!important}
.rz-tile[data-tile-layout="stacked"] .rz-tile-title{color:#fff;text-align:center;text-shadow:2px 4px 0 #00000040;font-weight:700;letter-spacing:.66px;text-transform:uppercase;font-family:"League Spartan",sans-serif}
.rz-tile .rz-tile-body{flex:unset}
.rz-tile .rz-tile-body-wrap{justify-content:center}
.rz-tile-wrapper .nav-controls{display:none!important}
.dept-featured-section>.rz-section-block{padding:18px 30px}
.dept-featured-section .rz-section-header-title{font-size:35px;padding-bottom:18px;position:relative}
.dept-featured-section .rz-section-header-title::after{position:absolute;content:"";background-color:#FFC844;width:126px;height:3px;left:0;bottom:0}
.dept-featured-section .rz-rte-wrapper{margin-top:24px}
.dept-featured-section .rz-button-wrapper{margin-top:24px}
.rz-tile[data-tile-layout="horizontal-stacked"] .rz-tile-img-wrap{height:327px}
.rz-tile[data-tile-layout="horizontal-stacked"] .rz-tile-body-wrap,.dept-cards .rz-tile .rz-tile-body-wrap{padding:18px 0 0;text-align:left}
.rz-tile[data-tile-layout="horizontal-stacked"] .rz-tile-body{gap:8px!important}
.rz-tile[data-tile-layout="horizontal-stacked"] .rz-tile-title,.dept-cards .rz-tile .rz-tile-title{color:#000;font-weight:700;letter-spacing:.66px;text-transform:uppercase;font-family:"League Spartan",sans-serif;text-shadow:unset;text-align:left}
.rz-tile[data-tile-layout="horizontal-stacked"] .btn,.dept-cards .rz-tile .btn{background:none;padding:1.5px 0;color:#707070;font-size:18px;font-weight:500;letter-spacing:.18px;display:flex;flex-direction:row-reverse;justify-content:flex-end;gap:2px;width:fit-content;transition:all .3s}
.rz-tile[data-tile-layout="horizontal-stacked"] .btn::before,.dept-cards .rz-tile .btn::before{content:"\F135";font-family:"Bootstrap-icons";margin-top:1px}
.rz-tile[data-tile-layout="horizontal-stacked"] .btn:hover,.dept-cards .rz-tile .btn:hover{background-color:#FFEEB3;padding:1.5px 8px;color:#181818}
.rz-tile-wrapper .tns-controls{left:0!important;right:0!important}
.rz-tile-wrapper .tns-controls button{background-color:transparent;border:1px solid #181818;color:#181818}
.rz-tile-wrapper .tns-controls button:hover{background-color:#FFEEB3}
.dept-cards .rz-tile-img-wrap{position:static}
.dept-cards .rz-tile-img-wrap .rz-tile-img{position:static;height:327px}
.dept-cards .rz-tile-img-overlay{display:none}
.cta-section>.rz-section-block{padding:53.5px 16px}
.cta-section .rz-section-header-title{color:#fff;letter-spacing:2.4px;text-transform:uppercase;font-family:"League Spartan",sans-serif;position:relative;padding-bottom:20px}
.cta-section .rz-section-header-title::after{content:"";position:absolute;background:#FFEEB3;width:95px;height:4px;left:50%;transform:translateX(-50%);bottom:0}
.cta-section .rz-rte-element{color:#fff;font-size:18px;text-align:center;display:block;max-width:759px;margin:18px auto 0}
.cta-section .rz-button-wrapper{margin-top:20px}
.cta-section .rz-button-wrap{justify-content:center}
.dept-template .site-footer{margin-top:200px}
.site-footer{position:relative;z-index:1}
.site-footer .footer-logo{width:254px}
.site-footer .footer-btns .rz-button-wrap{flex-direction:column}
.site-footer .footer-btns .btn{font-weight:500;line-height:24px;font-size:16px;padding:8.5px 17.5px}
.site-footer .footer-btns .rz-button-wrap >div:nth-child(2) .btn{background:#707070!important}
.site-footer .footer-btns .rz-button-wrap >div:nth-child(2) .btn:hover{background:#4B4B4B!important}
.footer-social-btns .btn{background-color:#505050;clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);height:44px;width:40px;gap:4px;padding:10px}
.footer-social-btns .btn:hover{background-color:#FFC844}
.footer-social-btns .btn:hover i{color:#373737!important}
.site-footer .rz-module-header{color:#1B2732;font-size:20px;font-weight:700;line-height:26px;margin-bottom:16px;font-weight:800}
.site-footer .footer-wave{width:100%;position:absolute;top:-29px;z-index:1;height:30px}
.footer-shape{position:absolute!important;left:0;top:-135px;width:100%;height:140px}
.footer-shape .rz-single-image-wrap,.footer-shape .rz-single-image,.footer-shape .rz-single-image img{height:100%}
.site-footer .qlink-shape{display:none}
input[value="Administration"].admin{margin-top:4px}
.site-footer .img-border img{display:none}
.rz-page-search .site-footer {margin-top: 165px;}
.rz-catalogues-card-wrapper .rz-business-directory-card {box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);}
@media screen and (min-width:992px) {
.site-header .rz-ada-btn-element button,.top-header .translation-links button{padding:0!important;color:#fff;font-weight:600}
.site-header .rz-ada-btn-element button i{font-size:20px;line-height:0}
.translation-links .btn:hover:after,.translation-links .btn.active:after{display:none!important}
.site-header .translate-button:hover,.site-header .rz-ada-btn-element button:hover,.top-header .translation-links button:hover{text-decoration:underline}
.site-header .translate-button{margin:0!important;padding:0!important;border:0;background:#707070bf;color:#fff;font-size:20px;font-weight:700;text-transform:uppercase;width:40px;height:45px;justify-content:center;clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%)}
.site-header .translate-button:hover,.site-header .translate-button:focus,.site-header .translate-button:active{background:#FFC844!important;color:#373737!important}
.site-header .translate-button i{font-size:24px;margin:0!important;line-height:0}
.site-header .translate-button i::before{content:"\F658";font-size:20px;-webkit-text-stroke:0}
.site-header .translate-button:focus{background:none;font-size:20px;color:#fff}
.site-header .header-translate-wrap .vr{display:none!important}
.site-header .translate-button .translate-text{display:none}
.site-header .header-search-wrap{max-width:260px}
.site-header .form-control{background-color:#F9F6F4;border-radius:0;padding:5.5px 12px;color:#4D3623;font-weight:500;font-size:16px;letter-spacing:.16px;line-height:25.6px}
.site-header .form-control::placeholder{color:#4D3623}
.site-header .header-search-wrap button{border-radius:0;color:#201B19;padding:0!important;width:45px;justify-content:center;height:100%}
.site-header .header-search-wrap button i::before{-webkit-text-stroke:.5px currentcolor}
.site-header .header-search-wrap button:hover{background-color:#FFC844}
.site-header .vr{display:none!important}
.site-header .header-right{gap:12px}
.site-header #nav{transition:none}
.nav-border{display:none!important}
.site-header .rz-topnav-block-wrapper,.site-header #nav{position:static}
.site-header .rz-topnav-block-wrapper .center-top{left:50%!important}
.site-header #nav ul.make-mega{box-shadow:0 3px 12px 0 #00000040;border:0;background:#3c3c3ef2;left:50%!important;transform:translateX(-50%)!important;top:100%!important;margin-top:17.5px!important}
.site-header #nav ul.make-mega::before{position:absolute;content:"";background:none;width:100%;height:30px;top:-29px;left:0}
.site-header .dropdown-header-item a::before{position:absolute;content:'';background-color:#373737;height:3px;width:145px;bottom:0}
.site-header .dropdown-header-item .bi-arrow-right::before{content:'\F285'!important}
.site-header #nav .dropdown-header{position:relative;gap:12px;padding-bottom:20px !important;margin-bottom:23px;font-weight:500;line-height:27.9px;letter-spacing:1.08px;text-transform:uppercase;color:#fff;justify-content:left}
.site-header #nav>li>a,.site-header #nav>li>span{gap:4px;box-shadow:unset!important;outline:none!important;transition:none;line-height:24px}
.site-header #nav>li>a .navicon{display:none!important}
#nav ul.make-mega ul ul>li{margin:0}
#nav ul.mega-wrap-inner{column-gap:16px!important}
#nav ul.make-mega ul{margin:-4px 0 12px;padding-left:15px}
#nav ul li a:not(.mega-button-link):not(.dropdown-header),#nav ul li:not(.make-mega) span{display:block;font-weight:700;padding:3px 13.25px;margin-bottom:16px!important;border-radius:0;line-height:26px;width:fit-content;min-width:fit-content;margin-left:-13.25px}
#nav ul li a:not(.mega-button-link):not(.dropdown-header):hover,#nav ul li:not(.make-mega) span:hover{color:#FFEEB3;background-color:#181818cc}
#nav .mega-wrap-inner li li a:not(.fa):not(.dropdown-header),#nav .mega-wrap-inner li li span:not(.fa){font-weight:400;padding:2.5px 14px;margin-bottom:12px!important;border-radius:0;line-height:24px;border:0;width:fit-content}
#nav .mega-wrap-inner li li a:not(.fa):not(.dropdown-header):hover,#nav .mega-wrap-inner li li span:not(.fa):hover{color:#FFEEB3;background-color:#181818cc}
#nav .nav-border{display:none!important}
#nav .dropdown-toggle:after{color:#FFC844;font-size:10px}
#nav li a.dropdown-toggle.show:after{content:"\F286";transform:none!important}
#nav ul.normal-menu {border: none;margin-top:23px!important}
.site-header #nav ul.make-mega::before, .site-header #nav ul.normal-menu::before{position:absolute;content:"";background:none;width:100%;height:30px;top:-29px;left:0}
#nav ul.normal-menu li {padding-left: 24px !important;}
#nav ul.normal-menu li.dropdown-header-item {padding-left: 11px !important;}
#nav ul.normal-menu li a {padding: 3px 13.25px !important;}
.col-side #submenu>li{display:block!important;margin-bottom:9px}
.col-side #submenu>li:last-of-type{margin:0}
.col-side #submenu>li>a,.col-side #submenu>li>span{font-weight:500;letter-spacing:.16px;transition:all .3s;display:inline-block;width:fit-content}
.col-side #submenu>li:hover>a{background:#FFC844;color:#181818;padding:3.5px 9px;font-weight:700}
.col-side #submenu ul li:last-of-type a{border:0!important;margin-bottom:0}
.col-side #submenu ul{left:70%!important;top:-10px!important;padding:12px;border:none;box-shadow:unset;border-radius:0;background:#FFC844;max-width:100%;min-width:136px}
.col-side #submenu ul::before{content:'';position:absolute;background-color:#FFC844;width:20px;height:13px;transform:rotate(315deg);left:-8px;top:9%}
.col-side #submenu ul a,.col-side #submenu ul span{background:none;padding:3px 0;margin-bottom:7px;letter-spacing:.16px;width:100%;transition:all .3s}
.col-side #submenu ul a:hover,.col-side #submenu ul span:hover{color:#181818;background:#FFEEB3;text-decoration:none;font-weight:700;padding:3px 8px}
.col-side #submenu .nav-link.dropdown-toggle-split{display:none!important}
.hero-section .tns-controls{left:64px;right:64px;z-index:4}
.events-section .tiny-carousel{padding-bottom:0!important}
.events-section .rz-section-header-title{width:530px;margin-left:64px}
.events-section .rz-button-wrapper{margin-left:64px!important}
.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}
.plan-section .rz-tile-wrapper .center-top{top:84px!important;transform:translate(50%,98px)!important}
.plan-section .rz-tile-wrapper .tiny-carousel{padding-bottom:0!important}
.plan-section .rz-tile-wrapper .tns-controls{left:24px;right:24px;top:58%}
.plan-section .rz-section-block.container,.plan-section .rz-row-block,.plan-section .rz-tile-wrapper,.plan-section .tiny-carousel-wrap,.plan-section .tns-outer{position:static}
.qlink-section .rz-qlink-wrapper .tns-outer{padding:0 67px!important}
.qlink-section .rz-qlink-wrapper .tiny-carousel{padding-bottom:0!important}
.rz-qlink-wrapper .tiny-carousel{padding-bottom:70px!important}
.qlink-section .rz-qlink-wrapper .tns-controls{left:0!important;right:0;top:50%;transform:translateY(-50%)!important;height:fit-content}
.calendar-section > .rz-section-block{outline:3px solid #505050;outline-offset:10px}
.calendar-section .mini-events-list .row{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:repeat(3,auto);column-gap:20px}
.rz-mini-events .mini-events-list>div>.rz-element:nth-child(2){margin-top:0!important}
.rz-mini-events .cal-event-wrap:hover{transform:translateX(10px);box-shadow:0 3px 12px 0 #00000026}
.rz-tile-wrapper .tns-outer{padding:0 120px!important}
.rz-tile-wrapper .tiny-carousel{padding-bottom:0!important}
.floating-alert{width:398px}
.welcome-section .rz-single-image-wrapper{margin-left:auto}
}
@media screen and (max-width:991px) {
.site-header .main-logo-image img{height:3.25rem}
.btn-primary{font-size:16px}
.hero-section .hero-caption-wrap{padding:0}
.hero-section .rz-section-header-title{font-size:44px!important;margin-left:50px}
.hero-section .rz-section-header-text{font-size:20px!important}
.hero-section .rz-section-header-image img{width:44px}
.hero-section .down-arrow{display:none!important}
.rz-qlink-wrapper .nav-controls{display:none!important}
.welcome-section .rz-section-header-text{font-size:18px!important}
.welcome-section .rz-rte-element{font-size:16px;font-weight:400;line-height:24px}
.plan-section .rz-section-header-wrapper{margin-bottom:20px!important}
.plan-section .rz-tile{height:350px}
.plan-section .rz-tile-title{font-size:22px}
.plan-section .rz-tile .rz-tile-text{bottom:20px}
.plan-section .rz-tile-wrapper .tns-controls{justify-content:center}
.calendar-section .rz-button-wrapper{margin-top:24px}
.calendar-section .rz-mini-events .rz-element:first-child .cal-event-wrap{height:400px}
.calendar-section .rz-element:first-child .cal-event-info{padding:24px 16px}
.rz-mini-events .cal-event-wrap{padding:16px;height:116px}
.mini-events-list .cal-event-date-wrap::before{width:89px;height:106px}
.mini-events-list .cal-event-date-wrap::after{width:82px;height:98px}
.mini-events-list .cal-event-date{padding:22px;height:90px}
.mini-events-list .cal-event .cal-event-title{font-size:18px}
.qlink-section .rz-qlink-wrapper .tns-controls{gap:16px}
.qlink-section .rz-qlink {padding: 20px 16px;}
.qlink-section .rz-qlink-title {font-size: 16px;}
.rz-qlink-wrapper .tns-controls{gap:16px}
.rz-qlink-wrapper .tns-controls button{background-color:#FFEEB3}
.qlink-img-col>.rz-single-image-wrapper{max-width:338px;height:350px}
.custom-section .rz-rte-element{font-size:16px;font-weight:400;line-height:25px}
.qlink-shape{display:none}
.col-side .rz-element-wrapper{padding:32px 16px}
.page-title-wrapper .page-title{font-size:40px}
.breadcrumb{margin-bottom:10px}
.breadcrumb::after{display:none}
body{font-size:16px;font-weight:400}
.dept-hero-section .hero-wrap{--hero-height:350px}
.dept-featured-section .rz-section-header-title{font-size:28px}
.rz-tile[data-tile-layout="horizontal-stacked"] .rz-tile-img-wrap{height:250px}
.rz-tile-wrapper .tns-controls{justify-content:center}
.cta-section .rz-rte-element{font-size:16px}
.dept-template .site-footer{margin-top:60px}
.site-footer .footer-logo{width:180px}
.footer-shape{height:42px;top:-42px}
.site-footer .footer-btns .rz-button-wrap {align-items: center;}
}

/*Tile Search*/
.tile-search-button{background: #FFC844;border-radius: 0px;width:42px;height:42px;padding:0;left:188px;}
.tile-search-button:hover{background: #FFC844;}
.rz-tile-search{border-radius:unset;border:2px solid #FFC844;padding: .45rem 1rem;width: 100%;margin-bottom:20px;}
.tile-search-button i::before{-webkit-text-stroke: .45px rgb(24, 24, 24);}
.tile-search-menu{background:#F5F3ED;}
.tile-search-menu nav{padding:40px;}
.topic-header{font-weight:700;color:#434343;}
.topic-toggle{padding:12px 0;}
.cat-toggle{margin-right:8px;}
.cat-toggle{position: absolute;opacity: 0;cursor: pointer;height: 0;width: 0;}
.checkmark {top: 0;left: 0;height: 15px;width: 15px;background-color: #fff;border-radius:0;border:2px solid #42424240;margin-right:8px;}
.category-toggle{align-items: center;cursor: pointer;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;padding: 5px 0;}
.category-toggle:hover .checkmark {border:2px solid #FFC844;background-color:#FFEEB3;}
.category-toggle input:checked ~ .checkmark {background-color: #FFC844;border:2px solid #FFC844;}
.topic-toggle{cursor:pointer;}
.rz-search-tile{padding:10px;background:#F5F3ED;}
.rz-search-tile .rz-tile-img-wrap{height: 225px!important;}
.tile-search-menu-wrap{margin-top:unset;}
.rz-search-tile-link{text-decoration:none;padding:5px;}
.rz-search-tile-link i{font-size:14px;}
.rz-search-tile-hr{border-top:2px solid #fff;color:#fff;opacity:1;}
.rz-search-tile:hover{background:#FFEEB3;outline: 2px solid #FFC844;border: 5px solid #fff;}
.rz-search-tile:hover .rz-search-tile-link{background:#fff;}
.cat-wrap{display:none;}
.topic-input{aspect-ratio: cos(30deg);clip-path: polygon(-50% 50%,50% 100%,150% 50%,50% 0);background-color:#fff;width:25px;height:25px;}
.topic-btn .plus{margin-right:8px;}
.topic-btn .minus{margin-right:8px;}
.topic-toggle:hover .topic-btn .topic-input{aspect-ratio: cos(30deg);clip-path: polygon(-50% 50%,50% 100%,150% 50%,50% 0);background-color:#FFEEB3;width:25px;height:25px;}
.topic-input-active{aspect-ratio: cos(30deg);clip-path: polygon(-50% 50%,50% 100%,150% 50%,50% 0);background-color:#FFC844;width:25px;height:25px;}
@media screen and (max-width: 991px) {.tile-search-button {left:unset;right:42px;}}
