/*-----------------------------------------------------------------------------------

	Theme Name: Hoffman Estates, IL
	Front-end developer: Husnain Mustafa
	Author Design: Jacob Nagy
	Author URI: https://www.revize.com/
	Date: 03/06/2025
-----------------------------------------------------------------------------------*/

/* -----------------------------------------

#fonts

-----------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* -----------------------------------------

#basic styles

-----------------------------------------*/

/* very important!!! Assign these colors */

:root {
  --brandcolor: #00404E;
  --darkgray: #999;
  --lightgray: #ddd;
}

body {
	background: #fff; 
	font-size: 16px;
	line-height: 1.6;
	font-family: "Poppins", 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: normal;
	margin-bottom: 20px;
	line-height: 1.2
}

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: #2A2A2A;
	margin: 32px 0;
	font-weight: 500;
}

.subheader {
	display: block;
	font-size: 40px;
	line-height: 44px;
	color: #293763;
	font-weight: 700;
	margin: 32px 0;
	font-family: "Poppins", 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 {display: flex;align-items: center;}
#weather .forecast {font-size: 16px;font-weight: 700;color: #fff;letter-spacing: -0.32px;}
.weather i {display: inline-block;font-family: 'weather';font-size: 30px;font-weight: 600; font-style: normal; line-height: 1;color: #fff;margin: 3px 0 0 2px;}
.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; transition: color 0.3s ease, background 0.3s ease; color: #3354BD; font-weight: 700; }

p a,
p a:visited {line-height: inherit}
a:hover {color: #3354BD;text-decoration: none;}

/* -----------------------------------------

#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

-----------------------------------------*/
.span button{color:#293763!important;text-decoration:none}
span.btn a{color:#293763!important;text-decoration:none}
span.button a{color:#293763!important;text-decoration:none}
.btn{color:#293763!important;text-decoration:none}
.btn,
.button,
a.button,
#post button:not(.rz-agenda-search-submit),
#post input[type="submit"],
#post input[type="reset"],
#post input[type="button"],
.rz-btn{padding: 16px 20px;background: #EEB913;color:#293763;border:0;border-radius:0;display:inline-block;font-size:16px;font-weight:700;font-family: "Inter", sans-serif;text-decoration:none;cursor:pointer;line-height:1;vertical-align:middle;transition:all .3s;}
.btn:hover a,
.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: #FFDB61;}
.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:#fff}
#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:#fff;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:#fff!important;color:#000!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:#000!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: #fff; 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: #fff; padding: 30px; border: 1px solid #D2DFEF; }
form.loginform p { background: #E65229; color: #fff; 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: #000; }


/* -----------------------------------------

#rz alert

-----------------------------------------*/
.floating-alert{position:fixed;z-index:1022;bottom:20px;margin:0;right:20px;background:#fff;color:#1B1B1B;padding:40px 32px;font-size:16px;width:443px;border-radius:12px;display:flex;flex-direction:column;overflow:hidden;border:0}
.floating-alert h2{color:#00404E;margin:0 0 10px;font-size:24px;font-weight:700;line-height:33.6px}
.floating-alert p{margin:0}
.alert-buttons{margin:26px -32px -40px;border-top:1px solid rgba(0, 0, 0, 0.30);display:flex}
.alert-button{border-right:1px solid rgba(0, 0, 0, 0.30);flex:1;text-align:center;padding:14px 0;text-decoration:none;color:#000;font-weight:700;line-height:1.5}
.alert-buttons .alert-button:last-of-type{border:0}
.alert-button:hover{background:var(--brandcolor);color:#fff;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}
.home-bg {position: absolute;width: 100%;top: 0;z-index: -1;height: 100%;}
.container {width: 1438px;max-width: 100%;}
#main {position: relative;}
.jobs-title a {color: #1B1B1B;}
.jobs-title {font-size: 18px;font-weight: 600;}
.isotop-element {height: 155px !important;}
body#freeform #isotope-container .isotop-element img:not(.more-icon) {height: 100% !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{background: linear-gradient(to bottom, rgba(2, 16, 37, 0.96) 0%, rgba(126, 133, 144, 0.04) 22%, rgba(255, 255, 255, 0.04) 100%) !important;}
.rz-block-img.bg-remove::after {display: none;}
.faq-category .faq-header {width: 100%;}
.faq-questions .faq-item {display: flow-root;}
#isotope-container .isotop-element {position: relative !important;transform: unset !important;}
.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; }
.col-md-12>div>a>.rzBtn { margin-top: 50px;}

/* site-header */
.site-header {background: #fff;box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.10);position: relative;z-index: 1020;}
.site-header .container {width: 1632px;}
#header-in {display: flex;align-items: center;justify-content: space-between;height: 100px;}
#logo{display: inline-block;width: 150px;margin-top: 61px;}
.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;}
.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: 18px;font-weight: 700;line-height: 24px;color: #293763;display: block;text-transform: capitalize;text-decoration: none;padding: 12px 32px;z-index: 1; transition: all 0.3s;}
.site-header #nav ul {margin: 0;padding: 0;}
.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;margin:0;position:absolute;top:100%;right:0;width:300px;background:#fff;display:none;height:400px;z-index: 999;overflow-y:scroll;}
#translation-links ul li{margin:0}
#translation-links ul li a{display:block;text-decoration:none;padding:.75rem 1.5rem;color: #1B1B1B;}
#translation-links ul li a:hover{background: #3354BD;color:#E3F5FE;}
[lang="en"] #translate-reset{display: none}
[data-lang="English"]{background: #3354BD;color: #E3F5FE !important;}
div.skiptranslate{display:none !important}
#translate-button {background: rgba(117, 206, 252, 0.20);border-radius:0;border: none;display: flex;align-items: center;gap: 8px;font-size: 16px;font-weight: 700;line-height: 1;color: #3354BD;padding: 20px;transition: all 0.2s;}
#translate-button img {width: 18px;transition: all 0.1s;}
#translate-button:hover {background: #3354BD;color: #E3F5FE;}
#translate-button:hover img {filter: brightness(0) saturate(100%) invert(96%) sepia(1%) saturate(4274%) hue-rotate(173deg) brightness(98%) contrast(106%);}

/* search */
#search-toggle-desktop {background: #293763;padding: 0;border-radius: 0;cursor: pointer;display: flex;align-items: center;justify-content: center;width: 58px;height: 58px;transition: all 0.3s;}
#search-toggle-desktop:hover, #search-toggle-desktop.active {background: #3354BD;}
#search-toggle-desktop img {width: 18px;}
#search {position: relative;background: #E3F5FE;padding: 32px 48px;position: absolute;left: 0;right: 0;top: 100%;display: none;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: 10px 60px 10px 24px;background: #fff;border: 1px solid rgba(255, 255, 255, 0.60);border-radius: 0;width: 100%;height: 100%;font-size: 16px;font-weight: 400;font-style: italic;color: #000;transition: all 0.3s;}
#search input::-webkit-input-placeholder{color: #000;}
#search input:-moz-placeholder{color: #000;}
#search input::-moz-placeholder{color: #000;}
#search input:-ms-input-placeholder{color: #000;}
#search button {position: absolute;top: 50%;transform: translateY(-50%); right: 74px;width: 22px;height: 22px;border-radius: 48px;line-height: 1;background: none;border: none;padding: 0;}
#search button img {width: 22px;}

/* slider-search */
#slider-search-wrap {max-width: 700px;width: 100%;height: 83px;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);z-index: 2;}
#slider-search-wrap form {width: 100%;height: 100%;margin: 0;}
#slider-search-wrap label {margin: 0;line-height: 51px;font-size: 14px;font-weight: bold;color: #1B1B1B;display: block;margin-right: 35px;}
#slider-search-wrap input {padding: 15px 50px 15px 24px;background: linear-gradient(0deg, #E3F5FE 0%, #E3F5FE 100%), #FFF;border: 8px solid #fff;color: rgba(0, 0, 0, 0.60);font-size: 16px;font-weight: 500;font-style: italic;width: 100%;height: 100%;font-family: "Inter", sans-serif;}
#slider-search-wrap input::-webkit-input-placeholder{color: rgba(0, 0, 0, 0.60);}
#slider-search-wrap input:-moz-placeholder{color: rgba(0, 0, 0, 0.60);}
#slider-search-wrap input::-moz-placeholder{color: rgba(0, 0, 0, 0.60);}
#slider-search-wrap input:-ms-input-placeholder{color: rgba(0, 0, 0, 0.60);}
#slider-search-wrap button {background: none;border: 0;padding: 0;position: absolute;top: 50%;right: 46px;transform: translateY(-50%);}
#slider-search-wrap button img {width: 18px;}


/* -----------------------------------------

#inner

-----------------------------------------*/
#freeform #main {position: relative;}
#freeform #freeform-wrapper {position: relative;padding: 48px 0;}
#freeform-wrapper>.container {width: 1662px;}
#freeform aside {position: relative;z-index: 11;}
#freeform {position: relative;}
#freeform #slider {position: relative;padding: 0;height: 400px;}
#freeform #slider>img {position: absolute;left: 0;right: 0;bottom: 0;width: 100%;z-index: 11}
#flyout-wrap {position: relative;background: #203473;padding: 24px 0 12px;z-index: 1;}
#flyout-header {font-size: 20px;color: #fff;font-weight: 600;margin: 0 32px 0;padding: 0 0 24px;border-bottom: 1px solid rgba(255, 255, 255, 0.10);text-transform: capitalize;}
#flyout {position: relative;margin: 12px 0 0;padding: 0;z-index: 1;}
#flyout li {position: relative;margin: 0;padding: 0 32px;list-style: none;z-index: 10;}
#flyout a,
#flyout span {display: block;text-decoration: none;font-size: 16px;font-weight: 400;color: #fff;padding: 20px 0;text-transform: capitalize;transition: all 0.2s;}
#flyout a:not(.toggle) {font-family: "Inter", sans-serif;}
#flyout ul {padding: 0;margin: 0;display: none}
#flyout ul a,
#flyout ul span {font-size: 16px;padding: 10px 15px;margin: 0;color: #fff;}
#flyout ul li {padding: 0;margin: 0;}

#freeform #slider-caption {bottom: 32px;top: unset;transform: unset;}

.col-xs-12 {width: 100%}

.hidebox {display: none;}
.user-logged-in .hidebox {display: block;}
.box-header {font-size: 20px;color: #fff;font-weight: 600;margin: 0;padding: 0 0 24px;border-bottom: 1px solid rgba(255, 255, 255, 0.10);text-transform: capitalize;}

#textBox-wrap {position: relative;background: #203473;margin-top: 32px;padding: 24px 32px 32px;z-index: 1;}
.textBox-txt {color: #fff;line-height: 24px;}
#textBox-wrap .button {padding: 20px 20px;margin-top: 24px;}

#contact-wrap {position: relative;background: #203473;margin-top: 32px;padding: 24px 32px 16px;z-index: 1;}
.profile-wrap {display: flex;align-items: center;gap: 16px;margin: 32px 0 16px;}
.profile-img {width: 100px;height: 100px;border-radius: 50%;}
.contact-name {font-size: 16px;font-weight: 700;line-height: 19.2px;color: #fff;margin: 0;}
.contact-position {display: block;font-size: 16px;font-weight: 400;line-height: 20px;color: rgba(255, 255, 255, 0.70);margin-top: 4px;font-family: "Inter", sans-serif;}
#contact-info {margin: 0;padding: 0;list-style: none;}
#contact-info li {margin-bottom: 0;padding: 16px 0;border-bottom: 1px solid rgba(255, 255, 255, 0.10);}
#contact-info li:last-child {border: none;}
#contact-info li,
#contact-info .contact-link {display: block;color: #fff;font-size: 16px;font-weight: 400;line-height: 24px;display: flex;align-items: center;gap: 24px; text-decoration: none;transition: all 0.3s;word-break: break-all;}
#contact-info .contact-link:hover {color: #EEB913;text-decoration: underline;}

#hours-wrap {position: relative;padding: 32px;background: #fff;border-radius: 8px;box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.10);margin-top: 8px; z-index: 1;}
#hours-wrap ul {padding: 0;margin: 0;list-style-type: none;}
#hours-wrap ul li {font-size: 14px;margin: 20px 0 0 0;}
#hours-wrap .day {display: inline-block;width: 38px;font-size: 14px;color: #00404E;font-weight: 700;line-height: 18.9px;letter-spacing: -0.28px; margin-right: 13px;text-transform: uppercase;}
#hours-wrap .time {color: #1A1A1A;font-size: 14px; font-weight: 400;line-height: 12px;letter-spacing: -0.28px;}

#resource-wrap {position: relative;padding: 32px;margin-top: 8px;background: #fff;border-radius: 8px;box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.10);z-index: 1;}
#resource-wrap .resource-link {display: flex;align-items: center;gap: 12px;width: 200px;text-decoration: none;color: #1A1A1A;padding: 16px;font-size: 14px;font-weight: 500;text-transform: capitalize;line-height: 18.9px;border-radius: 4px;letter-spacing: -0.28px; margin-top: 16px;}
#resource-wrap .resource-link:hover {background: #00404E;color: #fff;}
#resource-wrap .resource-link:hover img {filter: brightness(0) saturate(100%) invert(99%) sepia(43%) saturate(98%) hue-rotate(200deg) brightness(115%) contrast(100%);}
.resource-link img {width: 24px;}

/* Ticket #130604 */
#page-title {/*font-size: 64px*/ font-size:34px;color: #293763;font-weight: 800;line-height: 88px;margin-bottom: 0;/*text-transform: capitalize;*/}



#breadcrumbs {margin-top: 8px;margin-bottom: 32px;}
#breadcrumbs ul {margin: 0;padding: 0;list-style: none;text-transform: capitalize;}
#breadcrumbs ul li {display: inline-block;margin: 0;position: relative;font-size: 16px;margin-right: 40px;color: #2A2A2A;font-weight: 400 !important;text-decoration: none;font-family: "Inter", sans-serif;}
#breadcrumbs ul li:last-child {margin-right: 0;}
#breadcrumbs a {display: inline-block;position: relative;font-size: 16px;font-weight: 700;color: #3354BD;text-decoration: none;line-height: 18.9px;}
#breadcrumbs ul li:not(:last-of-type)::after {content: '>';font-family: 'FontAwesome';font-size: 11px;position: absolute;top: 0;margin: 0 20px;font-size: 16px;font-weight: 800;color: #2A2A2A;font-family: "Inter", sans-serif;}

#post {font-family: "Inter", sans-serif;}
#post blockquote {margin: 48px 0;font-size: 40px;line-height: 48px;color: #1E1E1E;font-weight: 400;background: rgba(215, 204, 38, 0.25);padding: 48px 64px;font-family: "Bitter", serif;}


/* -----------------------------------------

#share widget

-----------------------------------------*/
.modal {z-index: 100000}

/** modal **/
.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: #fff}
.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: #000;}
.btn-twitter:hover {border-color: #000;outline:2px solid #000;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:#000!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: 300;bottom: 80px;top: 50%;transform: translateY(-50%);right: 0;background: #293763;border: 1px solid #fff;border-right: 0;width: 55px;height: 55px;padding: 0;text-align: center;transition: all 0.3s;}
.floating-share-btn img {width: 27.22px;}
.floating-share-btn:hover {background: #EEB913;}
.floating-share-btn:hover img {filter: brightness(0) saturate(100%) invert(16%) sepia(77%) saturate(568%) hue-rotate(188deg) brightness(94%) contrast(88%);}

.floating-share-btn svg path {fill: #fff;}

/* site-plugin */
#site-plugin{position: fixed;z-index: 99999;bottom: 21px;left:10px;border-radius: 48px;}
body #userwayAccessibilityIcon{display: none !important;}
#ada-btn{width: 65px;height: 65px;background: #293763;border:1px solid #fff;border-radius: 50%;padding:0;transition: all 0.3s;}
#ada-btn img{width: 27px;}
#ada-btn:hover {background: #EEB913;}
#ada-btn:hover img {filter: brightness(0) saturate(100%) invert(16%) sepia(77%) saturate(568%) hue-rotate(188deg) brightness(94%) contrast(88%);}


/* -----------------------------------------

#slider

-----------------------------------------*/

#slider{position:relative;height: 750px;z-index:1}
#slider .tns-outer{position:absolute;left:0;right:0;top:0;bottom:0}
#slider .tns-controls {z-index: 2;}
#slider .tns-controls button:first-of-type{ margin-left: 24px;}
#slider .tns-controls button:last-of-type{ margin-right: 24px;}
.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: #75CEFC;padding: 0;width:40px;height:40px;border: 0;border-radius: 0;line-height: 1;transition: all 0.3s;}
.tns-controls button img {width: 10px;}
.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}


/* tiles */
.tiles-wrapper {display: grid;grid-template-columns: repeat(2, 1fr);gap: 8px;}
.tile-link {background: #E3F5FE;display: flex;align-items: center;gap: 24px;color: #002A37 !important;padding: 20px;text-decoration: none;}
.tile-img-box {background: rgba(117, 206, 252, 0.20);display: flex;align-items: center;justify-content: center;max-width: 80px;width: 100%;height: 80px;transition: all 0.3s;}
.tile-img-box img {width: 36px;}
.tile-link:hover .tile-img-box {background: #3354BD;}
.tile-link:hover .tile-img-box img {filter: brightness(0) saturate(100%) invert(87%) sepia(8%) saturate(797%) hue-rotate(184deg) brightness(104%) contrast(109%);}
.tile-title {font-size: 20px;font-weight: 600;color: #002A37;margin-bottom: 0;text-transform: capitalize;}


/* section quick-links */
#quick-links {position: absolute;top: -144px;width: 100%;z-index: 1019;}
#quick-links .container {width: 1662px;}
#quick-links-wrapper {padding: 0 64px;}
#quick-links-in {background: #fff;padding: 8px;}
.quick-link {position: relative;display: flex;align-items: center;gap: 12px;padding: 0 15px 0 0;text-decoration: none;transition: all 0.3s;}
.quick-link:hover {text-decoration: none;}
.qlink-icon-box {background: #E3F5FE;display: flex;align-items: center;justify-content: center;max-width: 80px;width: 100%;height: 80px;transition: all 0.3s;}
.quick-link:hover .qlink-icon-box {background: #3354BD;}
.quick-link:hover .qlink-icon-box img {filter: brightness(0) saturate(100%) invert(86%) sepia(22%) saturate(143%) hue-rotate(162deg) brightness(106%) contrast(99%);}
.qlink-title {font-size: 16px;font-weight: 600;color: #000;margin: 0;text-transform: capitalize;}
#quick-links .tns-controls button:first-of-type{ margin-left: -64px;}
#quick-links .tns-controls button:last-of-type{ margin-right: -64px;}

.section-header {display: flex;align-items: center;justify-content: space-between;margin-bottom: 44px;}
.section-heading {font-size: 64px;font-weight: 800;color: #293763;line-height: 64px;margin-bottom: 0;text-align: center;text-transform: uppercase;}
#news .button, #events .button, #spotlight .button {padding: 20px 20px;}
.section-btns {display: flex;gap: 24px;}
.slider-btns {display: flex;gap: 4px;}
#slider-prev, #slider-next, #spotlight-slider-prev, #spotlight-slider-next {background: rgba(117, 206, 252, 0.40) !important;border: none;width: 54px;height: 56px;transition: all 0.3s;}
.section-btns button:disabled {opacity: 0.5;;}
#slider-prev img, #slider-next img, #spotlight-slider-prev img, #spotlight-slider-next img {width: 10px;}
#slider-prev:hover, #slider-next:hover, #spotlight-slider-prev:hover, #spotlight-slider-next:hover {background: #75CEFC !important;}

/* section-news */
#news {background: #E3F5FE;padding: 96px 0;}
#news .news-item {position: relative;background: #fff;transition: all 0.3s;}
#news .news-banner {position: relative;height: 250px;transition: all 0.3s;}
.news-info {padding: 32px;transition: all 0.3s;}
.news-date {font-size: 14px; font-weight: 700;line-height: 21px;color: #4D4D4D;}
.news-title {font-size: 20px;font-weight: 600;line-height:  28px;margin: 0;color: #1E1E1E;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;text-overflow: ellipsis;}
.news-text {font-size: 14px;font-weight: 400;color: rgba(0, 0, 0, 0.60);line-height: 21px;margin-top: 12px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;text-overflow: ellipsis;font-family: "Inter", sans-serif;}
.news-more {padding: 11.3px 14px;margin-top: 32px;background: #E3F5FE;display: inline-block; font-size: 14px;font-weight: 700;color: #3354BD;text-decoration: none;font-family: "Inter", sans-serif;}
.news-more img {width: 16px;margin-left: 8px;}
.news-more:hover {background: #3354BD;color: #E3F5FE;text-decoration: none;}
.news-more:hover img {filter: brightness(0) saturate(100%) invert(98%) sepia(29%) saturate(6451%) hue-rotate(177deg) brightness(106%) contrast(107%);}

/* events style */
#events {position: relative;padding: 96px 0;z-index: 1;}
#homepage #events::before {background: linear-gradient(0deg, rgba(51, 84, 189, 0.85) 0%, rgba(51, 84, 189, 0.85) 100%);position: absolute;content: '';top: 0;left: 0;width: 100%;height: 100%;}
#events .section-header {position: relative;}
#events .section-heading {color: #fff;}
#event-tabs {position: relative;display: flex;justify-content: space-between;width: calc(43.5% - 32px);}
#event-tabs .event-tab {position: relative;display: inline-block;flex: 1;background: #293763;padding: 24px 8px;font-size: 16px;font-weight: 700;line-height: 24px;color: #fff;text-align: center;text-transform: uppercase;transition: all 0.3s;cursor: pointer;}
#event-tabs .event-tab::after {position: absolute;content: '';background: #EEB913;width: 100%;height: 0;left: 0;bottom: 0;transition: all 0.2s;}
#event-tabs .event-tab.active::after {height: 6px;}
#event-tabs .event-tab:hover {color: #EEB913;}
.event-shape-top {position: absolute;width: 100%;height: 27px;top: -13.5px;left: 0;}
.event-shape-bottom {position: absolute;width: 100%;height: 27px;bottom: -13.5px;left: 0;}

/* section spotlight style */
#spotlight {position: relative;padding: 96px 0;z-index: 1;overflow: hidden;}
.spotlight-link {display: flex;flex-direction: column;justify-content: flex-end;height: 514px;padding: 40px;text-decoration: none;position: relative;}
.spotlight-link::before {position: absolute;content: '';background: linear-gradient(218deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.50) 78.27%), linear-gradient(218deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.50) 78.27%);width: 100%;height: 100%;top:0;left: 0;transition: all 0.5s;}
.spotlight-link::after {position: absolute;content: '';background: linear-gradient(218deg, rgba(41, 55, 99, 0.00) 0%, rgba(41, 55, 99, 0.70) 78.27%), linear-gradient(218deg, rgba(41, 55, 99, 0.00) 0%, rgba(41, 55, 99, 0.70) 78.27%);width: 100%;height: 0;bottom: 0;left: 0;transition: all 0.5s;}
.spotlight-link:hover::before {height: 0;}
.spotlight-link:hover::after {height: 100%;}
.spotlight-link:hover {text-decoration: none;}
.spotlight-info {position: relative;z-index: 1;}
.spotlight-cat {display: inline-block;padding: 8px 12px;background: rgba(255, 255, 255, 0.20);backdrop-filter: blur(5px);font-size: 14px;font-weight: 700;color: #fff;text-transform: uppercase;font-family: "Inter", sans-serif;}
.spotlight-title {font-size: 26px;font-weight: 600;color: #fff;margin: 12px 0 0;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;text-overflow: ellipsis;}
.spotlight-logo {position: absolute;left: 0;bottom: -163px;z-index: -1;}


/* department page */
#freeform.department #slider {height: 550px;}
.department #slider::before {position: absolute;content: '';background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%);width: 100%;height: 100%;top: 0;left: 0;z-index: 1;}
#department-slider-caption {position: absolute;top: 150px;left: 50%;transform: translate(-50%);z-index: 2;}
.department #page-title {color: #fff;}
.department #breadcrumbs {margin-bottom: 0;}
.department #breadcrumbs ul li {color: #fff;}
.department #breadcrumbs a {color: #EEB913;}
.department #breadcrumbs ul li:not(:last-of-type)::after {color: #fff;}
.department #quick-links .container {width: 1790px;}
.department #quick-links .qlink-icon-box img {width: 28px;}
.department .section-header {margin-bottom: 24px;}
.department .section-heading {font-size: 40px;font-weight: 800;color: #293763;line-height: 48px;text-transform: capitalize;}
.department #events {padding-top: 32px;padding-bottom: 0;}
.department #events .section-heading {color: #293763;}
.department #news {background: none;padding: 0;}
.department #news .news-item {background: #E3F5FE;}
.department .news-more {background: #fff;}
.department .news-more:hover {background: #3354BD;}

/* section footer */
#footer {position: relative;background: #203473;}
.footer-col {padding: 80px 40px;}
.footer-col:first-child {padding-left: 15px;}
.footer-col:last-child {display: flex;flex-direction: column;align-items: center;justify-content: center;padding-right: 15px;}
.footer-col:not(:last-child) {border-right: 1px solid rgba(255, 255, 255, 0.10);}
.footer-title {font-size: 20px;font-weight: 700;color: #fff;margin-bottom: 32px;text-transform: uppercase;}
.footer-contact-item {display: flex;align-items: center;gap: 16px;color: #fff;margin-bottom: 8px;}
.footer-contact-item:hover .footer-icon-box {background: #EEB913;}
.footer-icon-box {background: rgba(238, 185, 19, 0.15);display: flex;align-items: center;justify-content: center;max-width: 48px;width: 100%;height: 48px;transition: all 0.3s;}
.footer-contact-item:hover .footer-icon-box img {filter: brightness(0) saturate(100%) invert(22%) sepia(97%) saturate(1434%) hue-rotate(212deg) brightness(102%) contrast(86%);}
.footer-contact-link {font-size: 16px;font-weight: 500;line-height: 24px;color: #fff !important;text-decoration: none;font-family: "Inter", sans-serif;}
.footer-contact-item:hover .footer-contact-link {text-decoration: underline;text-underline-offset: 3px;}
.footer-links {display: flex;gap: 32px;}
.footer-links ul {margin: 0;padding: 0;list-style-type: none;}
.footer-links ul li {margin-bottom: 20px;line-height: normal;}
.footer-links ul li a {font-size: 16px;font-weight: 400;color: #fff !important;text-decoration: none;text-transform: capitalize;font-family: "Inter", sans-serif;}
.footer-links ul li a:hover {text-decoration: underline;text-underline-offset: 2px;}
.footer-logo {display: block;width: 145.15px;}
.social-media-wrap {display: flex;gap: 4px;margin-top: 32px;}
.social-media-link {background: rgba(117, 206, 252, 0.20);display: flex;align-items: center;justify-content: center;width: 48px;height: 48px;transition: all 0.3s;}
.social-media-link:hover {background: #75CEFC;}
.social-media-link:hover img {filter: brightness(0) saturate(100%) invert(18%) sepia(12%) saturate(3026%) hue-rotate(188deg) brightness(100%) contrast(90%);}
#footer-bottom {background: #fff;padding: 24px 0;}
#footer-bottom-in {display: flex;align-items: center;justify-content: space-between;}
#revize {font-size: 16px;font-weight: 400;line-height: 21px;color: #1E1E1E;text-align: center;font-family: "Inter", sans-serif;}
#revize img {width: 40px;margin-right: 4px;}
#revize-link {font-size: 16px;font-weight: 700;color: #1E1E1E;text-decoration: none;}
#revize-link:hover {text-decoration: underline;text-underline-offset: 2px;}
.footer-delimiter {position: relative;margin-right: 64px;color: #1E1E1E !important;text-decoration: none;}
.footer-delimiter::after {content: '';display: inline-block;width: 1px;height: 14px;background: rgba(0, 0, 0, 0.20);right: -32px;top: 5px;position: absolute;}
.privacy-link {font-size: 16px;font-weight: 400;color: #1E1E1E !important;text-decoration: none;}
.footer-delimiter:hover, .privacy-link:hover {text-decoration: underline;text-underline-offset: 2px;}
.footer-shape {position: absolute;width: 100%;height: 61px;top: -59px;}

/* -----------------------------------------

#media queries

-----------------------------------------*/

@media only screen and (max-width:1200px) {
	#freeform:not(.fullwidth) #entry {padding-left: 0 !important;}
}


@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 !important;margin-left:-8px;padding: 0;height: auto;}
	
	#flyout .focused .toggle,
	.site-header #nav .focused .toggle2{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}
	#flyout .toggle {display: inline-block !important;margin-left: 0;border: 0 !important;position: absolute;right: 40px;top: 50%;transform: translateY(-50%) rotate(-90deg) !important;font-size: 21px;font-weight: 700;}
	
	/* base nav styles  */
	.site-header #nav li:hover>ul{display:block}
	.site-header #nav ul a:not(.fa),
	.site-header #nav ul span{display:block;color:#000}
	.site-header #nav a,
	.site-header #nav span {position: relative;display: inline-flex;align-items: center;justify-content: center;height: 100%;}
	.site-header #nav>li:hover>a:not(.fa),
	.site-header #nav>li:hover>span:not(.fa) {background-color: #E3F5FE;}
	.site-header #nav > li:not(:first-child) > a:first-child::before, .site-header #nav > li:not(:last-child) > span:first-child::before {content: '';position: absolute;top: 50%;transform: translateY(-50%);left: 0;height: 16px;width: 1px;background: rgba(0, 0, 0, 0.10);}
	.site-header #nav>li:hover>a:not(.fa)::before {opacity: 0;}

	/* traditional    */
	.site-header #nav ul{position: absolute;top: 100%;left: 0;right: 0;z-index: 999;margin: 0;padding: 0;display: none;}
	#nav ul:not(make-mage) ul{left:100%;top:0;display: block !important;position: static !important;}
	#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 .nav-in>li{display: table;page-break-inside: avoid;}
	#nav li:hover>ul.make-mage ul{position:static;margin: -20px 0 24px;}
	#nav ul.make-mage a:not(.fa),
	#nav ul.make-mage span{font-size:20px;font-weight: 600;line-height: 22.4px;/*text-transform: capitalize;support#130868*/color: #000;display: inline-block;margin-bottom: 32px;padding: 0;}
	#nav ul.make-mage a:not(.fa):hover,
	#nav ul.make-mage span:hover {color: #3354BD;text-decoration: underline;}
	#nav ul.make-mage ul a:not(.fa),
	#nav ul.make-mage ul span{font-size:16px;line-height: 21px;font-weight: 400;color: rgba(0, 0, 0, 0.70);display: inline-block;margin: 0;padding: 6px 8px 6px 16px;width: 100%;text-transform: capitalize;font-family: "Inter", sans-serif;}
	#nav ul.make-mage ul a:not(.fa):hover,
	#nav ul.make-mage ul span:hover {background-color: #EEB913;color: #000;padding-left: 24px; text-decoration: none;}
	#nav .make-mage .focused .toggle2{display:block}

	.nav-outer {background-color: #E3F5FE;}
	.nav-outer .container {width: 1246px;}
	.nav-in {column-count: 4;column-gap: 94px;padding: 41px 0 35px;position: relative;}

	.layout-table {table-layout: fixed;width: 100%}
	.site-header #nav {display: flex;justify-content: center;height: 100px;}

	#flyout>li:hover>ul {display: block;}
	#flyout ul {position: absolute;left: 100%;top: 0;width: 250px;z-index: 10;background: #5AB8E8}
	#flyout>li:hover,
	#flyout>li:hover {background: #5AB8E8;}
	#flyout>li:hover>a {color: #1E1E1E;}
	#flyout ul>li {padding: 0 24px;}
	#flyout ul>li>a {padding: 20px 0;color: #1E1E1E;}
	#flyout ul li:hover {background: rgba(51, 84, 189, 0.15);}
	#flyout ul li:hover a {text-decoration: underline;color: #203473;}
	#freeform:not(.fullwidth) #entry {padding-left: 74px;}

}

@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:#fff !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: #293763;}
	.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: #fff;font-weight: 500;}
	.site-header #nav ul a,
	.site-header #nav ul span {font-size: 16px !important; font-weight: 500;text-transform: capitalize;}
	.site-header #nav ul ul a,
	.site-header #nav ul ul span {font-size: 14px !important;}
	.nav-outer .container {padding: 0;}

	#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: #293763;
        display: inline-block;
        color: #fff;
		border-radius: 0;
        margin-left: 5px;
        cursor: pointer;}
	#nav, #flyout {display: non}
	#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 {font-size: 16px !important;font-weight: 600;color: #fff;}

	#flyout li {padding: 0;}
	#flyout ul a,
	#flyout ul span {font-size: 14px !important;border-bottom: 1px solid #bdbdbd !important;}
	.toggle,
	.toggle2 {display: block;position: absolute;right: 0;top: 0;line-height: 45px;text-align: center;width: 45px;color: #013144 !important;background: #fff;transform: none !important}

	#freeform .inner-content {padding: 48px 0;}
	#page-title {font-size: 32px;line-height: 42.6px;}

	.subheader {font-size: 22px;margin: 24px 0 32px;}

	#freeform:not(.fullwidth) #entry {padding-bottom: 32px;}
	#flyout-wrap {padding: 0;background-color: #203473;}
	#flyout-header {display: none;}
	#flyout-toggle {background-color: #203473;padding: 10px 15px;border-radius: 8px; font-size: 18px;color: #fff;text-transform: capitalize;font-weight: 700;cursor: pointer;}

	#hours-wrap,
	#contact-wrap,
	#resource-wrap {padding: 32px 15px;}

	#resource-wrap .resource-link {border-radius: 10px;}

	.sticky-header {position: relative;}
	#header-bottom {height: 86px;}
	#header-in {height: 90px;}
	.logo-wrap {display: flex;align-items: center;justify-content: space-between;width: 100%;}
	#logo {width: 84px;margin-top: 0;}
	#search {position: relative;top: unset; max-width: 500px;width: 100%; height: 44px;padding: 0 !important;display: block;}
	#search button {right: 15px;}
	
	.header-right {width: 100%;display: none;position: absolute;left: 0;top: 100%;background-color: #E3F5FE;padding: 15px;gap: 10px;justify-content: center;}
	#search-toggle-desktop {display: none;}
	.header-top-right {flex-direction: column;}
	.floating-share-btn {top: unset;transform: unset;bottom: 21px;}
	#translate-button {padding: 0;width: 70px;height: 44px;justify-content: center;}
	#translation-links ul {right: unset;left: 0;}

	#slider {height: 550px;}
	#slider-caption {top: 50%;left: 50%;transform: translate(-50%, -50%);text-align: center;}
	#slider .tns-controls {top: 21%}
	#slider .tns-controls button:first-of-type {margin-left: 15px;}
	#slider .tns-controls button:last-of-type {margin-right: 15px;}
	#slider-search-wrap {height: 54px;}
	#slider-search-wrap input {border: 3px solid #fff;}
	#slider-search-wrap button {right: 32px;}
	.section-header {flex-direction: column;gap: 24px;}
	#quick-links {position: relative;top: unset;padding: 48px 0;}
	#quick-links-wrapper {padding: 0;}
	#quick-links-in {padding: 0;}
	.quick-link {background: #E3F5FE;padding: 8px;margin-bottom: 8px;border-radius: 8px;}
	.qlink-icon-box {width: 55px;height: 55px;background: #fff;border-radius: 8px;}
	.qlink-icon-box img {width: 24px;}
	#news {padding: 96px 0;}
	.news-info {padding: 32px 15px;}
	#news .news-item:hover .news-info {padding: 32px 15px;}

	#event-tabs {width: 500px;max-width: 100%;}

	.spotlight-link {padding: 24px 15px;}

	.footer-col {width: 100%;padding: 32px 15px;}
	.footer-col:last-child {align-items: flex-start;}
	#footer-bottom-in {flex-direction: column;gap: 20px;}
}

/* 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 {margin-right: 26px;}
	#breadcrumbs ul li:not(:last-of-type)::after {margin: 0 14px}
	
	.slider-caption-top {top: 53px;}
	.caption-cap-text {font-size: 110px;line-height: 156px;left: 8px;}
	.slider-caption-middle {font-size: 60px;line-height: 66px;}
	.slider-caption-middle-label {font-size: 28px;}
	#slider .tns-controls {top: 14%;}

	.section-heading {font-size: 48px;}
	.section-btns {flex-direction: column-reverse;align-items: center;}
	#news-in {padding: 0;}
	.news-banner {height: 270px;}
	.news-title {font-size: 20px;}
	.news-info {padding: 24x 15px;}
	.tiles-wrapper {grid-template-columns: auto;}
	.tile-link {padding: 32px 15px;gap: 16px;}
	.spotlight-title{font-size: 22px;}
	

}

/* 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) {
	#post blockquote {font-size: 18px;line-height: 32px;padding: 32px 15px;}
	.section-heading {font-size: 34px;line-height: 42px;}
	.qlink-slide-wrap {padding: 0;}
	.quick-link {box-shadow: unset;}
	#quick-links .tns-controls {right: 0;}
	.news-heading {font-size: 40px;}
	.tile-title {font-size: 18px;}
}

@media print {

	#slider,
	footer,
	#breadcrumbs,
	#flyout-wrap,
	.floating-share-btn,
	.e-notify,
	.site-header {
		display: none !important
	}

	a[href]:after {
		content: none !important
	}
}