@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700,900");
.container {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.column {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

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

@media (min-width: 992px) {
  .container {
    max-width: 944px;
  }
}

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

@font-face {
  font-family: Impact;
  src: url("fonts/impact.html");
}

@font-face {
  font-family: SF-Pro-Display-Bold;
  src: url("fonts/SF-Pro-Display-Bold.otf");
}

*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body,
html {
  color: #000;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
  background: #F6F6F6;
}

@media screen and (max-width: 768px) {
  body,
  html {
    text-align: center;
    font-size: 0.9vw;
  }
}

img {
  max-width: 100vw;
}

a {
  color: #FF8600;
  font: 18px "Lato", sans-serif;
  font-weight: 300;
  line-height: 30px;
}

header {
  min-height: 124px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  background-color: #025702;
}

.header__logo {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
}

.header__logo img {
  max-width: 52px;
  margin-right: 24px;
  transition: all 0.5s linear;
}

.header__logo-title {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  color: #fff;
  font: 20px "SF-Pro-Display-Bold", sans-serif;
  font-weight: 700;
  letter-spacing: 0.83px;
  line-height: 24px;
}

@media screen and (max-width: 768px) {
  .header__logo-title {
    font-size: 14px;
  }
}

.header__logo-description {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  color: #fff;
  font: 12px "Lato", sans-serif;
  font-weight: 400;
  letter-spacing: 1.09px;
  line-height: 14px;
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  .header__logo-description {
    font-size: 13px;
    line-height: 15px;
  }
}

h2 {
  text-align: center;
  color: #003366;
  font-size: 38px;
  line-height: 44px;
  font-weight: 500;
  letter-spacing: 0.48px;
  margin: 75px 0 10px;
}

.underheader {
  text-align: center;
  font: 18px "Lato", sans-serif;
  color: red;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: 0.22px;
  margin: 10px 0 50px;
}

h3 {
  color: #636E7D;
  font: 18px "Lato", sans-serif;
  font-weight: 500;
  margin: 30px 0;
  text-transform: uppercase;
}
h4 {
  color: #636E7D;
  font: 14px "Lato", sans-serif;
  font-weight: 500;
  margin: 30px 0;
  text-transform: uppercase;
}
ul {
  -webkit-margin-before: 0;
  margin-block-start: 0;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  -webkit-margin-start: 10px;
  margin-inline-start: 10px;
  -webkit-margin-end: 0;
  margin-inline-end: 0;
  -webkit-padding-start: 10px;
  padding-inline-start: 10px;
  list-style: none;
  /* Remove default bullets */
}

ul li {
  font: 18px "Lato", sans-serif;
  color: #636E7D;
  font-weight: 300;
  margin: 10px 0;
  line-height: 30px;
}

@media screen and (max-width: 768px) {
  ul li {
    font-size: 20px;
  }
}

ul li:before {
  content: "\2022";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #636E7D;
  /* 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) */
}

.text {
  font: 18px "Lato", sans-serif;
  color: #636E7D;
  font-weight: 300;
  margin: 10px 0;
  line-height: 30px;
}

@media screen and (max-width: 768px) {
  .text {
    font-size: 20px;
  }
}

.text span {
  font-weight: 700;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid rgba(64, 64, 64, 0.1);
  margin: 30px 0;
  padding: 0;
}

.footer__links {
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .footer__links {
    width: 50%;
    flex-direction: column;
  }
}

.footer__links a {
  font: 20px "Lato", sans-serif;
  font-weight: 500;
  color: #FFFFFF;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .footer__links a {
    margin: 10px auto;
  }
}

.footer__copyright {
  color: rgba(255, 255, 255, 0.5);
  font: 18px "Lato", sans-serif;
  font-weight: 400;
}

footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 136px;
  background-color: #025702;
}

footer .row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__logo {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font: 38px "Lato", sans-serif;
  font-weight: 700;
  line-height: 28px;
  color: #2C72E2;
}

.footer__logo img {
  max-width: 68px;
  margin-right: 16px;
}

@media screen and (max-width: 768px) {
  .footer__logo img {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .footer__logo {
    max-width: 40%;
    margin-left: 5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.footer__links {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .footer__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 50%;
  }
}

.footer__links a {
  color: #fff;
  font: 18px "Lato", sans-serif;
  font-weight: 500;
  letter-spacing: 0.22px;
  line-height: 28px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

@media screen and (max-width: 768px) {
  .footer__links a {
    margin: 10px auto;
  }
}

.footer__links a:hover {
  color: #ff8600;
}

.footer__copyright {
  color: #fff;
  font: 18px "Lato", sans-serif;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: 0.22px;
}

@media screen and (max-width: 768px) {
  .footer__logo-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.footer__logo-title {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  color: #fff;
  font: 20px "SF-Pro-Display-Bold", sans-serif;
  font-weight: 700;
  letter-spacing: 0.83px;
  line-height: 24px;
}

@media screen and (max-width: 768px) {
  .footer__logo-title {
    font-size: 14px;
  }
}

.footer__logo-description {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  color: #fff;
  font: 12px "Lato", sans-serif;
  font-weight: 400;
  letter-spacing: 1.09px;
  line-height: 14px;
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  .footer__logo-description {
    font-size: 13px;
    line-height: 15px;
    display: none;
  }
}
