:root {
  --white-text: white;
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.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: #fff;
  background-image: url('/images/BackgroundRings.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  background-attachment: fixed;
  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: 0;
  margin-bottom: 15px;
  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;
}

p {
  margin-bottom: 30px;
  font-size: 1.1rem;
  line-height: 1.7rem;
}

a {
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 30px;
  padding-left: 0;
}

li {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('/images/SmallArrow.svg');
  background-position: 0 14px;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 7px 0 7px 30px;
  font-size: 1.1rem;
  line-height: 1.7rem;
  list-style: none;
  position: relative;
  overflow: visible;
}

img {
  display: inline-block;
}

blockquote {
  color: #19776c;
  background-image: url('/images/QuoteIcon.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px #000;
  margin-bottom: 30px;
  padding: 10px 10px 0 50px;
  font-size: 37px;
  font-weight: 300;
  line-height: 40px;
  position: relative;
}

.container {
  max-width: 97%;
}

.section {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.gray.quick-links {
  background-color: #f8f8f8;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.transparent.backgroundslanttop {
  background-position: 50% 10svw;
}

.section.backgroundslantbottom {
  background-color: #fff0;
}

.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;
}

.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;
  align-self: flex-start;
  margin-bottom: 30px;
  padding: 10px 30px;
  font-size: .875rem;
  line-height: 1rem;
  display: inline-flex;
}

.cta-header {
  color: #057d6d;
  margin-bottom: 15px;
  font-family: Raleway, sans-serif;
  font-size: 2.5rem;
  line-height: 2.7rem;
}

.cta-round-button {
  z-index: 7;
  color: #fd1515;
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 118px;
  height: 118px;
  transition: all .2s;
  display: flex;
  position: absolute;
  inset: auto 0% -118px;
  box-shadow: 0 2px 5px #0003;
}

.cta-round-button:hover {
  outline-offset: 0px;
  color: #fff;
  background-color: #f05223;
  outline: 4px solid #fff;
}

.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 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.cta-content {
  flex-direction: column;
  display: flex;
  position: relative;
}

.focusslide {
  background-color: #057d6d;
  max-width: 415px;
  height: 100%;
  min-height: 550px;
  margin-right: 1px;
}

.focusslidemask {
  overflow: hidden;
}

.focusslider {
  box-sizing: content-box;
  background-color: #ddd0;
  border-bottom: 1px solid #ccc;
  width: 100%;
  height: auto;
  margin-bottom: 180px;
  overflow: visible;
}

.slide-content-box {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 550px;
  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;
}

.content-list-box {
  border-right: 1px solid #0003;
  padding: 40px 15px;
}

.list-header {
  margin-bottom: 40px;
  font-size: 30px;
  line-height: 35px;
}

.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;
}

.sig-preview-box {
  border: 1px #000;
  flex-direction: column;
  padding: 30px 30px 40px;
  display: flex;
  position: relative;
  box-shadow: 0 0 10px #0000001a;
}

.sig-preview-number {
  color: #f05223;
  border: 1px solid #bfbfbf;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 20px;
  padding-top: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1em;
  display: flex;
}

.abstract-text {
  margin-bottom: 20px;
  font-size: 1.1rem;
  line-height: 1.5rem;
  position: static;
}

.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;
  position: static;
  bottom: 30px;
}

.more-link.white {
  color: #fff;
  text-decoration: none;
}

.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;
  padding-left: 30px;
  font-weight: 700;
  display: flex;
}

.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 {
  background-color: #f0f0f0;
  border-radius: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-left: 0;
  margin-right: 10px;
  display: inline-flex;
  position: relative;
}

.footer-address-block {
  margin-bottom: 50px;
  font-size: 27px;
  line-height: 46px;
}

.footer-logo {
  object-fit: cover;
  width: 275px;
  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: 15svw;
  padding-top: 60px;
  padding-bottom: 60px;
}

.billboard-image {
  box-shadow: 0 4px 24px #96a3b514;
}

.cta-large-image {
  object-fit: none;
  height: auto;
  position: relative;
  inset: auto;
  overflow: visible;
}

.read-more-button {
  color: #fff;
  text-transform: uppercase;
  background-color: #0003;
  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;
  align-self: flex-start;
}

.button-arrow {
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 25px 15% auto auto;
}

.h2-focus-slide-title {
  color: #fff;
  margin-bottom: 25px;
  font-size: 2.5rem;
  line-height: 2.9rem;
}

.newsslide {
  box-sizing: content-box;
  width: 33%;
  margin-left: 3px;
  margin-right: 3px;
}

.news-slide-content-box {
  box-sizing: content-box;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  display: block;
  position: relative;
}

.news-slide-content {
  box-sizing: content-box;
  flex: 1;
  padding: 30px;
  position: relative;
  inset: auto 0% 0%;
}

.news-slide-image {
  z-index: 0;
  box-sizing: border-box;
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 300px;
  overflow: clip;
}

.focus-slide-nav {
  display: none;
  bottom: -50px;
}

.footer-list-item {
  background-image: none;
  padding: 10px 0;
  text-decoration: none;
  list-style-type: none;
}

.academy-footer {
  background-color: #fff;
  padding-top: 0;
  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 {
  padding-top: 30px;
  padding-left: 30px;
}

.footer-signup-title {
  color: #f05223;
  margin-bottom: 30px;
  font-size: 2.8125rem;
  font-weight: 700;
  line-height: 3.125rem;
}

.form-field {
  background-color: #ccc;
  height: 65px;
  margin-bottom: 30px;
  padding-bottom: 75px;
  padding-right: 75px;
}

.navbar {
  background-color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  box-shadow: 0 2px 5px #0003;
}

.menu-button {
  background-color: #0000;
  border: 4px #000;
  width: 48px;
  height: 28px;
  padding: 0;
  display: block;
}

.menu-button.w--open {
  background-color: #fff0;
}

.h1-sub-billboard-title {
  color: #19776c;
  margin-bottom: 40px;
  font-size: 50px;
  font-weight: 600;
  line-height: 56px;
  position: relative;
}

.h1-sub-billboard-title.dark {
  color: #4b4b4b;
  position: relative;
}

.sub-hero-text {
  flex-direction: column;
  flex: 1;
  margin-right: 0;
  padding-top: 60px;
  padding-bottom: 30px;
  padding-right: 30px;
}

.sub-hero-image {
  flex-flow: row;
  flex: 0 40%;
  justify-content: center;
  align-items: stretch;
  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-flow: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: relative;
}

.sub-billboard-image {
  box-sizing: border-box;
  object-fit: cover;
  -webkit-clip-path: circle(35%);
  clip-path: circle(35%);
  min-width: 500px;
  max-width: 100%;
  min-height: 500px;
  max-height: 100%;
  padding: 10%;
  display: block;
  position: absolute;
  bottom: auto;
  left: 0%;
  right: auto;
}

.main-content {
  flex: 1;
  padding-right: 60px;
  position: relative;
}

.paragraph {
  margin-bottom: 30px;
}

.column-feature {
  background-color: #f8f8f8;
  margin-bottom: 80px;
  padding-bottom: 50px;
}

.column-feature.orange {
  color: #fff;
  background-color: #f05223;
  padding-top: 40px;
}

.featurecontentwrap {
  margin-left: 30px;
  margin-right: 30px;
}

.featureimage {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  max-height: 200px;
  margin-bottom: 30px;
}

.feature-header {
  color: #057d6d;
  font-family: Raleway, sans-serif;
  font-size: 1.875rem;
  line-height: 2.125rem;
}

.feature-header.white-text {
  color: #fff;
}

.quote-wrap {
  background-image: url('/images/QuoteIcon_1.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 45px 25px;
  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 {
  cursor: default;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.profile-card:hover {
  pointer-events: auto;
}

.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;
  display: block;
}

.profile-name {
  margin-bottom: 7px;
  font-size: 30px;
  line-height: 34px;
}

.profile-credentials {
  margin-bottom: 7px;
}

.profile-image {
  aspect-ratio: 5 / 7;
  cursor: pointer;
  object-fit: cover;
  width: 100%;
  transition: all .2s cubic-bezier(.77, 0, .175, 1);
}

.profile-image:hover {
  transform: scale(1.1);
}

.flex-block-2 {
  align-items: stretch;
}

.flex-block-2.invert {
  flex-direction: row-reverse;
}

.member-spotlight-text {
  background-color: #f8f8f800;
  flex: 0 55%;
  justify-content: flex-start;
  align-items: baseline;
  padding: 40px;
  display: flex;
  position: relative;
}

.member-spotlight-image-box {
  flex-direction: column;
  flex: 0 45%;
  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;
  padding-top: 80px;
  padding-bottom: 80px;
}

.billboard-sub.gray {
  background-color: #f8f8f8;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
}

.divider-rule {
  padding-top: 30px;
  padding-bottom: 30px;
}

.side-column {
  align-items: stretch;
  min-width: 360px;
  max-width: 415px;
}

.main-body {
  position: relative;
}

.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;
  color: #e90000;
  -webkit-text-stroke-color: #f05223;
  background-color: #fff;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  width: 75px;
  height: 150px;
  transition: all .4s;
  inset: auto 50% -125px;
}

.right-arrow:hover {
  color: #fff;
  background-color: #f05223;
}

.left-arrow {
  z-index: 4;
  color: #f05223;
  background-color: #fff;
  border-right: 1px solid #ccc;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  width: 75px;
  height: 150px;
  transition: all .4s;
  inset: auto 50% -125px auto;
}

.left-arrow:hover {
  color: #fff;
  background-color: #f05223;
}

.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;
}

.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 {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  padding-right: 30px;
  display: flex;
  position: relative;
  overflow: visible;
}

.billboard-image-wrap {
  flex-direction: column;
  flex: 1;
  justify-content: space-around;
  align-items: stretch;
  display: flex;
  position: relative;
  overflow: visible;
}

.panel-button {
  background-color: #f05223;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 84px;
  height: 84px;
  display: flex;
  position: absolute;
  inset: 0% auto auto -84px;
}

.reveal-panel {
  z-index: 7;
  color: #fff;
  background-color: #f05223;
  min-width: 320px;
  max-width: 360px;
  padding: 30px;
  display: none;
  position: absolute;
  inset: 0% 0% 0% auto;
  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);
}

.fullscreennavcontainer {
  width: 50%;
  height: 100%;
  display: block;
  position: relative;
  inset: 0%;
}

.tier1navwrap {
  border: 4px #000;
  width: 100%;
  position: relative;
}

.tier1navitem {
  color: #fff;
  border: 1px #000;
  margin-left: 0;
  margin-right: auto;
  font-size: 40px;
  line-height: 41px;
  text-decoration: none;
  display: block;
  position: static;
}

.dropdown-toggle {
  color: #fff;
  border: 1px #000;
  margin-left: 0;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 300;
  transition: all .4s;
  display: block;
}

.dropdown-toggle:hover {
  color: #ff0;
  border-bottom-style: solid;
  border-bottom-color: #ffffff80;
  margin-right: -17px;
  transform: translate(20px);
}

.dropdown-toggle.w--open {
  flex: 0 50%;
  position: relative;
}

.dropdown-list-test {
  box-sizing: border-box;
  opacity: 0;
  background-color: #0000;
  border-left: 1px solid #fff9;
  flex: 0 50%;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  transition: all .4s;
  inset: 0% 0 auto auto;
}

.dropdown-list-test.w--open {
  opacity: 1;
  color: #fff;
  background-color: #f05223;
  height: 100%;
  transition: all .2s;
  position: absolute;
  top: 0;
  left: -1rem;
  right: 0;
  transform: translate(90%);
}

.dropdown-link {
  width: auto;
  display: inline-block;
}

.tier2toggle {
  color: #fff;
  white-space: normal;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.tier2dropdown {
  border: 4px #000;
  display: block;
}

.dropdown-list-2 {
  position: relative;
}

.dropdown-list-2.w--open {
  color: #fff;
  background-color: #0000;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
}

.dropdown-link-2 {
  color: #fff;
}

.main-nav-arrow {
  position: absolute;
  inset: 40% 30px auto auto;
}

.mainnavbar {
  background-color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  box-shadow: 0 2px 5px #0003;
}

.mainnavcustom {
  background-color: #f05223;
  min-height: 100svh;
  padding: 50px;
}

.sublink3 {
  color: #fff;
}

.billboard-actions {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.biographymodal {
  z-index: 7;
  color: #fff;
  background-color: #333333f0;
  border: 7px #000;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: 10%;
  display: flex;
  position: fixed;
  inset: 10%;
  transform: translate(-150%);
}

.closebiobutton {
  background-color: #00000069;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.toolboxlist {
  background-color: #f8f8f8;
  background-image: url('/images/ToolBoxIcon.svg');
  background-position: 5% 30px;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 80px;
  padding: 40px 20px 50px 10%;
  position: relative;
}

.home-billboard-image {
  box-sizing: content-box;
  object-fit: cover;
  background-image: url('/images/BillboardImageCircle2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 50svw;
  max-width: 590px;
  height: 50svw;
  max-height: 590px;
  margin-bottom: -2%;
  padding: 10%;
  display: block;
  position: absolute;
}

.adslide {
  width: 33%;
  height: 100%;
  margin-left: 1px;
  margin-right: 1px;
}

.adslider {
  background-color: #0000;
  height: auto;
}

.adslidecontent {
  box-sizing: border-box;
  border: 1px solid #ccc;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  min-height: 350px;
  padding: 2vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ad-slide-nav {
  bottom: -50px;
}

.adslideimage {
  object-fit: contain;
  width: 100%;
  position: relative;
  inset: 0%;
}

.ad-title {
  color: #f05223;
  margin-bottom: 30px;
  font-size: 2.8125rem;
  font-weight: 700;
  line-height: 3rem;
}

.newsslidemask {
  box-sizing: content-box;
  overflow: hidden;
}

.newsslider {
  box-sizing: content-box;
  background-color: #ddd0;
  border-bottom: 1px solid #ccc;
  width: 100%;
  height: auto;
  margin-bottom: 180px;
  overflow: visible;
}

.sidebartabclose {
  color: #fff;
  background-color: #f05223;
  background-image: url('/images/SideBarCloseIcon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 84px;
  height: 84px;
  display: none;
  position: absolute;
  inset: 0% auto auto -84px;
}

.main-body-wrapper {
  min-height: 100svh;
  position: relative;
  overflow: hidden;
}

.sidebar {
  z-index: 7;
  box-sizing: border-box;
  color: #fff;
  background-color: #f05223;
  min-width: 400px;
  max-width: 500px;
  height: 100%;
  min-height: 100svh;
  padding: 120px 60px 30px;
  font-size: 17px;
  display: none;
  position: absolute;
  inset: 0% 0% 0% auto;
  transform: translate(100%);
}

.sidebarheading {
  color: var(--white-text);
  margin-bottom: 0;
  font-size: 1.875rem;
  font-weight: 300;
}

.sidebarheadingwrapper {
  background-color: #0000001a;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 84px;
  padding-left: 60px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.paragraph-2 {
  font-size: 1.1rem;
}

.sidebartab {
  color: #fff;
  background-color: #f05223;
  background-image: url('/images/angle-right.png');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100px;
  height: 84px;
  padding-left: 15px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0% auto auto -100px;
}

.transparent {
  background-color: #fff0;
}

.backgroundslanttop {
  background-image: url('/images/BackgroundSlant.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.backgroundslantbottom {
  background-image: url('/images/BackgroundSlantBottom.svg');
  background-position: 50% -4svw;
  background-repeat: no-repeat;
  background-size: cover;
}

.nav-menu-h {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.navtier1 {
  text-transform: uppercase;
  flex: 0 auto;
  margin-left: 0;
  margin-right: 0;
  font-size: .8rem;
  font-weight: 700;
  line-height: 1rem;
}

.dropdown-link-3 {
  white-space: normal;
  overflow-wrap: break-word;
}

.sub-hero-image-wrapper {
  background-image: url('/images/BillboardImageCircle2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.searchblock {
  z-index: 7777777;
  background-color: #f05223;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  position: absolute;
  transform: translate(0, -100%);
}

.search-icon {
  cursor: pointer;
  justify-content: center;
  align-items: flex-end;
  width: 30px;
  height: 30px;
  display: flex;
  position: relative;
}

.page-wrap {
  position: relative;
}

.close-search {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.search-grid-wrap {
  grid-template-rows: auto;
  display: flex;
}

.search-flex-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.sidebartablabel {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 400;
  line-height: .9rem;
}

.biomodal {
  z-index: 7777777;
  background-color: #fffffff2;
  justify-content: center;
  align-items: center;
  padding-top: 7vw;
  padding-bottom: 7vw;
  display: flex;
  position: fixed;
  inset: 10%;
  transform: translate(0, -125%);
  box-shadow: 0 7px 7px #0003;
}

.biomodalcontent {
  flex: 0 90%;
}

.closemodal {
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.closemodallabel {
  text-transform: uppercase;
  margin-right: 7px;
  font-size: .7rem;
  font-weight: 700;
}

.closemodalicon {
  background-color: #f05223;
  width: 40px;
  height: 40px;
  padding: 10px;
}

.profile-contact {
  color: #fff;
  font-size: .875rem;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.profile-contact-icon {
  color: #fff;
  margin-right: 7px;
}

.login-bar {
  color: #fff;
  background-color: #f05124;
}

.login-container {
  justify-content: flex-end;
  align-items: center;
  max-width: 97%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.login-status {
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: .9rem;
  display: flex;
  position: relative;
}

.login-button {
  color: #fff;
  text-transform: none;
  background-color: #00000024;
  border-radius: 7px;
  padding: 2px 20px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s cubic-bezier(.645, .045, .355, 1);
}

.login-button:hover {
  background-color: #1a776c;
}

.login-message {
  padding-left: 7px;
  padding-right: 7px;
}

.grid3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: stretch stretch;
}

.grid2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.cta-content-box {
  background-color: #fafafa;
  border: 1px solid #ccc;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 40px;
  padding-bottom: 3rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: relative;
}

.h2-cta-title {
  margin-bottom: 15px;
  font-size: 1.5rem;
  line-height: 1.8rem;
}

.cta-content-wrapper {
  flex-flow: column;
  margin-top: 2rem;
}

.cta-icon-wrapper {
  box-sizing: border-box;
  object-fit: scale-down;
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  margin-top: -25px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.image {
  flex: none;
}

.cta-icon-image {
  width: 80px;
  max-height: 80px;
}

@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;
  }

  .section.gray {
    background-color: #f8f8f8;
  }

  .section.white {
    background-color: #fff;
  }

  .cta-small-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .cta-content-wrap {
    flex: 0 auto;
  }

  .cta-header {
    font-size: 2.5rem;
    line-height: 2.7rem;
  }

  .cta-image {
    position: relative;
  }

  .cta-content {
    outline-offset: 0px;
    outline: 3px #333;
    flex-direction: column;
    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;
  }

  .content-list-box {
    border-right: 1px solid #4b4b4b;
    padding: 40px 15px;
  }

  .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;
    list-style: none;
  }

  .quick-list-item:hover {
    background-color: #0000001a;
  }

  .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 {
    color: #f05223;
    border: 1px solid #bfbfbf;
    border-radius: 100px;
    width: 42px;
    height: 42px;
    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-brand {
    margin-bottom: 40px;
  }

  .footer-social-link {
    display: flex;
  }

  .footer-address-block {
    font-size: 27px;
    line-height: 46px;
  }

  .footer-logo {
    object-fit: cover;
    width: 275px;
    display: block;
  }

  .billboard-subtext {
    font-size: 30px;
    font-weight: 300;
    line-height: 40px;
  }

  .h1-main-billboard-title {
    margin-bottom: 40px;
    position: relative;
  }

  .billboard-image {
    flex: 1;
  }

  .text-block-2 {
    display: inline-block;
  }

  .newsslide {
    background-color: #0000;
  }

  .news-slide-content {
    flex: 0 auto;
  }

  .news-slide-image {
    z-index: 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 #0003;
  }

  .menu-button {
    display: block;
  }

  .h1-sub-billboard-title {
    color: #19776c;
    margin-bottom: 40px;
    font-size: 50px;
    line-height: 56px;
  }

  .sub-hero-text {
    border: 1px #000;
    position: relative;
  }

  .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;
  }

  .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;
  }

  .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;
    inset: 0% auto auto 0%;
  }

  .sig-board-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .profile-content {
    align-self: stretch;
  }

  .profile-credentials {
    font-size: 12px;
    line-height: 15px;
  }

  .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-bottom: 0;
  }

  .main-body {
    justify-content: space-between;
  }

  .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 {
    display: flex;
  }

  .billboard-content-wrap, .billboard-image-wrap {
    flex-direction: column;
    flex: 0 50%;
    justify-content: center;
    display: flex;
    position: relative;
  }

  .fullscreennavcontainer {
    padding-right: 30px;
  }

  .dropdown-toggle {
    border-style: none;
  }

  .dropdown-toggle:hover {
    margin-right: -30px;
  }

  .dropdown-list-test.w--open {
    height: 100%;
    left: 0;
  }

  .mainnavbar {
    background-color: #fff;
    box-shadow: 0 2px 5px #0003;
  }

  .biographymodal {
    padding: 60px;
  }

  .profile-contact {
    font-size: 12px;
    line-height: 15px;
  }
}

@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;
    display: flex;
  }

  .cta-small-header {
    margin-bottom: 20px;
  }

  .billboard-image {
    object-fit: contain;
    display: block;
    position: relative;
  }

  .news-slide-image {
    box-sizing: border-box;
  }

  .footer-signup-block {
    padding-top: 20px;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .sub-hero-text {
    flex: 0 60%;
    justify-content: center;
    display: flex;
  }

  .section-title {
    position: relative;
  }

  .biographymodal {
    align-self: center;
    inset: 0% 10%;
  }

  .home-billboard-image {
    width: 50svw;
    height: 50svw;
    margin-bottom: -5%;
  }

  .backgroundslantbottom {
    background-position: 50% -7svw;
  }
}

@media screen and (min-width: 1920px) {
  .container {
    max-width: 1280px;
  }

  .cta-content-wrap {
    padding: 10%;
  }

  .sub-hero {
    justify-content: flex-start;
  }

  .member-spotlight-text {
    padding: 10%;
  }

  .reveal-panel {
    display: block;
  }

  .billboard-actions {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .backgroundslanttop {
    background-position: 50% -50%;
  }

  .backgroundslantbottom {
    background-position: 50% -10svw;
  }
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 95%;
  }

  .cta-grid {
    grid-template-columns: 1fr 1.75fr;
  }

  .cta-header {
    margin-bottom: 10px;
    font-size: 1.8rem;
    line-height: 2.2rem;
  }

  .focusslidemask {
    margin-left: -2.5%;
    margin-right: -2.5%;
  }

  .slide-content-box {
    padding: 20% 10%;
  }

  .doc-list-box {
    padding: 10%;
  }

  .footer-brand {
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .footer-bottom {
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-copyright {
    text-align: center;
    margin-bottom: 5vw;
  }

  .footer-social-link {
    padding-right: 0;
  }

  .billboard {
    margin-bottom: 30vh;
  }

  .h2-focus-slide-title {
    font-size: 2.2em;
    line-height: 1.3em;
  }

  .newsslide {
    width: 50%;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .sub-hero-text {
    flex: 0 80%;
    max-width: 100%;
    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;
  }

  .sub-hero {
    justify-content: flex-start;
  }

  .sub-billboard-image {
    background-image: url('/images/BillboardImageCircle2.svg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 500px 500px;
    background-attachment: scroll;
    margin-bottom: auto;
  }

  .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 {
    flex: 1;
    height: 100%;
  }

  .billboard-sub.gray {
    margin-bottom: 10vw;
  }

  .side-column {
    flex: 0 auto;
    max-width: 100%;
  }

  .main-body {
    flex-wrap: wrap;
  }

  .nav-menu {
    flex: 0 auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-flex-wrap {
    flex-wrap: wrap;
  }

  .member-spotlight-name {
    font-size: 4.25vmin;
    line-height: 5vmin;
  }

  .member-spotlight-image {
    inset: 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 {
    flex: 0 30%;
    overflow: hidden;
  }

  .text-block-5 {
    text-align: center;
  }

  .fullscreennavcontainer {
    border-right-style: none;
    width: 100%;
  }

  .dropdown-list-test {
    display: none;
    transform: none;
  }

  .dropdown-list-test.w--open {
    border: 1px #000;
    width: 100%;
    display: block;
    position: relative;
    left: auto;
    transform: none;
  }

  .mainnavcustom {
    padding: 7vw;
  }

  .toolboxlist {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .home-billboard-image {
    margin-bottom: auto;
    right: auto;
  }

  .adslide {
    width: 50%;
  }

  .newsslidemask {
    margin-left: -2.5%;
    margin-right: -2.5%;
  }

  .grid3 {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .container {
    max-width: 90%;
    position: relative;
  }

  .section {
    margin-bottom: 20vw;
  }

  .section.gray.quick-links {
    padding-bottom: 0%;
  }

  .cta-grid {
    grid-template-columns: 1fr;
  }

  .cta-small-grid {
    grid-template-columns: 2fr;
  }

  .cta-header {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .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 {
    font-size: 1.125em;
    line-height: 1.5em;
  }

  .more-link {
    align-self: center;
  }

  .footer-copyright {
    align-self: center;
    max-width: 80%;
    font-size: 1em;
    line-height: 1.4em;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .h1-main-billboard-title {
    font-size: 3.5em;
    line-height: 1em;
  }

  .billboard {
    margin-bottom: 15vh;
    padding-top: 0;
  }

  .newsslide {
    width: 80%;
  }

  .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: 1;
    margin-bottom: 0;
    margin-right: 0;
  }

  .sub-hero-image {
    display: none;
  }

  .sig-positions-grid {
    grid-template-columns: 1fr;
  }

  .sig-position-box {
    align-items: center;
    padding: 15%;
  }

  .sub-hero {
    flex-wrap: wrap;
  }

  .sub-billboard-image {
    display: none;
  }

  .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;
  }

  .nav-flex-wrap {
    justify-content: center;
  }

  .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;
  }

  .dropdown-toggle {
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 2rem;
  }

  .brand {
    flex: 0 50%;
    margin-left: auto;
    margin-right: auto;
  }

  .billboard-actions {
    margin-top: 20px;
  }

  .toolboxlist {
    width: 100%;
  }

  .home-billboard-image {
    display: none;
  }

  .newsslidemask {
    margin-left: -6%;
    margin-right: -6%;
    overflow: hidden;
  }

  .grid3, .grid2 {
    grid-template-columns: 1fr;
  }

  .cta-content-wrapper {
    margin: 2.5rem 4rem 3.5rem;
  }

  .cta-icon-wrapper {
    align-self: center;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 479px) {
  .cta-header {
    text-align: center;
    margin-bottom: 10%;
    font-size: 1.5rem;
    line-height: 1.9rem;
  }

  .cta-round-button {
    left: auto;
    right: auto;
  }

  .cta-text {
    text-align: center;
  }

  .cta-text.large {
    margin-bottom: 7vw;
    font-size: 1.1em;
  }

  .focusslide {
    text-align: center;
    width: 100%;
  }

  .focusslider {
    height: auto;
  }

  .slide-content-box {
    padding-top: 10%;
  }

  .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;
  }

  .abstract-text {
    text-align: center;
    font-size: 1em;
    line-height: 1.3em;
  }

  .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;
    inset: auto 0% 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;
  }

  .support-nav-link {
    display: none;
  }

  .member-spotlight-name {
    text-align: center;
    align-self: center;
    font-size: 1.8em;
  }

  .text-block-5 {
    font-size: .8em;
    line-height: 1em;
  }

  .dropdown-toggle {
    font-size: 1.6rem;
  }

  .billboard-actions {
    margin-top: 20px;
  }

  .adslide {
    width: 100%;
  }

  .newsslider {
    height: auto;
  }

  .cta-content-box {
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .h2-cta-title {
    text-align: center;
    font-size: 1.4em;
    line-height: 1.6rem;
  }

  .cta-content-wrapper {
    justify-content: flex-start;
    align-items: center;
    margin: 1.7rem;
    display: flex;
  }
}

#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;
  place-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;
  place-self: stretch 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;
  place-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;
  place-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;
  place-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;
  place-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;
  place-self: center;
}

#w-node-_948588a7-8013-263f-343a-a889a4ec9258-43287d66, #w-node-_948588a7-8013-263f-343a-a889a4ec9260-43287d66 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_948588a7-8013-263f-343a-a889a4ec9262-43287d66 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_3efd4463-7ce3-ab0d-cc6c-18150d9b0445-f3b4c153 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_63af50d9-c63c-cbfc-59c1-445163d1b715-f3b4c153, #w-node-a4973372-37c6-a423-e71c-ce85a46dc750-f3b4c153 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@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 {
    place-self: stretch 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 {
    place-self: stretch 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 {
    place-self: stretch 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 {
    place-self: stretch 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 {
    place-self: stretch 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 {
    place-self: stretch 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 {
    place-self: stretch stretch;
  }

  #w-node-ddbb9e53-2ef0-100c-c04e-c59471747493-d44bcbb0, #w-node-ddbb9e53-2ef0-100c-c04e-c594717474d3-d44bcbb0, #w-node-_948588a7-8013-263f-343a-a889a4ec9258-43287d66 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_948588a7-8013-263f-343a-a889a4ec9262-43287d66 {
    place-self: stretch stretch;
  }

  #w-node-_5a7af804-d491-78a1-f074-2ffe6a893cf3-43287d66, #w-node-_5a7af804-d491-78a1-f074-2ffe6a893d33-43287d66 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3efd4463-7ce3-ab0d-cc6c-18150d9b0445-f3b4c153 {
    place-self: stretch stretch;
  }

  #w-node-_63af50d9-c63c-cbfc-59c1-445163d1b715-f3b4c153, #w-node-_8899d051-6f72-405d-25bf-f1ef01d48af1-f3b4c153, #w-node-_4a002c9a-9143-18b2-e143-20f1ab040a5f-f3b4c153, #w-node-_149bf4e4-8291-11de-5dcd-499c373f4f9d-f3b4c153, #w-node-e483d646-3643-cec0-20b1-e581cf53b30a-f3b4c153, #w-node-de46a8e2-3c3f-c871-9215-dc46a6f77e04-f3b4c153, #w-node-_0eebe743-3265-41b0-5b3f-87c172d6899d-f3b4c153, #w-node-_8cfb94da-0382-6bc5-9af9-5cff0d2fbdee-f3b4c153, #w-node-def3fc24-e30d-59ac-b828-7c195db6ce98-f3b4c153, #w-node-fdd7138c-6f03-3aa6-00ca-e9ca86924103-f3b4c153, #w-node-d565fa1c-9dd8-5a6b-0cb8-a2b5c9c9c4e9-f3b4c153, #w-node-e7c16efa-7b4e-90ce-f6f4-431f0a637033-f3b4c153, #w-node-_719a5046-79b1-8f4c-4509-250a3ee9e7f3-f3b4c153, #w-node-_07445953-ee1b-eb9e-491e-02bb33f6be7d-f3b4c153, #w-node-_07445953-ee1b-eb9e-491e-02bb33f6bebd-f3b4c153 {
    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, #w-node-_5a7af804-d491-78a1-f074-2ffe6a893d0e-43287d66 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_8899d051-6f72-405d-25bf-f1ef01d48af1-f3b4c153 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


