



@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,100..900;1,100..900&family=Pacifico&display=swap');
:root,
[data-bs-theme=light] {
	--bs-primary: #055e2b;
	--bs-secondary: #f6b517;
	--bs-primary-rgb: 5, 94, 43;
	--bs-secondary-rgb: 246, 181, 23;
	--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: "Libre Franklin", sans-serif;;
	--bs-body-font-size: 1rem;
	--bs-body-font-weight: 400;
	--bs-body-line-height: 1.5;
	--bs-body-color: #0e0e0e;
	--bs-body-color-rgb: 14, 14, 14;
	--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: "Libre Franklin", sans-serif;;
	--bs-headers-font-weight: 700;
	--rz-container-width: 1376px;
	--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: #055E2B;
	--rz-links-hover-color: #055E2B;
	--bs-light: rgba(5, 94, 43, 0.05);
	--userway-color: var(--bs-primary);
	--rz-header-width: ;
}

h1,.h1{font-size: min(48px, 7vw); color:var(--bs-body-color)}
h2,.h2{font-size: min(40px, 6.2vw); color:var(--bs-body-color)}
h3,.h3{font-size: min(36px, 5.4vw); color:var(--bs-body-color)}
h4,.h4{font-size: min(32px, 4.8vw); color:var(--bs-body-color)}
h5,.h5{font-size: min(24px, 4.4vw); color:var(--bs-body-color)}
h6,.h6{font-size: min(20px, 4.2vw); color:var(--bs-body-color)}

a {
	color: #055E2B;
}

a:hover{
	color: #055E2B
}

.btn {
	--bs-btn-border-width: var(--bs-border-width);
}

/* buttons */
.btn:not(.btn-link):not(.builder-btn):not(.btn-sm):not(.btn-lg):not(.dropdown .btn):not(#ics-view-export):not(.modal-action-buttons .btn):not(.rz-brand-footer .btn):not(.agendalist-links .btn):not(#agendaClear.btn):not(.offcanvasHeaderItems-offcanvas-body .btn),.rz-form-builder-wrapper [type="submit"] {
	--bs-btn-padding-x: 24px;
	--bs-btn-padding-y: 10.5px;
	--bs-btn-font-family: "Libre Franklin", sans-serif;;
	--bs-btn-font-size: 18px;
	--bs-btn-font-weight: 400;
	--bs-btn-line-height: 1.5;
	--bs-btn-border-radius: var(--bs-border-radius);
	--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: #055E2B;
	--bs-btn-border-color: #055E2B;
	--bs-btn-hover-color: #000000;
	--bs-btn-hover-bg: #F6B619;
	--bs-btn-hover-border-color: #f6b619;
	--bs-btn-active-color: #000000;
	--bs-btn-active-bg: #F6B619;
	--bs-btn-active-border-color: #f6b619;
	--bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-primary-rgb), .5);
}

.btn-outline-primary{
	--bs-btn-color: #055E2B;
	--bs-btn-bg: transparent;
	--bs-btn-border-color: #055E2B;
	--bs-btn-hover-color: #000000;
	--bs-btn-hover-bg: #F6B619;
	--bs-btn-hover-border-color: #f6b619;
	--bs-btn-active-color: #000000;
	--bs-btn-active-bg: #F6B619;
	--bs-btn-active-border-color: #f6b619;
	--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: #000000;
	--bs-btn-border-color: #000000;
	--bs-btn-hover-color: #FFFFFF;
	--bs-btn-hover-bg: #000000;
	--bs-btn-hover-border-color: #000000;
	--bs-btn-active-color: #FFFFFF;
	--bs-btn-active-bg: #000000;
	--bs-btn-active-border-color: #000000;
	--bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-secondary-rgb), .5);
}

.btn-outline-secondary {
	--bs-btn-color: #000000;
	--bs-btn-bg: transparent;
	--bs-btn-border-color: #000000;
	--bs-btn-hover-color: #FFFFFF;
	--bs-btn-hover-bg: #000000;
	--bs-btn-hover-border-color: #000000;
	--bs-btn-active-color: #FFFFFF;
	--bs-btn-active-bg: #000000;
	--bs-btn-active-border-color: #000000;
	--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:#000000;
}
.btn.btn-secondary:hover a{
	color:#FFFFFF;
}
.btn.btn-custom:hover a{
	color:#FFFFFF;
}

/* freeform page */
#freeform {
	--rz-freeform-content-padding: 40px 15px;
	--rz-freeform-content-bg: #E2EBF3;
	--rz-left-col-width: 312px;
	--rz-left-col-padding: 0;
	--rz-left-col-margin: 0;
	--rz-left-col-bg: #E2EBF3;
	--rz-freeform-left-col-fill-bg: #E2EBF3;
	--rz-right-col-width: 1032px;
	--rz-freeform-right-col-fill-bg: #E2EBF3;
	--rz-freeform-post-padding: 0 0 0 32px;
	--rz-freeform-post-bg: #E2EBF3;
}

.rz-slider-wrapper {
	--rz-slider-height: 320px;
	--rz-slider-bg: #000000;
	--rz-slider-caption-color: #FFFFFF;
	--rz-slider-caption-width: var(--rz-container-width);
}
.rz-slider .rz-slider-bg-overlay{
	background: none;
}
@media only screen and (min-width:992px) {
	#submenu {
		--rz-submenu-padding: 0;
		--rz-submenu-margin: 0;
		--rz-submenu-bg: transparent;
		--rz-submenu-border: ;
		--rz-submenu-color: #000000;
		--rz-submenu-border-radius: 0;
		--rz-submenu-font-size: ;
		--rz-submenu-item-padding: 0;
		--rz-submenu-item-color: #000000;
		--rz-submenu-item-bg: #00000000;
		--rz-submenu-item-border: none;
	}
	[data-style="horizontal"] #submenu {
		--rz-submenu-padding: 0;
		--rz-submenu-margin: 0;
		--rz-submenu-bg: transparent;
		--rz-submenu-border: ;
		--rz-submenu-color: #000000;
		--rz-submenu-border-radius: 0;
		--rz-submenu-font-size: ;
		--rz-submenu-item-padding: 0;
		--rz-submenu-item-color: #000000;
		--rz-submenu-item-bg: #00000000;
		--rz-submenu-item-border: none;
	}
}

.submenu-header,.col-side-wrap .rz-module-header {
	--rz-submenu-title-padding: 0;
	--rz-submenu-title-bg: ;
	--rz-submenu-title-font-color: #000000;
}

.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: 16px;
	--bs-breadcrumb-bg: transparent;
	--bs-breadcrumb-border-radius: ;
	--bs-breadcrumb-divider-color: #888888;
	--bs-breadcrumb-item-padding-x: 20px;
	--bs-breadcrumb-item-active-color: #000000;
	--bs-breadcrumb-link-color: #055e2b;
	--bs-breadcrumb-divider: '\FF0F';
}

/* 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: 191px;
	--rz-logo-margin-top: 0;
	--rz-logo-margin-right: 0;
	--rz-logo-margin-bottom: 0;
	--rz-logo-margin-left: 0;
	--rz-logo-font-size: min(40px, 5vw);
	--rz-logo-tagline-font-size: 16px;
	--rz-logo-letter-spacing: -1px;
	--rz-logo-tagline-letter-spacing: 3px;
	--rz-logo-font-weight: bold;
	--rz-logo-tagline-font-weight: bold;
	--rz-logo-tagline-color: rgba(204, 17, 17, 1);
	--rz-nav-bg-color: transparent;
	--rz-nav-border-color: transparent;
	--rz-nav-border-top-width: 0px;
	--rz-nav-border-right-width: 0px;
	--rz-nav-border-bottom-width: 0px;
	--rz-nav-border-left-width: 0px;
	--rz-nav-padding-top: 0rem;
	--rz-nav-padding-right: 0rem;
	--rz-nav-padding-bottom: 0rem;
	--rz-nav-padding-left: 0rem;
	--rz-nav-margin-top: 0rem;
	--rz-nav-margin-right: 0rem;
	--rz-nav-margin-bottom: 0rem;
	--rz-nav-margin-left: 0rem;
	--rz-nav-link-color: #000000;
	--rz-nav-link-hover-color: #055E2B;
	--rz-nav-link-hover-bg-color: rgba(0, 0, 0, 0);
	--rz-nav-link-padding-x: 12px;
	--rz-nav-link-padding-y: 8px;
	--rz-nav-link-border-radius: 0px;
	--rz-nav-item-padding-x: 0rem;
	--rz-nav-item-padding-y: 28px;
	--rz-nav-icons-color: #222;
	--rz-nav-mega-link-first-child-color: #055E2B;
	--rz-nav-mega-second-child-link-color: #000000;
	--rz-nav-mega-column-count: 4;
	--rz-nav-mega-padding-y: 32px;
	--rz-nav-mega-padding-x: 32px;
	--rz-nav-font-size: 1rem;
	--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: 0 0 16p 16px;
	--rz-nav-mega-second-child-font-size: 14px;
	/* mobile header options */
	--rz-header-bg-color-mobile: #FFFFFF;
	--rz-header-icons-color-mobile: #000000;
	--rz-scroll-header-bg-color-mobile: #FFFFFF;
	--rz-scroll-header-icons-color-mobile: #000000;
	/* header options  */
	/* only used if inner page has no slider */
	--rz-header-height: 131px;
}

/* footer */
.site-footer-wrap {
	--rz-logo-width: 191px;
}

@media only screen and (min-width:992px) {
	[data-header-left="true"] .site-header-wrap {
		width:;
		flex-basis:;
	}

	#nav .make-mega {
		--rz-mega-width: 1344px;
	}

	.tiny-carousel-wrap {
		--rz-carousel-controls-height: 32px;
		--rz-carousel-controls-width: 32px;
		--rz-carousel-controls-font-size: 21px;
		--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: 16px;
		--rz-carousel-nav-button-height: 16px;
		--rz-carousel-nav-button-active-width: 16px;
		--rz-carousel-nav-button-margin: 0;
		/* play and dots container	 */
		--rz-carousel-nav-controls-padding: 0;
	}

	.hero-wrap {
	--hero-height: 720px;
	}
	
	.hero-wrap .hero-caption-wrap{
	width:var(--rz-container-width)
	}
	
	.hero-wrap {
		--rz-carousel-controls-height: 64px;
		--rz-carousel-controls-width: 64px;
		--rz-carousel-controls-font-size: 1.5rem;
	}

	.hero-wrap {
		--rz-carousel-play-button-font-size: var(--rz-carousel-controls-font-size);
		--rz-carousel-play-button-width: calc(var(--rz-carousel-controls-height) - 4px);
		--rz-carousel-nav-button-active-width: 32px;
		--rz-carousel-nav-controls-padding: 4px 4px 4px 16px;
	}
	.hero .tns-nav button{
		--rz-carousel-nav-button-width: 16px;
		--rz-carousel-nav-button-height: 16px;
	}

}

.tiny-carousel-wrap {
	/* 	arrows */
	--bs-gutter-x: 1.5rem;
	--rz-carousel-controls-bg: rgba(0, 0, 0, 0);
	--rz-carousel-controls-border-radius: 0;
	--rz-carousel-controls-color: #ffffff;
	--rz-carousel-controls-border: 0;
	--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: 0;
	--rz-carousel-nav-button-border-radius: 100px;
	--rz-carousel-nav-button-border: 0;
	--rz-carousel-nav-button-bg: #ffffff;
	--rz-carousel-nav-button-active-bg: #77b2e1;
	/* play and dots container	 */
	--rz-carousel-nav-controls-bg: #00000000;
	--rz-carousel-nav-controls-border-radius: 0;
	--rz-carousel-nav-controls-border: 0;
}

/* 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: none;
	--rz-carousel-nav-button-bg: #ffffff;
	--rz-carousel-nav-button-active-bg: #055E2B;
	--rz-carousel-nav-controls-bg: #fff;
	--rz-carousel-nav-controls-border-radius: 100px;
	--rz-carousel-nav-controls-border: none;
}

/* 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: var(--bs-headers-font-weight);
}

/* hero/sliders */
@media only screen and (max-width:991.8px) {
	.hero-wrap {
		--hero-height: 400px;
	}

	.rz-slider-wrapper {
		--rz-slider-height: 320px;
	}

	#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: 16px;
	--rz-qlink-text-font-size: 16px;
	--rz-qlink-title-color: #fff;
	--rz-qlink-text-color: #fff;
	--rz-qlink-color: #fff;
	--rz-qlink-bg: #00000000;
	--rz-qlink-border-color: #00000000;
	--rz-qlink-border-radius: 16px;
	--rz-qlink-border-width: 0;
	--rz-qlink-img-height: 300px;
	--rz-qlink-img-aspect-ratio: 16 / 9;
	--rz-qlink-img-overlay-color: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.8) 100%);
	--rz-qlink-icon-width: 48px;
	--rz-qlink-icon-height: 48px;
	--rz-qlink-icon-bg-color: #00000000;
	--rz-qlink-icon-color: #F6B517;
	--rz-qlink-icon-border-color: #00000000;
	--rz-qlink-icon-border-width: 1px;
	--rz-qlink-icon-border-radius: 100px;
	--rz-qlink-icon-font-size: 40px;
	--rz-qlink-footer-border: 1px solid #ccc;
	--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: 0;
	--rz-tile-body-padding: 0;
	--rz-tile-title-font-size: 22px;
	--rz-tile-text-font-size: 16px;
	--rz-tile-title-color: #fff;
	--rz-tile-text-color: #fff;
	--rz-tile-color: #fff;
	--rz-tile-bg: #fff;
	--rz-tile-border-color: #ccc;
	--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: #ccc;
	--rz-tile-icon-border-width: 1px;
	--rz-tile-icon-border-radius: 100px;
	--rz-tile-icon-font-size: 2rem;
	--rz-tile-footer-border: 1px solid #ccc;
	--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-section .hero-caption-wrap>*{width:100%;max-width:100%}
.hero-section .header-search-wrap{max-width:771px}
.hero-section .header-search-wrap .form-control{padding:18.5px 20px;border:none;background:#FFF;border-radius:8px;color:#0009;font-size:18px;font-weight:400;line-height:27px;box-shadow:unset;outline:none}
.hero-section .header-search-wrap input::placeholder{color:#0009}
.hero-section .header-search-wrap:hover .form-control{background:#fff}
.hero-section .header-search-wrap button{padding:0!important;right:24px!important}
.hero-section .header-search-wrap button i{color:#124289;font-size:18px}
.hero-section .header-search-wrap button span{display:none!important}
.hero-section .rz-section-header .rz-section-header-title{text-shadow:0 0 18px #00000080;-webkit-text-stroke-width:1px;-webkit-text-stroke-color:#0006;font-size:48px;font-weight:500;line-height:1.2;text-align:center}
.hero-section .rz-section-header .rz-section-header-title span{font-family:"Pacifico",cursive;font-size:64px}
.hero-section .nav-controls{padding:0!important;top:34.44%;left:12px;right:unset;bottom:unset!important;height:auto;background:transparent}
.hero-section .nav-controls .tns-nav{overflow:visible;gap:8px;justify-content:center;flex-direction:column}
.hero-section .nav-controls button.tns-nav-active{width:16px!important;height:16px!important;transform:scale(1.25)}
.hero-section .nav-controls button.tns-nav-active::after{background-color:#055E2B!important;transition:unset}
.hero-section .tns-controls{display:none}
.hero-section .rz-slider-bg-overlay{background:linear-gradient(180deg,#0f2f1c00 62.98%,#0F2F1C 100%)}
.rz-qlink{transition:all .3s}
.rz-qlink::after {background:linear-gradient(180deg,#E0F8EA 0%,#95C2A8 100%);border-radius: 16px;position: absolute;content: "";width: 50%;height: 50%;top: 50%;left: 50%;transform: translate(-50%, -50%);transition: all 0.3s;opacity: 0;}
.rz-qlink:hover::after{opacity: 1;width: 100%;height: 100%;}
.rz-qlink .rz-qlink-icon{margin-bottom:24px}
.qlink-section .rz-qlink .rz-qlink-title{color:#fff}
.rz-qlink:hover .rz-qlink-icon,.rz-qlink:hover .rz-qlink-title{color:#0F2F1C}
.qlink-section .nav-controls{display:none!important}
.qlink-section .tns-outer {padding: 0 50px !important;}
.qlink-section .rz-qlink-wrapper .tns-controls {left: 0;right: 0;}
.qlink-section .rz-qlink-wrapper .tns-controls button{padding: 0;}
.tns-controls button:first-of-type i:before{content:"\e5c4";font-family:'Material Icons'!important;font-size:30px}
.tns-controls button:last-of-type i:before{content:"\e5c8";font-family:'Material Icons'!important;font-size:30px}
.welcome-section .rz-rte-element{color:#E2EBF3;font-size:32px;font-weight:300}
.welcome-section .rz-button-wrap .btn{background-color:#F6B517;border-color:#F6B517;color:#000}
.welcome-section .rz-button-wrap .btn:hover{background-color:#0F2F1C;border-color:#0F2F1C;color:#fff}
.welcome-section .parks-img-col img{border-radius:16px}
.welcome-wave{position:absolute!important;width:100%;height:209px;left:0;bottom:-2px;z-index:-1}
.welcome-wave .rz-column-block{height:209px}
.welcome-wave .rz-single-image-wrapper,.welcome-wave .rz-single-image-wrap,.welcome-wave .rz-single-image,.welcome-wave img{height:100%}
.news-section .rz-section-header-wrap,.news-section .rz-button-wrap{justify-content:center}
.rz-news-card{border-radius:8px;background:#FFF;padding:0;width:100%;border:0;border:none}
.rz-news-card:hover{background:#055E2B}
.rz-news-card .rz-card-img-wrap{border-radius:8px 8px 0 0!important;height:326px}
.rz-news-card:hover .rz-card-img-wrap .rz-card-img{transform:none}
.rz-news-card .rz-card-body{padding:32px;gap:16px!important;flex-direction:column;margin:0}
.rz-news-card .rz-card-date{border-radius:4px;background:#055E2B;color:#fff;font-size:14px;font-weight:400;line-height:21px;position:absolute;top:280px}
.rz-news-card .rz-card-date .news-published-text,.rz-news-card .rz-card-date .news-date-month-long,.rz-news-card .rz-card-date .news-date-day .news-comma,.rz-news-card .rz-card-date .news-date-day .news-date-year{display:none}
.rz-news-card .rz-card-title{color:#000;font-size:24px;line-height:36px;font-weight:500;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis;transition:all .3s}
.rz-news-card:hover .rz-card-title{color:#fff!important}
.rz-news-card .rz-news-button{background:none;padding:0;color:#055E2B!important;font-size:14px;font-weight:400;line-height:21px;border:none}
.rz-news-card:hover .rz-news-button{color:#fff!important;text-decoration:underline}
.rz-news-card .rz-news-button i{display:none}
.news-wave{position:absolute!important;width:100%;height:316px;left:0;bottom:-2px;z-index:-1}
.news-wave .rz-single-image-wrapper,.news-wave .rz-single-image-wrap,.news-wave .rz-single-image,.news-wave img{height:100%}
.calendar-tabs{position:absolute!important;width:calc(50% - 16px)}
#cal-tabs{display:flex;gap:1px;position:absolute;top:0;z-index:2;width:100%;padding:0;background-color:#fff;border-radius:8px 8px 0 0}
#cal-tabs button{flex:1;border:none;background:#055E2B;color:#fff;padding:15px 0;font-size:20px;font-weight:700;position:relative;line-height:26px;justify-content:center;transition:all .3s}
#cal-tabs button:hover:not(.active){background-color:#F6B517;color:#000}
#cal-tabs button:first-of-type{border-radius:8px 0 0 0}
#cal-tabs button:last-of-type{border-radius:0 8px 0 0}
#cal-tabs button.active{background:#0f2f1cd9}
.mini-calendar-wrap:not(.active){display:none!important}
.rz-mini-events .mini-calendar{background-color:#0f2f1cd9;border-radius:8px;padding:90px 32px 32px;display:block!important;height:100%;position:relative;z-index:1}
.fc-daygrid-body,.fc-col-header{width:100%!important}
table.fc-scrollgrid-sync-table{width:100%!important}
.rz-mini-events .fc-toolbar-title{font-size:24px!important;font-weight:700;line-height:36px;color:#FFF;text-align:center}
.rz-mini-events .fc-prev-button,.rz-mini-events .fc-next-button{display:inline-flex;align-items:center;justify-content:center;flex:none;background:none!important;border-color:transparent;padding:0;width:24px;height:24px;border-radius:4px;color:#00404E!important}
.rz-mini-events .fc-prev-button:hover,.rz-mini-events .fc-next-button:hover,.rz-mini-events .fc-prev-button:active,.rz-mini-events .fc-next-button:active,.rz-mini-events .fc-prev-button:focus,.rz-mini-events .fc-next-button:focus,.fc-prev-button:active,.fc-next-button:active{background:none!important}
.fc-prev-button:active,.fc-next-button:active{background-color:transparent!important}
.rz-mini-events .fc-prev-button .fc-icon,.rz-mini-events .fc-next-button .fc-icon{vertical-align:unset;font-size:9px!important;color:#fff}
.rz-mini-events .fc-icon-chevron-left:before{content:"\f053";font-family:'FontAwesome';display:inline-block}
.rz-mini-events .fc-icon-chevron-right:before{content:"\f054";font-family:'FontAwesome';display:inline-block}
.rz-mini-events .fc-button-group button{flex:unset!important;padding:0!important}
.rz-mini-events .fc-toolbar.fc-header-toolbar{margin-bottom:24px}
.rz-mini-events .fc .fc-daygrid-day-top{justify-content:center}
.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}
.rz-mini-events .fc-col-header{background:none}
.rz-mini-events .fc-col-header-cell.fc-day{background:none}
.rz-mini-events .fc-col-header-cell a{font-size:16px!important;font-weight:400;color:#FFF;text-decoration:none;margin:0 0 4px;padding:10.6px 0;line-height:24px}
.rz-mini-events a.fc-daygrid-day-number{font-size:14px;font-weight:400;color:#fff;line-height:21px;text-decoration:none;pointer-events:none;padding:12.14px 0!important;margin:4px;font-weight:400}
.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:underline;color:#F6B619!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:48px;height:48px;background:none;border-radius:8px;z-index:-1}
.rz-mini-events .fc-dayGridMonth-view .fc-day-today .fc-daygrid-day-top a:hover{text-decoration:underline}
.rz-mini-events .fc-dayGridMonth-view .fc-day-today .fc-daygrid-day-top a:hover::after{background:transparent}
.rz-mini-events .day-has-event .fc-daygrid-day-top a::after{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:48px;height:48px;background:#F6B517;border-radius:8px;z-index:-1}
.rz-mini-events .day-has-event .fc-daygrid-day-top a:hover::after{background:#F6B619}
.rz-mini-events .fc .fc-scrollgrid-section-sticky > *{background:none}
.rz-mini-events .fc-event:hover{color:#000!important}
.rz-mini-events .fc .fc-day-other .fc-daygrid-day-top{opacity:1}
.rz-mini-events .fc .fc-day-other .fc-daygrid-day-top a{color:#ffffff80;font-weight:400;text-decoration:none}
.rz-mini-events .fc .fc-day-other .fc-daygrid-day-top a::after{background:none}
.rz-mini-events .fc-toolbar-chunk:nth-of-type(1){position:absolute;top:0;left:0;width:100%;display:flex;justify-content:flex-end}
.rz-mini-events .fc-toolbar-chunk:nth-of-type(1) .fc-today-button{margin-right: 63px;background:#fff!important;padding: 0 10px !important;border-radius:unset;color: #000 !important;line-height:1.2;height:24px;position: absolute;top: 56px;display: none;}
.rz-mini-events .fc-toolbar-chunk:nth-of-type(1) .fc-button-group:nth-of-type(1){position:absolute;left:32px;right:32px;top:90px;display:flex;justify-content:space-between;background:none;gap:4px;color:#fff!important}
.rz-mini-events .fc-toolbar-chunk:nth-of-type(3){width:100%;text-align:left;padding:0;margin-bottom:10px}
.rz-mini-events .fc-toolbar-chunk .fc-dayGridMonth-button{background: #fff!important;padding:0 5px;position:absolute;top:0;right: 0;margin:0;padding: 0 10px!important;border:none;border-radius:0;height:24px;position: absolute;top: 56px;display: none;}
.rz-mini-events .day-has-event .fc-daygrid-day-top a{color:#055E2B;font-weight:700;display:flex;align-items:center;justify-content:center;width:100%;height:100%;min-height:100%;pointer-events:all}
.rz-mini-events .day-has-event .fc-daygrid-day-top a:hover{opacity:1;text-decoration:none}
.rz-mini-events .fc-toolbar.fc-header-toolbar{margin-bottom:0;display:block;padding:0}
.rz-mini-events .mini-events-list .row{margin-top:0!important;height:unset!important}
.rz-mini-events .mini-events-list>div>.rz-element:not(:first-of-type){margin-top:8px!important}
.rz-mini-events .mini-events-list .cal-event-wrap{background:#fff;padding:8px 20px 8px 8px;display:flex;gap:20px;align-items:center;height:131px;position:relative;border-radius:16px;transition:all .3s}
.rz-mini-events .mini-events-list .cal-event-wrap:hover{background:#055e2b26;padding-left:20px}
.mini-events-list .cal-event .cal-event-time{color:#055E2B;font-size:14px;font-weight:400;line-height:21px}
.mini-events-list .cal-event .cal-event-time span{margin:0 2px}
.rz-mini-events .mini-events-list .cal-event .cal-event-date{color:#fff;width:96px;height:96px;align-items:center;justify-content:center;flex-direction:column;display:flex;border-radius:8px;background:#055E2B}
.cal-event-date .cal-event-month-long,.cal-event-date .cal-event-year,.cal-event-date .cal-event-start-day-ord,.cal-event-date .cal-event-day,.cal-event-date .cal-event-comma{display:none}
.cal-event-date .cal-event-start-day-num{font-size:36px;font-weight:400;line-height:46.8px}
.rz-mini-events .mini-events-list .cal-event .cal-event-date .cal-event-month-short{font-size:16px;font-weight:700;text-transform:uppercase;line-height:1.5}
.rz-mini-events .mini-events-list .cal-event .cal-event-info{display:flex;flex-direction:column-reverse;flex:1}
.mini-events-list .cal-event .cal-event-title{color:#000;font-size:24px;font-weight:500;line-height:36px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis;width:100%;margin-top:8px}
.cal-image-wrap, .cal-event-wrap .cal-event-desc{display:none}
.calendar-wave{position:absolute!important;width:100%;height:316px;left:0;bottom:-2px;z-index:-1}
.calendar-wave .rz-column-block{height:316px}
.calendar-wave .rz-single-image-wrapper,.calendar-wave .rz-single-image-wrap,.calendar-wave .rz-single-image,.calendar-wave img{height:100%}
.calendar-section .rz-section-header-wrap,.news-section .rz-section-header-wrap{margin-bottom:32px;justify-content:center}
.calendar-section .rz-button-wrapper,.news-section .rz-button-wrapper,.welcome-section .rz-button-wrapper{margin-top:32px}
.rz-tile{border-radius:8px}
.rz-tile-body-wrap{width:100%;}
.rz-tile-img-wrap{border-radius:8px}
.rz-tile-wrap .rz-tile-body{padding:16px;justify-content:flex-end;align-items:center;background:#055E2B;width:100%;border-radius:0 0 8px 8px;text-align: center;}
.rz-tile .rz-tile-title{color:#FFF!important;font-weight:700!important}
.rz-tile .rz-tile-text {color: #fff;}
.rz-tile-wrap .rz-tile .rz-tile-actions{margin-top:0}
#freeform .calendar-wave,#freeform .welcome-wave{display:none !important}
.freeform-fullwidth .col-post-wrap{flex-basis:1376px}
.col-side .rz-element-wrapper:not(.rz-submenu-wrapper){padding:32px;background:#fff;border-radius:8px}
.col-side .rz-element-wrapper + .rz-element-wrapper{margin-top:24px}
.col-side :not(.submenu-header).rz-module-header{padding:0;margin-bottom:24px!important;color:#055E2B;font-size:20px;font-weight:700;line-height:26px}
.col-side .rz-staffmember-card>.d-flex{gap:20px!important}
.col-side .staffmember-avatar-position{align-items:center!important;gap:12px!important}
.col-side .staffmember-avatar{max-width:96px;width:100%}
.col-side .staffmember-avatar .avatar-img{width:100%!important;height:96px;border-radius:8px;flex-shrink:0}
.col-side .staffmember-name p{color:#000;font-size:14px;font-weight:700}
.col-side .staffmember-position-name{display:flex;flex-direction:column-reverse}
.col-side .staffmember-position p{color:#000;font-size:14px;font-style:italic;font-weight:400}
.col-side .staffmember-location a,.col-side .staffmember-contact a{color:#000;font-size:14px;font-weight:400;line-height:21px;text-decoration:none;transition: all 0.3s;}
.col-side .staffmember-location a .location-text {transition: all 0.3s;}
.col-side .staffmember-info{gap:0!important}
.col-side .staffmember-contact{gap:0!important}
.col-side .staffmember-contact a{margin-top:12px}
.col-side .staffmember-location a i{color:#000;font-size:14px;max-width:24px;width:100%;display:flex;align-items:center;justify-content:center}
.col-side .staffmember-contact a i{color:#000;font-size:20px;width:24px}
.col-side .staffmember-location a:hover, .col-side .staffmember-location a:hover i, .col-side .staffmember-contact a:hover i{color: #055E2B;}
.col-side .staffmember-contact a:hover, .col-side .staffmember-location-link:hover .location-text {color: #055E2B;text-decoration: underline !important;font-weight: 700;}
.col-side .staffmember-bio{color:#000;margin-top:12px;font-size:14px;font-weight:400}
.col-side .rz-hours-of-op-wrapper .today-badge{display:none!important}
.col-side .rz-hours-of-op-wrapper .day-cell{text-transform:uppercase;color:#000;font-weight:400;font-size:14px;border:none!important;max-width:48px;margin-bottom:4px;padding:8px 0}
.col-side .rz-hours-of-op-wrapper .hours-cell{font-weight:700;font-size:14px;color:#000;border:none!important;margin-bottom:4px;padding:8px 0}
.col-side .rz-resources-wrapper .list-group{gap:8px}
.col-side .rz-resources-wrapper .list-group-item{padding:12px;gap:8px!important;border:none;border-radius:4px;background:#E2EBF3!important;color:#000!important}
.col-side .rz-resources-wrapper .list-group-item:hover{background:#055E2B!important;color:#fff!important}
.page-title-wrapper .page-title{color:#055E2B;font-size:48px;font-weight:700;line-height:1.3;margin-bottom:24px}
.breadcrumb:after{background:transparent}
.breadcrumb li a{font-weight:700;text-decoration:none}
.breadcrumb li a:hover {text-decoration: underline;}
.breadcrumb li{font-weight:700;text-decoration:none}
.breadcrumb li:before{font-weight:400}
#post blockquote{padding:32px;background-color:#ffffff80;border:2px solid #055E2B;border-radius:32px;color:#055E2B;font-size:22px;font-weight:400;line-height:33px}
#post h2{color:#000}
#post h3{color:#0E0E0E;font-weight:400}
#post h4{color:#000;font-weight:300}
#post h5{color:#000;font-weight:300}
#post h6{color:#0E0E0E;font-weight:300}
.header-search-modal{background-color:rgba(15, 47, 28, 0.90);backdrop-filter:blur(8px);align-items:center;justify-content:center;display:none;height:100vh;position:absolute!important;z-index:111111}
.header-search-modal.show{display:block;opacity:1;transform:translateY(0)}
.header-search-modal .header-search-wrap{width:100%;max-width:100%}
.header-search-modal .header-search-wrap input{background:#fff;border-radius:8px;color:#0009;font-size:18px;height:64px}
.header-search-modal .header-search-wrap input::placeholder{color:#0009}
.header-search-modal .header-search-wrap button{padding:0!important;right:24px!important}
.header-search-modal .header-search-wrap button i{color:#000;font-size:18px}
.header-search-modal .header-search-wrap button span{display:none!important}
.header-search-btns .rz-button-wrap{display:grid!important;grid-template-columns:repeat(3,1fr)}
.header-search-btns .btn{padding:16.5px 16px;background-color:#0003;border:1px solid #F6B517;border-radius:28px;backdrop-filter:blur(4px);font-weight:700;width:100%}
.header-search-btns .btn:hover, .offcanvasHeaderItems-offcanvas-body .btn:hover{background-color:#F6B517;border-color:#F6B517}
.header-search-btns .btn span,.header-search-btns .btn i{transition:all .3s}
.header-search-btns .btn:hover span,.header-search-btns .btn:hover i, .offcanvasHeaderItems-offcanvas-body .btn:hover span, .offcanvasHeaderItems-offcanvas-body .btn:hover i{color:#000!important}
.header-search-modal .rz-section-block,.header-search-modal .rz-row-block:last-of-type{position:static}
.header-social-btns{position:absolute;bottom:24px;left:0;width:100%}
.header-social-btns .rz-button-wrap{justify-content:center}
.header-social-btns .btn{background-color:rgba(0, 0, 0, 0.30)!important;backdrop-filter:blur(4px);border-radius:50%}
.header-social-btns .btn:hover,.site-footer .social-btns-wrap .btn:hover{background-color:#F6B517!important}
.header-social-btns .btn:hover i,.site-footer .social-btns-wrap .btn:hover i{color:#000!important}
.site-footer .footer-logo{width:273px}
.site-footer .rz-module-header{color:#055E2B;font-size:24px;font-weight:700;line-height:36px;margin-bottom:8px}
.site-footer .list-group .list-group-item{border:none}
.site-footer .list-group .list-group-item span{transition:all .3s}
.site-footer .list-group .list-group-item span:hover{color:#055E2B!important}
.site-footer .footer-social-btns .btn{background-color:#ffffff4d!important;backdrop-filter:blur(4px);border-radius:50%}
.site-footer .footer-social-btns .btn:hover{background-color:#055E2B!important}
.site-footer .footer-social-btns .btn:hover i{color:#fff!important}
@media only screen and (min-width:992px) {
.site-header .rz-section-block-wrap:first-of-type {height: 96px;display: flex;align-items: center;}
.site-header .header-tools{gap:12px}
.site-header .fire-home-btn .btn{background-color:#055E2B;color:#fff}
.site-header .fire-home-btn .btn:hover{background-color:#F6B619}
.header-search-toggle{background:#055E2B;border-radius:8px;padding:9.5px 16px;color:#fff;font-size:14px;display:flex;font-style:unset;align-items:center;gap:12px;cursor:pointer}
.header-search-toggle.active,.header-search-toggle:hover{background:#F6B619;color:#000}
.site-header .rz-ada-btn-element .btn{background:#055E2B;padding:0 10px!important;border:0;margin:0;color:#fff;font-size:20px;font-weight:700;text-transform:uppercase;flex-direction:row-reverse;border-radius:8px;width:40px;height:40px;justify-content:center;position: relative;}
.site-header .rz-ada-btn-element .btn span{position: absolute;top: 100%;padding: 3px 10px;margin-top: 7px;background: #fff;border-radius: 4px;color: #14264D;font-size: 13px;font-weight: 400;text-transform: capitalize;transition: all 0.3s;transform: translateY(10px);opacity: 0;pointer-events: none;}
.site-header .rz-ada-btn-element .btn span::before {content: "";position: absolute;left: 50%;top: -11px;transform: translateX(-50%);border-width: 6px;border-style: solid;border-color: transparent transparent #fff transparent;}
.site-header .rz-ada-btn-element .btn:hover span {transform: translateY(0);opacity: 1;}
.site-header .rz-ada-btn-element .btn i{line-height:1}
.site-header .rz-ada-btn-element .btn i::before{content:"\f826";font-size:15px}
.site-header .rz-ada-btn-element .btn:hover{background:#F6B619!important;color:#14264D!important}
.site-header .translate-button{background:#055E2B;padding:0!important;border:0;color:#fff;font-size:20px;font-weight:700;text-transform:uppercase;flex-direction:row-reverse;border-radius:8px;width:40px;height:40px;justify-content:center}
.site-header .translate-button:hover,.site-header .translate-button:focus,.site-header .translate-button:active{background:#F6B619!important;color:#14264D!important}
.site-header .translate-button i{font-size:18px;margin:0!important;line-height:0}
.site-header .translate-button i::before{content:"\F658"}
.site-header .translate-button:focus{background:#055E2B;font-size:18px;color:#fff}
.site-header .translate-button:active{background:#055E2B;font-size:18px;color:#fff}
.site-header .translate-button:hover{background:#055E2B;color:#fff}
.site-header .header-translate-wrap .vr-e{display:none}
.site-header .translate-button .translate-text{position: absolute;top: 100%;padding: 3px 10px;margin-top: 7px;background: #fff;border-radius: 4px;color: #14264D;font-size: 13px;font-weight: 400;text-transform: capitalize;transition: all 0.3s;transform: translateY(10px);opacity: 0;pointer-events: none;}
.site-header .translate-button .translate-text::before {content: "";position: absolute;left: 50%;top: -11px;transform: translateX(-50%);border-width: 6px;border-style: solid;border-color: transparent transparent #fff transparent;}
.site-header .translate-button:hover .translate-text {transform: translateY(0);opacity: 1;}
#mega-overlay {position: fixed;background: rgba(15, 47, 28, 0.90);width: 100%;height: 100%;z-index: 111;top: 0;opacity: 0;visibility: hidden;}
#mega-overlay.show {opacity: 1;visibility: visible;}
.user-logged-in #rz-bar-wrap {z-index: 1111;}
.site-header .rz-topnav-block-wrapper, .site-header #nav {position: static;}
.site-header .rz-topnav-block-wrapper .center-top {left: 50% !important;z-index: -1;}
.site-header #nav ul.make-mega{border-radius:0 0 16px 16px;border:0;background:#FFF;margin:0!important;left: 50% !important;top: 100% !important;transform: translateX(-50%) !important;max-height: 550px;overflow: auto;}
.site-header #nav>li.dropdown {position: static !important;}
.site-header #nav ul.normal-menu {border-radius:0 0 16px 16px;border:0;background:#FFF;min-width: 1344px;left: 50% !important;top: 100% !important;transform: translateX(-50%) !important;max-height: unset !important;overflow: unset !important;}
.site-header #nav .normal-menu ul {padding: 0;border-radius: 0 0 16px 16px;position: static !important;transform: unset !important;border: none;background: none;box-shadow: unset;display: block !important;}
.site-header #nav>li>ul::before{content:'';position:absolute;width:100%;height:29px;top:-32px;background:transparent;left:0}
.site-header .dropdown-header-item{display:none}
.site-header #nav li a {box-shadow: unset !important;outline: none !important;}
.site-header #nav>li>a{line-height:24px;box-shadow:unset;outline:none;position:relative;font-weight:700}
.site-header #nav li a {box-shadow:unset;outline:none;}
.site-header #nav .dropdown-toggle:after{display:none}
#nav ul.make-mega ul ul>li{margin:0}
#nav ul.make-mega ul ul {margin: -10px 0 18px;}
.site-header .mega-wrapper{gap:40px!important}
.site-header #nav .mega-button{width:230px!important;gap:8px!important}
.site-header #nav .mega-button-title{color:#055E2B;font-size:18px;font-weight:700;line-height:27px}
.site-header #nav .mega-link-text{color:#000;font-size:14px;font-weight:400;line-height:21px}
.site-header #nav .mega-button a{color:#055E2B;font-size:14px;font-weight:700;line-height:21px;text-decoration:underline;padding:0;background:transparent;border: none;text-align: left;}
#nav ul.mega-wrap-inner{column-gap:32px!important}
#nav ul li a:not(.mega-button-link):not(.dropdown-header),#nav ul li:not(.make-mega) span{display:block;font-weight:700;padding:0;line-height:27px;margin-bottom: 14px;}
#nav ul li a:not(.mega-button-link):not(.dropdown-header):hover,#nav ul li:not(.make-mega) span:hover{color:#14264D;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:400;padding:12px 0 0 8px;line-height:21px;border:0;margin:0}
#nav .mega-wrap-inner li li a:not(.fa):not(.dropdown-header):hover,#nav .mega-wrap-inner li li span:not(.fa):hover{color:#055E2B;text-decoration:underline;font-weight:700}
#nav .nav-border{display:none!important}
.mega-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#021120d9;backdrop-filter:blur(6px);transition:all .3s;z-index:105;opacity:0;visibility:hidden}
.mega-overlay.active{opacity:1;visibility:visible}
.col-side .rz-submenu-wrapper{margin-top:24px;padding:32px;background:#fff;border-radius:8px}
.col-side .rz-submenu-wrapper .rz-module-header{padding:0;margin-bottom:24px!important;color:#055E2B;font-size:20px;font-weight:700;line-height:26px}
.col-side #submenu>li{display:block!important}
.col-side #submenu>li:not(:last-of-type){margin-bottom:4px}
.col-side #submenu>li:hover{background:transparent}
.col-side #submenu>li>a:not(.dropdown-toggle-split){color:#000;padding:8px 0;font-weight:400;line-height:21px;transition:none;background:transparent;border-radius:4px;transition:all .3s}
.col-side #submenu>li.dropdown>a:not(.dropdown-toggle-split){border-radius:4px 0 0 4px}
.col-side #submenu>li:hover>a:first-child{background:#0F2F1C;padding-left:12px;color:#fff}
.col-side #submenu ul li:last-of-type a{border:0!important}
.col-side #submenu ul{left:100%;top:0;padding:20px;border:none;border-radius:0 8px 8px 8px;box-shadow:unset;background:#0F2F1C;min-width: 250px;}
#submenu ul a,#submenu ul span{padding:8px 0;background:transparent;margin-bottom:4px;color:#FFF;white-space: break-spaces;}
#submenu ul a:hover,#submenu ul span:hover{color:#F6B619}
.col-side #submenu .nav-link.dropdown-toggle-split{display:none!important}
.rz-qlink-wrapper .tiny-carousel{padding-bottom:0}
.floating-alert{width:398px;right:40px;top:50%;bottom:unset}
.site-header #nav ul.make-mega, .site-header #nav ul.normal-menu {z-index: 1111;}
}
@media only screen and (max-width:991px) {
.main-logo-image img{max-height:3.25rem}
.site-header .rz-raw-wrapper{display:none}
.mega-button-link {color: #fff !important;}
.mega-button-link:hover {color: #000 !important;}
.offcanvas-body .rz-button-wrapper{min-height:auto!important}
.offcanvasHeaderItems-offcanvas-body .btn{padding:.5rem!important;color:#fff!important}
.offcanvasHeaderItems-offcanvas-body .modal-social-btns .btn{width:40px;height:40px;border-radius:50%;border:1px solid #F6B619 !important}
.offcanvasHeaderItems-offcanvas-body .modal-social-btns .btn i{font-size:18px!important}
.hero-section .rz-section-header .rz-section-header-title span{font-size:40px}
.hero-section .hero-caption-wrap{width:100%;padding:0}
.hero-section .nav-controls{top:unset;bottom:24px!important;left:50%;transform:translateX(-50%)}
.hero-section .nav-controls .tns-nav{flex-direction:row}
.hero-section .nav-controls button.tns-nav-active{width:12px!important;height:12px!important}
.qlink-section .tns-outer{padding:0 39px!important}
.qlink-section .tiny-carousel{padding-bottom:0}
.qlink-section .tns-controls{top:50%!important;transform:translateY(-50%);left:0!important;bottom:unset!important;justify-content:space-between;width:100%}
.welcome-section .rz-button-wrap{justify-content:center}
.welcome-section .rz-rte-element{font-size:18px;text-align:center}
.welcome-wave,.news-wave{display:none}
.rz-news-card[data-card-layout="stacked"] .rz-card-img-wrap{aspect-ratio:16/12;height:auto}
.rz-news-card[data-card-layout="stacked"] .rz-card-date{position:static}
.rz-news-card[data-card-layout="stacked"] .rz-card-body{padding:32px 16px}
.rz-news-card .rz-card-title{font-size:21px;line-height:33px}
.calendar-tabs{width:100%}
.rz-mini-events .mini-calendar{padding:75px 16px 32px}
.rz-mini-events .fc-toolbar-chunk:nth-of-type(1) .fc-button-group:nth-of-type(1){top:78px;left:15px;right:15px}
.rz-mini-events .day-has-event .fc-daygrid-day-top a::after{width:100%;height:100%}
.rz-mini-events .mini-events-list .cal-event-wrap{gap:16px}
.rz-mini-events .mini-events-list .cal-event .cal-event-date{width:70px;height:100%}
.cal-event-date .cal-event-start-day-num{font-size:28px;line-height:38.8px}
.mini-events-list .cal-event .cal-event-title{font-size:20px;line-height:32px}
.calendar-section .rz-button-wrap,.department-calendar-section .rz-button-wrap{justify-content:center!important}
#cal-tabs button{font-size:16px}
.col-side .rz-element-wrapper:not(.rz-submenu-wrapper){padding:32px 16px}
.breadcrumb li:not(:first-child){padding-left:6px!important}
.breadcrumb li:before{padding-right:6px!important}
.page-title-wrapper .page-title{font-size:36px}
#post blockquote{padding:32px 16px;font-size:18px;line-height:29px}
.site-footer .footer-logo{width:150px}
.site-footer .rz-module-header{justify-content:center}
.site-footer .rz-rte-element{text-align:center}
.site-footer .list-group{flex-direction:column;gap:18px;text-align:center}
.site-footer .list-group .list-group-item{width:100%;justify-content:center}
.site-footer .rz-button-wrap{justify-content:center}
#offcanvasHeaderItems {background-color:rgba(15, 47, 28, 0.90);backdrop-filter: blur(8px);}
.header-search-btns .rz-button-wrap {display: flex !important;flex-wrap: wrap !important;}
.header-search-btns .btn {padding: 15px !important;border-radius: 50px;border: 1px solid #F6B619 !important;font-weight: 500;}
.modal-social-btns .btn{background-color:#0000004d!important;backdrop-filter:blur(4px);border-radius:50%}
.modal-social-btns .btn:hover{background-color:#F6B619!important}
.modal-social-btns .btn:hover i{color:#14264D!important}
.reno-home-btn .btn {background-color: #F6B517;border-color: #F6B517;color: #000 !important;}
}
.rz-share-floaty-btn-element {top: 55%;right: 0;}
.rz-share-floaty-btn-element button {border-radius: 8px 0 0 8px;}
