:root{
    --accent-color: #0c6b71;
}
html {
  scroll-behavior: smooth;
}
.header .header__content .grid-3-col div:nth-child(2) {
  padding: 17px 0px;
}
.fixed-cta {
 position: fixed;
 left: 0;
 bottom: 0;
 width: 100%;
 text-align: center;
 display: none;
 z-index: 9999;
}
.fixed-cta a.btn {
 width: 50%;
 padding: 16px 10px 13px;
 background: #222;
 color: #fff;
 display: block;
 font-size: 16px;
 margin-top: 0;
 border-radius: 0;
 text-transform: uppercase;
 letter-spacing: 1px;
 font-weight: 500;
 border: 0;
}
.fixed-cta a.btn+a.btn {
 background: var(--accent-color);
 color: #fff ;
}
.fixed-cta a.btn:hover {
 opacity: 1 !important; 
}
.section__banner--block{
    margin-top: inherit;
}
.logo{
    display:inherit;
    max-width:268px;
    width:auto;
    height: auto;
}
.header .header__content{
    padding: 0 2rem;
}
ul{
    padding-bottom: 2rem;
}
#bio_ep{background: #3D5061!important; color: #fff; max-width: 80%!important; width:100%!important; height:auto!important;}
#bio_ep .wrap {padding: 60px;}
#bio_ep h2{font-size: 2.5rem;}
#bio_ep_close{top: 0; background: #000;}
#bio_ep .btn{background: #000;} 
#bio_ep p {font-size: 1.25rem!important;line-height: 2rem; margin-top: 1rem;}
#bio_ep form input, #bio_ep form textarea, #bio_ep form select{padding: 1rem 2rem;font-size: 1rem;}
#bio_ep input[type="button"]{outline: 0;max-width: 100%;margin-top: 1.5rem;}

.header .header__content .grid-3-col div:nth-child(1) a, form button, form input[type="button"]{
  background: var(--accent-color);   
}
.section__blocks--border {
  border-left: 6px solid var(--accent-color) !important;
}
.header .header__content .grid-3-col div:nth-child(2) {
  padding: 39px 0px;
}
.header .header__content .grid-3-col div:nth-child(2) svg {
  max-width: 186px;
}
address {
  text-transform: none!important;
}
h1 span {
  display: block;
  font-size: 1.5rem;
}
.call-us {
  font-size: 1.5rem;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
    .logo{max-width:140px;}    
    #bio_ep, #bio_ep_bg{display: none!important;}
    .header .header__content .grid-3-col div:nth-child(1) a{position: absolute; width: 70%;}
    .header .header__content {padding: 0 2rem 0 0;}
    body .uwy.userway_p5 .uai{bottom: 55px!important;}
    .fixed-cta {display: flex;}
    .header .header__content .grid-3-col div:nth-child(2) {padding: 24px 0px;}
    .header .header__content .grid-3-col div:nth-child(2) svg {max-width: 126px;}
     h1 span {font-size: 1rem; padding-top: 1rem;}
    .banner svg {width: 70px;}
}