.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

body {
  font-family: Lato, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #0d499c;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  opacity: 0.8;
  font-size: 16px;
  line-height: 26px;
}

.hero-section {
  padding-right: 10px;
  padding-left: 10px;
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(21%, rgba(0, 0, 0, 0.86)), color-stop(41%, rgba(0, 0, 0, 0.34))), url('../images/bg.jpg');
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.86) 21%, rgba(0, 0, 0, 0.34) 41%), url('../images/bg.jpg');
  background-position: 0px 0px, 50% -75px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 165px;
  padding-bottom: 165px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-container {
  width: 100%;
  max-width: 1160px;
}

.content-wrapper {
  width: 50%;
  padding-right: 15px;
  padding-left: 15px;
  color: #fff;
}

.navbar {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: transparent;
}

.nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1160px;
  margin-right: auto;
  margin-left: auto;
  padding: 5px 15px;
  -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;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.82);
}

.logo-img {
  width: 160px;
}

.nav-link {
  color: #000;
  font-weight: 700;
}

.nav-link:hover {
  text-decoration: underline;
}

.nav-link.w--current {
  color: #000;
}

.button {
  padding: 17px 36px;
  border-style: solid;
  border-width: 1px;
  border-color: #0d499c;
  border-radius: 9px;
  background-color: #0d499c;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
}

.button:hover {
  border-color: #4661ab;
  background-color: #4661ab;
}

.button.ghost {
  margin-left: 10px;
  border-color: #fff;
  background-color: transparent;
}

.button.ghost:hover {
  background-color: hsla(0, 0%, 100%, 0.11);
}

.hero-h1 {
  font-size: 3.9em;
  line-height: 105%;
}

.hero-h1.pg {
  margin-top: 0px;
  margin-bottom: 0px;
}

.hero-subheading {
  opacity: 0.8;
  font-size: 1.2em;
  line-height: 150%;
}

.button-wrapper {
  margin-top: 40px;
}

.sp-wrapper {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  max-width: 1160px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 25px;
  padding-left: 15px;
}

.section {
  padding: 75px 10px;
}

.section.dark {
  background-color: #0d499c;
  color: #fff;
}

.section.footer {
  padding: 50px 0px 0px;
  background-color: #000;
}

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

.container.page {
  padding-top: 60px;
  padding-bottom: 60px;
  color: #fff;
}

.wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.wrap.v {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.wrap.f {
  margin-top: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wrap.top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wrap.full {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.content.text {
  padding-right: 60px;
}

.content.text.right {
  padding-right: 0px;
  padding-left: 60px;
}

.content.padding {
  padding-top: 20px;
}

.button-small {
  padding-top: 12px;
  padding-bottom: 12px;
  border-style: solid;
  border-width: 1px;
  border-color: #0d499c;
  border-radius: 9px;
  background-color: #0d499c;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  line-height: 14px;
  font-weight: 700;
}

.button-small:hover {
  border-color: #4661ab;
  background-color: #4661ab;
}

._20 {
  font-size: 20px;
  line-height: 30px;
}

.h2-w {
  color: #fff;
}

.logo-footer {
  width: 120px;
}

.text-footer {
  width: 100%;
  max-width: 1160px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  opacity: 1;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  text-align: left;
}

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

.link-footer {
  margin-bottom: 5px;
  opacity: 0.6;
  color: #fff;
  text-decoration: none;
}

.link-footer:hover {
  text-decoration: underline;
}

.footer-small {
  margin-top: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #4661ab;
  text-align: center;
}

.header {
  padding-top: 110px;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #000;
}

.col3 {
  width: 33%;
  padding: 25px;
  background-color: rgba(97, 97, 208, 0.06);
}

.list-text {
  margin-bottom: 10px;
  line-height: 14px;
}

.col2 {
  width: 49%;
  padding: 25px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: rgba(97, 97, 208, 0.06);
}

._14 {
  font-size: 14px;
  line-height: 20px;
}

.list-link {
  display: inline-block;
  margin-bottom: 0px;
  color: #002060;
  line-height: 14px;
  text-decoration: none;
}

.list-link:hover {
  text-decoration: underline;
}

.pdf {
  margin-left: 3px;
}

.item-link-list {
  margin-bottom: 10px;
  list-style-type: square;
}

.link {
  color: #0d499c;
  text-decoration: underline;
}

.mobile-button-wrapper {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 25px;
  padding-bottom: 25px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.phone-img {
  width: 25px;
}

.phone-wrapper {
  display: none;
  padding: 15px;
  border-radius: 360px;
  background-color: #4661ab;
}

.input {
  width: 100%;
  max-width: 300px;
  border-radius: 11px;
}

.margin {
  margin-bottom: 40px;
}

.text {
  margin-top: 5px;
  margin-bottom: 5px;
}

.radio-button-field {
  display: inline-block;
}

.radio-button-field.space {
  margin-left: 15px;
}

@media screen and (max-width: 991px) {
  .hero-section {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(21%, rgba(0, 0, 0, 0.86)), color-stop(47%, rgba(0, 0, 0, 0.73))), url('../images/bg.jpg');
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.86) 21%, rgba(0, 0, 0, 0.73) 47%), url('../images/bg.jpg');
    background-position: 0px 0px, 50% -75px;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .content-wrapper {
    width: 100%;
  }

  .nav-link {
    color: #fff;
  }

  .nav-link.w--current {
    color: #fff;
  }

  .menubutton {
    color: #0d499c;
  }

  .menubutton.w--open {
    background-color: #002060;
    color: #fff;
  }

  .nav-menu {
    background-color: #002060;
  }

  .phone-wrapper {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

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

  .wrap.rev {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .wrap.footer {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .content {
    width: 100%;
  }

  .content.text {
    padding-right: 0px;
  }

  .content.text.right {
    padding-left: 0px;
  }

  .content.text.space {
    margin-bottom: 10px;
  }

  .link-footer {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .footer-small {
    margin-top: 10px;
  }

  .col3 {
    width: 100%;
    margin-bottom: 10px;
  }

  .col2 {
    width: 100%;
    margin-bottom: 10px;
  }

  .image {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    background-position: 0px 0px, 76% 50%;
  }

  .hero-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .content-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }

  .nav-container {
    padding-right: 5px;
    padding-left: 5px;
  }

  .button {
    width: 100%;
    text-align: center;
  }

  .button.ghost {
    margin-top: 20px;
    margin-left: 0px;
  }

  .hero-h1 {
    font-size: 2.7em;
  }

  .hero-subheading {
    font-size: 1em;
  }

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

  .section {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .logo-footer {
    margin-bottom: 20px;
  }

  .item-link-list {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .list {
    padding-left: 20px;
  }

  .brand {
    padding-left: 0px;
  }

  .mobile-button-wrapper {
    padding-right: 10px;
    padding-bottom: 10px;
  }
}

