.chevron {
  transform: rotate(0deg);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.3);
  width: 60px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.jt-header {
  padding: 20px 0px;
  background-color: #003a5d;
  box-shadow: 0 2.5px 3.5px 0 rgba(0, 0, 0, 0.36);
  -webkit-box-shadow: 0 2.5px 3.5px 0 rgba(0, 0, 0, 0.36);
  -moz-box-shadow: 0 2.5px 3.5px 0 rgba(0, 0, 0, 0.36);
}
.jt-header .logo img {

}
.main-body {
  padding: 150px 0px 70px 0px;
}
.main-body .body-wrapper img {
  max-width: 100%;
}
.main-body .body-wrapper h1 {
  font-size: 60px;
  color: #003a5d;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
}
.main-body .body-wrapper p {
  margin: 25px 0px;
  font-family: 'Roboto', sans-serif;
}
.main-body .body-wrapper p.dark {
  color: #003a5d;
  font-weight: bold;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  line-height: 20px;
}
.main-body .body-wrapper p.light {
  font-size: 16px;
  color: #005470;
  font-family: 'Roboto', sans-serif;
  line-height: 20px;
}
.main-body .body-wrapper a {
  color: #005470;
}
.main-body ul li {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #005470;
}
.form-container {
  max-width: 450px;
  background-color: #FFF;
  margin: 0 auto;
  border-radius: 1.5px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.27);
  background-color: #ffffff;
  padding: 50px;
}
.form-container .form-wrapper form .hs-form-field label span {
  margin-top: 15px;
  display: block;
}
.full-width .main-body img {
  width: 100%;
  max-width: 100%;
}
.full-width .form-container {
  max-width: 100%;
  margin: 25px auto;
}
.form-container .form-title {

}
.form-container .form-title h3 {
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
  font-size: 37px;
  margin-bottom: 15px;
}
.form-container form .hs-form-required {
  display: none!important;
}
.form-container form input[type=text],
.form-container form input[type=email],
.form-container form input[type=tel] {
  border-top: 0px;
  border-right: 0px;
  border-left: 0px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.27);
  height: 50px;
  padding: 5px;
  font-weight: 500;
  font-size: 16px;
  background: transparent;
  max-width: 100%;
  width: 100%;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #393939;
  border-radius: 0px;
}
.form-container form label span {
  font-family: 'Roboto', sans-serif;
}
.form-container form select {
  height: 50px;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.27);
  background: transparent;
  max-width: 100%;
  font-size: 14px;
  width: 100%!important;
  font-family: 'Roboto', sans-serif;
}
.form-container form .inputs-list.multi-container {
  list-style-type: none;
  padding: 0px;
}
.form-container form .inputs-list {
  list-style-type: none;
  padding: 0px;
}
.form-container form .legal-consent-container {
  margin: 20px 0px;
}
.form-container form .legal-consent-container strong {
  font-weight: normal;
}
.form-container form input[type=checkbox] {
  margin-right: 15px;
}
.legal-consent-container .hs-form-booleancheckbox-display>span {
  margin-top: 0px!important;
  margin-left: 0px!important;
}
.form-container form textarea {
  border: 2px solid rgba(0,0,0,0.27);
  width: 100%;
  height: 100px;
  padding: 5px;
  background: transparent;
}
.form-container form .hs-fieldtype-checkbox {
  margin: 20px 0px;
}
.form-container form .no-list.hs-error-msgs.inputs-list {
  list-style-type: none;
  padding: 0px;
  margin: 5px 0px;
}
.form-container form .no-list.hs-error-msgs.inputs-list li {
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  color: red;
}
.form-container form ::-webkit-input-placeholder { /* Edge */
  color: #393939;
  font-weight: 500;
}
.form-container form input[type=submit] {
  background: #00adba;
  font-size: 15px;
  color: #FFF;
  display: block;
  border: 0px;
  margin: 20px 0px;
  width: 100%;
  padding: 5px 0px;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
}
.form-container form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #393939;
  font-weight: 500;
}

.form-container form ::placeholder {
  color: #393939;
  font-weight: 500;
}

.hs-form-checkbox label {
  display: flex;
  align-items: center;
}
.hs-form-checkbox input[type=checkbox] {
  margin-right: 10px;
}
.hs-form-checkbox label span {
  margin-top: 0px!important;
}
/** Menu **/
.masthead {
  height: 100px!important;
  line-height: 100px!important;
  position: fixed!important;
  width: 100%!important;
  z-index: 999!important;
  background-color: #003a5d!important;
  -webkit-box-shadow: 0 5px 7px 0 rgba(0,0,0,.36)!important;
  box-shadow: 0 5px 7px 0 rgba(0,0,0,.36)!important;
}
.masthead-logo {
  line-height: normal!important;
  -webkit-box-flex: 0!important;
  -webkit-flex: 0 0 100px!important;
  -ms-flex: 0 0 100px!important;
  flex: 0 0 100px!important;
}
.masthead-logo img {
  margin: 20.5px 0 0 0;
  height: auto;
  width: 95px;
}
.masthead-menu-desktop {
  -webkit-box-flex: 0!important;
  -webkit-flex: 0 0 calc(100% - 100px)!important;
  -ms-flex: 0 0 calc(100% - 100px)!important;
  flex: 0 0 calc(100% - 100px)!important;
  position: relative!important;
  z-index: 500!important;
}
.masthead-menu-desktop ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center!important;
  -webkit-align-items: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
  font-size: 16px!important;
  line-height: normal!important;
  height: 100px!important;
  margin: 0!important;
  padding: 0!important;
  list-style-type: none!important;
}
.masthead-menu-desktop ul > li.hs-menu-depth-1 {
  border-bottom: 5px solid transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center!important;
  -webkit-align-items: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
  height: 100%!important;
  margin: 0 0 0 20px!important;
  padding: 0!important;
  position: relative!important;
}
.masthead a {
  text-decoration: none!important;
  margin-right: 20px!important;
  text-transform: uppercase!important;
  -webkit-transition: all .3s!important;
  -o-transition: all .3s!important;
  transition: all .3s!important;
  color: #fff!important;
}
.masthead .col-md-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.masthead-menu-desktop li.hs-menu-depth-1:last-of-type a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: normal!important;
  margin: 0!important;
  -webkit-transition: all .3s!important;
  -o-transition: all .3s!important;
  transition: all .3s!important;
  border-radius: 3px!important;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.2)!important;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.2)!important;
  background-color: #00adba!important;
  padding: 10px 15px!important;
  text-decoration: none!important;
  border-radius: 3px!important;
}
.masthead-menu-desktop li.hs-menu-depth-1:last-of-type {
  margin-left: auto!important;
}
.masthead-menu-desktop li.hs-menu-depth-1:not(:last-of-type):hover {
  border-color: #00adba!important;
}
.masthead nav.masthead-menu-desktop .menu-main-menu-container .hs-menu-item.hs-menu-depth-1.hs-item-has-children:hover ul {
  display: block;
  left: 0px;
}
.masthead nav.masthead-menu-desktop .menu-main-menu-container .hs-menu-item.hs-menu-depth-1.hs-item-has-children ul {
  background: #003a5d!important;
  top: 100px!important;
  margin: 0!important;
  min-width: 250px!important;
  padding: 8px 0!important;
  position: absolute!important;
  text-align: left!important;
  width: auto!important;
  height: auto!important;
  display: none;
}
.masthead nav.masthead-menu-desktop .menu-main-menu-container .hs-menu-item.hs-menu-depth-1.hs-item-has-children ul li {
  display: block;
  margin: 0!important;
  white-space: nowrap!important;
  width: 100%!important;
}
.masthead nav.masthead-menu-desktop .menu-main-menu-container .hs-menu-item.hs-menu-depth-1.hs-item-has-children ul li a {
  background: #003a5d;
  border: 0!important;
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
  margin-right: 0!important;
  padding: 10px 15px!important;
  display: block;
  position: relative!important;
}
.masthead nav.masthead-menu-desktop .menu-main-menu-container .hs-menu-item.hs-menu-depth-1.hs-item-has-children ul li a:hover {
  color: #fff!important;
  background: #00adba!important;
}
.masthead-hamburger {
  float: right!important;
  line-height: normal!important;
  margin: 39.5px 0 0 0!important;
  padding: 0!important;
}
.hamburger-box {
  width: 40px!important;
  height: 24px!important;
  display: inline-block!important;
  position: relative!important;
}
.hs-fieldtype-booleancheckbox ul li label {
  display: flex;
  align-items: center;
}
.masthead-hamburger .hamburger-inner, .masthead-hamburger .hamburger-inner::after, .masthead-hamburger .hamburger-inner::before {
  background-color: #fff!important;
}
.masthead-menu-mobile {
  background-color: #003a5d!important;
  bottom: 0!important;;
  display: none;
  left: 0!important;;
  line-height: 1.5em!important;
  overflow: scroll!important;
  position: fixed!important;
  right: 0!important;
  top: 100px!important;
  z-index: 1000!important;
}
.masthead-menu-mobile ul>li {
  margin: 0!important;
  padding: 0!important;
  width: 100%!important;
}
.masthead-menu-mobile ul>li>a {
  color: #fff!important;
  display: block;
  height: 60px!important;
  line-height: 60px!important;
  position: relative!important;
  padding: 0 30px!important;
  text-align: left!important;
  text-decoration: none!important;
}
.masthead-menu-mobile .hs-menu-depth-1 >a {
  background-color: #003a5d!important;
  border-bottom: 1px solid #ebebeb!important;
}
.masthead-menu-mobile ul {
  list-style-type: none!important;
  margin: 0!important;
  padding: 0!important;
}
.masthead-menu-mobile .hs-menu-depth-2>a {
  background: #38b449!important;
}
.masthead-menu-mobile ul>li>ul {
  display: none;
}
.footer-wrapper {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.25)!important;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.25)!important;
  background:#003a5d!important;
  padding: 50px 0!important;
}
.footer-footer-menu ul:first-child {
  display: -webkit-box!important;
  display: -webkit-flex!important;
  display: -ms-flexbox!important;
  display: flex!important;
  -webkit-flex-wrap: wrap!important;
  -ms-flex-wrap: wrap!important;
  flex-wrap: wrap!important;
  margin: 0!important;
  padding: 0!important;
  list-style-type: none!important;
}
.footer-footer-menu ul.hs-menu-children-wrapper {
  margin: 0!important;
  padding: 0!important;
  list-style-type: none!important;
}
.footer-footer-menu ul.hs-menu-children-wrapper a {
  color: #FFF!important;
  font-weight: 500!important;
}
.footer-footer-menu ul li a {
  display: block!important;
  text-decoration: none!important;
  margin-bottom: 10px!important;
  font-weight: 300!important;
}
.footer-footer-menu ul > li {
  margin: 0!important;
  padding: 0!important;
  -webkit-box-flex: 20%!important;
  -webkit-flex: 20% 0 0!important;
  -ms-flex: 20% 0 0px!important;
  flex: 20% 0 0!important;
}
.footer-wrapper .bottom-footer p a {
  color: #00adba!important;
  text-decoration: none!important;
}
.footer-footer-menu ul li.hs-item-has-children >a {
  color: #00adba!important;
  font-size: 14px!important;
  font-weight: 700!important;
  text-transform: uppercase!important;
  text-decoration: none!important;
  margin-bottom: 10px!important;
  display: block!important;
}
.footer-wrapper .bottom-footer {
  margin-top: 60px!important;
}
.footer-wrapper .bottom-footer p {
  color: #00adba!important;
}
.footer-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  visibility: visible;
  opacity: 1;
  position: static;
}
.footer-wrapper .hs-menu-wrapper ul li:nth-child(3) a:nth-child(1):hover,
.footer-wrapper .hs-menu-wrapper ul li:nth-child(4) a:nth-child(1):hover {
  cursor: auto;
}
@media (max-width: 991px) {
  .masthead {
    height: 60px;
    line-height: 60px;
  }
  .masthead-logo img {
    margin: 20px 0 0 0;
    height: 20px;
    width: auto;
  }
  .masthead a {
    margin-right: 0;
  }
  .masthead-menu-desktop {
    height: 60px;
  }
  .d-none {
    display: none!important;
  }
  .masthead .col-md-12 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .d-block {
    display: block!important;
  }
  .masthead-hamburger {
    margin: 19.5px 0 0 0;
  }
  @media (max-width: 768px) {
    .footer-footer-menu ul:first-child {
      display: block!important;
    }
    .footer-footer-menu ul:first-child > li{
      margin-bottom: 15px!important;
    }
  }