:root {
  --white-text: white;
}

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

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

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

body {
  color: #333;
  background-color: #e9e9e9;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 4vmax;
  font-weight: 700;
  line-height: 3.75vmax;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 700;
  line-height: 37px;
}

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

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

li {
  padding: 10px 0;
  list-style: disc;
}

img {
  max-width: 100%;
  display: inline-block;
}

.container {
  max-width: 1140px;
}

.hero-heading-left {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  max-width: 46%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.shadow-two {
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.section {
  margin-bottom: 160px;
}

.section.gray.quick-links {
  background-color: #f8f8f8;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.member-spotlight {
  margin-bottom: 380px;
}

.cta-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  position: relative;
  overflow: visible;
}

.cta-small-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  margin-top: 150px;
  margin-bottom: 70px;
}

.cta-content-wrap {
  z-index: 1;
  background-color: #f8f8f8;
  padding: 10%;
  display: flex;
  position: relative;
}

.small-orange-title {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #f05223;
  margin-bottom: 30px;
  padding: 10px 30px;
  font-size: .875rem;
  line-height: 1rem;
  display: inline-block;
}

.cta-header {
  color: #057d6d;
  margin-bottom: 30px;
  font-family: Raleway, sans-serif;
  font-size: 2.8125rem;
  line-height: 3.125rem;
}

.cta-round-button {
  z-index: 7;
  width: 118px;
  height: 118px;
  color: #fd1515;
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  transition: all .2s;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -118px;
  left: 0%;
  right: 0%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.cta-round-button:hover {
  outline-offset: 0px;
  color: #fff;
  background-color: #f05223;
  outline: 4px solid #fff;
}

.text-block {
  font-size: 1rem;
  line-height: 1rem;
}

.cta-text {
  margin-bottom: 30px;
  font-size: 1rem;
  line-height: 1.5rem;
}

.cta-text.large {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 2rem;
}

.cta-imagebox {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.cta-image-circle-orange {
  width: 40vmax;
  height: 40vmax;
  border: 10px solid #f05124;
  border-radius: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.image {
  position: absolute;
}

.cta-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
}

.cta-content {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.focusslide {
  width: 415px;
  height: 100%;
  max-width: 415px;
  background-color: #057d6d;
  margin-right: 1px;
}

.focusslidemask {
  overflow: hidden;
}

.focusslider {
  width: 100%;
  height: 540px;
  background-color: rgba(221, 221, 221, 0);
  margin-bottom: 180px;
  overflow: visible;
}

.slide-content-box {
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 80px 30px;
  display: flex;
  position: relative;
}

.cta-small-wrap-vflex {
  color: #fff;
  background-color: #f05223;
  padding: 47px;
}

.cta-small-header {
  color: #fff;
  font-size: 2.5rem;
  line-height: 2.5rem;
}

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

.content-list-box {
  border-right: 1px solid rgba(0, 0, 0, .2);
  padding: 40px 15px;
}

.h4-list-header {
  margin-bottom: 40px;
  font-size: 30px;
  line-height: 35px;
}

.h4-list-header.icon {
  background-image: url('../images/ToolBoxIcon.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 45px;
}

.doc-list-box {
  color: #fff;
  background-color: #057d6d;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 40px 30px 40px 40px;
  display: flex;
}

.quick-link-list {
  padding-left: 0;
}

.quick-list-item {
  background-image: url('../images/SmallArrow.svg');
  background-position: 0 14px;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 30px;
  list-style-type: none;
}

.section-title-bar {
  border-top: 1px solid #ccc;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  position: relative;
}

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

.sig-preview-box {
  border: 1px #000;
  flex-direction: column;
  padding: 30px 30px 40px;
  display: flex;
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.sig-preview-number {
  width: 42px;
  height: 42px;
  color: #f05223;
  border: 1px solid #bfbfbf;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding-top: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1em;
  display: flex;
}

.abstract-text {
  margin-bottom: 30px;
}

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

.more-link {
  color: #000;
  text-transform: uppercase;
  background-image: url('../images/SmallArrow.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  flex: 0 auto;
  align-self: baseline;
  padding-right: 30px;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  text-decoration: none;
}

.more-link.white {
  color: #fff;
  text-decoration: none;
}

.footer-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

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

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-brand {
  margin-bottom: 40px;
}

.footer-block-two {
  border-right: 1px solid #ccc;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 20px;
  font-weight: 700;
  display: flex;
}

.footer-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: #1a1b1f;
  margin-top: 20px;
  text-decoration: none;
}

.footer-link-two:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  height: 48px;
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::-ms-input-placeholder {
  color: rgba(26, 27, 31, .8);
  font-size: 14px;
  line-height: 22px;
}

.footer-form-field::placeholder {
  color: rgba(26, 27, 31, .8);
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  width: 50px;
  height: 48px;
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  width: 100%;
  height: 1px;
  background-color: #e4ebf3;
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.footer-copyright {
  color: #3a4554;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: 50px;
  display: flex;
}

.footer-social-link {
  width: 60px;
  height: 60px;
  background-color: #f0f0f0;
  border-radius: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  margin-left: 0;
  margin-right: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
}

.footer {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

.footer-address-block {
  margin-bottom: 50px;
  font-size: 27px;
  line-height: 46px;
}

.footer-logo {
  width: 275px;
  object-fit: cover;
  display: block;
}

.billboard-subtext {
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
  position: relative;
}

.h1-main-billboard-title {
  margin-bottom: 40px;
  font-size: 70px;
  font-weight: 600;
  line-height: 63px;
}

.billboard {
  background-color: #fff;
  margin-bottom: 230px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.billboard-image {
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.cta-large-image {
  height: auto;
  object-fit: cover;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  overflow: visible;
}

.read-more-button {
  color: #fff;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, .2);
  background-image: url('../images/SmallArrow.svg');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50px;
  flex-direction: row;
  align-items: flex-start;
  padding: 25px 60px 25px 30px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1em;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.read-more-button.orange {
  background-color: #f05223;
}

.button-arrow {
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 25px;
  bottom: auto;
  left: auto;
  right: 15%;
}

.h2-focus-slide-title {
  color: #fff;
  margin-bottom: 25px;
  font-size: 40px;
  line-height: 50px;
}

.newsslide {
  width: 415px;
  min-height: 538px;
  margin-left: 15px;
  margin-right: 15px;
}

.news-slide-content-box {
  height: 100%;
  justify-content: flex-end;
}

.news-slide-content {
  color: #fff;
  background-color: rgba(0, 0, 0, .65);
  flex: 0 auto;
  padding: 40px;
  position: relative;
}

.news-slide-image {
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.focus-slide-nav {
  display: none;
  bottom: -50px;
}

.footer-list-item {
  padding: 10px 0;
  text-decoration: none;
  list-style-type: none;
}

.academy-footer {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 70px;
}

.footer-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 60px;
  padding-bottom: 60px;
}

.footer-address-item {
  color: #5d5d5d;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 15px;
  line-height: 27px;
  text-decoration: none;
  display: flex;
}

.footer-address-icon {
  width: 32px;
  height: 32px;
  margin-right: 15px;
}

.footer-block-one {
  border-right: 1px solid #000;
  padding-top: 30px;
  padding-right: 30px;
}

.footer-signup-block {
  background-color: #f2f2f2;
  padding-top: 30px;
  padding-left: 30px;
}

.footer-signup-title {
  color: #f05223;
  margin-bottom: 30px;
  font-size: 45px;
  font-weight: 700;
  line-height: 50px;
}

.form-field {
  height: 65px;
  background-color: #ccc;
  margin-bottom: 30px;
  padding-bottom: 75px;
  padding-right: 75px;
}

.navbar {
  background-color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.menu-button {
  width: 48px;
  height: 28px;
  border: 4px #000;
  padding: 0;
  display: block;
}

.h1-sub-billboard-title {
  color: #19776c;
  margin-bottom: 40px;
  font-size: 50px;
  font-weight: 600;
  line-height: 56px;
}

.h1-sub-billboard-title.dark {
  color: #4b4b4b;
  position: relative;
}

.sub-hero-text {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  margin-right: 60px;
  padding-bottom: 30px;
  display: flex;
}

.sub-hero-image {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.sig-positions-grid {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.sig-form-column-1 {
  flex-basis: 55%;
  padding-bottom: 60px;
  padding-left: 20px;
  padding-right: 30px;
}

.lead {
  font-size: 30px;
  font-weight: 300;
  line-height: 40px;
}

.sig-form {
  color: #fff;
  background-color: #f05223;
  flex: 1;
}

.sig-signup {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.sig-form-wrap {
  height: 100%;
  padding: 60px;
}

.sig-position-box {
  color: #fff;
  background-color: #19776c;
  flex-direction: column;
  justify-content: flex-end;
  padding: 40px 30px;
  display: flex;
}

.sub-hero {
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch;
  display: flex;
}

.sub-billboard-image {
  object-fit: cover;
  margin-bottom: -10%;
  transform: translate(0);
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.main-content {
  flex: 0 100%;
  padding-right: 60px;
}

.column-feature {
  background-color: #f8f8f8;
  margin-bottom: 80px;
  padding-bottom: 50px;
}

.column-feature.orange {
  color: #fff;
  background-color: #f05223;
}

.featurecontentwrap {
  margin-top: 40px;
  margin-left: 50px;
  margin-right: 50px;
}

.featureimage {
  width: 100%;
  max-height: 200px;
}

.feature-header {
  color: #057d6d;
  font-family: Raleway, sans-serif;
  font-size: 4.25vmin;
  line-height: 4.25vmin;
}

.feature-header.white-text {
  color: #fff;
}

.quote-wrap {
  margin-bottom: 80px;
  padding-left: 50px;
  position: relative;
}

.quote-text {
  color: #19776c;
  margin-top: 15px;
  margin-bottom: 30px;
  font-size: 37px;
  font-weight: 300;
  line-height: 40px;
}

.quote-name {
  font-weight: 700;
}

.quote-icon {
  font-size: 100px;
  line-height: 100px;
  position: absolute;
  top: 0%;
  left: 0%;
}

.sig-board-grid {
  grid-template-columns: 1fr 1fr 1fr;
  align-items: stretch;
}

.profile-card {
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}

.profile-content {
  color: #fff;
  background-color: #f05223;
  flex: 1;
  align-self: stretch;
  padding: 25px 30px 30px;
  position: relative;
}

.profile-title {
  color: #fff;
  margin-bottom: 15px;
  font-weight: 700;
  line-height: 20px;
}

.profile-name {
  font-size: 30px;
  line-height: 34px;
}

.flex-block-2 {
  align-items: stretch;
}

.flex-block-2.invert {
  flex-direction: row-reverse;
}

.member-spotlight-text {
  background-color: rgba(248, 248, 248, 0);
  flex: 0 50%;
  justify-content: flex-start;
  align-items: baseline;
  padding: 40px;
  display: flex;
  position: relative;
}

.member-spotlight-image-box {
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: stretch;
  display: flex;
  position: relative;
  overflow: visible;
}

.billboard-sub {
  background-color: #fff;
  margin-bottom: 120px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.billboard-sub.gray {
  background-color: #f8f8f8;
  padding-top: 60px;
  padding-bottom: 0;
}

.divider-rule {
  padding-top: 30px;
  padding-bottom: 30px;
}

.side-column {
  max-width: 415px;
  flex: 0 415px;
}

.main-body {
  position: relative;
}

.testflex {
  display: flex;
  position: relative;
}

.testflexchild {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: visible;
}

.billboard-image-test {
  z-index: 7;
  width: 100%;
  height: 100%;
  object-fit: none;
  position: relative;
  top: auto;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: visible;
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.nav-menu {
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.slide-nav-2 {
  margin-bottom: -50px;
  display: none;
}

.heading {
  margin-bottom: 40px;
}

.credit-link {
  color: #333;
  font-size: 24px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.sig-position-title {
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 29px;
}

.section-title {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #f05223;
  margin-bottom: 40px;
  padding: 10px;
  font-size: .875rem;
  line-height: 1rem;
  position: relative;
  top: -20px;
}

.right-arrow {
  z-index: 4;
  width: 75px;
  height: 150px;
  color: #e90000;
  -webkit-text-stroke-color: #f05223;
  background-color: #fff;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  transition: all .4s;
  top: auto;
  bottom: -110px;
  left: 50%;
  right: 50%;
}

.right-arrow:hover {
  color: #fff;
  background-color: #f05223;
}

.left-arrow {
  z-index: 4;
  width: 75px;
  height: 150px;
  color: #f05223;
  background-color: #fff;
  border-right: 1px solid #ccc;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  transition: all .4s;
  top: auto;
  bottom: -110px;
  left: auto;
  right: 50%;
}

.left-arrow:hover {
  color: #fff;
  background-color: #f05223;
}

.icon-2 {
  position: relative;
}

.nav-flex-wrap {
  justify-content: space-between;
  align-items: center;
}

.support-nav-link {
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
}

.hamburgre-svg {
  color: #b44949;
  margin-right: 10px;
}

.div-block-2, .no-margin {
  margin: 0;
}

.member-spotlight-name {
  color: #000;
  margin-bottom: 30px;
  font-family: Raleway, sans-serif;
  font-size: 5svw;
  line-height: 4.5625rem;
}

.grid-quick-links {
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-sig-previews {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.billboard-flex-wrap {
  display: flex;
  position: relative;
}

.billboard-content-wrap, .billboard-image-wrap {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: visible;
}

.panel-button {
  width: 84px;
  height: 84px;
  background-color: #f05223;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: -84px;
  right: auto;
}

.reveal-panel {
  z-index: 7;
  max-width: 360px;
  min-width: 320px;
  color: #fff;
  background-color: #f05223;
  padding: 30px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
  transform: translate(100%);
}

.text-block-6 {
  overflow-wrap: break-word;
  position: relative;
}

.panel-arrow {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

@media screen and (min-width: 1280px) {
  body {
    font-family: Raleway, sans-serif;
  }

  h2 {
    margin-bottom: 40px;
    font-size: 40px;
    line-height: 37px;
  }

  .container {
    max-width: 1200px;
  }

  .hero-heading-left {
    background-color: #fff;
  }

  .hero-split {
    border: 1px solid #000;
    align-self: center;
    position: relative;
  }

  .section.gray {
    background-color: #f8f8f8;
  }

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

  .section.dark-gray {
    background-color: #e5e5e5;
  }

  .cta-small-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .cta-content-wrap {
    flex: 0 auto;
  }

  .cta-header {
    font-size: 2.8125rem;
    line-height: 3.125rem;
  }

  .cta-content {
    outline-offset: 0px;
    outline: 3px #333;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .cta-small-wrap-vflex {
    background-color: #f05223;
    padding: 47px;
  }

  .cta-small-header {
    color: #fff;
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 2.5rem;
  }

  .grid, .grid3 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .content-list-box {
    border-right: 1px solid #4b4b4b;
    padding: 40px 15px;
  }

  .h4-list-header.icon {
    background-image: url('../images/ToolBoxIcon.svg');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: auto;
  }

  .doc-list-box {
    color: #fff;
    background-color: #057d6d;
    flex-direction: column;
    padding: 40px 30px 40px 40px;
    display: flex;
  }

  .quick-link-list {
    padding-left: 0;
  }

  .quick-list-item {
    background-image: url('../images/SmallArrow.svg');
    background-position: 0 14px;
    background-repeat: no-repeat;
    background-size: auto;
    padding-left: 30px;
  }

  .quick-list-item:hover {
    background-color: rgba(0, 0, 0, .1);
  }

  .section-title-bar {
    justify-content: center;
    align-items: center;
  }

  .h4-sig-preview-title {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 24px;
  }

  .sig-preview-number {
    width: 42px;
    height: 42px;
    color: #f05223;
    border: 1px solid #bfbfbf;
    border-radius: 100px;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 800;
    line-height: 1px;
  }

  .more-link {
    flex: 0 auto;
    align-self: baseline;
    padding-right: 25px;
  }

  .more-link:hover {
    color: #f05124;
  }

  .more-link.white {
    color: #fff;
  }

  .footer-wrapper-two {
    justify-content: space-between;
  }

  .footer-brand {
    margin-bottom: 40px;
  }

  .footer-social-link {
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

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

  .footer-address-block {
    font-size: 27px;
    line-height: 46px;
  }

  .image-2 {
    width: 100%;
    object-fit: cover;
    display: block;
  }

  .footer-logo {
    width: 275px;
    object-fit: cover;
    display: block;
  }

  .footer-address {
    margin-bottom: 40px;
    font-size: 27px;
    line-height: 46px;
  }

  .billboard-subtext {
    font-size: 30px;
    font-weight: 300;
    line-height: 40px;
  }

  .h1-main-billboard-title {
    margin-bottom: 40px;
    position: relative;
  }

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

  .billboard.gray {
    background-color: #f8f8f8;
  }

  .billboard-image {
    flex: 1;
  }

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

  .text-block-2 {
    display: inline-block;
  }

  .newsslide {
    background-color: rgba(0, 0, 0, 0);
  }

  .news-slide-content-box {
    height: 100%;
    justify-content: flex-end;
  }

  .news-slide-content {
    color: #fff;
    background-color: rgba(0, 0, 0, .65);
    flex: 0 auto;
    padding: 40px;
    position: relative;
  }

  .news-slide-image {
    z-index: 0;
    object-fit: cover;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .footer-list, .footer-list-item {
    list-style: none;
  }

  .academy-footer {
    background-color: #fff;
  }

  .footer-grid {
    border-bottom: 1px solid #989898;
    margin-bottom: 60px;
    padding-bottom: 60px;
  }

  .footer-block-one {
    border-right: 1px solid #ccc;
  }

  .text-block-3 {
    line-height: 35px;
    text-decoration: none;
  }

  .navbar {
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  }

  .menu-button {
    display: block;
  }

  .link-block {
    color: #2b2b2b;
    font-size: 24px;
    font-weight: 700;
    line-height: 20px;
    text-decoration: none;
    display: flex;
  }

  .h1-sub-billboard-title {
    color: #19776c;
    margin-bottom: 40px;
    font-size: 50px;
    line-height: 56px;
  }

  .sub-hero-text {
    border: 1px #000;
    flex: 0 50%;
    justify-content: center;
    position: relative;
  }

  .sub-hero-image {
    align-items: flex-end;
    margin-bottom: -22px;
    position: relative;
  }

  .preview-box-green {
    color: #fff;
    background-color: #19776c;
    padding: 30px;
  }

  .lead {
    font-size: 30px;
    font-weight: 300;
    line-height: 40px;
  }

  .sig-form {
    color: #fff;
    background-color: #f05223;
    border-width: 7px;
    border-color: #000;
    flex-direction: column;
    flex: 0 45%;
    justify-content: flex-start;
    display: flex;
  }

  .sig-form-wrap {
    flex: 0 auto;
  }

  .sub-billboard-image {
    border: 7px #000;
    position: relative;
  }

  .main-content {
    padding-right: 60px;
    font-size: 20px;
    line-height: 30px;
  }

  .paragraph {
    margin-bottom: 45px;
  }

  .column-feature.orange {
    color: #fff;
    background-color: #f05223;
    position: relative;
  }

  .feature-header {
    margin-bottom: 30px;
    font-size: 31px;
    line-height: 34px;
  }

  .feature-header.white-text {
    color: #fff;
  }

  .quote-text {
    color: #19776c;
    margin-top: 15px;
    margin-bottom: 30px;
    font-size: 37px;
    font-weight: 300;
    line-height: 40px;
  }

  .quote-icon {
    font-size: 100px;
    line-height: 100px;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .text-block-4 {
    font-size: 100px;
  }

  .sig-board-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .profile-content {
    align-self: stretch;
  }

  .profile-credentials {
    font-size: 12px;
    line-height: 15px;
  }

  .profile-image {
    height: 330px;
    object-fit: cover;
  }

  .flex-block-2 {
    flex-direction: row;
    align-items: stretch;
  }

  .flex-block-2.invert {
    flex-direction: row-reverse;
  }

  .member-spotlight-text {
    align-items: baseline;
  }

  .billboard-sub {
    background-color: #fff;
  }

  .billboard-sub.gray {
    background-color: #f8f8f8;
    margin-bottom: 80px;
    padding-top: 60px;
    padding-bottom: 0;
  }

  .h2-title {
    margin-bottom: 30px;
    font-size: 40px;
    line-height: 37px;
  }

  .main-body {
    flex-wrap: nowrap;
  }

  .testflex {
    align-items: stretch;
    display: flex;
  }

  .testflexchild {
    flex-direction: column;
    flex: 0 50%;
    justify-content: center;
    align-items: flex-start;
    display: flex;
    position: relative;
  }

  .billboard-image-test {
    object-fit: fill;
    flex: 1;
    position: relative;
  }

  .div-block {
    position: relative;
  }

  .credit-link {
    line-height: 20px;
    display: flex;
  }

  .sig-position-title {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 24px;
  }

  .member-spotlight-name {
    font-size: 2.8125rem;
    line-height: 3.125rem;
  }

  .grid-quick-links {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .billboard-flex-wrap {
    align-items: stretch;
    display: flex;
  }

  .billboard-content-wrap, .billboard-image-wrap {
    flex-direction: column;
    flex: 0 50%;
    justify-content: center;
    align-items: flex-start;
    display: flex;
    position: relative;
  }
}

@media screen and (min-width: 1440px) {
  .cta-grid, .cta-small-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .small-orange-title {
    position: relative;
  }

  .cta-content {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .cta-small-header {
    margin-bottom: 20px;
  }

  .footer-signup-block {
    padding-top: 20px;
  }

  .spacer60 {
    width: 100%;
    height: 1px;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-bottom: 0;
    display: block;
  }

  .section-title {
    position: relative;
  }
}

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

  .cta-content-wrap {
    padding: 10%;
  }

  .cta-image-circle-orange {
    width: 40vmax;
    height: 40vmax;
    position: absolute;
  }

  .member-spotlight-text {
    padding: 10%;
  }
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 95%;
  }

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

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .cta-grid {
    grid-template-columns: 1fr 1.75fr;
  }

  .cta-header {
    font-size: 4.25vmin;
    line-height: 5vmin;
  }

  .focusslidemask {
    margin-left: -2.5%;
    margin-right: -2.5%;
  }

  .slide-content-box {
    padding: 20% 10%;
  }

  .doc-list-box {
    padding: 10%;
  }

  .container-3 {
    max-width: 728px;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-brand {
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .footer-bottom {
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-copyright {
    text-align: center;
    margin-bottom: 5vw;
  }

  .billboard {
    margin-bottom: 30vh;
  }

  .h2-focus-slide-title {
    font-size: 2.2em;
    line-height: 1.3em;
  }

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

  .sub-hero-text {
    max-width: 100%;
    flex: 0 70%;
    margin-bottom: 40px;
  }

  .sub-hero-image {
    max-width: 100%;
    flex: 1;
    margin-bottom: 40px;
  }

  .sig-positions-grid {
    grid-template-columns: 1fr 1fr;
  }

  .sig-form-column-1 {
    flex: 0 auto;
  }

  .lead {
    font-size: 1.5rem;
    line-height: 1.9rem;
  }

  .sig-form {
    flex: 1;
  }

  .sig-signup {
    flex-wrap: wrap;
  }

  .main-content {
    flex: 0 auto;
    padding-right: 0;
  }

  .paragraph {
    font-size: 1rem;
    line-height: 1.7rem;
  }

  .column-feature {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .sig-board-grid {
    grid-template-columns: 1fr 1fr;
  }

  .member-spotlight-text {
    background-color: #f8f8f8;
    flex-shrink: 0;
    flex-basis: 60%;
  }

  .member-spotlight-image-box {
    height: 100%;
    flex: 1;
  }

  .billboard-sub.gray {
    margin-bottom: 10vw;
  }

  .side-column {
    max-width: 100%;
    flex: 0 auto;
  }

  .main-body {
    flex-wrap: wrap;
  }

  .testflex {
    flex-wrap: nowrap;
  }

  .testflexchild {
    flex: 1;
  }

  .billboard-image-test {
    object-fit: cover;
    position: absolute;
    top: 0;
    bottom: auto;
    left: 0;
    right: auto;
    overflow: visible;
  }

  .member-spotlight-name {
    font-size: 4.25vmin;
    line-height: 5vmin;
  }

  .member-spotlight-image {
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .grid-quick-links, .grid-sig-previews {
    grid-template-columns: 1fr 1fr;
  }

  .billboard-flex-wrap {
    flex-wrap: nowrap;
  }

  .billboard-content-wrap {
    flex: 0 70%;
  }

  .billboard-image-wrap {
    border: 7px solid #000;
    flex: 0 30%;
    overflow: hidden;
  }

  .div-block-3 {
    flex: 1;
    position: relative;
    overflow: hidden;
  }

  .image-4 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
    overflow: visible;
    transform: translate(7px);
  }

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

@media screen and (max-width: 767px) {
  .container {
    max-width: 90%;
    position: relative;
  }

  .hero-heading-left {
    padding: 60px 15px;
  }

  .section {
    margin-bottom: 20vw;
  }

  .section.gray.quick-links {
    padding-bottom: 0%;
  }

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

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

  .cta-header {
    font-size: 2em;
    line-height: 1.2em;
  }

  .cta-text.large {
    font-size: 1.3em;
    line-height: 1.5em;
  }

  .focusslidemask {
    margin-left: -6%;
    margin-right: -6%;
    overflow: hidden;
  }

  .content-list-box {
    border-bottom: 1px solid #ccc;
    border-right-style: none;
  }

  .sig-preview-box {
    align-items: center;
    padding: 10% 15% 15%;
  }

  .h4-sig-preview-title {
    text-align: center;
    font-size: 1.4em;
    line-height: 1.4em;
  }

  .sig-preview-number {
    align-self: center;
  }

  .abstract-text {
    text-align: center;
    font-size: 1.125em;
    line-height: 1.5em;
  }

  .more-link {
    align-self: center;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-copyright {
    max-width: 80%;
    align-self: center;
    font-size: 1em;
    line-height: 1.4em;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

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

  .h1-main-billboard-title {
    font-size: 3.5em;
    line-height: 1em;
  }

  .billboard {
    margin-bottom: 15vh;
    padding-top: 0;
  }

  .footer-list {
    font-size: 1.1em;
    line-height: 1.2em;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    padding-bottom: 0;
  }

  .footer-block-one {
    border-bottom: 1px solid #ccc;
    border-right-style: none;
    margin-bottom: 60px;
    padding-bottom: 60px;
  }

  .footer-signup-block {
    text-align: center;
    padding: 15%;
  }

  .h1-sub-billboard-title.dark {
    font-size: 2.3em;
    line-height: 1.2em;
  }

  .sub-hero-text {
    flex: 0 auto;
    margin-bottom: 0;
    margin-right: 0;
  }

  .sig-positions-grid {
    grid-template-columns: 1fr;
  }

  .sig-position-box {
    align-items: center;
    padding: 15%;
  }

  .sub-hero {
    flex-wrap: wrap;
  }

  .main-content {
    margin-bottom: 10vw;
  }

  .column-feature, .column-feature.orange {
    width: 100%;
  }

  .profile-content {
    padding: 10%;
  }

  .profile-title {
    font-size: .875em;
    line-height: 1.2em;
  }

  .profile-name {
    font-size: 1.7em;
    line-height: 1em;
  }

  .flex-block-2 {
    flex-direction: column-reverse;
  }

  .member-spotlight-text {
    flex: 0 auto;
  }

  .billboard-sub {
    margin-bottom: 8vw;
    padding-top: 15%;
    padding-bottom: 2vw;
  }

  .billboard-sub.gray {
    margin-bottom: 40px;
  }

  .sig-position-title {
    text-align: center;
    font-size: 2.5em;
    line-height: 1em;
  }

  .member-spotlight-name {
    font-size: 2.5em;
  }

  .member-spotlight-image {
    z-index: -1;
    margin-bottom: -40%;
    position: relative;
  }

  .grid-quick-links, .grid-sig-previews {
    grid-template-columns: 1fr;
  }

  .billboard-flex-wrap {
    flex-direction: column-reverse;
  }

  .billboard-image-wrap {
    border-style: none;
    flex-basis: 40vh;
    margin-left: -20px;
    margin-right: -20px;
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .container-2 {
    max-width: none;
  }

  .cta-small-grid {
    grid-template-columns: 2fr;
  }

  .cta-header {
    text-align: center;
    margin-bottom: 10%;
    font-size: 1.3em;
  }

  .cta-round-button {
    left: auto;
    right: auto;
  }

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

  .cta-text.large {
    margin-bottom: 7vw;
    font-size: 1.1em;
  }

  .focusslide {
    width: 100%;
    text-align: center;
  }

  .focusslider {
    height: auto;
  }

  .slide-content-box {
    padding-top: 10%;
  }

  .h4-list-header {
    margin-bottom: 5vw;
  }

  .doc-list-box {
    padding: 7%;
  }

  .quick-list-item {
    font-size: .9em;
    line-height: 1.2em;
  }

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

  .container-3 {
    max-width: none;
  }

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-copyright {
    font-size: .8em;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .billboard-subtext {
    margin-bottom: 10vw;
    font-size: 1.2em;
    line-height: 1.5em;
  }

  .h1-main-billboard-title {
    margin-top: 10%;
    margin-bottom: 10%;
    font-size: 2em;
  }

  .read-more-button {
    align-self: center;
  }

  .h2-focus-slide-title {
    font-size: 1.8em;
  }

  .newsslide {
    width: 100%;
  }

  .news-slide-content {
    padding: 10%;
    position: relative;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .form-field {
    height: auto;
    padding-top: 10%;
    padding-bottom: 10%;
    padding-right: 10%;
  }

  .member-spotlight-text {
    align-items: center;
    padding: 10%;
  }

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

  .member-spotlight-name {
    text-align: center;
    align-self: center;
    font-size: 1.8em;
  }

  .text-block-5 {
    font-size: .8em;
    line-height: 1em;
  }
}

#w-node-_63af50d9-c63c-cbfc-59c1-445163d1b715-a42bc55a, #w-node-a4973372-37c6-a423-e71c-ce85a46dc750-a42bc55a, #w-node-_2ff02697-1be5-2927-8adc-4c21a091c54f-a42bc55a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a023f38-812f-a02f-8635-d36397f81c6a-a42bc55a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_28cd06c3-6d62-e30a-2949-d0c367016fc0-a42bc55a {
  align-self: stretch;
}

#w-node-_3efd4463-7ce3-ab0d-cc6c-18150d9b0445-75034549 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_63af50d9-c63c-cbfc-59c1-445163d1b715-75034549, #w-node-a4973372-37c6-a423-e71c-ce85a46dc750-75034549, #w-node-_948588a7-8013-263f-343a-a889a4ec9260-b37ba645 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_948588a7-8013-263f-343a-a889a4ec9262-b37ba645, #w-node-d5f865d0-6a19-45e2-b833-fc2d72ad3aef-b37ba645 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_948588a7-8013-263f-343a-a889a4ec9258-49588f47, #w-node-_948588a7-8013-263f-343a-a889a4ec9260-49588f47 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_948588a7-8013-263f-343a-a889a4ec9262-49588f47 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-c988fcd7-3d8c-bdfd-db66-7ea7196eff4b-d44bcbb0, #w-node-c988fcd7-3d8c-bdfd-db66-7ea7196eff53-d44bcbb0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c988fcd7-3d8c-bdfd-db66-7ea7196eff55-d44bcbb0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_41a839a4-ca66-f13f-0df9-a29e616523fe-d44bcbb0, #w-node-_41a839a4-ca66-f13f-0df9-a29e61652406-d44bcbb0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_41a839a4-ca66-f13f-0df9-a29e61652408-d44bcbb0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-c4604fe1-e2d4-6828-a37a-0e5ef45bef0e-d44bcbb0, #w-node-c4604fe1-e2d4-6828-a37a-0e5ef45bef16-d44bcbb0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c4604fe1-e2d4-6828-a37a-0e5ef45bef18-d44bcbb0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

@media screen and (min-width: 1440px) {
  #w-node-_19c685bf-04f7-7baf-6217-8e6929dffb76-a42bc55a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_63af50d9-c63c-cbfc-59c1-445163d1b715-a42bc55a, #w-node-_19c685bf-04f7-7baf-6217-8e6929dffb76-a42bc55a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9a023f38-812f-a02f-8635-d36397f81c6a-a42bc55a {
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-_1987191d-7c7d-6e04-d687-e9bca2774a6a-a42bc55a, #w-node-e335be22-498d-cecd-b456-22a133191ffd-a42bc55a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_28cd06c3-6d62-e30a-2949-d0c367016fc0-a42bc55a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: stretch;
  }

  #w-node-de46a8e2-3c3f-c871-9215-dc46a6f77e04-a42bc55a, #w-node-_0eebe743-3265-41b0-5b3f-87c172d6899d-a42bc55a, #w-node-_8cfb94da-0382-6bc5-9af9-5cff0d2fbdee-a42bc55a, #w-node-def3fc24-e30d-59ac-b828-7c195db6ce98-a42bc55a, #w-node-fdd7138c-6f03-3aa6-00ca-e9ca86924103-a42bc55a, #w-node-d565fa1c-9dd8-5a6b-0cb8-a2b5c9c9c4e9-a42bc55a, #w-node-e7c16efa-7b4e-90ce-f6f4-431f0a637033-a42bc55a, #w-node-_719a5046-79b1-8f4c-4509-250a3ee9e7f3-a42bc55a, #w-node-a9d8c997-b285-5b35-62db-ff9a09acf08f-a42bc55a, #w-node-a9d8c997-b285-5b35-62db-ff9a09acf0cf-a42bc55a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3efd4463-7ce3-ab0d-cc6c-18150d9b0445-75034549 {
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-_63af50d9-c63c-cbfc-59c1-445163d1b715-75034549, #w-node-_8899d051-6f72-405d-25bf-f1ef01d48af1-75034549, #w-node-_4a002c9a-9143-18b2-e143-20f1ab040a5f-75034549, #w-node-_149bf4e4-8291-11de-5dcd-499c373f4f9d-75034549, #w-node-e483d646-3643-cec0-20b1-e581cf53b30a-75034549, #w-node-de46a8e2-3c3f-c871-9215-dc46a6f77e04-75034549, #w-node-_0eebe743-3265-41b0-5b3f-87c172d6899d-75034549, #w-node-_8cfb94da-0382-6bc5-9af9-5cff0d2fbdee-75034549, #w-node-def3fc24-e30d-59ac-b828-7c195db6ce98-75034549, #w-node-fdd7138c-6f03-3aa6-00ca-e9ca86924103-75034549, #w-node-d565fa1c-9dd8-5a6b-0cb8-a2b5c9c9c4e9-75034549, #w-node-e7c16efa-7b4e-90ce-f6f4-431f0a637033-75034549, #w-node-_719a5046-79b1-8f4c-4509-250a3ee9e7f3-75034549, #w-node-_07445953-ee1b-eb9e-491e-02bb33f6be7d-75034549, #w-node-_07445953-ee1b-eb9e-491e-02bb33f6bebd-75034549, #w-node-_710ee761-3249-67ca-2553-dc7771741739-b37ba645, #w-node-fb0eee8b-bbb8-83ce-b1e0-632ee4c7dcd1-b37ba645, #w-node-_7ba06673-96f6-6e11-b7d1-4bd3c1fb6acf-b37ba645, #w-node-_71392770-2139-e435-8cf0-bcc44e433524-b37ba645, #w-node-_0e119f90-6587-f5b8-e88e-b8a5de10ab26-b37ba645, #w-node-_605d2330-ed63-7043-26be-c084ff6c97ad-b37ba645, #w-node-_376c17d8-2c2c-0b0f-8b9b-e5c47af67bdf-b37ba645, #w-node-_13d422bc-36da-fd38-4279-fc5e6f89e7d3-b37ba645, #w-node-_32ea7353-5d3d-2ea2-b3a4-ca99f324d8e0-b37ba645, #w-node-_32ea7353-5d3d-2ea2-b3a4-ca99f324d8f0-b37ba645 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_32ea7353-5d3d-2ea2-b3a4-ca99f324d900-b37ba645 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: stretch;
  }

  #w-node-_948588a7-8013-263f-343a-a889a4ec9262-b37ba645, #w-node-d5f865d0-6a19-45e2-b833-fc2d72ad3aef-b37ba645 {
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-ab3519f6-2bf4-071c-d87d-c4ef2245b341-b37ba645, #w-node-_5f60c982-cb21-a275-dc2b-2aabf45a6408-b37ba645, #w-node-_948588a7-8013-263f-343a-a889a4ec9258-49588f47 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_948588a7-8013-263f-343a-a889a4ec9262-49588f47 {
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-_5a7af804-d491-78a1-f074-2ffe6a893cf3-49588f47, #w-node-_5a7af804-d491-78a1-f074-2ffe6a893d33-49588f47, #w-node-c988fcd7-3d8c-bdfd-db66-7ea7196eff4b-d44bcbb0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c988fcd7-3d8c-bdfd-db66-7ea7196eff55-d44bcbb0 {
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-_41a839a4-ca66-f13f-0df9-a29e616523fe-d44bcbb0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_41a839a4-ca66-f13f-0df9-a29e61652408-d44bcbb0 {
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-c4604fe1-e2d4-6828-a37a-0e5ef45bef0e-d44bcbb0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c4604fe1-e2d4-6828-a37a-0e5ef45bef18-d44bcbb0 {
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-ddbb9e53-2ef0-100c-c04e-c59471747493-d44bcbb0, #w-node-ddbb9e53-2ef0-100c-c04e-c594717474d3-d44bcbb0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_8899d051-6f72-405d-25bf-f1ef01d48af1-75034549 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5a7af804-d491-78a1-f074-2ffe6a893d0e-49588f47 {
    grid-area: 2 / 1 / 3 / 2;
  }
}


