/*
Theme Name: White Crane Construction 1.1.1
Theme URI: 
Author: Bret Hummel
Author URI: http://brethummel.com/
Description: Custom theme developed for White Crane Construction
Version: 1.1.1
*/

/* Don't use this file. Make edits to files in 'sass/stylesheets/' and everything will compile at runtime. */
/* compiled by scssphp 1.3 on Mon, 22 Jun 2026 02:42:37 +0000 (0.4139s) */

@charset "UTF-8";
/* set the overriding variables */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

:root {
  --spr-tempo: clamp(38px, 12vw, 65px);
  --spr-beat: 0.7;
  --spr-breath: 1;
  --spr-rest: 1.25; }

header {
  background-color: white;
  height: 130px;
  position: relative;
  z-index: 20; }
@media (max-width: 575.98px) {
  header {
    height: 110px; } }
body.home header {
  position: absolute !important;
  top: 0px !important;
  left: 0px;
  width: 100%;
  background-color: transparent !important; }
header.fixed {
  position: sticky;
  top: 0px;
  left: 0px;
  width: 100%;
  transition: background-color 0.2s; }
header > .container {
  height: 100%; }
  header > .container > .row {
    height: 100%; }
header .hamburger {
  position: absolute;
  right: 0px;
  padding-right: 25px; }
@media (max-width: 359.98px) {
  header .hamburger {
    padding-right: 20px; } }
header .hamburger .hamburger-container {
  position: relative;
  cursor: pointer;
  height: 40px;
  width: 45px;
  margin: 0px 0px 2px auto;
  transition: margin-top 300ms ease-in; }
  header .hamburger .hamburger-container .line {
    position: absolute;
    width: 38px;
    height: 3px;
    background-color: #576781;
    margin-bottom: 7px;
    margin-left: 0px;
    left: 0px;
    transition: top 300ms ease-in, left 300ms ease-in, background-color 300ms, opacity 300ms, transform 300ms ease-in; }
    header .hamburger .hamburger-container .line.top {
      top: 5px; }
    header .hamburger .hamburger-container .line.middle {
      top: 17px; }
    header .hamburger .hamburger-container .line.bottom {
      top: 29px; }
header.menu-open .hamburger-container {
  height: 40px; }
  header.menu-open .hamburger-container .line.top {
    transform: rotate(-43deg);
    top: 17px;
    z-index: 10; }
  header.menu-open .hamburger-container .line.middle {
    margin-left: 0px !important;
    z-index: 1;
    opacity: 0;
    top: 0px;
    left: 0px; }
  header.menu-open .hamburger-container .line.bottom {
    transform: rotate(43deg);
    top: 17px;
    z-index: 10; }
header .logo img, header .logo svg {
  height: 65px;
  width: auto; }
  header .logo img rect, header .logo img path, header .logo img polygon, header .logo svg rect, header .logo svg path, header .logo svg polygon {
    fill: #000000; }
@media (max-width: 575.98px) {
  header .logo img, header .logo svg {
    height: 60px;
    width: auto; } }
header .main-menu {
  text-align: right;
  padding-top: 20px; }
@media (min-width: 992px) {
  header .main-menu {
    display: block !important; } }
header .main-menu > ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  font-size: 0px; }
@media (max-width: 991.98px) {
  header .main-menu > ul {
    /*margin: 40px 0px 50px 0px;*/ } }
header .main-menu > ul > li {
  position: relative;
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 15.5px;
  letter-spacing: 0.05em;
  margin: 0px 13px; }
@media (min-width: 992px) and (max-width: 1199.98px) {
  header .main-menu > ul > li {
    margin: 0px 11px; } }
header .main-menu > ul > li:first-child {
  margin-left: 0px; }
header .main-menu > ul > li:last-child {
  margin-right: 0px; }
  header .main-menu > ul > li.current > a {
    color: #000000;
    border-bottom: 2.5px solid #465267; }
    header .main-menu > ul > li.current.get-started > a {
      border: none !important; }
header .main-menu > ul > li.get-started {
  margin-left: 18px; }
  header .main-menu > ul > li.get-started:hover > a, header .main-menu > ul > li.get-started.open > a {
    color: white;
    border: none !important;
    text-decoration: none; }
  header .main-menu > ul > li.get-started a {
    color: white;
    background-color: #576781;
    padding: 6px 28px;
    border-radius: 25px; }
    header .main-menu > ul > li.get-started a:hover {
      color: white;
      border: none !important;
      background-color: #9fa9b3; }
header .main-menu > ul > li:hover > a, header .main-menu > ul > li.open > a {
  color: #465267;
  border-bottom: 2.5px solid #465267; }
header .main-menu > ul > li:hover .mouse-hit, header .main-menu > ul > li.open .mouse-hit {
  height: 60px; }
header .main-menu > ul > li a {
  color: #000000;
  padding-bottom: 1.5px;
  line-height: 1.7; }
  header .main-menu > ul > li a:hover {
    color: #465267;
    text-decoration: none;
    border-bottom: 2.5px solid #465267; }
header .main-menu > ul > li .mouse-hit {
  position: absolute;
  display: block;
  height: 0px;
  cursor: pointer;
  width: 100%;
  top: 0px;
  left: 0px;
  pointer-events: none; }
@media (max-width: 991.98px) {
  header .main-menu > ul > li .mouse-hit {
    display: none !important; } }
header .main-menu > ul > li .drop {
  position: absolute;
  background-color: white;
  box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.1);
  width: 250px;
  padding: 15px 20px;
  left: -20px;
  top: 26px;
  display: none; }
  header .main-menu > ul > li .drop ul {
    list-style: none;
    margin: 0px;
    padding: 0px; }
    header .main-menu > ul > li .drop ul li {
      display: block;
      margin: 0px;
      text-align: left; }
      header .main-menu > ul > li .drop ul li.see-inside, header .main-menu > ul > li .drop ul li.browse-all {
        border-top: 1px solid #e6e7e8;
        padding-top: 5px;
        margin-top: 5px; }
      header .main-menu > ul > li .drop ul li a {
        font-weight: 400;
        font-size: 13px; }
        header .main-menu > ul > li .drop ul li a span.lower {
          text-transform: lowercase; }
        header .main-menu > ul > li .drop ul li a:hover {
          border: none !important;
          color: #465267; }
@media (max-width: 991.98px) {
  header .main-menu {
    display: none;
    background-color: white;
    box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.1);
    position: absolute !important;
    top: 90px;
    right: 0px;
    width: 45% !important;
    padding: 20px 30px 35px 30px !important;
    max-width: 335px; }
    header .main-menu ul li {
      display: block;
      margin: 0px;
      line-height: 45px;
      text-align: left; }
      header .main-menu ul li:has(.drop) > a:after {
        content: "";
        font-family: 'microns';
        margin-left: 5px; }
      header .main-menu ul li.get-started {
        margin-top: 12px;
        margin-left: 0px; }
        header .main-menu ul li a:hover {
          color: #465267; }
      header .main-menu ul li .drop {
        position: relative;
        background-color: transparent;
        box-shadow: none;
        top: unset;
        left: unset !important;
        width: auto;
        padding: 0px;
        display: none; }
        header .main-menu ul li .drop ul {
          margin: 8px 0px 26px 0px;
          padding: 0px;
          list-style: none; }
          header .main-menu ul li .drop ul li {
            display: block;
            margin: 0px;
            line-height: 30px; }
            header .main-menu ul li .drop ul li a {
              font-size: 14px; }
    header .main-menu ul:has(> li.open) > li.current:not(.open):not(:hover) > a {
      border-bottom: none; } }
@media (max-width: 991.98px) and (max-width: 359.98px) {
  header .main-menu {
    padding-right: 20px !important; } }
@media (min-width: 576px) and (max-width: 767.98px) {
  header .main-menu {
    width: 62% !important; } }
@media (min-width: 360px) and (max-width: 575.98px) {
  header .main-menu {
    width: 80vw !important; } }
@media (max-width: 359.98px) {
  header .main-menu {
    width: 90vw !important; } }

.top-bar {
  background-color: #576781; }
  .top-bar .notice {
    text-align: center;
    padding: 12px 0px 10px 0px; }
    .top-bar .notice p {
      display: inline-block;
      color: white;
      font-size: 15px;
      line-height: 1;
      margin-bottom: 6px; }
    .top-bar .notice a {
      font-size: 13px;
      display: inline-block;
      letter-spacing: 1px;
      text-transform: uppercase;
      font-family: 'Poppins', sans-serif;
      transition: all 0.4s;
      color: white;
      text-decoration: none;
      display: inline-block;
      margin-left: 6px; }
      .top-bar .notice a:hover {
        color: #ffc107;
        text-decoration: none; }
      .top-bar .notice a:after {
        content: "»";
        position: relative;
        margin-left: 5px;
        top: -1px; }

.logged-in header.fixed {
  top: 32px; }
@media only screen and (max-width: 600px) {
  .logged-in header.fixed {
    top: 0px; } }

html body {
  font-weight: normal;
  font-variant-ligatures: none !important;
  background-color: white;
  color: #000000; }
  html body .vert-center {
    align-items: flex-start !important; }
  html body .content {
    /* box-shadow: 0px 0px 8px rgba(0, 0, 0, .1); */
    background-color: white;
    /* min-height: 500px; */
    max-width: unset !important; }
    html body.dev-env:before {
      color: #000000 !important; }
  html body pre {
    color: inherit; }
    html body .block.light h1, html body .block .light h1 {
      color: #000000; }
      html body .block.light h1 a, html body .block .light h1 a {
        color: #000000; }
        html body .block.light h1 a:hover, html body .block .light h1 a:hover {
          color: #465267; }
    html body .block.light h2, html body .block .light h2 {
      color: #000000; }
      html body .block.light h2 a, html body .block .light h2 a {
        color: #000000; }
        html body .block.light h2 a:hover, html body .block .light h2 a:hover {
          color: #465267; }
    html body .block.light h3, html body .block .light h3 {
      color: #000000; }
      html body .block.light h3 a, html body .block .light h3 a {
        color: #000000; }
        html body .block.light h3 a:hover, html body .block .light h3 a:hover {
          color: #465267; }
    html body .block.light h4, html body .block .light h4 {
      color: #000000; }
    html body .block.light h5, html body .block .light h5 {
      color: #000000; }
    html body .block.light h6, html body .block .light h6 {
      color: #000000; }
    html body .block.light p, html body .block .light p {
      color: #000000; }
    html body .block.light a, html body .block .light a {
      color: #465267;
      text-decoration: underline; }
      html body .block.light a:hover, html body .block .light a:hover {
        color: #000000; }
      html body .block.light a.button, html body .block .light a.button {
        color: white;
        text-decoration: none; }
        html body .block.light a.button.primary, html body .block .light a.button.primary {
          background-color: #576781;
          color: white; }
          html body .block.light a.button.primary:hover, html body .block .light a.button.primary:hover {
            color: white;
            background-color: #9fa9b3; }
        html body .block.light a.button.secondary, html body .block .light a.button.secondary {
          background-color: #9fa9b3;
          color: white; }
          html body .block.light a.button.secondary:hover, html body .block .light a.button.secondary:hover {
            color: white;
            background-color: #9fa9b3; }
        html body .block.light a.button.tertiary, html body .block .light a.button.tertiary {
          background-color: #9fa9b3;
          color: white; }
          html body .block.light a.button.tertiary:hover, html body .block .light a.button.tertiary:hover {
            color: white;
            background-color: #9fa9b3; }
        html body .block.light a.button.accent, html body .block .light a.button.accent {
          background-color: #9fa9b3;
          color: white; }
          html body .block.light a.button.accent:hover, html body .block .light a.button.accent:hover {
            color: white;
            background-color: #9fa9b3; }
        html body .block.light a.button.outline, html body .block .light a.button.outline {
          border: 1px solid white; }
          html body .block.light a.button.outline:hover, html body .block .light a.button.outline:hover {
            color: white;
            border: 1px solid #465267;
            background-color: #9fa9b3; }
    html body .block.light form button[type=submit], html body .block .light form button[type=submit] {
      background-color: #576781 !important;
      color: white !important; }
      html body .block.light form button[type=submit]:hover, html body .block .light form button[type=submit]:hover {
        background-color: #9fa9b3 !important;
        color: white !important; }
  html body .block.dark h1, html body .block .dark h1 {
    color: white; }
    html body .block.dark h1 a, html body .block .dark h1 a {
      color: white; }
      html body .block.dark h1 a:hover, html body .block .dark h1 a:hover {
        color: #465267; }
  html body .block.dark h2, html body .block .dark h2 {
    color: white; }
    html body .block.dark h2 a, html body .block .dark h2 a {
      color: white; }
      html body .block.dark h2 a:hover, html body .block .dark h2 a:hover {
        color: #465267; }
  html body .block.dark h3, html body .block .dark h3 {
    color: white; }
    html body .block.dark h3 a, html body .block .dark h3 a {
      color: white; }
      html body .block.dark h3 a:hover, html body .block .dark h3 a:hover {
        color: #465267; }
  html body .block.dark h4, html body .block .dark h4 {
    color: white; }
  html body .block.dark h5, html body .block .dark h5 {
    color: white; }
  html body .block.dark h6, html body .block .dark h6 {
    color: white; }
  html body .block.dark p, html body .block .dark p {
    color: white; }
  html body .block.dark a, html body .block .dark a {
    color: white; }
    html body .block.dark a:hover, html body .block .dark a:hover {
      color: #465267; }
    html body .block.dark a.button, html body .block .dark a.button {
      color: #465267; }
      html body .block.dark a.button.primary, html body .block .dark a.button.primary {
        background-color: #9fa9b3;
        color: white; }
        html body .block.dark a.button.primary:hover, html body .block .dark a.button.primary:hover {
          color: white;
          background-color: #576781; }
      html body .block.dark a.button.secondary, html body .block .dark a.button.secondary {
        background-color: #9fa9b3;
        color: white; }
        html body .block.dark a.button.secondary:hover, html body .block .dark a.button.secondary:hover {
          color: white;
          background-color: #576781; }
      html body .block.dark a.button.tertiary, html body .block .dark a.button.tertiary {
        background-color: white;
        color: #465267; }
        html body .block.dark a.button.tertiary:hover, html body .block .dark a.button.tertiary:hover {
          color: #465267;
          background-color: white; }
      html body .block.dark a.button.accent, html body .block .dark a.button.accent {
        background-color: #9fa9b3;
        color: white; }
        html body .block.dark a.button.accent:hover, html body .block .dark a.button.accent:hover {
          color: white;
          background-color: #9fa9b3; }
      html body .block.dark a.button.outline, html body .block .dark a.button.outline {
        border: 1px solid white; }
        html body .block.dark a.button.outline:hover, html body .block .dark a.button.outline:hover {
          color: white;
          border: 1px solid #465267;
          background-color: #9fa9b3; }
  html body .block.dark form button[type=submit], html body .block .dark form button[type=submit] {
    background-color: #9fa9b3 !important;
    color: white !important; }
    html body .block.dark form button[type=submit]:hover, html body .block .dark form button[type=submit]:hover {
      color: white !important;
      background-color: #576781 !important; }
  html body h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 37px;
    line-height: 1.2; }
  @media (max-width: 767.98px) {
    html body h1 {
      font-size: 36px; } }
  html body h1 sup {
    top: -1.1em;
    font-size: 40%; }
  html body h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    line-height: 1.2; }
  @media (max-width: 767.98px) {
    html body h2 {
      font-size: 32px; } }
  html body h2 sup {
    top: -1.1em;
    font-size: 40%; }
  html body h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 15px; }
  @media (max-width: 767.98px) {
    html body h3 {
      font-size: 24px; } }
  html body h3 sup {
    top: -1.1em;
    font-size: 40%; }
  html body h3 a {
    color: #000000; }
    html body h3 a:hover {
      color: #465267;
      text-decoration: none; }
  html body h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.025em; }
  @media (max-width: 767.98px) {
    html body h4 {
      font-size: 20px; } }
  html body h4 sup {
    top: -1.1em;
    font-size: 40%; }
  html body h4 + h1 {
    margin-top: -6px; }
  html body h5 {
    font-family: 'Poppins', sans-serif;
    font-size: 18px; }
  @media (max-width: 767.98px) {
    html body h5 {
      font-size: 18px; } }
  html body h5 sup {
    top: -1.1em;
    font-size: 40%; }
  html body h6 {
    font-family: 'Poppins', sans-serif;
    font-size: 18px; }
  @media (max-width: 767.98px) {
    html body h6 {
      font-size: 18px; } }
  html body h6 sup {
    top: -1.1em;
    font-size: 40%; }
  html body p {
    font-size: 16px;
    line-height: 1.75; }
    html body p:last-child {
      margin-bottom: 0px; }
    html body p.intro, html body p .intro {
      font-size: 20px; }
    html body p.caption, html body p .caption {
      font-size: 14px;
      font-style: italic; }
    html body p + ul {
      margin-top: 8px; }
  html body ul, html body ol {
    margin-top: 16px; }
    html body ul:not(:last-child), html body ol:not(:last-child) {
      margin-bottom: 30px; }
    html body ul:last-child, html body ol:last-child {
      margin-bottom: 0px; }
    html body ul > li, html body ol > li {
      page-break-inside: avoid;
      break-inside: avoid-column;
      font-weight: 400;
      font-size: 16px;
      line-height: 1.75;
      margin-bottom: 12px; }
      html body ul > li:last-child, html body ol > li:last-child {
        margin-bottom: 0px !important; }
      html body ul > li b, html body ul > li strong, html body ol > li b, html body ol > li strong {
        font-weight: 600; }
      html body ul > li > ul, html body ol > li > ul {
        margin-top: 12px;
        margin-bottom: 14px !important; }
  html body .block.below p:last-child {
    margin-bottom: 18px !important; }
  html body ul {
    margin-bottom: 30px; }
    html body ul li {
      page-break-inside: avoid;
      break-inside: avoid-column; }
  html body h1 + p, html body h2 + p, html body h3 + p, html body h4 + p, html body h5 + p, html body h6 + p {
    margin-top: 24px; }
  html body h1 + ul, html body h2 + ul, html body h3 + ul, html body h4 + ul, html body h5 + ul, html body h6 + ul, html body h1 + ol, html body h2 + ol, html body h3 + ol, html body h4 + ol, html body h5 + ol, html body h6 + ol {
    margin-top: 24px; }
  html body p + h1, html body p + h2, html body p + h3, html body p + h4, html body p + h5, html body p + h6 {
    margin-top: 36px; }
  html body ul + h1, html body ul + h2, html body ul + h3, html body ul + h4, html body ul + h5, html body ul + h6, html body ol + h1, html body ol + h2, html body ol + h3, html body ol + h4, html body ol + h5, html body ol + h6 {
    margin-top: 36px; }
    html body a:hover {
      text-decoration: underline; }
    html body a.button {
      display: inline-block;
      text-decoration: none;
      margin: 12px 8px 0px 0px;
      color: white;
      font-family: 'Poppins', sans-serif;
      text-transform: uppercase;
      font-weight: 500;
      letter-spacing: 0.025em; }
      html body a.button:only-of-type {
        margin: 12px 0px 0px 0px; }
      html body a.button:last-of-type {
        margin: 12px 0px 0px 0px; }
      html body a.button:hover {
        text-decoration: none; }
      html body a.button.small {
        font-size: 14px;
        padding: 5px 14px;
        border-radius: 20px; }
      html body a.button.medium {
        font-size: 16px;
        padding: 8px 30px;
        border-radius: 20px; }
      html body a.button.primary {
        background-color: #576781;
        color: white; }
        html body a.button.primary:hover {
          color: white;
          background-color: #9fa9b3; }
      html body a.button.secondary {
        background-color: #9fa9b3;
        color: white; }
        html body a.button.secondary:hover {
          color: white;
          background-color: #9fa9b3; }
      html body a.button.tertiary {
        background-color: #9fa9b3;
        color: white; }
        html body a.button.tertiary:hover {
          color: white;
          background-color: #9fa9b3; }
      html body a.button.accent {
        background-color: #9fa9b3;
        color: white; }
        html body a.button.accent:hover {
          color: white;
          background-color: #9fa9b3; }
      html body a.button.outline {
        border: 1px solid white; }
        html body a.button.outline:hover {
          color: white;
          border: 1px solid #465267;
          background-color: #9fa9b3; }
  html body form {
    font-family: 'Merriweather', serif !important;
    font-weight: normal !important;
    color: #000000 !important; }
    html body form button[type=submit] {
      display: inline-block !important;
      text-decoration: none !important;
      margin: 12px 4px 0px 4px !important;
      font-size: 16px !important;
      padding: 8px 20px !important;
      border-radius: 20px !important; }
      html body form button[type=submit]:hover {
        text-decoration: none !important; }
html .pop-overlay {
  background-color: rgba(0, 0, 0, 0.92); }
  html .pop-overlay .pop-modal {
    background-color: white;
    padding: 60px 50px;
    min-height: 65vh;
    max-height: 90vh;
    margin-top: 6vh;
    margin-bottom: 6vh;
    width: 80vw;
    max-width: 1140px; }
    html .pop-overlay .pop-modal .pop-close {
      top: 20px;
      right: 20px; }
      html .pop-overlay .pop-modal .pop-close img {
        height: 32px;
        width: 32px; }

footer .block-text {
  padding-top: clamp(38px, 12vw, 65px) !important;
  padding-bottom: clamp(38px, 12vw, 65px) !important; }
  footer .block-text .col-one .content-container h2 {
    line-height: 1.3; }
  @media (max-width: 767.98px) {
    footer .block-text .col-one .content-container h2 br {
      display: none; } }
footer .footer-container .container-xl {
  padding: 0px; }
footer .footer-container .content {
  background-color: #576781;
  background-image: url("images/theme/footer_waves.svg");
  background-repeat: repeat;
  background-position: bottom center;
  background-size: 300px 90px;
  color: white;
  padding-top: calc(clamp(38px, 12vw, 65px) * .8);
  padding-bottom: calc(clamp(38px, 12vw, 65px) * .75);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  max-width: unset !important; }
  footer .footer-container .content ul {
    list-style: none;
    margin: 0px;
    padding: 0px 0px 0px 0px; }
    footer .footer-container .content .address .branding {
      margin-bottom: 12px; }
      footer .footer-container .content .address .branding img, footer .footer-container .content .address .branding svg {
        height: 65px;
        width: auto; }
        footer .footer-container .content .address .branding img rect, footer .footer-container .content .address .branding img path, footer .footer-container .content .address .branding img polygon, footer .footer-container .content .address .branding svg rect, footer .footer-container .content .address .branding svg path, footer .footer-container .content .address .branding svg polygon {
          fill: white; }
      @media (max-width: 767.98px) {
        footer .footer-container .content .address .branding {
          display: inline-block;
          vertical-align: top;
          width: 48%; }
          footer .footer-container .content .address .branding img, footer .footer-container .content .address .branding svg {
            height: 60px; } }
    footer .footer-container .content .address .address-container {
      padding-left: 80px; }
    @media (max-width: 767.98px) {
      footer .footer-container .content .address .address-container {
        display: inline-block;
        vertical-align: top;
        width: 50%;
        padding-left: 0px;
        padding-top: 8px;
        margin-bottom: 20px; } }
    footer .footer-container .content .address .address-container p {
      margin-bottom: 0px;
      line-height: 1.3;
      font-size: 13px; }
    @media (max-width: 575.98px) {
      footer .footer-container .content .address .address-container p {
        display: none; } }
  footer .footer-container .content .address .address-container p.phone a {
    font-weight: 700; }
  footer .footer-container .content .address .address-container p.phone, footer .footer-container .content .address .address-container p.email {
    margin-top: 10px; }
    footer .footer-container .content .address .address-container p.phone a, footer .footer-container .content .address .address-container p.email a {
      color: white; }
      footer .footer-container .content .address .address-container p.phone a:hover, footer .footer-container .content .address .address-container p.email a:hover {
        text-decoration: underline; }
  footer .footer-container .content .address .address-container p.email {
    margin-top: 0px; }
  footer .footer-container .content .address .address-container p.directions {
    margin-top: 6px;
    margin-bottom: 16px; }
    footer .footer-container .content .address .address-container p.directions a {
      color: white; }
  footer .footer-container .content .social {
    margin-top: 20px; }
  @media (max-width: 575.98px) {
    footer .footer-container .content .social {
      text-align: right; } }
  footer .footer-container .content .social ul {
    list-style: none;
    margin: 0px;
    padding: 0px 0px 0px 0px; }
    footer .footer-container .content .social ul li {
      display: inline-block;
      margin-right: 8px; }
      footer .footer-container .content .social ul li a svg {
        fill: white; }
        footer .footer-container .content .social ul li a:hover svg {
          fill: #465267; }
  footer .footer-container .content .mobile-address-container {
    padding-left: 35px;
    margin-top: 20px;
    margin-bottom: 10px; }
    footer .footer-container .content .mobile-address-container p {
      margin-bottom: 0px;
      line-height: 1.3;
      font-size: 14px; }
      footer .footer-container .content .mobile-address-container p.phone a {
        font-weight: 700; }
      footer .footer-container .content .mobile-address-container p.phone, footer .footer-container .content .mobile-address-container p.email {
        margin-top: 10px; }
        footer .footer-container .content .mobile-address-container p.phone a, footer .footer-container .content .mobile-address-container p.email a {
          color: white; }
          footer .footer-container .content .mobile-address-container p.phone a:hover, footer .footer-container .content .mobile-address-container p.email a:hover {
            text-decoration: underline; }
      footer .footer-container .content .mobile-address-container p.email {
        margin-top: 0px; }
  footer .footer-container .content .navigation {
    font-size: 0px;
    text-align: right; }
  @media (max-width: 767.98px) {
    footer .footer-container .content .navigation {
      text-align: left; } }
  footer .footer-container .content .navigation .subscribe {
    text-align: left;
    display: inline-block;
    margin-top: 50px; }
  @media (max-width: 767.98px) {
    footer .footer-container .content .navigation .subscribe {
      display: block;
      margin-top: 20px;
      margin-bottom: 20px; } }
  footer .footer-container .content .navigation .subscribe h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 15.5px;
    letter-spacing: 0.05em;
    color: white;
    margin-top: 6px;
    margin-bottom: 8px;
    padding-left: 20px; }
    footer .footer-container .content .navigation .subscribe form .mc4wp-form-fields p {
      position: relative; }
      footer .footer-container .content .navigation .subscribe form .mc4wp-form-fields p input {
        background-color: #5e5853;
        border: none !important;
        border-radius: 25px;
        font-size: 13px;
        outline: none;
        color: white; }
        footer .footer-container .content .navigation .subscribe form .mc4wp-form-fields p input[type="email"] {
          border-top-right-radius: 0px;
          border-bottom-right-radius: 0px;
          width: 275px;
          padding: 8px 20px; }
        @media (min-width: 768px) and (max-width: 991.98px) {
          footer .footer-container .content .navigation .subscribe form .mc4wp-form-fields p input[type="email"] {
            width: calc(100% - 123px); } }
      @media (max-width: 767.98px) {
        footer .footer-container .content .navigation .subscribe form .mc4wp-form-fields p input[type="email"] {
          width: calc(100% - 149px); } }
    @media (max-width: 575.98px) {
      footer .footer-container .content .navigation .subscribe form .mc4wp-form-fields p input[type="email"] {
        width: calc(100% - 152px); } }
    footer .footer-container .content .navigation .subscribe form .mc4wp-form-fields p input[type="submit"] {
      position: relative;
      border-top-left-radius: 0px;
      border-bottom-left-radius: 0px;
      background-color: black;
      color: white;
      font-family: 'Poppins', sans-serif;
      font-weight: 500;
      text-transform: uppercase;
      font-size: 15.5px;
      letter-spacing: 0.05em;
      padding: 6px 28px;
      top: 1.5px; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      footer .footer-container .content .navigation .subscribe form .mc4wp-form-fields p input[type="submit"] {
        padding: 6px 15px; } }
    footer .footer-container .content .navigation .subscribe form .mc4wp-form-fields p input::placeholder {
      color: #aaa7a5; }
  footer .footer-container .content .navigation ul {
    list-style: none;
    margin: 0px;
    text-align: left; }
    footer .footer-container .content .navigation ul li {
      display: block;
      font-size: 15px;
      font-weight: 400;
      text-transform: none;
      padding: 0px;
      line-height: 1.3;
      margin: 0px 0px 9px 0px; }
    @media (max-width: 991.98px) {
      footer .footer-container .content .navigation ul li {
        font-size: 14px; } }
    footer .footer-container .content .navigation ul li a {
      color: white;
      padding: 0px; }
      footer .footer-container .content .navigation ul li a:hover {
        text-decoration: underline; }
    footer .footer-container .content .navigation ul li.phone a {
      font-weight: 700;
      color: white; }
      footer .footer-container .content .navigation ul li.phone a:hover {
        text-decoration: underline; }
  footer .footer-container .content .navigation .nav-container {
    width: 100%;
    text-align: right; }
    footer .footer-container .content .navigation .nav-container ul {
      text-align: right;
      list-style: none;
      margin: 0px;
      padding: 0px; }
    @media (max-width: 991.98px) {
      footer .footer-container .content .navigation .nav-container ul {
        margin: 70px 0px 50px 0px; } }
  @media (max-width: 767.98px) {
    footer .footer-container .content .navigation .nav-container ul {
      margin: 0px 0px 50px 0px;
      text-align: left; } }
  footer .footer-container .content .navigation .nav-container ul li {
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.1em;
    margin: 0px 15px; }
    footer .footer-container .content .navigation .nav-container ul li:last-child {
      margin-right: 0px; }
    footer .footer-container .content .navigation .nav-container ul li:first-child {
      margin-left: 0px; }
      footer .footer-container .content .navigation .nav-container ul li.current a {
        border-bottom: 1px solid white; }
    footer .footer-container .content .navigation .nav-container ul li a {
      color: white;
      padding-bottom: 3px; }
      footer .footer-container .content .navigation .nav-container ul li a:hover {
        color: white;
        text-decoration: none;
        border-bottom: 1px solid white; }
  footer .footer-container .content .copyright {
    margin-top: 20px; }
  @media (min-width: 768px) {
    footer .footer-container .content .copyright {
      position: absolute;
      bottom: 0px;
      right: 15px; } }
@media (max-width: 767.98px) {
  footer .footer-container .content .copyright .copyright-container {
    text-align: center; } }
footer .footer-container .content .copyright p {
  color: #bbbab8;
  font-size: 12px;
  margin-bottom: 8px; }
  footer .footer-container .content .copyright p:last-of-type {
    margin-bottom: 0px; }
  footer .footer-container .content .copyright p a {
    color: #4a85af;
    text-decoration: underline; }
    footer .footer-container .content .copyright p a:hover {
      color: white; }

footer .footer-container .content .footer-contact {
  text-align: center; }
  footer .footer-container .content .footer-contact .branding {
    margin-bottom: 20px; }
    footer .footer-container .content .footer-contact .branding .logo-text {
      display: inline-block;
      color: white;
      font-family: 'Poppins', sans-serif;
      font-weight: 600;
      font-size: 24px;
      letter-spacing: 0.05em;
      text-decoration: none; }
  footer .footer-container .content .footer-contact .address-container p {
    margin-bottom: 8px;
    line-height: 1.5;
    font-size: 17px; }
  footer .footer-container .content .footer-contact .address-container p.directions {
    margin-bottom: 14px; }
    footer .footer-container .content .footer-contact .address-container p.directions a {
      color: white; }
  footer .footer-container .content .footer-contact .address-container p.phone {
    font-size: 26px;
    font-weight: 700;
    margin-top: 6px; }
  footer .footer-container .content .footer-contact .address-container p.email {
    font-size: 17px; }
  footer .footer-container .content .footer-contact .address-container a {
    color: white; }
    footer .footer-container .content .footer-contact .address-container a:hover {
      color: #9fa9b3;
      text-decoration: underline; }
  footer .footer-container .content .footer-contact .copyright {
    position: static;
    margin-top: 30px; }

.form-success, .form-error {
  padding: 16px 20px;
  border-radius: 4px;
  margin-bottom: 20px; }
  .form-success p, .form-error p {
    margin-bottom: 0px;
    font-size: 15px; }
.form-success {
  background-color: #9fa9b3;
  color: white; }
.form-error {
  background-color: #f2f0ec;
  color: #000000;
  border: 1px solid #576781; }
  .form-error a {
    color: #576781;
    font-weight: 700; }

.block-showcase-split {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 6px;
  padding: 6px;
  background-color: white;
  box-sizing: border-box; }
  .block-showcase-split .showcase-panel {
    position: relative;
    display: block;
    width: calc(50% - 3px);
    height: 92vh;
    min-height: 620px;
    overflow: hidden; }
    .block-showcase-split .showcase-panel .showcase-panel-photo {
      position: absolute;
      inset: 0;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      transform: scale(1);
      transition: transform 1.2s ease; }
    .block-showcase-split .showcase-panel:hover .showcase-panel-photo {
      transform: scale(1.04); }
  .block-showcase-split .showcase-panel-link {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    padding: 60px 0 40px;
    text-align: center;
    color: white !important;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    text-decoration: none !important;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0) 100%); }
    .block-showcase-split .showcase-panel-link span {
      color: white;
      padding-bottom: 8px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.65);
      text-decoration: none !important;
      transition: color 0.3s ease, border-color 0.3s ease; }
    .block-showcase-split .showcase-panel-link:hover span {
      color: #9fa9b3;
      border-color: #9fa9b3; }
@media (max-width: 767.98px) {
  .block-showcase-split {
    gap: 4px;
    padding: 4px; }
  .block-showcase-split .showcase-panel {
    width: 100%;
    height: 65vh;
    min-height: 420px; }
  .block-showcase-split .showcase-panel-link {
    padding: 30px 0 28px; } }

.owner-photo {
  height: 380px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
.owner-photo.dave {
  background-image: url(https://placehold.co/600x380/576781/FFFFFF?text=Dave); }
.owner-photo.ryan {
  background-image: url(https://placehold.co/600x380/576781/FFFFFF?text=Ryan); }

.our-work-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 16px; }
  .our-work-gallery .gallery-item {
    display: block;
    position: relative;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    background-color: #f2f0ec; }
    .our-work-gallery .gallery-item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      transition: transform 0.35s ease; }
    .our-work-gallery .gallery-item:hover img {
      transform: scale(1.06); }

.section-photo {
  height: 180px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 2px;
  cursor: pointer;
  transition: opacity 0.2s ease; }
  .section-photo:hover {
    opacity: 0.85; }
  .section-photo.large {
    height: 620px; }
@media (max-width: 575.98px) {
  .section-photo {
    height: 130px; }
    .section-photo.large {
      height: 340px; } }

@media (min-width: 992px) {
  html body .container.container-wide {
    max-width: 1320px; } }
@media (min-width: 1200px) {
  html body .container.container-wide {
    max-width: 1500px; } }

.before-after {
  position: relative;
  overflow: hidden;
  border-radius: 2px;
  cursor: ew-resize;
  touch-action: none;
  user-select: none; }
  .before-after.large {
    height: 620px; }
  .before-after .ba-after,
  .before-after .ba-before {
    position: absolute;
    inset: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
  .before-after .ba-before {
    clip-path: inset(0 50% 0 0); }
  .before-after .ba-handle {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    background-color: white;
    z-index: 3;
    transform: translateX(-50%);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
    pointer-events: none; }
    .before-after .ba-handle:after {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      width: 44px;
      height: 44px;
      border-radius: 50%;
      background-color: white;
      transform: translate(-50%, -50%);
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.35); }
  .before-after .ba-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    padding: 24px 28px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0) 100%);
    pointer-events: none; }
    .before-after .ba-caption span {
      color: white;
      font-family: 'Poppins', sans-serif;
      font-size: 12px;
      font-weight: 500;
      letter-spacing: 0.22em;
      text-transform: uppercase;
      padding-bottom: 8px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.65); }
@media (max-width: 575.98px) {
  .before-after.large {
    height: 340px; }
  .before-after .ba-handle:after {
    width: 34px;
    height: 34px; }
  .before-after .ba-caption {
    padding: 16px 18px; } }

.our-work-gallery .gallery-item {
  cursor: pointer; }

.lightbox-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.92);
  z-index: 500;
  align-items: center;
  justify-content: center;
  touch-action: none; }
  .lightbox-overlay.open {
    display: flex; }
  .lightbox-overlay .lightbox-close {
    position: absolute;
    top: 16px;
    left: 16px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: none;
    background-color: #576781;
    color: white;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0; }
    .lightbox-overlay .lightbox-close:hover {
      background-color: #465267; }
  .lightbox-overlay .lightbox-image-wrap {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative; }
  .lightbox-overlay .lightbox-image {
    max-width: 90vw;
    max-height: 80vh;
    object-fit: contain;
    touch-action: none;
    user-select: none;
    -webkit-user-drag: none;
    cursor: zoom-in; }
    .lightbox-overlay .lightbox-image.zoomed {
      cursor: grab; }
    .lightbox-overlay .lightbox-image.grabbing {
      cursor: grabbing; }
@media (max-width: 575.98px) {
  .lightbox-overlay .lightbox-close {
    top: 10px;
    left: 10px;
    width: 44px;
    height: 44px;
    font-size: 24px; } }

body.lightbox-locked {
  overflow: hidden; }

body .block-text .container .row {
  justify-content: center; }
body .block-text.beat-bottom + .block-posts.beat-top {
  padding-top: clamp(38px, 12vw, 65px) !important; }
body.projects .block-projects.beat-bottom + .block-text.beat-bottom {
  padding-top: clamp(38px, 12vw, 65px) !important; }

@media (min-width: 992px) {
  .post .block.block-textimage.image-right:first-child .container .row .image-col.col-lg-5 {
    -ms-flex: 0 0 30% !important;
    flex: 0 0 30% !important;
    max-width: 30% !important; }
    .post .block.block-textimage.image-right:first-child .container .row .image-col.col-lg-5 .image-container {
      height: auto; } }
@media (max-width: 991.98px) {
  .post .block.block-textimage.image-right:first-child .container .row .image-col.col-lg-5 .image-container {
    height: 225px; }
    .post .block.block-textimage.image-right:first-child .container .row .image-col.col-lg-5 .image-container img {
      object-position: center center; } }
.post .block.block-textimage.image-right:first-child .container .row .image-col.col-lg-5 .image-container img {
  object-fit: contain; }
@media (min-width: 992px) {
  .post .block.block-textimage.image-right:first-child .container .row .text-col.col-lg-7 {
    padding-right: 0px !important;
    -ms-flex: 0 0 61.6665% !important;
    flex: 0 0 61.6665% !important;
    max-width: 61.6665% !important; } }
.post .block.process-steps .process-step:nth-of-type(1) .container .row .image-col .image-container {
  margin-top: 0px; }
  .post .block.process-steps .process-step:nth-of-type(1) .container .row .image-col .image-container:after {
    content: "1" !important; }
.post .block.process-steps .process-step:nth-of-type(2) .container .row .image-col .image-container:after {
  content: "2" !important; }
.post .block.process-steps .process-step:nth-of-type(3) .container .row .image-col .image-container:after {
  content: "3" !important; }
.post .block.process-steps .process-step:nth-of-type(4) .container .row .image-col .image-container:after {
  content: "4" !important; }
.post .block.process-steps .process-step:nth-of-type(5) .container .row .image-col .image-container:after {
  content: "5" !important; }
.post .block.process-steps .process-step:nth-of-type(6) .container .row .image-col .image-container {
  margin-bottom: 0px !important; }
  .post .block.process-steps .process-step:nth-of-type(6) .container .row .image-col .image-container:after {
    content: "6" !important; }
.post .block.process-steps .process-step:nth-of-type(7) .container .row {
  align-items: start !important; }
  .post .block.process-steps .process-step:nth-of-type(7) .container .row .image-col .image-container {
    margin-bottom: 0px !important; }
    .post .block.process-steps .process-step:nth-of-type(7) .container .row .image-col .image-container:after {
      content: "7" !important; }
.post .block.process-steps .process-step:nth-of-type(8) .container .row .image-col .image-container {
  margin-bottom: 0px !important; }
  .post .block.process-steps .process-step:nth-of-type(8) .container .row .image-col .image-container:after {
    content: "8" !important; }
.post .block.process-steps .process-step:nth-of-type(9) .container .row .image-col .image-container {
  margin-bottom: 0px !important; }
  .post .block.process-steps .process-step:nth-of-type(9) .container .row .image-col .image-container:after {
    content: "9" !important; }
.post .block.process-steps .process-step:nth-of-type(10) .container .row .image-col .image-container {
  margin-bottom: 0px !important; }
  .post .block.process-steps .process-step:nth-of-type(10) .container .row .image-col .image-container:after {
    content: "10" !important; }
.post .block.process-steps .process-step:last-of-type .container .row .text-col {
  padding-bottom: 0px !important; }
.post .block.process-steps .process-step .container .row {
  align-items: center; }
@media (min-width: 992px) {
  .post .block.process-steps .process-step .container .row .image-col.col-lg-5 {
    -ms-flex: 0 0 35% !important;
    flex: 0 0 35% !important;
    max-width: 35% !important; }
    .post .block.process-steps .process-step .container .row .image-col.col-lg-5 .image-container {
      height: auto;
      padding-left: 15px; } }
.post .block.process-steps .process-step .container .row .image-col .image-container {
  position: relative; }
@media (max-width: 991.98px) {
  .post .block.process-steps .process-step .container .row .image-col .image-container {
    margin-top: 32px;
    margin-bottom: 0px;
    text-align: center; } }
.post .block.process-steps .process-step .container .row .image-col .image-container:before {
  position: absolute;
  content: "Step";
  top: 40px;
  left: -10px;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  transform: rotate(-90deg); }
.post .block.process-steps .process-step .container .row .image-col .image-container:after {
  position: absolute;
  content: "1";
  top: 12px;
  left: 12px;
  color: #465267;
  font-size: 48px; }
@media (min-width: 992px) {
  .post .block.process-steps .process-step .container .row .image-col .image-container .img-fluid {
    position: relative; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .post .block.process-steps .process-step .container .row .image-col .image-container .img-fluid {
    max-width: 460px; } }
.post .block.process-steps .process-step .container .row .text-col {
  padding-bottom: calc(clamp(38px, 12vw, 65px) * .5); }
@media (min-width: 992px) {
  .post .block.process-steps .process-step .container .row .text-col.col-lg-7 {
    padding-left: 0px !important;
    -ms-flex: 0 0 65% !important;
    flex: 0 0 65% !important;
    max-width: 65% !important; } }
.post .block.process-steps .process-step .container .row .text-col h3 {
  margin-top: 22px;
  margin-bottom: 12px; }
.post .block.process-steps .process-step .container .row .text-col p {
  margin-top: 12px; }

pre {
  margin: 0px 0px 0px 35px !important;
  font-size: 10px !important; }
  pre:first-of-type {
    margin-top: 20px !important; }
  pre:last-of-type {
    margin-bottom: 20px !important; }

html body {
  font-family: 'Merriweather', serif;
  position: relative; }
  html body.no-scroll {
    overflow: hidden; }
  html body .vert-center {
    display: -webkit-flex;
    /* Safari */
    -webkit-justify-content: center;
    /* Safari */
    display: flex;
    justify-content: center;
    align-items: center; }
  html body .content {
    padding: 0px;
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto; }
  html body .container {
    padding: 0px 30px;
    position: relative; }
  @media (min-width: 1200px) {
    html body .container {
      padding: 0px 60px; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  html body .container {
    padding: 0px 30px; } }
@media (min-width: 360px) and (max-width: 575.98px) {
  html body .container {
    padding: 0px 25px; } }
@media (max-width: 359.98px) {
  html body .container {
    padding: 0px 20px; } }
html body .blocks-wrapper .block {
  background-color: unset !important; }
  html body .blocks-wrapper .block .container {
    padding-left: 15px;
    padding-right: 15px; }
html body .block.padded.beat-top {
  padding-top: calc(var(--spr-beat) / 2 * var(--spr-tempo)); }
html body .block.padded.beat-bottom {
  padding-bottom: calc(var(--spr-beat) / 2 * var(--spr-tempo)); }
html body .block.padded.breath-top {
  padding-top: calc(var(--spr-breath) * var(--spr-tempo)); }
html body .block.padded.breath-bottom {
  padding-bottom: calc(var(--spr-breath) * var(--spr-tempo)); }
html body .block.padded.rest-top {
  padding-top: calc(var(--spr-rest) * var(--spr-tempo)); }
html body .block.padded.rest-bottom {
  padding-bottom: calc(var(--spr-rest) * var(--spr-tempo)); }
html body .block .content-container > :first-child {
  margin-top: 0px; }
html body .block .content-container > :last-child {
  margin-bottom: 0px; }
html body .block.left {
  text-align: left; }
html body .block.center {
  text-align: center; }
  html body .block.center ul {
    text-align: center;
    list-style-position: inside;
    padding: 0px; }
html body .block.right {
  text-align: right; }
  html body .block.right ul {
    text-align: right;
    list-style-position: inside; }
html body .block.bkgnd-white, html body .block .bkgnd-white {
  background-color: white; }
html body .block.bkgnd-light, html body .block .bkgnd-light {
  background-color: #f2f0ec; }
html body .block.bkgnd-light2, html body .block .bkgnd-light2 {
  background-color: #f2f0ec; }
html body .block.bkgnd-primary, html body .block .bkgnd-primary {
  background-color: #576781; }
html body .block.bkgnd-secondary, html body .block .bkgnd-secondary {
  background-color: #9fa9b3; }
html body .block.bkgnd-tertiary, html body .block .bkgnd-tertiary {
  background-color: #9fa9b3; }
html body .block.bkgnd-accent, html body .block .bkgnd-accent {
  background-color: #9fa9b3; }
@media only screen and (max-width: 600px) {
  html body #wpadminbar {
    top: -46px; } }
html body.dev-env:before {
  content: "00";
  color: white;
  position: absolute;
  top: 2px;
  left: 5px;
  z-index: 100;
  line-height: 1;
  font-size: 12px;
  content: "xxs"; }
@media (min-width: 360px) {
  html body.dev-env:before {
    content: "xs"; } }
@media (min-width: 576px) {
  html body.dev-env:before {
    content: "sm"; } }
@media (min-width: 768px) {
  html body.dev-env:before {
    content: "md"; } }
@media (min-width: 992px) {
  html body.dev-env:before {
    content: "lg"; } }
@media (min-width: 1200px) {
  html body.dev-env:before {
    content: "xl"; } }
html .pop-overlay {
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  z-index: 50;
  display: none; }
  html .pop-overlay .pop-modal {
    position: relative;
    display: block; }
    html .pop-overlay .pop-modal .pop-close {
      position: absolute;
      cursor: pointer; }
html .nivo-lightbox-theme-default.nivo-lightbox-overlay {
  background-color: rgba(0, 0, 0, 0.92) !important; }
  html .nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-wrap {
    left: 10vw !important;
    right: 10vw !important;
    height: calc(80vw * .5625) !important;
    top: calc((100% - (80vw * .5625))/2) !important;
    bottom: unset !important; }

@media (max-width: 991.98px) {
  .block-accordion .hidden-mobile {
    display: none !important; } }
@media (min-width: 992px) {
  .block-accordion .hidden-desktop {
    display: none !important; } }
.block-accordion.cols-2 .accordion-container.open .category {
  opacity: 0.25; }
.block-accordion .category {
  transition: opacity 0.5s ease; }
  .block-accordion .category.open {
    opacity: 1 !important; }
    .block-accordion .category.open .tab h4:after {
      content: ""; }
  .block-accordion .category .tab {
    border-bottom: 1px solid #465267;
    padding: 20px 0px;
    cursor: pointer;
    height: 100%;
    display: -webkit-flex;
    /* Safari */
    display: flex;
    align-items: center;
    flex-direction: column;
    align-items: flex-start; }
    .block-accordion .category .tab span.label {
      font-family: 'Poppins', sans-serif;
      font-size: 18px; }
    .block-accordion .category .tab h4 {
      position: relative;
      line-height: 1;
      margin: 0px;
      padding-right: 50px;
      width: 100%; }
      .block-accordion .category .tab h4:hover {
        color: #465267; }
      .block-accordion .category .tab h4:after {
        position: absolute;
        font-family: typicons !important;
        content: "";
        top: 0px;
        right: 20px;
        margin-left: 6px; }
.block-accordion .category-detail {
  display: none; }
  .block-accordion .category-detail.init.open {
    display: block; }
  .block-accordion .category-detail .subcategories-container {
    border-top: 1px solid #465267;
    margin-top: -1px;
    margin-bottom: 20px; }
    .block-accordion .category-detail .subcategories-container .subcategory {
      border-top: 1px solid #465267;
      margin: -1px 15px 0px 15px; }
      .block-accordion .category-detail .subcategories-container .subcategory.open .tab h4:before {
        content: ""; }
      .block-accordion .category-detail .subcategories-container .subcategory .tab {
        border-bottom: 1px solid #465267;
        padding: 20px 0px;
        cursor: pointer;
        height: 100%;
        display: -webkit-flex;
        /* Safari */
        display: flex;
        align-items: center; }
        .block-accordion .category-detail .subcategories-container .subcategory .tab h4 {
          position: relative;
          line-height: 1;
          margin: 0px;
          padding-left: 40px;
          width: 100%;
          font-size: 108%;
          color: #465267; }
          .block-accordion .category-detail .subcategories-container .subcategory .tab h4:hover {
            color: #000000; }
          .block-accordion .category-detail .subcategories-container .subcategory .tab h4:before {
            position: absolute;
            font-family: typicons !important;
            content: "";
            top: 0px;
            left: 15px;
            margin-right: 6px; }
      .block-accordion .category-detail .subcategories-container .subcategory .subcategory-detail {
        display: none; }
  .block-accordion .category-detail .blocks-wrapper {
    border-top: 1px solid #465267;
    border-bottom: 1px solid #465267;
    margin-top: -1px; }

.block-bio.light .bio-col .person-container p.title {
  color: #000000; }
.block-bio.dark .bio-col .person-container p.title {
  color: white; }
.block-bio .bio-col {
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center; }
@media (min-width: 768px) {
  .block-bio .bio-col {
    padding-left: 40px; } }
.block-bio .bio-col .person-container {
  margin-bottom: 15px; }
  .block-bio .bio-col .person-container h3 {
    display: inline-block;
    margin-right: 9px; }
  .block-bio .bio-col .person-container p.title {
    display: inline-block;
    font-size: 22px;
    font-style: italic;
    margin-top: 0px; }
.block-bio .bio-col p.read-more {
  display: block !important;
  margin-top: 8px; }
  .block-bio .bio-col p.read-more a {
    font-size: 14px; }
    .block-bio .bio-col p.read-more a:after {
      display: inline-block;
      position: relative;
      font-family: typicons !important;
      content: "";
      top: 1px;
      margin-left: 6px; }
      .block-bio .bio-col p.read-more a.open:after {
        content: ""; }
.block-bio .bio-col .bio-container.read-more {
  max-height: 280px;
  position: relative;
  overflow: hidden;
  transition: max-height 2s ease-out, height 0.3s ease-out; }
  .block-bio .bio-col .bio-container.read-more:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 50px;
    bottom: 0px;
    left: 0px;
    background-repeat: repeat-x;
    transition: opacity 0.3s;
    opacity: 1; }
  .block-bio .bio-col .bio-container.read-more.open {
    max-height: 2000px; }
    .block-bio .bio-col .bio-container.read-more.open:after {
      opacity: 0; }
  .block-bio .bio-col .bio-container.read-more.bkgnd-light:after {
    background-image: url("images/theme/mask_bottom_light.png"); }
.block-bio .bio-col .bio-container.read-more.bkgnd-white:after {
  background-image: url("images/theme/mask_bottom_white.png"); }
.block-bio .bio-col .bio-container.read-more.bkgnd-primary:after {
  background-image: url("images/theme/mask_bottom_primary.png"); }
.block-bio .bio-col .bio-container.read-more.bkgnd-secondary:after {
  background-image: url("images/theme/mask_bottom_secondary.png"); }
.block-bio .bio-col .bio-container > .read-more {
  display: none;
  margin-bottom: 20px; }

.blocks-wrapper {
  /* The role of .blocks-wrapper is to apply special rules when a block is inside another block */ }

.block-buttons .buttons .button {
  margin-top: 0px; }

.block-contactform .form-col .frm_forms form {
  padding-top: 15px; }
  .block-contactform .form-col .frm_forms form label.frm_primary_label {
    /*display: none !important;*/ }
  .block-contactform .form-col .frm_forms form input, .block-contactform .form-col .frm_forms form select, .block-contactform .form-col .frm_forms form textarea {
    font-family: 'Merriweather', serif !important;
    font-weight: normal !important;
    border-radius: 0px !important;
    border: none;
    box-shadow: 0px 0px 0px 0px !important; }
    .block-contactform .form-col .frm_forms form input[type="radio"], .block-contactform .form-col .frm_forms form select[type="radio"], .block-contactform .form-col .frm_forms form textarea[type="radio"] {
      border-radius: 20px !important; }
      .block-contactform .form-col .frm_forms form input[type="radio"]:before, .block-contactform .form-col .frm_forms form select[type="radio"]:before, .block-contactform .form-col .frm_forms form textarea[type="radio"]:before {
        margin: 4px !important; }
  .block-contactform .form-col .frm_forms form .form-field .frm_primary_label {
    font-weight: 700; }
  .block-contactform .form-col .frm_forms form .form-field .frm_opt_container {
    margin-top: 10px; }
    .block-contactform .form-col .frm_forms form .form-field .frm_opt_container .frm_checkbox label {
      position: relative;
      padding-left: 25px;
      margin-bottom: 14px; }
      .block-contactform .form-col .frm_forms form .form-field .frm_opt_container .frm_checkbox label input[type="checkbox"] {
        position: absolute;
        left: 0px; }
.block-contactform .form-col .frm_forms form .frm_blank_field input, .block-contactform .form-col .frm_forms form .frm_blank_field select, .block-contactform .form-col .frm_forms form .frm_blank_field textarea {
  border: 0 !important;
  border-bottom: 2px solid #B94A48 !important; }
  .block-contactform .form-col .frm_forms form .frm_blank_field input:focus, .block-contactform .form-col .frm_forms form .frm_blank_field select:focus, .block-contactform .form-col .frm_forms form .frm_blank_field textarea:focus {
    border: 0 !important;
    border-bottom: 2px solid #B94A48 !important; }
.block-contactform .form-col .frm_forms form .frm_error {
  margin-top: 6px;
  font-style: italic; }
  .block-contactform .form-col .frm_forms form .frm_submit button {
    font-family: 'Merriweather', serif;
    line-height: 24px; }
.block-contactform .map-col #map {
  font-size: 0px; }
  .block-contactform .map-col #map iframe {
    height: 450px;
    min-height: 400px;
    width: 100%;
    border: none; }
.block-contactform .info-map #map {
  font-size: 0px; }
  .block-contactform .info-map #map iframe {
    width: 100%;
    border: none; }
  @media (min-width: 1200px) {
    .block-contactform .info-map #map iframe {
      height: 360px; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .block-contactform .info-map #map iframe {
    height: 320px; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-contactform .info-map #map iframe {
    height: 300px; } }
@media (max-width: 767.98px) {
  .block-contactform .info-map #map iframe {
    height: 360px; } }
.block-contactform .info-col {
  padding-top: 15px; }
@media (max-width: 767.98px) {
  .block-contactform .info-col {
    padding-top: 40px; } }
.block-contactform .info-col .info {
  height: 100%; }
@media (max-width: 767.98px) {
  .block-contactform .info-col .info {
    border: none;
    padding-left: 0px; } }
.block-contactform .info-col .info h4 {
  margin-bottom: 15px; }
@media (max-width: 767.98px) {
  .block-contactform .info-col .info h4 {
    padding-right: 0px; } }
.block-contactform .info-col .info p {
  position: relative;
  margin-bottom: 25px; }
  .block-contactform .info-col .info p.icon {
    padding-left: 30px;
    margin-bottom: 16px; }
    .block-contactform .info-col .info p.icon:before {
      position: absolute;
      font-family: 'microns';
      color: #465267;
      font-size: 22px;
      top: -4px;
      left: -2px; }
  .block-contactform .info-col .info p.phone:before {
    content: ""; }
.block-contactform .info-col .info p.fax:before {
  content: ""; }
.block-contactform .info-col .info p.email:before {
  content: ""; }
.block-contactform .info-col .info p.address:before {
  content: ""; }
.block-contactform.info .info-col .info {
  padding-left: 30px;
  border-left: 1px solid #576781; }
.block-contactform.info-map .info-col .info {
  height: unset !important;
  margin-bottom: clamp(38px, 12vw, 65px); }
.block-contactform.map .info-col .info {
  padding-bottom: clamp(38px, 12vw, 65px); }
@media (min-width: 768px) {
  .block-contactform.map .info-col .info {
    padding-top: clamp(38px, 12vw, 65px); } }
.block-contactform.map.map-left .info-col .info {
  padding-left: 30px; }
.block-contactform.map.fill-column {
  padding-top: 0px !important;
  padding-bottom: 0px !important; }
  .block-contactform.map.fill-column .container {
    padding: 0px;
    max-width: unset !important; }
  @media (min-width: 768px) {
    .block-contactform.map.fill-column .container .info-col .info {
      padding-top: clamp(38px, 12vw, 65px);
      padding-bottom: clamp(38px, 12vw, 65px); } }
@media (min-width: 576px) {
  .block-contactform.map.fill-column .container .info-col .info {
    width: 540px;
    max-width: 540px;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0px auto; } }
@media (min-width: 360px) and (max-width: 575.98px) {
  .block-contactform.map.fill-column .container .info-col .info {
    width: 100vw;
    max-width: 100vw;
    padding-left: 25px;
    padding-right: 25px; } }
@media (max-width: 359.98px) {
  .block-contactform.map.fill-column .container .info-col .info {
    width: 100vw;
    max-width: 100vw;
    padding-left: 20px;
    padding-right: 20px; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-contactform.map.fill-column.map-right .container .info-col {
    padding-left: 0px;
    padding-right: 0px; } }
@media (min-width: 768px) and (max-width: 991.98px) and (min-width: 1200px) {
  .block-contactform.map.fill-column.map-right .container .info-col.col-md-5 .info {
    width: 475px;
    max-width: 475px;
    padding-left: 60px;
    margin: 0px 0px 0px auto; } }
@media (min-width: 768px) and (max-width: 991.98px) and (min-width: 992px) and (max-width: 1199.98px) {
  .block-contactform.map.fill-column.map-right .container .info-col.col-md-5 .info {
    width: 400px;
    max-width: 400px;
    padding-left: 30px;
    margin: 0px 0px 0px auto; } }
@media (min-width: 768px) and (max-width: 991.98px) and (min-width: 768px) and (max-width: 991.98px) {
  .block-contactform.map.fill-column.map-right .container .info-col.col-md-5 .info {
    width: 300px;
    max-width: 300px;
    padding-left: 30px;
    margin: 0px 0px 0px auto; } }
@media (min-width: 768px) and (max-width: 991.98px) and (min-width: 1200px) {
  .block-contactform.map.fill-column.map-right .container .info-col.col-md-6 .info {
    width: 570px;
    max-width: 570px;
    padding-left: 60px;
    margin: 0px 0px 0px auto; } }
@media (min-width: 768px) and (max-width: 991.98px) and (min-width: 992px) and (max-width: 1199.98px) {
  .block-contactform.map.fill-column.map-right .container .info-col.col-md-6 .info {
    width: 480px;
    max-width: 480px;
    padding-left: 30px;
    margin: 0px 0px 0px auto; } }
@media (min-width: 768px) and (max-width: 991.98px) and (min-width: 768px) and (max-width: 991.98px) {
  .block-contactform.map.fill-column.map-right .container .info-col.col-md-6 .info {
    width: 360px;
    max-width: 360px;
    padding-left: 30px;
    margin: 0px 0px 0px auto; } }
@media (min-width: 768px) and (max-width: 991.98px) and (min-width: 1200px) {
  .block-contactform.map.fill-column.map-right .container .info-col.col-md-7 .info {
    width: 665px;
    max-width: 665px;
    padding-left: 60px;
    margin: 0px 0px 0px auto; } }
@media (min-width: 768px) and (max-width: 991.98px) and (min-width: 992px) and (max-width: 1199.98px) {
  .block-contactform.map.fill-column.map-right .container .info-col.col-md-7 .info {
    width: 560px;
    max-width: 560px;
    padding-left: 30px;
    margin: 0px 0px 0px auto; } }
@media (min-width: 768px) and (max-width: 991.98px) and (min-width: 768px) and (max-width: 991.98px) {
  .block-contactform.map.fill-column.map-right .container .info-col.col-md-7 .info {
    width: 420px;
    max-width: 420px;
    padding-left: 30px;
    margin: 0px 0px 0px auto; } }
@media (min-width: 992px) {
  .block-contactform.map.fill-column.map-right .container .info-col {
    padding-left: 0px;
    padding-right: 0px; } }
@media (min-width: 992px) and (min-width: 1200px) {
  .block-contactform.map.fill-column.map-right .container .info-col.col-lg-4 .info {
    width: 380px;
    max-width: 380px;
    padding-left: 60px;
    margin: 0px 0px 0px auto; } }
@media (min-width: 992px) and (min-width: 992px) and (max-width: 1199.98px) {
  .block-contactform.map.fill-column.map-right .container .info-col.col-lg-4 .info {
    width: 320px;
    max-width: 320px;
    padding-left: 30px;
    margin: 0px 0px 0px auto; } }
@media (min-width: 992px) and (min-width: 768px) and (max-width: 991.98px) {
  .block-contactform.map.fill-column.map-right .container .info-col.col-lg-4 .info {
    width: 240px;
    max-width: 240px;
    padding-left: 30px;
    margin: 0px 0px 0px auto; } }
@media (min-width: 992px) and (min-width: 1200px) {
  .block-contactform.map.fill-column.map-right .container .info-col.col-lg-6 .info {
    width: 570px;
    max-width: 570px;
    padding-left: 60px;
    margin: 0px 0px 0px auto; } }
@media (min-width: 992px) and (min-width: 992px) and (max-width: 1199.98px) {
  .block-contactform.map.fill-column.map-right .container .info-col.col-lg-6 .info {
    width: 480px;
    max-width: 480px;
    padding-left: 30px;
    margin: 0px 0px 0px auto; } }
@media (min-width: 992px) and (min-width: 768px) and (max-width: 991.98px) {
  .block-contactform.map.fill-column.map-right .container .info-col.col-lg-6 .info {
    width: 360px;
    max-width: 360px;
    padding-left: 30px;
    margin: 0px 0px 0px auto; } }
@media (min-width: 992px) and (min-width: 1200px) {
  .block-contactform.map.fill-column.map-right .container .info-col.col-lg-8 .info {
    width: 760px;
    max-width: 760px;
    padding-left: 60px;
    margin: 0px 0px 0px auto; } }
@media (min-width: 992px) and (min-width: 992px) and (max-width: 1199.98px) {
  .block-contactform.map.fill-column.map-right .container .info-col.col-lg-8 .info {
    width: 640px;
    max-width: 640px;
    padding-left: 30px;
    margin: 0px 0px 0px auto; } }
@media (min-width: 992px) and (min-width: 768px) and (max-width: 991.98px) {
  .block-contactform.map.fill-column.map-right .container .info-col.col-lg-8 .info {
    width: 480px;
    max-width: 480px;
    padding-left: 30px;
    margin: 0px 0px 0px auto; } }
.block-contactform.map.fill-column.map-left .container .info-col .info {
  padding-right: 30px; }
@media (min-width: 1200px) {
  .block-contactform.map.fill-column.map-left .container .info-col .info {
    padding-right: 60px; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .block-contactform.map.fill-column.map-left .container .info-col .info {
    padding-right: 30px; } }
@media (min-width: 360px) and (max-width: 575.98px) {
  .block-contactform.map.fill-column.map-left .container .info-col .info {
    padding-right: 25px; } }
@media (max-width: 359.98px) {
  .block-contactform.map.fill-column.map-left .container .info-col .info {
    padding-right: 20px; } }
.block-contactform.bkgnd-white .form-col .frm_forms form input, .block-contactform.bkgnd-white .form-col .frm_forms form select, .block-contactform.bkgnd-white .form-col .frm_forms form textarea {
  background-color: #e6e7e8; }
  .block-contactform.bkgnd-white .form-col .frm_forms form input:focus, .block-contactform.bkgnd-white .form-col .frm_forms form select:focus, .block-contactform.bkgnd-white .form-col .frm_forms form textarea:focus {
    background-color: #e6e7e8 !important; }
.block-contactform.bkgnd-light .form-col .frm_forms form input, .block-contactform.bkgnd-light .form-col .frm_forms form select, .block-contactform.bkgnd-light .form-col .frm_forms form textarea {
  background-color: white; }
  .block-contactform.bkgnd-light .form-col .frm_forms form input:focus, .block-contactform.bkgnd-light .form-col .frm_forms form select:focus, .block-contactform.bkgnd-light .form-col .frm_forms form textarea:focus {
    background-color: white !important; }

.block-fullimage.carousel.full-width {
  font-size: 0px; }
  .block-fullimage.carousel.full-width .slides {
    z-index: 2; }
    .block-fullimage.carousel.full-width .slides .slide img {
      max-height: 800px;
      width: 100% !important;
      object-fit: cover;
      object-position: center center; }
  .block-fullimage.carousel.full-width .dots {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 50px;
    z-index: 5; }
    .block-fullimage.carousel.full-width .dots ul.slick-dots {
      text-align: center;
      margin: 0px auto;
      padding: 0px 0px 10px 0px;
      list-style: none;
      position: relative; }
      .block-fullimage.carousel.full-width .dots ul.slick-dots li {
        margin: 0px 6px;
        padding: 0px;
        display: inline-block;
        height: 8px;
        width: 8px;
        border-radius: 8px;
        cursor: pointer;
        background-color: white;
        opacity: 0.35; }
        .block-fullimage.carousel.full-width .dots ul.slick-dots li.slick-active {
          opacity: 1; }
        .block-fullimage.carousel.full-width .dots ul.slick-dots li button {
          display: none !important; }
        .block-fullimage.carousel.full-width .dots ul.slick-dots li:before {
          display: none; }
.block-fullimage.image.full-width {
  max-height: 800px;
  overflow: hidden; }
  .block-fullimage.image.full-width img {
    max-height: 800px;
    width: 100% !important;
    object-fit: cover;
    object-position: center center; }
.block-fullimage.image.scale img {
  max-width: 100% !important;
  height: auto !important;
  min-height: unset !important; }
@media (max-width: 767.98px) {
  .block-fullimage.image img {
    height: 480px !important;
    object-fit: cover;
    object-position: center center; } }
@media (max-width: 575.98px) {
  .block-fullimage.image img {
    height: 86.7vw !important;
    object-fit: cover;
    object-position: center center; } }
.block-fullimage.text {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }
@media (max-width: 575.98px) {
  .block-fullimage.text {
    padding-top: clamp(38px, 12vw, 65px);
    padding-bottom: clamp(38px, 12vw, 65px); }
    .block-fullimage.text .text-container {
      width: 100%; } }
@media (min-width: 576px) and (max-width: 767.98px) {
  .block-fullimage.text {
    padding-top: clamp(38px, 12vw, 65px);
    padding-bottom: clamp(38px, 12vw, 65px); }
    .block-fullimage.text .text-container {
      width: 100%; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-fullimage.text {
    padding-top: calc(clamp(38px, 12vw, 65px) * 1.5);
    padding-bottom: calc(clamp(38px, 12vw, 65px) * 1.5); }
    .block-fullimage.text .text-container {
      width: 100%; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .block-fullimage.text {
    padding-top: calc(clamp(38px, 12vw, 65px) * 2);
    padding-bottom: calc(clamp(38px, 12vw, 65px) * 2); }
    .block-fullimage.text .text-container {
      width: 85%; } }
@media (min-width: 1200px) {
  .block-fullimage.text {
    padding-top: calc(clamp(38px, 12vw, 65px) * 2);
    padding-bottom: calc(clamp(38px, 12vw, 65px) * 2); }
    .block-fullimage.text .text-container {
      width: 75%; } }
.block-fullimage.text .text-container {
  padding: clamp(38px, 12vw, 65px);
  margin: 0px auto; }
@media (max-width: 575.98px) {
  .block-fullimage.text .text-container {
    padding: clamp(38px, 12vw, 65px); } }
.block-fullimage.text .text-container.bkgnd-white {
  background-color: white; }
.block-fullimage.text .text-container.bkgnd-light {
  background-color: #f2f0ec; }
.block-fullimage.text .text-container.bkgnd-light2 {
  background-color: #f2f0ec; }
.block-fullimage.text .text-container.bkgnd-primary {
  background-color: #576781; }
.block-fullimage.text .text-container.bkgnd-secondary {
  background-color: #9fa9b3; }
.block-fullimage.video .video-container.oembed {
  position: relative;
  width: 100%;
  overflow: hidden; }
@media (max-width: 575.98px) {
  .block-fullimage.video .video-container.oembed {
    height: calc((100vw - 60px) * .5625); } }
@media (min-width: 576px) and (max-width: 767.98px) {
  .block-fullimage.video .video-container.oembed {
    height: 270px; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-fullimage.video .video-container.oembed {
    height: 371.25px; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .block-fullimage.video .video-container.oembed {
    height: 506.25px; } }
@media (min-width: 1200px) {
  .block-fullimage.video .video-container.oembed {
    height: 573.75px; } }
.block-fullimage.video .video-container.oembed iframe {
  height: 100%;
  width: 100%; }
.block-fullimage.video .video-container.lightbox {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .block-fullimage.video .video-container.lightbox .play-button {
    position: absolute;
    width: 20%; }
.block-fullimage .caption-container {
  padding-top: 14px;
  margin-bottom: 30px; }

.block-hero {
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 10;
  height: 520px;
  overflow: hidden; }
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-hero {
    height: 480px; } }
@media (max-width: 767.98px) {
  .block-hero {
    max-height: 450px;
    height: 85vw; } }
.block-hero.left .title-container .row {
  justify-content: flex-start !important; }
.block-hero.center .title-container .row {
  justify-content: center !important; }
.block-hero.right .title-container .row {
  justify-content: flex-end !important; }
.block-hero.image.top {
  background-position: top center; }
.block-hero.image.middle {
  background-position: center center; }
.block-hero.image.bottom {
  background-position: bottom center; }
.block-hero.marquee.video {
  min-height: 520px !important;
  height: 450px; }
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-hero.marquee.video {
    min-height: 484px !important;
    height: 484px; } }
@media (min-width: 576px) and (max-width: 767.98px) {
  .block-hero.marquee.video {
    min-height: 382px !important;
    height: 382px; } }
@media (max-width: 575.98px) {
  .block-hero.marquee.video {
    min-height: 60vw !important;
    height: 60vw; } }
.block-hero.marquee.video .video-container {
  overflow: hidden; }
  .block-hero.marquee.video .video-container video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center; }
.block-hero.marquee.video .title-container {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%; }
  .block-hero.marquee.video .title-container .container {
    height: 100%; }
    .block-hero.marquee.video .title-container .container .row {
      height: 100%; }
.block-hero.marquee .title {
  justify-content: center; }
  .block-hero.marquee .title .text-container {
    margin-top: 25%; }
.block-hero.marquee.home-hero {
  height: 92vh;
  min-height: 620px;
  filter: contrast(1.15) saturate(1.05); }
@media (max-width: 767.98px) {
  .block-hero.marquee.home-hero {
    height: 78vh;
    min-height: 520px; } }
.block-hero.page {
  height: 300px; }
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-hero.page {
    height: 280px; } }
@media (max-width: 767.98px) {
  .block-hero.page {
    max-height: 280px;
    height: 45vw; } }
.block-hero.page .title {
  justify-content: flex-end; }
  .block-hero.page .title .text-container {
    margin-bottom: 45px; }
@media (max-width: 767.98px) {
  .block-hero.page .title .text-container {
    margin-bottom: 14px; } }
@media (max-width: 575.98px) {
  .block-hero.page .title .text-container p {
    display: none; } }

.block-pageheader {
  padding-top: 100px;
  padding-bottom: 50px;
  background-color: white; }
  .block-pageheader .row {
    align-items: flex-end; }
  .block-pageheader h1 {
    font-size: 54px;
    line-height: 1.1;
    margin-bottom: 0px; }
  .block-pageheader p {
    font-size: 19px;
    color: #576781;
    margin-top: 14px;
    margin-bottom: 0px;
    max-width: 520px; }
@media (max-width: 767.98px) {
  .block-pageheader {
    padding-top: 55px;
    padding-bottom: 30px; }
    .block-pageheader h1 {
      font-size: 34px; }
    .block-pageheader p {
      font-size: 16px;
      margin-top: 10px; } }

.block-hero.carousel .slides .slide {
  background-size: cover;
  background-position: center center;
  position: relative;
  height: 520px; }
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-hero.carousel .slides .slide {
    height: 480px; } }
@media (max-width: 767.98px) {
  .block-hero.carousel .slides .slide {
    max-height: 450px;
    height: 85vw; } }
.block-hero.carousel .slides .slide.left {
  text-align: left; }
  .block-hero.carousel .slides .slide.left .title-container .row {
    justify-content: flex-start !important; }
.block-hero.carousel .slides .slide.center {
  text-align: center; }
  .block-hero.carousel .slides .slide.center .title-container .row {
    justify-content: center !important; }
.block-hero.carousel .slides .slide.right {
  text-align: right; }
  .block-hero.carousel .slides .slide.right .title-container .row {
    justify-content: flex-end !important; }
.block-hero.carousel .slides .slide .title {
  justify-content: center; }
  .block-hero.carousel .slides .slide .title .text-container {
    margin-top: 25%; }
.block-hero.carousel .dots {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 50px;
  z-index: 5; }
  .block-hero.carousel .dots ul.slick-dots {
    text-align: center;
    margin: 0px auto;
    padding: 0px 0px 10px 0px;
    list-style: none;
    position: relative; }
    .block-hero.carousel .dots ul.slick-dots li {
      margin: 0px 6px;
      padding: 0px;
      display: inline-block;
      height: 8px;
      width: 8px;
      border-radius: 8px;
      cursor: pointer;
      background-color: white;
      opacity: 0.35; }
      .block-hero.carousel .dots ul.slick-dots li.slick-active {
        opacity: 1; }
      .block-hero.carousel .dots ul.slick-dots li button {
        display: none !important; }
      .block-hero.carousel .dots ul.slick-dots li:before {
        display: none; }
.block-hero .tinter {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.45);
  z-index: 1; }
.block-hero .title-container {
  position: relative;
  z-index: 2; }
  .block-hero .title-container .title {
    display: flex;
    flex-direction: column; }
    .block-hero .title-container .title .text-container h1 {
      color: white; }
    .block-hero .title-container .title .text-container p {
      color: white; }
.block-hero.home-hero .title-container .title .text-container h1 {
  font-size: 68px;
  line-height: 1.1;
  margin-bottom: 18px; }
.block-hero.home-hero .title-container .title .text-container p {
  font-size: 22px; }
@media (max-width: 767.98px) {
  .block-hero.home-hero .title-container .title .text-container h1 {
    font-size: 40px; }
  .block-hero.home-hero .title-container .title .text-container p {
    font-size: 18px; } }

.block-legal.center .content-container {
  margin: 0px auto; }
@media (min-width: 1200px) {
  .block-legal.center .content-container {
    width: 70%; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .block-legal.center .content-container {
    width: 80%; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-legal.center .content-container {
    width: 90%; } }
@media (min-width: 576px) and (max-width: 767.98px) {
  .block-legal.center .content-container {
    width: 93%; } }
.block-legal p {
  font-size: 12px;
  font-style: italic; }

.block-peoplegrid .person {
  margin-bottom: 30px; }
  .block-peoplegrid .person .image-container {
    position: relative; }
    .block-peoplegrid .person .image-container.over .image.rollover {
      opacity: 1; }
    .block-peoplegrid .person .image-container .image {
      margin-bottom: 15px; }
      .block-peoplegrid .person .image-container .image.rollover {
        position: absolute;
        top: 0px;
        left: 0px;
        opacity: 0;
        transition: all 0.5s; }
  .block-peoplegrid .person .info-container {
    position: relative; }
    .block-peoplegrid .person .info-container .image {
      margin-bottom: 15px; }
  .block-peoplegrid .person .info-container h5 {
    margin-bottom: 0px; }
  .block-peoplegrid .person .info-container p.title {
    font-style: italic;
    font-size: 93.75%;
    margin-bottom: 0px; }
    .block-peoplegrid .person .info-container p.title a {
      text-decoration: none; }
      .block-peoplegrid .person .info-container p.title a:hover {
        text-decoration: underline; }
  .block-peoplegrid .person .info-container h5 + p {
    margin-top: 2px; }
  .block-peoplegrid .person .info-container .social {
    position: absolute;
    right: 10px;
    bottom: 10px; }
    .block-peoplegrid .person .info-container .social ul {
      margin: 0px;
      padding: 0px; }
      .block-peoplegrid .person .info-container .social ul li {
        display: inline-block; }
        .block-peoplegrid .person .info-container .social ul li.email svg {
          margin-top: 7px; }
      .block-peoplegrid .person .info-container .social ul li.instagram svg {
        margin-top: 3px; }
.block-peoplegrid .person .mini-bio-container p.mini-bio {
  margin-top: 16px;
  font-size: 15px; }
.block-peoplegrid .person .bio {
  display: none; }
.block-peoplegrid.light .person .info-container h5 {
  color: #465267; }
  .block-peoplegrid.light .person .info-container h5 a:hover {
    color: #000000;
    text-decoration: none; }
.block-peoplegrid.light .person .info-container p.title a {
  color: #000000; }
  .block-peoplegrid.light .person .info-container p.title a:hover {
    color: #000000; }
.block-peoplegrid.light .person .info-container .social {
  position: absolute;
  right: 10px;
  bottom: 10px; }
  .block-peoplegrid.light .person .info-container .social ul {
    margin: 0px;
    padding: 0px; }
    .block-peoplegrid.light .person .info-container .social ul li {
      display: inline-block;
      margin-right: 8px; }
      .block-peoplegrid.light .person .info-container .social ul li a svg {
        fill: #000000; }
        .block-peoplegrid.light .person .info-container .social ul li a:hover svg {
          fill: #465267; }
.block-peoplegrid.two-col .card-columns {
  -webkit-column-count: 2 !important;
  -moz-column-count: 2 !important;
  column-count: 2 !important; }
@media (max-width: 767.98px) {
  .block-peoplegrid.two-col .card-columns {
    -webkit-column-count: 1 !important;
    -moz-column-count: 1 !important;
    column-count: 1 !important; } }
.block-peoplegrid.three-col .card-columns {
  -webkit-column-count: 3 !important;
  -moz-column-count: 3 !important;
  column-count: 3 !important; }
.block-peoplegrid.four-col .card-columns {
  -webkit-column-count: 4 !important;
  -moz-column-count: 4 !important;
  column-count: 4 !important; }
.block-peoplegrid .card-columns .card {
  max-width: 100% !important;
  border: none !important;
  margin-bottom: 42px; }

.block-posts {
  transition: all 0.4s; }
  .block-posts .active-tags {
    margin-bottom: 16px; }
    .block-posts .active-tags h3 span.reset {
      font-size: 16px;
      margin-left: 16px; }
  .block-posts .posts-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0px; }
    .block-posts .posts-container.no-flex {
      display: block !important; }
    .block-posts .posts-container .post-container {
      transition: all 0.4s; }
      .block-posts .posts-container .post-container.just-loaded {
        opacity: 0; }
  .block-posts .sidebar .search-bar {
    margin-bottom: 24px;
    position: relative; }
    .block-posts .sidebar .search-bar > span {
      background-color: #f2f0ec;
      display: inline-block;
      width: 36px;
      height: 32px;
      vertical-align: top;
      padding-left: 8px;
      padding-right: 6px; }
      .block-posts .sidebar .search-bar > span:before {
        content: "";
        font-family: 'microns';
        font-size: 21px;
        color: #000000;
        position: relative; }
    .block-posts .sidebar .search-bar input {
      display: inline-block;
      vertical-align: top;
      background-color: #f2f0ec;
      border: none;
      outline: 0px;
      width: calc(100% - 36px);
      padding: 4px 15px 4px 0px;
      position: relative; }
    .block-posts .sidebar .search-bar .search-results {
      position: absolute;
      background-color: white;
      box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.2);
      width: 320px;
      right: 0px;
      top: 37px;
      padding: 24px 20px 20px 20px;
      display: none; }
      .block-posts .sidebar .search-bar .search-results .loading {
        text-align: center;
        padding-top: 14px;
        padding-bottom: 14px; }
      .block-posts .sidebar .search-bar .search-results ul {
        list-style: none;
        margin: 0px;
        padding: 0px; }
        .block-posts .sidebar .search-bar .search-results ul li {
          font-size: 16px;
          line-height: 1.3;
          margin-bottom: 13px;
          display: none; }
          .block-posts .sidebar .search-bar .search-results ul li a {
            color: #000000;
            text-decoration: none; }
            .block-posts .sidebar .search-bar .search-results ul li a:hover {
              color: #465267;
              text-decoration: underline; }
          .block-posts .sidebar .search-bar .search-results ul li span.content-match {
            margin-top: 3px;
            margin-left: 8px;
            font-size: 13px;
            font-style: italic;
            color: #465267; }
      .block-posts .sidebar .search-bar .search-results p.no-results {
        font-size: 16px;
        line-height: 1.3;
        margin-top: 0px;
        margin-bottom: 4px;
        display: none; }
      .block-posts .sidebar .search-bar .search-results p.all-results {
        font-size: 14px;
        margin-top: 18px;
        margin-bottom: 0px;
        display: none; }
  .block-posts .sidebar .tag-cloud h4 {
    margin-bottom: 20px; }
  .block-posts .sidebar .tag-cloud ul {
    list-style: none;
    padding: 0px; }
    .block-posts .sidebar .tag-cloud ul.tags li {
      line-height: 1.3;
      margin-bottom: 16px; }
  .block-posts .filter-row {
    display: flex;
    justify-content: space-between; }
  @media (max-width: 767.98px) {
    .block-posts .filter-row {
      display: block; } }
  .block-posts .filter-row h2 {
    vertical-align: baseline; }
  .block-posts .filter-row .filters {
    vertical-align: baseline; }
    .block-posts .filter-row .filters ul {
      list-style: none;
      padding: 0px; }
      .block-posts .filter-row .filters ul li {
        position: relative;
        display: inline-block;
        margin-right: 20px;
        font-size: 16px;
        font-weight: 500;
        cursor: pointer; }
        .block-posts .filter-row .filters ul li:last-of-type {
          margin-right: 0px; }
        .block-posts .filter-row .filters ul li:before {
          position: relative;
          content: "";
          font-size: 27px;
          font-family: typicons !important;
          margin-right: 9px;
          top: 2px;
          color: #bbbab8;
          opacity: 0.5; }
          .block-posts .filter-row .filters ul li.active:before {
            opacity: 0.35; }
          .block-posts .filter-row .filters ul li.active:after {
            position: absolute;
            content: "";
            font-size: 22px;
            font-family: typicons !important;
            top: 5px;
            left: 1px; }
  .block-posts .load-more {
    margin-top: 22px;
    text-align: center; }
    .block-posts .load-more.hide {
      display: none; }
      .block-posts .load-more p img {
        height: 32px;
        width: 32px; }
  .block-posts .view-all {
    margin-top: 20px; }
  .block-posts .no-results {
    display: none; }
    .block-posts .no-results p {
      border-top: 1px solid #bbbab8;
      padding-top: 22px;
      font-size: 18px; }
    .block-posts .no-results.show {
      display: block; }

.block-pullquote .container .row .quote {
  text-align: center; }
@media (min-width: 992px) {
  .block-pullquote .container .row .quote {
    padding: 0px 15%; } }
.block-pullquote .container .row .quote p {
  color: #000000;
  font-size: 20px; }
  .block-pullquote .container .row .quote p:first-child:before {
    color: #000000;
    content: "“";
    display: block;
    text-align: center;
    font-size: 112px;
    margin-bottom: -100px;
    margin-top: -50px; }
.block-pullquote .container .row .attribution {
  text-align: center; }
  .block-pullquote .container .row .attribution p {
    font-style: italic;
    margin-top: 16px;
    margin-bottom: 0px; }

.block-rule hr {
  border-top: 1px solid #576781;
  margin: 0px; }
  .block-rule hr.light {
    border-color: #bbbab8;
    opacity: 0.35; }
  .block-rule hr.primary {
    border-color: #576781; }
  .block-rule hr.secondary {
    border-color: #465267; }
  .block-rule hr.tertiary {
    border-color: #465267; }
  .block-rule hr.accent {
    border-color: #465267; }
  .block-rule hr.accent2 {
    border-color: #465267; }

@media (max-width: 991.98px) {
  .block-textimage.full + .block-rule {
    padding-top: 0px !important; } }

.block-share .content-container .swp_social_panel .swp_share_button a {
  color: white; }

.swp-hidden-panel-wrap {
  display: none; }

.block-strip {
  padding: 20px 0px 18px 0px; }
  .block-strip h1, .block-strip h2, .block-strip h3, .block-strip h4, .block-strip p {
    line-height: 1; }
    .block-strip p:first-child {
      margin-top: 6px !important; }
    .block-strip p:last-child {
      margin-bottom: 10px !important; }

@media (max-width: 767.98px) {
  .block-testimonials.image .slides-container .slides .slide .text-col {
    margin-top: 40px; } }
.block-testimonials.quote .dots {
  margin-top: 0px; }
.block-testimonials.logo .slides-container .slides .slide .text-col .logo {
  width: 100%;
  margin-bottom: 8px; }
  .block-testimonials.logo .slides-container .slides .slide .text-col .logo img {
    height: 152px;
    width: auto;
    margin: 0px auto; }
.block-testimonials .slides-container .slides .slick-list {
  height: 100%; }
  .block-testimonials .slides-container .slides .slick-list .slick-track {
    height: 100%;
    display: flex;
    align-items: center; }
    .block-testimonials .slides-container .slides .slick-list .slick-track .slick-slide {
      float: none;
      height: auto; }
@media (min-width: 992px) {
  .block-testimonials .slides-container .slides .slide.short .text-col {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; } }
@media (min-width: 992px) {
  .block-testimonials .slides-container .slides .slide.long .text-col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }
.block-testimonials .slides-container .slides .slide .text-col {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center; }
@media (min-width: 992px) {
  .block-testimonials .slides-container .slides .slide .text-col {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; } }
.block-testimonials .slides-container .slides .slide .text-col .quote {
  position: relative;
  padding: 0px 25px;
  margin: 0px auto 15px auto; }
  .block-testimonials .slides-container .slides .slide .text-col .quote:before {
    content: "“";
    font-size: 112px;
    position: absolute;
    left: -25px;
    top: -48px;
    color: #000000;
    z-index: 25;
    display: none; }
  .block-testimonials .slides-container .slides .slide .text-col .quote:after {
    content: "”";
    font-size: 112px;
    position: absolute;
    right: -25px;
    bottom: -94px;
    color: #000000;
    z-index: 25;
    display: none; }
  .block-testimonials .slides-container .slides .slide .text-col .quote p {
    position: relative;
    line-height: 1.75;
    font-size: 18px; }
    .block-testimonials .slides-container .slides .slide .text-col .quote p:before, .block-testimonials .slides-container .slides .slide .text-col .quote p:after {
      font-size: 70px;
      line-height: 0px;
      position: relative;
      display: inline;
      color: #000000;
      z-index: 25; }
    .block-testimonials .slides-container .slides .slide .text-col .quote p:before {
      content: "“";
      left: -8px;
      top: 28px; }
    .block-testimonials .slides-container .slides .slide .text-col .quote p:after {
      content: "”";
      right: -9px;
      bottom: -33px; }
.block-testimonials .slides-container .slides .slide .text-col p.attribution .name {
  font-weight: 700; }
.block-testimonials .slides-container .slides .slide .text-col p.attribution .title {
  font-style: italic; }
.block-testimonials .dots {
  margin-top: calc(clamp(38px, 12vw, 65px) * 0.5);
  display: inline-block;
  vertical-align: middle; }
@media (max-width: 575.98px) {
  .block-testimonials .dots {
    margin-top: calc(clamp(38px, 12vw, 65px) * 0.5); } }
.block-testimonials .dots ul.slick-dots {
  text-align: center;
  margin: 0px auto;
  padding: 0px;
  list-style: none;
  position: relative; }
  .block-testimonials .dots ul.slick-dots li {
    margin: 0px 6px;
    padding: 0px;
    display: inline-block;
    height: 8px;
    width: 8px;
    border-radius: 8px;
    cursor: pointer;
    background-color: #bbbab8;
    opacity: 0.35; }
    .block-testimonials .dots ul.slick-dots li.slick-active {
      opacity: 1; }
    .block-testimonials .dots ul.slick-dots li button {
      display: none !important; }
    .block-testimonials .dots ul.slick-dots li:before {
      display: none; }
.block-testimonials .arrows {
  text-align: center;
  margin-top: 20px; }
  .block-testimonials .arrows .prev, .block-testimonials .arrows .next {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 8px;
    cursor: pointer; }
    .block-testimonials .arrows .prev:before, .block-testimonials .arrows .next:before {
      content: "";
      font-family: typicons !important;
      font-size: 27px;
      color: #bbbab8;
      position: relative;
      top: 2px; }
      .block-testimonials .arrows .prev:hover:before, .block-testimonials .arrows .next:hover:before {
        color: white; }
  .block-testimonials .arrows .prev:before {
    content: ""; }

.block-text.one-col.center .column-one .content-container {
  margin: 0px auto; }
@media (min-width: 1200px) {
  .block-text.one-col.center .column-one .content-container {
    width: 70%; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .block-text.one-col.center .column-one .content-container {
    width: 80%; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-text.one-col.center .column-one .content-container {
    width: 90%; } }
@media (min-width: 576px) and (max-width: 767.98px) {
  .block-text.one-col.center .column-one .content-container {
    width: 93%; } }
@media (max-width: 991.98px) {
  .block-text.two-col .column-one {
    margin-bottom: calc(clamp(38px, 12vw, 65px) * .5); } }
@media (min-width: 992px) {
  .block-text.two-col.two-thirds .column-one, .block-text.two-col.three-fourths .column-one {
    padding-right: 44px; }
  .block-text.two-col.one-third .column-two, .block-text.two-col.one-fourth .column-two {
    padding-left: 44px; } }
.block-text .column-one.wrapped {
  column-count: 2;
  column-gap: 115px; }
@media (max-width: 991.98px) {
  .block-text .column-one.wrapped {
    column-count: 1; } }
.block-text .column-two ul {
  padding: 0px 0px 0px 40px;
  margin: 15px 0px 30px 0px; }
.block-text .buttons-container {
  padding-top: 0px !important;
  margin-top: 20px; }

.blocks-wrapper {
  /* The role of .blocks-wrapper is to apply special rules when a block is inside another block */ }

@media (max-width: 991.98px) {
  .block-textimage.image-right .text-col {
    padding-top: calc(clamp(38px, 12vw, 65px) * .85); } }
@media (min-width: 992px) {
  .block-textimage.image-right .text-col {
    padding-right: calc(clamp(38px, 12vw, 65px) * .8); } }
@media (max-width: 991.98px) {
  .block-textimage.image-left .text-col {
    padding-top: calc(clamp(38px, 12vw, 65px) * .85); } }
@media (min-width: 992px) {
  .block-textimage.image-left .text-col {
    padding-left: calc(clamp(38px, 12vw, 65px) * .8); } }
@media (max-width: 991.98px) {
  .block-textimage.full .full-image-row .image-col {
    height: 75vw;
    max-height: 400px; } }
@media (min-width: 992px) {
  .block-textimage.full {
    position: relative; }
    .block-textimage.full .full-image-row {
      position: absolute;
      height: 100%;
      top: 0px;
      left: 0px; }
      .block-textimage.full .full-image-row .image-col {
        position: absolute;
        height: 100%;
        top: 0px;
        left: 0px; }
        .block-textimage.full .full-image-row .image-col.right {
          left: unset !important;
          right: 0px; } }
      @media (min-width: 992px) and (min-width: 1200px) {
        .block-textimage.full .full-image-row .image-col.fifty, .block-textimage.full .full-image-row .image-col.equal {
          width: calc((((100% - 1140px) / 2) + 60px - 15px) + ( .5 * (1140px - 60px - 60px) )); } }
    @media (min-width: 992px) and (min-width: 992px) and (max-width: 1199.98px) {
      .block-textimage.full .full-image-row .image-col.fifty, .block-textimage.full .full-image-row .image-col.equal {
        width: calc((((100% - 960px) / 2) + 30px - 15px) + ( .5 * (960px - 30px - 30px) )); } }
  @media (min-width: 992px) and (min-width: 1200px) {
    .block-textimage.full .full-image-row .image-col.one-third {
      width: calc((((100% - 1140px) / 2) + 60px - 15px) + ( .41666667 * (1140px - 60px - 60px) )); } }
@media (min-width: 992px) and (min-width: 992px) and (max-width: 1199.98px) {
  .block-textimage.full .full-image-row .image-col.one-third {
    width: calc((((100% - 960px) / 2) + 30px - 15px) + ( .41666667 * (960px - 30px - 30px) )); } }
@media (min-width: 992px) and (min-width: 1200px) {
  .block-textimage.full .full-image-row .image-col.two-thirds {
    width: calc((((100% - 1140px) / 2) + 60px - 15px) + ( .58333333 * (1140px - 60px - 60px) )); } }
@media (min-width: 992px) and (min-width: 992px) and (max-width: 1199.98px) {
  .block-textimage.full .full-image-row .image-col.two-thirds {
    width: calc((((100% - 960px) / 2) + 30px - 15px) + ( .58333333 * (960px - 30px - 30px) )); } }
@media (min-width: 992px) and (min-width: 1200px) {
  .block-textimage.full .full-image-row .image-col.one-fourth {
    width: calc((((100% - 1140px) / 2) + 60px - 15px) + ( .25 * (1140px - 60px - 60px) )); } }
@media (min-width: 992px) and (min-width: 992px) and (max-width: 1199.98px) {
  .block-textimage.full .full-image-row .image-col.one-fourth {
    width: calc((((100% - 960px) / 2) + 30px - 15px) + ( .25 * (960px - 30px - 30px) )); } }
@media (min-width: 992px) and (min-width: 1200px) {
  .block-textimage.full .full-image-row .image-col.three-fourths {
    width: calc((((100% - 1140px) / 2) + 60px - 15px) + ( .75 * (1140px - 60px - 60px) )); } }
@media (min-width: 992px) and (min-width: 992px) and (max-width: 1199.98px) {
  .block-textimage.full .full-image-row .image-col.three-fourths {
    width: calc((((100% - 960px) / 2) + 30px - 15px) + ( .75 * (960px - 30px - 30px) )); } }
.block-textimage.full .full-image-row {
  display: flex;
  width: 100%; }
  .block-textimage.full .full-image-row .image-col {
    padding-left: 0px;
    padding-right: 0px;
    overflow: hidden;
    width: 100%; }
    .block-textimage.full .full-image-row .image-col img {
      display: block;
      height: 100%;
      width: 100%;
      object-fit: cover; }
.block-textimage.full .container .row .image-col .image-container {
  display: none; }
.block-textimage .container .row {
  align-items: center; }
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-textimage .container .row .image-col.square .image-container, .block-textimage .container .row .image-col.rect .image-container, .block-textimage .container .row .image-col.circle .image-container, .block-textimage .container .row .image-col.scale .image-container {
    max-width: 70%; } }
.block-textimage .container .row .image-col.square .image-container, .block-textimage .container .row .image-col.square .video-container {
  aspect-ratio: 1; }
.block-textimage .container .row .image-col.rect .image-container, .block-textimage .container .row .image-col.rect .video-container, .block-textimage .container .row .image-col.fullscreen .image-container, .block-textimage .container .row .image-col.fullscreen .video-container {
  aspect-ratio: 1.3333333333; }
.block-textimage .container .row .image-col.widescreen .image-container, .block-textimage .container .row .image-col.widescreen .video-container {
  aspect-ratio: 1.7777777778; }
.block-textimage .container .row .image-col.circle .image-container, .block-textimage .container .row .image-col.circle .video-container {
  border-radius: 50%;
  aspect-ratio: 1; }
.block-textimage .container .row .image-col .scale .image-container, .block-textimage .container .row .image-col .scale .video-container {
  aspect-ratio: unset; }
.block-textimage .container .row .image-col.top .image-container img {
  object-position: top center; }
.block-textimage .container .row .image-col.middle .image-container img {
  object-position: center center; }
.block-textimage .container .row .image-col.bottom .image-container img {
  object-position: bottom center; }
.block-textimage .container .row .image-col .image-container, .block-textimage .container .row .image-col .video-container {
  height: 100%;
  width: 100%;
  overflow: hidden; }
  .block-textimage .container .row .image-col .image-container img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
    object-position: center center; }
.block-textimage .container .row .image-col .video-container iframe {
  display: block;
  width: 100%;
  height: 100%; }
.block-textimage .container .row .text-col .content-container p:last-child, .block-textimage .container .row .text-col .content-container ul:last-child {
  margin-bottom: 0px; }
  .block-textimage .container .row .text-col .content-container p:last-child li, .block-textimage .container .row .text-col .content-container ul:last-child li {
    padding-bottom: 0px;
    margin-bottom: 0px; }

.block-tiles {
  margin-bottom: -55px; }
@media (min-width: 1200px) {
  .block-tiles .container {
    padding-right: 60px;
    padding-left: 60px; } }
.block-tiles.cards .tile {
  margin-bottom: 30px; }
  .block-tiles.cards .tile .card-container {
    background-color: white;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
    height: 100%;
    padding: 30px 35px; }
  @media (max-width: 767.98px) {
    .block-tiles.cards .tile .card-container {
      padding: 40px 35px;
      width: 80%;
      margin: 0px auto; } }
@media (min-width: 360px) and (max-width: 575.98px) {
  .block-tiles.cards .tile .card-container {
    width: 90%; } }
@media (max-width: 359.98px) {
  .block-tiles.cards .tile .card-container {
    width: 100%; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-tiles.cards .tile.image.col-md-5 {
    flex: 0 0 50%;
    max-width: 50%; } }
.block-tiles.cards .tile.image .card-container {
  position: relative;
  padding: 0px; }
  .block-tiles.cards .tile.image .card-container .image {
    width: 100%;
    height: 180px;
    overflow: hidden; }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .block-tiles.cards .tile.image .card-container .image {
      height: 200px; } }
@media (min-width: 360px) and (max-width: 575.98px) {
  .block-tiles.cards .tile.image .card-container .image {
    height: 50vw;
    max-height: 220px; } }
.block-tiles.cards .tile.image .card-container .image img {
  max-width: unset !important;
  width: 100%;
  min-height: 100%;
  position: relative;
  object-fit: cover;
  object-position: center center;
  overflow: hidden; }
.block-tiles.cards .tile.image .card-container .text {
  padding: 10px 35px 30px 35px; }
@media (max-width: 575.98px) {
  .block-tiles.cards .tile.image .card-container .text {
    width: 95%; } }
@media (min-width: 576px) and (max-width: 767.98px) {
  .block-tiles.cards .tile.image .card-container .text {
    width: 90%; } }
@media (min-width: 1200px) {
  .block-tiles.cards .tile.image .card-container .text {
    width: 90%; } }
.block-tiles.cards .tile.button {
  padding-bottom: 0px !important; }
  .block-tiles.cards .tile.button .card-container .buttons {
    bottom: 30px; }
.block-tiles.cards .tile.button.image .card-container {
  padding-bottom: 57px; }
.block-tiles.cards .tile.button.icon .card-container {
  padding-bottom: 87px; }
.block-tiles.cards .tile.button a.button:only-child {
  margin: 0px; }
.block-tiles.clickable-tile .tile .card-container {
  position: relative; }
  .block-tiles.clickable-tile .tile .card-container > a {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px; }
.block-tiles .tile {
  text-align: center;
  margin-bottom: 55px;
  position: relative; }
  .block-tiles .tile .image {
    width: 55%;
    margin: 0px auto 25px auto; }
  @media (max-width: 575.98px) {
    .block-tiles .tile .image {
      width: 40%; } }
@media (min-width: 576px) and (max-width: 767.98px) {
  .block-tiles .tile .image {
    width: 50%; } }
.block-tiles .tile .image img {
  max-width: 100%; }
.block-tiles .tile .text {
  margin: 0px auto; }
  .block-tiles .tile.button.icon {
    padding-bottom: 57px; }
  .block-tiles .tile.button .buttons {
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px; }

.blocks-wrapper {
  /* The role of .blocks-wrapper is to apply special rules when a block is inside another block */ }

.block-audioplayer {
  position: relative; }
  .block-audioplayer .base-color, .block-audioplayer .progress-color, .block-audioplayer .cursor-color {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0px;
    left: 0px;
    display: none; }
  .block-audioplayer #awp-wrapper {
    width: 100%; }
    .block-audioplayer #awp-wrapper .awp-player-wrap .awp-player-holder .row {
      -ms-flex-align: end !important;
      align-items: flex-end !important; }
    @media (max-width: 767.98px) {
      .block-audioplayer #awp-wrapper .awp-player-wrap .awp-player-holder .row {
        -ms-flex-align: center !important;
        align-items: center !important; } }
    .block-audioplayer #awp-wrapper .awp-player-wrap .awp-player-holder .mobile-info {
      margin-bottom: 12px; }
      .block-audioplayer #awp-wrapper .awp-player-wrap .awp-player-holder .mobile-info .awp-info .awp-player-artist {
        font-size: 13px; }
      .block-audioplayer #awp-wrapper .awp-player-wrap .awp-player-holder .mobile-info .awp-info .awp-player-title {
        font-size: 18px; }
    .block-audioplayer #awp-wrapper .awp-player-wrap .awp-player-holder .controls .awp-playback-toggle {
      display: inline-block;
      vertical-align: middle; }
      .block-audioplayer #awp-wrapper .awp-player-wrap .awp-player-holder .controls .awp-playback-toggle i {
        width: 48px;
        height: 50px;
        font-size: 40px !important;
        line-height: 50px !important;
        color: white;
        text-align: left;
        display: inline-block; }
      .block-audioplayer #awp-wrapper .awp-player-wrap .awp-player-holder .controls .awp-playback-toggle .awp-btn-pause {
        display: none; }
        .block-audioplayer #awp-wrapper .awp-player-wrap .awp-player-holder .controls .awp-playback-toggle .awp-btn-pause i {
          font-size: 36px !important; }
    .block-audioplayer #awp-wrapper .awp-player-wrap .awp-player-holder .controls .awp-info {
      pointer-events: none;
      display: inline-block;
      vertical-align: middle; }
      .block-audioplayer #awp-wrapper .awp-player-wrap .awp-player-holder .controls .awp-info .awp-player-artist {
        font-size: 13px; }
      .block-audioplayer #awp-wrapper .awp-player-wrap .awp-player-holder .controls .awp-info .awp-player-title {
        font-size: 18px; }
  .block-audioplayer #awp-wrapper .awp-player-wrap .awp-player-holder .volume .awp-volume-wrapper {
    height: 25px;
    width: 125px;
    margin: 0px 0px 0px auto;
    text-align: right; }
    .block-audioplayer #awp-wrapper .awp-player-wrap .awp-player-holder .volume .awp-volume-wrapper .awp-player-volume {
      width: 22px;
      height: 22px;
      display: inline-block;
      vertical-align: middle;
      text-align: left; }
      .block-audioplayer #awp-wrapper .awp-player-wrap .awp-player-holder .volume .awp-volume-wrapper .awp-player-volume i {
        width: 25px;
        height: 25px;
        font-size: 18px !important;
        line-height: 25px !important;
        color: white; }
    .block-audioplayer #awp-wrapper .awp-player-wrap .awp-player-holder .volume .awp-volume-wrapper .awp-volume-seekbar {
      position: relative;
      background: rgba(0, 0, 0, 0);
      cursor: pointer;
      touch-action: none;
      width: 80px;
      display: inline-block;
      vertical-align: middle; }
      .block-audioplayer #awp-wrapper .awp-player-wrap .awp-player-holder .volume .awp-volume-wrapper .awp-volume-seekbar .awp-volume-bg {
        position: absolute;
        width: 80px;
        height: 5px;
        background-color: rgba(255, 255, 255, 0.15); }
        .block-audioplayer #awp-wrapper .awp-player-wrap .awp-player-holder .volume .awp-volume-wrapper .awp-volume-seekbar .awp-volume-bg .awp-volume-level {
          position: absolute;
          height: 100%;
          background-color: white; }
  .block-audioplayer #awp-wrapper .awp-player-wrap .awp-player-holder .waveform {
    position: relative; }
    .block-audioplayer #awp-wrapper .awp-player-wrap .awp-player-holder .waveform .awp-waveform-wrap {
      margin-top: 20px;
      margin-bottom: 28px; }
      .block-audioplayer #awp-wrapper .awp-player-wrap .awp-player-holder .waveform .awp-waveform-wrap .awp-waveform-preloader {
        position: absolute;
        width: 100%;
        height: 20px;
        text-align: center;
        font-size: 12px;
        opacity: 0.5;
        left: 0px;
        top: 70px; }
        .block-audioplayer #awp-wrapper .awp-player-wrap .awp-player-holder .waveform .awp-waveform-wrap .awp-waveform canvas {
          max-width: none !important; }
      .block-audioplayer #awp-wrapper .awp-player-wrap .awp-player-holder .waveform .awp-waveform-wrap .awp-waveform-img-progress-wrap {
        border-right: 3px solid #0000ff; }
    .block-audioplayer #awp-wrapper .awp-player-wrap .awp-player-holder .waveform .awp-media-time-total, .block-audioplayer #awp-wrapper .awp-player-wrap .awp-player-holder .waveform .awp-media-time-current {
      position: absolute;
      bottom: 0px;
      font-size: 12px; }
    .block-audioplayer #awp-wrapper .awp-player-wrap .awp-player-holder .waveform .awp-media-time-total {
      right: 15px; }
    .block-audioplayer #awp-wrapper .awp-player-wrap .awp-player-holder .waveform .awp-media-time-current {
      left: 15px; }
  .block-audioplayer #awp-playlist-list {
    display: none; }
  .block-audioplayer.dark {
    color: white; }
    .block-audioplayer.dark .base-color {
      background-color: rgba(255, 255, 255, 0.2); }
    .block-audioplayer.dark .progress-color {
      background-color: white; }
    .block-audioplayer.dark .cursor-color {
      background-color: white; }
  .block-audioplayer.light {
    color: black; }
    .block-audioplayer.light .base-color {
      background-color: rgba(0, 0, 0, 0.2); }
      .block-audioplayer.light.primary .progress-color {
        background-color: #576781; }
      .block-audioplayer.light.primary .cursor-color {
        background-color: #576781; }
        .block-audioplayer.light.primary #awp-wrapper .awp-player-wrap .awp-player-holder .awp-playback-toggle i {
          color: #000000 !important; }
      .block-audioplayer.light.primary #awp-wrapper .awp-player-wrap .awp-player-holder .awp-volume-wrapper .awp-player-volume i {
        color: #000000 !important; }
    .block-audioplayer.light.primary #awp-wrapper .awp-player-wrap .awp-player-holder .awp-volume-wrapper .awp-volume-seekbar .awp-volume-bg {
      background-color: rgba(0, 0, 0, 0.2); }
      .block-audioplayer.light.primary #awp-wrapper .awp-player-wrap .awp-player-holder .awp-volume-wrapper .awp-volume-seekbar .awp-volume-bg .awp-volume-level {
        background-color: #576781 !important; }
  .block-audioplayer.light.secondary .progress-color {
    background-color: #9fa9b3; }
  .block-audioplayer.light.secondary .cursor-color {
    background-color: #9fa9b3; }
    .block-audioplayer.light.secondary #awp-wrapper .awp-player-wrap .awp-player-holder .awp-playback-toggle i {
      color: #465267 !important; }
  .block-audioplayer.light.secondary #awp-wrapper .awp-player-wrap .awp-player-holder .awp-volume-wrapper .awp-player-volume i {
    color: #465267 !important; }
.block-audioplayer.light.secondary #awp-wrapper .awp-player-wrap .awp-player-holder .awp-volume-wrapper .awp-volume-seekbar .awp-volume-bg {
  background-color: rgba(0, 0, 0, 0.2); }
  .block-audioplayer.light.secondary #awp-wrapper .awp-player-wrap .awp-player-holder .awp-volume-wrapper .awp-volume-seekbar .awp-volume-bg .awp-volume-level {
    background-color: #9fa9b3 !important; }
.block-audioplayer.light.tertiary .progress-color {
  background-color: #9fa9b3; }
.block-audioplayer.light.tertiary .cursor-color {
  background-color: #9fa9b3; }
  .block-audioplayer.light.tertiary #awp-wrapper .awp-player-wrap .awp-player-holder .awp-playback-toggle i {
    color: #465267 !important; }
.block-audioplayer.light.tertiary #awp-wrapper .awp-player-wrap .awp-player-holder .awp-volume-wrapper .awp-player-volume i {
  color: #465267 !important; }
.block-audioplayer.light.tertiary #awp-wrapper .awp-player-wrap .awp-player-holder .awp-volume-wrapper .awp-volume-seekbar .awp-volume-bg {
  background-color: rgba(0, 0, 0, 0.2); }
  .block-audioplayer.light.tertiary #awp-wrapper .awp-player-wrap .awp-player-holder .awp-volume-wrapper .awp-volume-seekbar .awp-volume-bg .awp-volume-level {
    background-color: #9fa9b3 !important; }

.blocks-wrapper {
  /* The role of .blocks-wrapper is to apply special rules when a block is inside another block */ }

.block-logogrid .logo-container {
  margin-bottom: 40px; }
@media (min-width: 992px) {
  .block-logogrid .logo-container.col-lg-fifths {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }
@media (min-width: 992px) {
  .block-logogrid .logo-container.col-lg-eighths {
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%; } }
.block-logogrid .logo-container.col-lg-eighths .logo {
  padding: 6px; }
.block-logogrid .logo-container .logo {
  position: relative;
  padding: 30px; }
@media (max-width: 991.98px) {
  .block-logogrid .logo-container .logo {
    padding: 20px; } }
.block-logogrid .logo-container .logo a {
  display: block;
  position: relative; }
  .block-logogrid .logo-container .logo a p {
    position: absolute;
    left: 0px;
    width: 100%;
    text-decoration: underline; }
    .block-logogrid .logo-container .logo a:hover p {
      color: #000000;
      text-decoration: underline;
      opacity: 1; }
.block-logogrid .logo-container .logo img {
  height: 100%;
  width: 100%;
  transition: all 0.5s; }
.block-logogrid .logo-container .logo p {
  font-weight: 700;
  text-align: center;
  margin-top: 8px;
  color: #000000;
  transition: opacity 0.5s;
  opacity: 0; }

.block-photostrip.full .container {
  max-width: 100%;
  width: 100%;
  padding-left: 0px;
  padding-right: 0px; }
.block-photostrip.strip .photos-container {
  height: 320px;
  overflow: hidden; }
.block-photostrip.carousel {
  overflow: hidden; }
  .block-photostrip.carousel.focus .photos-container:before, .block-photostrip.carousel.focus .photos-container:after {
    margin: 25px 0px; }
  .block-photostrip.carousel.focus .photos-container .photo {
    margin: 25px 0px; }
    .block-photostrip.carousel.focus .photos-container .photo.slick-center, .block-photostrip.carousel.focus .photos-container .photo.slick-loop {
      height: 370px;
      margin: 0px; }
  .block-photostrip.carousel.focus .back, .block-photostrip.carousel.focus .next {
    height: 370px; }
  .block-photostrip.carousel .photos-container {
    position: relative; }
    .block-photostrip.carousel .photos-container:before, .block-photostrip.carousel .photos-container:after {
      content: "";
      background-size: 100% 100%;
      background-repeat: no-repeat;
      width: 90px;
      height: 320px;
      position: absolute;
      top: 0px;
      z-index: 1; }
    @media (max-width: 575.98px) {
      .block-photostrip.carousel .photos-container:before, .block-photostrip.carousel .photos-container:after {
        width: 70px; } }
    .block-photostrip.carousel .photos-container:before {
      background-image: url("partials/core/medium/block_photostrip/images/gradient_left.png");
      left: 0px; }
    .block-photostrip.carousel .photos-container:after {
      background-image: url("partials/core/medium/block_photostrip/images/gradient_right.png");
      right: 0px; }
  .block-photostrip.carousel .back, .block-photostrip.carousel .next {
    position: absolute;
    align-items: center !important;
    width: 90px;
    height: 320px;
    z-index: 2;
    top: 0px; }
  @media (max-width: 575.98px) {
    .block-photostrip.carousel .back, .block-photostrip.carousel .next {
      width: 70px; } }
  .block-photostrip.carousel .back svg, .block-photostrip.carousel .next svg {
    height: 30px;
    width: 30px;
    opacity: 0.92;
    cursor: pointer; }
    .block-photostrip.carousel .back svg:hover, .block-photostrip.carousel .next svg:hover {
      opacity: 1; }
    .block-photostrip.carousel .back svg polyline, .block-photostrip.carousel .next svg polyline {
      fill: none;
      stroke: white;
      stroke-miterlimit: 10;
      stroke-width: 12px; }
  .block-photostrip.carousel .back {
    left: 15px;
    justify-content: flex-start; }
    .block-photostrip.carousel .back svg {
      margin-left: 8px; }
  .block-photostrip.carousel .next {
    right: 15px;
    justify-content: flex-end; }
    .block-photostrip.carousel .next svg {
      margin-right: 8px; }
.block-photostrip .photos-container {
  font-size: 0px; }
  .block-photostrip .photos-container .photo {
    display: inline-block;
    width: 25%;
    height: 320px;
    transition: height 0.9s, margin 0.9s; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .block-photostrip .photos-container .photo {
      width: 33.3333333333%; } }
@media (min-width: 360px) and (max-width: 575.98px) {
  .block-photostrip .photos-container .photo {
    width: 50%; } }
.block-photostrip .photos-container .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.block-resources.bullets.columns-2 ul.resources {
  column-count: 2; }
.block-resources.bullets.columns-3 ul.resources {
  column-count: 3; }
.block-resources.bullets.columns-4 ul.resources {
  column-count: 4; }
.block-resources.bullets ul.resources {
  list-style: none;
  margin: 12px 0px 0px 0px;
  padding: 0px; }
  .block-resources.bullets ul.resources li {
    position: relative;
    line-height: 1.25;
    padding-left: 30px;
    margin-bottom: 12px; }
    .block-resources.bullets ul.resources li:before {
      position: absolute;
      content: "";
      height: 18px;
      width: 18px;
      background-image: url('partials/core/medium/block_resources/images/icon_pdf.png');
      background-size: cover;
      background-repeat: no-repeat;
      left: 0px;
      top: 3px; }
      .block-resources.bullets ul.resources li.doc:before {
        background-image: url('partials/core/medium/block_resources/images/icon_doc.png'); }
    .block-resources.bullets ul.resources li.ppt:before {
      background-image: url('partials/core/medium/block_resources/images/icon_ppt.png'); }
  .block-resources.bullets ul.resources li.url:before {
    background-image: url('partials/core/medium/block_resources/images/icon_url.png'); }
.block-resources.bullets ul.resources li.vid:before {
  background-image: url('partials/core/medium/block_resources/images/icon_vid.png'); }
.block-resources.bullets ul.resources li.xls:before {
  background-image: url('partials/core/medium/block_resources/images/icon_xls.png'); }
.block-resources.bullets ul.resources li.zip:before {
  background-image: url('partials/core/medium/block_resources/images/icon_zip.png'); }
.block-resources.cards .row {
  margin-bottom: -30px; }
.block-resources.cards .tile {
  margin-bottom: 30px; }
  .block-resources.cards .tile .card-container {
    background-color: white;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
    display: flex;
    height: 100%;
    padding: 20px; }
    .block-resources.cards .tile .card-container .icon {
      width: 64px;
      margin: 0px;
      display: flex;
      align-items: center; }
    .block-resources.cards .tile .card-container .text {
      text-align: left;
      padding-left: 24px;
      display: flex;
      align-items: center;
      width: calc(100% - 64px); }
      .block-resources.cards .tile .card-container .text p {
        line-height: 1.2; }

.block-section .block-text.one-col + .block-resources.padded {
  padding-top: 0px !important; }

.block-section.bkgnd-image {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }
  .block-section > .block.padded:first-child.block-text.two-col .container .row .col-one {
    padding-top: 0px !important; }
  @media (min-width: 992px) {
    .block-section > .block.padded:first-child.block-text.two-col .container .row .col-two {
      padding-top: 0px !important; } }
@media (min-width: 992px) {
  .block-section > .block.padded:last-child.block-text.two-col .container .row .col-one {
    padding-bottom: 0px !important; } }
.block-section > .block.padded:last-child.block-text.two-col .container .row .col-two {
  padding-bottom: 0px !important; }
.block-section > .block.padded:last-child.block-text .buttons {
  margin-bottom: 0px !important; }
.block-section > .block.padded.block-audioplayer, .block-section > .block.padded.block-map, .block-section > .block.padded.block-photostrip, .block-section > .block.padded.block-published, .block-section > .block.padded.block-pullquote, .block-section > .block.padded.block-rule, .block-section > .block.padded.block-share, .block-section > .block.padded.block-strip, .block-section > .block.padded.block-tabs, .block-section > .block.padded.block-ticker, .block-section > .block.padded.block-related, .block-section > .block.padded.block-testimonials, .block-section > .block.padded.block-resources, .block-section > .block.padded.block-contactform, .block-section > .block.padded.block-logogrid, .block-section > .block.padded.block-gallery, .block-section > .block.padded.block-posts, .block-section > .block.padded.block-tiles, .block-section > .block.padded.block-textimage, .block-section > .block.padded.block-accordion, .block-section > .block.padded.block-peoplegrid, .block-section > .block.padded.block-bio, .block-section > .block.padded.block-fullimage, .block-section > .block.padded.block-buttons, .block-section > .block.padded.block-legal {
  background-color: transparent !important; }
  .block-section > .block.padded.block-text.one-col {
    background-color: transparent; }
    .block-section > .block.padded.block-text.one-col .container .row .content-container .buttons {
      margin-bottom: calc(0.65 * var(--spr-tempo)); }
  .block-section > .block.padded.block-text.two-col {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: transparent; }
    .block-section > .block.padded.block-text.two-col .backgrounds .row .col-one-bkgnd, .block-section > .block.padded.block-text.two-col .backgrounds .row .col-two-bkgnd {
      background: transparent !important;
      background-color: transparent !important; }
  .block-section > .block.padded.block-text.two-col .container .row .col-one, .block-section > .block.padded.block-text.two-col .container .row .col-two {
    padding-top: calc(0.4 * var(--spr-tempo));
    padding-bottom: calc(0.4 * var(--spr-tempo)); }
.block-section > .block.padded.block-text .container .row .col-one, .block-section > .block.padded.block-text .container .row .col-two {
  background: transparent !important;
  background-color: transparent !important; }
.block-section > .block.padded.block-posts {
  padding-top: 0px !important; }
  .block-section > .block.padded.block-posts:not(:last-child) {
    margin-bottom: calc(-0.85 * var(--spr-tempo)) !important; }
.block-section > .block.padded.block-tiles:not(:last-child) {
  margin-bottom: calc(-0.85 * var(--spr-tempo)) !important; }

.block-ticker {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  overflow: hidden; }
  .block-ticker.dark .line-text {
    color: white; }
.block-ticker.light .line-text {
  color: #000000; }
.block-ticker.single .line-text {
  font-size: 0px; }
  .block-ticker.single .line-text span {
    font-size: 16px; }
    .block-ticker.single .line-text span:before {
      content: "•";
      margin-left: 8px;
      margin-right: 8px; }
.block-ticker.single .eocjs-newsticker .eocjs-newsticker-container {
  height: 20px; }
.block-ticker.single .eocjs-newsticker .eocjs-newsticker-one {
  height: 20px; }
.block-ticker.echo .eocjs-newsticker .eocjs-newsticker-container, .block-ticker.unique .eocjs-newsticker .eocjs-newsticker-container {
  height: 20px; }
.block-ticker.echo .eocjs-newsticker .eocjs-newsticker-one, .block-ticker.echo .eocjs-newsticker .eocjs-newsticker-two, .block-ticker.unique .eocjs-newsticker .eocjs-newsticker-one, .block-ticker.unique .eocjs-newsticker .eocjs-newsticker-two {
  height: 20px; }
.block-ticker .eocjs-newsticker .eocjs-newsticker-container {
  position: relative;
  overflow: hidden; }
.block-ticker .eocjs-newsticker .eocjs-newsticker-one, .block-ticker .eocjs-newsticker .eocjs-newsticker-two {
  position: absolute;
  left: 0px;
  top: 0px;
  white-space: nowrap;
  line-height: 1; }

.block-map.full-width {
  padding-bottom: 0px !important;
  padding-top: 0px !important; }
  .block-map.full-width .container {
    padding: 0px;
    max-width: unset !important; }
    .block-map.full-width .container .row .map-container {
      font-size: 0px; }
      .block-map.full-width .container .row .map-container iframe {
        width: 100%;
        height: 460px; }

.block-related .container .row .title-container h2 {
  margin-bottom: 22px; }
.block-related .container .row h2 {
  /* old */
  margin-bottom: 22px; }
.block-related .container .row .articles-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap; }
  .block-related .container .row .articles-container .article-container {
    margin-bottom: 25px; }
    .block-related .container .row .articles-container .article-container .article .image-container img {
      width: 100%;
      max-width: 100%;
      height: 146px;
      object-fit: cover;
      object-position: center center; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .block-related .container .row .articles-container .article-container .article .image-container img {
        height: 160px; } }
  @media (max-width: 575.98px) {
    .block-related .container .row .articles-container .article-container .article .image-container img {
      height: 45vw; } }
.block-related .container .row .articles-container .article-container .article .text-container h4 {
  margin-top: 20px; }
.block-related .container .row .articles-container .article-container .article .text-container p {
  margin-top: 4px;
  margin-bottom: 6px; }
.post {
  margin-bottom: 36px; }
  .post .post-container {
    position: relative;
    padding: 0px;
    height: 100%;
    background-color: white; }
    .post .post-container .image-container {
      position: relative;
      width: 100%;
      height: 146px; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .post .post-container .image-container {
        height: 160px; } }
  @media (max-width: 575.98px) {
    .post .post-container .image-container {
      height: 45vw; } }
  .post .post-container .image-container .image {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat; }
  .post .post-container .text-container {
    padding: 20px 15px 0px 15px;
    text-align: center; }
    .post .post-container .text-container h3, .post .post-container .text-container h4 {
      margin-top: 0px; }
    @media (max-width: 767.98px) {
      .post .post-container .text-container h3, .post .post-container .text-container h4 {
        font-size: 17px; } }
    .post .post-container .text-container h3 a, .post .post-container .text-container h4 a {
      color: #000000;
      text-decoration: none; }
      .post .post-container .text-container h3 a:hover, .post .post-container .text-container h4 a:hover {
        color: #465267;
        text-decoration: none; }
    .post .post-container .text-container h3 + p.date, .post .post-container .text-container h4 + p.date {
      margin-top: -5px;
      margin-bottom: 15px; }
    .post .post-container .text-container p {
      font-size: 14px;
      margin-bottom: 12px; }
    .post .post-container .text-container p.read-more {
      margin-top: 0px;
      margin-bottom: 0px; }
      .post .post-container .text-container p.read-more a.button.tertiary {
        background: unset !important;
        color: #465267;
        margin-top: 0px; }
        .post .post-container .text-container p.read-more a.button.tertiary:after {
          content: "»";
          position: relative;
          margin-left: 5px;
          top: -1px; }
        .post .post-container .text-container p.read-more a.button.tertiary:hover {
          color: #000000; }
    .post .post-container .text-container p.type {
      font-weight: 700;
      color: #465267;
      margin-bottom: 3px; }
    .post .post-container .text-container p.date {
      margin-bottom: 4px;
      font-size: 13px;
      font-style: italic;
      color: #bbbab8; }

.block-projects .projects-container, .block-projects .results-page {
  display: flex;
  flex-wrap: wrap;
  width: 100%; }
.block-projects .results-page {
  padding: 0px 7px; }
.block-projects .cat-drop {
  position: relative;
  margin-bottom: 10px;
  z-index: 1; }
@media (max-width: 767.98px) {
  .block-projects .cat-drop {
    margin-bottom: 2px; } }
.block-projects .cat-drop h2.drop-trigger {
  cursor: pointer; }
@media (max-width: 575.98px) {
  .block-projects .cat-drop h2.drop-trigger {
    font-size: 30px; } }
@media (max-width: 359.98px) {
  .block-projects .cat-drop h2.drop-trigger {
    font-size: 24px; } }
.block-projects .cat-drop h2.drop-trigger span {
  font-size: 18px;
  opacity: 0.35; }
.block-projects .cat-drop h2.drop-trigger:after {
  content: "";
  font-family: 'typicons';
  margin-left: 8px; }
.block-projects .cat-drop ul.drop {
  position: absolute;
  list-style: none;
  margin: 0px;
  padding: 0px;
  background-color: white;
  box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.1);
  width: 275px;
  padding: 15px 20px;
  left: -5px;
  top: 34px;
  display: none; }
  .block-projects .cat-drop ul.drop li {
    display: block;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 19px;
    line-height: 1.7;
    margin: 0px;
    text-align: left; }
    .block-projects .cat-drop ul.drop li.see-inside, .block-projects .cat-drop ul.drop li.browse-all {
      border-top: 1px solid #e6e7e8;
      padding-top: 5px;
      margin-top: 5px; }
    .block-projects .cat-drop ul.drop li a {
      color: #000000;
      text-decoration: none; }
      .block-projects .cat-drop ul.drop li a span.lower {
        text-transform: lowercase; }
      .block-projects .cat-drop ul.drop li a:hover {
        border: none !important;
        text-decoration: none;
        color: #465267; }
.block-projects .filters-container {
  margin-bottom: 10px;
  text-align: right;
  padding-top: 6px; }
@media (max-width: 767.98px) {
  .block-projects .filters-container {
    text-align: left; } }
@media (max-width: 359.98px) {
  .block-projects .filters-container {
    padding-top: 0px; } }
.block-projects .filters-container ul.filters {
  list-style: none;
  margin: 0px;
  padding: 0px; }
  .block-projects .filters-container ul.filters li {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 18px;
    display: inline-block;
    margin-left: 26px;
    cursor: pointer; }
  @media (max-width: 767.98px) {
    .block-projects .filters-container ul.filters li {
      margin-left: 2.75vw;
      font-size: 16px; }
      .block-projects .filters-container ul.filters li:first-child {
        margin-left: 0px !important; } }
@media (max-width: 359.98px) {
  .block-projects .filters-container ul.filters li:first-child {
    display: block;
    margin-bottom: 4px; } }
.block-projects .filters-container ul.filters li.label {
  cursor: default;
  opacity: 1; }
.block-projects .filters-container ul.filters li.filter {
  opacity: 0.25; }
  .block-projects .filters-container ul.filters li.filter.active {
    opacity: 1;
    pointer-events: none; }
  .block-projects .filters-container ul.filters li.filter:hover {
    color: #465267;
    opacity: 1 !important; }
    .block-projects .filters-container ul.filters li.filter:hover span.icon svg path {
      fill: #465267; }
.block-projects .filters-container ul.filters li span.icon {
  display: inline-block;
  position: relative;
  margin-right: 3px; }
  .block-projects .filters-container ul.filters li span.icon svg {
    height: 16px;
    width: 16px;
    margin-bottom: 3px; }
    .block-projects .filters-container ul.filters li span.icon svg path {
      fill: #000000; }
.block-projects .row.projects {
  margin-right: -7px;
  margin-left: -7px; }
.block-projects .projects-container {
  /* &.see-inside {
			.project-container {
				&:not([data-seeinside="1"]) {
					display: none !important;
				}
			}
		}
		&.revisited {
			.project-container {
				&:not([data-revisited="1"]) {
					display: none !important;
				}
			}
		} */ }
  .block-projects .projects-container .project-container {
    padding: 0px 8px;
    margin-bottom: 16px;
    transition: all 0.4s; }
    .block-projects .projects-container .project-container.just-loaded {
      display: none; }
    .block-projects .projects-container .project-container a {
      text-decoration: none; }
      .block-projects .projects-container .project-container a:hover {
        text-decoration: none !important; }
      .block-projects .projects-container .project-container a .project {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        position: relative;
        height: 100%;
        background-size: cover; }
      @media (min-width: 1200px) {
        .block-projects .projects-container .project-container a .project {
          height: 301.2px; } }
    @media (min-width: 992px) and (max-width: 1199.98px) {
      .block-projects .projects-container .project-container a .project {
        height: 265.2px; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .block-projects .projects-container .project-container a .project {
      height: 257.6px; } }
@media (min-width: 576px) and (max-width: 767.98px) {
  .block-projects .projects-container .project-container a .project {
    height: 278.4px; } }
@media (max-width: 575.98px) {
  .block-projects .projects-container .project-container a .project {
    height: 54vw; } }
@media (min-width: 768px) {
  .block-projects .projects-container .project-container a .project.slide-down .info-container h2 + p {
    margin-top: 8px;
    margin-bottom: 8px; }
  .block-projects .projects-container .project-container a .project.slide-down .info-container p {
    line-height: 1.5;
    opacity: 1; } }
.block-projects .projects-container .project-container a .project .info-container {
  display: block;
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0px;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.85));
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 10% 18px 16px 18px;
  margin-bottom: 0px; }
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-projects .projects-container .project-container a .project .info-container {
    padding: 25% 16px 14px 16px; } }
@media (max-width: 767.98px) {
  .block-projects .projects-container .project-container a .project .info-container {
    padding: 25% 16px 14px 16px; } }
.block-projects .projects-container .project-container a .project .info-container span.icon {
  position: relative; }
  .block-projects .projects-container .project-container a .project .info-container span.icon svg {
    height: 15px;
    width: 15px; }
    .block-projects .projects-container .project-container a .project .info-container span.icon svg path {
      fill: white; }
  .block-projects .projects-container .project-container a .project .info-container span.icon:hover:after {
    opacity: 1;
    top: -32px; }
  .block-projects .projects-container .project-container a .project .info-container span.icon:after {
    content: attr(data-hover);
    display: inline-block;
    position: absolute;
    background-color: black;
    border-radius: 3px;
    text-align: center;
    font-size: 12px;
    color: white;
    padding: 4px 8px;
    top: -25px;
    opacity: 0;
    transition: all 0.4s; }
    .block-projects .projects-container .project-container a .project .info-container span.icon.seeinside:after {
      width: 80px;
      left: -32.5px; }
  .block-projects .projects-container .project-container a .project .info-container span.icon.revisited:after {
    width: 130px;
    left: -57.5px; }
.block-projects .projects-container .project-container a .project .info-container h2 {
  font-size: 19px;
  color: white;
  margin-top: 4px;
  margin-bottom: 0px;
  text-transform: uppercase;
  letter-spacing: 0.025em; }
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-projects .projects-container .project-container a .project .info-container h2 {
    font-size: 16px; } }
@media (max-width: 767.98px) {
  .block-projects .projects-container .project-container a .project .info-container h2 {
    font-size: 18px; } }
@media (max-width: 359.98px) {
  .block-projects .projects-container .project-container a .project .info-container h2 {
    font-size: 16px; } }
.block-projects .projects-container .project-container a .project .info-container p {
  font-size: 14px;
  color: white;
  line-height: 0;
  opacity: 0;
  transition: all 0.4s; }
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-projects .projects-container .project-container a .project .info-container p {
    font-size: 13px; } }
.block-projects .projects-container .project-container a .project .info-container p.view-project {
  color: white; }
@media (max-width: 767.98px) {
  .block-projects .projects-container .project-container a .project .info-container p.view-project {
    margin-top: 0px; } }
@media (min-width: 768px) {
  .block-projects .projects-container .project-container a .info-container {
    display: none; } }
@media (max-width: 767.98px) {
  .block-projects .projects-container .project-container a .info-container {
    margin-top: 15px;
    margin-bottom: 14px; } }
.block-projects .projects-container .project-container a .info-container p {
  font-size: 14px;
  margin: 0px; }
  .block-projects .projects-container .project-container a .info-container p.view-project {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-transform: uppercase; }
  @media (max-width: 767.98px) {
    .block-projects .projects-container .project-container a .info-container p.view-project {
      margin-top: 8px; } }
  .block-projects .projects-container .project-container a .info-container p.view-project span {
    display: inline-block; }
    .block-projects .projects-container .project-container a .info-container p.view-project span:after {
      content: " »"; }
    .block-projects .projects-container .project-container a .info-container p.view-project span:hover {
      text-decoration: underline; }
.block-projects .load-more {
  margin-top: 22px;
  text-align: center; }
  .block-projects .load-more.hide {
    display: none; }

.block.seeinside-wayfinder {
  padding-top: 0px;
  padding-bottom: calc(.35 *  var(--spr-tempo)); }
  .block.seeinside-wayfinder .container .row .prev-container .prev, .block.seeinside-wayfinder .container .row .prev-container .next, .block.seeinside-wayfinder .container .row .next-container .prev, .block.seeinside-wayfinder .container .row .next-container .next {
    background-color: #f2f0ec;
    height: 100%; }
    .block.seeinside-wayfinder .container .row .prev-container .prev.inactive a, .block.seeinside-wayfinder .container .row .prev-container .next.inactive a, .block.seeinside-wayfinder .container .row .next-container .prev.inactive a, .block.seeinside-wayfinder .container .row .next-container .next.inactive a {
      pointer-events: none; }
      .block.seeinside-wayfinder .container .row .prev-container .prev.inactive a .text-container h5, .block.seeinside-wayfinder .container .row .prev-container .prev.inactive a .text-container h3, .block.seeinside-wayfinder .container .row .prev-container .next.inactive a .text-container h5, .block.seeinside-wayfinder .container .row .prev-container .next.inactive a .text-container h3, .block.seeinside-wayfinder .container .row .next-container .prev.inactive a .text-container h5, .block.seeinside-wayfinder .container .row .next-container .prev.inactive a .text-container h3, .block.seeinside-wayfinder .container .row .next-container .next.inactive a .text-container h5, .block.seeinside-wayfinder .container .row .next-container .next.inactive a .text-container h3 {
        visibility: hidden;
        pointer-events: none; }
    .block.seeinside-wayfinder .container .row .prev-container .prev a, .block.seeinside-wayfinder .container .row .prev-container .next a, .block.seeinside-wayfinder .container .row .next-container .prev a, .block.seeinside-wayfinder .container .row .next-container .next a {
      display: flex;
      height: 100%; }
      .block.seeinside-wayfinder .container .row .prev-container .prev a .text-container, .block.seeinside-wayfinder .container .row .prev-container .next a .text-container, .block.seeinside-wayfinder .container .row .next-container .prev a .text-container, .block.seeinside-wayfinder .container .row .next-container .next a .text-container {
        display: flex;
        flex-direction: column;
        height: 100%;
        width: 100%; }
        .block.seeinside-wayfinder .container .row .prev-container .prev a .text-container h5, .block.seeinside-wayfinder .container .row .prev-container .next a .text-container h5, .block.seeinside-wayfinder .container .row .next-container .prev a .text-container h5, .block.seeinside-wayfinder .container .row .next-container .next a .text-container h5 {
          margin-top: 0px;
          position: relative;
          display: inline-block;
          font-size: 13px;
          text-transform: uppercase;
          color: #000000; }
          .block.seeinside-wayfinder .container .row .prev-container .prev a .text-container h5:before, .block.seeinside-wayfinder .container .row .prev-container .prev a .text-container h5:after, .block.seeinside-wayfinder .container .row .prev-container .next a .text-container h5:before, .block.seeinside-wayfinder .container .row .prev-container .next a .text-container h5:after, .block.seeinside-wayfinder .container .row .next-container .prev a .text-container h5:before, .block.seeinside-wayfinder .container .row .next-container .prev a .text-container h5:after, .block.seeinside-wayfinder .container .row .next-container .next a .text-container h5:before, .block.seeinside-wayfinder .container .row .next-container .next a .text-container h5:after {
            position: relative;
            font-family: "microns";
            font-size: 16px;
            color: #000000;
            bottom: -1px; }
        .block.seeinside-wayfinder .container .row .prev-container .prev a .text-container h3, .block.seeinside-wayfinder .container .row .prev-container .next a .text-container h3, .block.seeinside-wayfinder .container .row .next-container .prev a .text-container h3, .block.seeinside-wayfinder .container .row .next-container .next a .text-container h3 {
          margin-bottom: 0px;
          color: #000000; }
      .block.seeinside-wayfinder .container .row .prev-container .prev a:hover, .block.seeinside-wayfinder .container .row .prev-container .next a:hover, .block.seeinside-wayfinder .container .row .next-container .prev a:hover, .block.seeinside-wayfinder .container .row .next-container .next a:hover {
        text-decoration: none !important; }
        .block.seeinside-wayfinder .container .row .prev-container .prev a:hover .text-container h5, .block.seeinside-wayfinder .container .row .prev-container .prev a:hover .text-container h3, .block.seeinside-wayfinder .container .row .prev-container .next a:hover .text-container h5, .block.seeinside-wayfinder .container .row .prev-container .next a:hover .text-container h3, .block.seeinside-wayfinder .container .row .next-container .prev a:hover .text-container h5, .block.seeinside-wayfinder .container .row .next-container .prev a:hover .text-container h3, .block.seeinside-wayfinder .container .row .next-container .next a:hover .text-container h5, .block.seeinside-wayfinder .container .row .next-container .next a:hover .text-container h3 {
          color: #465267;
          text-decoration: none !important; }
          .block.seeinside-wayfinder .container .row .prev-container .prev a:hover .text-container h5:before, .block.seeinside-wayfinder .container .row .prev-container .prev a:hover .text-container h5:after, .block.seeinside-wayfinder .container .row .prev-container .prev a:hover .text-container h3:before, .block.seeinside-wayfinder .container .row .prev-container .prev a:hover .text-container h3:after, .block.seeinside-wayfinder .container .row .prev-container .next a:hover .text-container h5:before, .block.seeinside-wayfinder .container .row .prev-container .next a:hover .text-container h5:after, .block.seeinside-wayfinder .container .row .prev-container .next a:hover .text-container h3:before, .block.seeinside-wayfinder .container .row .prev-container .next a:hover .text-container h3:after, .block.seeinside-wayfinder .container .row .next-container .prev a:hover .text-container h5:before, .block.seeinside-wayfinder .container .row .next-container .prev a:hover .text-container h5:after, .block.seeinside-wayfinder .container .row .next-container .prev a:hover .text-container h3:before, .block.seeinside-wayfinder .container .row .next-container .prev a:hover .text-container h3:after, .block.seeinside-wayfinder .container .row .next-container .next a:hover .text-container h5:before, .block.seeinside-wayfinder .container .row .next-container .next a:hover .text-container h5:after, .block.seeinside-wayfinder .container .row .next-container .next a:hover .text-container h3:before, .block.seeinside-wayfinder .container .row .next-container .next a:hover .text-container h3:after {
            color: #465267; }
  .block.seeinside-wayfinder .container .row .prev-container {
    padding-right: 0px; }
    .block.seeinside-wayfinder .container .row .prev-container .prev {
      padding: 20px 0px 20px 15px;
      text-align: right; }
      .block.seeinside-wayfinder .container .row .prev-container .prev .text-container {
        padding: 7px 25px 7px 0px;
        border-right: 1px solid #e2d2ca; }
        .block.seeinside-wayfinder .container .row .prev-container .prev .text-container h5:before {
          content: "";
          margin-right: 8px; }
  .block.seeinside-wayfinder .container .row .next-container {
    padding-left: 0px; }
    .block.seeinside-wayfinder .container .row .next-container .next {
      padding: 20px 15px 20px 0px;
      text-align: left; }
      .block.seeinside-wayfinder .container .row .next-container .next .text-container {
        padding: 7px 0px 7px 25px;
        border-left: 1px solid #e2d2ca; }
        .block.seeinside-wayfinder .container .row .next-container .next .text-container h5:after {
          content: "";
          margin-left: 8px; }

.blocks-wrapper {
  /* The role of .blocks-wrapper is to apply special rules when a block is inside another block */ }

.block-gallery.before .image-container .image {
  position: relative; }
  .block-gallery.before .image-container .image:before {
    content: "Before";
    background-color: #f64731;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.025px;
    line-height: 1;
    color: white;
    padding: 7px 25px;
    position: absolute;
    top: 0px;
    left: 0px; }
.block-gallery .row {
  margin-left: -8px;
  margin-right: -8px; }
.block-gallery .image-container {
  padding: 0px 8px;
  font-size: 0px; }
@media (max-width: 991.98px) {
  .block-gallery .image-container.col-two {
    margin-top: 16px; }
    .block-gallery .image-container.col-two.double {
      margin-top: 8px !important; }
      .block-gallery .image-container.col-two.double.reverse {
        margin-bottom: 8px !important; }
    .block-gallery .image-container.col-two .pull-quote {
      padding-top: calc(clamp(38px, 12vw, 65px) * .75);
      padding-bottom: calc(clamp(38px, 12vw, 65px) * .75); } }
.block-gallery .image-container.col-two.double {
  display: flex;
  flex-direction: column;
  margin-top: -8px;
  margin-bottom: -8px; }
  .block-gallery .image-container.col-two.double.reverse {
    flex-direction: column-reverse; }
  .block-gallery .image-container.col-two.double .image, .block-gallery .image-container.col-two.double .pull-quote {
    margin-top: 8px;
    margin-bottom: 8px; }
  @media (min-width: 1200px) {
    .block-gallery .image-container.col-two.double .image, .block-gallery .image-container.col-two.double .pull-quote {
      height: 278.875px; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .block-gallery .image-container.col-two.double .image, .block-gallery .image-container.col-two.double .pull-quote {
    height: 245.125px; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-gallery .image-container.col-two.double .image, .block-gallery .image-container.col-two.double .pull-quote {
    height: 660px; } }
@media (min-width: 576px) and (max-width: 767.98px) {
  .block-gallery .image-container.col-two.double .image, .block-gallery .image-container.col-two.double .pull-quote {
    height: 480px; } }
@media (min-width: 360px) and (max-width: 575.98px) {
  .block-gallery .image-container.col-two.double .image, .block-gallery .image-container.col-two.double .pull-quote {
    height: calc(100vw - 50px); } }
@media (max-width: 767.98px) {
  .block-gallery .image-container.col-two.double .pull-quote {
    height: auto !important; } }
.block-gallery .image-container .pull-quote {
  display: flex;
  flex-direction: column;
  background-color: #f2f0ec;
  justify-content: center;
  text-align: center;
  padding: 0px 9%;
  height: 100%; }
  .block-gallery .image-container .pull-quote h2 {
    line-height: 1.25; }
  .block-gallery .image-container .pull-quote p.attribution {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.025em;
    margin-top: 8px;
    margin-bottom: 0px; }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .block-gallery .image-container .pull-quote h2 {
      font-size: 24px; } }
.block-gallery .image-container .image {
  overflow: hidden;
  position: relative; }
@media (min-width: 1200px) {
  .block-gallery .image-container .image {
    height: 573.75px; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .block-gallery .image-container .image {
    height: 506.25px; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-gallery .image-container .image {
    height: 660px; } }
@media (min-width: 576px) and (max-width: 767.98px) {
  .block-gallery .image-container .image {
    height: 480px; } }
@media (min-width: 360px) and (max-width: 575.98px) {
  .block-gallery .image-container .image {
    height: calc(100vw - 50px); } }
.block-gallery .image-container .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center; }
.block-gallery .image-container .image .caption-container {
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%; }
  .block-gallery .image-container .image .caption-container p.caption {
    padding: 10% 18px 16px 18px;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.85));
    background-size: 100% 100%;
    background-repeat: no-repeat;
    color: white;
    margin-bottom: 0px; }
  @media (max-width: 991.98px) {
    .block-gallery .image-container .image .caption-container p.caption {
      margin-bottom: 0px !important; } }
@media (min-width: 1200px) {
  .block-gallery.taller.halves .image-container .image {
    height: 717.1875px !important; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .block-gallery.taller.halves .image-container .image {
    height: 632.8125px !important; } }
@media (min-width: 1200px) {
  .block-gallery.taller.three-pack .image-container.col-one .image, .block-gallery.taller.pull-quote .image-container.col-one .image, .block-gallery.taller.halves-pull-quote .image-container.col-one .image {
    height: 717.1875px !important; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .block-gallery.taller.three-pack .image-container.col-one .image, .block-gallery.taller.pull-quote .image-container.col-one .image, .block-gallery.taller.halves-pull-quote .image-container.col-one .image {
    height: 632.8125px !important; } }
@media (min-width: 1200px) {
  .block-gallery.taller.three-pack .image-container.col-two.double .image, .block-gallery.taller.three-pack .image-container.col-two.double .pull-quote, .block-gallery.taller.pull-quote .image-container.col-two.double .image, .block-gallery.taller.pull-quote .image-container.col-two.double .pull-quote, .block-gallery.taller.halves-pull-quote .image-container.col-two.double .image, .block-gallery.taller.halves-pull-quote .image-container.col-two.double .pull-quote {
    height: 350.59375px; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .block-gallery.taller.three-pack .image-container.col-two.double .image, .block-gallery.taller.three-pack .image-container.col-two.double .pull-quote, .block-gallery.taller.pull-quote .image-container.col-two.double .image, .block-gallery.taller.pull-quote .image-container.col-two.double .pull-quote, .block-gallery.taller.halves-pull-quote .image-container.col-two.double .image, .block-gallery.taller.halves-pull-quote .image-container.col-two.double .pull-quote {
    height: 308.40625px; } }
@media (max-width: 767.98px) {
  .block-gallery.taller.three-pack .image-container.col-two.double .pull-quote, .block-gallery.taller.pull-quote .image-container.col-two.double .pull-quote, .block-gallery.taller.halves-pull-quote .image-container.col-two.double .pull-quote {
    height: auto !important; } }

.block.project .project-title h1 {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.025em; }
@media (max-width: 767.98px) {
  .block.project .project-title h1 {
    font-size: 20px; } }
.block.project .project-title h1 sup {
  top: -1.1em;
  font-size: 40%; }
@media (min-width: 992px) {
  .block.project .row, .block.project-nav .row {
    justify-content: center; }
    .block.project .row .project-title, .block.project .row .project-nav-container, .block.project-nav .row .project-title, .block.project-nav .row .project-nav-container {
      -ms-flex: 0 0 83.333%;
      flex: 0 0 83.333%;
      max-width: 83.333%; } }
.block.project .project-nav-container, .block.project-nav .project-nav-container {
  margin-top: 16px; }
  .block.project .project-nav-container ul, .block.project-nav .project-nav-container ul {
    padding: 0px;
    list-style: none; }
    .block.project .project-nav-container ul li, .block.project-nav .project-nav-container ul li {
      display: inline-block;
      margin-right: 30px;
      margin-bottom: 0px; }
    @media (max-width: 767.98px) {
      .block.project .project-nav-container ul li, .block.project-nav .project-nav-container ul li {
        margin-right: 3vw; } }
    .block.project .project-nav-container ul li:last-child, .block.project-nav .project-nav-container ul li:last-child {
      margin-right: 0px; }
      .block.project .project-nav-container ul li.finished a svg, .block.project-nav .project-nav-container ul li.finished a svg {
        width: 20px;
        height: 20px;
        top: -3px; }
    .block.project .project-nav-container ul li.seeinside a svg, .block.project-nav .project-nav-container ul li.seeinside a svg {
      margin-right: 8px; }
    @media (max-width: 575.98px) {
      .block.project .project-nav-container ul li.seeinside a svg, .block.project-nav .project-nav-container ul li.seeinside a svg {
        margin-right: 1.75vw; } }
  .block.project .project-nav-container ul li.revisited a svg, .block.project-nav .project-nav-container ul li.revisited a svg {
    width: 15px;
    height: 15px;
    top: -2px; }
.block.project .project-nav-container ul li.active a, .block.project-nav .project-nav-container ul li.active a {
  color: #000000; }
  .block.project .project-nav-container ul li.active a svg path, .block.project-nav .project-nav-container ul li.active a svg path {
    fill: #000000; }
.block.project .project-nav-container ul li a, .block.project-nav .project-nav-container ul li a {
  color: #bbbab8;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.025em; }
@media (min-width: 768px) and (max-width: 991.98px) {
  .block.project .project-nav-container ul li a, .block.project-nav .project-nav-container ul li a {
    font-size: 15px; } }
@media (max-width: 575.98px) {
  .block.project .project-nav-container ul li a, .block.project-nav .project-nav-container ul li a {
    font-size: 3.75vw; } }
.block.project .project-nav-container ul li a:hover, .block.project-nav .project-nav-container ul li a:hover {
  color: #465267;
  text-decoration: none; }
  .block.project .project-nav-container ul li a:hover svg path, .block.project-nav .project-nav-container ul li a:hover svg path {
    fill: #465267; }
.block.project .project-nav-container ul li a svg, .block.project-nav .project-nav-container ul li a svg {
  display: inline;
  width: 16px;
  height: 16px;
  margin-right: 7px;
  position: relative;
  top: -1px; }
@media (max-width: 575.98px) {
  .block.project .project-nav-container ul li a svg, .block.project-nav .project-nav-container ul li a svg {
    margin-right: 1.5vw; } }
.block.project .project-nav-container ul li a svg path, .block.project-nav .project-nav-container ul li a svg path {
  fill: #bbbab8; }

.seeinside-jumper {
  padding-top: calc(var(--spr-beat) * var(--spr-tempo));
  padding-bottom: calc(var(--spr-beat) * var(--spr-tempo)); }
@media (min-width: 576px) {
  .seeinside-jumper {
    display: none; } }
@media (min-width: 576px) {
  .seeinside-jumper + .seeinside-wayfinder {
    display: none; } }
.seeinside-jumper .container .row .curstep .text-container {
  padding: 22px 25px 16px 25px;
  background-color: #f2f0ec;
  position: relative; }
  .seeinside-jumper .container .row .curstep .text-container h5 {
    margin-top: 0px;
    position: relative;
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
    color: #000000; }
  .seeinside-jumper .container .row .curstep .text-container h3 {
    margin-bottom: 0px;
    color: #000000;
    padding-bottom: 10px;
    position: relative;
    cursor: pointer;
    z-index: 3; }
    .seeinside-jumper .container .row .curstep .text-container h3:after {
      content: "";
      position: absolute;
      font-family: "microns";
      font-size: 16px;
      color: #000000;
      bottom: 11px;
      right: 8px;
      margin-left: 8px; }
  .seeinside-jumper .container .row .curstep .text-container ul.step-drop {
    width: calc(100% - 14px);
    list-style: none;
    margin: 0px;
    padding: 58px 18px 16px 18px;
    background-color: #f2f0ec;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 35px;
    left: 7px;
    z-index: 2;
    display: none; }
    .seeinside-jumper .container .row .curstep .text-container ul.step-drop li {
      line-height: 2.1; }
      .seeinside-jumper .container .row .curstep .text-container ul.step-drop li:first-child {
        border-top: 1px solid #e2d2ca;
        padding-top: 12px; }
        .seeinside-jumper .container .row .curstep .text-container ul.step-drop li.current a {
          color: #bbbab8; }
      .seeinside-jumper .container .row .curstep .text-container ul.step-drop li a {
        color: #000000;
        text-decoration: none; }
        .seeinside-jumper .container .row .curstep .text-container ul.step-drop li a:hover {
          color: #465267; }
@media (min-width: 576px) {
  .seeinside-jumper .container .row .curimage {
    display: none; } }

.seeinside-nav {
  padding-top: calc(var(--spr-beat) * var(--spr-tempo));
  padding-bottom: calc(var(--spr-beat) * var(--spr-tempo)); }
@media (min-width: 360px) and (max-width: 575.98px) {
  .seeinside-nav {
    display: none; } }
.seeinside-nav .container .row {
  margin-right: -6px;
  margin-left: -6px; }
  .seeinside-nav .container .row .title-container {
    padding: 0px 4.5px; }
  .seeinside-nav .container .row .step-container {
    padding: 0px 4.5px;
    margin-bottom: 9px; }
    .seeinside-nav .container .row .step-container:last-child .step:after {
      content: ""; }
  .seeinside-nav .container .row .step-container.current .step:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8); }
  .seeinside-nav .container .row .step-container.current .step:after {
    color: #000000; }
  .seeinside-nav .container .row .step-container.current .step .info-container {
    background-image: unset !important; }
    .seeinside-nav .container .row .step-container.current .step .info-container p {
      color: #000000; }
  .seeinside-nav .container .row .step-container .step {
    position: relative;
    background-color: #e6e7e8;
    background-size: cover;
    background-repeat: no-repeat; }
  @media (min-width: 1200px) {
    .seeinside-nav .container .row .step-container .step {
      height: 107.1px; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .seeinside-nav .container .row .step-container .step {
    height: 94.5px; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .seeinside-nav .container .row .step-container .step {
    height: 103.95px; } }
@media (min-width: 576px) and (max-width: 767.98px) {
  .seeinside-nav .container .row .step-container .step {
    height: 100.8px; } }
.seeinside-nav .container .row .step-container .step:after {
  content: "";
  position: absolute;
  font-family: "microns";
  font-size: 16px;
  color: white;
  bottom: 3px;
  right: 8px; }
.seeinside-nav .container .row .step-container .step .info-container {
  position: absolute;
  bottom: 0px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 100%; }
  .seeinside-nav .container .row .step-container .step .info-container p {
    padding: 18px 30px 7px 10px;
    margin-bottom: 0px;
    color: white;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 1.2; }

.seeinside-intro + .block.rest-top {
  padding-top: calc(var(--spr-beat)/2 * var(--spr-tempo)) !important; }
@media (min-width: 992px) {
  .seeinside-intro .container .row {
    justify-content: center; }
    .seeinside-intro .container .row .intro-container {
      -ms-flex: 0 0 83.333%;
      flex: 0 0 83.333%;
      max-width: 83.333%; } }
@media (max-width: 575.98px) {
  .seeinside-intro .intro-container {
    display: none; } }
.seeinside-intro .intro-container p.intro {
  font-family: 'Poppins', sans-serif;
  font-size: 22px; }

body.projects {
  --spr-beat: .75; }
  body.projects :is(.block-fullimage, .block-gallery).beat-bottom:has(+ :is(.block-fullimage, .block-gallery)) {
    padding-bottom: 8px; }
  body.projects :is(.block-fullimage, .block-gallery) + :is(.block-fullimage, .block-gallery).beat-top {
    padding-top: 8px; }
body.projects.story h1 + h3 {
  margin-top: 12px; }

.block-contactform .form-col {
  padding: 0px; }
@media (min-width: 992px) {
  .block-contactform .row {
    justify-content: flex-end; }
    .block-contactform .row .form-col {
      -ms-flex: 0 0 58.332667%;
      flex: 0 0 58.332667%;
      max-width: 58.332667%; } }
.block-contactform .info-col .info p a {
  color: #000000;
  text-decoration: none; }
  .block-contactform .info-col .info p a:hover {
    color: #465267;
    text-decoration: underline; }
.block-contactform .info-col .info p.phone + .fax {
  margin-top: -13px; }

.block-fullimage.image.before .col-12 .image-container {
  position: relative; }
  .block-fullimage.image.before .col-12 .image-container:before {
    content: "Before";
    background-color: #f64731;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.025px;
    line-height: 1;
    color: white;
    padding: 7px 25px;
    position: absolute;
    top: 0px;
    left: 0px; }
.block-fullimage.image img {
  max-width: unset !important;
  width: 100%; }
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-fullimage.image img {
    min-height: 660px;
    object-fit: cover;
    object-position: center center; } }
.block-fullimage.image .row {
  position: relative; }
.block-fullimage.image .caption-container {
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  margin-bottom: 0px; }
  .block-fullimage.image .caption-container p.caption {
    padding: 10% 18px 16px 18px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    color: white;
    margin-bottom: 0px; }
  @media (max-width: 991.98px) {
    .block-fullimage.image .caption-container p.caption {
      margin-bottom: 0px !important; } }

.block-hero.home-hero .tinter {
  opacity: 1; }
.block-hero.home-hero .title-container {
  position: relative;
  height: 100%;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4); }
  .block-hero.home-hero .title-container .container {
    height: 100%; }
    .block-hero.home-hero .title-container .container .row {
      height: 100%; }
      .block-hero.home-hero .title-container .container .row .title {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        height: 100%; }
        .block-hero.home-hero .title-container .container .row .title .text-container {
          margin-top: 0px; }
          .block-hero.home-hero .title-container .container .row .title .text-container h1 {
            font-size: 48px;
            margin-bottom: 0px; }
          .block-hero.home-hero .title-container .container .row .title .text-container p {
            margin-top: 0px;
            font-size: 22px; }
          @media (min-width: 768px) and (max-width: 991.98px) {
            .block-hero.home-hero .title-container .container .row .title .text-container h1 {
              font-size: 42px; }
            .block-hero.home-hero .title-container .container .row .title .text-container p {
              font-size: 20px; } }
        @media (min-width: 576px) and (max-width: 767.98px) {
          .block-hero.home-hero .title-container .container .row .title .text-container h1 {
            font-size: 40px; }
          .block-hero.home-hero .title-container .container .row .title .text-container p {
            font-size: 20px; } }
      @media (max-width: 575.98px) {
        .block-hero.home-hero .title-container .container .row .title .text-container h1 {
          font-size: 11vw;
          line-height: 1; }
        .block-hero.home-hero .title-container .container .row .title .text-container p {
          font-size: 4vw;
          margin-top: 10px; } }

.block-peoplegrid .row {
  margin-left: -7px;
  margin-right: -7px; }
.block-peoplegrid .person {
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 16px; }
  .block-peoplegrid .person .person-container {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr auto auto;
    height: 100%; }
    .block-peoplegrid .person .person-container .image-container {
      grid-column: 1;
      grid-row: 1 / -1;
      position: relative;
      overflow: hidden; }
      .block-peoplegrid .person .person-container .image-container .image {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover; }
      .block-peoplegrid .person .person-container .image-container:after {
        content: "";
        position: absolute;
        inset: 0;
        pointer-events: none;
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0.85) 100%); }
    .block-peoplegrid .person .person-container .info-container, .block-peoplegrid .person .person-container .mini-bio-container {
      grid-column: 1;
      z-index: 1;
      color: white !important;
      padding-left: 18px;
      padding-right: 18px; }
      .block-peoplegrid .person .person-container .info-container h5, .block-peoplegrid .person .person-container .info-container p.title, .block-peoplegrid .person .person-container .mini-bio-container h5, .block-peoplegrid .person .person-container .mini-bio-container p.title {
        color: white !important;
        display: inline; }
        .block-peoplegrid .person .person-container .info-container h5 a, .block-peoplegrid .person .person-container .info-container p.title a, .block-peoplegrid .person .person-container .mini-bio-container h5 a, .block-peoplegrid .person .person-container .mini-bio-container p.title a {
          color: white;
          text-decoration: none; }
          .block-peoplegrid .person .person-container .info-container h5 a:hover, .block-peoplegrid .person .person-container .info-container p.title a:hover, .block-peoplegrid .person .person-container .mini-bio-container h5 a:hover, .block-peoplegrid .person .person-container .mini-bio-container p.title a:hover {
            color: white; }
      .block-peoplegrid .person .person-container .info-container h5:after, .block-peoplegrid .person .person-container .mini-bio-container h5:after {
        content: ", ";
        color: white;
        margin-right: 2px; }
    .block-peoplegrid .person .person-container .info-container {
      grid-row: 2; }
    .block-peoplegrid .person .person-container .mini-bio-container {
      grid-row: 3;
      padding-bottom: 16px; }
      .block-peoplegrid .person .person-container .mini-bio-container a {
        text-decoration: none; }
        .block-peoplegrid .person .person-container .mini-bio-container a .mini-bio {
          color: white; }
          .block-peoplegrid .person .person-container .mini-bio-container a:hover .mini-bio {
            color: white; }
      .block-peoplegrid .person .person-container .mini-bio-container .mini-bio span {
        display: block;
        margin-top: 5px;
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
        text-transform: uppercase;
        border-radius: 20px;
        color: #465267; }
        .block-peoplegrid .person .person-container .mini-bio-container .mini-bio span:after {
          content: "»";
          position: relative;
          margin-left: 5px;
          top: -1px; }
        .block-peoplegrid .person .person-container .mini-bio-container .mini-bio span:hover {
          color: white; }
.block-peoplegrid .person .person-container:hover .info-container .mini-bio-container .mini-bio span {
  color: white; }
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-peoplegrid.about-build-team .person {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; } }
@media (max-width: 767.98px) {
  .block-peoplegrid.about-build-team .person {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }
.block-peoplegrid.about-build-team .person .person-container .info-container {
  padding: 20% 18px 16px 18px !important; }
  .block-peoplegrid.about-build-team .person .person-container .info-container h5, .block-peoplegrid.about-build-team .person .person-container .info-container p.title {
    display: block !important; }
    .block-peoplegrid.about-build-team .person .person-container .info-container h5:after, .block-peoplegrid.about-build-team .person .person-container .info-container p.title:after {
      content: ""; }
  .block-peoplegrid.about-build-team .person .person-container .info-container h5 {
    margin-bottom: 3px; }
    .block-peoplegrid.about-build-team .person .person-container .info-container h5 span.title {
      font-family: 'Merriweather', serif;
      font-style: italic;
      font-size: 15px; }
  .block-peoplegrid.about-build-team .person .person-container .info-container p.title {
    font-style: normal;
    font-size: 15px;
    font-style: italic; }

.block-posts .posts-container, .block-posts .results-page {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.block-related .container .row .articles-container {
  justify-content: center; }
@media (min-width: 992px) {
  .block-related .container .article.col-lg-3 {
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%; } }
.block-related .container .article .article-container {
  text-align: center; }
  .block-related .container .article .article-container .image img {
    object-fit: contain; }
.block-related .container .article .article-container .text h4 {
  font-size: 17px; }
  .block-related .container .article .article-container .text h4 a {
    text-decoration: none;
    color: #000000; }
    .block-related .container .article .article-container .text h4 a:hover {
      color: #465267;
      text-decoration: none; }
.block-related .container .article .article-container .text p {
  display: none; }
.block-related .container .article .article-container .buttons a.button {
  background: unset !important;
  color: #465267; }
  .block-related .container .article .article-container .buttons a.button:after {
    content: "»";
    position: relative;
    margin-left: 5px;
    top: -1px; }
  .block-related .container .article .article-container .buttons a.button:hover {
    color: #000000; }

@media (min-width: 992px) {
  .block-text.one-col .container .row {
    justify-content: center; }
    .block-text.one-col .container .row .column-one.col-12 {
      -ms-flex: 0 0 83.333%;
      flex: 0 0 83.333%;
      max-width: 83.333%; } }

.block-textimage .container .row .image-col {
  align-self: flex-start; }
.block-textimage .container .row .text-col {
  align-self: center; }
@media (min-width: 992px) {
  .block-textimage.image-right .row {
    justify-content: flex-end; }
  .block-textimage.image-left .row {
    justify-content: flex-start; }
  .block-textimage .text-col {
    -ms-flex: 0 0 41.666%;
    flex: 0 0 41.666%;
    max-width: 41.666%; } }
@media (max-width: 991.98px) {
  .block-textimage .image-col .image-container {
    max-width: unset !important; } }
.block-textimage p.caption {
  position: absolute;
  width: calc(100% - 30px);
  left: 15px;
  bottom: 0px;
  margin-bottom: 0px;
  padding: 10% 18px 16px 18px;
  color: white !important;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.85)); }
  .block-textimage.image.before .image-col .image-container, .block-textimage.carousel.before .image-col .image-container {
    position: relative; }
    .block-textimage.image.before .image-col .image-container:before, .block-textimage.carousel.before .image-col .image-container:before {
      content: "Before";
      background-color: #f64731;
      font-family: 'Poppins', sans-serif;
      font-size: 18px;
      font-weight: 500;
      text-transform: uppercase;
      letter-spacing: 0.025px;
      line-height: 1;
      color: white;
      padding: 7px 25px;
      position: absolute;
      top: 0px;
      left: 0px;
      z-index: 1; }
.block-textimage .image-col.square .image-container img, .block-textimage .image-col.square .video-container img {
  object-fit: cover;
  height: 100%;
  width: 100%; }
.block-textimage.about-susan .image-col .caption .name {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 500;
  font-style: normal; }
.block-textimage.about-susan .image-col .caption .title {
  font-size: 15px; }
.block-textimage.about-susan .image-col .caption .quote {
  display: block;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5; }
.block-textimage.page-not-found-404 {
  padding-bottom: clamp(38px, 12vw, 65px) !important; }
  .block-textimage.page-not-found-404 .row {
    display: flex !important; }
    .block-textimage.page-not-found-404 .image-col .image-container img.img-fluid {
      max-width: unset !important;
      width: 100%; }

.block-section.explore.padded.beat-top {
  padding-top: calc(var(--spr-breath) * var(--spr-tempo)) !important; }
.block-section.explore .block-text {
  padding-bottom: calc(0.2 * var(--spr-tempo)); }
  .block-section.explore .block-text .column-one {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important; }
.block-section.explore .block-related {
  padding-top: 0px !important;
  padding-bottom: 0px !important; }
