/* FILE: TEMPLATE.CSS */
.no-scroll {
  overflow-x: hidden !important;
  overflow-y: hidden !important;
}

/* Animations */
@-webkit-keyframes GradientAnimated {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-moz-keyframes GradientAnimated {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes GradientAnimated {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/* Backgrounds */
.background-gradient-animated {
  background: linear-gradient(270deg, #9b0000,  #e62300);
  background-size: 400% 400%;
  -webkit-animation: GradientAnimated 30s ease infinite;
  -moz-animation: GradientAnimated 30s ease infinite;
  animation: GradientAnimated 30s ease infinite;
}
.background-gradient-animated.animated-medium {
  -webkit-animation-duration: 15s;
  -moz-animation-duration: 15s;
  animation-duration: 15s;
}
.background-gradient-animated.animated-fast {
  -webkit-animation-duration: 2.5s;
  -moz-animation-duration: 2.5s;
  animation-duration: 2.5s;
}

/* global notice */
.global-notice{
  padding:20px 0;
}
.global-notice-inner{
  width:100%;
  max-width:1600px;
  padding:0 20px;
  color:#fff;
  text-align:center;
  margin:0 auto;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-direction:row;
  flex-wrap:wrap;
}
.global-notice .headline5{
  flex-basis:100%;
  width:100%;
  color:#fff;
  text-align:center;
}
.global-notice .button{
  flex-basis:auto;
  width:auto;
  background-color:#424242;
}
.global-notice .button:hover{
  background-color:#323232;
  color:#fff;
}

@media (min-width:1024px){
  .global-notice-inner{
    justify-content:space-between;
  }
  .global-notice .headline5{
    flex-basis:calc(100% - 200px);
    width:calc(100% - 200px);
    text-align:left;
  }
  .global-notice .button{
    margin:0;
    display:block;
  }
  

}

/* text gradient */
.text-gradient {
  color: #98c100;
  background: linear-gradient(to top, #b4e600, #98c100);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  text-shadow: none;
}
/* Icon Divider */
.icon-divider {
  text-align: center;
  margin: 1rem auto;
  display: inline-block;
  position: relative;
}
.icon-divider svg {
  fill: #fff;
  width: auto;
  height: 2rem;
  margin: auto;
  display: inline-block;
  position: relative;
}
.icon-divider:before, .icon-divider:after {
  background: #fff;
  width: 4rem;
  height: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: "";
}
.icon-divider:before {
  left: 150%;
}
.icon-divider:after {
  right: 150%;
}
.icon-divider.icon-dark {
  margin: auto;
}
.icon-divider.icon-dark svg {
  fill: #424242;
}
.icon-divider.icon-dark:before, .icon-divider.icon-dark:after {
  background: #98c100;
}
/* Background Image Classes */
.background-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
}
.background-image h1, .background-image h2, .background-image h3, .background-image h4, .background-image h5, .background-image h6, .background-image .headline1, .background-image .headline2, .background-image .headline3, .background-image .headline4, .background-image .headline5, .background-image .headline6 {
  color: #fff;
}
/* Global Navigation Bar */
#navbar {
  background: black;
  width: 100%;
  height: 5rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  transition: all 0.24s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#navbar .navbar-logo {
  /* Logo */
  position: absolute;
  top: 48%;
  left: 2rem;
  transform: translateY(-50%);
  /* Menus */
}
#navbar #navbar-menus {
  background-color: #424242;
  width: 100%;
  height: calc(100% - 5rem);
  position: fixed;
  top: 5rem;
  right: -100%;
  transform: translateY(0);
  overflow-y: auto;
  z-index: 10;
  transition: all 0.24s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#navbar #navbar-menus.is-active {
  right: 0;
  /* Mobile Menu Toggle */
}
#navbar #navbar-toggle {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
  display: block;
}
#navbar #navbar-toggle:hover {
  background: transparent !important;
  /* Scrolled Mode */
}
#navbar.is-scrolled {
  background: rgba(0, 0, 0, 0.9);
  /* Stuck Mode */
}
#navbar.is-stuck {
  background: rgba(0, 0, 0, 0.9) !important;
}
nav {
  width: auto;
  -webkit-overflow-scrolling: touch;
}
/* Main Logo */
#img-logo {
  width: 144px;
  height: auto;
  margin: 0;
  display: block;
  transition: all 0.24s cubic-bezier(0.645, 0.045, 0.355, 1);
}
/* Page Header */
#header-wrap {
  background-color: #000;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  text-align: center;
  color: #fff;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5rem;
  padding: 6rem 0 2rem 0;
}
#header-wrap:after {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
#header-wrap #header-inner {
  width: 94%;
  max-width: 1380px;
  margin: auto;
  display: inline-block;
  position: relative;
  z-index: 1;
}
#header-wrap #header-inner h1, #header-wrap #header-inner .headline1 {
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 900;
  color: #fff;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}
#header-wrap #header-inner h1 .sub, #header-wrap #header-inner .headline1 .sub {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #98c100;
  filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.4));
}
#header-wrap #header-inner p {
  width: 100%;
  max-width: 1024px;
  margin: 1.5rem 0;
  display: block;
}
#header-wrap #header-inner h1 + p, #header-wrap #header-inner .headline1 + p {
  margin: 0;
}
#header-wrap .icon-divider:before, #header-wrap .icon-divider:after {
  opacity: 0.5;
}
#header-wrap .icon-divider svg {
  opacity: 0.7;
}

.header-usps {
  text-align: left;
  display: flex;
  justify-content: flex-start;
  flex-flow: row wrap;
  gap: 1rem; 
  margin-top: 2rem;
}

.header-usps > div {
  display: flex;
  align-items: center;
  flex: 0 1 calc(50% - 1rem); 
}

.header-usps .list-item {
  display: flex;
  align-items: center;
  flex-basis: 100%;
  font-size: 1.2rem;
  font-weight: 600;
}

.header-usps .icon {
  width: 2rem;
  height: 2rem; 
  margin-right: 0.5rem; 
}

.header-usps .list-text {
  font-size: 1rem;
  font-weight: 700; 
}

@media (max-width: 600px) {
  .header-usps > div {
    flex: 0 1 100%; 
  }
}

/* General Sections */
section {
  position: relative;
  padding: 1.5rem 0;
}
section.background-image {
  color: #fff;
  background-size: cover;
}
section.background-image hr {
  background-color: #fff;
}
section > .container {
  position: relative;
  z-index: 1;
}
/* Footer */
footer {
  background: #424242;
  color: #fff;
  font-size: 0.85rem;
  line-height: 1.1rem;
  padding: 0;
  overflow: hidden;
}
footer a {
  font-weight: 400;
  color: #fff;
  text-decoration: none;
}
footer .headline4 {
  color: #fff;
}
footer hr.xshort {
  background: #98c100;
  background: linear-gradient(148deg, #98c100 0%, #779700 100%);
  margin-bottom: 1rem;
}
footer hr.xshort + p, footer hr.xshort + div > p {
  margin-top: 0;
}
footer #footer-social a {
  line-height: normal;
  display: inline-block;
  padding: 0 0.15rem;
}
footer #footer-social a img {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  box-shadow: none;
  width: 24px !important;
  height: 24px !important;
}
footer input[type="button"] {
  margin-top: 0.75rem;
}
footer input[type="text"] {
  font-weight: 600;
  border: 0;
  border-radius: 0.2rem;
  box-shadow: none;
}
footer input[type="text"]::placeholder {
  font-weight: 400;
}
footer input[type="text"]:hover, footer input[type="text"]:focus {
  border: 0;
  box-shadow: none;
  outline: none;
}
footer .footer-col {
  padding: 2rem;
  position: relative;
}
footer .footer-col:nth-child(1) {
  background: #98c100;
  color: #424242;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  letter-spacing: -0.05rem;
}
footer .footer-col:nth-child(1) .headline4 {
  color: #424242;
}
footer .footer-col:nth-child(1) hr.xshort {
  background: #424242;
}
footer .footer-col:nth-child(3) {
  background: #4f4f4f;
}
/* Sidebar */
#div-sb-main-spacer {
  display: none;
}
#div-sb-main-outer strong {
  font-weight: 800;
}
#div-side-bar-outer > section {
  padding: 0 0 3rem 0;
}
/* Contact Page block cards */ 
.block-cards .box {
    width: 100%;
    max-width: 560px;
    height: 100%;
    margin: 0 auto;
    transition: ease-out 0.5s;
    box-shadow: -1px 7px 0.7rem 8px rgba(0, 0, 0, 0.05);
    position: relative; 
    margin-top: 20px;
    padding-bottom:30px;
}

.block-cards .box img {
    width: 100% !important;
    margin: 0;
}

.block-cards .box h4 {
    padding-top:30px;
}

.block-cards .box .icon {
    background-color: #92c743;
    width: 5rem;
    height: 5rem;
    border-radius: 10rem;
    border: .5rem solid #fefefe;
    margin: -2.5rem auto 0 auto;
    position:relative;
}

.block-cards .box .icon svg {
    fill: #fefefe;
    width: 2rem;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);

}

.block-cards .box h3 .sub {
    font-size: 0.8rem;
    line-height: 1rem;
}

.block-cards .box small {
    font-size: 0.8rem;
    line-height: 1rem;
    font-weight: 800;
    text-transform: uppercase;
    color: #92c743; 
    position: relative;
    display: inline-block;
}

.block-cards .box small:before,
.block-cards .box small:after {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
}

.block-cards .box small:before {
    background-color: #f8f9fa; 
    z-index: 0;
}

.block-cards .box small:after {
    background-color: #92c743; 
    z-index: 1;
    transition: ease-out 0.5s;
    transform-origin: left;
    transform: scaleX(0);
}

.block-cards .box a:not(.button) {
    text-decoration: none;
    width: 100%;
    height: 100%;
    color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.block-cards .box:hover {
    box-shadow: 0 0.75rem 1rem rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
}

.block-cards .box:hover small:after {
    transform: none;
}


.side-bar-contact {
  color: #fff;
  padding: 3rem 1rem;
  text-align: center;
}
.side-bar-contact h3 {
  text-transform: uppercase;
}
.side-bar-contact a {
  color: #fff;
  text-decoration: none;
}
.sidebar-areas-list .preheading{
  font-size:1.1rem;
  line-height:1.2rem;
  color:#98c100;
  margin:0;
  display:block;
}
/* Maps */
.area-map-outer {
  width: 100%;
  height: 100%;
  min-height: 400px;
}
.google-map {
  width: 100%;
  height: 100%;
  min-height: 250px;
}
.popup-quote {
  display: none;
}
.popup-employment {
  display: none;
}
ul.blocks {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.blocks > li > a {
  display: block;
  background-color: #164388;
  color: #fff;
  text-align: center;
  text-decoration: none !important;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 5rem 0;
  font-family: 'Merriweather', sans-serif;
  font-size: 1.3rem;
  line-height: 1.7rem;
}
ul.blocks > li > a:hover .background-overlay {
  background: rgba(0, 0, 0, 0.25);
}
/* PAYMENT PAGE */
.payment-modal.is-hidden{
    pointer-events:none;
    transition:none;
  }
  .payment-modal{
    pointer-events:none;
    opacity:0;
    background-color:rgba(0,0,0,0.5);
    width:100%;
    height:100%;
    position:fixed;
    top:0;
    left:0;
    z-index:9999;
    transition:all 250ms ease;
  }
  .payment-modal.is-active{
    opacity:1;
    pointer-events:all;
  }
  .payment-modal-form{
    background-color:#fefefe;
    width:100%;
    max-width:560px;
    height:100%;
    max-height:100%;
    padding:1.5rem 2rem;
    position:absolute;
    top:50%;
    left:50%;
    z-index:2;
    overflow:hidden visible;
    transform:translate3d(-50%,-50%,0);
  }
  .payment-modal-form .headline3{
    text-align:center;
  }
  .payment-modal-form .form-field-wrapper{
    display:flex;
    align-items:stretch;
    justify-content:flex-start;
    flex-flow:row wrap;
  }
  .payment-modal-form .form-field-item{
    flex-basis:100%;
    width:100%;
    padding:5px;
    margin:0;
    display:block;
  }
  .payment-modal-form .form-button{
    flex-basis:100%;
    width:100%;
    padding:5px;
    margin:0;
    display:block;
  }
  .close-payment-modal{
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    z-index:0;
  }
  .payment-options .box{
    position:relative;
    width:100%;
    max-width:480px;
    background-color:#fefefe;
    border-radius:1rem;
    border:8px solid #424242;
    box-shadow:0 0.5rem 1rem rgba(0,0,0,0.08);
    padding:2rem 1rem;
    margin:0 auto;
    transition:all 250ms ease;
  }
  .payment-options .box:hover{
    border:8px solid #98c100;
    transform:translateY(5px);
  }
  .payment-options .box a{
    width:100%;
    height:100%;
    color:transparent;
    text-indent:-9999px;
    position:absolute;
    top:0;
    left:0;
    z-index:3;
  }
  @media (min-width:400px){
    .payment-modal-form .form-field-item{
      flex-basis:50%;
      width:50%;
    }
  }
  @media (min-width:768px){
    .payment-modal-form{
      height:auto;
    }
  }
/* END PAYMENT PAGE*/

/*Areas List*/

.area-list {
    --icon-map-marker: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjIycHgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgd2lkdGg9IjIycHgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+ICAgICAgICAgICAgICAgPHBhdGggZD0iTTM1Ljc2LDI2LjM2aDAuMDFjMCwwLTMuNzcsNS41My02Ljk0LDkuNjRjLTIuNzQsMy41NS0zLjU0LDYuNTktMy43Nyw4LjA2CUMyNC45Nyw0NC42LDI0LjUzLDQ1LDI0LDQ1cy0wLjk3LTAuNC0xLjA2LTAuOTRjLTAuMjMtMS40Ny0xLjAzLTQuNTEtMy43Ny04LjA2Yy0wLjQyLTAuNTUtMC44NS0xLjEyLTEuMjgtMS43TDI4LjI0LDIybDguMzMtOS44OAlDMzcuNDksMTQuMDUsMzgsMTYuMjEsMzgsMTguNUMzOCwyMS40LDM3LjE3LDI0LjA5LDM1Ljc2LDI2LjM2eiIgZmlsbD0iIzQ4YjU2NCI+PC9wYXRoPiAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0yOC4yNCwyMkwxNy44OSwzNC4zYy0yLjgyLTMuNzgtNS42Ni03Ljk0LTUuNjYtNy45NGgwLjAxYy0wLjMtMC40OC0wLjU3LTAuOTctMC44LTEuNDhMMTkuNzYsMTUJYy0wLjc5LDAuOTUtMS4yNiwyLjE3LTEuMjYsMy41YzAsMy4wNCwyLjQ2LDUuNSw1LjUsNS41QzI1LjcxLDI0LDI3LjI0LDIzLjIyLDI4LjI0LDIyeiIgZmlsbD0iI2ZjYzYwZSI+PC9wYXRoPiAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0yOC40LDQuNzRsLTguNTcsMTAuMThMMTMuMjcsOS4yQzE1LjgzLDYuMDIsMTkuNjksNCwyNCw0QzI1LjU0LDQsMjcuMDIsNC4yNiwyOC40LDQuNzR6IiBmaWxsPSIjMmM4NWViIj48L3BhdGg+ICAgICAgICAgICAgICAgPHBhdGggZD0iTTE5LjgzLDE0LjkyTDE5Ljc2LDE1bC04LjMyLDkuODhDMTAuNTIsMjIuOTUsMTAsMjAuNzksMTAsMTguNWMwLTMuNTQsMS4yMy02Ljc5LDMuMjctOS4zCUwxOS44MywxNC45MnoiIGZpbGw9IiNlZDU3NDgiPjwvcGF0aD4gICAgICAgICAgICAgICA8cGF0aCBkPSJNMjguMjQsMjJjMC43OS0wLjk1LDEuMjYtMi4xNywxLjI2LTMuNWMwLTMuMDQtMi40Ni01LjUtNS41LTUuNWMtMS43MSwwLTMuMjQsMC43OC00LjI0LDJMMjguNCw0Ljc0CWMzLjU5LDEuMjIsNi41MywzLjkxLDguMTcsNy4zOEwyOC4yNCwyMnoiIGZpbGw9IiM1Njk1ZjYiPjwvcGF0aD4gICAgICAgICAgICAgPC9zdmc+");
}

.area-list ul {
    display: flex;
    align-items: stretch;
    width: 100%;
    list-style-position: outside;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
}

.area-list ul > li {
    list-style: none;
    flex-basis: 50%;
    width: 50%;
    padding-top: calc(48px + 20px);
    margin: 0.5rem 0;
    text-align: center;
    position: relative;
}

.area-list ul > li:before {
    content: '';
    background: var(--icon-map-marker);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 50%;
    height: 50%;
    position: absolute;
    top: 1rem;
    left: 50%;
    transform: translateX(-50%);
}


.area-list ul > li > a{
    color: black; 
    text-decoration:none;
}

.area-list ul > li > a:visited{
    color: black;
}

@media (min-width: 768px) { /* $breakpoint-sm */
    .area-list ul > li {
        flex-basis: 33%;
        width: 33%;
    }
}

@media (min-width: 992px) { /* $breakpoint-md */
    .area-list ul {
        width: 96%;
        margin: 0 auto;
    }

    .area-list ul > li {
        background: var(--icon-map-marker);
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 24px;
        padding-left: 1.75rem;
        padding-top: 0;
        text-align: left;
    }

    .area-list ul > li:before {
        display: none;
    }
}

/* Home Page */
.home-services-wrap {
  background: #424242;
  border-top: 0.75rem solid #323232;
  padding: 0;
  overflow: hidden;
  position: relative;
}
.home-services-wrap:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1rem 1rem 0 1rem;
  border-color: #323232 transparent transparent transparent;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.home-services {
  padding: 2rem 0;
}
.home-services .home-services-list {
  align-items: stretch;
  padding: 0 1rem;
  overflow: hidden;
}
.home-services .tile {
  background-color: #424242;
  font-size: 0.9rem;
  line-height: 1.25rem;
  color: #fff;
  text-align: left;
  padding: 4rem 0 !important;
  margin: 0;
  position: relative;
  overflow: hidden;
  transition: 0.24s;
}
.home-services .tile a {
  margin: 0;
  display: block;
  color: #fff;
  text-decoration: none;
}
.home-services .tile .tile-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  border: 0.4rem solid #424242;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  transition: 0.24s;
}
.home-services .tile .tile-bg:after {
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}
.home-services .tile .tile-inner {
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
  transform: rotate(0deg);
  padding: 0 2rem;
  margin: 0;
  display: block;
  position: relative;
  z-index: 1;
}
.home-services .tile h3, .home-services .tile hr, .home-services .tile p, .home-services .tile .button {
  transition: 0.24s;
}
.home-services .tile h3 {
  color: #fff;
}
.home-services .tile hr {
  background-color: #98c100;
}
.home-services .tile p {
  font-size: 1rem;
  line-height: 1.4rem;
}
.home-services .tile a{
    font-weight: normal;
}
.home-services .tile .button {
  font-size: 0.8rem;
  text-shadow: none;
  white-space: nowrap;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.home-services .tile:hover h3, .home-services .tile:hover hr, .home-services .tile:hover p {
  opacity: 0;
}
.home-services .tile:hover .button {
  top: 50%;
  opacity: 1;
}
.home-areas-wrap {
  background: #fafafa;
  border-top: 0.5rem solid #98c100;
  border-bottom: 0.5rem solid #98c100;
  z-index: 1;
}
.home-areas-wrap .background-overlay {
  display: none !important;
}
.home-areas {
  color: #262626;
  padding: 0;
  margin: -1.5rem auto;
  position: relative;
}
.home-areas .home-areas-photos {
  width: 60%;
  max-width: 1024px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  display: none;
}
.home-areas .home-areas-photos img {
  width: auto;
  max-width: 500px;
  height: auto;
  position: absolute;
  border: 0.75rem solid #fff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}
.home-areas .home-areas-photos img:nth-child(1) {
  transform: rotate(3deg);
  bottom: 96%;
  left: -6rem;
}
.home-areas .home-areas-photos img:nth-child(2) {
  transform: rotate(-3deg);
  bottom: 96%;
  right: -6rem;
}
.home-areas .home-areas-photos img:nth-child(3) {
  transform: rotate(-3deg);
  top: 96%;
  left: -6rem;
}
.home-areas .home-areas-photos img:nth-child(4) {
  transform: rotate(3deg);
  top: 96%;
  right: -6rem;
}
.home-areas .home-areas-inner {
  background: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
}
.home-areas .home-areas-map {
  padding-bottom: 0 !important;
  margin-bottom: -1rem;
}
.home-areas .home-areas-map img {
  width: 100%;
  height: auto;
  margin: 0;
  display: block;
}
.home-areas h2 {
  color: #262626;
}
.home-about-wrap {
  background-color: #424242;
}
.home-about-wrap .background-overlay {
  background: rgba(0, 0, 0, 0.4);
}
.home-about-wrap:after {
  background: rgba(66, 66, 66, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  content: "";
}
.home-about {
  padding: 0;
  position: relative;
  z-index: 1;
}
.home-about .alert-box {
  background: rgba(66, 66, 66, 0.9);
  background: linear-gradient(170deg, rgba(66, 66, 66, 0.9) 0%, rgba(20, 20, 20, 0.9) 100%);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.24);
  border-radius: 0.2rem;
  border-top: 0.65rem solid #525252;
  padding-top: 0.75rem;
  margin: 0;
  position: relative;
}

.landing-form {
    background: rgba(66, 66, 66, 0.9);
  background: linear-gradient(170deg, rgba(66, 66, 66, 0.9) 0%, rgba(20, 20, 20, 0.9) 100%);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.24);
  border-radius: 0.2rem;
  border-top: 0.65rem solid #525252;
  padding-top: 0.75rem;
  margin: 0;
  position: relative;
}
.landing-form h3{
    text-align: center;
    color: white;
}

.landing-form-button{
    display: flex;
    justify-content: center;
    
}

.landing-form-button button{
    width: 100%;
    
}

.home-about .alert-box input[type="text"], .home-about .alert-box textarea {
  border-radius: 0.15rem;
  box-shadow: none;
  border: 0;
}
.home-about .alert-box input[type="text"]:hover, .home-about .alert-box textarea:hover, .home-about .alert-box input[type="text"]:focus, .home-about .alert-box textarea:focus {
  border: 0;
  box-shadow: none;
  outline: none;
}

.list {
    list-style-position: outside;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
}

.list li{
    flex-basis: 100%;
    width: 100%;
    margin: 0.5rem 0;
}

.list-lined {
    padding: 0 !important;
}

.list-lined li {
    padding: 1.5rem 0;
    margin: 0 !important;
    border-bottom: 1px dashed black;
}
    
.list-lined:last-of-type {
    border-bottom: none !important;
}

.list-2 li{
    margin: 0.75rem 0 !important;
}

.list-disc {
    list-style-type: disc;
}

@media (min-width:720px) {
    .list-2 li{
        flex-basis: 50%;
        width: 50%;
    }
}

/* Blog */
.post-title a, .post-tags a {
  color: #98c100;
}
/* Contact Page */
.contact-wrap span a {
  color: #323232;
  font-weight: 700;
}
/* Areas Page */
.page-areas {
  padding: 0 0.75rem;
}
.page-areas iframe{
  width:100%!important;
  height:auto;
  min-height:360px;
  border:.75rem solid #fff!important;
  box-shadow:4px 8px 24px rgba(0,0,0,.16);
  margin:-2rem 0 0 0;
  display:block;
}
/* Global Contact Bar */
#global-contact-bar {
  background: #252525;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.4rem;
  letter-spacing: -0.025rem;
  padding: 0 1rem;
  border-bottom: 0.75rem solid #424242;
  position: relative;
}
#global-contact-bar a {
  color: #fff;
  text-decoration: none;
  padding: 2rem 0;
  margin: 0;
  display: block;
  transition: 0.2s;
}
#global-contact-bar a strong {
  font-weight: 800;
}
#global-contact-bar a:hover {
  color: #98c100;
}
#global-contact-bar a:hover strong.text-gradient {
  color: #fff !important;
}
#global-contact-bar:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 1.4rem 1.4rem 1.4rem;
  border-color: transparent transparent #424242 transparent;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.SAPQuoteFormOuter .row{
    margin: 1rem 0;
}

/* Media Queries */
@media (min-width: 720px) {
  footer .footer-col {
    padding: 4rem;
  }
  .side-bar-contact {
    padding: 5rem 1rem;
  }
  .side-bar-contact .headline2 {
    font-size: 3rem;
    /*--*/
  }
  #header-wrap {
    padding: 6rem 0 2rem 0;
  }
}
@media (min-width: 1024px) {
  nav {
    position: static;
    background: none;
    padding: 0;
  }
  #div-side-bar-outer > section {
    padding: 1rem 0;
  }
  .side-bar-contact .headline2 {
    font-size: 2.2rem;
    /*--*/
  }
  #img-logo {
    width: 220px;
  }
  #navbar {
    background: black;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 100%);
    height: 7rem;
  }
  #navbar .navbar-logo {
    left: 2.5rem;
  }
  #navbar #navbar-menus {
    background: transparent;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    right: 2.5rem;
    transform: translateY(-50%);
    overflow-y: visible;
  }
  #navbar #navbar-toggle {
    display: none;
  }
  #navbar.is-scrolled {
    height: 5rem;
  }
  #navbar.is-scrolled #img-logo {
    width: 192px;
  }
  #header-wrap {
    font-size: 1.5rem;
    line-height: 2rem;
    padding: 7rem 0 2rem 0;
  }
  #header-wrap #header-inner h1, #header-wrap #header-inner .headline1 {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
  #header-wrap #header-inner p {
    margin: 2.5rem auto 3rem auto;
    display: inline-block;
  }
  #header-wrap #header-inner h1 + p, #header-wrap #header-inner .headline1 + p {
    margin: 1rem auto auto auto;
  }
  .home-services {
    padding: 6rem 0;
  }
  .home-areas {
    padding: 0 4rem;
    margin: -3.5rem auto;
  }
  .home-areas .home-areas-photos {
    display: block;
  }
  .home-areas .home-areas-photos img:nth-child(1) {
    left: -10rem;
  }
  .home-areas .home-areas-photos img:nth-child(2) {
    right: -10rem;
  }
  .home-areas .home-areas-photos img:nth-child(3) {
    left: -10rem;
  }
  .home-areas .home-areas-photos img:nth-child(4) {
    right: -10rem;
  }
  .home-about {
    padding: 0 4rem;
  }
  .home-about .alert-box {
    margin: 2rem 0;
  }
  .home-about .alert-box:before {
    left: 1.5rem;
  }
  .page-areas {
    padding: 0 0.25rem;
  }
  .page-areas iframe{
    min-height:500px;
    margin:0;
  }

  #global-contact-bar {
    font-size: 2rem;
    line-height: 2rem;
    letter-spacing: -0.05rem;
  }
  #global-contact-bar a {
    padding: 4rem 0;
  }
}
@media (min-width: 1200px) {
  section {
    padding: 1rem 0;
  }
  footer {
    font-size: 0.825rem;
    line-height: 1.4rem;
  }
  footer .headline4 {
    font-size: 2.1rem;
    line-height: 2.2rem;
  }
  #div-sb-main-outer > section {
    padding-right: 2rem;
  }
  #div-side-bar-outer > section {
    padding: 3rem 0;
  }
  .side-bar-contact .headline2 {
    font-size: 2.4rem;
    /*--*/
  }
  #header-wrap {
    padding: 8rem 0 2rem 0;
  }
  #header-wrap #header-inner h1, #header-wrap #header-inner .headline1 {
    font-size: 3rem;
    line-height: 3rem;
  }
  .home-services-wrap:after {
    border-width: 2rem 2rem 0 2rem;
  }
  .home-services .home-services-list {
    padding: 0 5rem;
  }
  .home-services .tile {
    padding: 9rem 0 !important;
    margin: -3rem 0;
  }
  .home-areas {
    margin: -7rem auto;
  }
  .home-areas .home-areas-photos img:nth-child(1) {
    left: -8rem;
  }
  .home-areas .home-areas-photos img:nth-child(2) {
    right: -8rem;
  }
  .home-areas .home-areas-photos img:nth-child(3) {
    left: -8rem;
  }
  .home-areas .home-areas-photos img:nth-child(4) {
    right: -8rem;
  }
}

@media (min-width: 1600px) {
  section {
    padding: 1rem 0;
  }
  .side-bar-contact .headline2 {
    font-size: 3rem;
  }
  #div-side-bar-outer > section {
    padding: 2rem 0;
    /*--*/
  }
  #header-wrap {
    padding: 10rem 0 2rem 0;
  }
  #header-wrap #header-inner h1, #header-wrap #header-inner .headline1 {
    font-size: 4rem;
    line-height: 4rem;
  }
  .home-areas .home-areas-photos img:nth-child(1) {
    left: -6rem;
  }
  .home-areas .home-areas-photos img:nth-child(2) {
    right: -6rem;
  }
  .home-areas .home-areas-photos img:nth-child(3) {
    left: -6rem;
  }
  .home-areas .home-areas-photos img:nth-child(4) {
    right: -6rem;
  }
  
}
