.lander-content {
  color: #111;
  font-size: 16px;
  line-height: 2;
  font-family: 'Montserrat', sans-serif;
  /* Banner */
}

.lander-content .container {
  padding-bottom: 1rem;
}

.lander-content .text-center {
  text-align: center;
}

.lander-content .red {
  color: #cd0000;
}

.lander-content .max-width-50 {
  max-width: 50%;
}

.lander-content .btn {
  background-color: #84d32e;
  border-top: 1px solid #84d32e;
  border-left: 1px solid #84d32e;
  border-right: 1px solid #84d32e;
  color: #111;
  border-radius: 2px;
  width: 100%;
  border-bottom: 3px solid #578e0d;
  position: relative;
  font-size: 15px;
  line-height: 1.333;
  text-align: center;
  font-weight: 600;
  padding: 13px 60px 13px 30px;
}

.lander-content .btn:active {
  background-color: #578e0d !important;
  border-top: 1px solid #578e0d !important;
  border-left: 1px solid #578e0d !important;
  border-right: 1px solid #578e0d !important;
  border-bottom: 3px solid #84d32e !important;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(132, 211, 46, 0.5) !important;
          box-shadow: 0 0 0 0.2rem rgba(132, 211, 46, 0.5) !important;
}

.lander-content .btn:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(132, 211, 46, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(132, 211, 46, 0.5);
}

.lander-content .btn:after {
  content: "";
  background: url(../../../img/icon-arrow-white.png) center center no-repeat #5ea70e;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 36px;
}

.lander-content h1, .lander-content h2 {
  font-weight: 700;
  color: #111;
}

.lander-content .bg-dark {
  background: #0d3004;
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
  font-weight: 600;
}

.lander-content .bg-light {
  background: #ededed;
  color: #111;
  text-align: center;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.lander-content .no-padding {
  margin: 0;
}

.lander-content .no-padding .col-md-6 {
  padding: 0;
}

.lander-content .no-padding .col-md-6 .icon {
  max-width: 48px;
  width: 100%;
  margin-bottom: 1rem;
}

.lander-content .no-padding .col-md-6 p {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 600;
}

.lander-content .no-padding .col-md-6 img {
  border-radius: 0;
  margin: 0;
}

.lander-content .no-padding .green {
  background: #005e20;
  color: white;
}

.lander-content .no-padding .green .wrapper {
  float: right;
}

.lander-content .no-padding .wrapper {
  max-width: 454px;
  margin: 2rem 3rem 2rem 3rem;
}

.lander-content .f-19 {
  font-size: 19px;
  font-weight: 700;
}

.lander-content .f-43 {
  font-size: 43px;
  font-weight: 700;
}

.lander-content .sub-text {
  font-size: 16px;
  font-weight: 600;
}

.lander-content .green {
  color: #2f711f;
}

.lander-content .highlight-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
  padding-left: 0;
  line-height: 1.467;
  font-size: 14px;
}

.lander-content .highlight-list li {
  width: calc(50% - 5px);
  padding: 55px 10px 10px;
  margin-bottom: 10px;
  position: relative;
  text-align: center;
  color: #fff;
  font-size: 14px;
  background-position: top 10px center;
  background-repeat: no-repeat;
}

.lander-content .highlight-list li:before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../../../img/bg-overlay.png) no-repeat #697267;
  background-size: 100% 100%;
}

.lander-content .highlight-list li:nth-child(1) {
  background-image: url(../../../img/icon-highlight-1.png);
}

.lander-content .highlight-list li:nth-child(2) {
  background-image: url(../../../img/icon-highlight-2.png);
}

.lander-content .highlight-list li:nth-child(3) {
  background-image: url(../../../img/icon-highlight-3.png);
}

.lander-content .highlight-list li:nth-child(4) {
  background-image: url(../../../img/icon-highlight-4.png);
}

.lander-content .bg-1 {
  background: url(../../../img/bg-1.jpg) no-repeat;
  background-size: cover;
  padding: 30px 0;
}

.lander-content .details li {
  padding-bottom: 15px;
  font-weight: 700;
  font-size: 15px;
}

.lander-content .details li:before {
  content: url("../../../img/icon-arrow-green.png");
  margin-right: .5rem;
}

.lander-content .grey-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

.lander-content .grey-box li {
  background-color: #ddd;
  color: #005e20;
  font-size: 13px;
  margin-bottom: 10px;
  padding: 5px;
  font-weight: 700;
  text-align: center;
  width: calc(50% - 5px);
  float: left;
}

.lander-content .grey-box li:last-child {
  width: 100%;
}

.lander-content .bg-2 {
  background: url(../../../img/bg-2.png);
  padding: 1rem 0;
}

.lander-content .bg-2 h3 {
  color: white;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 700;
}

.lander-content .bg-2 .btn {
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .lander-content .bg-2 h3 {
    margin-bottom: 1rem;
  }
}

.lander-content .bg-3 {
  background: url(../../../img/bg-3.jpg) no-repeat;
  background-size: cover;
  padding: 4rem 0;
}

.lander-content .bg-3 .icon {
  margin-bottom: 1rem;
}

.lander-content .bg-3 h3 {
  color: white;
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 0;
}

.lander-content .bg-3 p {
  color: white;
  font-size: 30px;
  margin-bottom: 0;
}

.lander-content .bg-3 h2 {
  color: white;
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
}

.lander-content .bg-3 .btn {
  max-width: 420px;
}

.lander-content .bg-3 .btn h4 {
  font-size: 26px;
  margin-bottom: 0;
  font-weight: 700;
}

.lander-content .bg-3 .btn p {
  font-size: 14px;
  color: black !important;
}

.lander-content .bg-3 .no-after {
  padding: 1rem;
}

.lander-content .bg-3 .no-after:after {
  content: '';
  background: none;
  width: 0;
}

.lander-content .bg-4 {
  background-color: #f6f6f6;
  padding: 1rem 3rem 1rem 3rem;
  margin: 1rem;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.25);
}

.lander-content .bg-4 .row {
  margin-bottom: 1rem;
}

.lander-content .bg-4 .icon {
  margin-bottom: 1rem;
}

.lander-content .bg-4 h3 {
  font-size: 25px;
  font-weight: 700;
}

.lander-content .bg-4 p {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.467;
  color: #333;
}

.lander-content .bg-4 p.name {
  font-size: 14px;
  margin-bottom: 4px;
  color: #3b5997;
  font-weight: 700;
}

.lander-content .questions .icon {
  margin-bottom: 1rem;
}

.lander-content .questions h3 {
  font-size: 25px;
  font-weight: 700;
  color: #111;
}

.lander-content .questions ul {
  padding: 0 3rem 0 3rem;
}

.lander-content .questions li b {
  color: black;
  font-size: 16px;
  font-weight: 700;
}

.lander-content .questions li {
  color: #888;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.467;
}

.lander-content .questions li:before {
  content: url("../../../img/icon-arrow-green.png");
  margin-right: .5rem;
}

.lander-content .top-banner-bg {
  background: url(../../../img/banner-bg.jpg) top center no-repeat;
  background-size: cover;
  overflow: hidden;
}

.lander-content .top-banner-bg h1 {
  font-size: 45px;
  font-weight: 700;
}

.lander-content .top-banner-bg h2 {
  font-size: 32px;
  font-weight: bold;
}

.lander-content .top-banner-bg .top-banner h4 {
  font-weight: 600;
  color: #2f711f;
  font-size: 18px;
  margin-bottom: 0;
}

.lander-content .top-banner-bg .top-banner span {
  display: block;
  font-size: 13px;
  font-weight: 500;
  padding-top: 5px;
}

.lander-content .top-banner-bg .top-banner li {
  position: relative;
  background-position: 0 0;
  background-repeat: no-repeat;
  padding-left: 68px;
}

.lander-content .top-banner-bg .top-banner li:nth-child(1) {
  background-image: url(../../../img/icon-feature-1.png);
}

.lander-content .top-banner-bg .top-banner li:nth-child(2) {
  background-image: url(../../../img/icon-feature-2.png);
}

.lander-content .top-banner-bg .top-banner li:nth-child(3) {
  background-image: url(../../../img/icon-feature-3.png);
}

.lander-content ul {
  list-style-type: none;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}

.lander-content .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.lander-content .embed-container iframe, .lander-content .embed-container object, .lander-content .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 768px) {
  .lander-content h1 {
    font-size: 34px !important;
  }
  .lander-content h1.f-43 {
    font-size: 32px !important;
  }
  .lander-content h2 {
    font-size: 28px !important;
  }
  .lander-content h3 {
    font-size: 24px !important;
  }
  .lander-content .questions ul {
    padding: 0 !important;
  }
  .lander-content .bg-2 h3 {
    font-size: 22px !important;
    text-align: center !important;
  }
  .lander-content .wrapper {
    margin: 2rem 1rem 1rem 1rem !important;
  }
}
/*# sourceMappingURL=custom.css.map */