:root {
  --blue-black: #02000f;
  --seashell: #f6e7e1;
  --gainsboro: #e5e5e5;
  --white: white;
  --emily-orange: #ff4e00;
  --emily-orange-hover: #e14804;
  --light-sky-blue: rgba(116, 211, 255, .5);
  --light-sky-blue-2: rgba(116, 211, 255, 0);
  --dim-grey: #4b4b4b;
  --on: rgba(255, 255, 255, .25);
  --off-black: #242424;
}

.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;
}

body {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  opacity: .6;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  height: 1px;
  background-color: #eee;
}

.styleguide-content-wrap {
  text-align: center;
}

.footer {
  background-color: var(--blue-black);
  margin-left: 0;
  margin-right: 0;
}

.footer.cc-cta {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.footer.homepage-wrapper {
  max-width: 100%;
  background-image: url('../images/Stratosphere_bkg_2.png'), url('../images/strata.svg'), linear-gradient(to bottom, #fff 15%, var(--seashell) 54%, var(--gainsboro) 81%);
  background-position: 50% 0, 0 0, 0 0;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: contain, cover, auto;
  margin-left: 0;
  margin-right: 0;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.footer-image-container {
  width: 100%;
  height: auto;
  max-width: none;
  flex-direction: column;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 25px;
  display: flex;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light, .paragraph-bigger.cc-bigger-white-light {
  opacity: .6;
}

.button-white {
  width: 50%;
  height: 43.9773px;
  background-color: var(--white);
  color: var(--emily-orange);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 0;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding: 0 10px;
  font-family: futura-pt-bold, sans-serif;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
  display: flex;
}

.button-white:hover {
  color: #fff;
  background-color: #32343a;
}

.button-white:active {
  background-color: #43464d;
}

.button-white.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button-white.cc-jumbo-button.cc-jumbo-white {
  background-color: var(--emily-orange);
  color: #000;
  padding-left: 10px;
  padding-right: 10px;
}

.button-white.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: var(--emily-orange-hover);
  color: var(--emily-orange);
}

.button-white.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.button-white.cc-contact-us {
  z-index: 5;
  background-color: var(--white);
  color: var(--emily-orange);
  justify-content: center;
  align-items: center;
  font-weight: 800;
  display: flex;
  position: relative;
}

.button-white.cc-contact-us:hover {
  background-color: var(--emily-orange);
  color: var(--white);
}

.button-white.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button-white.cc-white-button:hover {
  background-color: rgba(255, 255, 255, .8);
}

.button-white.cc-white-button:active {
  background-color: rgba(255, 255, 255, .9);
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-light {
  opacity: .6;
}

.label.cc-blog-date {
  opacity: 1;
  margin-top: 0;
  font-family: futura-pt-bold, sans-serif;
}

.label.cc-blog-source {
  opacity: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-family: futura-pt-bold, sans-serif;
}

.label.cc-blog-date-centered {
  opacity: 1;
  text-align: center;
  margin-top: 0;
  font-family: futura-pt-bold, sans-serif;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.left-aligned-body {
  width: auto;
  opacity: 1;
  margin-bottom: 20px;
  padding-top: 0;
  font-family: futura-pt, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 23px;
}

.heading-jumbo {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 80px;
}

.heading-jumbo.cc-white-heading-jumbo {
  color: #fff;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  height: 460px;
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.menu {
  z-index: 0;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.menu:active {
  color: var(--gainsboro);
}

.navigation-container {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.navigation-wrapper {
  background-color: #02000f;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding: 30px 50px;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.navigation-item {
  opacity: 1;
  color: var(--emily-orange);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  padding: 9px 10px;
  font-family: futura-pt, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
  color: #fff;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: var(--white);
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: var(--white);
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.logo-image {
  width: 50%;
  display: block;
}

.navigation-items {
  flex: none;
  justify-content: center;
  align-items: center;
  padding-right: 0;
  display: flex;
}

.footer-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 70%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.cta-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 110px;
  padding-bottom: 120px;
  display: flex;
}

.infographic_wrapper {
  height: auto;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  padding-top: 50px;
  display: flex;
}

.infographic_wrapper.cc-subpage {
  height: 480px;
  color: #fff;
  background-color: #000;
  background-image: none;
}

.infographic-container {
  width: 70%;
  max-width: 1140px;
  text-align: center;
}

.infographic-container.cc-homepage {
  width: 100%;
  max-width: 600px;
  margin-bottom: 20px;
  padding-left: 25px;
  padding-right: 25px;
}

.motto-wrap {
  width: 80%;
  text-align: center;
  margin-bottom: 85px;
  margin-left: auto;
  margin-right: auto;
}

.about-story-wrap {
  width: 80%;
  text-align: center;
  margin: 80px auto;
}

.our-services-grid {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 120px;
}

.section-heading-wrap {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
}

.service-icon {
  margin-bottom: 30px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-no-data {
  width: 70%;
  margin: 100px auto;
  display: block;
}

.contact-us-container {
  width: 100%;
  border: 1px #eee;
  margin-left: 0;
  margin-right: 0;
  padding: 0 0 50px;
}

.contact-form-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2.5fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.details-wrap {
  margin-bottom: 30px;
}

.get-in-touch-form {
  width: 75%;
  flex-direction: row;
  display: flex;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::-ms-input-placeholder {
  color: rgba(50, 52, 58, .4);
}

.text-field::placeholder {
  color: rgba(50, 52, 58, .4);
}

.text-field.cc-contact-field {
  height: 43.9773px;
  margin-bottom: 0;
  margin-right: 20px;
  padding-left: 10px;
  font-family: futura-pt, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.contact-form {
  width: 100%;
  flex-flow: column wrap;
  align-content: stretch;
  align-items: center;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.contact-form-heading-wrap {
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.contact-heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 400;
}

.map {
  height: 460px;
  margin-bottom: 100px;
  line-height: 20px;
}

.contact-team-name-wrap {
  margin-bottom: 30px;
}

.our-contacts {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template: ". . ."
  / 1fr 1fr 1fr;
  margin-bottom: 120px;
}

.contact-team-details-wrap {
  margin-top: 30px;
}

.contact-team-pic {
  height: 150px;
  background-color: #f4f4f4;
  margin-bottom: 30px;
}

.team-pic {
  width: 100%;
  height: 420px;
  background-color: #f4f4f4;
  margin-bottom: 40px;
}

.team-members {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 60px;
}

.team-member-title-wrap {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.team-member-name {
  opacity: 1;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.projects-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "."
                 "."
                 "."
                 / 1fr;
  margin-bottom: 60px;
}

.project-name-wrap {
  width: 100%;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  opacity: .7;
}

.project-cover-link {
  margin-bottom: 40px;
}

.project-cover-link:hover {
  opacity: .8;
}

.project-cover-link:active {
  opacity: .7;
}

.project-overview-header {
  height: 620px;
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-1---wide.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
}

.project-overview-header.cc-project-2-header {
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 50%;
}

.project-overview-header.cc-project-3-header {
  background-image: url('../images/portfolio-3---wide.svg');
  background-size: cover;
}

.project-details-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.project-pics {
  margin-bottom: 120px;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  width: 100%;
  height: 620px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  margin-bottom: 60px;
  display: block;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.blog-list-wrap {
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
  display: block;
}

.blog-item {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-preview-image {
  width: 800px;
  height: 451px;
  max-width: 800px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 25px;
  transition: opacity .6s;
  display: block;
}

.blog-preview-image:hover {
  opacity: .8;
}

.blog-preview-image:active {
  opacity: .7;
}

.blog-summary-wrap {
  width: 100%;
  max-width: none;
  text-align: left;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
}

.blog-heading-link {
  color: var(--emily-orange);
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-family: futura-pt, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: .8;
}

.blog-heading-link:active {
  opacity: .7;
}

.contact-email-link {
  opacity: .6;
  margin-bottom: 5px;
}

.contact-email-link:hover {
  opacity: 1;
}

.contact-email-link:active {
  opacity: .8;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

._404-wrap {
  width: 100%;
  height: 100%;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.home-content-wrap {
  margin-top: 0;
  margin-bottom: 0;
}

.home-section-wrap {
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.section-heading {
  color: var(--blue-black);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: futura-pt, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
}

.about-grid {
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 1fr;
  align-items: center;
  margin-bottom: 80px;
}

.about-grid.cc-about-2 {
  grid-template-columns: 2fr 1fr;
  grid-template-areas: ". .";
}

.intro-text {
  width: 100%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.news-collection-container {
  width: 100%;
  flex-flow: wrap;
  align-content: flex-start;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.work-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.news-wrapper-2 {
  max-width: none;
  text-align: center;
  flex-flow: column wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: none;
}

.news-article-container {
  width: auto;
  height: 100%;
  flex-direction: column;
  align-items: center;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.collection-list-container {
  width: 100%;
  height: auto;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 25px;
  padding-left: 50px;
  padding-right: 50px;
  display: block;
}

.business-article-heading {
  width: 300px;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 50px;
  padding-right: 50px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.business-article-heading:hover {
  opacity: .8;
}

.business-article-heading:active {
  opacity: .7;
}

.container-2 {
  height: 180px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.news-wrapper {
  width: 100%;
  height: auto;
  max-width: 1140px;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.collection-list-wrapper-2 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.blog-preview-image-1 {
  width: 800px;
  height: 451px;
  max-width: 800px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 25px;
  transition: opacity .6s;
  display: block;
}

.blog-preview-image-1:hover {
  opacity: .8;
}

.blog-preview-image-1:active {
  opacity: .7;
}

.blog-preview-image-2 {
  width: 740px;
  height: 425px;
  max-width: none;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 25px;
  transition: opacity .6s;
  display: block;
}

.blog-preview-image-2:hover {
  opacity: .8;
}

.blog-preview-image-2:active {
  opacity: .7;
}

.blog-item-copy {
  width: 100%;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  margin-left: 0;
  margin-right: auto;
  display: block;
}

.paragraph {
  font-family: futura-pt, sans-serif;
  line-height: 20px;
}

.heading {
  text-transform: uppercase;
  font-family: futura-pt, sans-serif;
}

.text-block {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 20px;
}

.operations-team {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". . ."
                 ". . ."
                 / 1fr 1fr 1fr;
  margin-bottom: 60px;
}

.body {
  background-color: #fff;
  flex-direction: column;
  margin-left: 100px;
  margin-right: 100px;
  display: flex;
}

.text-block-2 {
  letter-spacing: 1px;
  font-family: futura-pt-bold, sans-serif;
  font-weight: 700;
}

.text-block-3 {
  color: var(--white);
  font-family: Nunito, sans-serif;
  font-weight: 800;
}

.image-2 {
  width: 100px;
}

.teacher-quote-wrapper {
  width: 100%;
  height: auto;
  max-width: none;
  flex-flow: wrap;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 50px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.teacher-quote-container {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 50px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

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

.footer-nav-container, .footer-boiler-plate-container {
  width: 100%;
  height: auto;
  max-width: 1140px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 25px;
  display: flex;
}

.text-block-4 {
  color: var(--white);
}

.boiler-plate-text {
  color: var(--white);
  text-align: center;
  font-size: 12px;
  line-height: 14px;
}

.navigation-item-footer {
  opacity: 1;
  color: var(--emily-orange);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 9px;
  padding-bottom: 9px;
  font-family: Nunito, sans-serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 20px;
}

.navigation-item-footer:hover {
  opacity: .9;
  color: #fff;
}

.navigation-item-footer:active {
  opacity: .8;
}

.navigation-item-footer.w--current {
  opacity: 1;
  color: var(--white);
  font-weight: 900;
}

.navigation-item-footer.w--current:hover {
  opacity: .8;
  color: var(--white);
}

.navigation-item-footer.w--current:active {
  opacity: .7;
  color: #32343a;
}

.homepage_wrapper {
  max-width: none;
  background-image: url('../images/stratosphere_bigger_fixed.jpg'), url('../images/strata.svg'), linear-gradient(to bottom, var(--white) 41%, var(--seashell) 69%, var(--gainsboro) 101%);
  background-position: 50% -36%, 0 0, 0 0;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: 100%, cover, auto;
  flex-direction: column;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block {
  width: 300px;
  height: 200px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 350px;
}

.learn-more-wrapper {
  justify-content: center;
  display: none;
}

.body-copy-left {
  color: var(--blue-black);
  font-family: futura-pt, sans-serif;
  font-weight: 400;
}

.div-block-2 {
  width: 75%;
  padding-right: 50px;
  display: flex;
}

.div-block-3 {
  width: auto;
}

.team-wrapper {
  width: 100%;
  height: auto;
  max-width: none;
  text-align: center;
  flex-flow: column wrap;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0 50px 75px;
  display: flex;
}

.team-header-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 25px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.team-pictures-container {
  width: 100%;
  flex-flow: column;
  align-items: stretch;
  padding-right: 0;
  display: flex;
}

.section-heading-centered {
  color: var(--blue-black);
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  display: flex;
}

.center-aligned-copy {
  opacity: 1;
  text-align: center;
  padding-bottom: 10px;
  font-family: futura-pt, sans-serif;
  font-style: normal;
  line-height: 22px;
}

.stay-informed-wrapper {
  width: 100%;
  height: auto;
  max-width: 900px;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 25px;
  display: flex;
  position: relative;
}

.grid-2 {
  height: 100%;
  grid-column-gap: 25px;
  grid-template: ". . . . . Area" minmax(auto, 1fr)
  / 1fr 1fr 1fr 1fr 1fr 1fr;
  align-content: end;
  justify-content: center;
  align-self: center;
  align-items: center;
  justify-items: center;
  padding-bottom: 0;
}

.center-aligned-subhead {
  opacity: 1;
  text-align: center;
  padding-top: 20px;
  font-family: futura-pt-bold, sans-serif;
  font-size: 14px;
  line-height: 16px;
}

.team-picture-container {
  padding-bottom: 0;
}

.teacher-quote-picture-container {
  width: 100%;
  height: 100%;
  background-image: url('../images/kid.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: none;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.teacher-words-container {
  width: auto;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
  padding-right: 0;
  display: flex;
}

.image-4 {
  width: 150px;
  height: auto;
  max-height: none;
  object-fit: cover;
  position: relative;
}

.left-aligned-subhead-copy {
  opacity: 1;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: futura-pt-bold, sans-serif;
}

.button-orange {
  width: auto;
  height: 43.9773px;
  background-color: var(--emily-orange);
  color: var(--emily-orange);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  padding: 0 10px;
  font-family: futura-pt-bold, sans-serif;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
  display: flex;
}

.button-orange:hover {
  color: #fff;
  background-color: #32343a;
}

.button-orange:active {
  background-color: #43464d;
}

.button-orange.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button-orange.cc-jumbo-button.cc-jumbo-white {
  background-color: var(--emily-orange);
  color: #000;
  padding-left: 10px;
  padding-right: 10px;
}

.button-orange.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: var(--emily-orange-hover);
  color: var(--emily-orange);
}

.button-orange.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.button-orange.cc-contact-us {
  z-index: 5;
  background-color: var(--white);
  color: var(--emily-orange);
  justify-content: center;
  align-items: center;
  font-weight: 800;
  display: flex;
  position: relative;
}

.button-orange.cc-contact-us:hover {
  background-color: var(--emily-orange);
  color: var(--white);
}

.button-orange.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button-orange.cc-white-button:hover {
  background-color: rgba(255, 255, 255, .8);
}

.button-orange.cc-white-button:active {
  background-color: rgba(255, 255, 255, .9);
}

.infographic-individual {
  padding-left: 200px;
  padding-right: 200px;
}

.infographic-individual-2 {
  padding-left: 225px;
  padding-right: 225px;
}

.sub-heading-white {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: futura-pt, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.inforgraphic-text {
  color: var(--blue-black);
  margin-left: 0;
  margin-right: 0;
}

.sub-heading-dark {
  color: var(--blue-black);
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 10px;
  font-family: futura-pt, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.body-2 {
  background-color: #fff;
  margin-left: 100px;
  margin-right: 100px;
}

.lower_level_wrapper {
  height: auto;
  max-width: none;
  background-image: linear-gradient(to bottom, var(--light-sky-blue), var(--light-sky-blue-2) 57%), url('../images/strata.svg'), linear-gradient(to bottom, #fff, var(--seashell) 54%, var(--gainsboro) 101%);
  background-position: 0 0, 0 0, 0 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, cover, auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-top: 50px;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.lower-level-header-container {
  max-width: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 25px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.left-aligned-subhead {
  opacity: 1;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  line-height: 20px;
}

.sub-heading-dark-left {
  color: var(--blue-black);
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: futura-pt, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  display: none;
}

.title-container {
  justify-content: center;
  display: flex;
}

.news-container {
  max-width: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 25px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.our-team-container {
  z-index: 0;
  border-bottom: 1px dotted var(--dim-grey);
  order: 1;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 0 50px;
  padding-bottom: 50px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
}

.title-our-team {
  color: var(--blue-black);
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
}

.our-team-words-container-right {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 25px;
  padding-right: 0;
  display: flex;
}

.sub-heading-dark-left-title {
  color: var(--blue-black);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: futura-pt, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
}

.name-our-team-container {
  color: var(--blue-black);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: futura-pt, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
}

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

.our-team-inidividuals {
  align-items: flex-start;
  display: flex;
}

.our-team-words-container-left {
  width: 80%;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 30px;
  padding-left: 0;
  padding-right: 50px;
  display: flex;
}

.grid-3 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  justify-items: end;
}

.grid-4 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  align-content: start;
  justify-content: stretch;
  align-items: start;
  justify-items: start;
  position: relative;
}

.our-team-words-container-right-copy {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 25px;
  display: flex;
}

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

.nav-button {
  width: auto;
  height: 43.9773px;
  background-color: var(--white);
  color: var(--emily-orange);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 0;
  align-items: center;
  margin-left: 20px;
  padding: 0 10px;
  font-family: futura-pt-bold, sans-serif;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
  display: flex;
}

.nav-button:hover {
  color: #fff;
  background-color: #32343a;
}

.nav-button:active {
  background-color: #43464d;
}

.nav-button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.nav-button.cc-jumbo-button.cc-jumbo-white {
  background-color: var(--emily-orange);
  color: #000;
  padding-left: 10px;
  padding-right: 10px;
}

.nav-button.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: var(--emily-orange-hover);
  color: var(--emily-orange);
}

.nav-button.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.nav-button.cc-contact-us {
  z-index: 5;
  background-color: var(--white);
  color: var(--emily-orange);
  justify-content: center;
  align-items: center;
  font-weight: 800;
  display: flex;
  position: relative;
}

.nav-button.cc-contact-us:hover {
  background-color: var(--emily-orange);
  color: var(--white);
}

.nav-button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.nav-button.cc-white-button:hover {
  background-color: rgba(255, 255, 255, .8);
}

.nav-button.cc-white-button:active {
  background-color: rgba(255, 255, 255, .9);
}

.section {
  width: 100%;
  margin-bottom: 50px;
}

.grid-5 {
  height: 250px;
  grid-row-gap: 0px;
  grid-template-rows: 239px;
  grid-template-columns: 1fr .25fr;
  grid-auto-flow: row;
  justify-content: center;
  align-items: start;
  justify-items: center;
}

.emily-quote-picture-container {
  width: auto;
  flex: none;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.emily-quote-wrapper {
  width: 100%;
  height: auto;
  max-width: none;
  flex-flow: wrap;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 50px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.left-aligned-emily-quote {
  width: auto;
  opacity: 1;
  margin-bottom: 0;
  padding-top: 0;
  padding-right: 20px;
  font-family: futura-pt, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
}

.news_wrapper {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tabs-menu {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-bottom: 50px;
  display: flex;
}

.tab-nav {
  color: var(--blue-black);
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: futura-pt, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  display: flex;
}

.tab-link-tab-1 {
  background-color: var(--on);
}

.tab-link-tab-1.w--current {
  background-color: var(--white);
  border: 1px #000;
  line-height: 20px;
}

.tab-link-tab-2 {
  background-color: rgba(0, 0, 0, 0);
}

.tab-link-tab-2.w--current {
  color: var(--white);
  text-transform: none;
  background-color: rgba(0, 0, 0, 0);
  font-size: 16px;
  font-weight: 700;
}

.tab-link-tab-2-copy {
  background-color: rgba(255, 255, 255, .25);
}

.tab-link-tab-2-copy.w--current {
  color: var(--white);
  text-transform: none;
  background-color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.tab-link-tab-2-2 {
  background-color: var(--on);
}

.tab-link-tab-2-2.w--current {
  background-color: var(--white);
}

.press-container {
  width: 100%;
  max-width: 900px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 25px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-6 {
  width: 740px;
  height: 425px;
  max-width: 9px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.link-block-2 {
  width: 100%;
  height: 425px;
  max-width: 900px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.link-block-2:hover {
  opacity: .76;
}

.link-block-2.w--current {
  width: 100%;
}

.news-section-header-wrapper {
  justify-content: center;
  padding-bottom: 20px;
  display: flex;
}

.button-linkedin {
  width: auto;
  height: auto;
  background-color: var(--white);
  color: var(--emily-orange);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 0;
  align-items: center;
  margin-left: 0;
  padding: 0;
  font-family: futura-pt-bold, sans-serif;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
  display: flex;
}

.button-linkedin:hover {
  color: #fff;
  background-color: #fff;
}

.button-linkedin:active {
  background-color: #43464d;
}

.button-linkedin.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button-linkedin.cc-jumbo-button.cc-jumbo-white {
  background-color: var(--emily-orange);
  color: #000;
  padding-left: 10px;
  padding-right: 10px;
}

.button-linkedin.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: var(--emily-orange-hover);
  color: var(--emily-orange);
}

.button-linkedin.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.button-linkedin.cc-contact-us {
  z-index: 5;
  background-color: var(--white);
  color: var(--emily-orange);
  justify-content: center;
  align-items: center;
  font-weight: 800;
  display: flex;
  position: relative;
}

.button-linkedin.cc-contact-us:hover {
  background-color: var(--emily-orange);
  color: var(--white);
}

.button-linkedin.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button-linkedin.cc-white-button:hover {
  background-color: rgba(255, 255, 255, .8);
}

.button-linkedin.cc-white-button:active {
  background-color: rgba(255, 255, 255, .9);
}

.image-6 {
  width: 100px;
  height: auto;
  padding-top: 5px;
  padding-bottom: 5px;
}

.our-team-container-bottom {
  border-bottom: 1px dotted var(--dim-grey);
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 0 50px;
  padding-bottom: 50px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.teacher-words-container-copy {
  width: auto;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
  padding-right: 25px;
  display: flex;
}

.section-2 {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 30px;
  display: flex;
}

.bio-button {
  width: auto;
  height: 43.9773px;
  background-color: var(--white);
  color: var(--emily-orange);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 0;
  align-items: center;
  margin-left: 0;
  padding: 0 10px;
  font-family: futura-pt-bold, sans-serif;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
  display: flex;
}

.bio-button:hover {
  color: #fff;
  background-color: #32343a;
}

.bio-button:active {
  background-color: #43464d;
}

.bio-button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.bio-button.cc-jumbo-button.cc-jumbo-white {
  background-color: var(--emily-orange);
  color: #000;
  padding-left: 10px;
  padding-right: 10px;
}

.bio-button.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: var(--emily-orange-hover);
  color: var(--emily-orange);
}

.bio-button.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.bio-button.cc-contact-us {
  z-index: 5;
  background-color: var(--white);
  color: var(--emily-orange);
  justify-content: center;
  align-items: center;
  font-weight: 800;
  display: flex;
  position: relative;
}

.bio-button.cc-contact-us:hover {
  background-color: var(--emily-orange);
  color: var(--white);
}

.bio-button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.bio-button.cc-white-button:hover {
  background-color: rgba(255, 255, 255, .8);
}

.bio-button.cc-white-button:active {
  background-color: rgba(255, 255, 255, .9);
}

.mask {
  width: 100%;
  height: 280px;
}

.slider {
  width: 100%;
  height: 15%;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 25px;
  padding-bottom: 25px;
}

.slide-nav {
  width: 50%;
  height: 50%;
  position: static;
  top: 400px;
}

.icon {
  width: 30px;
  height: 40px;
  color: var(--dim-grey);
}

.icon-2 {
  color: var(--dim-grey);
}

.right-arrow {
  width: auto;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  margin-left: 0;
  margin-right: 50px;
  padding-right: 0;
  display: flex;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.slide {
  padding-left: 125px;
  padding-right: 125px;
}

.left-arrow {
  width: auto;
  align-items: center;
  margin-left: 50px;
  display: flex;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.div-block-7 {
  width: 20px;
  display: flex;
}

.div-block-7-copy {
  width: 20px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.image-7 {
  margin-left: 0;
  display: block;
}

.testimonials {
  width: auto;
  opacity: 1;
  margin-bottom: 0;
  padding-top: 0;
  font-family: futura-pt, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}

.our-mission-bold {
  width: auto;
  opacity: 1;
  margin-bottom: 20px;
  padding-top: 0;
  font-family: futura-pt, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.emily-picture-container {
  width: 100%;
  height: 100%;
  background-image: url('../images/emily_big_V4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: none;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.testimonial-1-pic {
  width: 100%;
  height: 250px;
  background-image: url('../images/testimonial_4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: none;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.testimonial-2-pic {
  width: 100%;
  height: 250px;
  background-image: url('../images/testimonial_2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: none;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.testimonial-3-pic {
  width: 100%;
  height: 250px;
  background-image: url('../images/testimonial_3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: none;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.section-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.body-3 {
  margin-left: 100px;
  margin-right: 100px;
}

.rich-text-block {
  padding-top: 25px;
  font-family: futura-pt, sans-serif;
  line-height: 22px;
}

.grid-6 {
  width: 100%;
  grid-template-rows: auto 140px auto;
}

.textarea {
  height: auto;
  font-family: futura-pt, sans-serif;
  font-size: 14px;
}

.text-block-5, .text-block-6 {
  font-family: futura-pt, sans-serif;
}

.section-5 {
  width: 100%;
}

.grid-7 {
  width: 100%;
  grid-template-rows: auto 140px;
}

.textarea-2 {
  font-family: futura-pt, sans-serif;
  font-size: 14px;
}

.thank-you-wrapper {
  width: 100%;
  height: 400px;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 50px;
  padding-bottom: 0;
  display: flex;
}

.back-block {
  width: 100%;
  height: 26.2609%;
  background-color: rgba(0, 0, 0, 0);
  flex-flow: column;
  flex: none;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: flex-start;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  margin-top: 0;
  padding-top: 20px;
  padding-left: 20px;
  display: flex;
  position: static;
}

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

.text-block-14 {
  color: #393939;
  text-transform: uppercase;
  font-family: futura-pt-bold, sans-serif;
  font-weight: 800;
  text-decoration: none;
}

.thank-you-block {
  opacity: 1;
  text-align: center;
  padding-bottom: 0;
  font-family: futura-pt, sans-serif;
  font-style: normal;
  line-height: 22px;
}

.infogrpahic-line {
  width: 550px;
  flex-direction: column;
  align-items: center;
  padding-bottom: 10px;
  padding-left: 200px;
  padding-right: 200px;
  display: flex;
}

.image-8 {
  width: 1px;
}

.infogrpahic-black-line {
  justify-content: center;
  padding-bottom: 10px;
  padding-left: 200px;
  padding-right: 200px;
  display: flex;
}

.section-copy {
  width: 100%;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.section-6 {
  width: 100%;
}

.mouse-type {
  color: var(--blue-black);
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 10px;
  font-family: futura-pt, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
}

.navbar {
  background-color: var(--blue-black);
  padding: 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.navbar-2 {
  background-color: var(--blue-black);
  padding: 20px;
}

.contact-subhead {
  opacity: 1;
  text-align: left;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: futura-pt, sans-serif;
  font-size: 17px;
  font-style: normal;
  line-height: 22px;
}

.contact-form-heading-1-line-wrap {
  flex-direction: column;
  align-items: center;
  margin-bottom: 25px;
  display: flex;
}

.div-block-8 {
  padding-top: 20px;
}

.tab-pane-tab-1 {
  width: 99.9998%;
}

.tabs-content {
  width: 99.9999%;
}

.tabs {
  width: auto;
  align-self: auto;
}

.collection-list-wrapper-3 {
  width: 100%;
}

.collection-item-2, .collection-list-2 {
  width: 100%;
}

.heading-2 {
  text-align: center;
  font-family: futura-pt, sans-serif;
  font-size: 36px;
}

.paragraph-2 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-family: futura-pt, sans-serif;
}

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

.section-7 {
  min-height: 100px;
}

.section-8 {
  min-height: 150px;
}

@media screen and (min-width: 1280px) {
  .image-4 {
    width: 150px;
  }

  .news_wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

@media screen and (min-width: 1440px) {
  .footer {
    margin-left: 0;
    margin-right: 0;
  }

  .footer.homepage-wrapper {
    background-image: url('../images/Stratosphere_bkg_2.png'), url('../images/strata.svg'), linear-gradient(to bottom, #fff 23%, var(--seashell) 47%, var(--gainsboro));
    background-position: 50% 0, 0 0, 0 0;
    background-repeat: no-repeat, no-repeat, repeat;
    background-size: contain, cover, auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-image-container {
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .button-white {
    width: 48.8152%;
    color: var(--emily-orange);
    background-color: #fff;
    padding: 0 20px;
    font-family: futura-pt-bold, sans-serif;
    font-size: 14px;
    font-weight: 700;
  }

  .button-white.cc-jumbo-button.cc-jumbo-white {
    background-color: var(--emily-orange);
  }

  .label.cc-blog-source {
    width: 300px;
  }

  .left-aligned-body {
    margin-bottom: 20px;
    font-family: futura-pt, sans-serif;
    font-size: 16px;
    line-height: 22px;
  }

  .menu {
    justify-content: flex-end;
  }

  .navigation-container {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .navigation-wrapper {
    margin-left: 0;
    margin-right: 0;
    padding-left: 50px;
    padding-right: 50px;
    display: flex;
  }

  .navigation-items {
    padding-right: 0;
  }

  .infographic_wrapper {
    height: auto;
    flex-flow: column wrap;
  }

  .infographic-container.cc-homepage {
    width: auto;
    max-width: 900px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .contact-us-container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .get-in-touch-form {
    height: 100%;
    flex-direction: row;
  }

  .text-field.cc-contact-field {
    margin-bottom: 0;
    margin-right: 20px;
  }

  .contact-form {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .contact-form-heading-wrap {
    width: 75%;
  }

  .blog-list-wrap {
    width: 100%;
    height: auto;
    display: flex;
  }

  .blog-heading-link {
    color: var(--emily-orange);
    font-weight: 700;
  }

  .section-heading {
    margin-top: 0;
    font-size: 24px;
    line-height: 28px;
  }

  .news-collection-container {
    width: 100%;
    justify-content: space-between;
    margin-left: 0;
    margin-right: 0;
  }

  .news-wrapper-2 {
    flex-flow: column wrap;
    justify-content: center;
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .news-article-container {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .collection-list-container {
    justify-content: space-between;
    padding-left: 100px;
    padding-right: 100px;
    display: flex;
  }

  .business-article-heading {
    width: 300px;
    font-size: 14px;
  }

  .container-2 {
    height: 180px;
    max-width: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .news-wrapper {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .collection-list-wrapper-2 {
    width: auto;
  }

  .blog-preview-image-2 {
    width: auto;
    max-width: 900px;
  }

  .body {
    background-image: none;
    align-items: stretch;
    margin-left: 150px;
    margin-right: 150px;
  }

  .image {
    width: 100%;
  }

  .text-block-3 {
    color: var(--white);
    font-family: Nunito, sans-serif;
    font-weight: 800;
  }

  .teacher-quote-wrapper {
    max-width: 900px;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }

  .teacher-quote-container {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .homepage_wrapper {
    max-width: none;
    background-image: url('../images/stratosphere_bigger_fixed.jpg'), url('../images/strata.svg'), linear-gradient(to bottom, #fff 42%, var(--seashell) 71%, var(--gainsboro));
    background-position: 50% -37%, 50% 0, 0 0;
    background-repeat: no-repeat, no-repeat, repeat;
    background-size: contain, cover, auto;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block {
    height: 150px;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 300px;
  }

  .learn-more-wrapper {
    justify-content: center;
    display: none;
  }

  .div-block-2 {
    padding-right: 50px;
  }

  .div-block-3 {
    width: auto;
  }

  .team-wrapper {
    max-width: 900px;
    flex-direction: column;
    align-items: center;
    padding-top: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .team-header-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .team-pictures-container {
    width: 100%;
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .section-heading-centered {
    text-align: center;
  }

  .center-aligned-copy {
    text-align: center;
    padding-bottom: 25px;
    font-family: futura-pt, sans-serif;
    font-size: 18px;
    line-height: 20px;
  }

  .stay-informed-wrapper {
    width: 99.9999%;
    max-width: none;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

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

  .center-aligned-subhead {
    width: auto;
    text-align: center;
    padding-top: 5px;
    font-family: futura-pt, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
  }

  .team-picture-wrapper {
    width: 100%;
  }

  .team-picture-container {
    width: 100%;
    padding-bottom: 10px;
  }

  .team-picture-title-container {
    width: 100%;
  }

  .image-3 {
    width: 100%;
  }

  .teacher-quote-picture-container {
    width: 100%;
    height: 250px;
    background-position: 50% 0;
    background-size: cover;
    justify-content: flex-end;
    display: flex;
  }

  .teacher-words-container {
    width: auto;
    margin-bottom: 0;
    padding-right: 25px;
  }

  .image-4 {
    width: 180px;
    height: auto;
    max-height: none;
    object-fit: contain;
  }

  .left-aligned-subhead-copy {
    width: auto;
    text-align: center;
    font-family: futura-pt, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
  }

  .button-orange {
    width: auto;
    background-color: var(--emily-orange);
    color: var(--emily-orange);
    padding: 0 20px;
    font-family: futura-pt-bold, sans-serif;
    font-size: 14px;
    font-weight: 700;
  }

  .button-orange.cc-jumbo-button.cc-jumbo-white {
    background-color: var(--emily-orange);
  }

  .infographic-individual {
    max-width: 600px;
    padding-top: 0;
    padding-bottom: 10px;
  }

  .infographic-individual-2 {
    max-width: 600px;
  }

  .sub-heading-white {
    margin-top: 0;
    margin-bottom: 0;
  }

  .inforgraphic-text {
    max-width: 600px;
  }

  .body-2 {
    background-color: #fff;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    margin-left: 150px;
    margin-right: 150px;
    display: flex;
  }

  .lower_level_wrapper {
    max-width: none;
    background-image: linear-gradient(to bottom, var(--light-sky-blue), var(--light-sky-blue-2) 63%), url('../images/strata.svg'), linear-gradient(to bottom, #fff, var(--seashell) 47%, var(--gainsboro));
    background-position: 0 0, 50% 0, 0 0;
    background-repeat: repeat, no-repeat, repeat;
    background-size: auto, cover, auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 100px;
    padding-right: 100px;
  }

  .lower-level-header-container {
    max-width: 900px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .left-aligned-subhead {
    font-family: futura-pt, sans-serif;
    font-size: 18px;
    line-height: 22px;
  }

  .sub-heading-dark-left {
    display: flex;
  }

  .news-container {
    max-width: 900px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .our-team-container {
    max-width: none;
    border-bottom: 1px dotted #676767;
    margin-bottom: 50px;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .our-team-words-container-right {
    padding-left: 25px;
  }

  .sub-heading-dark-left-title {
    display: flex;
  }

  .grid-3 {
    justify-items: end;
  }

  .grid-4 {
    justify-items: start;
  }

  .nav-button {
    width: auto;
    color: var(--emily-orange);
    background-color: #fff;
    padding: 0 20px;
    font-family: futura-pt-bold, sans-serif;
    font-size: 14px;
    font-weight: 700;
  }

  .nav-button.cc-jumbo-button.cc-jumbo-white {
    background-color: var(--emily-orange);
  }

  .section {
    width: 100%;
    justify-content: center;
    display: flex;
  }

  .grid-5 {
    height: 250px;
    grid-template-rows: auto;
    grid-template-columns: 1fr .25fr;
    align-content: start;
    align-items: start;
  }

  .emily-quote-picture-container {
    width: auto;
    justify-content: flex-end;
    display: flex;
  }

  .emily-quote-wrapper {
    max-width: 900px;
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .left-aligned-emily-quote {
    margin-bottom: 50px;
    font-family: futura-pt, sans-serif;
    font-size: 16px;
    line-height: 22px;
  }

  .news_wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .tab-nav {
    text-align: center;
    font-size: 14px;
    font-weight: 700;
  }

  .tab-link-tab-2-2 {
    color: #8e93aa;
  }

  .tab-link-tab-2-2.w--current {
    background-color: var(--white);
    color: var(--emily-orange);
  }

  .press-container {
    max-width: 900px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .collection-item {
    width: auto;
    height: auto;
    max-width: none;
  }

  .link-block {
    width: auto;
    height: auto;
    max-width: none;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%;
    background-size: contain;
    padding-bottom: 0;
    padding-right: 0;
  }

  .collection-list {
    width: 100%;
  }

  .div-block-6 {
    width: 900px;
    height: 425px;
    max-width: 900px;
  }

  .button-linkedin {
    width: auto;
    color: var(--emily-orange);
    background-color: #fff;
    padding: 0 20px;
    font-family: futura-pt-bold, sans-serif;
    font-size: 14px;
    font-weight: 700;
  }

  .button-linkedin.cc-jumbo-button.cc-jumbo-white {
    background-color: var(--emily-orange);
  }

  .our-team-container-bottom {
    max-width: none;
    border-bottom: 1px dotted #676767;
    margin-bottom: 50px;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .teacher-words-container-copy {
    width: auto;
    align-items: flex-start;
    margin-bottom: 0;
    padding-right: 25px;
  }

  .bio-button {
    width: auto;
    color: var(--emily-orange);
    background-color: #fff;
    padding: 0 20px;
    font-family: futura-pt-bold, sans-serif;
    font-size: 14px;
    font-weight: 700;
  }

  .bio-button.cc-jumbo-button.cc-jumbo-white {
    background-color: var(--emily-orange);
  }

  .slider {
    margin-left: 0;
  }

  .slide-nav {
    margin-top: 25px;
  }

  .right-arrow {
    margin-left: 0;
    margin-right: 50px;
  }

  .slide, .slide-2 {
    padding-left: 125px;
    padding-right: 125px;
  }

  .left-arrow {
    justify-content: flex-end;
    margin-left: 50px;
    padding-left: 0;
    padding-right: 25px;
  }

  .testimonials {
    margin-bottom: 20px;
    font-family: futura-pt, sans-serif;
    font-size: 16px;
    line-height: 22px;
    display: flex;
  }

  .our-mission-bold {
    margin-bottom: 20px;
    font-family: futura-pt, sans-serif;
    font-size: 16px;
    line-height: 22px;
  }

  .emily-picture-container {
    width: 100%;
    height: 250px;
    background-position: 50% 0;
    background-size: contain;
    justify-content: flex-end;
    display: flex;
  }

  .testimonial-1-pic {
    width: 100%;
    height: 280px;
    background-image: url('../images/testimonial_4.jpg');
    background-position: 50% 0;
    background-size: cover;
    justify-content: flex-end;
    display: flex;
  }

  .testimonial-2-pic {
    width: 100%;
    height: 280px;
    background-position: 50% 0;
    background-size: cover;
    justify-content: flex-end;
    display: flex;
  }

  .testimonial-3-pic {
    width: 100%;
    height: 280px;
    background-position: 50%;
    background-size: cover;
    justify-content: flex-end;
    display: flex;
  }

  .section-4 {
    padding-top: 50px;
  }

  .thank-you-wrapper {
    align-items: center;
  }

  .thank-you-block {
    text-align: center;
    font-family: futura-pt, sans-serif;
    font-size: 18px;
    line-height: 20px;
  }

  .section-4-copy {
    padding-top: 50px;
  }

  .infogrpahic-line {
    width: 600px;
    max-width: 600px;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .image-8 {
    width: 2px;
  }

  .infogrpahic-black-line {
    max-width: 600px;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .image-9 {
    padding-bottom: 0;
  }

  .section-copy {
    width: 100%;
    justify-content: center;
    display: flex;
  }

  .section-6 {
    width: 100%;
  }

  .contact-subhead {
    text-align: left;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-family: futura-pt, sans-serif;
    font-size: 18px;
    line-height: 20px;
  }

  .image-10 {
    padding-top: 10px;
  }
}

@media screen and (min-width: 1920px) {
  .footer {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .left-aligned-body {
    font-size: 20px;
    line-height: 26px;
  }

  .navigation-container {
    justify-content: space-between;
  }

  .navigation-wrapper {
    width: 1600px;
    max-width: none;
    flex-direction: row;
    justify-content: flex-start;
    margin-left: 0;
    margin-right: 0;
  }

  .get-in-touch-form {
    flex-flow: column wrap;
    align-items: stretch;
  }

  .contact-form {
    padding-top: 0;
  }

  .contact-form-heading-wrap {
    flex-wrap: wrap;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .teacher-quote-wrapper {
    width: auto;
    max-width: 900px;
    padding-bottom: 50px;
  }

  .teacher-quote-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .homepage_wrapper {
    width: auto;
    background-position: 50% -77%, 50% 0, 0 0;
    align-items: center;
  }

  .stay-informed-wrapper {
    max-width: none;
  }

  .teacher-quote-picture-container {
    height: 100%;
  }

  .teacher-words-container {
    width: auto;
  }

  .image-4 {
    width: 200px;
    max-height: none;
  }

  .sub-heading-white {
    margin-top: 0;
  }

  .sub-heading-dark {
    margin-top: 30px;
  }

  .body-2 {
    justify-content: flex-start;
    align-items: center;
    margin-left: 150px;
    margin-right: 150px;
  }

  .lower_level_wrapper {
    width: 100%;
    max-width: none;
    justify-content: center;
    align-self: center;
    padding-left: 300px;
    padding-right: 300px;
  }

  .lower-level-header-container {
    max-width: none;
  }

  .grid-5 {
    grid-template-rows: auto;
    grid-template-columns: 1fr .25fr;
    align-content: stretch;
    align-items: start;
    padding-bottom: 50px;
  }

  .emily-quote-wrapper {
    width: auto;
    height: 300px;
    max-width: none;
    margin-bottom: 50px;
    padding-bottom: 50px;
  }

  .left-aligned-emily-quote {
    margin-bottom: 50px;
    font-size: 21px;
    line-height: 26px;
  }

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

  .tab-nav {
    font-size: 16px;
  }

  .tab-link-tab-1 {
    background-color: var(--on);
  }

  .tab-link-tab-1.w--current {
    background-color: var(--white);
  }

  .tab-link-tab-2-2 {
    background-color: var(--on);
  }

  .tab-link-tab-2-2.w--current {
    background-color: var(--white);
  }

  .link-block-2 {
    width: 100%;
    max-width: none;
  }

  .teacher-words-container-copy {
    width: auto;
  }

  .right-arrow {
    align-items: flex-start;
    margin-right: 250px;
    padding-left: 15px;
  }

  .slide {
    padding-left: 350px;
    padding-right: 350px;
  }

  .left-arrow {
    justify-content: flex-end;
    margin-left: 250px;
    padding-right: 15px;
  }

  .testimonials, .our-mission-bold {
    font-size: 20px;
    line-height: 26px;
  }

  .emily-picture-container {
    width: 246px;
    height: 280px;
    background-size: contain;
  }

  .testimonial-1-pic {
    height: 280px;
  }

  .testimonial-2-pic {
    height: 280px;
    background-size: contain;
  }

  .testimonial-3-pic {
    height: 280px;
  }

  .body-3 {
    flex-direction: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .thank-you-wrapper {
    align-items: center;
  }

  .infogrpahic-black-line {
    padding-top: 0;
  }

  .section-6 {
    width: 100%;
    display: flex;
  }

  .mouse-type {
    margin-top: 30px;
  }

  .link {
    font-size: 14px;
  }

  .navbar {
    width: 100%;
    display: flex;
  }

  .contact-form-heading-1-line-wrap {
    flex-wrap: wrap;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .collection-list-wrapper-4 {
    align-self: center;
  }

  .div-block-9 {
    width: 133.991px;
  }
}

@media screen and (max-width: 991px) {
  .footer.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

  .styleguide-block {
    text-align: center;
  }

  .button-white {
    justify-content: center;
  }

  .button-white.cc-contact-us {
    display: none;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .menu {
    margin-left: 30px;
    position: static;
  }

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

  .navigation-wrapper {
    padding: 25px 30px;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

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

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .our-services-grid {
    width: 80%;
    text-align: center;
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .service-icon {
    display: inline-block;
  }

  .contact-form-grid {
    width: 80%;
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .our-contacts {
    width: 80%;
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .team-members {
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .team-member-title-wrap {
    margin-bottom: 30px;
  }

  .project-details-grid {
    width: 80%;
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

  .about-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .about-grid.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .intro-text {
    width: auto;
  }

  .news-collection-container {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .news-article-container {
    width: 80%;
    text-align: center;
    padding-right: 15px;
  }

  .blog-preview-image-1, .blog-preview-image-2 {
    height: 460px;
  }

  .blog-item-copy {
    width: 80%;
  }

  .operations-team {
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .navigation-item-footer {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item-footer:hover {
    background-color: #f7f8f9;
  }

  .navigation-item-footer:active {
    background-color: #eef0f3;
  }

  .button-orange {
    justify-content: center;
  }

  .button-orange.cc-contact-us {
    display: none;
  }

  .nav-button {
    justify-content: center;
  }

  .nav-button.cc-contact-us {
    display: none;
  }

  .button-linkedin {
    justify-content: center;
  }

  .button-linkedin.cc-contact-us {
    display: none;
  }

  .bio-button {
    justify-content: center;
  }

  .bio-button.cc-contact-us {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .footer {
    margin-left: 15px;
    margin-right: 15px;
  }

  .footer.cc-cta {
    padding: 15px;
  }

  .footer.cc-home-wrap, .footer.homepage-wrapper {
    margin-left: 15px;
    margin-right: 15px;
  }

  .footer-image-container {
    text-align: center;
  }

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

  .rich-text {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .logo-link {
    padding-left: 0;
  }

  .navigation-wrapper {
    padding: 20px 30px;
  }

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .infographic-container {
    width: 80%;
  }

  .our-services-grid {
    grid-row-gap: 60px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .contact-us-container {
    padding: 30px;
  }

  .text-field.cc-contact-field, .text-field.cc-textarea {
    text-align: left;
  }

  .team-pic {
    height: 300px;
    margin-bottom: 30px;
  }

  .team-member-name {
    font-size: 16px;
    line-height: 28px;
  }

  .project-name-wrap {
    margin-bottom: 30px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .blog-detail-header-wrap {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

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

  .blog-item-copy {
    width: 90%;
    max-width: 470px;
  }

  .teacher-quote-wrapper, .footer-nav-container, .footer-boiler-plate-container, .team-wrapper, .stay-informed-wrapper, .emily-quote-wrapper {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .footer {
    margin-left: 0;
    margin-right: 0;
  }

  .footer.homepage-wrapper {
    background-image: url('../images/Stratosphere_bkg_2.png'), url('../images/strata.svg'), linear-gradient(to bottom, #fff, var(--seashell) 42%, var(--gainsboro));
    background-position: 50% 0, 0 0, 0 0;
    background-repeat: no-repeat, no-repeat, repeat;
    background-size: 250%, cover, auto;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
  }

  .footer-image-container {
    margin-left: 30px;
    margin-right: 30px;
    padding-left: 0;
  }

  .button-white {
    width: 100px;
    background-color: var(--white);
    color: var(--emily-orange);
    margin-left: 0;
    font-family: futura-pt-bold, sans-serif;
  }

  .label.cc-light {
    margin-bottom: 0;
  }

  .label.cc-blog-date, .label.cc-blog-source {
    text-align: left;
  }

  .label.cc-blog-date-centered {
    text-align: center;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .left-aligned-body {
    width: auto;
    opacity: 1;
    color: var(--blue-black);
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    font-family: futura-pt, sans-serif;
    line-height: 24px;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .logo-link {
    width: auto;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    padding-left: 0;
    display: flex;
  }

  .logo-link.w--current {
    justify-content: center;
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon {
    width: 24px;
    height: 17px;
    color: var(--emily-orange);
    font-size: 16px;
  }

  .menu {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 0;
    padding-right: 80px;
    display: flex;
  }

  .navigation-container {
    background-color: var(--blue-black);
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    padding: 20px;
  }

  .navigation-wrapper {
    height: 100px;
    padding: 0;
    display: flex;
  }

  .navigation-item {
    justify-content: center;
    display: flex;
  }

  .navigation-item:hover {
    background-color: #32343a;
  }

  .menu-button {
    width: 24px;
    height: 17px;
    flex: none;
    display: flex;
    position: static;
  }

  .menu-button.w--open {
    flex: none;
    justify-content: flex-start;
    display: flex;
  }

  .logo-image {
    width: 140px;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .navigation-items {
    width: 100%;
    background-color: var(--blue-black);
    flex-flow: column;
    align-items: center;
    margin-top: 0;
  }

  .cta-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .infographic_wrapper {
    background-color: rgba(0, 0, 0, 0);
    flex-wrap: wrap;
    margin-bottom: 50px;
    padding-top: 50px;
  }

  .infographic-container.cc-homepage {
    width: auto;
    max-width: none;
    padding-left: 35px;
    padding-right: 35px;
  }

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

  .status-message.cc-no-data {
    width: 100%;
  }

  .contact-us-container {
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .contact-form-grid {
    width: 100%;
  }

  .get-in-touch-form {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .text-field.cc-contact-field {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .contact-form {
    justify-content: flex-start;
    margin-right: 0;
  }

  .our-contacts {
    width: 90%;
  }

  .team-members {
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .project-details-grid {
    width: 100%;
  }

  .blog-detail-header-wrap {
    width: 100%;
    max-width: none;
  }

  .blog-list-wrap {
    align-items: center;
    margin-bottom: 50px;
    display: flex;
  }

  .blog-item {
    width: 100%;
    max-width: none;
  }

  .blog-summary-wrap {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .blog-heading-link {
    width: 100%;
    color: var(--emily-orange);
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
  }

  .section-heading {
    text-align: left;
    margin-bottom: 0;
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 24px;
  }

  .news-article-container {
    padding-bottom: 25px;
  }

  .collection-list-wrapper-2 {
    width: 100%;
  }

  .blog-preview-image-2 {
    width: 100%;
    height: 150px;
    background-position: 50%;
    background-size: cover;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    display: flex;
  }

  .blog-item-copy {
    width: 100%;
    max-width: none;
    margin-bottom: 20px;
    display: flex;
  }

  .paragraph {
    text-align: left;
    font-size: 14px;
  }

  .heading {
    margin-top: 0;
  }

  .operations-team {
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .body {
    background-image: none;
    margin-left: 0;
    margin-right: 0;
  }

  .image {
    margin-top: 0;
  }

  .text-block-3 {
    font-size: 12px;
  }

  .image-2 {
    width: 75px;
  }

  .teacher-quote-wrapper {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    padding-bottom: 50px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .teacher-quote-container {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
  }

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

  .boiler-plate-text {
    line-height: 16px;
  }

  .navigation-item-footer:hover {
    background-color: rgba(0, 0, 0, 0);
  }

  .homepage_wrapper {
    background-color: var(--blue-black);
    background-image: url('../images/stratosphere_bigger_fixed.jpg'), url('../images/strata.svg'), linear-gradient(to bottom, var(--white) 31%, var(--seashell) 48%, var(--gainsboro) 101%);
    background-position: 50% -14%, 0 0, 0 0;
    background-size: auto, cover, auto;
    padding-left: 0;
    padding-right: 0;
  }

  .team-wrapper {
    height: 41.4704%;
    padding-left: 50px;
    padding-right: 50px;
  }

  .team-header-container {
    padding-left: 0;
    padding-right: 0;
  }

  .team-pictures-container {
    height: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .section-heading-centered {
    margin-bottom: 0;
    font-size: 23px;
    line-height: 36px;
  }

  .center-aligned-copy {
    opacity: 1;
    color: var(--blue-black);
    font-family: futura-pt, sans-serif;
    font-size: 14px;
    line-height: 20px;
  }

  .stay-informed-wrapper {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-2 {
    height: auto;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .center-aligned-subhead {
    opacity: 1;
    font-family: futura-pt-bold, sans-serif;
  }

  .team-picture-wrapper {
    height: 100%;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .team-picture-container {
    width: 100%;
    height: 100%;
    flex-flow: column wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 0;
    display: flex;
  }

  .team-picture-title-container {
    width: auto;
  }

  .teacher-quote-picture-container {
    width: 100%;
    height: 400px;
    max-width: none;
    object-fit: fill;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .teacher-words-container {
    width: 100%;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .image-4 {
    width: auto;
    height: auto;
    order: -1;
  }

  .left-aligned-subhead-copy {
    opacity: 1;
    color: var(--blue-black);
    font-family: futura-pt-bold, sans-serif;
  }

  .button-orange {
    width: auto;
    background-color: var(--emily-orange);
    color: var(--emily-orange);
    font-family: futura-pt-bold, sans-serif;
  }

  .infographic-individual {
    width: auto;
    height: auto;
    padding-left: 100px;
    padding-right: 100px;
  }

  .infographic-individual-2 {
    padding-left: 120px;
    padding-right: 120px;
  }

  .sub-heading-white {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .inforgraphic-text {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .sub-heading-dark {
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .image-5 {
    width: auto;
    height: auto;
    padding-bottom: 2px;
  }

  .body-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .lower_level_wrapper {
    height: auto;
    background-color: var(--blue-black);
    background-position: 0 0, 0 0, 0 0;
    background-size: auto, cover, auto;
    justify-content: flex-start;
    padding-top: 50px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .lower-level-header-container {
    width: 100%;
    text-align: left;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .left-aligned-subhead {
    opacity: 1;
    color: var(--blue-black);
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    font-family: futura-pt, sans-serif;
    line-height: 24px;
  }

  .sub-heading-dark-left {
    text-align: left;
    font-size: 16px;
    line-height: 20px;
  }

  .news-container {
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .our-team-container {
    flex-flow: column wrap;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .title-our-team {
    text-align: left;
    font-size: 26px;
    line-height: 36px;
  }

  .our-team-words-container-right {
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .sub-heading-dark-left-title {
    text-align: left;
    font-size: 16px;
    line-height: 20px;
  }

  .name-our-team-container {
    text-align: left;
    font-size: 22px;
    line-height: 36px;
  }

  .our-team-inidividuals {
    flex-wrap: wrap;
  }

  .our-team-words-container-left {
    width: 100%;
    flex-wrap: nowrap;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-3, .grid-4 {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .our-team-words-container-right-copy {
    width: 100%;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-button {
    width: 100%;
    background-color: var(--blue-black);
    color: var(--emily-orange);
    align-self: auto;
    margin-left: 0;
    font-family: futura-pt-bold, sans-serif;
  }

  .section {
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .grid-5 {
    height: auto;
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .emily-quote-picture-container {
    width: 100%;
    max-width: none;
    object-fit: fill;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .emily-quote-wrapper {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .left-aligned-emily-quote {
    width: auto;
    opacity: 1;
    color: var(--blue-black);
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    font-family: futura-pt, sans-serif;
    line-height: 24px;
  }

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

  .tab-link-tab-1 {
    line-height: 20px;
  }

  .press-container {
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    padding-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .link-block-2 {
    width: 100%;
    height: 150px;
  }

  .button-linkedin {
    width: 100px;
    background-color: var(--white);
    color: var(--emily-orange);
    margin-left: 0;
    font-family: futura-pt-bold, sans-serif;
  }

  .our-team-container-bottom {
    border: 1px #000;
    flex-flow: column wrap;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .teacher-words-container-copy {
    width: 100%;
    height: auto;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .bio-button {
    width: 25%;
    color: var(--emily-orange);
    background-color: #fff;
    align-self: auto;
    margin-left: 0;
    font-family: futura-pt-bold, sans-serif;
  }

  .mask {
    height: 670px;
  }

  .slider {
    height: 15%;
    padding-bottom: 50px;
  }

  .slide-nav {
    margin-top: 0;
    position: static;
    top: 0;
  }

  .icon {
    margin-left: 0;
  }

  .icon-2 {
    margin-right: 0;
  }

  .right-arrow {
    align-items: flex-end;
    margin-right: 0;
    top: -40%;
  }

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

  .left-arrow {
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    top: -40%;
  }

  .div-block-7 {
    margin-left: 10px;
  }

  .div-block-7-copy {
    margin-right: 10px;
  }

  .testimonials {
    width: auto;
    opacity: 1;
    color: var(--blue-black);
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    font-family: futura-pt, sans-serif;
    line-height: 24px;
  }

  .our-mission-bold {
    width: auto;
    opacity: 1;
    color: var(--blue-black);
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    font-family: futura-pt, sans-serif;
    font-size: 18px;
    line-height: 24px;
  }

  .emily-picture-container {
    width: 100%;
    height: 400px;
    max-width: none;
    object-fit: fill;
    background-image: url('../images/emily_big_V4.jpg');
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .testimonial-1-pic, .testimonial-2-pic, .testimonial-3-pic {
    width: 100%;
    height: 400px;
    max-width: none;
    object-fit: fill;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .body-3 {
    margin-left: 0;
    margin-right: 0;
  }

  .rich-text-block {
    font-size: 16px;
  }

  .grid-6 {
    grid-template-rows: 40px 40px 143px auto;
  }

  .back-block {
    width: 100%;
    height: auto;
    flex: 0 auto;
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .link-block-10, .text-block-14 {
    text-decoration: none;
  }

  .thank-you-block {
    opacity: 1;
    color: var(--blue-black);
    padding-bottom: 0;
    font-family: futura-pt, sans-serif;
    font-size: 14px;
    line-height: 20px;
  }

  .infogrpahic-line, .infogrpahic-black-line {
    width: auto;
    height: auto;
    padding-left: 100px;
    padding-right: 100px;
  }

  .section-copy {
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
  }

  .mouse-type {
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .link {
    font-size: 12px;
  }

  .navbar {
    height: 124px;
    justify-content: center;
    display: flex;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }

  .navbar-2 {
    flex-direction: row;
    justify-content: flex-start;
    display: block;
  }

  .contact-subhead {
    opacity: 1;
    color: var(--blue-black);
    text-align: left;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-family: futura-pt, sans-serif;
    font-size: 14px;
    line-height: 20px;
  }
}

#w-node-_363c28e8-40a4-3414-13aa-3bae8daec1b9-2729abec {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#Press-Message.w-node-dc8a091f-491e-ce60-4102-e4f17ca614e5-75a8535f, #Join-Us-Message.w-node-_3347735f-cb6a-936c-8aaa-e8385336aceb-7516ffe7, #Press-Message.w-node-d3c0ae21-01d9-68b6-2d46-500d8188e3e7-2729ac0d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_91b4265f-2428-ac3d-040e-c7d7a3216394-2729ac39 {
  order: 9999;
}

#w-node-_43b2d1f0-c9e8-2536-ccc2-dca7d68ecb5c-2729ac39 {
  order: -9999;
}

#w-node-_43b2d1f0-c9e8-2536-ccc2-dca7d68ecb5d-2729ac39 {
  order: 9999;
}

#w-node-_6d90f854-0406-36ad-bc6e-99192d2e309f-2729ac39 {
  order: -9999;
}

#w-node-_6d90f854-0406-36ad-bc6e-99192d2e30a0-2729ac39 {
  order: 9999;
}

#w-node-cb327e51-7be4-23d6-c1e0-2c7a287b1de1-2729ac39 {
  order: -9999;
}

#w-node-cb327e51-7be4-23d6-c1e0-2c7a287b1de2-2729ac39 {
  order: 9999;
}

#w-node-e594bdab-c78f-bd79-8e28-a33b68c3a61f-2729ac39 {
  order: -9999;
}

#w-node-e594bdab-c78f-bd79-8e28-a33b68c3a620-2729ac39 {
  order: 9999;
}

#w-node-_3743562d-9b6d-6db2-a139-2d78ee557cbd-2729ac39 {
  order: -9999;
}

#w-node-_3743562d-9b6d-6db2-a139-2d78ee557cbe-2729ac39 {
  order: 9999;
}

@media screen and (min-width: 1920px) {
  #w-node-_2c3c1e76-01d2-2ebe-7775-3ff8ec60f53f-2729ac27 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_43b2d1f0-c9e8-2536-ccc2-dca7d68ecb5c-2729ac39, #w-node-_6d90f854-0406-36ad-bc6e-99192d2e309f-2729ac39 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_8af0a0b1-f395-787e-6a71-a1a87218d498-2729abec, #w-node-e5271dc0-89b6-ca86-7a6a-6cf9bc86bcd8-2729abec, #w-node-_543872a6-3e55-c165-5405-84d7cab08f6f-2729abec {
    order: -9999;
  }

  #w-node-_5114ac30-d1f0-9314-5260-56f032869fa5-2729abec {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #Join-Us-Email.w-node-_5c9a9d23-b2a0-509d-9aaf-55377516fff1-7516ffe7, #Join-Us-Name.w-node-_5c9a9d23-b2a0-509d-9aaf-55377516fff0-7516ffe7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2c3c1e76-01d2-2ebe-7775-3ff8ec60f53f-2729ac27, #w-node-_43b2d1f0-c9e8-2536-ccc2-dca7d68ecb5c-2729ac39, #w-node-_6d90f854-0406-36ad-bc6e-99192d2e309f-2729ac39, #w-node-cb327e51-7be4-23d6-c1e0-2c7a287b1de1-2729ac39, #w-node-e594bdab-c78f-bd79-8e28-a33b68c3a61f-2729ac39, #w-node-_3743562d-9b6d-6db2-a139-2d78ee557cbd-2729ac39 {
    order: -9999;
  }
}


