html {
  font-size: 14px;
}

body {
  font-family: 'Roboto', sans-serif;
}

.dark {
  color: #0a3f64;
}

.section-1 {
  background-color: #f7f8fc;
  padding: 100px 0;
}

.section-1 form .tm_tracking_title {
  display: none !important;
}

.section-1 form input {
  border: 1px solid #000;
}

.section-1 form button {
  border: 1px solid #136a6f;
  color: #136a6f;
  background-color: transparent;
  padding: 5px 20px;
}

.section-1 form button:hover {
  background-color: #136a6f;
  color: #fff;
}

.section-1 form input {
  width: 250px;
  margin-bottom: 1rem;
}

.section-2 {
  padding: 70px 0;
}

.section-2 hr {
  background-color: #136a6f;
  opacity: 0.3;
}

.section-2 p {
  color: #136a6f;
  font-size: 1rem;
  cursor: pointer;
}

.section-2 .questions {
  margin: 3rem auto;
}

.section-2 .questions .left {
  border-right: 1px solid rgba(19, 106, 111, 0.3);
}

.section-3 {
  padding: 70px 70px 200px;
  background-color: #f7f8fc;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 60%, 0 80%);
          clip-path: polygon(0 0, 100% 0%, 100% 60%, 0 80%);
}

.section-3 h2 {
  font-size: 3rem;
  font-weight: bold;
  color: #0a3f64;
}

.section-3 p {
  font-size: 1.2rem;
}

.section-3 .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-4 {
  margin-top: -7rem;
}

.section-4 p {
  font-size: 1.2rem;
}

.section-4 p .dark {
  font-weight: bold;
}

.section-4 hr {
  background-color: #136a6f;
  opacity: 0.3;
  margin: 5rem auto;
}

.section-5 {
  background: #f7f8fc;
  padding: 50px 0;
}

.section-5 p {
  margin-top: 1rem;
  color: #858585;
}

.section-6 {
  padding: 30px 70px 30px;
}

.section-6 h2 {
  color: #0a3f64;
}

.section-6 p,
.section-6 li {
  color: #858585;
  font-size: 1rem;
}

.section-6 > div {
  margin-bottom: 2.5rem;
}

.section-6 h4 {
  margin: 1rem 0;
  font-size: 1.4rem;
}

.section-6 ul {
  list-style: none;
  padding-left: 1rem;
}

.section-6 ul li::before {
  content: '\2022';
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #71cce9;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
}

.section-6 ol {
  padding-left: 1rem;
}

.section-6 .light {
  background-color: #f7f8fc;
  padding: 30px 20px;
}

.section-6 .light .d-flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.section-6 .light ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

.section-6 .light ul li {
  margin-right: 5rem;
}

.section-6 .light ul li:before {
  content: '';
}

footer {
  background-color: #f7f8fc;
}

footer .green {
  padding: 3rem;
  background-color: #6cbd72;
}

footer .bottom {
  padding: 20px 20px;
}

footer .left {
  width: 50%;
}

footer .left .img {
  width: 40%;
}

footer .left small {
  padding-left: 7rem;
  display: block;
  margin-top: 1rem;
  font-size: 1rem;
}

footer .right {
  width: 50%;
  padding: 2rem;
}

footer .right .img {
  margin-top: -15px;
}

footer .right .d-flex {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .right .d-flex p {
  margin-right: 1rem;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

@media (max-width: 780px) {
  nav .navbar-brand {
    width: 80%;
  }
  nav form input,
  nav form button {
    width: 100% !important;
    margin-bottom: 1rem;
  }
  nav form .mr-sm-2 {
    margin-right: unset !important;
  }
  .section-6 .light ul li {
    margin-bottom: 1.5rem;
  }
  footer .left small {
    padding-left: 1rem;
  }
}

@media (max-width: 430px) {
  nav .navbar-brand {
    width: 50%;
  }
  nav form input,
  nav form button {
    width: 100%;
  }
  .section-3 {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 70%, 0 80%);
            clip-path: polygon(0 0, 100% 0%, 100% 70%, 0 80%);
    padding: 70px 30px 200px;
  }
  .section-3 h2 {
    font-size: 2rem;
  }
  .w-50 {
    width: 90% !important;
  }
  .section-6 {
    padding: 30px;
  }
  .section-6 .light ul li {
    margin-bottom: 2rem;
    margin-right: unset;
  }
  footer .d-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer .left .img {
    width: 60%;
  }
  footer .left small {
    padding-left: 1rem;
  }
  footer .right {
    padding: unset;
  }
  footer .right form button {
    width: 100%;
  }
  footer .left,
  footer .right {
    width: 100%;
  }
}
/*# sourceMappingURL=style.css.map */

/* Horizontal Help Overrides */

.section-1 .horizontal-help a {
  color: #136a6f !important;
  text-decoration: none !important;
  text-decoration: none !important;
  transition: all 0.3s ease;
  padding: 8px 12px;
  border: 1px solid transparent;
}

.section-1 .horizontal-help a:hover {
  color: #0a3f64 !important;
  text-decoration: underline !important;
  border-bottom: 1px solid #136a6f;
}


/* Hidden Class Support */

.hidden {
  display: none !important;
}



/* Flattened horizontal-help styles */
.section-1 .horizontal-help a {
  color: #136a6f !important;
  text-decoration: none !important;
  font-size: 1rem;
  padding: 8px 12px;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}

.section-1 .horizontal-help a:hover {
  color: #0a3f64 !important;
  text-decoration: underline !important;
  border-bottom: 1px solid #136a6f;
}

/* Hidden class */
.hidden {
  display: none !important;
}
