:root {
  --steel-blue: #3b99d9;
  --steel-blue-2: #2e80b6;
  --dark-khaki: #a8d069;
  --medium-sea-green: #30ad64;
  --light-sea-green: #25ccbf;
  --light-sea-green-2: #20ac99;
  --sandy-brown: #f8c740;
  --goldenrod: #e2a62b;
  --khaki: #face6a;
  --sandy-brown-2: #e4b962;
  --salmon: #fd7072;
  --indian-red: #cf404d;
  --tan: #d39f9a;
  --dim-gray: #735260;
  --indian-red-2: #af4173;
  --brown: #822e50;
  --tomato: #e64c40;
  --firebrick: #bf3a30;
  --salmon-2: #fc7d64;
  --white-smoke: #ecf0f1;
  --silver: #bec3c7;
  --dim-gray-2: #49647b;
  --dark-slate-gray: #2d3e4f;
  --dark-slate-gray-2: #404047;
  --white-smoke-2: #f0f0f0;
  --white-smoke-3: #edeff2;
  --cadet-blue: #668cad;
  --pale-turquoise: #bfe0ff;
  --light-sky-blue: #69b9ff;
  --dodger-blue: #2e9dff;
  --black: #192024;
  --dim-gray-3: #676770;
  --light-slate-gray: #8e8e9c;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #6a859c;
  background-color: #edeff2;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: #676770;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 300;
  line-height: 36px;
}

h3 {
  color: #676770;
  letter-spacing: 7px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  color: #676770;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
}

h6 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #69b9ff;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

.button:hover {
  background-color: #2e9dff;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.full-width {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.button.tab {
  background-color: #92a0ad;
  margin-left: 8px;
  margin-right: 8px;
}

.button.tab:hover, .button.tab.w--current {
  background-color: #2e80b6;
}

.navigation-link {
  color: #000;
  transition: all .3s ease-in-out;
}

.navigation-link:hover {
  color: #064dd1;
}

.navigation-link:focus {
  color: #005096;
}

.navigation-bar {
  background-color: #fff;
}

.brand-text {
  color: #69b9ff;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 25px;
}

.brand-link, .brand-link.w--current {
  padding-top: 0;
  padding-bottom: 0;
}

.section {
  text-align: center;
  background-color: #f3f3f3;
  padding: 80px 10px;
  position: relative;
}

.section.accent {
  background-color: #192024;
}

.section.white {
  background-color: #fff;
}

.white-box {
  text-align: center;
  background-color: #fff;
  border: 1px solid #dcebf7;
  border-radius: 5px;
  flex: 1;
  padding: 15px;
}

.white-box.transparent {
  background-color: #0000;
  border-style: none;
}

.hero-section {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-section.centered {
  text-align: center;
  background-image: linear-gradient(#0009, #0009), url('../images/GettyImages-174451130.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  border-bottom: 4px #69b9ff;
  padding-top: 98px;
  padding-bottom: 209px;
}

.hero-heading {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 60px;
  font-weight: 300;
  line-height: 60px;
}

.hero-subheading {
  color: #2e9dff;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-size: 25px;
  font-weight: 300;
  line-height: 25px;
}

.hollow-button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 30px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s, border .3s, color .3s;
  display: inline-block;
}

.hollow-button:hover {
  color: #2e9dff;
  border-color: #2e9dff;
}

.hollow-button.all-caps {
  text-transform: uppercase;
}

.section-heading {
  margin-top: 0;
  margin-bottom: 16px;
}

.section-heading.centered {
  color: #3a3a41;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 500;
}

.section-heading.centered.white {
  color: #fff;
  font-weight: 700;
}

.section-subheading.center {
  color: #8e8e9c;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 300;
}

.section-subheading.center.off-white {
  color: #e8e8e8;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 32px;
  padding-bottom: 0;
}

.section-title-group {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.form-field {
  border: 0 solid #000;
  border-radius: 3px;
  height: 45px;
  margin-bottom: 17px;
  box-shadow: 0 0 0 1px #4040474d;
}

.form-field.text-area {
  height: 110px;
}

.footer {
  padding-top: 35px;
  padding-bottom: 35px;
}

.footer.center {
  text-align: center;
  background-color: #383838;
  border-top: 1px solid #dbdbdb;
}

.footer-text {
  color: #9e9e9e;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
}

.grid-image {
  background-color: #69b9ff;
  border: 10px solid #fff;
  border-radius: 50%;
  width: 35%;
  margin: 20px auto;
  padding: 20px;
  display: block;
  box-shadow: 0 0 0 1px #2e9dff;
}

.info-icon {
  float: left;
}

.footer-link {
  color: #005096;
  border-bottom: 1px solid #d5d5e0;
  margin-bottom: 6px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  color: #008cffd6;
}

.footer-link.with-icon {
  margin-left: 30px;
}

.tab-menu {
  text-align: center;
  margin-bottom: 40px;
}

.tabs-wrapper {
  text-align: center;
}

.fullwidth-image {
  width: 100%;
  margin-bottom: 20px;
}

.white-text {
  color: #fff;
  margin-bottom: 20px;
}

.form {
  margin-top: 40px;
}

.spc.hidden {
  display: none;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 450px;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.body {
  font-family: Figtree, sans-serif;
  font-weight: 400;
}

.italic-text {
  color: #fff;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
}

.italic-text-2 {
  color: #cacaca;
  font-style: italic;
  font-weight: 400;
}

.form_container {
  width: 100%;
  max-width: 450px;
  margin-top: 40px;
  margin-bottom: 60px;
}

.form_label {
  color: #ffffffa6;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 20px;
  font-weight: 700;
}

.form-block {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 450px;
  margin-top: 40px;
  margin-bottom: 60px;
  display: flex;
}

.form-2 {
  color: #ffffffb3;
  width: 100%;
}

.success-message, .error-message {
  width: 100%;
}

.submit-button {
  text-align: center;
  margin-top: 20px;
}

.link {
  color: #064dd1;
  text-align: left;
  width: 100%;
  margin-top: 0;
  transition: color .3s;
  display: inline-block;
}

.link:hover, .link:focus {
  color: #052766;
}

.paragraph {
  color: #37424b;
  text-align: left;
  max-width: 700px;
  font-size: 18px;
  font-style: normal;
}

.column {
  height: 100%;
  display: flex;
}

.nav_logo {
  width: 250px;
}

.container {
  justify-content: space-between;
  align-items: center;
  display: block;
}

.nav-bar-container {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.two-col-container {
  align-items: center;
  display: flex;
}

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

.body-2 {
  font-family: Figtree, sans-serif;
}

.accordion-item {
  width: 95%;
  overflow: hidden;
}

.accordion-toggle {
  align-items: center;
  height: 80px;
  padding: 0;
  display: flex;
}

.text-block {
  color: #000;
  white-space: normal;
  flex: none;
  width: 100%;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  padding-right: 44px;
}

.dropdown-list {
  background-color: #fff;
  padding: 0;
  display: block;
  position: static;
}

.container-2 {
  max-width: 700px;
}

.paragraph-2 {
  color: #32363a;
  text-align: left;
  font-size: 20px;
  line-height: 1.6;
}

.footer-bottom {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: block;
}

.body-3 {
  font-family: Figtree, sans-serif;
}

.members_list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  padding-bottom: 0;
  display: grid;
}

.member_logo {
  max-width: 75%;
  height: auto;
  min-height: 0;
  max-height: 160px;
}

.member_logo_block {
  border: 1px #ddd;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0;
  display: flex;
}

.list-item {
  color: #32363a;
  text-align: left;
  margin-bottom: 12px;
  font-size: 20px;
}

.hr {
  background-color: #ccc;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 40px;
}

.bottom-footer-link {
  color: #858585;
  font-size: 14px;
}

.link-2 {
  color: #003cee;
}

.hidden {
  display: none;
}

.columns {
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-3 {
  display: flex;
}

.footer-logo {
  max-width: 250px;
}

.footer-container {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-block-2 {
  color: #2e3236;
  margin-bottom: 32px;
}

.button-2 {
  background-color: #1981c2;
  transition: background-color .3s;
}

.button-2:hover, .button-2:focus {
  background-color: #0d5d8f;
}

.heading {
  color: #050c11;
  font-size: 100px;
  line-height: 1;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.paragraph-top {
  color: #37424b;
  text-align: left;
  max-width: none;
  font-size: 22px;
  font-style: normal;
  line-height: 1.4;
}

@media screen and (max-width: 991px) {
  .navigation-link {
    color: #ffffff85;
  }

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

  .hamburger-button.w--open, .navigation-menu {
    background-color: #3b99d9;
  }

  .hero-section.centered {
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .grid-image {
    width: 50%;
    padding: 15px;
  }

  .image {
    max-width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .button.full-width {
    margin-left: auto;
    margin-right: auto;
  }

  .button.tab {
    font-size: 12px;
  }

  .white-box {
    margin-bottom: 30px;
  }

  .hero-section.centered {
    padding-top: 119px;
    padding-bottom: 119px;
  }

  .hero-heading {
    margin-bottom: 15px;
    font-size: 50px;
  }

  .hero-subheading {
    font-size: 18px;
  }

  .section-heading.centered {
    letter-spacing: 2px;
    font-size: 24px;
    line-height: 1.2;
  }

  .section-title-group {
    margin-bottom: 0;
  }

  .form-field.text-area {
    display: block;
  }

  .grid-image {
    width: 20%;
    padding: 20px;
  }

  .spc {
    margin-bottom: 30px;
  }

  .two-col-container {
    flex-flow: column;
  }

  .text-block {
    font-size: 20px;
  }

  .members_list {
    grid-template-columns: 1fr 1fr;
  }

  .paragraph-top {
    font-size: 18px;
  }
}

@media screen and (max-width: 479px) {
  .button {
    margin-bottom: 25px;
  }

  .navigation-link {
    color: #252a2f;
  }

  .navigation-link.w--current {
    color: #252a2f99;
  }

  .navigation-menu {
    color: #424242;
    background-color: #fafafa;
    display: block;
  }

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

  .hero-section.centered {
    padding-top: 60px;
    padding-bottom: 10px;
  }

  .hero-heading {
    margin-top: 79px;
    line-height: 10px;
  }

  .section-heading.centered {
    letter-spacing: 0;
    text-transform: capitalize;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.1;
  }

  .section-subheading.center {
    line-height: 30px;
  }

  .section-title-group {
    margin-bottom: 0;
  }

  .footer-text {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-image {
    width: 35%;
  }

  .italic-text {
    letter-spacing: 2px;
    font-size: 30px;
    line-height: 1;
  }

  .two-col-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .text-col {
    padding-left: 0;
    padding-right: 0;
  }

  .image {
    max-width: 100%;
    margin-top: 30px;
  }

  .text-block {
    font-size: 20px;
  }

  .footer-bottom {
    padding-left: 10px;
    padding-right: 10px;
  }

  .members_list {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    grid-template-columns: 1fr;
  }

  .member_logo {
    max-width: 90%;
  }

  .list-item {
    line-height: 1.4;
  }

  .footer-container {
    flex-flow: column;
    padding-left: 10px;
    padding-right: 10px;
  }
}

#w-node-_86084162-5483-1c46-1804-79f1f6d118a7-a986d1fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}


