:root{
    --accent-color: #f26363;
}

body, html{scroll-behavior: smooth!important;}

.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: 32px 0px;
}
.logo {
  max-width: 200px;
  margin: 0 auto;
}
address {
  text-transform: none!important;
}

#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;}
form input, form textarea, form select {border: 1px solid #555;}
h1 span{ display: block; font-size: 1.5rem;}
.pt-2{padding-top: 2rem;}
form input[type="checkbox"] {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  display: inline-block;
  height: 40px;
  outline: .0625rem solid #fff;
  outline-offset: 0 !important;
  padding: 1.15rem;
  vertical-align: middle;
  width: 40px;
}
.call-us{font-size: 1.5rem; margin-top: 0;}
@media screen and (max-width: 767px) {
    .logo{max-width:100px!important;}    
    #bio_ep, #bio_ep_bg{display: none!important;}
    .header .header__content .grid-3-col div:nth-child(1) a{position: absolute; width: 85%;}
    .header .header__content .grid-3-col div:nth-child(2) {padding: 25px 0px; text-align: center;}
    .header .header__content {padding: 0;}
    body .uwy.userway_p5 .uai{bottom: 55px!important;}
    .fixed-cta {display: flex;}
    h1 span {display: block;font-size: .90rem; letter-spacing: 3px; padding-top: 1rem;}
    .banner svg{width: 70px;}
}