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

	Theme Name: Catawba Regional Council of Governments, SC
	Front-end developer: Abir Hossain
	Author Design: Nasryn Abou-Arabi
	Author URI: http://www.revize.com/
	Date: 2/1/2023


-----------------------------------------------------------------------------------*/
/* -----------------------------------------
#fonts
-----------------------------------------*/
@font-face {
  font-family: 'overlock';
  src: url(../fonts/Overlock-BoldItalic.woff);
  font-weight: 700;
}

@font-face {
  font-family: 'Muli';
  src: url(../fonts/MuliFont/Muli-Regular.ttf);
  font-weight: 400;
}
@font-face {
  font-family: 'Muli';
  src: url(../fonts/MuliFont/Muli-SemiBold.ttf);
  font-weight: 600;
}
@font-face {
  font-family: 'Muli';
  src: url(../fonts/MuliFont/Muli-Bold.ttf);
  font-weight: 700;
}
@font-face {
  font-family: 'Muli';
  src: url(../fonts/MuliFont/Muli-ExtraBold.ttf);
  font-weight: 800;
}
@font-face {
  font-family: 'Muli';
  src: url(../fonts/MuliFont/Muli-Black.ttf);
  font-weight: 900;
}
/* -----------------------------------------

#basic styles
-----------------------------------------*/
body{background:#fff;font-size: 18px;font-weight: 400;line-height:1.6;font-family:'Muli';color:#444;-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:30px;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:#111;margin-bottom:30px}
.subheader{font-size: 24px;color: #000;margin-bottom: 18px;display: block;font-weight: 700;}
p{margin:0 0 30px 0}
em{font-style:italic}
strong,b{font-weight:bold}
small{font-size:80%}
hr{border:solid #ccc;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 i{font-weight:400;font-style:normal;font-size: 40px;font-family: 'weather';color: #2589bd;margin-right: 8px;}
.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"}
#weather-date{display: none;}
#weather {font-weight: 700;display: flex;align-items: center;}

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

#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}
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

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

.btn a,
.btn span{text-decoration:none;color:#fff}

body #rz-business-categories ul li a,
.button,
.btn,
.button,
#post button:not(.rz-doc-search-reset),
#post input[type="submit"],
#post input[type="reset"],
#post input[type="button"],
.rz-btn{padding: 18px 29px 14px;background: #043e27;color:#fff;border:0;border-radius: 30px;text-align: center;display:inline-block;font-family: 'Muli';font-size: 13px;font-weight: 700;text-decoration:none;cursor:pointer;line-height:1.5;vertical-align:top;transition:all .3s;text-transform: uppercase;letter-spacing: 2px;}
body #rz-business-categories ul li a:hover,
.button:hover,
a.button:hover,
#post button:hover,
.btn: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: #2589bd;color:#fff}
body #rz-business-categories ul li a:active,
.btn:active,
.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:#0e8cda;color:#fff}
#post button::-moz-focus-inner,
#post input::-moz-focus-inner{border:0;padding:0}

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

#forms

-----------------------------------------*/
form{margin-bottom:30px}
fieldset{margin-bottom:30px}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
textarea,
select{border: 2px solid #c3d6c3;padding:10px 14px;outline:none;font-size: 16px;font-family:sans-serif;color: #495057;margin:0;display:inline-block;background:#fff;border-radius: 100px;box-shadow:none}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
textarea:focus{color:#63686c;border:1px solid #0F95E9}
label,
legend{display:block;font-weight:bold;font-size:13px}
input[type="checkbox"]{display:inline}
label span,
legend span{font-weight:normal;font-size:13px;color:#444}
.form-control:focus{border-color:inherit;-webkit-box-shadow:none;box-shadow:none}
::-webkit-input-placeholder{color:#b3b6b6}
:-moz-placeholder{color:#b3b6b6}
::-moz-placeholder{color:#b3b6b6}
:-ms-input-placeholder{color:#b3b6b6}
.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:99999;bottom:10px;margin:0;right:10px;border:3px solid #fff;background:#000;background:rgba(0,0,0,.9);box-shadow:0 0 10px rgba(0,0,0,.2);color:#fff;padding:30px;font-size:14px;width:350px;}
.floating-alert h2{color:#ffc140;margin:0 0 10px;font-family:sans-serif;font-weight:bold;text-transform:uppercase;font-size:18px}
.floating-alert .btn{margin:20px 0 0 0!important}
.floating-alert .close{padding:0;background:none!important;color:#fff!important;opacity:1;margin-right:13px;margin-top:10px}
.floating-alert.fade:not(.show){visibility:hidden}

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

#rz edit

-----------------------------------------*/
.faq-header ~ .faq-editbtns {margin-top: -39px;}
#categorties-wrap .cat h3 {background: #043e27;}
article#document-center .rz-doc-search-submit {border-radius: 0;line-height: 1;}
form#rz-business-directory-search{margin:0 15px 0 0;border: none!important;}
#post .pull-left{float:none}
#rz-business-categories{margin-top:20px}

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

#main

-----------------------------------------*/
.container{width: 1200px;max-width: 100%;}
#skip{position:fixed;left:-100%;top:-100%;transition:all .3s;z-index:999}
#skip:focus{left:50px;top:50px}
#calendarEvent{left:0px;max-height:500px;overflow-y:auto;margin:0 auto}
.text-overflow{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
a{text-decoration: none;}
a:hover{text-decoration: none;}

/* Default nav styles */
#nav .fa:before{font-family:'FontAwesome' !important}
#nav{padding:0;margin:0;position:relative}
#nav li{margin:0;list-style:none}
#nav li a,
#nav li span{padding: 20px 15px 16px;display:inline-block;text-transform: uppercase;font-weight: 700;font-size: 17px;/* min-width: 115px; */text-align: center;color: #ffffff;position: relative;}
#nav li ul li ul a, #nav li ul li ul span{font-size: 16px;text-transform: capitalize;text-align: start;padding-left: 10px;}
#nav ul{padding:0;margin:0;}
#nav ul a,
#nav ul span{padding:0}

/* common */
.title h2 {font-size: 60px;font-weight: 700;color: #043e27;margin-bottom: 0;word-break: break-all;}

/* header */
header{position:relative;z-index:200}
header .container{width: 1550px;max-width: 100%;}
#header-top {min-height: 108px;}
header #header-top-right {display: flex;align-items: center;justify-content: end;margin-top: 22px;margin-right: -2px;}
header .tools {display: flex;align-items: center;margin-right: 30px;}
header .social-link img {width: 30px;}
header .search-icon {position: absolute;width: 19px;top: 16px;left: 22px;}
header #search {width: 255px;}
header .social-link {margin-left: 53px;}
header .weather-wrap {margin-left: 32px;position: relative;top: 2px;}
#header-btm {background: #043e27;/* min-height: 76px; */display: flex;align-items: center;}
#header-btm .container {width: 1700px;}


/* Logo */
#logo{display:inline-block;max-width:100%;width: 246px;margin: 13px 0px 14px 1px;}

/* Translate */
div.skiptranslate{display:none !important}
#translation-links ul a {color: #043e27;}
.goog-te-banner-frame{display:none}
#translation-links{padding:0;margin:0}
#translation-links button{padding:0;border:0;background:none;font-size: 16px;font-weight: 600;font-family: 'Muli';margin-top: 5px;text-transform: uppercase;}
#translation-links li{position:relative;margin:0;list-style:none}
#translation-links ul{padding:25px;margin:0;position:absolute;left: 0;top:100%;width:250px;height:400px;overflow:scroll;background:#fff;display: none;z-index: 1;}
#translation-links ul li{margin-bottom:10px}
.translation-logo {width: 15px;margin-right: 1px;margin-top: -3px;}
.translation-arrow {width: 12px;margin-left: 5px;margin-top: -2px;}

/* Search */
#search form{position:relative;margin:0}
#search input{height: 50px;padding-left: 48px;padding-right:65px;padding-top: 12px;font-weight: 600;}
#search input::-webkit-input-placeholder{color:#5e6060}
#search input:-moz-placeholder{color:#5e6060}
#search input::-moz-placeholder{color:#5e6060}
#search input:-ms-input-placeholder{color:#5e6060}
#search label{margin:0;position:absolute;left:0;top:0;line-height:45px}
#search button{position:absolute;right:0;top:0;border:0;padding: 4px 21px 0px 0px;background: transparent;line-height:45px;color: #043e27;text-transform:uppercase;font-size: 18px;font-weight: 700;}

/* hero */
#slider-caption h1 {font-size: 108px;font-weight: 700;color: #ffffff;text-shadow: 0px 2px 0px rgb(0 0 0 / 58%);text-align: center;margin-bottom: 24px;line-height: 75px;}
#slider-caption strong {font-size: 78px;font-family: 'overlock';color: #ffffff;text-shadow: 0px 2px 0px rgb(0 0 0 / 33%);display: block;margin-left: 60px;}
#slider-caption span {font-size: 28px;font-weight: 900;color: #ffffff;text-shadow: 0px 2px 0px rgb(0 0 0 / 33%);text-transform: uppercase;display: block;text-align: center;letter-spacing: 5.8px;margin-left: 4px;}
#slider:before {content: "";position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgb(15 16 19 / 40%);z-index: 1;}
#wrapper_sliderVideo {z-index: 1!important;}
#slider .tns-controls{left: 5px;right: 5px;top: 40%;}
#slider .tns-controls button{padding: 80px 34px;color: #ffffff;}

/* quick-links */
#qucik-links {position: relative;z-index: 1;margin-top: -134px;margin-bottom: 50px;}
#qucik-links .tns-outer {position: relative;}
#qucik-links .qlink-box {background-size: cover!important;width: 269px;margin: 0 auto;height: 269px;display: flex;align-items: center;justify-content: center;padding: 15px;border: 10px solid #2589bd;border-radius: 50%;}
#qucik-links .qlink-box h3 {font-size: 26px;font-weight: 700;text-transform: uppercase;text-shadow: 0px 2px 0px rgb(0 0 0 / 38%);margin: 6px 0 0 0;text-align: center;color: #ffffff;line-height: 26px;}
.qlink-box:hover{box-shadow: 0 0 1px #000;transition: all 0.3s;}
#qucik-links .qlink-box:hover h3{text-decoration: underline;}

/* news */
#homepage #news,
#microsite #news  {padding-top: 43px;padding-bottom: 70px;}
#homepage #news .title,
#microsite #news .title {text-align: center;margin-left: -4px;margin-bottom: 25px;}
#homepage .news-event-item,#microsite .news-event-item {background: #ffffff;margin-bottom: 30px;display: flex;border-radius: 3px;overflow: hidden;}
#homepage .news-item-content h3,#microsite .news-item-content h3 {font-size: 24px;color: #252525;font-weight: 700;margin: 0;line-height: 24px;}
#homepage .news-item-content span,#microsite .news-item-content span  {font-size: 14px;color: #2589bd;font-weight: 700;display: block;margin-bottom: 3px;}
#homepage .news-item-image,#microsite .news-item-image {min-width: 200px;min-height: 170px;background-size: cover!important;}
#homepage .news-event-right,#microsite .news-event-right {margin-left: 4.1vw;margin-right: 4.1vw;margin-top: 44px;}
#homepage .news-item-content,#microsite .news-item-content {padding: 30px 31px;border: 1px solid #c2cdd2;border-left: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;width: 100%;}
#homepage .news-event-items,#microsite .news-event-items {margin-bottom: 50px;}
#homepage .news-event-item:hover h3, #microsite .news-event-item:hover h3{text-decoration: underline;}
#homepage .news-event-left, #microsite .news-event-left {margin-right: -30px;margin-left: 70px;margin-top: 44px;}


/* counties */
#counties{padding-top: 70px;padding-bottom: 100px;}
#counties .title {margin-top: 46px;margin-left: -3px;margin-bottom: 26px;}
.counties-title{max-width: 270px;}
#counties-left {padding-right: 4vw;}
#counties .counties-content p {line-height: 22px;}
#counties .counties-content p:not(:last-child) {margin-bottom: 12px;}
#counties-right {margin-left: 2.3vw;margin-top: 53px;}
#counties .counties-box-top,.counties-box-middle,.counties-box-btm {border-radius: 3px;height: 295px;display: flex;align-items: center;justify-content: center;margin-bottom: 29px;position: relative;z-index: 0;}
#counties .counties-box-top:hover h3, 
#counties .counties-box-middle:hover h3, 
#counties .counties-box-btm:hover h3,
#counties .counties-box-top:hover span, 
#counties .counties-box-middle:hover span, 
#counties .counties-box-btm:hover span{text-decoration: underline;}
#counties .counties-box-btm{margin-bottom: 0;}
#counties .counties-box h3 {font-size: 36px;font-weight: 700;color: #ffffff;margin-top: 5px;margin-bottom: 8px;text-transform: capitalize;text-align: center;}
#counties .counties-box span {font-size: 15px;font-weight: 700;text-transform: uppercase;color: #ffffff;text-align: center;display: block;}
#counties .counties-box-top:before,.counties-box-middle:before,.counties-box-btm:before{content: "";position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgb(37 137 189 / 80%);z-index: -1;}
#counties .tns-controls {top: 48%;margin-top: -1px;}
#counties-left .btn {margin-top: 13px;}

/* footer */
#footer-top {background: #043e27;padding: 73px 0 73px;color: #043e27;}
footer #divider{display: flex;justify-content: space-between;column-gap: 49px;}
footer .divider{list-style-type: none;padding: 0;margin: 0;}
footer #footer-logo {display: block;width: 199px;margin-top: 3px;}
footer ul.divider,ul.divider a,ul.divider span{color: #ffffffd6;}
ul.divider a:hover, ul.divider span:hover{text-decoration: underline;}
footer ul.divider li { margin-bottom: 0.5px;}
footer #footer-btm {padding-top: 35px;padding-bottom: 34px;margin-left: -2px;font-size: 16px;color:#053F29}
footer #copywrite span::after{content:'';display:inline-block;width:2px;height:2px;border-radius:50%;background:#053F29;margin:0 3px;position:relative;top:-3px}
footer #footer-btm a{color: #053F29;}
footer #footer-btm a#revize-login {text-transform: uppercase;display: inline-block;color: #053F29;}
footer #revize {margin-right: -3px;}

/* freeform */
#freeform #slider,.microsite-inner #slider {height: 470px;padding-bottom: unset!important;}
.aside-text-box{background: #043e27!important;}
.aside-text-box p {font-size: 16px;font-weight: 700;color: #ffffffd6;line-height: 24px;margin-bottom: 0;}
#freeform-slider-caption {position: absolute;left: 0;right: 0;bottom: 29px;z-index: 1;}
#freeform-slider-caption #page-title {font-size: 48px;font-weight: 700;color: #ffffff;}
.freeform-slider-content,.fullwidth article#entry {margin-left: -5.86vw;}
#flyout-wrap,.aside-text-box {background: #c0dcd1;margin-left: -5.8vw;margin-right: 4.39vw;padding-top: 49px;padding-bottom: 27px;position: relative;z-index: 1;border-radius: 3px;}
.aside-text-box{margin-top: 30px;padding: 50px 37px 43px 38px;}
#flyout-header {margin: 0 0 12px;color: #252525;font-size: 24px;padding: 0 38px;text-transform: uppercase;font-weight: 700;word-break: break-word;}
.aside-text-box h2{color: #ffffff;font-size: 24px;text-transform: capitalize;font-weight: 700;margin-bottom: 26px;}
#freeform #slider:before,.microsite-inner #slider:before{ background: rgb(15 16 19 / 50%);}
article#entry {margin-left: -19px;margin-right: -18px;}
#post p {margin-bottom: 24px;}
#post blockquote {font-size: 34px;color: #2589bd;line-height: 48px;font-family: 'overlock';font-style: italic;}


/* microsite */
#microsite .microsite #counties-right {margin-left: 5.9vw;margin-right: 0px;}
#microsite #counties .counties-box-top,
#microsite #counties .counties-box-middle,
#microsite #counties .counties-box-btm {height: 170px;display: flex;margin-bottom: 30px;}
#microsite #counties .counties-box-btm{margin-bottom: 0;}
#microsite #counties .counties-box h3 {margin-top: 7px;margin-left: -3px;}
#microsite #counties .counties-box span {margin-left: -2px;}
#microsite #counties .tns-controls {top: 47.5%;}
#microsite .counties-buttons .btn{padding: 18px 28px 13px 30px;}
#microsite .counties-buttons .btn:first-child {margin-right: 4px;}
#microsite .counties-buttons .btn:last-child {padding-right: 33px;}
#microsite  #counties-left .btn {margin-top: 13px;}
#microsite #slider-caption strong{margin-left: 125px;margin-bottom: 6px;}
#microsite #slider-caption{top: 50%;margin-top: 5px;}
#microsite #slider-caption h1 {margin-left: -96px;margin-bottom: 0;line-height: 65px;}
#microsite #slider-caption span {font-family: 'overlock';letter-spacing: normal;text-transform: capitalize;font-size: 78px;margin-left: 459px;}
#microsite .counties-buttons {margin-right: -40px;}
#microsite #jobCenter {width: 223px;display: block;margin-top: 39px;}
#microsite footer ul.divider li:first-child strong {margin-bottom: 1px;display: block;color: #ffffff;}
#microsite footer ul.divider li:not(:first-child) {letter-spacing: -0.99px;}
#microsite footer #footer-logo{width: 262px;margin-top: 19px;margin-left: -7px;}
#microsite #footer-top{padding-top:74px;}
.weather-social{display: flex;align-items: center;}
#header-sub-logo {display: block;width: 210px;min-width: 200px;margin: 11px 81px;}


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

#inner

-----------------------------------------*/
#flyout{padding:0;margin:0}
#flyout li {position: relative;z-index: 0;margin:0 0 1px 0;list-style: none;}
#flyout a, #flyout span {display: block;text-decoration: none;font-size: 16px;color: #252525;line-height: 24px;font-weight: 700;padding: 15px 0;z-index: 11;position: relative;}
#flyout ul{padding:0;margin:0;display:none}
#flyout ul a,
#flyout ul span{font-size:16px;padding: 15px 15px;}
#breadcrumbs{font-size: 14px;text-transform:capitalize;font-weight: 700;color: #ffffff;margin-bottom: 19px;}
#breadcrumbs a{text-decoration:none;color: #ffffff;}
#breadcrumbs a:after {content: '\f105';font-family: 'FontAwesome';margin: 0 8px 0 11px;color: #ffffff;font-size: 12px;position: relative;top: -1px;}
#breadcrumbs ul{list-style:none;margin:0;padding:0}
#breadcrumbs li{display:inline-block;margin:0;padding:0}
.col-xs-12{width:100%}

#freeform #main,.microsite-inner #main {padding: 70px 0;}
#entry{padding-top:30px}
#post a {word-wrap: break-word;}


/* DON'T modify the styling of images in the #post, only the span.subheader*/

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

#share widget

-----------------------------------------*/
.modal{z-index:100000}
.modal-content{overflow:hidden;box-shadow:none!important;border-radius:3px}
.modal-header{background:#fff;border-color:#F4F9FD;text-align:center;padding:30px 60px;text-align:left}
.modal-header h4{font-size:30px}
.modal-header button{margin-top:2px!important;position:relative;font-size:25px}
.modal-body{padding:40px 60px}
.copylink{margin-bottom:40px}
.copylink pre{border-color:#DBE7F0;background:#F4F9FD;border-width:1px}
.modal-header button,.modal-header button:hover{color:#000!important;background:none}
.share-btns{margin:0 0 20px}
.share-btns a{display:block;border:1px solid #DBE7F0;text-align:center;height:170px;border-radius:3px;overflow:hidden;text-decoration:none;margin-bottom:20px}
.share-btns i{display:block;line-height:170px!important;font-size:60px}
.btn-facebook{color:#3b5998!important}
.btn-twitter{color:#00ACED!important}
.btn-google{color:#D34836!important}
.btn-reddit{color:#ff5700!important}
.btn-facebook:hover{border-color:#3b5998}
.btn-twitter:hover{border-color:#00ACED}
.btn-google:hover{border-color:#D34836}
.btn-reddit:hover{border-color:#ff5700}
.btn-lg{font-size:16px;padding:14px 30px;border:0;border-radius:3px}
.floating-share-btn{position:fixed;z-index:99999;top:40%;right:0;border-radius: 5px 0 0 5px;border:0;background: #2589bd!important;color:#fff!important;padding: 13px 15px;box-shadow:0 0 10px rgba(0,0,0,.3);text-align:center;font-size: 18px;}
.floating-share-btn span{display:block;margin-top:5px;text-transform:uppercase}
.floating-share-btn img{width: 20px;}

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

#slider

-----------------------------------------*/
#slider{position:relative;height: 85vh;}
#slider > .tns-outer{position:absolute;left: 0;right:0;top:0;bottom:0}
#slider-caption{position:absolute;left: 0;right: 0;top: 40%;transform:translateY(-50%);z-index:51;}

.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: -50px;right: -50px;}
.tns-controls button{padding:0;border:0;background: transparent;color: #2589bd;border-radius:50%;position:relative;z-index:10;line-height:35px;margin: 0;transform:translateY(-50%);font-size: 40px;opacity:0;transition:all .3s}
#slider:hover .tns-controls button{opacity:1}
.tns-outer:hover .tns-controls button{opacity: 1;}
.tns-controls button:last-of-type {float:right}
.tns-nav{position:absolute;bottom:0;left:0;right:0;z-index:1;text-align:center}
.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}

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

#media queries

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

@media only screen and (max-width:1640px){
  #header-sub-logo {margin-left: 56px;display: block;}
}
@media only screen and (max-width:1600px){
  #microsite #slider-caption{top: 46%;}
  #header-sub-logo {margin-left: 30px;}
}
@media only screen and (max-width:1570px){
  #header-sub-logo {margin-left: 10px;}
}

@media only screen and (max-width:1380px){
  .freeform-slider-content,.fullwidth article#entry {margin-left: -2.86vw;}
  #flyout-wrap, .aside-text-box {margin-left: -2.8vw;margin-right: 1.39vw;}
  article#entry {margin-left: 20px;}
  #counties .title{padding: 0;}
  #homepage .news-event-right, #microsite .news-event-right {margin-right: 0;}
}
@media only screen and (max-width:1300px){
  .freeform-slider-content,.fullwidth article#entry {margin-left: 0;}
  #flyout-wrap, .aside-text-box {margin-left: 0;margin-right: -2vw;}
  article#entry{margin-left: 60px;margin-right: 0;}
  #nav li a, #nav li span{font-size: 14px;}
 
}
@media only screen and (max-width:1280px){
  .tns-controls{left: 0;right: 0;}
  #counties-left{padding: 0;}
  #microsite #slider-caption h1{margin-left: 0;}
 
}
@media only screen and (max-width:1260px){
 #microsite #slider{padding-bottom:56% ;}
 
}
@media only screen and (max-width:1200px){
  #flyout>li {padding: 0 30px!important;}
  #flyout-header{padding: 0 30px;}
  #slider-caption h1{font-size: 100px;}
  #slider-caption strong{font-size: 68px;margin-left: 110px;}
  #microsite #slider-caption span{font-size: 68px;}
  #slider-caption span{font-size: 25px;}


}
@media only screen and (max-width:1140px){
  #flyout-wrap, .aside-text-box {margin-right: -4vw;}
}
@media only screen and (max-width:1100px){
  #slider-caption h1 {font-size: 85px;margin-bottom: 10px;}
  #slider-caption span {font-size: 23px;letter-spacing: 3px;}

}
@media only screen and (max-width:1080px){
  #slider-caption strong{font-size: 50px;margin-left: 60px;}
  #microsite #slider-caption span{font-size: 50px;}
  #microsite .counties-buttons{margin-right: 0;}
  header .tools {margin-right: 20px;}
  header .social-link {margin-left: 35px;}
  
}

@media only screen and (min-width:992px) {
	#nav .focused .toggle,#nav .focused .toggle2,#flyout .focused .toggle{display:inline-block !important;padding:0}
	#flyout .focused .toggle,#nav .focused .toggle2{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);position: absolute;top: 15px;right: 40px;}
	
    
     /* default nav styles */
    #nav{display: flex!important;justify-content: space-between;align-items: center;}
    #nav .focused .toggle{display:inline !important}
    #nav li:hover>ul{display:block !important}
    #nav >li:not(:last-child) >a:after, #nav >li:not(:last-child) >span:after {content: "";position: absolute;right: 0;top: 50%;transform: translateY(-50%);height: 20px;width: 1px;background: #295b47;}
    #nav >li a.fa:after,#nav >li span.fa:after{content: unset;}
    
    /* traditional */ 
    #nav:not(.mega) li{position:relative}
    #nav:not(.mega) ul{position:absolute;left:0;right: 0;top:100%;width: 200px;display:none}
    #nav:not(.mega) ul ul{left:100%;top: 0px;}
    #nav:not(.mega) .focused .toggle2{display:inline !important;right: 6px;}
    #nav:not(.mega) ul a,
    #nav:not(.mega) ul span{background: #043e27;display: block;padding: 14px 25px;font-size: 16px;text-transform: capitalize;}
    #nav:not(.mega) li:last-child>a,
    #nav:not(.mega) li:last-child>span{border:0}
    #nav:not(.mega) ul >li:hover >a,
    #nav:not(.mega) ul >li:hover >span{background: #2589bd;}
    #nav li ul li:after {content: "";position: absolute;bottom: 0px;right: 0;left: 0;width: 100%;height: 1px;background: #96969636;}

    /* flyout */
    #flyout>li {padding: 0 38px;}
    #flyout>li:before {content: "";background: #8fc741;position: absolute;left: 0;top: -2px;width: 100%; height: 102%;z-index: 1;opacity: 0;}
    #flyout>li:not(:last-child):after {content: "";position: absolute;bottom: 0;left: 50%;transform: translateX(-50%);width: 73%;height: 1px;background: #2758a4;z-index: 0;}
    #flyout>li:before {content: "";background: #2589bd;position: absolute;left: 0;top: -2px;width: 100%;height: 103%;z-index: 1;opacity: 0;}
    #flyout>li:not(:last-child):after {content: "";position: absolute;bottom: 0;left: 50%;transform: translateX(-50%);width: 73%;height: 1px;background: #b0c9bf;z-index: 0;}
    #flyout>li:hover:before {opacity: 1;}
    #flyout>li:hover a:not(#flyout>li ul a){color: #ffffff;}
    #flyout>li ul li:hover a{color: #ffffff;}
    #flyout ul {position: absolute;left: 100%;top: 0;width: 200px;z-index: 10;background: #c0dcd1;display: none;}
    #flyout>li:hover>ul {display: block;}
    #flyout>li>ul>li:before {content: "";background: #2589bd;position: absolute;left: 0;top: -2px;width: 100%;height: 102%;z-index: 1;opacity: 0;}
    #flyout>li>ul>li:not(:last-child):after {content: "";position: absolute;bottom: 0;left: 50%;transform: translateX(-50%);width: 100%;height: 1px;background: #b0c9bf;z-index: 0;}
    #flyout>li>ul>li:hover:before {opacity: 1;}
    #nav>li:hover>a, #nav>li:hover>span{text-decoration: underline;}

    .header-btm-content {display: flex;justify-content: space-between;align-items: center;}
   
    
    
}

@media only screen and (max-width:991px) {
	/* rz form tables - without page scope this targets editforms and makes
	 * editing confusing
	 */
	#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}

	#nav-toggle,#search-toggle{line-height:45px;width:45px;text-align:center;border-radius:4px;background:#043e27;color:#fff;margin-left:5px}

  #nav li{position:relative}
  #nav.mega {padding: 20px 0;display: none;}
  #nav ul,
  #flyout ul{display:none;background:rgba(0,0,0,.15)}
  
  #nav .toggle, #nav .toggle2, #flyout .toggle {position: absolute;right: 0;top: 0;background: rgba(0,0,0,.15);}
  
  #flyout-toggle{padding:0;padding: 15px 25px;}
  #flyout-header{margin:0;padding: 15px 25px;border-top:1px solid rgba(0,0,0,.15)}
  
  #nav li a, #nav li span, #flyout li a, #flyout li span {padding: 15px;line-height: 1;font-size: 14px;border-bottom: 1px solid rgba(0,0,0,.2);display: block;margin: 0;text-align: start;min-width: auto;}
  #nav li:last-child a, #nav li:last-child span, #flyout li:last-child a, #flyout li:last-child span{border: none;}


  /* ------------- */
  #counties-right{margin-left: 0!important;}


  #flyout{display: none;}
  #flyout-wrap{margin: 0;padding: 0;}
  article#entry{margin-left: 0;padding: 0;}
  #flyout>li{padding: 0!important;margin: 0;}

  footer #footer-logo {margin-bottom: 50px;}
  footer #divider {display: block;}
  footer #divider .divider:not(:last-child) {margin-bottom: 30px;}
  footer #footer-btm{text-align: center;}
  #counties .title{margin-top: 0;}
  #homepage #news {padding-top: 70px;padding-bottom: 70px;}
  #slider { height: 600px;}
  .title h2{font-size: 50px;}
  #header-btm{min-height: auto;}
  #header-top .col-lg-9{position: static!important;}
  header #header-top-right .tools{position: absolute;top: 0;left: 20px;right: 20px;margin: 0;border-bottom: 1px solid #c3d6c3;align-items: unset;justify-content: space-between;padding: 10px 0;}
  .header-top-left {margin-top: 70px;position: relative;padding-bottom: 20px;display: flex;align-items: center;justify-content: space-between;}
  #logo{margin: 0;}
  header #search {width: 100%;margin-top: 25px;margin-bottom: 25px;display: none;}
  header #header-top-right{margin-top: 0;}
  #microsite #slider-caption h1{margin-left: 0;}
  #microsite #slider-caption span {margin-left: 0;text-align: end;margin-right: 95px;}
  #microsite #slider-caption strong{margin-left: 90px;margin-bottom: 10px;}
  #microsite #slider {padding-bottom: 60%;}
  .aside-text-box{margin-right: 0;}
  #counties{padding-bottom: 80px;}
  aside {margin-bottom: 50px;}
  #homepage .news-event-right, #microsite .news-event-right {margin-left: 0;}
  #homepage .news-event-left, #microsite .news-event-left{margin-left: 0;margin-right: 0;}
  .floating-share-btn{top: unset;bottom: 0;}
  .tns-controls button:not(#slider .tns-controls button){opacity: 1;}
  #nav {display: none;padding: 10px 0;}

  body .uwy.userway_p3 .uai {right: unset!important;left: 60px!important}
  #nav li a, #nav li span{border-color: rgb(255 255 255 / 20%);}
  a#header-sub-logo {margin-top: 14px;}
  #freeform #slider, .microsite-inner #slider {height: 400px;}
  #flyout a, #flyout span{padding-left: 25px!important;padding-right: 25px!important;}
}

@media only screen and (max-width:900px){
  #slider-caption strong{margin-left: 20px;}
  #microsite #slider-caption strong{margin-left: 60px;}
  #microsite #slider-caption span{margin-right: 55px;}
  #microsite #slider {padding-bottom: 63%;}
  #freeform-slider-caption{bottom: 0;}
}
@media only screen and (max-width:800px){
  #slider-caption h1{font-size: 70px;margin-bottom: 6px;}
  #slider-caption span{font-size: 20px;}
  #slider {height: 460px;}
  #microsite #slider {padding-bottom: 75%;}
}

	/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width:767px) {
	.floating-alert{width:auto;right:0;left:0;border:0;bottom:0;border-radius:0;padding-left:15px;padding-right:15px}
	.floating-alert{font-size:12px}
	.floating-alert h4{margin-bottom:10px;font-size:14px}
	.floating-alert .btn{font-size:10px}
	.share-btns a{height:auto;padding:10px;width:100%;font-size:12px;white-space:nowrap;overflow:hidden}
	.share-btns i{display:block;line-height:50px!important;font-size:20px}
  #qucik-links{margin-top: 70px;}
  #slider-caption {top: 47%!important;}
  #freeform-slider-caption #page-title{font-size: 38px;}
  
}

@media only screen and (max-width:700px) {
  #slider-caption h1{font-size: 62px;}
  #slider-caption strong {margin-left: 10px;font-size: 40px;}
  #slider-caption span {font-size: 18px;letter-spacing: 2px;}
  .title h2{font-size: 48px;}
  #qucik-links .qlink-box{width: 240px;height: 240px;}
  #microsite #slider-caption span {font-size: 40px;}
  #microsite #slider {padding-bottom: 70%;}
  #freeform #slider, .microsite-inner #slider { height: 350px;}
}

@media only screen and (max-width:600px) {
  footer #footer-logo{margin-left: auto!important;margin-right: auto!important;}
  footer .divider{text-align: center;}
  .title h2{font-size: 45px;}
  #logo{width: 200px;}
  #microsite #slider-caption strong{margin-left: 20px;}
  #microsite #slider-caption span{margin-right: 20px;}
}
@media only screen and (max-width:570px) {
  img[align="right"], img[style*="float: right"], img[style*="float:right"] {margin-left: 0;float: unset;display: block;}
  ul {margin-left: 0;padding-left: 20px;}
}
@media only screen and (max-width:550px) {
  #slider-caption strong{margin-left: 0;}
  #slider-caption h1 {font-size: 53px;}
  #slider-caption span{font-size: 16px;}
  #microsite #slider-caption h1{line-height: 55px;}
  #homepage .news-item-content, #microsite .news-item-content { padding: 25px 25px}
  #slider {height: 420px;}
}


/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width:479px) {
  .weather-social {display: block;text-align: end;}
  #microsite .header-top-right .tools{justify-content: space-between;}
  #weather {line-height: normal;justify-content: end;}
  header .social-link{margin-left: 0;}
  #homepage .news-item-image, #microsite .news-item-image{min-width: 140px;}
  #translation-links button{margin-top: 6px;}
  #freeform #slider, .microsite-inner #slider {height: 320px;}
}
@media only screen and (max-width:460px) {
  #slider-caption h1 {line-height: 1.1;font-size: 46px;}
  #slider-caption strong{font-size: 35px;}
  #slider {height: 390px;}
  #microsite #slider-caption span {font-size: 35px;}
  .title h2 {font-size: 42px}
}
@media only screen and (max-width:400px) {
  #slider-caption strong {font-size: 28px;}
  #slider-caption h1{font-size: 40px;}
  #slider {height: 340px;}
  header .weather-wrap {margin: 0;}
  header .social-link{margin: 0;}
  #microsite #slider-caption span {font-size: 28px;}
  #logo {width: 170px;}
  #homepage .news-item-image, #microsite .news-item-image {min-width: 120px;}
  #slider-caption span {font-size: 16px}
}
@media only screen and (max-width:370px) {
  #slider-caption h1 {font-size: 36px;}
  #slider-caption strong {font-size: 26px;}
  #slider-caption span {font-size: 13px;}
}


@media print {
	#slider,footer,#breadcrumbs,#flyout-wrap,.floating-share-btn,.e-notify,header{display:none!important}
	a[href]:after{content:none!important}
}