



@import url('https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400..700;1,400..700&family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400..700;1,400..700&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');
:root,
[data-bs-theme=light] {
	--bs-primary: #224833;
	--bs-secondary: #cfb53c;
	--bs-primary-rgb: 34, 72, 51;
	--bs-secondary-rgb: 207, 181, 60;
	--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: "OverusedGrotesk-Light", Sans-serif;
	--bs-body-font-size: 1rem;
	--bs-body-font-weight: 400;
	--bs-body-line-height: 1.5;
	--bs-body-color: #333333;
	--bs-body-color-rgb: 34, 72, 51;
	--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: 'Overused Grotesk Light';
	--bs-headers-font-weight: 600;
	--rz-container-width: 1302px;
	--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: #0055FF;
	--rz-links-hover-color: var(--rz-links-color);
	--bs-light: rgba(34, 72, 51, 0.05);
	--userway-color: var(--bs-primary);
	--rz-header-width: ;
}

h1,.h1{font-size: min(48px, 7vw); color:var(--bs-body)}
h2,.h2{font-size: min(40px, 6.2vw); color:var(--bs-body)}
h3,.h3{font-size: min(36px, 5.4vw); color:var(--bs-body)}
h4,.h4{font-size: min(32px, 4.8vw); color:var(--bs-body)}
h5,.h5{font-size: min(24px, 4.4vw); color:var(--bs-body)}
h6,.h6{font-size: min(20px, 4.2vw); color:var(--bs-body)}

a {
	color: #0055FF;
}

a:hover{
	color: var(--rz-links-color)
}

.btn {
	--bs-btn-border-width: 2px;
}

/* buttons */
.btn:not(.btn-link):not(.builder-btn):not(.btn-sm):not(.btn-lg):not(.dropdown .btn):not(#ics-view-export):not(.modal-action-buttons .btn):not(.rz-brand-footer .btn):not(.agendalist-links .btn):not(#agendaClear.btn):not(.offcanvasHeaderItems-offcanvas-body .btn),.rz-form-builder-wrapper [type="submit"] {
	--bs-btn-padding-x: 30px;
	--bs-btn-padding-y: 12px;
	--bs-btn-font-family: 'Overused Grotesk Book';
	--bs-btn-font-size: 18px;
	--bs-btn-font-weight: 400;
	--bs-btn-line-height: 1.5;
	--bs-btn-border-radius: 50px;
	--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: #333333;
	--bs-btn-bg: #0055ff00;
	--bs-btn-border-color: #333333;
	--bs-btn-hover-color: #ffffff;
	--bs-btn-hover-bg: #333333;
	--bs-btn-hover-border-color: #333333;
	--bs-btn-active-color: #ffffff;
	--bs-btn-active-bg: #333333;
	--bs-btn-active-border-color: #333333;
	--bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-primary-rgb), .5);
}

.btn-outline-primary{
	--bs-btn-color: #0055ff00;
	--bs-btn-bg: transparent;
	--bs-btn-border-color: #0055ff00;
	--bs-btn-hover-color: #ffffff;
	--bs-btn-hover-bg: #333333;
	--bs-btn-hover-border-color: #333333;
	--bs-btn-active-color: #ffffff;
	--bs-btn-active-bg: #333333;
	--bs-btn-active-border-color: #333333;
	--bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-primary-rgb), .5);	
}

.btn-secondary {
	--bs-btn-color: #FFFFFF;
	--bs-btn-bg: #224833;
	--bs-btn-border-color: #224833;
	--bs-btn-hover-color: #224833;
	--bs-btn-hover-bg: #ffffff;
	--bs-btn-hover-border-color: #224833;
	--bs-btn-active-color: #224833;
	--bs-btn-active-bg: #ffffff;
	--bs-btn-active-border-color: #224833;
	--bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-secondary-rgb), .5);
}

.btn-outline-secondary {
	--bs-btn-color: #224833;
	--bs-btn-bg: transparent;
	--bs-btn-border-color: #224833;
	--bs-btn-hover-color: #224833;
	--bs-btn-hover-bg: #ffffff;
	--bs-btn-hover-border-color: #224833;
	--bs-btn-active-color: #224833;
	--bs-btn-active-bg: #ffffff;
	--bs-btn-active-border-color: #224833;
	--bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-secondary-rgb), .5);
}

.btn-lg,
.btn-group-lg>.btn {
	--bs-btn-padding-y: min(1rem, 3vw);
	--bs-btn-padding-x: min(1.25rem, 4vw);
	--bs-btn-font-size: min(1.25rem, 4.5vw);
	--bs-btn-border-radius: var(--bs-border-radius-lg);
}

.btn-sm,
.btn-group-sm>.btn {
	--bs-btn-padding-y: min(4px, 3vw);
	--bs-btn-padding-x: min(8px, 3vw);
	--bs-btn-font-size: min(.9rem, 4vw);
	--bs-btn-border-radius: var(--bs-border-radius-sm);
}

.btn.btn-custom {
	--bs-btn-color: #FFFFFF;
	--bs-btn-bg: var(--bs-primary-text-emphasis);
	--bs-btn-border-color: var(--bs-primary-text-emphasis);
	--bs-btn-border-radius: var(--bs-border-radius);
	--bs-btn-hover-border-color: var(--bs-primary-text-emphasis);
	--bs-btn-box-shadow: none;
	--bs-btn-hover-color: #FFFFFF;
	--bs-btn-hover-bg: var(--bs-primary-text-emphasis);
	--bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-custom-rgb), .5);
}

.btn.btn-custom a{
	--bs-btn-color: #FFFFFF;
	color: #FFFFFF;
}

.btn.btn-custom:hover a{
	--bs-btn-hover-color: #FFFFFF;
	color: #FFFFFF;
}

.btn.btn-link {
	--bs-btn-color: var(--bs-primary);
	--bs-btn-hover-color: var(--bs-primary);
	--bs-btn-active-color: var(--bs-primary);
	--bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-primary-rgb), .5);
}

/* buttons that are generated from rte */
.btn-primary a{
	color:#333333;
} 
.btn.btn-primary:hover a{
	color:#ffffff;
}
.btn.btn-secondary:hover a{
	color:#224833;
}
.btn.btn-custom:hover a{
	color:#FFFFFF;
}

/* freeform page */
#freeform {
	--rz-freeform-content-padding: 90px 16px;
	--rz-freeform-content-bg: #FFFFFF;
	--rz-left-col-width: 418px;
	--rz-left-col-padding: 50px 30px;
	--rz-left-col-margin: 0;
	--rz-left-col-bg: #F7F1F0;
	--rz-freeform-left-col-fill-bg: transparent;
	--rz-right-col-width: 1200px;
	--rz-freeform-right-col-fill-bg: #FFFFFF;
	--rz-freeform-post-padding: 0 0 0 30px;
	--rz-freeform-post-bg: #FFFFFF;
}

.rz-slider-wrapper {
	--rz-slider-height: 670px;
	--rz-slider-bg: #000000;
	--rz-slider-caption-color: #FFFFFF;
	--rz-slider-caption-width: var(--rz-container-width);
}
.rz-slider .rz-slider-bg-overlay{
	background: rgba(0,0,0,.5);
}
@media only screen and (min-width:992px) {
	#submenu {
		--rz-submenu-padding: 0;
		--rz-submenu-margin: 0;
		--rz-submenu-bg: transparent;
		--rz-submenu-border: ;
		--rz-submenu-color: #333333;
		--rz-submenu-border-radius: 0;
		--rz-submenu-font-size: ;
		--rz-submenu-item-padding: 12px;
		--rz-submenu-item-color: #333333;
		--rz-submenu-item-bg: transparent;
		--rz-submenu-item-border: 1px solid rgba(0, 0, 0, .1);
	}
	[data-style="horizontal"] #submenu {
		--rz-submenu-padding: 0;
		--rz-submenu-margin: 0;
		--rz-submenu-bg: transparent;
		--rz-submenu-border: ;
		--rz-submenu-color: #333333;
		--rz-submenu-border-radius: 0;
		--rz-submenu-font-size: ;
		--rz-submenu-item-padding: 12px;
		--rz-submenu-item-color: #333333;
		--rz-submenu-item-bg: transparent;
		--rz-submenu-item-border: 1px solid rgba(0, 0, 0, .1);
	}
}

.submenu-header,.col-side-wrap .rz-module-header {
	--rz-submenu-title-padding: 0;
	--rz-submenu-title-bg: ;
	--rz-submenu-title-font-color: #070606;
}

.submenu-header,.rz-module-header {
	--rz-submenu-title-font-size: 30px;
}

.breadcrumb {
	--bs-breadcrumb-padding-x: 0;
	--bs-breadcrumb-padding-y: 0;
	--bs-breadcrumb-margin-bottom: 24px;
	--bs-breadcrumb-bg: #ffffff00;
	--bs-breadcrumb-border-radius: ;
	--bs-breadcrumb-divider-color: #000;
	--bs-breadcrumb-item-padding-x: 12px;
	--bs-breadcrumb-item-active-color: #224833;
	--bs-breadcrumb-link-color: #333333;
	--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: 140px;
	--rz-logo-margin-top: 0;
	--rz-logo-margin-right: 0;
	--rz-logo-margin-bottom: -50px;
	--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: #CFB53C;
	--rz-nav-link-hover-bg-color: rgba(0, 0, 0, 0);
	--rz-nav-link-padding-x: 15px;
	--rz-nav-link-padding-y: 0;
	--rz-nav-link-border-radius: 0px;
	--rz-nav-item-padding-x: 0rem;
	--rz-nav-item-padding-y: 34px;
	--rz-nav-icons-color: #222;
	--rz-nav-mega-link-first-child-color: #ffffff;
	--rz-nav-mega-second-child-link-color: #ffffff;
	--rz-nav-mega-column-count: 3;
	--rz-nav-mega-padding-y: 40px;
	--rz-nav-mega-padding-x: 50px;
	--rz-nav-font-size: 18px;
	--rz-nav-font-weight: 400;
	--rz-nav-dropdown-font-size: 24px;
	--rz-nav-dropdown-bg-color: rgba(255, 255, 255, 1);
	--rz-nav-dropdown-bg-link-color: #f5f5f5;
	--rz-nav-dropdown-border-radius: var(--bs-border-radius);
	--rz-nav-mega-second-child-font-size: 16px;
	/* mobile header options */
	--rz-header-bg-color-mobile: #0000007A;
	--rz-header-icons-color-mobile: #fff;
	--rz-scroll-header-bg-color-mobile: #0000007A;
	--rz-scroll-header-icons-color-mobile: #fff;
	/* header options  */
	/* only used if inner page has no slider */
	--rz-header-height: 131px;
}

/* footer */
.site-footer-wrap {
	--rz-logo-width: 140px;
}

@media only screen and (min-width:992px) {
	[data-header-left="true"] .site-header-wrap {
		width:;
		flex-basis:;
	}

	#nav .make-mega {
		--rz-mega-width: 1280px;
	}

	.tiny-carousel-wrap {
		--rz-carousel-controls-height: 50px;
		--rz-carousel-controls-width: 50px;
		--rz-carousel-controls-font-size: 16px;
		--rz-carousel-play-button-font-size: calc(var(--rz-carousel-controls-font-size) * 0.85);
		--rz-carousel-play-button-width: calc(var(--rz-carousel-controls-width) - 4px);
		--rz-carousel-play-button-height: calc(var(--rz-carousel-controls-height) - 4px);
		/* 	dots */
		--rz-carousel-nav-buttons-padding: 0 0;
		--rz-carousel-nav-button-width: clamp(8px, calc(var(--rz-carousel-controls-width) / 6), 20px);
		--rz-carousel-nav-button-height: clamp(8px, calc(var(--rz-carousel-controls-width) / 6), 20px);
		--rz-carousel-nav-button-active-width: clamp(18px, calc(var(--rz-carousel-controls-width) / 2), 30px);
		--rz-carousel-nav-button-margin: 0 4px;
		/* play and dots container	 */
		--rz-carousel-nav-controls-padding: 0;
	}

	.hero-wrap {
	--hero-height: 894px;
	}
	
	.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: #42516d;
	--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: #d1d1d6;
	--rz-carousel-nav-button-active-bg: #ff3514;
	/* play and dots container	 */
	--rz-carousel-nav-controls-bg: #00000000;
	--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: 400px;
	}

	#freeform {
		--rz-freeform-content-padding: 20px 0;
	}
}

/* .rz-qlink  */
.rz-qlink-wrapper {
	--rz-qlink-padding: 0;
	--rz-qlink-body-wrap-padding: 0;
	--rz-qlink-body-padding: 0;
	--rz-qlink-title-font-size: 18px;
	--rz-qlink-text-font-size: 16px;
	--rz-qlink-title-color: #333333;
	--rz-qlink-text-color: #fff;
	--rz-qlink-color: #fff;
	--rz-qlink-bg: #fff;
	--rz-qlink-border-color: var(--bs-border-color);
	--rz-qlink-border-radius: 0;
	--rz-qlink-border-width: 0;
	--rz-qlink-img-height: 300px;
	--rz-qlink-img-aspect-ratio: 16 / 9;
	--rz-qlink-img-overlay-color: none;
	--rz-qlink-icon-width: 106px;
	--rz-qlink-icon-height: 106px;
	--rz-qlink-icon-bg-color: #00000000;
	--rz-qlink-icon-color: #78603C;
	--rz-qlink-icon-border-color: var(--bs-border-color);
	--rz-qlink-icon-border-width: 0;
	--rz-qlink-icon-border-radius: 0;
	--rz-qlink-icon-font-size: 60px;
	--rz-qlink-footer-border: 1px solid var(--bs-border-color);
	--rz-qlink-footer-padding: .8rem;
	--rz-qlink-footer-bg: #fff;
	--rz-qlink-footer-btn-color: #000;
}

.rz-tile-wrapper {
	--rz-tile-padding: 0;
	--rz-tile-body-wrap-padding: 20px;
	--rz-tile-body-padding: 0;
	--rz-tile-title-font-size: 22px;
	--rz-tile-text-font-size: 16px;
	--rz-tile-title-color: #fff;
	--rz-tile-text-color: #fff;
	--rz-tile-color: #fff;
	--rz-tile-bg: #fff;
	--rz-tile-border-color: var(--bs-border-color);
	--rz-tile-border-radius: var(--bs-border-radius);
	--rz-tile-border-width: var(--bs-border-width);
	--rz-tile-img-height: 300px;
	--rz-tile-img-aspect-ratio: 16 / 9;
	--rz-tile-img-overlay-color: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.8) 100%);
	--rz-tile-icon-width: 80px;
	--rz-tile-icon-height: 80px;
	--rz-tile-icon-bg-color: #f5f5f5;
	--rz-tile-icon-color: #000;
	--rz-tile-icon-border-color: var(--bs-border-color);
	--rz-tile-icon-border-width: 1px;
	--rz-tile-icon-border-radius: 100px;
	--rz-tile-icon-font-size: 2rem;
	--rz-tile-footer-border: 1px solid var(--bs-border-color);
	--rz-tile-footer-padding: .8rem;
	--rz-tile-footer-bg: #fff;
	--rz-tile-footer-btn-color: #000;
}

[data-card-layout="overlay"] .rz-card-img-overlay {
	--rz-card-img-overlay-color: none;
}

/* section header */
@font-face{font-family:Williwaw; src:url(../fonts/WilliwawBook.woff2) format("woff2"), url(../fonts/WilliwawBook.woff) format("woff"); font-weight:400; font-style:normal; font-display:swap}
@font-face{font-family:'Overused Grotesk Light'; src:url(../fonts/OverusedGrotesk/OverusedGrotesk-Light.otf) format("opentype"); font-weight:600; font-style:normal; font-display:swap}
@font-face{font-family:'Overused Grotesk Medium'; src:url(../fonts/OverusedGrotesk/OverusedGrotesk-Medium.otf) format("opentype"); font-weight:600; font-style:normal; font-display:swap}
@font-face{font-family:'Overused Grotesk Bold'; src:url(../fonts/OverusedGrotesk/OverusedGrotesk-Bold.otf) format("opentype"); font-weight:600; font-style:normal; font-display:swap}
@font-face{font-family:'Overused Grotesk Semi-bold'; src:url(../fonts/OverusedGrotesk/OverusedGrotesk-SemiBold.otf) format("opentype"); font-weight:600; font-style:normal; font-display:swap}
@font-face{font-family:'Overused Grotesk Book'; src:url(../fonts/OverusedGrotesk/OverusedGrotesk-Book.otf) format("opentype"); font-weight:600; font-style:normal; font-display:swap}
@font-face{font-family:'The Hamptons'; src:url(../fonts/TheHamptons/OpenType-PS/The%20Hamptons.otf) format("opentype"); font-weight:600; font-style:normal; font-display:swap}
@font-face{font-family:'Williwaw-Book'; src:url(../fonts/Williwaw-Book%203.otf) format("opentype"); font-weight:600; font-style:normal; font-display:swap}
#landing .rz-section-header-title{font-family:'Overused Grotesk Semi-bold'}
.tns-controls button{font-weight:600;transition:all .3s}
.tns-controls button i::before{font-weight:600!important}
.tns-controls button:hover{background:#E51B24;color:#fff}
.site-header .bottom-header{border-bottom:6px solid #B5954F}
.hero-section .rz-rte-wrapper{color:#F9F9F9;font-family:"Cabin",sans-serif;font-weight:600;font-size:28px;line-height:1;text-align:center;position: relative;top: -153px;}
.hero-section .rz-section-header-wrap .d-flex{text-align:center!important;align-items:center!important;row-gap:20px}
.hero-section .rz-section-header-subtitle{color:#fff;font-weight:400;font-size:52px;line-height:50px;font-family: 'Williwaw-Book';}
.hero-section .rz-section-header-title{color:#fff;font-weight:400;font-size:120px !important;line-height:50px;font-family:'The Hamptons'!important;transform:rotateZ(-3deg)}
.hero-section .header-search-wrap{max-width:672px;margin:84px auto 0;}
.hero-section .header-search-wrap input{background-color:#fffffff0;border-radius:60px;color:#333;font-size:17px;line-height:1;font-weight:400;height:77px;padding-left:56px;outline:none;box-shadow:unset;border:1px solid transparent;font-family: 'Overused Grotesk Book';}
.hero-section .header-search-wrap input::placeholder{color:#333}
.hero-section .header-search-wrap form button{border-radius:0;color:#333;margin:0!important;padding:0!important;justify-content:center;transition:all .3s;right:unset!important;left:27px;font-size:15px}
.hero-section .header-search-wrap form button span{display:none!important}
.hero-section .header-search-wrap form button .bi::before{-webkit-text-stroke:1.15px currentcolor}
.rz-qlink {text-align: center;}
.rz-qlink .rz-qlink-img-wrap {max-width: 106px;width: 100%;height: 106px;aspect-ratio: unset;margin: 0 auto;overflow: visible;display: inline-block;display: flex;align-items: center;justify-content: center;}
.rz-qlink .rz-qlink-img-wrap .rz-qlink-img {max-width: 53px;width: 100%;height: 57.86px;top: 50%;left: 50%;transform: translate(-50%, -50%) !important;transition:all .6s;}
.rz-qlink-wrapper .rz-qlink-wrap:nth-child(2) .rz-qlink-img-wrap .rz-qlink-img {max-width: 55.03px;height: 55.03px;}
.rz-qlink-wrapper .rz-qlink-wrap:nth-child(3) .rz-qlink-img-wrap .rz-qlink-img {max-width: 59.25px;height: 58.78px;}
.rz-qlink-wrapper .rz-qlink-wrap:nth-child(4) .rz-qlink-img-wrap .rz-qlink-img {max-width: 82.54px;height: 51.45px;}
.rz-qlink-wrapper .rz-qlink-wrap:nth-child(5) .rz-qlink-img-wrap .rz-qlink-img {max-width: 55.69px;height: 61.78px;}
.rz-qlink-wrapper .rz-qlink-wrap:nth-child(6) .rz-qlink-img-wrap .rz-qlink-img {max-width: 55.03px;height: 64.19px;}
.rz-qlink:hover .rz-qlink-icon{color:#fff!important}
.rz-qlink .rz-qlink-img-wrap::after{content:"";background:#5e491a;position:absolute;opacity:0;right:0;border-radius:50%;width:100%;height:100%;left:0;bottom:-24px;transition:all .6s ease;z-index:-1}
.rz-qlink:hover .rz-qlink-img-wrap::after{opacity:1;bottom:0}
.rz-qlink:hover .rz-qlink-img {filter: brightness(0) saturate(100%) invert(98%) sepia(100%) saturate(35%) hue-rotate(310deg) brightness(107%) contrast(100%);}
.rz-qlink .rz-qlink-img {transform: none !important;}
.rz-qlink .rz-qlink-title{font-weight:600;font-family:'Overused Grotesk Semi-bold';margin-top: 8px !important;}
.qlink-section .rz-rte-element{color:#fff;font-size:20px}
.qlink-section .rz-button-wrap .btn{background-color:#fff;padding:10px 26px;color:#224833;font-size:17px;margin-left:24px;transition:all .3s;font-family:'Overused Grotesk Semi-bold'}
.qlink-section .rz-button-wrap .btn:hover{background-color:#B5954F;color:#fff}
/* .rz-qlink .rz-qlink-icon{color:#78603c!important;position:relative;overflow:visible;transition:all .6s}
.rz-qlink:hover .rz-qlink-icon{color:#fff!important}
.rz-qlink .rz-qlink-icon::after{content:"";background:#5e491a;position:absolute;opacity:0;right:0;border-radius:50%;width:100%;height:100%;left:0;bottom:-24px;transition:all .6s ease;z-index:-1}
.rz-qlink:hover .rz-qlink-icon::after{opacity:1;bottom:0} */
.mayor-section{background-position:bottom right!important;background-size:55% 50%!important;background-repeat:no-repeat}
.mayor-section .rz-rte-element{font-size:19px;color:#000;font-family:'Overused Grotesk Book'}
.services-section .service-btn .btn{color:#fff;border-color:#fff}
.services-section .rz-section-header-title{letter-spacing:.2px;line-height:50px}
.services-section .rz-link-list-wrap{padding:0 20px}
.services-section .list-group-item{padding:13px 0 11px;font-weight:500;position:relative;transition:all .3s;font-family:'Overused Grotesk Medium'}
.services-section .list-group-item::after{content:"\F285";font-family:"bootstrap-icons";color:#fff;font-size:13px;font-weight:900;position:absolute;right:10px;top:50%;transform:translateY(-50%);transition:all .3s}
.services-section .list-group-item::before{content:"\F135";font-family:"bootstrap-icons";color:#FF3514;font-size:26px;font-weight:400;position:absolute;right:20px;top:50%;transform:translateY(-50%);transition:all .6s ease;opacity:0}
.services-section .list-group-item:hover::after{right:13px;opacity:0}
.services-section .list-group-item:hover::before{right:5px;opacity:1}
.services-section .list-group-item:hover span{color:#CFB53C!important}
.counter-section .rz-rte-element{justify-content:center;align-items:center;text-align:center;color:#fff}
.counter-section .rz-button-wrap{justify-content:center;align-items:center;text-align:center}
.counter-section .rz-rte-element p{color:#F9FBE8;font-size:20px;font-family:'Overused Grotesk Book'}
.counter-section .rz-rte-element em{color:#fff;font-size:14px;font-family:'Overused Grotesk Medium'}
.counter-section .rz-single-image-wrap {margin-bottom: 16px;text-align: center;}
.scan-section{background-repeat:no-repeat;background-size:contain!important;background-position:left top!important}
.mbl-gallery .custom-cursor{display:none!important}
.pub-notices-news .rz-button-wrap{justify-content:center}
.mini-calendar-wrap:not(.active){display:none!important}
.rz-mini-events .mini-calendar{background-color:#fff;border-radius:8px;padding:5px 5px 10px;display:block!important;height:100%;position:relative;z-index:1}
.fc-daygrid-body,.fc-col-header{width:100%!important}
table.fc-scrollgrid-sync-table{width:100%!important}
.rz-mini-events .fc-toolbar-title{font-size:20px!important;font-weight:700;line-height:37.6px;color:#fff;text-align:center;text-transform:uppercase}
.rz-mini-events .fc-prev-button,.rz-mini-events .fc-next-button{display:inline-flex;align-items:center;justify-content:center;flex:none;background:none!important;border-color:transparent;padding:0;width:24px;height:24px;border-radius:4px;color:#00404E!important}
.rz-mini-events .fc-prev-button:hover,.rz-mini-events .fc-next-button:hover,.rz-mini-events .fc-prev-button:active,.rz-mini-events .fc-next-button:active,.rz-mini-events .fc-prev-button:focus,.rz-mini-events .fc-next-button:focus,.fc-prev-button:active,.fc-next-button:active{background:none!important}
.fc-prev-button:active,.fc-next-button:active{background-color:transparent!important}
.rz-mini-events .fc-prev-button .fc-icon,.rz-mini-events .fc-next-button .fc-icon{vertical-align:unset;color:#fff}
.rz-mini-events .fc-icon-chevron-left:before{content:"\f053";font-family:'FontAwesome';display:inline-block}
.rz-mini-events .fc-icon-chevron-right:before{content:"\f054";font-family:'FontAwesome';display:inline-block}
.rz-mini-events .fc-button-group button{flex:unset!important;padding:0!important}
.rz-mini-events .fc-toolbar.fc-header-toolbar{margin-bottom:24px}
.rz-mini-events .fc .fc-daygrid-day-top{justify-content:center;background:#ededed}
.rz-mini-events .fc-theme-standard .fc-scrollgrid{border:none;background:none}
.rz-mini-events .fc-scrollgrid-sync-table{background:none}
.rz-mini-events .fc-dayGridMonth-view .fc-daygrid-day-events{display:none}
.rz-mini-events .fc-col-header-cell.fc-day{background-color:#E8E9EE!important}
.rz-mini-events .fc-col-header-cell a{font-size:16px!important;font-weight:700;color:#333;text-decoration:none;margin:0 0 4px;padding:15px 0;line-height:24px;font-family:'Overused Grotesk Semi-bold'}
.rz-mini-events a.fc-daygrid-day-number{font-size:16px;font-weight:400;color:#454545;line-height:24px;text-decoration:none;pointer-events:none;padding:14px 0!important;margin:0;font-weight:400;font-family:'Overused Grotesk Book'}
.rz-mini-events .day-has-event.fc-day-today a.fc-daygrid-day-number{color:#fff;background:none!important}
.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{font-weight:700;display:flex;align-items:center;justify-content:center;width:100%;height:100%;min-height:100%;color:#fff!important;background-color:none}
.rz-mini-events .fc-dayGridMonth-view .fc-day-today .fc-daygrid-day-top a::after{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;background:#333;z-index:-1}
.rz-mini-events .day-has-event .fc-daygrid-day-top a::after{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;background:#224833;z-index:-1}
.rz-mini-events .fc .fc-scrollgrid-section-sticky > *{background:none}
.rz-mini-events .fc-event:hover{color:#000!important}
.rz-mini-events .fc .fc-day-other .fc-daygrid-day-top a{color:#fff;font-weight:400;text-decoration:none}
.rz-mini-events .fc .fc-day-other .fc-daygrid-day-top a::after{background:none}
.rz-mini-events .fc-toolbar-chunk:nth-of-type(1){position:absolute;top:0;left:0;width:100%;display:flex;justify-content:flex-end}
.rz-mini-events .fc-toolbar-chunk:nth-of-type(1) .fc-today-button{margin-right:51px;background:#333!important;padding:0 5px!important;color:#fff!important;border-radius:unset;line-height:1.2;height:24px;display:none;position:absolute;top:67px;z-index:111}
.rz-mini-events .fc-toolbar-chunk:nth-of-type(1) .fc-button-group:nth-of-type(1){position:absolute;left:35px;right:35px;top:20px;display:flex;justify-content:space-between;background:none;gap:4px;color:#fff!important}
.rz-mini-events .fc-toolbar-chunk:nth-of-type(3){width:100%;text-align:center;padding:12px 0;background-color:#333;border-radius:8px 8px 0 0}
.rz-mini-events .fc-toolbar-chunk .fc-dayGridMonth-button{background:#6d87c1!important;padding:0 5px!important;position:absolute;top:67px;right:5px;margin:0;border:none;border-radius:0;height:24px;display:none;z-index:11}
.rz-mini-events .day-has-event .fc-daygrid-day-top a{color:#fff;font-weight:700;display:flex;align-items:center;justify-content:center;width:100%;height:100%;min-height:100%;pointer-events:all}
.rz-mini-events .day-has-event .fc-daygrid-day-top a:hover{opacity:1;text-decoration:none}
.rz-mini-events .fc-toolbar.fc-header-toolbar{margin-bottom:0;display:block;padding:0}
.rz-mini-events .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:16px!important}
.rz-mini-events .cal-event-wrap{background:#E8E9EE;padding:14px 24px;display:flex;height:104px;position:relative;transition:all .3s;flex-direction:column-reverse;border-radius:8px;justify-content:center}
.rz-mini-events .cal-event-wrap:hover{background:#224833}
.rz-mini-events .cal-event-wrap:hover .cal-event-date{color:#fff!important}
.rz-mini-events .cal-event-wrap:hover .cal-event-title{color:#fff}
.mini-events-list .cal-event .cal-event-time{display:none}
.rz-mini-events .mini-events-list .cal-event .cal-event-date{display:none}
.cal-event-date .cal-event-month-short,.cal-event-date .cal-event-start-day-ord,.cal-event-date .cal-event-day{display:none}
.mini-events-list .cal-event .cal-event-title{color:#333;font-size:22px;font-weight:500;line-height:30px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis;width:100%}
.mini-events-list .cal-event .cal-event-desc {display: none}
.calendar-section .cal-image-wrap{display:none}
.calendar-section #cal-tabs {display: flex;gap: 20px;margin-bottom: 28px;}
.calendar-section #cal-tabs button {flex: 1;padding: 24.5px;background-color: #333;border-radius: 8px !important;color: #fff;font-size: 24px;font-weight: 600;font-family:"Nunito Sans",sans-serif;}
.calendar-section #cal-tabs button.active, .calendar-section #cal-tabs button:hover {background-color: #333;color: #fff !important;}
.calendar-section #cal-tabs button.active{outline: 5px auto -webkit-focus-ring-color;}
#cal-tabs{display:flex;gap:20px;position:relative;z-index:2}
#cal-tabs button{border:none;background:transparent;color:#42516D;padding:0;font-size:17px;font-weight:500;text-transform:capitalize;position:relative;line-height:1;justify-content:center;transition:all .3s;font-family:"Cabin",sans-serif}
#cal-tabs button:last-of-type{border-radius:0 4px 0 0}
#cal-tabs button.active{background:transparent;color:#333}
#cal-tabs button:hover:not(.active){color:#333}
.events-section .rz-section-header-subtitle{font-family:'Overused Grotesk Bold'}
.events-section .rz-section-header-title{line-height:57px}
.events-section .rz-mini-events .mini-events-list .row{margin-top:0!important;height:unset!important}
.events-section .rz-mini-events .mini-events-list>div>.rz-element:not(:first-of-type){margin-top:16px!important}
.events-section .rz-mini-events .cal-event-wrap{background:transparent;padding:0;height:445px}
.events-section .rz-mini-events .cal-event-wrap::before{content:"";position:absolute;inset:0;background:linear-gradient(0deg,#10131fe6 0%,#10131f1a 100%);z-index:1}
.events-section .mini-events-list .cal-event .cal-event-time{display:none}
.events-section .mini-events-list .cal-event .cal-image-wrap{position:relative;width:100%;height:445px;overflow:hidden}
.events-section .mini-events-list .cal-event .cal-image-wrap img{width:100%;height:100%;object-fit:cover;display:block}
.events-section .mini-events-list .nav-controls{display:none}
.events-section .tns-ovh{padding:20px 15px;margin:-20px -15px}
.events-section .mini-events-list .tiny-carousel{padding-bottom:0}
.events-section .mini-events-list .cal-event .cal-event-info{position:relative}
.events-section .rz-mini-events .mini-events-list .cal-event .cal-event-date{color:#333;margin-top:10px;font-size:17px;font-weight:600}
.events-section .cal-event-date .cal-event-month-short,.cal-event-date .cal-event-start-day-ord,.cal-event-date .cal-event-day{display:none}
.events-section .mini-events-list .cal-event .cal-event-title{font-family:"Cabin",sans-serif;color:#fff;font-size:24px;font-weight:600;z-index:2;line-height:30px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis;width:fit-content;position:absolute;bottom:30px;left:20px;transition:all .3s}
.events-section .mini-events-list .cal-event .cal-event-title:hover{color:#c32644}
.news-section .rz-section-header-text{font-family:'Overused Grotesk Book'}
.rz-news-card[data-card-layout="stacked"]{border-radius:0;border:none;box-shadow:0 5px 14px 0 #06163a1a;transition:all .3s}
.rz-news-card[data-card-layout="stacked"] .rz-card-img-wrap{aspect-ratio:16/11.78;position:relative;border-radius:0}
.rz-news-card[data-card-layout="stacked"] .rz-card-img:hover{opacity:.9!important}
.rz-news-card[data-card-layout="stacked"] .rz-card-img{transform:none}
.rz-news-card[data-card-layout="stacked"] .rz-card-body{padding:0 15px 33px 25px;gap:16px!important;border-radius:0;transition:all .3s}
.rz-news-card .rz-card-date{padding:0 10px;font-size:16px;font-weight:700;background:#333;border-radius:0;color:#fff;position:relative;top:-16px;text-transform:capitalize;line-height:32px;transition:all .3s;font-family:"Cabin",sans-serif}
.rz-news-card .rz-card-date .news-published-text,.rz-news-card .rz-card-date .news-date-month-short{display:none}
.rz-news-card .rz-card-title{font-size:24px;font-weight:500;color:#333;line-height:30px;transition:all .3s;font-family:'Overused Grotesk Medium'}
.rz-news-card .rz-card-text{color:#fff;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden;text-overflow:ellipsis;transition:all .3s}
.rz-news-card[data-card-layout="stacked"] .rz-card-actions{display:flex;margin-top:0!important}
.rz-news-card .rz-news-button{font-size:16px;font-weight:400;background:none;padding:0;color:#333!important;border:none;line-height:24px;border-radius:0}
.rz-news-card button i::before{font-size:12px;content:'\f061';font-family:"FontAwesome"!important;color:#333;font-weight:700!important;margin:0 0 5px 5px}
.news-section .tns-ovh{padding:20px 15px;margin:-20px -15px}
.news-section .rz-news-card-wrapper .tiny-carousel{padding-bottom:0}
.news-section .rz-news-card-wrapper .nav-controls{display:none}
.rz-news-card[data-card-image="false"] .rz-card-body{margin-bottom:unset;padding-top:24px}
.rz-news-card[data-card-image="false"] .rz-card-date{top:0}
.rz-news-card[data-card-image="true"] .rz-card-body{margin:0}
.pub-notices-news .rz-news-card-wrapper{padding:30px 40px;background:#fff}
.pub-notices-news .rz-news-card[data-card-layout="stacked"]{background:none;box-shadow:unset;border-bottom:1px solid #ddd}
.pub-notices-news .rz-card-wrap:last-child .rz-news-card[data-card-layout="stacked"]{border-bottom:none}
.pub-notices-news .rz-news-card .rz-card-date{top:0}
.pub-notices-news .rz-news-card[data-card-layout="stacked"] .rz-card-body{flex-direction:column-reverse;padding:15px 0}
.pub-notices-news .rz-news-card .rz-card-title{font-size:17px;font-family:'Overused Grotesk Medium'}
.pub-notices-news .rz-news-card .rz-card-date{background:none;padding:0;font-size:16px;color:#9B9B9B;font-weight:400;line-height:normal;font-family:'Overused Grotesk Book'}
.pub-notices-news .rz-news-card .rz-news-button-text,.pub-notices-news .rz-news-card .rz-news-button i{display:none}
.council-section .rz-section-header-text{font-family:'Overused Grotesk Book'}
.council-section .rz-staffmember-card .staffmember-avatar-position{flex-direction:column;align-items:flex-start!important}
.council-section .rz-staffmember-card .avatar-img{width:100%!important;min-height:315px;border-radius:0}
.council-section .staffmember-name p{font-size:22px;line-height:1.2;color:#333;font-weight:500;margin-bottom:5px;font-family:"Cabin",sans-serif}
.council-section .rz-staffmember-card>.d-flex{gap:6px!important}
.council-section .staffmember-bio p{font-size:17px;color:#8d8d8d;font-weight:600;line-height:24px;margin-bottom:16px;font-family:"Nunito Sans",sans-serif}
.council-section .staffmember-bio::after{content:"";width:40px;height:1px;background:#e5e5e9;display:block;margin-top:13px}
.council-section .staffmember-contact a{color:#333;font-size:15px;font-family:"Nunito Sans",sans-serif;text-decoration:none}
.council-section .staffmember-contact a i{font-size:15px}
.council-section .rz-staffmember-card-wrapper .tns-controls{display:none}
.council-section .rz-staffmember-card-wrapper .tns-nav button.tns-nav-active::after{background:#ff3514!important;transition:none}
.freeform-fullwidth .col-post-wrap{flex-basis:1650px;min-height:auto}
.rz-slider-wrapper .rz-slider-caption{align-items:center!important}
.rz-slider-wrapper .rz-slider-caption-wrap h1{color:#fff;font-size:52px;font-weight:600;margin-bottom:0;position:relative;font-family:'Overused Grotesk Semi-bold'}
.rz-slider-wrapper .rz-slider-caption-wrap h1::after{position:absolute;content:"";background-color:#CFB53C;width:91px;height:2px;left:50%;transform:translateX(-50%);bottom:-16px}
.breadcrumb li{font-size:16px;font-weight:600}
.breadcrumb li a{font-weight:400}
.col-side .rz-element-wrapper + .rz-element-wrapper{margin-top:32px}
.col-side .rz-module-header{padding:0;color:#070606;font-size:30px;font-weight:500;margin-bottom:16px;font-family:'Overused Grotesk Medium'}
.col-side .staffmember-avatar-position{flex-direction:column;align-items:center!important;gap:24px!important;text-align:center}
.col-side .staffmember-dept div{justify-content:center}
.col-side .staffmember-avatar{max-width:128px;width:100%}
.col-side .staffmember-avatar .avatar-img{width:100%!important;height:128px;border-radius:8px}
.col-side .staffmember-position-name{display:flex;flex-direction:column-reverse;margin-bottom:8px}
.col-side .staffmember-name p{color:#1A1A1A;font-size:18px;font-weight:700}
.col-side .staffmember-position p{color:#4D4D4D;line-height:26.4px;margin-top:4px!important}
.col-side .staffmember-location div{justify-content:center}
.col-side .staffmember-location a,.col-side .staffmember-contact a{color:#1A1A1A;font-size:14px;font-weight:400;text-decoration:none}
.col-side .staffmember-info{gap:0!important}
.col-side .staffmember-contact{gap:0!important}
.col-side .staffmember-contact a{margin-top:24px;justify-content:center}
.col-side .staffmember-location a i{color:#224833;font-size:17px;max-width:24px;width:100%;display:flex;align-items:center;justify-content:center}
.col-side .staffmember-contact a .rz-btn-icon,.col-side .staffmember-contact a .fa-envelope{color:#224833}
.col-side .staffmember-contact a .fa-envelope:before{font-size:19px}
.col-side .staffmember-bio{margin-top:24px;text-align:center}
.col-side .rz-rte-element{text-align:center;font-family:'Overused Grotesk Book'}
.col-side .rz-rte-element h1,.col-side .rz-rte-element h2,.col-side .rz-rte-element h3,.col-side .rz-rte-element h4,.col-side .rz-rte-element h5,.col-side .rz-rte-element h6{font-family:'Overused Grotesk Semi-bold';font-size:26px}
.col-side .rz-rte-element h2 span{font-family:'Overused Grotesk Medium'!important}
.col-side .rz-hours-of-op-wrapper .rz-module-header{margin-bottom:18px}
.col-side .hours-of-op-table .day-cell{border:none;color:#4D4D4D;font-size:14px;font-weight:700;text-transform:uppercase;padding:10px 0}
.col-side .hours-of-op-table .hours-cell{border:none;color:#1A1A1A;font-size:14px;padding:10px 0}
.col-side .list-group .list-group-item{gap:12px!important;background:#fff!important;padding:16px;margin-bottom:8px;gap:8px!important;border:none;border-radius:8px;color:#1A1A1A;font-size:14px}
.col-side .list-group .list-group-item:hover{color:#fff;background:#224833!important}
.col-side .list-group .list-group-item i{color:#224833;font-size:20px;transition:all .3s}
.col-side .list-group .list-group-item:hover i{color:#fff}
.col-side .list-group .list-group-item span{margin-left:6px}
.chatbot-section{height:0}
#scrollTopBtn{position:fixed;bottom:43px;right:20px;display:none;background-color:#cfb53c;border:none;outline:none;border-radius:4px;color:#fff;width:30px;height:30px;z-index:10}
.site-footer .footer-logo{width:75px}
.site-footer .top-footer{border-bottom:1px solid #8DA096B8}
.site-footer .top-link-wrap .list-group{flex-direction:row}
.site-footer .top-link-wrap .list-group-item{padding:5px 12px;width:inherit}
.site-footer .footer-social-btn .btn{background:#fff;color:#132244;padding:4px 9px;border-radius:50%}
.site-footer .list-group-item:hover span{color:#CFB53C!important}
.site-footer .rz-module-header{color:#fff;font-size:24px;font-weight:600;line-height:40px;padding-bottom:8px;position:relative;font-family:'Overused Grotesk Semi-bold'}
.site-footer .hour-details .rz-module-header{color:#fff;font-size:17px;font-weight:400;line-height:22px;padding-bottom:3px;font-family:'Overused Grotesk Light'}
.site-footer .address-col-wrap{position:relative}
.site-footer .address-col-wrap::before{content:"";background-image:url(https://builder1.revize.com/revize/englewoodcliffsnj/website_assets/fooer-address-bg.png?t=202603161236270);position:absolute;inset:0;background-repeat:no-repeat;background-position:center;opacity:.14;width:100%;height:100%;top:0;bottom:0;background-size:100% 80%}
.site-footer .hour-details .rz-module-header i{color:#CFB53C;font-size: 15px;}
.site-footer .list-group-item{border:none;padding:5px 0;transition:all .3s;font-family:'Overused Grotesk Medium'}
.site-footer .rz-rte-element{color:#A8D5C0;font-size:17px;font-family:'Overused Grotesk Medium'}
.site-footer .rz-address-wrapper .btn{padding:0;font-size:17px;font-weight:500;color:#A8D5C0;margin-top:24px;font-family:'Overused Grotesk Medium'}
.site-footer .rz-address-wrapper .btn i{display:none}
#post .rz-rte-element strong {font-family:'Overused Grotesk Bold';}
@media (min-width: 992px) and (max-width: 1400px) {
.site-header .rz-row-block.opt_row_columns_7{grid-template-columns:375px auto 213px!important}
.video-background-controls{bottom:7rem}
}
@media (min-width: 992px) and (max-width: 1300px) {
.site-header .rz-row-block.opt_row_columns_7{grid-template-columns:284px auto 213px!important}
.site-header .logo-section{margin-bottom:-19px}
.site-header .main-logo-image{width:107px}
.site-header .logo-wrap{gap:16px!important}
.logo-text-img img{width:160px!important}
.site-header #nav>li>a{padding:0 12px}
}
@media (min-width: 992px) and (max-width: 1200px) {
.site-header .rz-row-block.opt_row_columns_7{grid-template-columns:194px auto 198px!important}
.site-header .logo-section{margin-bottom:0}
.site-header .main-logo-image{width:76px}
.logo-text-img img{width:100px!important}
.site-header #nav>li>a{padding:0 8px;font-size:15px}
}
@media only screen and (min-width:992px) {
.site-header .logo-wrap{gap:35px}
.site-header .call-btn .rz-btn-icon{color:#BFA738;font-size:0}
.site-header .call-btn .rz-btn-icon::before {content: "\F5B8";font-family: "Bootstrap-icons";font-size: 18px;}
.site-header .call-btn .btn{color:#EEE;font-size:15px;font-family:'Overused Grotesk Book';}
.site-header .top-header .rz-rte-wrapper{display:flex;color:#EEE;margin-left:38px}
.site-header .top-header .rz-rte-element{font-size:15px;font-family:'Overused Grotesk Book';}
.site-header .top-header .rz-module-header i{color:#BFA738;margin-right:8px;font-size:18px}
.site-header .header-search-toggle .search-toggle{color:#EEE;width:20px;height:20px;justify-content:center;padding:0!important}
.site-header .header-search-toggle .vr{display:none}
.site-header .report-btn .btn{color:#fff;border-color:#fff;padding:10px 26px}
.site-header .report-btn .btn:hover{color:#fff;border-color:#FF3514;background:#FF3514}
.site-header #nav>li>a, .site-header #nav>li>span{border-radius:24px;box-shadow:unset !important;outline:none !important;font-family:'Overused Grotesk Light';}
#nav .dropdown-toggle:after{font-size:14px}
#nav>li:hover .dropdown-toggle:after{content:"\F282"!important;transform:rotate(0deg)!important}
.site-header #nav ul.make-mega{background:#224833;border:none!important;border-radius:30px}
#nav ul.make-mega ul{margin:4px 0 4px}
#nav .mega-wrap-inner ul{padding-left:10px!important}
#nav ul li a:not(.mega-button-link):not(.dropdown-header),#nav ul li:not(.make-mega) span{font-weight:600;line-height:30px;margin-bottom:9px;padding-left:0;font-family:'Overused Grotesk Medium'}
#nav ul li a:not(.mega-button-link):not(.dropdown-header):hover,#nav ul li:not(.make-mega) span:hover{background:none;color:#CFB53C}
#nav .mega-wrap-inner li li a:not(.fa):not(.dropdown-header),#nav .mega-wrap-inner li li span:not(.fa){font-size:16px;font-weight:400;line-height:24px;margin-bottom:7px;padding: 0;position:relative;font-family:'Overused Grotesk Light'}
#nav .mega-wrap-inner li li a:not(.fa):not(.dropdown-header)::before,#nav .mega-wrap-inner li li span:not(.fa)::before{content:"\f105";font-family:"FontAwesome";color:#fff;font-size:12px;margin-right:9px}
.site-header .dropdown-header-item,.nav-border{display:none!important}
.col-side #submenu li>a{color:#333;font-size:17px;font-weight:500;position:relative;font-family:'Overused Grotesk Medium'}
.col-side #submenu li:hover>a{background-color:#fff;box-shadow:0 10px 40px 0 #06163a0d}
.col-side #submenu li>a:not(.dropdown-toggle)::before{content:"";width:100%;height:1px;background:#fff;opacity:0;position:absolute;top:-1px;left:0}
.col-side #submenu li>a:not(.dropdown-toggle)::after{content:"";width:100%;height:1px;background:#fff;opacity:0;position:absolute;bottom:-1px;left:0}
.col-side #submenu li:hover>a::before,.col-side #submenu li:hover>a::after{opacity:1}
.rz-slider-wrapper .rz-slider-caption-title{margin-top:100px}
.news-section .rz-news-card-wrapper .tns-controls{left:15px;right:15px;transition:all .3s;opacity:0}
.news-section .tns-outer:hover .tns-controls{left:0;right:0;opacity:1}
.events-section .mini-events-list .tns-controls{left:15px;right:15px;transition:all .3s;opacity:0}
.events-section .tns-outer:hover .tns-controls{left:0;right:0;opacity:1}
.site-header .bottom-header{margin-top:-1px;height:105.55px;display:flex;align-items:center}
.site-header-wrap{position:relative;transition:all .3s ease}
.site-header-wrap.header-sticky{position:fixed;top:-100px;left:0;width:100%;z-index:999;animation:slideDown .4s forwards}
.site-header-wrap.header-sticky .logo-section{margin-bottom:0}
.site-header-wrap.header-sticky .main-logo-image{width:80px}
.site-footer .top-link-wrap .list-group-item{margin-left:24px}
.calendar-section .mini-events-list{margin-top:5px}
.hour-details .rz-rte-element {padding-left: 24px;}
.calendar-section .calendar-col .rz-button-wrapper {width: calc(50% - 12px);margin-left: auto !important;}
@keyframes slideDown {
from{top:-100px}
to{top:0}
}
}
@media only screen and (max-width:991px) {
.site-header .rz-single-image{display:none}
.main-logo-image img{max-height:4.25rem}
.top-header{display:none}
.hero-section .rz-rte-wrapper{font-size:22px;top:-80px}
.hero-section .header-search-wrap{margin-top:44px}
.hero-section .rz-section-header-wrap{justify-content:center}
.hero-section .rz-section-header-wrap .d-flex{row-gap:10px}
.hero-section .header-search-wrap input{height:55px}
.hero-section .rz-section-header-subtitle{font-size:45px;line-height:1}
.hero-section .rz-section-header-title{font-size:64px!important;line-height:50px}
.qlink-section .qlink-wrapper{margin-top:0!important}
.qlink-section .rz-rte-element{text-align:center;font-size:16px}
.qlink-section .rz-button-wrap .btn{margin-left:0;margin-top:20px}
.events-section .events-header{margin-bottom:24px!important}
#cal-tabs{margin-top:24px}
.qlink-section .qlink-about-content{padding:0!important}
.mayor-section{background-position:bottom left!important;background-size:100% 50%!important}
.scan-section{display:none}
.mayor-section .rz-rte-element{font-size:16px}
.services-section .rz-section-header-title{font-size:26px!important;line-height:34px}
.council-section .nav-controls{right:unset!important;transform:translateX(-50%);left:50%;bottom:-15px!important}
.news-section .rz-section-header-wrapper .d-flex,.events-section .rz-section-header-wrapper .d-flex{align-items:center!important;text-align:center!important}
.news-section .news-section-btn{margin-top:24px}
.rz-news-card[data-card-layout="stacked"] .rz-card-body{padding:0 16px 24px}
.rz-news-card .rz-card-date{top:260px}
.news-section .rz-news-card-wrapper .tns-controls,.events-section .mini-events-list .tns-controls{left:10px;right:10px;transition:all .3s;justify-content:space-between;transform:translateY(-50%);bottom:50%}
.pub-notices-news .rz-news-card-wrapper{padding:30px 0}
.rz-slider-wrapper .rz-slider-caption-wrap h1{font-size:38px}
.rz-mini-events .fc-toolbar-chunk:nth-of-type(1) .fc-button-group:nth-of-type(1){left:16px;right:16px}
.site-footer .top-link-wrap,.site-footer .footer-logo{display:none}
.site-footer .rz-rte-element{font-size:20px}
.site-footer .list-group-item,.site-footer .hour-details .rz-module-header{justify-content:center}
.site-footer .footer-update-content .rz-rte-wrapper{display:flex;flex-direction:column;align-items:center;text-align:center}
.site-footer .rz-address-wrapper .btn{text-align:center!important}
.offcanvasHeaderItems-offcanvas-body .report-btn .btn,.offcanvasHeaderItems-offcanvas-body .call-btn .btn{background:#224833;color:#fff!important;padding:10px 16px!important}
.breadcrumb{padding:0 16px}
}
@media only screen and (max-width:767px) {
.hero-section .header-search-wrap{margin-top:30px}
.hero-section .rz-section-header-subtitle{font-size:23px;line-height:23px}
.hero-section .rz-section-header-title{font-size:36px!important;line-height:33px}
.rz-mini-events .fc-toolbar-title{font-size:20px!important;line-height:29.6px}
.rz-mini-events .fc-toolbar-chunk:nth-of-type(3){padding:16px 0}
.mini-events-list .cal-event .cal-event-title{font-size:17px;line-height:24px;-webkit-line-clamp:2}
.rz-mini-events .mini-events-list .cal-event .cal-event-date{font-size:14px}
.council-section .rz-staffmember-card .staffmember-avatar{width:100%}
.mayor-section{background-size:100% 25%!important}
}
