:root{
    --accent-color: #3C3A3A;
}

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: 37px 0px;
}
.logo {
  max-width: 210px;
  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;}
.header .header__content .grid-3-col div:nth-child(2) svg {max-width: 150px;}
.nm .margin-top-180{margin: 0!important;}
.ptb{padding: 180px 0 100px;}
.special p {font-size: 1.5rem; margin-bottom: 0.5rem;}
.special ul {list-style: none; margin: 0; column-gap:2rem; padding-bottom: 34px; padding-left: 0;}
.special li {border: 2px dashed #fff; padding: 14px 24px; margin-bottom: 10px;}
.special ul strong{display: block; font-size: 1.5rem; line-height: normal!important;}
.btn.inverted{background: var(--accent-color); border-color:var(--accent-color)!important; }
.special-title{font-size: 1.25rem; text-transform: uppercase; margin: 0 0 1rem;}
#contact .special li{border-color: var(--accent-color);}
#contact .special ul{padding:0;}
body.home .section__banner{height: 80vh!important;}
.btn.inverted{color: #fff!important;}
.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;}
.row-to-column{
    display: flex;
    flex-direction: row; 
    gap: 3rem;
}
.box-align-vertically {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media screen and (max-width: 767px) {
    .row-to-column{
        flex-direction: column; 
        gap: 2rem;
    }
    .logo{max-width:110px!important;}  
    .header .header__content .grid-3-col div:nth-child(2) svg {max-width: 100px;}
    #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 .grid-3-col div:nth-child(2) {padding: 27px 0;}
    .header .header__content {padding: 0 2rem 0 0;}
    body .uwy.userway_p5 .uai{bottom: 55px!important;}
    .fixed-cta {display: flex;}
    h1 span{ display: none; font-size: 1.25rem;}
    .ptb{padding: 80px 0 80px;}
    .special p {font-size: 1rem; margin-bottom: 0.5rem; padding-top: 24px; }
.special ul {list-style: none; padding: 0; padding-bottom: 34px;}
.special li {border:none; padding:0; margin-bottom:5px; font-size: 0.9rem;}
.special ul strong{display: inline-block; font-size: 0.9rem;}
body.home .section__banner{height: 60vh!important;}   
.banner svg {width: 70px;}    
}