.navbar {
  padding: 5px 20px;
  background-color: #f8f8f8;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 23px;
  font-weight: 700;
}

.navlink {
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  line-height: 23px;
  text-decoration: none;
  text-transform: uppercase;
}

.navlink:hover {
  background-color: #000;
  color: #fff;
}

.navlink.w--current {
  padding-top: 20px;
  padding-bottom: 20px;
}

.navlink.w--current:hover {
  background-color: #000;
  color: #fff;
}

.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 27px;
  font-weight: 300;
  text-transform: none;
}

.three-fifth {
  display: block;
  width: 58%;
  margin-top: 3px;
  margin-bottom: 3px;
  padding: 5px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.two-fifth {
  width: 40%;
  padding: 5px 3px;
}

.hero-heading {
  direction: ltr;
  font-family: 'Open Sans', sans-serif;
  font-size: 36px;
  line-height: 40px;
  text-align: left;
  text-transform: none;
}

.centered-content-min-padding {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2px;
  margin-bottom: 2px;
  padding: 10px 5px 19px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.centered-content-min-padding.llight-pink {
  background-color: #d7eacc;
}

.centered-content-min-padding.third {
  min-width: 33%;
}

.centered-content-min-padding.third.boxbg6 {
  width: 30%;
  min-width: 30%;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: #eac756;
}

.hero-cta {
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 15px 25px;
  border: 4px solid #fff;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
}

.hero-cta:hover {
  background-color: #f4e858;
  color: #1a536a;
}

.form-heading {
  font-family: 'Open Sans', sans-serif;
  color: #1a536a;
  font-size: 27px;
  line-height: 30px;
  font-weight: 400;
}

.form {
  padding: 10px 20px;
  background-color: #d7eacc;
}

.form-field {
  border: 1px solid #f1a900;
  background-color: #f8f8f8;
  font-family: 'Open Sans', sans-serif;
  color: #212121;
  font-weight: 400;
}

.form-field::-webkit-input-placeholder {
  font-weight: 400;
}

.form-field:-ms-input-placeholder {
  font-weight: 400;
}

.form-field::-ms-input-placeholder {
  font-weight: 400;
}

.form-field::placeholder {
  font-weight: 400;
}

.cta {
  width: 100%;
  border: 1px solid #f1a900;
  background-color: #ffea35;
  font-family: 'Open Sans', sans-serif;
  color: #1a536a;
  font-weight: 400;
}

.body {
  text-transform: uppercase;
}

.section {
  padding: 50px 100px 70px;
  font-family: Oswald, sans-serif;
  color: #343434;
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
  text-transform: none;
}

.section.seccolor1 {
  background-color: #f8f8f8;
}

.section.seccolor2 {
  background-color: #eeeae7;
}

.section.seccolor3 {
  background-color: #247291;
  color: #fff;
}

.body-heading {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 15px;
  padding-left: 15px;
  border-style: none solid;
  border-width: 2px 3px;
  border-color: #dd4538;
  color: #02243e;
  font-size: 36px;
  line-height: 40px;
  font-weight: 400;
  text-align: center;
  text-transform: none;
}

.centered-content-max-padding {
  display: block;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 10px 0px 20px 10px;
  text-align: center;
}

.halign-vstretched {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.third {
  width: 33%;
}

.sub-heading {
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  text-transform: none;
}

.halign-vcentered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.half {
  width: 49%;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
}

.inline-img-text {
  margin-bottom: 20px;
  line-height: 27px;
}

.icon-float-left-30px {
  width: 30px;
  margin-bottom: 6px;
  padding-right: 5px;
  float: left;
}

.imgborder {
  border: 1px solid #c6c5c4;
}

.vspace15px {
  height: 15px;
}

.body-heading2 {
  display: inline-block;
  padding-right: 15px;
  padding-left: 15px;
  border-right: 3px solid #f4e858;
  border-left: 3px solid #f4e858;
  color: #fff;
  font-size: 36px;
  line-height: 40px;
  font-weight: 400;
}

.footer {
  padding: 15px 70px;
  background-color: #f8f8f8;
  font-family: Oswald, sans-serif;
  color: #02243e;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  text-align: left;
  text-transform: none;
}

.linkundefault {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
}

.floatright5px {
  margin-right: 5px;
  float: right;
}

.floatright5px.image-circle {
  width: 65px;
}

.bodyheading3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

.halign-vtop-minspaced {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.nav-menu {
  padding-top: 15px;
}

.paragraph-full-width {
  display: block;
  padding-right: 250px;
  padding-left: 100px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.cta-fixed-2 {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  margin-bottom: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f7931e;
  font-family: 'Droid Sans', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
}

.highlight-box {
  padding: 5px 5px 5px 15px;
  border-style: none none none solid;
  border-width: 5px 5px 8px 8px;
  border-color: #eac756;
  background-color: #d7eacc;
}

.logos {
  width: 300px;
}

.image-circle {
  width: 100px;
  border: 1px solid #000;
  border-radius: 9999px;
}

.cta-fixed-2 {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  margin-bottom: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #f7931e;
  font-family: 'Droid Sans', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.h-flex-v-cent-nowrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .navlink {
    background-color: #fff;
  }
  .navlink.w--current {
    background-color: transparent;
  }
  .hero-heading {
    font-size: 32px;
    line-height: 37px;
  }
  .form-heading {
    font-size: 24px;
  }
  .section {
    padding-right: 70px;
    padding-left: 70px;
  }
  .body-heading {
    font-size: 30px;
    line-height: 34px;
  }
  .body-heading2 {
    font-size: 30px;
    line-height: 34px;
  }
  .footer {
    padding-right: 35px;
    padding-left: 35px;
  }
  .floatright5px {
    margin-right: 5px;
  }
  .nav-menu {
    background-color: #fff;
  }
  .menu-button {
    margin-top: 15px;
  }
  .menu-button:hover {
    background-color: #000;
    color: #fff;
  }
  .menu-button.w--open:hover {
    background-color: #000;
    color: #fff;
  }
  .paragraph-full-width {
    padding-right: 60px;
    padding-left: 40px;
  }
  .logos {
    width: 175px;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 20px;
    line-height: 25px;
  }
  .three-fifth {
    width: 95%;
  }
  .two-fifth {
    width: 98%;
  }
  .centered-content-min-padding.third {
    min-width: 47%;
  }
  .centered-content-min-padding.third.boxbg6 {
    width: 45%;
  }
  .section {
    padding-right: 10px;
    padding-left: 10px;
  }
  .third {
    width: 47%;
  }
  .halign-vcentered {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }
  .half {
    width: 96%;
  }
  .footer {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
  }
  .floatright5px {
    float: right;
  }
  .paragraph-full-width {
    padding-right: 20px;
    padding-left: 25px;
  }
}

@media screen and (max-width: 479px) {
  .navlink.w--current {
    background-color: rgba(36, 114, 145, 0.8);
  }
  .hero-heading {
    font-size: 28px;
    line-height: 33px;
  }
  .centered-content-min-padding.third {
    min-width: 96%;
  }
  .centered-content-min-padding.third.boxbg6 {
    width: 90%;
  }
  .form-heading {
    font-size: 22px;
    line-height: 26px;
  }
  .section {
    padding-right: 5px;
    padding-left: 5px;
  }
  .body-heading {
    padding-right: 8px;
    padding-left: 8px;
    font-size: 26px;
    line-height: 30px;
  }
  .third {
    width: 96%;
  }
  .inline-img-text {
    font-size: 18px;
  }
  .icon-float-left-30px {
    margin-bottom: 8px;
  }
  .body-heading2 {
    padding-right: 8px;
    padding-left: 8px;
    font-size: 26px;
    line-height: 30px;
  }
  .footer {
    padding-right: 5px;
    padding-left: 5px;
  }
  .paragraph-full-width {
    padding-right: 8px;
    padding-left: 12px;
  }
  .cta-fixed-2 {
    position: relative;
    display: block;
    overflow: hidden;
    width: 50%;
    padding-top: 13px;
    padding-bottom: 10px;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    background-color: #6866c7;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 18px;
    text-decoration: none;
  }
  .logos {
    width: 150px;
  }
  .cta-fixed-2 {
    position: fixed;
    display: block;
    width: 100%;
    min-height: 30px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: transparent;
  }
  .fixed-call-2 {
    width: 50%;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #f7931e;
    text-align: center;
    text-decoration: none;
  }
  .fixed-call-2:hover {
    background-color: #000;
  }
  .text-block {
    color: #ff0;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
  }
  .fixed-call {
    width: 50%;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #4fce5d;
    text-align: center;
    text-decoration: none;
  }
  .fixed-call:hover {
    background-color: #000;
  }
  .image {
    text-align: center;
  }
}

