body {
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 20px;
}

a {
  text-decoration: none;
}

.navbar-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}

.container {
  width: 95%;
  max-width: 1430px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
}

.container.banner {
  max-width: 1586px;
}

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

.navbar {
  background-color: transparent;
}

.flex-nav {
  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;
}

.flex-box-wrapper {
  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;
}

.flex-box-wrapper.end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex-box-wrapper.left {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.flex-box-wrapper.b110 {
  margin-bottom: 110px;
}

.nav-button-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 3px 29px 3px 3px;
  -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: 2px solid #006ebe;
  border-radius: 25px;
}

.call-icon {
  width: 41px;
  height: 41px;
  margin-right: 15px;
  border-radius: 100%;
  background-image: url('../images/Call-Icon.png');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.nav-text {
  color: #333438;
  font-size: 17px;
  font-weight: 700;
}

.nav-menu {
  margin-right: 40px;
}

.nav-link {
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #717171;
  font-size: 16px;
  font-weight: 600;
}

.nav-link:hover {
  color: #006ebd;
}

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

.banner-header-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/Banner-Image.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.header-banner-col {
  width: 50%;
  padding-top: 115px;
  padding-bottom: 143px;
}

.banner-h1 {
  margin-bottom: 35px;
  font-size: 45px;
  line-height: 55px;
}

.blue {
  color: #006ebd;
}

.hero-paragraph {
  width: 80%;
  margin-bottom: 85px;
  font-size: 19px;
  line-height: 29px;
}

.logo-box {
  margin-right: 20px;
  margin-left: 20px;
}

.banner-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.banner-form {
  background-color: #fff;
}

.form-hero-wrapper {
  position: relative;
  top: 62px;
  overflow: hidden;
  width: 499px;
  max-width: 499px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 3px 3px 13px 2px rgba(0, 0, 0, 0.11);
}

.form-box-white {
  padding: 40px 50px 65px;
}

.form-header-wrapper {
  padding: 45px 48px;
  background-color: #006ebe;
}

.form-header {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 36px;
  line-height: 45px;
}

.form-text {
  margin-bottom: 35px;
  color: #575757;
  font-size: 15px;
  line-height: 26px;
}

.form-field-label {
  min-height: 50px;
  margin-bottom: 18px;
  padding-left: 30px;
  border: 1px none #000;
  border-radius: 25px;
  background-color: #f7f6f9;
}

.form-field-label::-webkit-input-placeholder {
  color: #000;
  font-size: 16px;
  line-height: 26px;
}

.form-field-label:-ms-input-placeholder {
  color: #000;
  font-size: 16px;
  line-height: 26px;
}

.form-field-label::-ms-input-placeholder {
  color: #000;
  font-size: 16px;
  line-height: 26px;
}

.form-field-label::placeholder {
  color: #000;
  font-size: 16px;
  line-height: 26px;
}

.form-field-label.b30 {
  margin-bottom: 30px;
}

.form-button {
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 28px;
  background-color: #f6c500;
  box-shadow: 3px 3px 14px -4px rgba(0, 0, 0, 0.15);
  color: #000;
  font-size: 20px;
  font-weight: 700;
}

.banner-email-form {
  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;
}

.footer-wrapper {
  padding-top: 65px;
  padding-bottom: 65px;
  background-color: #fff;
}

.footer-navigation-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-subheader {
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

.footer-text {
  color: #6a6a6a;
  font-size: 16px;
  line-height: 26px;
}

.footer-text.white {
  color: #fff;
}

.box-separator {
  margin-bottom: 39px;
}

.box-separator.n-margin {
  margin-bottom: 0px;
}

.copyright-sec {
  padding-top: 27px;
  padding-bottom: 27px;
  background-color: #003155;
}

.volcano-logo {
  margin-left: 20px;
}

.nav-flex {
  display: none;
  width: 40%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nav-flex.width-70 {
  width: 45%;
}

.section-wrapper.m-statement {
  padding-top: 118px;
  padding-bottom: 118px;
}

.section-wrapper.p120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section-wrapper.p120.bg {
  background-image: url('../images/About-BG.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-wrapper.p120.bg2 {
  background-color: #f4f9fe;
}

.s-box-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.s-box-content {
  width: 60%;
  padding: 85px 130px 120px 40px;
  border: 10px solid #f9f9f9;
}

.s-image {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-header {
  margin-top: 0px;
  color: #006ebd;
  font-size: 40px;
  line-height: 48px;
}

.content-header.b40 {
  margin-bottom: 40px;
}

.content-header.b30 {
  margin-bottom: 30px;
}

.content-header.b60 {
  margin-bottom: 60px;
}

.sub-paragraph {
  font-size: 20px;
  line-height: 29px;
  font-weight: 300;
}

.sub-paragraph.b30 {
  margin-bottom: 30px;
}

.sub-paragraph.b30.center {
  width: 50%;
  text-align: center;
}

.sub-paragraph.width50 {
  width: 50%;
  text-align: center;
}

.content-paragraph {
  color: #717171;
  font-size: 17px;
  line-height: 27px;
}

.content-paragraph.b30 {
  margin-bottom: 30px;
}

.content-wrapper.width50 {
  width: 50%;
}

.content-wrapper.width40 {
  width: 40%;
}

.header-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 110px;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.services-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 26%;
}

.icon-box {
  width: 20%;
  max-width: 60px;
  margin-right: 20px;
}

.description-box {
  width: 70%;
}

.icon-label-header {
  margin-bottom: 9px;
  font-size: 19px;
  line-height: 29px;
  font-weight: 600;
}

.icon-label-header.b30 {
  margin-bottom: 30px;
}

.icon-label-header.b30.center {
  width: 50%;
  text-align: center;
}

.icon-description {
  color: #717171;
  font-size: 17px;
  line-height: 23px;
}

.icon-description.b30 {
  margin-bottom: 30px;
}

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

.content-button {
  padding: 22px 38px;
  border-radius: 3135px;
  background-color: #f6c500;
  box-shadow: 4px 4px 18px -4px rgba(0, 0, 0, 0.28);
  color: #010101;
  font-size: 18px;
  font-weight: 600;
}

.content-tab-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 6px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  border-radius: 10px;
  background-color: #d7eefe;
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
}

.arrow {
  margin-right: 20px;
}

.content-tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -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;
}

.tab-content {
  width: 85%;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 16px;
  line-height: 24px;
}

@media screen and (max-width: 991px) {
  .container {
    width: 90%;
  }
  .container.banner {
    width: 95%;
  }
  .flex-box-wrapper {
    -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;
  }
  .flex-box-wrapper.end {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex-box-wrapper.partner-logo {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .flex-box-wrapper.icon {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-box-wrapper.icon.b110 {
    margin-bottom: 60px;
  }
  .flex-box-wrapper.tab-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .nav-menu {
    margin-right: 0px;
    background-color: #f4f9fe;
  }
  .nav-link {
    border-style: none none solid;
    border-width: 1px;
    border-color: #000 #000 rgba(218, 235, 245, 0.92);
  }
  .banner-header-wrapper {
    max-height: 100%;
    min-height: auto;
    padding-bottom: 60px;
    background-position: 0% 50%;
  }
  .header-banner-col {
    width: 100%;
    padding-top: 51px;
    padding-bottom: 60px;
  }
  .banner-col {
    width: 100%;
    -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;
  }
  .form-hero-wrapper {
    top: 0px;
    width: 90%;
    max-width: 100%;
  }
  .footer-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .footer-logo {
    max-width: 300px;
    margin-bottom: 60px;
  }
  .footer-navigation-wrapper {
    width: 100%;
  }
  .footer-nav-col {
    margin-right: 28px;
    margin-left: 28px;
  }
  .footer-subheader {
    margin-bottom: 15px;
    font-size: 15px;
  }
  .footer-text {
    font-size: 14px;
  }
  .volcano-logo {
    max-width: 210px;
  }
  .menu-button {
    background-color: transparent;
  }
  .menu-button.w--open {
    background-color: transparent;
  }
  .nav-flex {
    width: 45%;
  }
  .section-wrapper.m-statement {
    padding-top: 60px;
    padding-bottom: 61px;
  }
  .section-wrapper.p120 {
    padding-top: 60px;
    padding-bottom: 60px;
    background-position: 100% 50%;
  }
  .section-wrapper.p120.bg {
    background-position: 80% 50%;
  }
  .s-box-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .s-box-content {
    width: 100%;
    padding-top: 40px;
    padding-right: 50px;
    padding-bottom: 86px;
  }
  .s-image {
    position: relative;
    top: -60px;
    width: 80%;
  }
  .content-header {
    font-size: 35px;
    line-height: 40px;
  }
  .content-header.b40 {
    margin-bottom: 30px;
  }
  .content-header.b60 {
    margin-bottom: 30px;
  }
  .sub-paragraph {
    margin-bottom: 20px;
  }
  .sub-paragraph.width50 {
    width: 80%;
  }
  .content-paragraph {
    font-size: 16px;
  }
  .content-wrapper.width50 {
    width: 100%;
  }
  .content-wrapper.width40 {
    width: 100%;
  }
  .header-wrapper {
    margin-bottom: 40px;
  }
  .services-box {
    width: 50%;
    margin-bottom: 40px;
  }
  .icon-label-header {
    margin-bottom: 20px;
  }
  .icon-description {
    font-size: 16px;
  }
  .left-image {
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .container.banner {
    width: 90%;
  }
  .nav-button-link {
    padding-right: 17px;
  }
  .call-icon {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    background-size: 30px;
  }
  .nav-text {
    font-size: 14px;
  }
  .header-banner-col {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .banner-h1 {
    margin-bottom: 25px;
    font-size: 35px;
    line-height: 48px;
  }
  .hero-paragraph {
    width: 100%;
    margin-bottom: 46px;
    font-size: 17px;
    line-height: 26px;
  }
  .banner-col {
    -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;
  }
  .form-hero-wrapper {
    width: 90%;
  }
  .form-box-white {
    padding-right: 34px;
    padding-left: 34px;
  }
  .form-header-wrapper {
    padding: 35px;
  }
  .form-header {
    font-size: 33px;
  }
  .footer-navigation-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-nav-col {
    margin-right: 22px;
    margin-bottom: 30px;
    margin-left: 0px;
  }
  .footer-nav-col.widh30 {
    width: auto;
    margin-right: 55px;
  }
  .footer-nav-col.widh30.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .footer-nav-col.width70 {
    width: 60%;
    margin-bottom: 11px;
  }
  .footer-nav-col.width70.navigation {
    width: 70%;
  }
  .box-separator {
    margin-right: 10px;
  }
  .nav-flex.right {
    width: 100%;
  }
  .nav-flex.left {
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .section-wrapper.p120.bg {
    background-position: 100% 50%;
  }
  .s-box-wrapper {
    width: 100%;
  }
  .s-box-content {
    padding-top: 30px;
    padding-right: 31px;
    padding-left: 31px;
  }
  .content-header {
    font-size: 30px;
  }
  .content-header.b40 {
    margin-bottom: 20px;
  }
  .content-header.b30 {
    margin-bottom: 20px;
  }
  .sub-paragraph {
    font-size: 18px;
    line-height: 27px;
  }
  .icon-label-header {
    font-size: 18px;
    line-height: 27px;
  }
}

@media screen and (max-width: 479px) {
  .navbar-wrapper {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .navbar {
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .logo {
    max-width: 200px;
  }
  .flex-box-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-box-wrapper.partner-logo {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .flex-box-wrapper.icon.b110 {
    margin-bottom: 30px;
  }
  .nav-button-link {
    display: none;
  }
  .header-banner-col {
    padding-top: 20px;
    padding-bottom: 35px;
  }
  .banner-h1 {
    font-size: 27px;
    line-height: 36px;
  }
  .hero-paragraph {
    font-size: 15px;
  }
  .logo-box {
    margin-right: 5px;
    margin-bottom: 9px;
    margin-left: 5px;
  }
  .logo-box.affiliate {
    width: 19%;
  }
  .form-hero-wrapper {
    width: 100%;
  }
  .form-box-white {
    padding: 25px 20px 20px;
  }
  .form-header-wrapper {
    padding: 25px 20px;
  }
  .form-header {
    font-size: 23px;
    line-height: 34px;
  }
  .form-text {
    margin-bottom: 27px;
    font-size: 14px;
  }
  .form-field-label {
    min-height: 50px;
    margin-bottom: 13px;
  }
  .form-field-label::-webkit-input-placeholder {
    font-size: 14px;
  }
  .form-field-label:-ms-input-placeholder {
    font-size: 14px;
  }
  .form-field-label::-ms-input-placeholder {
    font-size: 14px;
  }
  .form-field-label::placeholder {
    font-size: 14px;
  }
  .form-button {
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
  }
  .footer-logo {
    max-width: 220px;
    margin-bottom: 30px;
  }
  .footer-navigation-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .footer-nav-col {
    width: 40%;
  }
  .footer-nav-col.first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .section-wrapper.m-statement {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .section-wrapper.p120 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .s-box-content {
    padding-right: 30px;
    padding-left: 30px;
  }
  .content-header {
    line-height: 35px;
  }
  .sub-paragraph {
    font-size: 16px;
    line-height: 25px;
  }
  .sub-paragraph.b30 {
    margin-bottom: 20px;
  }
  .sub-paragraph.width50 {
    width: 100%;
  }
  .content-paragraph {
    font-size: 14px;
  }
  .services-box {
    width: 100%;
    margin-bottom: 30px;
  }
  .icon-box {
    width: 18%;
  }
  .icon-label-header {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 25px;
  }
  .icon-label-header.b30 {
    margin-bottom: 20px;
  }
  .icon-description {
    font-size: 14px;
  }
  .content-button {
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
  }
  .content-tab-button {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
    line-height: 23px;
  }
  .arrow {
    margin-right: 12px;
  }
  .tab-content {
    font-size: 14px;
    line-height: 23px;
  }
  .tab-arrow {
    max-width: 14px;
  }
}