@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@400;700&display=swap");
/********************************
* Base Styles 
*********************************/
/* reset by boostrap */
body, html {
  font-family: "Raleway", Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  color: #4a4a4a;
  background-color: #fff;
  line-height: 1.4;
}

html {
  font-size: 55%;
}

@media (min-width: 768px) {
  html {
    font-size: 62.5%;
  }
}

img {
  display: block;
  max-width: 100%;
}

a, input[type=submit] {
  transition: all 0.4s ease;
}

a:hover, input[type=submit]:hover {
  text-decoration: none;
}

h1, h2, h3 {
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 2rem;
}

h1 {
  font-size: 3.6rem;
}

@media (min-width: 992px) {
  h1 {
    font-size: 5rem;
  }
}

h2 {
  font-size: 2.6rem;
}

@media (min-width: 992px) {
  h2 {
    font-size: 3.2rem;
  }
}

@media (min-width: 992px) {
  h2.midsize {
    font-size: 2.6rem;
  }
}

h3 {
  font-size: 2.2rem;
}

@media (min-width: 992px) {
  h3 {
    font-size: 3rem;
  }
}

h4 {
  font-size: 1.8rem;
}

p, ul li {
  font-size: 1.8rem;
  margin-bottom: 2.5rem;
}

ul {
  list-style: none;
  padding-left: 0;
}

ul li {
  font-size: 2.2rem;
  position: relative;
  padding-left: 6rem;
  margin-bottom: 5rem;
}

ul li::before {
  content: "\f0a4";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  color: #1b355e;
  border-radius: 50%;
  border: 3px solid #1b355e;
  padding: 5px 10px 3px;
  font-size: 2.2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

strong {
  font-weight: 800;
}

@media (max-width: 767px) {
  .container {
    padding-left: 7px;
    padding-right: 7px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1210px;
  }
}

@media (max-width: 767px) {
  .container .container {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .container .row {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .container .row > [class^=col] {
    padding-left: 7px;
    padding-right: 7px;
  }
}

@media (min-width: 768px) {
  .container-med {
    max-width: 980px;
  }
}

@media (min-width: 768px) {
  .container-small {
    max-width: 700px;
  }
}

@media (min-width: 768px) {
  .container-smaller {
    max-width: 550px;
  }
}

.green-button {
  font-size: 2.6rem;
  font-weight: 700;
  color: #fff;
  background-color: #1E9F63;
  border: 1px solid #707070;
  border-radius: 46px;
  position: relative;
  display: block;
  width: 480px;
  max-width: 100%;
  text-align: center;
  margin-top: 40px;
  line-height: 1;
  padding: 2.4rem;
  transition: 0.4s ease all;
}

@media (min-width: 992px) {
  .green-button {
    line-height: 0.65;
    font-size: 3.8rem;
    padding: 3rem;
  }
}

.green-button:hover {
  box-shadow: 1px 1px 5px 1px rgba(255, 255, 255, 0.5);
  color: #fff;
  background-color: #167448;
}

.green-button-plain {
  background-color: #66ad59;
  border-radius: 0;
  font-size: 1.8rem;
  display: block;
  border: 0;
  color: white;
  text-transform: uppercase;
  padding: 12px;
  transition: 0.4s ease all;
}

.green-button-plain:hover {
  color: #fff;
  background-color: #518d46;
}

.green-button-light {
  font-weight: 400;
  font-size: 2.2rem;
  background-color: #a7c063;
  transition: 0.4s ease all;
  border-radius: 5px;
  padding: 12px 12px 10px;
  color: white;
  border: 0;
}

.green-button-light:hover {
  background-color: #90ab45;
}

.blue-button {
  background-color: #1b355e;
  border: none;
  padding: 1rem 6.5rem;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.8rem;
  display: inline-block;
}

.blue-button:hover {
  background-color: #101f36;
}

.clear-button {
  padding: 0;
  border: 0 none;
}

.clear-button:focus {
  outline: 0;
}

.modal-dialog {
  margin-top: 4rem;
}

.modal-title {
  font-weight: 300;
  font-size: 3.6rem;
  color: #333;
}

.modal-subtitle {
  font-size: 2.5rem;
  font-weight: 300;
  color: #333;
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 900px;
  }
}

.modal-content {
  color: #000;
  border: 0;
  border-radius: 0;
}

.modal-content label {
  margin-bottom: 5px;
}

.modal-content input.form-control {
  color: #000;
  width: 100%;
  margin-bottom: 18px;
  border-radius: 100px;
  border: 1px solid #c5c5c5;
  background-color: #f6f6f6;
  font-size: 2rem;
  padding: 17px 17px 17px 54px;
}

.modal-content .form-group.required:after {
  top: 6px;
  right: 20px;
  font-size: 22px;
}

.modal-content .form-group > .fal {
  font-size: 27px;
  top: 18px;
  color: #929292;
  left: 20px;
}

.modal-content .green-button-plain {
  background-color: #54cb5a;
  font-weight: 700;
  border-radius: 100px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 10px, rgba(0, 0, 0, 0.2) 0px -2px 0px inset;
}

.modal-content .green-button-plain:hover {
  background-color: #37b53d;
}

.modal-header {
  border-bottom: 0;
  padding-bottom: 0;
}

.modal-body {
  padding: 0 2rem 4rem;
}

@media (min-width: 768px) {
  .modal-body {
    padding: 0 4rem 6rem;
  }
}

@media (min-width: 992px) {
  .modal-body {
    padding: 0 10rem 6rem;
  }
}

.modal .close {
  font-size: 3rem;
}

form .form-control {
  height: 36px;
  border-radius: 0;
  border: 1px solid #ccc;
  color: #333;
  font-size: 1.2rem;
  padding: 10px 14px;
}

.form-group {
  position: relative;
  margin-bottom: 2.5rem;
  padding-left: 5px;
  padding-right: 5px;
}

.form-group.required:after {
  content: "*";
  display: block;
  position: absolute;
  color: red;
  top: 3px;
  right: 6px;
  font-size: 2rem;
}

.form-group label {
  font-weight: 800;
  font-size: 1.5rem;
}

.form-group .form-control {
  height: auto;
  box-shadow: none;
  background-color: white;
  border-radius: 0;
  border: 0 none;
  padding: 1.6rem;
  font-size: 1.4rem;
  font-family: Arial, Helvetica, sans-serif;
}

.form-group select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.form-group > .fal {
  position: absolute;
  font-size: 1.8rem;
  top: 14px;
  color: #929292;
  left: 11px;
}

.video-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.site-footer a {
  color: #4a4a4a;
}

.site-footer a:hover {
  text-decoration: underline;
}

.site-footer p {
  font-size: 1.5rem;
}

.site-footer .svg-inline--fa, .site-footer .fas {
  margin-right: 2px;
}

.site-footer svg + svg, .site-footer .fas + .fas {
  margin-left: 10px;
}

.site-footer .disclaimer {
  background-color: #eee;
  padding: 3rem 1.5rem;
}

.footer-second {
  background-color: #272727;
  background-image: url("../images/footer-image.jpg");
  background-size: cover;
  background-position: top center;
  color: #fff;
}

.footer-second .footer-menu {
  padding: 4rem 0 3rem;
}

.footer-second a {
  color: #fff;
}

.footer-second a:hover {
  text-decoration: underline;
  color: #328fce;
}

.footer-second .footer-social a {
  margin-right: 1rem;
}

.footer-second .sub-footer p {
  font-size: 1.5rem;
  line-height: 1.6;
}

/* Custom Sections */
.padding-60 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

@media (min-width: 768px) {
  .padding-60 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.dark-gray-bg {
  background-color: #222;
  color: #fff;
  padding: 2.5rem 0;
}

@media (min-width: 768px) {
  .dark-gray-bg {
    padding: 3.5rem 0;
  }
}

.light-gray-bg {
  background-color: #f1f4f8;
}

.gray-bg {
  background-color: #aaa;
  color: #fff;
}

.green-bg {
  background-color: #66ad59;
  color: #fff;
}

.dark-overlay-block {
  background-color: #1c1c1c;
  padding: 2.5rem 1.5rem;
}

@media (min-width: 768px) {
  .dark-overlay-block {
    padding-top: 3.3rem;
    padding-bottom: 3.3rem;
  }
}

.small-text {
  font-size: 1.4rem;
}

.cards-wrapper .block {
  background-color: #fff;
  border-bottom: 3px solid #ddd;
  height: 100%;
}

.cards-wrapper .title {
  text-align: center;
  font-size: 1.8rem;
  padding: 2rem;
  margin-bottom: 0;
}

.cards-wrapper .content {
  padding: 2rem;
  text-align: center;
}

.cards-wrapper .content p {
  font-size: 1.5rem;
}

.cards-wrapper .content p:last-child {
  margin-bottom: 0;
}
