/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  -webkit-appearanc: none;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
html {
  color: #3B3A49;
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  position: relative;
  transition: opacity 0.1s ease-in;
  scroll-behavior: smooth;
}
html.wf-loading {
  opacity: 0;
}
html.no-js.wf-inactive, html.wf-active, html.wf-inactive {
  opacity: 1;
}

.dividing-line {
  margin: 1.875rem 0;
  padding: 0 20px;
  opacity: 0;
}
.dividing-line hr {
  height: 2px;
  background: #3B3A49;
  border: 0;
  margin: 0 auto;
  max-width: 1320px;
  width: 100%;
}

.wrapper {
  margin: 0 auto;
  max-width: 1360px;
  width: 100%;
}
.wrapper.narrow {
  max-width: 1080px;
}

.content-row {
  padding: 0 1.25rem;
}

.embed-wrap {
  aspect-ratio: 16/9;
  height: auto;
  margin-bottom: 1.875rem;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.embed-wrap iframe, .embed-wrap object, .embed-wrap embed, .embed-wrap video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.header-cta {
  display: none;
  text-align: right;
  font-size: 0.9375rem;
  margin-bottom: 0.625rem;
  color: #3B3A49;
}
@media screen and (min-width: 1024px) {
  .header-cta {
    display: block;
  }
}

.site-header {
  background: #FFFFFF;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99990;
}
@media screen and (min-width: 782px) {
  .site-header {
    position: fixed;
  }
}
.site-header .wrapper {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.site-header .header-container {
  padding: 1.25rem;
  transition: all 0.2s;
}
@media screen and (min-width: 782px) {
  .site-header .header-container {
    padding: 1.875rem 1.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .site-header .header-container {
    padding: 2.1875rem 1.25rem;
  }
}
.site-header .site-title a {
  align-items: center;
  display: flex;
}
.site-header .site-title a img {
  height: 2.8125rem;
  width: auto;
}
.site-header .site-message {
  align-content: center;
  align-items: center;
  background: #0093C1;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  padding: 0.9375rem 1.25rem;
  text-align: center;
  text-decoration: none;
  transition: all 0.1s;
}
.site-header .site-message svg {
  margin-right: 1.25rem;
}
.site-header .site-message:hover {
  background-color: #006c8e;
  transition: all 0.1s;
}
.site-header .site-message.orange {
  background: #A5BAA5;
}
.site-header .site-message.orange:hover {
  background-color: #88a488;
}
.site-header.scrolled .header-container {
  padding-bottom: 0.9375rem;
  padding-top: 0.9375rem;
  transition: all 0.2s;
}
@media screen and (min-width: 782px) {
  .site-header.scrolled .header-container {
    padding-bottom: 1.25rem;
    padding-top: 1.25rem;
  }
}
.site-header.scrolled .site-message {
  padding: 0.4375rem 1.25rem;
  transition: all 0.1s;
}

.toggle-menu {
  color: #3b3a49;
  cursor: pointer;
  display: block;
  font-weight: normal;
  height: 36px;
  margin: 0;
  outline: none;
  overflow: hidden;
  position: relative;
  transition: top 0.2s;
  right: 0;
  width: 36px;
  z-index: 9999;
  /* active state, i.e. menu open */
}
@media screen and (min-width: 782px) {
  .toggle-menu {
    display: none;
  }
}
.toggle-menu:focus {
  outline: none;
}
.toggle-menu span {
  background-color: #3b3a49;
  display: inline-block;
  float: right;
  height: 4px;
  outline: none;
  position: relative;
  vertical-align: middle;
  top: 16px;
  transition: background 0s 0.1s ease-in-out;
  width: 36px;
}
.toggle-menu span::before, .toggle-menu span::after {
  background-color: #3b3a49;
  content: "";
  display: block;
  height: 4px;
  position: absolute;
  transition-duration: 0.2s, 0.2s, 0.2s, 0.2s;
  transition-delay: 0.3s, 0s, 0s, 0s;
}
.toggle-menu span::before {
  left: 0;
  top: -12px;
  transition-property: top, transform, width;
  width: 100%;
}
.toggle-menu span::after {
  bottom: -12px;
  left: 0;
  transition-property: bottom, transform, width;
  width: 58%;
}
.toggle-menu:hover span:after {
  width: 100%;
}
.toggle-menu.active {
  position: fixed;
  right: 1.25rem;
}
.toggle-menu.active span {
  background: none;
}
.toggle-menu.active span::before, .toggle-menu.active span::after {
  transition-delay: 0s, 0.2s, 0.2s;
}
.toggle-menu.active span::before {
  top: 0;
  transform: rotate(45deg);
}
.toggle-menu.active span::after {
  bottom: 0;
  right: 0;
  transform: rotate(-45deg);
  width: 100%;
}

.main-navigation {
  display: none;
}
@media screen and (max-width: 781px) {
  .main-navigation {
    background-color: #A2AAB6;
    left: 0;
    min-height: 100vh;
    position: fixed;
    right: 0;
    top: 0;
    padding: 5rem 1.875rem 1.875rem;
    z-index: 9990;
  }
  .main-navigation.active {
    display: block;
  }
  .main-navigation > ul {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    margin: 0;
    padding: 0;
  }
  .main-navigation > ul > li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    font-size: 1.25rem;
    line-height: 140%;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
  }
  .main-navigation > ul > li > a {
    color: #FFFFFF;
    display: block;
    padding: 0.625rem 0;
  }
  .main-navigation > ul > li.menu-item-has-children {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .main-navigation > ul > li.menu-item-has-children .indicator {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 18l6-6-6-6'/%3E%3C/svg%3E");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 1.75rem;
    width: 1.75rem;
    transform: rotate(90deg);
    transition: all 0.2s ease-in-out;
  }
  .main-navigation > ul > li.menu-item-has-children .indicator.open {
    transform: rotate(-90deg);
  }
  .main-navigation > ul .sub-menu {
    display: none;
    margin-bottom: 0.9375rem;
    width: 100%;
    order: 3;
  }
  .main-navigation > ul .sub-menu > li {
    color: rgba(255, 255, 255, 0.75);
    font-size: 1.125rem;
  }
  .main-navigation > ul a {
    color: inherit;
    text-decoration: none;
  }
}

.main-navigation {
  display: none;
}
@media screen and (min-width: 782px) {
  .main-navigation {
    display: block;
  }
  .main-navigation > ul {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    margin: 0 -0.9375rem;
  }
  .main-navigation > ul > li {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.1;
    list-style: none;
    margin: 0 0.9375rem;
    padding: 0;
    position: relative;
  }
  .main-navigation > ul > li.current-menu-item > a {
    color: #0093C1;
  }
  .main-navigation > ul > li.current-menu-item > a:after {
    opacity: 1;
    right: 0;
  }
  .main-navigation > ul > li a {
    color: #3B3A49;
    display: block;
    padding: 0.625rem 0;
    position: relative;
    text-decoration: none;
    transition: color 0.1s ease-in-out;
  }
  .main-navigation > ul > li a:hover {
    color: #9BBAC0;
    transition: color 0.1s ease-in-out;
  }
  .main-navigation > ul > li .indicator {
    display: none;
  }
  .main-navigation > ul > li.menu-item-has-children:hover > a {
    color: #0093C1;
  }
  .main-navigation > ul > li.menu-item-has-children:hover ul.sub-menu {
    display: block;
  }
  .main-navigation > ul > li.button {
    font-family: "Crimson Pro", serif;
    font-size: 24px;
    font-size: 1.5rem;
  }
  .main-navigation > ul > li.button a {
    background-color: #A5BAA5;
    color: #FFFFFF;
    padding: 0.625rem 1.25rem;
    transition: all 0.1s ease-in-out;
  }
  .main-navigation > ul > li.button a:hover {
    background-color: #97af97;
    transition: all 0.1s ease-in-out;
  }
  .main-navigation > ul > li.button a:after {
    display: none;
  }
  .main-navigation > ul .sub-menu {
    background-color: #A2AAB6;
    display: none;
    left: 0;
    width: 15rem;
    padding: 0.625rem 1.25rem;
    position: absolute;
    top: 100%;
    z-index: 100;
  }
  .main-navigation > ul .sub-menu > li {
    font-size: inherit;
  }
  .main-navigation > ul .sub-menu > li a {
    color: #FFFFFF;
    transition: all 0.2s ease-in-out;
  }
  .main-navigation > ul .sub-menu > li a:after {
    display: none;
  }
  .main-navigation > ul .sub-menu > li a:hover {
    color: #3B3A49;
    transition: all 0.2s ease-in-out;
  }
}

.simple-header {
  padding-top: 4.375rem;
}
.simple-header .size-large-cover {
  height: auto;
  margin-bottom: 2.5rem;
  width: 100%;
}
.simple-header .entry-title {
  color: #3B3A49;
  font-family: "Crimson Pro", serif;
  font-weight: 400;
  font-size: 42px;
  font-size: 2.625rem;
  line-height: 1.1;
}
.simple-header .entry-meta {
  color: #3B3A49;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 782px) {
  .simple-header {
    padding-top: 8.75rem;
  }
  .simple-header .size-large-cover {
    margin-bottom: 5rem;
  }
  .simple-header .entry-title {
    font-size: 62px;
    font-size: 3.875rem;
  }
  .simple-header .entry-meta {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.feature-header {
  position: relative;
}
@media screen and (min-width: 782px) {
  .feature-header {
    margin-bottom: 5rem;
    margin-top: 6.25rem;
  }
}
.feature-header.image .slideshow .slide {
  min-height: calc(100vh - 6.25rem);
}
.feature-header .slideshow .slide {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.feature-header .header-video video {
  width: 100%;
  height: auto;
}
.feature-header .overlay {
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.75) 100%);
  padding: 0 1.25rem 6.25rem;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  position: absolute;
  z-index: 9900;
}
.feature-header .wrapper {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}
@media screen and (min-width: 782px) {
  .feature-header .wrapper {
    padding-bottom: 6.25rem;
  }
}
.feature-header .slideshow-nav {
  display: none;
  bottom: 6.25rem;
  left: 0;
  right: 0;
  padding: 0 1.25rem;
  position: absolute;
  z-index: 9930;
}
@media screen and (min-width: 782px) {
  .feature-header .slideshow-nav {
    display: block;
  }
}
.feature-header .slideshow-nav .inner {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  margin: 0 auto;
  max-width: 1360px;
  width: 100%;
}
.feature-header .slideshow-nav span {
  color: #FFFFFF;
  cursor: pointer;
  margin-right: 0.625rem;
}
.feature-header .slideshow-nav span svg {
  height: 3rem;
  width: auto;
}
.feature-header .slideshow-nav span svg .background {
  fill: #FFFFFF;
}
.feature-header .slideshow-nav span svg .arrow {
  fill: #3B3A49;
}
.feature-header .slideshow-nav span:hover svg .arrow {
  fill: #FFFFFF;
}
.feature-header .slideshow-nav span:hover svg .background {
  fill: #3B3A49;
}
.feature-header .entry-title {
  color: #FFFFFF;
  font-family: "Crimson Pro", serif;
  font-size: 62px;
  font-size: 3.875rem;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 0.625rem;
  max-width: 45rem;
}
.feature-header .entry-title.blue {
  color: #3B3A49;
}
.feature-header .entry-title.yellow {
  color: #3B3A49;
}
.feature-header .entry-title.black {
  color: #3B3A49;
}
.feature-header .sub-title {
  color: #FFFFFF;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.1;
  margin: 0;
  max-width: 45rem;
}
.feature-header .sub-title a {
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 782px) {
  .feature-header .entry-title {
    font-size: 96px;
    font-size: 6rem;
  }
  .feature-header .sub-title {
    font-size: 42px;
    font-size: 2.625rem;
  }
}
.feature-header .more-icon {
  background-image: url("../img/more-icon.svg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 6.25rem;
  display: none;
  height: 3.75rem;
  position: absolute;
  right: 2.5rem;
  width: 3.75rem;
  z-index: 9970;
}
@media screen and (min-width: 782px) {
  .feature-header .more-icon {
    display: block;
  }
}
.feature-header .more-icon:hover {
  animation: bounce 2s infinite;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-26px);
  }
  60% {
    transform: translateY(-13px);
  }
}

.flexible-content {
  /**
   * Flexible Content Rows
   */
}
.flexible-content .row {
  clear: both;
}
.flexible-content .row.mt-default {
  margin-top: 2.5rem;
}
.flexible-content .row.mt-narrow {
  margin-top: 1.25rem;
}
.flexible-content .row.mt-none {
  margin-top: 0;
}
.flexible-content .row.mb-default {
  margin-bottom: 2.5rem;
}
.flexible-content .row.mb-narrow {
  margin-bottom: 1.25rem;
}
.flexible-content .row.mb-none {
  margin-bottom: 0;
}
@media screen and (min-width: 782px) {
  .flexible-content .row.mt-default {
    margin-top: 5rem;
  }
  .flexible-content .row.mt-narrow {
    margin-top: 2.5rem;
  }
  .flexible-content .row.mt-none {
    margin-top: 0;
  }
  .flexible-content .row.mb-default {
    margin-bottom: 5rem;
  }
  .flexible-content .row.mb-narrow {
    margin-bottom: 2.5rem;
  }
  .flexible-content .row.mb-none {
    margin-bottom: 0;
  }
}
.flexible-content .introduction .wrapper .left {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.flexible-content .introduction .wrapper .right {
  flex: 1;
}
.flexible-content .introduction .wrapper .title {
  color: #3B3A49;
  font-family: "Crimson Pro", serif;
  font-size: 52px;
  font-size: 3.25rem;
  font-weight: 400;
  line-height: 3.875rem;
  margin-bottom: 0.625rem;
  text-align: left;
}
.flexible-content .introduction .wrapper .title i {
  font-style: italic;
}
.flexible-content .introduction .wrapper .bullet-points {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4;
  margin: 1.25rem 0;
}
.flexible-content .introduction .wrapper .bullet-points li {
  list-style: square;
  margin-bottom: 0.625rem;
}
.flexible-content .introduction .wrapper .download-link {
  color: #0093C1;
  font-family: "Figtree", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  padding-bottom: 0.625rem;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.flexible-content .introduction .wrapper .download-link:hover {
  text-decoration: none;
}
@media screen and (min-width: 782px) {
  .flexible-content .introduction .wrapper {
    display: flex;
  }
  .flexible-content .introduction .wrapper .left {
    margin-right: 3.75rem;
    max-width: 25rem;
  }
  .flexible-content .introduction .wrapper .title {
    font-size: 72px;
    font-size: 4.5rem;
    max-width: 31.25rem;
    line-height: 4.875rem;
  }
  .flexible-content .introduction .wrapper .title span {
    font-size: 52px;
    font-size: 3.25rem;
    line-height: 4.875rem;
  }
  .flexible-content .introduction .wrapper .bullet-points {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .flexible-content .introduction .wrapper .download-link {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.flexible-content .single-column .wrapper .title {
  color: #3B3A49;
  font-family: "Crimson Pro", serif;
  font-weight: 400;
  font-size: 62px;
  font-size: 3.875rem;
  line-height: 1.1;
  margin-bottom: 1.875rem;
  text-align: center;
}
.flexible-content .single-image img {
  height: auto;
  width: 100%;
}
.flexible-content .video-upload {
  background-color: #0093C1;
  padding: 7.5rem 1.25rem;
  position: relative;
}
.flexible-content .video-upload:before {
  background-image: url("../img/feature-header-top.svg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  content: "";
  height: 4.0625rem;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 8010;
}
.flexible-content .video-upload:after {
  background-image: url("../img/feature-header-bottom.svg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  content: "";
  height: 4.0625rem;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 8010;
}
.flexible-content .video-youtube {
  background-color: #0093C1;
  padding: 7.5rem 1.25rem;
  position: relative;
}
.flexible-content .video-youtube:before {
  background-image: url("../img/feature-header-top.svg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  content: "";
  height: 4.0625rem;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 8010;
}
.flexible-content .video-youtube:after {
  background-image: url("../img/feature-header-bottom.svg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  content: "";
  height: 4.0625rem;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 8010;
}
.flexible-content .three-images .images {
  display: grid;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 1.25rem;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  margin-bottom: 1.25rem;
}
.flexible-content .three-images .images .image {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 12.5rem;
}
@media screen and (min-width: 782px) {
  .flexible-content .three-images.image-left .images .image:first-child {
    grid-row: span 2/span 2;
    grid-column: span 2/span 2;
  }
  .flexible-content .three-images.image-right .images .image:nth-child(2n) {
    grid-row: span 2/span 2;
    grid-column: span 2/span 2;
  }
  .flexible-content .three-images .images {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    row-gap: 1.25rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .flexible-content .three-images .images .image {
    min-height: 18.125rem;
  }
}
.flexible-content .two-images.image-left .images .image:first-child {
  grid-column: span 2/span 2;
}
.flexible-content .two-images.image-right .images .image:nth-child(2n) {
  grid-column: span 2/span 2;
}
.flexible-content .two-images .images {
  display: grid;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  row-gap: 1.25rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 1.25rem;
}
.flexible-content .two-images .images .image {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 18.125rem;
}
@media screen and (min-width: 782px) {
  .flexible-content .two-images .images .image {
    min-height: 36.25rem;
  }
}
.flexible-content .single-quote.bg-blue .quote {
  background-color: #0093C1;
  color: #FFFFFF;
}
.flexible-content .single-quote.bg-orange .quote {
  background-color: #A5BAA5;
  color: #FFFFFF;
}
.flexible-content .single-quote.bg-grey .quote {
  background-color: #F5F5F5;
  color: #3B3A49;
}
.flexible-content .single-quote .quote {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 7.5rem 2.5rem 5rem 2.5rem;
  position: relative;
  text-align: center;
}
.flexible-content .single-quote .quote:after {
  background-image: url("../img/feature-header-top.svg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  content: "";
  height: 4.0625rem;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 8010;
}
.flexible-content .single-quote .quote .title {
  font-family: "Crimson Pro", serif;
  font-weight: 400;
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 1.875rem;
}
.flexible-content .single-quote .quote h2 {
  font-family: "Crimson Pro", serif;
  font-weight: 400;
  font-size: 48px;
  font-size: 3rem;
  line-height: 1.1;
  margin-bottom: 1.875rem;
  max-width: 55rem;
}
.flexible-content .brochure-pages img.spread {
  height: auto;
  width: 100%;
}
.flexible-content .brochure-pages .spread-container {
  display: none;
}
.flexible-content .brochure-slider img {
  height: auto;
  width: 100%;
}
.flexible-content .brochure-slider .spread-container {
  position: relative;
}
.flexible-content .brochure-slider .spread-container .cycle-pager {
  align-items: center;
  bottom: 1.25rem;
  display: flex;
  justify-content: center;
  position: absolute;
  z-index: 999;
  width: 100%;
}
.flexible-content .brochure-slider .spread-container .cycle-pager span {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 999px;
  cursor: pointer;
  height: 1.125rem;
  margin: 0 0.3125rem;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
  width: 1.125rem;
}
.flexible-content .brochure-slider .spread-container .cycle-pager span.cycle-pager-active {
  background-color: #A5BAA5;
}
.flexible-content .feature .feature-container.orange {
  background-color: #A5BAA5;
  color: #FFFFFF;
}
.flexible-content .feature .feature-container.blue {
  background-color: #9BBAC0;
  color: #FFFFFF;
}
.flexible-content .feature .feature-container.content-left {
  flex-direction: row;
}
.flexible-content .feature .feature-container.content-left .image:after {
  left: -2px;
}
.flexible-content .feature .feature-container.content-right {
  flex-direction: row-reverse;
}
.flexible-content .feature .feature-container.content-right .image:after {
  right: -2px;
}
.flexible-content .feature .feature-container .content {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  padding: 1.875rem;
}
.flexible-content .feature .feature-container .image {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  min-height: 17.5rem;
  position: relative;
}
.flexible-content .feature .feature-container .sub-title {
  color: inherit;
  font-family: "Figtree", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  text-decoration: none;
  text-transform: uppercase;
}
.flexible-content .feature .feature-container .feature-title {
  font-family: "Crimson Pro", serif;
  font-weight: 400;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.1;
  margin-bottom: 1.25rem;
  text-align: left;
  width: 100%;
}
.flexible-content .feature .feature-container .feature-title i {
  font-style: italic;
}
.flexible-content .feature .feature-container .feature-intro {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 1.25rem;
  width: 100%;
}
.flexible-content .feature .feature-container .feature-more {
  color: inherit;
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.flexible-content .feature .feature-container .feature-more:hover {
  text-decoration: none;
}
@media screen and (min-width: 782px) {
  .flexible-content .feature .feature-container {
    display: flex;
  }
  .flexible-content .feature .feature-container .content {
    margin-bottom: 0;
    max-width: 26.25rem;
    min-height: 37.5rem;
    padding: 3.75rem 2.5rem;
  }
  .flexible-content .feature .feature-container .image:after {
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    content: "";
    position: absolute;
    top: 0;
    width: 3.75rem;
    z-index: 10;
  }
  .flexible-content .feature .feature-container .feature-title {
    font-size: 58px;
    font-size: 3.625rem;
  }
  .flexible-content .feature .feature-container .feature-intro {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 2.5rem;
  }
  .flexible-content .feature .feature-container .feature-more {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.flexible-content .feature-white .feature-container {
  align-items: center;
  display: block;
  justify-content: space-between;
}
.flexible-content .feature-white .feature-container.content-left {
  flex-direction: row;
}
.flexible-content .feature-white .feature-container.content-right {
  flex-direction: row-reverse;
}
.flexible-content .feature-white .feature-container .content {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  padding: 2.5rem 0;
}
.flexible-content .feature-white .feature-container .image img {
  height: auto;
  max-width: 100%;
  width: auto;
}
.flexible-content .feature-white .feature-container .sub-title {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  color: #3B3A49;
  font-family: "Figtree", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  padding-bottom: 0.625rem;
  text-decoration: none;
  text-transform: uppercase;
}
.flexible-content .feature-white .feature-container .feature-title {
  color: #3B3A49;
  font-family: "Crimson Pro", serif;
  font-weight: 400;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.1;
  margin-bottom: 1.25rem;
  text-align: left;
  width: 100%;
}
.flexible-content .feature-white .feature-container .feature-title i {
  font-style: italic;
}
.flexible-content .feature-white .feature-container .feature-intro {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 1.25rem;
  width: 100%;
}
.flexible-content .feature-white .feature-container .feature-more {
  color: #3B3A49;
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  padding-bottom: 0.625rem;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.flexible-content .feature-white .feature-container .feature-more:hover {
  text-decoration: none;
}
@media screen and (min-width: 782px) {
  .flexible-content .feature-white .feature-container {
    display: flex;
    padding: 0;
  }
  .flexible-content .feature-white .feature-container .content {
    margin-bottom: 0;
    max-width: 26.25rem;
  }
  .flexible-content .feature-white .feature-container .feature-title {
    font-size: 58px;
    font-size: 3.625rem;
  }
  .flexible-content .feature-white .feature-container .feature-intro {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 1.25rem;
  }
  .flexible-content .feature-white .feature-container .feature-more {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.flexible-content .feature-case-study .feature-container {
  align-items: center;
  display: block;
  justify-content: space-between;
}
.flexible-content .feature-case-study .feature-container.content-left {
  flex-direction: row;
}
.flexible-content .feature-case-study .feature-container.content-right {
  flex-direction: row-reverse;
}
.flexible-content .feature-case-study .feature-container .content {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  padding: 2.5rem 0;
}
.flexible-content .feature-case-study .feature-container .image {
  width: 100%;
}
.flexible-content .feature-case-study .feature-container .image img {
  height: auto;
  max-width: 100%;
  width: auto;
}
.flexible-content .feature-case-study .feature-container .sub-title {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  color: #A5BAA5;
  font-family: "Figtree", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  padding-bottom: 0.625rem;
  text-decoration: none;
  text-transform: uppercase;
}
.flexible-content .feature-case-study .feature-container .feature-title {
  color: #0093C1;
  font-family: "Crimson Pro", serif;
  font-weight: 400;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.1;
  margin-bottom: 1.25rem;
  text-align: left;
  text-transform: uppercase;
  width: 100%;
}
.flexible-content .feature-case-study .feature-container .feature-intro {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 1.25rem;
  width: 100%;
}
.flexible-content .feature-case-study .feature-container .feature-more {
  background-image: url("../img/more-link-yellow.svg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  color: #A5BAA5;
  font-family: "Figtree", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  padding-bottom: 0.625rem;
  text-decoration: none;
  text-transform: uppercase;
}
@media screen and (min-width: 782px) {
  .flexible-content .feature-case-study .feature-container {
    display: flex;
    gap: 60px;
    padding: 0;
  }
  .flexible-content .feature-case-study .feature-container .content {
    margin-bottom: 0;
    max-width: 26.25rem;
  }
  .flexible-content .feature-case-study .feature-container .feature-title {
    font-size: 48px;
    font-size: 3rem;
  }
  .flexible-content .feature-case-study .feature-container .feature-intro {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 2.5rem;
  }
  .flexible-content .feature-case-study .feature-container .feature-more {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.flexible-content .how-we-work {
  background-color: #524269;
}
.flexible-content .how-we-work .how-container {
  align-items: center;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2.5rem 0;
}
.flexible-content .how-we-work .title {
  font-family: "Crimson Pro", serif;
  font-weight: 400;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.1;
  margin-bottom: 1.25rem;
  text-align: center;
  width: 100%;
}
.flexible-content .how-we-work .title i {
  font-style: italic;
}
.flexible-content .how-we-work .item-title {
  font-family: "Crimson Pro", serif;
  font-weight: 400;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.1;
  margin-top: 1.25rem;
  text-align: center;
  width: 100%;
}
.flexible-content .how-we-work .intro {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 1.875rem;
  text-align: center;
}
.flexible-content .how-we-work .how-icons {
  align-items: flex-start;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  padding: 0 20px;
  margin: 0 0 2.5rem;
  width: 100%;
}
.flexible-content .how-we-work .how-icons li {
  margin: 0;
  padding: 0;
  text-align: center;
}
.flexible-content .how-we-work .how-icons li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.flexible-content .how-we-work .how-icons li.separator {
  display: none;
}
.flexible-content .how-we-work .how-icons li.separator span {
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flexible-content .how-we-work .how-icons li figure {
  aspect-ratio: 1/1;
  border-radius: 9999px;
  padding: 1.25rem;
  width: auto;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
}
.flexible-content .how-we-work .how-icons li svg {
  width: 100%;
  height: auto;
}
.flexible-content .how-we-work .how-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
}
.flexible-content .how-we-work .how-popup .how-close-container {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}
.flexible-content .how-we-work .how-popup .how-close-container .close {
  color: #0093C1;
  cursor: pointer;
}
.flexible-content .how-we-work .how-popup .how-close-container .close:hover {
  color: #A5BAA5;
}
.flexible-content .how-we-work .how-popup .overlay {
  align-items: center;
  background-color: rgba(0, 75, 98, 0.6);
  display: flex;
  justify-content: center;
  padding: 1.25rem;
  min-height: 100vh;
}
.flexible-content .how-we-work .how-popup .inner {
  background-color: #FFFFFF;
  color: #3B3A49;
  max-width: 52.5rem;
  padding: 1.25rem 1.875rem 1px;
  position: relative;
  width: 100%;
}
.flexible-content .how-we-work .how-popup .inner .how-popup-title {
  align-items: center;
  color: #3B3A49;
  display: flex;
  font-family: "Crimson Pro", serif;
  font-weight: 400;
  font-size: 32px;
  font-size: 2rem;
  justify-content: center;
  line-height: 1.1;
  margin-bottom: 1.25rem;
  text-align: center;
  width: 100%;
}
.flexible-content .how-we-work .how-popup .inner .how-popup-title figure {
  aspect-ratio: 1/1;
  border-radius: 9999px;
  padding: 1.25rem;
  margin-right: 1.875rem;
  width: auto;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
}
.flexible-content .how-we-work .how-popup .inner .how-popup-title svg {
  width: 100%;
  height: auto;
}
.flexible-content .how-we-work .how-popup .inner p {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 1.875rem;
}
.flexible-content .how-we-work .how-more {
  color: inherit;
  font-family: "Figtree", sans-serif;
  font-weight: bold;
  font-size: 20px;
  font-size: 1.25rem;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.flexible-content .how-we-work .how-more:hover {
  text-decoration: none;
}
@media screen and (min-width: 782px) {
  .flexible-content .how-we-work .how-container {
    padding: 5rem;
  }
  .flexible-content .how-we-work .title {
    font-size: 58px;
    font-size: 3.625rem;
  }
  .flexible-content .how-we-work .item-title {
    font-size: 32px;
    font-size: 2rem;
  }
  .flexible-content .how-we-work .intro {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 2.5rem;
  }
  .flexible-content .how-we-work .how-more {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .flexible-content .how-we-work .how-icons {
    justify-content: center;
  }
  .flexible-content .how-we-work .how-icons li.separator {
    display: flex;
  }
  .flexible-content .how-we-work .how-popup .inner .how-popup-title {
    font-size: 42px;
    font-size: 2.625rem;
  }
  .flexible-content .how-we-work .how-popup .inner p {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 1.875rem;
  }
}
.flexible-content .testimonials {
  position: relative;
}
.flexible-content .testimonials .testimonial-pager {
  align-items: center;
  bottom: 1.25rem;
  display: flex;
  justify-content: center;
  position: absolute;
  z-index: 999;
  width: 100%;
}
.flexible-content .testimonials .testimonial-pager span {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 999px;
  cursor: pointer;
  height: 1.125rem;
  margin: 0 0.3125rem;
  width: 1.125rem;
}
.flexible-content .testimonials .testimonial-pager span.cycle-pager-active {
  background-color: #A5BAA5;
}
.flexible-content .testimonials .testimonial {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  text-decoration: none;
  width: 100%;
}
.flexible-content .testimonials .testimonial:hover {
  cursor: pointer;
}
.flexible-content .testimonials .testimonial:hover .inner {
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.7) 100%);
  transition: all 0.2s ease-in-out;
}
.flexible-content .testimonials .testimonial .inner {
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.6) 100%);
  color: #FFFFFF;
  justify-content: flex-end;
  display: flex;
  flex-direction: column;
  min-height: 30rem;
  padding: 1.25rem 1.25rem 3.125rem;
  transition: all 0.2s ease-in-out;
}
.flexible-content .testimonials .testimonial .title {
  color: #A5BAA5;
  font-family: "Figtree", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 0.625rem;
  text-decoration: none;
  text-transform: uppercase;
}
.flexible-content .testimonials .testimonial h2 {
  font-family: "Crimson Pro", serif;
  font-weight: 400;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.1;
  margin-bottom: 1.25rem;
  text-align: left;
  text-transform: uppercase;
  width: 100%;
}
.flexible-content .testimonials .testimonial .cite {
  color: #A5BAA5;
  font-size: 18px;
  font-size: 1.125rem;
  width: 100%;
}
@media screen and (min-width: 782px) {
  .flexible-content .testimonials .testimonial-pager {
    bottom: 2.5rem;
    justify-content: flex-end;
    right: 2.5rem;
  }
  .flexible-content .testimonials .testimonial-pager span {
    height: 1.25rem;
    margin: 0 0 0 0.625rem;
    width: 1.25rem;
  }
  .flexible-content .testimonials .testimonial .inner {
    min-height: 37.5rem;
    padding: 2.5rem 12.5rem 2.5rem 2.5rem;
  }
  .flexible-content .testimonials .testimonial .title {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .flexible-content .testimonials .testimonial h2 {
    font-size: 48px;
    font-size: 3rem;
    max-width: 52.5rem;
  }
  .flexible-content .testimonials .testimonial .cite {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.flexible-content .testimonials-grey {
  position: relative;
}
.flexible-content .testimonials-grey .slide {
  width: 100%;
}
.flexible-content .testimonials-grey .feature-container {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  color: #FFFFFF;
  flex-direction: row;
  min-height: 17.5rem;
}
.flexible-content .testimonials-grey .feature-container .content {
  background-color: rgba(0, 0, 0, 0.5);
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  min-height: 22.5rem;
  padding: 2.5rem 2.5rem 5rem;
  position: relative;
}
.flexible-content .testimonials-grey .feature-container .sub-title {
  color: inherit;
  font-family: "Crimson Pro", serif;
  font-size: 36px;
  font-size: 2.25rem;
  margin-bottom: 1.25rem;
  padding-bottom: 0.625rem;
  text-decoration: none;
}
.flexible-content .testimonials-grey .feature-container .feature-title {
  font-family: "Crimson Pro", serif;
  font-weight: 400;
  font-size: 48px;
  font-size: 3rem;
  line-height: 1.1;
  margin-bottom: 1.25rem;
  text-align: left;
  text-transform: uppercase;
  width: 100%;
}
.flexible-content .testimonials-grey .feature-container .feature-intro {
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 0.625rem;
  width: 100%;
}
.flexible-content .testimonials-grey .feature-container .feature-more {
  color: inherit;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Figtree", sans-serif;
  padding-bottom: 0.625rem;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.flexible-content .testimonials-grey .feature-container .feature-more:hover {
  text-decoration: none;
}
.flexible-content .testimonials-grey .testimonial-pager {
  align-items: center;
  bottom: 2.5rem;
  left: 2.1875rem;
  display: flex;
  justify-content: center;
  position: absolute;
  z-index: 999;
}
.flexible-content .testimonials-grey .testimonial-pager span {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 999px;
  cursor: pointer;
  height: 1.125rem;
  margin: 0 0.3125rem;
  width: 1.125rem;
}
.flexible-content .testimonials-grey .testimonial-pager span.cycle-pager-active {
  background-color: #A5BAA5;
}
@media screen and (min-width: 782px) {
  .flexible-content .testimonials-grey .testimonial-pager {
    bottom: 2.5rem;
    justify-content: flex-end;
    left: 2.5rem;
  }
  .flexible-content .testimonials-grey .testimonial-pager span {
    height: 1.25rem;
    margin: 0 0.625rem 0 0;
    width: 1.25rem;
  }
  .flexible-content .testimonials-grey .feature-container {
    align-items: flex-end;
    display: flex;
    justify-content: flex-start;
    min-height: 600px;
  }
  .flexible-content .testimonials-grey .feature-container .content {
    margin-bottom: 0;
    min-height: 0;
    width: 60%;
  }
  .flexible-content .testimonials-grey .feature-container .feature-title {
    font-size: 58px;
    font-size: 3.625rem;
  }
  .flexible-content .testimonials-grey .feature-container .feature-intro {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .flexible-content .testimonials-grey .feature-container .feature-more {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.flexible-content .resource-center {
  margin-bottom: 5rem;
}
.flexible-content .resource-center .wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.flexible-content .resource-center .wrapper .row-title {
  color: #3B3A49;
  font-family: "Crimson Pro", serif;
  font-weight: normal;
  font-size: 32px;
  font-size: 2rem;
  margin-bottom: 1.875rem;
  text-decoration: none;
}
.flexible-content .resource-center .wrapper .cols {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.flexible-content .resource-center .wrapper .cols > article {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  margin-bottom: 2.5rem;
  width: 100%;
}
.flexible-content .resource-center .wrapper .cols > article.latest-tweet {
  background-color: #3B3A49;
  background-position: 105% 50%;
  background-repeat: no-repeat;
  background-size: auto 102%;
  color: #FFFFFF;
  padding: 1.875rem;
}
.flexible-content .resource-center .wrapper .cols > article.latest-tweet svg {
  opacity: 0.5;
  height: 2.625rem;
  margin: 0 0 1.25rem;
  width: auto;
}
.flexible-content .resource-center .wrapper .cols > article.latest-tweet .tweet {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 160%;
  margin: 0 0 1.25rem;
  width: 100%;
}
.flexible-content .resource-center .wrapper .cols > article.latest-tweet .tweet a {
  color: #3B3A49;
  text-decoration: underline;
}
.flexible-content .resource-center .wrapper .cols > article.latest-tweet .tweet a:hover {
  text-decoration: none;
}
.flexible-content .resource-center .wrapper .cols > article.latest-tweet .date {
  font-size: 16px;
  font-size: 1rem;
  line-height: 160%;
  margin: 0;
  width: 100%;
}
@media screen and (min-width: 782px) {
  .flexible-content .resource-center .wrapper .cols > article.latest-tweet {
    background-image: url("../img/bg-tweet.svg");
    padding: 2.5rem 3.75rem 2.5rem 2.5rem;
  }
  .flexible-content .resource-center .wrapper .cols > article.latest-tweet svg {
    height: 4rem;
  }
  .flexible-content .resource-center .wrapper .cols > article.latest-tweet .tweet {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .flexible-content .resource-center .wrapper .cols > article.latest-tweet .date {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.flexible-content .resource-center .wrapper .wp-post-image {
  height: auto;
  width: 100%;
}
.flexible-content .resource-center .wrapper .entry-title {
  color: #3B3A49;
  font-family: "Crimson Pro", serif;
  font-weight: 400;
  font-size: 42px;
  font-size: 2.625rem;
  line-height: 1.1;
  margin: 0 0 1.25rem;
  max-width: 52.5rem;
  text-align: left;
  width: 100%;
}
.flexible-content .resource-center .wrapper .sub-title {
  color: #3B3A49;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 160%;
  margin-bottom: 0;
  width: 100%;
}
.flexible-content .resource-center .wrapper .entry-excerpt {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 160%;
  margin: 0 0 1.25rem;
  width: 100%;
}
.flexible-content .resource-center .wrapper .entry-more {
  color: #3B3A49;
  font-family: "Figtree", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  margin-top: auto;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.flexible-content .resource-center .wrapper .entry-more:hover {
  text-decoration: none;
}
@media screen and (min-width: 782px) {
  .flexible-content .resource-center .wrapper .row-title {
    font-size: 48px;
    font-size: 3rem;
    margin-bottom: 3.75rem;
  }
  .flexible-content .resource-center .wrapper .cols > article {
    margin-bottom: 0;
    width: calc((100% - 7.5rem) / 3);
  }
}
.flexible-content .our-clients {
  padding-bottom: 2.5rem;
  padding-top: 2.5rem;
}
.flexible-content .our-clients .wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.flexible-content .our-clients .row-title {
  font-family: "Crimson Pro", serif;
  font-weight: 400;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.1;
  margin-bottom: 1.875rem;
  text-align: center;
  width: 100%;
}
.flexible-content .our-clients .row-title i {
  font-style: italic;
}
.flexible-content .our-clients .logos {
  margin-bottom: 1.25rem;
}
.flexible-content .our-clients .logos .slide {
  margin: 0 0.625rem;
  width: 15rem;
}
.flexible-content .our-clients .logos a {
  align-items: center;
  background-color: #F3F3F3;
  border: 1px solid #F3F3F3;
  display: flex;
  min-height: 7.5rem;
  justify-content: center;
  padding: 1.25rem;
  transition: all 0.2s ease-in-out;
  text-align: center;
  width: 100%;
}
.flexible-content .our-clients .logos a:hover {
  border-color: #D3D3D3;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.flexible-content .our-clients .logos img {
  max-height: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  width: auto;
}
@media screen and (min-width: 782px) {
  .flexible-content .our-clients .row-title {
    font-size: 48px;
    font-size: 3rem;
    margin-bottom: 3.75rem;
  }
  .flexible-content .our-clients .logos .slide {
    width: 22.5rem;
  }
  .flexible-content .our-clients .logos a {
    min-height: 11.25rem;
    padding: 2.5rem;
  }
  .flexible-content .our-clients .logos img {
    max-height: 5rem;
  }
}
@media screen and (min-width: 1024px) {
  .flexible-content .our-clients .logos img {
    max-height: 8rem;
  }
}
.flexible-content .green-jelly .container {
  align-items: flex-end;
  background-color: #15A649;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  color: #FFFFFF;
  justify-content: space-between;
}
.flexible-content .green-jelly .left {
  margin-bottom: 2.5rem;
  padding: 1.875rem 1.875rem 1.875rem;
}
.flexible-content .green-jelly .row-title {
  font-family: "Crimson Pro", serif;
  font-weight: 400;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.1;
  margin-bottom: 1.25rem;
  text-align: left;
  width: 100%;
}
.flexible-content .green-jelly .row-title i {
  font-style: italic;
}
.flexible-content .green-jelly .intro {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 2.5rem;
  width: 100%;
}
.flexible-content .green-jelly .feature-more {
  background-image: url("../img/more-link-white.svg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  color: inherit;
  font-family: "Figtree", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  padding-bottom: 0.625rem;
  text-decoration: none;
  text-transform: uppercase;
}
.flexible-content .green-jelly img {
  display: block;
  height: auto;
  margin: 0 auto;
  width: 50%;
}
@media screen and (min-width: 782px) {
  .flexible-content .green-jelly .container {
    background-image: url("../img/feature-header-top.svg");
    display: flex;
    padding-right: 1.875rem;
  }
  .flexible-content .green-jelly .left {
    margin-bottom: 0;
    padding: 7.5rem 3.75rem 3.75rem;
  }
  .flexible-content .green-jelly .row-title {
    font-size: 58px;
    font-size: 3.625rem;
  }
  .flexible-content .green-jelly .intro {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .flexible-content .green-jelly .feature-more {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .flexible-content .green-jelly img {
    height: auto;
    margin: 0;
    width: 40%;
  }
}
.flexible-content .google-map .wrapper {
  position: relative;
}
.flexible-content .google-map .contact-details {
  background: #FFFFFF;
  left: 1.875rem;
  margin-bottom: 1.875rem;
  top: 1.875rem;
  z-index: 500;
}
.flexible-content .google-map .contact-details h2 {
  color: #3B3A49;
  font-family: "Crimson Pro", serif;
  font-weight: 400;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.1;
  margin-bottom: 0.625rem;
  max-width: 31.25rem;
  text-align: left;
}
.flexible-content .google-map .contact-details h2 i {
  font-style: italic;
}
.flexible-content .google-map .contact-details p {
  font-size: 20px;
  font-size: 1.25rem;
}
.flexible-content .google-map .contact-details p strong {
  font-weight: bold;
}
.flexible-content .google-map .acf-map {
  min-height: 20rem;
  width: 100%;
}
.flexible-content .google-map .acf-map img {
  max-width: inherit !important;
}
@media screen and (min-width: 782px) {
  .flexible-content .google-map .contact-details {
    position: absolute;
    padding: 1.875rem;
    margin-bottom: 0;
    min-width: 23.125rem;
  }
  .flexible-content .google-map .contact-details h2 {
    font-size: 58px;
    font-size: 3.625rem;
  }
  .flexible-content .google-map .acf-map {
    min-height: 43.75rem;
  }
}
.flexible-content .gravity-form > .wrapper {
  background-color: #F5F5F5;
  padding: 1.25rem 1.25rem;
}
.flexible-content .gravity-form .gform_title {
  color: #0093C1;
  font-family: "Crimson Pro", serif;
  font-weight: 400;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.1;
  margin-bottom: 1.875rem;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.flexible-content .gravity-form .gform_wrapper .validation_error {
  color: #e73632;
  border: 0;
  padding: 0;
}
.flexible-content .gravity-form .gform_wrapper label.gfield_label {
  display: none;
}
.flexible-content .gravity-form .gform_wrapper #field_3_4 label.gfield_label,
.flexible-content .gravity-form .gform_wrapper #field_3_5 label.gfield_label {
  display: block;
  color: #0093C1;
  font-family: "Crimson Pro", serif;
  font-weight: 400;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.1;
}
.flexible-content .gravity-form .gform_wrapper li.gfield.gfield_error {
  background: none;
  border: 0;
  padding: 0;
}
.flexible-content .gravity-form .gform_wrapper li.gfield.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.flexible-content .gravity-form .gform_wrapper li.gfield.gfield_error textarea {
  border-color: #e73632;
}
.flexible-content .gravity-form .gform_wrapper .validation_message {
  display: none;
}
.flexible-content .gravity-form .gform_wrapper ::-moz-placeholder {
  color: #0093C1;
}
.flexible-content .gravity-form .gform_wrapper ::placeholder {
  color: #0093C1;
}
.flexible-content .gravity-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.flexible-content .gravity-form .gform_wrapper textarea {
  -webkit-appearanc: none;
  border: 2px solid #0093C1;
  border-radius: 3px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.4;
  padding: 0.625rem;
  outline: none;
}
.flexible-content .gravity-form .gform_wrapper input[type=file] {
  background: #FFFFFF;
  -webkit-appearanc: none;
  border: 2px solid #0093C1;
  border-radius: 3px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.4;
  padding: 0.625rem;
  outline: none;
}
.flexible-content .gravity-form .gform_wrapper textarea.small {
  height: 10rem;
}
.flexible-content .gravity-form .gform_wrapper textarea.medium {
  height: 13.75rem;
}
.flexible-content .gravity-form .gform_wrapper textarea.large {
  height: 23.75rem;
}
.flexible-content .gravity-form .gform_footer {
  text-align: center;
}
.flexible-content .gravity-form .gform_footer input.button,
.flexible-content .gravity-form .gform_footer input[type=submit] {
  -webkit-appearanc: none;
  background-image: url("../img/more-link-yellow.svg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  color: #A5BAA5;
  cursor: pointer;
  display: inline-block;
  font-family: "Figtree", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  height: auto;
  outline: none;
  padding: 0 0.625rem;
  text-transform: uppercase;
  width: auto;
}
@media screen and (min-width: 782px) {
  .flexible-content .gravity-form > .wrapper {
    padding: 5rem 1.25rem;
  }
  .flexible-content .gravity-form .gform_title {
    font-size: 52px;
    font-size: 3.25rem;
  }
  .flexible-content .gravity-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
  .flexible-content .gravity-form .gform_wrapper textarea {
    font-size: 20px;
    font-size: 1.25rem;
    padding: 0.9375rem;
  }
  .flexible-content .gravity-form .gform_footer input.button,
  .flexible-content .gravity-form .gform_footer input[type=submit] {
    font-size: 36px;
    font-size: 2.25rem;
    padding: 0 1.25rem 0.3125rem;
  }
}
.flexible-content .gform_confirmation_wrapper {
  background-color: #F5F5F5;
  padding: 1.25rem 1.25rem;
  text-align: center;
}
.flexible-content .single-column .wysiwyg-content .gform_wrapper {
  background-color: #F5F5F5;
  padding: 1.25rem 1.25rem;
}
.flexible-content .single-column .wysiwyg-content .gform_wrapper .gform_title {
  color: #0093C1;
  font-family: "Crimson Pro", serif;
  font-weight: 400;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.1;
  margin-bottom: 0.625rem;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.flexible-content .single-column .wysiwyg-content .gform_wrapper .gform_description {
  margin-bottom: 1.875rem;
  text-align: center;
}
.flexible-content .single-column .wysiwyg-content .gform_wrapper .validation_error {
  color: #e73632;
  border: 0;
  padding: 0;
}
.flexible-content .single-column .wysiwyg-content .gform_wrapper .gform_body .gform_fields {
  margin: 0;
  padding: 0;
}
.flexible-content .single-column .wysiwyg-content .gform_wrapper .gform_body .gform_fields li.gfield {
  margin: 0;
  padding: 0;
}
.flexible-content .single-column .wysiwyg-content .gform_wrapper .gform_body label.gfield_label {
  display: none;
}
.flexible-content .single-column .wysiwyg-content .gform_wrapper .gform_body li.gfield.gfield_error {
  background: none;
  border: 0;
  padding: 0;
}
.flexible-content .single-column .wysiwyg-content .gform_wrapper .gform_body li.gfield.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.flexible-content .single-column .wysiwyg-content .gform_wrapper .gform_body li.gfield.gfield_error textarea {
  border-color: #e73632;
}
.flexible-content .single-column .wysiwyg-content .gform_wrapper .gform_body .validation_message {
  display: none;
}
.flexible-content .single-column .wysiwyg-content .gform_wrapper .gform_body ::-moz-placeholder {
  color: #0093C1;
}
.flexible-content .single-column .wysiwyg-content .gform_wrapper .gform_body ::placeholder {
  color: #0093C1;
}
.flexible-content .single-column .wysiwyg-content .gform_wrapper .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.flexible-content .single-column .wysiwyg-content .gform_wrapper .gform_body textarea {
  -webkit-appearanc: none;
  border: 2px solid #0093C1;
  border-radius: 3px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.4;
  padding: 0.625rem;
  outline: none;
}
.flexible-content .single-column .wysiwyg-content .gform_wrapper .gform_body textarea.small {
  height: 10rem;
}
.flexible-content .single-column .wysiwyg-content .gform_wrapper .gform_body textarea.medium {
  height: 13.75rem;
}
.flexible-content .single-column .wysiwyg-content .gform_wrapper .gform_body textarea.large {
  height: 23.75rem;
}
.flexible-content .single-column .wysiwyg-content .gform_wrapper .gform_footer {
  display: block;
  text-align: center;
}
.flexible-content .single-column .wysiwyg-content .gform_wrapper .gform_footer input.button,
.flexible-content .single-column .wysiwyg-content .gform_wrapper .gform_footer input[type=submit] {
  -webkit-appearanc: none;
  background-image: url("../img/more-link-yellow.svg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  color: #A5BAA5;
  cursor: pointer;
  display: inline-block;
  font-family: "Figtree", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  height: auto;
  outline: none;
  padding: 0 0.625rem;
  text-transform: uppercase;
  width: auto;
}
@media screen and (min-width: 782px) {
  .flexible-content .single-column .wysiwyg-content .gform_wrapper {
    padding: 2.5rem;
  }
  .flexible-content .single-column .wysiwyg-content .gform_wrapper .gform_title {
    font-size: 52px;
    font-size: 3.25rem;
  }
  .flexible-content .single-column .wysiwyg-content .gform_wrapper .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
  .flexible-content .single-column .wysiwyg-content .gform_wrapper .gform_body textarea {
    font-size: 20px;
    font-size: 1.25rem;
    padding: 0.9375rem;
  }
  .flexible-content .single-column .wysiwyg-content .gform_wrapper .gform_footer input.button,
  .flexible-content .single-column .wysiwyg-content .gform_wrapper .gform_footer input[type=submit] {
    font-size: 36px;
    font-size: 2.25rem;
    padding: 0 1.25rem 0.3125rem;
  }
}
.flexible-content .current-vacancies .row_title {
  color: #3B3A49;
  font-family: "Crimson Pro", serif;
  font-weight: 400;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.1;
  margin-bottom: 1.25rem;
  text-align: center;
  width: 100%;
}
.flexible-content .current-vacancies .row_title i {
  font-style: italic;
}
@media screen and (min-width: 782px) {
  .flexible-content .current-vacancies .row_title {
    font-size: 58px;
    font-size: 3.625rem;
  }
}
.flexible-content .current-vacancies .list-vacancies {
  padding-top: 3.75rem;
}
.flexible-content .current-vacancies .list-vacancies .vacancy {
  background-color: #F5F5F5;
  margin-bottom: 1.25rem;
  padding: 1.875rem;
}
.flexible-content .current-vacancies .list-vacancies .vacancy .vacancy-title {
  align-items: center;
  justify-content: space-between;
  display: flex;
  cursor: pointer;
}
.flexible-content .current-vacancies .list-vacancies .vacancy .vacancy-title > div span {
  display: block;
  transition: all 200ms linear;
}
.flexible-content .current-vacancies .list-vacancies .vacancy .vacancy-title > div span.title {
  font-family: "Crimson Pro", serif;
  font-weight: 400;
  color: #0093C1;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.1;
  margin-bottom: 0.625rem;
  text-transform: uppercase;
}
.flexible-content .current-vacancies .list-vacancies .vacancy .vacancy-title > div span.info {
  display: flex;
  align-items: center;
}
.flexible-content .current-vacancies .list-vacancies .vacancy .vacancy-title > div span.info .spacer {
  margin: 0 1.25rem;
}
.flexible-content .current-vacancies .list-vacancies .vacancy .vacancy-title svg {
  color: #0093C1;
  transform: rotate(45deg);
  transition: all 200ms linear;
  margin-left: 1.25rem;
  height: 32px;
  width: 32px;
}
.flexible-content .current-vacancies .list-vacancies .vacancy .vacancy-title svg.active {
  transform: rotate(0deg);
}
.flexible-content .current-vacancies .list-vacancies .vacancy .vacancy-title:hover svg,
.flexible-content .current-vacancies .list-vacancies .vacancy .vacancy-title:hover span.title {
  color: #A5BAA5;
}
.flexible-content .current-vacancies .list-vacancies .vacancy .details {
  max-height: 0;
  overflow: hidden;
  transition: all 200ms linear;
}
.flexible-content .current-vacancies .list-vacancies .vacancy .details > div {
  padding-top: 1.875rem;
}
.flexible-content .current-vacancies .list-vacancies .vacancy .details.active {
  max-height: 9999px;
}
.flexible-content .row.image-text-row {
  padding: 20px 20px;
}
.flexible-content .row.image-text-row h2.title {
  font-family: "Crimson Pro", serif;
  font-weight: 400;
  font-size: 58px;
  font-size: 3.625rem;
  line-height: 1.1;
  margin-bottom: 1.875rem;
  text-align: center;
  width: 100%;
}
.flexible-content .row.image-text-row h2.title i {
  font-style: italic;
}
.flexible-content .row.image-text-row .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.flexible-content .row.image-text-row .container .image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30%;
}
.flexible-content .row.image-text-row .container .content {
  width: 65%;
}
.flexible-content .row.image-text-row .container .content .feature-more {
  color: #EF9700;
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  padding-bottom: 0.625rem;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.flexible-content .row.image-text-row .container .content .feature-more:hover {
  text-decoration: none;
}
.flexible-content .row.image-text-row .container .content .wysiwyg-content {
  margin-bottom: 1rem;
}
@media screen and (max-width: 782px) {
  .flexible-content .row.image-text-row .container .image {
    width: 35%;
  }
  .flexible-content .row.image-text-row .container .content {
    width: 60%;
  }
  .flexible-content .row.image-text-row .container h2.title {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 600px) {
  .flexible-content .row.image-text-row .container {
    display: block;
  }
  .flexible-content .row.image-text-row .container .image {
    width: 100%;
    margin-bottom: 30px;
  }
  .flexible-content .row.image-text-row .container .content {
    width: 100%;
  }
}
.flexible-content .feature-case-studies .wrapper .title {
  color: #3B3A49;
  font-family: "Crimson Pro", serif;
  font-weight: 400;
  font-size: 62px;
  font-size: 3.875rem;
  line-height: 1.1;
  margin-bottom: 1.875rem;
  text-align: center;
}

.wysiwyg-content h2,
.wp-editor h2 {
  font-family: "Crimson Pro", serif;
  font-size: 42px;
  font-size: 2.625rem;
  font-weight: 400;
  margin: 0 0 1.25rem;
}
.wysiwyg-content p,
.wp-editor p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.6;
  margin-bottom: 1.875rem;
}
.wysiwyg-content p:last-child,
.wp-editor p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 782px) {
  .wysiwyg-content p,
  .wp-editor p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.wysiwyg-content a,
.wp-editor a {
  color: #0093C1;
}
.wysiwyg-content a:hover,
.wp-editor a:hover {
  text-decoration: none;
}
.wysiwyg-content ul, .wysiwyg-content ol,
.wp-editor ul,
.wp-editor ol {
  margin: 0 0 1.875rem;
  padding: 0 0 0 1.875rem;
}
.wysiwyg-content ul li, .wysiwyg-content ol li,
.wp-editor ul li,
.wp-editor ol li {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.6;
}
@media screen and (min-width: 782px) {
  .wysiwyg-content ul li, .wysiwyg-content ol li,
  .wp-editor ul li,
  .wp-editor ol li {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.wysiwyg-content div.alignleft img, .wysiwyg-content a.alignleft img,
.wysiwyg-content div.alignright img, .wysiwyg-content a.alignright img,
.wp-editor div.alignleft img,
.wp-editor a.alignleft img,
.wp-editor div.alignright img,
.wp-editor a.alignright img {
  height: auto;
  width: 100%;
}
.wysiwyg-content div.alignleft, .wysiwyg-content a.alignleft, .wysiwyg-content img.alignleft,
.wysiwyg-content div.alignright, .wysiwyg-content a.alignright, .wysiwyg-content img.alignright,
.wp-editor div.alignleft,
.wp-editor a.alignleft,
.wp-editor img.alignleft,
.wp-editor div.alignright,
.wp-editor a.alignright,
.wp-editor img.alignright {
  border: 1px solid #DEDEDE;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
  height: auto;
  max-width: 50%;
  padding: 0.9375rem;
}
.wysiwyg-content div.alignleft, .wysiwyg-content a.alignleft, .wysiwyg-content img.alignleft,
.wp-editor div.alignleft,
.wp-editor a.alignleft,
.wp-editor img.alignleft {
  float: left;
  margin: 0 1.875rem 1.25rem 0;
  transform: rotate(-2deg);
}
.wysiwyg-content div.alignright, .wysiwyg-content a.alignright, .wysiwyg-content img.alignright,
.wp-editor div.alignright,
.wp-editor a.alignright,
.wp-editor img.alignright {
  float: right;
  margin: 0 0 1.25rem 1.875rem;
  transform: rotate(2deg);
}
.wysiwyg-content .wp-caption-text,
.wp-editor .wp-caption-text {
  color: #5B5B5B;
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  margin-top: 0.625rem;
  max-width: 75%;
}

.post-listing {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 2.5rem;
}
.post-listing > article {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  margin-bottom: 2.5rem;
  width: 100%;
}
@media screen and (min-width: 782px) {
  .post-listing > article {
    width: calc((100% - 2.5rem) / 2);
  }
}
@media screen and (min-width: 1024px) {
  .post-listing > article {
    width: calc((100% - 7.5rem) / 3);
  }
}
.post-listing .posts-navigation {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 5rem 0 2.5rem;
  width: 100%;
}
.post-listing .posts-navigation a {
  color: #3B3A49;
  font-family: "Crimson Pro", serif;
  font-weight: 400;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.1;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
}
.post-listing .posts-navigation a:hover {
  color: #3B3A49;
}
@media screen and (min-width: 782px) {
  .post-listing .posts-navigation a {
    font-size: 32px;
    font-size: 2rem;
  }
}
.post-listing img {
  height: auto;
  width: 100%;
  margin-bottom: 15px;
}
.post-listing .entry-title {
  color: #3B3A49;
  font-family: "Crimson Pro", serif;
  font-weight: 400;
  font-size: 42px;
  font-size: 2.625rem;
  line-height: 1.1;
  margin: 0 0 1.25rem;
  max-width: 52.5rem;
  text-align: left;
  width: 100%;
}
.post-listing .entry-title a {
  color: inherit;
  text-decoration: none;
}
.post-listing .entry-title a:hover {
  color: #0093C1;
}
.post-listing .sub-title {
  color: #3B3A49;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 160%;
  margin-bottom: 0;
  width: 100%;
}
.post-listing .entry-excerpt {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 160%;
  margin: 0 0 1.25rem;
  width: 100%;
}
.post-listing .entry-more {
  color: #3B3A49;
  font-family: "Figtree", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  margin-top: auto;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.post-listing .entry-more:hover {
  text-decoration: none;
}

.case-study-listing .projects {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  row-gap: 1.25rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 5rem;
}
@media screen and (min-width: 782px) {
  .case-study-listing .projects {
    display: grid;
  }
}
.case-study-listing .projects .project {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 1.25rem;
  min-height: 13.75rem;
}
@media screen and (min-width: 782px) {
  .case-study-listing .projects .project {
    margin-bottom: 0;
    min-height: 18.125rem;
  }
}
.case-study-listing .projects .project a {
  align-items: flex-end;
  background-color: transparent;
  color: #FFFFFF;
  display: flex;
  font-family: "Crimson Pro", serif;
  font-weight: 400;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.1;
  height: 100%;
  justify-content: flex-start;
  min-height: 15rem;
  text-decoration: none;
  width: 100%;
}
@media screen and (min-width: 782px) {
  .case-study-listing .projects .project a {
    min-height: 21.25rem;
  }
}
.case-study-listing .projects .project a div {
  background-color: rgba(59, 58, 73, 0.7);
  display: flex;
  flex-wrap: wrap;
  padding: 1.25rem;
  transition: all 0.2s ease-in-out;
  width: 100%;
}
.case-study-listing .projects .project a strong {
  font-weight: normal;
  width: 100%;
}
.case-study-listing .projects .project a span {
  font-family: "Crimson Pro", serif;
  font-size: 16px;
  font-size: 1rem;
  font-style: normal;
  line-height: 160%;
  margin-top: 0.625rem;
  text-transform: none;
}
.case-study-listing .projects .project a span:first-of-type {
  padding-right: 2.5rem;
}
.case-study-listing .projects .project a:hover div {
  background-color: rgba(59, 58, 73, 0.9);
  transition: all 0.2s ease-in-out;
}

.project-listing .filters {
  margin: 0 -0.625rem 1.25rem;
}
.project-listing .filters .filter {
  margin: 0 0.625rem 1.25rem;
  flex: 1;
}
@media screen and (min-width: 782px) {
  .project-listing .filters {
    display: flex;
    margin: 0 -0.625rem 5rem;
  }
  .project-listing .filters .filter {
    margin-bottom: 0;
  }
}
.project-listing .filters .archive-filter {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #FFFFFF;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 24 24' fill='none' stroke='%233B3A49' stroke-width='2.5' stroke-linecap='square' stroke-linejoin='arcs'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-position: right 0.7em top 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 1.2em auto, 100%;
  border-radius: 5px;
  border: 3px solid #3B3A49;
  box-shadow: none;
  cursor: pointer;
  color: #3B3A49;
  display: block;
  font-family: "Crimson Pro", serif;
  font-weight: 400;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.1;
  margin: 0;
  outline: none;
  padding: 0.625rem 2.1875rem 0.625rem 0.625rem;
  transition: all 0.1s ease-in-out;
  text-transform: none;
  width: 100%;
}
.project-listing .filters .archive-filter::-ms-expand {
  display: none;
}
.project-listing .filters .archive-filter:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 24 24' fill='none' stroke='%233B3A49' stroke-width='2.5' stroke-linecap='square' stroke-linejoin='arcs'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  border-color: #3B3A49;
  transition: all 0.1s ease-in-out;
}
.project-listing .filters .archive-filter option {
  font-weight: normal;
  font-size: 18px;
  font-size: 1.125rem;
}
.project-listing .projects {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  row-gap: 1.25rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 5rem;
}
.project-listing .projects .project {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 1.25rem;
}
.project-listing .projects .project a {
  align-items: flex-end;
  background-color: transparent;
  color: #FFFFFF;
  display: flex;
  font-family: "Crimson Pro", serif;
  font-weight: 400;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.1;
  height: 100%;
  justify-content: flex-start;
  min-height: 15rem;
  padding: 1.875rem;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  width: 100%;
}
.project-listing .projects .project a span {
  display: block;
}
.project-listing .projects .project a em {
  display: block;
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-style: normal;
  line-height: 160%;
  margin-top: 0.625rem;
  text-transform: none;
}
.project-listing .projects .project a:hover {
  background-color: rgba(59, 58, 73, 0.7);
  transition: all 0.4s ease-in-out;
}
.project-listing .projects .project a:hover span {
  display: block;
}
@media screen and (min-width: 782px) {
  .project-listing .projects {
    display: grid;
  }
  .project-listing .projects .project {
    margin-bottom: 0;
  }
  .project-listing .projects .project a {
    min-height: 18.125rem;
  }
  .project-listing .projects .project:nth-child(2), .project-listing .projects .project:nth-child(7), .project-listing .projects .project:nth-child(14) {
    grid-row: span 2/span 2;
    grid-column: span 2/span 2;
  }
  .project-listing .projects .project:nth-child(2) a, .project-listing .projects .project:nth-child(7) a, .project-listing .projects .project:nth-child(14) a {
    font-size: 48px;
    font-size: 3rem;
    min-height: 37.5rem;
  }
  .project-listing .projects .project:nth-child(2) a em, .project-listing .projects .project:nth-child(7) a em, .project-listing .projects .project:nth-child(14) a em {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

body.post-type-archive-team-member {
  background-size: 180px;
  background-position: right bottom;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
@media screen and (min-width: 782px) {
  body.post-type-archive-team-member {
    background-size: 320px;
  }
}
@media screen and (min-width: 1024px) {
  body.post-type-archive-team-member {
    background-size: 420px;
  }
}

.team-listing .team-grid {
  display: grid;
  gap: 0.625rem;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  margin: 0 0 5rem;
}
@media screen and (min-width: 600px) {
  .team-listing .team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1024px) {
  .team-listing .team-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1200px) {
  .team-listing .team-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1400px) {
  .team-listing .team-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
.team-listing .team-grid li {
  margin: 0;
  padding: 0;
  position: relative;
}
.team-listing .team-grid li .team-details {
  font-family: "Crimson Pro", serif;
  position: absolute;
  pointer-events: none;
  bottom: 0;
  background: rgba(0, 0, 0, 0.85);
  padding: 1.25rem;
  color: #FFF;
  left: 0;
  right: 0;
  z-index: 50;
}
.team-listing .team-grid li .team-details .name {
  font-size: 1.25rem;
  line-height: 1;
  margin-bottom: 0.625rem;
}
.team-listing .team-grid li .team-details .role {
  font-size: 1.125rem;
  line-height: 1;
}
.team-listing .our-team-listing {
  align-content: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 0 0 5rem;
}
.team-listing .our-team-listing li {
  max-width: 15rem;
}
.team-listing .our-team-listing li a {
  cursor: pointer;
  display: block;
  position: relative;
}
.team-listing .our-team-listing li a:hover .overlay {
  opacity: 1;
  visibility: visible;
  transition: all 0.1s ease-in-out;
}
.team-listing .our-team-listing li a .overlay {
  align-items: flex-end;
  background-color: rgba(0, 147, 193, 0.6);
  bottom: 0;
  color: #FFFFFF;
  display: flex;
  font-family: "Crimson Pro", serif;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 400;
  justify-content: center;
  left: 0;
  line-height: 1.1;
  opacity: 0;
  padding: 1.25rem;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 0;
  transition: all 0.1s ease-in-out;
  visibility: hidden;
}
.team-listing .team-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
}
.team-listing .team-popup .team-close-container {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0.625rem;
}
.team-listing .team-popup .team-close-container .close {
  color: #0093C1;
  cursor: pointer;
}
.team-listing .team-popup .team-close-container .close:hover {
  color: #A5BAA5;
}
.team-listing .team-popup .overlay {
  align-items: center;
  background-color: rgba(0, 75, 98, 0.6);
  display: flex;
  justify-content: center;
  padding: 1.25rem;
  min-height: 100vh;
}
.team-listing .team-popup .inner {
  background-color: #FFFFFF;
  color: #3B3A49;
  max-width: 52.5rem;
  padding: 0 1.25rem;
  position: relative;
}
.team-listing .team-popup .inner:before {
  background-image: url("../img/feature-header-top.svg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  top: 100%;
  content: "";
  height: 1.875rem;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 9990;
}
.team-listing .team-popup .inner:after {
  background-image: url("../img/feature-header-bottom.svg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 100%;
  content: "";
  height: 1.875rem;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 9990;
}
.team-listing .team-popup .inner .cols {
  display: flex;
  justify-content: space-between;
}
.team-listing .team-popup .inner .cols .left {
  margin-bottom: 1.875rem;
  margin-right: 2.5rem;
  width: 35%;
}
.team-listing .team-popup .inner .cols .left img {
  border: 1px solid #DEDEDE;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
  height: auto;
  padding: 0.9375rem;
  transform: rotate(-2deg);
  width: 100%;
}
.team-listing .team-popup .inner .cols .right {
  margin-bottom: 1.875rem;
  width: 60%;
}
.team-listing .team-popup .inner .cols .right h2 {
  color: #0093C1;
  font-family: "Crimson Pro", serif;
  font-size: 42px;
  font-size: 2.625rem;
  font-weight: 400;
  text-transform: uppercase;
}
.team-listing .team-popup .inner .cols .right .role {
  color: #A5BAA5;
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 1.25rem;
}

body.post-type-archive-team-member {
  background-size: 180px;
  background-position: right bottom;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
@media screen and (min-width: 782px) {
  body.post-type-archive-team-member {
    background-size: 320px;
  }
}
@media screen and (min-width: 1024px) {
  body.post-type-archive-team-member {
    background-size: 420px;
  }
}

.single-team {
  padding-top: 7.5rem;
}
.single-team .single-team-content {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 782px) {
  .single-team .single-team-content {
    flex-direction: row-reverse;
  }
  .single-team .single-team-content .team-details {
    background-color: #F3F3F3;
    padding: 3.75rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    width: 60%;
  }
  .single-team .single-team-content .team-details .role {
    color: inherit;
    font-family: "Figtree", sans-serif;
    font-size: 24px;
    font-size: 1.5rem;
    text-decoration: none;
    text-transform: uppercase;
  }
  .single-team .single-team-content .team-details .linkedin {
    font-size: 1.125rem;
    line-height: 1;
  }
  .single-team .single-team-content .team-details .linkedin a {
    color: #3B3A49;
    text-decoration: none;
    display: flex;
    gap: 10px;
    align-items: center;
  }
  .single-team .single-team-content .team-details .name {
    color: #3B3A49;
    font-family: "Crimson Pro", serif;
    font-weight: 400;
    font-size: 3.875rem;
    line-height: 110%;
    margin: 0;
    text-align: left;
    text-decoration: none;
  }
  .single-team .single-team-content .cover-image {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    aspect-ratio: 44/61;
    width: 40%;
    height: auto;
  }
}

.team-listing-new .team-grid-new {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 5rem 0;
}
@media screen and (min-width: 600px) {
  .team-listing-new .team-grid-new {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1024px) {
  .team-listing-new .team-grid-new {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1200px) {
  .team-listing-new .team-grid-new {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1400px) {
  .team-listing-new .team-grid-new {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
}
.team-listing-new .team-grid-new li {
  margin: 0;
  padding: 0;
}
.team-listing-new .team-grid-new li .cover-image {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  aspect-ratio: 44/61;
  width: 100%;
  height: auto;
}
.team-listing-new .team-grid-new li .team-details {
  font-family: "Crimson Pro", serif;
  position: absolute;
  pointer-events: none;
  background: rgba(0, 0, 0, 0);
  padding: 1.25rem;
  color: #FFF;
  left: 0;
  right: 0;
  z-index: 50;
  bottom: 0;
  transition: all 0.2s linear;
  transform: translateY(100%);
}
.team-listing-new .team-grid-new li .team-details .name {
  font-size: 1.25rem;
  line-height: 1;
  margin-bottom: 0.625rem;
}
.team-listing-new .team-grid-new li .team-details .role {
  font-size: 1.125rem;
  line-height: 1;
}
.team-listing-new .team-grid-new li a {
  position: relative;
  display: block;
  overflow: hidden;
}
.team-listing-new .team-grid-new li a:hover .team-details {
  background: rgba(0, 0, 0, 0.85);
  transform: translateY(0%);
  transition: all 0.2s linear;
}

.site-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
}
.site-popup .close-container {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0.625rem;
}
.site-popup .close-container .close {
  color: #0093C1;
  cursor: pointer;
}
.site-popup .close-container .close:hover {
  color: #A5BAA5;
}
.site-popup .overlay {
  align-items: center;
  background-color: rgba(0, 75, 98, 0.6);
  display: flex;
  justify-content: center;
  padding: 1.25rem;
  min-height: 100vh;
}
.site-popup .inner {
  background-color: #FFFFFF;
  padding: 0 1.25rem;
  position: relative;
}
.site-popup .inner img {
  height: auto;
  max-height: 37.5rem;
  max-width: 50rem;
  width: 100%;
}
.site-popup .inner:before {
  background-image: url("../img/feature-header-top.svg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  top: 100%;
  content: "";
  height: 2.8125rem;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 9990;
}
.site-popup .inner:after {
  background-image: url("../img/feature-header-bottom.svg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 100%;
  content: "";
  height: 2.8125rem;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 9990;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: rgb(30, 30, 30);
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden; /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
.site-footer .top {
  padding-bottom: 3.125rem;
}
.site-footer .bottom {
  background-color: #3B3A49;
  color: #FFFFFF;
  padding-bottom: 3.125rem;
  padding-top: 3.125rem;
}
.site-footer .bottom a {
  color: inherit;
  text-decoration: none;
}
.site-footer .grid {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.site-footer .grid > div.contact, .site-footer .grid > div.newsletter {
  grid-column: span 2/span 2;
}
.site-footer .grid > div.contact {
  text-align: center;
  order: 1;
}
.site-footer .grid > div.nav {
  order: 3;
  padding-top: 5px;
}
.site-footer .grid > div.nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer .grid > div.nav ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer .grid > div.newsletter {
  order: 4;
  padding-top: 5px;
}
.site-footer .grid > div h3 {
  font-family: "Crimson Pro", serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 782px) {
  .site-footer .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .site-footer .grid > div.contact, .site-footer .grid > div.newsletter {
    grid-column: span 1/span 1;
    text-align: left;
  }
  .site-footer .grid > div.newsletter {
    order: 2;
  }
}
@media screen and (min-width: 1024px) {
  .site-footer .grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .site-footer .grid > div.newsletter {
    grid-column: span 2/span 2;
    order: 4;
  }
}
.site-footer .cols {
  align-items: center;
  justify-content: space-between;
  text-align: center;
}
@media screen and (min-width: 782px) {
  .site-footer .cols {
    display: flex;
    text-align: left;
  }
}
.site-footer .cta {
  color: #3B3A49;
  font-family: "Figtree", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
  margin-bottom: 3.125rem;
}
.site-footer .cta br {
  display: none;
}
@media screen and (min-width: 782px) {
  .site-footer .cta {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 0;
  }
  .site-footer .cta br {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .site-footer .cta {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
.site-footer .cta a {
  color: #3B3A49;
  text-decoration: none;
}
.site-footer .logos {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 -0.625rem;
}
.site-footer .logos li {
  margin: 0 0.625rem;
}
.site-footer .logos img {
  height: auto;
  max-height: 5rem;
  width: auto;
}
.site-footer .site-info {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 1.25rem;
  font-family: "Crimson Pro", serif;
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (min-width: 782px) {
  .site-footer .site-info {
    align-items: flex-start;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .site-footer .site-info {
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
  }
}
.site-footer .footer-logo {
  height: 24px;
  margin-bottom: 0.625rem;
  width: auto;
}
@media screen and (min-width: 782px) {
  .site-footer .footer-logo {
    height: 32px;
    margin-right: 1.25rem;
    width: 159px;
  }
}
@media screen and (min-width: 1024px) {
  .site-footer .footer-logo {
    height: 36px;
    margin-bottom: 0;
    width: 179px;
  }
}
.site-footer .follow-us {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  margin: 2.5rem -0.4375rem 1.25rem;
}
.site-footer .follow-us li {
  line-height: 1.1;
  margin: 0 0.4375rem;
}
.site-footer .follow-us li.title {
  display: list-item;
  font-family: "Crimson Pro", serif;
  font-size: 24px;
  font-size: 1.5rem;
  margin-right: 1.25rem;
}
.site-footer .follow-us li svg {
  height: auto;
  max-height: 1.5rem;
  max-width: 1.5rem;
  width: auto;
}
.site-footer .follow-us li a {
  transition: opacity 0.1s ease-in-out;
}
.site-footer .follow-us li a:hover {
  opacity: 0.5;
  transition: opacity 0.1s ease-in-out;
}
.site-footer .gform_description {
  display: block;
  margin-bottom: 1.25rem;
}
.site-footer input[type=text], .site-footer input[type=email] {
  border: 1px solid #FFFFFF;
  background: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  padding: 0.9375rem !important;
  color: #FFFFFF;
  font-size: 1rem;
}
.site-footer ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #FFFFFF;
}
.site-footer ::-moz-placeholder { /* Firefox 19+ */
  color: #FFFFFF;
}
.site-footer :-ms-input-placeholder { /* IE 10+ */
  color: #FFFFFF;
}
.site-footer :-moz-placeholder { /* Firefox 18- */
  color: #FFFFFF;
}
.site-footer button[type=submit], .site-footer input[type=submit] {
  background: #A5BAA5;
  display: block;
  text-align: center;
  font-family: "Crimson Pro", serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-style: italic;
  width: 100%;
  color: #FFFFFF;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  padding: 0.625rem 0.9375rem !important;
}

.flexible-content .gravity-form .gform_footer {
  display: block !important;
}

.homepage-option .wrapper .wrapper {
  max-width: none;
}
.homepage-option .content-row {
  padding: 0;
}
.homepage-option .feature-header {
  margin-bottom: 0;
}
.homepage-option .flexible-content .introduction {
  margin-bottom: 2.5rem;
}
.homepage-option .flexible-content .introduction .wrapper {
  align-items: center;
}
.homepage-option .flexible-content .introduction .title {
  margin-bottom: 0;
}
.homepage-option .flexible-content .our-clients, .homepage-option .flexible-content .resource-center {
  margin-bottom: 2.5rem;
  padding: 0;
}
.homepage-option .flexible-content .our-clients .wrapper, .homepage-option .flexible-content .resource-center .wrapper {
  align-items: flex-start;
}
.homepage-option .flexible-content .our-clients .row-title, .homepage-option .flexible-content .resource-center .row-title {
  margin-bottom: 2.5rem;
}
.homepage-option .flexible-content .feature, .homepage-option .flexible-content .feature-white, .homepage-option .flexible-content .testimonials, .homepage-option .flexible-content .how-we-work {
  margin-bottom: 2.5rem;
}
.homepage-option .site-footer .top {
  padding-bottom: 2.5rem;
}
.homepage-option .site-footer .bottom {
  padding-bottom: 2.5rem;
  padding-top: 2.5rem;
}
