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

	Theme Name: Hoffman Estates Economic Development, 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=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mona+Sans:ital,wdth,wght@0,80,200..900;1,80,200..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: "Mona 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: normal;
	margin-bottom: 20px;
	line-height: 1.2;
	font-weight: 800;
	font-family: 'Mona Sans';
}

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: 48px;
	line-height: 62.4px;
	color: #2A2A2A;
	font-weight: 800;
	margin: 0 0 32px;
	font-family: 'Mona Sans' !important;
}

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;
	-webkit-transition: color .3s ease;
	-moz-transition: color .3s ease;
	-o-transition: color .3s ease;
	transition: color .3s ease;
	-webkit-transition: background .3s ease;
	-moz-transition: background .3s ease;
	-o-transition: background .3s ease;
	transition: background .3s ease;
	color: #095B5E;
	font-weight: 700;
}
a:hover {text-decoration: none;}

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

-----------------------------------------*/
.span button{color:#2A2A2A!important;text-decoration:none}
span.btn a{color:#2A2A2A!important;text-decoration:none}
span.button a{color:#2A2A2A!important;text-decoration:none}
.btn{color:#2A2A2A!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: 12px 20px;background: #F59C2A;color:#2A2A2A;border:0;border-radius:0;display:inline-block;font-size:16px;font-weight:800;text-decoration:none;cursor:pointer;line-height:1;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: #FFB352;}
.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:44px}
.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:32px 24px;font-size:16px;width:443px;border-radius:12px;display:flex;flex-direction:column;overflow:hidden;border:0;font-family: "Montserrat", sans-serif;}
.floating-alert h2{color:#095B5E;margin:0 0 10px;font-size:24px;font-weight:700;line-height:33.6px;font-family: "Mona Sans", sans-serif;}
.floating-alert p{margin:0}
.alert-buttons{margin:24px -24px -32px;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:0 0 0 10px}

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

#main

-----------------------------------------*/
#skip{position:fixed;left:-100%;top:-100%;transition:all .3s;z-index:999}
#skip:focus{left:50px;top:50px}
.section-curve{position: absolute;bottom: 0;left: 0;width: 526px;height: 523px;z-index: -1;}
.container {width: 1058px;max-width: 100%;}
#main {position: relative;}
.jobs-title {font-size: 20px;font-weight: 400;}
.jobs-title a {text-decoration: none;}
.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:60% !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;}
.doc-search-form {position: relative;}
#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; }
:not(.rz-bar-left) .user-logged-in #rz-bar-wrap{position: fixed !important;width: 100%;}

/* site-header */
.site-header {border-bottom: 1px solid rgba(255, 255, 255, 0.10);padding-left: 48px;transition: all 0.3s;}
.site-header .container {width: 1632px;}
#header-in {display: flex;align-items: center;justify-content: space-between;height: 100px;transition: all 0.3s;}
.logo-wrap {width: 238px;}
#logo{display: inline-block;width: 238px;margin-top: 80px;transition: all 0.3s;}
.header-right {display: flex;align-items: center;}


/*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: 20px;font-weight: 800;line-height: 24px;color: #fff;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 {padding: 0 36px;background: none;border-radius:0;border: none;border-left: 1px solid rgba(255, 255, 255, 0.10);border-right: 1px solid rgba(255, 255, 255, 0.10);color: #F59C2A;font-size: 16px;font-weight: 700;display: flex;align-items: center;gap: 8px;height: 100px;line-height: 1;transition: all 0.2s;font-family: "Montserrat", sans-serif;}
#translate-button img {width: 18px;transition: all 0.1s;}
#translate-button:hover {background: rgba(255, 255, 255, 0.10);}

/* search */
#search-toggle-desktop {padding: 0;border-radius: 0;cursor: pointer;display: flex;align-items: center;justify-content: center;width: 100px;height: 100px;transition: all 0.3s;}
#search-toggle-desktop:hover {background: rgba(255, 255, 255, 0.10);}
#search-toggle-desktop.active {background: #F3F3F3;}
#search-toggle-desktop img {width: 28px;}
#search {position: relative;background: #F3F3F3;padding: 32px;max-width: 500px;width: 100%;height: 134px;position: absolute;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: 24px 55px 24px 24px;background: #fff;border: 0;border-radius: 0;width: 100%;height: 100%;font-size: 16px;font-weight: 400;font-style: italic;color: #2A2A2A;font-family: "Montserrat", sans-serif;transition: all 0.3s;}
#search input::-webkit-input-placeholder{color: #2A2A2A;}
#search input:-moz-placeholder{color: #2A2A2A;}
#search input::-moz-placeholder{color: #2A2A2A;}
#search input:-ms-input-placeholder{color: #2A2A2A;}
#search button {position: absolute;top: 50%;transform: translateY(-50%); right: 54px;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: 1000px;width: 100%;position: absolute;top: 60%;left: 50%;transform: translate(-50%, -50%);z-index: 2;}

/* curated search */
#slider.results-open #slider-data-wrap {top: 30%;}
#search-results-wrap {position: fixed;left: 0;right: 0;top: 180px;z-index: 1020;}
#search-results {position: absolute;top: 115%;left: 10%; right: 10%;background: #f3ecda;box-shadow: rgba(0, 0, 0, 0.3) 0 2px 15px 0;}
#search-results .tab-content{background:#fff;max-height:500px;overflow:auto;border-radius:0 0 12px 12px;padding-top: 10px;min-height: 170px;}
.search-nav{list-style-type:none;margin:0;padding:0;display: flex;width:100%}
#search-results .tab-pane h2{font-size:42px;color:#041E41;font-weight:600;text-align:left;margin:0 0 10px}
.g-search-wrap iframe{min-height:370px;border:0!important;width:100%}
.curated-item h4{margin:0;font-size:17px;color:#444;font-style:italic}
#search-results .tab-content .tab-pane{padding:0 30px}
.curated-item h3{margin:0;font-size:22px;color:#041E41;font-weight:600;display:block;}
.curated-item{text-align:left;padding-top:5px;border-top:1px solid #c7d1d8;padding-bottom: 20px;}
.curated-item>a{text-decoration:none;display:inline-block}
.curated-item small{margin-top:2px;font-size:.7em;color:#001423;line-height:1.3}
.curated-tags span{border-radius:3px;display:inline-block;background:#041E41;color:#fff;font-weight:700;font-size:11px;line-height:1;padding:4px 8px 5px;margin-right:4px}
.curated-item div.pull-right{text-align:right;width:25%}
.curated-item div.pull-right .search-icon{color:#041E41;font-size:16px;width:22px;display:inline-block;text-align:center;margin-left:4px}
a.search-dept-url{display:block;color:#444}
.curated-item h3 a{color:#041E41}
li#close-curated{display:inline-block;position:absolute;right:0;top:-60px;float:none!important;background:none;width:auto!important;color:#000;font-size:35px;border:0!important}
.search-nav li{display: flex;align-items: center;justify-content: center;width:100%;background: #000a90;color:#fff;font-weight:700;text-align:center;padding: 15px;border-right:2px solid #c7d1d8;cursor:pointer;position:relative;pointer-events:fill}
.search-nav li:last-of-type{border:none}
.search-nav li.active{background: #558cff;}
.curated-tags{clear:both}
#close-curated .fa-close{color:#fff}

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

#inner

-----------------------------------------*/
#freeform {background: #025053;}
#freeform #main {position: relative;}
#freeform #freeform-wrapper {position: relative;z-index: 11;}
#freeform #freeform-wrapper::after {position: absolute;content: '';background: url(../images/freeform-wall-shape.png) center/cover no-repeat;width: 342px;top: -80px;right: 0;bottom: 0;}
#freeform.tiles #freeform-wrapper::after {background: url(../images/tiles-wall-shape.png) center/cover no-repeat;}
#freeform-wrapper>.container {width: 1598px;}
#freeform aside {position: relative;z-index: 11;}
#freeform-inner {background: #FFF;padding: 80px;position: relative;top: -80px;z-index: 1;}
.freeform-shape {position: absolute;width: 342px;top: -80px;right: 0;bottom: 0;}
#freeform #slider {position: relative;padding: 0;height: 500px;}
#freeform #slider::before {background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%), linear-gradient(180deg, rgba(14, 24, 60, 0.60) 0%, rgba(14, 24, 60, 0.00) 25.18%), linear-gradient(180deg, rgba(14, 24, 60, 0.60) 0%, rgba(14, 24, 60, 0.00) 25.18%);content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 1;}
#freeform #slider>img {position: absolute;left: 0;right: 0;bottom: 0;width: 100%;z-index: 11}
#flyout-wrap {position: relative;padding: 46px 0 28px;z-index: 1;}
.box::before {position: absolute;content: '';background: #F3F3F3;border-left: 3px solid #F59C2A;clip-path: polygon(0 3%, 100% 0%, 100% 97%, 0% 100%);width: 100%;height: 100%;top: 0;left: 0;z-index: -1;}
#flyout-header {font-size: 26px;color: #2A2A2A;font-weight: 800;line-height: 33.8px;margin-bottom: 12px;padding: 0 32px;text-transform: uppercase;font-family: 'Mona Sans';}
#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: #2A2A2A;padding: 24px 0;text-transform: capitalize;transition: all 0.2s;}
#flyout ul {padding: 0;margin: 0;display: none}
#flyout a:not(.toggle) {font-family: "Montserrat", sans-serif}
#flyout ul a,
#flyout ul span {font-size: 16px;padding: 10px 15px;margin: 0;color: #fff;}
#flyout ul li {padding: 0;margin: 0;}

#inner-slider-caption-wrap .container {width: 1438px;}
#freeform .inner-slider-caption {position: absolute;top: 53%;z-index: 3;}

.col-xs-12 {width: 100%}
.hidebox {display: none;}
.user-logged-in .hidebox {display: block;}
.box-header {font-size: 26px;color: #2A2A2A;font-weight: 800;line-height: 33.8px;margin-bottom: 12px;padding: 0;text-transform: uppercase;font-family: 'Mona Sans';}

#textBox-wrap {position: relative;margin-top: 8px;padding: 46px 32px 28px;font-family: "Montserrat", sans-serif;z-index: 1;}
.textBox-txt {color: #2A2A2A;line-height: 24px;}
#textBox-wrap .button {font-weight: 700;padding: 20px 20px;margin-top: 24px;}

#contact-wrap {position: relative;padding: 46px 32px 28px;margin-top: 4px;font-family: "Montserrat", sans-serif;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: #2A2A2A;margin: 0;font-family: "Montserrat", sans-serif;}
.contact-position {display: block;font-size: 16px;font-weight: 400;line-height: 20px;color: rgba(0, 0, 0, 0.70);margin-top: 4px;}
#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: #2A2A2A;font-size: 16px;font-weight: 400;line-height: 24px;display: flex;align-items: center;gap: 16px; text-decoration: none;transition: all 0.3s;word-break: break-all;}
#contact-info .contact-link:hover {color: #095B5E;text-decoration: underline;}

#page-title {font-size: 80px;color: #fff;font-weight: 800;line-height: 104px;margin: 8px 0 0;text-transform: capitalize;}

#breadcrumbs ul {margin: 0;padding: 0;list-style: none;text-transform: capitalize;font-family: "Montserrat", sans-serif;}
#breadcrumbs ul li {display: inline-block;margin: 0;position: relative;font-size: 16px;margin-right: 40px;color: #fff;font-weight: 400 !important;text-decoration: none;}
#breadcrumbs ul li:last-child {margin-right: 0;}
#breadcrumbs a {display: inline-block;position: relative;font-size: 16px;font-weight: 700;color: #F59C2A;text-decoration: underline;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: #fff;}

#post {font-family: "Montserrat", 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%);left: 0;background: #095B5E;border: 1px solid #fff;border-left: 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: #023D3F;}

.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: #095B5E;border:1px solid #fff;border-radius: 50%;padding:0;transition: all 0.3s;}
#ada-btn img{width: 27px;}
#ada-btn:hover {background: #023D3F;}


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

#slider

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

#slider{position:relative;height: 100vh;z-index:1}
#slider .tns-outer{position:absolute;left:0;right:0;top:0;bottom:0}
#slider .tns-controls {display: flex;align-items: center;justify-content: center;gap: 16px;top: unset;transform: unset;bottom: 32px;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: #F59C2A;border: 0;display: flex;justify-content: center;align-items: center;line-height: 1;width: 34.66px;height: 32px;padding: 0;transition: all 0.3s;}
.tns-controls button img {width: 13.33px;}
.tns-controls button:first-of-type {clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 25% 100%, 0% 50%);}
.tns-controls button:last-of-type {clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);float:right}
.tns-controls button:hover {background: #FFB352;}
.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-title {font-size: 96px;font-weight: 800;color: #fff;line-height: 96px;text-transform: uppercase;}
.slider-title span {display: block;font-size: 32px;font-weight: 800;line-height: 32px;text-transform: uppercase;margin-top: 8px;}
.popular-resources-content {position: relative;margin-top: 96px;}
.popular-resources-content::before {position: absolute;content: '';background: #fff;width: 96px;height: 1px;top: -48px;left: 0;}
.resources-title {font-size: 16px;font-weight: 700;color: #fff;margin-bottom: 12px;font-family: "Montserrat", sans-serif;}
.resources-links {width: 276px;}
.resources-link {display: inline-block;padding: 7.4px 20px;width: 100%;background: rgba(9, 91, 94, 0.70);backdrop-filter: blur(5px);border: 2px solid transparent;font-size: 16px;font-weight: 500;color: #fff !important;text-transform: capitalize;text-decoration: none; font-family: "Montserrat", sans-serif;}
.resources-link:not(:last-child) {margin-bottom: 4px;}
.resources-link:hover {background: #095B5E;border-color: #F59C2A;text-decoration: none;}

/* tiles */
#freeform.tiles #freeform-inner {padding: 0;}

.tiles-row {display: flex;flex-wrap: wrap;gap: 10px;padding: 80px;position: relative;}
.tiles-link {display: flex;align-items: flex-end;position: relative;width: calc(33.33% - 7px);padding: 48px;height: 450px;text-decoration: none;transition: all 0.5s; z-index: 1;}
.tiles-link::before {position: absolute;content: '';background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.85) 50%);width: 100%;height: 100%;top: 0;left: 0;transition: all 0.5s;z-index: -1;}
.tiles-link:hover::before {opacity: 0;}
.tiles-link::after {position: absolute;content: '';background: linear-gradient(180deg, rgba(245, 156, 42, 0.00) 0%, rgba(245, 156, 42, 0.40) 50%), linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.85) 50%);width: 100%;height: 0;top: 0;left: 0;z-index: -1;}
.tiles-link:hover::after {height: 100%;}
.video-btn {margin-bottom: 16px;position: absolute;top: 40%;left: 50%;transform: translate(-50%, -50%);}
.tiles-info {position: relative;z-index: 1;}
.tile-title {font-size: 32px;font-weight: 800;color: #fff;line-height: 43.6px;margin-bottom: 0;text-transform: capitalize;}
.tile-text {font-size: 16px;font-weight: 400;color: #fff;line-height: 0;font-family: "Montserrat", sans-serif;opacity: 0;margin: 0;transform: translateY(100px);transition: all 0.5s;}
.tiles-link:hover .tile-text {line-height: 32px;height: auto;opacity: 1;transform: translateY(0);margin-top: 12px;}
.tiles-row:nth-child(1):before {position: absolute;content: '';background: url(../images/tile-bg-1.png) center/cover no-repeat;width: 100%;height: 100%;top: 0;left: 0;}
.tiles-row:nth-child(2):before {position: absolute;content: '';background: url(../images/tile-bg-2.png) center/cover no-repeat;width: 100%;height: 100%;top: 0;left: 0;}
.tiles-row:nth-child(3):before {position: absolute;content: '';background: url(../images/tile-bg-3.png) center/cover no-repeat;width: 100%;height: 100%;top: 0;left: 0;}
.tiles-row:nth-child(4):before {position: absolute;content: '';background: url(../images/tile-bg-4.png) center/cover no-repeat;width: 100%;height: 100%;top: 0;left: 0;}


/* flinks */
#scroll-menu {list-style: none;padding: 0;margin: 0;width: 305px;position: fixed;right: 0;top: 51%;transform: translateY(-50%); z-index: 99;transition: all 0.3s;}
#scroll-menu li {width: 305px;margin: 0;position: relative;right: -36px;transition: all 0.3s;}
#scroll-menu li:not(:last-child) {margin-bottom: 4px;}
.flink {display: flex;align-items: center;text-align: left;text-decoration: none;height: 74px;position: relative;z-index: 0;overflow: hidden;}
.flink::before {position: absolute;content: '';background: url(../images/menu-shape.png) center/cover no-repeat;width: 100%;height: 100%;left: 0;top: 0;z-index: -1;}
.flink-image {max-width: 72px;width: 100%;height: 74px;display: flex;justify-content: center;align-items: center;}
.flink-text {font-size: 20px;font-weight: 800;color: #2A2A2A;width: 100%;height: 100%;display: flex;align-items: center;position: relative; transition: all 0.3s;}
#scroll-menu li.active {right: 0;}
#scroll-menu li.active a .flink-text {margin-left: 60px;}
#scroll-menu li:hover a .flink-text {margin-left: 60px;}
.flink:hover {text-decoration: none;}
#scroll-menu li .flink::after {position: absolute;content: '';background: url(../images/link-shape-1.png) center/cover no-repeat;width: 243px;height: 74px;right: 36px;top: 0;right: -146px;transition: all 0.3s;z-index: -1;}
#scroll-menu li:nth-child(2) .flink::after {background: url(../images/link-shape-2.png) center/cover no-repeat;}
#scroll-menu li:nth-child(3) .flink::after {background: url(../images/link-shape-3.png) center/cover no-repeat;}
#scroll-menu li:nth-child(4) .flink::after {background: url(../images/link-shape-4.png) center/cover no-repeat;}
#scroll-menu li:nth-child(5) .flink::after {background: url(../images/link-shape-5.png) center/cover no-repeat;}
#scroll-menu li:nth-child(6) .flink::after {background: url(../images/link-shape-6.png) center/cover no-repeat;}
#scroll-menu li:nth-child(7) .flink::after {background: url(../images/link-shape-7.png) center/cover no-repeat;}
#scroll-menu li.active .flink::after, #scroll-menu li:hover .flink::after {right: 0;}


.section-header {display: flex;align-items: center;justify-content: space-between;margin-bottom: 32px;padding-right: 15px;}
.section-header h1 {margin-bottom: 0;}
.section-heading {font-size: 80px;font-weight: 800;color: #2A2A2A !important;line-height: 80px;margin-bottom: 0;text-transform: uppercase;text-decoration: none;}
#news .button, #events .button, #spotlight .button {padding: 18.5px 24px;text-transform: uppercase;font-family: "Montserrat", sans-serif;}
#news .button:hover {text-decoration: underline;}
#selection .tns-controls, #community .tns-controls {display: flex;justify-content: flex-end;gap: 4px;top: -106px;transform: skew(-4deg);}
#selection .tns-controls button, #community .tns-controls button, #slider-prev, #slider-next {background: #095B5E;border: 0;display: flex;justify-content: center;align-items: center;line-height: 1;width: 52px;height: 48px;padding: 0;transition: all 0.3s;}
#selection .tns-controls button:first-of-type, #community .tns-controls button:first-of-type, .slider-btns button:first-of-type {clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 25% 100%, 0% 50%);}
#selection .tns-controls button:last-of-type, #community .tns-controls button:last-of-type, .slider-btns button:last-of-type {clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);}
#selection .tns-controls button img, #community .tns-controls button img, #slider-prev img, #slider-next img {width: 20px;}
#selection .tns-controls button:hover, #community .tns-controls button:hover, #slider-prev:hover, #slider-next:hover {background: #023D3F;}

#selection-carousel.no-slider {display: grid;grid-template-columns: repeat(3, 1fr);gap: 10px;}
#selection-carousel.no-slider .selection-link {margin-bottom: 0;}

/* business style */
#business {position: relative;z-index: 1;}
#business::before {position: absolute;content: '';background-color: rgba(94, 198, 227, 0.90);width: 100%;height: 100%;top: 0;left: 0;z-index: -1;}
.business-wrapper {display: flex;flex-wrap: wrap;gap: 8px;transform: skew(4deg);padding-left: 15px;}
.business-link {background: #fff;display: block;position: relative;padding: 32px 32px 32px 44px;width: calc(33.3333% - 5.4px);text-decoration: none;transition: all 0.3s;}
.business-link:nth-child(4), .business-link:nth-child(5) {width: calc(50% - 4px);}
.business-link:hover {background: #F59C2A;text-decoration: none;}
.business-info {transform: skew(-5deg);}
.business-icon-box {background: rgba(245, 156, 42, 0.15);border-radius: 50%;display: flex;align-items: center;justify-content: center;width: 64px;height: 64px;transition: all 0.3s;}
.business-link:hover .business-icon-box {background: #fff;}
.business-icon-box img {filter: brightness(0) saturate(100%) invert(66%) sepia(86%) saturate(1113%) hue-rotate(340deg) brightness(100%) contrast(93%);}
.business-title {font-size: 26px;font-weight: 800;color: #2A2A2A;line-height: 33.8px;margin: 24px 0 0;transition: all 0.3s;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;text-overflow: ellipsis;}
.business-link:hover .business-title {text-decoration: underline;}
.business-text {font-size: 16px;font-weight: 400;line-height: 24px;color: rgba(42, 42, 42, 0.70);margin-top: 8px;font-family: "Montserrat", sans-serif;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;text-overflow: ellipsis;}

/* selection style */
#selection {position: relative;z-index: 1;}
#selection::before {position: absolute;content: '';background: rgba(144, 219, 175, 0.90);width: 100%;height: 100%;top: 0;left: 0;z-index: -1;}
.selection-wrapper {transform: skewX(4deg);padding-left: 15px;}
.selection-link {background: #fff;display: block;position: relative;padding: 32px 32px 32px 44px;text-decoration: none;}
.selection-link:hover {background: #F59C2A;text-decoration: none;}
.selection-link:first-child {margin-bottom: 8px;}
.selection-info {transform: skew(-5deg);}
.selection-icon-box {background: rgba(245, 156, 42, 0.15);border-radius: 50%;display: flex;align-items: center;justify-content: center;width: 64px;height: 64px;}
.selection-link:hover .selection-icon-box {background: #fff;}
.selection-icon-box img {filter: brightness(0) saturate(100%) invert(66%) sepia(86%) saturate(1113%) hue-rotate(340deg) brightness(100%) contrast(93%);}
.selection-title {font-size: 26px;font-weight: 800;color: #2A2A2A;line-height: 33.8px;margin: 24px 0 0;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;text-overflow: ellipsis;}
.selection-link:hover .selection-title {text-decoration: underline;}
.selection-text {font-size: 16px;font-weight: 400;line-height: 24px;color: rgba(42, 42, 42, 0.70);margin-top: 8px;font-family: "Montserrat", sans-serif;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;text-overflow: ellipsis;}

/* community style */
#community {position: relative;z-index: 1;}
#community::before {position: absolute;content: '';background: rgba(241, 146, 109, 0.90);width: 100%;height: 100%;top: 0;left: 0;z-index: -1;}
.community-wrapper {transform: skewX(4deg);padding-left: 15px;}
.community-link {background: #fff;display: block;position: relative;padding: 32px 32px 32px 44px;text-decoration: none;}
.community-link:first-child {margin-bottom: 8px;}
.community-link:hover {background: #F59C2A;text-decoration: none;}
.community-info {transform: skew(-5deg);}
.community-icon-box {background: rgba(245, 156, 42, 0.15);border-radius: 50%;display: flex;align-items: center;justify-content: center;width: 64px;height: 64px;}
.community-link:hover .community-icon-box {background: #fff;}
.community-icon-box img {filter: brightness(0) saturate(100%) invert(66%) sepia(86%) saturate(1113%) hue-rotate(340deg) brightness(100%) contrast(93%);}
.community-title {font-size: 26px;font-weight: 800;color: #2A2A2A;line-height: 33.8px;margin: 24px 0 0;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;text-overflow: ellipsis;}
.community-link:hover .community-title {text-decoration: underline;}
.community-text {font-size: 16px;font-weight: 400;line-height: 24px;color: rgba(42, 42, 42, 0.70);margin-top: 8px;font-family: "Montserrat", sans-serif;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;text-overflow: ellipsis;}

#community-carousel.no-slider {display: grid;grid-template-columns: repeat(3, 1fr);gap: 10px;}
#community-carousel.no-slider .selection-link {margin-bottom: 0;}

/* workforce style */
#workforce {position: relative;z-index: 1;}
#workforce::before {position: absolute;content: '';background-color: rgba(199, 211, 94, 0.90);width: 100%;height: 100%;top: 0;left: 0;z-index: -1;}
.workforce-wrapper {display: flex;flex-wrap: wrap;gap: 8px;transform: skew(4deg);padding-left: 15px;}
.workforce-link {background: #fff;display: block;position: relative;padding: 32px 32px 32px 44px;width: calc(33.3333% - 5.4px);text-decoration: none;}
.workforce-link:nth-child(4), .workforce-link:nth-child(5) {width: calc(50% - 4px);}
.workforce-link:hover {background: #F59C2A;text-decoration: none;}
.workforce-info {transform: skew(-5deg);}
.workforce-icon-box {background: rgba(245, 156, 42, 0.15);border-radius: 50%;display: flex;align-items: center;justify-content: center;width: 64px;height: 64px;}
.workforce-link:hover .workforce-icon-box {background: #fff;}
.workforce-icon-box img {filter: brightness(0) saturate(100%) invert(66%) sepia(86%) saturate(1113%) hue-rotate(340deg) brightness(100%) contrast(93%);}
.workforce-title {font-size: 26px;font-weight: 800;color: #2A2A2A;line-height: 33.8px;margin: 24px 0 0;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;text-overflow: ellipsis;}
.workforce-link:hover .workforce-title {text-decoration: underline;}
.workforce-text {font-size: 16px;font-weight: 400;line-height: 24px;color: rgba(42, 42, 42, 0.70);margin-top: 8px;font-family: "Montserrat", sans-serif;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;text-overflow: ellipsis;}

/* news style */
#news {position: relative;z-index: 1;}
#news::before {position: absolute;content: '';background-color:rgba(136, 143, 245, 0.90);width: 100%;height: 100%;top: 0;left: 0;z-index: -1;}
#news .section-header {padding-right: 0;}
.news-btns {display: flex;align-items: center;gap: 24px;}
.slider-btns {display: flex;gap: 8px;}
.news-item {position: relative;height: 400px;border-bottom: 4px solid #FFF;display: flex;align-items: flex-end;text-decoration: none;z-index: 1;}
.news-item::before {position: absolute;content: '';background: linear-gradient(199deg, rgba(0, 0, 0, 0.00) 5.14%, rgba(0, 0, 0, 0.60) 86.94%), linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%);width: 100%;height: 100%;top: 0;left: 0;transition: all 0.5s;z-index: -1;}
.news-item:hover::before {height: 0;}
.news-item::after {position: absolute;content: '';background: linear-gradient(199deg, rgba(0, 0, 0, 0.00) 5.14%, rgba(0, 0, 0, 0.60) 86.94%);width: 100%;height: 0;bottom: 0;left: 0;transition: all 0.5s;z-index: -1;}
.news-item:hover::after {height: 100%;}
.news-item:hover {text-decoration: none;}
.news-item .news-detail-link {position: absolute;width: 100%;height: 100%;}
.news-info {position: relative;padding: 32px;border-top: 1px solid rgba(255, 255, 255, 0.15);background: rgba(255, 255, 255, 0.10);backdrop-filter: blur(5px);width: 100%;}
.news-date {font-size: 14px;font-weight: 700;color: #F59C2A;text-transform: uppercase;font-family: "Montserrat", sans-serif;}
.news-title {font-size: 26px;font-weight: 800;line-height: 33.8px;color: #fff !important;margin: 12px 0 0;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;text-overflow: ellipsis;display: block;text-decoration: none;}
.news-item:hover .news-title {text-decoration: underline;}
.news-project-link {display: flex;align-items: center;justify-content: space-between;gap: 56px;background: #095B5E;position: relative;padding: 32px 48px 32px 120px;margin-top: 28px;font-size: 32px;font-weight: 800;color: #fff !important;line-height: 41.6px;text-decoration: none;text-transform: uppercase;transition: all 0.3s;}
.news-project-link .news-icon img {width: 28px;}
.news-project-link::before {position: absolute;content: '';background: url(../images/news-curve.png) center/cover no-repeat;width: 100px;height: 100%;top: 0;left: 0;}
.news-project-link:hover {background: #023D3F;}

/* about style */
#about {position: relative;z-index: 1;}
#about::before {position: absolute;content: '';background-color:rgba(115, 162, 255, 0.90);width: 100%;height: 100%;top: 0;left: 0;z-index: -1;}
.about-img {height: 400px;}
.about-info {background: #fff;display: flex;align-items: center;justify-content: space-between;min-height: 104px;}
.about-detail {border-right: 1px solid rgba(0, 0, 0, 0.10);padding: 24px;width: 100%;}
.about-name {display: block;font-size: 26px;font-weight: 800;line-height: 33.8px;color: #095B5E;}
.about-position {display: block;font-size: 14px;font-weight: 600;color: rgba(42, 42, 42, 0.70);text-transform: uppercase;font-family: "Montserrat", sans-serif;}
.about-link-arrow {display: flex;align-items: center;justify-content: center; height: 100%;max-width: 84px;width: 100%;min-height: 104px;transition: all 0.2s;}
.about-link-arrow img {width: 20px;transition: all 0.1s;}
.about-link-arrow:hover {background: #F59C2A;}
.about-link-arrow:hover img {filter: brightness(0) saturate(100%) invert(15%) sepia(22%) saturate(7%) hue-rotate(85deg) brightness(97%) contrast(95%);}
#about .tns-controls {display: flex;gap: 4px;top: 71%;left: 24px;z-index: 2;}
.about-contact-link {padding: 14.83px 0;font-size: 26px;font-weight: 600;color: #2A2A2A !important;line-height: 33.8px; display: flex;align-items: center;gap: 24px;text-decoration: none;}
.about-contact-link:not(:last-child) {border-bottom: 1px solid rgba(255, 255, 255, 0.20);}
.about-contact-link:hover {text-decoration: underline;}
.about-icon-box {background: rgba(255, 255, 255, 0.15);display: flex;align-items: center;justify-content: center;width: 96px;height: 96px;transition: all 0.3s;}
.about-contact-link:hover .about-icon-box {background: #F59C2A;}
.about-icon-box img {filter: brightness(0) saturate(100%) invert(100%) sepia(99%) saturate(2%) hue-rotate(151deg) brightness(104%) contrast(100%);}
.economic-link {background: #095B5E;padding: 17px 48px 17px 126px;margin-top: 23px;position: relative;display: flex;align-items: center;justify-content: space-between;gap: 24px;font-size: 26px;font-weight: 800;color: #fff !important;line-height: 33.8px;text-decoration: none;}
.economic-icon img {width: 20px;}
.economic-link::before {position: absolute;content: '';background: url(../images/economic-curve.png) center/cover no-repeat;width: 96px;height: 100%;top: 0;left: 0;}
.economic-link:hover {background: #023D3F;}

/* section footer */
#footer {position: relative;background: #095B5E;}
.footer-logo {display: inline-block;width: 245px;}
.footer-title {font-size: 26px;font-weight: 800;color: #fff;line-height: 33.8px;text-transform: uppercase;margin-bottom: 24px;}
.footer-col {padding: 80px 48px;}
.footer-col:not(:last-child) {border-right: 1px solid rgba(255, 255, 255, 0.10);}
.footer-col:first-child {display: flex;align-items: center; padding-left: 0;}
.footer-col:last-child {padding-right: 0;}
.footer-col ul {margin: 0;padding: 0;list-style-type: none;}
.footer-col ul li {margin-bottom: 24px;}
.footer-col ul li:last-child {margin-bottom: 0;}
.footer-col ul li a {font-size: 16px;font-weight: 400;color: #fff;line-height: 24px;text-decoration: none;font-family: "Montserrat", sans-serif;}
.footer-col ul li a:hover {color: #F59C2A;text-decoration: underline;}
.footer-contact-item {font-size: 14px;font-weight: 400;color: rgba(255, 255, 255, 0.60);line-height: 21px;text-transform: uppercase;font-family: "Montserrat", sans-serif;}
.footer-contact-item:not(:last-child) {margin-bottom: 32px;}
.footer-contact-link {display: block;margin-top: 8px;font-size: 16px;font-weight: 400;color: #fff !important;line-height: 24px;text-decoration: none;text-transform: capitalize;}
.footer-contact-link:hover {color: #F59C2A !important;}
#footer-middle {padding: 48px 0;border-top: 1px solid rgba(255, 255, 255, 0.10);border-bottom: 1px solid rgba(255, 255, 255, 0.10);}
#footer-bottom {padding: 32px 0;font-family: "Montserrat", sans-serif;}
#revize {font-size: 16px;font-weight: 400;line-height: 21px;color: #fff;}
#revize img {width: 40px;margin-right: 4px;}
#revize-link {font-size: 16px;font-weight: 700;color: #fff;text-decoration: none;}
#revize-link:hover {color: #F59C2A;text-decoration: underline;}
.footer-delimiter {position: relative;margin-right: 64px;color: #fff !important;text-decoration: none;}
.footer-delimiter::after {content: '';display: inline-block;width: 1px;height: 14px;background: #fff;right: -32px;top: 5px;position: absolute;}
.privacy-link {font-size: 16px;font-weight: 400 !important;color: #fff !important;text-decoration: none;}
.footer-delimiter:hover, .privacy-link:hover {color: #F59C2A !important;text-decoration: underline;}
.footer-shape {position: absolute;width: 100%;height: 61px;top: -59px;}

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

#media queries

-----------------------------------------*/
@media only screen and (max-width:1600px) {
	#scroll-menu {width: 98px;top: 54%;}
	#scroll-menu li:not(:last-child) {margin-bottom: 3px;}
	.flink-text {font-size: 16px;}
	.flink {height: 60px;}
	.logo-wrap {width: 132px;}
	#logo {width: 170px;margin-top: 32px;}
}

@media only screen and (max-width:1300px) {
	.site-header {padding-left: 15px;}
	.site-header #nav a, .site-header #nav span {padding: 12px 20px;font-size: 18px;}
	#freeform-inner {padding: 80px 15px;}
	#freeform:not(.fullwidth) #entry {padding-left: 0 !important;}
}

@media only screen and (max-width:1200px) {
	#logo {width: 134px;}
	.site-header #nav a, .site-header #nav span {padding: 12px 20px;font-size: 16px;}
	.business-wrapper {transform: skew(2deg);}
	.tiles-row {padding: 32px;}
}

@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)}
	#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  */
	.sticky-header {position: fixed;top: 0;width: 100%;z-index: 1022;}
	#homepage.user-logged-in .sticky-header {top: 60px;}
	#homepage:not(.fp-viewing-section1) .site-header, .sticky-header.sticky-top {background: #095B5E;border-bottom: transparent;}
	/* #homepage:not(.fp-viewing-section1) .logo-wrap #logo, .sticky-header.sticky-top .logo-wrap #logo {width: 113.209px;margin-top: 0;} */
	.site-header {height: 100px;}
	.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) {
        color: #F59C2A;
    }
	.site-header #nav >li > a::after, .site-header #nav >li > span::after {
        content: "";
        position: absolute;
        width: 0;
        height: 4px;
        background: #F59C2A;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        transition: ease all 0.5s;
    }
	.site-header #nav > a:hover::after, .site-header #nav > span:hover::after, #nav > li:hover > a::after, #nav > li:hover > span::after {
        width: 100%;
    }

	/* 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}
	#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;left:0;right:0;top:100%;-webkit-column-count:4;-moz-column-count:4;column-count:4;display:none;padding:31px 48px;margin: 12px auto;width: 726px;} */
	/* .site-header #nav>li>ul::before {content: "";position: absolute;top: -12px;left: 0;width: 100%;height: 12px;background: none;} */
	#nav>li>ul.make-mage>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:26px;font-weight: 800;line-height: 33.8px;text-transform: capitalize;color: #095B5E;display: inline-block;margin-bottom: 32px;padding: 0;transition: all 0.3s;}
	#nav ul.make-mage a:not(.fa):hover,
	#nav ul.make-mage span:hover {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: #2A2A2A;display: inline-block;margin: 0 0 10px 0;padding: 0;width: 100%;text-transform: capitalize;font-family: "Montserrat", sans-serif;}
	#nav ul.make-mage ul a:not(.fa):hover,
	#nav ul.make-mage ul span:hover {color: #095B5E;}
	#nav .make-mage .focused .toggle2{display:block}

	.nav-outer {background: #F3F3F3;backdrop-filter: blur(10px);-webkit-backdrop-filter: blur(10px);}
	.nav-outer .container {width: 1246px;}
	.nav-in {
        column-count: 3;
        column-gap: 94px;
        padding: 48px;
        position: relative;
    }
	.nav-divider {
        display: block !important;
        background: rgba(0, 0, 0, 0.10);
        width: 1px !important;
        position: absolute !important;
        top: 0;
        bottom: 0;
        z-index: 0;
        min-height: 100%;
    }
	.first-divider {
        left: 33%;
    }
	.second-divider {
        left: 66%;
    }

	.layout-table {table-layout: fixed;width: 100%}
	.site-header #nav {display: flex;justify-content: center;height: 100px;}

	#flyout a {border-bottom: 1px solid rgba(0, 0, 0, 0.10);}
	#flyout ul a {border-bottom-color: rgba(255, 255, 255, 0.10);}
	#flyout li:last-child a {border-bottom: none;}
	#flyout>li:hover>ul {display: block;}
	#flyout ul {position: absolute;left: 100%;top: 0;width: 250px;z-index: 10;background: #095B5E}
	#flyout>li:hover,
	#flyout>li:hover {background: #095B5E;}
	#flyout>li:hover>a {color: #fff;}
	#flyout ul>li {padding: 0 24px;}
	#flyout ul>li>a {padding: 20px 0;color: #fff;}
	#flyout ul li:hover {background: rgba(255, 255, 255, 0.15);}
	#flyout ul li:hover a {text-decoration: underline;color: #fff;}
	#freeform:not(.fullwidth) #entry {padding-left: 42px;}
	#freeform #freeform-inner aside.col-lg-3 {flex: 0 0 26%;max-width: 26%;}
	#freeform #freeform-inner .col-lg-9 {flex: 0 0 74%;max-width: 74%;}

	.sticky-header.sticky-top #logo {width: 180px;margin-top: 69px;}
	.sticky-header.sticky-top #header-in, .sticky-header.sticky-top .site-header {height: 63px;}
	.sticky-header.sticky-top #translate-button, .sticky-header.sticky-top #search-toggle-desktop {height: 63px;}
}

@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: #095B5E;z-index: 111;}
	.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: #fff;
        display: inline-block;
        color: #095B5E;
		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 {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: 24px;}

	#freeform:not(.fullwidth) #entry {padding-bottom: 32px;}
	.box::before {display: none;}
	#flyout-wrap {padding: 0;background-color: #025053;}
	#flyout-header {display: none;}
	#flyout-toggle {background-color: #025053;padding: 10px 15px;border-radius: 8px; font-size: 18px;color: #fff;text-transform: capitalize;font-weight: 700;cursor: pointer;}

	#contact-wrap,
	#textBox-wrap {background: #F3F3F3;padding: 32px 15px;margin-top: 16px;}

	#resource-wrap .resource-link {border-radius: 10px;}

	#scroll-menu {display: none;}
	.sticky-header {position: relative;background: #095B5E;z-index: 1022;}
	.site-header {padding: 0 15px;}
	#header-bottom {height: 86px;}
	#header-in {height: 84px;}
	.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 input {padding: 5px 46px 5px 15px;font-size: 14px;}
	#search button {right: 15px;}
	#search button img {width: 18px;}
	#translate-button {background-color: #fff;font-size: 14px;}
	
	.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 {top: 50%;}
	.slider-title {font-size: 72px;line-height: 72px;}
	.slider-title span {font-size: 24px;line-height: 24px;}

	#freeform #slider {height: 350px;}
	#freeform .inner-slider-caption {top: 66%;}
	#freeform #freeform-wrapper {padding: 48px 0;}
	#freeform-inner {padding: 32px 15px;top: unset;}

	.popular-resources-content {margin-top: 48px;}
	.popular-resources-content::before {top: -24px;}
	.section-header {flex-direction: column;gap: 24px;padding-right: 0;}
	.section-heading {font-size: 72px;line-height: 72px;}
	#selection .tns-controls, #community .tns-controls {justify-content: center;top: 0;transform: skew(0);}
	#business, #selection, #community, #workforce, #news, #about {padding: 64px 0;}
	.business-wrapper, .selection-wrapper, .community-wrapper, .workforce-wrapper {transform: skew(0);padding-left: 0;}
	.business-link, .workforce-link {padding: 32px 15px;width: calc(50% - 5.4px);}
	.business-info, .selection-info, .community-info, .workforce-info {transform: skew(0);}
	#selection-carousel, #community-carousel {margin-top: 72px;}
	.selection-link, .community-link {padding: 32px 15px;}
	#community-carousel.no-slider {grid-template-columns: repeat(2, 1fr);}
	#selection-carousel.no-slider {grid-template-columns: repeat(2, 1fr);}
	.news-project-link {font-size: 24px; padding: 24px 15px;}
	.news-project-link .news-icon img {width: 20px;}
	.news-project-link::before {display: none;}
	.news-info {padding: 24px 15px;}
	.about-contact-detail {margin-top: 32px;}
	.economic-link {font-size: 20px;line-height: 26px;padding: 15px;}
	.economic-link::before {display: none;}
	.economic-icon img {width: 16px;}
	.tiles-link {padding: 24px 15px;width: calc(50% - 5px);}
	.tiles-link:last-child {width: 100%;}

	#footer-top {padding: 54px 0;}
	.footer-logo {width: 200px;}
	.footer-col {padding: 0;text-align: center;}
	.footer-col:first-child {justify-content: center;}
	.footer-col:not(:last-child) {margin-bottom: 48px;}
	#revize {text-align: center;margin-bottom: 16px;}
}

/* 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 .tns-controls {top: 14%;}
	.slider-title {font-size: 54px;line-height: 54px;}
	.slider-title span {font-size: 18px;line-height: 18px;}

	.section-heading {font-size: 48px;line-height: 48px;}
	.section-btns {flex-direction: column-reverse;align-items: center;}
	.business-link, .workforce-link {width: 100%;}
	.business-link:nth-child(4), .business-link:nth-child(5), .workforce-link:nth-child(4), .workforce-link:nth-child(5) {width: 100%;}
	.business-title {font-size: 24px;}
	.news-btns {gap: 12px;}
	.news-title {font-size: 22px;line-height: 28.8px;}
	.about-detail {padding: 24px 15px;}
	.about-name {font-size: 22px;line-height: 29.8px;}
	.about-contact-link {font-size: 20px;line-height: 26px; gap: 12px;}
	.about-icon-box {width: 54px;height: 54px;}
	.about-icon-box img {width: 19px;}
	.tiles-link {width: 100%;}
	.tile-title {font-size: 24px;line-height: 33px;}
	#community-carousel.no-slider {grid-template-columns: auto;}
	#selection-carousel.no-slider {grid-template-columns: auto;}
}

/* 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-title {font-size: 48px;line-height: 48px;}
	.slider-title span {font-size: 16px;line-height: 16px;}
	#post blockquote {font-size: 18px;line-height: 32px;padding: 32px 15px;}
	.section-heading {font-size: 34px;line-height: 32px;}
	.news-project-link {font-size: 20px;}
	.tile-text {font-size: 14px;}
	.tiles-link:hover .tile-text {line-height: 26px;}
}

@media print {

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

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