:root {
  --white: white;
  --pvt-dark: #352d77;
  --pvt-light: #1495d3;
  --hover-blue: #1495d3;
  --black: black;
  --white-smoke: #f5f6f9;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.h09 {
  background-color: #f8fcff;
  background-image: linear-gradient(to right, var(--white) 30%, transparent 88%), url('../images/world-bkg.jpg');
  background-position: 0 0, 100% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 400px;
  margin-top: 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.h09_container {
  flex: 1;
  max-width: 1140px;
  margin-top: -80px;
}

.h09_title {
  color: var(--pvt-dark);
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  max-width: 500px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
}

.h09_h1 {
  color: var(--pvt-dark);
  text-transform: uppercase;
  max-width: 585px;
  margin-top: auto;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
}

.h09_text {
  color: #0a1f44;
  text-align: left;
  max-width: 585px;
  margin-bottom: 25px;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  line-height: 1.55;
  display: block;
}

.h09_button_wrap {
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.link-button {
  border: 1px solid var(--pvt-light);
  background-color: var(--pvt-light);
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 6px;
  margin-right: 0;
  padding: 10px 50px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 600;
  transition: all .25s ease-in;
}

.link-button:hover {
  border-color: var(--pvt-dark);
  background-color: var(--pvt-dark);
}

.link-button.full {
  text-align: center;
  width: 100%;
}

.link-button.full:hover {
  background-color: var(--hover-blue);
}

.link-button.hero {
  float: none;
  border-radius: 6px;
  margin-right: 30px;
  padding-left: 40px;
  padding-right: 40px;
  display: inline-block;
}

.link-button.hero:hover {
  background-color: var(--pvt-dark);
}

.h09_link {
  color: #0a1f44;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.h09_link.w--current {
  display: block;
}

.h09_link.button-grey {
  border: 1px solid #ffffff0a;
  padding: 10px 33px;
  transition: all .45s;
  display: inline-block;
}

.h09_link.button-grey:hover {
  border: 1px solid var(--pvt-light);
  border-radius: 6px;
}

.nav03_left {
  width: 50%;
}

.nav03_right {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  display: flex;
}

.nav03_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  display: none;
  position: relative;
}

.nav03_logo_image {
  margin-right: 25px;
  position: static;
  inset: 0% auto 0% 0%;
}

.hps_fm_nav {
  width: 100%;
  display: block;
  position: static;
  inset: 0% 0% auto;
}

.nav03_button {
  background-color: var(--pvt-dark);
  box-shadow: none;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 2px #5d3eff;
  border-radius: 50px;
  align-items: center;
  min-height: 35px;
  max-height: 40px;
  padding: 12px 40px;
  font-family: Inter;
  font-size: 12px;
  font-weight: 600;
  line-height: 17px;
  transition: all .35s;
  display: flex;
}

.nav03_button:hover {
  background-color: var(--hover-blue);
  color: #fff;
}

.nav03_link {
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Inter;
  font-size: 13px;
  font-weight: 600;
  transition: all .2s;
}

.nav03_link:hover {
  color: #7540ee;
}

.nav03 {
  background-color: #fff;
  flex: 1;
  align-items: center;
  min-height: 60px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 14px 14px 40px #767ead14;
}

.nav03_links {
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
  display: flex;
}

.fe07_card_wrap {
  justify-content: space-between;
  align-items: center;
  max-width: 1000px;
  margin: 55px auto;
  display: flex;
}

.fe07_title_wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fe07_h2 {
  color: #0a1f44;
  text-align: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 42px;
}

.fe07_card {
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 32%;
  min-height: 380px;
  padding: 15px 20px 20px;
  transition: all .25s;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 35px #919ebe29;
}

.fe07_card:hover {
  transform: translate(0, -4px);
}

.fe07_button {
  border: 2px solid var(--hover-blue);
  background-color: var(--white);
  color: var(--pvt-dark);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  min-width: 160px;
  min-height: 45px;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 600;
  transition: all .25s;
  display: flex;
}

.fe07_button:hover {
  border-color: var(--pvt-dark);
  background-color: var(--pvt-dark);
  color: var(--white);
}

.fe07_button.w--current {
  font-family: Montserrat, sans-serif;
}

.fe07_title {
  color: var(--pvt-dark);
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 4px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
}

.fe07_h4 {
  color: #0a1f44;
  text-align: center;
  margin: 40px auto 15px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  line-height: 35px;
}

.fe07_images {
  width: 90px;
  margin-bottom: 15px;
}

.fe07_images.center {
  margin-top: -12px;
}

.fe07_container {
  align-items: center;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.fe07_text {
  text-align: center;
  max-width: 500px;
  margin-bottom: 18px;
  font-family: Montserrat, sans-serif;
}

.cta-trio {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  min-height: 500px;
  padding: 80px 5%;
  display: block;
}

.cta-trio.topline {
  border-top: 1px solid #eee;
}

.footer {
  background-color: #fff;
  padding: 100px 5%;
}

.f11_container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.f11_link_wrap {
  flex-wrap: wrap;
  display: flex;
}

.f11_link {
  color: #0a1f44;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 15px;
  margin-right: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.f11_text {
  color: #4e5d78;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 23px;
}

.f11_logo {
  z-index: 100;
  width: 100%;
  margin-bottom: 0;
  display: block;
  position: relative;
}

.f11_copy_text {
  color: #4e5d78;
  text-align: center;
  margin-top: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 23px;
}

.f11_copy_text.up {
  margin-top: 2px;
  font-size: 14px;
}

.c03_container {
  flex-direction: row;
  flex: 1;
  align-self: center;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.c03_h3 {
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Montserrat, sans-serif;
  line-height: 32px;
}

.c03 {
  background-color: #10499e0a;
  align-items: center;
  padding: 120px 5%;
  display: flex;
}

.check-icon {
  width: 20px;
  margin-right: 12px;
}

.c02_title {
  color: var(--pvt-dark);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.c03_image {
  border-radius: 20px;
  box-shadow: 1px 1px 35px #919ebe29;
}

.c03_image.no-drop {
  box-shadow: none;
  border-radius: 16px;
}

.c03_image.feature, .c03_image.bottom-feature {
  border-radius: 16px;
}

.c03_block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  margin-right: 60px;
  padding-left: 0;
  font-family: Inter;
  display: flex;
  position: relative;
}

.form_alert {
  background-color: #68c38a;
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  height: 45px;
  padding: 8px 15px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 17px #00000012;
}

.form_error_wrap {
  align-items: center;
  max-width: 92%;
  height: 100%;
  display: flex;
}

.form_alert_line {
  background-color: #352d2d12;
  width: 1px;
  min-height: 23px;
  margin-left: 8px;
  margin-right: 8px;
}

.form01_field_wrap {
  justify-content: space-between;
  display: flex;
}

.form_error {
  background-color: #fe3e3e;
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  height: 45px;
  padding: 8px 15px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 17px #00000012;
}

.form01_paragraph {
  text-align: center;
  font-family: Inter;
}

.form01_paragraph.squeeze {
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
}

.form01_title_wrap {
  margin-top: 25px;
}

.form01_bar {
  justify-content: center;
  align-items: center;
  margin-top: -32px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.form01_input_full {
  color: #8a94a6;
  background-color: #fff;
  border: 1.5px solid #e2e4e9;
  border-radius: 4px;
  width: 100%;
  min-height: 48px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.form01_input_full:focus {
  border-color: #5d3eff;
}

.form01_input_full::placeholder {
  color: #8a94a6;
}

.form_error_paragraph {
  color: #353357;
  font-size: 16px;
  font-weight: 400;
  line-height: 17px;
}

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

.form01_logo {
  width: 425px;
}

.form01_logo.stemm {
  width: 375px;
  position: relative;
  top: -85px;
}

.form_alert_wrap {
  align-items: center;
  max-width: 92%;
  height: 100%;
  display: flex;
}

.form01_button {
  background-color: var(--pvt-dark);
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-radius: 4px;
  width: 100%;
  padding-top: 14px;
  padding-bottom: 14px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  transition: all .25s;
}

.form01_button:hover {
  background-color: var(--pvt-light);
}

.form01_line {
  background-color: #ebecf0;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.form01 {
  background-color: var(--white);
  border: 1px solid #ebecf0;
  border-radius: 10px;
  width: 100%;
  max-width: 590px;
  height: 100%;
  padding: 30px 30px 15px;
  position: relative;
  box-shadow: 14px 14px 40px #767ead14;
}

.form_error_line {
  background-color: #352d2d12;
  width: 1px;
  min-height: 23px;
  margin-left: 8px;
  margin-right: 8px;
}

.form_wrap {
  background-color: #10499e0a;
  justify-content: center;
  align-items: center;
  padding: 130px 5% 120px;
  display: flex;
}

.form_wrap.white {
  background-color: var(--white);
  padding-top: 100px;
  padding-bottom: 20px;
}

.form_wrap.final {
  padding-top: 210px;
}

.form_alert_text {
  color: #353357;
  font-size: 16px;
  font-weight: 400;
  line-height: 17px;
}

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

.form01_success {
  background-color: #fff;
}

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

.pvt_heading {
  background-color: var(--pvt-dark);
  background-image: linear-gradient(#0003, #0003), url('../images/pvt-bkg-long.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: center;
  align-items: center;
  min-height: 280px;
  margin-top: 80px;
  padding: 90px 5%;
  display: flex;
  position: relative;
}

.pvt_heading.service-page {
  background-image: linear-gradient(#0003, #0003), url('../images/pvt-bkg-long.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.pvt_heading.news-page {
  background-image: linear-gradient(#00000040, #00000040), url('../images/forest-stream-bkg.jpg');
  background-position: 0 0, 50% 40%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.pvt_heading.articles-page {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/leaf-veins-bkg.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.pvt_heading.leadership-page {
  background-image: linear-gradient(#00000040, #00000040), url('../images/mountain-range-bkg.jpg');
  background-position: 0 0, 50% 28%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.pvt_heading.coach-page {
  background-image: linear-gradient(#00000040, #00000040), url('../images/sky-cloud-bkg.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.pvt_heading.program-page {
  background-image: linear-gradient(#00000059, #00000059), url('../images/autumn-trees-bkg.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.pvt_heading.contact {
  background-image: linear-gradient(#0000, #0000), url('../images/rocky-stream-bkg.jpg');
  background-position: 0 0, 50% 85%;
}

.pvt_heading.clients {
  background-image: linear-gradient(#352d7780, #352d7780), url('../images/flowers-bkg.jpg');
}

.pvt_heading.about {
  background-image: linear-gradient(#00000026, #00000026), url('../images/mountain-dawn-bkg.jpg');
  background-position: 0 0, 50% 35%;
}

.pvt_heading.sil-page {
  background-image: linear-gradient(#00000040, #00000040), url('../img/stemm-influence-lab-wide-earth.jpg');
  background-position: 0 0, 50% 75%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.lnd_header_container {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.lnd_content_h1 {
  color: #fff;
  margin-top: 0;
  font-size: 40px;
  line-height: 46px;
}

.lnd_highlight {
  color: #ffffff9c;
  font-weight: 500;
}

.lnd_details {
  color: #f5f7fda6;
  max-width: 500px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
}

.lnd_heading_link {
  color: #f5f7fd;
  text-decoration: none;
}

.c02_check_text {
  color: #4e5d78;
  max-width: 560px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
}

.c02 {
  background-color: #fff;
  align-items: center;
  padding: 120px 5% 20px;
  display: flex;
}

.c02_block_image {
  width: 50%;
  padding-right: 55px;
  position: relative;
}

.c02_block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-right: 55px;
  display: block;
  position: relative;
}

.c01_focus_colour {
  color: var(--hover-blue);
}

.c02_title-2 {
  color: var(--pvt-dark);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 700;
}

.c02_h3 {
  color: #33334f;
  max-width: 480px;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 38px;
  line-height: 45px;
}

.c02_check_wrap {
  margin-bottom: 35px;
}

.c02_check {
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.c02_container {
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 1140px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.c02_container.top-margin-more {
  flex-direction: row;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
}

.c08_paragraph {
  max-width: 560px;
  margin-bottom: 15px;
  display: block;
}

.c08_paragraph.larger {
  max-width: 800px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 26px;
}

.c05_container {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.c05_paragraph {
  text-align: center;
  max-width: 560px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
}

.c05_h3 {
  text-align: center;
  max-width: 780px;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 42px;
  line-height: 51px;
}

.c05_focus {
  color: var(--pvt-light);
}

.c05 {
  background-color: #fff;
  align-items: center;
  padding: 90px 5% 0;
  display: flex;
}

.c05_title {
  color: var(--pvt-dark);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 700;
}

.focus_blue {
  color: #7540ee;
  display: flex;
}

.utility-page-wrap {
  background-image: linear-gradient(to bottom, #fff0, var(--white)), url('../images/world-bkg.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.lnd_card_title {
  color: var(--pvt-dark);
  letter-spacing: 1px;
  margin-bottom: 25px;
  font-size: 15px;
  line-height: 12px;
}

.utility-page-content-2 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 750px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.nav04_image {
  width: 275px;
  margin-top: -4px;
  margin-right: 25px;
  position: static;
  inset: 0% auto 0% 0%;
}

.heading {
  color: var(--pvt-dark);
  margin-bottom: 35px;
  font-family: Montserrat, sans-serif;
}

.nav04_link {
  text-transform: uppercase;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
}

.nav04_link.hidden {
  display: none;
}

.nav_column {
  width: 49%;
  padding: 15px;
}

.nav_column.full {
  width: 100%;
}

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

.nav04_links {
  align-items: center;
  margin-right: 14px;
  display: flex;
}

.nav04_wrap {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1240px;
  min-height: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1%;
  padding-right: 1%;
  display: flex;
}

.nav_link_text {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.nav_dropdown {
  background-color: #fff;
  border-radius: 8px;
  min-height: auto;
  font-weight: 400;
  display: flex;
  box-shadow: 14px 14px 25px 5px #767ead14;
}

.nav_list {
  min-width: 850px;
}

.nav_list.w--open {
  background-color: #0000;
  border-radius: 10px;
  min-width: 650px;
  left: -190px;
  overflow: hidden;
}

.nav_list.pull-up {
  width: 175px;
  min-width: 1px;
  top: 58px;
}

.nav_list.pull-up.w--open {
  width: 300px;
  left: 0;
}

.nav04_line {
  background-color: #ebecf0;
  width: 1px;
  height: 100%;
  min-height: 31px;
  margin-left: 15px;
}

.nav_drop {
  align-items: center;
  height: 100%;
  display: block;
}

.nav04_nav_menu {
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  display: flex;
}

.nav_toggle {
  align-items: center;
  height: 100%;
  padding-right: 25px;
  font-family: Montserrat, sans-serif;
  transition: all .45s;
  display: flex;
}

.nav_link {
  color: #201b3d;
  background-color: #0000;
  border-radius: 5px;
  align-items: center;
  width: 100%;
  min-height: 33px;
  padding: 8px 5px 8px 10px;
  text-decoration: none;
  transition: all .25s;
  display: flex;
}

.nav_link:hover {
  background-color: #f8faff;
}

.nav04_logo {
  margin-right: 35px;
  top: 2px;
}

.nav04_logo.w--current {
  width: 275px;
}

.nav_text_link {
  text-transform: uppercase;
  font-size: 13px;
}

.nav_text_link.with-drop {
  padding: 0;
}

.nav_icon_arrow {
  margin-right: 0;
}

.nav04_button {
  background-color: var(--pvt-light);
  box-shadow: none;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 2px #114b68;
  border-radius: 6px;
  align-items: center;
  min-height: 35px;
  max-height: 40px;
  margin-left: 5px;
  padding: 12px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 17px;
  transition: all .35s;
  display: flex;
}

.nav04_button:hover {
  background-color: var(--pvt-dark);
  color: #fff;
}

.slider {
  background-color: #0000;
  height: 570px;
}

.slider.about {
  height: 515px;
}

.slider.title {
  height: auto;
}

.text-link {
  color: var(--hover-blue);
  letter-spacing: 1px;
  text-decoration: none;
  transition: all .45s;
}

.text-link:hover {
  color: var(--pvt-dark);
}

.text-link.force-block {
  text-transform: uppercase;
  flex: 1;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.text-link.small {
  font-size: 12px;
}

.text-link.news {
  text-transform: uppercase;
  font-weight: 600;
}

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

.fe03 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  min-height: 500px;
  padding: 80px 5%;
  display: block;
}

.fe03.topline {
  border-top: 1px solid #eee;
  padding-top: 100px;
  padding-bottom: 60px;
}

.fe03.topline.short {
  padding-top: 100px;
}

.fe03_h2 {
  color: var(--pvt-dark);
  text-align: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 38px;
  font-weight: 700;
  line-height: 42px;
}

.fe03_h2.projects {
  color: var(--black);
  margin-bottom: 80px;
}

.fe03_container {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 1140px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fe03_icon {
  background-color: var(--white);
  width: 75px;
  margin-bottom: 25px;
}

.fe03_card {
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 12px;
  transition: all .2s;
  display: flex;
}

.fe03_card:hover {
  transform: translate(0, -4px);
  box-shadow: 7px 7px 55px #ebecf0;
}

.fe03_h3 {
  color: #2e3280;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 26px;
}

.fe03_title_wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.fe03_title {
  color: var(--pvt-dark);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  max-width: 500px;
  margin-bottom: 4px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
}

.fe03_text {
  text-align: center;
  max-width: 500px;
  margin-bottom: 18px;
  font-size: 15px;
  line-height: 25px;
}

.fe03_link {
  color: #333;
  width: 24%;
  text-decoration: none;
}

.cl01_container {
  max-width: 1140px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.cl01_container.assoc {
  margin-bottom: 80px;
}

.cl01_title {
  color: #8a94a6;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
}

.cl01_logo_wrap {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.cl01_image {
  width: 200px;
}

.b04 {
  background-color: #10499e0a;
  border-top: 1px #eee;
  padding: 100px 0%;
}

.b04_author_name {
  color: #0a1f44;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
}

.c06_container {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  display: flex;
}

.link {
  color: #7540ee;
  text-decoration: none;
}

.c06_h3 {
  color: var(--pvt-dark);
  text-align: center;
  margin: 0 auto 25px;
  font-size: 42px;
  line-height: 45px;
}

.c06_h3.article {
  font-size: 24px;
  line-height: 32px;
}

.c06_paragraph {
  text-align: center;
  max-width: 600px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 28px;
  display: block;
}

.c06_paragraph.clients {
  max-width: 85%;
  margin-bottom: 45px;
  font-size: 16px;
  line-height: 26px;
}

.c10 {
  background-color: #fff;
  align-items: center;
  padding: 100px 5%;
  display: flex;
}

.c10_container {
  flex-wrap: wrap;
  flex: 1;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.c10_container.link {
  max-width: 1280px;
  margin-top: 0;
  margin-bottom: 80px;
  padding-left: 40px;
  display: block;
}

.c10_block {
  width: 50%;
  padding-right: 55px;
}

.c10_block.first {
  margin-bottom: 0;
}

.c10_title {
  color: var(--pvt-light);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.c10_paragraph {
  font-size: 16px;
  line-height: 28px;
}

.c04_columns {
  margin-bottom: 30px;
}

.c04_title {
  color: var(--pvt-dark);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-weight: 700;
}

.c04 {
  background-color: #fff;
  align-items: center;
  padding-top: 90px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.c04_block_right {
  clear: both;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  height: 100%;
  padding-top: 15px;
  padding-bottom: 80px;
  display: flex;
}

.c04_block_right.quarter {
  width: 33%;
  margin-top: -25px;
}

.c04_block_right.quarter.middle {
  width: 50%;
  margin-top: auto;
  padding-bottom: 15px;
}

.c04_block {
  width: 50%;
  min-height: 200px;
}

.c04_block.three-quarter {
  width: 66%;
}

.c04_block.three-quarter.padding {
  padding-right: 40px;
}

.c04_block.half-size {
  width: 66%;
}

.c04_block.half-size.padding {
  width: 50%;
  padding-right: 40px;
}

.c04_top {
  align-items: flex-start;
  margin-bottom: 55px;
  display: flex;
}

.c04_top.short {
  margin-bottom: 0;
}

.c04_top.short.middle {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 65px;
}

.c04_paragraph {
  max-width: 560px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 22px;
}

.c04_paragraph.full {
  max-width: 100%;
}

.c04_paragraph.tick {
  margin-bottom: 10px;
}

.c04_container {
  flex-direction: column;
  flex: 1;
  align-items: center;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.c04_h4 {
  max-width: 500px;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 900;
  line-height: 32px;
}

.c01_focus_colour-2 {
  color: var(--hover-blue);
}

.c04_icon {
  width: 75px;
  margin-bottom: 25px;
}

.c04_h3 {
  max-width: 480px;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 38px;
  line-height: 45px;
}

.c04_column {
  padding-left: 0;
  padding-right: 25px;
}

.block-img {
  display: block;
}

.block-img.round {
  border-radius: 80px 8px 8px;
}

.category-links {
  text-align: center;
  margin-bottom: 40px;
  text-decoration: none;
}

.center {
  text-align: center;
}

.b06_tag_text {
  color: var(--pvt-light);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
}

.b06_tag {
  background-color: #a3aad51f;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 35px;
  margin-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.center-button {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.center-button.top-margin {
  margin-top: 30px;
}

.cl01-2 {
  background-color: #fff;
  padding: 100px 5% 60px;
}

.cl01-2.topline {
  border-top: 1px solid #eee;
  padding-top: 100px;
  padding-bottom: 20px;
}

.cl01_logo-2 {
  width: 20%;
  padding: 25px 35px;
  display: inline-block;
}

.te04_avatar {
  background-image: url('../images/dr-ruby-campbell2.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  width: 90px;
  height: 90px;
  margin-bottom: 0;
  margin-right: 30px;
}

.top-margin {
  margin-top: 80px;
}

.top-margin.center {
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
}

.image-section {
  margin-bottom: 80px;
}

.services-link {
  transition: all .45s;
  display: block;
}

.services-link:hover {
  transform: translate(0, -6px);
}

.feature {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 26px;
}

.course_link {
  color: #0a1f44;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: all .45s;
  display: block;
}

.course_link:hover {
  color: var(--pvt-light);
}

.course_link.w--current {
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all .45s;
  display: block;
}

.course_link.w--current:hover {
  color: var(--pvt-light);
}

.course_link.center {
  text-align: center;
}

.climate-feature {
  width: 50%;
}

.arrow-div-white-section {
  text-align: center;
  background-color: #10499e0a;
  background-image: url('../img/white-arrow.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: 120px;
  margin-top: 0;
  margin-bottom: 0;
  position: static;
}

.c01 {
  background-color: #fff;
  border-bottom: 1px solid #eee;
  align-items: center;
  padding: 100px 5%;
  display: flex;
}

.c01.topline {
  border-top: 1px solid #eee;
}

.c01_container {
  flex-flow: row;
  flex: 1;
  align-self: center;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.c01_block {
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding-right: 55px;
  display: block;
  position: relative;
}

.c01_paragraph {
  max-width: 560px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 26px;
}

.f07_social_wrap {
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.f07_social_circle {
  border: 1px solid #ebecf0;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  display: flex;
  position: relative;
}

.f07_social_icon {
  width: 15px;
}

.f07_social_link {
  position: absolute;
  inset: 0%;
}

.f07_social_circle_c {
  border: 1px solid #ebecf0;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
  position: relative;
}

.f04_social_ico {
  width: 20px;
}

.feature-img {
  border-radius: 20px;
  margin-top: 35px;
}

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

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

.cl01_logo-9 {
  width: 11.1%;
  padding: 25px .9375rem;
  display: inline-block;
}

.spacer {
  background-color: #0000;
  width: 48px;
  height: 48px;
}

.spacer._16 {
  background-color: #0000;
  width: 16px;
  height: 16px;
}

.spacer._24 {
  background-color: #0000;
  width: 24px;
  height: 24px;
}

.spacer._32 {
  background-color: #0000;
  height: 32px;
}

._12-columns {
  flex-flow: wrap;
  place-content: stretch center;
  align-items: center;
  margin-left: -16px;
  margin-right: -16px;
  display: flex;
}

._12-columns.align-stretch {
  align-items: stretch;
}

.section {
  z-index: 0;
  letter-spacing: normal;
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section.light-grey {
  background-color: #10499e0a;
}

.paragraph {
  line-height: 1.6em;
}

.paragraph.small {
  opacity: .75;
  font-size: 14px;
}

.paragraph.medium {
  font-size: 16px;
  line-height: 1.5em;
}

.paragraph.text-link {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
}

.card {
  color: #343a3d;
  background-color: #fff;
  border: 1px solid #edf0f3;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 32px;
  display: flex;
  position: relative;
  box-shadow: 0 4px 16px #0000000d;
}

.card.light-grey {
  box-shadow: none;
  background-color: #f2f9fc;
}

.column {
  flex-flow: column;
  flex: 0 auto;
  align-items: stretch;
  width: 120px;
  min-height: 24px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
}

.column.desk-1 {
  background-color: #0000;
  flex: 0 auto;
  width: 8.33%;
}

.column.desk-4 {
  background-color: #0000;
  width: 33.33%;
  position: static;
}

.column.desk-7 {
  background-color: #0000;
  width: 58.3333%;
}

.column.desk-7.tab-12.mid {
  border-bottom: 1px solid #eee;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 80px;
  padding-bottom: 20px;
}

.column.desk-7.tab-12.mid.last {
  border-bottom-style: none;
  border-bottom-color: #eee0;
}

.container {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1280px;
  min-height: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
  position: relative;
}

.container.mid {
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-2 {
  letter-spacing: -.5px;
  font-weight: 700;
  line-height: 1.4em;
}

.heading-2.s {
  color: #343a3d;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 600;
}

.sticky-sidebar {
  position: sticky;
  top: 140px;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #4084dd;
  border-style: none;
  border-radius: 6px;
  flex: none;
  margin-bottom: 16px;
  padding: 7px 32px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7;
  transition: color .2s, box-shadow .2s, background-color .2s;
  box-shadow: 0 4px 8px #00000014;
}

.button:hover {
  background-color: #2360b1;
  box-shadow: 0 7px 20px -10px #0003;
}

.button:active {
  box-shadow: none;
  background-color: #1c4881;
}

.sidebar {
  position: sticky;
  top: 120px;
}

.paragraph-article {
  font-size: 16px;
  line-height: 28px;
}

.heading-3 {
  letter-spacing: -.5px;
  font-weight: 700;
  line-height: 1.4em;
}

.heading-3.m {
  font-size: 30px;
}

._3-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

._3-grid.cta {
  margin-bottom: 60px;
}

.card-text-container {
  flex-direction: column;
  align-items: flex-start;
  padding: 28px 28px 22px;
}

.card-thumbnail {
  border-radius: 5px 5px 0 0;
  height: 22vw;
  max-height: 250px;
  position: relative;
}

.tagline {
  color: #808c91;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 600;
}

.tagline.s {
  margin-bottom: 8px;
  font-size: 14px;
}

.float-card {
  color: #343a3d;
  background-color: #fff;
  border: 1px solid #edf0f3;
  border-radius: 8px;
  flex-direction: column;
  width: 100%;
  min-width: 50px;
  height: 100%;
  min-height: 50px;
  text-decoration: none;
  transition: transform .2s;
  overflow: hidden;
  box-shadow: 14px 14px 40px #69737c1a;
}

.float-card:hover {
  transform: translate(0, -5px);
}

.float-card.news {
  box-shadow: none;
  border-style: none;
  border-color: #101010;
  margin-bottom: 40px;
}

.heading-4 {
  letter-spacing: -.5px;
  font-weight: 700;
  line-height: 1.4em;
}

.heading-4.xs {
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2em;
}

.heading-4.xs.cta {
  font-weight: 700;
}

.image-cover {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
}

.heading-5 {
  color: #343a3d;
  letter-spacing: -.5px;
  font-weight: 700;
  line-height: 1.2em;
}

.heading-5.xl {
  margin-bottom: 12px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.4em;
}

.heading-5._3xs {
  margin-bottom: 12px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 600;
}

.heading-5.leaders {
  margin-bottom: 80px;
}

.text-box {
  z-index: 1;
  width: 100%;
  max-width: 750px;
  position: relative;
}

.text-box.centered {
  margin-left: auto;
  margin-right: auto;
}

.featured-card-image-div {
  width: 40%;
  min-height: 420px;
  position: relative;
  overflow: hidden;
}

.featured-card-text-div {
  color: #24282a;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding: 55px;
  display: flex;
}

.text-link-2 {
  color: #4084dd;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4em;
  display: block;
}

.featured-card {
  background-color: #fff;
  border: 1px solid #edf0f3;
  border-radius: 12px;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  text-decoration: none;
  transition: transform .2s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 32px #0000001a;
}

.featured-card:hover {
  transform: translate(0, -4px);
}

.sidebar-link {
  text-transform: uppercase;
  border-bottom: 1px solid #2296d140;
  margin-bottom: 0;
  padding-top: 12px;
  padding-left: 10px;
  font-weight: 600;
  text-decoration: none;
  transition: all .45s;
}

.sidebar-link:hover {
  letter-spacing: 1px;
  font-weight: 700;
}

.sidebar-link.last {
  margin-bottom: 16px;
}

.questions-section {
  text-align: left;
  margin-bottom: 36px;
}

.question-arrow-icon {
  margin-top: 16px;
}

.answer {
  color: #4c5458;
  padding-right: 50px;
  display: block;
  overflow: hidden;
}

.question-container {
  text-align: left;
  cursor: pointer;
  border-bottom: 1px solid #edf0f3;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 24px;
  padding-bottom: 15px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.question-container.last {
  border-bottom-style: none;
  border-bottom-color: #edf0f300;
}

.question {
  color: #343a3d;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.date {
  color: #666;
  font-weight: 600;
}

.leader-img {
  border-bottom-right-radius: 36px;
  width: 170px;
  margin-bottom: 25px;
}

.title-credentials {
  color: var(--black);
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
}

.link-text {
  color: var(--pvt-light);
  font-weight: 700;
  text-decoration: none;
  transition: all .25s;
}

.link-text:hover {
  color: var(--pvt-dark);
}

.course_link_inline {
  color: #0a1f44;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: auto;
  margin-left: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: all .45s;
  display: block;
}

.course_link_inline:hover {
  color: var(--pvt-light);
  letter-spacing: 2px;
}

.course_link_inline.w--current {
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all .45s;
  display: block;
}

.course_link_inline.w--current:hover {
  color: var(--pvt-light);
}

.course_link_inline.center {
  text-align: center;
}

.drag-up {
  z-index: 100;
  align-self: flex-start;
  width: 75%;
  margin-top: auto;
  margin-bottom: -225px;
  margin-left: 20px;
  position: relative;
  top: 0;
}

.image {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.image.black-logo, .image.black-logo-hide {
  max-width: 325px;
}

.image.black-logo-hide {
  display:none;
}

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

.half-wide {
  width: 50%;
}

.half-wide.bkg-earth {
  background-image: url('../img/stemm-influence-lab-far-galaxy.jpg');
  background-position: 0 0;
  background-size: auto;
  align-self: stretch;
  height: auto;
  min-height: 675px;
}

.half-wide.middle {
  align-self: center;
  padding-left: 80px;
}

._75-wide {
  width: 75%;
}

.faq-container {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1280px;
  min-height: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
  position: relative;
}

.faq-container.animated {
  margin-top: 80px;
  margin-bottom: 80px;
}

.faq-container.mid {
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.faq-container.final-word {
  margin-top: 0;
  margin-bottom: 80px;
}

.tick-pic {
  width: 20px;
  margin-right: 14px;
}

.small-top-margin {
  margin-top: 40px;
}

.t05_name {
  color: #0a1f44;
  letter-spacing: 1px;
  margin-bottom: 4px;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
}

.t05_title {
  color: #7540ee;
  text-align: center;
  letter-spacing: 1px;
  max-width: 500px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
}

.t05_avatar_03 {
  background-image: url('../img/forest_avatar_06.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 44px;
  height: 44px;
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
}

.t05_author_wrap {
  align-items: center;
  display: flex;
}

.t05_avatar_02 {
  background-image: url('../img/forest_avatar_03.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 44px;
  height: 44px;
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
}

.t05_job_title {
  color: #c1c7d0;
  letter-spacing: 1px;
  font-size: 13px;
  font-weight: 600;
}

.t05_testimoninal_wrap {
  flex-direction: row;
  align-items: center;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.t05_col_2 {
  border: 1px solid #ebecf0;
  width: 33%;
  min-height: 350px;
  padding: 24px;
}

.t05_quote {
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 60px;
  line-height: 37px;
}

.t05_title_wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1140px;
  margin-bottom: 45px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.t05_paragraph {
  color: #4e5d78;
  margin-bottom: 30px;
}

.t05 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  min-height: 300px;
  padding: 100px 5%;
  display: block;
}

.t05.topline {
  border-top: 1px solid #eee;
}

.t05_col_1 {
  border-top: 1px solid #ebecf0;
  border-bottom: 1px solid #ebecf0;
  border-left: 1px solid #ebecf0;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 33%;
  min-height: 350px;
  padding: 24px;
}

.t05_container {
  margin-left: auto;
  margin-right: auto;
}

.t05_col_3 {
  border: 1px solid #ebecf0;
  border-left-color: #fff;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  width: 33%;
  min-height: 350px;
  padding: 24px;
}

.t05_author_name_wrap {
  padding-left: 10px;
}

.t05_avatar {
  background-image: url('../img/pvt-symbol.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 44px;
  height: 44px;
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
}

.t05_h3 {
  color: #0a1f44;
  text-align: center;
  margin: 0 auto 25px;
  font-size: 36px;
  line-height: 45px;
}

.testimonials {
  text-align: center;
  margin-top: 0;
}

.fe10_counter_wrap {
  margin-bottom: 15px;
}

.fe10_column_left {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  max-height: 600px;
  padding: 46px 35px 46px 25px;
  display: flex;
  position: sticky;
  top: 100px;
}

.fe10_text {
  opacity: .5;
  color: #0a1f44;
  font-size: 17px;
  font-weight: 700;
}

.fe10 {
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  padding: 120px 5%;
  display: flex;
}

.fe10_content_block {
  margin-top: 35px;
}

.fe10_container {
  flex: 1;
  max-width: 1140px;
  display: flex;
}

.fe10_h3 {
  margin-bottom: 55px;
}

.fe10_h6 {
  margin-bottom: 25px;
  line-height: 25px;
}

.fe10_line_03 {
  background-color: #7540ee;
  width: 0%;
  min-height: 2px;
  position: absolute;
  inset: 0%;
}

.fe10_column_right {
  width: 50%;
  padding-left: 35px;
  padding-right: 25px;
}

.fe10_image {
  margin-left: auto;
  margin-right: auto;
}

.fe10_image.round {
  border-radius: 80px 8px 8px;
}

.fe10_line_02 {
  background-color: #7540ee;
  width: 0%;
  min-height: 2px;
  position: absolute;
  inset: 0%;
}

.fe10_line_wrap {
  align-items: center;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-right: 14px;
  display: flex;
}

.fe10_line_base {
  background-color: #ebecf0;
  width: 400px;
  min-height: 2px;
  position: relative;
  inset: 0%;
}

.fe10_focus {
  color: #7540ee;
}

.fe10_number {
  color: #4e5d78;
  letter-spacing: 1px;
  margin-right: 15px;
  font-weight: 700;
}

.fe10_link {
  color: #0a1f44;
  font-weight: 700;
  text-decoration: none;
}

.fe10_link.block {
  transition: all .45s;
  display: block;
}

.fe10_link.block:hover {
  color: #5e96f9;
  letter-spacing: 1px;
}

.fe10_feature_wrap {
  margin-bottom: 180px;
}

.fe10_line {
  background-color: #7540ee;
  width: 0%;
  min-height: 2px;
  position: absolute;
  inset: 0%;
}

.fe10_paragraph {
  margin-bottom: 15px;
}

.flex-block {
  justify-content: flex-start;
  align-items: center;
}

.flex-block.topline {
  border-top: 1px solid #eee;
}

.stemm-lightbox {
  margin-bottom: 80px;
}

.hide-all {
  display:none;
}

/******** Announcements Bar ********/

.announcement-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #093a3e;
  color: #fff;
}
.announcement-bar.red {
  background-color: #c90000;
}
a.white-link {color:#ffffff;-webkit-transition: all 450ms ease;transition: all 450ms ease;}
a.white-link:hover {color:#000000;}
.announcement-contents a.white-link:hover {color:#ef75ab;}

.announcement-cross {
  position: absolute;
  right: 14px;
  display: block;
  width: 21px;
  height: 21px;
  cursor: pointer;
}

.announcement-contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 14px;
  padding-bottom: 14px;
  -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: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.uppercase-text {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  text-transform: uppercase;
}

.uppercase-text.rotate {
  margin-right: 21px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

a.text-white {
  color: #fff;
  text-decoration:none;
  font-weight:bold;
  transition: all .45s;
}

a.text-white:hover {
  opacity:0.75;
}

.announcement-link {
  font-weight: 600;
}

.main-container {
  max-width: 1272px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 28px;
  padding-left: 28px;
}

@media screen and (min-width: 1920px) {
  .h09_text {
    max-width: 750px;
  }

  .nav04_wrap {
    max-width: 1640px;
  }

  .c04_block_right.quarter {
    margin-top: -25px;
  }

  .arrow-div-white-section {
    background-color: #10499e0a;
    background-image: url('../img/white-arrow.svg');
    background-size: 100%;
    width: 100%;
    min-width: 100%;
    height: 165px;
    margin-bottom: 0;
  }
}

@media screen and (max-width:1280px) {  
  .nav04_button {
  letter-spacing: 0px;
  padding: 12px 11px;
  }
  .nav_toggle {
  padding-right: 17px;
  }
  .nav04_link {
  padding-left: 17px;
  padding-right: 8px;
  }
}

@media screen and (max-width: 991px) {
  .h09 {
    background-image: linear-gradient(45deg, var(--white) 60%, transparent), url('../images/world-bkg.jpg');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: 45vh;
    margin-top: 82px;
    padding: 90px 5%;
  }

  .h09_container {
    max-width: 100%;
    margin-top: 0;
  }

  .h09_h1 {
    max-width: 475px;
    font-size: 28px;
    line-height: 36px;
  }

  .link-button {
    padding-left: 50px;
    padding-right: 50px;
  }

  .nav03_icon {
    color: var(--hover-blue);
    font-family: Inter;
    font-size: 40px;
    line-height: 46px;
  }

  .nav03_container {
    padding-bottom: 12px;
  }

  .nav03_menu_button {
    padding: 12px 14px 8px;
  }

  .nav03_menu_button.w--open {
    background-color: #ebecf0;
    border-radius: 100px;
    padding-left: 16px;
    padding-right: 14px;
  }

  .nav03_button {
    display: none;
  }

  .nav03_link {
    flex: 0 auto;
    width: 100%;
    min-height: 45px;
  }

  .nav03 {
    min-height: 78px;
  }

  .nav03_links {
    background-color: #fff;
    display: flex;
    box-shadow: 14px 14px 40px #767ead14;
  }

  .fe07_card_wrap {
    z-index: 5;
    position: relative;
  }

  .fe07_card {
    flex-direction: column;
    display: flex;
  }

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

  .fe07_h4 {
    line-height: 28px;
  }

  .fe07_images {
    width: 90px;
  }

  .c03_container {
    flex-flow: wrap-reverse;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .c03 {
    padding-top: 100px;
    padding-left: 6%;
    padding-right: 6%;
  }

  .c03_image.no-drop {
    width: 100%;
    margin-left: 0;
  }

  .c03_block {
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    margin-right: 0;
    padding-top: 50px;
  }

  .pvt_heading {
    min-height: 240px;
  }

  .c02 {
    padding-bottom: 20px;
  }

  .c02_block_image {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-top: 55px;
    padding-right: 0;
    display: flex;
  }

  .c02_block {
    width: 100%;
  }

  .c02_container {
    flex-direction: column;
    padding-left: 40px;
    padding-right: 40px;
  }

  .c02_container.top-margin-more {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    padding: 100px 50px 100px 60px;
  }

  .c08_paragraph.larger {
    max-width: 100%;
  }

  .nav04_link {
    flex: 0 auto;
    width: 100%;
    min-height: 45px;
    padding-bottom: 10px;
    padding-left: 20px;
  }

  .nav04_link.last {
    padding-bottom: 30px;
  }

  .nav04_link.hidden {
    display: block;
  }

  .nav_column {
    width: 50%;
  }

  .nav_column.full {
    width: 96%;
  }

  .nav04_menu_icon {
    color: var(--hover-blue);
    font-size: 38px;
  }

  .nav04_right_wrap {
    flex: 1;
    justify-content: flex-end;
  }

  .nav04_wrap {
    padding: 15px 2% 12px;
    display: flex;
  }

  .nav_dropdown {
    box-shadow: none;
    flex-direction: row;
  }

  .nav_list.w--open {
    min-width: auto;
    display: block;
  }

  .nav_list.pull-up {
    width: 96%;
    margin-top: -10px;
    top: auto;
  }

  .nav_list.pull-up.w--open {
    width: 100%;
    top: -58px;
  }

  .nav04_line {
    display: none;
  }

  .nav_drop {
    width: 100%;
  }

  .nav04_nav_menu {
    background-color: #fff;
    display: flex;
    box-shadow: 14px 14px 40px #767ead14;
  }

  .nav04_menu_button {
    padding: 9px;
  }

  .nav04_menu_button.w--open {
    background-color: var(--white);
    border: 1px solid #ebecf0;
    border-radius: 100px;
  }

  .nav_toggle {
    padding-bottom: 10px;
  }

  .nav_link {
    padding-left: 20px;
  }

  .nav_link.full {
    display: flex;
  }

  .nav_text_link.with-drop {
    margin-left: 0;
    margin-right: auto;
    padding-left: 0;
  }

  .nav_icon_arrow {
    margin-right: 15px;
  }

  .nav04_button {
    display: none;
  }

  .slider {
    text-align: center;
    width: 100%;
    height: auto;
  }

  .slider.about {
    height: 615px;
  }

  .mask-2 {
    text-align: center;
  }

  .fe03_card {
    margin-bottom: 15px;
  }

  .fe03_link {
    width: 49%;
  }

  .b04 {
    padding-bottom: 40px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .c06_paragraph.clients {
    max-width: 90%;
  }

  .c10_container {
    padding-left: 40px;
  }

  .c10_block {
    width: 100%;
    margin-bottom: 0;
  }

  .c10_block.first {
    margin-bottom: 80px;
  }

  .c04_block_right {
    width: 30%;
  }

  .c04_block_right.quarter.middle {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
  }

  .c04_block {
    width: 70%;
  }

  .c04_block.half-size.padding {
    width: 100%;
    margin-bottom: 80px;
  }

  .c04_top.short.middle {
    flex-flow: column;
  }

  .c04_column {
    padding-right: 15px;
  }

  .cl01_logo-2 {
    width: 33%;
  }

  .te04_avatar {
    margin-bottom: 25px;
  }

  .climate-feature {
    width: 100%;
  }

  .c01_block {
    width: 100%;
    padding-right: 15px;
  }

  .c01_block.left {
    padding-right: 30px;
  }

  .c01_block.right {
    padding-left: 30px;
    padding-right: 0;
  }

  .cl01_logo-9 {
    width: 33%;
  }

  ._12-columns {
    flex-flow: wrap;
  }

  .column {
    width: 50%;
  }

  .column.desk-1.tab-0 {
    display: none;
  }

  .column.desk-4.tab-12 {
    width: 100%;
  }

  .column.desk-7.tab-12 {
    width: 100%;
    margin-bottom: 80px;
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .button {
    box-shadow: none;
    position: relative;
  }

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

  .heading-5._3xs {
    line-height: 1.4em;
  }

  .text-box.centered {
    max-width: 75%;
  }

  .featured-card-image-div {
    width: 100%;
    height: 400px;
    min-height: auto;
  }

  .featured-card {
    flex-direction: column;
  }

  .course_link_inline {
    margin-left: 0;
  }

  .course_link_inline.marg-left, .course_link_inline.marg-left-small {
    margin-left: 30px;
  }

  .drag-up {
    margin-bottom: -275px;
  }

  .half-wide.bkg-earth {
    width: 100%;
    min-height: 475px;
  }

  .half-wide.middle {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 80px;
  }

  .faq-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .t05_testimoninal_wrap {
    flex-wrap: wrap;
  }

  .t05_col_2 {
    width: 100%;
    min-height: 300px;
  }

  .t05_col_1 {
    border-bottom-style: none;
    border-right: 1px solid #ebecf0;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0;
    width: 100%;
    min-height: 300px;
  }

  .t05_col_3 {
    border-top-style: none;
    border-left-color: #ebecf0;
    border-radius: 0 0 10px 10px;
    width: 100%;
    min-height: 300px;
  }

  .testimonials {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }

  .fe10_column_left {
    padding-left: 10px;
    padding-right: 25px;
  }

  .fe10_column_right {
    padding-left: 25px;
    padding-right: 10px;
  }

  .fe10_line_base {
    width: 100%;
  }

  .fe10_feature_wrap {
    margin-bottom: 120px;
  }

  .flex-block {
    flex-flow: column;
  }

  .flex-block-2 {
    flex-flow: row;
  }
  
  .announcement-contents {
    max-width: 580px;
    margin-right: auto;
    margin-left: auto;
  }
  
  .announcement-contents {
    padding-right: 0px;
    -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;
    font-size: 14px;
    line-height: 20px;
  }
}

@media screen and (max-width: 767px) {
  .h09 {
    background-image: linear-gradient(45deg, var(--white) 60%, transparent), url('../images/world-bkg.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .h09_container {
    max-width: 100%;
  }

  .h09_h1 {
    font-size: 28px;
    line-height: 34px;
  }

  .h09_text {
    font-size: 14px;
    line-height: 24px;
  }

  .h09_button_wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .link-button {
    width: auto;
  }

  .link-button.hero {
    text-align: center;
    width: 100%;
    margin-right: 0;
  }

  .h09_link {
    padding: 20px 18px;
  }

  .h09_link.button-grey {
    text-align: center;
    width: 100%;
    margin-top: 10px;
  }

  .hps_fm_nav {
    position: relative;
  }

  .nav03_button {
    display: none;
  }

  .fe07_card_wrap {
    flex-direction: column;
  }

  .fe07_card {
    width: 100%;
    margin-bottom: 35px;
  }

  .fe07_button {
    padding-left: 25px;
    padding-right: 25px;
  }

  .fe07_images.center {
    margin-top: 0;
  }

  .fe07_text {
    max-width: 330px;
  }

  .f11_container {
    flex-wrap: wrap;
  }

  .f11_link_wrap {
    justify-content: center;
    width: 75%;
  }

  .c03_image.no-drop {
    margin-left: 0;
  }

  .c03_image.bottom-feature {
    margin-top: 40px;
  }

  .form01_paragraph.squeeze {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pvt_heading {
    min-height: 200px;
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .c02 {
    padding-bottom: 20px;
  }

  .c02_block_image, .c02_block {
    margin-bottom: 55px;
    padding-right: 0;
  }

  .c02_container {
    flex-direction: column;
    margin-bottom: 0;
  }

  .c02_container.top-margin-more {
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .c08_paragraph.larger {
    text-align: left;
  }

  .c05_h3 {
    font-size: 38px;
    line-height: 44px;
  }

  .nav_column {
    width: 50%;
  }

  .nav04_wrap {
    padding-left: 1%;
    padding-right: 1%;
  }

  .nav_dropdown {
    flex-wrap: wrap;
  }

  .nav04_button {
    display: none;
  }

  .slider.about {
    height: 435px;
  }

  .force-block {
    display: block;
  }

  .fe03_h2 {
    font-size: 28px;
    line-height: 32px;
  }

  .fe03_container {
    text-align: left;
    justify-content: center;
  }

  .fe03_link {
    width: 75%;
  }

  .cl01_logo_wrap {
    justify-content: flex-start;
  }

  .cl01_image {
    width: 130px;
  }

  .b04 {
    padding-bottom: 40px;
  }

  .c06_container {
    padding-left: 50px;
    padding-right: 50px;
  }

  .c10_container {
    padding-right: 20px;
  }

  .c10_container.link {
    padding-left: 5%;
    padding-right: 5%;
  }

  .c10_block {
    width: 100%;
    margin-bottom: 25px;
    padding-right: 0;
  }

  .c04_columns {
    margin-bottom: 0;
  }

  .c04_block_right {
    justify-content: flex-start;
    width: 100%;
    padding-bottom: 0;
  }

  .c04_block_right.quarter {
    width: 100%;
    display: none;
  }

  .c04_block {
    width: 100%;
  }

  .c04_block.three-quarter, .c04_block.half-size {
    width: 100%;
    margin-bottom: 80px;
  }

  .c04_top {
    flex-direction: column;
  }

  .c04_column {
    margin-bottom: 15px;
  }

  .cl01_logo-2 {
    justify-content: center;
    align-items: center;
    width: 50%;
    display: flex;
  }

  .te04_avatar {
    margin-right: 0;
  }

  .feature {
    font-size: 14px;
    line-height: 24px;
  }

  .course_link {
    padding: 20px 18px;
  }

  .c01 {
    flex-direction: row;
  }

  .c01_container {
    flex-direction: column;
  }

  .c01_block {
    padding-left: 15px;
  }

  .c01_block.left {
    padding-right: 15px;
  }

  .c01_block.right {
    padding-left: 15px;
    padding-right: 15px;
  }

  .c01_paragraph {
    font-size: 14px;
    line-height: 24px;
  }

  .cl01_logo-9 {
    justify-content: center;
    align-items: center;
    width: 50%;
    display: flex;
  }

  .spacer {
    height: 32px;
  }

  ._12-columns {
    flex-wrap: wrap;
  }

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

  .paragraph {
    font-size: 15px;
  }

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

  .heading-2.s {
    font-size: 22px;
  }

  .button {
    box-shadow: none;
  }

  .heading-3.m {
    font-size: 28px;
  }

  ._3-grid {
    grid-template-columns: 1fr;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }

  .card-thumbnail {
    height: 30vw;
  }

  .float-card {
    box-shadow: 14px 14px 20px #69737c1a;
  }

  .heading-5.xl {
    font-size: 32px;
  }

  .heading-5._3xs {
    line-height: 1.4em;
  }

  .featured-card-text-div {
    padding: 24px;
  }

  .featured-card {
    flex-direction: column;
  }

  .course_link_inline {
    padding: 20px 18px;
  }

  .course_link_inline.marg-left {
    padding-top: 10px;
  }

  .course_link_inline.marg-left-small {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .half-wide.bkg-earth {
    background-position: 75%;
    min-height: 375px;
  }

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

  .fe10_column_left {
    padding-right: 10px;
  }

  .fe10 {
    padding-left: 3%;
    padding-right: 3%;
  }

  .flex-block-2 {
    margin-top: 40px;
  }
  
}

@media screen and (max-width: 479px) {
  .h09 {
    background-image: linear-gradient(#ffffffa6, #ffffffa6), url('../images/world-bkg.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: auto;
    margin-top: 82px;
  }

  .h09_container {
    max-width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .h09_title {
    font-size: 12px;
    line-height: 18px;
  }

  .h09_h1 {
    width: 100%;
    max-width: 100%;
    font-size: 18px;
    line-height: 25px;
  }

  .h09_text {
    font-size: 15px;
  }

  .h09_button_wrap {
    flex-direction: column;
    align-items: center;
  }

  .link-button {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-button.hero {
    margin-bottom: 0;
  }

  .h09_link {
    padding-top: 0;
    padding-bottom: 0;
  }

  .h09_link.button-grey {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav03 {
    padding-left: 2%;
    padding-right: 2%;
  }

  .fe07_h2 {
    margin-top: 20px;
    font-size: 28px;
    line-height: 32px;
  }

  .fe07_title {
    text-align: center;
    line-height: 20px;
  }

  .fe07_h4 {
    word-break: normal;
    overflow-wrap: normal;
    object-fit: fill;
    line-height: 30px;
    overflow: visible;
  }

  .fe07_text {
    margin-bottom: 20px;
  }

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

  .f11_link_wrap {
    flex-direction: column;
    align-items: center;
  }

  .f11_link {
    margin-bottom: 10px;
  }

  .f11_text {
    padding-left: 60px;
    padding-right: 60px;
  }

  .c03_h3 {
    font-size: 19px;
    line-height: 25px;
  }

  .c02_title {
    font-size: 12px;
    line-height: 18px;
  }

  .c03_image.no-drop {
    border-radius: 8px;
  }

  .c03_image.feature {
    border-radius: 8px;
    margin-bottom: 30px;
  }

  .c03_image.bottom-feature {
    border-radius: 8px;
    display: none;
  }

  .form01_field_wrap {
    flex-direction: column;
  }

  .form01_logo.stemm {
    width: 95%;
    top: -82px;
  }

  .form01 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .form_wrap {
    padding-bottom: 100px;
  }

  .pvt_heading.service-page, .pvt_heading.news-page, .pvt_heading.articles-page, .pvt_heading.leadership-page, .pvt_heading.coach-page, .pvt_heading.sil-page {
    padding-left: 30px;
  }

  .lnd_header_container {
    padding-left: 10px;
  }

  .lnd_content_h1 {
    font-size: 32px;
    line-height: 38px;
  }

  .lnd_details {
    font-size: 17px;
  }

  .c02_block_image {
    margin-bottom: 0;
    padding-top: 15px;
  }

  .c02_h3 {
    font-size: 28px;
    line-height: 34px;
  }

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

  .c02_container.top-margin-more {
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .c05_paragraph {
    font-size: 14px;
    line-height: 20px;
  }

  .c05_h3 {
    font-size: 28px;
    line-height: 34px;
  }

  .lnd_card_title {
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 20px;
  }

  .heading {
    font-size: 28px;
    line-height: 34px;
  }

  .nav_column {
    width: 100%;
  }

  .nav04_wrap {
    padding-left: 2%;
    padding-right: 2%;
  }

  .nav04_logo {
    margin-right: 10px;
    padding-right: 10px;
  }

  .slider.about {
    height: 250px;
  }

  .force-block {
    display: block;
  }

  .fe03_h2 {
    font-size: 28px;
    line-height: 34px;
  }

  .fe03_h2.projects {
    font-size: 24px;
    line-height: 28px;
  }

  .fe03_card {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .fe03_title_wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  .fe03_title {
    max-width: 100%;
  }

  .fe03_link {
    width: 100%;
  }

  .b04 {
    padding-bottom: 40px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .b04_author_name {
    font-size: 14px;
    line-height: 22px;
  }

  .c06_container {
    padding-top: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .c06_h3 {
    font-size: 36px;
    line-height: 43px;
  }

  .c06_paragraph {
    max-width: 100%;
    font-size: 16px;
    line-height: 26px;
  }

  .c06_paragraph.clients {
    font-size: 14px;
    line-height: 24px;
  }

  .c10_container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .c10_container.link {
    padding-left: 30px;
    padding-right: 30px;
  }
  
  .c04_h3 {
  font-size: 34px;
  line-height: 40px;
}

  .c04_container {
    padding-left: 15px;
    padding-right: 15px;
    max-width:100%;
  }
  
  .c04_block.half-size.padding {
    padding-right:0px;
  }

  .cl01-2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .cl01_logo-2 {
    width: 100%;
    margin-bottom: 25px;
  }
  
  .testimonials {
    width: 90%;
  }
  
  .form_wrap.final {
  }
  
  .course_link_inline.marg-left-small {
    margin: auto;
  }
  
  .image.black-logo-hide {
  display:block;
  }
  
  .fe10 {
  border-top: 1px solid #eee;
  padding-top: 40px;
  }
  
  .fe10_h3 {
  font-size:26px;
  line-height:34px;
  margin-bottom: 0px;
  }
  
  .fe10_counter_wrap {
  display:none;
  }
  
  .fe10_column_right, .fe10_column_left {
    padding-left: 20px;
    padding-right: 20px;
  }

  .top-margin {
    flex-flow: column;
    margin-top: 20px;
  }

  .top-margin.center {
    justify-content: center;
    align-items: center;
  }

  .course_link {
    padding-top: 0;
    padding-bottom: 0;
  }

  .climate-feature {
    padding-left: 10px;
    padding-right: 10px;
  }

  .arrow-div-white-section {
    height: 80px;
  }

  .c01, .c01.topline {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .c01_block {
    padding-left: 10px;
    padding-right: 0;
  }

  .c01_block.left {
    padding-right: 10px;
  }

  .c01_paragraph {
    font-size: 15px;
    line-height: 25px;
  }

  .cl01_logo-9 {
    width: 100%;
    margin-bottom: 25px;
  }

  .card {
    box-shadow: none;
    padding: 24px;
  }

  .column {
    margin-bottom: 0;
  }

  .column.desk-7.tab-12 {
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .container.animated {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-article {
    font-size: 14px;
    line-height: 24px;
  }

  .bold-text {
    font-size: 22px;
    line-height: 30px;
  }

  ._3-grid {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .card-thumbnail {
    height: 50vw;
  }

  .heading-4.xs.cta {
    font-size: 20px;
  }

  .heading-5.xl {
    font-size: 28px;
  }

  .heading-5._3xs {
    line-height: 1.4em;
  }

  .featured-card-image-div {
    height: 240px;
  }

  .featured-card {
    box-shadow: none;
    padding: 0;
  }

  .question-arrow-icon {
    margin-left: 16px;
  }

  .answer {
    padding-left: 0;
    padding-right: 0;
  }

  .link-text {
    color: var(--pvt-light);
    font-weight: 700;
    text-decoration: none;
  }

  .course_link_inline {
    padding-top: 0;
    padding-bottom: 0;
  }

  .course_link_inline.marg-left {
    margin-left: 0;
  }

  .image.black-logo, .image.black-logo-hide {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .half-wide.middle {
    padding-left: 0;
  }

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

  .faq-container.animated {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .faq-container.final-word {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .small-top-margin {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .fe10_column_left {
    width: 100%;
    position: relative;
    top: 0;
  }

  .fe10_container {
    flex-direction: column;
    max-width: 100%;
  }

  .fe10_column_right {
    width: 100%;
  }

  .fe10_feature_wrap {
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .flex-block.topline {
    margin-left: 5%;
    margin-right: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .flex-block-2 {
    flex-flow: column;
  }
}


