.w-basic-heading--styledAs-h1 {
  font-size: 38px;
  line-height: 44px;
  margin-top: 20px;
}

.w-basic-heading--styledAs-h2 {
  font-size: 32px;
  line-height: 36px;
  margin-top: 20px;
}

.w-basic-heading--styledAs-h3 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 20px;
}

.w-basic-heading--styledAs-h4 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
}

.w-basic-heading--styledAs-h5 {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}

.w-basic-heading--styledAs-h6 {
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

p {
  margin-top: 20px;
  margin-bottom: 20px;
}

a {
  color: #29679b;
  text-decoration: underline;
}

.navigation {
  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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.blue {
  background-color: #343c82;
  color: #fff;
}

.section.grey {
  background-color: #42484d;
  color: #fff;
}

.section.hero {
  margin-top: 115px;
}

.container {
  padding-top: 40px;
  padding-bottom: 40px;
}

.container.hero {
  padding: 100px;
  -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;
}

.container.pad-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.container.pad-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.container.navbar-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  -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;
}

.container.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.container.flex.center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

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

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

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

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  margin-right: auto;
  padding: 10px;
  -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;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  color: #343c82;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 115px;
  -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;
  border-bottom: 5px solid #343c82;
  background-color: #fff;
  color: #343c82;
}

.navbar.shrink {
  height: 70px;
}

.nav-link {
  display: block;
  padding: 10px 8px;
  border-top: 1px solid #343c82;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  font-family: 'Open Sans', sans-serif;
  color: #343c82;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: -0.4px;
  text-transform: uppercase;
}

.nav-link:hover {
  padding-top: 8px;
  border-top-width: 3px;
  border-top-color: #343c82;
  color: #e21c21;
}

.nav-link.w--current {
  padding-top: 6px;
  padding-bottom: 10px;
  border-top-width: 5px;
  color: #343c82;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.hero-text-line {
  padding: 10px;
  font-family: Raleway, sans-serif;
  color: #e21c21;
  font-size: 90px;
  line-height: 80px;
  font-weight: 700;
  text-align: center;
}

.hero-text-line.subtitle {
  color: #343c82;
  font-size: 75px;
  line-height: 70px;
}

.width-100 {
  width: 100%;
}

.float-right {
  float: right;
}

.float-right.margin-20 {
  margin: 20px;
}

.float-right.margin-40 {
  margin: 40px;
}

.button {
  margin: 10px;
  padding: 10px 60px;
  background-color: #4e5ac3;
  font-family: Raleway, sans-serif;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
}

.button.float-right {
  background-color: #4e5ac3;
}

.button.float-right.margin-0 {
  margin: 0px;
}

.caps {
  text-transform: uppercase;
}

.lead-in-heading {
  font-family: Raleway, sans-serif;
  font-size: 30px;
  line-height: 30px;
}

.spacer-bar {
  width: 40px;
  height: 5px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #fff;
}

.spacer-bar.thin {
  height: 5px;
}

.spacer-bar.thin.blue {
  background-color: #4e5ac3;
}

.spacer-bar.thick {
  height: 10px;
}

.spacer-bar.thick.blue {
  background-color: #4e5ac3;
}

.spacer-bar.fullwidth {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.spacer-bar.fullwidth.blue {
  background-color: #343c82;
}

.body {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.lead-in-para {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.impact-heading {
  font-size: 75px;
  line-height: 70px;
}

.standard-rtb {
  margin-top: 20px;
  margin-bottom: 20px;
}

.standard-rtb p {
  margin-bottom: 20px;
}

.standard-rtb li {
  margin-bottom: 10px;
}

.standard-rtb h3 {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 25px;
}

.standard-rtb.smaller {
  font-size: 15px;
  line-height: 20px;
}

.slider {
  height: auto;
  background-color: transparent;
}

.content-slide {
  padding: 10px 60px 40px;
}

.testimonial-image {
  width: 90px;
  height: 90px;
  float: right;
  border-radius: 50%;
}

.slider-arrow {
  width: 40px;
}

.who-we-are-image {
  width: 250px;
  height: 335px;
}

.right-align {
  text-align: right;
}

.red {
  color: #e21c21;
}

.form-field {
  background-color: #f9f9f9;
}

.form-field.textarea {
  height: 8em;
}

.invert {
  color: #b3dcff;
}

.footer-columns {
  color: #e6e6e6;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.larger {
  font-size: 18px;
  line-height: 28px;
}

.testimonial-role {
  font-style: italic;
}

.who-we-are-image-wrap {
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: 40px;
  float: right;
}

.image-caption {
  text-align: right;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -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;
}

.image {
  width: 100px;
}

@media screen and (max-width: 991px) {
  .section.hero {
    margin-top: 70px;
  }

  .container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .container.hero {
    padding: 20px 20px 40px;
  }

  .navbar {
    height: 70px;
  }

  .hero-text-line {
    font-size: 80px;
    line-height: 70px;
  }

  .hero-text-line.subtitle {
    font-size: 65px;
    line-height: 60px;
  }

  .impact-heading {
    font-size: 55px;
    line-height: 55px;
  }
}

@media screen and (max-width: 767px) {
  .hero-text-line {
    font-size: 60px;
    line-height: 50px;
  }

  .hero-text-line.subtitle {
    font-size: 45px;
    line-height: 40px;
  }

  .button.float-right {
    padding-right: 40px;
    padding-left: 40px;
    font-size: 15px;
    line-height: 20px;
  }

  .lead-in-heading {
    font-size: 25px;
    line-height: 25px;
  }

  .spacer-bar.fullwidth {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .impact-heading {
    font-size: 40px;
    line-height: 40px;
  }

  .who-we-are-image {
    width: 150px;
    height: 200px;
  }

  .footer-columns {
    font-size: 12px;
  }

  .who-we-are-image-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: 20px;
    float: right;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .image-caption {
    font-size: 13px;
  }

  .column {
    padding-right: 0px;
    padding-left: 0px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-right: 10px;
    padding-left: 10px;
  }

  .brand {
    font-size: 20px;
  }

  .hero-text-line {
    font-size: 45px;
    line-height: 40px;
  }

  .hero-text-line.subtitle {
    font-size: 30px;
    line-height: 30px;
  }

  .lead-in-heading {
    font-size: 18px;
    line-height: 22px;
  }

  .body {
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
  }

  .lead-in-para {
    font-size: 16px;
    line-height: 24px;
  }

  .impact-heading {
    font-size: 35px;
    line-height: 35px;
  }

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

  .slider-arrow {
    display: none;
  }

  .right-align.center-mobile {
    text-align: center;
  }

  .footer-columns {
    font-size: 12px;
    text-align: center;
  }
}

