@charset "UTF-8";
body:before {
  content: '{ "current": "large" }';
  display: none; }

@media (min-width: 48.063em) and (max-width: 76.5em) {
  body:before {
    content: '{ "current": "medium" }'; } }

@media (min-width: 0em) and (max-width: 48em) {
  body:before {
    content: '{ "current": "small" }'; } }

.wf-loading {
  visibility: hidden; }

.wf-active {
  visibility: visible; }

@font-face {
  font-family: "icon";
  src: url(../fonts/icon.ttf) format("truetype"), url(../fonts/icon.woff) format("woff"), url(../images/icon.svg#icon) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-search1:before {
  content: ""; }

.icon-clear:before {
  content: ""; }

.icon-close:before {
  content: ""; }

.icon-search:before {
  content: ""; }

.icon-credit-card:before {
  content: ""; }

.icon-chevron-right:before {
  content: ""; }

.icon-chevron-left:before {
  content: ""; }

.icon-chevron-down:before {
  content: ""; }

.icon-chevron-up:before {
  content: ""; }

.icon-download:before {
  content: ""; }

.icon-phone:before {
  content: ""; }

.icon-play1:before {
  content: ""; }

.icon-instagram:before {
  content: ""; }

.icon-equalizer:before {
  content: ""; }

.icon-play:before {
  content: ""; }

.icon-skype:before {
  content: ""; }

.icon-youtube:before {
  content: ""; }

.icon-twitter:before {
  content: ""; }

.icon-brand:before {
  content: ""; }

.icon-tweet:before {
  content: ""; }

.icon-social:before {
  content: ""; }

.icon-linkedin:before {
  content: ""; }

.icon-brand1:before {
  content: ""; }

.icon-social1:before {
  content: ""; }

.icon-facebook:before {
  content: ""; }

.icon-brand11:before {
  content: ""; }

.icon-social11:before {
  content: ""; }

.icon-chevron-circle-down:before {
  content: ""; }

.icon-chevron-circle-up:before {
  content: ""; }

.icon-chevron-circle-right:before {
  content: ""; }

.icon-chevron-circle-left:before {
  content: ""; }

.icon-print:before {
  content: ""; }

.icon-drivers-license-o:before {
  content: ""; }

.icon-profile:before {
  content: ""; }

.icon-envelope:before {
  content: ""; }

*:focus {
  outline: 0; }

html {
  -webkit-text-size-adjust: 100%;
  /* Prevent font scaling in landscape while allowing user zoom */ }

html, body {
  height: 100%; }

*, div {
  box-sizing: border-box; }

img {
  display: inline-block;
  vertical-align: middle; }

.clearit {
  clear: both;
  font-size: 1px;
  line-height: 1px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: #ffffff;
  box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.1);
  transition: all ease 0.3s; }
  .site-header .wrapper {
    width: 100%;
    padding-left: calc(50% - 900px);
    padding-right: calc(50% - 900px);
    display: flex;
    align-items: stretch;
    justify-content: space-between; }
    @media only screen and (max-width: 1920px) {
      .site-header .wrapper {
        padding-left: 60px;
        padding-right: 60px; } }
    @media (min-width: 0em) and (max-width: 48em) {
      .site-header .wrapper {
        padding-left: 25px;
        padding-right: 25px; } }
    @media (min-width: 0) and (max-width: 64em) {
      .site-header .wrapper {
        align-items: center; } }
  .site-header .util-top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  @media (min-width: 0) and (max-width: 64em) {
    .site-header.moving-down.page-nav-is-sticky {
      transform: translateY(-100%); } }

.logo {
  padding: 30px 0;
  margin: 0; }
  .logo img {
    width: 325px; }
    @media (min-width: 48.063em) and (max-width: 76.5em) {
      .logo img {
        width: 230px; } }
    @media (min-width: 0em) and (max-width: 48em) {
      .logo img {
        width: 200px; } }

.navigation {
  margin: 0 0 0 auto;
  transition: all ease 0.3s; }
  .navigation ul {
    margin: 0;
    padding: 0;
    height: 100%;
    display: flex;
    align-items: center; }
    .navigation ul li {
      margin: 0;
      padding: 0 0 0 25px;
      position: static; }
      .navigation ul li:before {
        display: none; }
      .navigation ul li a {
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 500;
        font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
        color: #404A52; }
        .navigation ul li a:hover {
          color: #542265;
          text-decoration: none; }
    .navigation ul > li.menu-item-has-children > a {
      position: relative;
      padding-right: 25px;
      display: block; }
      .navigation ul > li.menu-item-has-children > a:after {
        content: "";
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: "icon" !important;
        speak: never;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        text-align: center;
        border-radius: 50%;
        color: #542265;
        font-size: 20px;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-12px);
        transition: all ease 0.3s; }
    .navigation ul > li.menu-item-has-children.open > a {
      color: #542265; }
      .navigation ul > li.menu-item-has-children.open > a:after {
        transform: translateY(-11px) rotate(180deg); }
    .navigation ul > li.menu-item-has-children.open .dropdown {
      opacity: 1;
      pointer-events: auto; }
    .navigation ul .sub-menu {
      display: none; }
    .navigation ul .dropdown {
      position: absolute;
      left: 0;
      bottom: 0;
      transform: translateY(100%);
      width: 100vw;
      background: #094464;
      width: 100%;
      padding-left: calc(50% - 900px);
      padding-right: calc(50% - 900px);
      padding-top: 100px;
      padding-bottom: 100px;
      opacity: 0;
      pointer-events: none;
      transition: all ease 0.3s;
      max-height: 90vh;
      overflow: auto;
      display: flex; }
      @media only screen and (max-width: 1920px) {
        .navigation ul .dropdown {
          padding-left: 60px;
          padding-right: 60px; } }
      @media (min-width: 0em) and (max-width: 48em) {
        .navigation ul .dropdown {
          padding-left: 25px;
          padding-right: 25px; } }
      .navigation ul .dropdown h3 {
        color: #ffffff;
        margin-bottom: 40px; }
      .navigation ul .dropdown .sub-menu {
        display: block;
        column-count: 2;
        column-gap: 60px; }
        .navigation ul .dropdown .sub-menu li {
          padding: 0;
          page-break-inside: avoid;
          break-inside: avoid-column;
          display: table;
          padding: 0 0 30px 0; }
          .navigation ul .dropdown .sub-menu li a {
            color: #ffffff;
            font-size: 30px;
            font-weight: 700;
            text-transform: none;
            padding: 5px 15px; }
            .navigation ul .dropdown .sub-menu li a:after {
              display: none; }
          .navigation ul .dropdown .sub-menu li .sub-menu {
            display: block;
            column-count: 1;
            margin-top: 15px; }
            .navigation ul .dropdown .sub-menu li .sub-menu li {
              padding: 0 0 15px 0; }
              .navigation ul .dropdown .sub-menu li .sub-menu li a {
                font-size: 20px;
                font-weight: 400;
                color: #C4CFDA;
                border-radius: 43px; }
          .navigation ul .dropdown .sub-menu li.not-clickable > a {
            cursor: text; }
      .navigation ul .dropdown:not(.has-multiple-levels) h3 {
        flex: 0 0 30%;
        border-right: 1px solid #ffffff;
        padding-top: 30px;
        padding-right: 60px; }
      .navigation ul .dropdown:not(.has-multiple-levels) .sub-menu {
        flex: 0 0 70%;
        padding: 20px 0  30px 60px; }
        .navigation ul .dropdown:not(.has-multiple-levels) .sub-menu li a {
          border-radius: 43px;
          padding: 5px 25px; }
        .navigation ul .dropdown:not(.has-multiple-levels) .sub-menu li a:hover {
          background: #542265;
          color: #ffffff; }
      .navigation ul .dropdown.has-multiple-levels {
        display: block; }
        .navigation ul .dropdown.has-multiple-levels h3 {
          margin-left: 15px; }
        .navigation ul .dropdown.has-multiple-levels .sub-menu {
          column-count: 3; }
          .navigation ul .dropdown.has-multiple-levels .sub-menu .sub-menu li {
            width: 100%; }
            .navigation ul .dropdown.has-multiple-levels .sub-menu .sub-menu li a {
              display: block; }
              .navigation ul .dropdown.has-multiple-levels .sub-menu .sub-menu li a:hover {
                background: #542265;
                color: #ffffff; }
  @media (min-width: 0) and (max-width: 64em) {
    .navigation {
      display: none; } }

.site-header .search {
  position: relative;
  z-index: 20;
  margin: 20px 0 20px 25px;
  padding-left: 25px;
  border-left: 1px solid #404A52; }
  .site-header .search a {
    color: #404A52;
    text-decoration: none;
    padding: 5px 0;
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px; }
    .site-header .search a i {
      font-size: 35px;
      line-height: 35px; }
    .site-header .search a:hover {
      color: #542265;
      text-decoration: none; }
  .site-header .search .search-form {
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    pointer-events: none;
    transition: all ease 0.3s;
    width: auto;
    display: flex;
    max-width: 1000px;
    background: #ffffff;
    padding: 10px 0; }
    .site-header .search .search-form input[type="search"] {
      width: 0;
      transition: all ease 0.3s;
      caret-color: #542265;
      border: 2px solid #542265;
      box-shadow: none;
      border-radius: 8px 0 0 8px;
      height: 39px;
      line-height: 39px;
      padding: 0;
      font-size: 16px;
      padding: 0 15px; }
    .site-header .search .search-form input[type="submit"] {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "icon" !important;
      speak: never;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      background: #542265;
      border: 2px solid #542265;
      color: #ffffff;
      box-shadow: none;
      height: 39px;
      line-height: 35px;
      padding: 0 15px;
      border-radius: 0 8px 8px 0;
      font-size: 30px; }
    @media (min-width: 0em) and (max-width: 48em) {
      .site-header .search .search-form {
        right: 35px; } }
  .site-header .search .icon-close {
    display: none;
    font-size: 30px;
    line-height: 30px; }
  .site-header .search.open {
    z-index: 1000000000000000011; }
    .site-header .search.open .icon-search1 {
      display: none; }
    .site-header .search.open .icon-close {
      display: block; }
    .site-header .search.open .search-form {
      opacity: 1;
      pointer-events: auto; }
    .site-header .search.open input[type="text"], .site-header .search.open input[type="search"] {
      width: 350px;
      opacity: 1; }
      @media (min-width: 0em) and (max-width: 48em) {
        .site-header .search.open input[type="text"], .site-header .search.open input[type="search"] {
          width: calc(100vw - 120px); } }
    .site-header .search.open input[type="submit"] {
      opacity: 1; }
  @media (min-width: 0) and (max-width: 64em) {
    .site-header .search {
      display: none; } }

.search-open .navigation {
  opacity: 0;
  pointer-events: none; }

.mobile-nav {
  position: relative;
  z-index: 101;
  padding: 0;
  margin: 0;
  border: 0 !important;
  border-radius: 0;
  display: none;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #542265; }
  @media (min-width: 0) and (max-width: 64em) {
    .mobile-nav {
      display: block; } }
  .mobile-nav a {
    color: #000000;
    background: none;
    border: 0;
    width: 45px;
    height: 45px;
    padding: 0;
    margin: 0 !important;
    display: block !important;
    position: relative;
    border-radius: 0; }
    .mobile-nav a:before {
      display: none; }
    .mobile-nav a:hover, .mobile-nav a:active, .mobile-nav a:focus {
      background: none !important;
      border: 0 !important; }
    .mobile-nav a span {
      display: block;
      position: absolute;
      height: 3px;
      width: 25px;
      background: #ffffff;
      opacity: 1;
      left: 10px;
      top: 0;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: .25s ease-in-out;
      -moz-transition: .25s ease-in-out;
      -o-transition: .25s ease-in-out;
      transition: .25s ease-in-out; }
      .mobile-nav a span:nth-child(1) {
        top: 14px; }
      .mobile-nav a span:nth-child(2), .mobile-nav a span:nth-child(3) {
        top: 21px; }
      .mobile-nav a span:nth-child(4) {
        top: 28px; }
    .mobile-nav a.open span:nth-child(1) {
      width: 0%;
      left: 50%;
      opacity: 0; }
    .mobile-nav a.open span:nth-child(2) {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      height: 3px; }
    .mobile-nav a.open span:nth-child(3) {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
      height: 3px; }
    .mobile-nav a.open span:nth-child(4) {
      width: 0%;
      left: 50%;
      opacity: 0; }

.menu-open .mobile-nav a span:nth-child(1) {
  width: 0%;
  left: 50%;
  opacity: 0; }

.menu-open .mobile-nav a span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  height: 3px; }

.menu-open .mobile-nav a span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  height: 3px; }

.menu-open .mobile-nav a span:nth-child(4) {
  width: 0%;
  left: 50%;
  opacity: 0; }

.global-mobile-nav {
  background-color: #636F79;
  color: #f7f7f7;
  height: 100%;
  right: 0;
  position: fixed;
  text-align: left;
  top: 79px !important;
  height: calc(100vh - 80px);
  transition: all 0.3s ease;
  width: 100%;
  transform: translateX(100%);
  z-index: 100002; }
  .global-mobile-nav.open {
    right: 0; }
  .global-mobile-nav .global-mobile-bg {
    height: 100%;
    overflow: auto; }
  .global-mobile-nav ul {
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column; }
    .global-mobile-nav ul:first-child {
      padding-top: 20px; }
    .global-mobile-nav ul li {
      padding: 0;
      margin: 0 20px;
      text-align: left;
      position: static;
      border-bottom: 1px solid #ccc; }
      .global-mobile-nav ul li:after {
        content: ''; }
      .global-mobile-nav ul li:before {
        content: '';
        display: none; }
      .global-mobile-nav ul li a {
        color: #ffffff;
        padding: 10px 20px 10px 0;
        font-family: "Overpass", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
        display: block;
        width: 100%;
        font-size: 18px;
        font-weight: 400;
        font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
        text-decoration: none;
        text-transform: uppercase;
        position: relative;
        z-index: 10; }
        .global-mobile-nav ul li a:active, .global-mobile-nav ul li a:focus, .global-mobile-nav ul li a:hover, .global-mobile-nav ul li a.active {
          color: #ffffff; }
      .global-mobile-nav ul li.current-menu-item > a, .global-mobile-nav ul li.current-menu-ancestor > a {
        color: #ffffff; }
      .global-mobile-nav ul li.menu-item-has-children > a:after {
        content: '';
        transform: translateY(-50%);
        background: url(../images/mobile-nav-arrow.png) right center no-repeat;
        background-size: contain;
        width: 24px;
        height: 24px;
        position: absolute;
        right: 0;
        top: 50%;
        transition: all ease 0.3s; }
      .global-mobile-nav ul li > div.dropdown {
        border: none;
        border-bottom: 1px dotted #cecece;
        margin-bottom: 5px;
        margin-top: 20px;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: calc(100vh - 80px);
        background: #636F79;
        transform: translateX(100%);
        transition: all ease 0.5s;
        z-index: 50; }
        .global-mobile-nav ul li > div.dropdown h3.is-style-gradient, .global-mobile-nav ul li > div.dropdown h3 {
          display: block;
          text-transform: none;
          color: #ffffff !important;
          font-size: 20px;
          font-weight: 700;
          padding: 10px 20px 10px 20px;
          margin-bottom: 0; }
          .global-mobile-nav ul li > div.dropdown h3.is-style-gradient a, .global-mobile-nav ul li > div.dropdown h3 a {
            text-transform: none;
            color: #ffffff !important;
            font-size: 20px;
            padding: 0 !important;
            font-weight: 700 !important; }
        .global-mobile-nav ul li > div.dropdown .back {
          padding: 0 0 0 50px;
          margin: 0 0 25px 0;
          display: block; }
          .global-mobile-nav ul li > div.dropdown .back:before {
            content: '';
            transform: translateY(-50%) rotate(180deg);
            background: url(../images/mobile-nav-arrow.png) right center no-repeat;
            background-size: contain;
            width: 24px;
            height: 24px;
            position: absolute;
            left: 20px;
            top: 50%;
            transition: all ease 0.3s;
            margin: 0 10px 0 0; }
          .global-mobile-nav ul li > div.dropdown .back:after {
            display: none; }
      @media only screen and (max-width: 1000px) {
        .global-mobile-nav ul li .menu-callout {
          display: none; } }
      .global-mobile-nav ul li ul.sub-menu li a {
        padding: 10px 30px 10px 0;
        font-weight: 400;
        text-transform: none;
        font-size: 20px; }
        .global-mobile-nav ul li ul.sub-menu li a:after {
          display: none; }
      .global-mobile-nav ul li ul.sub-menu li:last-child a {
        border: none; }
      .global-mobile-nav ul li ul.sub-menu li.menu-item-has-children > a:after {
        display: block;
        content: '';
        transform: translateY(-50%);
        background: url(../images/mobile-nav-arrow.png) right center no-repeat;
        background-size: contain;
        width: 24px;
        height: 24px;
        position: absolute;
        right: 0;
        top: 50%;
        transition: all ease 0.3s; }
      .global-mobile-nav ul li ul.sub-menu li > .dropdown {
        margin: 0 0 10px 0;
        border: none;
        border-bottom: 1px dotted #cecece;
        margin-bottom: 0;
        margin-top: 0;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: calc(100vh - 80px);
        background: #636F79;
        overflow: auto;
        transform: translateX(100%);
        transition: all ease 0.5s;
        z-index: 51; }
        .global-mobile-nav ul li ul.sub-menu li > .dropdown li {
          margin: 0 20px;
          border: 0;
          border-bottom: 1px dotted #cecece; }
          .global-mobile-nav ul li ul.sub-menu li > .dropdown li a {
            font-size: 18px;
            font-weight: 400;
            padding: 10px 20px 10px 0; }
      .global-mobile-nav ul li ul.sub-menu li.open > div {
        transform: translateX(0); }
      .global-mobile-nav ul li.open > div {
        transform: translateX(0); }
  .global-mobile-nav .search-form {
    padding: 20px; }
    .global-mobile-nav .search-form input[type="search"] {
      background: rgba(196, 208, 218, 0.33);
      height: 50px;
      line-height: 50px;
      color: #ffffff;
      border-radius: 43px;
      border: 0;
      padding: 0 60px 0 20px;
      width: 100%;
      font-size: 16px; }
    .global-mobile-nav .search-form input[type="submit"] {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "icon" !important;
      speak: never;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      background: none;
      border: 0;
      font-size: 25px;
      color: #ffffff;
      float: right;
      height: 50px;
      padding: 0 20px;
      margin-top: -50px; }
    .global-mobile-nav .search-form *::-moz-placeholder {
      color: #ffffff;
      opacity: 1; }
    .global-mobile-nav .search-form ::-webkit-input-placeholder {
      color: #ffffff;
      opacity: 1; }
    .global-mobile-nav .search-form :-ms-input-placeholder {
      color: #ffffff;
      opacity: 1; }

.logged-in .global-mobile-nav {
  top: 125px !important; }

.popup-overlayer {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 101;
  display: none;
  background: rgba(0, 0, 0, 0.6); }
  .popup-overlayer.popup-overlayer {
    background: rgba(255, 255, 255, 0.95);
    z-index: 102; }

.site-footer .wrapper {
  width: 100%;
  padding-left: calc(50% - 900px);
  padding-right: calc(50% - 900px);
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media only screen and (max-width: 1920px) {
    .site-footer .wrapper {
      padding-left: 60px;
      padding-right: 60px; } }
  @media (min-width: 0em) and (max-width: 48em) {
    .site-footer .wrapper {
      padding-left: 25px;
      padding-right: 25px; } }
  @media (min-width: 0em) and (max-width: 48em) {
    .site-footer .wrapper {
      padding-top: 30px;
      padding-bottom: 10px; } }
  .site-footer .wrapper:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 150px;
    background: linear-gradient(to bottom, rgba(196, 207, 218, 0.22) 0%, rgba(196, 207, 218, 0)); }
  .site-footer .wrapper:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 150px;
    background: linear-gradient(to top, rgba(196, 207, 218, 0.22) 0%, rgba(196, 207, 218, 0)); }
  .site-footer .wrapper .footer-content {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 20;
    padding-bottom: 60px; }
    @media (min-width: 0) and (max-width: 64em) {
      .site-footer .wrapper .footer-content {
        flex-direction: column;
        padding-bottom: 0; } }
    @media (min-width: 0) and (max-width: 64em) {
      .site-footer .wrapper .footer-content .footer-sitemap {
        padding-bottom: 30px; } }
    .site-footer .wrapper .footer-content .footer-sitemap > ul {
      column-count: 2;
      column-gap: 60px;
      margin: 0; }
      @media (min-width: 48.063em) and (max-width: 64em) {
        .site-footer .wrapper .footer-content .footer-sitemap > ul {
          column-gap: 30px; } }
      @media (min-width: 0em) and (max-width: 48em) {
        .site-footer .wrapper .footer-content .footer-sitemap > ul {
          column-count: 1; } }
      .site-footer .wrapper .footer-content .footer-sitemap > ul > li {
        break-inside: avoid-column;
        display: table;
        width: 100%;
        margin: 0 0 10px 0;
        padding: 0; }
        @media (min-width: 0em) and (max-width: 48em) {
          .site-footer .wrapper .footer-content .footer-sitemap > ul > li {
            border-bottom: 1px solid #C4CFDA; } }
        .site-footer .wrapper .footer-content .footer-sitemap > ul > li:before {
          display: none; }
        .site-footer .wrapper .footer-content .footer-sitemap > ul > li > a {
          font-size: 18px;
          color: #094464;
          text-transform: uppercase;
          font-weight: 500;
          font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
          margin-bottom: 10px;
          display: block; }
          @media (min-width: 0em) and (max-width: 48em) {
            .site-footer .wrapper .footer-content .footer-sitemap > ul > li > a {
              color: #404A52;
              margin: 12px 0; } }
        @media (min-width: 0em) and (max-width: 48em) {
          .site-footer .wrapper .footer-content .footer-sitemap > ul > li.menu-item-has-children > a {
            position: relative; }
            .site-footer .wrapper .footer-content .footer-sitemap > ul > li.menu-item-has-children > a:after {
              content: '';
              background: url(../images/mobile-nav-arrow.png) right center no-repeat;
              background-size: contain;
              width: 24px;
              height: 24px;
              position: absolute;
              right: 0;
              top: 50%;
              transform: translateY(-50%) rotate(90deg);
              transition: all ease 0.3s; } }
        .site-footer .wrapper .footer-content .footer-sitemap > ul > li.menu-item-has-children.open .sub-menu {
          display: block; }
        .site-footer .wrapper .footer-content .footer-sitemap > ul > li .sub-menu {
          margin: 0 0 15px 0; }
          @media (min-width: 0em) and (max-width: 48em) {
            .site-footer .wrapper .footer-content .footer-sitemap > ul > li .sub-menu {
              display: none; } }
          .site-footer .wrapper .footer-content .footer-sitemap > ul > li .sub-menu li {
            margin: 0;
            padding: 0 0 3px 0; }
            .site-footer .wrapper .footer-content .footer-sitemap > ul > li .sub-menu li:before {
              display: none; }
            .site-footer .wrapper .footer-content .footer-sitemap > ul > li .sub-menu li a {
              font-size: 14px;
              color: #404A52; }
    .site-footer .wrapper .footer-content .footer-social {
      text-align: right; }
      @media (min-width: 48.063em) and (max-width: 64em) {
        .site-footer .wrapper .footer-content .footer-social {
          text-align: left; } }
      .site-footer .wrapper .footer-content .footer-social ul {
        display: flex;
        align-items: center; }
        .site-footer .wrapper .footer-content .footer-social ul li {
          padding: 0 0 0 20px; }
          @media (min-width: 0) and (max-width: 64em) {
            .site-footer .wrapper .footer-content .footer-social ul li {
              padding: 0 20px 0 0; } }
          .site-footer .wrapper .footer-content .footer-social ul li:before {
            display: none; }
          .site-footer .wrapper .footer-content .footer-social ul li a {
            color: #542265; }
            .site-footer .wrapper .footer-content .footer-social ul li a:hover {
              text-decoration: none; }
          .site-footer .wrapper .footer-content .footer-social ul li i {
            line-height: 20px; }
      @media (min-width: 0) and (max-width: 64em) {
        .site-footer .wrapper .footer-content .footer-social h5 {
          display: none; } }
  .site-footer .wrapper .footer-util-bar {
    border-top: 1px solid #636F79;
    padding-top: 60px;
    position: relative;
    z-index: 20;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 14px; }
    @media (min-width: 0em) and (max-width: 48em) {
      .site-footer .wrapper .footer-util-bar {
        flex-direction: column;
        padding-top: 0;
        border: 0; } }
    .site-footer .wrapper .footer-util-bar > * {
      margin: 0 20px 20px 0;
      font-size: 14px; }

img:not([src]) {
  opacity: 0; }

* {
  box-sizing: border-box; }

html, body {
  height: 100%; }

body {
  padding: 0;
  margin: 0;
  font-size: 16px;
  color: #404A52;
  font-family: "Lato", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif, "HelveticaNeueETW01-55Rg";
  background: #ffffff;
  -webkit-print-color-adjust: exact;
  overflow-y: scroll;
  overflow-x: hidden; }
  body.menu-open {
    /*position: fixed;
        width: 100%;*/ }
    body.menu-open main, body.menu-open .site-footer {
      position: relative;
      /*opacity: 0.15;*/ }
      body.menu-open main:after, body.menu-open .site-footer:after {
        content: '';
        position: absolute;
        z-index: 50;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(99, 111, 121, 0.5); }

p, li, td {
  color: #404A52;
  line-height: 1.6;
  font-weight: 400;
  margin: 0 0 30px 0;
  font-size: 16px; }
  p.is-style-intro-text, li.is-style-intro-text, td.is-style-intro-text {
    font-size: 18px;
    font-weight: 700; }
    @media (min-width: 0em) and (max-width: 48em) {
      p.is-style-intro-text, li.is-style-intro-text, td.is-style-intro-text {
        font-size: 16px; } }
  p.is-style-large-text, li.is-style-large-text, td.is-style-large-text {
    font-size: 18px; }
    @media (min-width: 0em) and (max-width: 48em) {
      p.is-style-large-text, li.is-style-large-text, td.is-style-large-text {
        font-size: 16px; } }
  p.has-text-align-center, li.has-text-align-center, td.has-text-align-center {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto; }

a {
  color: #542265;
  text-decoration: none;
  transition: all 0.3s ease; }
  a:hover {
    color: #542265;
    text-decoration: underline; }

ul, ol {
  margin: 0 0 30px 0;
  padding: 0; }
  ul ul, ul ol, ol ul, ol ol {
    margin-top: 10px; }

ul > li {
  margin-bottom: 10px;
  padding: 0;
  padding-left: 20px;
  list-style: none;
  position: relative; }
  ul > li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #404A52; }

ol > li {
  margin-bottom: 10px;
  padding-bottom: 0; }

.page-wrap ol {
  padding-left: 20px; }

ol.custom {
  list-style: none;
  margin-left: 0;
  counter-reset: item; }
  ol.custom li {
    padding: 0 0 10px 0; }
    ol.custom li:before {
      content: counter(item) ". ";
      counter-increment: item;
      display: inline-block;
      width: 30px;
      height: 30px;
      font-size: 20px;
      border: 2px solid #000000;
      border-radius: 50%;
      padding: 4px;
      margin-right: 5px;
      text-align: center; }

img {
  max-width: 100%;
  height: auto;
  border: 0; }

h1, .heading-1 {
  color: #404A52;
  font-family: Overpass, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 71px;
  margin: 0 0 10px 0;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: -0.01em; }
  @media (min-width: 48.063em) and (max-width: 76.5em) {
    h1, .heading-1 {
      font-size: 60px; } }
  @media (min-width: 0em) and (max-width: 48em) {
    h1, .heading-1 {
      font-size: 44px; } }

h2, .heading-2 {
  color: #404A52;
  font-family: Overpass, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 44px;
  line-height: 1.1;
  font-weight: 700;
  margin: 0 0 15px 0;
  text-transform: uppercase;
  letter-spacing: -0.01em; }
  @media (min-width: 48.063em) and (max-width: 64em) {
    h2, .heading-2 {
      font-size: 38px; } }
  @media (min-width: 0em) and (max-width: 48em) {
    h2, .heading-2 {
      font-size: 32px; } }

h3, .heading-3 {
  color: #404A52;
  font-family: Overpass, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 42px;
  margin: 0 0 15px 0;
  line-height: 1.1;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.01em; }
  @media (min-width: 0em) and (max-width: 48em) {
    h3, .heading-3 {
      font-size: 28px; } }

h4, .heading-4 {
  color: #404A52;
  font-family: Overpass, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 36px;
  margin: 0 0 15px 0;
  line-height: 1.1;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.01em; }

h5, .heading-5 {
  color: #542265;
  font-family: Roboto Condensed, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.1;
  margin: 0 0 20px 0;
  text-transform: uppercase;
  letter-spacing: -0.01em; }

h1.is-style-blue, h2.is-style-blue, h3.is-style-blue, h4.is-style-blue, h5.is-style-blue {
  color: #094464; }

h1 strong, h2 strong, h3 strong, h4 strong, h5 strong {
  color: #542265; }

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

.alignleft {
  float: left;
  margin: 0 30px 10px 0; }

.alignright {
  float: right;
  margin: 0 0 10px 30px; }

.upper {
  text-transform: uppercase; }

.hidden {
  display: none; }

.page-wrap input, .page-wrap textarea, .page-wrap select {
  color: #404A52;
  font-size: 16px;
  font-family: "Lato", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif, "HelveticaNeueETW01-55Rg";
  -webkit-appearance: none;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.25), inset 0 0 2px 0 rgba(0, 0, 0, 0.22); }
  .page-wrap input[type="submit"], .page-wrap input[type="button"], .page-wrap textarea[type="submit"], .page-wrap textarea[type="button"], .page-wrap select[type="submit"], .page-wrap select[type="button"] {
    cursor: pointer;
    width: auto; }

*::-moz-placeholder {
  color: #4a4a4a; }

::-webkit-input-placeholder {
  color: #4a4a4a; }

:-ms-input-placeholder {
  color: #4a4a4a; }

.invisible {
  opacity: 0; }

.clearit {
  clear: both;
  padding: 0;
  height: 1px;
  line-height: 1px; }

sup, sub {
  vertical-align: baseline;
  position: relative;
  top: -.6em;
  font-size: 10px; }

.show-desktop {
  display: block; }
  @media (min-width: 0em) and (max-width: 48em) {
    .show-desktop {
      display: none; } }

.show-mobile {
  display: none; }
  @media (min-width: 0em) and (max-width: 48em) {
    .show-mobile {
      display: block; } }

.content-with-side-image .wrapper .img .img-bg.show-desktop {
  display: flex; }
  @media (min-width: 0em) and (max-width: 48em) {
    .content-with-side-image .wrapper .img .img-bg.show-desktop {
      display: none; } }

.content-with-side-image .wrapper .img .img-bg.show-mobile {
  display: none; }
  @media (min-width: 0em) and (max-width: 48em) {
    .content-with-side-image .wrapper .img .img-bg.show-mobile {
      display: flex; } }

/* layout */
.page-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  width: 100%; }
  .page-wrap header {
    flex-shrink: 0;
    -webkit-flex-shrink: 0; }
  .page-wrap main {
    flex: 1 0 auto;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch; }
    .page-wrap main > div {
      margin: 0 auto;
      width: 100%;
      position: relative;
      width: 100%;
      padding-left: calc(50% - 900px);
      padding-right: calc(50% - 900px); }
      @media only screen and (max-width: 1920px) {
        .page-wrap main > div {
          padding-left: 60px;
          padding-right: 60px; } }
      @media (min-width: 0em) and (max-width: 48em) {
        .page-wrap main > div {
          padding-left: 25px;
          padding-right: 25px; } }
  .page-wrap footer {
    flex-shrink: 0;
    -webkit-flex-shrink: 0; }

main > div > .full, main > div > .alignfull, main > div > .react-container, .edit-fp-block .full, .edit-fp-block .alignfull, .edit-fp-block .react-container {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw; }
  main > div > .full .wrapper, main > div > .alignfull .wrapper, main > div > .react-container .wrapper, .edit-fp-block .full .wrapper, .edit-fp-block .alignfull .wrapper, .edit-fp-block .react-container .wrapper {
    width: 100%;
    width: 100%;
    padding-left: calc(50% - 900px);
    padding-right: calc(50% - 900px); }
    @media only screen and (max-width: 1920px) {
      main > div > .full .wrapper, main > div > .alignfull .wrapper, main > div > .react-container .wrapper, .edit-fp-block .full .wrapper, .edit-fp-block .alignfull .wrapper, .edit-fp-block .react-container .wrapper {
        padding-left: 60px;
        padding-right: 60px; } }
    @media (min-width: 0em) and (max-width: 48em) {
      main > div > .full .wrapper, main > div > .alignfull .wrapper, main > div > .react-container .wrapper, .edit-fp-block .full .wrapper, .edit-fp-block .alignfull .wrapper, .edit-fp-block .react-container .wrapper {
        padding-left: 25px;
        padding-right: 25px; } }

/* WP general styles */
figure.wp-block-embed, figure.wp-block-table {
  margin-bottom: 40px; }

.page-wrap figure.wp-block-embed, .page-wrap figure.wp-block-table {
  margin: 0 0 40px 0; }

.wp-block-quote {
  margin-bottom: 40px; }
  .wp-block-quote p {
    font-size: 30px; }

.wp-block-separator, hr {
  border: 0;
  border-top: 1px solid grey;
  margin-bottom: 30px;
  max-width: 500px; }
  .wp-block-separator.is-style-wide, hr.is-style-wide {
    max-width: 100vw; }

figure {
  margin: 0 0 30px 0; }
  figure img {
    width: 100%; }

.wp-block-columns {
  margin-bottom: 60px; }
  .wp-block-columns .wp-block-column:not(:first-child) {
    padding-left: 120px; }
    @media (min-width: 0em) and (max-width: 48em) {
      .wp-block-columns .wp-block-column:not(:first-child) {
        padding-left: 0; } }
  .wp-block-columns.is-style-separator .wp-block-column {
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .wp-block-columns.is-style-separator .wp-block-column:first-child:not(:only-child) {
      flex: 1 1 auto; }
    .wp-block-columns.is-style-separator .wp-block-column:not(:first-child) {
      border-left: 1px solid #404A52;
      padding-left: 120px;
      flex: 0 0 30%;
      min-width: 300px; }
      @media (min-width: 0) and (max-width: 64em) {
        .wp-block-columns.is-style-separator .wp-block-column:not(:first-child) {
          padding-left: 60px; } }
      @media (min-width: 0em) and (max-width: 48em) {
        .wp-block-columns.is-style-separator .wp-block-column:not(:first-child) {
          border: 0;
          padding-left: 0; } }
    .wp-block-columns.is-style-separator .wp-block-column:not(:last-child) {
      padding-right: 120px; }
      @media (min-width: 0) and (max-width: 64em) {
        .wp-block-columns.is-style-separator .wp-block-column:not(:last-child) {
          padding-right: 60px; } }
      @media (min-width: 0em) and (max-width: 48em) {
        .wp-block-columns.is-style-separator .wp-block-column:not(:last-child) {
          padding-right: 0; } }
    .wp-block-columns.is-style-separator .wp-block-column ul li {
      padding: 0 0 15px 0;
      font-size: 20px; }
      .wp-block-columns.is-style-separator .wp-block-column ul li:last-child {
        padding: 0;
        margin: 0; }
      .wp-block-columns.is-style-separator .wp-block-column ul li a {
        text-transform: uppercase;
        font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }
      .wp-block-columns.is-style-separator .wp-block-column ul li:before {
        display: none; }
  .wp-block-columns.is-style-has-callout {
    align-items: flex-start;
    position: relative;
    z-index: 30; }
    .wp-block-columns.is-style-has-callout .wp-block-column {
      margin: 0; }
      .wp-block-columns.is-style-has-callout .wp-block-column:first-child:not(:only-child) {
        flex: 1 1 auto; }
      .wp-block-columns.is-style-has-callout .wp-block-column:not(:first-child) {
        flex: 0 0 30%;
        padding-left: 0; }
        @media (min-width: 0em) and (max-width: 48em) {
          .wp-block-columns.is-style-has-callout .wp-block-column:not(:first-child) {
            border: 0;
            padding-left: 0; } }
      .wp-block-columns.is-style-has-callout .wp-block-column:not(:last-child) {
        padding-right: 120px; }
        @media (min-width: 0) and (max-width: 64em) {
          .wp-block-columns.is-style-has-callout .wp-block-column:not(:last-child) {
            padding-right: 60px; } }
        @media (min-width: 0em) and (max-width: 48em) {
          .wp-block-columns.is-style-has-callout .wp-block-column:not(:last-child) {
            padding-right: 0; } }
      .wp-block-columns.is-style-has-callout .wp-block-column .social-area {
        max-width: max-content;
        margin: 0 auto; }
        @media (min-width: 0em) and (max-width: 48em) {
          .wp-block-columns.is-style-has-callout .wp-block-column .social-area {
            margin-top: 30px;
            text-align: center; }
            .wp-block-columns.is-style-has-callout .wp-block-column .social-area .social li {
              padding: 0 10px; } }
      .wp-block-columns.is-style-has-callout .wp-block-column h5 {
        margin: 0 0 10px 0; }

.single-bio .wp-block-columns.is-style-has-callout .wp-block-column .social-area {
  margin: 0; }
  @media (min-width: 0em) and (max-width: 48em) {
    .single-bio .wp-block-columns.is-style-has-callout .wp-block-column .social-area {
      text-align: left; }
      .single-bio .wp-block-columns.is-style-has-callout .wp-block-column .social-area .social li {
        padding: 0  20px 0 0; } }

ul.is-style-no-bullets li {
  padding: 0 0 15px 0;
  font-size: 20px;
  font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }
  ul.is-style-no-bullets li:last-child {
    padding: 0;
    margin: 0; }
  ul.is-style-no-bullets li a {
    text-transform: uppercase;
    font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    color: #094464;
    font-weight: 500; }
  ul.is-style-no-bullets li:before {
    display: none; }

.has-dark-blue-background-color ul.is-style-no-bullets li {
  color: #C4CFDA !important; }

.has-dark-grey-background-color .wp-block-columns.is-style-separator .wp-block-column:not(:first-child), .has-dark-blue-background-color .wp-block-columns.is-style-separator .wp-block-column:not(:first-child) {
  border-color: #ffffff; }

.main-hero + .wp-block-columns.is-style-has-callout .wp-block-column:nth-child(2) > img:first-child, .main-hero + .wp-block-columns.is-style-has-callout .wp-block-column:nth-child(2) > figure:first-child {
  margin-top: -120px; }
  @media (min-width: 0em) and (max-width: 48em) {
    .main-hero + .wp-block-columns.is-style-has-callout .wp-block-column:nth-child(2) > img:first-child, .main-hero + .wp-block-columns.is-style-has-callout .wp-block-column:nth-child(2) > figure:first-child {
      margin: 0 15px 0 0; } }

ul.social {
  display: flex;
  align-items: center; }
  ul.social li {
    padding: 0 20px 0 0; }
    ul.social li:before {
      display: none; }
    ul.social li a {
      color: #542265; }
      ul.social li a:hover {
        text-decoration: none; }
    ul.social li i {
      line-height: 20px; }

i.icon-jdsupra {
  display: block;
  background: url(../images/icon-jdsupra.svg) center center no-repeat;
  background-size: contain;
  width: 13px;
  height: 13px; }

/* general styles */
.main-hero {
  background: linear-gradient(to bottom, #542265, #094464 100%);
  /*.wp-block-button:not(.is-style-arrow) .wp-block-button__link, .btn:not(.is-style-arrow) {
        background: $bg-color;
        color: $text-color;
        &:hover {
            background: $bg-hover-color !important;
            color: $text-hover-color !important;
        }
    }  */
  display: flex;
  align-items: center; }
  .main-hero *:not(input):not(textarea):not(select):not(a) {
    color: #ffffff; }
  .main-hero ul li:before {
    background: #ffffff; }
  .main-hero a:not(.btn):not(.wp-block-button__link) {
    color: #ffffff;
    text-decoration: underline; }
  .main-hero .btn.is-style-arrow, .main-hero .wp-block-button.is-style-arrow .wp-block-button__link {
    color: #ffffff; }
  .main-hero .btn.is-style-white, .main-hero .wp-block-button.is-style-white {
    border: 0; }
  .main-hero:after {
    content: '';
    padding-bottom: 20vw;
    width: 1px; }
  .main-hero .wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex; }
    @media (min-width: 0) and (max-width: 64em) {
      .main-hero .wrapper {
        flex-direction: column;
        padding: 0 !important; } }
    .main-hero .wrapper .blurb {
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      flex: 1 1 auto; }
      .main-hero .wrapper .blurb h5 {
        color: #C4CFDA; }
      .main-hero .wrapper .blurb .blurb-int {
        max-width: 1000px; }
        .main-hero .wrapper .blurb .blurb-int h2 {
          text-transform: none; }
      @media (min-width: 0) and (max-width: 64em) {
        .main-hero .wrapper .blurb {
          background: linear-gradient(to bottom, #542265, #094464 100%);
          position: relative;
          z-index: 20;
          padding-left: 60px;
          padding-right: 60px;
          padding-top: 60px; } }
      @media (min-width: 0em) and (max-width: 48em) {
        .main-hero .wrapper .blurb {
          padding-left: 25px;
          padding-right: 25px;
          padding-top: 30px; } }
      .main-hero .wrapper .blurb:not(:only-child) {
        padding-right: 60px; }
        .main-hero .wrapper .blurb:not(:only-child) .featured-article {
          display: block; }
        .main-hero .wrapper .blurb:not(:only-child) .blurb-int {
          max-width: 1000px; }
    .main-hero .wrapper .img {
      flex: 0 0 50%;
      max-width: calc(100vh - 200px); }
      .main-hero .wrapper .img .img-bg {
        padding-bottom: 100%;
        background-size: cover;
        background-position: center center; }
        @media only screen and (min-width: 1700px) {
          .main-hero .wrapper .img .img-bg {
            padding-bottom: 600px; } }
      @media (min-width: 0) and (max-width: 64em) {
        .main-hero .wrapper .img {
          order: -1;
          position: sticky;
          top: 0;
          max-width: 100%; } }

.single-service .main-hero {
  background: linear-gradient(to right, #094464 34.55%, #4E2265 103.37%); }
  @media (min-width: 0) and (max-width: 64em) {
    .single-service .main-hero .wrapper .blurb {
      background: linear-gradient(45deg, #094464 34.55%, #4E2265 103.37%); } }
  .single-service .main-hero + .page-nav {
    background: linear-gradient(to right, #094464 34.55%, #4E2265 103.37%); }
    @media (min-width: 0) and (max-width: 64em) {
      .single-service .main-hero + .page-nav {
        background: #094464; } }

.frame-fp-block {
  position: relative;
  display: flex;
  align-items: center; }
  .frame-fp-block.full:after {
    content: '';
    padding-bottom: 20vw;
    width: 1px; }
  .frame-fp-block.full .wrapper {
    padding-top: 100px;
    padding-bottom: 100px; }
    @media (min-width: 0em) and (max-width: 48em) {
      .frame-fp-block.full .wrapper {
        padding-top: 60px;
        padding-bottom: 60px; } }
  .frame-fp-block:not(.full) .wrapper {
    padding: 60px; }
    @media (min-width: 48.063em) and (max-width: 64em) {
      .frame-fp-block:not(.full) .wrapper {
        padding: 60px 60px; } }
    @media (min-width: 0em) and (max-width: 48em) {
      .frame-fp-block:not(.full) .wrapper {
        padding: 60px 25px; } }
  .frame-fp-block .wrapper {
    position: relative;
    z-index: 20;
    width: 100%; }
    .frame-fp-block .wrapper > *:last-child {
      margin-bottom: 0 !important; }
  .frame-fp-block.has-dark-grey-background-color {
    background: #404A52;
    /*.wp-block-button:not(.is-style-arrow) .wp-block-button__link, .btn:not(.is-style-arrow) {
        background: $bg-color;
        color: $text-color;
        &:hover {
            background: $bg-hover-color !important;
            color: $text-hover-color !important;
        }
    }  */ }
    .frame-fp-block.has-dark-grey-background-color *:not(input):not(textarea):not(select):not(a) {
      color: #ffffff; }
    .frame-fp-block.has-dark-grey-background-color ul li:before {
      background: #ffffff; }
    .frame-fp-block.has-dark-grey-background-color a:not(.btn):not(.wp-block-button__link) {
      color: #ffffff;
      text-decoration: underline; }
    .frame-fp-block.has-dark-grey-background-color .btn.is-style-arrow, .frame-fp-block.has-dark-grey-background-color .wp-block-button.is-style-arrow .wp-block-button__link {
      color: #ffffff; }
    .frame-fp-block.has-dark-grey-background-color .btn.is-style-white, .frame-fp-block.has-dark-grey-background-color .wp-block-button.is-style-white {
      border: 0; }
  .frame-fp-block.has-dark-blue-background-color {
    background: linear-gradient(100.49deg, #094464 34.55%, #4E2265 103.37%);
    /*.wp-block-button:not(.is-style-arrow) .wp-block-button__link, .btn:not(.is-style-arrow) {
        background: $bg-color;
        color: $text-color;
        &:hover {
            background: $bg-hover-color !important;
            color: $text-hover-color !important;
        }
    }  */ }
    .frame-fp-block.has-dark-blue-background-color *:not(input):not(textarea):not(select):not(a) {
      color: #ffffff; }
    .frame-fp-block.has-dark-blue-background-color ul li:before {
      background: #ffffff; }
    .frame-fp-block.has-dark-blue-background-color a:not(.btn):not(.wp-block-button__link) {
      color: #ffffff;
      text-decoration: underline; }
    .frame-fp-block.has-dark-blue-background-color .btn.is-style-arrow, .frame-fp-block.has-dark-blue-background-color .wp-block-button.is-style-arrow .wp-block-button__link {
      color: #ffffff; }
    @media (min-width: 0em) and (max-width: 48em) {
      .frame-fp-block.has-dark-blue-background-color {
        background: linear-gradient(to bottom, #094464 34.55%, #4E2265 103.37%); } }
    .frame-fp-block.has-dark-blue-background-color .btn.is-style-white, .frame-fp-block.has-dark-blue-background-color .wp-block-button.is-style-white {
      border: 0; }
  .frame-fp-block.has-light-blue-background-color {
    background: #C4CFDA; }
    .frame-fp-block.has-light-blue-background-color .btn.is-style-white, .frame-fp-block.has-light-blue-background-color .wp-block-button.is-style-white {
      border: 0; }
  .frame-fp-block.has-white-background-color {
    background: #ffffff; }
  .frame-fp-block.has-top-bottom-gradient-background-color:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(to bottom, rgba(196, 207, 218, 0.22) 0%, rgba(196, 207, 218, 0)); }
  .frame-fp-block.has-top-bottom-gradient-background-color:after {
    content: '';
    position: absolute;
    padding: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(to top, rgba(196, 207, 218, 0.22) 0%, rgba(196, 207, 218, 0)); }

.has-top-bottom-gradient-background-color + .with-grid .wrapper .blurb {
  background: #ffffff !important; }

.frame-fp-block.has-dark-blue-background-color + .frame-fp-block.has-dark-blue-background-color {
  background: #094464; }

.frame-fp-block[class*="background-color"] + *:not(.frame-fp-block.full):not(.content-with-side-image):not(.page-nav):not(.page-filter), .frame-fp-block[class*="background-color"] + noscript + *:not(.frame-fp-block):not(.content-with-side-image):not(.page-nav):not(.page-filter), .content-with-side-image + *:not(.frame-fp-block.full):not(.content-with-side-image):not(.page-nav):not(.page-filter), .content-with-side-image + noscript + *:not(.frame-fp-block):not(.content-with-side-image):not(.page-nav):not(.page-filter), .page-nav + *:not(.frame-fp-block.full):not(.content-with-side-image):not(.page-nav):not(.page-filter), .page-nav + noscript + *:not(.frame-fp-block):not(.content-with-side-image):not(.page-nav):not(.page-filter), .page-filter + *:not(.frame-fp-block.full):not(.content-with-side-image):not(.page-nav):not(.page-filter), .page-filter + noscript + *:not(.frame-fp-block):not(.content-with-side-image):not(.page-nav):not(.page-filter), .react-container + *:not(.frame-fp-block.full):not(.content-with-side-image):not(.page-nav):not(.page-filter), .react-container + noscript + *:not(.frame-fp-block):not(.content-with-side-image):not(.page-nav):not(.page-filter) {
  margin-top: 100px; }
  @media only screen and (max-width: 1920px) {
    .frame-fp-block[class*="background-color"] + *:not(.frame-fp-block.full):not(.content-with-side-image):not(.page-nav):not(.page-filter), .frame-fp-block[class*="background-color"] + noscript + *:not(.frame-fp-block):not(.content-with-side-image):not(.page-nav):not(.page-filter), .content-with-side-image + *:not(.frame-fp-block.full):not(.content-with-side-image):not(.page-nav):not(.page-filter), .content-with-side-image + noscript + *:not(.frame-fp-block):not(.content-with-side-image):not(.page-nav):not(.page-filter), .page-nav + *:not(.frame-fp-block.full):not(.content-with-side-image):not(.page-nav):not(.page-filter), .page-nav + noscript + *:not(.frame-fp-block):not(.content-with-side-image):not(.page-nav):not(.page-filter), .page-filter + *:not(.frame-fp-block.full):not(.content-with-side-image):not(.page-nav):not(.page-filter), .page-filter + noscript + *:not(.frame-fp-block):not(.content-with-side-image):not(.page-nav):not(.page-filter), .react-container + *:not(.frame-fp-block.full):not(.content-with-side-image):not(.page-nav):not(.page-filter), .react-container + noscript + *:not(.frame-fp-block):not(.content-with-side-image):not(.page-nav):not(.page-filter) {
      margin-top: 60px; } }
  @media (min-width: 0em) and (max-width: 48em) {
    .frame-fp-block[class*="background-color"] + *:not(.frame-fp-block.full):not(.content-with-side-image):not(.page-nav):not(.page-filter), .frame-fp-block[class*="background-color"] + noscript + *:not(.frame-fp-block):not(.content-with-side-image):not(.page-nav):not(.page-filter), .content-with-side-image + *:not(.frame-fp-block.full):not(.content-with-side-image):not(.page-nav):not(.page-filter), .content-with-side-image + noscript + *:not(.frame-fp-block):not(.content-with-side-image):not(.page-nav):not(.page-filter), .page-nav + *:not(.frame-fp-block.full):not(.content-with-side-image):not(.page-nav):not(.page-filter), .page-nav + noscript + *:not(.frame-fp-block):not(.content-with-side-image):not(.page-nav):not(.page-filter), .page-filter + *:not(.frame-fp-block.full):not(.content-with-side-image):not(.page-nav):not(.page-filter), .page-filter + noscript + *:not(.frame-fp-block):not(.content-with-side-image):not(.page-nav):not(.page-filter), .react-container + *:not(.frame-fp-block.full):not(.content-with-side-image):not(.page-nav):not(.page-filter), .react-container + noscript + *:not(.frame-fp-block):not(.content-with-side-image):not(.page-nav):not(.page-filter) {
      margin-top: 60px; } }

.main-hero + *:not(.frame-fp-block.full):not(.content-with-side-image):not(.page-nav):not(.page-filter):not(.react-container), .main-hero + noscript + *:not(.frame-fp-block) {
  margin-top: 100px; }
  @media only screen and (max-width: 1920px) {
    .main-hero + *:not(.frame-fp-block.full):not(.content-with-side-image):not(.page-nav):not(.page-filter):not(.react-container), .main-hero + noscript + *:not(.frame-fp-block) {
      margin-top: 60px; } }
  @media (min-width: 0em) and (max-width: 48em) {
    .main-hero + *:not(.frame-fp-block.full):not(.content-with-side-image):not(.page-nav):not(.page-filter):not(.react-container), .main-hero + noscript + *:not(.frame-fp-block) {
      margin-top: 60px; } }

.frame-fp-block[class*="background-color"].full + .frame-fp-block[class*="background-color"].full {
  margin-top: 0; }

.frame-fp-block:not([class*="background-color"]) + .frame-fp-block:not([class*="background-color"]) .wrapper, .frame-fp-block:not([class*="background-color"]) + .frame-fp-block[class*="white-background-color"] .wrapper, .frame-fp-block[class*="white-background-color"] + .frame-fp-block:not([class*="background-color"]) .wrapper, .frame-fp-block[class*="white-background-color"] + .frame-fp-block[class*="white-background-color"] .wrapper {
  padding-top: 0; }

*:not(.frame-fp-block):not(.main-hero):not(.content-with-side-image):not(.page-nav):not(.page-filter) + .frame-fp-block[class*="background-color"]:not([class*="white-background-color"]), *:not(.frame-fp-block):not(.main-hero):not(.content-with-side-image):not(.page-nav):not(.page-filter) + .content-with-side-image, .frame-fp-block:not(.full) + .frame-fp-block[class*="background-color"]:not([class*="white-background-color"]), .frame-fp-block:not(.full) + .content-with-side-image {
  margin-top: 100px; }
  @media only screen and (max-width: 1920px) {
    *:not(.frame-fp-block):not(.main-hero):not(.content-with-side-image):not(.page-nav):not(.page-filter) + .frame-fp-block[class*="background-color"]:not([class*="white-background-color"]), *:not(.frame-fp-block):not(.main-hero):not(.content-with-side-image):not(.page-nav):not(.page-filter) + .content-with-side-image, .frame-fp-block:not(.full) + .frame-fp-block[class*="background-color"]:not([class*="white-background-color"]), .frame-fp-block:not(.full) + .content-with-side-image {
      margin-top: 60px; } }
  @media (min-width: 0em) and (max-width: 48em) {
    *:not(.frame-fp-block):not(.main-hero):not(.content-with-side-image):not(.page-nav):not(.page-filter) + .frame-fp-block[class*="background-color"]:not([class*="white-background-color"]), *:not(.frame-fp-block):not(.main-hero):not(.content-with-side-image):not(.page-nav):not(.page-filter) + .content-with-side-image, .frame-fp-block:not(.full) + .frame-fp-block[class*="background-color"]:not([class*="white-background-color"]), .frame-fp-block:not(.full) + .content-with-side-image {
      margin-top: 30px; } }

.has-text-align-right + .frame-fp-block:not(.full) {
  margin-top: 0 !important; }

main > div > *:first-child:not(.frame-fp-block):not(.main-hero):not(.content-with-side-image):not(.react-container):not(:page-filter) {
  margin-top: 100px; }
  @media only screen and (max-width: 1920px) {
    main > div > *:first-child:not(.frame-fp-block):not(.main-hero):not(.content-with-side-image):not(.react-container):not(:page-filter) {
      margin-top: 60px; } }
  @media (min-width: 0em) and (max-width: 48em) {
    main > div > *:first-child:not(.frame-fp-block):not(.main-hero):not(.content-with-side-image):not(.react-container):not(:page-filter) {
      margin-top: 60px; } }

.edit-fp-block .edit + * {
  margin-top: 0 !important; }

.edit-fp-block .edit {
  z-index: 40; }

.main-hero + .edit-fp-block, .content-with-side-image + .edit-fp-block, .page-nav + .edit-fp-block, .page-filter + .edit-fp-block, .react-container + .edit-fp-block {
  margin-top: 0 !important; }

main > div > *:last-child:not(.frame-fp-block):not(.content-with-side-image):not(.edit-fp-block) {
  margin-bottom: 100px; }

/* custom blocks here */
.content-with-side-image .wrapper {
  display: flex;
  padding: 0 !important;
  /*@include set-wrapper-left;*/ }
  @media (min-width: 0) and (max-width: 64em) {
    .content-with-side-image .wrapper {
      flex-direction: column; } }
  .content-with-side-image .wrapper .blurb {
    flex: 1 1 auto;
    font-size: 18px;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 60px 60px 60px calc(50% - 900px); }
    @media only screen and (max-width: 1920px) {
      .content-with-side-image .wrapper .blurb {
        padding: 60px; } }
    @media (min-width: 48.063em) and (max-width: 76.5em) {
      .content-with-side-image .wrapper .blurb span.first-word {
        margin-top: -88px !important; } }
    @media (min-width: 0) and (max-width: 64em) {
      .content-with-side-image .wrapper .blurb {
        padding: 30px 25px 0 25px;
        font-size: 16px;
        position: relative;
        z-index: 30;
        background: #ffffff; }
        .content-with-side-image .wrapper .blurb span.first-word {
          color: #ffffff;
          display: block;
          margin-top: -73px; } }
    .content-with-side-image .wrapper .blurb .blurb-int {
      width: 100%;
      max-width: 600px;
      margin-right: auto; }
      @media (min-width: 0) and (max-width: 64em) {
        .content-with-side-image .wrapper .blurb .blurb-int {
          max-width: 100%;
          margin: 0 auto; } }
      .content-with-side-image .wrapper .blurb .blurb-int p {
        font-size: 18px; }
        @media (min-width: 0em) and (max-width: 48em) {
          .content-with-side-image .wrapper .blurb .blurb-int p {
            font-size: 16px; } }
        .content-with-side-image .wrapper .blurb .blurb-int p + .wp-block-buttons.is-style-arrow {
          margin-top: -8px;
          margin-bottom: 25px; }
  .content-with-side-image .wrapper * {
    min-height: 0;
    min-width: 0; }
  .content-with-side-image .wrapper .img {
    flex: 0 0 50%;
    background: #ffffff; }
    .content-with-side-image .wrapper .img .img-bg {
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center center;
      display: flex; }
      .content-with-side-image .wrapper .img .img-bg:after {
        content: '';
        padding-bottom: 100%; }
        @media only screen and (min-width: 1700px) {
          .content-with-side-image .wrapper .img .img-bg:after {
            padding-bottom: 600px; } }
    .content-with-side-image .wrapper .img .info-grid {
      width: 100%;
      height: 100%; }
      .content-with-side-image .wrapper .img .info-grid .grid {
        height: 100%; }
    @media (min-width: 0) and (max-width: 64em) {
      .content-with-side-image .wrapper .img {
        order: -1;
        z-index: -1;
        position: sticky;
        top: 0; } }

@media (min-width: 0) and (max-width: 64em) {
  .content-with-side-image.with-grid .wrapper .img {
    position: relative;
    order: 2 !important;
    z-index: auto; }
  .content-with-side-image.with-grid .wrapper .blurb {
    background: linear-gradient(to bottom, rgba(196, 207, 218, 0.22) 0%, rgba(196, 207, 218, 0)); } }

.content-with-side-image.right .wrapper {
  padding-left: 0; }
  .content-with-side-image.right .wrapper .img {
    order: -1; }
  .content-with-side-image.right .wrapper .blurb {
    padding: 60px calc(50% - 900px) 60px 60px; }
    @media only screen and (max-width: 1920px) {
      .content-with-side-image.right .wrapper .blurb {
        padding: 60px; } }
    @media (min-width: 0) and (max-width: 64em) {
      .content-with-side-image.right .wrapper .blurb {
        padding: 30px 25px 0 25px; } }
    .content-with-side-image.right .wrapper .blurb .blurb-int {
      margin-left: auto;
      margin-right: 0; }

.content-with-side-image.is-style-hero .wrapper .img .img-bg:after {
  /*padding-bottom: calc(100vh - 87px);
                    @include breakpoint($tablet-down) {
                        padding-bottom: 100%;
                    }  */ }
  @media only screen and (min-width: 1700px) {
    .content-with-side-image.is-style-hero .wrapper .img .img-bg:after {
      padding-bottom: 900px; } }

@media (min-width: 0) and (max-width: 64em) {
  .content-with-side-image.is-style-hero .wrapper .blurb {
    text-align: center;
    background: #ffffff; }
    .content-with-side-image.is-style-hero .wrapper .blurb .wp-block-buttons {
      justify-content: center; }
      .content-with-side-image.is-style-hero .wrapper .blurb .wp-block-buttons .wp-block-button {
        margin: 0 10px 15px 10px !important; }
        .content-with-side-image.is-style-hero .wrapper .blurb .wp-block-buttons .wp-block-button:not(.is-style-arrow) {
          width: 100%; } }

.content-with-side-image.is-style-bio .wrapper .blurb {
  padding-right: 30px; }
  .content-with-side-image.is-style-bio .wrapper .blurb .blurb-int {
    max-width: 100%; }
  .content-with-side-image.is-style-bio .wrapper .blurb h1 {
    font-size: 52px;
    word-spacing: 10px;
    margin: 0; }
    .content-with-side-image.is-style-bio .wrapper .blurb h1 sub {
      font-size: 22px;
      text-transform: none;
      top: 0;
      font-weight: 400; }
    .content-with-side-image.is-style-bio .wrapper .blurb h1 + p {
      font-size: 25px;
      max-width: 450px; }
    @media (min-width: 0) and (max-width: 64em) {
      .content-with-side-image.is-style-bio .wrapper .blurb h1 {
        font-size: 44px; } }
    @media (min-width: 0em) and (max-width: 48em) {
      .content-with-side-image.is-style-bio .wrapper .blurb h1 {
        font-size: 32px; } }
  .content-with-side-image.is-style-bio .wrapper .blurb .contact-area {
    display: flex; }
    @media (min-width: 0em) and (max-width: 48em) {
      .content-with-side-image.is-style-bio .wrapper .blurb .contact-area {
        flex-direction: column; } }
    .content-with-side-image.is-style-bio .wrapper .blurb .contact-area > * {
      padding-right: 30px; }
    .content-with-side-image.is-style-bio .wrapper .blurb .contact-area p, .content-with-side-image.is-style-bio .wrapper .blurb .contact-area li {
      font-size: 18px; }
      .content-with-side-image.is-style-bio .wrapper .blurb .contact-area p a, .content-with-side-image.is-style-bio .wrapper .blurb .contact-area li a {
        color: #542265;
        font-weight: 700; }
        .content-with-side-image.is-style-bio .wrapper .blurb .contact-area p a i, .content-with-side-image.is-style-bio .wrapper .blurb .contact-area li a i {
          font-size: 50px;
          line-height: 50px; }
    .content-with-side-image.is-style-bio .wrapper .blurb .contact-area h5 {
      color: #404A52;
      margin-bottom: 15px;
      /* font-size: 18px; */ }
    .content-with-side-image.is-style-bio .wrapper .blurb .contact-area .practices {
      padding-right: 0;
      flex: 1 1 auto; }
      .content-with-side-image.is-style-bio .wrapper .blurb .contact-area .practices p br {
        display: none; }
      .content-with-side-image.is-style-bio .wrapper .blurb .contact-area .practices p a {
        display: block;
        padding: 0 0 10px 0; }
      @media (min-width: 0em) and (max-width: 48em) {
        .content-with-side-image.is-style-bio .wrapper .blurb .contact-area .practices {
          order: -1; } }
    .content-with-side-image.is-style-bio .wrapper .blurb .contact-area .contact {
      flex: 1 1 auto;
      max-width: 300px; }
      @media (min-width: 0em) and (max-width: 48em) {
        .content-with-side-image.is-style-bio .wrapper .blurb .contact-area .contact {
          max-width: 100vw; } }
      .content-with-side-image.is-style-bio .wrapper .blurb .contact-area .contact span {
        margin-right: 25px;
        white-space: nowrap; }
        @media (min-width: 0em) and (max-width: 48em) {
          .content-with-side-image.is-style-bio .wrapper .blurb .contact-area .contact span {
            margin: 0 0 10px 0; } }
      .content-with-side-image.is-style-bio .wrapper .blurb .contact-area .contact .mail a {
        margin-right: 25px; }
        .content-with-side-image.is-style-bio .wrapper .blurb .contact-area .contact .mail a span {
          display: none; }
        .content-with-side-image.is-style-bio .wrapper .blurb .contact-area .contact .mail a:hover {
          text-decoration: none;
          color: #441c52; }
      .content-with-side-image.is-style-bio .wrapper .blurb .contact-area .contact .phone i {
        display: none; }
      .content-with-side-image.is-style-bio .wrapper .blurb .contact-area .contact .phone a {
        color: #404A52;
        font-weight: 400; }
      @media (min-width: 0em) and (max-width: 48em) {
        .content-with-side-image.is-style-bio .wrapper .blurb .contact-area .contact {
          background: linear-gradient(179.49deg, rgba(196, 207, 218, 0.33) 0.44%, rgba(196, 207, 218, 0) 40.44%);
          padding: 25px;
          margin-left: -25px;
          margin-right: -25px;
          display: flex;
          flex-direction: column; }
          .content-with-side-image.is-style-bio .wrapper .blurb .contact-area .contact .phone {
            order: 2;
            margin: 0; }
            .content-with-side-image.is-style-bio .wrapper .blurb .contact-area .contact .phone i {
              display: inline-block;
              font-size: 20px;
              vertical-align: -0.2em;
              color: #542265; }
            .content-with-side-image.is-style-bio .wrapper .blurb .contact-area .contact .phone strong {
              display: none; }
            .content-with-side-image.is-style-bio .wrapper .blurb .contact-area .contact .phone span {
              display: block; }
          .content-with-side-image.is-style-bio .wrapper .blurb .contact-area .contact .address {
            order: 4;
            padding: 15px 0 0 0; }
          .content-with-side-image.is-style-bio .wrapper .blurb .contact-area .contact .mail {
            order: 3;
            margin: 15px 0 0 0; }
            .content-with-side-image.is-style-bio .wrapper .blurb .contact-area .contact .mail a {
              display: block; }
              .content-with-side-image.is-style-bio .wrapper .blurb .contact-area .contact .mail a span {
                display: inline-block;
                color: #404A52;
                font-weight: 400; }
            .content-with-side-image.is-style-bio .wrapper .blurb .contact-area .contact .mail i {
              font-size: 30px;
              line-height: 30px;
              vertical-align: middle; } }

.content-with-side-image.is-style-bio .wrapper .img {
  max-height: calc(100vh - 100px);
  flex: 0 0 40%; }
  @media only screen and (min-width: 1700px) {
    .content-with-side-image.is-style-bio .wrapper .img .img-bg:after {
      padding-bottom: 100%; } }
  .content-with-side-image.is-style-bio .wrapper .img .img-bg {
    background-position: center top; }

@media (min-width: 0) and (max-width: 64em) {
  .content-with-side-image.image-contain {
    background: #ffffff !important; } }

.content-with-side-image.image-contain .wrapper .img {
  padding: 60px;
  z-index: 0;
  position: relative; }
  @media (min-width: 0) and (max-width: 64em) {
    .content-with-side-image.image-contain .wrapper .img {
      padding: 0 30px;
      position: sticky; } }
  .content-with-side-image.image-contain .wrapper .img:before {
    content: '';
    position: absolute;
    z-index: 5;
    left: 0;
    top: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(to bottom, rgba(196, 207, 218, 0.22) 0%, rgba(196, 207, 218, 0)); }
  .content-with-side-image.image-contain .wrapper .img .img-bg {
    background-size: contain;
    background-repeat: no-repeat; }

.content-with-side-image.has-light-grey-background-color {
  background: rgba(196, 207, 218, 0.28); }

.single-bio .wp-block-columns.is-style-has-callout p, .single-bio .wp-block-columns.is-style-has-callout li, .single-bio .wp-block-columns.is-style-has-callout span, .single-post .wp-block-columns.is-style-has-callout p, .single-post .wp-block-columns.is-style-has-callout li, .single-post .wp-block-columns.is-style-has-callout span {
  font-size: 18px !important;
  font-family: "Lato", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif !important; }

.single-bio .wp-block-columns.is-style-has-callout li, .single-post .wp-block-columns.is-style-has-callout li {
  margin: 0 0 15px 0 !important; }

.single-post .wp-block-columns.is-style-has-callout .wp-block-column > p:first-child, .single-post .wp-block-columns.is-style-has-callout .wp-block-column > p:first-child span {
  font-weight: 700 !important; }

.single-office .content-with-side-image .wrapper .img {
  min-height: 700px; }
  .single-office .content-with-side-image .wrapper .img iframe {
    height: 100%; }
  @media only screen and (max-width: 1920px) {
    .single-office .content-with-side-image .wrapper .img {
      min-height: 25vw; } }
  @media (min-width: 0) and (max-width: 64em) {
    .single-office .content-with-side-image .wrapper .img {
      flex: 1 auto;
      min-height: 50vw; } }

.single-office .content-with-side-image .wrapper h1 + .contact-area {
  margin-top: 30px; }

.single-office .react-container {
  margin-top: 0 !important; }

.info-grid {
  display: flex; }
  @media only screen and (max-width: 450px) {
    .info-grid {
      padding: 0 25px; } }
  .info-grid * {
    min-height: 0;
    min-width: 0; }
  .info-grid .grid {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 1fr;
    grid-auto-flow: dense; }
    @media only screen and (max-width: 450px) {
      .info-grid .grid {
        display: block; } }
    .info-grid .grid .grid-cell {
      position: relative;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding: 20px;
      background-color: rgba(99, 111, 121, 0.79);
      overflow: hidden; }
      .info-grid .grid .grid-cell:last-child:nth-child(2n+1) {
        grid-column: 1 / -1; }
      @media (min-width: 0) and (max-width: 64em) {
        .info-grid .grid .grid-cell {
          min-height: 50vw; } }
      @media only screen and (max-width: 450px) {
        .info-grid .grid .grid-cell {
          min-height: calc(100vw - 50px);
          margin-bottom: 25px; } }
      .info-grid .grid .grid-cell .img-bg {
        position: absolute;
        z-index: 1;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center center;
        transition: all ease 0.3s; }
        .info-grid .grid .grid-cell .img-bg:after {
          content: '';
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          padding: 0;
          background-color: rgba(99, 111, 121, 0.79);
          mix-blend-mode: multiply; }
      .info-grid .grid .grid-cell:hover {
        text-decoration: none; }
        .info-grid .grid .grid-cell:hover .img-bg {
          transform: scale(1.2); }
      .info-grid .grid .grid-cell > *:not(.img-bg) {
        position: relative;
        z-index: 10;
        color: #ffffff;
        font-size: 32px;
        font-weight: 700;
        max-width: 220px;
        text-align: center;
        line-height: 1.2;
        margin: 0; }
        .info-grid .grid .grid-cell > *:not(.img-bg) strong {
          display: block;
          font-size: 48px; }
  .info-grid:after {
    content: '';
    padding-bottom: 100%; }
    @media only screen and (min-width: 1700px) {
      .info-grid:after {
        padding-bottom: 600px; } }
    @media (min-width: 0) and (max-width: 64em) {
      .info-grid:after {
        display: none !important; } }

.info-grid .services-slider .grid {
  height: 100%; }

.frame-fp-block:not([class*="background-color"]):not(.has-top-bottom-gradient-background-color) + .content-with-side-image, .frame-fp-block:not([class*="has-white-background-color"]):not(.has-top-bottom-gradient-background-color) + .content-with-side-image,
*:not(.frame-fp-block):not(.main-hero):not(.content-with-side-image):not(.page-nav):not(.page-filter):not(.react-container):not(.block-anchor-id) + .content-with-side-image {
  background: rgba(196, 207, 218, 0.28); }

.articles-list {
  margin: 0 0 60px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0 60px;
  width: calc(100% + 60px); }
  @media (min-width: 0) and (max-width: 76.5em) {
    .articles-list {
      gap: 0 30px;
      width: calc(100% + 30px); } }
  @media (min-width: 0) and (max-width: 64em) {
    .articles-list {
      width: 100%; } }
  @media (min-width: 0em) and (max-width: 48em) {
    .articles-list {
      margin: 0; } }
  .articles-list .article, .articles-list > div, .articles-list > article {
    flex: 0 0 calc(33.33% - 60px);
    background: rgba(255, 255, 255, 0.05);
    background: rgba(196, 207, 218, 0.12);
    padding: 30px 30px 0 30px;
    margin-bottom: 60px;
    display: flex;
    flex-direction: column; }
    @media (min-width: 0) and (max-width: 76.5em) {
      .articles-list .article, .articles-list > div, .articles-list > article {
        flex: 0 0 calc(33.33% - 30px);
        margin-bottom: 30px; } }
    @media (min-width: 0) and (max-width: 64em) {
      .articles-list .article, .articles-list > div, .articles-list > article {
        flex: 1 100%; } }
    .articles-list .article:first-child:nth-last-child(2), .articles-list .article:first-child:nth-last-child(2) ~ .article, .articles-list > div:first-child:nth-last-child(2), .articles-list > div:first-child:nth-last-child(2) ~ .article, .articles-list > article:first-child:nth-last-child(2), .articles-list > article:first-child:nth-last-child(2) ~ .article {
      flex: 0 0 calc(50% - 60px); }
      @media (min-width: 0) and (max-width: 76.5em) {
        .articles-list .article:first-child:nth-last-child(2), .articles-list .article:first-child:nth-last-child(2) ~ .article, .articles-list > div:first-child:nth-last-child(2), .articles-list > div:first-child:nth-last-child(2) ~ .article, .articles-list > article:first-child:nth-last-child(2), .articles-list > article:first-child:nth-last-child(2) ~ .article {
          flex: 0 0 calc(50% - 30px); } }
      @media (min-width: 0) and (max-width: 64em) {
        .articles-list .article:first-child:nth-last-child(2), .articles-list .article:first-child:nth-last-child(2) ~ .article, .articles-list > div:first-child:nth-last-child(2), .articles-list > div:first-child:nth-last-child(2) ~ .article, .articles-list > article:first-child:nth-last-child(2), .articles-list > article:first-child:nth-last-child(2) ~ .article {
          flex: 0 0 100%; } }
    .articles-list .article:first-child:nth-last-child(1), .articles-list .article:first-child:nth-last-child(1) ~ .article, .articles-list > div:first-child:nth-last-child(1), .articles-list > div:first-child:nth-last-child(1) ~ .article, .articles-list > article:first-child:nth-last-child(1), .articles-list > article:first-child:nth-last-child(1) ~ .article {
      flex: 0 0 calc(100% - 60px); }
      @media (min-width: 0) and (max-width: 76.5em) {
        .articles-list .article:first-child:nth-last-child(1), .articles-list .article:first-child:nth-last-child(1) ~ .article, .articles-list > div:first-child:nth-last-child(1), .articles-list > div:first-child:nth-last-child(1) ~ .article, .articles-list > article:first-child:nth-last-child(1), .articles-list > article:first-child:nth-last-child(1) ~ .article {
          flex: 0 0 calc(100% - 30px); } }
      @media (min-width: 0) and (max-width: 64em) {
        .articles-list .article:first-child:nth-last-child(1), .articles-list .article:first-child:nth-last-child(1) ~ .article, .articles-list > div:first-child:nth-last-child(1), .articles-list > div:first-child:nth-last-child(1) ~ .article, .articles-list > article:first-child:nth-last-child(1), .articles-list > article:first-child:nth-last-child(1) ~ .article {
          flex: 0 0 100%; } }
    .articles-list .article p.title, .articles-list > div p.title, .articles-list > article p.title {
      font-size: 22px;
      font-weight: 700; }
      .articles-list .article p.title a, .articles-list > div p.title a, .articles-list > article p.title a {
        color: #404A52; }
      @media (min-width: 0em) and (max-width: 48em) {
        .articles-list .article p.title, .articles-list > div p.title, .articles-list > article p.title {
          font-size: 20px; } }
    .articles-list .article p.title + p:not(.more), .articles-list > div p.title + p:not(.more), .articles-list > article p.title + p:not(.more) {
      margin-top: -20px; }
    .articles-list .article p a:not(.btn), .articles-list > div p a:not(.btn), .articles-list > article p a:not(.btn) {
      text-decoration: none !important; }
      .articles-list .article p a:not(.btn):hover, .articles-list > div p a:not(.btn):hover, .articles-list > article p a:not(.btn):hover {
        text-decoration: underline !important; }
    .articles-list .article .more, .articles-list > div .more, .articles-list > article .more {
      margin-top: auto; }

.articles-scroll {
  display: flex;
  justify-content: space-between; }
  .articles-scroll .article {
    width: 40%;
    max-width: 500px; }
    .articles-scroll .article p {
      font-size: 22px;
      font-weight: 700; }
      .articles-scroll .article p a {
        color: #404A52; }
      .articles-scroll .article p.more a {
        color: #542265; }
      @media (min-width: 0em) and (max-width: 48em) {
        .articles-scroll .article p {
          font-size: 16px; } }
      @media only screen and (max-width: 400px) {
        .articles-scroll .article p:not(.more) {
          display: none; } }
    .articles-scroll .article:last-child:not(:first-child) {
      text-align: right; }

.prev, .next {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  white-space: nowrap; }

.prev {
  display: block; }
  .prev:before {
    content: "";
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ffffff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 25px;
    background: #542265;
    margin: 0 10px 0 0;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle; }
  .prev:hover {
    color: #441c52;
    text-decoration: none; }
    .prev:hover:before {
      background: #441c52; }

.next {
  display: block; }
  .next:after {
    content: "";
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ffffff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 25px;
    background: #542265;
    margin: 0 0 0 10px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle; }
  .next:hover {
    color: #441c52;
    text-decoration: none; }
    .next:hover:before {
      background: #441c52; }

.js-read-more {
  background: #404A52;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  padding: 15px 25px 15px 25px;
  border-radius: 43px;
  transition: all ease 0.3s; }
  .js-read-more:hover {
    color: #ffffff;
    text-decoration: none; }

p .btn.is-style-arrow {
  margin-left: 10px; }
  p .btn.is-style-arrow:after {
    width: 30px;
    height: 30px;
    line-height: 30px;
    right: 15px; }

.tabs {
  display: flex;
  flex-wrap: wrap; }
  .tabs .tab {
    font-size: 42px;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 30px;
    line-height: 1.1;
    padding-right: 60px; }
    @media (min-width: 0em) and (max-width: 48em) {
      .tabs .tab {
        font-size: 38px; } }
  @media (min-width: 0em) and (max-width: 48em) and (min-width: 0em) and (max-width: 48em) {
    .tabs .tab {
      font-size: 28px; } }
    .tabs .tab a {
      display: inline-block;
      text-decoration: none !important;
      position: relative; }
      .tabs .tab a:before {
        content: '';
        width: 35px;
        height: 35px;
        border-radius: 50%;
        border: 1px solid #542265;
        display: inline-block;
        margin-right: 15px;
        transition: all ease 0.3s; }
    .tabs .tab.active + .tab-content {
      display: block; }
    .tabs .tab.active a:before {
      background: #542265; }
  .tabs .tab-content {
    order: 30;
    flex: 0 0 100%;
    display: none; }
  @media (min-width: 0em) and (max-width: 48em) {
    .tabs:not(.is-style-narrow) {
      display: block; }
      .tabs:not(.is-style-narrow) .tab {
        text-align: center;
        padding-right: 0; }
        .tabs:not(.is-style-narrow) .tab a:before {
          display: none; }
      .tabs:not(.is-style-narrow) .tab-content {
        display: block; }
        .tabs:not(.is-style-narrow) .tab-content:not(:last-child) {
          padding-bottom: 30px; }
        .tabs:not(.is-style-narrow) .tab-content .articles-list .article:not(:first-child), .tabs:not(.is-style-narrow) .tab-content .articles-list article:not(:first-child) {
          display: none; } }
  .tabs.is-style-narrow {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    justify-content: flex-end;
    margin-top: -60px; }
    @media (min-width: 0em) and (max-width: 48em) {
      .tabs.is-style-narrow {
        justify-content: flex-start;
        margin-top: 0; } }
    .tabs.is-style-narrow .tab {
      padding-left: 30px;
      padding-right: 0;
      font-size: 16px; }
      @media (min-width: 0em) and (max-width: 48em) {
        .tabs.is-style-narrow .tab {
          padding-right: 30px;
          padding-left: 0; } }
      .tabs.is-style-narrow .tab a {
        color: #404A52; }
        .tabs.is-style-narrow .tab a:before {
          width: 30px;
          height: 30px;
          vertical-align: -0.6em; }

.tabs-heading.narrow {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 400px; }
  @media (min-width: 0em) and (max-width: 48em) {
    .tabs-heading.narrow {
      text-align: left; } }

@media (min-width: 0em) and (max-width: 48em) {
  h5.tabs-heading:not(.narrow) {
    text-align: center; } }

.has-dark-blue-background-color .tabs .tab a:before, .has-dark-grey-background-color .tabs .tab a:before {
  border-color: #ffffff; }

.has-dark-blue-background-color .tabs .tab.active a:before, .has-dark-grey-background-color .tabs .tab.active a:before {
  background: #ffffff; }

.page-nav {
  background: linear-gradient(100.49deg, #094464 34.55%, #4E2265 103.37%);
  display: flex;
  position: sticky;
  top: 87px;
  z-index: 50;
  transition: all ease 0.3s; }
  .page-nav *:not(input):not(textarea):not(select):not(a) {
    color: #ffffff; }
  .page-nav ul li:before {
    background: #ffffff; }
  .page-nav a:not(.btn):not(.wp-block-button__link) {
    color: #ffffff;
    text-decoration: underline; }
  @media (min-width: 48.063em) and (max-width: 76.5em) {
    .page-nav {
      top: 81px; } }
  @media (min-width: 0) and (max-width: 64em) {
    .page-nav {
      top: 78px; }
      .page-nav.sticky {
        transform: translateY(-78px); }
      .page-nav.sticky.moving-up {
        transform: translateY(0); } }
  @media (min-width: 0em) and (max-width: 48em) {
    .page-nav .wrapper {
      padding-top: 25px; }
    .page-nav:before {
      content: 'Jump to...';
      position: absolute;
      color: #ffffff;
      padding: 15px 0 0 30px;
      width: calc(100% - 30px); } }
  .page-nav ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 30px 0;
    transition: all ease 0.3s; }
    .page-nav ul li {
      padding: 0 30px 0 0;
      text-align: center; }
      .page-nav ul li:before {
        display: none; }
      .page-nav ul li a {
        text-transform: uppercase;
        font-weight: 700;
        font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
        font-size: 18px;
        text-decoration: none !important;
        text-align: center; }
      .page-nav ul li.active a {
        border-bottom: 2px solid #ffffff; }
    @media (min-width: 0em) and (max-width: 48em) {
      .page-nav ul {
        display: none; } }
  .page-nav.sticky ul {
    padding: 12px 0 10px 0; }
  .page-nav select {
    display: none;
    width: 100%;
    background: none;
    border: 0;
    box-shadow: none;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    height: 60px;
    line-height: 60px;
    background: url(../images/select-arrow.png) right center no-repeat; }
    .page-nav select option {
      background: #094464; }
    @media (min-width: 0em) and (max-width: 48em) {
      .page-nav select {
        display: block; } }

.page-filter {
  background: linear-gradient(100.49deg, #094464 34.55%, #4E2265 103.37%);
  display: flex; }
  .page-filter *:not(input):not(textarea):not(select):not(a) {
    color: #ffffff; }
  .page-filter ul li:before {
    background: #ffffff; }
  .page-filter a:not(.btn):not(.wp-block-button__link) {
    color: #ffffff;
    text-decoration: underline; }
  .page-filter form {
    padding: 30px 0; }
    .page-filter form input[type="search"] {
      height: 80px;
      line-height: 80px;
      border: 0;
      box-shadow: none;
      padding: 0 30px;
      font-size: 16px;
      background: rgba(196, 208, 218, 0.33);
      width: 100%;
      border-radius: 43px;
      color: #ffffff; }
    .page-filter form *::-moz-placeholder {
      color: #ffffff;
      opacity: 1; }
    .page-filter form ::-webkit-input-placeholder {
      color: #ffffff;
      opacity: 1; }
    .page-filter form :-ms-input-placeholder {
      color: #ffffff;
      opacity: 1; }
    .page-filter form input[type="submit"], .page-filter form button {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "icon" !important;
      speak: never;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      background: #542265;
      border: 0;
      width: 80px;
      height: 80px;
      border-radius: 50%;
      box-shadow: none;
      color: #ffffff;
      font-size: 35px;
      float: right;
      transform: translateY(-100%);
      margin: 0;
      padding: 0; }
      @media (min-width: 0em) and (max-width: 48em) {
        .page-filter form input[type="submit"], .page-filter form button {
          width: 80px !important; } }
    .page-filter form input + .filters, .page-filter form button + .filters {
      padding: 30px; }
      @media (min-width: 0em) and (max-width: 48em) {
        .page-filter form input + .filters, .page-filter form button + .filters {
          padding: 15px 30px; } }

.page-filter .search-form {
  position: relative; }
  .page-filter .search-form:after {
    content: "";
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ffffff;
    position: absolute;
    right: 20px;
    top: 50%;
    font-size: 35px;
    transform: translateY(-50%);
    pointer-events: none; }
  .page-filter .search-form .search-submit {
    font-size: 0; }

.filters {
  display: flex;
  flex-wrap: wrap;
  width: 100%; }
  .filters h5 {
    margin: 0 !important;
    flex: 1 100%; }
  .filters select {
    padding: 0 50px 0 0;
    height: 60px;
    line-height: 60px;
    border: 0;
    box-shadow: none;
    border-bottom: 1px solid #ffffff;
    color: #ffffff;
    font-size: 20px;
    background: url(../images/select-arrow.png) right center no-repeat;
    margin: 0 20px 0 0;
    flex: 0 1 auto;
    max-width: 350px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
    .filters select option {
      background: #094464; }
    @media (min-width: 0em) and (max-width: 48em) {
      .filters select {
        width: 100%;
        max-width: 100%;
        margin-right: 0;
        flex: 1 100%; } }
  @media (min-width: 0em) and (max-width: 48em) {
    .filters.people-finder {
      padding: 15px 0 0 0 !important; }
      .filters.people-finder select, .filters.people-finder h5 {
        display: none; } }
  .filters .btn.icon-filter {
    display: none;
    margin-top: 25px; }
    .filters .btn.icon-filter i {
      margin-left: 10px;
      vertical-align: -0.1em; }
    @media (min-width: 0em) and (max-width: 48em) {
      .filters .btn.icon-filter {
        display: block; } }

.react-container .wrapper {
  transition: all ease 0.3s; }

.fp-loading-container {
  position: relative; }
  .fp-loading-container > .wrapper {
    opacity: 0.2;
    min-height: 300px;
    position: relative; }

.fp-loading {
  position: absolute;
  width: 100%;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 700; }
  .fp-loading span {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 3px solid #542265;
    border-left: 0;
    border-right: 0;
    border-radius: 50%;
    animation: loading-rotate 0.7s infinite linear; }

.load-more-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 100%; }

@keyframes loading-rotate {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.results-hdr-bar {
  display: flex;
  justify-content: space-between;
  align-items: flex-end; }
  @media (min-width: 0em) and (max-width: 48em) {
    .results-hdr-bar {
      display: block; } }
  .results-hdr-bar a.btn {
    background: #C4CFDA;
    color: #404A52;
    padding: 10px 25px;
    font-size: 16px;
    margin: 0 5px 5px 0; }
    @media (min-width: 0em) and (max-width: 48em) {
      .results-hdr-bar a.btn {
        font-size: 14px; } }
    .results-hdr-bar a.btn:after {
      content: 'X';
      margin-left: 10px; }
  .results-hdr-bar > div {
    text-align: right;
    padding-left: 30px;
    padding-bottom: 25px;
    max-width: 70%; }
    @media (min-width: 0em) and (max-width: 48em) {
      .results-hdr-bar > div {
        text-align: left;
        padding-left: 0;
        max-width: 100%; } }

.has-dark-blue-background-color + .page-nav ul, .has-dark-blue-background-color + .page-filter form, .has-dark-blue-background-color + .react-container .page-filter form {
  border-top: 1px solid rgba(255, 255, 255, 0.4); }

@media (min-width: 0em) and (max-width: 48em) {
  .has-dark-blue-background-color + .page-nav .wrapper {
    border-top: 1px solid rgba(255, 255, 255, 0.4); } }

.main-hero + .page-nav, .main-hero + .page-filter, .main-hero + .react-container .page-filter {
  background: #094464; }

main > div .react-container:first-child form, main > div .page-filter:first-child form {
  padding-top: 60px; }
  @media (min-width: 0em) and (max-width: 48em) {
    main > div .react-container:first-child form, main > div .page-filter:first-child form {
      padding-top: 45px; } }

.articles-slider {
  padding-bottom: 100px; }
  @media (min-width: 0) and (max-width: 64em) {
    .articles-slider {
      padding-bottom: 70px; } }

.services-slider {
  height: 100%;
  padding-bottom: 100px; }
  .services-slider .slick-list, .services-slider .slick-track, .services-slider .slick-slide, .services-slider .slick-slide > div, .services-slider .slick-slide > div > div {
    height: 100%; }
  .services-slider .slick-prev {
    left: 0 !important;
    bottom: 0 !important; }
  .services-slider .slick-next {
    left: 75px !important;
    bottom: 0 !important; }
  .services-slider .grid .grid-cell > *:not(img-bg) {
    font-size: 26px !important; }
  @media only screen and (max-width: 450px) {
    .services-slider {
      margin-left: -25px;
      margin-right: -25px; }
      .services-slider .grid {
        display: grid !important; }
        .services-slider .grid .grid-cell {
          min-height: 50vw !important;
          margin-bottom: 0 !important; }
          .services-slider .grid .grid-cell > *:not(img-bg) {
            font-size: 18px !important; } }

.content-with-side-image.with-grid .blurb {
  padding-bottom: 85px !important; }
  @media (min-width: 0) and (max-width: 64em) {
    .content-with-side-image.with-grid .blurb {
      padding-bottom: 0 !important; } }

.content-with-side-image.with-grid .services-slider {
  padding-bottom: 0; }
  .content-with-side-image.with-grid .services-slider .slick-prev {
    left: calc(-100% + 50vw - 900px) !important;
    right: auto !important; }
    @media only screen and (max-width: 1920px) {
      .content-with-side-image.with-grid .services-slider .slick-prev {
        left: calc(-100% + 60px) !important; } }
    @media (min-width: 0) and (max-width: 64em) {
      .content-with-side-image.with-grid .services-slider .slick-prev {
        left: 25px !important;
        z-index: 10;
        top: 35px !important;
        bottom: auto !important; } }
  .content-with-side-image.with-grid .services-slider .slick-next {
    left: calc(-100% + 50vw - 900px + 65px) !important;
    right: auto !important; }
    @media only screen and (max-width: 1920px) {
      .content-with-side-image.with-grid .services-slider .slick-next {
        left: calc(-100% + 60px + 65px) !important; } }
    @media (min-width: 0) and (max-width: 64em) {
      .content-with-side-image.with-grid .services-slider .slick-next {
        left: calc(25px + 65px) !important;
        top: 35px !important;
        bottom: auto !important;
        z-index: 10; } }
  @media (min-width: 0) and (max-width: 64em) {
    .content-with-side-image.with-grid .services-slider {
      padding-top: 85px; } }

.content-with-side-image.with-grid.right .services-slider .slick-next {
  right: calc(-100% + 50vw - 415px) !important;
  left: auto !important; }
  @media only screen and (max-width: 1920px) {
    .content-with-side-image.with-grid.right .services-slider .slick-next {
      right: calc(-50vw + 530px) !important; } }
  @media only screen and (max-width: 1450px) {
    .content-with-side-image.with-grid.right .services-slider .slick-next {
      right: -175px !important; } }
  @media (min-width: 0) and (max-width: 64em) {
    .content-with-side-image.with-grid.right .services-slider .slick-next {
      right: auto !important;
      left: calc(25px + 65px) !important; } }

.content-with-side-image.with-grid.right .services-slider .slick-prev {
  right: calc(-100% + 50vw - 415px + 65px) !important;
  left: auto !important; }
  @media only screen and (max-width: 1920px) {
    .content-with-side-image.with-grid.right .services-slider .slick-prev {
      right: calc(-50vw + 600px) !important; } }
  @media only screen and (max-width: 1450px) {
    .content-with-side-image.with-grid.right .services-slider .slick-prev {
      right: -110px !important; } }
  @media (min-width: 0) and (max-width: 64em) {
    .content-with-side-image.with-grid.right .services-slider .slick-prev {
      right: auto !important;
      left: 25px !important; } }

.advantages-slider, .wp-block-acf-advantages-slider .acf-block-body {
  margin-bottom: 100px;
  position: relative;
  /*&:before {
        content: '';
        position: absolute;
        z-index: 10;
        left: 0;
        top: 0;
        width: 30%;
        height: 100%;
        background: linear-gradient(to right, $white, rgba($white, 0));  
        @include breakpoint($small) {
            display: none;
        }
    }
    &:after {
        content: '';
        position: absolute;
        z-index: 10;
        right: 0;
        left: auto !important;
        bottom: auto !important;
        top: 0;
        width: 30%;
        height: 100%;
        background: linear-gradient(to left, $white, rgba($white, 0));
        @include breakpoint($small) {
            display: none;
        }
    } */ }
  @media (min-width: 0em) and (max-width: 48em) {
    .advantages-slider, .wp-block-acf-advantages-slider .acf-block-body {
      margin-bottom: 60px; } }
  .advantages-slider p, .wp-block-acf-advantages-slider .acf-block-body p {
    font-weight: 700; }
  .advantages-slider .slick-list, .wp-block-acf-advantages-slider .acf-block-body .slick-list {
    -webkit-mask-image: linear-gradient(to right, transparent 5%, black 30%, black 70%, transparent 95%); }
    @media (min-width: 0em) and (max-width: 48em) {
      .advantages-slider .slick-list, .wp-block-acf-advantages-slider .acf-block-body .slick-list {
        -webkit-mask-image: none; } }
  .advantages-slider .slick-slide > div, .wp-block-acf-advantages-slider .acf-block-body .slick-slide > div {
    padding: 0 60px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
    @media (min-width: 48.063em) and (max-width: 64em) {
      .advantages-slider .slick-slide > div, .wp-block-acf-advantages-slider .acf-block-body .slick-slide > div {
        padding: 0 30px; } }
    @media (min-width: 0em) and (max-width: 48em) {
      .advantages-slider .slick-slide > div, .wp-block-acf-advantages-slider .acf-block-body .slick-slide > div {
        padding: 0; } }
  .advantages-slider .slick-next, .wp-block-acf-advantages-slider .acf-block-body .slick-next {
    left: calc(50% + 20px) !important;
    right: auto;
    bottom: -100px !important; }
    @media (min-width: 0em) and (max-width: 48em) {
      .advantages-slider .slick-next, .wp-block-acf-advantages-slider .acf-block-body .slick-next {
        bottom: -80px !important; } }
  .advantages-slider .slick-prev, .wp-block-acf-advantages-slider .acf-block-body .slick-prev {
    left: calc(50% - 50px) !important;
    right: auto;
    bottom: -100px !important; }
    @media (min-width: 0em) and (max-width: 48em) {
      .advantages-slider .slick-prev, .wp-block-acf-advantages-slider .acf-block-body .slick-prev {
        bottom: -80px !important; } }

@media (min-width: 0) and (max-width: 64em) {
  .content-with-side-image .advantages-slider {
    margin-bottom: 100px; } }

@media (min-width: 0em) and (max-width: 48em) {
  .content-with-side-image .advantages-slider {
    margin-bottom: 120px; } }

.content-with-side-image .advantages-slider .slick-list {
  padding: 0 !important;
  -webkit-mask-image: none; }
  .content-with-side-image .advantages-slider .slick-list .slick-slide > div {
    padding: 0; }

.slick-slider .slick-next {
  bottom: 0;
  top: auto;
  left: 65px;
  width: 55px;
  height: 55px;
  margin: 0;
  background: #542265;
  font-size: 0;
  padding: 0 !important; }
  .slick-slider .slick-next:active, .slick-slider .slick-next:focus, .slick-slider .slick-next:hover {
    background: #542265; }
  .slick-slider .slick-next:hover {
    background: #441c52; }
  .slick-slider .slick-next:before {
    content: "";
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-slider .slick-prev {
  bottom: 0;
  top: auto;
  left: 0;
  width: 55px;
  height: 55px;
  margin: 0;
  background: #542265;
  font-size: 0;
  padding: 0 !important; }
  .slick-slider .slick-prev:active, .slick-slider .slick-prev:focus, .slick-slider .slick-prev:hover {
    background: #542265; }
  .slick-slider .slick-prev:hover {
    background: #441c52; }
  .slick-slider .slick-prev:before {
    content: "";
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.newsletter {
  display: flex;
  align-items: center; }
  @media (min-width: 0em) and (max-width: 48em) {
    .newsletter {
      display: block;
      text-align: center; } }
  .newsletter > div:first-child {
    flex: 0 0 45%;
    padding-right: 30px; }
    @media (min-width: 0em) and (max-width: 48em) {
      .newsletter > div:first-child {
        padding-right: 0; } }
  .newsletter > div:last-child:not(:first-child) {
    flex: 1 1 auto;
    text-align: center; }
  .newsletter .ctct-form .ctct-form-field-email {
    width: 100%;
    margin: 0; }
    .newsletter .ctct-form .ctct-form-field-email input {
      width: 100%;
      height: 80px;
      line-height: 80px;
      padding: 0 40px;
      border-radius: 43px;
      box-shadow: none;
      border: 0;
      font-size: 22px; }
      @media (min-width: 0em) and (max-width: 48em) {
        .newsletter .ctct-form .ctct-form-field-email input {
          font-size: 16px; } }
  .newsletter .ctct-form .ctct-form-field-submit {
    float: right;
    margin: -80px 0 0 0;
    position: relative;
    z-index: 10; }
    .newsletter .ctct-form .ctct-form-field-submit input {
      height: 80px;
      width: 80px;
      line-height: 80px;
      background: #542265;
      box-shadow: none;
      border: 0;
      border-radius: 50%;
      color: #ffffff;
      font-size: 0; }
    .newsletter .ctct-form .ctct-form-field-submit:after {
      content: "";
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "icon" !important;
      speak: never;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #ffffff;
      position: absolute;
      right: 15px;
      top: 0;
      font-size: 40px;
      line-height: 80px;
      pointer-events: none; }
  .newsletter .ctct-form .ctct-disclosure {
    display: none; }
  .newsletter .ctct-disclosure {
    display: none; }

.people-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin: 60px 0;
  width: calc(100% + 30px); }
  @media (min-width: 0em) and (max-width: 48em) {
    .people-list {
      width: 100%;
      gap: 15px 0;
      margin: 0; } }

.people {
  flex: 0 0 calc(20% - 30px); }
  @media (min-width: 0) and (max-width: 64em) {
    .people {
      flex: 0 0 calc(33.33% - 30px); } }
  @media (min-width: 0em) and (max-width: 48em) {
    .people {
      flex: 1 1 100%;
      display: flex;
      align-items: center;
      background: rgba(196, 207, 218, 0.2);
      padding: 20px 15px 0 15px; } }
  .people:first-child {
    margin-left: auto; }
  .people:last-child {
    margin-right: auto; }
    @media (min-width: 0em) and (max-width: 48em) {
      .people:last-child {
        margin-bottom: 30px; } }
  .people:first-child:nth-last-child(n + 5):first-child, .people li:first-child:nth-last-child(n + 5) ~ .people:first-child {
    margin-left: 0; }
  .people:first-child:nth-last-child(n + 5):last-child, .people li:first-child:nth-last-child(n + 5) ~ .people:last-child {
    margin-right: 0; }
  .people .img {
    display: block;
    width: 100%;
    max-width: 250px;
    margin: 0 auto 15px auto;
    background: rgba(99, 111, 121, 0.4);
    border-radius: 50%; }
    .people .img .empty {
      padding-bottom: 100%; }
    .people .img img {
      border-radius: 50%; }
    @media (min-width: 0em) and (max-width: 48em) {
      .people .img {
        flex: 0 0 130px;
        margin-right: 15px; } }
  .people .details {
    width: 100%;
    max-width: 200px;
    margin: 0 auto; }
    @media (min-width: 0em) and (max-width: 48em) {
      .people .details {
        max-width: 100%; } }
  .people .img {
    text-align: center; }
    .people .img img {
      width: 100%;
      margin: 0 auto; }
  .people h5 {
    font-size: 22px;
    margin: 0; }
    @media (min-width: 0em) and (max-width: 48em) {
      .people h5 {
        font-size: 18px; } }
    .people h5 a {
      color: #094464;
      font-weight: 700;
      font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      text-decoration: none !important; }
  .people p {
    margin: 0 0 15px 0; }
    .people p.title {
      font-size: 20px; }
      @media (min-width: 0em) and (max-width: 48em) {
        .people p.title {
          font-size: 16px; } }
    .people p a.email {
      color: #542265;
      font-size: 50px;
      line-height: 1;
      text-decoration: none !important; }
      @media (min-width: 0em) and (max-width: 48em) {
        .people p a.email {
          font-size: 35px; } }
      .people p a.email:hover {
        color: #404A52;
        text-decoration: none !important; }

.search-results.articles-list, .people-list.is-style-cards {
  margin: 0 0 30px 0; }
  @media (min-width: 0em) and (max-width: 48em) {
    .search-results.articles-list, .people-list.is-style-cards {
      gap: 10px 0;
      margin-left: -15px;
      margin-right: -15px;
      width: calc(100% + 30px); } }
  .search-results.articles-list .people, .people-list.is-style-cards .people {
    display: flex;
    align-items: center;
    flex-direction: row;
    background: rgba(196, 207, 218, 0.2);
    padding: 20px 15px 0 15px;
    flex: 0 0 calc(25% - 30px); }
    @media only screen and (max-width: 1500px) {
      .search-results.articles-list .people, .people-list.is-style-cards .people {
        flex: 0 0 calc(33.33% - 30px); } }
    @media (min-width: 0) and (max-width: 64em) {
      .search-results.articles-list .people, .people-list.is-style-cards .people {
        flex: 0 0 calc(50% - 30px); } }
    @media (min-width: 0em) and (max-width: 48em) {
      .search-results.articles-list .people, .people-list.is-style-cards .people {
        flex: 1 1 100%; } }
    .search-results.articles-list .people p a.email, .people-list.is-style-cards .people p a.email {
      font-size: 35px; }
    .search-results.articles-list .people .img, .people-list.is-style-cards .people .img {
      flex: 0 0 130px;
      height: 130px;
      margin-right: 15px; }
      .search-results.articles-list .people .img img, .people-list.is-style-cards .people .img img {
        object-fit: cover;
        width: 100%;
        height: 100%; }
    .search-results.articles-list .people .details, .people-list.is-style-cards .people .details {
      flex: 1 1 auto;
      margin: 0;
      max-width: 100%; }

.search-results.articles-list .people {
  flex: 0 0 calc(33.33% - 60px); }
  .search-results.articles-list .people .title {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    padding-bottom: 20px; }
  .search-results.articles-list .people h5 {
    font-size: 20px;
    margin-bottom: 20px; }
    .search-results.articles-list .people h5 + .title {
      margin-top: -15px; }
  @media (min-width: 0) and (max-width: 76.5em) {
    .search-results.articles-list .people {
      flex: 0 0 calc(33.33% - 30px);
      margin-bottom: 30px; } }
  @media (min-width: 0) and (max-width: 64em) {
    .search-results.articles-list .people {
      flex: 1 100%; } }

@media (min-width: 0em) and (max-width: 48em) {
  .search-results.articles-list .people, .search-results.articles-list .article {
    margin: 0 !important; } }

.locations-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  width: calc(100% + 30px);
  margin: 0 0 60px 0; }
  .locations-list .location-tab {
    display: none;
    background: rgba(196, 207, 218, 0.2);
    font-size: 18px;
    color: #404A52;
    font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    padding: 10px 60px 10px 20px;
    width: 100%;
    position: relative;
    cursor: pointer; }
    .locations-list .location-tab:after {
      content: '';
      position: absolute;
      right: 20px;
      top: 50%;
      transform: translateY(-50%) rotate(90deg);
      background: url(../images/mobile-nav-arrow.png) right center no-repeat;
      background-size: contain;
      width: 24px;
      height: 24px; }
    @media (min-width: 0em) and (max-width: 48em) {
      .locations-list .location-tab {
        display: block; } }
  @media (min-width: 0em) and (max-width: 48em) {
    .locations-list {
      gap: 10px 0;
      margin-left: -15px;
      margin-right: -15px;
      width: calc(100% + 30px); } }

@media (min-width: 0em) and (max-width: 48em) {
  .location-tab + .location {
    margin-top: -10px;
    display: none; } }

@media (min-width: 0em) and (max-width: 48em) {
  .location-tab.active {
    background-color: #542265;
    color: #ffffff; }
    .location-tab.active:after {
      transform: translateY(-50%) rotate(90deg) scale(-1); }
    .location-tab.active + .location {
      display: flex;
      flex-direction: row; } }

@media only screen and (max-width: 500px) {
  .location-tab.active + .location {
    display: flex;
    flex-direction: column; }
    .location-tab.active + .location .img {
      margin: 0 auto; }
    .location-tab.active + .location .details {
      max-width: 240px; } }

.location {
  display: flex;
  flex-direction: column;
  background: rgba(196, 207, 218, 0.2);
  padding: 20px 15px 20px 15px;
  flex: 0 0 calc(25% - 30px); }
  @media only screen and (max-width: 1300px) {
    .location {
      flex: 0 0 calc(33.33% - 30px); } }
  @media (min-width: 0) and (max-width: 64em) {
    .location {
      flex: 0 0 calc(50% - 30px); } }
  @media (min-width: 0em) and (max-width: 48em) {
    .location {
      flex: 1 1 100%;
      display: flex;
      align-items: center;
      background: rgba(196, 207, 218, 0.2);
      padding: 20px 15px 20px 15px; } }
  .location:first-child {
    margin-left: auto; }
  .location:last-child {
    margin-right: auto; }
    @media (min-width: 0em) and (max-width: 48em) {
      .location:last-child {
        margin-bottom: 30px; } }
  .location:first-child:nth-last-child(n + 5):first-child, .location li:first-child:nth-last-child(n + 5) ~ .people:first-child {
    margin-left: 0; }
  .location:first-child:nth-last-child(n + 5):last-child, .location li:first-child:nth-last-child(n + 5) ~ .people:last-child {
    margin-right: 0; }
  .location .img {
    display: block;
    width: 100%;
    max-width: 200px;
    background: rgba(99, 111, 121, 0.4);
    border-radius: 50%;
    flex: 0 0 200px;
    margin: 0 auto; }
    @media (min-width: 48.063em) and (max-width: 76.5em) {
      .location .img {
        flex: 0 0 130px; } }
    .location .img .empty {
      padding-bottom: 100%; }
    .location .img img {
      border-radius: 50%; }
    @media (min-width: 0em) and (max-width: 48em) {
      .location .img {
        flex: 0 0 130px;
        margin-right: 15px; } }
  .location .details {
    flex: 1 1 auto;
    margin: 0 auto;
    max-width: 240px;
    width: 100%;
    padding: 25px 0 0 0; }
    @media (min-width: 0em) and (max-width: 48em) {
      .location .details {
        max-width: 100%; } }
  .location .img {
    text-align: center; }
    .location .img img {
      width: 100%;
      margin: 0 auto; }
  .location h5 {
    font-size: 26px;
    margin: 0 0 5px 0;
    font-weight: 500; }
    @media (min-width: 0em) and (max-width: 48em) {
      .location h5 {
        font-size: 18px; } }
    .location h5 a {
      color: #094464;
      font-weight: 700;
      font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      text-decoration: none !important; }
  .location p {
    margin: 0 0 15px 0;
    font-size: 16px; }
    .location p a i {
      vertical-align: -0.1em; }
    .location p a:hover {
      text-decoration: none;
      color: #404A52; }
    .location p a[href*="tel"] {
      color: #404A52; }
    .location p a.email {
      color: #404A52;
      font-size: 40px;
      line-height: 1;
      text-decoration: none !important;
      vertical-align: -0.2em;
      position: relative;
      padding-left: 30px; }
      @media (min-width: 0em) and (max-width: 48em) {
        .location p a.email {
          font-size: 35px; } }
      .location p a.email:before {
        content: '';
        position: absolute;
        left: 10px;
        top: 10px;
        height: calc(100% - 20px);
        border-left: 1px solid #404A52; }
      .location p a.email:hover {
        color: #542265;
        text-decoration: none !important; }

.map-container {
  display: flex;
  margin: 0 0 60px 0;
  justify-content: space-between; }
  @media (min-width: 0em) and (max-width: 48em) {
    .map-container {
      display: block; } }
  .map-container .map {
    flex: 0 0 400px;
    transition: all ease 0.6s;
    text-align: center; }
    .map-container .map a.small, .map-container .map .mobile-message {
      display: none; }
    .map-container .map a:not(.btn) i {
      vertical-align: -0.1em; }
    .map-container .map a:not(.btn):hover {
      text-decoration: none;
      color: #404A52; }
    @media (min-width: 0em) and (max-width: 48em) {
      .map-container .map {
        position: fixed;
        z-index: 20;
        background: #ffffff;
        left: 0;
        bottom: 0;
        width: 100%;
        height: calc(100vh - 200px);
        border-radius: 43px 43px 0 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 40px 20px 20px 20px;
        transform: translateY(100%); }
        .map-container .map .small, .map-container .map .large {
          display: none !important; }
        .map-container .map img {
          width: 100%; }
        .map-container .map .mobile-message {
          display: block; } }
  .map-container .intro {
    flex: 1 1 auto;
    max-width: 700px;
    padding-right: 60px; }
    .map-container .intro .view-mobile {
      display: none; }
      @media (min-width: 0em) and (max-width: 48em) {
        .map-container .intro .view-mobile {
          display: block; } }
    @media (min-width: 0em) and (max-width: 48em) {
      .map-container .intro {
        padding-right: 0; } }
  .map-container.open {
    flex-wrap: wrap; }
    .map-container.open .map {
      flex: 0 0 100%;
      text-align: center; }
      .map-container.open .map a.small {
        display: inline-block; }
      .map-container.open .map a.large {
        display: none; }
  @media (min-width: 0em) and (max-width: 48em) {
    .map-container.open .map {
      transform: translateY(0); } }

.main-hero .people-list {
  width: 100% !important;
  margin-bottom: 0;
  flex-wrap: nowrap; }
  @media only screen and (max-width: 1500px) {
    .main-hero .people-list {
      max-width: 80%; } }
  @media only screen and (max-width: 1250px) {
    .main-hero .people-list {
      flex-wrap: wrap; } }
  @media (min-width: 0) and (max-width: 64em) {
    .main-hero .people-list {
      margin-bottom: 30px; } }
  @media (min-width: 0em) and (max-width: 48em) {
    .main-hero .people-list {
      max-width: 100%;
      flex-wrap: wrap;
      margin-bottom: 0; } }
  .main-hero .people-list .people {
    display: flex;
    align-items: center;
    flex: 1 1 auto; }
    .main-hero .people-list .people:first-child {
      margin-left: 0; }
    .main-hero .people-list .people:last-child {
      margin-right: 0; }
    .main-hero .people-list .people .img {
      flex: 0 0 130px;
      margin: 0 15px 0 0; }
    .main-hero .people-list .people .details {
      flex: 1 1 auto;
      margin: 0;
      max-width: 100%; }
    .main-hero .people-list .people a {
      text-decoration: none; }
      .main-hero .people-list .people a:hover {
        text-decoration: underline; }

.featured-article {
  display: flex;
  gap: 0 60px; }
  @media (min-width: 0) and (max-width: 64em) {
    .featured-article {
      display: block; } }
  .featured-article h2, .featured-article h3, .featured-article h4 {
    text-transform: none;
    flex: 0 0 50%; }
    .featured-article h2 a, .featured-article h3 a, .featured-article h4 a {
      text-decoration: none !important; }
      .featured-article h2 a:hover, .featured-article h3 a:hover, .featured-article h4 a:hover {
        text-decoration: underline !important; }
  .featured-article > p {
    flex: 1 1 auto; }

.pagination {
  margin-bottom: 100px; }
  .pagination .nav-links {
    display: flex;
    justify-content: flex-end;
    align-items: center; }
    @media (min-width: 0) and (max-width: 64em) {
      .pagination .nav-links {
        justify-content: center;
        flex-wrap: wrap; } }
    .pagination .nav-links > span, .pagination .nav-links > a {
      font-size: 18px;
      padding: 0;
      width: 32px;
      height: 32px;
      line-height: 32px;
      text-align: center;
      font-weight: 700; }
      .pagination .nav-links > span.current, .pagination .nav-links > a.current {
        background: #542265;
        border-radius: 50%;
        color: #ffffff; }
    .pagination .nav-links .prev, .pagination .nav-links .next {
      width: auto;
      height: auto; }
      .pagination .nav-links .prev:before, .pagination .nav-links .prev:after, .pagination .nav-links .next:before, .pagination .nav-links .next:after {
        background: none;
        color: #404A52;
        margin: 0; }

.stats {
  display: flex;
  gap: 30px 60px;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 0 60px 0; }
  .stats .stat {
    width: 250px;
    background: #542265;
    border-radius: 50%; }
    .stats .stat .stat-int {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 15px; }
      .stats .stat .stat-int:after {
        content: '';
        padding-bottom: 100%; }
    .stats .stat p {
      text-align: center;
      font-size: 22px;
      color: #ffffff; }
      @media (min-width: 0em) and (max-width: 48em) {
        .stats .stat p {
          font-size: 20px; } }
      .stats .stat p span {
        font-size: 42px;
        display: block; }
        @media (min-width: 0em) and (max-width: 48em) {
          .stats .stat p span {
            font-size: 38px; } }

.acoordion-block {
  margin: 0 auto 60px auto;
  max-width: 900px;
  clear: both; }

.single-bio .acoordion-block .expanded-content ul li {
  padding-left: 0; }
  .single-bio .acoordion-block .expanded-content ul li:before {
    display: none; }

.is-style-has-callout img[style*="float: right"] {
  margin: 0 0 25px 25px; }

.wp-block-column .acoordion-block {
  max-width: 100%; }
  .wp-block-column .acoordion-block:last-child {
    margin-bottom: 0; }

.expandable-content {
  margin: 0 0 30px 0; }
  .expandable-content > div:not(.block-editor-inner-blocks), .expandable-content .wp-block-acf-accordion-content {
    margin: 0;
    padding: 25px 0 25px 0;
    border-bottom: 1px solid #636F79;
    position: relative; }
    .expandable-content > div:not(.block-editor-inner-blocks):first-child, .expandable-content .wp-block-acf-accordion-content:first-child {
      border-top: 1px solid #636F79; }
    .expandable-content > div:not(.block-editor-inner-blocks).expanded a.title:after, .expandable-content > div:not(.block-editor-inner-blocks).is-selected a.title:after, .expandable-content > div:not(.block-editor-inner-blocks).has-child-selected a.title:after, .expandable-content .wp-block-acf-accordion-content.expanded a.title:after, .expandable-content .wp-block-acf-accordion-content.is-selected a.title:after, .expandable-content .wp-block-acf-accordion-content.has-child-selected a.title:after {
      transform: translateY(-50%) rotate(-180deg); }
    .expandable-content > div:not(.block-editor-inner-blocks) a.title, .expandable-content .wp-block-acf-accordion-content a.title {
      font-family: "Overpass", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      color: #094464;
      text-transform: uppercase;
      font-size: 28px;
      line-height: 1.1;
      border: 0;
      padding: 0 60px 0 0;
      text-decoration: none;
      position: relative;
      display: block;
      width: 100%;
      text-decoration: none !important; }
      @media (min-width: 0em) and (max-width: 48em) {
        .expandable-content > div:not(.block-editor-inner-blocks) a.title, .expandable-content .wp-block-acf-accordion-content a.title {
          font-size: 20px; } }
      .expandable-content > div:not(.block-editor-inner-blocks) a.title:after, .expandable-content .wp-block-acf-accordion-content a.title:after {
        content: "";
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: "icon" !important;
        speak: never;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        right: 20px;
        top: 50%;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: #542265;
        border-radius: 50%;
        color: #ffffff;
        font-size: 20px;
        text-align: center;
        transform: translateY(-50%);
        transition: all ease 0.3s; }
      .expandable-content > div:not(.block-editor-inner-blocks) a.title:hover, .expandable-content .wp-block-acf-accordion-content a.title:hover {
        text-decoration: none; }
    .expandable-content > div:not(.block-editor-inner-blocks) .expanded-content, .expandable-content .wp-block-acf-accordion-content .expanded-content {
      padding: 25px 0 0 0;
      display: none; }
      .expandable-content > div:not(.block-editor-inner-blocks) .expanded-content *:last-child, .expandable-content .wp-block-acf-accordion-content .expanded-content *:last-child {
        margin-bottom: 0; }

.single-bio .expandable-content > div:not(.block-editor-inner-blocks) a.title, .wp-block-acf-accordion-content a.title {
  font-size: 32px; }
  @media (min-width: 0em) and (max-width: 48em) {
    .single-bio .expandable-content > div:not(.block-editor-inner-blocks) a.title, .wp-block-acf-accordion-content a.title {
      font-size: 24px; } }

.filter-right {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  @media (min-width: 0em) and (max-width: 48em) {
    .filter-right {
      display: block;
      margin-bottom: 30px; } }
  .filter-right div a {
    text-transform: uppercase;
    font-family: "Overpass", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: 700;
    margin-left: 25px; }
    @media (min-width: 0em) and (max-width: 48em) {
      .filter-right div a {
        margin: 0 25px 0 0; } }
    .filter-right div a:before {
      content: '';
      width: 30px;
      height: 30px;
      border-radius: 50%;
      border: 1px solid #542265;
      display: inline-block;
      margin-right: 10px;
      vertical-align: middle; }
    .filter-right div a:hover:before, .filter-right div a.active:before {
      background: #542265; }

#cookie-notice {
  background: #636F79 !important; }
  #cookie-notice .cn-button:not(.cn-button-custom) {
    background: #542265 !important; }

.page-wrap button, .btn, .page-wrap input[type="button"], .wp-block-button .wp-block-button__link {
  background: #542265;
  border: 0 solid #542265;
  border-radius: 43px;
  color: #ffffff;
  font-family: "Lato", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif !important;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  text-decoration: none;
  text-align: center;
  padding: 15px 45px 15px 45px;
  margin: 0 10px 20px 0;
  transition: all 200ms ease-out;
  display: inline-block;
  box-shadow: none;
  text-transform: uppercase;
  cursor: pointer; }
  .page-wrap button:only-child, .btn:only-child, .page-wrap input[type="button"]:only-child, .wp-block-button .wp-block-button__link:only-child {
    margin-right: 0;
    margin-bottom: 0; }
  .page-wrap button:hover, .btn:hover, .page-wrap input[type="button"]:hover, .wp-block-button .wp-block-button__link:hover {
    background-color: #441c52;
    color: #ffffff;
    text-decoration: none; }
  .page-wrap button.is-style-grey, .btn.is-style-grey, .page-wrap input[type="button"].is-style-grey, .wp-block-button .wp-block-button__link.is-style-grey {
    background-color: #636F79; }
    .page-wrap button.is-style-grey:hover, .btn.is-style-grey:hover, .page-wrap input[type="button"].is-style-grey:hover, .wp-block-button .wp-block-button__link.is-style-grey:hover {
      background-color: #58626b; }
  .page-wrap button.is-style-white, .btn.is-style-white, .page-wrap input[type="button"].is-style-white, .wp-block-button .wp-block-button__link.is-style-white {
    background-color: #ffffff;
    border: 1px solid #404A52;
    color: #404A52; }
    .page-wrap button.is-style-white:hover, .btn.is-style-white:hover, .page-wrap input[type="button"].is-style-white:hover, .wp-block-button .wp-block-button__link.is-style-white:hover {
      background-color: #636F79;
      border-color: #636F79;
      color: #ffffff; }
  .page-wrap button.is-style-arrow, .btn.is-style-arrow, .page-wrap input[type="button"].is-style-arrow, .wp-block-button .wp-block-button__link.is-style-arrow {
    background: none;
    padding: 0;
    color: #542265;
    position: relative;
    padding-right: 50px;
    margin-bottom: 15px;
    text-align: left; }
    @media (min-width: 0em) and (max-width: 48em) {
      .page-wrap button.is-style-arrow, .btn.is-style-arrow, .page-wrap input[type="button"].is-style-arrow, .wp-block-button .wp-block-button__link.is-style-arrow {
        font-size: 14px; } }
    .page-wrap button.is-style-arrow:after, .btn.is-style-arrow:after, .page-wrap input[type="button"].is-style-arrow:after, .wp-block-button .wp-block-button__link.is-style-arrow:after {
      content: "";
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "icon" !important;
      speak: never;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: absolute;
      right: 10px;
      top: 50%;
      transform: translateY(-50%);
      width: 50px;
      height: 50px;
      line-height: 50px;
      border-radius: 50%;
      font-size: 20px;
      background: rgba(196, 207, 218, 0.2);
      text-align: center;
      transition: all ease 0.3s; }
    .page-wrap button.is-style-arrow:hover, .btn.is-style-arrow:hover, .page-wrap input[type="button"].is-style-arrow:hover, .wp-block-button .wp-block-button__link.is-style-arrow:hover {
      text-decoration: none !important; }
      .page-wrap button.is-style-arrow:hover:after, .btn.is-style-arrow:hover:after, .page-wrap input[type="button"].is-style-arrow:hover:after, .wp-block-button .wp-block-button__link.is-style-arrow:hover:after {
        right: 0; }
  @media (min-width: 0em) and (max-width: 48em) {
    .page-wrap button, .btn, .page-wrap input[type="button"], .wp-block-button .wp-block-button__link {
      font-size: 16px; } }

@media (min-width: 0em) and (max-width: 48em) {
  .page-wrap button:not(.is-style-arrow):not(.slick-next):not(.slick-prev), .btn:not(.is-style-arrow):not(.slick-next):not(.slick-prev), .page-wrap input[type="button"]:not(.is-style-arrow):not(.slick-next):not(.slick-prev) {
    padding: 15px 25px 15px 25px;
    width: 100%;
    max-width: 300px; } }

.wp-block-button.is-style-grey .wp-block-button__link {
  background-color: #636F79; }
  .wp-block-button.is-style-grey .wp-block-button__link:hover {
    background-color: #58626b; }

.wp-block-button.is-style-white .wp-block-button__link {
  background-color: #ffffff;
  border: 1px solid #404A52;
  color: #404A52; }
  .wp-block-button.is-style-white .wp-block-button__link:hover {
    background-color: #636F79;
    border-color: #636F79;
    color: #ffffff; }

.wp-block-button.is-style-arrow .wp-block-button__link {
  background: none;
  padding: 0;
  color: #542265;
  position: relative;
  padding-right: 50px;
  margin-bottom: 15px;
  text-align: left; }
  @media (min-width: 0em) and (max-width: 48em) {
    .wp-block-button.is-style-arrow .wp-block-button__link {
      font-size: 14px; } }
  .wp-block-button.is-style-arrow .wp-block-button__link:after {
    content: "";
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    font-size: 20px;
    background: rgba(196, 207, 218, 0.2);
    text-align: center;
    transition: all ease 0.3s; }
  .wp-block-button.is-style-arrow .wp-block-button__link:hover {
    text-decoration: none !important; }
    .wp-block-button.is-style-arrow .wp-block-button__link:hover:after {
      right: 0; }

.wp-block-buttons {
  margin-bottom: 15px; }
  .wp-block-buttons .wp-block-button {
    margin: 0 15px 15px 0 !important; }
    .wp-block-buttons .wp-block-button:only-child {
      margin-right: 0 !important; }
    .wp-block-buttons .wp-block-button .wp-block-button__link {
      margin: 0; }
    @media (min-width: 0em) and (max-width: 48em) {
      .wp-block-buttons .wp-block-button:not(.is-style-arrow) {
        width: 100%; }
      .wp-block-buttons .wp-block-button .wp-block-button__link {
        width: 100%;
        max-width: 300px; } }

.date {
  font-size: 22px;
  font-weight: 700;
  text-decoration: none; }

.relevanssi-live-search-results .relevanssi-live-search-no-results {
  padding-top: 10px;
  margin: 0;
  font-size: 22px; }

.relevanssi-live-search-results .relevanssi-live-search-didyoumean {
  font-size: 22px;
  padding-top: 5px; }

.relevanssi-live-search-results .relevanssi-live-search-result p {
  font-size: 18px; }
  .relevanssi-live-search-results .relevanssi-live-search-result p a {
    color: #094464; }

.relevanssi-live-search-results .relevanssi-live-search-result-status {
  display: none; }
  .relevanssi-live-search-results .relevanssi-live-search-result-status p {
    font-size: 22px; }

[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
  position: absolute;
  left: -9999px; }

[type="checkbox"]:not(:checked) + label, [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 30px;
  cursor: pointer; }

[type="checkbox"]:not(:checked) + label:before, [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background: #ffffff;
  border: none;
  border-radius: 50%; }

[type="checkbox"]:checked + label:before {
  background: #ffffff; }

[type="checkbox"]:not(:checked) + label:after, [type="checkbox"]:checked + label:after {
  content: '\f21b';
  font-family: "Ionicons";
  position: absolute;
  top: 5px;
  left: 6px;
  line-height: 100%;
  font-size: 10px;
  transition: all .2s;
  color: #000000;
  font-weight: 300; }

[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0); }

[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1); }

[type="checkbox"]:disabled:not(:checked) + label:before, [type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd; }

[type="checkbox"]:disabled:checked + label:after {
  color: #999; }

[type="checkbox"]:disabled + label {
  color: #aaa; }

[type="checkbox"]:checked:focus + label:before, [type="checkbox"]:not(:checked):focus + label:before {
  border: 0;
  border: none; }

/* responsive video */
.embed-container, .wp-block-embed__wrapper {
  height: 0;
  width: 100%;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
  margin: 15px 0; }
  .embed-container object, .embed-container iframe, .wp-block-embed__wrapper object, .wp-block-embed__wrapper iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }

.print-only {
  display: none; }

.practices-print-only {
  display: none; }

@media print {
  .mobile-nav, .navigation, .search, .site-footer, #cookie-notice, .phone i, .is-style-no-print, #stay-connected, .social-area, .page-nav, a.more,
  #related-insights, #related-service, #firm-news {
    display: none !important; }
  @page {
    margin-top: 80px;
    margin-bottom: 55px; }
  .print-only, .practices-print-only, .more-content {
    display: block; }
  a[href]:after {
    content: none !important; }
  .page-wrap main, .content-with-side-image .wrapper {
    display: block; }
  p {
    margin: 0 0 15px 0; }
  .site-header {
    box-shadow: none !important;
    position: relative; }
    .site-header .wrapper {
      padding: 0; }
    .site-header .logo {
      padding-top: 0; }
  .single-bio .site-header .logo {
    padding-left: 15px; }
  .frame-fp-block {
    display: block !important;
    background: none !important; }
    .frame-fp-block .wrapper {
      padding: 0 !important; }
    .frame-fp-block:before, .frame-fp-block:after {
      display: none; }
  .single-bio .frame-fp-block .wrapper {
    padding-left: 15px !important;
    padding-right: 15px !important; }
    .single-bio .frame-fp-block .wrapper .wp-block-columns {
      display: table !important; }
      .single-bio .frame-fp-block .wrapper .wp-block-columns .wp-block-column {
        display: table-cell; }
        .single-bio .frame-fp-block .wrapper .wp-block-columns .wp-block-column:last-child {
          width: 300px;
          padding: 0 0 0 30px; }
        .single-bio .frame-fp-block .wrapper .wp-block-columns .wp-block-column:first-child {
          padding: 0 30px 0 0; }
        .single-bio .frame-fp-block .wrapper .wp-block-columns .wp-block-column h5 {
          margin: 0 0 10px 0;
          font-size: 11px; }
          .single-bio .frame-fp-block .wrapper .wp-block-columns .wp-block-column h5:not(:first-child) {
            margin-top: 25px; }
        .single-bio .frame-fp-block .wrapper .wp-block-columns .wp-block-column p {
          margin: 0 0 10px 0; }
      .single-bio .frame-fp-block .wrapper .wp-block-columns img {
        max-width: 150px; }
  .content-with-side-image.is-style-bio {
    margin: 0 0 30px 0 !important; }
  .content-with-side-image.is-style-bio .wrapper {
    display: table;
    padding: 0; }
    .content-with-side-image.is-style-bio .wrapper .blurb {
      display: table-cell;
      background: #094464;
      padding: 20px;
      vertical-align: middle; }
      .content-with-side-image.is-style-bio .wrapper .blurb h1 {
        color: #ffffff;
        font-size: 20px; }
        .content-with-side-image.is-style-bio .wrapper .blurb h1 sub {
          font-size: 9px; }
      .content-with-side-image.is-style-bio .wrapper .blurb p.title {
        color: #ffffff;
        font-size: 11px; }
      .content-with-side-image.is-style-bio .wrapper .blurb .contact *, .content-with-side-image.is-style-bio .wrapper .blurb .contact a {
        color: #ffffff !important;
        font-size: 9px !important; }
      .content-with-side-image.is-style-bio .wrapper .blurb .contact h5 {
        display: none; }
      .content-with-side-image.is-style-bio .wrapper .blurb .contact-area {
        display: table !important; }
        .content-with-side-image.is-style-bio .wrapper .blurb .contact-area .contact, .content-with-side-image.is-style-bio .wrapper .blurb .contact-area .practices {
          background: none;
          padding-top: 0;
          padding-bottom: 0; }
          .content-with-side-image.is-style-bio .wrapper .blurb .contact-area .contact .phone, .content-with-side-image.is-style-bio .wrapper .blurb .contact-area .practices .phone {
            display: table;
            margin: 0 !important; }
            .content-with-side-image.is-style-bio .wrapper .blurb .contact-area .contact .phone span, .content-with-side-image.is-style-bio .wrapper .blurb .contact-area .practices .phone span {
              display: table-cell; }
              .content-with-side-image.is-style-bio .wrapper .blurb .contact-area .contact .phone span strong, .content-with-side-image.is-style-bio .wrapper .blurb .contact-area .practices .phone span strong {
                display: inline-block !important; }
          .content-with-side-image.is-style-bio .wrapper .blurb .contact-area .contact .address, .content-with-side-image.is-style-bio .wrapper .blurb .contact-area .practices .address {
            order: -1; }
          .content-with-side-image.is-style-bio .wrapper .blurb .contact-area .contact .mail, .content-with-side-image.is-style-bio .wrapper .blurb .contact-area .practices .mail {
            margin: 0; }
            .content-with-side-image.is-style-bio .wrapper .blurb .contact-area .contact .mail a:not(.email), .content-with-side-image.is-style-bio .wrapper .blurb .contact-area .practices .mail a:not(.email) {
              display: none; }
            .content-with-side-image.is-style-bio .wrapper .blurb .contact-area .contact .mail a.email, .content-with-side-image.is-style-bio .wrapper .blurb .contact-area .practices .mail a.email {
              display: block; }
              .content-with-side-image.is-style-bio .wrapper .blurb .contact-area .contact .mail a.email i, .content-with-side-image.is-style-bio .wrapper .blurb .contact-area .practices .mail a.email i {
                display: none; }
              .content-with-side-image.is-style-bio .wrapper .blurb .contact-area .contact .mail a.email:before, .content-with-side-image.is-style-bio .wrapper .blurb .contact-area .practices .mail a.email:before {
                display: block !important;
                content: attr(data-email);
                color: #ffffff;
                font-size: 9px;
                font-weight: 700; }
        .content-with-side-image.is-style-bio .wrapper .blurb .contact-area .practices {
          display: none; }
    .content-with-side-image.is-style-bio .wrapper .img {
      display: table-cell;
      width: 300px;
      text-align: right; }
      .content-with-side-image.is-style-bio .wrapper .img .img-bg {
        display: none; }
  .content-with-side-image.is-style-no-print, .frame-fp-block.is-style-no-print {
    display: none !important; }
  .single-bio .wp-block-columns.is-style-has-callout p, .single-bio .wp-block-columns.is-style-has-callout li, .single-bio .wp-block-columns.is-style-has-callout span {
    font-size: 9px !important; }
  .practices-print-only a {
    color: #404A52; }
  .expandable-content {
    margin: 50px 0 0 0 !important; }
    .expandable-content > div {
      border: 0 !important;
      padding: 0 0 20px 0 !important; }
      .expandable-content > div .title {
        font-size: 12px !important; }
        .expandable-content > div .title:after {
          display: none; }
      .expandable-content > div .expanded-content {
        display: block !important;
        padding: 0 0 1px 0 !important;
        margin: 0 !important; }
        .expandable-content > div .expanded-content p {
          margin: 0 0 10px 0; }
  .main-hero[class*="background-color"] {
    background: none !important;
    display: block !important; }
    .main-hero[class*="background-color"] *:not(input):not(textarea):not(select):not(a) {
      color: #404A52; }
    .main-hero[class*="background-color"] ul li:before {
      background: #404A52; }
    .main-hero[class*="background-color"] a:not(.btn):not(.wp-block-button__link) {
      color: #404A52;
      text-decoration: underline; }
    .main-hero[class*="background-color"] .blurb {
      background: none !important;
      padding: 0; }
      .main-hero[class*="background-color"] .blurb h5 {
        color: #542265;
        font-size: 12px;
        margin: 0 0 10px 0; }
      .main-hero[class*="background-color"] .blurb h1, .main-hero[class*="background-color"] .blurb h2, .main-hero[class*="background-color"] .blurb h3 {
        font-size: 36px;
        margin: 0 0 10px 0;
        color: #094464 !important; }
      .main-hero[class*="background-color"] .blurb .date {
        font-size: 11px;
        margin: 0 0 25px 0; }
      .main-hero[class*="background-color"] .blurb p {
        font-size: 9px; }
      .main-hero[class*="background-color"] .blurb .wp-block-buttons, .main-hero[class*="background-color"] .blurb .wp-block-button {
        display: none; }
    .main-hero[class*="background-color"] .img {
      display: none; }
    .main-hero[class*="background-color"] .people-list .people {
      background: none;
      padding: 0;
      display: block; }
      .main-hero[class*="background-color"] .people-list .people *:not(input):not(textarea):not(select):not(a) {
        color: #404A52; }
      .main-hero[class*="background-color"] .people-list .people ul li:before {
        background: #404A52; }
      .main-hero[class*="background-color"] .people-list .people a:not(.btn):not(.wp-block-button__link) {
        color: #404A52;
        text-decoration: underline; }
      .main-hero[class*="background-color"] .people-list .people a {
        color: #404A52 !important; }
      .main-hero[class*="background-color"] .people-list .people .img {
        display: none; }
      .main-hero[class*="background-color"] .people-list .people .details p:not(.title) {
        display: none; }
  .main-hero + .wp-block-columns.is-style-has-callout {
    padding: 0;
    margin: 0 !important; }
    .main-hero + .wp-block-columns.is-style-has-callout .wp-block-column:nth-child(2) figure:first-child {
      display: none; }
    .main-hero + .wp-block-columns.is-style-has-callout .wp-block-column {
      padding: 0;
      margin: 0; }
      .main-hero + .wp-block-columns.is-style-has-callout .wp-block-column p, .main-hero + .wp-block-columns.is-style-has-callout .wp-block-column li, .main-hero + .wp-block-columns.is-style-has-callout .wp-block-column td, .main-hero + .wp-block-columns.is-style-has-callout .wp-block-column span {
        font-size: 9px !important; }
  main > div {
    padding: 0 !important; }
  #overview {
    margin: 0 0 25px 0; }
    #overview p, #overview li, #overview td, #overview span {
      font-size: 9px; }
    #overview h2, #overview h3, #overview h4 {
      font-size: 14px; }
    #overview ul li:before {
      top: 5px; }
    #overview ul li {
      margin: 0 0 5px 0; }
    #overview .wp-block-columns {
      display: block;
      gap: 0; }
      #overview .wp-block-columns .wp-block-column + .wp-block-column ul:first-child {
        margin-top: -25px; }
  #related-attorneys h2 {
    font-size: 14px; }
  #related-attorneys .btn {
    display: none; }
  #related-attorneys .people-list {
    display: block; }
    #related-attorneys .people-list .people {
      display: block;
      background: none;
      width: 25%;
      max-width: 200px;
      margin-right: 25px;
      float: left;
      break-inside: avoid; }
      #related-attorneys .people-list .people:nth-child(3n+1) {
        clear: both; }
      #related-attorneys .people-list .people .img {
        max-width: 100px;
        margin-left: 0; }
      #related-attorneys .people-list .people h5 {
        font-size: 12px; }
      #related-attorneys .people-list .people p {
        font-size: 9px;
        margin: 0 0 10px 0; }
      #related-attorneys .people-list .people p a {
        color: #404A52; }
      #related-attorneys .people-list .people a.email {
        display: block; }
        #related-attorneys .people-list .people a.email i {
          display: none; }
        #related-attorneys .people-list .people a.email:before {
          display: block !important;
          content: attr(data-email);
          color: #542265;
          font-size: 9px;
          font-weight: 700; } }

.rlv-has-spinner {
  border: 8px solid #542265 !important; }

.rlv-has-spinner::after {
  background: #90629B !important; }

