.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

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

body {
  color: #333;
  flex-direction: column;
  align-items: stretch;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

h1 {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.4;
}

h2 {
  color: #1f345b;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 4vh;
  padding-bottom: 2vh;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #fff;
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

.sticky-nav {
  z-index: 1;
  max-width: 1470px;
  color: #1f345b;
  background-color: #fff;
  border-radius: 6px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 1px 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.nav-grid {
  width: 100%;
  max-width: 1410px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content max-content max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  padding: 0;
  display: grid;
}

.nav-logo-link {
  height: 60px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: block;
}

.nav-logo {
  width: auto;
  height: 100%;
  object-fit: contain;
  object-position: 0% 50%;
}

.nav-link {
  color: #444;
  text-transform: none;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  font-size: 16px;
  text-decoration: none;
  display: block;
}

.nav-link:hover {
  color: #1da591;
  text-decoration: none;
}

.nav-link:active {
  color: #1da591;
}

.nav-link.w--current {
  color: #1da591;
  text-decoration: none;
}

.body {
  color: #53575f;
  border-bottom: 1px solid #1f345b;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Proximanova, sans-serif;
  font-size: 18px;
  line-height: 1.4;
}

.btn-nav {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1da591;
  border-radius: 6px;
  margin-left: 2vw;
  padding-left: 28px;
  padding-right: 28px;
  font-size: 16px;
  font-weight: 700;
}

.btn-nav.is--programs {
  margin-left: auto;
  margin-right: auto;
}

.container {
  max-width: 1410px;
  margin: 4vh auto;
}

.container.div-hero {
  width: 50%;
  margin-top: 10vh;
  padding-left: 4vw;
  padding-right: 4vw;
}

.container.div-hero.hero-text {
  width: 80%;
  max-width: 800px;
  flex-direction: column;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.container.div-hero.hero-text-program {
  width: 100%;
  max-width: 800px;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.container.main-div {
  width: 100%;
  max-width: 980px;
  margin-top: 6vh;
  margin-bottom: 6vh;
  padding-bottom: 0;
}

.container.main-div.is--50 {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.container.main-div.width-700 {
  max-width: 700px;
}

.container.main-div.is--bottom-10vh {
  margin-bottom: 10vh;
}

.container.main-div.is--bottom-10vh.is--no-gutter {
  margin-top: 0;
}

.container.main-div.is--move-top {
  margin-top: -50px;
}

.container.main-div.article-div {
  margin-top: 0;
  margin-bottom: 4vh;
}

.container.main-div.is--centered-flex {
  justify-content: center;
  margin-bottom: 10vh;
  display: flex;
}

.container.main-div.is--centered-flex.is--no-gutter {
  margin-top: 0;
}

.section-blue {
  width: 100%;
  height: auto;
  max-height: none;
  background-color: #1f345b;
  margin-top: 0;
  padding: 2vh 2vw 1vh;
}

.section-blue.no-gutter {
  height: 650px;
  max-height: 650px;
}

.p-white.text-center {
  width: 80%;
  color: #fff;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.is--bottom-2vh {
  margin-top: 0;
  margin-bottom: 2vh;
  line-height: 1.2;
}

.section {
  padding-left: 4vw;
  padding-right: 4vw;
}

.section.hide {
  display: none;
}

.section.is--about-us {
  padding-top: 4vw;
  padding-bottom: 4vw;
}

.container-no-gutter {
  width: 100%;
  max-width: 1470px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
}

.container-no-gutter.div-hero {
  width: 50%;
  margin-top: 10vh;
  padding-left: 4vw;
  padding-right: 4vw;
}

.container-no-gutter.is--move-top {
  margin-top: -150px;
}

.hero-img {
  margin-top: -6vh;
}

.div-block {
  width: 140px;
  height: 140px;
  float: none;
  clear: none;
  filter: blur();
  -webkit-text-fill-color: inherit;
  background-color: rgba(99, 124, 224, .87);
  background-image: linear-gradient(5deg, rgba(31, 52, 91, .5), rgba(255, 255, 255, .5));
  background-clip: border-box;
  border: 2px solid #fff;
  border-radius: 100px;
  flex-flow: column-reverse wrap;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
  position: static;
}

.div-block.blur-effect {
  width: 110px;
  height: 110px;
  float: left;
  filter: blur(5px);
  border-style: none;
  margin-top: 0;
  margin-bottom: auto;
  padding-top: 0;
  display: none;
  position: static;
}

.div-block-2 {
  margin-top: -2vh;
  padding-top: 0;
}

.text-block {
  z-index: auto;
  float: none;
  clear: right;
  color: #fff;
  text-align: center;
  object-fit: fill;
  border: 0 #000;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  text-decoration: none;
  position: static;
  top: auto;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.heading {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 4vh;
  padding-bottom: 2vh;
  font-size: 40px;
  font-weight: 700;
}

.paragraph {
  color: #53575f;
  margin-bottom: 0;
  font-family: Proximanova, sans-serif;
  font-weight: 300;
  line-height: 1.4;
}

.paragraph.is--60 {
  width: 60%;
}

.paragraph.is--60.is--white {
  color: #fff;
}

.paragraph.is--100 {
  width: 60%;
}

.paragraph.is--100.is--white {
  width: 100%;
  color: #fff;
}

.paragraph.m-text {
  color: #53575f;
  font-family: Proximanova, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

.paragraph.m-text.hide {
  display: none;
}

.btn-arrow {
  color: #53575f;
  align-items: center;
  margin-top: 2vh;
  text-decoration: none;
  display: flex;
}

.btn-arrow-text {
  text-transform: uppercase;
  margin-left: 1vw;
  margin-right: 1vw;
  text-decoration: none;
}

.btn-arrow-text.is--white {
  color: #fff;
}

.hero-section {
  width: 100%;
  height: 700px;
  max-height: 700px;
  background-color: #1f345b;
  margin-top: 0;
  padding-top: 2vh;
}

.hero-section.no-gutter {
  height: 650px;
  max-height: 650px;
  padding-left: 2vw;
  padding-right: 2vw;
}

.about-grid {
  grid-column-gap: 50px;
  grid-row-gap: 100px;
  grid-template-rows: auto auto;
  grid-template-columns: .5fr .75fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-top: 0;
  padding-top: 6vh;
  padding-bottom: 4vh;
  display: grid;
}

.grid-large-text {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.xl-text {
  color: #6b9ac4;
  margin-bottom: 0;
  font-size: 100px;
  font-weight: 900;
  line-height: .4;
}

.l-text {
  color: #1f345b;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
}

.l-text.is-white {
  color: #f9f7f6;
  font-weight: 300;
}

.about-section {
  padding-bottom: 2vh;
  padding-left: 4vw;
  padding-right: 4vw;
  position: relative;
  overflow: hidden;
}

.our-programs {
  background-image: url('../images/program-bg.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 4vw 4vh;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

.program-div {
  width: 100%;
  max-width: 100%;
  flex-flow: column;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.program-div.div-hero {
  width: 50%;
  margin-top: 10vh;
  padding-left: 4vw;
  padding-right: 4vw;
}

.program-div.main-div {
  width: 100%;
  max-width: 980px;
  margin-top: 6vh;
  margin-bottom: 6vh;
  padding-bottom: 0;
}

.program-div.main-div.is--50 {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.light-text {
  color: #bdd9f9;
  padding-top: 2vh;
  padding-bottom: 2vh;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.light-text.big {
  font-size: 50px;
  line-height: 1.2;
}

.light-text.program-tab-btn {
  transition: color .1s;
}

.light-text.program-tab-btn:focus, .light-text.program-tab-btn.is--active, .light-text.program-tab-btn2:focus, .light-text.program-tab-btn3:focus, .light-text.program-tab-btn4:focus {
  color: #1f345b;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #006eb4;
  border-radius: 6px;
  margin-top: 6vh;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 700;
}

.button.no-gutter {
  margin-top: 2vh;
}

.our-program-container {
  max-width: 1410px;
  margin-left: auto;
  margin-right: auto;
}

.our-program-container.div-hero {
  width: 50%;
  margin-top: 10vh;
  padding-left: 4vw;
  padding-right: 4vw;
}

.our-program-container.main-div {
  width: 100%;
  max-width: 980px;
  margin-top: 6vh;
  margin-bottom: 6vh;
  padding-bottom: 0;
}

.our-program-container.main-div.is--50 {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.heading-2 {
  color: #1f345b;
  font-family: Proximanova, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

.heading-2.is--white {
  color: #fff;
}

.heading-2.center-text {
  text-align: center;
  font-size: 30px;
}

.div-img-bluebg {
  width: 100%;
  height: 100%;
  text-align: left;
  background-color: #1f345b;
  background-image: linear-gradient(rgba(31, 52, 91, .8), rgba(31, 52, 91, .8)), url('../images/programs-mask.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  border-radius: 6px;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 4vh;
  padding-left: 4vw;
  padding-right: 4vw;
  display: flex;
}

.program-right-content {
  width: 100%;
  max-width: 100%;
  flex-direction: column;
  justify-content: flex-end;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.program-right-content.div-hero {
  width: 50%;
  margin-top: 10vh;
  padding-left: 4vw;
  padding-right: 4vw;
}

.program-right-content.main-div {
  width: 100%;
  max-width: 980px;
  margin-top: 6vh;
  margin-bottom: 6vh;
  padding-bottom: 0;
}

.program-right-content.main-div.is--50 {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.footer {
  text-align: center;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 40px;
}

.footer-flex-container {
  text-align: left;
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.footer-logo-link {
  max-height: 60px;
  max-width: 60px;
  min-width: 60px;
  flex: 0 auto;
}

.footer-image {
  width: 100%;
  height: 100%;
  max-width: 220px;
  object-fit: contain;
  object-position: 0% 50%;
  display: block;
}

.footer-heading {
  color: #bdd9f9;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  color: #fff;
  margin-bottom: 10px;
  font-size: 14px;
  text-decoration: none;
  display: block;
}

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

.section-2 {
  background-image: linear-gradient(#1f345b, #1f345b);
  margin-top: auto;
}

.container-gray-bg {
  max-width: 1410px;
  background-color: #f9f7f6;
  border-radius: 6px;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  padding-top: 4vh;
  padding-bottom: 8vh;
  display: flex;
  position: relative;
}

.container-gray-bg.div-hero {
  width: 50%;
  margin-top: 10vh;
  padding-left: 4vw;
  padding-right: 4vw;
}

.container-gray-bg.main-div {
  width: 100%;
  max-width: 980px;
  margin-top: 6vh;
  margin-bottom: 6vh;
  padding-bottom: 0;
}

.container-gray-bg.main-div.is--50 {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.our-clients-container {
  max-width: 1410px;
  margin-left: auto;
  margin-right: auto;
}

.our-clients-container.div-hero {
  width: 50%;
  margin-top: 10vh;
  padding-left: 4vw;
  padding-right: 4vw;
}

.our-clients-container.main-div {
  width: 100%;
  max-width: 980px;
  border: 1px #000;
  margin-top: 6vh;
  margin-bottom: 6vh;
  padding-bottom: 0;
}

.our-clients-container.main-div.is--50 {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.navbar {
  width: auto;
  max-width: 1470px;
  background-color: #fff;
  border-radius: 6px;
  margin-left: auto;
  margin-right: auto;
}

.container-slider {
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2vw;
  padding-right: 2vw;
  display: flex;
}

.slide {
  height: 200px;
  background-color: #f9f7f6;
  padding-bottom: 0;
}

.icon, .icon-2 {
  color: #1f345b;
  display: none;
}

.image {
  text-align: center;
  margin-top: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.slide-nav, .right-arrow, .left-arrow {
  display: none;
}

.btn-clients {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #006eb4;
  border-radius: 6px;
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 700;
}

.mask, .slider {
  height: 200px;
}

.partners-section {
  padding-left: 0;
  padding-right: 0;
}

.testimonial-section {
  width: 100%;
  height: 2%;
  max-height: none;
  background-color: #1f345b;
  flex-direction: column;
  justify-content: flex-end;
  margin-top: -80px;
  margin-bottom: 4vh;
  padding-top: 20vh;
  padding-bottom: 8vh;
  display: flex;
}

.testimonial-section.no-gutter {
  height: 650px;
  max-height: 650px;
}

.p-qoutation {
  color: #f9f7f6;
  margin-top: 4vh;
  margin-bottom: 4vh;
  padding-bottom: 0;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
}

.blue-filler {
  width: 100%;
  height: 100px;
  max-height: 100px;
  background-color: #1f345b;
  flex-direction: column;
  margin-top: -22px;
  padding-top: 25vh;
  display: flex;
  position: static;
  top: 0;
}

.blue-filler.no-gutter {
  height: 650px;
  max-height: 650px;
}

.navbar-2 {
  width: 100%;
  max-width: 1470px;
  background-color: #fff;
  border-radius: 6px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 2vw;
  text-decoration: none;
}

.nav-menu {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.container-2 {
  max-width: 1410px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  text-decoration: none;
  display: flex;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 4vh;
  padding-bottom: 4vh;
}

.email-icon {
  margin-top: 2vh;
  margin-bottom: 2vh;
}

.div-block-3 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.email-div {
  border: 0 solid #1f345b;
  border-bottom: 2px solid #6b9ac4;
  margin-top: 8vh;
}

.text-block-2 {
  width: 50%;
}

.form-block {
  flex-direction: column;
  justify-content: space-around;
  align-items: stretch;
  display: flex;
}

.form {
  justify-content: space-around;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
}

.text-field {
  color: #1f345b;
  border: 0 #000;
  flex: 1;
  align-self: center;
  margin-bottom: 0;
  margin-right: 4vw;
  padding: 50px 20px 40px;
  font-size: 28px;
  font-weight: 700;
}

.text-field::-ms-input-placeholder {
  color: #e5f0f7;
  font-size: 50px;
  font-weight: 300;
}

.text-field::placeholder {
  color: #e5f0f7;
  font-size: 50px;
  font-weight: 300;
}

.submit-button {
  color: #f9f7f6;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.get-involved {
  margin-bottom: 0;
  padding-bottom: 8vh;
  padding-left: 4vw;
  padding-right: 4vw;
}

.div-block-4 {
  display: flex;
}

.link-block {
  align-self: center;
  text-decoration: none;
}

.btn-submit {
  color: #f9f7f6;
  text-transform: uppercase;
  background-color: #1da591;
  border-radius: 100px;
  flex-direction: row-reverse;
  align-self: center;
  padding: 8px 10px;
  text-decoration: none;
  display: flex;
}

.slide-2 {
  background-color: #f9f7f6;
}

.footer-border {
  background-image: url('../images/footer-border-tile2.png');
  background-position: 50% 90%;
  background-repeat: repeat-x;
  background-size: 200px;
  background-attachment: scroll;
  padding-left: 0;
  padding-right: 0;
  line-height: 0;
}

.footer-border.hide {
  display: none;
}

.div-block-5 {
  height: 210px;
  margin-bottom: -20px;
}

.text-block-3 {
  color: #f9f7f6;
  font-size: 14px;
}

.footer-text {
  color: #f9f7f6;
  font-size: 14px;
  line-height: 1.8;
}

.brand {
  width: 250px;
}

.brand.w--current {
  width: 340px;
}

.logo {
  width: 100%;
}

.tabs-menu {
  display: none;
}

.tabs {
  width: 100%;
  height: 100%;
  max-height: 100%;
  display: block;
}

.div-img-blue-tab {
  width: 100%;
  height: 400px;
  max-height: 500px;
  text-align: left;
  background-color: #1f345b;
  background-image: linear-gradient(rgba(31, 52, 91, .8), rgba(31, 52, 91, .8)), url('../images/programs-mask2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  border-radius: 6px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 4vh;
  padding-left: 4vw;
  padding-right: 4vw;
  display: flex;
}

.div-block-6 {
  flex-direction: column;
  justify-content: space-around;
  display: flex;
}

.div-img-blue-tab1 {
  width: 100%;
  height: 400px;
  max-height: 500px;
  text-align: left;
  background-color: #1f345b;
  background-image: linear-gradient(rgba(31, 52, 91, .8), rgba(31, 52, 91, .8)), url('../images/programs-mask_1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  border-radius: 6px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 4vh;
  padding-left: 4vw;
  padding-right: 4vw;
  display: flex;
}

.div-img-blue-tab2 {
  width: 100%;
  height: 400px;
  max-height: 500px;
  text-align: left;
  background-color: #1f345b;
  background-image: linear-gradient(rgba(31, 52, 91, .8), rgba(31, 52, 91, .8)), url('../images/programs-mask2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  border-radius: 6px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 4vh;
  padding-left: 4vw;
  padding-right: 4vw;
  display: flex;
}

.div-img-blue-tab3 {
  width: 100%;
  height: 400px;
  max-height: 500px;
  text-align: left;
  background-color: #1f345b;
  background-image: linear-gradient(rgba(31, 52, 91, .8), rgba(31, 52, 91, .8)), url('../images/programs-mask3.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  border-radius: 6px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 4vh;
  padding-left: 4vw;
  padding-right: 4vw;
  display: flex;
}

.div-img-blue-tab4 {
  width: 100%;
  height: 400px;
  max-height: 500px;
  text-align: left;
  background-color: #1f345b;
  background-image: linear-gradient(rgba(31, 52, 91, .8), rgba(31, 52, 91, .8)), url('../images/programs-mask4.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  border-radius: 6px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 4vh;
  padding-left: 4vw;
  padding-right: 4vw;
  display: flex;
}

.hero-section-subpage {
  width: 100%;
  height: 700px;
  max-height: 700px;
  background-color: #1f345b;
  margin-top: 0;
  padding-top: 2vh;
}

.hero-section-subpage.no-gutter {
  height: 650px;
  max-height: 650px;
  padding-left: 2vw;
  padding-right: 2vw;
}

.italic-text {
  color: #53575f;
  font-family: Proximanova, sans-serif;
  font-size: 16px;
  line-height: 1.2px;
}

.field-labels {
  color: #1da591;
  font-family: Proximanova, sans-serif;
  font-size: 16px;
  line-height: 1.2;
}

.btn-contact-form {
  width: 20%;
  height: auto;
  text-align: center;
  background-color: #240046;
  border-radius: 16px;
  margin-top: 2vh;
  margin-bottom: 2vh;
  padding: 10px;
  font-size: 16px;
}

.heading-10 {
  font-size: 22px;
}

.text-field-contact {
  font-family: Proximanova, sans-serif;
  font-size: 16px;
}

.contact-form-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.paragraph-2 {
  color: #53575f;
  font-family: Proximanova, sans-serif;
  font-size: 16px;
  line-height: 1.2;
}

.container-3 {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.about-div {
  align-items: center;
  display: flex;
}

.about-img {
  width: auto;
  height: 100%;
  max-height: 352px;
  max-width: 100%;
  margin-top: 1vh;
}

.div-paragraph {
  padding: 4vh 0;
}

.div-paragraph.p-about, .div-paragraph.p-program {
  padding-left: 2vw;
  padding-right: 2vw;
}

.heading-11 {
  text-align: center;
  align-items: center;
  margin-bottom: 4vh;
  display: block;
}

.heading-11.title-about {
  text-align: left;
}

.p-large {
  color: #222;
  text-align: left;
  margin-top: 0;
  margin-bottom: 2vh;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  line-height: 1.6;
}

.financial-program {
  background-image: linear-gradient(rgba(255, 255, 255, .9), rgba(255, 255, 255, .9)), url('../images/mfa-mark.svg');
  background-position: 0 0, 100% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 400px;
  background-attachment: scroll, fixed;
  padding: 1vh 0 0;
}

.program-img {
  width: auto;
  height: auto;
  max-height: none;
  max-width: 80%;
  margin-top: 1vh;
}

.program-container {
  max-width: 800px;
  align-items: center;
  display: flex;
}

.grid-4, .grid-program {
  grid-template-rows: auto;
  align-items: center;
}

.grid-program.switch.equity-program {
  margin-left: auto;
  margin-right: auto;
}

.grid-program.financial-program, .grid-program.programs {
  padding-top: 0;
}

.grid-equity {
  grid-template-rows: auto;
  align-items: center;
}

.section-gray {
  background-color: rgba(249, 247, 246, .66);
  margin-bottom: 10vh;
  padding-top: 4vh;
  padding-bottom: 2vh;
}

.section-gray.no-gutter {
  margin-bottom: 0;
}

.section-gray.program-section {
  margin-bottom: 0;
  padding-top: 2vh;
}

.container-box {
  width: 100%;
  max-width: 1200px;
  padding-top: 10vw;
  padding-bottom: 10vw;
  display: flex;
}

.container-box.vertical-center {
  max-width: 1232px;
  flex-direction: column;
  align-items: center;
  padding-top: 4vw;
  padding-bottom: 4vw;
}

.image-5 {
  padding-top: 0;
  padding-bottom: 4vw;
}

.p-message {
  color: #240046;
  margin-top: 0;
  margin-bottom: 4vh;
  font-size: 30px;
  line-height: 1.2;
}

.paragraph-3 {
  color: #757575;
  margin-bottom: 0;
  padding-left: 4vw;
  padding-right: 4vw;
  line-height: 1.8;
}

.p-black {
  color: #53575f;
  font-weight: 700;
}

.text-span {
  font-weight: 700;
}

.link {
  color: #53575f;
  font-family: Proximanova, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.text-link {
  color: #1da591;
  font-weight: 700;
  text-decoration: none;
}

.blurb-container {
  padding-bottom: 4vh;
  padding-left: 4vw;
  padding-right: 4vw;
}

.paragraph-4 {
  color: #53575f;
  font-family: Proximanova, sans-serif;
}

.paragraph-4.m-text {
  font-size: 16px;
  line-height: 1.4;
}

.link-copy {
  color: #53575f;
  font-family: Proximanova, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.success-message {
  background-color: #1da591;
}

.text-block-4 {
  color: #f9f7f6;
}

.blue-body-bg {
  background-color: #1f345b;
}

.is--active {
  color: #aac0eb;
}

.background-mark {
  z-index: -1;
  width: 30em;
  opacity: .12;
  margin-top: 10%;
  margin-right: 4%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.logo-mark {
  width: 10em;
  color: #fff;
}

.program-btn {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #006eb4;
  border-radius: 6px;
  margin-top: 2vh;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 12px;
  font-weight: 400;
}

.program-btn.w--current {
  margin-top: 2vh;
  font-size: 12px;
}

.program-btn.no-gutter {
  margin-top: 2vh;
}

.text-span-2 {
  direction: ltr;
  white-space: normal;
}

.p-list {
  color: #53575f;
  padding-right: 20px;
  font-family: Proximanova, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

.p-list-item {
  padding-bottom: 10px;
  font-style: normal;
}

.prog-img {
  object-fit: fill;
  margin-top: 0;
  position: relative;
}

.program, .div-block-7-copy {
  height: 400px;
  max-height: 100%;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/programs-mask3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-clip: border-box;
}

.program-hero-img {
  height: 400px;
  max-height: 100%;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/programs-mask4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-clip: border-box;
}

.program-hero-img.equity-img {
  background-image: url('../images/programs-mask2.jpg');
  background-position: 50% 20%;
}

.program-hero-img.education-img {
  background-image: url('../images/programs-mask3.jpg');
  background-position: 50% 70%;
}

.program-hero-img.safety-img {
  background-position: 50% 20%;
}

.program-hero-img.safety-img.support-img {
  background-image: url('../images/programs-mask_1.jpg');
}

.program-hero-img.our-reach-img {
  background-image: url('../images/shutterstock_1530934706-2.jpg');
}

.italic-text-3, .italic-text-4, .italic-text-5 {
  font-style: normal;
}

.sm-text {
  font-size: 14px;
}

.education-div-img {
  width: 100%;
  height: 100%;
  background-image: url('../images/programs-mask3.jpg');
  background-position: 50%;
  background-size: cover;
}

.equity-div-img {
  width: 100%;
  height: 100%;
  background-image: url('../images/programs-mask2.jpg');
  background-position: 50%;
  background-size: cover;
}

.safety-div-img {
  width: 100%;
  height: 100%;
  background-image: url('../images/programs-mask4.jpg');
  background-position: 50%;
  background-size: cover;
}

.support-div-img {
  width: 100%;
  height: 100%;
  background-image: url('../images/programs-mask_1.jpg');
  background-position: 50%;
  background-size: cover;
}

.italic-text-6 {
  font-style: normal;
}

.join-now {
  background-color: #f9f7f6;
  background-image: linear-gradient(rgba(249, 247, 246, .85), rgba(249, 247, 246, .85)), url('../images/mfa-mark.svg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 400px;
  margin-bottom: 0;
  padding: 4vh 4vw 8vh;
}

.join-container {
  max-width: 1410px;
  margin-left: auto;
  margin-right: auto;
}

.join-container.div-hero {
  width: 50%;
  margin-top: 10vh;
  padding-left: 4vw;
  padding-right: 4vw;
}

.join-container.main-div {
  width: 100%;
  max-width: 980px;
  border: 1px #000;
  margin-top: 6vh;
  margin-bottom: 6vh;
  padding-bottom: 0;
}

.join-container.main-div.is--50 {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.btn-join {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1da591;
  border-radius: 6px;
  margin-top: 3vh;
  margin-left: 0;
  padding-top: 10px;
  padding-left: 28px;
  padding-right: 28px;
  font-size: 16px;
  font-weight: 700;
}

.about-us-rich-text li {
  font-size: 16px;
  line-height: 1.8;
}

.about-us-rich-text ul {
  column-count: 2;
}

.about-us-rich-text p {
  font-size: 16px;
  line-height: 1.8;
}

.our-reach-section {
  background-color: #fafbfd;
  margin-top: -80px;
}

.rich-text li {
  font-size: 16px;
  line-height: 1.8;
}

.rich-text ul {
  column-count: 2;
}

.rich-text p {
  font-size: 16px;
  line-height: 1.8;
}

.rich-text.is--our-reach {
  margin-top: 4vw;
}

.rich-text.is--our-reach h2 {
  padding-top: 0;
  padding-bottom: 0;
}

.footer-title {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.cta-link {
  color: #bdd9f9;
}

.cta-wrapper {
  width: 80%;
  color: #fff;
  text-align: left;
  margin-bottom: 4vw;
}

.cta-wrapper.hide {
  display: none;
}

.cta-p {
  font-size: 16px;
}

.consent-link {
  color: #006eb4;
}

.consent-p {
  margin-top: 10px;
}

.checkbox-field {
  display: block;
}

.background-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 40%;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.background-img.up-adjust {
  object-position: 50% 33%;
}

.blog-content {
  background-color: #f3f3f3;
  padding: 4vh 5vw 5vh;
}

.blog-meta {
  justify-content: space-between;
  margin-top: 20px;
  display: flex;
}

.content-section {
  width: 100%;
  justify-content: center;
  align-items: center;
  padding-top: 5vh;
  padding-bottom: 5vh;
  display: block;
}

.content-section.is--blog {
  min-height: auto;
  padding-bottom: 0;
}

.blog-author {
  color: #00b4d8;
  font-family: Lato, sans-serif;
}

.hero-wrapper-2 {
  z-index: 101;
  width: 80%;
  max-width: 760px;
  text-align: center;
  position: relative;
}

.link-block-2 {
  text-decoration: none;
}

.blog-header {
  color: #1f345b;
  text-align: left;
  font-size: 24px;
}

.blog-button {
  background-color: #00b4d8;
  border-radius: 30px;
  margin-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 600;
}

.background-img-wrapper {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.blog-post-img {
  width: 100%;
  height: 400px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.blog-paragraph {
  margin-top: 20px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.blog-post-hero-section {
  width: 100%;
  height: 300px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.background-overlay {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.background-overlay.is--blog {
  background-image: linear-gradient(rgba(255, 255, 255, .63), rgba(255, 255, 255, .63));
}

.hero-headline {
  color: #293a56;
  font-size: 44px;
  line-height: 1.2;
}

.hero-headline.white {
  color: #fff;
  font-size: 50px;
  font-weight: 400;
}

.blog-time {
  font-family: Lato, sans-serif;
}

.blog-container {
  width: 95%;
  height: auto;
  max-width: 1170px;
  min-height: 40vh;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 2vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.blog-article-heading {
  color: #180d49;
  font-size: 20px;
}

.blog-article-heading.next {
  padding-right: 20px;
  font-size: 19px;
  line-height: 1.2;
}

.blog-article-heading.prev {
  padding-left: 40px;
  font-size: 19px;
  line-height: 1.2;
}

.prev-text {
  color: #9c258f;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.share-this-txt {
  color: rgba(255, 255, 255, .74);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  flex: none;
}

.share-this-txt.author {
  color: #f07167;
  border: 1px solid #f07167;
  margin-top: 15px;
}

.sharethis-inline-share-buttons {
  width: 20%;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: block;
  position: static;
  top: auto;
  bottom: 20px;
  left: 0%;
  right: 0%;
}

.profile-p {
  color: #626263;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.6;
}

.profile-img {
  width: 200px;
  height: 200px;
  background-image: url('../images/Emma-Hall.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  border: 3px solid #f07167;
  border-radius: 50%;
}

.profile-img.description {
  z-index: 2;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  position: relative;
}

.share-icon-wrapper {
  z-index: 100;
  max-width: 300px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.flex-col-70 {
  flex: 0 75%;
}

.post-hero-section {
  width: 100%;
  height: 530px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-320 {
  z-index: 1;
  height: auto;
  background-color: #f6f6f6;
  border-radius: 5px;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  margin-left: -82px;
  padding: 15px 80px 30px 120px;
  display: flex;
  position: static;
}

.mission-header {
  color: #30c0c9;
  font-size: 30px;
  line-height: 1.5;
}

.mission-header.profile {
  color: #f07167;
  font-weight: 600;
}

.prev-next-wraper {
  width: 100%;
  justify-content: space-between;
  padding-top: 60px;
  display: flex;
}

.prev-next-wraper.center {
  justify-content: center;
  display: none;
}

.fliex-col-30 {
  flex: none;
}

.blog-article-button {
  width: auto;
  height: 130px;
  text-align: right;
  background-color: #fff;
  border: 2px solid #30c0c9;
  border-radius: 10px;
  flex: 0 50%;
  margin-left: 0;
  margin-right: 25px;
  padding: 25px 40px 40px;
  text-decoration: none;
  transition: transform .25s cubic-bezier(.165, .84, .44, 1);
  display: block;
  position: relative;
}

.blog-article-button:hover {
  transform: translate(-10px);
}

.blog-article-button.return-blog {
  display: none;
}

.blog-article-button.next {
  height: 130px;
  text-align: left;
  border-color: #30c0c9;
  margin-right: 0;
  padding-top: 25px;
  transition: transform .25s cubic-bezier(.165, .84, .44, 1);
}

.blog-article-button.next:hover {
  transform: translate(10px);
}

.blog-article-button.first-article {
  display: none;
}

.article-rich-text {
  max-width: 720px;
  min-width: auto;
  padding-left: 10px;
}

.font-awesome {
  padding-left: 15px;
}

.font-awesome.left {
  padding-left: 0;
  padding-right: 15px;
  transform: rotate(0);
}

.container-4 {
  width: 95%;
  height: auto;
  max-width: 1170px;
  min-height: 40vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-4._720w {
  max-width: 720px;
  min-height: 20vh;
  align-items: flex-start;
  margin-top: 5vh;
}

.container-4._720w.flex-horz {
  height: auto;
  min-height: auto;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5vh;
}

.container-4._2-col {
  max-width: 970px;
  min-height: auto;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

.blog-layout {
  width: 100%;
  max-width: 1170px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.checkbox-field-2 {
  margin-top: 10px;
}

.checkbox-label {
  color: #53575f;
  font-family: Proximanova, sans-serif;
  font-weight: 300;
  line-height: 1.2;
}

.cta-link-2 {
  color: #1da591;
}

@media screen and (max-width: 991px) {
  .nav-link {
    background-color: rgba(0, 0, 0, 0);
  }

  .btn-nav {
    width: 25%;
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
    display: block;
  }

  .container.div-hero {
    width: 80%;
    margin-top: 8vh;
  }

  .container.main-div.is--move-top {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .section-blue {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .p-white.text-center {
    width: 100%;
  }

  .container-no-gutter.is--move-top {
    margin-top: -18vh;
  }

  .paragraph.is--60 {
    width: 80%;
  }

  .hero-section.no-gutter {
    height: 100%;
    max-height: none;
    padding-top: 2vh;
    padding-bottom: 20vh;
  }

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

  .container-gray-bg {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .slider {
    height: 200px;
  }

  .testimonial-section {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .navbar-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-menu {
    background-color: #fff;
    border-radius: 6px;
    margin-top: 0;
    margin-bottom: 20px;
    padding: 10px 20px 20px;
  }

  .get-involved {
    padding-bottom: 4vh;
  }

  .footer-border {
    background-size: 180px;
  }

  .div-block-5 {
    height: 180px;
    margin-bottom: -15px;
  }

  .menu-button {
    margin-top: 10px;
    margin-left: auto;
    padding: 12px;
  }

  .menu-button.w--open {
    background-color: #1da591;
  }

  .hero-section-subpage.no-gutter {
    height: 100%;
    max-height: none;
    padding-top: 2vh;
    padding-bottom: 20vh;
  }

  .heading-10 {
    font-size: 22px;
  }

  .grid-program {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .section-gray {
    margin-bottom: 0;
    padding-top: 1vh;
    padding-bottom: 1vh;
  }

  .p-message {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .paragraph-3 {
    font-size: 16px;
  }

  .join-now {
    padding-bottom: 4vh;
  }

  .btn-join {
    width: 25%;
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
    display: block;
  }

  .hero-wrapper-2 {
    width: 80%;
  }

  .hero-headline {
    font-size: 34px;
  }

  .blog-container {
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .blog-article-heading.next {
    font-size: 18px;
    line-height: 1.1;
  }

  .blog-article-heading.prev {
    padding-left: 0;
    font-size: 18px;
    line-height: 1.1;
  }

  .share-this-txt.author {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.2;
  }

  .profile-img {
    width: 130px;
    height: 130px;
    background-position: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  .profile-img.description {
    flex: none;
    align-self: flex-start;
    margin-left: 0;
    bottom: -42px;
    right: 85px;
  }

  .div-block-320 {
    margin-left: 0;
    padding-left: 48px;
    padding-right: 48px;
  }

  .fliex-col-30 {
    flex: none;
  }

  .container-4 {
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .container-4._720w.flex-horz {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .sticky-nav {
    position: relative;
  }

  .nav-grid {
    text-align: center;
  }

  .nav-link {
    padding-left: 0;
    padding-right: 0;
  }

  .btn-nav {
    width: 35%;
  }

  .container.div-hero {
    width: 100%;
  }

  .container.div-hero.hero-text, .container.div-hero.hero-text-program {
    width: 100%;
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .section-blue {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .paragraph.is--60 {
    width: 90%;
  }

  .btn-arrow-text {
    margin-left: 2vw;
  }

  .hero-section.no-gutter {
    height: 100%;
    max-height: none;
    padding-top: 2vh;
    padding-bottom: 20vh;
  }

  .about-grid {
    display: block;
  }

  .grid-large-text {
    margin-bottom: 6vh;
    line-height: 1.4px;
  }

  .about-section {
    padding-bottom: 0;
  }

  .grid-2 {
    height: 100%;
  }

  .program-div {
    height: 100%;
    flex-direction: column;
    justify-content: space-around;
  }

  .light-text.big {
    font-size: 48px;
  }

  .button {
    flex-direction: row-reverse;
    justify-content: flex-start;
    display: flex;
  }

  .heading-2 {
    padding-top: 2vh;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-image {
    object-fit: contain;
  }

  .container-gray-bg {
    padding-top: 1vh;
  }

  .btn-clients {
    position: relative;
  }

  .testimonial-section {
    padding-top: 14vh;
  }

  .p-qoutation {
    font-size: 48px;
  }

  .navbar-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .container-2 {
    margin-left: 2vw;
    margin-right: 0;
  }

  .email-div {
    margin-top: 6vh;
  }

  .text-field::-ms-input-placeholder {
    font-size: 38px;
  }

  .text-field::placeholder {
    font-size: 38px;
  }

  .get-involved {
    padding-bottom: 2vh;
  }

  .footer-border {
    background-size: 180px;
  }

  .div-block-5 {
    height: 150px;
  }

  .menu-button {
    margin-top: 12px;
    margin-left: auto;
    margin-right: 2vw;
  }

  .hero-section-subpage.no-gutter {
    height: 100%;
    max-height: none;
    padding-top: 2vh;
    padding-bottom: 20vh;
  }

  .heading-10 {
    font-size: 22px;
  }

  .about-div {
    margin-bottom: 2vh;
    padding-top: 0;
    display: block;
  }

  .about-img {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .div-paragraph {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .div-paragraph.p-about, .div-paragraph.p-program {
    padding-top: 0;
  }

  .p-large {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
  }

  .financial-program {
    padding-bottom: 0;
  }

  .program-img {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .program-container {
    margin-bottom: 2vh;
    padding-top: 0;
    display: block;
  }

  .grid-program {
    flex-direction: column;
    padding-left: 4vw;
    padding-right: 4vw;
    display: flex;
  }

  .grid-program.switch {
    flex-direction: column-reverse;
  }

  .grid-program.switch.equity-program {
    flex-direction: column-reverse;
    display: block;
  }

  .grid-program.educational-program {
    flex-direction: column-reverse;
  }

  .container-box.vertical-center {
    padding: 8vw 4vw 6vw;
  }

  .p-message {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-3 {
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
  }

  .registration-container {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .italic-text-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .program-btn {
    flex-direction: row-reverse;
    justify-content: flex-start;
    display: block;
  }

  .education-div-img.program-img-full, .equity-div-img.program-img-full, .safety-div-img.program-img-full {
    height: 300px;
    max-height: 100%;
  }

  .support-div-img {
    width: 100%;
    height: 300px;
    max-height: 100%;
  }

  .join-now {
    padding-bottom: 2vh;
  }

  .btn-join {
    width: 35%;
  }

  .footer-title {
    margin-bottom: 7px;
  }

  .cta-wrapper {
    width: 100%;
  }

  .blog-header {
    font-size: 22px;
  }

  .blog-article-heading.next, .blog-article-heading.prev {
    display: none;
  }

  .profile-img.description {
    bottom: -29px;
    right: auto;
  }

  .blog-article-button, .blog-article-button.next {
    height: auto;
    padding: 20px;
  }

  .container-4._720w.flex-horz {
    margin-top: 1vh;
    margin-bottom: 0;
  }

  .container-4._2-col {
    flex-direction: column;
  }

  .blog-layout {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .sticky-nav {
    padding: 0;
  }

  .nav-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 100px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-link {
    border-top: 1px #c4c4c4;
    padding: 10px 0;
  }

  .btn-nav {
    width: 70%;
  }

  .container.div-hero {
    margin-top: 6vh;
  }

  .container.div-hero.hero-text, .container.div-hero.hero-text-program {
    width: 100%;
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .section-blue {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .is--bottom-2vh {
    font-size: 34px;
  }

  .container-no-gutter.is--move-top {
    margin-top: -14vh;
  }

  .hero-img {
    margin-top: -2vh;
  }

  .div-block {
    width: 100px;
    height: 100px;
  }

  .paragraph.is--60 {
    width: 100%;
  }

  .btn-arrow-text {
    margin-left: 4vw;
  }

  .hero-section.no-gutter {
    height: 100%;
    max-height: none;
    padding: 2vh 4vw 15vh;
  }

  .xl-text {
    font-size: 90px;
  }

  .l-text.is-white {
    font-size: 18px;
  }

  .about-section, .our-programs {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .grid-2 {
    display: block;
  }

  .program-div {
    margin-bottom: 4vh;
  }

  .light-text.big {
    font-size: 34px;
  }

  .heading-2 {
    padding-top: 2vh;
  }

  .div-img-bluebg {
    padding-top: 4vh;
  }

  .footer {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-flex-container {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 0;
    padding-top: 2vh;
    padding-bottom: 1vh;
  }

  .container-gray-bg, .testimonial-section {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .p-qoutation {
    font-size: 34px;
  }

  .navbar-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-menu {
    padding-left: 20px;
  }

  .container-2 {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-left: 1vw;
    margin-right: 0;
    display: flex;
  }

  .grid-3 {
    display: block;
  }

  .email-div {
    border-bottom-style: none;
    margin-top: 0;
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .form-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: flex;
  }

  .form {
    flex-direction: column;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .text-field {
    text-align: center;
    border-bottom: 2px solid #6b9ac4;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .get-involved {
    padding-bottom: 2vh;
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .btn-submit {
    width: 75%;
    text-align: center;
    flex-direction: row-reverse;
    justify-content: center;
    margin-top: 2vh;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-border {
    background-size: 180px;
  }

  .div-block-5 {
    height: 160px;
  }

  .menu-button {
    margin: 10px 0 10px 2vw;
  }

  .menu-button:active {
    background-color: #1da591;
  }

  .image-2 {
    max-width: 80%;
  }

  .brand {
    max-width: 80%;
    padding-left: 0;
  }

  .logo {
    max-width: 80%;
  }

  .div-img-blue-tab, .div-img-blue-tab1, .div-img-blue-tab2, .div-img-blue-tab3, .div-img-blue-tab4 {
    padding-top: 4vh;
  }

  .hero-section-subpage.no-gutter {
    height: 100%;
    max-height: none;
    padding: 2vh 4vw 15vh;
  }

  .btn-contact-form {
    width: 50%;
  }

  .heading-10 {
    font-size: 18px;
  }

  .text-field-contact {
    margin-bottom: 0;
  }

  .about-div {
    display: block;
  }

  .div-paragraph {
    padding: 2vh 4vw;
  }

  .div-paragraph.p-program {
    margin-top: 2vh;
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .p-large {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
  }

  .financial-program {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .program-container {
    display: block;
  }

  .grid-program.switch.equity-program, .grid-program.switch.safety-program, .grid-program.financial-program {
    padding-left: 0;
    padding-right: 0;
  }

  .grid-program.educational-program {
    flex-direction: column-reverse;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-program.programs {
    padding-left: 0;
    padding-right: 0;
  }

  .container-box.vertical-center {
    padding: 6vh 2vw 8vw;
  }

  .container-box.vertical-center.div-signup {
    margin-top: 10vh;
    margin-bottom: 4vh;
  }

  .image-5 {
    margin-bottom: 4vh;
  }

  .p-message {
    font-size: 26px;
  }

  .paragraph-3 {
    font-size: 14px;
    line-height: 1.6;
  }

  .program-btn {
    flex-direction: column-reverse;
    align-items: center;
  }

  .prog-img {
    margin-top: -2vh;
  }

  .education-div-img, .equity-div-img, .safety-div-img {
    width: 100%;
    height: 300px;
    max-height: 100%;
  }

  .join-now {
    padding: 2vh 6vw;
  }

  .btn-join {
    width: 70%;
    margin-top: 2vh;
  }

  .blog-header {
    margin-top: 0;
    font-size: 28px;
  }

  .blog-paragraph {
    font-size: 14px;
  }

  .hero-headline {
    font-size: 30px;
  }

  .hero-headline.white {
    font-size: 31px;
  }

  .blog-container {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .blog-article-heading.next {
    padding-right: 25px;
  }

  .blog-article-heading.prev {
    text-align: right;
    padding-left: 25px;
  }

  .div-block-320 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .mission-header.profile {
    font-size: 26px;
    line-height: 1.2;
  }

  .prev-next-wraper {
    text-align: left;
    flex-flow: column;
    align-items: stretch;
    padding-top: 20px;
  }

  .blog-article-button {
    text-align: right;
    flex-basis: 100%;
    margin-right: 0;
  }

  .blog-article-button.return-blog {
    display: none;
  }

  .blog-article-button.next {
    margin-top: 20px;
    margin-bottom: 17px;
    margin-right: 0;
  }

  .font-awesome {
    padding-left: 4px;
  }

  .container-4 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-4._2-col {
    flex-direction: column;
  }
}

#w-node-d6966d85-12a4-6810-737b-879d8ca166b4-2c5a1609 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_190d172f-05e2-c014-fdf9-130b986a4f96-2c5a1609 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_6c6f9a1d-9423-3d77-c675-0a03db6ee822-2c5a1609, #w-node-_547ffe0d-3037-aaa0-386a-f55ff9f661dc-2c5a1609, #w-node-_1811fcbc-acc0-5372-dbc7-1c657bfb7337-2c5a1609 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-f54ee5c6-5a6a-c888-1969-e97ceb8160ff-24ce8be3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 479px) {
  #w-node-e3910a15-71d3-5591-a7ab-6e7bf42c10f2-9e60db9a, #w-node-e3910a15-71d3-5591-a7ab-6e7bf42c10f6-9e60db9a, #w-node-e3910a15-71d3-5591-a7ab-6e7bf42c10fa-9e60db9a, #w-node-e3910a15-71d3-5591-a7ab-6e7bf42c10fe-9e60db9a, #w-node-e3910a15-71d3-5591-a7ab-6e7bf42c10f2-24ce8be3, #w-node-e3910a15-71d3-5591-a7ab-6e7bf42c10f6-24ce8be3, #w-node-e3910a15-71d3-5591-a7ab-6e7bf42c10fa-24ce8be3, #w-node-e3910a15-71d3-5591-a7ab-6e7bf42c10fe-24ce8be3, #w-node-f54ee5c6-5a6a-c888-1969-e97ceb8160ff-24ce8be3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-Sbold.otf') format('opentype'), url('../fonts/ProximaNova-Xbold.otf') format('opentype'), url('../fonts/ProximaNova-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proximanova reg';
  src: url('../fonts/ProximaNova-Reg.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}