:root {
  --text-dark-backgrounds: #232750;
  --all-links: #c44040;
  --hover-color: #cba93c;
  --alternative-color-1: #de5151;
  --active-color: #dab84b;
  --white: white;
  --light-backgrounds: #edf7f9;
  --alternative-color-2: #4c5888;
  --alternative-color-3: #fdb42a;
  --lines: #dae4e6;
  --alternative-color-3: #01bff4;
  --black: #192567;
  --all-links-on-dark: #ff5c5c;
}

body {
  color: var(--text-dark-backgrounds);
  font-family: Montserrat, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.7rem;
}

h1 {
  margin-top: 0;
  margin-bottom: 18px;
  padding-top: 12px;
  font-family: Spectral, sans-serif;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 4.5rem;
}

h2 {
  margin-top: 0;
  margin-bottom: 15px;
  padding-top: 12px;
  font-family: Spectral, sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 3.6rem;
}

h3 {
  margin-top: 0;
  margin-bottom: 12px;
  padding-top: 12px;
  font-family: PT Serif, serif;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 2.8rem;
}

h4 {
  margin-top: 0;
  margin-bottom: 12px;
  padding-top: 12px;
  font-family: Spectral, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.3rem;
}

h5 {
  margin-top: 0;
  margin-bottom: 9px;
  padding-top: 12px;
  font-family: Spectral, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2rem;
}

h6 {
  margin-top: 0;
  margin-bottom: 6px;
  padding-top: 8px;
  font-family: Spectral, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6rem;
}

p {
  margin-bottom: 12px;
}

a {
  color: var(--all-links);
  -webkit-text-stroke-color: var(--all-links);
  text-decoration: none;
  transition: all .25s;
}

a:hover {
  color: var(--all-links);
  text-decoration: underline;
}

ul {
  padding-left: 18px;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 20px;
}

li {
  padding-left: 12px;
}

label {
  margin-bottom: 6px;
  font-size: .9rem;
  font-weight: 600;
  line-height: 1.6rem;
  display: block;
}

strong {
  font-weight: 700;
}

blockquote {
  border-left: 4px solid var(--alternative-color-1);
  color: var(--text-dark-backgrounds);
  letter-spacing: .5px;
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 0 0 0 24px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.3rem;
}

.section.dark blockquote {
  color: var(--white);
}

.p-large {
  font-size: 1.4rem;
  line-height: 2.2rem;
}

.p-small {
  flex: 0 auto;
  font-size: .9rem;
  line-height: 1.5rem;
}

.p-small.caption {
  margin-top: -36px;
  margin-bottom: 48px;
  font-style: italic;
}

.p-small.caption:before {
  content: '- ';
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

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

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

.sg-color {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  display: flex;
  box-shadow: 0 10px 20px #0000000d;
}

.sg-color.active-color {
  background-color: var(--active-color);
}

.sg-color.dark-color {
  background-color: var(--text-dark-backgrounds);
  color: var(--white);
}

.sg-color.hover-color {
  background-color: var(--hover-color);
}

.sg-color.alternative-color-1 {
  background-color: var(--alternative-color-1);
  color: var(--white);
}

.sg-color.light-1 {
  background-color: var(--light-backgrounds);
}

.sg-color.alternative-color-2 {
  background-color: var(--alternative-color-2);
  color: var(--white);
}

.sg-color.alternative-color-3 {
  background-color: var(--alternative-color-3\<deleted\|variable-8a308241-0f42-6311-95b6-c81c5207ebce\>);
}

.sg-color.light-2 {
  background-color: var(--lines);
}

.sg-color.alternative-color-3 {
  background-color: var(--alternative-color-3);
  color: var(--white);
}

.button {
  background-color: var(--active-color);
  color: var(--text-dark-backgrounds);
  text-align: center;
  text-transform: capitalize;
  border-radius: 60px;
  padding: 14px 48px;
  font-size: .9rem;
  font-weight: 700;
  line-height: 1.6rem;
  display: inline-flex;
  position: relative;
  box-shadow: 0 10px 30px #0000001a;
}

.button:hover {
  background-color: var(--hover-color);
  color: var(--text-dark-backgrounds);
  text-decoration: none;
  transform: scale(1.03);
  box-shadow: 0 10px 40px #0003;
}

.section {
  flex-flow: wrap;
  place-content: stretch center;
  align-items: stretch;
  position: relative;
}

.section.no-t-padding {
  padding-top: 0;
}

.section._404 {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.section.tint {
  background-color: var(--light-backgrounds);
}

.section.dark {
  background-color: var(--text-dark-backgrounds);
  color: var(--white);
}

.section.the-footer {
  background-color: var(--text-dark-backgrounds);
  color: var(--white);
  font-size: .9rem;
  line-height: 1.5rem;
}

.fluid-cell {
  text-align: left;
  flex: 1;
  justify-content: center;
  padding: 18px;
}

.fluid-cell._67-p {
  flex: 0 auto;
  width: 66.7%;
}

.fluid-cell._50-p {
  flex: 0 auto;
  width: 50%;
}

.fluid-cell._25-p {
  flex: 0 auto;
  width: 25%;
}

.fluid-cell._70-p {
  flex: 0 auto;
  width: 70%;
}

.fluid-cell._100-p {
  flex: 0 auto;
  width: 100%;
}

.fluid-cell._33-p {
  flex: 0 auto;
  width: 33.3%;
}

.fluid-cell.center-object {
  justify-content: center;
  align-items: center;
  display: flex;
}

.fluid-cell.center-intro {
  text-align: center;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  margin-left: 15%;
  margin-right: 15%;
  display: flex;
}

.fluid-cell.list-links-wrap {
  border-left: 1px solid var(--lines);
  flex: 0 auto;
  width: 50%;
  margin-left: 4%;
  padding-left: 4%;
}

.fluid-cell.footer-info {
  padding-right: 84px;
}

.fluid-cell.is-table-intro {
  flex: 0 auto;
  width: 66.7%;
}

.fluid-cell.is-table-intro.center {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  flex: 0 auto;
  width: 100%;
  display: flex;
}

.invert {
  color: #fff;
}

.subheading {
  color: var(--alternative-color-2);
  letter-spacing: 1px;
  padding-top: 6px;
  font-family: Spectral, sans-serif;
  font-size: 1.1rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1.6rem;
}

.subheading.division {
  color: var(--alternative-color-2);
  margin-top: -6px;
  padding-top: 0;
  padding-bottom: 24px;
  font-size: 1rem;
  line-height: 1.5rem;
}

.subheading.division.hide-in-grid {
  display: none;
}

.text-field {
  background-color: var(--light-backgrounds);
  color: var(--text-dark-backgrounds);
  border: 1px #000;
  border-radius: 6px;
  min-height: 54px;
  margin-bottom: 0;
  padding: 12px 24px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.7rem;
  transition: all .2s;
}

.text-field:focus {
  border-bottom-color: var(--black\<deleted\|variable-d441be9d\>);
}

.text-field::placeholder {
  color: #192567a8;
  font-weight: 400;
}

.text-field.text-area {
  min-height: 100px;
  padding-top: 12px;
}

.container {
  z-index: 3;
  flex-wrap: wrap;
  flex: 1;
  align-items: flex-start;
  width: 100%;
  padding-left: 36px;
  padding-right: 36px;
  display: flex;
}

.container.center {
  justify-content: center;
}

.container.center-horizontal {
  justify-content: center;
  align-items: center;
}

.container.footer-cols {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container._2-col-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.container._3-col-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.container._3-col-grid.team-cards {
  align-items: stretch;
  position: static;
}

.container._4-col-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.container._w-slider {
  padding-left: 54px;
  padding-right: 54px;
}

.ordered-item,
ol li {
  background-image: none;
  background-repeat: repeat;
  padding-left: 10px;
}

.faux-h1 {
  margin-bottom: 18px;
  padding-top: 12px;
  font-family: Spectral, sans-serif;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 4.5rem;
}

.faux-h2 {
  margin-bottom: 15px;
  padding-top: 12px;
  font-family: Spectral, sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 3.6rem;
}

.faux-h3 {
  margin-bottom: 12px;
  padding-top: 12px;
  font-family: PT Serif, serif;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 2.8rem;
}

.faux-h4 {
  margin-bottom: 12px;
  padding-top: 12px;
  font-family: Spectral, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.3rem;
}

.faux-h5 {
  margin-bottom: 8px;
  padding-top: 12px;
  font-family: Spectral, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2rem;
}

.faux-h5:hover {
  text-decoration: none;
}

.faux-h5.in-footer {
  margin-bottom: 18px;
}

.sg-color-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-bottom: 1px solid var(--lines);
  flex-flow: column;
  align-items: center;
  padding-bottom: 12px;
  display: flex;
}

.center {
  text-align: center;
}

.faux-h6 {
  margin-bottom: 6px;
  padding-top: 8px;
  font-family: Spectral, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6rem;
}

.faux-h6:hover {
  text-decoration: none;
}

.img-in-text,
img.aligncenter {
  border-bottom-right-radius: 200px;
  min-width: 120%;
  margin-top: 60px;
  margin-bottom: 60px;
  margin-left: -10%;
  display: block;
}

.img-in-text.is-intro {
  margin-top: 0;
}

.footer-nav-link {
  color: var(--white);
  border-bottom: 1px solid #fff3;
  text-decoration: none;
  display: inline-block;
}

.footer-nav-link:hover {
  border-bottom-color: var(--white);
  opacity: 1;
  color: var(--active-color);
  text-decoration: none;
}

.thumb-img {
  min-width: 100%;
}

.thumb-img.nfi-img {
  object-fit: cover;
  height: 220px;
}

.thumb-img.nfi-img.large {
  height: 320px;
}

.button-hover {
  background-color: var(--hover-color);
  width: 100%;
  height: 200%;
  display: none;
  position: absolute;
  inset: 101% auto 0% 0;
}

.button-text {
  z-index: 2;
  position: relative;
}

.thumb-link {
  z-index: 1;
  border-radius: 12px 12px 0 0;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.article-cell {
  text-align: left;
  flex: 1;
  justify-content: center;
  padding: 24px;
}

.article-cell:hover {
  text-decoration: none;
}

.article-cell._50-p-article {
  flex: 0 auto;
  width: 50%;
}

.article-cell._33-p-article {
  flex: 0 auto;
  width: 33.333333%;
}

.pagination {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  display: flex;
}

.page-no {
  border-bottom: 1px solid var(--lines);
  color: var(--text-dark-backgrounds);
  letter-spacing: .5px;
  padding-left: 3px;
  padding-right: 3px;
  font-size: .9rem;
  font-weight: 600;
  line-height: 1.6rem;
  transition: all .2s;
}

.page-no:hover {
  border-bottom-color: var(--text-dark-backgrounds);
  color: var(--hover-color);
  text-decoration: none;
}

.page-no.current {
  background-color: var(--light-backgrounds);
  border-bottom-color: #d7e9ea00;
  border-radius: 40px;
  padding: 3px 12px;
}

.page-no.current:hover {
  color: #131212;
}

.page-no.invert {
  color: var(--white);
  border-bottom-color: #fff3;
}

.page-no.invert:hover {
  color: var(--active-color);
  border-bottom-color: #fff;
}

.hide {
  display: none;
}

.embedded-media {
  z-index: 2;
  justify-content: center;
  align-items: center;
  min-width: 80%;
  max-width: 80%;
  padding: 24px;
  display: flex;
  position: relative;
}

.embedded-media._100-p {
  min-width: 100%;
  max-width: 100%;
}

.dropdown-content-wrap {
  border: 1px solid var(--alternative-color-2);
  background-color: var(--white);
  border-radius: 18px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  overflow: hidden;
  box-shadow: 0 15px 30px #00000014;
}

.dropdown-wrap {
  z-index: 10;
  border-bottom: 1px solid #00000026;
  position: relative;
}

.dropdown-wrap.last,
.dropdown-wrap:last-child {
  margin-bottom: 18px;
}

.dropdown-wrap.team-bio-mobile {
  display: none;
}

.dropdown-trigger {
  z-index: 20;
  color: var(--text-dark-backgrounds);
  cursor: pointer;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-right: 18px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.dropdown-icon {
  background-color: var(--active-color);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 18px;
  min-width: 18px;
  height: 18px;
  min-height: 18px;
  margin-left: 24px;
  display: flex;
}

.dropdown-icon.faq, .dropdown-icon.team-bio {
  margin-top: 3px;
}

.dropdown-content {
  padding: 36px 36px 24px;
}

.simple-slider-arrow-icon {
  color: var(--active-color);
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4rem;
}

.simple-slider-arrow-icon.down {
  margin-top: 1px;
  transform: rotate(90deg);
}

.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.select-field {
  border: 1px solid var(--text-dark-backgrounds);
  background-color: var(--white);
  color: var(--text-dark-backgrounds);
  cursor: pointer;
  background-image: url('../images/Dropdown-Arrow.svg');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 6px;
  height: 54px;
  margin-bottom: 0;
  padding-left: 18px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.7rem;
  transition: all .2s;
}

.select-field:hover, .select-field:active, .select-field:focus {
  border-color: var(--active-color);
}

.social-icon {
  justify-content: center;
  align-items: center;
  padding-left: 2px;
  padding-right: 2px;
  display: flex;
}

.social-icon:hover {
  transform: translate(0, -3px);
}

.del-2 {
  z-index: 20;
  color: #005689;
  cursor: pointer;
  width: 100%;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-right: 60px;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  display: inline-block;
  position: relative;
}

.breadcrumbs {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  padding-top: 6px;
  padding-bottom: 12px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6rem;
  display: flex;
}

.avatar-large {
  object-fit: cover;
  border-radius: 0 0 80px;
  width: 160px;
  height: 160px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.ppm-intro-page-link {
  border: 1px solid var(--lines);
  color: var(--text-dark-backgrounds);
  border-radius: 6px;
  width: 100%;
  margin-bottom: 12px;
  padding: 12px 24px;
  display: block;
}

.ppm-intro-page-link:hover {
  border-color: var(--hover-color);
  color: var(--text-dark-backgrounds);
  text-decoration: none;
}

.title-line-wrap {
  background-color: var(--active-color);
  border-radius: 4px;
  width: 48px;
  height: 4px;
  margin-bottom: 18px;
  position: relative;
  overflow: hidden;
}

.slider-arrow-2 {
  border: 1px solid var(--lines);
  color: var(--active-color);
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-size: 1.4rem;
  transition: all .25s;
  display: flex;
  inset: 0% 0% 0% auto;
}

.slider-arrow-2:hover {
  border-color: var(--lines);
  background-color: var(--white);
  transform: scale(1.05);
  box-shadow: 0 20px 40px #1616321a;
}

.slider-arrow-2.left {
  inset: 0% auto 0% 0%;
}

.slider {
  z-index: 1;
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.breadcrumb-link {
  border-bottom: 1px solid var(--active-color);
  color: var(--text-dark-backgrounds);
}

.breadcrumb-link:hover {
  border-bottom-color: var(--text-dark-backgrounds);
  color: var(--hover-color);
  text-decoration: none;
}

.blog-filter {
  flex-wrap: wrap;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.filter-item {
  flex: 1;
  padding-left: 24px;
  padding-right: 24px;
}

.blog-filter-wrap {
  width: 100%;
  margin-bottom: 36px;
}

.close-line-1 {
  background-color: #f54f3d;
  border-radius: 2px;
  width: 28px;
  height: 2px;
  position: absolute;
  top: 14px;
  left: 6px;
  transform: rotate(45deg);
}

.close-line-1.white {
  background-color: #fff;
}

.close-modal {
  background-color: var(--active-color);
  cursor: pointer;
  border-radius: 48px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: all .25s;
  display: flex;
  position: absolute;
  inset: -24px -24px auto auto;
  box-shadow: 0 6px 24px #00000040;
}

.close-modal:hover {
  background-color: var(--hover-color);
}

.modal-window {
  background-color: #fff;
  border-radius: 24px;
  margin-bottom: 0;
  padding: 36px;
  overflow: scroll;
}

.modal-window.team-bio {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  border-radius: 24px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 42px 48px 48px;
  display: flex;
}

.close {
  width: 40px;
  height: 30px;
  display: block;
  position: relative;
}

.modal-wrapper {
  z-index: 2222;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.close-line-2 {
  background-color: #f54f3d;
  border-radius: 2px;
  width: 28px;
  height: 2px;
  position: absolute;
  top: 14px;
  left: 6px;
  transform: rotate(-45deg);
}

.close-line-2.white {
  background-color: #fff;
}

.modal {
  width: 900px;
  position: relative;
}

.modal-overlay {
  z-index: -1;
  background-color: #000000b3;
  width: 200%;
  height: 200%;
  position: absolute;
  inset: -50% 0% 0% -50%;
}

.text-link {
  border-bottom: 1px solid var(--active-color);
  color: var(--text-dark-backgrounds);
  transition: all .2s;
}

.text-link:hover {
  border-bottom-color: var(--text-dark-backgrounds);
  color: var(--active-color);
  text-decoration: none;
  transform: translate(0, -3px);
}

.form-block {
  margin-bottom: 0;
}

.action-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-wrap: wrap;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.horizontal-spacer._24 {
  width: 24px;
  height: 0;
}

.spacer {
  width: 100%;
  height: 5vh;
  max-height: 60px;
}

.icon-shadow {
  background-color: var(--alternative-color-3);
  opacity: .4;
  border-radius: 100px;
  width: 42px;
  height: 42px;
  position: absolute;
  inset: 0%;
}

.icon-wrap {
  margin-bottom: 12px;
  display: inline-block;
  position: relative;
}

.icon {
  z-index: 1;
  color: var(--text-dark-backgrounds);
  margin-bottom: 6px;
  display: inline-block;
  position: relative;
}

.link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-style: solid;
  border-width: 1px;
  border-color: #0000 #0000 var(--active-color);
  color: var(--text-dark-backgrounds);
  text-transform: capitalize;
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-bottom: 12px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: .9rem;
  font-weight: 600;
  line-height: 1.6rem;
  display: inline-flex;
  position: relative;
}

.link:hover {
  border-color: var(--hover-color);
  color: var(--text-dark-backgrounds);
  border-radius: 40px;
  padding-left: 18px;
  padding-right: 18px;
  text-decoration: none;
}

.link.on-spotlight {
  border-bottom-color: var(--white);
}

.link.on-spotlight:hover {
  border-color: var(--white);
}

.block {
  border: 1px solid var(--lines);
  background-color: var(--white);
  border-radius: 12px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding: 36px 30px 30px;
  display: flex;
}

.block._w-hover {
  transition: all .25s;
  position: relative;
  overflow: hidden;
}

.block._w-hover:hover {
  border-color: var(--alternative-color-2);
  background-color: var(--white);
  transform: translate(0, -6px);
  box-shadow: 0 20px 30px #00000012;
}

.block._w-hover.spotlight {
  border-color: var(--white);
  background-color: var(--alternative-color-3);
  opacity: 1;
  color: var(--text-dark-backgrounds);
}

.block.team-card {
  cursor: pointer;
  height: 100%;
  padding-top: 24px;
  transition: all .25s;
  position: relative;
  overflow: hidden;
}

.block.team-card:hover {
  border-color: var(--alternative-color-2);
  transform: translate(0, -6px);
  box-shadow: 0 20px 30px #00000012;
}

.block.contact-form {
  background-color: var(--text-dark-backgrounds);
  color: var(--white);
  padding: 48px;
}

.line {
  background-color: var(--alternative-color-1);
  width: 60px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.divider {
  background-color: var(--lines);
  width: 100%;
  height: 1px;
}

.nfi-text {
  border-right: 1px solid var(--lines);
  border-bottom: 1px solid var(--lines);
  border-left: 1px solid var(--lines);
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  padding: 24px 30px;
}
.nfi-text.top-border {
  border-top: 1px solid var(--lines);
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
}

.nfi-wrap {
  border-radius: 12px;
  flex: 1;
  transition: all .25s;
  overflow: hidden;
}

.nfi-wrap:hover {
  transform: translate(0, -6px);
  box-shadow: 0 20px 40px #00000012;
}

.tab-container {
  z-index: 3;
  flex-wrap: wrap;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 36px 48px 48px;
  display: flex;
  overflow: hidden;
}

.tab-container._w-table {
  flex-flow: column;
  align-items: stretch;
}

.tabs-menu {
  border-bottom: 1px solid #ffffff26;
  justify-content: space-between;
  align-items: stretch;
  font-family: Merriweather, serif;
  font-weight: 700;
  display: flex;
  overflow: hidden;
}

.tab-link {
  background-color: var(--active-color);
  color: var(--text-dark-backgrounds);
  text-align: left;
  border-left: 1px solid #0000;
  border-right: 1px solid #0003;
  flex: 1;
  padding: 18px 24px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1.6rem;
  display: flex;
}

.tab-link:hover {
  background-color: var(--hover-color);
  color: var(--white);
  text-decoration: none;
}

.tab-link.w--current {
  background-color: var(--text-dark-backgrounds);
  color: var(--white);
  box-shadow: 0 10px 20px #00000012;
}

.tabs {
  background-color: var(--text-dark-backgrounds);
  color: var(--white);
  border-radius: 24px;
  flex: 1;
  overflow: hidden;
}

.tab-cell {
  text-align: left;
  flex: 1;
  justify-content: center;
  padding: 18px;
}

.tab-cell.table-intro-text {
  width: 70%;
}

.quote-rating {
  color: var(--alternative-color-1);
  margin-bottom: 18px;
}

.testimonial-author {
  flex: 0 auto;
  margin-top: 18px;
  margin-bottom: 18px;
  font-size: .9rem;
  line-height: 1.6rem;
}

.testimonial-author-info {
  flex: 0 auto;
  margin-top: -12px;
  margin-bottom: 12px;
  font-size: .9rem;
  line-height: 1.6rem;
}

.table-cell {
  word-break: normal;
  overflow-wrap: anywhere;
  border-left: 1px solid #ffffff1a;
  flex: 1;
  padding: 12px 24px;
  font-size: 1rem;
  line-height: 1.6rem;
}

.table-cell.tint {
  background-color: #ffffff0f;
}

.table-cell.intro {
  border-left-style: none;
  flex: 0 auto;
  width: 50%;
}

.table-cell.consultant-title {
  border-left-style: none;
  flex: 0 auto;
  width: 300px;
}

.table {
  flex-flow: column;
  align-items: stretch;
  display: flex;
}

.table-row {
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.table-row.no-scroll {
  border-bottom: 1px solid var(--lines);
}

.table-scroll-notice {
  display: none;
}

.header {
  padding-top: 120px;
  position: relative;
  overflow: hidden;
}

.header.tint {
  background-color: var(--light-backgrounds);
}

.footer-subtle-link {
  color: var(--white);
}

.footer-copyright-v2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: left;
  border-top: 1px solid #ffffff26;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 36px;
  padding-top: 36px;
  display: flex;
}

.footer-social-v2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: left;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  padding-top: 36px;
  display: flex;
}

.footer-links-wrap {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.play-button {
  z-index: 10;
  border: 6px solid var(--active-color);
  cursor: pointer;
  border-radius: 96px;
  justify-content: center;
  align-items: center;
  width: 108px;
  height: 108px;
  transition: all .25s;
  display: flex;
  position: absolute;
}

.play-button:hover {
  transform: scale(1.2);
}

.play-arrow-wrap {
  width: 30px;
  height: 40px;
  margin-left: 6px;
  position: relative;
  overflow: hidden;
}

.play-arrow {
  background-color: var(--text-dark-backgrounds);
  transform-style: preserve-3d;
  width: 40px;
  height: 40px;
  position: absolute;
  left: -20px;
  transform: rotateX(50deg)rotateY(0)rotateZ(45deg);
}

.team-bio-image {
  border-bottom-right-radius: 120px;
  width: 33.3%;
  margin-top: 18px;
}

.modal-cell, .slider-cell {
  text-align: left;
  flex: 1;
  justify-content: center;
  padding: 18px;
}

.slider-cell.center-intro {
  text-align: center;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  margin-left: 15%;
  margin-right: 15%;
  display: flex;
}

.form-section {
  text-align: left;
  flex-flow: wrap;
  align-items: stretch;
  display: flex;
}

.form-row-wrap {
  width: 100%;
  display: flex;
}

.form-row-wrap.action {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
}

.form-item-wrap {
  flex: 1;
  padding-top: 8px;
  padding-bottom: 8px;
}

.header-inline-img {
  object-fit: cover;
  border-radius: 0 40vw 40vw;
  width: 100%;
  height: 100%;
}

.header-bg {
  z-index: -1;
  background-color: var(--light-backgrounds);
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.header-inline-deco {
  background-color: var(--alternative-color-1);
  border-radius: 10vw;
  width: 10vw;
  max-width: 120px;
  height: 10vw;
  max-height: 120px;
  position: absolute;
  inset: auto 18px 18px auto;
}

.header-inline-wrap {
  position: relative;
}

.header-inline-shadow {
  z-index: -1;
  background-color: var(--lines);
  border-radius: 0 50vw 50vw;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -18px;
  left: -18px;
  overflow: hidden;
}

.header-bg-pattern {
  background-image: url('../images/pattern.svg');
  background-position: 0 0;
  background-size: contain;
  width: 40%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.header-corner-deco {
  background-color: var(--lines);
  border-top-right-radius: 15vh;
  width: 15vh;
  height: 15vh;
  position: absolute;
  inset: auto auto 0% 0%;
}

.sg-subtitle {
  border-bottom: 1px solid var(--lines);
  margin-bottom: 12px;
  font-size: .8rem;
  line-height: 1.4rem;
}

.sg-llist {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: left;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 70%;
  padding: 18px;
  display: flex;
}

.embeded-media-deco {
  background-color: var(--alternative-color-1);
  border-radius: 10vw;
  width: 10vw;
  max-width: 120px;
  height: 10vw;
  max-height: 120px;
  position: absolute;
  inset: auto 18px 18px auto;
}

.embeded-media-deco.is-a-logo {
  background-color: var(--white);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 200px;
  max-width: none;
  height: auto;
  max-height: none;
  padding: 25px;
  display: flex;
  bottom: -24px;
  right: 0;
  box-shadow: 0 20px 40px #0000001a;
}

.embeded-media-shadow {
  z-index: -1;
  background-color: var(--light-backgrounds);
  border-radius: 0 0 200px;
  width: 90%;
  height: 90%;
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.embeded-media-img {
  object-fit: cover;
  border-radius: 0 0 200px;
  width: 100%;
  height: 100%;
}

.nav {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.nav-spacer {
  height: 18px;
}

.nav-wrap {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-dropdown-trigger {
  z-index: 20;
  cursor: pointer;
  padding-top: 12px;
  padding-bottom: 12px;
  display: inline-block;
  position: relative;
}

.nav-dropdown-trigger:hover {
  text-decoration: none;
}

.sticky-bg {
  z-index: -1;
  opacity: 0;
  background-color: #fff;
  border-bottom: 1px solid #d7e9ea;
  position: absolute;
  inset: 0%;
  box-shadow: 0 20px 20px #00000008;
}

.nav-icon-buttons {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  align-items: center;
  padding-left: 18px;
  font-size: .9rem;
  line-height: 1.6rem;
  display: flex;
}

.hamburger {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 24px;
  height: 15px;
  display: flex;
}

.nav-dropdown-arrow {
  cursor: pointer;
  background-image: url('../images/Dropdown-Arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 10px;
  width: 24px;
  height: 24px;
}

.hamburger-row {
  background-color: #192567;
  border-radius: 2px;
  width: 24px;
  height: 2px;
}

.hamburger-row._3 {
  width: 12px;
}

.logo-img {
  height: 48px;
}

.nav-icon-button {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 50px;
  display: flex;
  position: relative;
}

.nav-icon-button._w-mobile-menu {
  display: none;
}

.nav-dropdown-content {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  background-color: var(--active-color);
  border-radius: 12px;
  flex-flow: column;
  padding: 30px;
  display: flex;
}

.nav-link {
  color: var(--text-dark-backgrounds);
  border-bottom: 1px solid #0000;
  font-size: .9rem;
  font-weight: 700;
  line-height: 1.6rem;
  transition: all .25s;
}

.nav-link:hover {
  border-bottom-color: var(--text-dark-backgrounds);
  color: var(--hover-color);
  text-decoration: none;
}

.nav-link.w--current {
  border-top-color: #98b839;
}

.nav-link.w--current:hover {
  color: #192567;
}

.nav-link.as-button {
  background-color: var(--active-color);
  color: var(--text-dark-backgrounds);
  border-bottom-style: none;
  border-radius: 100px;
  padding: 6px 24px;
  display: inline-block;
  box-shadow: 0 10px 30px #0000001a;
}

.nav-link.as-button:hover {
  background-color: var(--hover-color);
  box-shadow: 0 20px 30px #00000026;
}

.nav-link.as-button.secondary {
  border: 1px solid var(--active-color);
  box-shadow: none;
  background-color: #dab84b00;
}

.nav-link.as-button.secondary:hover {
  border-color: var(--hover-color);
  background-color: var(--hover-color);
  box-shadow: 0 10px 30px #0000001a;
}

.nav-link.hide-desktop {
  display: none;
}

.nav-dropdown-link {
  align-items: center;
  font-size: .9rem;
  font-weight: 700;
  line-height: 1.6rem;
  transition: all .25s;
  display: flex;
  position: relative;
}

.nav-dropdown-link:hover {
  color: #e74c18;
  text-decoration: none;
}

.nav-dropdown-link.w--current {
  border-top-color: #98b839;
}

.nav-dropdown-link.w--current:hover {
  color: #18184b;
}

.menu-open {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.nav-bar {
  z-index: 1111;
  width: 100%;
  position: fixed;
  inset: 0% 0% auto;
}

.navtainer {
  z-index: 3;
  border-radius: 20px;
  flex-wrap: wrap;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 12px 48px;
  display: flex;
  position: relative;
}

.nav-dropdown-content-wrap {
  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: flex-start;
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 24px;
  font-weight: 600;
  display: none;
  position: absolute;
  inset: 100% 0 auto auto;
}

.child-link {
  color: var(--text-dark-backgrounds);
  letter-spacing: 1px;
  white-space: nowrap;
  cursor: pointer;
  border-bottom: 1px solid #061a1026;
  width: 100%;
  font-weight: 700;
  transition: all .2s;
  display: inline-block;
}

.child-link:hover {
  border-bottom-color: var(--text-dark-backgrounds);
  color: var(--text-dark-backgrounds);
  text-decoration: none;
}

.child-link.w--current {
  color: #01c6e4;
}

.nav-buttons-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.text-link-2,
.list-links-wrap ul a,
.sidebar-auto-wrap ul a {
  border-bottom: 1px solid var(--active-color);
  color: var(--text-dark-backgrounds);
  transition: all .2s;
}

.text-link-2:hover,
.list-links-wrap ul a:hover,
.sidebar-auto-wrap ul a:hover {
  border-bottom-color: var(--text-dark-backgrounds);
  color: var(--all-links);
  text-decoration: none;
  transform: translate(0, -3px);
}

.anchor-nav-wrap {
  border-bottom: 1px solid var(--lines);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-left: 18px;
  margin-right: 18px;
  padding-top: 18px;
  padding-bottom: 18px;
  display: flex;
}

.anchor-nav-link {
  color: var(--text-dark-backgrounds);
  font-size: .9rem;
  font-weight: 700;
  line-height: 1.6rem;
  transition: all .25s;
}

.anchor-nav-link:hover {
  color: var(--hover-color);
  text-decoration: none;
}

.anchor-nav-link.w--current {
  border-top-color: #98b839;
}

.anchor-nav-link.w--current:hover {
  color: #03234d;
}

.anchor-nav-divider {
  background-color: var(--alternative-color-1);
  border-radius: 6px;
  width: 6px;
  height: 6px;
}

.list {
  padding-top: 12px;
  padding-bottom: 12px;
}

.consultant-image {
  object-fit: cover;
  border-radius: 0 0 200px;
  width: 100%;
  max-height: 400px;
}

.consultant-image.is-a-logo {
  border-radius: 0;
  max-width: 300px;
  max-height: 300px;
}

.consultant-info {
  border-top: 1px solid var(--lines);
  margin-top: 24px;
  padding-top: 24px;
}

.number-as-icon {
  margin-bottom: 12px;
  padding: 6px;
  display: inline-block;
  position: relative;
}

.number-wrap {
  z-index: 1;
  color: #192567;
  background-color: #fff;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  display: flex;
  position: relative;
}

.number {
  z-index: 1;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6rem;
  position: relative;
}

.number-shadow-1 {
  background-color: var(--alternative-color-1);
  opacity: 1;
  border-radius: 60px;
  width: 60px;
  height: 60px;
  position: absolute;
  inset: auto auto 0% 0%;
  transform: rotate(20deg);
}

.number-shadow-2 {
  background-color: var(--alternative-color-3);
  opacity: 1;
  border-radius: 60px;
  width: 60px;
  height: 60px;
  position: absolute;
  inset: 0% 0% auto auto;
  transform: rotate(20deg);
}

.floats-right {
  float: right;
  min-width: 50%;
  max-width: 50%;
  margin-bottom: 48px;
  margin-left: 48px;
  display: inline-block;
}

.anchor-dropdown-wrap {
  z-index: 10;
  border-bottom: 1px solid var(--lines);
  width: 100%;
  margin-left: 18px;
  margin-right: 18px;
  font-size: .9rem;
  font-weight: 700;
  line-height: 1.5rem;
  position: relative;
}

.anchor-dropdown-trigger {
  z-index: 20;
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-right: 24px;
  display: flex;
  position: relative;
}

.anchor-dropdown-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.dropdown-link {
  border-top: 1px solid var(--lines);
  color: var(--text-dark-backgrounds);
  width: 100%;
  padding-top: 18px;
  padding-bottom: 18px;
  transition: all .2s;
}

.dropdown-link:hover {
  color: var(--hover-color);
  text-decoration: none;
}

.dropdown-link.w--current {
  border-top-color: #98b839;
}

.anchor-nav-title {
  border-bottom: 1px solid var(--lines);
  width: 100%;
  margin-bottom: 18px;
  padding-bottom: 18px;
  font-family: PT Serif, serif;
  font-weight: 700;
}

.anchor-nav {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

@media screen and (max-width: 1200px) {
  .nav {
    z-index: 1;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: var(--light-backgrounds);
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    height: 100vh;
    padding: 120px 42px;
    display: none;
    position: absolute;
    inset: -36px 0% auto;
    overflow: scroll;
  }
  .nav-spacer {
    height: 18px;
  }
  .nav-dropdown-trigger {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 60px;
  }
  .nav-icon-buttons {
    z-index: 3;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: var(--white);
    border-radius: 60px;
    padding-left: 12px;
    padding-right: 12px;
    position: relative;
    box-shadow: 0 2px 10px #00000012;
  }
  .hamburger {
    justify-content: space-between;
    align-items: flex-end;
  }
  .nav-dropdown-arrow {
    z-index: 100;
    background-size: 12px;
    width: 54px;
    height: 54px;
    position: absolute;
    inset: 0% 0 0% auto;
  }
  .hamburger-row {
    height: 2px;
  }
  .logo-img {
    z-index: 3;
    position: relative;
  }
  .nav-icon-button {
    width: 48px;
    height: 48px;
    margin-left: 0;
    margin-right: 0;
  }
  .nav-icon-button._w-mobile-menu {
    display: block;
  }
  .nav-icon-button._w-dropdown {
    display: none;
  }
  .nav-dropdown-content {
    background-color: #fe4d1d00;
    padding: 6px 0 24px;
  }
  .nav-link {
    color: #192567;
    border-bottom: 1px solid #0000001a;
    padding: 12px 0;
    font-size: 1.2rem;
    line-height: 1.8rem;
    display: inline-block;
  }
  .nav-link:hover {
    color: #192567;
    border-bottom-color: #0000001a;
  }
  .nav-link.w--current {
    background-color: #0000;
  }
  .nav-link.as-button {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    padding: 12px 30px 14px;
  }
  .nav-link._w-dropdown {
    border-bottom-style: none;
  }
  .nav-link.hide-desktop {
    display: block;
  }
  .nav-dropdown-link {
    border-bottom: 1px solid #0000001a;
    flex-direction: column;
    align-items: stretch;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
  .nav-dropdown-link:hover {
    color: #18184B;
  }
  .nav-dropdown-link.w--current {
    color: #fff;
    background-color: #0000;
  }
  .nav-dropdown-link.w--current:hover {
    color: #fff;
  }
  .navtainer {
    align-items: center;
    padding-left: 36px;
    padding-right: 24px;
  }
  .nav-dropdown-content-wrap {
    padding: 0;
    position: static;
  }
  .child-link {
    color: #192567;
    background-color: #0000;
    border-bottom-style: none;
    padding-left: 0;
    padding-right: 0;
    font-size: 1rem;
    line-height: 1.6rem;
  }
  .child-link:hover {
    color: #03234D;
    background-color: #0000;
  }
  .nav-buttons-wrap {
    flex-flow: wrap;
    padding-top: 36px;
    padding-bottom: 36px;
  }
  .anchor-nav-link:hover {
    color: #03234D;
    border-bottom-color: #0000001a;
  }
  .anchor-nav-link.w--current {
    color: #fff;
    background-color: #0000;
  }
  .anchor-nav-link.w--current:hover {
    color: #fff;
  }
  .consultant-image {
    border-bottom-right-radius: 120px;
  }
  .dropdown-link {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .dropdown-link:hover {
    border-bottom-color: #fff3;
  }
  .dropdown-link.w--current {
    color: #fff;
    background-image: none;
    background-repeat: repeat;
    border-bottom-color: #fff3;
  }
}

@media screen and (min-width: 1280px) {
  .spacer {
    max-height: 72px;
  }

  .nav {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }
}

@media screen and (min-width: 1440px) {
  .fluid-cell {
    padding: 24px;
  }

  .fluid-cell.list-links-wrap {
    margin-left: 8%;
    padding-left: 8%;
  }

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

  .container._w-slider {
    padding-left: 60px;
    padding-right: 60px;
  }

  .thumb-img.nfi-img {
    height: 260px;
  }

  .article-cell {
    padding: 36px;
  }

  .avatar-large {
    width: 180px;
    height: 180px;
  }

  .spacer {
    height: 6vh;
    max-height: 84px;
  }

  .tab-container {
    padding: 72px;
  }

  .modal-cell, .slider-cell {
    padding: 24px;
  }

  .header-bg {
    border-bottom-right-radius: 18px;
    border-bottom-left-radius: 18px;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }

  .sg-llist {
    padding: 24px;
  }

  .nav-icon-buttons {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    padding-left: 24px;
  }

  .navtainer {
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 84px;
    padding-right: 84px;
  }

  .anchor-nav-wrap, .anchor-dropdown-wrap {
    margin-left: 24px;
    margin-right: 24px;
  }
}

@media screen and (max-width: 991px) {
  body {
    background-image: none;
  }

  h1 {
    font-size: 3rem;
    line-height: 3.75rem;
  }

  h2 {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }

  h3 {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }

  h4 {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }

  a:hover {
    color: var(--hover-color);
  }

  blockquote {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }

  .fluid-cell {
    flex: 1;
  }

  .fluid-cell._25-p._50-p-on-tablet {
    width: 50%;
  }

  .fluid-cell._70-p {
    width: 80%;
  }

  .fluid-cell._33-p._100-p-tablet {
    width: 100%;
  }

  .fluid-cell._33-p._50-p-tablet {
    width: 50%;
  }

  .fluid-cell.center-intro {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
  }

  .fluid-cell.footer-info {
    padding-right: 18px;
  }

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

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

  .container._3-col-grid.team-cards, .container._4-col-grid {
    grid-template-columns: 1fr 1fr;
  }

  .container._w-slider {
    padding-left: 36px;
    padding-right: 36px;
  }

  .faux-h1 {
    font-size: 3rem;
    line-height: 3.75rem;
  }

  .faux-h2 {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }

  .faux-h3 {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }

  .faux-h4 {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }

  .faux-h5.in-footer {
    margin-bottom: 12px;
  }

  .img-in-text,
  img.aligncenter {
    border-bottom-right-radius: 120px;
  }

  .thumb-img.nfi-img.large {
    height: 220px;
  }

  .thumb-link, .article-cell {
    flex: 1;
  }

  .article-cell._33-p-article {
    width: 50%;
  }

  .pagination {
    padding-top: 24px;
  }

  .embedded-media {
    min-width: 100%;
    max-width: 100%;
    padding: 12px;
  }

  .dropdown-content {
    padding: 24px 24px 12px;
  }

  .del-2 {
    padding-right: 36px;
  }

  .breadcrumbs {
    padding-bottom: 6px;
  }

  .slider-arrow-2 {
    width: 48px;
    height: 48px;
    font-size: 1rem;
  }

  .slider-arrow-2.left {
    width: 48px;
    height: 48px;
  }

  .filter-item {
    flex: 0 auto;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .blog-filter-wrap {
    margin-bottom: 30px;
  }

  .modal-window.team-bio {
    padding: 30px 36px 36px;
  }

  .modal {
    width: 90vw;
  }

  .spacer {
    height: 48px;
    max-height: none;
  }

  .block {
    padding: 30px 24px 24px;
  }

  .block.team-card {
    padding-top: 18px;
  }

  .block.contact-form {
    padding: 36px;
  }

  .nfi-text {
    padding: 18px 24px 24px;
  }

  .tab-container {
    padding: 24px;
  }

  .tab-cell {
    z-index: 10;
    flex: 1;
    position: relative;
  }

  .tab-cell.table-intro-text {
    width: 100%;
  }

  .table-cell {
    padding-left: 18px;
    padding-right: 18px;
  }

  .table-cell.consultant-title {
    width: 250px;
  }

  .header {
    padding-top: 108px;
  }

  .footer-copyright-v2, .footer-social-v2 {
    flex: 1;
  }

  .team-bio-image {
    border-bottom-right-radius: 80px;
  }

  .modal-cell, .slider-cell {
    flex: 1;
  }

  .slider-cell.center-intro {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
  }

  .sg-llist {
    flex: 1;
  }

  .embeded-media-shadow, .embeded-media-img {
    border-bottom-right-radius: 120px;
  }

  .nav {
    z-index: 1;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: var(--light-backgrounds);
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    height: 100vh;
    padding: 120px 42px;
    display: none;
    position: absolute;
    inset: -36px 0% auto;
    overflow: scroll;
  }

  .nav-spacer {
    height: 18px;
  }

  .nav-dropdown-trigger {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 60px;
  }

  .nav-icon-buttons {
    z-index: 3;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: var(--white);
    border-radius: 60px;
    padding-left: 12px;
    padding-right: 12px;
    position: relative;
    box-shadow: 0 2px 10px #00000012;
  }

  .hamburger {
    justify-content: space-between;
    align-items: flex-end;
  }

  .nav-dropdown-arrow {
    z-index: 100;
    background-size: 12px;
    width: 54px;
    height: 54px;
    position: absolute;
    inset: 0% 0 0% auto;
  }

  .hamburger-row {
    height: 2px;
  }

  .logo-img {
    z-index: 3;
    position: relative;
  }

  .nav-icon-button {
    width: 48px;
    height: 48px;
    margin-left: 0;
    margin-right: 0;
  }

  .nav-icon-button._w-mobile-menu {
    display: block;
  }

  .nav-icon-button._w-dropdown {
    display: none;
  }

  .nav-dropdown-content {
    background-color: #fe4d1d00;
    padding: 6px 0 24px;
  }

  .nav-link {
    color: #192567;
    border-bottom: 1px solid #0000001a;
    padding: 12px 0;
    font-size: 1.2rem;
    line-height: 1.8rem;
    display: inline-block;
  }

  .nav-link:hover {
    color: #192567;
    border-bottom-color: #0000001a;
  }

  .nav-link.w--current {
    background-color: #0000;
  }

  .nav-link.as-button {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    padding: 12px 30px 14px;
  }

  .nav-link._w-dropdown {
    border-bottom-style: none;
  }

  .nav-link.hide-desktop {
    display: block;
  }

  .nav-dropdown-link {
    border-bottom: 1px solid #0000001a;
    flex-direction: column;
    align-items: stretch;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1.2rem;
    line-height: 1.8rem;
  }

  .nav-dropdown-link:hover {
    color: #18184b;
  }

  .nav-dropdown-link.w--current {
    color: #fff;
    background-color: #0000;
  }

  .nav-dropdown-link.w--current:hover {
    color: #fff;
  }

  .navtainer {
    align-items: center;
    padding-left: 36px;
    padding-right: 24px;
  }

  .nav-dropdown-content-wrap {
    padding: 0;
    position: static;
  }

  .child-link {
    color: #192567;
    background-color: #0000;
    border-bottom-style: none;
    padding-left: 0;
    padding-right: 0;
    font-size: 1rem;
    line-height: 1.6rem;
  }

  .child-link:hover {
    color: #03234d;
    background-color: #0000;
  }

  .nav-buttons-wrap {
    flex-flow: wrap;
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .anchor-nav-link:hover {
    color: #03234d;
    border-bottom-color: #0000001a;
  }

  .anchor-nav-link.w--current {
    color: #fff;
    background-color: #0000;
  }

  .anchor-nav-link.w--current:hover {
    color: #fff;
  }

  .consultant-image {
    border-bottom-right-radius: 120px;
  }

  .dropdown-link {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .dropdown-link:hover {
    border-bottom-color: #fff3;
  }

  .dropdown-link.w--current {
    color: #fff;
    background-image: none;
    background-repeat: repeat;
    border-bottom-color: #fff3;
  }
}

@media screen and (max-width: 767px) {
  body {
    background-position: -300px -20px;
  }

  h1 {
    margin-bottom: 12px;
    padding-top: 8px;
    font-size: 2.6rem;
    line-height: 3.2rem;
  }

  h2 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 2.1rem;
    line-height: 2.75rem;
  }

  h3 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 1.6rem;
    line-height: 2.25rem;
  }

  h4 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 1.3rem;
    line-height: 2rem;
  }

  h5 {
    padding-top: 8px;
    font-size: 1.1rem;
    line-height: 1.7rem;
  }

  blockquote {
    margin-left: 0;
    font-size: 1.75rem;
    line-height: 2.6rem;
  }

  .p-large {
    margin-bottom: 18px;
  }

  .p-small.caption {
    margin-top: -24px;
    margin-bottom: 36px;
  }

  .section {
    overflow: hidden;
  }

  .fluid-cell {
    flex-direction: column;
    justify-content: flex-start;
    padding-left: 12px;
    padding-right: 12px;
  }

  .fluid-cell._67-p, .fluid-cell._50-p, .fluid-cell._25-p, .fluid-cell._25-p._50-p-on-tablet, .fluid-cell._70-p, .fluid-cell._33-p, .fluid-cell._33-p._50-p-tablet {
    width: 100%;
  }

  .fluid-cell.center-intro {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .fluid-cell.list-links-wrap {
    border-left-style: none;
    width: 100%;
    margin-left: 0;
    padding-left: 12px;
  }

  .fluid-cell.footer-info {
    padding-right: 12px;
  }

  .fluid-cell._w-table {
    padding-left: 0;
    padding-right: 0;
  }

  .fluid-cell.is-table-intro {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .subheading {
    background-image: none;
    font-size: .9rem;
    line-height: 1.6rem;
  }

  .subheading.division {
    padding-bottom: 18px;
  }

  .subheading.division.hide-in-grid {
    display: block;
  }

  .text-field {
    padding-right: 24px;
  }

  .container {
    flex-flow: column;
    align-items: stretch;
    padding-left: 18px;
    padding-right: 18px;
  }

  .container.center-horizontal {
    justify-content: flex-start;
    align-items: stretch;
  }

  .container.footer-cols {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    display: flex;
  }

  .container.reverse-mobile {
    flex-direction: column-reverse;
  }

  .container._2-col-grid, .container._3-col-grid, .container._3-col-grid.team-cards, .container._4-col-grid {
    grid-template-columns: 1fr;
  }

  .container._w-slider {
    padding-left: 18px;
    padding-right: 18px;
  }

  .container._w-table {
    padding-left: 0;
    padding-right: 0;
  }

  .faux-h1 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 2.6rem;
    line-height: 3.2rem;
  }

  .faux-h2 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 2.1rem;
    line-height: 2.75rem;
  }

  .faux-h3 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 1.6rem;
    line-height: 2.25rem;
  }

  .faux-h4 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 1.3rem;
    line-height: 2rem;
  }

  .faux-h5 {
    padding-top: 8px;
    font-size: 1.1rem;
    line-height: 1.7rem;
  }

  .img-in-text,
  img.aligncenter {
    min-width: 100%;
    margin-top: 48px;
    margin-bottom: 48px;
    margin-left: 0%;
  }

  .thumb-img {
    min-width: 100%;
  }

  .thumb-img.nfi-img.large {
    height: 320px;
  }

  .thumb-link {
    flex-direction: column;
    justify-content: flex-start;
  }

  .article-cell {
    flex-direction: column;
    justify-content: flex-start;
    padding: 3vw;
  }

  .article-cell._50-p-article {
    width: 100%;
  }

  .article-cell._33-p-article {
    width: 100%;
  }

  .hide-mobile {
    display: none;
  }

  .pagination {
    padding-top: 18px;
  }

  .embedded-media {
    padding: 12px 0;
  }

  .dropdown-content-wrap.team-bio {
    box-shadow: none;
    background-color: #fff0;
    border-style: none;
    border-radius: 0;
  }

  .dropdown-wrap.team-bio-mobile {
    border-bottom-style: none;
    display: block;
  }

  .dropdown-trigger.team-bio {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: flex-start;
    align-items: center;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: .9rem;
    font-weight: 600;
    line-height: 1.6rem;
  }

  .dropdown-icon.team-bio {
    margin-top: 0;
    margin-left: 0;
  }

  .dropdown-content.team-bio {
    border-bottom: 1px solid var(--lines);
    margin-bottom: 18px;
    padding: 0 0 12px;
  }

  .select-field {
    padding-left: 18px;
  }

  .avatar-large {
    width: 140px;
    height: 140px;
    margin-right: 30px;
  }

  .ppm-intro-page-link {
    padding-left: 24px;
    padding-right: 24px;
  }

  .ppm-intro-page-link:hover {
    box-shadow: none;
    transform: none;
  }

  .slider-arrow-2 {
    width: 48px;
    height: 48px;
    inset: auto 0% 0% 60px;
  }

  .slider-arrow-2.left {
    inset: auto 60px 0% 0%;
  }

  .slider {
    width: 100%;
    margin-bottom: 24px;
    padding-bottom: 48px;
  }

  .filter-item {
    width: 100%;
    padding: 6px 12px;
  }

  .blog-filter-wrap {
    margin-bottom: 24px;
  }

  .modal-window {
    border-top: 2px solid var(--text-dark-backgrounds);
    border-radius: 18px;
    padding: 24px;
  }

  .modal-window.team-bio {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    padding-top: 36px;
  }

  .spacer {
    height: 36px;
  }

  .link {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .block.team-card {
    cursor: auto;
  }

  .block.team-card:hover {
    transform: none;
  }

  .block.contact-form {
    padding: 30px;
  }

  .tab-container {
    flex-direction: column;
    padding: 24px 30px 30px;
  }

  .tab-container._w-table {
    padding-top: 12px;
    padding-left: 0;
    padding-right: 0;
  }

  .tabs-content {
    width: 100%;
  }

  .tabs-menu {
    flex-flow: column;
    align-items: stretch;
  }

  .tab-link {
    text-align: left;
    border-bottom: 1px solid #0003;
    border-right-style: none;
    padding: 18px 30px;
  }

  .tab-link.w--current {
    border-left-style: none;
    border-right-style: none;
  }

  .tab-cell {
    flex-direction: column;
    justify-content: flex-start;
    padding: 12px 0;
  }

  .tab-cell.table-intro-text {
    padding-bottom: 36px;
    padding-left: 36px;
    padding-right: 36px;
  }

  .tab-cell._w-table {
    border-top: 1px solid #ffffff26;
    border-bottom: 1px solid #ffffff26;
    padding-top: 0;
    padding-bottom: 0;
  }

  .table-cell {
    min-width: 40%;
    padding-left: 36px;
    padding-right: 36px;
  }

  .table-cell.intro {
    flex: none;
    width: 60%;
  }

  .table-cell.consultant-title {
    flex: none;
  }

  .table-cell.no-scroll {
    padding: 3px 0;
  }

  .table {
    overflow: scroll;
  }

  .table.no-scroll {
    overflow: visible;
  }

  .table-row {
    flex: none;
    min-width: auto;
  }

  .table-row.no-scroll {
    flex-flow: column;
    flex: 0 auto;
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .table-scroll-notice {
    margin-top: 24px;
    font-size: .8rem;
    font-style: italic;
    line-height: 1.4rem;
    display: block;
  }

  .header {
    padding-top: 84px;
    overflow: hidden;
  }

  .footer-copyright-v2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-v2 {
    border-bottom: 1px solid #ffffff26;
    padding-bottom: 36px;
  }

  .team-bio-image {
    border-bottom-right-radius: 60px;
    width: 50%;
    margin-top: 0;
  }

  .modal-cell {
    flex-direction: column;
    justify-content: flex-start;
    padding-left: 12px;
    padding-right: 12px;
  }

  .short-bio {
    display: none;
  }

  .trigger-titles {
    display: flex;
  }

  .close-bio {
    display: none;
  }

  .slider-cell {
    flex-direction: column;
    justify-content: flex-start;
    padding-left: 12px;
    padding-right: 12px;
  }

  .slider-cell.center-intro {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .header-inline-img {
    border-top-right-radius: 0;
    border-bottom-right-radius: 30vw;
    border-bottom-left-radius: 0;
    height: auto;
  }

  .header-inline-deco {
    width: 20vw;
    height: 20vw;
    bottom: 0;
    right: 0;
  }

  .header-inline-wrap {
    width: 100%;
  }

  .header-inline-shadow {
    border-top-right-radius: 0;
    border-bottom-right-radius: 40vw;
    border-bottom-left-radius: 0;
    width: 100%;
    height: 100%;
    display: none;
    left: 18px;
  }

  .sg-llist {
    flex-direction: column;
    justify-content: flex-start;
    padding-left: 12px;
    padding-right: 12px;
  }

  .embeded-media-deco {
    width: 20vw;
    height: 20vw;
    bottom: 0;
    right: 0;
  }

  .embeded-media-shadow {
    border-top-right-radius: 0;
    border-bottom-right-radius: 40vw;
    border-bottom-left-radius: 0;
    width: 100%;
    height: 100%;
    display: none;
    left: 18px;
  }

  .embeded-media-img {
    height: auto;
  }

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

  .nav-spacer {
    height: 12px;
  }

  .menu-open {
    width: 100%;
    height: 100%;
  }

  .navtainer {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 24px;
  }

  .nav-buttons-wrap {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .anchor-nav-wrap {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    margin-left: 12px;
    margin-right: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .anchor-nav-divider {
    background-color: var(--lines);
    border-radius: 0;
    width: 100%;
    height: 1px;
  }

  .consultant-image {
    height: auto;
  }

  .floats-right {
    float: none;
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 24px;
    margin-left: 0;
  }

  .anchor-dropdown-wrap {
    width: auto;
    margin-left: 12px;
    margin-right: 12px;
  }

  .anchor-nav-title {
    margin-bottom: 12px;
    padding-bottom: 12px;
  }

  .anchor-nav {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  body {
    background-position: -330px -20px;
  }

  h1 {
    line-height: 3.1rem;
  }

  p {
    margin-bottom: 12px;
  }

  blockquote {
    padding-left: 24px;
    font-size: 1.4rem;
    line-height: 2.1rem;
  }

  .p-large {
    font-size: 1.4rem;
    line-height: 2rem;
  }

  .p-small.caption {
    margin-top: -18px;
    margin-bottom: 30px;
  }

  .utility-page-content {
    width: 260px;
  }

  .button {
    padding-left: 36px;
    padding-right: 36px;
  }

  .fluid-cell {
    padding: 12px 0;
  }

  .fluid-cell.center-intro {
    text-align: left;
    align-items: flex-start;
  }

  .fluid-cell.list-links-wrap {
    border-top: 1px solid var(--lines);
    padding-top: 24px;
    padding-left: 0;
  }

  .fluid-cell.footer-info {
    padding-right: 0;
  }

  .fluid-cell.is-table-intro {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .fluid-cell.is-table-intro.center {
    text-align: left;
    align-items: flex-start;
  }

  .container {
    align-items: stretch;
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .container._w-slider {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .img-in-text,
  img.aligncenter {
    border-bottom-right-radius: 80px;
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .thumb-img.nfi-img.large {
    height: 220px;
  }

  .article-cell {
    padding: 18px 0;
  }

  .pagination {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    padding-top: 12px;
  }

  .embedded-media {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .embedded-media._w-consultant-logo {
    flex-flow: column-reverse;
  }

  .dropdown-trigger {
    padding-right: 6px;
  }

  .avatar-large {
    margin-bottom: 18px;
  }

  .slider-arrow-2 {
    inset: auto auto 0% 60px;
  }

  .slider-arrow-2.left {
    inset: auto auto 0% 0%;
  }

  .filter-item {
    width: 100%;
    padding: 6px 0;
  }

  .blog-filter-wrap {
    margin-bottom: 12px;
  }

  .modal-window {
    border-radius: 12px;
    padding: 12px;
  }

  .modal-window.team-bio {
    grid-column-gap: 6vw;
    grid-row-gap: 6vw;
    padding: 6vw 6vw 8vw;
  }

  .horizontal-spacer._24 {
    width: 16px;
  }

  .spacer {
    height: 18px;
  }

  .link {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .block.contact-form {
    padding: 18px 6vw;
  }

  .line {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .tab-container {
    align-items: stretch;
    padding: 3vw 8vw 6vw 6vw;
  }

  .tab-link, .tab-cell.table-intro-text {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .quote-rating {
    margin-bottom: 12px;
  }

  .testimonial-author, .testimonial-author-info {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .table-cell {
    min-width: 60%;
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .footer-copyright-v2 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .footer-social-v2 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    padding-top: 24px;
  }

  .play-button {
    width: 84px;
    height: 84px;
  }

  .team-bio-image {
    width: 100%;
  }

  .modal-cell, .slider-cell {
    padding-left: 0;
    padding-right: 0;
  }

  .slider-cell.center-intro {
    text-align: left;
    align-items: flex-start;
  }

  .form-section {
    flex-direction: column;
    margin-left: 0;
  }

  .form-row-wrap {
    flex-direction: column;
  }

  .form-item-wrap {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .sg-llist {
    padding-left: 0;
    padding-right: 0;
  }

  .embeded-media-deco.is-a-logo {
    box-shadow: none;
    width: auto;
    max-width: 300px;
    position: static;
  }

  .embeded-media-img {
    border-bottom-right-radius: 80px;
  }

  .nav {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .nav-icon-buttons {
    padding-left: 6px;
    padding-right: 12px;
  }

  .nav-dropdown-arrow {
    width: 50px;
    height: 50px;
  }

  .logo-img {
    height: 42px;
  }

  .nav-icon-button {
    width: 42px;
    height: 42px;
  }

  .nav-link, .nav-dropdown-link {
    font-size: 1rem;
    line-height: 1.6rem;
  }

  .navtainer {
    padding-left: 8vw;
    padding-right: 6vw;
  }

  .anchor-nav-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .consultant-image {
    border-bottom-right-radius: 80px;
  }

  .consultant-image.is-a-logo {
    max-width: 270px;
  }

  .floats-right {
    margin-bottom: 12px;
  }

  .anchor-dropdown-wrap, .anchor-nav {
    margin-left: 0;
    margin-right: 0;
  }
}

#w-node-_4ed7fe15-5208-5423-6b97-4a77facac678-3de25921 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

@media screen and (max-width: 991px) {
  #w-node-_4ed7fe15-5208-5423-6b97-4a77facac678-3de25921 {
    grid-column: span 3 / span 3;
  }
}
