/**
TYPE
 */
/* h1. Bootstrap headin: */
h1,
.h1 {
  line-height: 53px;
}
/* h2. Bootstrap headin: */
h2,
.h2 {
  line-height: 43px;
}
/* h3. Bootstrap headin: */
/* h4. Bootstrap headin: */
/* h5. Bootstrap headin: */
h5,
.h5 {
  line-height: 26px;
}
.roboto {
  font-family: 'Roboto', sans-serif;
}
.roboto-slab {
  font-family: 'Roboto Slab', serif;
}
.satisfy {
  font-family: 'Satisfy', cursive;
}
.header {
  max-width: 435px;
  margin-left: auto;
  margin-right: auto;
}
.copy {
  letter-spacing: -0.3px;
  line-height: 24px;
}
.copy p {
  margin-bottom: 0;
}
.copy li {
  padding-bottom: 10px;
}
.copy strong {
  font-family: 'Roboto Slab', serif;
}
.color-transparent {
  color: transparent !important;
}
.color-white {
  color: #FFF !important;
}
.color-black {
  color: #000 !important;
}
.color-primary {
  color: #E89F0C !important;
}
.color-secondary {
  color: #206819 !important;
}
.color-success {
  color: #206819 !important;
}
.color-info {
  color: #17A2B8 !important;
}
.color-warning {
  color: #D9940B !important;
}
.color-danger {
  color: #DC3545 !important;
}
.color-grey {
  color: #9B9B9B !important;
}
.color-hover-transparent:hover,
.color-hover-transparent:focus {
  color: transparent !important;
}
.color-hover-white:hover,
.color-hover-white:focus {
  color: #FFF !important;
}
.color-hover-black:hover,
.color-hover-black:focus {
  color: #000 !important;
}
.color-hover-primary:hover,
.color-hover-primary:focus {
  color: #E89F0C !important;
}
.color-hover-secondary:hover,
.color-hover-secondary:focus {
  color: #206819 !important;
}
.color-hover-success:hover,
.color-hover-success:focus {
  color: #206819 !important;
}
.color-hover-info:hover,
.color-hover-info:focus {
  color: #17A2B8 !important;
}
.color-hover-warning:hover,
.color-hover-warning:focus {
  color: #D9940B !important;
}
.color-hover-danger:hover,
.color-hover-danger:focus {
  color: #DC3545 !important;
}
.color-hover-grey:hover,
.color-hover-grey:focus {
  color: #9B9B9B !important;
}
/**
BACKGROUND COLORS
 */
.bg-transparent {
  background: transparent !important;
}
.bg-white {
  background: #FFF !important;
}
.bg-black {
  background: #000 !important;
}
.bg-primary {
  background: #E89F0C !important;
}
.bg-secondary {
  background: #206819 !important;
}
.bg-success {
  background: #206819 !important;
}
.bg-info {
  background: #17A2B8 !important;
}
.bg-warning {
  background: #D9940B !important;
}
.bg-danger {
  background: #DC3545 !important;
}
.bg-grey {
  background: #9B9B9B !important;
}
.background-cover {
  background-size: cover;
  background-repeat: no-repeat;
}
.gradient {
  position: relative;
  opacity: 0.88;
  background-image: linear-gradient(130deg, rgba(232, 159, 12, 0.74) 0%, rgba(232, 159, 12, 0) 100%);
  width: 100%;
  height: 100%;
}
html {
  scroll-behavior: smooth;
}
body {
  padding-top: 64px;
}
.btn {
  font-family: 'Roboto Slab', serif;
  line-height: 32px;
  text-transform: uppercase;
  font-size: 14px;
  color: #FFF;
  width: 256px;
  height: 48px;
  border-radius: 24px;
  letter-spacing: 2px;
  -webkit-box-shadow: 0 11px 28px -8px rgba(0, 0, 0, 0.5);
          box-shadow: 0 11px 28px -8px rgba(0, 0, 0, 0.5);
}
.btn-sm {
  line-height: 22px;
  font-size: 12px;
  width: 137px;
  height: 36px;
  border-radius: 18px;
  letter-spacing: 2px;
}
.btn-light {
  color: #000;
}
.card {
  -webkit-box-shadow: 0 46px 100px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 46px 100px 0 rgba(0, 0, 0, 0.15);
}
[responsive-background-image] {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
[responsive-background-image] img {
  display: none;
}
/* REDACTOR STYLES */
header .nav-link {
  display: inline-block;
  font-size: 15px;
  letter-spacing: -0.13px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  header .nav-link {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
}
header .nav-link::before {
  content: "";
  position: absolute;
  background-color: #E89F0C;
  height: 0;
  left: 20px;
  right: 20px;
  bottom: -15px;
}
@media screen and (max-width: 992px) {
  header .nav-link::before {
    bottom: 0;
  }
}
header .nav-link.active::before {
  height: 3px;
}
/* Modules */
.module._banner {
  position: relative;
  height: 165px;
  background-position: bottom;
}
@media screen and (max-width: 576px) {
  .module._banner {
    height: 105px;
  }
}
.module._banner .header {
  font-size: 60px;
  max-width: initial;
}
@media screen and (max-width: 576px) {
  .module._banner .header {
    font-size: 42px;
  }
}
.module._banner .leaf {
  position: absolute;
}
.module._banner .leaf.left {
  top: 0;
  left: 0;
  width: 17.917%;
  max-width: 258px;
}
.module._banner .leaf.right {
  right: 0;
  bottom: 0;
  width: 11.319%;
  max-width: 165px;
}
.module._builders .builder-logo {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.49;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.module._builders .builder-logo:hover {
  opacity: 1;
  -webkit-filter: none;
          filter: none;
}
.module.carousel {
  position: relative;
}
.module.carousel .carousel-item img {
  max-height: 560px;
  min-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
.module.carousel .header {
  font-size: 42px;
  letter-spacing: 0;
}
@media screen and (max-width: 992px) {
  .module.carousel .header {
    margin-bottom: 0;
  }
}
.module.carousel .header.roboto-slab {
  font-size: 53px;
  letter-spacing: 5.68px;
  line-height: 47px;
}
@media screen and (max-width: 1200px) {
  .module.carousel .header.roboto-slab {
    font-size: 46px;
    line-height: 42px;
  }
}
@media screen and (max-width: 768px) {
  .module.carousel .row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.module.carousel .carousel-caption {
  top: 0;
  bottom: 0;
}
.module.carousel .carousel-caption .col {
  max-width: 410px;
  background: rgba(255, 255, 255, 0.13);
  border: 2px solid #FFFFFF;
  border-radius: 56px;
}
.module.carousel .carousel-control-prev,
.module.carousel .carousel-control-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #FFFFFF;
  -webkit-box-shadow: 0 13px 10px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 13px 10px 0 rgba(0, 0, 0, 0.15);
  width: 55px;
  height: 55px;
  border-radius: 50%;
}
.module.carousel .carousel-control-prev .fas,
.module.carousel .carousel-control-next .fas {
  font-size: 20px;
}
.module.carousel .carousel-control-prev {
  left: 20px;
}
.module.carousel .carousel-control-next {
  right: 20px;
}
.module.carousel .leaf {
  position: absolute;
}
.module.carousel .leaf.left {
  top: 0;
  left: 0;
  width: 17.917%;
  max-width: 258px;
}
.module.carousel .leaf.right {
  right: 0;
  bottom: 0;
  width: 11.319%;
  max-width: 165px;
}
.module._callout {
  position: relative;
  overflow: hidden;
}
.module._callout .header {
  width: initial;
  letter-spacing: -0.45px;
}
.module._callout .leaf {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-38%);
          transform: translateY(-38%);
}
.module._cards .card-deck .card .card-title {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 30px;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}
.module._cards .card-deck .card .card-title p {
  font-size: 16px;
  letter-spacing: -0.3px;
  line-height: 28px;
}
.module._cards .card-deck .card .img-fluid {
  -o-object-fit: contain;
     object-fit: contain;
}
.module._cards .card-deck .card table {
  width: 100%;
}
.module._cards .card-deck .card table tr:first-child h5 {
  color: #E89F0C;
}
.module._cards .card-deck .card table td {
  width: 33.333%;
}
.module._cards .card-deck .card .btn {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .module._cards .card-deck .card {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
@media screen and (max-width: 576px) {
  .module._cards .card-deck .card {
    -ms-flex-preferred-size: initial;
        flex-basis: initial;
  }
}
.module._col_2_media {
  position: relative;
  overflow: hidden;
}
.module._col_2_media .leaf {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.module._col_2_media .header {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.module._col_2_media .img-fluid {
  opacity: 0.7;
  -webkit-box-shadow: 0 46px 100px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 46px 100px 0 rgba(0, 0, 0, 0.15);
  border-radius: 14px;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 150px;
}
@media screen and (max-width: 768px) {
  .module._col_2_media .row > div:first-child {
    margin-bottom: 20px;
  }
}
.module._col_2_background {
  position: relative;
  overflow: hidden;
}
.module._col_2_background .leaf {
  position: absolute;
  right: 0;
  top: 0;
}
.module._col_2_background .overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.module._col_2_background .img-fluid {
  opacity: 0.7;
  -webkit-box-shadow: 0 46px 100px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 46px 100px 0 rgba(0, 0, 0, 0.15);
  border-radius: 14px;
}
.module._contact-form form .form-row > div {
  position: relative;
}
.module._contact-form form label {
  font-size: 12px;
  color: #212529;
  letter-spacing: -0.2px;
  line-height: 20px;
  position: absolute;
  left: 18px;
  top: 8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.module._contact-form form label.focus {
  top: -10px;
}
.module._contact-form form .form-control {
  border: none;
  border-bottom: 1px solid #E89F0C;
}
.module._contact-form .was-validated .form-control:invalid:focus,
.module._contact-form .form-control.is-invalid:focus,
.module._contact-form .was-validated .custom-select:invalid:focus,
.module._contact-form .custom-select.is-invalid:focus,
.module._contact-form .was-validated .form-control:valid:focus,
.module._contact-form .form-control.is-valid:focus,
.module._contact-form .was-validated .custom-select:valid:focus,
.module._contact-form .custom-select.is-valid:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.module._contact-form .was-validated .form-control:invalid {
  border-color: #DC3545;
}
.module._contact-form .was-validated .form-control:valid {
  border-color: #206819;
}
.module._downloads .download {
  border: 1px solid #E89F0C;
  border-radius: 25px;
  height: 50px;
}
.module._downloads .download .download-button {
  width: 38px;
  height: 38px;
  position: relative;
  border-radius: 19px;
}
.module._downloads .download .download-button .fas {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.module._downloads .download:hover {
  background-color: #E89F0C;
}
.module._downloads .download:hover .color-black {
  color: #FFF !important;
}
.module._downloads .download a:hover {
  text-decoration: none !important;
}
.module._downloads .download a:hover .download-button {
  background-color: #FFF !important;
}
.module._downloads .download a:hover .download-button .fas {
  color: #E89F0C !important;
}
.module._iframe {
  margin-bottom: -5px;
}
