



@import url('https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
:root,
[data-bs-theme=light] {
	--bs-primary: #b0caed;
	--bs-secondary: #154ca8;
	--bs-primary-rgb: 176, 202, 237;
	--bs-secondary-rgb: 21, 76, 168;
	--bs-font-sans-serif: "Albert Sans", sans-serif;;
	--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	--bs-body-font-family: "Albert Sans", sans-serif;;
	--bs-body-font-size: 1rem;
	--bs-body-font-weight: 400;
	--bs-body-line-height: 1.5;
	--bs-body-color: rgb(25, 28, 31);
	--bs-body-color-rgb: 5, 28, 31;
	--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: "Lato", sans-serif;;
	--bs-headers-font-weight: 700;
	--rz-container-width: 1284px;
	--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: #154CA8;
	--rz-links-hover-color: var(--rz-links-color);
	--bs-light: rgba(176, 202, 237, 0.05);
	--userway-color: var(--bs-primary);
	--rz-header-width: ;
}

h1,.h1{font-size: min(48px, 7vw); color:var(--bs-body)}
h2,.h2{font-size: min(32px, 6.2vw); color:var(--bs-body)}
h3,.h3{font-size: min(28px, 5.4vw); color:var(--bs-body)}
h4,.h4{font-size: min(24px, 4.8vw); color:var(--bs-body)}
h5,.h5{font-size: min(20px, 4.4vw); color:var(--bs-body)}
h6,.h6{font-size: min(18px, 4.2vw); color:var(--bs-body)}

a {
	color: #154CA8;
}

a:hover{
	color: var(--rz-links-color)
}

.btn {
	--bs-btn-border-width: var(--bs-border-width);
}

/* buttons */
.btn:not(.btn-link):not(.builder-btn):not(.btn-sm):not(.btn-lg):not(.dropdown .btn):not(#ics-view-export):not(.modal-action-buttons .btn):not(.rz-brand-footer .btn):not(.agendalist-links .btn):not(#agendaClear.btn):not(.offcanvasHeaderItems-offcanvas-body .btn),.rz-form-builder-wrapper [type="submit"] {
	--bs-btn-padding-x: min(24px, 3vw);
	--bs-btn-padding-y: min(16px, 3vw);
	--bs-btn-font-family: var(--bs-font-sans-serif);
	--bs-btn-font-size: min(16px, 4vw);
	--bs-btn-font-weight: 700;
	--bs-btn-line-height: 1.5;
	--bs-btn-border-radius: 5px;
	--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: #191c1f;
	--bs-btn-bg: #B0CAED;
	--bs-btn-border-color: #154ca800;
	--bs-btn-hover-color: #FFFFFF;
	--bs-btn-hover-bg: #173753;
	--bs-btn-hover-border-color: #565e6400;
	--bs-btn-active-color: #FFFFFF;
	--bs-btn-active-bg: #173753;
	--bs-btn-active-border-color: #565e6400;
	--bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-primary-rgb), .5);
}

.btn-outline-primary{
	--bs-btn-color: #B0CAED;
	--bs-btn-bg: transparent;
	--bs-btn-border-color: #B0CAED;
	--bs-btn-hover-color: #FFFFFF;
	--bs-btn-hover-bg: #173753;
	--bs-btn-hover-border-color: #565e6400;
	--bs-btn-active-color: #FFFFFF;
	--bs-btn-active-bg: #173753;
	--bs-btn-active-border-color: #565e6400;
	--bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-primary-rgb), .5);	
}

.btn-secondary {
	--bs-btn-color: #191C1F;
	--bs-btn-bg: #B0CAED;
	--bs-btn-border-color: #00000000;
	--bs-btn-hover-color: #FFFFFF;
	--bs-btn-hover-bg: #154CA8;
	--bs-btn-hover-border-color: #00000000;
	--bs-btn-active-color: #FFFFFF;
	--bs-btn-active-bg: #154CA8;
	--bs-btn-active-border-color: #00000000;
	--bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-secondary-rgb), .5);
}

.btn-outline-secondary {
	--bs-btn-color: #B0CAED;
	--bs-btn-bg: transparent;
	--bs-btn-border-color: #B0CAED;
	--bs-btn-hover-color: #FFFFFF;
	--bs-btn-hover-bg: #154CA8;
	--bs-btn-hover-border-color: #00000000;
	--bs-btn-active-color: #FFFFFF;
	--bs-btn-active-bg: #154CA8;
	--bs-btn-active-border-color: #00000000;
	--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: #191C1F;
	--bs-btn-bg: #ffffff;
	--bs-btn-border-color: #173753;
	--bs-btn-border-radius: 5px;
	--bs-btn-hover-border-color: #B0CAED;
	--bs-btn-box-shadow: none;
	--bs-btn-hover-color: #191C1F;
	--bs-btn-hover-bg: #ffffff;
	--bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-custom-rgb), .5);
}

.btn.btn-custom a{
	--bs-btn-color: #191C1F;
	color: #191C1F;
}

.btn.btn-custom:hover a{
	--bs-btn-hover-color: #191C1F;
	color: #191C1F;
}

.btn.btn-link {
	--bs-btn-color: #191c1f;
	--bs-btn-hover-color: #ffffff;
	--bs-btn-active-color: #ffffff;
	--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:#191c1f;
} 
.btn.btn-primary:hover a{
	color:#FFFFFF;
}
.btn.btn-secondary:hover a{
	color:#FFFFFF;
}
.btn.btn-custom:hover a{
	color:#191C1F;
}

/* freeform page */
#freeform {
	--rz-freeform-content-padding: 0;
	--rz-freeform-content-bg: #FFFFFF;
	--rz-left-col-width: 371px;
	--rz-left-col-padding: 64px 32px;
	--rz-left-col-margin: 0;
	--rz-left-col-bg: #154CA8;
	--rz-freeform-left-col-fill-bg: #154CA8;
	--rz-right-col-width: 100%;
	--rz-freeform-right-col-fill-bg: #FFFFFF;
	--rz-freeform-post-padding: 64px 64px 100px;
	--rz-freeform-post-bg: #FFFFFF;
}

.rz-slider-wrapper {
	--rz-slider-height: 400px;
	--rz-slider-bg: #000000;
	--rz-slider-caption-color: #FFFFFF;
	--rz-slider-caption-width: var(--rz-container-width);
}
.rz-slider .rz-slider-bg-overlay{
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.70) 100%);
}
@media only screen and (min-width:992px) {
	#submenu {
		--rz-submenu-padding: 0;
		--rz-submenu-margin: 0 -32px;
		--rz-submenu-bg: #154ca8;
		--rz-submenu-border: ;
		--rz-submenu-color: #ffffff;
		--rz-submenu-border-radius: 0;
		--rz-submenu-font-size: 16px;
		--rz-submenu-item-padding: 16px 32px;
		--rz-submenu-item-color: #ffffff;
		--rz-submenu-item-bg: #ffffff00;
		--rz-submenu-item-border: 0;
	}
	[data-style="horizontal"] #submenu {
		--rz-submenu-padding: 0;
		--rz-submenu-margin: 0 -32px;
		--rz-submenu-bg: #154ca8;
		--rz-submenu-border: ;
		--rz-submenu-color: #ffffff;
		--rz-submenu-border-radius: 0;
		--rz-submenu-font-size: 16px;
		--rz-submenu-item-padding: 16px 32px;
		--rz-submenu-item-color: #ffffff;
		--rz-submenu-item-bg: #ffffff00;
		--rz-submenu-item-border: 0;
	}
}

.submenu-header,.col-side-wrap .rz-module-header {
	--rz-submenu-title-padding: 0 0 24px;
	--rz-submenu-title-bg: ;
	--rz-submenu-title-font-color: #fff;
}

.submenu-header,.rz-module-header {
	--rz-submenu-title-font-size: 22px;
}

.breadcrumb {
	--bs-breadcrumb-padding-x: 0;
	--bs-breadcrumb-padding-y: 0;
	--bs-breadcrumb-margin-bottom: 0;
	--bs-breadcrumb-bg: #ffffff00;
	--bs-breadcrumb-border-radius: ;
	--bs-breadcrumb-divider-color: #ffffff;
	--bs-breadcrumb-item-padding-x: 10px;
	--bs-breadcrumb-item-active-color: #ffffff;
	--bs-breadcrumb-link-color: #ffffff;
	--bs-breadcrumb-divider: '/';
}

/* 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: 360px;
	--rz-logo-margin-top: 15px ;
	--rz-logo-margin-right: 0;
	--rz-logo-margin-bottom: 15px;
	--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: #173753;
	--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: 30px;
	--rz-nav-margin-right: 0rem;
	--rz-nav-margin-bottom: 30px;
	--rz-nav-margin-left: 0rem;
	--rz-nav-link-color: #ffffff;
	--rz-nav-link-hover-color: #ffffff;
	--rz-nav-link-hover-bg-color: rgba(0, 0, 0, 0);
	--rz-nav-link-padding-x: 20px;
	--rz-nav-link-padding-y: 12px;
	--rz-nav-link-border-radius: 0px;
	--rz-nav-item-padding-x: 0rem;
	--rz-nav-item-padding-y: 0rem;
	--rz-nav-icons-color: #222;
	--rz-nav-mega-link-first-child-color: #ffffff;
	--rz-nav-mega-second-child-link-color: #ffffff;
	--rz-nav-mega-column-count: 3;
	--rz-nav-mega-padding-y: 48px;
	--rz-nav-mega-padding-x: 48px;
	--rz-nav-font-size: 18px;
	--rz-nav-font-weight: 600;
	--rz-nav-dropdown-font-size: 16px;
	--rz-nav-dropdown-bg-color: #154CA8;
	--rz-nav-dropdown-bg-link-color: #B0CAED;
	--rz-nav-dropdown-border-radius: 5px;
	--rz-nav-mega-second-child-font-size: .85rem;
	/* mobile header options */
	--rz-header-bg-color-mobile: #191c1f;
	--rz-header-icons-color-mobile: #ffffff;
	--rz-scroll-header-bg-color-mobile: #191c1f;
	--rz-scroll-header-icons-color-mobile: #ffffff;
	/* header options  */
	/* only used if inner page has no slider */
	--rz-header-height: 112px;
}

/* footer */
.site-footer-wrap {
	--rz-logo-width: 360px;
}

@media only screen and (min-width:992px) {
	[data-header-left="true"] .site-header-wrap {
		width:;
		flex-basis:;
	}

	#nav .make-mega {
		--rz-mega-width: 855px;
	}

	.tiny-carousel-wrap {
		--rz-carousel-controls-height: 56px;
		--rz-carousel-controls-width: 56px;
		--rz-carousel-controls-font-size: 1rem;
		--rz-carousel-play-button-font-size: calc(var(--rz-carousel-controls-font-size) * 0.85);
		--rz-carousel-play-button-width: calc(var(--rz-carousel-controls-width) - 4px);
		--rz-carousel-play-button-height: calc(var(--rz-carousel-controls-height) - 4px);
		/* 	dots */
		--rz-carousel-nav-buttons-padding: 0 0;
		--rz-carousel-nav-button-width: clamp(8px, calc(var(--rz-carousel-controls-width) / 6), 20px);
		--rz-carousel-nav-button-height: clamp(8px, calc(var(--rz-carousel-controls-width) / 6), 20px);
		--rz-carousel-nav-button-active-width: clamp(18px, calc(var(--rz-carousel-controls-width) / 2), 30px);
		--rz-carousel-nav-button-margin: 0 4px;
		/* play and dots container	 */
		--rz-carousel-nav-controls-padding: 4px 4px 4px calc(var(--rz-carousel-controls-height) / 3);
	}

	.hero-wrap {
	--hero-height: 700px;
	}
	
	.hero-wrap .hero-caption-wrap{
	width:var(--rz-container-width)
	}
	
	.hero-wrap {
		--rz-carousel-controls-height: 64px;
		--rz-carousel-controls-width: 64px;
		--rz-carousel-controls-font-size: 1.5rem;
	}

	.hero-wrap {
		--rz-carousel-play-button-font-size: var(--rz-carousel-controls-font-size);
		--rz-carousel-play-button-width: calc(var(--rz-carousel-controls-height) - 4px);
		--rz-carousel-nav-button-active-width: 32px;
		--rz-carousel-nav-controls-padding: 4px 4px 4px 16px;
	}
	.hero .tns-nav button{
		--rz-carousel-nav-button-width: 12px;
		--rz-carousel-nav-button-height: 12px;
	}

}

.tiny-carousel-wrap {
	/* 	arrows */
	--bs-gutter-x: 1.5rem;
	--rz-carousel-controls-bg: #154CA8;
	--rz-carousel-controls-border-radius: 100px;
	--rz-carousel-controls-color: #ffffff;
	--rz-carousel-controls-border: ;
	--rz-carousel-controls-box-shadow: var(--bs-box-shadow);
	/* 	play button */
	--rz-carousel-play-button-bg: #f1f1f1;
	--rz-carousel-play-button-border-radius: var(--rz-carousel-controls-border-radius);
	--rz-carousel-play-button-color: var(--rz-carousel-controls-color) !important;
	/* 	dots */
	--rz-carousel-nav-buttons-border-radius: 0;
	--rz-carousel-nav-buttons-border: ;
	--rz-carousel-nav-button-border-radius: 100px;
	--rz-carousel-nav-button-border: ;
	--rz-carousel-nav-button-bg: #ffffff;
	--rz-carousel-nav-button-active-bg: var(--bs-primary);
	/* play and dots container	 */
	--rz-carousel-nav-controls-bg: #154CA8;
	--rz-carousel-nav-controls-border-radius: 100px;
	--rz-carousel-nav-controls-border: var(--rz-carousel-controls-border);
}

/* Modules */
/* hero */
.hero-wrap {
	--bs-gutter-x: 1.5rem;
	--hero-bg-color: #000;
	--rz-carousel-controls-bg: rgba(255, 255, 255, 1);
	--rz-carousel-controls-border-radius: 100px;
	--rz-carousel-controls-color: #000;
	--rz-carousel-controls-border: ;
	--rz-carousel-controls-box-shadow: var(--bs-box-shadow);
	--rz-carousel-play-button-bg: #f1f1f1;
	--rz-carousel-play-button-border-radius: var(--rz-carousel-controls-border-radius);
	--rz-carousel-play-button-color: #000;
	--rz-carousel-play-button-height: calc(var(--rz-carousel-controls-width) - 4px);
	--rz-carousel-nav-buttons-padding: 0 0;
	--rz-carousel-nav-buttons-border-radius: 0;
	--rz-carousel-nav-buttons-border: ;
	--rz-carousel-nav-button-border-radius: 100px;
	--rz-carousel-nav-button-margin: 0 4px;
	--rz-carousel-nav-button-border: ;
	--rz-carousel-nav-button-bg: #999;
	--rz-carousel-nav-button-active-bg: #000;
	--rz-carousel-nav-controls-bg: #fff;
	--rz-carousel-nav-controls-border-radius: 100px;
	--rz-carousel-nav-controls-border: 1px solid var(--bs-border-color);
}

/* Staff Directory */
.rz-staff-directory-card {
	--rz-staff-directory-card-padding: 1rem;
	--rz-staff-directory-card-inner-padding-y: 0 0 1rem;
	--rz-staff-directory-card-inner-padding-x: 0;
	--rz-staff-directory-card-content-padding-x: 1rem;
	--rz-staff-directory-card-bg-color: transparent;
	--rz-staff-directory-card-border: 1px solid var(--bs-border-color);
	--rz-staff-directory-avatar-width: 100%;
	--rz-staff-directory-avatar-border-radius: 0;
	--rz-staff-directory-avatar-bg: transparent;
	--rz-staff-directory-border-radius: var(--bs-border-radius);
	--rz-staff-directory-box-shadow: none;
	--rz-staff-directory-header-font-size: 22px;
	--rz-staff-directory-header-padding: 0;
	--rz-staff-directory-header-bg: transparent;
	--rz-staff-directory-header-color: var(--bs-body);
	--rz-staff-directory-header-font-weight: bold;
}

/* hero/sliders */
@media only screen and (max-width:991.8px) {
	.hero-wrap {
		--hero-height: 400px;
	}

	.rz-slider-wrapper {
		--rz-slider-height: 300px;
	}

	#freeform {
		--rz-freeform-content-padding: 20px 0;
	}
}

/* .rz-qlink  */
.rz-qlink-wrapper {
	--rz-qlink-padding: 24px;
	--rz-qlink-body-wrap-padding: 20px;
	--rz-qlink-body-padding: 0;
	--rz-qlink-title-font-size: 22px;
	--rz-qlink-text-font-size: 16px;
	--rz-qlink-title-color: #191c1f;
	--rz-qlink-text-color: #191C1F;
	--rz-qlink-color: #191C1F;
	--rz-qlink-bg: #C8DAF2;
	--rz-qlink-border-color: #00000000;
	--rz-qlink-border-radius: var(--bs-border-radius);
	--rz-qlink-border-width: var(--bs-border-width);
	--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: 56px;
	--rz-qlink-icon-height: 56px;
	--rz-qlink-icon-bg-color: #f5f5f500;
	--rz-qlink-icon-color: #154CA8;
	--rz-qlink-icon-border-color: var(--bs-border-color);
	--rz-qlink-icon-border-width: 0;
	--rz-qlink-icon-border-radius: 15px;
	--rz-qlink-icon-font-size: 56px;
	--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: 0px;
	--rz-tile-body-padding: 20px;
	--rz-tile-title-font-size: 22px;
	--rz-tile-text-font-size: 16px;
	--rz-tile-title-color: #000000;
	--rz-tile-text-color: #000000;
	--rz-tile-color: #fff;
	--rz-tile-bg: #fff;
	--rz-tile-border-color: var(--bs-border-color);
	--rz-tile-border-radius: 0;
	--rz-tile-border-width: var(--bs-border-width);
	--rz-tile-img-height: 260px;
	--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: var(--bs-border-color);
	--rz-tile-icon-border-width: 1px;
	--rz-tile-icon-border-radius: 100px;
	--rz-tile-icon-font-size: 2rem;
	--rz-tile-footer-border: 1px solid var(--bs-border-color);
	--rz-tile-footer-padding: .8rem;
	--rz-tile-footer-bg: #fff;
	--rz-tile-footer-btn-color: #000;
}

[data-card-layout="overlay"] .rz-card-img-overlay {
	--rz-card-img-overlay-color: #000000;
}

/* section header */
.btn.btn-custom a {color: #191C1F;}
.btn.btn-primary:hover, .btn.btn-secondary:hover {transform: scale(1.01);transition: all .3s;}
.btn.btn-custom:hover {transform: scale(.95);}
.dropdown-header-item{display:none}
.btn-primary,.btn-custom,.btn-secondary{letter-spacing:1px;text-transform:uppercase;font-weight:700}
.hero-wrap{outline-offset:-6px}
.header-top-btn a{font-weight:700;letter-spacing:1px}
.header-top-btn a:hover{text-decoration:underline;color:#fff}
.hero-wrap:before{content:"";inset:0;position:absolute;background:url(../../website_assets/hero-devider.png);background-repeat:no-repeat;background-position:bottom;background-size:contain;z-index:1}
.hero-wrap .rz-section-header-title{letter-spacing:8px!important}
#landing .rz-section-header-title{text-transform:uppercase;letter-spacing:5px;font-weight:500}
.site-header .header-search-wrap{}
.site-header .header-search-wrap #search .input-wrap{right:0}
.site-header .header-search-wrap #search h2{display:none}
.site-header .header-search-wrap #search-category{padding-left:0}
.site-header .header-search-wrap{position:absolute;top:105%;background:#184a9c;padding:24px 48px;display:none;border-radius:5px;max-width: 623px!important;}
.site-header .search-toggle-btn{border-radius:0;color:#fff;padding: 15px 24px 15px;display:flex;justify-content:center;cursor:pointer}
.site-header .search-toggle-btn::before{position:absolute;content:"\F52A";font-family:"bootstrap-icons";font-size:24px;top:50%;transform:translateY(-50%);color:#fff!important}
.site-header .search-toggle-btn:hover::before,.site-header .search-toggle-btn.active::before{color:#1D3160}
.site-header .search-toggle-btn.active::before{content:"\F659"}
.site-header .search-toggle-btn .btn{pointer-events:none}
#header-search-category{padding-left:0}
#header-search .input-wrap{right:0!important;}
#hero-search-wrap{background-repeat:no-repeat}
#search-category input[type='radio']:not(:checked):hover,#header-search-category input[type='radio']:not(:checked):hover{background:#BABBBC;border:3px solid #fff}
#search-wrap{background-repeat:no-repeat}
#search h2{font-size:22px;color:#fff;font-weight:500;letter-spacing:1px}
#search .input-wrap{max-width:430px;width:100%}
#search .input-wrap,#header-search .input-wrap{position:relative;right:17%;margin-top:30px;margin-bottom:30px}
#search .input-wrap button,#header-search .input-wrap button{position:absolute;top:0;right:0;height:100%;border:none;font-size:14px;padding:0 24px;font-weight:700;border-radius:0 5px 5px 0;background:#D0D0D0}
#search .input-wrap button:hover{background:#173753;color:#fff}
#search-input{border-radius:5px;border:none;padding:16px 115px 16px 16px;}
#search-category,#header-search-category{display:flex;list-style:none;align-items:center;gap:32px;justify-content:start;padding: 15px 3px;}
#search-category li,#header-search-category li{color:#fff;display:flex}
#search-category input,#header-search-category input{appearance:none;-webkit-appearance:none;-moz-appearance:none;background:transparent}
#search-category input[type='radio'],#header-search-category input[type='radio']{width:24px;height:24px;background:#fff;border-radius:100%;margin-right:14px;cursor:pointer}
#search-category input[type='radio']:checked:after,#header-search-category input[type='radio']:checked:after{width:18px;height:18px;inset:0;left:3px;top:3px;position:relative;content:'';display:flex;align-items:center;justify-content:center;visibility:visible;border-radius:100px;background:#000}
.rz-qlink[data-qlink-layout="stacked"] .rz-qlink-title{font-weight:500}
.homepage-quick-links .tns-ovh{padding:6px;margin:-6px}
.homepage-quick-links .rz-section-header-wrapper .rz-section-header-title{text-transform:uppercase;letter-spacing:5px;font-weight:500!important}
.rz-qlink[data-qlink-layout="stacked"]:hover{background:#154CA8;box-shadow:0 0 0 6px #154CA8}
.rz-qlink[data-qlink-layout="stacked"]:hover .rz-qlink-icon,.rz-qlink[data-qlink-layout="stacked"]:hover .rz-qlink-title{color:#fff}
.rz-qlink-wrapper .tns-controls button:hover{background:#173753}
.book-collection .rz-section-header-title{font-weight:500;letter-spacing:6px;margin-bottom:0}
.book-collection .section-border.section-border-bottom{transform:scaleY(-1);z-index:1}
.book-collection:before{content:"";position:absolute;background:url(../../website_assets/boks-devider-top.png);background-repeat:no-repeat;background-size:contain;background-position:top;inset:0;z-index:1}
.book-collection .rz-button-wrap {margin-left: 140px;}
.book-collection .tiny-carousel {padding-bottom: 0;}
.book-collection .tns-controls button {background: #b0caed;color: #173753;}
.book-collection .tns-controls button:hover {background: #154CA8;color: #fff;transform: scale(1.1);transition: all .3s;}
.book-collection:after{content:"";position:absolute;background:url(../../website_assets/books-layer.png);background-repeat:no-repeat;background-size:contain;background-position:bottom;inset:0;width:50%;right:0;left:unset}
#events:before{content:"";position:absolute;inset:0;background:url(../../website_assets/events-layer.png);background-repeat:no-repeat;background-size:contain;background-position:bottom}
#news:before{content:"";position:absolute;inset:0;background:url(../../website_assets/news-devider.png);background-repeat:no-repeat;background-position:bottom;background-size:contain}
#news .container{backdrop-filter:blur(10px)}
.site-footer .footer-resource .list-group.list-group-flush .list-group-item{padding:3px 0}
.site-footer .list-group .list-group-item{border-bottom:0;padding:8px 0}
.site-footer .rz-module-header-text{color:#ffffffb3;font-size:22px;letter-spacing:1px;font-weight:500;padding-bottom:16px;text-transform:uppercase}
.site-footer .list-group .list-group-item:hover{text-decoration:underline}
.rz-anchor-buttons .anchor-button{border-radius:5px 0 0 5px}
#anchor-buttons{width:100px;border-radius:5px 0 0 5px!important}
.rz-anchor-buttons .anchor-button i,.rz-anchor-buttons .anchor-button:hover i{outline:0}
.rz-anchor-buttons .anchor-button:after{display:none}
.rz-anchor-buttons .anchor-button:hover,.rz-anchor-buttons .anchor-button.active{margin-left:0;background:#173753!important}
.floating-alert-header{font-size:22px;font-weight:700;font-family:'Lato';letter-spacing:1px;line-height:1.3}
.alert-button{font-size:16px;font-weight:700;font-family:'Albert Sans';text-transform:uppercase;letter-spacing:1.5px}
.alert-button:hover{background:#154CA8;color:#fff}
#post a:hover{text-decoration:none}
.rz-slider-caption-title h1{text-transform:uppercase;font-weight:500!important;letter-spacing:9px}
.freeform-fullwidth #freeform-content-wrapper .container-fluid{max-width:1284px;margin:0 auto}
.breadcrumb a:hover{text-decoration:none}
#freeform .rz-slider-caption, #freeform .rz-slider-caption-title {align-items: center!important;text-align: center;}
#freeform-content-wrapper:before{content:"";position:absolute;bottom:0;background:url(../../website_assets/freeform-btm-layer.png);background-repeat:no-repeat;background-size:contain;background-position:bottom;z-index:1;height:127px;width:100%}
#freeform .site-footer-wrap .site-footer .rz-section-block-wrap{background:#173753!important}
.col-side .rz-module-header:after{content:"";position:absolute;background:#B0CAED;height:3px;top:75%;width:48px}
.col-side .rz-module-header{position:relative;letter-spacing:1px;margin-bottom:20px}
.col-side .submenu-header{margin-bottom:0}
.col-side .staffmember-info,.col-side .staffmember-location-link,.col-side .staffmember-contact a{color:#fff}
.col-side .staffmember-avatar-position{padding-bottom:16px}
.col-side .staffmember-bio{order:1}
.col-side .staffmember-position-name{display:flex;flex-direction:column-reverse;color:#fff}
.col-side .staffmember-name{font-size:18px;font-weight:600;font-family:"Lato"}
.col-side .staffmember-position{font-size:14px;font-weight:700;text-transform:uppercase;color:#ffffffb3}
.col-side .staffmember-avatar .avater-img{border-radius:5px!important}
.col-side .avatar-img{border-radius:5px}
.col-side .staffmember-contact a{margin-bottom:12px}
.col-side .staffmember-contact a i, .col-side .staffmember-location-link i, .col-side .staffmember-contact span.material-icons{width:40px;height:40px;background:#B0CAED;border-radius:5px;color:#173753;margin-right:10px;display: flex;align-items: center;justify-content: center;}
.col-side .staffmember-location-link{text-decoration:none}
.col-side .staffmember-location-link i{display:flex;justify-content:center;align-items:center;}
.col-side .staffmember-contact a:hover i, .col-side .staffmember-contact a:hover span.material-icons, .col-side .staffmember-location-link:hover i{transform:scale(1.1);transition:all .3s ease-in-out}
.col-side .staffmember-contact a[href^="mailto:"] span {font-size: 0;}
.col-side .staffmember-contact a[href^="mailto:"] span:before {content: "email";font-size: 16px;}
.col-side .rz-row-block:not(:last-child){border-bottom:1px solid #ffffff26}
.col-side .staffmember-location-link i {flex: 0 0 40px;}
.col-side {z-index: 2;}
.site-footer .today-badge{display:none!important}
.site-footer .day-cell,.site-footer .hours-cell{border:0;color:#fff!important;font-size:16px;padding:3px 5px!important}
.site-footer .day-cell{padding-left:0!important}
.panel i {font-size: 24px;}
.panel .label {background: #b0caed;}
.rz-staff-directory-card-wrap .btn.btn-link:hover {color: #154ca8;}
[name="notifyMeForm"] input.btn.btn-primary {margin: 4px 0;}
@media only screen and (min-width:911px) and (max-width:1210px) {
#nav a:not(.mega-button-link),#nav span:not(.mega-button span){padding:12px 15px}
}
@media only screen and (min-width:911px) and (max-width:1105px) {
#nav a:not(.mega-button-link),#nav span:not(.mega-button span){font-size:16px;padding:12px}
.site-header .btn{padding:10px 5px;font-size:14px}
}
@media only screen and (min-width:991px) {
.book-collection .tns-controls {bottom: -37%!important;left: 50%!important;transform: translateX(-50%);margin-left: -150px;}
.rz-ada-btn-element .btn-link:hover,.translate-button:hover{color:#fff!important;text-decoration:underline}
.site-header .search-toggle-btn::after {content: "";position: absolute;width: 40%;background: #b0caed;height: 2px;top: unset;bottom: -10px;opacity: 0;}
.site-header .search-toggle-btn:hover::after {opacity: 1;}
#search-input {width: 414px!important;}
.col-side .rz-submenu-wrapper {position: relative;z-index: 1;}
#nav .nav-border{height:2px}
.rz-anchor-buttons .anchor-button span.anchor-text{display:block!important}
.homepage-quick-links .tiny-carousel{padding-bottom:0!important}
.homepage-quick-links .nav-controls.absolute{display:none}
.sticky-top .header-top{display:none}
#submenu>li:hover{background:#3867B5}
#submenu ul,#submenu ul>li>a{background:#3867b4!important;border:0;color:#fff;padding:0}
#submenu ul>li>a{padding:16px 32px}
#submenu ul>li>a:hover{background:#B0CAED!important;color:#173753;font-weight:500}
#submenu>li:before{content:"";position:absolute;background:#3867b5;z-index:1;width:100%;height:100%;right:100%;opacity:0}
#submenu>li:hover:before{opacity:1}
#submenu ul{border-radius:0 10px 10px 10px;overflow:hidden}
#nav>li>a.show{outline:none}
#nav ul li a:not(.mega-button-link):not(.dropdown-header), #nav ul li:not(.make-mega) span {font-weight: 400!important;}
#nav ul a:not(.mega-button-link):not(.dropdown-header):hover, #nav ul span:not(.mega-button span):hover, #nav ul a.show, #nav .mega-wrap-inner li li a:not(.fa):not(.dropdown-header):hover, #nav .mega-wrap-inner li li span:not(.fa):hover{color:#173753;border-radius:5px}
#nav .make-mega{border:0}
.site-header .dropdown-menu.show:before{content:"";position:absolute;inset:-41px 0 0 0}
.site-header .dropdown-menu.show{top:41px!important}
.rz-ada-btn-element .btn-link,.translate-button{font-weight:700;text-transform:uppercase;font-size:14px!important;color:#DEE8F7!important}
#nav>li:after{content:"";background:#173753;width:1px;height:24px}
.site-header .bi-search{font-weight:700!important;color:#FFF;font-size:22px!important}
.search-toggle{padding-right:0!important}
.floating-alert{width:350px}
}
.book-collection .rz-tile[data-tile-layout="horizontal-stacked"] .rz-tile-img-overlay {display: none;}
.rz-tile[data-tile-layout="horizontal-stacked"] {padding: 15px;border-radius: 0;}
.book-collection .rz-tile[data-tile-layout="horizontal-stacked"] .rz-tile-body-wrap {padding: 0;}
.rz-page-index [data-tile-layout="horizontal-stacked"] .rz-tile-body {padding: 0;}
.book-collection .nav-controls.absolute {display: none;}
.book-collection .rz-tile[data-tile-layout="horizontal-stacked"] .rz-tile-img-wrap {border-radius: 0;}
@media only screen and (max-width:992px) {
/*.rz-ada-btn-element, .header-translate-wrap {display: block!important;}*/
.book-collection .tns-controls {bottom: -27%!important;}
.breadcrumb:after {background: transparent;}
.main-logo-image img{max-height: 55px;}
#search .input-wrap button,#header-search .input-wrap button{padding:0 15px;font-size:12px}
#search .input-wrap,#header-search .input-wrap{right:0;max-width:100%;margin:5px 0}
#search h2{font-size:16px}
#search-category input[type='radio'],#header-search-category input[type='radio']{width:16px;height:16px;margin-top:2px;margin-right:5px}
#search-category li,#header-search-category li{font-size:14px}
#search-category input[type='radio']:checked:after,#header-search-category input[type='radio']:checked:after{width:12px;height:12px;left:2px;top:2px}
.rz-section-header-title{letter-spacing:2px!important}
#events .rz-section-header-wrapper{padding-right:0!important}
.rz-row-block.d-grid.left-col-submenu{display:none!important}
.col-side .rz-column-block{padding:25px 0!important}
#freeform #freeform-content-wrapper{padding-bottom:0}
.site-header .search-toggle-btn{position: absolute;top: 50%;right: 47px;border-left: 0;padding-left: 0;background: #00000000;width: 31px;transform: translateY(-50%);}
.site-header .search-toggle-btn .btn-primary {background: transparent;}
.search-toggle {display: none;}
.site-header .search-toggle-btn::before {font-size: 20px;font-weight: 700;}
.site-header .header-search-wrap {right: 0;max-width: 100%!important;padding: 15px;margin: 0 15px;}
#header-search-category {padding: 10px 3px;margin-bottom: 0;}
#hero-search-wrap {display: none;}
}

