/*=== HEADER ===*/
#header {
    height: auto;
    transition: all 0.3s ease 0s;
}
.header-wrapper {
    position: fixed;
    width: 100%;
    height: inherit;
    background: url(../images/layout/bg-dots.png) no-repeat center bottom #fff;
    background-size: cover;
    z-index: 10;
}
#home .header-wrapper {
    position: relative;
}
.header-wrapper .nav-logo {
	display: none;
}
.header-menu .logo img {
  max-height: 100px;
}

.show-notice .top-info-bar {
    display: none;
    height: auto;
}
.top-info-bar {
    background-color: #036181;
    color: #fff;
    position: relative;
	height: 0;
    overflow: hidden;
	transition: all 0.3s ease 0s;
}
.top-info-bar .container {
	padding-right: 50px;
    height: 100%;
}
.top-info-bar .cell {
    padding: 14px 0;
}
.top-info-bar strong {
    font-size: 18px;
	text-transform: uppercase;
}
.show-notice .top-info-bar .close-alert {
	opacity: 1;
	visibility: visible;
}
.top-info-bar .close-alert {
	position: absolute;
	right: 15px;
	top: 0;
	bottom: 0;
	margin: auto;
	font-size: 26px;
	height: 26px;
	width: 26px;
	opacity: 0;
	visibility: hidden;
}
.top-info-bar .more-link {
	color: #fff;
	display: block;
}

.show-notice .top-bar {
	border-top: 0 solid #036181;
}
.top-bar {
    border-top: 7px solid #036181;
    text-transform: uppercase;
    font-size: 14px;
    color: #02445b;
}
.top-bar .container {
    position: relative;
}
.top-bar .container a:not(.weather-box) {
	padding: 15px 0;
}
.top-bar .cell {
    border-bottom: 1px solid #a5b9c2;
}
.top-bar .cell:last-child {
    text-align: right;
}
.top-bar .cell >* {
    vertical-align: middle;
}
.top-bar a[href^="tel:"] {
    margin-left: 10px;
    font-family: 'Montserrat-Bold';
    color: #e83d30;
}
.top-bar a[href^="tel:"]:hover {
    color: inherit;
}
.top-bar a:hover {
    color: #e83d30;
}
.top-menu li {
    display: inline-block;
    margin-right: 26px;
}
#weather {
    margin-left: 22px;
    padding-top: 2px;
    line-height: 45px;
    font-size: 24px;
}
#weather .weather {
    margin-right: 2px;
    vertical-align: top;
}
.search-btn {
	position: relative;
    margin: 0 0 0 10px;
    font-size: 16px;
    z-index: 1;
}
.close-search {
    vertical-align: middle;
    font: 16px 'Montserrat-SemiBold';
}
.search-box {
    position: absolute;
    top: -2px;
    right: 20px;
    left: 20px;
    height: 100%;
    opacity: 0;
    visibility: hidden;
}
.search-page.search-box {
	position: relative;
	top: 0;
	left: 0;
	margin: auto auto 20px;
	padding-right: 25px;
	opacity: 1;
	visibility: visible;
}
.search-box form {
    display: inline-block;
    width: calc(100% - 36px);
    margin-right: 20px;
}
.search-page.search-box form {
	margin: auto;
	width: 100%;
}
.search-box input {
    display: inline-block;
    vertical-align: middle;
}
.search-box input[type="text"] {
    width: calc(100% - 115px);
    padding: 12px 15px;
    vertical-align: middle;
    text-align: left;
    background-color: transparent;
}
.search-box input[type="submit"] {
    min-width: 110px;
    padding: 13px 15px 12px;
}
body.show-notice .top-info-bar {
    display: block;
}
body.show-notice #header {
    height: auto;
}
body.show-search .top-bar .cell >*:not(.search-box) {
/*
    opacity: 0;
    visibility: hidden;
*/
}
body.show-search .search-btn.fa-times {
	font-weight: 900;
}
body.show-search .search-box {
	background: #ebebee;
    opacity: 1;
    visibility: visible;
}
.search-box label span {
	font-size: 0;
}

/*=== MAIN NAVIGATION ===*/
.header-menu {
    color: #02445b;
}
.header-menu .cell {
    padding: 0 20px;
}
.header-menu .cell:first-child {
    width: 0;
    padding: 0;
    overflow: hidden;
}
.header-menu .cell:last-child {
    text-align: center;
}
.text-logo {
  position: relative;
  text-align: center;
  font-size: 18px;
}
.header-menu .text-logo {
  width: 230px;	
}
.text-logo i[class*="fa"] {
	display: block;
	margin: -6px 0 4px;
}

span[class*="logo-text"] {
	text-transform: uppercase;
	display: block;
	width: 100%;
	text-align: center;
}
.large-logo-text {
	font-family: 'LatoWeb';
	letter-spacing: 0.06em;
	line-height: 1;
	padding-bottom: 4px;
	font-size: 36px;
}
.nav-logo .large-logo-text,
.header-menu .large-logo-text {
	font-family: 'Lato-Bold' !important;
	font-size: 20px;
}
.small-logo-text {
	font-family: 'LatoWebLight';
	letter-spacing: 0.09em;
	line-height: 1;
	font-size: 20px;
}
.nav-logo .small-logo-text,
.header-menu .small-logo-text {
	font-family: 'LatoWebMedium' !important;
	font-size: 11px;
}
.banner-text .text-logo:after {
	content: "";
	display: block;
	margin: 30px auto 20px;
	width: 100%;
	height: 1px;
	background-color: #FFF;
}
#nav-btn,
#nav-close-btn {
    display: none;
    font-size: 32px;
}
.nav-menu .hidden-top-nav {
	display: none;
}
.nav-menu {
    white-space: nowrap;
}
.nav-menu > li {
    display: inline-block;
    margin-right: 18px;
    position: relative;
}
.nav-menu > li:last-child {
    margin-right: 0;
}

.nav-menu > li > a {
    padding: 37px 13px 36px;
    text-transform: uppercase;
    white-space: nowrap;
    font: 20px/32px 'Montserrat-Medium';
}
.nav-menu li:hover > a,
.nav-menu > li > a:hover,
.nav-menu li.active > a,
.nav-menu li.active > a:hover,
.nav-menu li.active .sub-ctrl,
.nav-menu > li:hover .sub-ctrl {
    color: #e83d30;
}
.sub-menu {
    position: absolute;
    top: 100%;
    left: -20px;
    min-width: 305px;
    padding: 16px 30px 40px;
    text-align: left;
    background-color: #f9f9fa;
    opacity: 0;
    visibility: hidden;
    z-index: 5;
}
.sub-menu:after {
    content: "";
    position: absolute;
    top: -5px;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #e83d30;
}
.sub-menu li a {
    display: block;
    line-height: 31px;
}
.sub-menu li a:hover {
    font-family: 'Montserrat-SemiBold';
    color: inherit;
}
.nav-menu li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
}
.sub-ctrl {
    position: absolute;
    top: 50%;
    right: -14px;
    width: 27px;
    height: 32px;
    margin-top: -16px;
    text-align: center;
    cursor: pointer;
    z-index: 1;
}
.sub-ctrl:after {
    content: "\f107";
    font: 16px/39px Font Awesome\ 5 Pro;
    font-weight: bold;
}

/*=== FIXED & INNER HEADER STYLES ===*/
#home.fixed .header-wrapper {
    position: fixed;
    top: 0 !important;
    z-index: 120;
}
#home.reset .header-wrapper {
    top: -200px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.fixed .header-menu .cell:first-child,
#inner .header-menu .cell:first-child {
    width: 250px;
    padding: 0 0 0 20px;
    overflow: visible;
}
.fixed .header-menu .cell:last-child,
#inner .header-menu .cell:last-child {
    padding: 0 20px 0 0;
    text-align: right;
}
.fixed .nav-menu > li,
#inner .nav-menu > li {
    margin-right: 0;
}
.fixed .nav-menu > li > a,
#inner .nav-menu > li > a {
    font-size: 16px;
}
.fixed .sub-ctrl,
#inner .sub-ctrl {
    right: -12px;
    margin-top: -17px;
}

/*=== TOP BANNER ===*/
.banner {
	background-color: #000;
    position: relative;
    min-height: 470px;
    text-align: center;
}
.banner .top-slider {
    height: 100%;
    z-index: 1;
}
.banner .single-banner {
    height: 100%;
    background-attachment: fixed;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.safari .banner .single-banner {
	background-attachment: scroll;
}
.banner .single-banner:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
/*
    background: -moz-linear-gradient(45deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 64%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(45deg, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 64%,rgba(255,255,255,0) 100%);
    background: linear-gradient(45deg, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 64%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#00ffffff',GradientType=1 );
*/
}
.banner .container {
	padding: 20px;
    z-index: 2;
}
.banner .slick-list,
.banner .slick-track {
    height: 100%;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
}
.banner .slider-control {
    padding: 0 12px;
    text-align: left;
}
.banner .slick-dots {
    position: static;
    display: inline-block;
    width: auto;
    height: auto;
}
.banner .slick-dots li {
    display: block;
    width: 8px;
    height: 8px;
    margin: 6px 0;
}
.banner .slick-dots li button {
    border: 0;
    background-color: rgba(255,255,255,.4);
}
.banner .slick-dots li.slick-active button {
    background-color: #fff;
}
.banner .large-text {
	font-size: 38px;
	line-height: 1.5;	
}
.banner-text {
    display: inline-block;
    max-width: 612px;
    width: 100%;
    color: #fff;
}
.banner-logo {
    width: 586px;
    height: 124px;
    margin: 0 auto 35px;
    background: url(../images/layout/logo-white.png) no-repeat;
}
.banner-content {
    padding-top: 20px;
    line-height: 31px;
    font-size: 18px;
    margin-bottom: 40px;
}
.banner-content p {
    line-height: inherit;
}

/*=== BREADCRUMBS ===*/
.breadcrumbs {
    margin: 22px 0 50px;
}
.breadcrumbs li {
    display: inline-block;
    line-height: 20px;
    font-size: 12px;
}
.breadcrumbs li:last-child {
    font-family: 'Montserrat-SemiBold';
}
.breadcrumbs li:not(:last-child):after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 12px;
    margin: -2px 3px 0 4px;
    vertical-align: middle;
    background-color: #2e2f33;
}
.breadcrumbs li a {
	color: #2e2f33;
}

/*=== QUICK LINKS SECTION ===*/
.content-wrapper {
    padding: 50px 0;
    background: url(../images/layout/dots-pattern-top.png) no-repeat, url(../images/layout/dots-pattern-bot.png) no-repeat right bottom;
}
.banner + .content-wrapper {
    padding: 60px 0 50px;
}
.quick-links {
    margin: -15px 0 25px;
    font-size: 0;
}
.quick-links li {
    display: inline-block;
    width: 25%;
    padding: 0 13px;
    vertical-align: top;
}
.quick-links li a {
    display: block;
    height: 100%;
    padding: 33px 14px 17px;
    border: 2px solid transparent;
}
.quick-links li a:hover {
    border-color: #16b0ba;
    color: #16b0ba;
}
.quick-links li a:hover * {
    color: inherit;
}
.quick-links h2 {
	font: 16px/26px 'Montserrat-SemiBold';
}
.quick-links .icon {
	background-attachment: scroll;
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;	
    height: 91px;
    margin-bottom: 16px;
}
.quick-links .icon:after {
    background-position: center center;
}

/*=== NEWS SECTION ===*/
.news-wrapper .container {
    max-width: 1080px;
}
.news-wrapper .table {
    height: 350px;
}
.news-wrapper .cell:last-child {
    width: 370px;
}
.news-wrapper .cell > div,
.news-wrapper .news-item,
.news-slider,
.news-slider .slick-track {
    height: 100%;
}
.featured-news .news-item {
    padding: 28px 42px;
}
.featured-news .news-desc {
	margin-bottom: 15px;
}
.news-slider .slick-list {
    height: calc(100% + 24px);
    margin: -12px 0;
    padding: 12px 0;
}
.news-slider + .slider-control {
    bottom: 20px;
    left: 0;
    height: 23px !important;
    margin-left: 0;
    padding: 0 12px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
.news-slider + .slider-control .slick-arrow {
    position: static;
    display: inline-block;
    width: 23px;
    height: 23px;
    vertical-align: middle;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
.news-slider + .slider-control .slick-arrow:after {
    display: inline-block;
    line-height: 23px;
}
.news-slider + .slider-control .slick-dots {
    position: static;
    display: inline-block;
    width: auto;
    margin: 0 48px;
    vertical-align: middle;
}
.news-slider .news-item {
    padding: 55px 32px 60px;
}
.news-item {
    margin: 0 12px;
    padding: 28px 32px;
    -webkit-box-shadow: 0 0 12px 1px rgba(0,0,0,.09);
    -moz-box-shadow: 0 0 12px 1px rgba(0,0,0,.09);
    box-shadow: 0 0 12px 1px rgba(0,0,0,.09);
    background-color: #fff;
}
.news-item.recent-news-items > h2 {
	font-size: 28px;
	letter-spacing: 2px;
}
.news-item.recent-news-items {
	padding-top: 28px;
}
.news-item h2 {
    display: inline-block;
    margin-right: 32px;
    line-height: 36px;
    font-size: 32px;
}
.news-item h2:after {
    content: "";
    display: block;
    width: 215px;
    height: 3px;
    margin-top: 3px;
    background-color: #e3e2db;
}
.news-item h3 {
    margin-bottom: 12px;
    text-transform: none;
    font: 24px 'Montserrat-Medium';
    color: #1e5f6d;
}
.news-item .more-link {
    line-height: 20px;
    font-size: 14px;
    color: #16b0ba;
    background: url(../images/layout/arr-blue.png) no-repeat top 5px right;
}
.post-terms {
    margin: 7px 0;
}
.post-terms li {
    display: inline-block;
    font: 12px 'OpenSans-Italic';
}
.post-terms li:not(:last-child):after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 12px;
    margin: -3px 1px 0 6px;
    vertical-align: middle;
    background-color: #2e2f33;
}

/*=== EVENTS SECTION ===*/
.events-wrapper {
    padding-bottom: 50px;
}
.events-wrapper h2 {
    line-height: 36px;
    font-size: 32px;
}
.events-list {
    margin: 52px 0 10px;
    font-size: 0;
}
.events-list li {
    display: inline-block;
    width: 33.33%;
    padding-right: 10px;
    vertical-align: top;
    text-align: left;
    font: 14px 'Montserrat-Bold';
    color: #3dc1cd;
}
.events-list li a:hover .event-date {
    color: #fff;
    background-color: #115968;
}
.events-list .table {
    margin-bottom: 8px;
}
.events-list .cell:first-child {
    width: 70px;
}
.events-list .event-title {
    display: inline-block;
    vertical-align: middle;
	margin-bottom: 2px;
	text-transform: uppercase;
	font: 18px/24px 'Montserrat-ExtraBold';
}
.event-date {
    position: relative;
    display: inline-block;
    width: 47px;
    height: 47px;
    margin-right: 10px;
    padding: 4px 1px 0;
    border: 2px solid #115968;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    font: 14px/18px 'Montserrat-SemiBold';
    color: #115968;
}
.event-date:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -12px;
    width: 1px;
    height: 28px;
    margin-top: -14px;
    vertical-align: middle;
    background-color: #c3c5cd;
}

/*=== SIGN UP SECTION ===*/
.signup-wrapper .container {
    position: relative;
    padding: 50px 20px 25px;
}
.signup-wrapper .container:before {
    content: "";
    position: absolute;
    top: -1px;
    right: 20px;
    left: 20px;
    height: 1px;
    background-color: #c3c5cd;
}
.signup-wrapper form {
    margin-top: 48px;
    font-size: 0;
}
.signup-wrapper label span {
	font-size: 0;
}
.signup-wrapper input {
    min-width: 228px;
}
.signup-wrapper input[type="text"] {
    margin-right: -2px;
}
.signup-wrapper input[type="submit"] {
    margin-left: 18px;
}

/*====================================*/
/*============ STAFF PAGE ============*/
/*====================================*/

/* Staff Categories */
.staff-cat-heading:first-child {
	margin-top: 0;
}
.staff-cat-heading {
	border-bottom: 1px solid #1F1F1F;
	font-size: 24px;
	margin: 50px 0 25px;
	padding-bottom: 25px;
}

/* Staff Main Info */
.all-staff .staff-details {
	display: block;
}
.staff-heading {
	font-size:19px;
	line-height: 1;
	margin-bottom:15px;
}
.jobTitle {
	margin-bottom: 15px;
}
.staff-details a {
	display: block;
}
.staff-details a + a {
	margin-top: 5px;
}
.all-staff .staff-details .noscript-show { /* js disabled */
	margin-top: 15px;
}
.all-staff a.btn,
.all-staff a.btn:hover {
	display: inline-block;
	margin-top:15px;
	color:#FFF;
}
.all-staff > div + div {
	margin-top:25px;
	padding-top:25px;
	border-top:1px solid #1F1F1F;
}

/* Staff Image */
.all-staff figure {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width:25%;
	height:0;
	padding-bottom:25%;
	float:left;
	margin-right:25px;
}
.all-staff figure span {
	display: block;
	padding:12px 20px 8px;
	background-color:#838383;
	color:#FFF;
	text-align: center;
	position: absolute;
	bottom:0;
	left:0;
	width:100%;
	transition:all 0.1s linear 0s;
}
.all-staff figure:hover span {
	padding:22px 20px 18px;
}

/* --- Staff Modal --- */
.staff-modal {
	position: relative;
	background-color:#FFF;
	padding:20px;
	font-size:18px;
}
.staff-modal .staff-heading {
	font-size: 34px;
	margin-bottom: 10px;
}
.staff-modal .staff-info .jobTitle {
	font-size: 18px;
	margin-bottom: 10px;
}
.staff-modal .staff-info p {
	margin: 0;
}
.staff-modal p strong {
	font: bold 15px/1 'Montserrat-Regular';
}
.staff-modal .cell:first-child {
	padding-right: 15px;
	width:200px;
}
.staff-modal .cell:last-child {
	padding-left: 15px;
}
.staff-modal figure {
	background-attachment: scroll;
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height:200px;
}

.short-line {
	display: block;
	height:2px;
	background-color:#1F1F1F;
	margin:15px 0;
	border:none;
}

/* --- FAQs --- */
.cat-title {
	position: relative;
	font-size: 26px;
	line-height: 1;
	font-weight: bold;
	padding: 0 35px 0 0;
	margin-bottom: 0;
}
.faq-list + .cat-title {
	border-top: solid 2px #ebebee;
	padding-top: 25px;
	margin-top: 25px;
}
.faq-list + .cat-title span {
	top: 30px;
}
.faq-list {
	display: none;
	padding-top: 15px;
}
.faq-list.no-cats {
	display: block;
	padding-top: 0;
}
.faq-list .faq {
	padding: 15px 35px 10px 15px;
	list-style: none !important;
}
.faq-list .faq .answer {
	padding: 5px 0 15px;
	margin: 0;
}

.answer-drop {
	display: none;
}
.answer-drop ul {
	margin: 15px 0 0 15px;
}
.answer-drop ul li {
	padding-bottom: 10px;
	position: relative;
}
.answer-drop ul li:before {
	content: '';
	background-color: #388989;
	border-radius: 50%;
	position: absolute;
	left: -15px;
	top: 4px;
	height: 7px;
	width: 7px;
}

h3.question {
	color: #858585;
	cursor: pointer;
	position: relative;
	font-size: 20px;
	line-height: 1;
	text-decoration: none;
	letter-spacing: 0;
}
.cat-title span,
h3.question span {
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	margin: auto;
	height: 24px;
	width: 24px;
	transition: all 0.3s ease 0s;
}
h3.question span {
	right: -35px;
}
.cat-title span:before,
h3.question span:before {
	content: "\f105";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	font: 24px/1 Font Awesome\ 5 Pro;
	    font-weight: normal;
	font-weight: bold;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
h3.question span:before {
	font-size: 18px;
}
.cat-title span.show:before,
.show h3.question span:before {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}


/*=== MAIN CONTENT ===*/
.main-content {
/*     min-height: 836px; */
    padding-bottom: 55px;
    background: url(../images/layout/dots-pattern-top.png) no-repeat, url(../images/layout/dots-pattern-bot.png) no-repeat right bottom;
}
.main-content .container {
    max-width: 1240px;
    padding: 0 20px 0 120px;
}
.main-content .table.page {
    max-width: 100%;
}
.main-content .sidebar {
    width: 420px;
    padding-left: 45px;
}
.main-content .sidebar > *:not(:last-child) {
    margin-bottom: 22px;
}
.main-content .sidebar > .side-content {
	padding-top: 88px;
}
.main-content .sidebar .bg-box + .side-content {
	padding: 0 15px;
}
.main-content .sidebar .bg-box {
    padding: 22px 100px 55px 32px;
}
.main-content .sidebar h4 {
    margin: 10px 0 2px;
}

.sub-nav {
    padding: 66px 0 20px;
    border-bottom: 1px solid #aabbbc;
}
.sub-nav a {
    position: relative;
    display: block;
		padding: 7px 40px 7px 0;
    font-size: 16px;
}
.sub-nav a:after {
    content: '\f178';
    font: 24px/1 'Font Awesome 5 Pro';
    position: absolute;
    top: 6px;
    right: 0;
    width: 30px;
    height: 24px;
    opacity: 0;
    visibility: hidden;
}
.sub-nav a:hover,
.sub-nav li.active a {
    font-family: 'Montserrat-SemiBold';
    color: #e83d30;
}
.sub-nav a:hover:after,
.sub-nav li.active a:after {
    opacity: 1;
    visibility: visible;
}
.posted-date {
	color: #acacac;
	font-size: 14px;
	padding: 5px 0 18px 0;
	margin-bottom: 0px;
}

.forms-permits-section .doc-list > li {
	background-color: #f8f8f9;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	padding: 13px 120px 13px 15px;
	position: relative;
}
.forms-permits-section .doc-list > li + li {
	margin-top: 15px;
}
.forms-permits-section .doc-list .download {
	position: absolute;
	top: 9px;
	right: 15px;
	bottom: 0;
	height: 23px;
}

.news-items-section .fa-long-arrow-alt-left {
	margin-top: 25px;
	font-family: 'Montserrat-ExtraBold';
}
.news-items-section .fa-long-arrow-alt-left:before {
	font-family: 'Font Awesome 5 Pro';
	margin-right:8px;
	vertical-align: middle;
}
.news-items-section .doc-list > li {
	position: relative;
	background-color: #F7F7F7;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	font-family: 'Montserrat-SemiBold';
	font-size: 16px;
	padding: 25px;
}
.news-items-section .doc-list > li + li {
	margin-top: 15px;
}
.news-items-section .doc-list > li > div {
	font-family: 'Montserrat-Regular';
	font-size: 14px;
}
.news-items-section h2 {
	margin-bottom: 0;
}
.short-line {
  display: block;
  height: 2px;
  background-color: #1F1F1F;
  margin: 15px 0;
  border: none;
  max-width: 250px;
  text-align: left;
}

.filter-reset {
  padding-right: 60px;
  position: relative;
}
.filter-reset > a {
  position: absolute;
  right: 0;
}
.cal-back-btn {
    margin-top: 25px;
}

/*=== INNER PAGES ===*/
.col-left a {
	color: #e83d30;
}
.col-left a:hover {
	color: #000;
}

.blog-box {
    width: 222px;
    margin-left: 25px;
}
.blog-menu {
		width: 222px;
		margin-left: 25px;
    font: 18px 'Montserrat-Regular';
    background-color: transparent;
}
.blog-menu ul {
    margin-bottom: 0;
}
.blog-menu li {
    padding: 0;
    margin: 0;
}
.blog-menu .year-link,
.blog-menu .month-link {
    position: relative;
    display: block;
    padding: 11px 20px 9px 40px;
    border-top: 2px solid #fff;
}
.blog-menu .year-link {
    font-family: 'Montserrat-SemiBold';
    color: #fff;
    background-color: #036181;
}
.blog-menu .year-link.down {
    background-color: #e83d30;
}
.blog-menu .year-link span,
.blog-menu .month-link span {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 20px;
    width: 8px;
}
.blog-menu .year-link span:after,
.blog-menu .month-link span:after {
    content: "\f105";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: -9px;
    font: 18px Font Awesome\ 5 Pro;
    font-weight: bold;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.blog-menu a.down span:after,
.blog-menu a:hover span:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.blog-menu .month-link {
    text-transform: uppercase;
    color: #1f1f1f;
    background-color: #f9f9fa;
}
.blog-menu .month-link.selected {
	background: #858585;
	color: #fff;
}
.blog-menu ul.year {
    display: none;
}
.blog-menu li ul:target {
	display: block;
}
.blog-menu ul.month {
    display: none;
    padding: 14px;
    border: 1px solid #f9f9fa;
    border-top: 0;
}
.blog-menu .month li + li {
    border-top: 2px solid #a5b9c2;
}
.blog-menu .month li a {
    display: block;
    padding: 8px 4px 9px;
    font-size: 12px;
}
.agendas-archive header {
	margin: 0 0 2px 25px;
	text-transform: uppercase;
	font: 18px/24px 'Montserrat-ExtraBold';
	color: #02445b;
}

.meetings-section colgroup col:last-child {
	width: 200px !important;
}
.meetings-section tbody tr td:first-child {
	font-weight: normal;
	font-family: 'Montserrat-SemiBold';
}

.options {
	margin-left: 25px;
	width: 222px;
}
.options .cats-menu {
    background-color: #f7f7f7;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    padding: 10px;
}
.options .cats-menu li + li {
	border-top: solid 1px #8c8c8c;
}
.options .cats-menu li a {
	font-family: 'Montserrat-SemiBold';
	padding: 10px 0;
	width: 100%;
}
.short-blue-line {
	margin-bottom: 10px;
}

.dwnld-link,
.download.far.fa-file {
    margin: 10px 0;
    padding: 8px 0 6px 42px;
    text-transform: uppercase;
    font: 16px/24px 'Montserrat-ExtraBold';
    color: #02445b;
}
.dwnld-link.alt,
.download.far.fa-file {
    margin: 0;
    padding: 0;
    text-transform: none;
    font: 14px/24px 'Montserrat-Regular';
    color: inherit;
}
.dwnld-link,
.dwnld-link.alt:before,
.download.far.fa-file:before {
	content: '\f15c';
	font-family: 'Font Awesome 5 Pro';
	font-size: 18px;
	padding-right: 6px;
}

.meetings-section table th,
.meetings-section table tr:nth-child(even) td,
.meetings-section table td[colspan] {
    background-color: #f8f8f9;
}
.meetings-section table tr:last-child td[colspan] {
    padding: 8px 25px 13px;
}

/* Business Directory */
#business-container {
	padding-right: 40px;
}
#business-container .flexbox {
	display: flex;
}
#business-container .flexbox > div {
	padding: 22px 0px 22px 15px;
	flex-grow: 1;
}
#business-container .flexbox > div:nth-child(1) {
	width: 200px;
}
#business-container .flexbox > div:nth-child(2) {
	width: 200px;
}
#business-container .flexbox > div:nth-child(3) {
	width: 135px;
}
#business-container .flexbox > div:nth-child(4) {
	width: 275px;
}
#business-container .flexbox > div:nth-child(5) {
	width: 125px;
}
.directory-header > div {
	background-color: #810000;
	color: #fff;
	text-transform: uppercase;
}
.directory-list:nth-child(even) {
	background-color: #f8f8f9;
}

#business-container #directory-search {
	margin: 50px 0;
}
#business-container #directory-search > div {
	padding: 0;
	width: auto;
}
#business-container #directory-search > div + div {
	padding-left: 15px;
}
#business-container #directory-search > div:last-child {
	flex-grow: 0;
}
#directory-search input {
	
	width: 100%;
}
#directory-search button {
	border: none;
	transition: all 0.3s ease 0s;
}

/*=== FOOTER ===*/
.footer-wrapper {
    height: auto;
    border-top: 27px solid #16b0ba;
    line-height: 24px;
    color: #e3e2db;
    background-color: #3b3c41;
}
.footer-wrapper > .table > .cell:first-child {
    padding: 45px 20px 25px 45px;
    text-align: right;
    background-color: #46484e;
}
.footer-wrapper > .table > .cell:first-child .inner-box {
    display: inline-block;
    max-width: 630px;
    width: 100%;
    text-align: left;
}
.footer-wrapper > .table > .cell:last-child {
    padding: 60px 20px 25px 95px;
    text-align: left;
}
.footer-wrapper > .table > .cell:last-child .inner-box {
    display: inline-block;
    max-width: 295px;
    width: 100%;
    text-align: center;
    font-family: 'OpenSans-Regular';
}
.footer-wrapper .inner-box > .table > .cell:first-child {
	padding-right: 15px;
}
.footer-wrapper .logo {
    width: 294px;
    margin-bottom: 18px;
    background-size: contain;
}
.footer-wrapper .logo.text-logo { 
  margin: 0px 0 16px;
}
#footer .large-logo-text {
	font-family: 'Lato-Bold' !important;
	font-size: 20px;
}
#footer .small-logo-text {
	font-family: 'LatoWebMedium' !important;
	font-size: 11px;
}
.footer-wrapper h4 {
    color: #e3e2db;
}
.footer-wrapper p {
    margin-bottom: 24px;
}
.footer-wrapper p.footer-address {
	margin-bottom: 0;
}
.footer-wrapper .logo.text-logo + p.footer-address {
	line-height: 18px;
}
.footer-menu {
    margin-top: -2px;
}
.footer-menu a {
    text-transform: uppercase;
    font: 16px/30px 'Montserrat-SemiBold';
    color: #e3e2db;
}
.footer-menu a:hover {
    color: #fff;
}
.copyright {
    margin-top: 45px;
    font: 12px/24px 'OpenSans-Regular';
}
.copyright .jb-logo {
	display: block;
}
.copyright .jb-logo:before {
	content: '';
	background: transparent url('/assets/theme/global/images/layout/logo-JB-Systems.png') no-repeat center center scroll;
	display: inline-block;
	height: 29px;
	width: 74px;
	vertical-align: middle;
	margin-right: 10px;
}
.copyright .jb-logo span {
	line-height: 29px;
}
.grecaptcha-badge {
	display: none !important;
}

.view-more, .bio-link {
    display: block;
    margin-top: 25px;
    color: #838383;
    font-weight: bold;
    text-transform: uppercase;
}