



@import url('https://fonts.googleapis.com/css2?family=Corinthia:wght@400;700&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');
:root,
[data-bs-theme=light] {
	--bs-primary: #007a78;
	--bs-secondary: #2c5282;
	--bs-primary-rgb: 0, 122, 120;
	--bs-secondary-rgb: 44, 82, 130;
	--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: "Source Sans 3", sans-serif;
	--bs-body-font-size: 18px;
	--bs-body-font-weight: 500;
	--bs-body-line-height: 1.65;
	--bs-body-color: #1a1a1a;
	--bs-body-color-rgb: 26, 26, 26;
	--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: "Noto Sans", sans-serif;
	--bs-headers-font-weight: 700;
	--rz-container-width: 1588px;
	--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: #004645;
	--rz-links-hover-color: #004645;
	--bs-light: rgba(0, 122, 120, 0.05);
	--userway-color: var(--bs-primary);
	--rz-header-width: ;
}

h1,.h1{font-size: min(48px, 7vw); color:#2c5282}
h2,.h2{font-size: min(40px, 6.2vw); color:#2c5282}
h3,.h3{font-size: min(36px, 5.4vw); color:#2c5282}
h4,.h4{font-size: min(32px, 4.8vw); color:#2c5282}
h5,.h5{font-size: min(24px, 4.4vw); color:#2c5282}
h6,.h6{font-size: min(20px, 4.2vw); color:#2c5282}

a {
	color: #004645;
}

a:hover{
	color: #004645
}

.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: 16px;
	--bs-btn-padding-y: 13px;
	--bs-btn-font-family: "Source Sans 3", sans-serif;
	--bs-btn-font-size: 18px;
	--bs-btn-font-weight: 700;
	--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: #ffffff;
	--bs-btn-bg: #007a78;
	--bs-btn-border-color: #00000000;
	--bs-btn-hover-color: #004645;
	--bs-btn-hover-bg: #d9cab3;
	--bs-btn-hover-border-color: #00000000;
	--bs-btn-active-color: #004645;
	--bs-btn-active-bg: #d9cab3;
	--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: #007a78;
	--bs-btn-bg: transparent;
	--bs-btn-border-color: #007a78;
	--bs-btn-hover-color: #004645;
	--bs-btn-hover-bg: #d9cab3;
	--bs-btn-hover-border-color: #00000000;
	--bs-btn-active-color: #004645;
	--bs-btn-active-bg: #d9cab3;
	--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: #575757;
	--bs-btn-border-color: #4f4f4f;
	--bs-btn-hover-color: #FFFFFF;
	--bs-btn-hover-bg: #575757;
	--bs-btn-hover-border-color: #4f4f4f;
	--bs-btn-active-color: #FFFFFF;
	--bs-btn-active-bg: #575757;
	--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: #575757;
	--bs-btn-bg: transparent;
	--bs-btn-border-color: #575757;
	--bs-btn-hover-color: #FFFFFF;
	--bs-btn-hover-bg: #575757;
	--bs-btn-hover-border-color: #4f4f4f;
	--bs-btn-active-color: #FFFFFF;
	--bs-btn-active-bg: #575757;
	--bs-btn-active-border-color: #4f4f4f;
	--bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-secondary-rgb), .5);
}

.btn-lg,
.btn-group-lg>.btn {
	--bs-btn-padding-y: min(1rem, 3vw);
	--bs-btn-padding-x: min(1.25rem, 4vw);
	--bs-btn-font-size: min(1.25rem, 4.5vw);
	--bs-btn-border-radius: var(--bs-border-radius-lg);
}

.btn-sm,
.btn-group-sm>.btn {
	--bs-btn-padding-y: min(4px, 3vw);
	--bs-btn-padding-x: min(8px, 3vw);
	--bs-btn-font-size: min(.9rem, 4vw);
	--bs-btn-border-radius: var(--bs-border-radius-sm);
}

.btn.btn-custom {
	--bs-btn-color: #FFFFFF;
	--bs-btn-bg: var(--bs-primary-text-emphasis);
	--bs-btn-border-color: var(--bs-primary-text-emphasis);
	--bs-btn-border-radius: var(--bs-border-radius);
	--bs-btn-hover-border-color: var(--bs-primary-text-emphasis);
	--bs-btn-box-shadow: none;
	--bs-btn-hover-color: #FFFFFF;
	--bs-btn-hover-bg: var(--bs-primary-text-emphasis);
	--bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-custom-rgb), .5);
}

.btn.btn-custom a{
	--bs-btn-color: #FFFFFF;
	color: #FFFFFF;
}

.btn.btn-custom:hover a{
	--bs-btn-hover-color: #FFFFFF;
	color: #FFFFFF;
}

.btn.btn-link {
	--bs-btn-color: var(--bs-primary);
	--bs-btn-hover-color: var(--bs-primary);
	--bs-btn-active-color: var(--bs-primary);
	--bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-primary-rgb), .5);
}

/* buttons that are generated from rte */
.btn-primary a{
	color:#ffffff;
} 
.btn.btn-primary:hover a{
	color:#004645;
}
.btn.btn-secondary:hover a{
	color:#FFFFFF;
}
.btn.btn-custom:hover a{
	color:#FFFFFF;
}

/* freeform page */
#freeform {
	--rz-freeform-content-padding: 32px 16px 72px;
	--rz-freeform-content-bg: #FFFFFF;
	--rz-left-col-width: 320px;
	--rz-left-col-padding: 0;
	--rz-left-col-margin: 0;
	--rz-left-col-bg: #FFFFFF;
	--rz-freeform-left-col-fill-bg: #ffffff;
	--rz-right-col-width: 1236px;
	--rz-freeform-right-col-fill-bg: #FFFFFF;
	--rz-freeform-post-padding: 0 0 0 48px;
	--rz-freeform-post-bg: #FFFFFF;
}

.rz-slider-wrapper {
	--rz-slider-height: 480px;
	--rz-slider-bg: #00000000;
	--rz-slider-caption-color: #FFFFFF;
	--rz-slider-caption-width: var(--rz-container-width);
}
.rz-slider .rz-slider-bg-overlay{
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.40) 100%);
}
@media only screen and (min-width:992px) {
	#submenu {
		--rz-submenu-padding: 0;
		--rz-submenu-margin: 0;
		--rz-submenu-bg: transparent;
		--rz-submenu-border: 0;
		--rz-submenu-color: #ffffff;
		--rz-submenu-border-radius: 0;
		--rz-submenu-font-size: 16px;
		--rz-submenu-item-padding: 0;
		--rz-submenu-item-color: #ffffff;
		--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: 0;
		--rz-submenu-color: #ffffff;
		--rz-submenu-border-radius: 0;
		--rz-submenu-font-size: 16px;
		--rz-submenu-item-padding: 0;
		--rz-submenu-item-color: #ffffff;
		--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: #00000000;
	--rz-submenu-title-font-color: #ffffff;
}

.submenu-header,.rz-module-header {
	--rz-submenu-title-font-size: 24px;
}

.breadcrumb {
	--bs-breadcrumb-padding-x: 0;
	--bs-breadcrumb-padding-y: 0;
	--bs-breadcrumb-margin-bottom: 8px;
	--bs-breadcrumb-bg: #00000000;
	--bs-breadcrumb-border-radius: ;
	--bs-breadcrumb-divider-color: #1a1a1a;
	--bs-breadcrumb-item-padding-x: 16px;
	--bs-breadcrumb-item-active-color: #4d4d4d;
	--bs-breadcrumb-link-color: #1a1a1a;
	--bs-breadcrumb-divider: '\F231';
}

/* 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: 160px;
	--rz-logo-margin-top: 8px;
	--rz-logo-margin-right: 0;
	--rz-logo-margin-bottom: -78px;
	--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: #2c5282;
	--rz-nav-link-hover-color: #004645;
	--rz-nav-link-hover-bg-color: rgba(0, 0, 0, 0);
	--rz-nav-link-padding-x: 16px;
	--rz-nav-link-padding-y: 12px;
	--rz-nav-link-border-radius: 0;
	--rz-nav-item-padding-x: 0rem;
	--rz-nav-item-padding-y: 20px;
	--rz-nav-icons-color: #004645;
	--rz-nav-mega-link-first-child-color: #2c5282;
	--rz-nav-mega-second-child-link-color: #1a1a1a;
	--rz-nav-mega-column-count: 4;
	--rz-nav-mega-padding-y: 24px;
	--rz-nav-mega-padding-x: 24px;
	--rz-nav-font-size: 18px;
	--rz-nav-font-weight: 700;
	--rz-nav-dropdown-font-size: 18px;
	--rz-nav-dropdown-bg-color: rgba(255, 255, 255, 1);
	--rz-nav-dropdown-bg-link-color: #00000000;
	--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: #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: 160px;
}

@media only screen and (min-width:992px) {
	[data-header-left="true"] .site-header-wrap {
		width:;
		flex-basis:;
	}

	#nav .make-mega {
		--rz-mega-width: 1224px;
	}

	.tiny-carousel-wrap {
		--rz-carousel-controls-height: 32px;
		--rz-carousel-controls-width: 32px;
		--rz-carousel-controls-font-size: 16px;
		--rz-carousel-play-button-font-size: 16px;
		--rz-carousel-play-button-width: 20px;
		--rz-carousel-play-button-height: 20px;
		/* 	dots */
		--rz-carousel-nav-buttons-padding: 0 0;
		--rz-carousel-nav-button-width: 12px;
		--rz-carousel-nav-button-height: 12px;
		--rz-carousel-nav-button-active-width: 24px;
		--rz-carousel-nav-button-margin: 0;
		/* play and dots container	 */
		--rz-carousel-nav-controls-padding: 0;
	}

	.hero-wrap {
	--hero-height: 946px;
	}
	
	.hero-wrap .hero-caption-wrap{
	width:750px
	}
	
	.hero-wrap {
		--rz-carousel-controls-height: 32px;
		--rz-carousel-controls-width: 32px;
		--rz-carousel-controls-font-size: 16px;
	}

	.hero-wrap {
		--rz-carousel-play-button-font-size: 16px;
		--rz-carousel-play-button-width: 20px;
		--rz-carousel-nav-button-active-width: 24px;
		--rz-carousel-nav-controls-padding: 0;
	}
	.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, 0.88);
	--rz-carousel-controls-border-radius: 100px;
	--rz-carousel-controls-color: #004645;
	--rz-carousel-controls-border: ;
	--rz-carousel-controls-box-shadow: #00000000;
	/* 	play button */
	--rz-carousel-play-button-bg: #F1F1F1;
	--rz-carousel-play-button-border-radius: 50%;
	--rz-carousel-play-button-color: #181818 !important;
	/* 	dots */
	--rz-carousel-nav-buttons-border-radius: 0;
	--rz-carousel-nav-buttons-border: 0;
	--rz-carousel-nav-button-border-radius: 100px;
	--rz-carousel-nav-button-border: 0;
	--rz-carousel-nav-button-bg: #767676;
	--rz-carousel-nav-button-active-bg: #004645;
	/* 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: #ffffffe0;
	--rz-carousel-controls-border-radius: 100px;
	--rz-carousel-controls-color: #004645;
	--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: 50%;
	--rz-carousel-play-button-color: #181818;
	--rz-carousel-play-button-height: 20px;
	--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;
	--rz-carousel-nav-button-border: 0;
	--rz-carousel-nav-button-bg: #767676;
	--rz-carousel-nav-button-active-bg: #004645;
	--rz-carousel-nav-controls-bg: #ffffffe0;
	--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: 550px;
	}

	.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: 24px;
	--rz-qlink-body-padding: 0;
	--rz-qlink-title-font-size: 20px;
	--rz-qlink-text-font-size: 16px;
	--rz-qlink-title-color: #ffffff;
	--rz-qlink-text-color: #fff;
	--rz-qlink-color: #fff;
	--rz-qlink-bg: #00000000;
	--rz-qlink-border-color: #00000000;
	--rz-qlink-border-radius: 8px;
	--rz-qlink-border-width: 0;
	--rz-qlink-img-height: 280px;
	--rz-qlink-img-aspect-ratio: 16 / 9;
	--rz-qlink-img-overlay-color: none;
	--rz-qlink-icon-width: 80px;
	--rz-qlink-icon-height: 80px;
	--rz-qlink-icon-bg-color: #f5f5f5;
	--rz-qlink-icon-color: #000;
	--rz-qlink-icon-border-color: var(--bs-border-color);
	--rz-qlink-icon-border-width: 1px;
	--rz-qlink-icon-border-radius: 100px;
	--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: #000;
}

.rz-tile-wrapper {
	--rz-tile-padding: 0;
	--rz-tile-body-wrap-padding: 20px;
	--rz-tile-body-padding: 0;
	--rz-tile-title-font-size: 24px;
	--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: 0;
	--rz-tile-img-height: 300px;
	--rz-tile-img-aspect-ratio: 16 / 9;
	--rz-tile-img-overlay-color: none;
	--rz-tile-icon-width: 80px;
	--rz-tile-icon-height: 80px;
	--rz-tile-icon-bg-color: #f5f5f5;
	--rz-tile-icon-color: #000;
	--rz-tile-icon-border-color: #00000000;
	--rz-tile-icon-border-width: 1px;
	--rz-tile-icon-border-radius: 100px;
	--rz-tile-icon-font-size: 2rem;
	--rz-tile-footer-border: 1px solid var(--bs-border-color);
	--rz-tile-footer-padding: .8rem;
	--rz-tile-footer-bg: #fff;
	--rz-tile-footer-btn-color: #000;
}

[data-card-layout="overlay"] .rz-card-img-overlay {
	--rz-card-img-overlay-color: #00000000;
}

/* section header */
#landing .tns-controls button{padding:0}
#landing .tns-controls button:hover{background-color:#D9CAB3;color:#004645}
#landing .tns-nav button.tns-nav-active::after{background:#004645;transition:none}
.tns-controls button .bi-chevron-left::before{content:"\F12F"}
.tns-controls button .bi-chevron-right::before{content:"\F138"}
.tns-controls button,.tns-controls button i,.tns-controls button i::before{line-height:0}
#landing [data-action="stop"]:not(:focus):not(:active),#landing [data-action="start"]:not(:focus):not(:active),.rz-slider-wrapper [data-action="stop"]:not(:focus):not(:active),.rz-slider-wrapper [data-action="start"]:not(:focus):not(:active){position:relative!important;width:20px!important;height:20px!important;margin:0!important;display:flex;align-items:center;justify-content:center;font-size:16px;padding-top:2px!important}
#landing [data-action="stop"]:not(:focus):not(:active) i,#landing [data-action="start"]:not(:focus):not(:active) i,.rz-slider-wrapper [data-action="stop"]:not(:focus):not(:active) i,.rz-slider-wrapper [data-action="start"]:not(:focus):not(:active) i{color:#181818;line-height:0;font-size:16px}
#landing .nav-controls button[data-action="stop"],#landing .nav-controls button[data-action="start"],.rz-slider-wrapper .nav-controls button[data-action="stop"],.rz-slider-wrapper .nav-controls button[data-action="start"]{width:20px!important;height:20px!important;font-size:16px;padding-top:2px!important}
.nav-controls .tns-nav{max-width:fit-content}
.alert-top{padding:0!important;border-bottom:2px solid #D5E6FC}
.alert-top .marquee-wrap{padding:0 48px!important}
.alert-top .marquee-text{width:100%}
.alert-top .marquee-content{justify-content:space-between!important;align-items:center}
.alert-top i{color:#000}
.alert-top strong{color:#000;text-align:center;font-size:16px;font-weight:700;line-height:24px;margin-right:12px;position:relative}
.alert-top .btn-primary{font-size:14px;background:transparent;color:#1A1A1A!important;padding:16px 42.5px!important;font-weight:700;line-height:24px;border:0;margin-left:auto;margin-right:12px;border-radius:0;border-right:1px solid #E5E5E5}
.accordion-button{background-color:#008A87!important;color:#fff}
.alert-top .btn-primary a{color:#1A1A1A!important}
.alert-top .alert-btn-close svg{width:16px;height:16px;color:#000!important;font-weight:800}
.alert-top .alert-btn-close path{fill:#000;stroke:currentColor;stroke-width:1}
.hero-section .rz-section-header-subtitle,.news-section .rz-section-header-subtitle,.statistics-section .rz-section-header-subtitle,.calendar-section .rz-section-header-subtitle,.dept-enotify-section .rz-section-header-subtitle{font-family:"Corinthia",cursive;line-height:.7}
.hero-caption-wrap>*{width:100%}
.hero-section .rz-section-header-subtitle{text-shadow:0 4px 16px #0006}
.hero-section .rz-section-header-title{font-weight:700;line-height:.8;text-transform:uppercase;font-family:"Noto Sans",sans-serif}
.hero-section .header-search-wrap{max-width:692px;width:100%}
.hero-section .header-search-wrap .form-control{padding:16px 16px 16px 24px;border:none;background:#fff;border:2px solid transparent;border-radius:50px;color:#1a1a1ab3;font-size:18px;font-weight:500;line-height:29.7px;box-shadow:unset;outline:none;height:62px}
.hero-section .header-search-wrap input::placeholder{color:#1a1a1ab3}
.hero-section .header-search-wrap:hover .form-control{border-color:#007A78}
.hero-section .header-search-wrap button{right:16px!important;color:#2C5282;font-size:20px}
.hero-section .header-search-wrap button i::before{font-weight:700!important;-webkit-text-stroke:.5px currentcolor}
.hero-section .header-search-wrap:hover button{color:#007A78}
.hero-section .rz-button-wrap .btn{font-size:16px;font-weight:500}
.hero-section .rz-slider-bg-overlay{background:linear-gradient(180deg,#00000029 0%,#00000080 50%,#d9cab33d 100%)!important}
.department-hero-section::before{position:absolute;content:"";background:linear-gradient(180deg,#0000003d 0%,#000000a3 100%);width:100%;height:100%;top:0;left:0;z-index:1}
.department-hero-section .hero-wrap{--hero-height:550px}
.department-hero-section .rz-section-header-wrap{align-items:center!important;justify-content:center!important}
.department-hero-section .rz-section-header-title{color:#fff;font-size:80px}
.department-hero-section .hero-wrap .hero-caption-wrap{width:100%}
.department-hero-section .breadcrumb{margin-top:32px;justify-content:center}
.department-hero-section .breadcrumb li{font-size:16px;text-transform:capitalize}
.rz-qlink{height:280px;justify-content:flex-end}
.rz-qlink:hover .rz-qlink-img{transform:none}
.rz-qlink .rz-qlink-img-overlay::before{position:absolute;content:"";width:100%;height:100%;top:0;left:0;background:linear-gradient(180deg,#002f803d 0%,#002f80e6 100%);transition:all .3s}
.rz-qlink:hover .rz-qlink-img-overlay::before{opacity:0}
.rz-qlink .rz-qlink-img-overlay::after{position:absolute;content:"";width:100%;height:100%;top:0;left:0;background:linear-gradient(180deg,#0080803d 0%,#008080e6 100%);transition:all .3s;opacity:0}
.rz-qlink:hover .rz-qlink-img-overlay::after{opacity:1}
.rz-qlink .rz-qlink-body-wrap{justify-content:flex-end;align-items:flex-start;text-align:left;background: rgba(0, 0, 0, 0.01);}
.rz-qlink .rz-qlink-body{justify-content:flex-end;align-self:unset}
.rz-qlink .rz-qlink-title{text-transform:uppercase}
.qlink-section .rz-qlink-wrapper .tns-controls{left:0;bottom:-66px}
.rz-qlink-wrapper .tns-controls button{background-color:#F0E8D5;color:#004645}
.rz-qlink-wrapper .nav-controls{right:0!important;bottom:-66px!important;padding:0}
.rz-qlink-wrapper .nav-controls button.active{background-color:#767676}
.department-qlinks .rz-section-block.container{max-width:1684px}
.department-qlinks .rz-qlink-wrapper .nav-controls{display:none}
.news-section .rz-section-header-title{font-family:"Noto Sans",sans-serif}
.rz-news-card[data-card-layout="stacked"]{border-radius:8px;background:#ffffffe0;padding:0;width:100%;border:0}
.rz-news-card[data-card-layout="stacked"] .rz-card-img-wrap{border-radius:8px 8px 0 0!important;height:320px}
.rz-news-card[data-card-layout="stacked"] .rz-card-body{padding:24px 24px 0;gap:24px!important;flex-direction:column;margin:0}
.rz-news-card[data-card-layout="stacked"] .rz-card-date{padding:0 8px;border-radius:0;background:#2C5282;color:#FFF;font-size:16px;font-weight:700;position:absolute;top:24px}
.rz-news-card[data-card-layout="stacked"]:hover .rz-card-date{background-color:#007A78}
.rz-news-card[data-card-layout="stacked"] .rz-card-date .news-published-text,.rz-news-card[data-card-layout="stacked"] .rz-card-date .news-date-month-short{display:none}
.rz-news-card[data-card-layout="stacked"] .rz-card-title{color:#1A1A1A;font-size:24px;line-height:36px;font-weight:700;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis;transition:all .3s}
.rz-news-card[data-card-layout="stacked"]:hover .rz-card-title{color:#007A78!important}
.rz-news-card[data-card-layout="stacked"] .rz-card-text{color:#4D4D4D;font-size:14px;line-height:23.1px;font-weight:500;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;text-overflow:ellipsis;transition:all .3s}
.rz-news-card[data-card-layout="stacked"] .rz-news-button{text-indent:-1000px;padding:0!important;margin:0;line-height:0;min-height:0;border:0;height:0}
.rz-news-card-wrapper .tns-controls{left:0!important;bottom:-66px!important}
.rz-news-card-wrapper .nav-controls{right:0!important;bottom:-66px!important;padding:0}
.rz-news-card-wrapper .nav-controls button.active{background-color:#767676}
.rz-news-card-wrapper [data-action="stop"]:not(:focus):not(:active),.hero-section [data-action="start"]:not(:focus):not(:active){position:relative!important;width:20px!important;height:24px!important;padding:0!important;margin:0!important;display:flex;align-items:center;justify-content:center}
.rz-news-card-wrapper [data-action="stop"]:not(:focus):not(:active) i,.hero-section [data-action="start"]:not(:focus):not(:active) i{color:#181818;line-height:0}
.news-logo-img{position:absolute!important;max-width:906px;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);z-index:-1}
.news-logo-img img{opacity:3%}
.site-footer .news-logo-img{display:none}
.calendar-section .rz-section-block.container {position: relative;z-index: 2;}
.mini-calendar-wrap:not(.active){display:none!important}
#cal-tabs{display:flex;justify-content:center;width:100%;padding:0;background-color:transparent;gap:1px}
#cal-tabs button{background:transparent;color:#fff;padding:16px 32px;font-size:18px;font-weight:700;position:relative;line-height:24px;justify-content:center;border-radius:50px;text-transform:uppercase;border:0;transition:all .3s}
#cal-tabs button:hover:not(.active){background-color:#ffffff1f;color:#fff}
#cal-tabs button.active{background:#ffffffe0;color:#1A1A1A}
.rz-mini-events .mini-calendar{background:#ffffffe0;padding:24px 40px 116px;border-radius:8px;box-shadow:0 4px 16px 0 #0000001a;backdrop-filter:blur(2px)}
.fc-daygrid-body,.fc-col-header{width:100%!important;background:none!important}
table.fc-scrollgrid-sync-table{width:100%!important}
.rz-mini-events .fc-toolbar-title{color:#1A1A1A;font-size:24px!important;font-style:normal;font-weight:700;line-height:36px;text-transform:capitalize;font-family:"Noto Sans",sans-serif;text-align:center;margin:0 0 10px}
.rz-mini-events .fc-prev-button,.rz-mini-events .fc-next-button{display:inline-flex;align-items:center;justify-content:center;flex:none;background:#fff!important;border-color:transparent;padding:0;width:32px;height:32px;border-radius:24px!important;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{color:#C02F1A!important}
.rz-mini-events .fc-prev-button .fc-icon,.rz-mini-events .fc-next-button .fc-icon{vertical-align:unset;font-size:16px!important;color:#000}
.rz-mini-events .fc-icon-chevron-left:before{content:"\f060";font-family:'FontAwesome';display:inline-block;color:#004645}
.rz-mini-events .fc-icon-chevron-right:before{content:"\f061";font-family:'FontAwesome';display:inline-block;color:#004645}
.rz-mini-events .fc-button-group button{flex:unset!important;padding:0!important;border-radius:50%!important}
.rz-mini-events .fc-toolbar.fc-header-toolbar{margin-bottom:0;padding:8px 16px}
.rz-mini-events .fc .fc-daygrid-day-top{justify-content:center}
.rz-mini-events .fc-theme-standard td,.fc-theme-standard th{border:none!important}
.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}
.mini-calendar .fc-col-header{background:#fff!important;border-top:1px solid #AEE5E4!important;border-bottom:1px solid #AEE5E4;position:relative}
.rz-mini-events .fc-col-header-cell a{padding:7px 2px;color:#1A1A1A;font-size:20px;font-weight:700;line-height:30px;font-family:"Noto Sans",sans-serif}
.rz-mini-events a.fc-daygrid-day-number{color:#1A1A1A;font-size:18px;font-weight:700;line-height:29.7px;pointer-events:none;padding:19.1px 0!important;margin:1px;display:flex;align-items:center;justify-content:center}
.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%;text-decoration:none;color:#2C5282!important}
.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:#fff;border:0;border-radius:8px;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:transparent;border:0;border-radius:4px;z-index:-1;transition: all 0.3s;}
.all .rz-mini-events .day-has-event .fc-daygrid-day-top a:hover::after{background:#d9cab3f2}
.events .rz-mini-events .day-has-event .fc-daygrid-day-top a:hover::after{background:#AEE5E4}
.meetings .rz-mini-events .day-has-event .fc-daygrid-day-top a:hover::after{background:#f5e882f2}
.rz-mini-events .fc-event:hover{color:#000!important}
.rz-mini-events .fc .fc-day-other .fc-daygrid-day-top{opacity:1}
.rz-mini-events .fc .fc-day-other .fc-daygrid-day-top a{color:#A3A3A3;font-weight:600}
.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:55px;background: #007a78!important;padding: 0 5px !important;border-radius:unset;line-height:1.2;height:24px;display: none;color: #fff !important;}
.rz-mini-events .fc-toolbar-chunk:nth-of-type(1) .fc-button-group:nth-of-type(1){position:absolute;left:56px;right:56px;top:30px;display:flex;justify-content:space-between;background:none;gap:4px;color:#000!important}
.rz-mini-events .fc-toolbar-chunk:nth-of-type(3){width:100%;text-align:left;padding:0}
.rz-mini-events .fc-toolbar-chunk .fc-dayGridMonth-button{background: #689595 !important;padding: 0 5px !important;position:absolute;top:0;right:2px;margin:0;border:none;border-radius:0;height:24px;display: none;color: #fff !important;}
.rz-mini-events .day-has-event .fc-daygrid-day-top a{color:#2C5282;font-weight:700;display:flex;align-items:center;justify-content:center;width:100%;height:100%;min-height:100%;text-decoration:underline;line-height:29.7px;pointer-events:all}
.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:24px!important}
.rz-mini-events .mini-events-list .cal-event{transition:all .3s}
.rz-mini-events .mini-events-list .cal-event-wrap{border-radius:8px;background:#d9cab3f2;box-shadow:0 4px 16px 0 #0000001a;backdrop-filter:blur(2px);padding:24px;display:flex;flex-direction:column;position:relative;transition:all .3s}
.events .rz-mini-events .mini-events-list .cal-event-wrap{background:#aee5e4f2}
.meetings .rz-mini-events .mini-events-list .cal-event-wrap{background:#f5e882f2}
.rz-mini-events .mini-events-list .cal-event-wrap:hover{background:#fff}
.mini-events-list .cal-event-wrap .cal-event-info{display:flex;flex-direction:column-reverse;margin-top:12px}
.cal-date-wrap{display:flex;align-items:center;gap:17.5px}
.calendar-section .rz-button-wrap .d-flex,.calendar-section .rz-button-wrap .d-flex .btn{width:100%}
.calendar-img {position: absolute !important;top: 0;left: 0;width: 100%;height: 100%;}
.calendar-img .rz-single-image-wrap, .calendar-img .rz-single-image, .calendar-img .rz-single-image img {height: 100%;}
.calendar-img::before {position: absolute;content: "";top: 0;left: 0;width: 100%;height: 100%;background:linear-gradient(180deg,#d9cab380 0%,#2c528280 16%,#00464580 100%);z-index: 1;}
.calendar-img .center-center {top: 0 !important;transform: translateX(50%) !important;}
.calendar-img .center-center .rzBtn {font-size: 0 !important;}
.calendar-img .center-center .rzBtn::after {content: "Edit Background Image";font-size: 12px;}
.stats-logo-img {position: absolute !important;top: 0;left: 50%;transform: translateX(-50%);max-width: 1098px;width: 100%;z-index: -1;}
.stats-logo-img .rz-single-image-wrap, .stats-logo-img .rz-single-image, .stats-logo-img .rz-single-image img {height: 100%;}
.stats-logo-img img {opacity: 6%;}
.mini-events-list .cal-event-wrap .cal-event-time{color:#2C5282;font-size:18px;font-weight:700;text-transform:uppercase}
.mini-events-list .cal-event-time span{margin:0 4px}
.mini-events-list .cal-event-wrap .cal-event-time::before{content:"\f017";font-family:"fontAwesome";margin-right:8px;font-size:14px;font-weight:800;position:relative}
.mini-events-list .cal-event-wrap .cal-event-date{background:#2C5282;padding:0 12px;color:#fff;font-size:18px;font-weight:700;width:fit-content;transition:all .3s}
.cal-event-date .cal-event-year,.cal-event-date .cal-event-month-short,.cal-event-date .cal-event-start-day-ord,.cal-event-date .cal-event-day,.cal-event-date .cal-event-comma{display:none}
.mini-events-list .cal-event-wrap .cal-event-title{color:#1A1A1A;font-size:20px;font-weight:700;line-height:30px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis;width:100%;font-family:"Noto Sans",sans-serif}
.mini-events-list .cal-image-wrap, .mini-events-list .cal-event-desc{display:none}
.mini-calendar .fc-scrollgrid-sync-table {margin-top: 16px;}
.counter-box .rz-section-header-title{line-height:1.1}
.counter-box .rz-button-wrap{justify-content:center}
.counter-box .rz-label-text{text-align:center;font-family:"Noto Sans",sans-serif;text-transform:capitalize;line-height:1.3}
.enotify-box .rz-rte-element{max-width:988px;font-size:24px;font-weight:500;text-align:center}
.enotify-box .rz-button-wrap{justify-content:center}
.statistics-section .rz-button-wrap .btn{color:#1A1A1A;font-size:18px;font-weight:700;background:#AEE5E4}
.statistics-section .rz-button-wrap .btn:hover{background:#D9CAB3;color:#004645}
.statistics-section .rz-button-wrap .btn:hover i{color:#004645}
.rz-element-wrapper-combo{left:unset!important;right:12px!important;bottom:unset;top:50%;transform:translateY(-50%);flex-direction:column-reverse!important;gap:12px}
.rz-share-floaty-btn-element-combo{order:1}
.rz-share-floaty-btn-element-combo button{justify-content:center;background:#2C5282!important;width:49px;height:49px;border:2px solid #fff!important;border-radius:50%;color:#fff;font-size:20px!important;padding:0;outline:2px solid #9496e8!important;transition:all .3s}
.rz-share-floaty-btn-element-combo button:hover{outline-color:#2C5282!important;outline-offset:-1px;border-color:#2C5282!important}
.header-translate-wrap-combo button{justify-content:center;background:#004645!important;box-shadow:0 4px 20px 0 #0000001f;width:49px;height:49px;border:2px solid #fff!important;border-radius:50%;color:#fff;font-size:18px;line-height:1;padding:0;outline:2px solid #007A78!important;transition:all .3s}
.header-translate-wrap-combo button:hover{outline-color:#004645!important;outline-offset:-1px;border-color:#004645!important}
.rz-ada-floaty-btn-element-combo button{justify-content:center;background:#F5E882!important;width:49px;height:49px;border:2px solid #231F20!important;border-radius:50%;color:#231F20!important;font-size:24px!important;padding:0;outline:2px solid #F2D80B!important;transition:all .3s}
.rz-ada-floaty-btn-element-combo button:hover{outline-color:#F5E882!important;outline-offset:-1px;border-color:#F5E882!important}
.floating-alert{background-color:#fff;border-radius:8px;box-shadow:0 4px 16px 0 #0006;font-size:14px;color:#4D4D4D;line-height:23.1px}
.floating-alert .floating-alert-header{color:#1A1A1A;font-size:24px;font-weight:700;line-height:36px;margin-bottom:24px;padding:32px 24px 0!important;font-family:"Noto Sans",sans-serif}
.floating-alert .floating-alert-inner{padding:0 24px 32px!important}
.floating-alert .alert-buttons{background:transparent;border-radius:0 0 8px 8px;border-top:1px solid #E5E5E5}
.floating-alert .alert-buttons .alert-button{font-size:14px;font-weight:700;line-height:23.1px;color:#1A1A1A;padding:20px 0;transition:all .3s}
.floating-alert .alert-buttons .alert-button:hover{color:#004645}
.rz-slider-wrapper .nav-controls{background:#ffffffe0;border-radius:24px}
#freeform #freeform-content-wrapper{box-shadow:0 10px 10px 0 #0000000f}
.col-side-wrap{position:sticky!important;top:174px;align-self:flex-start;z-index: 15;}
.page-title-wrapper{align-items:center}
.page-title-wrapper .page-title h1{color:#1F2E35;font-size:64px;font-weight:700;line-height:58.4px;text-transform:uppercase;text-align:center;font-family:"Noto Sans",sans-serif;margin-bottom:24px}
.rz-slider-wrapper .page-title-wrapper {margin-bottom: 0 !important;}
.rz-slider-wrapper .page-title-wrapper .page-title h1 {color: #fff;}
.breadcrumb:after{background:transparent}
.breadcrumb ul {flex-wrap: wrap;row-gap: 10px;}
.breadcrumb li{font-size:16px;font-weight:500}
.breadcrumb a{font-weight:700;text-decoration:none;line-height:1}
.breadcrumb li:before{font-size:10px;font-family:"bootstrap-icons"}
.col-side .rz-element-wrapper{padding:32px;border-radius:8px;background:#2C5282}
.col-side .rz-element-wrapper:not(:first-child){margin-top:16px}
.col-side .staffmember-position-name {display: flex;flex-direction: column-reverse;color: #fff;}
.col-side .staffmember-name p {font-size: 15px;font-weight: 700;}
.col-side .staffmember-position p {font-size: 14px;}
.col-side .staffmember-bio p{color: #fff;font-size: 14px;}
.col-side .staffmember-info {gap: 0 !important;}
.col-side .staffmember-contact a, .col-side .staffmember-location a{color: #fff;font-size: 14px;margin-bottom: 16px;text-decoration: none;transition: all 0.3s;}
.col-side .staffmember-contact a:hover span, .col-side .staffmember-location a:hover span {text-decoration: underline;}
.col-side .staffmember-contact a i, .col-side .staffmember-location a i {max-width: 24px;width: 100%;color: #fff;font-size: 20px;}
.col-side .staffmember-social {margin-top: 24px;}
.col-side .staffmember-social a {color: #fff;}
.col-side .rz-hours-of-op-wrapper .day-cell {color: #fff;}
.col-side .rz-hours-of-op-wrapper .hours-cell {color: #fff;}
.col-side .rz-hours-of-op-wrapper .today-badge {display: none !important;}
.col-side .list-group-item {color: #fff;}
.col-side .list-group-item:hover {color: #fff !important;text-decoration: underline !important;}
.tiles-section .rz-section-header-title{font-weight:700}
.tiles-section .rz-section-header-text{margin-top:20px;font-weight:500}
.rz-tile-wrap{min-height:240px}
.rz-tile{justify-content:center;border-radius:8px}
.rz-tile-body-wrap{width:100%;flex:unset}
.rz-tile-img-wrap{border-radius:8px}
.rz-tile-wrap .rz-tile-body{padding:0;justify-content:center;align-items:center;background:transparent;width:100%}
.rz-tile:hover .rz-tile-img-wrap .rz-tile-img{transform:none}
.rz-tile .rz-tile-img-overlay::before{position:absolute;content:"";width:100%;height:100%;top:0;left:0;background:linear-gradient(0deg,var(--Color-Transparency-dark,#231f2080) 0%,var(--Color-Transparency-dark,#231f2080) 100%);transition:all .3s}
.rz-tile:hover .rz-tile-img-overlay::before{opacity:0}
.rz-tile .rz-tile-img-overlay::after{position:absolute;content:"";width:100%;height:100%;top:0;left:0;background:linear-gradient(0deg,var(--Color-Transparency-dark,#231f2059) 0%,var(--Color-Transparency-dark,#231f2059) 100%);transition:all .3s;opacity:0}
.rz-tile:hover .rz-tile-img-overlay::after{opacity:1}
.rz-tile .rz-tile-title{color:#FFF!important;font-weight:700!important;text-transform:uppercase}
.rz-tile-wrap .rz-tile .rz-tile-actions{margin-top:0}
.department-main .rz-tile-wrapper{margin-top:20px;margin-bottom:48px}
.department-main .rz-staff-directory-card-wrapper{margin:20px 0}
.department-main .rz-staffmember-card{background:#4166AE;border-radius:8px;position:relative}
.department-main .rz-staffmember-card .avatar-img::before{position:absolute;content:"";background:linear-gradient(180deg,#2f327f00 32%,#2F327F 80%);width:100%;height:100%;top:0;left:0;border-radius:8px}
.department-main .rz-staffmember-card .staff-details{display:flex;flex-direction:column;align-items:center;width:100%;position:absolute;bottom:0;left:50%;transform:translateX(-50%);padding:16px}
.department-main .staffmember-avatar-position{flex-direction:column;align-items:flex-start!important}
.department-main .staffmember-avatar-position .staffmember-avatar{width:100%}
.department-main .staffmember-avatar-position .avatar-img{width:100%!important;min-height:480px}
.department-main .rz-staffmember-card .staffmember-position{justify-content:center}
.department-main .rz-staffmember-card .staffmember-position p{color:#fff;font-size:18px;font-weight:700}
.department-main .rz-staffmember-card .staffmember-name p{color:#fff;font-size:24px!important;font-weight:700;line-height:36px;font-family:"Noto Sans",sans-serif;margin-top:6px!important}
.department-main .rz-staffmember-card .staffmember-dept p, .department-main .rz-staffmember-card .staffmember-bio p {color: #fff;}
.department-main .rz-staffmember-card .staffmember-dept>div.d-flex {justify-content: center;}
.department-main .staffmember-contact{margin-top:7px}
.department-main .staffmember-contact a, .department-main .staffmember-location a{color:#fff;font-weight:700;text-transform:uppercase}
.department-main .staffmember-contact a i{display:none}
.department-main .rz-section-header-title{text-transform:capitalize}
.dept-news-section .container,.dept-calendar-section .container{padding:0}
.dept-news-section .rz-news-card-wrapper{margin:20px 0}
.dept-calendar-section .rz-mini-events .mini-calendar{background:#F0E8D5;padding:24px 40px 40px;padding:24px 16px}
.dept-calendar-section .mini-calendar .fc-col-header{background:none!important}
.dept-calendar-section .rz-mini-events .fc-col-header-cell a{padding:13.5px 2px}
.dept-calendar-section .rz-mini-events a.fc-daygrid-day-number{padding:8px 0!important}
.dept-calendar-section .rz-mini-events .fc-col-header-cell a{padding:7px 2px}
.dept-calendar-section .fc-theme-standard th{background:none}
.dept-calendar-section .rz-mini-events a.fc-daygrid-day-number{padding:19px 0!important}
.dept-calendar-section .rz-button-wrap{margin-top:24px}
.dept-statistics-section .rz-section-header-title{margin-bottom:28px}
.dept-statistics-section .counter-box .rz-section-header-title{margin-bottom:16px}
.dept-statistics-section .rz-counter,.dept-statistics-section .counter-box .rz-section-header-title{color:#007A78;font-size:48px;font-weight:700;line-height:52.8px;font-family:"Noto Sans",sans-serif}
.dept-statistics-section .rz-label-icon-wrap{background:none!important;padding:0!important;color:#1A1A1A!important;font-size:20px!important;font-weight:700;font-family:"Noto Sans",sans-serif}
.dept-statistics-section .counter-box .rz-button-wrap{margin-top:0;justify-content:flex-start}
.dept-statistics-section .rz-button-wrap{margin-top:24px}
.dept-enotify-section{box-shadow:0 10px 10px 0 #0000000f inset;border-radius:8px}
.dept-enotify-section::before{position:absolute;content:"";background:linear-gradient(180deg,var(--Color-Brand-primary-dark,#2C5282) 0%,var(--Color-Brand-secondary-main,#007A78) 100%);width:100%;height:100%;top:0;left:0;border-radius:8px}
.dept-enotify-section .rz-column-block{display:flex;flex-direction:column;align-items:center;justify-content:center}
.dept-enotify-section .rz-section-header>.d-flex{text-align:center!important;align-items:center!important}
.dept-enotify-section .rz-section-header-title{color:#fff;font-size:48px;text-transform:capitalize}
.dept-enotify-section .rz-section-header-subtitle{color:#AEE5E4;font-size:80px;font-weight:700}
.dept-enotify-section .rz-rte-element{color:#fff;text-align:center;max-width:948px;margin:20px auto 0}
.dept-enotify-section .rz-button-wrap{margin-top:24px}
.dept-enotify-section .rz-button-wrap .btn{background-color:#AEE5E4;color:#1A1A1A}
.site-footer .footer-logo{width:120px}
.site-footer .rz-module-header{color:#2C5282;font-size:18px;font-weight:700;line-height:29.7px;margin-bottom:12px}
.site-footer .rz-module-header:hover {color: #007A78;}
.site-footer .list-group-item{border:none}
.site-footer .list-group-item:last-child {padding-bottom: 0 !important;}
.site-footer .list-group-item span{transition:all .3s}
.site-footer .list-group-item:hover span{color:#007A78!important;text-decoration:none}
.site-footer .rz-button-wrapper .btn:hover i{color:#007A78!important}
.site-footer .stats-logo-img {display: none;}
.site-footer .rz-button-wrapper .rz-btn-placeholder {display: none;}
#nav li.li-366 ul {display: none;}
/* .rz-brand-footer .f-privacy_policy, .rz-brand-footer .f-terms_and_conditions, .rz-brand-footer .f-cookie_policy {display: none;} */
.rz-brand-footer .f-cookie_policy {display: none;}
.rz-brand-footer .f-privacy_policy, .rz-brand-footer .f-terms_and_conditions {font-size: 0;}
.rz-brand-footer .f-privacy_policy::after {content: "Privacy and Cookies";font-size: 13.78px;}
.rz-brand-footer .f-terms_and_conditions::after {content: "Website Terms of Use and Disclaimer";font-size: 13.78px;}
#post .rz-accordion-wrapper, #post .rz-agendalist-card-wrapper, #post .rz-job-post-wrap, #post .rz-doc-center-wrapper, #post .rz-catalogues-card-wrapper, #post .rz-qlink-wrapper, #post .rz-tile-wrapper, #post .rz-rte-wrapper, #post .rz-button-wrapper, #post .rz-gallery-wrapper, #post .rz-staff-directory-card-wrapper, #post .rz-single-image-wrapper, #post .rz-news-card-wrapper, #post .rz-bids-post-wrap, #post .rz-form-builder-wrapper {margin-bottom: 24px;}
.intranet-logout-bar {position: relative;z-index: 1111;}
@media (min-width: 992px) and (max-width: 1200px) {
.site-header .rz-row-block.opt_row_columns_10{grid-template-columns:160px auto 170px!important}
.site-header #nav>li>a{font-size:16px;padding:12px}
.site-header .header-search-wrap.active input{width:170px}
}
@media only screen and (min-width:992px) {
.site-header .header-search-wrap{margin-bottom:3px;max-width:60px}
.site-header .header-search-wrap form{display:inline-block;margin:0;position:relative;width:60px}
.site-header .header-search-wrap input{width:60px;height:60px;padding:0 23px 0 10px;color:#1A1A1A;font-size:18px;font-weight:700;background:transparent;border-radius:32px;transition:width .3s,border-color .3s,background .3s;position:absolute;top:50%;right:0;transform:translateY(-50%);z-index:11;border:2px solid transparent;box-shadow: unset !important;outline: none !important;}
.site-header .header-search-wrap.active input{width:240px;padding-right:51px;padding-left:16px;border-color:#007A78;background:#fff;border-radius:32px;box-shadow:unset;outline:none}
.site-header .header-search-wrap.active button{background:none;backdrop-filter:unset;color:#004645}
.site-header .header-search-wrap button{width:60px;height:60px;position:absolute;top:50%;right:0;transform:translateY(-50%);background:#F5E882;border:none;border-radius:50px;color:#2C5282;font-size:20px;cursor:pointer;z-index:100;padding:0!important;display:inline-flex;justify-content:center;transition:all .3s}
.header-search-wrap button .vr,.header-search-wrap .vr{display:none!important}
.site-header .header-search-wrap input::placeholder{color:#1A1A1A}
.site-header .header-search-wrap button i{font-size:20px}
.site-header .header-search-wrap button i::before{-webkit-text-stroke:.8px currentcolor}
.site-header-wrap .logo-section{position:absolute}
.site-header-wrap.sticky-top .logo-section{margin-top:0;margin-bottom:0}
.site-header-wrap.sticky-top .main-logo-image{width:80px}
.main-top-header .top-header-logo img, .main-top-header .rz-single-image-wrapper img{width:95px!important}
.site-header #nav ul.make-mega{border-radius:0 0 8px 8px;border:0;background:#FFF;box-shadow:0 4px 28px 0 #00000029;margin:0!important;max-height: 550px;overflow: auto;}
.site-header #nav>li>ul::before{content:'';position:absolute;width:100%;height:26px;top:-26px;background:transparent;left:0}
.site-header .dropdown-header-item{display:none}
.site-header #nav{gap:4px!important;transition: none;}
.site-header #nav>li>a, .site-header #nav>li>span{line-height:24px;box-shadow:unset !important;outline:none !important;position:relative;font-weight:700;text-transform:uppercase;gap:6px}
.site-header #nav>li>a::before{position:absolute;content:"";background:#004645;width:100%;height:2px;transition:all .3s;opacity:0;left:50%;bottom:0;transform:translateX(-50%)}
.site-header #nav>li>a.show::before{opacity:1}
#nav .dropdown-toggle:after,#nav li a.dropdown-toggle.show:after{content:"\F229";font-size:10px;transform:none}
#nav ul.make-mega ul ul>li{margin:0}
.site-header .mega-wrapper{gap:48px!important}
.site-header #nav .mega-button{position:relative;width:234px}
.site-header #nav .mega-button img{width:100%}
.site-header #nav .mega-button-title{color:#fff;font-size:18px;font-weight:700;line-height:27px;text-transform:uppercase;text-align:center;padding:0 25px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%}
.site-header #nav .mega-link-text{color:#000;font-size:14px;font-weight:400;line-height:21px}
.site-header #nav .mega-button a{color:#124289;font-size:14px;font-weight:700;line-height:21px;text-decoration:underline;padding:0;background:transparent}
#nav ul.mega-wrap-inner{column-gap:24px!important;column-rule:1px solid #D5E6FC}
#nav ul.make-mega ul ul{margin:-7px 0 15px}
.mega-wrap-inner .menuLI {break-inside: unset;}
#nav ul li a:not(.mega-button-link):not(.dropdown-header),#nav ul li:not(.make-mega) span{line-height:30px;margin-bottom:6px;text-transform:uppercase}
#nav ul li a:not(.mega-button-link):not(.dropdown-header):hover,#nav ul li:not(.make-mega) span:hover{color:#004645;text-decoration:underline}
#nav .mega-wrap-inner li li a:not(.fa):not(.dropdown-header),#nav .mega-wrap-inner li li span:not(.fa){font-weight:500;line-height:26.4px;margin-bottom:0;text-transform:capitalize}
#nav ul.normal-menu li a {margin-bottom: 8px !important;}
#nav .nav-border{display:none!important}
#nav li.li-233 .mega-button, #nav li.li-159 .mega-button {display: none !important;}
#nav li.li-233 .mega-wrap-inner, #nav li.li-159 .mega-wrap-inner {column-count: 5;}
.col-side .submenu-header.rz-module-header{padding:0;color:#fff;font-size:24px;font-weight:700;line-height:36px;font-family:"Noto Sans",sans-serif;text-transform:capitalize;margin-bottom:24px}
.col-side #submenu>li{margin-bottom:20px}
.col-side #submenu ul {min-width: 300px;max-height: 300px;overflow: auto;}
.col-side #submenu ul a, .col-side #submenu ul span {white-space: break-spaces;}
.col-side #submenu ul a:hover, .col-side #submenu ul span:hover {text-decoration: underline;}
.col-side #submenu>li:last-of-type{margin-bottom:0}
.col-side #submenu>li>a, .col-side #submenu>li>span{font-size:16px;font-weight:500;line-height:26.4px;box-shadow: unset !important;outline: none !important;}
.col-side #submenu>li:hover>a{text-decoration:underline}
.floating-alert{right:24px;bottom:unset;top:174px;width:400px}
.user-logged-in .floating-alert{top:230px}
.hero-section .tns-controls,.rz-slider-wrapper .tns-controls{left:72px}
.hero-section .nav-controls,.rz-slider-wrapper .nav-controls{right:72px}
.department-hero-section .hero-wrap .hero-caption-wrap{margin-top:124px}
.qlink-section .rz-qlink-wrapper .tiny-carousel,.rz-news-card-wrapper .tiny-carousel{padding-bottom:0!important}
.calendar-section .rz-button-wrapper{margin-top:-93px}
.department-main .rz-row-block.opt_row_columns_6{grid-template-columns:320px auto}
.department-qlinks .tns-outer{padding:0 48px!important}
.department-qlinks .rz-qlink-wrapper .tns-controls{left:0;right:0;bottom:unset;justify-content:space-between;top:50%;transform:translateY(-50%)}
.qlink-section:has(.tns-controls:not([style*="display: none"])) .rz-button-wrapper,.dept-news-section:has(.tns-controls:not([style*="display: none"])) .rz-button-wrapper,.news-section:has(.tns-controls:not([style*="display: none"])) .rz-button-wrapper,
.news-section:has(.tns-controls:not([style*="display: none"])) .rz-button-wrapper{margin-top:24px;margin-left:92px}
.rz-slider-wrapper .page-title-wrapper {margin-top: 70px;}
#freeform .department-qlinks {padding-bottom: 48px;padding-top: 16px;}
.freeform-fullwidth .col-post-wrap{flex-basis:1588px;min-height:auto}
}
@media only screen and (max-width:991px) {
.alert-top{padding:32px 0 16px!important}
.alert-top .marquee-wrap{padding-left:16px!important;padding-right:32px!important}
.alert-top .alert-btn-close{position:absolute;top:-16px;right:16px}
.alert-top .marquee-text>div{display:flex;flex-direction:column;justify-content:center;text-align:center}
.alert-top .btn-primary{padding:0!important;border:0}
.nav-controls button{width:12px;height:12px}
.nav-controls button.active{width:24px}
.tns-controls button{padding:0;font-size: 14px;}
#nav .dropdown-header-item {display: none !important;}
#nav>li>a {font-weight: 700;}
#nav ul>li>a {padding-left: 24px !important;font-weight: 600;}
#nav ul ul ul li a {padding-left: 38px !important;font-weight: 400;}
.site-header .responsive-menu {display: none !important;}
.site-header .main-logo-image{padding-left: 8px;}
.site-header .main-logo-image img{min-height:3.5rem;margin-left: unset;}
.hero-section .rz-section-header-wrapper{margin-bottom:16px!important}
.hero-section .rz-button-wrap{justify-content:center}
.hero-section .tns-controls{right:15px!important;left:15px!important;bottom:20px;justify-content:space-between;width:auto;transform:translate(0)!important}
.hero-section .nav-controls,.news-section .nav-controls,.qlink-section .nav-controls,.rz-slider-wrapper .nav-controls,.dept-news-section .nav-controls{display:none!important}
.hero-section .nav-controls button{width:16px;height:16px}
.hero-section .tns-controls button{width:16px;height:16px;padding:0}
.hero-section .rz-section-header-title{font-size:58px!important;line-height:50px}
.department-hero-section .rz-section-header-title{font-size:26px!important;line-height:35px;text-align:center}
.department-hero-section .breadcrumb{margin-top:16px}
.hero-section .header-search-wrap .form-control{height:52px}
.hero-section .header-search-wrap button i::before{font-weight:400!important}
.hero-section .rz-button-wrapper{margin-top:30px!important}
.hero-section .hero-caption-wrap .rz-section-block.container{padding:0}
.rz-slider-wrapper .tns-controls{top:50%;left:16px;right:16px;justify-content:space-between}
.hero-section .rz-section-header-subtitle,.news-section .rz-section-header-subtitle,.statistics-section .rz-section-header-subtitle,.calendar-section .rz-section-header-subtitle,.dept-enotify-section .rz-section-header-subtitle{font-size:36px!important}
.rz-qlink .rz-qlink-title{max-width:100%}
.rz-qlink-wrapper .tiny-carousel{padding-bottom:50px}
.qlink-section .rz-qlink-wrapper .tiny-carousel {padding-bottom: 0;}
.rz-qlink-wrapper .nav-controls button{width:16px;height:16px}
.rz-qlink-wrapper .tns-controls{left:50%!important;transform:translateX(-50%);bottom:0!important}
.qlink-section .rz-qlink-wrapper .tns-controls{bottom:0;justify-content:center;gap:16px}
.qlink-section .rz-button-wrapper{margin-left:0!important;margin-top: 28px !important;}
.rz-news-card .rz-card-img-wrap{aspect-ratio:16/12.6}
.news-section .rz-button-wrap{align-items:center;justify-content:center}
.rz-news-card-wrapper .tns-controls{left:50%!important;transform:translateX(-50%)!important;justify-content:center;bottom:0!important;gap:16px}
.news-section .rz-button-wrapper{margin-left:0!important}
.rz-news-card[data-card-layout="stacked"] .rz-card-img-wrap{height:270px}
.rz-news-card[data-card-layout="stacked"] .rz-card-title{font-size:20px;line-height:31px}
.calendar-section .rz-section-header-wrapper{margin-bottom:32px!important}
.calendar-tabs{width:100%;margin-bottom:32px!important}
#cal-tabs button{padding:12px 16px;font-size:16px}
.rz-mini-events .mini-calendar{padding:24px 16px}
.rz-mini-events .fc-toolbar-chunk:nth-of-type(1) .fc-button-group:nth-of-type(1){left:16px;right:16px;top:35px}
.rz-mini-events .fc-prev-button,.rz-mini-events .fc-next-button{width:24px;height:24px}
.rz-mini-events .fc-prev-button .fc-icon,.rz-mini-events .fc-next-button .fc-icon{font-size:13px!important}
.rz-mini-events .fc-col-header-cell a{padding:4px 2px;font-size:16px;font-weight:600}
.rz-mini-events a.fc-daygrid-day-number{font-size:16px;padding:10px 0!important}
.rz-mini-events .day-has-event .fc-daygrid-day-top a::after{width:100%;height:100%}
.rz-mini-events .fc-dayGridMonth-view .fc-day-today .fc-daygrid-day-top a::after{width:100%;height:100%}
.rz-mini-events .mini-events-list .cal-event-wrap{padding:24px 16px}
.mini-events-list .cal-event-wrap .cal-event-title{font-size:18px;line-height:28px}
.mini-events-list .cal-event-wrap .cal-event-date,.mini-events-list .cal-event-wrap .cal-event-time{font-size:16px}
.calendar-section .rz-button-wrapper{margin-top:24px}
.counter-box .rz-section-header-title{font-size:38px!important}
.dept-enotify-section .rz-section-header-title{font-size:30px}
.counter-box span.rz-label-icon-wrap{font-size:20px!important}
.enotify-box .rz-rte-element{font-size:16px}
.page-title-wrapper .page-title h1{font-size:32px;margin-bottom:16px;line-height:37px}
#post blockquote{font-size:18px;line-height:27.6px;padding:32px 16px}
.site-footer .rz-module-header {margin-bottom: 16px;}
.site-footer .list-group-item {padding-bottom: 10px !important;}
.site-footer .footer-logo-section, .site-footer .rz-module-header, .site-footer .list-group-item, .site-footer .social-btns-wrap{justify-content:center}
.site-footer .rz-button-wrap{align-items:center;justify-content:center}
.site-footer .rz-rte-element{text-align:center}
.dept-statistics-section .rz-section-header-wrap{justify-content:center}
.dept-statistics-section .counter-box{display:flex;flex-direction:column;align-items:center}
.dept-statistics-section .rz-button-wrap,.dept-calendar-section .rz-button-wrap,.dept-news-section .rz-button-wrap{justify-content:center}
.dept-statistics-section .rz-section-header-title{text-align:center}
.dept-statistics-section .rz-counter,.dept-statistics-section .counter-box .rz-section-header-title{font-size:36px;line-height:40.8px}
#calendar-filters {flex-wrap: wrap;}
}
@media only screen and (max-width:767px) {
.qlink-section .tiny-carousel-wrap .tns-ovh {padding: 0 !important;}
.qlink-section .tiny-carousel-wrap .tiny-carousel {transform: none !important;flex-wrap: wrap;gap: 7px;row-gap: 14px;width: 100% !important;}
.qlink-section .tiny-carousel-wrap .tns-item {width: 49% !important;}
.qlink-section .rz-qlink-wrapper .tns-controls {display: none;}
.qlink-section .rz-qlink-wrap:nth-child(n+7) {display: none;}
.rz-qlink {height: 150px;}
.rz-qlink .rz-qlink-body-wrap {padding: 24px 16px;}
.rz-qlink .rz-qlink-title {font-size: 18px;line-height: 24px;text-transform: capitalize;font-weight: 600;}
.rz-qlink-wrapper .row {--bs-gutter-y: 14px !important;--bs-gutter-x: 14px !important;}
}
#chat-wrapper {position: fixed; right: 15px; bottom: 15px; z-index: 99;display: none;}
.ui-dialog {display: none !important;}
.rz-page-links-361 #chat-wrapper, .rz-page-links-484 #chat-wrapper, .rz-page-links-485 #chat-wrapper,
.rz-page-links-486 #chat-wrapper, .rz-page-links-487 #chat-wrapper, .rz-page-links-488 #chat-wrapper,
.rz-page-links-489 #chat-wrapper, .rz-page-links-490 #chat-wrapper, .rz-page-links-491 #chat-wrapper,
.rz-page-links-492 #chat-wrapper, .rz-page-links-493 #chat-wrapper, .rz-page-links-495 #chat-wrapper,
.rz-page-links-496 #chat-wrapper, .rz-page-links-497 #chat-wrapper, .rz-page-links-498 #chat-wrapper {display: block;}
.rz-page-links-361 .ui-dialog, .rz-page-links-484 .ui-dialog, .rz-page-links-485 .ui-dialog,
.rz-page-links-486 .ui-dialog, .rz-page-links-487 .ui-dialog, .rz-page-links-488 .ui-dialog,
.rz-page-links-489 .ui-dialog, .rz-page-links-490 .ui-dialog, .rz-page-links-491 .ui-dialog,
.rz-page-links-492 .ui-dialog, .rz-page-links-493 .ui-dialog, .rz-page-links-495 .ui-dialog,
.rz-page-links-496 .ui-dialog, .rz-page-links-497 .ui-dialog, .rz-page-links-498 .ui-dialog {display: block;}
.footer-btm-links {display: none;}
.footer-btm-links .list-group {flex-direction: row;}
.footer-btm-links .list-group-item {width: fit-content;}
