



@import url('https://fonts.googleapis.com/css2?family=Commissioner:wght@100..900&family=PT+Sans+Narrow:wght@400;700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
:root,
[data-bs-theme=light] {
	--bs-primary: #152636;
	--bs-secondary: #c5b358;
	--bs-primary-rgb: 21, 38, 54;
	--bs-secondary-rgb: 197, 179, 88;
	--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: "Commissioner", sans-serif;
	--bs-body-font-size: 1rem;
	--bs-body-font-weight: 400;
	--bs-body-line-height: 1.5;
	--bs-body-color: #000000;
	--bs-body-color-rgb: 0,0,0;
	--bs-body-bg: #d6e3f3;
	--bs-body-bg-rgb: 214, 227, 243;
	--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: "PT Sans Narrow", sans-serif;
	--bs-headers-font-weight: 700;
	--rz-container-width: 1214px;
	--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(21, 38, 54, 0.05);
	--userway-color: #152636;
	--rz-header-width: ;
}

h1,.h1{font-size: min(56px, 7vw); color:var(--bs-body)}
h2,.h2{font-size: min(48px, 6.2vw); color:var(--bs-body)}
h3,.h3{font-size: min(40px, 5.4vw); color:var(--bs-body)}
h4,.h4{font-size: min(32px, 4.8vw); color:var(--bs-body)}
h5,.h5{font-size: min(24px, 4.4vw); color:var(--bs-body)}
h6,.h6{font-size: min(20px, 4.2vw); color:var(--bs-body)}

a {
	color: #0055FF;
}

a:hover{
	color: var(--rz-links-color)
}

.btn {
	--bs-btn-border-width: var(--bs-border-width);
}

/* buttons */
.btn:not(.btn-link):not(.builder-btn):not(.btn-sm):not(.btn-lg):not(.dropdown .btn):not(#ics-view-export):not(.modal-action-buttons .btn):not(.rz-brand-footer .btn):not(.agendalist-links .btn):not(#agendaClear.btn):not(.offcanvasHeaderItems-offcanvas-body .btn),.rz-form-builder-wrapper [type="submit"] {
	--bs-btn-padding-x: 20px;
	--bs-btn-padding-y: 8px;
	--bs-btn-font-family: "Commissioner", sans-serif;
	--bs-btn-font-size: 16px;
	--bs-btn-font-weight: 400;
	--bs-btn-line-height: 1.5;
	--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: #FFFFFF;
	--bs-btn-bg: #152636;
	--bs-btn-border-color: #6c757d;
	--bs-btn-hover-color: #152636;
	--bs-btn-hover-bg: #c5b358;
	--bs-btn-hover-border-color: #00000000;
	--bs-btn-active-color: #152636;
	--bs-btn-active-bg: #c5b358;
	--bs-btn-active-border-color: #00000000;
	--bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-primary-rgb), .5);
}

.btn-outline-primary{
	--bs-btn-color: #152636;
	--bs-btn-bg: transparent;
	--bs-btn-border-color: #152636;
	--bs-btn-hover-color: #152636;
	--bs-btn-hover-bg: #c5b358;
	--bs-btn-hover-border-color: #00000000;
	--bs-btn-active-color: #152636;
	--bs-btn-active-bg: #c5b358;
	--bs-btn-active-border-color: #00000000;
	--bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-primary-rgb), .5);	
}

.btn-secondary {
	--bs-btn-color: #FFFFFF;
	--bs-btn-bg: #152636;
	--bs-btn-border-color: #152636;
	--bs-btn-hover-color: #152636;
	--bs-btn-hover-bg: #ffffff00;
	--bs-btn-hover-border-color: #152636;
	--bs-btn-active-color: #152636;
	--bs-btn-active-bg: #ffffff00;
	--bs-btn-active-border-color: #152636;
	--bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-secondary-rgb), .5);
}

.btn-outline-secondary {
	--bs-btn-color: #152636;
	--bs-btn-bg: transparent;
	--bs-btn-border-color: #152636;
	--bs-btn-hover-color: #152636;
	--bs-btn-hover-bg: #ffffff00;
	--bs-btn-hover-border-color: #152636;
	--bs-btn-active-color: #152636;
	--bs-btn-active-bg: #ffffff00;
	--bs-btn-active-border-color: #152636;
	--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: #152636;
	--bs-btn-bg: #C5B358;
	--bs-btn-border-color: #C5B358;
	--bs-btn-border-radius: var(--bs-border-radius);
	--bs-btn-hover-border-color: #C5B358;
	--bs-btn-box-shadow: none;
	--bs-btn-hover-color: #152636;
	--bs-btn-hover-bg: #ffffff;
	--bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-custom-rgb), .5);
}

.btn.btn-custom a{
	--bs-btn-color: #152636;
	color: #152636;
}

.btn.btn-custom:hover a{
	--bs-btn-hover-color: #152636;
	color: #152636;
}

.btn.btn-link {
	--bs-btn-color: var(--bs-primary);
	--bs-btn-hover-color: var(--bs-primary);
	--bs-btn-active-color: var(--bs-primary);
	--bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-primary-rgb), .5);
}

/* buttons that are generated from rte */
.btn-primary a{
	color:#FFFFFF;
} 
.btn.btn-primary:hover a{
	color:#152636;
}
.btn.btn-secondary:hover a{
	color:#152636;
}
.btn.btn-custom:hover a{
	color:#152636;
}

/* freeform page */
#freeform {
	--rz-freeform-content-padding: 64px 0;
	--rz-freeform-content-bg: #00000000;
	--rz-left-col-width: 350px;
	--rz-left-col-padding: 0;
	--rz-left-col-margin: 0;
	--rz-left-col-bg: #00000000;
	--rz-freeform-left-col-fill-bg: transparent;
	--rz-right-col-width: 914px;
	--rz-freeform-right-col-fill-bg: #ffffff00;
	--rz-freeform-post-padding: 0 0 0 3rem;
	--rz-freeform-post-bg: #ffffff00;
}

.rz-slider-wrapper {
	--rz-slider-height: 400px;
	--rz-slider-bg: #000000;
	--rz-slider-caption-color: #FFFFFF;
	--rz-slider-caption-width: 1244px;
}
.rz-slider .rz-slider-bg-overlay{
	background: 0;
}
@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: #000000;
		--rz-submenu-border-radius: 0;
		--rz-submenu-font-size: 16px;
		--rz-submenu-item-padding: 8px 12px;
		--rz-submenu-item-color: #000000;
		--rz-submenu-item-bg: #00000000;
		--rz-submenu-item-border: 0;
	}
	[data-style="horizontal"] #submenu {
		--rz-submenu-padding: 0;
		--rz-submenu-margin: 0;
		--rz-submenu-bg: transparent;
		--rz-submenu-border: ;
		--rz-submenu-color: #000000;
		--rz-submenu-border-radius: 0;
		--rz-submenu-font-size: 16px;
		--rz-submenu-item-padding: 8px 12px;
		--rz-submenu-item-color: #000000;
		--rz-submenu-item-bg: #00000000;
		--rz-submenu-item-border: 0;
	}
}

.submenu-header,.col-side-wrap .rz-module-header {
	--rz-submenu-title-padding: 0;
	--rz-submenu-title-bg: ;
	--rz-submenu-title-font-color: #152636;
}

.submenu-header,.rz-module-header {
	--rz-submenu-title-font-size: 20px;
}

.breadcrumb {
	--bs-breadcrumb-padding-x: 0;
	--bs-breadcrumb-padding-y: 0;
	--bs-breadcrumb-margin-bottom: 0;
	--bs-breadcrumb-bg: #ffffff00;
	--bs-breadcrumb-border-radius: ;
	--bs-breadcrumb-divider-color: #000;
	--bs-breadcrumb-item-padding-x: 0.5rem;
	--bs-breadcrumb-item-active-color: #000;
	--bs-breadcrumb-link-color: #000;
	--bs-breadcrumb-divider: '\203A';
}

/* main site header */
.site-header-wrap {
	--rz-header-position: 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: 244px;
	--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: 0;
	--rz-nav-border-left-width: 0px;
	--rz-nav-padding-top: 0rem;
	--rz-nav-padding-right: 0rem;
	--rz-nav-padding-bottom: 0;
	--rz-nav-padding-left: 0rem;
	--rz-nav-margin-top: 0rem;
	--rz-nav-margin-right: 0rem;
	--rz-nav-margin-bottom: 0rem;
	--rz-nav-margin-left: 0rem;
	--rz-nav-link-color: #000000;
	--rz-nav-link-hover-color: #003160;
	--rz-nav-link-hover-bg-color: rgba(0, 0, 0, 0);
	--rz-nav-link-padding-x: 1rem;
	--rz-nav-link-padding-y: 1.44rem;
	--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: #ffffff;
	--rz-nav-mega-second-child-link-color: #ffffff;
	--rz-nav-mega-column-count: 3;
	--rz-nav-mega-padding-y: 32px;
	--rz-nav-mega-padding-x: 64px;
	--rz-nav-font-size: 1rem;
	--rz-nav-font-weight: 700;
	--rz-nav-dropdown-font-size: 20px;
	--rz-nav-dropdown-bg-color: #152636;
	--rz-nav-dropdown-bg-link-color: #f5f5f5;
	--rz-nav-dropdown-border-radius: 0 0 12px 12px;
	--rz-nav-mega-second-child-font-size: .85rem;
	/* mobile header options */
	--rz-header-bg-color-mobile: #FFFFFF;
	--rz-header-icons-color-mobile: #000000;
	--rz-scroll-header-bg-color-mobile: #FFFFFF;
	--rz-scroll-header-icons-color-mobile: #000000;
	/* header options  */
	/* only used if inner page has no slider */
	--rz-header-height: 131px;
}

/* footer */
.site-footer-wrap {
	--rz-logo-width: 244px;
}

@media only screen and (min-width:992px) {
	[data-header-left="true"] .site-header-wrap {
		width:;
		flex-basis:;
	}

	#nav .make-mega {
		--rz-mega-width: 800px;
	}

	.tiny-carousel-wrap {
		--rz-carousel-controls-height: 32px;
		--rz-carousel-controls-width: 32px;
		--rz-carousel-controls-font-size: 1rem;
		--rz-carousel-play-button-font-size: calc(var(--rz-carousel-controls-font-size) * 0.85);
		--rz-carousel-play-button-width: calc(var(--rz-carousel-controls-width) - 4px);
		--rz-carousel-play-button-height: calc(var(--rz-carousel-controls-height) - 4px);
		/* 	dots */
		--rz-carousel-nav-buttons-padding: 0 0;
		--rz-carousel-nav-button-width: clamp(8px, calc(var(--rz-carousel-controls-width) / 6), 20px);
		--rz-carousel-nav-button-height: clamp(8px, calc(var(--rz-carousel-controls-width) / 6), 20px);
		--rz-carousel-nav-button-active-width: clamp(18px, calc(var(--rz-carousel-controls-width) / 2), 30px);
		--rz-carousel-nav-button-margin: 0 4px;
		/* play and dots container	 */
		--rz-carousel-nav-controls-padding: 4px 4px 4px calc(var(--rz-carousel-controls-height) / 3);
	}

	.hero-wrap {
	--hero-height: 800px;
	}
	
	.hero-wrap .hero-caption-wrap{
	width:1244px
	}
	
	.hero-wrap {
		--rz-carousel-controls-height: 64px;
		--rz-carousel-controls-width: 64px;
		--rz-carousel-controls-font-size: 1.5rem;
	}

	.hero-wrap {
		--rz-carousel-play-button-font-size: var(--rz-carousel-controls-font-size);
		--rz-carousel-play-button-width: calc(var(--rz-carousel-controls-height) - 4px);
		--rz-carousel-nav-button-active-width: 32px;
		--rz-carousel-nav-controls-padding: 4px 4px 4px 16px;
	}
	.hero .tns-nav button{
		--rz-carousel-nav-button-width: 12px;
		--rz-carousel-nav-button-height: 12px;
	}

}

.tiny-carousel-wrap {
	/* 	arrows */
	--bs-gutter-x: 1.5rem;
	--rz-carousel-controls-bg: rgba(255, 255, 255, 1);
	--rz-carousel-controls-border-radius: 100px;
	--rz-carousel-controls-color: var(--bs-dark);
	--rz-carousel-controls-border: ;
	--rz-carousel-controls-box-shadow: var(--bs-box-shadow);
	/* 	play button */
	--rz-carousel-play-button-bg: #f1f1f1;
	--rz-carousel-play-button-border-radius: var(--rz-carousel-controls-border-radius);
	--rz-carousel-play-button-color: var(--rz-carousel-controls-color) !important;
	/* 	dots */
	--rz-carousel-nav-buttons-border-radius: 0;
	--rz-carousel-nav-buttons-border: ;
	--rz-carousel-nav-button-border-radius: 100px;
	--rz-carousel-nav-button-border: ;
	--rz-carousel-nav-button-bg: var(--bs-secondary);
	--rz-carousel-nav-button-active-bg: var(--bs-primary);
	/* play and dots container	 */
	--rz-carousel-nav-controls-bg: #FFFFFF;
	--rz-carousel-nav-controls-border-radius: 100px;
	--rz-carousel-nav-controls-border: var(--rz-carousel-controls-border);
}

/* Modules */
/* hero */
.hero-wrap {
	--bs-gutter-x: 1.5rem;
	--hero-bg-color: #000;
	--rz-carousel-controls-bg: rgba(255, 255, 255, 1);
	--rz-carousel-controls-border-radius: 100px;
	--rz-carousel-controls-color: #000;
	--rz-carousel-controls-border: ;
	--rz-carousel-controls-box-shadow: var(--bs-box-shadow);
	--rz-carousel-play-button-bg: #f1f1f1;
	--rz-carousel-play-button-border-radius: var(--rz-carousel-controls-border-radius);
	--rz-carousel-play-button-color: #000;
	--rz-carousel-play-button-height: calc(var(--rz-carousel-controls-width) - 4px);
	--rz-carousel-nav-buttons-padding: 0 0;
	--rz-carousel-nav-buttons-border-radius: 0;
	--rz-carousel-nav-buttons-border: ;
	--rz-carousel-nav-button-border-radius: 100px;
	--rz-carousel-nav-button-margin: 0 4px;
	--rz-carousel-nav-button-border: ;
	--rz-carousel-nav-button-bg: #999;
	--rz-carousel-nav-button-active-bg: #000;
	--rz-carousel-nav-controls-bg: #fff;
	--rz-carousel-nav-controls-border-radius: 100px;
	--rz-carousel-nav-controls-border: 1px solid var(--bs-border-color);
}

/* Staff Directory */
.rz-staff-directory-card {
	--rz-staff-directory-card-padding: 1rem;
	--rz-staff-directory-card-inner-padding-y: 0 0 1rem;
	--rz-staff-directory-card-inner-padding-x: 0;
	--rz-staff-directory-card-content-padding-x: 1rem;
	--rz-staff-directory-card-bg-color: #ffffff;
	--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: 36px 24px;
	--rz-qlink-body-padding: 0;
	--rz-qlink-title-font-size: 22px;
	--rz-qlink-text-font-size: 16px;
	--rz-qlink-title-color: #fff;
	--rz-qlink-text-color: #fff;
	--rz-qlink-color: #fff;
	--rz-qlink-bg: #152636;
	--rz-qlink-border-color: #ccc;
	--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: 48px;
	--rz-qlink-icon-height: 48px;
	--rz-qlink-icon-bg-color: #00000000;
	--rz-qlink-icon-color: #c5b358;
	--rz-qlink-icon-border-color: #00000000;
	--rz-qlink-icon-border-width: 0;
	--rz-qlink-icon-border-radius: 0;
	--rz-qlink-icon-font-size: 2rem;
	--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: #ffffff;
}

.rz-tile-wrapper {
	--rz-tile-padding: 0;
	--rz-tile-body-wrap-padding: 20px;
	--rz-tile-body-padding: 0;
	--rz-tile-title-font-size: 20px;
	--rz-tile-text-font-size: 16px;
	--rz-tile-title-color: #fff;
	--rz-tile-text-color: #fff;
	--rz-tile-color: #fff;
	--rz-tile-bg: #fff;
	--rz-tile-border-color: var(--bs-border-color);
	--rz-tile-border-radius: var(--bs-border-radius);
	--rz-tile-border-width: var(--bs-border-width);
	--rz-tile-img-height: 300px;
	--rz-tile-img-aspect-ratio: 16 / 9;
	--rz-tile-img-overlay-color: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.8) 100%);
	--rz-tile-icon-width: 80px;
	--rz-tile-icon-height: 80px;
	--rz-tile-icon-bg-color: #f5f5f5;
	--rz-tile-icon-color: #000;
	--rz-tile-icon-border-color: var(--bs-border-color);
	--rz-tile-icon-border-width: 1px;
	--rz-tile-icon-border-radius: 100px;
	--rz-tile-icon-font-size: 2rem;
	--rz-tile-footer-border: 1px solid var(--bs-border-color);
	--rz-tile-footer-padding: .8rem;
	--rz-tile-footer-bg: #fff;
	--rz-tile-footer-btn-color: #000;
}

[data-card-layout="overlay"] .rz-card-img-overlay {
	--rz-card-img-overlay-color: #000000;
}

/* section header */
.hero-caption-wrap .rz-section-header-title{line-height:1;margin:0}
.hero-caption-wrap .rz-section-header-title span{color:var(--bs-secondary)}
.sub-hero-title{font-family:"PT Sans Narrow",sans-serif;margin:-5px 0 5px;line-height:1}
.slider-strip{background:var(--bs-secondary);padding:8px 24px;display:inline-block;font-family:"PT Sans Narrow",sans-serif;font-size:18px;font-weight:700}
#nav .mega-wrap-inner li li a:not(.fa):not(.dropdown-header),#nav .mega-wrap-inner li li span:not(.fa){font-family:"Commissioner",sans-serif;font-weight:400}
#nav li ul.make-mega a:not(.mega-button-link),#nav li ul.make-mega span:not(.mega-button span):not(.navicon){font-family:"PT Sans Narrow",sans-serif;font-weight:700}
.rz-qlink-wrap .rz-qlink-title{color:#fff}
.nav-controls:not(.site-news .nav-controls):not(.site-bbpd .nav-controls){display:none!important}
.tiny-carousel{padding-bottom:0}
span.news-published-text,span.news-date-month-long,span.news-comma,span.news-date-year{display:none}
p.rz-card-date{position:absolute;top:10px;right:10px;background:#D3D3D3;color:var(--bs-primary);border-radius:0;min-width:55px;height:63px;display:flex;justify-content:center;align-items:center;text-align:center;transition:var(--rz-transitions)}
span.news-published-date{display:flex;flex-direction:column}
span.news-date-day{font-size:24px;line-height:1;font-weight:700}
.rz-card.rz-card-img-wrap{border-radius:0}
.rz-card.rz-news-card{border-radius:0;background:#D3D3D3}
.rz-card.rz-news-card .rz-card-img-wrap{border-radius:0}
.site-news .rz-card .btn i{display:none}
.site-news .rz-card-title{font-size:24px}
.rz-news-card .rz-card-body .btn-sm{--bs-btn-padding-y:8px;--bs-btn-padding-x:20px;--bs-btn-font-size:auto;--bs-btn-border-radius:0}
.rz-section-header-title font{font-weight:400}
.sub-sec-title{font-weight:700;line-height:1.5;max-width:630px;margin-bottom:64px}
.site-bbpd .rz-qlink-body-wrap{text-align:left}
.site-bbpd .rz-qlink-body{width:100%}
.site-bbpd .rz-qlink-wrap .rz-qlink-title{color:var(--bs-primary);text-transform:uppercase}
.site-bbpd .rz-section-header-title span{color:var(--bs-secondary);font-weight:400}
.site-counter .rz-column-block{background:var(--bs-primary);height:575px}
.site-counter .rz-column-block:first-child{display:flex;flex-direction:column;justify-content:space-between}
.site-counter .rz-column-block .rz-section-header-title{line-height:1;padding:24px 32px;font-family:"PT Sans Narrow",sans-serif;font-weight:700}
.site-counter .rz-column-block .rz-rte-element{color:#fff;padding:0 32px}
.site-counter .rz-column-block:nth-child(2) .rz-single-image{border-bottom:8px solid #d6e3f3}
.site-counter .rz-column-block:last-child .rz-single-image{border-top:8px solid #d6e3f3;bottom:0;position:absolute}
.site-counter .rz-column-block:first-child .rz-rte-wrapper{margin-bottom:32px}
.counter-head h2{margin:0}
.site-counter .rz-column-block .rz-rte-element p{color:#fff;font-family:"Roboto",sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:1.5;margin:0;color:#fff;position:relative}
.site-counter .rz-column-block .rz-rte-element p strong{color:#fff;font-family:"PT Sans Narrow",sans-serif;font-size:24px;font-weight:700;margin-bottom:6px;display:block}
.site-counter .rz-column-block:hover{background:var(--bs-secondary)}
.site-counter .rz-column-block:hover .rz-rte-element p{color:var(--bs-primary)}
.site-counter .rz-column-block:hover .rz-section-header-title{color:var(--bs-primary)!important}
.site-counter .rz-column-block:hover .rz-rte-element p strong{color:var(--bs-primary)!important}
.site-counter .rz-button-wrap {justify-content: center;}
.site-counter .rz-button-wrap .btn {background-color: #fff;color: #152636;}
.site-counter .rz-button-wrap .btn:hover {background-color: #152636;color: #fff;}
.section-sub-head{color:#000;font-family:"Roboto",sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:1.5}
#bottom-social i{font-size:30px!important;color:var(--bs-primary);color:var(--bs-primary)!important}
#bottom-social .btn{width:48px;height:48px;border:2px solid var(--bs-primary)}
#bottom-social .btn:hover,#bottom-social .btn:focus{background:var(--bs-secondary)!important;border-color:var(--bs-secondary)}
#bottom-social .rz-button-wrap{gap:12px!important}
.footer-hours .hours-of-op-table tr{display:none}
.footer-hours .hours-of-op-table tr:nth-last-child(2){display:block}
.footer-hours .hours-of-op-table tr th,.footer-hours .hours-of-op-table tr td{padding:0;color:#fff;font-weight:400}
.footer-hours .hours-of-op-table tr:first-of-type{display:flex;border-color:transparent}
.footer-hours .hours-of-op-table tr th::after{content:" - Friday";margin-right:7px}
.footer-hours .hours-of-op-table tr:last-of-type th::after{content:" - Sunday";margin-right:7px}
.footer-hours .hours-of-op-table{display:flex;align-items:center;column-gap:12px;color:#fff;padding:0;font-family:"Commissioner",sans-serif;font-size:14px;font-weight:400;line-height:1.5}
.footer-logo-box .btn{color:#fff;padding:0;font-family:"Commissioner",sans-serif;font-size:14px;font-weight:400;line-height:1.5}
.footer-logo-box .btn i{display:none}
.footer-logo-box .btn span{display:block!important;text-align:left}
.tel-email .rz-button-wrap{display:block!important;font-family:"Commissioner",sans-serif;font-size:14px;font-weight:400;line-height:1.5}
.footer-logo-box .rz-module-header{color:#fff;font-family:"PT Sans Narrow",sans-serif;font-size:20px;font-weight:700;line-height:1.4}
.footer-links .rz-module-header-text{color:var(--bs-secondary);font-family:"PT Sans Narrow",sans-serif;font-size:20px;font-weight:700}
.footer-links a.list-group-item{color:#fff;padding:8px 0;border:0}
.footer-links a.list-group-item:hover,.footer-links a.list-group-item:focus{color:var(--bs-secondary)}
.tns-controls button{border-radius:0;width:40px;height:40px;box-shadow:none;background:var(--bs-primary);color:#fff;font-size:20px}
.tns-controls button i.bi::before{font-weight:900!important}
.tns-controls button:hover{color:var(--bs-secondary)}
.modal-content{background-color:#fff}
.avatar-img{aspect-ratio:2/3}
.col-side-wrap .avatar-img{min-width:164px;border-radius:100px}
.staffmember-avatar-position{flex-direction:column}
.staffmember-position-name{flex-direction:column-reverse;display:flex}
.staffmember-avatar-position{align-items:flex-start!important}
.staffmember-name{color:var(--bs-primary);font-family:"PT Sans Narrow",sans-serif;font-size:20px;font-weight:700;line-height:1.4}
a.staffmember-location-link{color:#1A1A1A;font-size:14px;font-weight:400;text-decoration:none}
.staffmember-contact a{color:#1A1A1A;font-size:14px;font-weight:400;text-decoration:none;padding:4px 0}
.col-side .rz-column-block .rz-element-wrapper{margin-bottom:32px}
.staffmember-info{gap:0!important}
.staffmember-contact{gap:0!important}
.staffmember-info i{width:24px;font-size:16px}
.staffmember-location{padding:4px 0}
.submenu-header,.col-side .rz-module-header{color:#152636;color:var(--bs-primary);font-family:"PT Sans Narrow",sans-serif;font-size:20px;font-weight:700;line-height:1.4}
.col-side #submenu li:hover{background:var(--bs-primary)}
.col-side #submenu li:hover a,.col-side #submenu li:hover span{color:var(--bs-secondary)}
.imp-documents a.list-group-item{background:var(--bs-primary)!important;color:#fff;padding:8px 12px;margin-top:8px;border:0}
.imp-documents a.list-group-item:first-child{margin-top:12px}
.imp-documents a.list-group-item:hover,.imp-documents a.list-group-item:focus{background:var(--bs-secondary)!important;color:var(--bs-primary)}
.col-side .table.hours-of-op-table th{color:#1A1A1A;font-size:18px;font-weight:700;line-height:1.5;text-transform:uppercase;width:48px}
.col-side .table.hours-of-op-table tr,.col-side .table.hours-of-op-table td,.col-side .table.hours-of-op-table th{border:0}
.col-side .rz-hours-of-op-wrapper .rz-module-header{margin-bottom:16px}
.freeform-social .btn{padding:0;width:30px}
.freeform-social .btn i{font-size:30px}
.freeform-social .rz-button-wrap{gap:12px!important}
.col-side .rz-column-block .rz-element-wrapper.follow-us{margin-bottom:12px!important}
.freeform-newsletter{border:2px solid var(--bs-primary);padding:16px 16px 16px 62px;font-size:14px;line-height:1.5;position:relative}
.freeform-newsletter i{position:absolute;top:50%;transform:translateY(-50%);font-size:32px;left:16px}
.col-side .freeform-newsletter .rz-module-header{color:var(--bs-primary);font-family:"Commissioner",sans-serif;font-size:14px;font-weight:700}
.btn-secondary{padding:12px 24px!important;border-radius:0}
.btn-secondary.btn-sm{padding:8px 20px!important;border-radius:0}
.col-side .rz-section-block-wrap{background:#d3d3d3;padding:32px 24px 0}
.breadcrumb ul li{font-weight:700}
.breadcrumb ul li a{font-weight:400;text-decoration:none}
.floating-alert-header{color:var(--bs-primary);font-family:"PT Sans Narrow",sans-serif;font-size:24px;font-weight:700;line-height:1.4;padding:24px 32px 0!important}
.floating-alert-inner{color:#000;padding:0 32px 24px!important}
.alert.floating-alert{border-radius:0}
.alert-button{font-weight:700;color:#152636}
.alert-button:hover{background:var(--bs-primary);color:var(--bs-secondary)}
.alert a{color:#152636}
#freeform .rz-qlink .rz-qlink-text{color:#fff!important}
#freeform .rz-qlink:hover .rz-qlink-text{color:var(--bs-primary)!important}
.homepage-quick-links .rz-qlink .rz-qlink-text{color:#fff!important}
.homepage-quick-links .rz-qlink:hover .rz-qlink-text{color:var(--bs-primary)!important}
.col-side .today-badge{position:absolute;right:0}
.site-social .rz-section-header-title span{font-weight:400}
#freeform .staffmember-bio{display:none}
.form-control{border:1px solid #000}
@media (min-width: 992px) {
.top-header{background:var(--bs-primary)}
.site-header{background:#d6e3f3e6;backdrop-filter:blur(2.5px)}
.site-header-wrap.sticky-top .site-header{background:#d6e3f3e6;backdrop-filter:blur(2.5px)}
.hero-wrap .hero-caption-wrap{padding-bottom:150px}
.site-header .vr{display:none}
.header-translate-wrap{margin-left:16px;margin-right:16px}
.top-header .btn{font-size:14px!important;font-weight:700!important}
.rz-address-wrapper .btn{padding-left:0}
.btn-contact{margin-left:32px}
.main-logo-image{position:absolute;margin-top:-8px}
#nav .make-mega .dropdown-header-item{display:none}
#nav .make-mega{border:0;border-radius:0 0 12px 12px}
.header-translate-wrap-combo{display:none!important}
.site-header .search-toggle{background:var(--bs-primary);border-radius:0;color:#fff;width:40px;height:40px;display:flex;justify-content:center}
.rz-element-wrapper-combo button{background:var(--bs-primary)!important;color:#fff!important;width:28px!important;height:44px;border:2px solid;margin:6px 12px}
.rz-share-floaty-btn-element-combo button{background:var(--bs-secondary)!important;color:#000!important;border-color:#fff}
#nav .mega-wrap-inner li li a:not(.fa):not(.dropdown-header),#nav .mega-wrap-inner li li span:not(.fa){padding-left:16px}
#nav li ul.make-mega a:not(.mega-button-link),#nav li ul.make-mega span:not(.mega-button span):not(.navicon){padding-left:0;background:transparent!important}
#nav li ul.make-mega a:not(.mega-button-link):hover,#nav li ul.make-mega span:not(.mega-button span):not(.navicon):hover{color:var(--bs-secondary)}
.mega-divider{position:absolute;left:34.4%;right:37.5%;top:50%;bottom:0;display:flex;justify-content:space-between;z-index:11;pointer-events:none;transform:translateY(-50%);height:78%}
.mega-divider>strong{display:block!important;height:100%;width:1px!important;background:transparent;padding:0;border-right:1px solid var(--bs-secondary)}
.tns-controls{margin-left:-24px;margin-right:-24px}
.rz-qlink:hover{background:var(--bs-secondary);color:var(--bs-primary)}
.rz-qlink:hover .rz-qlink-title,.rz-qlink:hover .rz-qlink-icon{color:var(--bs-primary)}
.site-header .translate-text{display:none}
.site-header .translate-button{border:1px solid;border-radius:0;padding:8px!important;width:40px;height:40px;justify-content:center}
.site-header .translate-button i{margin:0!important}
.site-header .translate-button:hover,.site-header .translate-button:focus{border:0;background:var(--bs-secondary);color:var(--bs-primary)}
.site-header .search-toggle:hover,.site-header .search-toggle:focus{background:var(--bs-secondary);color:var(--bs-primary)}
.site-news .rz-card-body{padding:32px}
.site-news .tiny-carousel{padding-bottom:64px}
.site-news .rz-button-wrapper{float:right}
.nav-controls{background:transparent!important;box-shadow:none}
.tns-nav button{background:#ccc}
.tns-nav button.tns-nav-active{width:8px!important}
.site-news .nav-controls{left:0;right:auto!important;padding:0!important;bottom:-40px!important}
.site-news .tns-controls{right:24px;bottom:-40px!important;left:auto!important}
.site-news .rz-button-wrap .btn{position:relative;margin-top:0;right:96px}
.site-bbpd .tns-controls{right:24px;left:auto!important}
.site-bbpd .tns-controls button{border:1px solid var(--bs-secondary);background:transparent}
.site-bbpd .tns-controls button:hover,.site-bbpd .tns-controls button:focus{color:#fff;background:transparent}
.site-bbpd .tiny-carousel{margin-bottom:104px}
.site-bbpd .nav-controls{left:0;right:auto!important;padding:0!important}
.site-bbpd .tns-controls button{background:var(--bs-secondary);color:var(--bs-primary)}
.site-bbpd .tns-nav button.tns-nav-active{background:var(--bs-secondary)}
.site-bbpd .tns-nav button:after{background:var(--bs-secondary)}
.footer-links{display:flex;gap:40px;justify-content:flex-end}
.footer-links .rz-link-list-wrap{width:180px}
.foot-wrapper{width:163px}
.rz-card.rz-news-card:hover{background:var(--bs-secondary)}
.rz-card.rz-news-card:hover .btn{background:var(--bs-primary);color:#fff}
.rz-card.rz-news-card:hover .rz-card-date{background:var(--bs-secondary)}
.site-bbpd .btn{border:1px solid var(--bs-primary)}
.site-counter .rz-column-block:last-child .rz-element-wrapper.rz-single-image-wrapper{position:absolute;bottom:0}
.footer-logo-box{display:flex;flex-wrap:wrap;gap:24px}
.counter-head h2{margin-bottom:64px}
.footer-logo-section{max-width:400px;width:100%}
.footer-logo{max-width:174px!important;width:auto!important}
#bottom-social{justify-content:flex-end;display:flex;align-items:center}
.site-header-wrap{border-bottom:1px solid #b8cbe1}
#submenu ul{--rz-submenu-item-bg:#d3d3d3;background:#d3d3d3;--rz-submenu-item-color:#000;border:0}
#submenu ul li a{color:#000!important}
#submenu ul li a:hover{color:var(--bs-primary)!important;font-weight:700}
.site-bbpd .rz-button-wrap {justify-content: flex-end;margin-top: -41px;margin-right: 91px;}
.site-bbpd .rz-button-wrapper {width: fit-content;margin-left: auto;position: relative;z-index: 2;}
}
@media (min-width: 991px) and (max-width: 1200px) {
.btn-contact{margin-left:0}
#nav a:not(.mega-button-link),#nav span:not(.mega-button span){padding-left:5px;padding-right:5px}
}
@media (max-width: 991px) {
.hero-wrap .hero-caption-wrap{padding-bottom:50px}
.site-counter .rz-column-block{height:auto;display:flex;flex-direction:column}
.site-counter .rz-column-block .rz-section-header-wrapper{order:2}
.site-counter .rz-column-block .rz-rte-wrapper{order:3}
.tns-controls{position:relative;left:0!important;margin-bottom:15px}
.nav-controls{display:none!important}
.site-news .tiny-carousel{padding-bottom:32px}
.section-sub-head{margin-bottom:20px}
.site-counter .rz-column-block .rz-single-image{border-bottom:8px solid #d6e3f3}
.site-counter .rz-column-block .rz-rte-wrapper{margin-bottom:32px}
.offcanvas-bottom a.btn{padding:0}
.site-footer .rz-link-list-wrapper{margin:20px 0}
.footer-logo-section{margin-bottom:20px}
.slider-strip{line-height:normal;margin-top:20px}
}
