* {
  -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  scroll-padding-top: 110px;
}

body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  width: 100%;
  background-color: #ffffff;
  color: #222222;
  overflow-x: hidden;
  position: relative;
}

body.home,
body.page-template-services-template,
body.page-template-fullpage-template {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  overflow-y: hidden;
}

body.home.page-template-locations-template {
  height: auto;
  overflow-y: auto;
}

img {
  width: auto;
  height: auto;
}

.admin-bar header.oaklins-web {
  top: 32px;
}

.home header.oaklins-web,
.home .sub-menu {
  -webkit-transition: .5s ease 2.5s;
  -o-transition: .5s ease 2.5s;
  transition: .5s ease 2.5s;
  top: -100%;
  overflow: visible;
  height: 80px;
}

.home header.oaklins-web.no-delay {
  -webkit-transition: .5s ease 0s;
  -o-transition: .5s ease 0s;
  transition: .5s ease 0s;
}

.home header.oaklins-web.activate {
  top: 0;
}

.home.admin-bar header.oaklins-web.activate {
  top: 32px;
}

.home .sub-menu.activate {
  top: 5px;
  height: 20px;
}

.home .sub-menu.activate {
  top: 5px;
  height: 20px;
}

.home .sub-menu.activate.no-delay {
  -webkit-transition: .5s ease 0s;
  -o-transition: .5s ease 0s;
  transition: .5s ease 0s;
  top: 5px;
}

.home footer,
.page-template-services-template footer,
.page-template-fullpage-template footer {
  scroll-snap-align: end;
  position: relative;
  bottom: unset;
}

.wrapper {
  overflow: hidden;
  /*padding-bottom: 200px;*/
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
}

.home .wrapper {
  padding-bottom: 0;
}


.container {
  max-width: 100% !important;
}

.content {
  max-width: 456px;
  color: #3D3935;
  font-size: 16px;
  line-height: 20px;
  margin: auto;
}

/* .admin-bar .hero_module .content {
  transform: translateY(-32px);
} */

.wheight {
  min-height: calc(100vh - 80px);
  min-height: calc((var(--vh, 1vh) * 100) - 80px);
}

/* .admin-bar .wheight {
  min-height: calc(100vh - 112px);
} */

.oaklins-center {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.oaklins-btn {
  font-family: 'ProximaNova-Semibold', Arial, Helvetica, sans-serif;
  display: inline-block;
  height: 40px;
  min-width: 216px;
  border: 1px solid #F68D2E;
  color: #F68D2E;
  font-size: 16px;
  line-height: 40px;
  text-align: left;
  padding-left: 12px;
  line-height: 40px;
  padding-top: 0;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  padding-right: 44px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.windows .oaklins-btn {
  line-height: 34px;
}

.oaklins-btn.btn-mail::after {
  content: '';
  display: block;
  position: absolute;
  right: 10px;
  top: 7px;
  width: 32px;
  height: 24px;
  background-image: url('../icons/mail_btn_icon.svg');
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.oaklins-btn.btn-arrow::after {
  content: '';
  display: block;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 18.75px;
  height: 17.25px;
  background-image: url('../icons/arrow_btn_icon.svg');
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.oaklins-btn:hover {
  padding-left: 22px;
}

.arrow-link {
  display: inline-block;

}

.arrow-link::after {
  content: '';
  background-image: url('../icons/arrowbutton-small.svg');
  display: inline-block;
  width: 18px;
  height: 15px;
  margin-left: 10px;
  background-repeat: no-repeat;
  transition: .25s ease;
  position: relative;
  top: 3px;
}

.arrow-link:hover::after {
  margin-left: 20px;
}

.cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.cover img {
  -o-object-fit: cover !important;
     object-fit: cover !important;
  object-position: top;
  width: 100% !important;
  height: 100% !important;
  display: block;
}

.mobile {
  display: none;
}

.desktop-show {
  display: block;
}

.md-show {
  display: none;
}

iframe {
  border: 0;
}

@media screen and (max-width: 1440px) {
  .inner,
  .content-module {
    width: 100%;
  }
}

@media screen and (max-width: 1230px) {
  .home:has(.oaklins-site-dp) .sub-menu.activate.no-delay {
    top: 60px;
  }
}

@media screen and (max-width: 1100px) {
  .content {
    max-width: 362px;
  }
  .home header.oaklins-web.activate {
    height: 60px;
  }
  .wheight {
    min-height: calc(100vh - 60px);
  min-height: calc((var(--vh, 1vh) * 100) - 60px);
  }
  .desktop {
    display: none !important;
  }
  .md-stats {
    font-size: 14px;
    line-height: 60px;
    height: 60px;
    padding: 0 32px;
    position: relative;
    z-index: 90;
  }
  .md-stats span {
    font-family: 'ProximaNova-Semibold', Arial, Helvetica, sans-serif;
  }
  .home .sub-menu.activate.no-delay {
    top: 60px;
  }
}

@media screen and (max-width: 1023px) {

  .md-stats {

    padding: 0 14px;

  }

  .row {
    margin-left: 0;
    margin-right: 0;
  }

  section.error-msg {
    padding-left: 24px;
    padding-right: 24px;
  }

  .home .sub-menu.activate {
    height: auto;
  }

  .home footer,
  .page-template-services-template footer,
  .page-template-fullpage-template footer {
    scroll-snap-align: none;
  }

  .md {
    display: none !important;
  }

  .md-show {
    display: block;
  }
  .desktop-show {
    display: none;
  }

}


@media screen and (max-width: 767px) {
  .content, .services-wrapper .content {
    max-width: 100%;
    padding: 24px;
    font-size: 16px;
  }

  .mobile {
    display: block;
  }

  .no-mobile {
    display: none!important;
  }
}

/* Fix styling on wp-activate.php */
#signup-content {
  margin-top: 100px;
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem;
  text-align: center;
}

/* prevent wpml from adding banners in the footer */
.otgs-development-site-front-end {
  position: relative;
}
.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 0;
  background: #3D3935;
}