@charset "UTF-8";
.fw-employees, .fw-transaction, .fw-news__heading, .fw-case-studies__heading, .wp-block-quote, .wp-block-quote.is-style-large {
  margin-left: auto;
  margin-right: auto;
  max-width: 80ch;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}

@supports (padding: env(safe-area-inset-right)) {
  .fw-employees, .fw-transaction, .fw-news__heading, .fw-case-studies__heading, .wp-block-quote, .wp-block-quote.is-style-large {
    padding-left: calc( safe-area-inset-left + 1.6rem);
    padding-right: calc( safe-area-inset-right + 1.6rem);
  }
}

:root {
  --header-logo-height: 6rem;
  --header-logo-width: 15rem;
  --header-logo-text-display: none;
  --header-mobile-padding-horizontal: 1rem;
  --mobile-nav-background-color: #00235A;
  --mobile-nav-color: #FFF;
  --hamburger-height: 3em;
  --hamburger-width: 3em;
  --hamburger-color-collapsed: #FFF;
  --hamburger-color-expanded: #FFF;
  --desktop-nav-color: #FFF;
  --desktop-nav-color-focus: #FFF;
  --desktop-nav-subnav-background-color: #00235A;
  --desktop-nav-subnav-color: #FFF;
  --block-spacing: 8vh;
  --header-mobile-padding-vertical: 1rem;
  --mobile-nav-font-size: inherit;
  --mobile-nav-padding-top: 2em;
  --mobile-nav-padding-bottom: 2em;
  --mobile-nav-padding-left: 2em;
  --mobile-nav-padding-right: 2em;
  --mobile-nav-color: inherit;
  --mobile-nav-color-focus: inherit;
  --header-padding-right: 1.6rem;
}

@media (min-width: 48em) {
  :root {
    --header-logo-height: 5rem;
    --header-logo-width: 18rem;
  }
}

@media (min-width: 23em) {
  :root {
    --header-mobile-padding-horizontal: 1.6rem;
  }
}

@media (min-width: 68em) {
  :root {
    --header-logo-height: 5rem;
    --header-logo-width: 23rem;
  }
}

@media (min-width: 48em) {
  :root {
    --header-desktop-padding-vertical: 2rem;
    --header-desktop-padding-horizontal: 1.6rem;
  }
}

@media (min-width: 56em) {
  :root {
    --header-desktop-padding-vertical: 6rem;
  }
}

@media (min-width: 68em) {
  :root {
    --header-desktop-padding-vertical: 6rem;
    --header-desktop-padding-horizontal: 3vw;
  }
}

@media (min-width: 48em) {
  .fw-body--home .wp-block-cover__inner-container > * {
    margin: auto;
    max-width: 90rem;
  }
}

@media all and (-ms-high-contrast: none) {
  .wp-block-cover-image.has-background-dim:before,
.wp-block-cover.has-background-dim:before {
    background-color: #00235A;
  }
}

.fw-article > .wp-block-quote:last-child:not(.alignfull) {
  margin-bottom: 0;
}

.wp-block-quote, .wp-block-quote.is-style-large {
  border: 0;
  margin-bottom: 0;
  text-align: center;
  padding-bottom: 8vh;
  padding-top: 8vh;
}

.wp-block-quote p, .wp-block-quote.is-style-large p {
  color: #00235A;
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 3rem;
}

@media (min-width: 48em) {
  .wp-block-quote p, .wp-block-quote.is-style-large p {
    font-size: 4rem;
  }
}

.wp-block-quote cite, .wp-block-quote.is-style-large cite {
  font-family: "Poppins", sans-serif;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: normal;
}

.wp-block-quote cite:before, .wp-block-quote.is-style-large cite:before {
  content: '- ';
}

.wp-block-quote.is-style-graybar {
  background: #DEE7EC;
  border-left: 3px solid #00A8DB;
  padding: 2.25rem 2.25rem 2.25rem 3rem;
  font-size: inherit;
  margin-top: 0;
  text-align: left;
}

.fw-article :not([class*="wp-block"]):not([class*="fw-"]) + .wp-block-quote.is-style-graybar {
  margin-bottom: 3rem;
  margin-top: 1em;
}

.wp-block-quote.is-style-graybar p {
  font-weight: normal;
  font-size: inherit;
}

.fw-article .wp-block-quote.is-style-graybar p {
  margin-bottom: 0rem;
}

.is-style-sans {
  font-family: "Poppins", sans-serif;
  font-size: 2.4rem;
  line-height: 2.6rem;
  letter-spacing: -.01em;
}

ul.is-style-line-separated {
  list-style: none;
  margin-bottom: 3em;
  padding-left: 0;
}

ul.is-style-line-separated li {
  border-bottom: 1.5px solid #00A8DB;
  color: #00235A;
  font-family: "Poppins", sans-serif;
  font-size: inherit;
  padding: 1.25em 0;
  text-transform: uppercase;
}

ol.is-style-line-separated {
  counter-reset: list;
  list-style: none;
}

ol.is-style-line-separated li {
  margin: 0 0 3rem 0;
  counter-increment: list;
  position: relative;
  border-bottom: 1.5px solid #00A8DB;
  color: #00235A;
  font-family: "Poppins", sans-serif;
  font-size: inherit;
  padding-bottom: 1.25em;
  text-transform: uppercase;
}

ol.is-style-line-separated li::before {
  content: counter(list) ".";
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  position: absolute;
  --size: 47px;
  left: calc(-1 * var(--size) - 10px);
  line-height: var(--size);
  width: var(--size);
  height: var(--size);
  top: 0;
  background: #00235A;
  border-radius: 50%;
  text-align: center;
  margin-left: -2rem;
}

.wp-block-columns {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}

@supports (padding: env(safe-area-inset-right)) {
  .wp-block-columns {
    padding-left: calc( safe-area-inset-left + 1.6rem);
    padding-right: calc( safe-area-inset-right + 1.6rem);
  }
}

@media (max-width: 768px) {
  .wp-block-columns .wp-block-column {
    flex-basis: 100% !important;
  }
}

.wp-block-column > * + * {
  margin-top: 1em;
}

@media (min-width: 600px) {
  .wp-block-column:nth-child(2n) {
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .wp-block-column:nth-child(2n) {
    margin-left: 32px;
  }
}

.fw-borders > * {
  border-top: 1.5px solid #00A8DB;
  margin-top: 32px;
  padding-top: 32px;
}

.fw-borders > *:first-child {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}

@media (min-width: 767px) {
  .fw-borders {
    align-items: center;
  }
  .fw-borders > * {
    border-top: 0;
    border-left: 1.5px solid #00A8DB;
    margin-top: 0;
    padding-left: 32px;
    padding-top: 0;
  }
  .fw-borders > *:first-child {
    border-left: 0;
    padding-left: 0;
  }
}

.fw-brand-list {
  background: #00235A;
  color: #FFF;
  padding: 12vh 0;
  position: relative;
  width: 100%;
}

.fw-brand-list__logos {
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  /* Hide scrollbar for Chrome, Safari and Opera */
  position: relative;
  overflow: auto;
  padding-bottom: 4rem;
}

@media (min-width: 48em) {
  .fw-brand-list__logos {
    white-space: nowrap;
  }
  .fw-brand-list__logos::-webkit-scrollbar {
    display: block;
    width: 0.5rem;
    height: 0.5rem;
  }
  .fw-brand-list__logos::-webkit-scrollbar-button {
    width: 0.5rem;
    height: 0.5rem;
  }
  .fw-brand-list__logos::-webkit-scrollbar-thumb {
    background: #fff;
    border: 0px none #ffffff;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  }
  .fw-brand-list__logos::-webkit-scrollbar-thumb:hover {
    background: #00A8DB;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  }
  .fw-brand-list__logos::-webkit-scrollbar-thumb:active {
    background: #00A8DB;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  }
  .fw-brand-list__logos::-webkit-scrollbar-track {
    background: #00235A;
    border: 0px none #ffffff;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  }
  .fw-brand-list__logos::-webkit-scrollbar-track:hover {
    background: transparent;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  }
  .fw-brand-list__logos::-webkit-scrollbar-track:active {
    background: transparent;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  }
  .fw-brand-list__logos::-webkit-scrollbar-corner {
    background: transparent;
    display: none;
  }
}

.fw-brand-list__list {
  align-items: center;
  display: flex;
  list-style: none;
}

.fw-brand-list__item {
  background: #00235A;
  padding: 0 4vw;
}

@media (min-width: 48em) {
  .fw-brand-list__item {
    padding: 0 2.5vw;
    flex: 0 0 11.28vw;
  }
}

.fw-brand-list__image {
  -webkit-filter: invert(1) brightness(1.25) grayscale(1);
          filter: invert(1) brightness(1.25) grayscale(1);
  height: 4rem;
  mix-blend-mode: screen;
  width: auto;
}

@media (min-width: 48em) {
  .fw-brand-list__image {
    height: auto;
    width: 100%;
  }
}

.block-editor__container .fw-brand-list__image {
  height: 7rem;
  max-width: none;
  width: auto;
}

.fw-brand-list__link-container {
  padding-top: 2rem;
  text-align: center;
}

.fw-brand-list__link {
  color: #FFF;
  font-size: 1.2em;
  position: relative;
  text-decoration: none;
  transform: translateZ(20px);
}

.fw-brand-list__link:after {
  background: #00A8DB;
  bottom: -2px;
  content: '';
  height: 1.5px;
  left: 0;
  position: absolute;
  right: 0;
  transition: height .25s ease-in-out;
}

.wp-admin .block-editor-block-list__layout .fw-case-studies__item {
  padding: 2em 0;
}

[data-type="fw/image-slider"]:not(.has-child-selected) [data-type="fw/image-slider-image"] + [data-type="fw/image-slider-image"] {
  display: none;
}

[data-type="fw/image-slider"]:not(.has-child-selected):after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='52.1px' height='17.2px' viewBox='0 0 52.1 17.2'%3E%3Cstyle%3E .st0%7Bfill:%2300235a%7D %3C/style%3E%3Cpath class='st0' d='M45.8 2.3L52 8.4c.1.1.1.4 0 .5l-6.2 6.2c-.1.1-.4.1-.5 0l-.2-.2c-.1-.1-.1-.4 0-.5l5.2-5.2-11 0c-.2 0-.4-.2-.4-.4l0-.3c0-.2.2-.4.4-.4l11 0L45.1 3c-.1-.1-.1-.4 0-.5l.2-.2C45.4 2.1 45.6 2.1 45.8 2.3zM32.6 0l.3.3c.1.1.1.2 0 .3L20 17.1c-.1.1-.2.1-.3 0l-.3-.3c-.1-.1-.1-.2 0-.3L32.3.1C32.4 0 32.5 0 32.6 0z'/%3E%3Cpath d='M6.3,15.2L0.1,9.1C0,8.9,0,8.7,0.1,8.6l6.2-6.2c0.1-0.1,0.4-0.1,0.5,0L7,2.6C7.1,2.7,7.1,3,7,3.1L1.8,8.3 l11,0c0.2,0,0.4,0.2,0.4,0.3v0.3c0,0.2-0.2,0.4-0.3,0.4l-11,0L7,14.5c0.1,0.1,0.1,0.4,0,0.5l-0.2,0.2C6.7,15.4,6.4,15.4,6.3,15.2z' fill='%23dee7ec'/%3E%3C/svg%3E");
  display: block;
  width: 52px;
  height: 17px;
  margin: 2rem 0;
}

.has-child-selected [data-type="fw/image-slider-image"] {
  padding: 2rem 0;
}

.has-child-selected [data-type="fw/image-slider-image"]:before {
  display: block;
  content: '';
  height: 2em;
  background: #EEE;
}

.is-scrolling-case-study {
  pointer-events: none;
}

.fw-case-studies {
  background: #F1F5F7;
  padding: 10vh 0;
  position: relative;
  width: 100%;
}

.fw-case-studies__heading {
  margin-bottom: 3rem;
}

.fw-case-studies__title {
  color: #00235A;
}

.fw-article .fw-case-studies__title {
  font-size: 4rem;
  line-height: 4.2rem;
}

.fw-case-studies__title * {
  display: block;
}

.fw-case-studies__case-studies {
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  position: relative;
  overflow: auto;
}

.fw-case-studies__controls {
  display: none;
  position: absolute;
  bottom: 10vh;
  transform: translateY(-3.5rem);
  left: 30.58vw;
  margin-bottom: .5em;
}

.fw-case-studies__controls button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: 0;
  fill: #00235A;
  margin: 0 .5em;
}

.fw-case-studies__list {
  list-style: none;
}

@media (min-width: 48em) {
  .fw-case-studies__list {
    display: flex;
    padding: 1em 0;
    padding-right: 5vw;
  }
  .fw-case-studies__list:after {
    display: block;
    content: '.';
    height: 1px;
    opacity: 0;
    width: 5vw;
  }
  .fw-case-studies--single .fw-case-studies__list {
    justify-content: center;
  }
}

@media (min-width: 64em) {
  .fw-case-studies__list {
    padding-right: 10vw;
  }
}

.fw-case-studies__item {
  align-items: center;
  box-sizing: border-box;
  display: block;
  margin-bottom: 3rem;
  padding-bottom: 5rem;
  position: relative;
}

@media (min-width: 48em) {
  .fw-case-studies__item {
    box-sizing: content-box;
    flex: 0 0 45vw;
    height: 30vw;
    padding: 0 5vw 0 10vw;
  }
}

.fw-case-studies__item-image,
.fw-case-studies .wp-block-image {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

@media (min-width: 48em) {
  .fw-case-studies__item-image,
.fw-case-studies .wp-block-image {
    transform: scale(0.75) translateX(-10%);
    transform-origin: left center;
  }
}

.fw-case-studies__item-photo,
.fw-case-studies .wp-block-image img {
  height: auto;
  width: 100%;
}

@media (min-width: 48em) {
  .fw-case-studies__item-photo,
.fw-case-studies .wp-block-image img {
    height: 80%;
    width: auto;
  }
  @supports ((-o-object-fit: cover) or (object-fit: cover)) {
    .fw-case-studies__item-photo,
.fw-case-studies .wp-block-image img {
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center;
      height: 100%;
      width: 100%;
    }
  }
}

@media all and (min-width: 48em) and (-ms-high-contrast: none) {
  .fw-case-studies__item-photo,
.fw-case-studies .wp-block-image img {
    height: auto;
    transform: translateY(-25%);
    width: 100%;
  }
}

.fw-article .fw-case-studies__item-title {
  line-height: 2;
  font-size: 3rem;
  margin-bottom: 1em;
  padding: 0 1.6rem;
  position: relative;
}

@media (min-width: 48em) {
  .fw-article .fw-case-studies__item-title {
    font-size: 3.6rem;
    font-size: 2vw;
    left: 50%;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 19ch;
  }
}

@media all and (min-width: 48em) and (-ms-high-contrast: none) {
  .fw-article .fw-case-studies__item-title {
    width: auto;
  }
}

.fw-case-studies__item-link {
  color: #FFF;
  display: block;
  line-height: 1.5;
  text-decoration: none;
}

.fw-case-studies__item-link:after {
  display: none;
}

.fw-case-studies__item-link span {
  display: inline-block;
  background: #00A8DB;
  padding: 0 .75ch;
}

@supports ((-webkit-box-decoration-break: clone) or (box-decoration-break: clone)) or (-webkit-box-decoration-break: clone) {
  .fw-case-studies__item-link span {
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    display: inline;
  }
}

.fw-case-studies__item-sublink {
  color: #00235A;
  font-size: 1.6rem;
  padding: 0 1.6rem;
}

@media (min-width: 48em) {
  .fw-case-studies__item-sublink {
    bottom: 0;
    padding: 0;
    position: absolute;
    right: 4em;
    text-decoration: none;
    font-size: 01.5vw;
  }
  .fw-case-studies__item-sublink:after {
    background: #00A8DB;
    bottom: -2px;
    content: '';
    height: 1.5px;
    left: 0;
    position: absolute;
    right: 0;
    transition: height .25s ease-in-out;
  }
}

@media (min-width: 48em) {
  .fw-case-studies .fw-case-studies__item {
    transition: all .25s linear;
  }
  .fw-case-studies .fw-case-studies__item .fw-case-studies__item-image,
.fw-case-studies .fw-case-studies__item .fw-case-studies__item-title,
.fw-case-studies .fw-case-studies__item .fw-case-studies__item-sublink {
    transition: all .25s linear;
  }
  .fw-case-studies--ready .fw-case-studies__controls {
    display: block;
  }
  .fw-case-studies--ready .fw-case-studies__list {
    overflow: hidden;
  }
  .fw-case-studies--ready .fw-case-studies__item.fw-case-studies__item--active {
    transition: all .25s ease-out;
  }
  .fw-case-studies--ready .fw-case-studies__item.fw-case-studies__item--active .fw-case-studies__item-image {
    transition: all .25s ease-out;
  }
  .fw-case-studies--ready .fw-case-studies__item.fw-case-studies__item--active .fw-case-studies__item-title {
    transition: all .5s ease-in-out .5s;
  }
  .fw-case-studies--ready .fw-case-studies__item.fw-case-studies__item--active .fw-case-studies__item-sublink {
    transition: all .5s ease-in-out .65s;
  }
  .fw-case-studies--ready .fw-case-studies__item:not(.fw-case-studies__item--active) .fw-case-studies__item-image {
    transform: scale(0.75);
    opacity: .5;
  }
  .fw-case-studies--ready .fw-case-studies__item:not(.fw-case-studies__item--active) .fw-case-studies__item-title,
.fw-case-studies--ready .fw-case-studies__item:not(.fw-case-studies__item--active) .fw-case-studies__item-sublink {
    opacity: 0;
    pointer-events: none;
  }
  .fw-case-studies--ready .fw-case-studies__item:not(.fw-case-studies__item--active) .fw-case-studies__item-title {
    transform: translateY(-50%) translateX(-10%);
  }
  .fw-case-studies--ready .fw-case-studies__item:not(.fw-case-studies__item--active) .fw-case-studies__item-sublink {
    transform: translateX(-10%);
  }
  .fw-case-studies--ready .fw-case-studies__item--active .fw-case-studies__item-image,
.fw-case-studies--ready .fw-case-studies__item--active ~ .fw-case-studies__item .fw-case-studies__item-image {
    transform: scale(0.75) translateX(-10%);
  }
}

@media (min-width: 70em) {
  .fw-diecut {
    position: relative;
    z-index: 10;
  }
}

@media (min-width: 64em) {
  .fw-diecut__inner {
    align-items: stretch;
    display: flex;
    justify-content: center;
  }
  .fw-diecut__inner > * {
    -ms-grid-row-align: stretch;
        align-self: stretch;
  }
  .fw-article .fw-diecut__inner {
    display: flex;
    padding: 0 5vw;
  }
}

.fw-diecut__image {
  padding-top: 40rem;
  position: relative;
  overflow: hidden;
}

.fw-diecut__image .fw-image {
  display: block;
  height: auto;
  left: 0;
  margin-bottom: 1em;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .fw-diecut__image .fw-image {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    height: 40rem;
  }
}

.fw-diecut__image .fw-image ~ .fw-image {
  opacity: 0;
  z-index: 1;
}

.fw-diecut--ready .fw-diecut__image .fw-image {
  opacity: 0;
  z-index: 1;
  transition: opacity 1s ease-in-out 1s;
}

.fw-diecut--ready .fw-diecut__image .fw-image--active {
  opacity: 1;
  z-index: 2;
  transition: opacity 1s ease-in-out;
}

@media (min-width: 64em) {
  .fw-diecut__image {
    overflow: visible;
    position: relative;
    grid-area: img;
    padding-top: 0;
    max-width: 62rem;
    width: 50vw;
  }
}

@media all and (min-width: 64em) and (-ms-high-contrast: none) {
  .fw-diecut__image {
    overflow: hidden;
    margin: 3rem 0;
  }
}

@media (min-width: 64em) {
  .fw-diecut__image:before {
    content: '';
    background: #00A8DB;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
}

@media all and (min-width: 64em) and (-ms-high-contrast: none) {
  .fw-diecut__image:before {
    display: none;
  }
}

@media (min-width: 64em) {
  @supports ((-o-object-fit: cover) or (object-fit: cover)) {
    .fw-diecut__image:before {
      -webkit-clip-path: polygon(0 0, 70% 0, 100% 100%, 30% 100%);
              clip-path: polygon(0 0, 70% 0, 100% 100%, 30% 100%);
    }
  }
  .fw-diecut__image .fw-image {
    height: auto;
    transform: translateX(4rem) translateY(-4rem);
    max-width: 60rem;
    width: 100%;
  }
}

@media all and (min-width: 64em) and (-ms-high-contrast: none) {
  .fw-diecut__image .fw-image {
    height: 100%;
    max-width: none;
    transform: translateX(0);
    width: auto;
  }
}

@media (min-width: 64em) {
  @supports ((-o-object-fit: cover) or (object-fit: cover)) {
    .fw-diecut__image .fw-image {
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center;
      -webkit-clip-path: polygon(0 0, 70% 0, 100% 100%, 30% 100%);
              clip-path: polygon(0 0, 70% 0, 100% 100%, 30% 100%);
      height: 100%;
      max-height: none;
      width: 100%;
    }
  }
  .fw-diecut__image .fw-image:first-child {
    position: relative;
  }
}

.fw-diecut__copy {
  padding: 8rem 2rem;
}

@media (min-width: 64em) {
  .fw-diecut__copy {
    -ms-grid-row-align: center;
        align-self: center;
    max-width: 51rem;
    padding-bottom: 12vh;
    padding-left: 10vw;
    padding-top: 12vh;
    grid-area: copy;
  }
  @supports ((-webkit-clip-path: polygon(0 0, 70% 0, 100% 100%, 30% 100%)) or (clip-path: polygon(0 0, 70% 0, 100% 100%, 30% 100%))) {
    .fw-diecut__copy {
      padding-left: 4vw;
    }
  }
}

.fw-diecut__copy .button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #00235A;
  box-shadow: none;
  cursor: pointer;
  border-radius: 0;
  border: 0.2rem solid #00A8DB;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  overflow: hidden;
  padding: 1rem 1.5rem;
  position: relative;
  text-align: center;
  z-index: 1;
  transition: all .2s ease-in-out;
}

.fw-diecut__copy .button span {
  padding: 0;
}

.fw-diecut__copy .button.small {
  font-size: 1.2rem;
  letter-spacing: .1rem;
  text-transform: uppercase;
}

.fw-diecut__copy .button:hover {
  background: #00235A;
  border-color: #00A8DB;
  color: #fff;
  transition: all .2s ease-in-out;
}

@media (min-width: 64em) {
  .wp-admin .block-editor-block-list__layout .fw-diecut__inner {
    align-items: center;
    display: flex;
    justify-content: center;
  }
}

@media (min-width: 64em) {
  .wp-admin .block-editor-block-list__layout .fw-diecut__image {
    max-width: 64rem;
  }
}

.fw-news {
  padding: 8vh 0;
  padding-bottom: 0;
  position: relative;
  width: 100%;
}

.fw-news__heading {
  margin-bottom: 3rem;
}

@media (min-width: 50em) {
  .fw-news__heading {
    margin-bottom: 8rem;
  }
}

.fw-news__title {
  color: #00235A;
}

.fw-article .fw-news__title {
  font-size: 4rem;
  line-height: 4.2rem;
}

.fw-news__title * {
  display: block;
}

.fw-news__list {
  background-color: #F1F5F7;
  list-style: none;
  padding: 0;
}

@media (min-width: 50em) {
  .fw-news__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.fw-news__item--small {
  padding: 3rem 1.6rem;
}

@media (min-width: 50em) {
  .fw-news__item--small {
    padding: 10rem 6.5rem;
    max-width: 35.4rem;
    width: 33%;
  }
}

.fw-news__item--small a {
  text-decoration: none;
}

.fw-article .fw-news__item--small h3, .fw-article .fw-news__item--small .fw-news__title {
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 3.5rem;
}

.fw-news__item--small .fw-news__item-category {
  color: #606060;
  display: block;
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 0;
  margin-bottom: 2rem;
}

.fw-news__item--small .fw-news__item-link {
  color: #00235A;
}

.fw-news__item--small .fw-news__item-link-extra {
  color: #00235A;
  font-size: 1.6rem;
  margin-top: 3.5rem;
  position: relative;
}

.fw-news__item--small .fw-news__item-link-extra:after {
  background: #00A8DB;
  bottom: -2px;
  content: '';
  height: 1.5px;
  left: 0;
  position: absolute;
  right: 0;
  transition: height .25s ease-in-out;
}

.fw-news__item:first-child {
  background: #00A8DB;
  max-width: none;
  padding: 0;
  width: 100%;
}

.fw-news .fw-article {
  color: #FFF;
}

.fw-news .fw-article a {
  color: inherit;
}

.fw-news .fw-article a:after {
  background-color: #FFF;
}

.fw-news .fw-diecut__image:before {
  background-color: #00235A;
}

.fw-article > .fw-transaction {
  max-width: 120rem;
}

.fw-transaction--ready .fw-transaction__group {
  display: none;
}

.fw-transaction--ready .fw-transaction__group--all {
  display: block;
}

.fw-transaction__categories {
  padding: 0;
  list-style: none;
  overflow: auto;
  white-space: nowrap;
  text-align: center;
  -ms-overflow-style: none;
}

.fw-transaction__categories::-webkit-scrollbar {
  display: none;
}

.fw-transaction__category {
  display: inline-block;
}

.fw-transaction__catlink {
  color: inherit;
  padding: 0 1em;
  text-decoration: none;
  transition: all .25s ease;
}

.fw-transaction--ready .fw-transaction__catlink {
  color: #8C939B;
  position: relative;
}

.fw-transaction--ready .fw-transaction__catlink:after {
  background: #00A8DB;
  bottom: -2px;
  content: '';
  height: 1.5px;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  transition: opacity .25s ease-in-out;
}

.fw-transaction--ready .fw-transaction__catlink:hover, .fw-transaction--ready .fw-transaction__catlink:focus {
  color: inherit;
}

.fw-transaction--ready .fw-transaction__catlink--active {
  color: inherit;
}

.fw-transaction--ready .fw-transaction__catlink--active:after {
  opacity: 1;
}

.fw-transaction__group {
  padding-bottom: 12vh;
  padding-top: 12vh;
}

.fw-article .fw-transaction__group-title {
  font-size: 1.5em;
  margin-bottom: 6vh;
  margin-left: auto;
  margin-right: auto;
  max-width: 76rem;
}

.fw-transaction--ready .fw-transaction__group-title {
  display: none;
}

.fw-transaction__group-list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  padding: 0;
}

.fw-transaction__group-item {
  text-align: center;
  flex: 0 1 50%;
  padding: 2rem;
}

@media (min-width: 48em) {
  .fw-transaction__group-item {
    flex: 0 1 33%;
    padding: 5rem;
  }
}

@media (min-width: 64em) {
  .fw-transaction__group-item {
    flex: 0 1 20%;
  }
}

.fw-transaction__group-item a {
  transition: all .25s ease;
}

.fw-transaction__group-item a:after {
  display: none;
}

.fw-transaction__group-item a:hover img, .fw-transaction__group-item a:focus img {
  -webkit-filter: opacity(100%) contrast(100%) brightness(100%) grayscale(0);
          filter: opacity(100%) contrast(100%) brightness(100%) grayscale(0);
}

.fw-transaction__group-item img {
  -webkit-filter: opacity(85%) contrast(70%) brightness(120%) grayscale(1);
          filter: opacity(85%) contrast(70%) brightness(120%) grayscale(1);
  max-height: 10rem;
  max-width: 100%;
  height: auto;
  width: auto;
  transition: all .25s ease;
}

.tombstone {
  align-items: center;
  background: rgba(0, 35, 90, 0.65);
  bottom: 0;
  display: flex;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  left: 0;
  opacity: 0;
  padding: 1.6rem;
  position: fixed;
  pointer-events: all;
  right: 0;
  justify-content: center;
  text-align: center;
  top: 0;
  visibility: hidden;
  transition: opacity .25s ease-in-out, z-index 0s .25s, visibility 0s .25s;
  z-index: -1;
}

.tombstone:target {
  opacity: 1;
  pointer-events: all;
  transition: opacity .25s ease-in-out, z-index 0s 0s, visibility 0s 0s;
  visibility: visible;
  z-index: 999;
}

.tombstone__inner {
  background: #FFF;
  display: flex;
  flex-direction: column;
  max-height: calc( 100% - 1.6rem - 1.6rem);
  max-height: 100%;
  max-width: 40rem;
  width: 100%;
}

.tombstone__close {
  background: #dee7ec;
  color: inherit;
  display: block;
  font-size: 1.7rem;
  padding: 2rem;
  text-align: left;
  text-decoration: none;
}

.tombstone__close-icon {
  display: inline-block;
  height: 1.25rem;
  margin-right: .5em;
  width: 1.25rem;
}

.tombstone__partner-logo {
  display: block;
  height: auto;
  margin: 3rem auto;
  max-width: 20rem;
  width: 100%;
}

.tombstone__pips {
  margin-bottom: 2rem;
}

.tombstone__pip {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: 1px solid #00235A;
  border-radius: 50%;
  display: inline-block;
  height: .9rem;
  margin: 0 .25em;
  width: .9rem;
  transition: background .25s ease-out;
}

.tombstone__pip--active {
  background-color: #00235A;
}

.tombstone__contents {
  overflow: auto;
  position: relative;
}

.tombstone__transactions {
  display: flex;
  flex-wrap: nowrap;
  position: relative;
  overflow: auto;
  -ms-scroll-snap-points-x: repeat(100%);
      scroll-snap-points-x: repeat(100%);
  -ms-scroll-snap-type: mandatory;
      scroll-snap-type: mandatory;
  scroll-snap-stop: always;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}

@supports ((-ms-scroll-snap-type: x mandatory) or (scroll-snap-type: x mandatory)) {
  .tombstone__transactions {
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
  }
}

.tombstone__transactions::-webkit-scrollbar {
  width: 0 !important;
}

.tombstone__transaction {
  padding: 0 2rem 4rem 2rem;
  position: relative;
  flex: 0 0 100%;
  -ms-scroll-snap-coordinate: 0 0;
      scroll-snap-coordinate: 0 0;
  scroll-snap-align: start end;
}

@supports ((-ms-scroll-snap-type: x mandatory) or (scroll-snap-type: x mandatory)) {
  .tombstone__transaction {
    scroll-snap-align: start;
  }
}

.tombstone__transaction > * + * {
  margin-top: 4rem;
}

.fw-transaction--static .tombstone {
  background: transparent;
  opacity: 1;
  pointer-events: all;
  position: relative;
  visibility: visible;
  z-index: 1;
}

.fw-employees {
  padding-bottom: 8vh;
  padding-top: 8vh;
  text-align: center;
}

.fw-article .fw-employees a {
  font-weight: normal;
}

.fw-employees a:after {
  display: none;
}

.fw-employees__list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
}

.fw-employees__item {
  padding: 1rem;
  padding-bottom: var(--block-spacing);
  flex-basis: 50%;
}

@media (min-width: 48em) {
  .fw-employees__item {
    flex-basis: 25%;
  }
}

.fw-employees__name {
  margin-top: 3rem;
}

.fw-article .fw-employees__name {
  font-size: 1.6rem;
}

.fw-article .fw-employees__name a {
  font-weight: bold;
}

.fw-employees__title {
  font-size: 1.2rem;
}

.fw-employees__img-link {
  display: block;
  overflow: hidden;
  padding-top: 140.333%;
  position: relative;
}

.fw-employees__img {
  height: auto;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.fw-employees div.fw-employees__img {
  background: #F1F5F7;
  height: 100%;
  width: 100%;
}

.employee {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

@media (min-width: 48em) {
  .employee {
    padding-bottom: var(--header-desktop-padding-vertical, 2em);
    padding-left: var(--header-desktop-padding-horizontal, 2em);
    padding-right: var(--header-desktop-padding-horizontal, 2em);
    padding-top: var(--header-desktop-padding-vertical, 2em);
  }
}

@media (min-width: 48em) {
  .employee__photo {
    flex: 0 1 33%;
  }
}

.employee__photo img {
  max-height: 100ch;
  max-width: 100%;
  height: auto;
  width: auto;
}

@media (max-width: 38em) {
  .employee__photo img {
    height: 475px;
    width: auto;
    padding: 2em;
  }
}

.employee__info {
  padding: 5em;
}

.employee__info p, .employee__info h2, .employee__info h3 {
  color: #00235A;
  line-height: 2.5rem;
}

.employee__info p:first-of-type, .employee__info span {
  font-family: "Poppins", sans-serif;
}

.employee__info-job {
  font-size: 2.4rem;
}

.employee__info-contact {
  list-style: none;
  display: flex;
}

.employee__info-contact li {
  margin-right: .5em;
}

@media (max-width: 40em) {
  .employee__info {
    text-align: center;
    margin-top: -8em;
  }
  .employee__info-contact {
    justify-content: center;
  }
  .employee__info-about {
    text-align: left;
    padding-top: 2em;
  }
}

@media (min-width: 48em) {
  .employee__info {
    flex: 0 1 50%;
  }
}

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

.employee__back-button {
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  color: #00235A;
  border-bottom: 1.5px solid #00A8DB;
  padding: .2em 0;
}

@media (max-width: 48em) {
  .employee__back {
    padding: 2em;
  }
}

.employee .fw-icon {
  color: #00A8DB;
}

@media (min-width: 48em) {
  .case-study {
    padding-bottom: 8em;
  }
}

.case-study .info-link {
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  color: #00235A;
  border-bottom: 1.5px solid #00A8DB;
  padding: .2em 0;
}

.case-study h3, .case-study h4, .case-study span {
  margin-top: 1em;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.case-study h2 {
  color: #00235A;
  font-size: 2em;
  font-family: "Poppins", sans-serif;
}

.case-study h4 {
  color: #00A8DB;
  letter-spacing: .08rem;
}

@media (min-width: 48em) {
  .case-study__inner {
    display: flex;
    justify-content: center;
  }
}

.case-study__inner .fw-icon {
  color: #00A8DB;
  margin-right: 1em;
}

.case-study__inner .client-info {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
}

@media (min-width: 48em) {
  .case-study__inner .client-info {
    flex-direction: column;
    justify-content: flex-start;
  }
}

.case-study__inner .client-info div, .case-study__inner .client-info ul {
  padding-top: 3em;
}

@media (max-width: 48em) {
  .case-study__inner .client-info div, .case-study__inner .client-info ul {
    flex: 0 0 50%;
    padding: 1.5em;
  }
  .case-study__inner .client-info aside {
    flex: 0 0 65%;
  }
}

.case-study__inner .client-info .client-logo {
  margin-top: -8em;
  background-color: #FFF;
  border: .5px solid #dee7ec;
  text-align: center;
  width: 240px;
}

@media (min-width: 48em) {
  .case-study__inner .client-info .client-logo {
    margin-top: -12em;
  }
}

.case-study__inner .client-info .client-logo img {
  max-width: 100%;
}

.case-study__inner .client-info .social-list {
  list-style: none;
}

.case-study__inner .client-info .social-list li {
  display: inline-block;
}

.case-study .header {
  z-index: -1;
  border-bottom: 8px solid #00A8DB;
}

@media (min-width: 48em) {
  .case-study .header {
    height: 75vh;
  }
}

.case-study__transaction {
  padding: 2em;
}

@media (min-width: 48em) {
  .case-study__transaction {
    flex: 0 1 65%;
    padding: 6em;
  }
}

.case-study__transaction em {
  font-style: normal;
  color: #00A8DB;
}

.case-study__transaction p {
  color: #00235A;
}

.case-study__transaction p em {
  font-family: "Poppins", sans-serif;
  color: #00235A;
  font-style: italic;
}

.case-study .client-title {
  display: inline-block;
  position: relative;
  text-align: center;
  color: #FFF;
  line-height: 50px;
  padding: 0 3.5rem;
  text-decoration: none;
  margin: 10px -10px;
}

.case-study .client-title span {
  font-weight: 600;
}

.case-study .client-title span:after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  transform: skew(30deg);
  background-color: #00A8DB;
  transform: skewX(15deg);
  z-index: -1;
}

.fw-testimonial {
  text-align: center;
}

.fw-testimonial blockquote {
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
}

.fw-testimonial blockquote p {
  quotes: "“" "”" "‘" "’";
  position: relative;
  padding: 1rem;
}

.fw-testimonial blockquote p:before {
  content: open-quote;
  display: inline;
  height: 0;
  line-height: 0;
  position: absolute;
  top: .5em;
  left: 0;
  color: #00A8DB;
}

@media (min-width: 48em) {
  .fw-testimonial blockquote p:before {
    font-size: 1.5em;
    left: -.5em;
  }
}

.fw-testimonial blockquote p::after {
  content: close-quote;
  display: inline;
  height: 0;
  line-height: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  color: #00A8DB;
}

@media (min-width: 48em) {
  .fw-testimonial blockquote p::after {
    font-size: 1.5em;
    right: -.5em;
  }
}

.fw-testimonial__image {
  height: 100%;
  width: 16vw;
  margin: 0 auto;
  display: block;
}

.fw-testimonial__image img {
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-clip-path: circle(50%);
  clip-path: circle(50%);
}

@media (max-width: 48em) {
  .fw-testimonial__image img {
    width: 100%;
  }
}

@media (max-width: 48em) {
  .fw-testimonial__image {
    width: 50%;
  }
}

.fw-gallery {
  position: relative;
  padding-top: 6em;
}

.fw-gallery [data-value="fw/carousel"] {
  margin-left: 63px;
  margin-right: 27px;
}

.fw-gallery__list {
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  position: relative;
  overflow: auto;
  -ms-scroll-snap-points-x: repeat(100%);
      scroll-snap-points-x: repeat(100%);
  -ms-scroll-snap-type: mandatory;
      scroll-snap-type: mandatory;
  scroll-snap-stop: always;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

@supports ((-ms-scroll-snap-type: x mandatory) or (scroll-snap-type: x mandatory)) {
  .fw-gallery__list {
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
  }
}

@media (min-width: 64em) {
  .fw-gallery__list {
    align-items: stretch;
  }
}

.fw-gallery__list::-webkit-scrollbar {
  display: none;
}

.fw-gallery__list > * {
  flex: 0 0 100%;
  display: block;
  height: 100%;
  transition: opacity .25s ease-in;
  -ms-scroll-snap-coordinate: 0 0;
      scroll-snap-coordinate: 0 0;
  scroll-snap-align: start end;
}

@supports ((-ms-scroll-snap-type: x mandatory) or (scroll-snap-type: x mandatory)) {
  .fw-gallery__list > * {
    scroll-snap-align: center;
  }
}

.fw-gallery__nav {
  align-items: center;
  display: flex;
  font-family: Georgia, Times, Times New Roman, serif;
  font-style: italic;
  height: 8vh;
  justify-content: space-between;
}

@media (min-width: 64em) {
  .fw-gallery__nav {
    line-height: 8vh;
  }
}

.fw-gallery__instructions {
  text-align: right;
}

.js .fw-gallery__instructions {
  display: none;
}

.fw-gallery__pips {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  text-align: center;
  width: 100%;
}

@media (min-width: 69.5em) {
  .fw-gallery__pips {
    display: none;
  }
}

.fw-gallery__pip {
  background: transparent;
  border: none;
  cursor: pointer;
  height: 2.8rem;
  margin: 0 .5rem;
  opacity: .5;
  text-align: center;
  transition: opacity .5s ease-in-out;
  width: 1.2rem;
}

.fw-gallery__pip:before {
  background: #00A8DB;
  border: 0;
  border-radius: 50%;
  content: '';
  display: block;
  height: 1rem;
  margin: auto;
  position: relative;
  width: 1rem;
}

.fw-gallery__pip--active {
  opacity: 1;
}

.fw-gallery__step {
  background: transparent;
  border: none;
  cursor: pointer;
  display: block;
  height: 2.2rem;
  opacity: .5;
  transition: opacity .25s ease-in-out;
  width: 4.4rem;
  position: relative;
}

@media (max-width: 69.5em) {
  .fw-gallery__step {
    display: none;
  }
}

.fw-gallery__step::before {
  content: '';
  position: absolute;
  height: 4.5em;
  width: 2.5em;
  display: block;
  float: left;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  bottom: 30vw;
}

.fw-gallery__step--left {
  left: 10vw;
}

.fw-gallery__step--right {
  right: 10vw;
}

.fw-gallery__step button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: 0;
  fill: #00235A;
  margin: 0 .5em;
}

.fw-gallery__step:hover, .fw-gallery__step:focus {
  opacity: 1;
}

.fw-gallery__step--hidden {
  opacity: 0;
}

.fw-gallery__step--left:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 24.7 43.2' preserveAspectRatio='xMidYMid meet'%3E%3Cpath d='M20.8 42.9L.3 22.5c-.5-.5-.5-1.2 0-1.7L20.8.3c.5-.5 1.2-.5 1.7 0l1.9 1.9c.5.5.5 1.2 0 1.7L6.7 21.6l17.6 17.7c.5.5.5 1.2 0 1.7l-1.9 1.9c-.4.5-1.1.5-1.6 0z' fill='%2300A8DB'/%3E%3C/svg%3E");
}

.fw-gallery__step--right:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24.7 43.2'%3E%3Cpath d='M3.9.3l20.5 20.5c.5.5.5 1.2 0 1.7L3.9 42.9c-.5.5-1.2.5-1.7 0L.3 41c-.5-.5-.5-1.2 0-1.7L18 21.6.3 3.9c-.5-.5-.5-1.2 0-1.7L2.2.3c.5-.4 1.3-.4 1.7 0z' fill='%2300A8DB'/%3E%3C/svg%3E");
}

.contact-card__list {
  display: inline-block;
  padding: 0.5em;
  padding-left: 2em;
  margin: 0.5em;
  list-style: none;
  width: 100%;
}

.contact-card__item {
  clear: left;
  position: relative;
  border-bottom: 1.5px solid #00A8DB;
  color: #00235A;
  font-family: "Poppins", sans-serif;
  font-size: inherit;
  padding-bottom: 1.25em;
  text-transform: uppercase;
}

.contact-card__item::before {
  content: '';
  height: 1.5em;
  width: 1em;
  display: block;
  float: left;
  margin-left: -2.5em;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.contact-card__suite {
  display: block;
}

.contact-card__street-address:after, .contact-card__city:after {
  content: ', ';
}

.contact-card__state:after, .contact-card__suite:after {
  content: ' ';
}

.contact-card__address:before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100%' height='100%' viewBox='0 0 15 20' preserveAspectRatio='xMidYMid meet'><path d='M0 7.5C0 3.4 3.4 0 7.5 0S15 3.4 15 7.5c0 3-1.1 3.9-6.7 12.1-.4.5-1.2.5-1.5 0C1.1 11.4 0 10.5 0 7.5zm10.6 0c0-1.7-1.4-3.1-3.1-3.1S4.4 5.8 4.4 7.5s1.4 3.1 3.1 3.1 3.1-1.4 3.1-3.1z' fill='#00A8DB'/></svg>");
}

.contact-card__tel:before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100%' height='100%' viewBox='0 0 20 20' preserveAspectRatio='xMidYMid meet'><path d='M20 1.9C20 11.9 11.9 20 1.9 20c-.4 0-.8-.3-.9-.7l-1-4.1c-.1-.4.1-.9.5-1.1l4.4-1.9c.4-.2.8-.1 1.1.3l2 2.4c3-1.4 5.5-3.9 6.9-6.9l-2.4-2c-.3-.3-.4-.7-.3-1.1L14.1.5c.2-.4.6-.6 1.1-.5l4.1 1c.4.1.7.4.7.9z' fill='#00A8DB'/></svg>");
}

.contact-card__email:before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100%' height='100%' viewBox='0 0 20 15' preserveAspectRatio='xMidYMid meet'><path d='M7.1 8.4C1.9 4.6 1.5 4.3.3 3.4c-.2-.2-.3-.5-.3-.8v-.7C0 .8.8 0 1.9 0h16.2c1 0 1.9.8 1.9 1.9v.7c0 .3-.1.6-.4.7-1.2.9-1.6 1.3-6.8 5-.7.5-2 1.6-2.9 1.6-.8.1-2.1-1-2.8-1.5zM20 5.1v8c0 1-.8 1.9-1.9 1.9H1.9c-1 0-1.9-.8-1.9-1.9v-8c0-.2.2-.3.4-.1.9.7 2 1.5 6 4.4.8.6 2.2 1.9 3.6 1.9s2.8-1.3 3.6-1.9c4-2.9 5.1-3.8 6-4.4.2-.2.4-.1.4.1z' fill='#00A8DB'/></svg>");
}

.careers {
  text-align: center;
}

@media (min-width: 48em) {
  .careers {
    padding: 2em 12em;
  }
}

.careers__inner {
  text-align: center;
  margin-bottom: 4em;
}

@media (max-width: 48em) {
  .careers__inner h4 {
    padding-bottom: 2rem;
  }
}

@media (min-width: 48em) {
  .careers__inner {
    display: flex;
    border-bottom: 0.1rem solid #ebebeb;
    border-bottom: 0.1rem solid #ebebeb;
    align-items: center;
    margin-bottom: 0;
    padding-bottom: 2rem;
    padding-top: 2rem;
    justify-content: space-between;
    align-items: center;
  }
}

.careers__list {
  list-style: none;
}

.careers__link {
  text-decoration: none;
  color: #00235A;
  font-size: 2.5rem;
}

.careers button, .careers .button-small {
  background: transparent;
  color: #00235A;
  border: 0.2rem solid #00235A;
}

.careers button:hover, .careers .button-small:hover {
  color: #FFFFFF;
  background: #00A8DB;
  border: 0.2rem solid #00A8DB;
}

.careers__item {
  padding: 0 1rem;
  padding-bottom: var(--block-spacing);
}
/*# sourceMappingURL=fw-blocks.css.map */