/*-----------------------------------------------------------------------------------

	Theme Name: Lower Nazareth Township, PA
	Front-end developer: Husnain Mustafa
	Author Design: Colleen Moore
	Author URI: https://www.revize.com/
	Date: 05/20/2025
-----------------------------------------------------------------------------------*/


/* -----------------------------------------
#fonts
-----------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');


/* -----------------------------------------
#basic styles
-----------------------------------------*/

/* very important!!! Assign these colors */

:root {
  --brandcolor: #29315A;
  --darkgray: #999;
  --lightgray: #ddd;
  --white: #fff;
  --black: #000;
  --primary-color: #0C699A;
  --secondary-color: #E7F1E4;
  --tertiary-color: #E5F4F5;
  --dark-black: #181818;
  --light-green: #8CBA82;
  --dark-blue: #1B434F;
}

body {
	background: #fff; 
	font-size: 16px;
	line-height: 1.6;
	font-family: "Open Sans", sans-serif;
	color: #1B1B1B;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
	top: 0 !important
}

/* -----------------------------------------
#typography
-----------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {color: #111;font-weight: 700;margin-bottom: 20px;line-height: 1.2;font-family: "Montserrat", sans-serif;}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {font-weight: inherit}
h1 {font-size: 36px}
h2 {font-size: 32px}
h3 {font-size: 28px}
h4 {font-size: 21px}
h5 {font-size: 16px}
h6 {font-size: 14px}
.header {font-size: 28px;color: var(--brandcolor);margin-bottom: 20px}
.subheader {display: block;font-size: 48px;line-height: 48px;color: #1A1A1A;font-weight: 700;margin: 32px 0 20px;font-family: "Montserrat", sans-serif;}
p {margin: 0 0 20px 0}
em {font-style: italic}
strong,
b {font-weight: bold}
small {font-size: 80%}
hr {border: solid var(--lightgray);border-width: 1px 0 0;clear: both;margin: 10px 0 30px;height: 0}

@font-face{
	font-family:'weather';
	src:url('../fonts/weather/artill_clean_icons-webfont.eot');
	src:url('../fonts/weather/artill_clean_icons-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/weather/artill_clean_icons-webfont.woff') format('woff'),
		url('../fonts/weather/artill_clean_icons-webfont.ttf') format('truetype'),
		url('../fonts/weather/artill_clean_icons-webfont.svg#artill_clean_weather_iconsRg') format('svg');
	font-weight:normal;
	font-style:normal;
}

#weather-box {background: rgba(39, 50, 104, 0.70);width: fit-content;padding: 6.5px 31px;margin: 33px auto 0;box-shadow: 3px 4px 8px 0px rgba(0, 0, 0, 0.12);z-index: 2;}
#weather {display: flex;flex-direction: row-reverse;align-items: center;gap: 20px;letter-spacing: 2.24px;line-height: 24px;color: var(--white);}
.weather-forecast {margin-left: 4px;}
.weather i {display: inline-block;font-family: 'weather';font-size: 46px;font-weight: 700;font-style: normal;line-height: 1;color: var(--white);}
.weather .icon-0:before{content:":"}.weather .icon-1:before{content:"p"}.weather .icon-2:before{content:"S"}.weather .icon-3:before{content:"Q"}.weather .icon-4:before{content:"S"}.weather .icon-5:before{content:"W"}.weather .icon-6:before{content:"W"}.weather .icon-7:before{content:"W"}.weather .icon-8:before{content:"W"}.weather .icon-9:before{content:"I"}.weather .icon-10:before{content:"W"}.weather .icon-11:before{content:"I"}.weather .icon-12:before{content:"I"}.weather .icon-13:before{content:"I"}.weather .icon-14:before{content:"I"}.weather .icon-15:before{content:"W"}.weather .icon-16:before{content:"I"}.weather .icon-17:before{content:"W"}.weather .icon-18:before{content:"U"}.weather .icon-19:before{content:"Z"}.weather .icon-20:before{content:"Z"}.weather .icon-21:before{content:"Z"}.weather .icon-22:before{content:"Z"}.weather .icon-23:before{content:"Z"}.weather .icon-24:before{content:"E"}.weather .icon-25:before{content:"E"}.weather .icon-26:before{content:"3"}.weather .icon-27:before{content:"a"}.weather .icon-28:before{content:"A"}.weather .icon-29:before{content:"a"}.weather .icon-30:before{content:"A"}.weather .icon-31:before{content:"6"}.weather .icon-32:before{content:"1"}.weather .icon-33:before{content:"6"}.weather .icon-34:before{content:"1"}.weather .icon-35:before{content:"W"}.weather .icon-36:before{content:"1"}.weather .icon-37:before{content:"S"}.weather .icon-38:before{content:"S"}.weather .icon-39:before{content:"S"}.weather .icon-40:before{content:"M"}.weather .icon-41:before{content:"W"}.weather .icon-42:before{content:"I"}.weather .icon-43:before{content:"W"}.weather .icon-44:before{content:"a"}.weather .icon-45:before{content:"S"}.weather .icon-46:before{content:"U"}.weather .icon-47:before{content:"S"}

/* -----------------------------------------
#links
-----------------------------------------*/

a, a:visited { text-decoration: underline; -webkit-transition: background .3s ease; -moz-transition: background .3s ease; -o-transition: background .3s ease; transition: background .3s ease; color: #273268;}
p a,
p a:visited {line-height: inherit}

/* -----------------------------------------

#lists

-----------------------------------------*/
ul, ol { margin-bottom: 20px; margin-left: 10px; }
ul { list-style: disc; }
ol { list-style: decimal; }
ul ul, ul ol, ol ol, ol ul { margin: 4px 0 5px 30px; }
ul ul li, ul ol li, ol ol li, ol ul li { margin-bottom: 6px; }
li { line-height: 1.3; margin-bottom: 7px; }
li p { line-height: 1.3; }


/* -----------------------------------------
#images
-----------------------------------------*/

img { max-width: 100%; height: auto; }
a img { border: none; }
.alignleft { float: left; clear: left; margin: 0 20px 20px; }
.alignright { float: right; margin: 0 0 20px 20px; }
.alignnone { margin: 0 auto 20px; display: block; }
img[align="right"], img[style*="float: right"], img[style*="float:right"] { margin: 0 0 20px 20px; }
img[align="left"], img[style*="float: left"], img[style*="float:left"] { margin: 0 20px 20px 0; }


/* -----------------------------------------
#buttons
-----------------------------------------*/

.primary-btn, .secondary-btn, .tertiary-btn,
.span button{color:#fff!important;text-decoration:none}
span.btn a{color:#fff!important;text-decoration:none}
span.button a{color:#fff!important;text-decoration:none}
.btn{color:#fff!important;text-decoration:none}
.btn,
.button,
a.button,
#post button:not(.rz-agenda-search-submit,.rz-doc-search-reset),
#post input[type="submit"],
#post input[type="reset"],
#post input[type="button"],
.rz-btn{padding: 12px 24px;background: #195131;color:var(--white) !important;border:0;border-radius: 0;display:inline-block;font-size:16px;font-weight:600;letter-spacing: 0.96px;text-decoration:none;cursor:pointer;line-height:1.5;vertical-align:middle;transition:all .3s;}
.btn:hover,
.button:hover,
a.button:hover,
#post button:hover,
#post input[type="submit"]:hover,
#post input[type="reset"]:hover,
#post input[type="button"]:hover,
.rz-btn:hover{-webkit-box-shadow:none;-moz-box-shadow:none;-o-box-shadow:none;box-shadow:none;background: #113D24;}
.button:active,
a.button:active,
#post button:active,
#post input[type="submit"]:active,
#post input[type="reset"]:active,
#post input[type="button"]:active,
.rz-btn:active{-webkit-box-shadow:none;-moz-box-shadow:none;-o-box-shadow:none;box-shadow:none;background:var(--brandcolor);color:var(--white)}
#post button::-moz-focus-inner,
#post input::-moz-focus-inner{border:0;padding:0}


/* -----------------------------------------
#revize edit buttons DO NOT MODIFY
-----------------------------------------*/

/* ----------------------------------------- #helpers and positioning for revize buttons -----------------------------------------*/
.relative{position:relative!important}
.absolute{position:absolute!important}
.static{position: static!important}
.user-logged-in{box-shadow: 0 0 10px rgba(21,0,56,0);padding:14px}
.rz-bar-center-col{display:none!important}

/* default position for revize buttons is top right DO NOT WRAP - Check Below for other positioning */
.rz-btns-container{line-height:1.5!important;font-size:16px;opacity:0;background:var(--white);padding:4px;box-shadow:0px 2px 10px rgba(21, 0, 56, 0.08);border:1px solid rgba(21, 0, 56,.1);transform:translateY(10px);transition:all .2s;position:absolute;top:0;right:0;z-index:9;white-space:nowrap}
.rz-btns-stacked{padding:6px 6px 0!important}

/* 
to reposition '.rz-btns-container' WRAP IT IN A DIV WITH ONE OF THE CLASSES BELOW
top-left,top-center,right-center,right-bottom,center-bottom,center-center,bottom-left,left-center 
*/
.left-top{top:0!important;right:auto!important;left:0!important;z-index:9;position:absolute}
.left-top .rz-btns-container{position:relative!important}
.center-top{top:0!important;right:50%!important;transform:translate(50%, 0)!important;z-index:9;position:absolute}
.center-top .rz-btns-container{position:relative!important}
.right-center{top:50%!important;right:0!important;transform:translate(0, -50%)!important;z-index:9;position:absolute}
.right-center .rz-btns-container{position:relative!important}
.right-bottom{top:auto!important;right:0!important;bottom:0!important;z-index:9;position:absolute}
.right-bottom .rz-btns-container{position:relative!important}
.center-bottom{top:auto!important;right:50%!important;bottom:0!important;transform:translateX(50%)!important;z-index:9;position:absolute}
.center-bottom .rz-btns-container{position:relative!important}
.center-center{top:50%!important;right:50%!important;transform:translate(50%, -50%)!important;z-index:9;position:absolute}
.center-center .rz-btns-container{position:relative!important}
.left-bottom{top:auto!important;right:auto!important;left:0!important;bottom:0;z-index:9;position:absolute}
.left-bottom .rz-btns-container{position:relative!important}
.left-center{top:50%!important;right:auto!important;left:0!important;transform:translate(0, -50%)!important;z-index:9;position:absolute}
.left-center .rz-btns-container{position:relative!important}

/* ----------------------------------------- rzBtn's -----------------------------------------*/
.rz-btns-container a{display:inline-block!important}
.rzBtn{text-transform:capitalize;cursor:pointer;text-decoration:none;position:relative;line-height:1.5!important;display:inline-block!important;letter-spacing:0!important;padding:7px 14px;background:var(--white)!important;color:var(--black) !important;font-weight:bold!important;font-size:16px;white-space:nowrap;text-align:center;border:1px solid #e6e6e6;transition:all .2s;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"!important}
.rz-btns-stacked a,.rz-btns-stacked .rzBtn{display:block!important;margin-bottom:6px;text-decoration:none}
.rzBtn:hover{background:#eee!important;border-color:#ccc;color:var(--black)!important;text-decoration:none}
.rzBtn-sm{font-size:14px!important;padding:5px 10px!important}
.rzBtn-xs{font-size:12px!important;padding:3px 6px!important}
.user-logged-in .yes-has-edit-buttons{position:relative;outline:3px solid transparent;outline-offset:6px}
.user-logged-in .yes-has-edit-buttons:hover,.show-edit-buttons .user-logged-in .yes-has-edit-buttons{outline:3px solid #6000fe;outline-offset:3px;z-index:10!important;transition:all .2s;min-width:142px;min-height:32px}
.user-logged-in .yes-has-edit-buttons:hover .rz-btns-container:has(.rzBtn),
.show-edit-buttons .user-logged-in .yes-has-edit-buttons .rz-btns-container:has(.rzBtn){opacity:1;height:auto;transform:translateY(0);opacity:1}
.hide-edit-btns .rz-btns-container{display:none}
.user-not-logged-in .rz-btns-container{display:none!important}

/* -----------------------------------------
#forms
-----------------------------------------*/
form { margin-bottom: 20px; }
fieldset { margin-bottom: 20px; }
input[type="text"], input[type="password"], input[type="email"], input[type="search"], textarea, select { border: 1px solid var(--darkgray); padding: .375rem .75rem; outline: none; font-size: 16px; color: var(--brandcolor); margin: 0; display: inline-block; background: var(--white); border-radius: 0; box-shadow: none; }
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="search"]:focus, textarea:focus { color: var(--brandcolor); border: 1px solid var(--darkgray); }
label, legend { display: block; font-weight: bold; font-size: 13px; }
input[type="checkbox"] { display: inline; }
label span, legend span { font-weight: normal; font-size: 16px; color: #444; }
.form-control:focus { border-color: inherit; -webkit-box-shadow: none; box-shadow: none; }
::-webkit-input-placeholder { color: #777; }
:-moz-placeholder { color: #777; }
::-moz-placeholder { color: #777; }
:-ms-input-placeholder { color: #777; }
.gsc-control-cse * { box-sizing: content-box; }


/* -----------------------------------------
#rz intranet
-----------------------------------------*/
form.loginform { background: var(--white); padding: 30px; border: 1px solid #D2DFEF; }
form.loginform p { background: #E65229; color: var(--white); padding: 20px; line-height: 1; }
form.loginform label { font-weight: normal; }
form.loginform label input { display: block; margin-bottom: 10px; width: 100%; box-sizing: border-box; padding: 10px; color: var(--black); }


/* -----------------------------------------
#rz alert
-----------------------------------------*/
.floating-alert{position:fixed;z-index:1024;bottom:20px;margin:0;left:13px;background:var(--white);color: #474952;padding:32px 24px;font-size:18px;width:400px;border-radius:0;display:flex;flex-direction:column;overflow:hidden;line-height: normal;border:0;box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.12);}
.floating-alert h2{color: #1A1A1A;font-size:24px;font-weight:700;line-height:28.8px;display: flex;align-items: center;margin:0 0 12px;position: relative;padding-bottom: 12px;padding-left: 38px;border-bottom: 1px solid #D7EDD2;}
.floating-alert h2::before {position: absolute;content: '';background: url(../images/alert-icon.png) center/cover no-repeat;width: 26px;height: 26px;left: 0;}
.floating-alert p{margin:0}
.alert-buttons{margin:32px -24px -32px;border-top:1px solid #D7EDD2;display:flex}
.alert-button{border-right:1px solid #D7EDD2;flex:1;text-align:center;padding:20px 0;text-decoration:none;color: #1A1A1A !important;font-size: 14px;font-weight:700;line-height:1.5;letter-spacing: -0.28px;}
.alert-buttons .alert-button:last-of-type{border:0}
.alert-button:hover{background: linear-gradient(99deg, #D7EDD2 6.14%, #C5ECEF 104.1%);color:var(--white);text-decoration:none;cursor:pointer}
.floating-alert.fade:not(.show){display:none}


/* -----------------------------------------
#rz edit
-----------------------------------------*/
#event-modal .modal-footer .btn{margin:3px 0 0 10px}


/* -----------------------------------------
#main
-----------------------------------------*/
#skip{position:fixed;left:-100%;top:-100%;transition:all .3s;z-index:999}
#skip:focus{left:50px;top:50px}
.container {width: 1213px;max-width: 100%;}
#main {position: relative;}
.primary-btn, .secondary-btn, .tertiary-btn {text-align: center;letter-spacing: 0;}
.primary-btn {background: var(--brandcolor);}
.primary-btn:hover {background: #495286;text-decoration: none;box-shadow: 3px 4px 8px 0px rgba(0, 0, 0, 0.12);}
.secondary-btn {background: var(--secondary-color);color: var(--black) !important;}
.secondary-btn:hover {background: var(--light-green);text-decoration: none;box-shadow: 3px 4px 8px 0px rgba(0, 0, 0, 0.12);}
.tertiary-btn {background: var(--tertiary-color);color: var(--black) !important;}
.tertiary-btn:hover {background: linear-gradient(109deg, #E6FFE1 5.12%, #CBF2FF 104.66%);text-decoration: none;box-shadow: 3px 4px 8px 0px rgba(0, 0, 0, 0.12);}
#doc-search-form .rz-doc-search-submit {padding: 10px 24px !important;border-radius: 0 !important;}
.rz-block-img[style="background: url('_assets_/images/logo.png') center center / cover no-repeat;"]{background-size:50% !important;background-position:center center !important}
.rz-block-img[style="background: url('_assets_/images/logo.png') center center / cover no-repeat;"]:after{display: none !important;}
#rz-business-directory .rz-block-img:after {display: none;}
.business-social-links a > .fa-twitter::before { content: ""; width: 16px; height: 16px; background: url("../images/twitter.png"); display: inline-block; background-repeat: no-repeat; background-size: 16px; margin: 0 1px -2px 2px; }

/* site-header */
.site-header {background: rgba(255, 255, 255, 0.92);box-shadow: 2px 4px 3.6px rgba(0, 0, 0, 0.04);backdrop-filter: blur(4.5px);position: relative;z-index: 1020;}
.site-header .container {width: 1444px;}
#header-in {display: flex;align-items: center;justify-content: space-between;height: 90px;}
#logo{display: inline-block;margin-top: 40px;width: 117px;transition: all 0.3s;}
.header-right {display: flex;align-items: center;gap: 16px;}


/*base nav styles*/
#nav .fa:before {font-family: 'FontAwesome' !important}
.site-header nav {position: static !important;min-width: 0 !important;}
.site-header #nav {padding: 0;position: static;margin: 0 auto;max-width: 100%;}
.site-header #nav li {margin: 0;list-style: none;}
.site-header #nav a,
.site-header #nav span {font-size: 14px;font-weight: 600;line-height: 24px;color: var(--black);display: block;text-transform: uppercase;text-decoration: none;padding: 12px 20px 12px 20px;z-index: 1; transition: all 0.3s;font-family: "Montserrat", sans-serif;}
#nav li.static a {
    padding: 12px 30px 12px 16px;
}
.site-header #nav ul {padding: 0;margin: 0;}

/* nav-icons */
#nav img { width: 24px; margin-bottom: 12px; }
.text-overflow { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.toggle { display: none; }
#twitterfeed { background: #f1f1f1; }
.goog-te-banner-frame { display: none; }

/* Google translate*/
#translation-links{padding:0;margin:0}
#translation-links li{position:relative;margin:0;list-style:none;line-height: 1.5}
#translation-links ul{padding:10px 0 14px 10px;margin:0;position:absolute;top: 14px;right:0;width:131px;height: 192px;background:var(--white);box-shadow: 3px 4px 8px rgba(0, 0, 0, 0.12);z-index: 999;overflow-y:scroll;}
#translate-box {position: relative;display: none;}
#translate-box::before {position: absolute;content: '';background: url(../images/translate-arrow.png) center/cover no-repeat;width: 19px;height: 10px;top: 4px;left: 50%;transform: translateX(-50%);z-index: 1111;}
#translation-links ul li{margin:0}
#translation-links ul li a{position: relative;display:block;padding: 1px 0;margin-top: 2px;font-size: 14px;line-height: 21px;text-decoration:none;color: #1B1B1B;transition: all 0.3s;}
#translation-links ul li a::after {position: absolute;content: '';background: var(--secondary-color);height: 100%;right: 0;left: -5px;top: 0;transition: all 0.3s;opacity: 0;z-index: -1;}
#translation-links ul li a:hover::after {background: var(--secondary-color);font-weight: 600;opacity: 1;}
[lang="en"] #translate-reset{display: none}
/* [data-lang="English"]{background: #E7F1E4;font-weight: 600;} */
div.skiptranslate{display:none !important}
#translate-button {background: #E0F0E0;border-radius:0;border: none;display: flex;align-items: center;justify-content: center;gap: 4px;width: 131px;height: 40px;line-height: 1;color: var(--dark-black);padding: 4px 10px;transition: all 0.3s;}
#translate-button img {width: 20px;}
#translate-button:hover {background: linear-gradient(150deg, #E6FFE1 18.22%, #CBF2FF 99.43%);}
#translation-links ul::-webkit-scrollbar {width: 4px}
#translation-links ul::-webkit-scrollbar-track {background: var(--white);}
#translation-links ul::-webkit-scrollbar-thumb {background: var(--light-green);}

/* search */
#search {position: relative;width: 265px;max-width: 100%;height: 40px;z-index: 10;}
#search form {width: 100%;height: 100%;margin: 0;}
#search label {margin: 0;line-height: 51px;font-size: 14px;font-weight: bold;color: #1B1B1B;display: block;margin-right: 35px;}
#search input {padding: 4px 45px 4px 15px;background: #E3E6F1;border: 0;border-radius: 0;width: 100%;height: 100%;color: rgba(39, 50, 104, 0.70);transition: all 0.3s;}
#search input::-webkit-input-placeholder{color: rgba(39, 50, 104, 0.70);}
#search input:-moz-placeholder{color: rgba(39, 50, 104, 0.70);}
#search input::-moz-placeholder{color: rgba(39, 50, 104, 0.70);}
#search input:-ms-input-placeholder{color: rgba(39, 50, 104, 0.70);}
#search button {position: absolute;top: 50%;transform: translateY(-50%);right: 6px;width: 29px;height: 29px;border-radius: 0;background: var(--brandcolor);border: none;padding: 0;line-height: 1;transition: all 0.3s;}
#search button img {width: 24px;margin-left: 2px;}
#search button:hover {background: var(--white);}
#search button:hover img {filter: brightness(0) saturate(100%) invert(16%) sepia(30%) saturate(1210%) hue-rotate(192deg) brightness(95%) contrast(90%);}

/* slider-search */
#slider-search {position: relative;max-width: 576px;height: 60px;margin: 27px auto 0;}
#slider-search form {width: 100%;height: 100%;margin: 0;}
#slider-search input {padding: 8px 60px 8px 15px;background: var(--white);border: 0;border-radius: 0;width: 100%;height: 100%;font-size: 18px;font-weight: 400;color: var(--black);box-shadow: 3px 4px 8px rgba(0, 0, 0, 0.12);transition: all 0.3s;}
#slider-search input::-webkit-input-placeholder{color: rgba(48, 48, 48, 0.70);}
#slider-search input:-moz-placeholder{color: rgba(48, 48, 48, 0.70);}
#slider-search input::-moz-placeholder{color: rgba(48, 48, 48, 0.70);}
#slider-search input:-ms-input-placeholder{color: rgba(48, 48, 48, 0.70);}
#slider-search input:focus::placeholder {color: var(--black);}
#slider-search button {position: absolute;top: 50%;transform: translateY(-50%);right: 5px;width: 51px;height: 51px;border-radius: 0;background: var(--brandcolor);border: none;padding: 0;line-height: 1;transition: all 0.3s;}
#slider-search button img {width: 24px;}
#slider-search button:hover {background: #4F5B92;}


/* -----------------------------------------
#inner
-----------------------------------------*/
#freeform #main {z-index: 2;}
body.user-logged-in aside .has-edit-buttons.yes-has-edit-buttons {min-height: 45px;}
body:not(.user-logged-in) #flyout-wrap.hide-box, body:not(.user-logged-in) #contact-wrap.hide-box, body:not(.user-logged-in) #resource-wrap.hide-box, body:not(.user-logged-in) #hours-wrap.hide-box {display: none;}
body:not(.user-logged-in) .hide-left-box {display: none;}
body:not(.user-logged-in) #freeform-wrapper .col-lg-3.hide-left-box + .col-lg-9 {flex: 100% !important;max-width: 100% !important;}
#freeform #freeform-wrapper {padding-top: 48px;padding-bottom: 120px;}
#freeform .aside-bg {background: #E3EDF9;}
#freeform {position: relative;}
#freeform #slider {position: relative;padding: 0;height: 470px;}
#freeform #slider>img {position: absolute;left: 0;right: 0;bottom: 0;width: 100%;z-index: 11}
.inner-slider-wave {position: absolute;width: 100%;height: 57px;bottom: -40px;}
#flyout-wrap {position: relative;padding: 32px 32px 32px 20px;z-index: 1;}
#freeform .main-flyout {position: relative;z-index: 15 !important;}
#flyout-wrap::after {position: absolute;content: '';background: #ACCDD7;width: calc(100% - 64px);height: 1px;bottom: 0;left: 50%;transform: translateX(-50%);}
#flyout-header {font-size: 20px;color: var(--dark-blue);font-weight: 700;line-height: normal;letter-spacing: 1.2px;margin-bottom: 16px;padding-left: 12px;text-transform: uppercase;font-family: "Montserrat", sans-serif;}
#flyout {position: relative;;margin: 0;padding: 0;z-index: 1;}
#flyout li {position: relative;margin: 0;padding: 0;list-style: none;}
#flyout a,
#flyout span {display: inline-block;text-decoration: none;font-size: 14px;font-weight: 400;color: var(--black);line-height: 21px;text-transform: capitalize;transition: all 0.3s;}
#flyout ul {padding: 0;margin: 0;display: none;position: relative;}
#flyout ul a,
#flyout ul span {font-size: 14px;padding: 3px 9px;margin: 0;color: #1A1A1A;}
#flyout ul li {padding: 0;margin: 0;}

.col-xs-12 {width: 100%}

.box-header {font-size: 20px;color: var(--dark-blue);font-weight: 700;line-height: normal;margin-bottom: 24px;letter-spacing: 1.2px;text-transform: uppercase;font-family: "Montserrat", sans-serif;}

#contact-wrap {position: relative;padding: 32px;z-index: 1;}
#contact-wrap::after {position: absolute;content: '';background: #ACCDD7;width: calc(100% - 64px);height: 1px;bottom: 0;left: 50%;transform: translateX(-50%);}
.contact-profile-detail {display: flex;align-items: center;gap: 12px;padding: 24px 0;margin: 0 -10px;position: relative;}
.contact-profile-detail::after {position: absolute;content: '';background: #F1F7FF;height: 100%;left: -22px;right: -22px;z-index: -1;}
.profile-img {max-width: 102px;width: 100%;height: 102px;border-radius: 50%;}
.contact-name {color: #1A1A1A;font-size: 14px;font-weight: 700;line-height: 21px;margin: 0;}
.contact-position {display: block;color: #4D4D4D;line-height: 21px;margin-top: 4px;}
#contact-info {margin: 28px 0 0 0;padding: 0;list-style: none;}
#contact-info li {margin-bottom: 24px;}
#contact-info li,
#contact-info .contact-link {display: block;color: var(--black);font-size: 14px;line-height: 21px;display: flex;align-items: center;gap: 12px; text-decoration: none;transition: all 0.3s;word-break: break-all;}
#contact-info .contact-link img {width: 24px;}
#contact-info .contact-link:hover {text-decoration: underline;}
#contact-info li img {width: 24px;}
.contact-text {font-size: 14px;line-height: 21px;color: var(--black);margin: 24px 0 0 0;}

#hours-wrap {position: relative;padding: 32px;z-index: 1;}
#hours-wrap::after {position: absolute;content: '';background: #ACCDD7;width: calc(100% - 64px);height: 1px;bottom: 0;left: 50%;transform: translateX(-50%);}
#hours-wrap ul {padding: 0;margin: 0;list-style-type: none;}
#hours-wrap ul li {font-size: 14px;margin: 0;padding: 10.5px 0;position: relative;z-index: 1;}
#hours-wrap ul li.active::before {position: absolute;content: '';background: var(--secondary-color);border-radius: 16px;height: 100%;top: 0;left: -13px;right: 0;z-index: -1;}
#hours-wrap .day {display: inline-block;width: 38px;font-size: 14px;color: #195131;font-weight: 600;line-height: 21px;letter-spacing: 0.84px;margin-right: 13px;text-transform: uppercase;}
#hours-wrap .time {color: var(--black);font-size: 14px;line-height: 21px;}

#resource-wrap {position: relative;padding: 32px;z-index: 1;}
#resource-wrap .resource-link {background: var(--white);display: flex;align-items: center;gap: 12px;color: var(--black);padding: 16px;margin-top: 20px;font-size: 14px;line-height: 21px;text-transform: capitalize;text-decoration: none;}
#resource-wrap .resource-link:hover {background: linear-gradient(150deg, #E6FFE1 18.22%, #CBF2FF 99.43%), var(--white);box-shadow: 3px 4px 8px 0px rgba(0, 0, 0, 0.12);}
.resource-link img {width: 24px;}
.resource-link:hover img {filter: brightness(0) saturate(100%) invert(23%) sepia(15%) saturate(1676%) hue-rotate(93deg) brightness(102%) contrast(94%);}

#page-title {font-size: 48px;line-height: normal;color: #1B1B1B;font-weight: 700;margin-bottom: 8px;text-transform: capitalize;font-family: "Montserrat", sans-serif;}

#breadcrumbs {margin-bottom: 20px;}
#breadcrumbs ul {margin: 0;padding: 0;list-style: none;text-transform: capitalize;}
#breadcrumbs ul li {display: inline-block;margin: 0;position: relative;font-size: 15px;margin-right: 48px;color: #1B1B1B;font-weight: 700 !important;letter-spacing: 1.2px;text-decoration: none;text-transform: uppercase;}
#breadcrumbs ul li:last-child {margin-right: 0;}
#breadcrumbs a {display: inline-block;position: relative;font-size: 15px;color: var(--brandcolor);text-decoration: none;font-weight: 400;line-height: 18.9px;letter-spacing: 1.2px;text-transform: uppercase;}
#breadcrumbs ul li:not(:last-of-type)::after {content: '\f0da';font-family: 'FontAwesome';font-size: 13px;position: absolute;top: 50%;transform: translateY(-50%);margin: 0 24px;color: var(--light-green);}

#post blockquote {margin: 48px 0;font-size: 20px;line-height: 29px;color: var(--brandcolor);font-weight: 700;background: linear-gradient(323deg, #E2EDF9 10.82%, #DAEEEA 76.36%);padding: 40px 40px 40px 85px;position: relative;border-radius: 0;font-family: "Montserrat", sans-serif;}
#post blockquote::before {position: absolute;content: '';background: url(../images/quote-icon.png) center/cover no-repeat;width: 25px;height: 20px;left: 40px;top: 42%;transform: translateY(-50%);}
#post blockquote::after {position: absolute;content: '';background: url(../images/blockquote-logo.png) center/cover no-repeat;width: 189px;height: 179px;right: 0;bottom: 0;}
#post blockquote span {color: var(--dark-blue);font-size: 17px;font-weight: 400;line-height: normal;text-transform: uppercase;letter-spacing: 1.02px;display: block;margin-top: 20px;padding-left: 147px;position: relative;}
#post blockquote span::before {position: absolute;content: '';background: #ACCDD7;width: 127px;height: 1px;left: 0;top: 50%;transform: translateY(-50%);}

/* -----------------------------------------

#share widget

-----------------------------------------*/
.modal { z-index: 100000; }
.modal .modal-dialog { transition: transform cubic-bezier(0.86,0,0.07,1); transform: scale(.98)!important; opacity: 1!important; }
.modal.show .modal-dialog { transition: transform .3s cubic-bezier(0.86,0,0.07,1); transform: translateY(0%)!important; }
.modal-content { border-radius: 10px; overflow: hidden; border: 0; }
.modal-header { background: #d2d2d2; border-radius: 10px 10px 0 0; font-size: 18px; line-height: 1.4; }
.share-btns { display: flex; gap: 8px; justify-content: center; }
.share-btns a { display: flex; text-decoration: none; border-radius: 100%; height: 44px; width: 44px; outline-offset: 0; outline: 2px solid transparent; transition: all .3s; }
.share-btns svg { width: 16px; height: 16px; margin: auto; fill: var(--white); }
.btn-linkedin { background: #0077b5; }
.btn-linkedin:hover { border-color: #0077b5; outline: 2px solid #0077b5; outline-offset: 2px; }
.btn-facebook { background: #3b5998; }
.btn-facebook:hover { border-color: #3b5998; outline: 2px solid #3b5998; outline-offset: 2px; }
.btn-twitter { background: var(--black); }
.btn-twitter:hover { border-color: var(--black); outline: 2px solid var(--black); outline-offset: 2px; }
.btn-reddit { background: #ff5700; }
.btn-reddit:hover { border-color: #ff5700; outline: 2px solid #ff5700; outline-offset: 2px; }
.modal .btn { font-size: 16px!important; font-weight: bold!important; padding: .6rem 1.2rem!important; border: 0!important; line-height: 1.4!important; text-transform: none!important; letter-spacing: 0!important; color: var(--black)!important; border: 0!important; }
.modal .btn.p-0 { padding: 0!important; }
.modal .btn-inverse:focus { box-shadow: 0 0 0 .2rem rgba(0,0,0,.25); }
.floating-share-btn { position: fixed;z-index: 1022;bottom: 80px;top: 50%;transform: translateY(-50%);left: 0;border-radius: 0;border: 0;box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.20);;background: #195131;width: 38px;height: 38px;padding: 0;line-height: 1;text-align: center; }
.floating-share-btn img { width: 20.9px; }
.floating-share-btn svg path { fill: var(--white); }


/* site-plugin */
#site-plugin{position: fixed;z-index: 99999;bottom: 20px;right:26px;}
body #userwayAccessibilityIcon{display: none !important;}
#ada-btn{width: 60px;height: 60px;background: var(--brandcolor);border:0;border-radius: 50%;padding:0;box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.27);}
#ada-btn img{width: 31.53px;}


/* -----------------------------------------

#slider

-----------------------------------------*/

#slider{position:relative;height: 849px;z-index:1 !important;}
#homepage #slider::before {position: absolute;content: '';background: linear-gradient(180deg, rgba(39, 50, 104, 0.00) 31.07%, rgba(14, 10, 55, 0.75) 100%);top: 0;left: 0;width: 100%;height: 100%;z-index: 1;}
#slider .tns-outer{position:absolute;left:0;right:0;top:0;bottom:0}
#slider .tns-controls {top: unset;transform: unset;bottom: 191px;z-index: 2;}
#slider .tns-controls button {background: rgba(30, 35, 62, 0.68);backdrop-filter: blur(2px);color: var(--white);font-size: 24px;}
#slider .tns-controls button:first-of-type{ margin-left: 62px;}
#slider .tns-controls button:last-of-type{ margin-right: 62px;}
#slider .tns-controls button:first-of-type i {margin: 0 2px 2px 0;}
#slider .tns-controls button:last-of-type i {margin: 0 0 2px 2px;}
#slider .tns-controls button img {filter: brightness(0) saturate(100%) invert(100%) sepia(7%) saturate(29%) hue-rotate(319deg) brightness(107%) contrast(109%);}
#slider-caption {position: absolute;bottom: 144px;left: 50%;transform: translateX(-50%);width: 100%;z-index: 1;}
.slider-caption-wrap {display: flex;justify-content: center;gap: 24px;}
.slider-title {position: relative;color: var(--white);font-size: 56px;font-weight: 800;line-height: normal;letter-spacing: 3.36px;text-shadow: 3px 4px 0px rgba(0, 0, 0, 0.75);text-transform: capitalize;margin-bottom: 0;font-family: "Montserrat", sans-serif;}
.slider-title span {font-size: 25px;font-weight: 500;line-height: normal;letter-spacing: 1.5px;text-transform: uppercase;display: block;text-shadow: 1px 2px 0px rgba(0, 0, 0, 0.75);position: relative;width: fit-content;margin: 0 auto 8px;}
.slider-title span::before {position: absolute;content: '';background: url(../images/title-layer-left.png) center/cover no-repeat;width: 52px;height: 29px;left: -73px;}
.slider-title span::after {position: absolute;content: '';background: url(../images/title-layer-right.png) center/cover no-repeat;width: 52px;height: 29px;right: -73px;}

#video-controls {background: rgba(30, 35, 62, 0.68);backdrop-filter: blur(2px);display: flex;align-items: center;justify-content: center;width: 91px;height: 35px;position: absolute;top: 113px;right: 22px;z-index: 3;}
#video-controls button {background: none;border: none;display: flex;align-items: center;font-weight: 700;color: var(--white);letter-spacing: 0.64px;line-height:1;text-transform: uppercase;outline: none;padding: 0;}
#video-controls button img {width: 18px;margin-right: 4px;}

.tiny-slider-wrap > .tns-outer,
.tiny-slider-wrap > .tns-outer > .tns-inner,
.tiny-slider-wrap > .tns-outer > .tns-inner > .tiny-slider,
.tiny-slider-wrap > .tns-outer > .tns-inner > .tiny-slider .tns-item,
.tns-bg-slide {height:100%}
.tns-outer{position:relative}
.tns-controls{position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);}
.tns-controls button {background: none;padding: 0;width:26px;height:26px;color: var(--brandcolor);font-size: 26px;border: 0;border-radius: 50%;line-height: 1;transition: all 0.3s;}
/* .tns-controls button img {width: 32px;} */
.tns-controls button:last-of-type {float:right}
.tiny-slider-wrap button[data-action]{position:absolute;bottom:0;right:0;z-index:1}
ul.tiny-slider,
ul.tiny-carousel{padding:0;margin:0}

#slider .tns-nav {display: flex;align-items: center;gap: 7px;position: absolute;bottom: 178px;left: 50%;transform: translateX(-50%);z-index: 1;}
#slider .tns-nav button {background: rgba(144, 224, 239, 0.65);backdrop-filter: blur(2px);border-radius: 50%;border: none;outline: none;width: 5px;height: 5px;padding: 0;}
#slider .tns-nav button.tns-nav-active {background: var(--white);width: 12px;height: 12px;}


/* quick-links style */

#quick-links {position: relative;padding-bottom: 103px;background: linear-gradient(41deg, #E2EDF9 22.25%, #DAEEEA 83.21%);}
#quick-links .container {width: 1331px;}
#quick-links-in {position: relative;padding: 0 59px;z-index: 2;}
.qlinks-cards-wrapper .qlink-slide-wrap {padding: 7.5px 0;}
.quick-link {position: relative;padding: 16px;height: 263px;text-align: center;box-shadow: 3px 4px 8px rgba(0, 0, 0, 0.12);text-decoration: none;transition: all 0.3s;}
.quick-link:hover {transform: scale(1.1); text-decoration: none;}
.qlinks-cards-wrapper .quick-link::before {position: absolute;content: '';background: linear-gradient(0deg, rgba(41, 50, 93, 0.70) 0%, rgba(41, 50, 93, 0.70) 100%);width: 100%;height: 100%;top: 50%;left: 50%;transform: translate(-50%, -50%);transition: all 0.3s;}
.qlinks-cards-wrapper .quick-link::after {position: absolute;content: '';background: linear-gradient(0deg, rgba(41, 50, 93, 0.25) 0%, rgba(41, 50, 93, 0.25) 100%);width: 30%;height: 30%;top: 50%;left: 50%;transform: translate(-50%, -50%);transition: all 0.3s;opacity: 0;}
.qlinks-cards-wrapper .quick-link:hover::before {width: 30%;height: 30%;opacity: 0;}
.qlinks-cards-wrapper .quick-link:hover::after {width: 100%;height: 100%;opacity: 1;}
.qlink-title {font-size: 20px;font-weight: 600;line-height: 30px;color: var(--white);letter-spacing: 1.2px;text-transform: uppercase;margin: 0;font-family: "Montserrat", sans-serif;position: relative;z-index: 1;}
.qlinks-cards-wrapper .quick-link:hover .qlink-title {text-shadow: 1px 2px 10.3px rgba(0, 0, 0, 0.65);}

.qlinks-box-wrapper {margin-top: 94px;}
.qlinks-box-wrapper .tns-ovh {padding: 12px;margin: -12px;}
.qlinks-box-wrapper .quick-link {flex-direction: column;background: var(--white);height: 170px;box-shadow: 3px 4px 8px 0px rgba(0, 0, 0, 0.12);}
.qlinks-box-wrapper .quick-link::before {position: absolute;content: '';background: linear-gradient(150deg, #E6FFE1 18.22%, #CBF2FF 99.43%);width: 30%;height: 30%;top: 50%;left: 50%;transform: translate(-50%, -50%);transition: all 0.2s;opacity: 0;z-index: -1;}
.qlinks-box-wrapper .quick-link:hover::before {width: 100%;height: 100%;opacity: 1;}
.qlinks-box-wrapper .quick-link:first-child {margin-bottom: 32px;}
.qlinks-box-wrapper .quick-link:hover {transform: scale(1.08);}
.qlink-icon-box img {width: 50px;}
.quick-link:hover .qlink-icon-box img {filter: brightness(0) saturate(100%) invert(21%) sepia(87%) saturate(357%) hue-rotate(93deg) brightness(98%) contrast(92%);}
.qlinks-box-wrapper .qlink-title {font-size: 18px;font-weight: 600;color: var(--dark-blue);letter-spacing: 1.08px;margin: 10px 0 0;}
#quick-links .tns-controls button {width: 18px;height: 18px;}
.qlinks-box-wrapper .tns-controls button {color: #195131;}
#quick-links .tns-controls button:disabled {opacity: 0.4;}
#quick-links .tns-controls button:first-of-type{margin-left: -59px;}
#quick-links .tns-controls button:last-of-type{margin-right: -59px;}
.qlink-bg-wave {position: absolute;width: 100%;height: 1055px;top: -142px;left: 0;z-index: 1;}
#quick-links .skip-section:hover {background-color: #363D63;}

/* .section-header {margin-bottom: 24px;} */
.section-heading {font-size: 40px;font-weight: 400;line-height: 1;color: var(--dark-black);margin-bottom: 0;text-align: center;text-transform: uppercase;display: flex;align-items: center;}
.section-heading span {font-weight: 700;margin-left: 8px;}
.section-heading img {width: 39px;margin-right: 17px;}
#news .button, #events .button {padding: 13.5px 55px;}

.skip-section {display: flex;align-items: center;justify-content: center;width: 70px;height: 70px;background-color: #515982;box-shadow: 3px 4px 8px rgba(0, 0, 0, 0.12);border-radius: 50%;position: absolute;top: -106px;left: 50%;transform: translateX(-50%);z-index: 2;}
.skip-section img {width: 35px;}


/* events style */
#events {position: relative;padding-top: 190px;padding-bottom: 180px;}
#events .section-header {margin-bottom: 20px;}
#homepage #events .events-overlay {position: absolute;inset: 0;z-index: -1;}
#homepage #events .events-overlay-in {display: flex;flex-direction: row-reverse;height: 100%;}
#homepage #events .events-overlay-right {position: relative;width: 50%;}
.events-img {position: absolute;width: 100%;height: 100%;top: 0;left: 0;z-index: -1;}
#event-tabs {position: relative;display: flex;justify-content: space-between;}
#event-tabs .event-tab {position: relative;display: inline-block;flex: auto;background: #195131;border-radius: 0;padding: 25.9px 12px;font-size: 16px;font-weight: 700;line-height: 19.2px;color: var(--white);letter-spacing: -0.32px;text-align: center;text-transform: capitalize;transition: all 0.3s;cursor: pointer;font-family: "Montserrat", sans-serif;}
#event-tabs .event-tab.active {background: var(--secondary-color);color: #1A1A1A;}
#event-tabs .event-tab.active::after {position: absolute;content: '';background: url(../images/event-tab-arrow.png) center/cover no-repeat;width: 28px;height: 14px;left: 50%;transform: translateX(-50%);bottom: -14px;}
#event-tabs .event-tab:hover:not(.active) {background: #113D24;}
#events .section-link {background: var(--white);color: var(--black);margin-top: 36px;padding: 9px 95.6px;}
#events .section-link:hover {background: #17566D;color: var(--white);}
#events .skip-section {background-color: #195131;top: 28px;}
#events .skip-section:hover {background-color: #113D24;}

/* news style */
#news {background-color: var(--brandcolor);padding-top: 73px;position: relative;padding-bottom: 94px;z-index: 2;}
#news .section-header {margin-bottom: 31px;}
#news .section-heading {color: var(--white);}
#news .button {background: #39416C;}
#news .button:hover {background: #141936;}
.news-wrapper .news-item {min-height: 528px;display: flex;align-items: flex-end;box-shadow: 3px 4px 8px 0px rgba(0, 0, 0, 0.12);text-decoration: none;}
.news-wrapper .news-item:hover .news-info {background: rgba(10, 19, 35, 0.95);padding: 30px 22px;}
.news-wrapper .news-info {background: rgba(10, 19, 35, 0.80);backdrop-filter: blur(3px);padding:24px 22px;width: 100%;transition: all 0.3s;overflow: hidden;}
#homepage .news-wrapper .news-date {font-size: 18px;font-weight: 600;color: var(--white);letter-spacing: 0.72px;text-transform: uppercase;}
#homepage .news-wrapper .news-title {font-size: 25px;font-weight: 700;line-height: 30px;margin: 12px 0 0;color: var(--white);display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;text-overflow: ellipsis;font-family: "Montserrat", sans-serif;}
.news-more-wrap {display: none;overflow: hidden;}
#homepage .news-wrapper .news-more {font-size: 18px;font-weight: 600;line-height: 21px;color: var(--white) !important;letter-spacing: 0.72px;text-decoration: none;text-transform: uppercase;display: inline-block;margin-top: 16px;}
#homepage .news-wrapper .news-more img {width: 18px;margin-left: 6px;}
.news-more:hover {text-decoration: none;}
#news .tns-controls {display: none;}
#news .tns-nav {display: flex;justify-content: center;gap: 4px;position: absolute;bottom: -20px;width: 100%;}
#news .tns-nav button{border:0;background:var(--white);padding:0;width: 9px;height: 9px;border-radius:50px;margin: 0;border: 0;background: transparent;position: relative;}
#news .tns-nav button.tns-nav-active{background: var(--white);}
#news .tns-nav button::after{content: "";width: 5px;height: 5px;background: #5D6692;border-radius: 10px;position: absolute;left: 2.4px;top: 2px;}
#news .tns-nav button.tns-nav-active::after {background: var(--white);}

.news-list-wrapper .news-item {position: relative;background: var(--white);display: flex;align-items: center;height: 160px;box-shadow: 3px 4px 8px 0px rgba(0, 0, 0, 0.12);text-decoration: none;transition: all 0.3s;z-index: 1;}
.news-list-wrapper .news-item:hover {transform: translateX(12px);box-shadow: 5px 7px 18.2px 0px rgba(0, 0, 0, 0.15), 3px 4px 8px 0px rgba(0, 0, 0, 0.12);}
.news-list-wrapper .news-item:not(:last-of-type) {margin-bottom: 24px;}
.news-list-wrapper .news-item::after {position: absolute;content: '';background: url(../images/news-arrow.png) center/cover no-repeat;width: 18px;height: 18px;top: 50%;right: 24px;transform: translateY(-50%) translateX(-10px);transition: all 0.3s;opacity: 0;}
.news-list-wrapper .news-item:hover::after {opacity: 1;transform: translateY(-50%) translateX(0);}
.news-list-wrapper .news-item::before {position: absolute;content: '';background: linear-gradient(90deg, #E4E6EF 0%, #D8EEEB 100%);width: 100%;height: 100%;top: 0;left: 0;transition: all 0.3s;opacity: 0;z-index: -1;}
.news-list-wrapper .news-item:hover::before {opacity: 1;}
.news-banner {position: relative;max-width: 185px;width: 100%;height: 100%;}
.news-banner::before {position: absolute;content: '';background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);width: 100%;height: 100%;top: 0;left: 0;transition: all 0.3s;opacity: 0;}
.news-list-wrapper .news-item:hover .news-banner::before {opacity: 1;}
.news-list-wrapper .news-info {width: 100%;padding: 23px 40px 23px 23px;}
.news-list-wrapper .news-date {font-size: 17px;font-weight: 600;color: var(--dark-blue);letter-spacing: 1.02px;text-transform: uppercase;}
.news-list-wrapper .news-title {font-size: 20px;font-weight: 700;color: var(--dark-black);margin: 8px 0 0;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;text-overflow: ellipsis;font-family: "Montserrat", sans-serif;}
.news-top-wave {position: absolute;width: 100%;height: 100px;top: -83px;}
.news-bottom-wave {position: absolute;width: 100%;height: 87px;bottom: -83px;z-index: 1;}
.news-bg-wave {position: absolute;width: 100%;height: 244px;top: 50%;transform: translateY(-50%);z-index: -1;}
#news .skip-section {background: var(--light-green);top: -79px;}
#news .skip-section img {filter: brightness(0) saturate(100%) invert(20%) sepia(76%) saturate(426%) hue-rotate(93deg) brightness(98%) contrast(89%);}
#news .skip-section:hover {background: #69985F;}

/* history style */
#history {position: relative;padding-top:210px;padding-bottom: 160px;background: linear-gradient(0deg, rgba(191, 213, 255, 0.20) 0%, rgba(191, 213, 255, 0.20) 100%), var(--white);}
#history::before {position: absolute;content: '';background: url(../images/history-logo.png) center/cover no-repeat;width: 299px;height: 359px;top: 60px;left: 0;}
#history .section-heading {padding-bottom: 17px;border-bottom: 2px solid #CAD5E8;}
#history .section-heading img {filter: brightness(0) saturate(100%) invert(14%) sepia(45%) saturate(1114%) hue-rotate(195deg) brightness(100%) contrast(86%);}
#history .section-subheading {font-size: 25px;font-weight: 400;color: var(--brandcolor);letter-spacing: 2px;text-transform: uppercase;margin: 18px 0 0;}
.history-text {color: var(--dark-black);line-height: 24px;margin-top: 20px;}
.history-btn {position: relative;display: inline-block;margin-top: 28px;font-weight: 700;color: var(--dark-black) !important;text-decoration: none;text-transform: uppercase;}
.history-btn img {width: 22px;margin: 0 0 2px 4px;}
.history-btn:hover {text-decoration: none;}
.history-btn::after {position: absolute;content: '';background: var(--black);width: 0;height: 1px;bottom: 0;left: 0;transition: all 0.3s;}
.history-btn:hover::after {width: 100%;}
.history-item {min-height: 475px;margin: 10px 0;box-shadow: 3px 4px 8px 0px rgba(0, 0, 0, 0.12);}
#history .tns-controls {display: none;}
#history .tns-nav {display: flex;justify-content: center;gap: 2px;position: absolute;bottom: -20px;width: 100%;}
#history .tns-nav button{border:0;background:var(--light-green);padding:0;width: 9px;height: 9px;border-radius:50px;margin: 0;border: 0;background: transparent;position: relative;}
#history .tns-nav button.tns-nav-active{background: #195131;}
#history .tns-nav button::after{content: "";width: 5px;height: 5px;background: var(--light-green);border-radius: 10px;position: absolute;left: 2.4px;top: 2px;}
#history .tns-nav button.tns-nav-active::after {background: #195131;}
.history-logo {position: absolute;width: 299px;height: 359px;top: 68px;left: 0;z-index: -1;}
#history .skip-section {background: #CDE6EE;top: 44px;}
#history .skip-section img {filter: brightness(0) saturate(100%) invert(14%) sepia(72%) saturate(801%) hue-rotate(199deg) brightness(90%) contrast(87%);}
#history .skip-section:hover {background: #ACCDD7;}

/* footer style */
#footer {position: relative;background-color: var(--brandcolor);z-index: 1;}
#footer-top {padding-top: 62px;padding-bottom: 62px;}
.footer-title {font-size: 24px;font-weight: 600;color: var(--white);margin-bottom: 13px;font-family: "Montserrat", sans-serif;}
.footer-contact-list ul li {margin-bottom: 16px;color: var(--white);}
.footer-contact-list ul li a {color: var(--white);text-decoration: none;font-family: "Montserrat", sans-serif;}
.footer-contact-list ul li a:hover {text-decoration: underline;}
.contact-btn {display: inline-block;background: #1F2645;padding: 9.2px 39px;margin-top: 4px;font-weight: 600;color: var(--white) !important;letter-spacing: 0.96px;text-decoration: none;}
.contact-btn:hover {background: #3B4470;text-decoration: none;}
.footer-logo {display: inline-block;width: 170px;}
.social-media-wrap {gap: 12px;margin-top: 18px;}
.social-media-link {display: flex;align-items: center;justify-content: center;width: 32px;height: 32px;border-radius: 50%;text-decoration: none;}
.social-media-link img {width: 20px;}
.social-media-link:hover {background:#192045;}
.social-media-link:hover img {filter: brightness(0) saturate(100%) invert(93%) sepia(12%) saturate(877%) hue-rotate(51deg) brightness(93%) contrast(94%);}
#revize {font-size: 14px;line-height: 21px;color: rgba(255, 255, 255, 0.75);letter-spacing: -0.28px;padding: 12px 0;border-top: 1px solid #212951;}
#revize-link {font-size: 14px;font-weight: 700;color: var(--white);text-decoration: none;}
.footer-delimiter {position: relative;margin-left: 16px;color: rgba(255, 255, 255, 0.75) !important;text-decoration: none;}
.footer-delimiter::after {content: '';display: inline-block;width: 1px;height: 14px;background: rgba(255, 255, 255, 0.75);left: -9px;top: 3px;position: absolute;}
.footer-wave {position: absolute;width: 100%;height: 51px;top: -51px;left: 0;}

/* -----------------------------------------

#media queries

-----------------------------------------*/

@media only screen and (max-width:1450px) {
	#search {width: 250px;}
	#search input {font-size: 14px;}
}

@media only screen and (max-width:1350px) {
	#logo {width: 100px;}
	#nav li.static a {padding: 12px 30px 12px 16px;}
	.site-header #nav a, .site-header #nav span {font-size: 15px;padding: 12px 16px;}
	#search {width: 200px;}
}

@media only screen and (max-width:1200px) {
	#logo {width: 84px;margin-top: 2px;}
	#nav li.static a {padding: 12px 20px 12px 12px;}
	.site-header #nav a, .site-header #nav span {font-size: 12px;padding: 12px 20px;}
	#nav li.static>a:first-child::before {right: 5px !important;}
	.header-right {gap: 8px;}
	#translate-button {width: 118px;}
	#search {width: 180px;}
}

@media only screen and (min-width:992px) {

	.site-header #nav .toggle,
	.site-header #nav .toggle2{display:none}
	
	.site-header #nav .focused .toggle,
	.site-header #nav .focused .toggle2,
	#flyout .focused .toggle{display:inline-block;margin-left:-8px;padding: 0;height: auto;}
	
	#flyout .focused .toggle,
	.site-header #nav .focused .toggle2{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}
	
	/* base nav styles  */
	.site-header #nav {display: flex;justify-content: center;height: 90px;}
	.sticky-header {position: fixed;width: 100%;top: 0;z-index: 1022;}
	.sticky-header.sticky-top #logo {width: 94px;margin-top: 0;}
	.site-header #nav li:hover>ul{display:block}
	.site-header #nav ul a:not(.fa),
	.site-header #nav ul span{display:block;color:var(--black)}
	.site-header #nav a,
	.site-header #nav span { position: relative; display: inline-flex; flex-direction: column; align-items: center; justify-content: center;}
	.site-header #nav>li:hover>a:not(.fa), .site-header #nav>li:hover>span:not(.fa) { background: #E1F2EA; border-color: #D8F0BB; }
	#nav li.static>a:first-child::before { content: "\f107"; position: absolute; font-style: normal; font-family: 'FontAwesome'; right: 16px; top: 50%; transform: translateY(-50%) rotate(0deg); font-size: 16px; font-weight: 400; color: var(--dark-blue); left: unset; display: block; transition: all .20s ease-in; }
	#nav li.static:hover>a:first-child::before { color: var(--light-green); transform: translateY(-50%) rotate(180deg); }

	/* traditional    */
	#nav ul{position:absolute;left:0;top:100%;display:none}
	#nav ul:not(make-mage) ul{left:100%;top:0}
	#nav li{position:relative;display: flex;align-items: center;}
	#nav ul li {display: block;width: 100%;}
	#nav :not(make-mage) .focused .toggle2{-webkit-transform:rotate(-90deg);position:absolute;right:15px;top:50%;transform:translateY(-50%) rotate(-90deg);}
	
	/* mega menu */
	#nav li.static:hover ul{display:block}
	#nav>li>ul.make-mage { position: absolute; right: 0; top: 100%; display: none; left: 0; right: 0; overflow: auto; width: 1182px; max-width: 100%; margin: 0 auto; border-top: 14px solid transparent; }
	#nav>li>ul.make-mage>.mega-scroll { -webkit-column-count: 4; -moz-column-count: 4; column-count: 4; padding: 24px; column-gap: 35px; column-rule: 1px solid rgba(54, 61, 99, 0.06); margin: 0 auto; background: var(--white); background-repeat: no-repeat; background-position: center top; transition: all .3s ease-out; }

	.nav-content {padding: 22px 24px;background: linear-gradient(90deg, #E7F3E4 0%, #E4EDFF 100%);}
	.nav-content .nav-title {color: var(--dark-black);font-size: 24px;font-weight: 700;line-height: 28.8px;letter-spacing: 0.96px;text-transform: uppercase;font-family: "Montserrat", sans-serif;}
	#nav>li>ul.make-mage>.mega-scroll>li{display: table;page-break-inside: avoid;}
	#nav li:hover>ul.make-mage ul{position:static;margin: -15px 0 0;padding-left: 16px;}
	#nav ul.make-mage a:not(.fa),
	#nav ul.make-mage span{font-size:17px;font-weight: 600;line-height: 20.4px;letter-spacing: 0.34px;text-transform: uppercase;color: #063D65;display: inline-block;margin-bottom: 22px;padding: 6px 11px;font-family: "Montserrat", sans-serif;}
	#nav ul.make-mage a:not(.fa):hover,
	#nav ul.make-mage span:hover {background: #E0F0E0;font-weight: 700;}
	#nav ul.make-mage ul a:not(.fa),
	#nav ul.make-mage ul span{font-size: 14px;line-height: 21.7px;font-weight: 400;color: var(--dark-black);letter-spacing: -0.28px;display: inline-block;margin: 0 0 6px;padding: 4px 13px;text-transform: capitalize;font-family: "Open Sans", sans-serif;}
	#nav ul.make-mage ul a:not(.fa):hover,
	#nav ul.make-mage ul span:hover {background: #E9EEF9;font-weight: 700;}
	#nav .make-mage .focused .toggle2{display:block}

	.layout-table {table-layout: fixed;width: 100%}


	#flyout>li:hover>ul {display: block;}
	#flyout ul {position: absolute;left: 100%;top: -10px;width: 250px;z-index: 10;background: #F1F7FF;padding: 8px 10px;box-shadow: 3px 4px 8px rgba(0, 0, 0, 0.12);}
	#flyout ul::before {position: absolute;content: '';background: url(../images/flyout-arrow.png) center/cover no-repeat;width: 12px;height: 16px;left: -12px;top: 19px;}
	#flyout>li {width: fit-content;padding: 6px 40px 6px 12px;}
	#flyout li {margin-bottom: 7px !important;}
	#flyout>li:hover>a,
	#flyout>li:hover>span {font-weight: 600;text-decoration: underline;}
	#flyout ul li:hover a,
	#flyout ul li:hover span {font-weight: 600;background-color: #E3EDF9;text-decoration: underline;}
	#flyout ul li a {border: none !important;}

	#homepage.user-logged-in #header-in {height: 110px;}
	#homepage.user-logged-in #header-in #nav {height: 110px;}
	#homepage.user-logged-in #header-in nav .center-top {top: -5px !important;}

	#homepage.user-logged-in #footer .social-media-wrap {padding-right: 100px;}
}

@media only screen and (max-width:991px) {

	/* rz form tables - without page scope this targets editforms and makes
	 * editing confusing
	 */
	
	.site-header .toggle,
	.site-header .toggle2{display:block;line-height:45px;width:45px;text-align:center;color:var(--white) !important;background:rgba(255, 255, 255, 0.251);position:absolute;right:0;top:0}
	.site-header .logo-wrap{position: relative;display:flex;align-items:center;justify-content:space-between;width: 100%;height: 100%;}
	.site-header #nav{position: absolute;left: 0;top: 100%;width: 100%;background: var(--brandcolor);}
	.site-header #nav li{position:relative!important}
	.site-header #nav ul{display:none}
	.site-header #nav li a,
	.site-header #nav li span {font-size: 16px !important; color: var(--white);font-weight: 500;}
	.site-header #nav ul a,
	.site-header #nav ul span {font-size: 14px !important; font-weight: 500;text-transform: uppercase;}
	.site-header #nav ul ul a,
	.site-header #nav ul ul span {font-size: 14px !important;text-transform: capitalize !important;}
	.site-header #nav>li>a:not(.fa) {display: flex;align-items: center;}
	.site-header #nav ul {background: rgba(0, 0, 0, 0.25);}
	.nav-title {display: none;}

	#freeform #formwizziwmorf tr, #freeform #formwizziwmorf tr td { display: block !important; }
	#freeform #formwizziwmorf tr table tr { display: table-row !important; }
	#freeform #formwizziwmorf tr table td { display: table-cell !important; }


	/* Allows tables to be used as columns with responsive stacking */
	.layout-table { width: 100% !important; }
	.layout-table, .layout-table thead, .layout-table tbody, .layout-table th, .layout-table td, .layout-table tr { display: block !important; }
	.layout-table td { margin-bottom: 15px; }

	#info-toggle, #nav-toggle, #search-toggle { line-height: 42px; width: 42px; text-align: center; background: var(--brandcolor); display: inline-block; color: var(--white); border-radius:0;margin-left: 5px; cursor: pointer; }
	#nav, #flyout { display: none; }
	#nav li { display: block; }
	#nav a, #nav span, #flyout a, #flyout span { font-size: 14px !important; line-height: 1 !important; padding: 15px !important; border-bottom: 1px solid #bdbdbd; }
	#nav li:last-child>a, #nav li:last-child>span, #flyout li:last-child>a, #flyout li:last-child>span { border: 0; }
	#flyout a, #flyout span {display: block;font-size: 16px !important; font-weight: 600; color: var(--white); border-radius: 0; }
	#flyout li { padding: 0; }
	#flyout ul a, #flyout ul span { font-size: 14px !important; border-bottom: 1px solid #bdbdbd !important; color: var(--white); }
	.toggle, .toggle2 { display: block; position: absolute; right: 0; top: 0; line-height: 45px; text-align: center; width: 45px; color: #013144 !important; background: var(--white); transform: none !important; }


	#freeform aside {margin-top: 48px;}
	#page-title {font-size: 28px;line-height: 42.6px;}

	.subheader {font-size: 22px;margin: 24px 0 32px;}

	#flyout-wrap {padding: 0;background-color: var(--brandcolor);}
	#flyout-header {display: none;}
	#flyout-toggle {background-color: var(--brandcolor);padding: 10px 15px;border-radius: 8px; font-size: 18px;color: var(--white);text-transform: capitalize;font-weight: 700;cursor: pointer;}
	

	#hours-wrap,
	#contact-wrap,
	#resource-wrap {padding: 32px 15px;}
	#contact-wrap::after {width: calc(100% - 30px);}
	#hours-wrap::after, #flyout-wrap::after {display: none;}
	.box-header {font-size: 20px;}

	.contact-profile-detail {margin: 0;}
	.contact-profile-detail::after {left: -15px;right: -15px;}


	.sticky-header {position: relative;}
	#header-in {height: 82px;}
	.logo-wrap {display: flex;align-items: center;justify-content: space-between;width: 100%;}
	#logo {width: 74px;margin-top: 0;}
	#search {max-width: 500px;width: 100%;}
	#search button {width: 34px;height: 34px;}

	#search button img {filter: brightness(0) saturate(100%) invert(98%) sepia(64%) saturate(6753%) hue-rotate(195deg) brightness(133%) contrast(98%);}
	.header-right {width: 100%;display: none;position: absolute;top: 100%;left: 0;flex-direction: column-reverse;padding: 10px 15px;background: var(--white);border-top: 1px solid var(--brandcolor);}
	#search-toggle-desktop {display: none;}
	.header-top-right {flex-direction: column;}
	.floating-share-btn {top: calc(89% + 45px);}
	#translation-links {top: 89%;}
	#site-plugin {right: 15px;}
	#ada-btn {width: 50px;height: 50px;}
	#ada-btn img {width: 22.4px;}

	#slider {height: 500px;}
	#freeform #slider {height: 350px;}
	#slider-caption {bottom: 24px;}
	.slider-title {font-size: 40px;}
	.slider-title span {font-size: 22px;}
	#slider-search {height: 48px;}
	#slider-search input {font-size: 16px;}
	#slider-search button {width: 44px;height: 42px;}
	#weather-box {margin: 26px auto 0;padding: 6.5px 20px;}
	#weather {gap: 8px;}
	.weather i {font-size: 40px;}
	#video-controls {top: 24px;right: 15px;}
	#slider .tns-controls {bottom: 38px;}
	#slider .tns-controls button:first-of-type {margin-left: 15px;}
	#slider .tns-controls button:last-of-type {margin-right: 15px;}
	.inner-slider-wave {display: none;}

	.skip-section {display: none;}

	#translate-box {top: unset;bottom: 0;}
	#translate-box::after {bottom: 13px;top: unset;}
	#translate-list {bottom: 0;}

	#news .button, #events .button {padding: 12px 30px;}

	#quick-links {padding: 64px 0;}
	#quick-links-in {padding: 0 32px;}
	.qlinks-box-wrapper {margin-top: 48px;}
	.qlinks-box-wrapper .quick-link:hover {transform: scale(1.01);}
	#quick-links .tns-controls button:first-of-type {margin-left: -32px;}
	#quick-links .tns-controls button:last-of-type {margin-right: -32px;}
	.qlink-bg-wave {display: none;}

	#events {padding: 96px 0;}
	#events .section-header {flex-direction: column;gap: 24px;margin-bottom: 32px;}
	#homepage #events .events-overlay-right {display: none;}

	#news {padding: 96px 0;}
	#news .section-header {flex-direction: column;gap: 24px;}
	.news-list-wrapper {margin-top: 52px;}
	.news-top-wave, .news-bottom-wave, .news-bg-wave {display: none;}

	#history {padding: 96px 0;}
	#history::before {display: none;}
	#history .section-subheading {font-size: 20px;}

	.footer-title {font-size: 20px;}
	.footer-contact-list ul li {font-size: 14px;}
	.footer-contact-list ul li a {font-size: 14px;}

}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width:767px) {
	.floating-alert { width: auto; right: 10px; left: 10px; bottom: 0; top: unset; font-size: 12px; }
	.floating-alert h4 { margin-bottom: 10px; font-size: 14px; }
	.floating-alert .btn { font-size: 10px; }
	.share-btns a { padding: 10px; font-size: 12px; white-space: nowrap; overflow: hidden; }
	.share-btns i { display: block; line-height: 50px !important; font-size: 20px; }

	#breadcrumbs ul li {font-size: 14px; margin-right: 26px;}
	#breadcrumbs a {font-size: 14px;}
	#breadcrumbs ul li:not(:last-of-type)::after {margin: 0 14px}

	#post blockquote {font-size: 18px;padding: 40px 15px 40px 60px;}
	#post blockquote::before {left: 18px;}
	#post blockquote span {padding-left: 0;font-size: 14px;}
	#post blockquote span::before {display: none;}
	
	.slider-title {font-size: 30px;letter-spacing: 2.36px;}
	.slider-title span {font-size: 16px;}
	.slider-title span::before {width: 34px;height: 19px;left: -45px;}
	.slider-title span::after {width: 34px;height: 19px;right: -45px;}

	.quick-link {padding: 24px 15px;}
	.quick-link:hover {box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.37);}

	.section-heading {font-size: 32px;}
	.section-heading img {display: none;}

	#event-tabs .event-tab {font-size: 14px;text-transform: capitalize;padding: 12px;}

	.news-list-wrapper .news-item:hover {transform: translateX(0);}
	.news-list-wrapper .news-info {padding: 12px 40px 12px 15px;}
	.news-list-wrapper .news-date {font-size: 14px;}
	.news-list-wrapper .news-title {font-size: 18px;}

	.footer-contact-list {grid-template-columns: auto;}
	.footer-wave {display: none;}
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width:480px) and (max-width:767px) {}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width:479px) {
	.slider-img img {width: 80px;}
	.slider-title {font-size: 32px;}

	.qlink-slide-wrap {padding: 0;}
	.quick-link {box-shadow: unset;}
	#quick-links .tns-controls {right: 0;}

	.section-heading {font-size: 28px;}
}

@media print {

	#slider,
	footer,
	#breadcrumbs,
	#flyout-wrap,
	.floating-share-btn,
	.e-notify,
	.site-header {
		display: none !important
	}

	a[href]:after {
		content: none !important
	}
}
