/*
Theme Name: publicHealth
Author: Insight Designs
Author URI: http://insightdesigns.com/
Version: 1.0.0
Template: dt-the7
*/

@font-face {
    font-family: "Tenorite";
    src: url("/wp-content/themes/publicHealth/fonts/Tenorite.eot");
    src: url("/wp-content/themes/publicHealth/fonts/Tenorite.woff") format("woff"),
    url("/wp-content/themes/publicHealth/fonts/Tenorite.woff2") format("woff2"),
    url("/wp-content/themes/publicHealth/fonts/Tenorite.otf") format("opentype");
    }

/* -----------------------------
- Global
----------------------------- */  
.svg-inline--fa{
    margin-right: 15px;
    height: 1.25em;
}

body .top-bar,
body .top-bar .top-bar-bg{
    background: #fff none repeat center center!important;
}
body .header-space {
    height: 0!important;
    min-height: 0!important;
}
body h4, body h4 span {
    color: #053f76;
}
/* Right widgets */
body .right-widgets .text-area p:hover:before, .mobile-mini-widgets .text-area p:hover:before {
	display: none;
}
body :is(div, h1, h2, h3, h4, h5, h6, p, a, span, button, li) {
    font-family: 'Tenorite', Roboto, sans-serif!important;
	font-weight: 400!important;
}
/* -----------------------------
- Google Translate Styles
----------------------------- */
.top-bar a.translate-btn:hover{
    opacity: 1;
}
a.translate-btn:hover:before {
    content: 'Language';
    display: block;
    position: absolute;
    z-index: 9999;
    left: -20px;
    bottom: -40px;
    width: max-content;
    padding: 7px 12px;
    border-radius: 20px;
    box-shadow: 0 0 5px #000000;
    font-size: 14px;
    color: #ffffff;
    font-family: 'Tenorite', sans-serif;
    font-weight: 500;
	opacity: 1!important;
    background-color: #127064!important;
	text-decoration:none!important;
}

/* -----------------------------
- Google Translate Styles
----------------------------- */
.top-bar a.translate-btn:hover{
    opacity: 1;
}
a.translate-btn:hover:before {
    content: 'Language';
    display: block;
    position: absolute;
    z-index: 9999;
    left: -20px;
    bottom: -40px;
    width: max-content;
    padding: 7px 12px;
    border-radius: 20px;
    box-shadow: 0 0 5px #000000;
    font-size: 14px;
    color: #ffffff;
    font-family: 'Tenorite', sans-serif;
    font-weight: 500;
	opacity: 1!important;
    background-color: #127064!important;
	text-decoration:none!important;
}
/* -----------------------------
- Alert Styles
----------------------------- */
.alert_accordion_content {
    display: none;
    width: 100%;
    clear: both;
}
.alert_wrapper {
    display: block;
    overflow: auto;
    box-sizing: border-box;
    color: #fff;
    margin-top: 125px;
}
.alert_wrapper h2,
.alert_wrapper h3,
.alert_wrapper h4,
.alert_wrapper h5{
    color: #fff;
}

.alertStuck {
    width: 100%;
}
.alertContent{
    display: flex;
    padding: .5em 2.5em .5em 1em;
}
.alert_icon {
    flex: 0 0 auto;
    width: 2em;
    min-height: 1.75em;
    margin-right: .5em;
}
.alert_icon i {
    font-size: 1.4em;
    margin-top: 3px;
}
body .alert_message {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    line-height:1!important;
}
.alert_message p {
    margin-bottom: 0;
    font-weight: 100;
    line-height: 1.3;
    color: #ffffff;
}
body .alert_message a{
    color: #fff;
    opacity: 1;
    transition: all .1s ease-in-out;
    font-size: inherit;
}
body .alert_message a:focus {
    outline: 2px solid white;
}
.alert_message a:hover{
    color: #fff;
    text-decoration: underline;
    opacity: 1;
    transition: all .1s ease-in-out;
}
.alert_accordion{
    display: flex;
    flex-wrap: wrap;
}
.alert_accordion_title{
    margin-right: 10px;
}
.alert_accordion_toggle {
    cursor: pointer;
}
.alert_accordion_toggle::after {
    display: inline-block;
    content: '\25be  more details';
    right: 0px;
    position: relative;
    transform: rotate(0);
    margin-top: 5px;
    top: 1px;
    font-size: 13px!important;
    }
.alert_accordion_toggle.expanded::after{
    content: '\25b4  collapse';
    right: 0px;
    position: relative;
    transform: rotate(0);
    margin-top: 4px;
    top: -1px;
    font-size: 13px!important;
}
.closeTimes a{
    text-decoration: none;
}
.closeTimes {
    display: inline-block;
    position: absolute;
    right: 1em;
    width: 1.5em;
    height: 1.5em;
    margin-top: 2px;
}
.closeTimes i {
  font-size: 1em;
}
.closeTimes a {
  color: #ffffff;
}

/* -----------------------------
- Language Dropdown Styles
----------------------------- */
body .wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-list-horizontal{
    padding-bottom: 10px;
}
body .masthead .text-area.show-on-desktop.near-logo-first-switch.in-menu-second-switch.last {
    padding-left: 0;
    background-color: #f3f3f3;
    padding-bottom: 0px;
    padding-top: 0px;
    height: 28px;
}

.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mini-widgets .text-area .dropdown {
    color: #105767!important;
    padding-top: 1px;
    margin-bottom: 0px;
    display: inline-block;
}
	
/* Dropdown Button */
.top-bar .dropbtn, .top-bar .dropbtn:hover {
	background: transparent;
	border: none;
	transition: all 1s ease;
}

.top-bar .dropbtn img:hover{
	opacity: .7;
}


/* The container <div> - needed to position the dropdown content */
.top-bar .dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */

.top-bar .dropdown-content h3 {
    margin-bottom: 6px!important;
    font-size: 14px;
    margin-top: 11px;
}

.top-bar .dropdown-content {
    display: none;
    position: absolute;
    background-color: #105767;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border-radius: 10px;
    top: 28px;
    text-align: center;
    z-index: 999;
}
.wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-list-horizontal{
    padding-left: 0px;
    padding-right: 0px;
    border: none;
}
.wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-list-horizontal ul{
    width: 100%;
}
.wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-list-horizontal ul li{
    color: #075767;
    padding: 7px 16px!important;
    text-decoration: none;
    display: block;
    font-size: 17px;
    transition: all .5s ease;
}
.wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-list-horizontal ul li:hover{
    background-color: #ca4d21;
    opacity: 1;
}
.wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-list-horizontal ul li br{
    display: none;
}

/* Show the dropdown menu on hover */
.top-bar .dropdown:hover .dropdown-content {
    display: block;
    left: -80px;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.top-bar .dropdown:hover .dropbtn {
    background-color: transparent;
}

/* -----------------------------
- Featured News Styles
----------------------------- */
.featured-news-slide{
    overflow: auto;
}

.featured-news-content.vc_col-sm-6,
.featured-news-image.vc_col-sm-6 {
    padding: 50px;
}

.featured-news-slide h3 {
    font-size: 35px;
    text-align: center;
    margin-bottom: 30px;
    color:#333;
}
.featured-news-slide p {
    font-size: 18px;
    text-align: center;
    margin-bottom: 30px;
    color: #8B8D94;
}
.featured-news-image img{
    width: 100%;
    height: auto;
    border-radius: 25px;
    object-fit: cover;
    aspect-ratio: 1.48;
    max-width: 470px;
}
body .featured-news-slider.slick-dotted .slick-dots{
    bottom: -5px;
}

.featured-news-slider.slick-dotted .slick-dots li button:before,
.featured-news-slider.slick-dotted .slick-dots li.slick-active button:before{
    color: #075767;
    font-size: 20px;
}   
.featured-news-slider.slick-dotted .slick-prev, 
.featured-news-slider.slick-dotted .slick-next{
    width: 32px;
    height: 32px;
}

.featured-news-slider.slick-dotted .slick-prev:before{
    content: '\f008';
    font-family: 'icomoon-the7-font' !important;
    opacity: 1;
    color: #0c5767!important;
    font-size: 32px!important;
}

 .featured-news-slider.slick-dotted .slick-next:before {
    content: '\f009';
    font-family: 'icomoon-the7-font' !important;
    opacity: 1;
    color: #0c5767!important;
    font-size: 32px!important;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    color: #007fad!important;
}

#Featured_News .news-carousel-row .wpb_raw_code.wpb_content_element.wpb_raw_html {
    margin-bottom: 0px;
}

#Featured_News .news-carousel-row .featured-news-slider.slick-initialized.slick-slider.slick-dotted {
    margin-bottom: 15px;
}

#Featured_News .news-carousel-row.wpb_animate_when_almost_visible.wpb_slideInRight.slideInRight.wpb_column.vc_column_container.vc_col-sm-12.wpb_start_animation.animated {
    padding-bottom: 5px;
}

@media only screen and (max-width:767px) {
	.slick-initialized .slick-list .slick-track .slick-slide {
        display: flex!important;
        flex-direction: column-reverse;
    }
	.featured-news-content.vc_col-sm-6, .featured-news-image.vc_col-sm-6 {
		padding: 25px;
        margin-left: auto;
		margin-right: auto;
	}
}

/* Global Styles */


body section .vc_row :is(div, h1, h2, h3, h4, h5, h6, p, a, span, button, li) {
    font-family: 'Tenorite', Roboto, sans-serif!important;
	font-weight: 400!important;
}

body section .vc_row h2, body .vc_row h2 {
		color: #007FAD;
    font-size: 60px;
}

@media only screen and (max-width:777px) {
		body section .vc_row h2 {
				font-size: 50px;
		}
}

@media only screen and (max-width:478px) {
		body section .vc_row h2 {
				font-size: 40px;
		}
}

body section .vc_row h4 {
	  line-height: 1.3;
    font-weight: 400;
		font-size: 18px;
}

.masthead .top-bar .menu-select, .masthead .top-bar .mini-nav > ul:not(.mini-sub-nav) > li > a,
body a, 
body header .main-nav > li > a .menu-text,
body header .main-nav .sub-nav > li.dt-mega-parent > a .menu-text,
body .tenorite-font {
	font-family: 'Tenorite', Roboto, sans-serif!important;
}
.list-type-menu.mini-nav > ul > li.act > a, .list-type-menu.mini-nav > ul > li:not(.act) > a:hover{
	opacity: 1;
}
footer #block-5 input#gform_submit_button_1:hover {
    background: #35c9ff;
    border-color: #35c9ff;
}



/* Alerts */
.alert_message {
    font-size: 18px;
		line-height: 1.3;
		font-family: 'Tenorite', Roboto, sans-serif;
}

div#comment_on_environmental_health_proposed {
	background: #dc582a!important;
}

div#el_paso_county_public_health {
	background: #075767!important;
}

/* HEADER */
.masthead:not(.side-header):not(.mixed-header) .header-bar, .header-space {
    min-height: 60px!important;
}

.branding a img, .branding img {
    max-width: 180px;
}
/* SPANISH HEADER */
/* Spanish pages Main Nav */
@media only screen and (min-width: 2200px){
	html[lang="es-ES"]  #primary-menu {
      max-width: 65%;
	}
}

html[lang="es-ES"]  #primary-menu .menu-item-38 {
      max-width: 12%;
}
html[lang="es-ES"]  #primary-menu .menu-item-56 {
      max-width: 15%;
}
html[lang="es-ES"]  #primary-menu .menu-item-55 {
      max-width: 25%;
}
html[lang="es-ES"]  #primary-menu .menu-item-54 {
      max-width: 15%;
}
html[lang="es-ES"]  #primary-menu .menu-item-53 {
      max-width: 12%;
}
html[lang="es-ES"]  #primary-menu .menu-item-52 {
      max-width: 18%;
}
/* LOGO */
.branding a img, .branding img {
    max-width: 150px;
    margin-top: -45px;
}

/* Navigation */


body .inline-header.right .main-nav {
    height: 70px;
}

body li:not(.dt-mega-menu) .sub-nav {
    width: 240px;
}

body .main-nav .sub-nav>li>a:hover {
    background: none!important;
}
#primary-menu .menu-item a:hover span.menu-text {
    color: #007fad!important;
    text-decoration: underline;
}
#primary-menu li {
    text-align: center;
}

#primary-menu li:not(:last-child) {

	    border-right: 1px solid  rgb(30 143 196 / 28%);
}

.main-nav > li > a {
    margin: 0px 14px 0px 14px;
}

body .light-preset-color.masthead:not(#phantom):not(.sticky-on) .main-nav > li > a .menu-item-text .menu-text, body .sticky-on .main-nav > li:not(.wpml-ls-item) > a .menu-text, body body .sticky-on .main-nav > li:not(.wpml-ls-item) > a .menu-text {
	color: #075767 !important;
	font-size:18px;
}

body .main-nav .sub-nav > li:not(.wpml-ls-item) > a .menu-text {
    color: #075767!important;
    font: 400 18px/22px 'Tenorite', Helvetica, sans-serif;
	    text-align: left;
}


body .light-preset-color.masthead:not(#phantom):not(.sticky-on) .main-nav > li > a:hover .menu-item-text .menu-text {
    color: #007fad!important;
}

body .list-type-menu.mini-nav > ul > li > a:hover {
    opacity: 1!important;
}

body .top-header .sub-nav.hover-style-bg > li:not(.dt-mega-parent):not(.act):hover > a, .top-header .sub-nav.gradient-hover.hover-style-bg > li:not(.dt-mega-parent):not(.act):hover > a {
    background: none!important;
}

.masthead:not(.sub-downwards) .main-nav .sub-nav > li:not(.act):not(.dt-mega-parent):not(.no-link):not(.wpml-ls-item):hover > a .menu-text {
    color: #007fad!important;
	background: none;
}
.dt-mobile-header .text-area .dropdown .dropdown-content {
	display: none;
	position: absolute;
	background-color: #105767;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
	border-radius: 10px;
	top: 0px;
	text-align: center;
	z-index: 999;
	}
.dt-mobile-header .text-area .dropdown .dropdown-content h3{
	color: white;
	margin-bottom: 6px!important;
    font-size: 14px;
    margin-top: 11px;
    line-height:1!important;
}
.mobile-mini-widgets-in-menu button.dropbtn img {
    width: 30px!important;
    height: 30px!important;
}

.dt-mobile-header .text-area .dropdown .dropdown-content div * {
	color: white;
}
@media only screen and (max-width: 992px){
	.dt-mobile-header .mobile-mini-widgets-in-menu .mini-search, .dt-mobile-header .mobile-mini-widgets-in-menu .text-area {
	    display: inline-block;
	}
	.masthead-mobile-header .mobile-mini-widgets {
    display: none;
	}
	#page .masthead-mobile-header .mobile-header-bar {
    justify-content: space-between;
	}
	.dt-mobile-header .text-area .dropdown:hover .dropdown-content{
		display: block;
	    left: 40px;
	}
}
@media only screen and (min-width:1518px) and (max-width:1588px) {
body .light-preset-color.masthead:not(#phantom):not(.sticky-on) .main-nav > li > a, body .masthead:not(.side-header) .header-bar .main-nav > li > a {
			margin-left: 5px;
			margin-right: 5px;
	}
	
}

@media only screen and (min-width:1518px) {
	body .light-preset-color.masthead:not(#phantom):not(.sticky-on) .main-nav > li > a .menu-item-text .menu-text,  body .sticky-on .main-nav > li:not(.wpml-ls-item) > a .menu-text {
    font-size: 21px;
	}
}

@media only screen and (max-width:1517px) {
body .masthead .top-bar .mini-widgets .mini-nav > ul:not(.mini-sub-nav) > li > a, body a {
    font-size: 15px!important;
}
}

@media only screen and (max-width:1435px) {
body .light-preset-color.masthead:not(#phantom):not(.sticky-on) .main-nav > li > a, body .masthead:not(.side-header) .header-bar .main-nav > li > a {
			margin-left: 5px;
			margin-right: 5px;
	}
	
}
@media only screen and (max-width:1294px) {
	body .light-preset-color.masthead:not(#phantom):not(.sticky-on) .main-nav > li > a .menu-item-text .menu-text, body .sticky-on .main-nav > li:not(.wpml-ls-item) > a .menu-text, body body .sticky-on .main-nav > li:not(.wpml-ls-item) > a .menu-text {
		font-size:17px!important;
	}
}

@media only screen and (max-width:1243px) {
	body .light-preset-color.masthead:not(#phantom):not(.sticky-on) .main-nav > li > a .menu-item-text .menu-text, body .sticky-on .main-nav > li:not(.wpml-ls-item) > a .menu-text, body body .sticky-on .main-nav > li:not(.wpml-ls-item) > a .menu-text {
		font-size:16px!important;
	}
}

@media only screen and (min-width:993px) and (max-width:1191px) {
	body .light-preset-color.masthead:not(#phantom):not(.sticky-on) .main-nav > li > a .menu-item-text .menu-text, body .sticky-on .main-nav > li:not(.wpml-ls-item) > a .menu-text, body body .sticky-on .main-nav > li:not(.wpml-ls-item) > a .menu-text {
		font-size:13px!important;
	}
	body .light-preset-color.masthead:not(#phantom):not(.sticky-on) .main-nav > li > a, body .masthead:not(.side-header) .header-bar .main-nav > li > a {
			margin-left: 0px;
			margin-right: 0px;
	}
	body .masthead .top-bar .mini-widgets .mini-nav > ul:not(.mini-sub-nav) > li > a {
    font-size: 14px!important;
}
}

/* fix 3rd level menu  */
body .masthead:not(.sub-downwards) .sub-nav .sub-nav {
    left: 231px !important;
    top: -13px;
	padding-block: 0px;
}

body .main-nav .sub-nav .sub-nav > li > a {
    margin-left: 0px;
    padding-block: 10px!important;
}

.mega-full-width ul.sub-nav.hover-style-bg.level-arrows-on {
    padding-top: 10px;
    padding-bottom: 10px;	
}

body children>a:after, .top-header .main-nav .sub-nav>li.has-children>a:after {
    width: 16px;
    height: 16px;
    margin-top: -6px;
	-webkit-mask-size: 16px;
}

#primary-menu .sub-nav.level-arrows-on > li.has-children:not(.dt-mega-parent) > a:after, #bottom-bar .sub-nav li.has-children > a:after {
    background: #075767;
}

li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-has-children.has-children.depth-1.dt-hovered {
    background: #efefef;
}

body children>a:after, .top-header .main-nav .sub-nav>li.has-children>a:after {
    width: 16px;
    height: 16px;
    margin-top: -6px;
	-webkit-mask-size: 16px;
}

li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-has-children.has-children.depth-1.dt-hovered {
    background: #efefef;
}

/* Mega Menu */
body .main-nav .sub-nav > li.dt-mega-parent > a .menu-text {
    font: 500 17px / 19px "Roboto", Helvetica, Arial, Verdana, sans-serif!important;
    text-align: left;
    text-transform: capitalize;
}


li.menu-item .dt-mega-menu-wrap {
    background: url(/wp-content/uploads/sites/18/2023/10/license-megamenu-image.jpg);
    background-size: contain;
    background-repeat: no-repeat;
	background-position: top 30px left 30px;
	background-size: 180px!important;
margin-top:5px;
}

li.menu-item-56 .dt-mega-menu-wrap {
    background-size: 160px;
}

li.menu-item .dt-mega-menu-wrap:before {
	  background: rgba(0, 0, 0, 0.05);
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
	top: 0;
	left:0;
	border-bottom-left-radius: 50px;
		border-bottom-right-radius: 50px;
}

li.menu-item-38 .dt-mega-menu-wrap {
	background-position: top 20px left 20px;
	background-size: 200px;

}

.menu-item .dt-mega-menu-wrap>ul.sub-nav.hover-style-bg.level-arrows-on {
		padding-left: 200px;
    padding-top: 25px;
    padding-bottom: 10px;	
}

body .main-nav .sub-nav > li.dt-mega-parent:not(.empty-title) > a {
	margin-left: 13%;
}



.mega-full-width ul.sub-nav.hover-style-bg.level-arrows-on {
    padding-top: 10px;
    padding-bottom: 10px;	
}

.menu-item .dt-mega-menu-wrap {
 /* margin-top: 19px; */
    box-shadow: 0 10px 10px #00000038;
    background:#ffffff;
    padding-top: 15px!important;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
	    background-size: contain;
    background-repeat: no-repeat;
	background-position: left;
}


body .light-preset-color.masthead:not(#phantom):not(.sticky-on) .main-nav > li.menu-item.show-mega-menu > a:hover .menu-item-text .menu-text {
    color: #028276!important;
	text-decoration: underline;
}

ul#primary-menu li.menu-item .sub-nav > li.dt-mega-parent > a:hover .menu-text {
    text-transform: capitalize;
    color: #028276!important;
    text-decoration: underline!important;
} 

body .main-nav .sub-nav > li:not(.wpml-ls-item) > a:hover .menu-text {
    text-decoration: underline;
}

body .light-preset-color.masthead:not(#phantom):not(.sticky-on) .main-nav > li > a:hover .menu-item-text .menu-text {
	text-decoration: underline;
}

#primary-menu li.menu-item li:not(:last-child) {
    border-bottom: 1px solid rgb(7 87 103 / 19%);
	border-right: 0px;
}

.menu-item .dt-mega-menu-wrap {
   padding-top: 0px!important;
}

body ul.sub-nav ul.sub-nav.hover-style-bg.level-arrows-on:before {
	content:none!important;
}

body li.menu-item-38 .dt-mega-menu-wrap:before {
    left: 55px;
}
body li.menu-item-56 .dt-mega-menu-wrap:before {
   left: 119px;
}
body li.menu-item-55 .dt-mega-menu-wrap:before {
    left: 555px;
}
body li.menu-item-54 ul.sub-nav.hover-style-bg.level-arrows-on:before {
   left: 55px;
}
body li.menu-item-53 ul.sub-nav.hover-style-bg.level-arrows-on:before {
    left:  12px;
}
body li.menu-item-52 ul.sub-nav.hover-style-bg.level-arrows-on:before {
    left: 65px;
}

@media only screen and (min-width:1518px) and (max-width:1588px) {
body li.menu-item-38 .dt-mega-menu-wrap:before {
    left: 62px;
}
body li.menu-item-56 .dt-mega-menu-wrap:before {
   left: 110px;
}
body li.menu-item-55 .dt-mega-menu-wrap:before {
    left: 600px;
}
}

@media only screen and (max-width:1518px) {
body li.menu-item-38 .dt-mega-menu-wrap:before {
    left: 48px;
}
body li.menu-item-56 .dt-mega-menu-wrap:before {
   left: 140px;
}
body li.menu-item-55 .dt-mega-menu-wrap:before {
    left: 645px;
}

}

@media only screen and (max-width:1435px) {
body li.menu-item-38 .dt-mega-menu-wrap:before {
    left: 48px;
}
body li.menu-item-56 .dt-mega-menu-wrap:before {
   left: 200px;
}
body li.menu-item-55 .dt-mega-menu-wrap:before {
    left: 695px;
}
body li.menu-item-54 ul.sub-nav.hover-style-bg.level-arrows-on:before {
   left: 40px;
}
body li.menu-item-53 ul.sub-nav.hover-style-bg.level-arrows-on:before {
    left:  0px;
}
body li.menu-item-52 ul.sub-nav.hover-style-bg.level-arrows-on:before {
    left: 55px;
}
}

@media only screen and (max-width:1294px) {
body li.menu-item-38 .dt-mega-menu-wrap:before {
    left: 90px;
}
body li.menu-item-56 .dt-mega-menu-wrap:before {
   left: 250px;
}
body li.menu-item-55 .dt-mega-menu-wrap:before {
    left: 675px;
}
body li.menu-item-54 ul.sub-nav.hover-style-bg.level-arrows-on:before {
   left: 30px;
}
body li.menu-item-53 ul.sub-nav.hover-style-bg.level-arrows-on:before {
    left:  -4px;
}
body li.menu-item-52 ul.sub-nav.hover-style-bg.level-arrows-on:before {
    left: 45px;
}
}

@media only screen and (max-width:1243px) {
body li.menu-item-38 .dt-mega-menu-wrap:before {
    left: 135px;
}
body li.menu-item-56 .dt-mega-menu-wrap:before {
   left: 290px;
}
body li.menu-item-55 .dt-mega-menu-wrap:before {
    left: 665px;
}
body li.menu-item-54 ul.sub-nav.hover-style-bg.level-arrows-on:before {
   left: 25px;
}
body li.menu-item-53 ul.sub-nav.hover-style-bg.level-arrows-on:before {
    left:  -8px;
}
body li.menu-item-52 ul.sub-nav.hover-style-bg.level-arrows-on:before {
    left: 45px;
}
}

@media only screen and (max-width:1191px) {
body li.menu-item-38 .dt-mega-menu-wrap:before {
    left: 335px;
}
body li.menu-item-56 .dt-mega-menu-wrap:before {
   left: 450px;
}
body li.menu-item-55 .dt-mega-menu-wrap:before {
    left: 730px;
}
body li.menu-item-54 ul.sub-nav.hover-style-bg.level-arrows-on:before {
   left: 5px;
}
body li.menu-item-53 ul.sub-nav.hover-style-bg.level-arrows-on:before {
    left:  -18px;
}
body li.menu-item-52 ul.sub-nav.hover-style-bg.level-arrows-on:before {
    left: 10px;
}
}

body .masthead:not(.sub-downwards) .main-nav .dt-mega-menu-wrap {
    background-color: #f6f6f6!important;
}

.main-nav li.menu-item .sub-nav > li.depth-2:not(.wpml-ls-item) > a {
    padding-top: 0px;
    padding-bottom: 0px;
}


li.menu-item>ul.sub-nav.hover-style-bg.level-arrows-on {
    box-shadow: 0px 7px 5px #07576787;
}

body header .main-nav .sub-nav > li.dt-mega-parent > a .menu-text {
    font-size: 18px!important;
}

body .main-nav .sub-nav .sub-nav > li > a {
    margin-left: 9px;
}

body .main-nav .sub-nav .sub-nav > li {
			border-right: 0px!important;
}

body  .inline-header.right.sticky-on .main-nav {
    height: 95px;
}

body div.masthead.sticky-on header.header-bar {
    height: 100px!important;
}
/* top menu */

body .masthead .mini-nav.show-on-desktop.near-logo-first-switch.hide-on-second-switch.list-type-menu.first {
    padding: 5px;
    padding-left: 28px;
    border-bottom-left-radius: 40px;
		margin-right: 0px;
	background-color: #f3f3f3;
}

body .masthead .mini-search.show-on-desktop.near-logo-first-switch.near-logo-second-switch.popup-search.custom-icon {
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 0px;
    margin-right: 0px;
    padding-bottom: 2px;
    padding-top: 3px;
}

body .masthead  .text-area.show-on-desktop.near-logo-first-switch.in-menu-second-switch.last {

	    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 0px;
    margin-right: 0px;
		padding-bottom: 2px;
    padding-top: 3px;
}

body .masthead .searchform a.submit.text-disable {
    padding-top: 2px;
    padding-bottom: 3px;
}

body .light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mini-widgets .text-area * {
nt;
}

.text-area.show-on-desktop.near-logo-first-switch.in-menu-second-switch.last {
    padding-right: 30px!important;
    border-bottom-right-radius: 30px;
}

body .masthead .top-bar.top-bar-line-hide, body .masthead .mini-nav.show-on-desktop.near-logo-first-switch.hide-on-second-switch.list-type-menu.first {
    padding-top: 0px!important;
}

body .masthead .top-bar.top-bar-line-hide {
	min-height: unset;
}

.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mini-widgets .mini-nav > ul:not(.mini-sub-nav) > li > a .menu-item-text .menu-text {
		color: #075767!important;
    font-weight: 400;  
	  padding-top: 4px;
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mini-widgets .mini-nav > ul:not(.mini-sub-nav) > li > a:hover .menu-item-text .menu-text {
		color: #007fad!important;
	  text-decoration: underline;
}


body .masthead .list-type-menu.mini-nav > ul > li:not(.act) > a:hover {
    opacity: 1;
}

body .masthead .top-bar .mini-widgets .mini-nav > ul:not(.mini-sub-nav) > li > a, body a {
    font-size: 17px;
}

.l-to-r-line > li > a i.underline {
    display: none;
}

/* search in menu */

body .masthead .mini-search.show-on-desktop.near-logo-first-switch.in-menu-second-switch.popup-search.custom-icon {
    margin-inline: unset;
    padding-left: 14px;
    padding-right: 5px;
    padding-top: 3px;
    padding-bottom: 2px;
	  background-color: #f3f3f3;
}

body .light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mini-search .submit i {
	color:#075767!important;
}

body .light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on:not(.sticky-top-line-on)) .popup-search .submit:hover{
	opacity: 1!important;
}

body .light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on:not(.sticky-top-line-on)) .popup-search .submit:hover i {
    color: #007fad!important;

}

/* language switcher */
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mini-widgets .text-area * {
	  color: #ffffff!important;
    padding-top: 1px;
    margin-bottom: 4px;
}

body .masthead .top-bar .mini-widgets .text-area.show-on-desktop.near-logo-first-switch.in-menu-second-switch.last p {
    height: 19px;
}

body .masthead .text-area.show-on-desktop.near-logo-first-switch.in-menu-second-switch.last img {
    padding-left: 15px;
}

body .masthead .text-area.show-on-desktop.near-logo-first-switch.in-menu-second-switch.last {
	padding-left: 0;
	background-color: #f3f3f3;
	padding-bottom: 3px;
    padding-top: 1px;
}

.right-widgets .text-area p img {
	position:relative;
}

.right-widgets .text-area p:hover, .mobile-mini-widgets .text-area p:hover {
    cursor: pointer;
}

.right-widgets .text-area p:hover:before, .mobile-mini-widgets .text-area p:hover:before
{
		content: 'Select Language';
    display: block;
    position: absolute;
    left: -45px;
    top: 28px;
    width: max-content;
    background: #0e4886;
    padding: 2px 12px;
    border-radius: 20px;
    box-shadow: 0 1px 3px #00000066;
    font-size: 12px;
    color: #ffffff;
    font-family: 'Tenorite', sans-serif;
    font-weight: 500;
    z-index: 99;
}

/* hero section*/
section#Home_Hero .vc_row-has-fill>.vc_column_container>.vc_column-inner {
    padding-top: 0px;
}


section#HomeDivider {
    pointer-events: none;
}

/* Search In Slider */
body #main-slideshow form#searchform {
    position: relative;
}

body #main-slideshow input[type=text] {
    border-radius: 30px
 0 0 30px!important;
    height: 46px;
    border-color: #ffffff!important;
    width: 90%;
    line-height: 1em!important;
    margin: 0px!important;
    padding-left: 20px!important;
    position: absolute;
    border-width: 1px!important;
    display: block;
    top: 0;
    left: 0;
}

body #main-slideshow input[type=submit]#searchsubmit {
border-radius: 0 30px 30px 0!important;
    background-color: #ffffff!important;
    height: 46px;
    line-height: 1em!important;
    margin: 0px!important;
    padding: 5px 15px!important;
    font-weight: normal!important;
    position: absolute;
    border-width: 0px!important;
    transition-property: background-color;
    transition-duration: .5s;
    background-image: url(https://epc-assets.elpasoco.com/wp-content/uploads/2023/03/icon__thin_search.svg)!important;
    background-position: center center!important;
    background-repeat: no-repeat!important;
    background-size: 40%!important;
    color: transparent!important;
    display: block;
    top: 0;
    right: 0;
    border-left: 0px!important;
}

body #main-slideshow input[type=text]::placeholder {
    opacity: 1;
    font-family: 'Tenorite', Helvetica, sans-serif;
    font-size: 16px;
}

rs-layer#slider-1-slide-8-layer-10:hover {
    box-shadow: 0 0 6px rgba(0,0,0,.5)!important;
}

rs-layer#slider-1-slide-8-layer-10:focus {
    outline: 2px solid #007fad!important;
}


body rs-layer#slider-1-slide-8-layer-10:focus {
    outline: 1px solid #1e6a76!important;
}

/* Open Govt Section */
/* 

section#Open_Gov {
    overflow: visible;
}

section#Open_Gov:before {
content: ' ';
    position: absolute;
top: -100px;
    left: 0;
    width: 100vw;
    height: 150px;
    background: url(/wp-content/uploads/sites/18/2023/10/Swoosh-top-alternative-1.svg);
    background-size: contain;
    z-index: 9;
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
}

@media only screen and (min-width:1360px) {
		section#Open_Gov:before {
			height: 205px;
    	top: -130px;
		}
}

*/

/*
.open-govt-item {
    background-color: #007FAD;
    color: #ffffff;
    display: flex;
    justify-content: space-evenly;
    border-radius: 60px;
    outline: 4px solid white;
    outline-offset: -2px;
}

.open-govt-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 22px;
    border: 7px solid white;
    border-radius: 50%;
    margin-right: 15px;
}

.open-govt-icon img { 
		width: 80px;
}

.open-govt-text {
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 20px;
	line-height: 1.2;
	font-size: 17px;
}

body section .vc_row .open-govt-text h3 {
    color: #ffffff;
    margin-bottom: 0px;
    font-size: 24px;
	margin-top: -10px;
	line-height: 1;
	margin-bottom: 5px;
}
*/

/* Popular Services Section */

section#Popular_Services {
    background: linear-gradient(45deg, white, #ffffffd9), url(/wp-content/uploads/sites/18/2023/11/person-only_color-01.svg);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 400px;
    background-position-x: 50px;
}

.popular-services-title>.vc_column-inner {
    justify-content: center;
}

@media only screen and (max-width:1145px) {
	.popular-services-title h2 {
			text-align: center;
		line-height: 1.1;
	}
}



.popular-buttons-wrapper>.vc_column-inner>.wpb_wrapper {
    height: 120px;
    display: flex;
    align-items: center;
}

#Popular_Services .popular-services-buttons .vc_btn3-container, #Popular_Services .popular-services-buttons .vc_btn3-container a {
  width: 100%;
	display: block;
	background-image: none;
	font-size: 20px!important;
	display: flex;
	text-align: center;
    justify-content: center;
}


#Popular_Services .popular-services-buttons .vc_btn3-container {
    min-height: 90px;
	  transition: min-height 250ms ease-in-out;
			cursor: pointer;
	
}

#Popular_Services .popular-services-buttons .vc_btn3-container a {
    align-items: center;
	 background-color: #ffffff;
	  color: #075667!important;
	  border-radius: 20px;
	  box-shadow:  0px 0px 18px rgba(7, 87, 103, 0.42);
	  transition: border-radius 500ms ease-in-out, background-color 100ms ease-in-out, color 100ms ease-in-out, box-shadow 500ms ease-in-out;
	
}

#Popular_Services .popular-services-buttons .vc_btn3-container a:hover {
    align-items: center;
	  color: #007fad!important;
	  border-radius: 30px;
	box-shadow:  0px 0px 7px rgba(0, 0, 0, 0.42);
	  transition: border-radius  500ms ease-in-out,  background-color 100ms ease-in-out, color 100ms ease-in-out, box-shadow 500ms ease-in-out;
}
#Popular_Services .popular-services-buttons .vc_btn3-container a:focus {
    outline: 2px solid #007FAE;
}

#Popular_Services .popular-services-buttons .vc_btn3-container .vc_btn3.vc_btn3-size-lg .vc_btn3-icon {
font-size: 25px
}

@media only screen and (max-width: 1145px) {
	.popular-services-title {
			width: 40%;
	}
	.popular-services-buttons {
			width: 60%;
	}
}

@media only screen and (min-width:768px) and (max-width: 964px) {
	.popular-services-title {
			width: 30%;
	}
	.popular-services-buttons {
			width: 70%;
	}
}

@media only screen and (max-width:767px) {
	.featured-news-slider.slick-dotted .slick-dots{
		margin-left: 0px!important;
        bottom: -5px!important;
	}
	#Popular_Services .vc_row.wpb_row {
			flex-direction: column;
			align-items: center;
	}
	.popular-services-title {
			width: 100%;
	}
}
@media only screen and (max-width:610px) {
	.popular-services-buttons {
			width: 100%;
	}
}

/* Home Cards Section */

.home-cards-image {
    margin-bottom: 5px;
}

.home-cards-image img {
    object-fit: cover;
    display: block;
    position: relative;
    aspect-ratio: 1.5;
    border-radius: 25px;
}


#Home_Cards .home-cards-title {
    margin-bottom: 30px;
}

#Home_Cards h3 {
    font-size: 20px;
    line-height: 1;
    margin-top: 15px;
    padding-bottom: 15px;
    position: relative;
    min-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#Home_Cards h3:after {
    content: '';
    width: 150px;
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -75px;
    height: 3px;
    background-color: #075767;
    border-radius: 10px;
}

#Home_Cards .home-cards-button button,
#Home_Cards a.vc_btn3.vc_btn3-size-md {
    background-image: none!important;
    min-width: 220px;
    border-radius: 12px;
    font-size: 18px;
    letter-spacing: 0.5px;
    font-weight: 400;
    padding: 18px 25px;
    text-align: center;
    min-height: 80px;
	box-shadow: 0px 0px 18px rgba(7, 87, 103, 0.42);
    transition: border-radius 500ms ease-in-out, background-color 100ms ease-in-out, color 100ms ease-in-out, box-shadow 500ms ease-in-out;
	margin: 0 auto;
}

#Home_Cards i.vc_btn3-icon {
    position: relative;
    left: unset;
    top: 8px;
    left: -3px;
}

#Home_Cards a.vc_btn3.vc_btn3-size-md:focus {
    border: 2px solid #007FAE!important;
}

@media only screen and (min-width:768px) and (max-width:990px){
	#Home_Cards .home-cards-button button {
    min-width: 180px;
	}
}
	
@media only screen and (max-width:767px){
	#Home_Cards .home-cards-button button {
    min-width: 300px;
	}

    #Home_Cards .home-cards-image img {
        max-width: 400px;
        width: 100%;
    }

}
	
#Home_Cards .home-cards-button button:hover,
#Home_Cards a.vc_btn3.vc_btn3-size-md:hover {
	color: #007fad!important;
	border-radius: 30px;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.42);
    transition: border-radius 500ms ease-in-out, background-color 100ms ease-in-out, color 100ms ease-in-out, box-shadow 500ms ease-in-out;
}

#Home_Cards .home-cards-button button:focus {
outline: 2px solid #007FAE;
}

#Home_Cards .home-cards-button button i {
    font-size: 22px;
	  position:unset;
	  line-height: 1.35;
		padding-right:15px
}

.home-cards-button.inline-icon button,
#Home_Cards a.vc_btn3.vc_btn3-size-md {
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
}

/* News Carousel Section */

.news-carousel-column .vc_column-inner {
    justify-content: center;
}

#News_Carousel  .news-carousel-item .vc_col-sm-6 {
    padding: 50px;
}

#News_Carousel h3 {
    font-size: 35px;
    text-align: center;
    margin-bottom: 30px;
}

#News_Carousel p {
    font-size: 18px;
    text-align: center;
    margin-bottom: 30px;
}

.news-carousel-button a {
    font-size: 18px!important;
	background-image: none!important;
	border-radius: 12px!important;
		box-shadow: 0px 0px 18px rgba(7, 87, 103, 0.42)!important;
    transition: border-radius 500ms ease-in-out, background-color 100ms ease-in-out, color 100ms ease-in-out, box-shadow 500ms ease-in-out;
}

.news-carousel-button a:hover {
  color: #007fad!important;
		border-radius: 20px!important;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.42)!important;
    transition: border-radius 500ms ease-in-out, background-color 100ms ease-in-out, color 100ms ease-in-out, box-shadow 500ms ease-in-out;
}

.news-carousel-button a:focus {
outline: 2px solid #007FAE!important;
}

#News_Carousel .news-carousel-item img {
    border-radius: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 1000px) {
#Home_Cards .home-cards-button button {
    padding: 1px 12px;
}
}

@media only screen and (min-width: 768px) and (max-width: 820px) {
#Home_Cards .home-cards-button button {
    font-size: 16px;
}
}


/* Who We Section */


body.home #The_Who_We #Who_We_Serve .wpb_wrapper {
    background-color: #094886 !important;
    border-radius: 40px!important;
    padding: 12px 12px;
}

body.home #The_Who_We #Who_We_Are .wpb_wrapper {
    background-color: #075767 !important;
    border-radius: 40px!important;
    padding: 12px 12px;
}

body.home #The_Who_We #What_We_Do .wpb_wrapper {
    background-color: #008575 !important;
    border-radius: 40px!important;
    padding: 12px 12px;
}

body.home #The_Who_We .who-we-column>.vc_column-inner {
    border-radius: 40px!important;
		padding: 25px 25px;
}

@media only screen and (max-width:767px) {
    body.home #The_Who_We .who-we-column>.vc_column-inner {
        max-width: 400px;
        margin: auto;
    }
}
body.home #The_Who_We .who-we-column :is(h3, p){
	color: #ffffff
}

body.home #The_Who_We .who-we-column .wpb_text_column.wpb_content_element {
    margin-bottom: 0px;
}

body.home #The_Who_We .who-we-column .wpb_single_image {
    margin-bottom: 0px;
}

body.home #The_Who_We .who-we-column h3 {
	font-size: 37px	;
		letter-spacing: 0.5px;
}

body.home #The_Who_We .who-we-column p {
	font-size: 18px;
		line-height: 1.4;
	margin-bottom: 10px!important;
}

body.home #The_Who_We .who-we-column a.vc_general.vc_btn3 {
	background-color: #ffffff;
    width: 80%;
		color: #075767;
			box-shadow: 0px 0px 18px rgba(7, 87, 103, 0.42)!important;
	    transition: border-radius 500ms ease-in-out, background-color 100ms ease-in-out, color 100ms ease-in-out, box-shadow 500ms ease-in-out;
	text-align:center;
	padding-left:25px
}

body.home #The_Who_We .who-we-column a.vc_general.vc_btn3 {
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
	  margin: auto;
}

body.home #The_Who_We .who-we-column a.vc_general.vc_btn3:hover {
		background-color: #ffffff;
    color:#007fad;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.42)!important;
    transition: border-radius 500ms ease-in-out, background-color 100ms ease-in-out, color 100ms ease-in-out, box-shadow 500ms ease-in-out;
}
 
body.home #The_Who_We .who-we-column a.vc_general.vc_btn3 i {
    font-size: 24px;
	  position: unset;
    line-height: 1.35;
    padding-right: 15px;
}



/* home Recent News section */

#Recent_News h2 {
    color: #ffffff;
}

#Recent_News .content-bg-on.classic-layout-list article {
    background-color: transparent;
}
#Recent_News article .post-thumbnail a.post-thumbnail-rollover  {
		  border-top-left-radius: 55px;
    border-top-right-radius: 55px;
}

#Recent_News article .post-thumbnail img {
    aspect-ratio: 1;
    object-fit: cover;
}

#Recent_News article .post-thumbnail-wrap {
    margin-bottom: 5px;
}

#Recent_News .post-entry-content {
    background-color: #ffffff;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
	    text-align: center;
}

#Recent_News article h3.entry-title,  #Recent_News article h3.entry-title a {
    text-align: center;
    line-height: 1.1;
		margin-bottom: 10px;
	 font-size: 22px!important;
}

#Recent_News article .entry-meta a {
    text-align: center;
    color: #333333;
	    margin-bottom: 10px;
	font-size: 18px;
}


#Recent_News article a.post-details.details-type-link {
   text-align: center;
    position: relative;
    float: unset;
    background-color: #cd5829;
    padding: 5px 20px 7px;
    border-radius: 25px;
    line-height: 1;
    color: #ffffff;
    font-weight: 100;
    letter-spacing: 0.5px;
    font-size: 18px;
}

#Recent_News article a.post-details.details-type-link:hover {
    background-color: #1e8fc4;
}

#Recent_News article .post-details.details-type-link:after {
        background-color: transparent!important;
}


#Recent_News article .post-details.details-type-link * {
    display: none;
}

#Featured_News .slick-dots li {
    margin-left: unset;
}


/* Footer */

footer section.widget.widget_block.wf-cell {
    width: 30%;
}

footer section#block-7, footer section#block-12 {
    width: 40%;
}



footer h2.wp-block-heading {
    font-size: 19px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 10px;
    line-height: 1.2;
	    letter-spacing: 1px;
}

footer #block-5 .widget a {
    font-size: 16px;
}

footer #block-5 .widget a:hover {
    color: #fffffff!important;
	opacity: 0.85;
}

footer #block-7 img.wp-image-64 {
    max-width: 166px;
    margin-inline: auto;
    padding-right: 5px;
}

footer div#bottom-bar {
    display: none;
}


footer#footer {
    border-top: 5px solid #ffffff !important;
    background: url(/wp-content/uploads/sites/18/2023/11/logo-peak-color_footer-3.png) no-repeat, #007fad !important;
    background-position: center!important;
	background-size:contain!important;
}


footer#footer ul li {
    border-top: 0px;
    line-height: 1;
    padding: 0px;
	 font-size: 15px;
}

footer#footer ul li:before {
    content: "\00BB";
    margin-right: 7px;
}

footer#footer ul li:before {
    content: "\25CF";
    margin-right: 7px;
    font-size: 10px;
    position: absolute;
    left: -15px;
	  top: 5px;
    color: #FFFFFF;
}

footer#footer ul li a:hover {
    color: #ffffff;
    text-decoration: none;
}

footer #block-7 i {
    font-size: 22px;
	  color: #ffffff;
	  margin-right: 15px;
}

footer #block-7 i.fa-brands.fa-facebook-f {
    position: relative;  
	  font-size: 18px;
		top: -10px;
}

footer #block-7 i:hover {
    opacity:0.85;
}

footer#footer p {
	font-size: 18px;
	color: #ececec;
	line-height: 1.3;
	font-family: 'Tenorite', sans-serif;
}

footer #block-5 p.copyright-text {
    font-size: 14px;
}

@media only screen and (max-width: 779px) {
	#block-5 .wp-block-spacer {
			height: 10px!important;
	}
	#block-7 figure.wp-block-image.size-full {
			margin-bottom: 0px;
	}
}
.footer .widget a {
		color: #ffffff;
    text-decoration: underline;
    font-size: 18px!important;
}
.footer .widget a:hover {
   opacity:0.85!important;
	 text-decoration: underline!important;
}

footer #block-8 {
	padding-right: 0px
}

@media only screen and (min-width:768px) {
	footer#footer section#block-8 .wp-block-group__inner-container {
			text-align: right;
	}
}

footer#footer #block-8 p {
    margin-bottom: 18px;
}

#block-7 a.epc_email_link_icon {
    margin-bottom: -10px!important;
    display: block;
}

footer h2.wp-block-heading {
    margin-bottom: 5px;
}

section#block-12 {
		margin-bottom: 0px;
}

section#block-12 p {
		font-size:15px!important;
}

/* footer form */

footer #block-8 div#gform_wrapper_1 {
    margin-top: -5px;
	display: flex;
    justify-content: right;
}
footer #block-8 form#gform_1 {
	   display: flex;
       margin-left: 2px;
}

footer #block-8 form#gform_1 input#input_1_1 {
    border-top-left-radius: 13px;
    border-bottom-left-radius: 13px;
    border: 2px solid #ffffff;
	height: 42px;
	    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    max-width: 160px;
}

footer #block-8 .gform_wrapper.gravity-theme .gf_simple_horizontal .gform_body .top_label .gfield {
    display: table-cell;
    height: auto;
    padding-right: 0px;
}

footer #block-8 input#gform_submit_button_1 {
	margin-top: 0px;
margin-bottom: 0px;
    border: 2px solid #ffffff;
    border-bottom-right-radius: 13px;
    border-top-right-radius: 13px;
    background: #0c5767;
    padding-top: 7px;
    padding-bottom: 9px;
    line-height: 1.25;
    height: 42px;
    color: #ffffff;
	border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}
footer #block-8 input#gform_submit_button_1:hover {
    background: #158575;
}

input#input_1_1 {
		color: #474747;
}

input#input_1_1::placeholder {
    color: #474747;
    opacity: 1;
    font-family: 'Tenorite', sans-serif;
    font-size: 16px;
}

footer #block-7 .wp-block-group__inner-container {
    text-align: center;
}

p.copyright-text {
    text-align: center;
}

/* Accessibility icon */
body footer #block-10 a.wp-block-button__link.wp-element-button {
    position: fixed;
    right: 10px;
    width: 52px;
    height: 52px;
    background-color: #075767;
    bottom: 10px;
    color: transparent;
    background-image: url(/wp-content/uploads/sites/18/2023/10/icon__accessibility.svg);
    background-repeat: no-repeat;
    background-size: 73%;
    background-position: center;
    z-index: 110;
    box-shadow: 0px 0px 5px #000000;
	text-decoration:none!important;
}

body footer #block-10 a.wp-block-button__link.wp-element-button:hover {
	opacity:1!important;
		background-color: #127064!important;
	text-decoration: none!important;
	color: transparent!important;
}

body footer #block-10 a.wp-block-button__link.wp-element-button:hover:before {
    content: 'Accessibility';
    display: block;
    position: relative;
    left: -130px;
    bottom: -1px;
    width: max-content;
    padding: 7px 12px;
    border-radius: 20px;
    box-shadow: 0 0 5px #000000;
    font-size: 14px;
    color: #ffffff;
    font-family: 'Tenorite', sans-serif;
    font-weight: 500;
	opacity: 1!important;
			background-color: #127064!important;
		text-decoration:none!important;
}



/* Back to Top Icon */
body .scroll-top.on {
    bottom: 70px;
    width: 52px;
    height: 52px;
    border-radius: 50px;
    right: 10px;
	  background-color: rgb(25 127 173 / 100%);
	    box-shadow: 0px 0px 5px #000000;
}
body a.scroll-top.on:hover {
	  background-color:rgb(22 111 151)!important;
}

body .scroll-top svg {
	width: 35px;
}

/* Mobile Styles */

/* Mobile Header */

body .mobile-branding img.mobile-logo {
    max-width: 150px!important;
}

body .mobile-branding a.sticky-mobile-logo-first-switch img, 
.mobile-branding a.sticky-mobile-logo-second-switch img {
    max-width: 150px;
}

.sticky-on .branding a img, .branding img {
    max-width: 130px;
    margin-top: 0px;
}

body .masthead .mini-nav .customSelectInner {
    font: normal 700 13px / 17px 'Tenorite', Helvetica, Arial, Verdana, sans-serif;
    color: #007FAD!important;
}

body .masthead .mini-nav .customSelectInner:hover {
    color: #cd5829!important;
}

body .light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on) .menu-line:before, .dt-mobile-menu-icon:not(.floating-btn) .menu-line:before {
		background: #007FAD !important;
}

body .light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on) .menu-line:after, .dt-mobile-menu-icon:not(.floating-btn) .menu-line:after {
		background: #cd5829 !important;
}

@media only screen and (max-width:1273px) {
		.open-govt-icon {
			  margin-right:0px;
		}
}
@media only screen and (max-width:1233px) {
body section .vc_row .open-govt-text h3 {
	font-size: 22px;
}
}


@media only screen and (max-width:767px) {
	#Open_Gov .vc_row.wpb_row.vc_inner.vc_row-fluid.vc_custom_1697060289232 {
			margin-bottom: 0px!important;
	}
}

@media only screen and (max-width:1064px) {
	body .open-gov-row {
			display: flex;
			flex-direction: column;
		margin-bottom: 0px!important;
	}
	body .open-gov-row .vc_col-sm-6 {
			width: 75%;
			margin: auto;
	}
	body .open-govt-icon {
			  width: 50px;
				height: 45px;
				aspect-ratio: 1;
		}
	
}

@media only screen and (max-width:992px) {
	body .masthead .mini-search.show-on-desktop.near-logo-first-switch.in-menu-second-switch.popup-search.custom-icon {
		background: #ffffff;
	}
		body i.mw-icon.the7-mw-icon-search-bold {
			color: #007FAD!important;
	}

body .light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on:not(.sticky-top-line-on)) .popup-search .submit:hover i {
			color: #007FAD!important;
	}

		body .masthead .text-area.show-on-desktop.near-logo-first-switch.in-menu-second-switch.last {
			background: #ffffff;
		}
	
}

@media only screen and (max-width:767px) {
	footer#footer {
    background-size: cover!important;
    }
	
	footer .wf-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    }
	footer section.widget.widget_block.wf-cell {
    width: 95%;
    text-align: center!important;
	padding-left: unset!important;
	padding-right: unset!important;
	}
	footer#footer section#block-8 .wp-block-group__inner-container{
		text-align: center !important;
	}
	div#gform_wrapper_1 {
		width: 260px;
        margin: auto;
	}
	
	body footer#footer ul li:before {
		content: none;
	}

		body footer section#block-7, body footer section#block-12 {
		width: 70%;
	}
	
}



@media only screen and (max-width:667px) {
	body .open-govt-icon {
			width: unset;
			aspect-ratio: 1;
			height: unset;
			padding: 10px;
			border-top-left-radius: 50px;
			border-bottom-left-radius: 50px;
			border-top-right-radius: 0px;
			border-bottom-right-radius: 0px;
			border-width: 3px;
	}
}
@media only screen and (max-width:478px) {
	body .open-govt-icon img {
			width: 160px;
	}
	body .open-gov-row .vc_col-sm-6 {
			width: 100%;
			margin: auto;
	}
	
	body .open-govt-text {
			min-height: 135px;
	}
	#Open_Gov .wpb_text_column.wpb_content_element {
				margin-bottom: 10px;
	}
	
}

@media only screen and (max-width:530px) {
	section#Open_Gov:before {
			content: ' ';
			position: absolute;
			top: -80px;
	}
}

/* Slider Rev Searchbar */
@media only screen and (max-width:1070px) {
	rs-layer#slider-1-slide-1-layer-3.rev-searchbar {
			bottom: 50px;
	}
}
@media only screen and (max-width:777px) {
	rs-layer#slider-1-slide-1-layer-3.rev-searchbar {
			bottom: 10px;
	}
}

/* footer signup */
@media only screen and (max-width:777px) {

	
}


/* MOBILE MENU */

.dt-mobile-header .dt-close-mobile-menu-icon span:before, .dt-mobile-header .dt-close-mobile-menu-icon span:after {
    background: #ffffff !important;
}

.dt-mobile-header .dt-close-mobile-menu-icon {
    border-radius: 10px;
    background-color: #075767;
}

.dt-mobile-header .dt-mobile-header .dt-close-mobile-menu-icon:hover {
    background: #007fad;
}

.dt-mobile-header .mobile-main-nav li > a .menu-text {
    color: #075767;
    font-family: 'Tenorite', arial, sans-serif;
    text-transform: none;
    font-size: 20px;
    line-height: 1.15;
    font-weight: 400;
}

.dt-mobile-header  li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-has-children {
    border-bottom: 1px solid #0757670f!important;
}

.dt-mobile-header  li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-has-children:last-child {
    border-bottom: 0px solid!important;
}

.dt-mobile-header .mobile-main-nav li > a:hover .menu-text{
	  background: none;
    color: #007fad;
}

.mobile-main-nav .next-level-button svg {
    color: #075767;
    fill: #075767;
}

.dt-mobile-header .mobile-main-nav li .sub-nav > li > a .menu-text {
	color: #075767;
}

.dt-mobile-header .mobile-main-nav li .sub-nav > li > a .menu-text {
	font: 500 18px / 20px "Tenorite", Helvetica, Arial, Verdana, sans-serif;
}

.dt-mobile-header .mobile-main-nav li .sub-nav > li > a:hover .menu-text {
    background: none!important;
    color: #007fad!important;
}

/* Add this in to remove background color from dropdowns */
.top-header .sub-nav.hover-style-bg > li:not(.dt-mega-parent):not(.act):hover > a, .top-header .sub-nav.gradient-hover.hover-style-bg > li:not(.dt-mega-parent):not(.act):hover > a {
    background-color: none!important;
    background: none!important;
}


/* Internal Page Styles */
header#fancy-header {
    padding-top: 0px!important;
}
body :is(p), body  #content li {
    font-size: 18px;
    line-height: 1.6;
    color: #515151;
}
body #content li {
    margin-left: 40px;
}

ul li::marker {
    color: #158575;
}

body #main a, body #main a:hover {
    color: #075767!important;
	 font-size: unset!important
}

body footer h2.wp-block-heading {
    font-size: 22px!important;
    font-weight: 300!important;
    text-transform: uppercase;
    margin-bottom: 10px!important;
    line-height: 1.2;
    letter-spacing: 0.5px!important;
}
header#fancy-header {
    padding-top: 0px!important;
}

/* fancy header cpt styles */

.fancy-header {
  background-image: none;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #007fad;
}
.mobile-false .fancy-header {
  background-attachment: scroll;
}
.fancy-header .wf-wrap {
  min-height: 48px;
  padding-top: 15px;
  padding-bottom: 20px;
}
.fancy-header .fancy-title {
  font-size: 30px;
  line-height: 36px;
  color: #ffffff;
  text-transform: none;
}
.fancy-header .fancy-subtitle {
  font-size: 18px;
  line-height: 26px;
  color: #ffffff;
  text-transform: none;
}
.fancy-header .breadcrumbs {
  color: #ffffff;
}
.fancy-header-overlay {
  background: rgba(0,0,0,0.5);
}
@media screen and (max-width: 778px) {
  .fancy-header .wf-wrap {
    min-height: 70px;
  }
  .fancy-header .fancy-title {
    font-size: 30px;
    line-height: 38px;
  }
  .fancy-header .fancy-subtitle {
    font-size: 20px;
    line-height: 28px;
  }
  .fancy-header.breadcrumbs-mobile-off .breadcrumbs {
    display: none;
  }
  #fancy-header > .wf-wrap {
    flex-flow: column wrap;
    align-items: center;
    justify-content: center;
    padding-bottom: 20px !important;
  }
  .fancy-header.title-left .breadcrumbs {
    text-align: center;
    float: none;
  }
  .breadcrumbs {
    margin-bottom: 10px;
  }
  .breadcrumbs.breadcrumbs-bg {
    margin-top: 10px;
  }
  .fancy-header.title-right .breadcrumbs {
    margin: 10px 0 10px 0;
  }
  #fancy-header .hgroup,
  #fancy-header .breadcrumbs {
    text-align: center;
  }
  .fancy-header .hgroup {
    padding-bottom: 5px;
  }
  .breadcrumbs-off .hgroup {
    padding-bottom: 5px;
  }
  .title-right .hgroup {
    padding: 0 0 5px 0;
  }
  .title-right.breadcrumbs-off .hgroup {
    padding-top: 5px;
  }
  .title-left.disabled-bg .breadcrumbs {
    margin-bottom: 0;
  }
}

.page-title > .wf-wrap, #fancy-header > .wf-wrap {
    width: 100%;
	max-width: 1800px;
}

h1.fancy-title.entry-title.start-animation-done.start-animation {
    font: 400 34px / 48px 'Tenorite', Arial, sans-serif;
}

header .breadcrumbs {
    margin-top: 4px;
}

header .breadcrumbs li.current span {
    font-size: 17px;
    opacity: 1;
}

body #main img.vc_single_image-img {
    border-radius: 25px;
}

.text-with-image-on-left figure.vc_figure, .text-with-image-on-right figure.vc_figure {
    max-width: 500px;
    height: auto;
}

/* ------------------------------------------
- Page sidebar menu accordion
------------------------------------------ */
#sidebar ul.menu li.menu-item-has-children ul.sub-menu{
    display: none;
}
#sidebar ul.menu li.current-menu-item.menu-item-has-children ul.sub-menu,
#sidebar ul.menu li.current-menu-parent.menu-item-has-children ul.sub-menu{
    display: block;
}

/* ///////////////////////////////////

//////////  Internal Page Sidebar Menu 

//////////////////////////////////  */

@media screen and (min-width: 992px) {
    body .sidebar-left .wf-container-main {
        -ms-grid-columns: calc(300px - 25px) 50px calc(100% - 300px - 25px);
        grid-template-columns: calc(300px - 25px) calc(100% - 300px - 25px);
    }
    }
    
    body:not(.home) #main > .wf-wrap {
        width: unset;
          max-width: 1800px;
    }
    
    body:not(.home) #main > .wf-wrapsection.vc_section {
        width: unset!important;
    }
    
    body.page-id-161 #sidebar.is-affixed .sidebar-content {
        top: unset;
    }
    
    #sidebar.sidebar.solid-bg .widget, .solid-bg .sidebar-content .widget, .solid-bg.sidebar-content .widget {
        padding: 0px;
    }
    
    body #sidebar.sidebar .widget-title {
          font-size: 24px;
        background-color: #075767;
        color: #ffffff;
        text-align: center;
        padding: 15px;
        border-top-right-radius: 25px;
        border-top-left-radius: 25px;
            margin-bottom: 0px;
    }
    
    #sidebar.sidebar .sidebar-content .widget.widget_nav_menu:after {
        content: '';
        bottom: 0;
        left: 0;
        width: 100%;
        height: 25px;
        background-color: #075767;
        border-bottom-left-radius: 25px;
        border-bottom-right-radius: 25px;
    }
    
    .solid-bg .sidebar-content {
       background: none;
    }
    
    @media screen and (min-width: 992px) {
    body .sidebar-divider-vertical.sidebar-left #sidebar.sidebar .sidebar-content {
                padding-right: unset;
        }
    }
    
    body #sidebar.sidebar ul.menu li.menu-item {
        text-align: center;
        margin: 0px;
        padding-block: 10px;
        background: #f3f3f3;
    }
    
    body #sidebar.sidebar ul.menu li.menu-item a {
            font-size: 20px!important;
        color: #075767;
        line-height: 1.15;
        padding-inline: 15px;
    }
    
    body #sidebar.sidebar ul.menu li.menu-item.current_page_item {
          background-color: #007fad;
    }
    
    body #sidebar li.current_page_item a {
        font-size: 20px!important;
        color: #ffffff!important;
    }
    
    body #sidebar.sidebar ul.menu li.menu-item a:hover {
        color: #007fad!important;
    }
    
    body #sidebar.sidebar ul.menu li.menu-item.current-menu-item a:hover {
        color: #ffffff!important;
    }
    
    body .sidebar-content.widget-divider-off {
        border-right: 5px solid #0c5767;
    }
    
    body #sidebar.sidebar .widget-title {
    font-size: 26px;
        background-color: transparent;
        color: #075767;
        text-transform: uppercase;
        font-weight: 700!important;
        border-bottom: 1px solid rgb(139 141 148 / 15%);
        line-height:1;
    }
    
    body #sidebar.sidebar .sidebar-content .widget.widget_nav_menu:after {
        content: none;
        display: none;
    }
    
    body #sidebar.sidebar ul.menu li.menu-item {
        background: transparent;
    }
    
    body #sidebar.sidebar ul.menu li.menu-item.current_page_item {
        background-color: #007fad!important;
    }
    
    body #sidebar.sidebar ul.menu li.current-menu-item ul.sub-menu li.menu-item {
        background: unset!important;
        border-color: rgb(196 199 209 / 45%);
    }
    
    body #sidebar.sidebar ul.menu li.current-page-parent.menu-item-has-children:after {
        content: '\f107';
        font-family: FontAwesome;
        right: 5px;
        position: absolute;
        top: 12px;
        color: #007fad;
        font-size: 20px;
        transform: rotate(180deg);
    }
    
    body #sidebar.sidebar ul.menu li.menu-item-has-children:hover:after {
        content: '\f107';
        font-family: FontAwesome;
        right: 5px;
        position: absolute;
        top: 12px;
        color: #007fad;
        font-size: 20px;
        transform: rotate(180deg);
        transition: transform;
        transition-duration: .8s;
    }
    
    body #sidebar.sidebar ul.menu li.menu-item-has-children:hover, body #sidebar.sidebar ul.menu li.current-page-parent.menu-item-has-children {
        background-color: #efefef;
        
    }
    
    body #sidebar.sidebar ul.menu li.current_page_item.menu-item-has-children:after {
        color: #ffffff!important;
        transform: rotate(180deg);
        top: 12px;
    }
    
    body #sidebar.sidebar ul.menu li.menu-item-has-children ul.sub-menu li.menu-item a {
        font-size: 16px!important;
    }
    
    body #sidebar.sidebar ul.menu li.menu-item-has-children ul.sub-menu li.menu-item {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    
    body #sidebar.sidebar ul.menu ul.sub-menu {
        position: relative;
        top: 10px;
         left: -9px;
    }
    
    body #sidebar.sidebar ul.menu li.menu-item-has-children:after {
        content: '\f107';
        font-family: FontAwesome;
        right: 5px;
        position: absolute;
        top: 14px;
        color: #007fad;
        font-size: 20px;
        transform: rotate(0deg);
        transition: transform;
        transition-duration: .8s;
        
    }
    
    /* END Internal Page Sidebar Menu */


body:not(.home) h2 {
	font-size:15px;
}

body:not(.home) section h2, body:not(.home) .vc_row h2 {
    font-size: 38px;
    letter-spacing: -0.5px;
}

body:not(.home) section h3, body:not(.home) .vc_row h3 {
	  letter-spacing: -0.5px;
}


body section.gray-background-section > div {
    background: #f3f3f3;
    padding: 25px!important;
    border-radius: 25px;
    margin-bottom: 50px;
}

.paragraph-text-with-2-column-list .wpb_text_column.wpb_content_element.section-padding {
    margin-bottom: 12px!important;
}


/* Accordian Content */

body .vc_tta-container .vc_tta-panel .vc_tta-panel-body {
    background-color: #f3f3f3!important;
	 border-radius: 5px!important;
}

body #main .vc_tta-container h3.vc_tta-panel-title a {
    font-size: 30px;
    background-color: #158575!important;
    color: #ffffff!important;
    font-weight: 400!important;
    font-size: 24px;
    border-radius: 5px;
}

.vc_tta-color-white.vc_tta-style-classic .vc_tta-controls-icon::after, .vc_tta-color-white.vc_tta-style-classic .vc_tta-controls-icon::before {
    border-color: #ffffff!important;
}

.accordion-section .wpb_text_column.wpb_content_element.section-padding {
    margin-bottom: 15px;
}

.accordion-section .vc_tta.vc_general .vc_tta-panel-body {
	  padding-bottom: 25px;
}

body #main .vc_tta-container .accordions-blue h3.vc_tta-panel-title a {
    background-color: #0e4886!important;
}

body #main .vc_tta-container .accordions-teal h3.vc_tta-panel-title a {
    background-color: #075767!important;
}

/* White Button with Icon Element */
body .white-button-with-icon {
    min-height: 90px;
    transition: min-height 250ms ease-in-out;
    cursor: pointer;
	width: 100%;
}

body .white-button-with-icon .vc_btn3-icon {
    position: unset!important;
    transform: none!important;
    margin-right: 15px;
}

body #main .white-button-with-icon.vc_btn3-container a,
body #main .white-button-with-icon.vc_btn3-container button {
		width: 100%;
    display: block;
    background-image: none;
    font-size: 20px!important;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    background-color: #ffffff!important;
    color: #075667!important;
    border-radius: 20px;
    box-shadow: 0px 0px 18px rgba(7, 87, 103, 0.42);
    transition: border-radius 500ms ease-in-out, background-color 100ms ease-in-out, color 100ms ease-in-out, box-shadow 500ms ease-in-out;
	    padding-left: 25px!important;
    padding-right: 25px;
	    min-height: 90px;
}

body #main .white-button-with-icon.vc_btn3-container button {
    min-height:unset!important;
}

body #main .white-button-with-icon.vc_btn3-container a:hover,
body #main .white-button-with-icon.vc_btn3-container button:hover {
    align-items: center;
    color: #007fad!important;
    border-radius: 30px;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.42);
    transition: border-radius 500ms ease-in-out, background-color 100ms ease-in-out, color 100ms ease-in-out, box-shadow 500ms ease-in-out;
}

body #main .white-button-with-icon.small-white-button, body .white-button-with-icon.small-white-button a {
	width:unset!important;
	min-height: unset!important;
	background-color:unset!important;
    margin-left: 4px;
    margin-right:4px;
}

/* 3 and 2 column boxes */

section.vc_section.three-box-row {
    margin-left: -30px;
}

.three-box-row #Blue_Box .wpb_wrapper {
    background-color: #094886 !important;
    border-radius: 40px!important;
    padding: 12px 12px;
}

.three-box-row #Teal_Box .wpb_wrapper {
    background-color: #075767 !important;
    border-radius: 40px!important;
    padding: 12px 12px;
}

.three-box-row #Green_Box .wpb_wrapper {
    background-color: #008575 !important;
    border-radius: 40px!important;
    padding: 12px 12px;
}

@media only screen and (max-width:767px) {
    .three-box-row .three-box-column>.vc_column-inner {
        max-width: 400px;
        margin: auto;
    }
    #Blue_Box, #Teal_Box, #Green_Box{
		padding-bottom: 25px;
	}
}
.three-box-row .three-box-column :is(h3, p){
	color: #ffffff!important;
}

.three-box-row .three-box-column .wpb_text_column.wpb_content_element {
    margin-bottom: 0px;
}

.three-box-row .three-box-column .wpb_single_image {
    margin-bottom: 0px;
}

.three-box-row .three-box-column h3 {
	font-size: 37px	;
		letter-spacing: 0.5px;
}

.three-box-row .three-box-column p {
	font-size: 18px;
		line-height: 1.4;
	margin-bottom: 10px!important;
}
body #main .three-box-row .three-box-column a.vc_general.vc_btn3 {
    background-color: #ffffff;
    width: 80%;
    color: #075767;
    box-shadow: 0px 0px 18px rgba(7, 87, 103, 0.42)!important;
    transition: border-radius 500ms ease-in-out, background-color 100ms ease-in-out, color 100ms ease-in-out, box-shadow 500ms ease-in-out;
    text-align: center;
    padding-left: 25px;
    font-size: 18px!important;
}

.three-box-row .three-box-column a.vc_general.vc_btn3 {
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
	  margin: auto;
}

.three-box-row .three-box-column a.vc_general.vc_btn3:hover {
		background-color: #ffffff;
    color:#007fad;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.42)!important;
    transition: border-radius 500ms ease-in-out, background-color 100ms ease-in-out, color 100ms ease-in-out, box-shadow 500ms ease-in-out;
}
 
.three-box-row .three-box-column a.vc_general.vc_btn3 i {
    font-size: 24px;
	  position: unset;
    line-height: 1.35;
    padding-right: 5px;
}

.three-box-row .vc_row.wpb_row {
    left: unset!important;
}

.three-box-row .wpb_wrapper {
    flex-grow: 1;
	 display: flex;
    flex-direction: column;
}

.three-box-row .wpb_wrapper .vc_btn3-container {
    margin-top: auto;
}

body #content .pdf-icon ul li:before {
    content: '\f15c';
    font-family: 'FontAwesome';
    color: #168575;
    margin-right: 5px;
}

/*
body #content .no-bullets ul li::marker {
		content: none;
}
*/

body #content .pdf-icon li {
    margin-left: 20px;
    margin-bottom: 5px;
}

.links-list i.fa-solid.fa-up-right-from-square {
    font-size: 16px!important;
    margin-right: 5px;
}



/* alt button colors */
body #main .white-button-with-icon.alt-color-1.vc_btn3-container a {
    background: #168575!important;
    color: #ffffff!important;
}

body #main .white-button-with-icon.alt-color-1.vc_btn3-container a:hover {
    background: #007fad!important;
    color: #ffffff!important;
}

body #main .white-button-with-icon.alt-color-2.vc_btn3-container a {
    background: #007fad!important;
    color: #ffffff!important;
}

body #main .white-button-with-icon.alt-color-2.vc_btn3-container a:hover {
    background: #075767!important;
    color: #ffffff!important;
}

body #main .white-button-with-icon.alt-color-3.vc_btn3-container a {
    background: #895273!important;
    color: #ffffff!important;;
}

body #main .white-button-with-icon.alt-color-3.vc_btn3-container a:hover {
    background: #007fad!important;
    color: #ffffff!important;
}


.alignme-left a.vc_general.vc_btn3 {
    justify-content: flex-start!important;
}

.alignme-left a.vc_general.vc_btn3 i {
    font-size: 30px;
}

/* Separator Between Rows */
.separating-line .vc_separator.vc_separator_no_text {
    margin-bottom: 75px;
}

/* Section with background image */
body #main section.vc_section.section-background-image {
		border-radius: 50px;
    margin: 0px!important;
    padding: 0px!important;
    margin-block: 60px!important;
	  margin-inline: 15px!important;
}

section.vc_section.section-background-image>div {
    border-radius: 50px;
    background: rgb(0 0 0 / 55%);
    margin: 0px!important;
    padding: 35px;
}

section.vc_section.section-background-image :is(p, span, div, a, li, h2, h3, li::marker) {
    color: #ffffff!important;
}

body #main section.vc_section.section-background-image p a {
    color: #ffffff!important;
}

/* current Air Quality widget */

.current-air-quality {
    background-color: #0c5767;
text-align: center;
border-radius: 35px;
padding: 45px;
padding-top: 25px;
}

.current-air-quality h3 {
color: #ffffff;
  letter-spacing: 0px!important;
margin-bottom: 15px;
}

.current-air-quality img {
outline: 10px solid #ffffff;
outline-offset: -1px;
}

/* Schedule an Exam */
iframe#flexbookeriframe {
    border: none;
}

@media only screen and (min-width: 1200px) {
    .container .row  div#contactInfo.col-lg-3 {
        width: 100%;
    }
    .container .row   div#mainComponent.col-lg-9 {
        width: 100%;
    }
}

/* Blog title line height on New Page */
body .post-entry-content h3.entry-title a {
    display: inline-block;
    line-height: 1.2em!important;
}

@media only screen and (min-width:768px) {
    .single .post:not(.type-event) .post-thumbnail, .single .single-postlike:not(.type-event) .post-thumbnail {
        max-width: 450px;
        float: left;
        padding-right: 20px;
        margin-bottom: 10px;
    }
}
/* gravity form */

body .gform_wrapper.gravity-theme .gfield_label {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
    padding: 0;
    color: #197fad;
    font-size: 22px!important;
    font-weight: 700!important;
}

body .gform_wrapper.gravity-theme * {
    box-sizing: border-box;
    color: #515151;
    font-family: 'Tenorite', Roboto, sans-serif!important;
    font-size: 18px!important;
}

body .gform_wrapper .gform_body input::placeholder {
    color: #515152;
    opacity: .7;
}

body #main .gform_wrapper .gfield_required {
    color: #ca4d21;
}
/*--------------------
ACCESSIBILITY STYLES + OVERRIDES
-------------------- */
a.scroll-top.on:focus-visible, footer .accessibility-widget a:focus-visible {
    outline: 2px solid black;
}

body footer #block-10 a.wp-block-button__link.wp-element-button {
    background-color: #096274 !important;
}
.masthead.sticky-off .top-bar .mini-widget-searchform a span {
    color: #075767;
}

.masthead .right-widgets.mini-widgets .mini-nav, .masthead .right-widgets.mini-widgets .mini-search{
    height: 28px;
}
.masthead.sticky-off .top-bar .mini-widget-searchform{
    padding-top:2px;
}
/* BG change for WPML banner */
#the7-body .otgs-development-site-front-end {
    background-color: #308096;
}
/* Header + Footer + Who We Are/Serve section focus states */
body .masthead a:focus-visible, body .dt-mobile-header a:focus-visible{
	outline: 2px solid #007FAE;
}
body input:focus-visible, body footer a:focus-visible, .alert_accordion .alert_accordion_toggle:focus-visible, .alert_accordion a:focus-visible, .alertContent .closeTimes a:focus-visible, section#The_Who_We .news-carousel-button a:focus-visible {
	outline: 2px solid white !important;
	outline-offset: 2px;
}
.mobile-header-scrollbar-wrap .dt-close-mobile-menu-icon:focus-visible {
    outline: 2px solid #075767;
    outline-offset: 2px;
}
/* Slider Rev */
rs-layer-wrap a.rs-layer.rev-btn:focus-visible {
    outline: 2px solid #007FAE !important;
}

rs-bullet:focus-visible, .rs-layer .st-default-search-input:focus-visible, .rs-layer #searchsubmit:focus-visible {
    outline: 2px solid white !important;
    outline-offset: 2px;
}

/* Slick Carousel */
button.slick-arrow:focus-visible {
    outline: 2px solid #0c5767;
    outline-offset: 2px;
}
.featured-news-slider.slick-dotted .slick-dots li.slick-active button:before {
    border-radius: 50px;
    padding: 2px 1px 0px 1px;
}

/* Blog Single */

@media only screen and (min-width:768px) {
    body .single .post:not(.type-event) .post-thumbnail, .single .single-postlike:not(.type-event) .post-thumbnail {
        max-width: 450px;
        float: left;
        padding-right: 20px;
        margin-bottom: 10px;
    }
}


/*  fix Featured News dots on home page */
#Featured_News .slick-dots li button:before {
    padding: 2px 1px 0px 1px;
}
#News_Blog_Grid .vc_btn3-container {
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 8px;
}

#News_Blog_Grid .vc_gitem-zone-mini {
	height: 100%;
}
#News_Blog_Grid .vc_gitem_row {
	height: 100%;
}
#News_Blog_Grid .cpt-grid-wrapper {
	height: 100%;
}

/* blog single styles */

body.single-news img.news-featured-image {
    border-radius: 25px;
    float: left;
    margin-bottom: 30px;
	  width: 100%;
    height: auto;
}

@media only screen and (min-width:992px) {
		body.single-news img.news-featured-image {
			max-width: 500px;
			margin-right: 30px;
			margin-bottom: 20px;
	}
}
/* hide general links on Desktop */
@media only screen and (min-width:992px) {
	li.menu-item.menu-item-12621 {
			display: none;
	}
		body.search.search-results #main:not(.sidebar-none) .wf-container-main {
			display: unset!important;
	}	
}

body.search.search-results a.author.vcard {
    display: none;
}

body.search.search-results  .entry-meta a * {
	  color: #232323;
}

/* Additional Style fixes */
@media only screen and (max-width:988px) {
	#Home_Cards a.vc_btn3.vc_btn3-size-md {
			min-width:unset;
		}
}

@media only screen and (min-width: 1156px) and (max-width:1327px) {
	.three-box-row .appointments .three-box-column h3 {
			font-size: 27px;
	}
}

@media only screen and (min-width: 992px) and (max-width:1155px) {
	.three-box-row .appointments .three-box-column h3 {
			font-size: 21px;
			line-height: 1;
	}
}

@media (max-width: 1120px) {
	.media-contacts .vc_col-sm-4 {
			width: 100%;
	}
}

@media (max-width: 767px) {
.vc_btn3-container:focus-visible {
    outline: none;
}
}

.mobile-mini-widgets-in-menu button.dropbtn {
-webkit-appearance: none;
}

@media (max-width: 475px) {
	body #main ul.board_meeting_accordion li a.board_meeting_toggle {
		font-size: 19px!important;
	}
}

/* footer sign up fix */
@media only screen and (min-width:778px) {
	body footer #block-8 form#gform_1 {
display: flex!important;
justify-content: flex-end;
margin-right: 0px!important;
margin-left: unset!important;
	}
	
	body footer #block-8	.gform_wrapper.gravity-theme .gf_simple_horizontal .gform_footer.top_label {
	max-width: unset;
	}
	
}

@media screen and (max-width: 992px) {
body .sticky-mobile-on.masthead:not(.side-header) {
    background-color: #fff !important;
}
}

/* Temp Andy */

body #main .white-button-with-icon.vc_btn3-container a,
body #main .white-button-with-icon.vc_btn3-container button {
		width: 100%;
    display: block;
    background-image: none;
    font-size: 20px!important;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    background-color: #ffffff!important;
    color: #075667!important;
    border-radius: 20px;
    box-shadow: 0px 0px 18px rgba(7, 87, 103, 0.42);
    transition: border-radius 500ms ease-in-out, background-color 100ms ease-in-out, color 100ms ease-in-out, box-shadow 500ms ease-in-out;
	    padding-left: 25px!important;
    padding-right: 25px;
	    min-height: 90px;
}

body #main .white-button-with-icon.vc_btn3-container button {
    min-height:unset!important;
}

body #main .white-button-with-icon.vc_btn3-container a:hover,
body #main .white-button-with-icon.vc_btn3-container button:hover {
    align-items: center;
    color: #007fad!important;
    border-radius: 30px;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.42);
    transition: border-radius 500ms ease-in-out, background-color 100ms ease-in-out, color 100ms ease-in-out, box-shadow 500ms ease-in-out;
}

body #main .white-button-with-icon.small-white-button, body .white-button-with-icon.small-white-button a {
	 width:unset!important;
	min-height: unset!important;
	background-color:unset!important;
    margin-left: 4px;
    margin-right:4px;
}

.three-box-row .wpb_wrapper {
    flex-grow: 1;
	 display: flex;
    flex-direction: column;
}

.three-box-row .wpb_wrapper .vc_btn3-container {
    margin-top: auto;
}