/*
 Theme Name:   MBL Advisors 2026
 Theme URI:    https://mbl-advisors.com
 Description:  Genesis child theme for MBL Advisors
 Author:       Lawton Marketing Group
 Author URI:   https://lawtonmg.com
 Template:     genesis
 Version:      1.0.3
 License:      GPL-2.0-or-later
 Text Domain:  mbl-2026
*/

/* === Theme variables + client portal modal === */

    :root {
      --color-primary: #0d2545;
      --color-secondary: #2D7A2E;
      --color-text: #333333;
      --color-accent: #2D7A2E;
    }

    /* Client Portals Modal */
    .client-portal-modal {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 10000;
    }
    .client-portal-modal.active {
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .client-portal-modal-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.6);
    }
    .client-portal-modal-content {
      position: relative;
      background: #fff;
      padding: 3rem;
      max-width: 420px;
      width: 90%;
      text-align: center;
    }
    .client-portal-modal-content h3 {
      font-family: 'Playfair Display', serif;
      font-size: 1.6rem;
      color: var(--color-primary);
      margin-bottom: 0.5rem;
    }
    .client-portal-modal-content h3 i {
      margin-right: 0.5rem;
    }
    .client-portal-modal-content p {
      color: var(--color-text);
      margin-bottom: 1.5rem;
      font-size: 0.95rem;
    }
    .client-portal-links {
      list-style: none;
      margin: 0;
      padding: 0;
    }
    .client-portal-links li {
      margin-bottom: 0.75rem;
    }
    .client-portal-links li a {
      display: block;
      padding: 0.8rem 1.5rem;
      border: 2px solid var(--color-primary);
      color: var(--color-primary);
      text-decoration: none;
      font-family: 'Lato', sans-serif;
      font-weight: 700;
      font-size: 1rem;
      letter-spacing: 0.5px;
      transition: all 0.2s ease;
    }
    .client-portal-links li a:hover {
      background: var(--color-primary);
      color: #fff;
    }
    .client-portal-links li a i {
      margin-right: 0.5rem;
    }
    .client-portal-modal-close {
      position: absolute;
      top: 1rem;
      right: 1rem;
      font-size: 1.4rem;
      color: #999;
      text-decoration: none;
      line-height: 1;
    }
    .client-portal-modal-close:hover {
      color: var(--color-text);
    }
  
/* === Main site stylesheet (from /css/all-styles.css) === */
/* === main.css === */
@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;1,400;1,700&display=swap);
@import url(https://primeagentmarketing.s3.us-west-2.amazonaws.com/library/fontawesome/6.4.2/all.css);
@import url(https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Oswald:wght@200..700&display=swap);

.grid-container {
  padding-right: .625rem;
  padding-left: .625rem;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto
}

@media print,
screen and (min-width:40em) {
  .grid-container {
    padding-right: .9375rem;
    padding-left: .9375rem
  }
}

.grid-container.fluid {
  padding-right: .625rem;
  padding-left: .625rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto
}

@media print,
screen and (min-width:40em) {
  .grid-container.fluid {
    padding-right: .9375rem;
    padding-left: .9375rem
  }
}

.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto
}

.grid-x {
  display: flex;
  flex-flow: row wrap
}

.cell {
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: 100%
}

.cell.auto {
  flex: 1 1 0
}

.cell.shrink {
  flex: 0 0 auto
}

.grid-x>.auto {
  width: auto
}

.grid-x>.shrink {
  width: auto
}

.grid-x>.small-1,
.grid-x>.small-10,
.grid-x>.small-11,
.grid-x>.small-12,
.grid-x>.small-2,
.grid-x>.small-3,
.grid-x>.small-4,
.grid-x>.small-5,
.grid-x>.small-6,
.grid-x>.small-7,
.grid-x>.small-8,
.grid-x>.small-9,
.grid-x>.small-full,
.grid-x>.small-shrink {
  flex-basis: auto
}

@media print,
screen and (min-width:40em) {

  .grid-x>.medium-1,
  .grid-x>.medium-10,
  .grid-x>.medium-11,
  .grid-x>.medium-12,
  .grid-x>.medium-2,
  .grid-x>.medium-3,
  .grid-x>.medium-4,
  .grid-x>.medium-5,
  .grid-x>.medium-6,
  .grid-x>.medium-7,
  .grid-x>.medium-8,
  .grid-x>.medium-9,
  .grid-x>.medium-full,
  .grid-x>.medium-shrink {
    flex-basis: auto
  }
}

@media print,
screen and (min-width:64em) {

  .grid-x>.large-1,
  .grid-x>.large-10,
  .grid-x>.large-11,
  .grid-x>.large-12,
  .grid-x>.large-2,
  .grid-x>.large-3,
  .grid-x>.large-4,
  .grid-x>.large-5,
  .grid-x>.large-6,
  .grid-x>.large-7,
  .grid-x>.large-8,
  .grid-x>.large-9,
  .grid-x>.large-full,
  .grid-x>.large-shrink {
    flex-basis: auto
  }
}

.grid-x>.small-1,
.grid-x>.small-10,
.grid-x>.small-11,
.grid-x>.small-12,
.grid-x>.small-2,
.grid-x>.small-3,
.grid-x>.small-4,
.grid-x>.small-5,
.grid-x>.small-6,
.grid-x>.small-7,
.grid-x>.small-8,
.grid-x>.small-9 {
  flex: 0 0 auto
}

.grid-x>.small-1 {
  width: 8.3333333333%
}

.grid-x>.small-2 {
  width: 16.6666666667%
}

.grid-x>.small-3 {
  width: 25%
}

.grid-x>.small-4 {
  width: 33.3333333333%
}

.grid-x>.small-5 {
  width: 41.6666666667%
}

.grid-x>.small-6 {
  width: 50%
}

.grid-x>.small-7 {
  width: 58.3333333333%
}

.grid-x>.small-8 {
  width: 66.6666666667%
}

.grid-x>.small-9 {
  width: 75%
}

.grid-x>.small-10 {
  width: 83.3333333333%
}

.grid-x>.small-11 {
  width: 91.6666666667%
}

.grid-x>.small-12 {
  width: 100%
}

@media print,
screen and (min-width:40em) {
  .grid-x>.medium-auto {
    flex: 1 1 0;
    width: auto
  }

  .grid-x>.medium-1,
  .grid-x>.medium-10,
  .grid-x>.medium-11,
  .grid-x>.medium-12,
  .grid-x>.medium-2,
  .grid-x>.medium-3,
  .grid-x>.medium-4,
  .grid-x>.medium-5,
  .grid-x>.medium-6,
  .grid-x>.medium-7,
  .grid-x>.medium-8,
  .grid-x>.medium-9,
  .grid-x>.medium-shrink {
    flex: 0 0 auto
  }

  .grid-x>.medium-shrink {
    width: auto
  }

  .grid-x>.medium-1 {
    width: 8.3333333333%
  }

  .grid-x>.medium-2 {
    width: 16.6666666667%
  }

  .grid-x>.medium-3 {
    width: 25%
  }

  .grid-x>.medium-4 {
    width: 33.3333333333%
  }

  .grid-x>.medium-5 {
    width: 41.6666666667%
  }

  .grid-x>.medium-6 {
    width: 50%
  }

  .grid-x>.medium-7 {
    width: 58.3333333333%
  }

  .grid-x>.medium-8 {
    width: 66.6666666667%
  }

  .grid-x>.medium-9 {
    width: 75%
  }

  .grid-x>.medium-10 {
    width: 83.3333333333%
  }

  .grid-x>.medium-11 {
    width: 91.6666666667%
  }

  .grid-x>.medium-12 {
    width: 100%
  }
}

@media print,
screen and (min-width:64em) {
  .grid-x>.large-auto {
    flex: 1 1 0;
    width: auto
  }

  .grid-x>.large-1,
  .grid-x>.large-10,
  .grid-x>.large-11,
  .grid-x>.large-12,
  .grid-x>.large-2,
  .grid-x>.large-3,
  .grid-x>.large-4,
  .grid-x>.large-5,
  .grid-x>.large-6,
  .grid-x>.large-7,
  .grid-x>.large-8,
  .grid-x>.large-9,
  .grid-x>.large-shrink {
    flex: 0 0 auto
  }

  .grid-x>.large-shrink {
    width: auto
  }

  .grid-x>.large-1 {
    width: 8.3333333333%
  }

  .grid-x>.large-2 {
    width: 16.6666666667%
  }

  .grid-x>.large-3 {
    width: 25%
  }

  .grid-x>.large-4 {
    width: 33.3333333333%
  }

  .grid-x>.large-5 {
    width: 41.6666666667%
  }

  .grid-x>.large-6 {
    width: 50%
  }

  .grid-x>.large-7 {
    width: 58.3333333333%
  }

  .grid-x>.large-8 {
    width: 66.6666666667%
  }

  .grid-x>.large-9 {
    width: 75%
  }

  .grid-x>.large-10 {
    width: 83.3333333333%
  }

  .grid-x>.large-11 {
    width: 91.6666666667%
  }

  .grid-x>.large-12 {
    width: 100%
  }
}

.grid-margin-x:not(.grid-x)>.cell {
  width: auto
}

.grid-margin-y:not(.grid-y)>.cell {
  height: auto
}

.grid-margin-x {
  margin-left: -.625rem;
  margin-right: -.625rem
}

@media print,
screen and (min-width:40em) {
  .grid-margin-x {
    margin-left: -.9375rem;
    margin-right: -.9375rem
  }
}

.grid-margin-x>.cell {
  width: calc(100% - 1.25rem);
  margin-left: .625rem;
  margin-right: .625rem
}

@media print,
screen and (min-width:40em) {
  .grid-margin-x>.cell {
    width: calc(100% - 1.875rem);
    margin-left: .9375rem;
    margin-right: .9375rem
  }
}

.grid-margin-x>.auto {
  width: auto
}

.grid-margin-x>.shrink {
  width: auto
}

.grid-margin-x>.small-1 {
  width: calc(8.3333333333% - 1.25rem)
}

.grid-margin-x>.small-2 {
  width: calc(16.6666666667% - 1.25rem)
}

.grid-margin-x>.small-3 {
  width: calc(25% - 1.25rem)
}

.grid-margin-x>.small-4 {
  width: calc(33.3333333333% - 1.25rem)
}

.grid-margin-x>.small-5 {
  width: calc(41.6666666667% - 1.25rem)
}

.grid-margin-x>.small-6 {
  width: calc(50% - 1.25rem)
}

.grid-margin-x>.small-7 {
  width: calc(58.3333333333% - 1.25rem)
}

.grid-margin-x>.small-8 {
  width: calc(66.6666666667% - 1.25rem)
}

.grid-margin-x>.small-9 {
  width: calc(75% - 1.25rem)
}

.grid-margin-x>.small-10 {
  width: calc(83.3333333333% - 1.25rem)
}

.grid-margin-x>.small-11 {
  width: calc(91.6666666667% - 1.25rem)
}

.grid-margin-x>.small-12 {
  width: calc(100% - 1.25rem)
}

@media print,
screen and (min-width:40em) {
  .grid-margin-x>.auto {
    width: auto
  }

  .grid-margin-x>.shrink {
    width: auto
  }

  .grid-margin-x>.small-1 {
    width: calc(8.3333333333% - 1.875rem)
  }

  .grid-margin-x>.small-2 {
    width: calc(16.6666666667% - 1.875rem)
  }

  .grid-margin-x>.small-3 {
    width: calc(25% - 1.875rem)
  }

  .grid-margin-x>.small-4 {
    width: calc(33.3333333333% - 1.875rem)
  }

  .grid-margin-x>.small-5 {
    width: calc(41.6666666667% - 1.875rem)
  }

  .grid-margin-x>.small-6 {
    width: calc(50% - 1.875rem)
  }

  .grid-margin-x>.small-7 {
    width: calc(58.3333333333% - 1.875rem)
  }

  .grid-margin-x>.small-8 {
    width: calc(66.6666666667% - 1.875rem)
  }

  .grid-margin-x>.small-9 {
    width: calc(75% - 1.875rem)
  }

  .grid-margin-x>.small-10 {
    width: calc(83.3333333333% - 1.875rem)
  }

  .grid-margin-x>.small-11 {
    width: calc(91.6666666667% - 1.875rem)
  }

  .grid-margin-x>.small-12 {
    width: calc(100% - 1.875rem)
  }

  .grid-margin-x>.medium-auto {
    width: auto
  }

  .grid-margin-x>.medium-shrink {
    width: auto
  }

  .grid-margin-x>.medium-1 {
    width: calc(8.3333333333% - 1.875rem)
  }

  .grid-margin-x>.medium-2 {
    width: calc(16.6666666667% - 1.875rem)
  }

  .grid-margin-x>.medium-3 {
    width: calc(25% - 1.875rem)
  }

  .grid-margin-x>.medium-4 {
    width: calc(33.3333333333% - 1.875rem)
  }

  .grid-margin-x>.medium-5 {
    width: calc(41.6666666667% - 1.875rem)
  }

  .grid-margin-x>.medium-6 {
    width: calc(50% - 1.875rem)
  }

  .grid-margin-x>.medium-7 {
    width: calc(58.3333333333% - 1.875rem)
  }

  .grid-margin-x>.medium-8 {
    width: calc(66.6666666667% - 1.875rem)
  }

  .grid-margin-x>.medium-9 {
    width: calc(75% - 1.875rem)
  }

  .grid-margin-x>.medium-10 {
    width: calc(83.3333333333% - 1.875rem)
  }

  .grid-margin-x>.medium-11 {
    width: calc(91.6666666667% - 1.875rem)
  }

  .grid-margin-x>.medium-12 {
    width: calc(100% - 1.875rem)
  }
}

@media print,
screen and (min-width:64em) {
  .grid-margin-x>.large-auto {
    width: auto
  }

  .grid-margin-x>.large-shrink {
    width: auto
  }

  .grid-margin-x>.large-1 {
    width: calc(8.3333333333% - 1.875rem)
  }

  .grid-margin-x>.large-2 {
    width: calc(16.6666666667% - 1.875rem)
  }

  .grid-margin-x>.large-3 {
    width: calc(25% - 1.875rem)
  }

  .grid-margin-x>.large-4 {
    width: calc(33.3333333333% - 1.875rem)
  }

  .grid-margin-x>.large-5 {
    width: calc(41.6666666667% - 1.875rem)
  }

  .grid-margin-x>.large-6 {
    width: calc(50% - 1.875rem)
  }

  .grid-margin-x>.large-7 {
    width: calc(58.3333333333% - 1.875rem)
  }

  .grid-margin-x>.large-8 {
    width: calc(66.6666666667% - 1.875rem)
  }

  .grid-margin-x>.large-9 {
    width: calc(75% - 1.875rem)
  }

  .grid-margin-x>.large-10 {
    width: calc(83.3333333333% - 1.875rem)
  }

  .grid-margin-x>.large-11 {
    width: calc(91.6666666667% - 1.875rem)
  }

  .grid-margin-x>.large-12 {
    width: calc(100% - 1.875rem)
  }
}

.grid-padding-x .grid-padding-x {
  margin-right: -.625rem;
  margin-left: -.625rem
}

@media print,
screen and (min-width:40em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -.9375rem;
    margin-left: -.9375rem
  }
}

.grid-container:not(.full)>.grid-padding-x {
  margin-right: -.625rem;
  margin-left: -.625rem
}

@media print,
screen and (min-width:40em) {
  .grid-container:not(.full)>.grid-padding-x {
    margin-right: -.9375rem;
    margin-left: -.9375rem
  }
}

.grid-padding-x>.cell {
  padding-right: .625rem;
  padding-left: .625rem
}

@media print,
screen and (min-width:40em) {
  .grid-padding-x>.cell {
    padding-right: .9375rem;
    padding-left: .9375rem
  }
}

.small-up-1>.cell {
  width: 100%
}

.small-up-2>.cell {
  width: 50%
}

.small-up-3>.cell {
  width: 33.3333333333%
}

.small-up-4>.cell {
  width: 25%
}

.small-up-5>.cell {
  width: 20%
}

.small-up-6>.cell {
  width: 16.6666666667%
}

.small-up-7>.cell {
  width: 14.2857142857%
}

.small-up-8>.cell {
  width: 12.5%
}

@media print,
screen and (min-width:40em) {
  .medium-up-1>.cell {
    width: 100%
  }

  .medium-up-2>.cell {
    width: 50%
  }

  .medium-up-3>.cell {
    width: 33.3333333333%
  }

  .medium-up-4>.cell {
    width: 25%
  }

  .medium-up-5>.cell {
    width: 20%
  }

  .medium-up-6>.cell {
    width: 16.6666666667%
  }

  .medium-up-7>.cell {
    width: 14.2857142857%
  }

  .medium-up-8>.cell {
    width: 12.5%
  }
}

@media print,
screen and (min-width:64em) {
  .large-up-1>.cell {
    width: 100%
  }

  .large-up-2>.cell {
    width: 50%
  }

  .large-up-3>.cell {
    width: 33.3333333333%
  }

  .large-up-4>.cell {
    width: 25%
  }

  .large-up-5>.cell {
    width: 20%
  }

  .large-up-6>.cell {
    width: 16.6666666667%
  }

  .large-up-7>.cell {
    width: 14.2857142857%
  }

  .large-up-8>.cell {
    width: 12.5%
  }
}

.grid-margin-x.small-up-1>.cell {
  width: calc(100% - 1.25rem)
}

.grid-margin-x.small-up-2>.cell {
  width: calc(50% - 1.25rem)
}

.grid-margin-x.small-up-3>.cell {
  width: calc(33.3333333333% - 1.25rem)
}

.grid-margin-x.small-up-4>.cell {
  width: calc(25% - 1.25rem)
}

.grid-margin-x.small-up-5>.cell {
  width: calc(20% - 1.25rem)
}

.grid-margin-x.small-up-6>.cell {
  width: calc(16.6666666667% - 1.25rem)
}

.grid-margin-x.small-up-7>.cell {
  width: calc(14.2857142857% - 1.25rem)
}

.grid-margin-x.small-up-8>.cell {
  width: calc(12.5% - 1.25rem)
}

@media print,
screen and (min-width:40em) {
  .grid-margin-x.small-up-1>.cell {
    width: calc(100% - 1.875rem)
  }

  .grid-margin-x.small-up-2>.cell {
    width: calc(50% - 1.875rem)
  }

  .grid-margin-x.small-up-3>.cell {
    width: calc(33.3333333333% - 1.875rem)
  }

  .grid-margin-x.small-up-4>.cell {
    width: calc(25% - 1.875rem)
  }

  .grid-margin-x.small-up-5>.cell {
    width: calc(20% - 1.875rem)
  }

  .grid-margin-x.small-up-6>.cell {
    width: calc(16.6666666667% - 1.875rem)
  }

  .grid-margin-x.small-up-7>.cell {
    width: calc(14.2857142857% - 1.875rem)
  }

  .grid-margin-x.small-up-8>.cell {
    width: calc(12.5% - 1.875rem)
  }

  .grid-margin-x.medium-up-1>.cell {
    width: calc(100% - 1.875rem)
  }

  .grid-margin-x.medium-up-2>.cell {
    width: calc(50% - 1.875rem)
  }

  .grid-margin-x.medium-up-3>.cell {
    width: calc(33.3333333333% - 1.875rem)
  }

  .grid-margin-x.medium-up-4>.cell {
    width: calc(25% - 1.875rem)
  }

  .grid-margin-x.medium-up-5>.cell {
    width: calc(20% - 1.875rem)
  }

  .grid-margin-x.medium-up-6>.cell {
    width: calc(16.6666666667% - 1.875rem)
  }

  .grid-margin-x.medium-up-7>.cell {
    width: calc(14.2857142857% - 1.875rem)
  }

  .grid-margin-x.medium-up-8>.cell {
    width: calc(12.5% - 1.875rem)
  }
}

@media print,
screen and (min-width:64em) {
  .grid-margin-x.large-up-1>.cell {
    width: calc(100% - 1.875rem)
  }

  .grid-margin-x.large-up-2>.cell {
    width: calc(50% - 1.875rem)
  }

  .grid-margin-x.large-up-3>.cell {
    width: calc(33.3333333333% - 1.875rem)
  }

  .grid-margin-x.large-up-4>.cell {
    width: calc(25% - 1.875rem)
  }

  .grid-margin-x.large-up-5>.cell {
    width: calc(20% - 1.875rem)
  }

  .grid-margin-x.large-up-6>.cell {
    width: calc(16.6666666667% - 1.875rem)
  }

  .grid-margin-x.large-up-7>.cell {
    width: calc(14.2857142857% - 1.875rem)
  }

  .grid-margin-x.large-up-8>.cell {
    width: calc(12.5% - 1.875rem)
  }
}

.small-margin-collapse {
  margin-right: 0;
  margin-left: 0
}

.small-margin-collapse>.cell {
  margin-right: 0;
  margin-left: 0
}

.small-margin-collapse>.small-1 {
  width: 8.3333333333%
}

.small-margin-collapse>.small-2 {
  width: 16.6666666667%
}

.small-margin-collapse>.small-3 {
  width: 25%
}

.small-margin-collapse>.small-4 {
  width: 33.3333333333%
}

.small-margin-collapse>.small-5 {
  width: 41.6666666667%
}

.small-margin-collapse>.small-6 {
  width: 50%
}

.small-margin-collapse>.small-7 {
  width: 58.3333333333%
}

.small-margin-collapse>.small-8 {
  width: 66.6666666667%
}

.small-margin-collapse>.small-9 {
  width: 75%
}

.small-margin-collapse>.small-10 {
  width: 83.3333333333%
}

.small-margin-collapse>.small-11 {
  width: 91.6666666667%
}

.small-margin-collapse>.small-12 {
  width: 100%
}

@media print,
screen and (min-width:40em) {
  .small-margin-collapse>.medium-1 {
    width: 8.3333333333%
  }

  .small-margin-collapse>.medium-2 {
    width: 16.6666666667%
  }

  .small-margin-collapse>.medium-3 {
    width: 25%
  }

  .small-margin-collapse>.medium-4 {
    width: 33.3333333333%
  }

  .small-margin-collapse>.medium-5 {
    width: 41.6666666667%
  }

  .small-margin-collapse>.medium-6 {
    width: 50%
  }

  .small-margin-collapse>.medium-7 {
    width: 58.3333333333%
  }

  .small-margin-collapse>.medium-8 {
    width: 66.6666666667%
  }

  .small-margin-collapse>.medium-9 {
    width: 75%
  }

  .small-margin-collapse>.medium-10 {
    width: 83.3333333333%
  }

  .small-margin-collapse>.medium-11 {
    width: 91.6666666667%
  }

  .small-margin-collapse>.medium-12 {
    width: 100%
  }
}

@media print,
screen and (min-width:64em) {
  .small-margin-collapse>.large-1 {
    width: 8.3333333333%
  }

  .small-margin-collapse>.large-2 {
    width: 16.6666666667%
  }

  .small-margin-collapse>.large-3 {
    width: 25%
  }

  .small-margin-collapse>.large-4 {
    width: 33.3333333333%
  }

  .small-margin-collapse>.large-5 {
    width: 41.6666666667%
  }

  .small-margin-collapse>.large-6 {
    width: 50%
  }

  .small-margin-collapse>.large-7 {
    width: 58.3333333333%
  }

  .small-margin-collapse>.large-8 {
    width: 66.6666666667%
  }

  .small-margin-collapse>.large-9 {
    width: 75%
  }

  .small-margin-collapse>.large-10 {
    width: 83.3333333333%
  }

  .small-margin-collapse>.large-11 {
    width: 91.6666666667%
  }

  .small-margin-collapse>.large-12 {
    width: 100%
  }
}

.small-padding-collapse {
  margin-right: 0;
  margin-left: 0
}

.small-padding-collapse>.cell {
  padding-right: 0;
  padding-left: 0
}

@media print,
screen and (min-width:40em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0
  }

  .medium-margin-collapse>.cell {
    margin-right: 0;
    margin-left: 0
  }
}

@media print,
screen and (min-width:40em) {
  .medium-margin-collapse>.small-1 {
    width: 8.3333333333%
  }

  .medium-margin-collapse>.small-2 {
    width: 16.6666666667%
  }

  .medium-margin-collapse>.small-3 {
    width: 25%
  }

  .medium-margin-collapse>.small-4 {
    width: 33.3333333333%
  }

  .medium-margin-collapse>.small-5 {
    width: 41.6666666667%
  }

  .medium-margin-collapse>.small-6 {
    width: 50%
  }

  .medium-margin-collapse>.small-7 {
    width: 58.3333333333%
  }

  .medium-margin-collapse>.small-8 {
    width: 66.6666666667%
  }

  .medium-margin-collapse>.small-9 {
    width: 75%
  }

  .medium-margin-collapse>.small-10 {
    width: 83.3333333333%
  }

  .medium-margin-collapse>.small-11 {
    width: 91.6666666667%
  }

  .medium-margin-collapse>.small-12 {
    width: 100%
  }
}

@media print,
screen and (min-width:40em) {
  .medium-margin-collapse>.medium-1 {
    width: 8.3333333333%
  }

  .medium-margin-collapse>.medium-2 {
    width: 16.6666666667%
  }

  .medium-margin-collapse>.medium-3 {
    width: 25%
  }

  .medium-margin-collapse>.medium-4 {
    width: 33.3333333333%
  }

  .medium-margin-collapse>.medium-5 {
    width: 41.6666666667%
  }

  .medium-margin-collapse>.medium-6 {
    width: 50%
  }

  .medium-margin-collapse>.medium-7 {
    width: 58.3333333333%
  }

  .medium-margin-collapse>.medium-8 {
    width: 66.6666666667%
  }

  .medium-margin-collapse>.medium-9 {
    width: 75%
  }

  .medium-margin-collapse>.medium-10 {
    width: 83.3333333333%
  }

  .medium-margin-collapse>.medium-11 {
    width: 91.6666666667%
  }

  .medium-margin-collapse>.medium-12 {
    width: 100%
  }
}

@media print,
screen and (min-width:64em) {
  .medium-margin-collapse>.large-1 {
    width: 8.3333333333%
  }

  .medium-margin-collapse>.large-2 {
    width: 16.6666666667%
  }

  .medium-margin-collapse>.large-3 {
    width: 25%
  }

  .medium-margin-collapse>.large-4 {
    width: 33.3333333333%
  }

  .medium-margin-collapse>.large-5 {
    width: 41.6666666667%
  }

  .medium-margin-collapse>.large-6 {
    width: 50%
  }

  .medium-margin-collapse>.large-7 {
    width: 58.3333333333%
  }

  .medium-margin-collapse>.large-8 {
    width: 66.6666666667%
  }

  .medium-margin-collapse>.large-9 {
    width: 75%
  }

  .medium-margin-collapse>.large-10 {
    width: 83.3333333333%
  }

  .medium-margin-collapse>.large-11 {
    width: 91.6666666667%
  }

  .medium-margin-collapse>.large-12 {
    width: 100%
  }
}

@media print,
screen and (min-width:40em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0
  }

  .medium-padding-collapse>.cell {
    padding-right: 0;
    padding-left: 0
  }
}

@media print,
screen and (min-width:64em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0
  }

  .large-margin-collapse>.cell {
    margin-right: 0;
    margin-left: 0
  }
}

@media print,
screen and (min-width:64em) {
  .large-margin-collapse>.small-1 {
    width: 8.3333333333%
  }

  .large-margin-collapse>.small-2 {
    width: 16.6666666667%
  }

  .large-margin-collapse>.small-3 {
    width: 25%
  }

  .large-margin-collapse>.small-4 {
    width: 33.3333333333%
  }

  .large-margin-collapse>.small-5 {
    width: 41.6666666667%
  }

  .large-margin-collapse>.small-6 {
    width: 50%
  }

  .large-margin-collapse>.small-7 {
    width: 58.3333333333%
  }

  .large-margin-collapse>.small-8 {
    width: 66.6666666667%
  }

  .large-margin-collapse>.small-9 {
    width: 75%
  }

  .large-margin-collapse>.small-10 {
    width: 83.3333333333%
  }

  .large-margin-collapse>.small-11 {
    width: 91.6666666667%
  }

  .large-margin-collapse>.small-12 {
    width: 100%
  }
}

@media print,
screen and (min-width:64em) {
  .large-margin-collapse>.medium-1 {
    width: 8.3333333333%
  }

  .large-margin-collapse>.medium-2 {
    width: 16.6666666667%
  }

  .large-margin-collapse>.medium-3 {
    width: 25%
  }

  .large-margin-collapse>.medium-4 {
    width: 33.3333333333%
  }

  .large-margin-collapse>.medium-5 {
    width: 41.6666666667%
  }

  .large-margin-collapse>.medium-6 {
    width: 50%
  }

  .large-margin-collapse>.medium-7 {
    width: 58.3333333333%
  }

  .large-margin-collapse>.medium-8 {
    width: 66.6666666667%
  }

  .large-margin-collapse>.medium-9 {
    width: 75%
  }

  .large-margin-collapse>.medium-10 {
    width: 83.3333333333%
  }

  .large-margin-collapse>.medium-11 {
    width: 91.6666666667%
  }

  .large-margin-collapse>.medium-12 {
    width: 100%
  }
}

@media print,
screen and (min-width:64em) {
  .large-margin-collapse>.large-1 {
    width: 8.3333333333%
  }

  .large-margin-collapse>.large-2 {
    width: 16.6666666667%
  }

  .large-margin-collapse>.large-3 {
    width: 25%
  }

  .large-margin-collapse>.large-4 {
    width: 33.3333333333%
  }

  .large-margin-collapse>.large-5 {
    width: 41.6666666667%
  }

  .large-margin-collapse>.large-6 {
    width: 50%
  }

  .large-margin-collapse>.large-7 {
    width: 58.3333333333%
  }

  .large-margin-collapse>.large-8 {
    width: 66.6666666667%
  }

  .large-margin-collapse>.large-9 {
    width: 75%
  }

  .large-margin-collapse>.large-10 {
    width: 83.3333333333%
  }

  .large-margin-collapse>.large-11 {
    width: 91.6666666667%
  }

  .large-margin-collapse>.large-12 {
    width: 100%
  }
}

@media print,
screen and (min-width:64em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0
  }

  .large-padding-collapse>.cell {
    padding-right: 0;
    padding-left: 0
  }
}

.small-offset-0 {
  margin-left: 0
}

.grid-margin-x>.small-offset-0 {
  margin-left: calc(0% + 1.25rem / 2)
}

.small-offset-1 {
  margin-left: 8.3333333333%
}

.grid-margin-x>.small-offset-1 {
  margin-left: calc(8.3333333333% + 1.25rem / 2)
}

.small-offset-2 {
  margin-left: 16.6666666667%
}

.grid-margin-x>.small-offset-2 {
  margin-left: calc(16.6666666667% + 1.25rem / 2)
}

.small-offset-3 {
  margin-left: 25%
}

.grid-margin-x>.small-offset-3 {
  margin-left: calc(25% + 1.25rem / 2)
}

.small-offset-4 {
  margin-left: 33.3333333333%
}

.grid-margin-x>.small-offset-4 {
  margin-left: calc(33.3333333333% + 1.25rem / 2)
}

.small-offset-5 {
  margin-left: 41.6666666667%
}

.grid-margin-x>.small-offset-5 {
  margin-left: calc(41.6666666667% + 1.25rem / 2)
}

.small-offset-6 {
  margin-left: 50%
}

.grid-margin-x>.small-offset-6 {
  margin-left: calc(50% + 1.25rem / 2)
}

.small-offset-7 {
  margin-left: 58.3333333333%
}

.grid-margin-x>.small-offset-7 {
  margin-left: calc(58.3333333333% + 1.25rem / 2)
}

.small-offset-8 {
  margin-left: 66.6666666667%
}

.grid-margin-x>.small-offset-8 {
  margin-left: calc(66.6666666667% + 1.25rem / 2)
}

.small-offset-9 {
  margin-left: 75%
}

.grid-margin-x>.small-offset-9 {
  margin-left: calc(75% + 1.25rem / 2)
}

.small-offset-10 {
  margin-left: 83.3333333333%
}

.grid-margin-x>.small-offset-10 {
  margin-left: calc(83.3333333333% + 1.25rem / 2)
}

.small-offset-11 {
  margin-left: 91.6666666667%
}

.grid-margin-x>.small-offset-11 {
  margin-left: calc(91.6666666667% + 1.25rem / 2)
}

@media print,
screen and (min-width:40em) {
  .medium-offset-0 {
    margin-left: 0
  }

  .grid-margin-x>.medium-offset-0 {
    margin-left: calc(0% + 1.875rem / 2)
  }

  .medium-offset-1 {
    margin-left: 8.3333333333%
  }

  .grid-margin-x>.medium-offset-1 {
    margin-left: calc(8.3333333333% + 1.875rem / 2)
  }

  .medium-offset-2 {
    margin-left: 16.6666666667%
  }

  .grid-margin-x>.medium-offset-2 {
    margin-left: calc(16.6666666667% + 1.875rem / 2)
  }

  .medium-offset-3 {
    margin-left: 25%
  }

  .grid-margin-x>.medium-offset-3 {
    margin-left: calc(25% + 1.875rem / 2)
  }

  .medium-offset-4 {
    margin-left: 33.3333333333%
  }

  .grid-margin-x>.medium-offset-4 {
    margin-left: calc(33.3333333333% + 1.875rem / 2)
  }

  .medium-offset-5 {
    margin-left: 41.6666666667%
  }

  .grid-margin-x>.medium-offset-5 {
    margin-left: calc(41.6666666667% + 1.875rem / 2)
  }

  .medium-offset-6 {
    margin-left: 50%
  }

  .grid-margin-x>.medium-offset-6 {
    margin-left: calc(50% + 1.875rem / 2)
  }

  .medium-offset-7 {
    margin-left: 58.3333333333%
  }

  .grid-margin-x>.medium-offset-7 {
    margin-left: calc(58.3333333333% + 1.875rem / 2)
  }

  .medium-offset-8 {
    margin-left: 66.6666666667%
  }

  .grid-margin-x>.medium-offset-8 {
    margin-left: calc(66.6666666667% + 1.875rem / 2)
  }

  .medium-offset-9 {
    margin-left: 75%
  }

  .grid-margin-x>.medium-offset-9 {
    margin-left: calc(75% + 1.875rem / 2)
  }

  .medium-offset-10 {
    margin-left: 83.3333333333%
  }

  .grid-margin-x>.medium-offset-10 {
    margin-left: calc(83.3333333333% + 1.875rem / 2)
  }

  .medium-offset-11 {
    margin-left: 91.6666666667%
  }

  .grid-margin-x>.medium-offset-11 {
    margin-left: calc(91.6666666667% + 1.875rem / 2)
  }
}

@media print,
screen and (min-width:64em) {
  .large-offset-0 {
    margin-left: 0
  }

  .grid-margin-x>.large-offset-0 {
    margin-left: calc(0% + 1.875rem / 2)
  }

  .large-offset-1 {
    margin-left: 8.3333333333%
  }

  .grid-margin-x>.large-offset-1 {
    margin-left: calc(8.3333333333% + 1.875rem / 2)
  }

  .large-offset-2 {
    margin-left: 16.6666666667%
  }

  .grid-margin-x>.large-offset-2 {
    margin-left: calc(16.6666666667% + 1.875rem / 2)
  }

  .large-offset-3 {
    margin-left: 25%
  }

  .grid-margin-x>.large-offset-3 {
    margin-left: calc(25% + 1.875rem / 2)
  }

  .large-offset-4 {
    margin-left: 33.3333333333%
  }

  .grid-margin-x>.large-offset-4 {
    margin-left: calc(33.3333333333% + 1.875rem / 2)
  }

  .large-offset-5 {
    margin-left: 41.6666666667%
  }

  .grid-margin-x>.large-offset-5 {
    margin-left: calc(41.6666666667% + 1.875rem / 2)
  }

  .large-offset-6 {
    margin-left: 50%
  }

  .grid-margin-x>.large-offset-6 {
    margin-left: calc(50% + 1.875rem / 2)
  }

  .large-offset-7 {
    margin-left: 58.3333333333%
  }

  .grid-margin-x>.large-offset-7 {
    margin-left: calc(58.3333333333% + 1.875rem / 2)
  }

  .large-offset-8 {
    margin-left: 66.6666666667%
  }

  .grid-margin-x>.large-offset-8 {
    margin-left: calc(66.6666666667% + 1.875rem / 2)
  }

  .large-offset-9 {
    margin-left: 75%
  }

  .grid-margin-x>.large-offset-9 {
    margin-left: calc(75% + 1.875rem / 2)
  }

  .large-offset-10 {
    margin-left: 83.3333333333%
  }

  .grid-margin-x>.large-offset-10 {
    margin-left: calc(83.3333333333% + 1.875rem / 2)
  }

  .large-offset-11 {
    margin-left: 91.6666666667%
  }

  .grid-margin-x>.large-offset-11 {
    margin-left: calc(91.6666666667% + 1.875rem / 2)
  }
}

.grid-y {
  display: flex;
  flex-flow: column nowrap
}

.grid-y>.cell {
  height: auto;
  max-height: none
}

.grid-y>.auto {
  height: auto
}

.grid-y>.shrink {
  height: auto
}

.grid-y>.small-1,
.grid-y>.small-10,
.grid-y>.small-11,
.grid-y>.small-12,
.grid-y>.small-2,
.grid-y>.small-3,
.grid-y>.small-4,
.grid-y>.small-5,
.grid-y>.small-6,
.grid-y>.small-7,
.grid-y>.small-8,
.grid-y>.small-9,
.grid-y>.small-full,
.grid-y>.small-shrink {
  flex-basis: auto
}

@media print,
screen and (min-width:40em) {

  .grid-y>.medium-1,
  .grid-y>.medium-10,
  .grid-y>.medium-11,
  .grid-y>.medium-12,
  .grid-y>.medium-2,
  .grid-y>.medium-3,
  .grid-y>.medium-4,
  .grid-y>.medium-5,
  .grid-y>.medium-6,
  .grid-y>.medium-7,
  .grid-y>.medium-8,
  .grid-y>.medium-9,
  .grid-y>.medium-full,
  .grid-y>.medium-shrink {
    flex-basis: auto
  }
}

@media print,
screen and (min-width:64em) {

  .grid-y>.large-1,
  .grid-y>.large-10,
  .grid-y>.large-11,
  .grid-y>.large-12,
  .grid-y>.large-2,
  .grid-y>.large-3,
  .grid-y>.large-4,
  .grid-y>.large-5,
  .grid-y>.large-6,
  .grid-y>.large-7,
  .grid-y>.large-8,
  .grid-y>.large-9,
  .grid-y>.large-full,
  .grid-y>.large-shrink {
    flex-basis: auto
  }
}

.grid-y>.small-1,
.grid-y>.small-10,
.grid-y>.small-11,
.grid-y>.small-12,
.grid-y>.small-2,
.grid-y>.small-3,
.grid-y>.small-4,
.grid-y>.small-5,
.grid-y>.small-6,
.grid-y>.small-7,
.grid-y>.small-8,
.grid-y>.small-9 {
  flex: 0 0 auto
}

.grid-y>.small-1 {
  height: 8.3333333333%
}

.grid-y>.small-2 {
  height: 16.6666666667%
}

.grid-y>.small-3 {
  height: 25%
}

.grid-y>.small-4 {
  height: 33.3333333333%
}

.grid-y>.small-5 {
  height: 41.6666666667%
}

.grid-y>.small-6 {
  height: 50%
}

.grid-y>.small-7 {
  height: 58.3333333333%
}

.grid-y>.small-8 {
  height: 66.6666666667%
}

.grid-y>.small-9 {
  height: 75%
}

.grid-y>.small-10 {
  height: 83.3333333333%
}

.grid-y>.small-11 {
  height: 91.6666666667%
}

.grid-y>.small-12 {
  height: 100%
}

@media print,
screen and (min-width:40em) {
  .grid-y>.medium-auto {
    flex: 1 1 0;
    height: auto
  }

  .grid-y>.medium-1,
  .grid-y>.medium-10,
  .grid-y>.medium-11,
  .grid-y>.medium-12,
  .grid-y>.medium-2,
  .grid-y>.medium-3,
  .grid-y>.medium-4,
  .grid-y>.medium-5,
  .grid-y>.medium-6,
  .grid-y>.medium-7,
  .grid-y>.medium-8,
  .grid-y>.medium-9,
  .grid-y>.medium-shrink {
    flex: 0 0 auto
  }

  .grid-y>.medium-shrink {
    height: auto
  }

  .grid-y>.medium-1 {
    height: 8.3333333333%
  }

  .grid-y>.medium-2 {
    height: 16.6666666667%
  }

  .grid-y>.medium-3 {
    height: 25%
  }

  .grid-y>.medium-4 {
    height: 33.3333333333%
  }

  .grid-y>.medium-5 {
    height: 41.6666666667%
  }

  .grid-y>.medium-6 {
    height: 50%
  }

  .grid-y>.medium-7 {
    height: 58.3333333333%
  }

  .grid-y>.medium-8 {
    height: 66.6666666667%
  }

  .grid-y>.medium-9 {
    height: 75%
  }

  .grid-y>.medium-10 {
    height: 83.3333333333%
  }

  .grid-y>.medium-11 {
    height: 91.6666666667%
  }

  .grid-y>.medium-12 {
    height: 100%
  }
}

@media print,
screen and (min-width:64em) {
  .grid-y>.large-auto {
    flex: 1 1 0;
    height: auto
  }

  .grid-y>.large-1,
  .grid-y>.large-10,
  .grid-y>.large-11,
  .grid-y>.large-12,
  .grid-y>.large-2,
  .grid-y>.large-3,
  .grid-y>.large-4,
  .grid-y>.large-5,
  .grid-y>.large-6,
  .grid-y>.large-7,
  .grid-y>.large-8,
  .grid-y>.large-9,
  .grid-y>.large-shrink {
    flex: 0 0 auto
  }

  .grid-y>.large-shrink {
    height: auto
  }

  .grid-y>.large-1 {
    height: 8.3333333333%
  }

  .grid-y>.large-2 {
    height: 16.6666666667%
  }

  .grid-y>.large-3 {
    height: 25%
  }

  .grid-y>.large-4 {
    height: 33.3333333333%
  }

  .grid-y>.large-5 {
    height: 41.6666666667%
  }

  .grid-y>.large-6 {
    height: 50%
  }

  .grid-y>.large-7 {
    height: 58.3333333333%
  }

  .grid-y>.large-8 {
    height: 66.6666666667%
  }

  .grid-y>.large-9 {
    height: 75%
  }

  .grid-y>.large-10 {
    height: 83.3333333333%
  }

  .grid-y>.large-11 {
    height: 91.6666666667%
  }

  .grid-y>.large-12 {
    height: 100%
  }
}

.grid-padding-y .grid-padding-y {
  margin-top: -.625rem;
  margin-bottom: -.625rem
}

@media print,
screen and (min-width:40em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -.9375rem;
    margin-bottom: -.9375rem
  }
}

.grid-padding-y>.cell {
  padding-top: .625rem;
  padding-bottom: .625rem
}

@media print,
screen and (min-width:40em) {
  .grid-padding-y>.cell {
    padding-top: .9375rem;
    padding-bottom: .9375rem
  }
}

.grid-margin-y {
  margin-top: -.625rem;
  margin-bottom: -.625rem
}

@media print,
screen and (min-width:40em) {
  .grid-margin-y {
    margin-top: -.9375rem;
    margin-bottom: -.9375rem
  }
}

.grid-margin-y>.cell {
  height: calc(100% - 1.25rem);
  margin-top: .625rem;
  margin-bottom: .625rem
}

@media print,
screen and (min-width:40em) {
  .grid-margin-y>.cell {
    height: calc(100% - 1.875rem);
    margin-top: .9375rem;
    margin-bottom: .9375rem
  }
}

.grid-margin-y>.auto {
  height: auto
}

.grid-margin-y>.shrink {
  height: auto
}

.grid-margin-y>.small-1 {
  height: calc(8.3333333333% - 1.25rem)
}

.grid-margin-y>.small-2 {
  height: calc(16.6666666667% - 1.25rem)
}

.grid-margin-y>.small-3 {
  height: calc(25% - 1.25rem)
}

.grid-margin-y>.small-4 {
  height: calc(33.3333333333% - 1.25rem)
}

.grid-margin-y>.small-5 {
  height: calc(41.6666666667% - 1.25rem)
}

.grid-margin-y>.small-6 {
  height: calc(50% - 1.25rem)
}

.grid-margin-y>.small-7 {
  height: calc(58.3333333333% - 1.25rem)
}

.grid-margin-y>.small-8 {
  height: calc(66.6666666667% - 1.25rem)
}

.grid-margin-y>.small-9 {
  height: calc(75% - 1.25rem)
}

.grid-margin-y>.small-10 {
  height: calc(83.3333333333% - 1.25rem)
}

.grid-margin-y>.small-11 {
  height: calc(91.6666666667% - 1.25rem)
}

.grid-margin-y>.small-12 {
  height: calc(100% - 1.25rem)
}

@media print,
screen and (min-width:40em) {
  .grid-margin-y>.auto {
    height: auto
  }

  .grid-margin-y>.shrink {
    height: auto
  }

  .grid-margin-y>.small-1 {
    height: calc(8.3333333333% - 1.875rem)
  }

  .grid-margin-y>.small-2 {
    height: calc(16.6666666667% - 1.875rem)
  }

  .grid-margin-y>.small-3 {
    height: calc(25% - 1.875rem)
  }

  .grid-margin-y>.small-4 {
    height: calc(33.3333333333% - 1.875rem)
  }

  .grid-margin-y>.small-5 {
    height: calc(41.6666666667% - 1.875rem)
  }

  .grid-margin-y>.small-6 {
    height: calc(50% - 1.875rem)
  }

  .grid-margin-y>.small-7 {
    height: calc(58.3333333333% - 1.875rem)
  }

  .grid-margin-y>.small-8 {
    height: calc(66.6666666667% - 1.875rem)
  }

  .grid-margin-y>.small-9 {
    height: calc(75% - 1.875rem)
  }

  .grid-margin-y>.small-10 {
    height: calc(83.3333333333% - 1.875rem)
  }

  .grid-margin-y>.small-11 {
    height: calc(91.6666666667% - 1.875rem)
  }

  .grid-margin-y>.small-12 {
    height: calc(100% - 1.875rem)
  }

  .grid-margin-y>.medium-auto {
    height: auto
  }

  .grid-margin-y>.medium-shrink {
    height: auto
  }

  .grid-margin-y>.medium-1 {
    height: calc(8.3333333333% - 1.875rem)
  }

  .grid-margin-y>.medium-2 {
    height: calc(16.6666666667% - 1.875rem)
  }

  .grid-margin-y>.medium-3 {
    height: calc(25% - 1.875rem)
  }

  .grid-margin-y>.medium-4 {
    height: calc(33.3333333333% - 1.875rem)
  }

  .grid-margin-y>.medium-5 {
    height: calc(41.6666666667% - 1.875rem)
  }

  .grid-margin-y>.medium-6 {
    height: calc(50% - 1.875rem)
  }

  .grid-margin-y>.medium-7 {
    height: calc(58.3333333333% - 1.875rem)
  }

  .grid-margin-y>.medium-8 {
    height: calc(66.6666666667% - 1.875rem)
  }

  .grid-margin-y>.medium-9 {
    height: calc(75% - 1.875rem)
  }

  .grid-margin-y>.medium-10 {
    height: calc(83.3333333333% - 1.875rem)
  }

  .grid-margin-y>.medium-11 {
    height: calc(91.6666666667% - 1.875rem)
  }

  .grid-margin-y>.medium-12 {
    height: calc(100% - 1.875rem)
  }
}

@media print,
screen and (min-width:64em) {
  .grid-margin-y>.large-auto {
    height: auto
  }

  .grid-margin-y>.large-shrink {
    height: auto
  }

  .grid-margin-y>.large-1 {
    height: calc(8.3333333333% - 1.875rem)
  }

  .grid-margin-y>.large-2 {
    height: calc(16.6666666667% - 1.875rem)
  }

  .grid-margin-y>.large-3 {
    height: calc(25% - 1.875rem)
  }

  .grid-margin-y>.large-4 {
    height: calc(33.3333333333% - 1.875rem)
  }

  .grid-margin-y>.large-5 {
    height: calc(41.6666666667% - 1.875rem)
  }

  .grid-margin-y>.large-6 {
    height: calc(50% - 1.875rem)
  }

  .grid-margin-y>.large-7 {
    height: calc(58.3333333333% - 1.875rem)
  }

  .grid-margin-y>.large-8 {
    height: calc(66.6666666667% - 1.875rem)
  }

  .grid-margin-y>.large-9 {
    height: calc(75% - 1.875rem)
  }

  .grid-margin-y>.large-10 {
    height: calc(83.3333333333% - 1.875rem)
  }

  .grid-margin-y>.large-11 {
    height: calc(91.6666666667% - 1.875rem)
  }

  .grid-margin-y>.large-12 {
    height: calc(100% - 1.875rem)
  }
}

.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100vw
}

.cell .grid-frame {
  width: 100%
}

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar
}

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar
}

.cell-block-container {
  display: flex;
  flex-direction: column;
  max-height: 100%
}

.cell-block-container>.grid-x {
  max-height: 100%;
  flex-wrap: nowrap
}

@media print,
screen and (min-width:40em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw
  }

  .cell .medium-grid-frame {
    width: 100%
  }

  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
  }

  .medium-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%
  }

  .medium-cell-block-container>.grid-x {
    max-height: 100%;
    flex-wrap: nowrap
  }

  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
  }
}

@media print,
screen and (min-width:64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw
  }

  .cell .large-grid-frame {
    width: 100%
  }

  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
  }

  .large-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%
  }

  .large-cell-block-container>.grid-x {
    max-height: 100%;
    flex-wrap: nowrap
  }

  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
  }
}

.grid-y.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  height: 100vh;
  width: auto
}

@media print,
screen and (min-width:40em) {
  .grid-y.medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto
  }
}

@media print,
screen and (min-width:64em) {
  .grid-y.large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto
  }
}

.cell .grid-y.grid-frame {
  height: 100%
}

@media print,
screen and (min-width:40em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%
  }
}

@media print,
screen and (min-width:64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%
  }
}

.grid-margin-y {
  margin-top: -.625rem;
  margin-bottom: -.625rem
}

@media print,
screen and (min-width:40em) {
  .grid-margin-y {
    margin-top: -.9375rem;
    margin-bottom: -.9375rem
  }
}

.grid-margin-y>.cell {
  height: calc(100% - 1.25rem);
  margin-top: .625rem;
  margin-bottom: .625rem
}

@media print,
screen and (min-width:40em) {
  .grid-margin-y>.cell {
    height: calc(100% - 1.875rem);
    margin-top: .9375rem;
    margin-bottom: .9375rem
  }
}

.grid-margin-y>.auto {
  height: auto
}

.grid-margin-y>.shrink {
  height: auto
}

.grid-margin-y>.small-1 {
  height: calc(8.3333333333% - 1.25rem)
}

.grid-margin-y>.small-2 {
  height: calc(16.6666666667% - 1.25rem)
}

.grid-margin-y>.small-3 {
  height: calc(25% - 1.25rem)
}

.grid-margin-y>.small-4 {
  height: calc(33.3333333333% - 1.25rem)
}

.grid-margin-y>.small-5 {
  height: calc(41.6666666667% - 1.25rem)
}

.grid-margin-y>.small-6 {
  height: calc(50% - 1.25rem)
}

.grid-margin-y>.small-7 {
  height: calc(58.3333333333% - 1.25rem)
}

.grid-margin-y>.small-8 {
  height: calc(66.6666666667% - 1.25rem)
}

.grid-margin-y>.small-9 {
  height: calc(75% - 1.25rem)
}

.grid-margin-y>.small-10 {
  height: calc(83.3333333333% - 1.25rem)
}

.grid-margin-y>.small-11 {
  height: calc(91.6666666667% - 1.25rem)
}

.grid-margin-y>.small-12 {
  height: calc(100% - 1.25rem)
}

@media print,
screen and (min-width:40em) {
  .grid-margin-y>.auto {
    height: auto
  }

  .grid-margin-y>.shrink {
    height: auto
  }

  .grid-margin-y>.small-1 {
    height: calc(8.3333333333% - 1.875rem)
  }

  .grid-margin-y>.small-2 {
    height: calc(16.6666666667% - 1.875rem)
  }

  .grid-margin-y>.small-3 {
    height: calc(25% - 1.875rem)
  }

  .grid-margin-y>.small-4 {
    height: calc(33.3333333333% - 1.875rem)
  }

  .grid-margin-y>.small-5 {
    height: calc(41.6666666667% - 1.875rem)
  }

  .grid-margin-y>.small-6 {
    height: calc(50% - 1.875rem)
  }

  .grid-margin-y>.small-7 {
    height: calc(58.3333333333% - 1.875rem)
  }

  .grid-margin-y>.small-8 {
    height: calc(66.6666666667% - 1.875rem)
  }

  .grid-margin-y>.small-9 {
    height: calc(75% - 1.875rem)
  }

  .grid-margin-y>.small-10 {
    height: calc(83.3333333333% - 1.875rem)
  }

  .grid-margin-y>.small-11 {
    height: calc(91.6666666667% - 1.875rem)
  }

  .grid-margin-y>.small-12 {
    height: calc(100% - 1.875rem)
  }

  .grid-margin-y>.medium-auto {
    height: auto
  }

  .grid-margin-y>.medium-shrink {
    height: auto
  }

  .grid-margin-y>.medium-1 {
    height: calc(8.3333333333% - 1.875rem)
  }

  .grid-margin-y>.medium-2 {
    height: calc(16.6666666667% - 1.875rem)
  }

  .grid-margin-y>.medium-3 {
    height: calc(25% - 1.875rem)
  }

  .grid-margin-y>.medium-4 {
    height: calc(33.3333333333% - 1.875rem)
  }

  .grid-margin-y>.medium-5 {
    height: calc(41.6666666667% - 1.875rem)
  }

  .grid-margin-y>.medium-6 {
    height: calc(50% - 1.875rem)
  }

  .grid-margin-y>.medium-7 {
    height: calc(58.3333333333% - 1.875rem)
  }

  .grid-margin-y>.medium-8 {
    height: calc(66.6666666667% - 1.875rem)
  }

  .grid-margin-y>.medium-9 {
    height: calc(75% - 1.875rem)
  }

  .grid-margin-y>.medium-10 {
    height: calc(83.3333333333% - 1.875rem)
  }

  .grid-margin-y>.medium-11 {
    height: calc(91.6666666667% - 1.875rem)
  }

  .grid-margin-y>.medium-12 {
    height: calc(100% - 1.875rem)
  }
}

@media print,
screen and (min-width:64em) {
  .grid-margin-y>.large-auto {
    height: auto
  }

  .grid-margin-y>.large-shrink {
    height: auto
  }

  .grid-margin-y>.large-1 {
    height: calc(8.3333333333% - 1.875rem)
  }

  .grid-margin-y>.large-2 {
    height: calc(16.6666666667% - 1.875rem)
  }

  .grid-margin-y>.large-3 {
    height: calc(25% - 1.875rem)
  }

  .grid-margin-y>.large-4 {
    height: calc(33.3333333333% - 1.875rem)
  }

  .grid-margin-y>.large-5 {
    height: calc(41.6666666667% - 1.875rem)
  }

  .grid-margin-y>.large-6 {
    height: calc(50% - 1.875rem)
  }

  .grid-margin-y>.large-7 {
    height: calc(58.3333333333% - 1.875rem)
  }

  .grid-margin-y>.large-8 {
    height: calc(66.6666666667% - 1.875rem)
  }

  .grid-margin-y>.large-9 {
    height: calc(75% - 1.875rem)
  }

  .grid-margin-y>.large-10 {
    height: calc(83.3333333333% - 1.875rem)
  }

  .grid-margin-y>.large-11 {
    height: calc(91.6666666667% - 1.875rem)
  }

  .grid-margin-y>.large-12 {
    height: calc(100% - 1.875rem)
  }
}

.grid-frame.grid-margin-y {
  height: calc(100vh + 1.25rem)
}

@media print,
screen and (min-width:40em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem)
  }
}

@media print,
screen and (min-width:64em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem)
  }
}

@media print,
screen and (min-width:40em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.875rem)
  }
}

@media print,
screen and (min-width:64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.875rem)
  }
}

.row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap
}

.row .row {
  margin-right: -.625rem;
  margin-left: -.625rem
}

@media print,
screen and (min-width:40em) {
  .row .row {
    margin-right: -.9375rem;
    margin-left: -.9375rem
  }
}

@media print,
screen and (min-width:64em) {
  .row .row {
    margin-right: -.9375rem;
    margin-left: -.9375rem
  }
}

.row .row.collapse {
  margin-right: 0;
  margin-left: 0
}

.row.expanded {
  max-width: none
}

.row.expanded .row {
  margin-right: auto;
  margin-left: auto
}

.row:not(.expanded) .row {
  max-width: none
}

.row.collapse>.column,
.row.collapse>.columns {
  padding-right: 0;
  padding-left: 0
}

.row.collapse>.column>.row,
.row.collapse>.columns>.row,
.row.is-collapse-child {
  margin-right: 0;
  margin-left: 0
}

.column,
.columns {
  flex: 1 1 0px;
  padding-right: .625rem;
  padding-left: .625rem;
  min-width: 0
}

@media print,
screen and (min-width:40em) {

  .column,
  .columns {
    padding-right: .9375rem;
    padding-left: .9375rem
  }
}

.column.row.row,
.row.row.columns {
  float: none;
  display: block
}

.row .column.row.row,
.row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0
}

.small-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%
}

.small-offset-0 {
  margin-left: 0
}

.small-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%
}

.small-offset-1 {
  margin-left: 8.3333333333%
}

.small-3 {
  flex: 0 0 25%;
  max-width: 25%
}

.small-offset-2 {
  margin-left: 16.6666666667%
}

.small-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%
}

.small-offset-3 {
  margin-left: 25%
}

.small-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%
}

.small-offset-4 {
  margin-left: 33.3333333333%
}

.small-6 {
  flex: 0 0 50%;
  max-width: 50%
}

.small-offset-5 {
  margin-left: 41.6666666667%
}

.small-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%
}

.small-offset-6 {
  margin-left: 50%
}

.small-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%
}

.small-offset-7 {
  margin-left: 58.3333333333%
}

.small-9 {
  flex: 0 0 75%;
  max-width: 75%
}

.small-offset-8 {
  margin-left: 66.6666666667%
}

.small-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%
}

.small-offset-9 {
  margin-left: 75%
}

.small-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%
}

.small-offset-10 {
  margin-left: 83.3333333333%
}

.small-12 {
  flex: 0 0 100%;
  max-width: 100%
}

.small-offset-11 {
  margin-left: 91.6666666667%
}

.small-up-1 {
  flex-wrap: wrap
}

.small-up-1>.column,
.small-up-1>.columns {
  flex: 0 0 100%;
  max-width: 100%
}

.small-up-2 {
  flex-wrap: wrap
}

.small-up-2>.column,
.small-up-2>.columns {
  flex: 0 0 50%;
  max-width: 50%
}

.small-up-3 {
  flex-wrap: wrap
}

.small-up-3>.column,
.small-up-3>.columns {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%
}

.small-up-4 {
  flex-wrap: wrap
}

.small-up-4>.column,
.small-up-4>.columns {
  flex: 0 0 25%;
  max-width: 25%
}

.small-up-5 {
  flex-wrap: wrap
}

.small-up-5>.column,
.small-up-5>.columns {
  flex: 0 0 20%;
  max-width: 20%
}

.small-up-6 {
  flex-wrap: wrap
}

.small-up-6>.column,
.small-up-6>.columns {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%
}

.small-up-7 {
  flex-wrap: wrap
}

.small-up-7>.column,
.small-up-7>.columns {
  flex: 0 0 14.2857142857%;
  max-width: 14.2857142857%
}

.small-up-8 {
  flex-wrap: wrap
}

.small-up-8>.column,
.small-up-8>.columns {
  flex: 0 0 12.5%;
  max-width: 12.5%
}

.small-collapse>.column,
.small-collapse>.columns {
  padding-right: 0;
  padding-left: 0
}

.small-uncollapse>.column,
.small-uncollapse>.columns {
  padding-right: .625rem;
  padding-left: .625rem
}

@media print,
screen and (min-width:40em) {
  .medium-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
  }

  .medium-offset-0 {
    margin-left: 0
  }

  .medium-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }

  .medium-offset-1 {
    margin-left: 8.3333333333%
  }

  .medium-3 {
    flex: 0 0 25%;
    max-width: 25%
  }

  .medium-offset-2 {
    margin-left: 16.6666666667%
  }

  .medium-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }

  .medium-offset-3 {
    margin-left: 25%
  }

  .medium-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
  }

  .medium-offset-4 {
    margin-left: 33.3333333333%
  }

  .medium-6 {
    flex: 0 0 50%;
    max-width: 50%
  }

  .medium-offset-5 {
    margin-left: 41.6666666667%
  }

  .medium-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
  }

  .medium-offset-6 {
    margin-left: 50%
  }

  .medium-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
  }

  .medium-offset-7 {
    margin-left: 58.3333333333%
  }

  .medium-9 {
    flex: 0 0 75%;
    max-width: 75%
  }

  .medium-offset-8 {
    margin-left: 66.6666666667%
  }

  .medium-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
  }

  .medium-offset-9 {
    margin-left: 75%
  }

  .medium-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
  }

  .medium-offset-10 {
    margin-left: 83.3333333333%
  }

  .medium-12 {
    flex: 0 0 100%;
    max-width: 100%
  }

  .medium-offset-11 {
    margin-left: 91.6666666667%
  }

  .medium-up-1 {
    flex-wrap: wrap
  }

  .medium-up-1>.column,
  .medium-up-1>.columns {
    flex: 0 0 100%;
    max-width: 100%
  }

  .medium-up-2 {
    flex-wrap: wrap
  }

  .medium-up-2>.column,
  .medium-up-2>.columns {
    flex: 0 0 50%;
    max-width: 50%
  }

  .medium-up-3 {
    flex-wrap: wrap
  }

  .medium-up-3>.column,
  .medium-up-3>.columns {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }

  .medium-up-4 {
    flex-wrap: wrap
  }

  .medium-up-4>.column,
  .medium-up-4>.columns {
    flex: 0 0 25%;
    max-width: 25%
  }

  .medium-up-5 {
    flex-wrap: wrap
  }

  .medium-up-5>.column,
  .medium-up-5>.columns {
    flex: 0 0 20%;
    max-width: 20%
  }

  .medium-up-6 {
    flex-wrap: wrap
  }

  .medium-up-6>.column,
  .medium-up-6>.columns {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }

  .medium-up-7 {
    flex-wrap: wrap
  }

  .medium-up-7>.column,
  .medium-up-7>.columns {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%
  }

  .medium-up-8 {
    flex-wrap: wrap
  }

  .medium-up-8>.column,
  .medium-up-8>.columns {
    flex: 0 0 12.5%;
    max-width: 12.5%
  }
}

@media print,
screen and (min-width:40em) and (min-width:40em) {
  .medium-expand {
    flex: 1 1 0px
  }
}

.row.medium-unstack>.column,
.row.medium-unstack>.columns {
  flex: 0 0 100%
}

@media print,
screen and (min-width:40em) {

  .row.medium-unstack>.column,
  .row.medium-unstack>.columns {
    flex: 1 1 0px
  }

  .medium-collapse>.column,
  .medium-collapse>.columns {
    padding-right: 0;
    padding-left: 0
  }

  .medium-uncollapse>.column,
  .medium-uncollapse>.columns {
    padding-right: .9375rem;
    padding-left: .9375rem
  }
}

@media print,
screen and (min-width:64em) {
  .large-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
  }

  .large-offset-0 {
    margin-left: 0
  }

  .large-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }

  .large-offset-1 {
    margin-left: 8.3333333333%
  }

  .large-3 {
    flex: 0 0 25%;
    max-width: 25%
  }

  .large-offset-2 {
    margin-left: 16.6666666667%
  }

  .large-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }

  .large-offset-3 {
    margin-left: 25%
  }

  .large-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
  }

  .large-offset-4 {
    margin-left: 33.3333333333%
  }

  .large-6 {
    flex: 0 0 50%;
    max-width: 50%
  }

  .large-offset-5 {
    margin-left: 41.6666666667%
  }

  .large-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
  }

  .large-offset-6 {
    margin-left: 50%
  }

  .large-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
  }

  .large-offset-7 {
    margin-left: 58.3333333333%
  }

  .large-9 {
    flex: 0 0 75%;
    max-width: 75%
  }

  .large-offset-8 {
    margin-left: 66.6666666667%
  }

  .large-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
  }

  .large-offset-9 {
    margin-left: 75%
  }

  .large-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
  }

  .large-offset-10 {
    margin-left: 83.3333333333%
  }

  .large-12 {
    flex: 0 0 100%;
    max-width: 100%
  }

  .large-offset-11 {
    margin-left: 91.6666666667%
  }

  .large-up-1 {
    flex-wrap: wrap
  }

  .large-up-1>.column,
  .large-up-1>.columns {
    flex: 0 0 100%;
    max-width: 100%
  }

  .large-up-2 {
    flex-wrap: wrap
  }

  .large-up-2>.column,
  .large-up-2>.columns {
    flex: 0 0 50%;
    max-width: 50%
  }

  .large-up-3 {
    flex-wrap: wrap
  }

  .large-up-3>.column,
  .large-up-3>.columns {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }

  .large-up-4 {
    flex-wrap: wrap
  }

  .large-up-4>.column,
  .large-up-4>.columns {
    flex: 0 0 25%;
    max-width: 25%
  }

  .large-up-5 {
    flex-wrap: wrap
  }

  .large-up-5>.column,
  .large-up-5>.columns {
    flex: 0 0 20%;
    max-width: 20%
  }

  .large-up-6 {
    flex-wrap: wrap
  }

  .large-up-6>.column,
  .large-up-6>.columns {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }

  .large-up-7 {
    flex-wrap: wrap
  }

  .large-up-7>.column,
  .large-up-7>.columns {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%
  }

  .large-up-8 {
    flex-wrap: wrap
  }

  .large-up-8>.column,
  .large-up-8>.columns {
    flex: 0 0 12.5%;
    max-width: 12.5%
  }
}

@media print,
screen and (min-width:64em) and (min-width:64em) {
  .large-expand {
    flex: 1 1 0px
  }
}

.row.large-unstack>.column,
.row.large-unstack>.columns {
  flex: 0 0 100%
}

@media print,
screen and (min-width:64em) {

  .row.large-unstack>.column,
  .row.large-unstack>.columns {
    flex: 1 1 0px
  }

  .large-collapse>.column,
  .large-collapse>.columns {
    padding-right: 0;
    padding-left: 0
  }

  .large-uncollapse>.column,
  .large-uncollapse>.columns {
    padding-right: .9375rem;
    padding-left: .9375rem
  }
}

.shrink {
  flex: 0 0 auto;
  max-width: 100%
}

.column-block {
  margin-bottom: 1.25rem
}

.column-block>:last-child {
  margin-bottom: 0
}

@media print,
screen and (min-width:40em) {
  .column-block {
    margin-bottom: 1.875rem
  }

  .column-block>:last-child {
    margin-bottom: 0
  }
}

.align-left {
  justify-content: flex-start
}

.align-right {
  justify-content: flex-end
}

.align-center {
  justify-content: center
}

.align-justify {
  justify-content: space-between
}

.align-spaced {
  justify-content: space-around
}

.align-left.vertical.menu>li>a {
  justify-content: flex-start
}

.align-right.vertical.menu>li>a {
  justify-content: flex-end
}

.align-center.vertical.menu>li>a {
  justify-content: center
}

.align-top {
  align-items: flex-start
}

.align-self-top {
  align-self: flex-start
}

.align-bottom {
  align-items: flex-end
}

.align-self-bottom {
  align-self: flex-end
}

.align-middle {
  align-items: center
}

.align-self-middle {
  align-self: center
}

.align-stretch {
  align-items: stretch
}

.align-self-stretch {
  align-self: stretch
}

.align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center
}

.small-order-1 {
  order: 1
}

.small-order-2 {
  order: 2
}

.small-order-3 {
  order: 3
}

.small-order-4 {
  order: 4
}

.small-order-5 {
  order: 5
}

.small-order-6 {
  order: 6
}

@media print,
screen and (min-width:40em) {
  .medium-order-1 {
    order: 1
  }

  .medium-order-2 {
    order: 2
  }

  .medium-order-3 {
    order: 3
  }

  .medium-order-4 {
    order: 4
  }

  .medium-order-5 {
    order: 5
  }

  .medium-order-6 {
    order: 6
  }
}

@media print,
screen and (min-width:64em) {
  .large-order-1 {
    order: 1
  }

  .large-order-2 {
    order: 2
  }

  .large-order-3 {
    order: 3
  }

  .large-order-4 {
    order: 4
  }

  .large-order-5 {
    order: 5
  }

  .large-order-6 {
    order: 6
  }
}

.flex-container {
  display: flex
}

.flex-child-auto {
  flex: 1 1 auto
}

.flex-child-grow {
  flex: 1 0 auto
}

.flex-child-shrink {
  flex: 0 1 auto
}

.flex-dir-row {
  flex-direction: row
}

.flex-dir-row-reverse {
  flex-direction: row-reverse
}

.flex-dir-column {
  flex-direction: column
}

.flex-dir-column-reverse {
  flex-direction: column-reverse
}

@media print,
screen and (min-width:40em) {
  .medium-flex-container {
    display: flex
  }

  .medium-flex-child-auto {
    flex: 1 1 auto
  }

  .medium-flex-child-grow {
    flex: 1 0 auto
  }

  .medium-flex-child-shrink {
    flex: 0 1 auto
  }

  .medium-flex-dir-row {
    flex-direction: row
  }

  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse
  }

  .medium-flex-dir-column {
    flex-direction: column
  }

  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse
  }
}

@media print,
screen and (min-width:64em) {
  .large-flex-container {
    display: flex
  }

  .large-flex-child-auto {
    flex: 1 1 auto
  }

  .large-flex-child-grow {
    flex: 1 0 auto
  }

  .large-flex-child-shrink {
    flex: 0 1 auto
  }

  .large-flex-dir-row {
    flex-direction: row
  }

  .large-flex-dir-row-reverse {
    flex-direction: row-reverse
  }

  .large-flex-dir-column {
    flex-direction: column
  }

  .large-flex-dir-column-reverse {
    flex-direction: column-reverse
  }
}

blockquote,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
pre,
td,
th,
ul {
  margin: 0;
  padding: 0
}

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility
}

em,
i {
  font-style: italic;
  line-height: inherit
}

b,
strong {
  font-weight: 700;
  line-height: inherit
}

small {
  font-size: 80%;
  line-height: inherit
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: inherit;
  text-rendering: optimizeLegibility
}

.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  line-height: 0;
  color: #cacaca
}

.h1,
h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: .5rem
}

.h2,
h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: .5rem
}

.h3,
h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: .5rem
}

.h4,
h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: .5rem
}

.h5,
h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: .5rem
}

.h6,
h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: .5rem
}

@media print,
screen and (min-width:40em) {

  .h1,
  h1 {
    font-size: 3rem
  }

  .h2,
  h2 {
    font-size: 2.5rem
  }

  .h3,
  h3 {
    font-size: 1.9375rem
  }

  .h4,
  h4 {
    font-size: 1.5625rem
  }

  .h5,
  h5 {
    font-size: 1.25rem
  }

  .h6,
  h6 {
    font-size: 1rem
  }
}

a {
  line-height: inherit;
  color: #1779ba;
  text-decoration: none;
  cursor: pointer
}

a:focus,
a:hover {
  color: #1468a0
}

a img {
  border: 0
}

hr {
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0
}

dl,
ol,
ul {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6
}

li {
  font-size: inherit
}

ul {
  margin-left: 1.25rem;
  list-style-type: disc
}

ol {
  margin-left: 1.25rem
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-left: 1.25rem;
  margin-bottom: 0
}

dl {
  margin-bottom: 1rem
}

dl dt {
  margin-bottom: .3rem;
  font-weight: 700
}

blockquote {
  margin: 0 0 1rem;
  padding: .5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca
}

blockquote,
blockquote p {
  line-height: 1.6;
  color: #8a8a8a
}

abbr,
abbr[title] {
  border-bottom: 1px dotted #0a0a0a;
  cursor: help;
  text-decoration: none
}

figure {
  margin: 0
}

kbd {
  margin: 0;
  padding: .125rem .25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a
}

.subheader {
  margin-top: .2rem;
  margin-bottom: .5rem;
  font-weight: 400;
  line-height: 1.4;
  color: #8a8a8a
}

.lead {
  font-size: 125%;
  line-height: 1.6
}

.stat {
  font-size: 2.5rem;
  line-height: 1
}

p+.stat {
  margin-top: -1rem
}

ol.no-bullet,
ul.no-bullet {
  margin-left: 0;
  list-style: none
}

.cite-block,
cite {
  display: block;
  color: #8a8a8a;
  font-size: .8125rem
}

.cite-block:before,
cite:before {
  content: "— "
}

.code-inline,
code {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: 400;
  color: #0a0a0a;
  display: inline;
  max-width: 100%;
  word-wrap: break-word;
  padding: .125rem .3125rem .0625rem
}

.code-block {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: 400;
  color: #0a0a0a;
  display: block;
  overflow: auto;
  white-space: pre;
  padding: 1rem;
  margin-bottom: 1.5rem
}

.text-left {
  text-align: left
}

.text-right {
  text-align: right
}

.text-center {
  text-align: center
}

.text-justify {
  text-align: justify
}

@media print,
screen and (min-width:40em) {
  .medium-text-left {
    text-align: left
  }

  .medium-text-right {
    text-align: right
  }

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

  .medium-text-justify {
    text-align: justify
  }
}

@media print,
screen and (min-width:64em) {
  .large-text-left {
    text-align: left
  }

  .large-text-right {
    text-align: right
  }

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

  .large-text-justify {
    text-align: justify
  }
}

.show-for-print {
  display: none !important
}

@media print {
  * {
    background: 0 0 !important;
    color: #000 !important;
    print-color-adjust: economy;
    box-shadow: none !important;
    text-shadow: none !important
  }

  .show-for-print {
    display: block !important
  }

  .hide-for-print {
    display: none !important
  }

  table.show-for-print {
    display: table !important
  }

  thead.show-for-print {
    display: table-header-group !important
  }

  tbody.show-for-print {
    display: table-row-group !important
  }

  tr.show-for-print {
    display: table-row !important
  }

  td.show-for-print {
    display: table-cell !important
  }

  th.show-for-print {
    display: table-cell !important
  }

  a,
  a:visited {
    text-decoration: underline
  }

  a[href]:after {
    content: " (" attr(href) ")"
  }

  .ir a:after,
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""
  }

  abbr[title]:after {
    content: " (" attr(title) ")"
  }

  blockquote,
  pre {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid
  }

  thead {
    display: table-header-group
  }

  img,
  tr {
    page-break-inside: avoid
  }

  img {
    max-width: 100% !important
  }

  @page {
    margin: .5cm
  }

  h2,
  h3,
  p {
    orphans: 3;
    widows: 3
  }

  h2,
  h3 {
    page-break-after: avoid
  }

  .print-break-inside {
    page-break-inside: auto
  }
}

[type=color],
[type=date],
[type=datetime-local],
[type=datetime],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: .5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, .1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #0a0a0a;
  transition: box-shadow .5s, border-color .25s ease-in-out;
  appearance: none
}

[type=color]:focus,
[type=date]:focus,
[type=datetime-local]:focus,
[type=datetime]:focus,
[type=email]:focus,
[type=month]:focus,
[type=number]:focus,
[type=password]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=text]:focus,
[type=time]:focus,
[type=url]:focus,
[type=week]:focus,
textarea:focus {
  outline: 0;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow .5s, border-color .25s ease-in-out
}

textarea {
  max-width: 100%
}

textarea[rows] {
  height: auto
}

input:disabled,
input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed
}

[type=button],
[type=submit] {
  appearance: none;
  border-radius: 0
}

input[type=search] {
  box-sizing: border-box
}

::placeholder {
  color: #cacaca
}

[type=checkbox],
[type=file],
[type=radio] {
  margin: 0 0 1rem
}

[type=checkbox]+label,
[type=radio]+label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: .5rem;
  margin-right: 1rem;
  margin-bottom: 0
}

[type=checkbox]+label[for],
[type=radio]+label[for] {
  cursor: pointer
}

label>[type=checkbox],
label>[type=radio] {
  margin-right: .5rem
}

[type=file] {
  width: 100%
}

label {
  display: block;
  margin: 0;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.8;
  color: #0a0a0a
}

label.middle {
  margin: 0 0 1rem;
  line-height: 1.5;
  padding: .5625rem 0
}

.help-text {
  margin-top: -.5rem;
  font-size: .8125rem;
  font-style: italic;
  color: #0a0a0a
}

.input-group {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  align-items: stretch
}

.input-group>:first-child,
.input-group>:first-child.input-group-button>* {
  border-radius: 0
}

.input-group>:last-child,
.input-group>:last-child.input-group-button>* {
  border-radius: 0
}

.input-group-button,
.input-group-button a,
.input-group-button button,
.input-group-button input,
.input-group-button label,
.input-group-field,
.input-group-label {
  margin: 0;
  white-space: nowrap
}

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  display: flex;
  flex: 0 0 auto;
  align-items: center
}

.input-group-label:first-child {
  border-right: 0
}

.input-group-label:last-child {
  border-left: 0
}

.input-group-field {
  border-radius: 0;
  flex: 1 1 0px;
  min-width: 0
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: flex;
  flex: 0 0 auto
}

.input-group-button a,
.input-group-button button,
.input-group-button input,
.input-group-button label {
  align-self: stretch;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0
}

legend {
  max-width: 100%;
  margin-bottom: .5rem
}

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca
}

.fieldset legend {
  margin: 0;
  margin-left: -.1875rem;
  padding: 0 .1875rem
}

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: .5rem;
  appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #0a0a0a;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%28138, 138, 138%29"></polygon></svg>');
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow .5s, border-color .25s ease-in-out
}

@media screen and (min-width:0\0) {
  select {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==)
  }
}

select:focus {
  outline: 0;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow .5s, border-color .25s ease-in-out
}

select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed
}

select::-ms-expand {
  display: none
}

select[multiple] {
  height: auto;
  background-image: none
}

select:not([multiple]) {
  padding-top: 0;
  padding-bottom: 0
}

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #f9ecea
}

.is-invalid-input:not(:focus)::placeholder {
  color: #cc4b37
}

.is-invalid-label {
  color: #cc4b37
}

.form-error {
  display: none;
  margin-top: -.5rem;
  margin-bottom: 1rem;
  font-size: .75rem;
  font-weight: 700;
  color: #cc4b37
}

.form-error.is-visible {
  display: block
}

.hide {
  display: none !important
}

.invisible {
  visibility: hidden
}

.visible {
  visibility: visible
}

@media print,
screen and (max-width:39.99875em) {
  .hide-for-small-only {
    display: none !important
  }
}

@media screen and (max-width:0em),
screen and (min-width:40em) {
  .show-for-small-only {
    display: none !important
  }
}

@media print,
screen and (min-width:40em) {
  .hide-for-medium {
    display: none !important
  }
}

@media screen and (max-width:39.99875em) {
  .show-for-medium {
    display: none !important
  }
}

@media print,
screen and (min-width:40em) and (max-width:63.99875em) {
  .hide-for-medium-only {
    display: none !important
  }
}

@media screen and (max-width:39.99875em),
screen and (min-width:64em) {
  .show-for-medium-only {
    display: none !important
  }
}

@media print,
screen and (min-width:64em) {
  .hide-for-large {
    display: none !important
  }
}

@media screen and (max-width:63.99875em) {
  .show-for-large {
    display: none !important
  }
}

@media print,
screen and (min-width:64em) and (max-width:74.99875em) {
  .hide-for-large-only {
    display: none !important
  }
}

@media screen and (max-width:63.99875em),
screen and (min-width:75em) {
  .show-for-large-only {
    display: none !important
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important
}

.show-on-focus:active,
.show-on-focus:focus {
  position: static !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important
}

.hide-for-portrait,
.show-for-landscape {
  display: block !important
}

@media screen and (orientation:landscape) {

  .hide-for-portrait,
  .show-for-landscape {
    display: block !important
  }
}

@media screen and (orientation:portrait) {

  .hide-for-portrait,
  .show-for-landscape {
    display: none !important
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important
}

@media screen and (orientation:landscape) {

  .hide-for-landscape,
  .show-for-portrait {
    display: none !important
  }
}

@media screen and (orientation:portrait) {

  .hide-for-landscape,
  .show-for-portrait {
    display: block !important
  }
}

.show-for-dark-mode {
  display: none
}

.hide-for-dark-mode {
  display: block
}

@media screen and (prefers-color-scheme:dark) {
  .show-for-dark-mode {
    display: block !important
  }

  .hide-for-dark-mode {
    display: none !important
  }
}

.show-for-ie {
  display: none
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
  .show-for-ie {
    display: block !important
  }

  .hide-for-ie {
    display: none !important
  }
}

.show-for-sticky {
  display: none
}

.is-stuck .show-for-sticky {
  display: block
}

.is-stuck .hide-for-sticky {
  display: none
}

.animateme {
  opacity: 0;
  visibility: hidden
}

.map-wrapper,
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0
}

.map-wrapper iframe,
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

ul.lmg-social-media {
  margin: 0 auto 1rem;
  padding: 0;
  list-style: none
}

ul.lmg-social-media li {
  display: inline-flex;
  margin: 0;
  text-align: center;
  margin-right: 10px
}

ul.lmg-social-media li a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 0;
  padding: 0;
  text-decoration: none;
  background: #0d2545;
  color: #fff;
  transition: all .5s;
  width: 32px;
  height: 32px;
  border-radius: 100%
}

ul.lmg-social-media li a:hover {
  background: #2D7A2E
}

.elementor-499 .elementor-element.elementor-element-5f6be7c .elementor-button[type=submit] {
  background-color: transparent !important;
  border-radius: 0;
  border: 2px solid #0d2545;
  color: #0d2545 !important
}

.elementor-499 .elementor-element.elementor-element-5f6be7c .elementor-button[type=submit]:hover {
  background: #0d2545 !important;
  color: #fff !important
}

.elementor-499 .elementor-element.elementor-element-5f6be7c .elementor-button {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  font-style: normal;
  padding: 10px 30px !important;
  display: inline-block !important;
  width: auto !important;
  max-width: 202px !important;
  letter-spacing: 2px !important;
  font-family: Lato, sans-serif
}

.spacer.spacer-20 {
  height: 20px
}

.button {
  background-color: none;
  border: 2px solid #0d2545;
  color: #0d2545;
  cursor: pointer;
  font-size: 16px;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  width: auto;
  transition: all .5s;
  display: inline-block;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 0;
  position: relative;
  overflow: hidden;
  transition: all .5s
}

.button.team-back-button {
  border: none;
  padding: 10px 0
}

.button.team-back-button:hover {
  color: #2D7A2E
}

.button.team-back-button::before {
  display: none
}

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

.button::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: #0d2545;
  z-index: 1;
  transition: all .5s
}

.button.secondary {
  background: #2D7A2E;
  color: #0d2545;
  border: 2px solid #2D7A2E
}

.button.secondary::before {
  background: #0d2545
}

.button.secondary:active,
.button.secondary:focus,
.button.secondary:hover {
  color: #2D7A2E;
  border: 2px solid #0d2545
}

.button:active,
.button:focus,
.button:hover {
  color: #fff
}

.button:active::before,
.button:focus::before,
.button:hover::before {
  border-radius: 0;
  opacity: 1
}

ul.buttons-list {
  margin: 0;
  padding: 0
}

ul.buttons-list li {
  list-style: none;
  display: inline-block;
  margin: 0 20px
}

ul.buttons-list li a.button {
  width: 300px;
  position: relative
}

body.popup-active {
  overflow: hidden
}

body.popup-active .site-header {
  transform: translate(0, -100%)
}

.popup-container {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 50px;
  border-radius: 8px;
  background: #fff;
  z-index: 9999999999;
  width: 1200px;
  max-width: 90%;
  left: -999999px;
  opacity: 0;
  transition: left 0s ease .5s, opacity .5s ease 0s, transform 0s ease 0s;
  max-height: 95%;
  overflow-y: auto;
  box-shadow: 0 0 100px rgba(0, 0, 0, .6)
}

.popup-container[data-popup-src=newsletter-popup] {
  width: 800px;
  max-width: 90%
}

.popup-container .headshot-container {
  position: relative
}

.popup-container .headshot-container img {
  width: 100%
}

.popup-container input[type=email],
.popup-container input[type=text] {
  border: 1px solid #0d2545;
  height: 55px
}

.popup-container label {
  text-transform: uppercase
}

.popup-container a.button {
  margin-top: 1rem
}

.popup-container h2 {
  font-size: 3rem;
  color: #0d2545;
  margin-bottom: 0
}

.popup-container h2+p {
  margin-bottom: 2rem
}

.popup-container h2+p::after {
  content: "";
  display: block;
  width: 100px;
  height: 4px;
  background: #2D7A2E;
  margin: 1rem auto
}

.popup-container .ind-team-meta {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 2px solid #2D7A2E;
  position: relative
}

.popup-container .ind-team-meta .ind-team-social {
  position: absolute;
  bottom: 1rem;
  right: 0
}

.popup-container .ind-team-meta h2 {
  color: #0d2545;
  font-size: 4rem;
  margin-bottom: 0;
  line-height: 1
}

.popup-container .ind-team-meta h3 {
  color: #2D7A2E;
  font-family: Lato, sans-serif;
  text-transform: uppercase;
  font-size: 1.5rem;
  margin-bottom: 0;
  font-weight: 700
}

.popup-container.active {
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  transition: left 0s ease 0s, opacity .5s ease 0s, transform 0s ease 0s
}

.popup-container .close-popup {
  top: 10px;
  right: 10px;
  position: absolute;
  background: #2D7A2E;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.5rem;
  transition: all .5s
}

.popup-container .close-popup:hover {
  background: #0d2545
}

.popup-cast {
  background: rgba(45, 122, 46, .8);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  transition: left 0s ease .5s, opacity 1s ease 0s, transform 0s ease 0s;
  top: -999999999px;
  z-index: 9998
}

.popup-active .popup-cast {
  top: 0;
  opacity: 1;
  transition: left 0s ease 0s, opacity 1s ease 0s, transform 0s ease 0s
}

.pt-1 {
  padding-top: 1rem
}

.pb-1 {
  padding-bottom: 1rem
}

.pl-1 {
  padding-left: 1rem
}

.pr-1 {
  padding-right: 1rem
}

.mt-1 {
  margin-top: 1rem
}

.mb-1 {
  margin-bottom: 1rem
}

.ml-1 {
  margin-left: 1rem
}

.mr-1 {
  margin-right: 1rem
}

.int-tier>.wrap.pt-1 {
  padding-top: 1rem
}

.int-tier>.wrap.pb-1 {
  padding-bottom: 1rem
}

.int-tier>.wrap.mt-1 {
  margin-top: 1rem
}

.int-tier>.wrap.mb-1 {
  margin-bottom: 1rem
}

.pt-2 {
  padding-top: 2rem
}

.pb-2 {
  padding-bottom: 2rem
}

.pl-2 {
  padding-left: 2rem
}

.pr-2 {
  padding-right: 2rem
}

.mt-2 {
  margin-top: 2rem
}

.mb-2 {
  margin-bottom: 2rem
}

.ml-2 {
  margin-left: 2rem
}

.mr-2 {
  margin-right: 2rem
}

.int-tier>.wrap.pt-2 {
  padding-top: 2rem
}

.int-tier>.wrap.pb-2 {
  padding-bottom: 2rem
}

.int-tier>.wrap.mt-2 {
  margin-top: 2rem
}

.int-tier>.wrap.mb-2 {
  margin-bottom: 2rem
}

.pt-3 {
  padding-top: 3rem
}

.pb-3 {
  padding-bottom: 3rem
}

.pl-3 {
  padding-left: 3rem
}

.pr-3 {
  padding-right: 3rem
}

.mt-3 {
  margin-top: 3rem
}

.mb-3 {
  margin-bottom: 3rem
}

.ml-3 {
  margin-left: 3rem
}

.mr-3 {
  margin-right: 3rem
}

.int-tier>.wrap.pt-3 {
  padding-top: 3rem
}

.int-tier>.wrap.pb-3 {
  padding-bottom: 3rem
}

.int-tier>.wrap.mt-3 {
  margin-top: 3rem
}

.int-tier>.wrap.mb-3 {
  margin-bottom: 3rem
}

.pt-4 {
  padding-top: 4rem
}

.pb-4 {
  padding-bottom: 4rem
}

.pl-4 {
  padding-left: 4rem
}

.pr-4 {
  padding-right: 4rem
}

.mt-4 {
  margin-top: 4rem
}

.mb-4 {
  margin-bottom: 4rem
}

.ml-4 {
  margin-left: 4rem
}

.mr-4 {
  margin-right: 4rem
}

.int-tier>.wrap.pt-4 {
  padding-top: 4rem
}

.int-tier>.wrap.pb-4 {
  padding-bottom: 4rem
}

.int-tier>.wrap.mt-4 {
  margin-top: 4rem
}

.int-tier>.wrap.mb-4 {
  margin-bottom: 4rem
}

.pt-5 {
  padding-top: 5rem
}

.pb-5 {
  padding-bottom: 5rem
}

.pl-5 {
  padding-left: 5rem
}

.pr-5 {
  padding-right: 5rem
}

.mt-5 {
  margin-top: 5rem
}

.mb-5 {
  margin-bottom: 5rem
}

.ml-5 {
  margin-left: 5rem
}

.mr-5 {
  margin-right: 5rem
}

.int-tier>.wrap.pt-5 {
  padding-top: 5rem
}

.int-tier>.wrap.pb-5 {
  padding-bottom: 5rem
}

.int-tier>.wrap.mt-5 {
  margin-top: 5rem
}

.int-tier>.wrap.mb-5 {
  margin-bottom: 5rem
}

.pt-6 {
  padding-top: 6rem
}

.pb-6 {
  padding-bottom: 6rem
}

.pl-6 {
  padding-left: 6rem
}

.pr-6 {
  padding-right: 6rem
}

.mt-6 {
  margin-top: 6rem
}

.mb-6 {
  margin-bottom: 6rem
}

.ml-6 {
  margin-left: 6rem
}

.mr-6 {
  margin-right: 6rem
}

.int-tier>.wrap.pt-6 {
  padding-top: 6rem
}

.int-tier>.wrap.pb-6 {
  padding-bottom: 6rem
}

.int-tier>.wrap.mt-6 {
  margin-top: 6rem
}

.int-tier>.wrap.mb-6 {
  margin-bottom: 6rem
}

.pt-7 {
  padding-top: 7rem
}

.pb-7 {
  padding-bottom: 7rem
}

.pl-7 {
  padding-left: 7rem
}

.pr-7 {
  padding-right: 7rem
}

.mt-7 {
  margin-top: 7rem
}

.mb-7 {
  margin-bottom: 7rem
}

.ml-7 {
  margin-left: 7rem
}

.mr-7 {
  margin-right: 7rem
}

.int-tier>.wrap.pt-7 {
  padding-top: 7rem
}

.int-tier>.wrap.pb-7 {
  padding-bottom: 7rem
}

.int-tier>.wrap.mt-7 {
  margin-top: 7rem
}

.int-tier>.wrap.mb-7 {
  margin-bottom: 7rem
}

.pt-8 {
  padding-top: 8rem
}

.pb-8 {
  padding-bottom: 8rem
}

.pl-8 {
  padding-left: 8rem
}

.pr-8 {
  padding-right: 8rem
}

.mt-8 {
  margin-top: 8rem
}

.mb-8 {
  margin-bottom: 8rem
}

.ml-8 {
  margin-left: 8rem
}

.mr-8 {
  margin-right: 8rem
}

.int-tier>.wrap.pt-8 {
  padding-top: 8rem
}

.int-tier>.wrap.pb-8 {
  padding-bottom: 8rem
}

.int-tier>.wrap.mt-8 {
  margin-top: 8rem
}

.int-tier>.wrap.mb-8 {
  margin-bottom: 8rem
}

.pt-9 {
  padding-top: 9rem
}

.pb-9 {
  padding-bottom: 9rem
}

.pl-9 {
  padding-left: 9rem
}

.pr-9 {
  padding-right: 9rem
}

.mt-9 {
  margin-top: 9rem
}

.mb-9 {
  margin-bottom: 9rem
}

.ml-9 {
  margin-left: 9rem
}

.mr-9 {
  margin-right: 9rem
}

.int-tier>.wrap.pt-9 {
  padding-top: 9rem
}

.int-tier>.wrap.pb-9 {
  padding-bottom: 9rem
}

.int-tier>.wrap.mt-9 {
  margin-top: 9rem
}

.int-tier>.wrap.mb-9 {
  margin-bottom: 9rem
}

.pt-10 {
  padding-top: 10rem
}

.pb-10 {
  padding-bottom: 10rem
}

.pl-10 {
  padding-left: 10rem
}

.pr-10 {
  padding-right: 10rem
}

.mt-10 {
  margin-top: 10rem
}

.mb-10 {
  margin-bottom: 10rem
}

.ml-10 {
  margin-left: 10rem
}

.mr-10 {
  margin-right: 10rem
}

.int-tier>.wrap.pt-10 {
  padding-top: 10rem
}

.int-tier>.wrap.pb-10 {
  padding-bottom: 10rem
}

.int-tier>.wrap.mt-10 {
  margin-top: 10rem
}

.int-tier>.wrap.mb-10 {
  margin-bottom: 10rem
}

.schwab-popup-container {
  position: fixed;
  text-align: center;
  top: 50%;
  left: -9999999px;
  visibility: hidden;
  opacity: 0;
  transform: translate(-50%, -50%);
  z-index: 1000;
  background: #fff;
  padding: 2em;
  max-width: 800px;
  width: 90%;
  box-shadow: 0 0 100px rgba(0, 0, 0, .5);
  border-radius: 10px;
  transition: opacity .5s ease 0s, left 0s ease .5s
}

.schwab-popup-container.active {
  top: 50%;
  left: 50%;
  visibility: visible;
  opacity: 1;
  transition: opacity .5s ease 0s, left 0s ease 0s
}

.schwab-popup-container .button {
  text-transform: uppercase
}

.schwab-close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 2em;
  cursor: pointer
}

body:not(.home) .site-header {
  background: #fff
}

.site-header {
  width: 100%;
  transition: all .5s, top 0s;
  background: #2D7A2E;
  width: 100%;
  margin: 0 auto;
  position: sticky;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 9999;
  padding: 20px
}

@media screen and (min-width:64em) {
  .site-header {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
}

.site-header.sticky-header {
  background: #fff;
  border-bottom: none;
  top: 0;
  width: 100%
}

.site-header.sticky-header .header-container .site-logo img {
  transition: all .5s;
  max-width: 250px
}

@media screen and (min-width:64em) {
  .site-header.sticky-header .header-container .site-logo img {
    max-width: 90px
  }
}

.site-header .header-container {
  display: flex;
  flex-flow: row wrap
}

@media screen and (min-width:64em) {
  .site-header .header-container {
    align-items: center;
    width: 100%;
    max-width: 100%
  }
}

.site-header .header-container .site-logo {
  width: 100%;
  padding: 0
}

@media screen and (min-width:64em) {
  .site-header .header-container .site-logo {
    width: 100px;
    margin-bottom: 0
  }
}

.site-header .header-container .site-logo img {
  width: 400px;
  transition: all .5s
}

.site-header .header-container .header-right {
  position: relative;
  width: 100%;
  height: 40px;
  margin-top: 1rem
}

@media screen and (min-width:64em) {
  .site-header .header-container .header-right {
    height: 100%;
    margin-top: 0;
    flex: 1;
    display: flex;
    justify-content: flex-end
  }
}

.site-header .header-container .header-right a.button {
  text-transform: uppercase;
  font-size: .85rem
}

@media screen and (min-width:64em) {
  .site-header .header-container .header-right a.button {
    font-size: 1rem;
    color: #fff;
    border: 2px solid #fff
  }

  .site-header .header-container .header-right a.button:hover {
    color: #000;
    background: #fff
  }
}

.sticky-header .site-header .header-container .header-right a.button {
  border: 2px solid #000;
  color: #000;
  font-size: .85rem
}

@media screen and (min-width:64em) {
  .sticky-header .site-header .header-container .header-right a.button {
    font-size: .85rem
  }
}

.sticky-header .site-header .header-container .header-right a.button:hover {
  background: #000;
  color: #fff
}

.site-header .header-container .header-right .nav-header {
  display: none
}

@media screen and (min-width:64em) {
  .site-header .header-container .header-right .nav-header {
    display: block
  }
}

.site-title {
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 0
}

.site-title a {
  color: #fff;
  text-decoration: none
}

.sticky-header .site-title a {
  color: #0d2545
}

.site-title a:focus,
.site-title a:hover {
  color: #333;
  text-decoration: none
}

.site-description,
.wp-custom-logo .site-title {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important
}

.lmg-breadcrumbs {
  background: #0d2545;
  color: #fff;
  padding: 1rem
}

.lmg-breadcrumbs ul {
  margin: 0;
  padding: 0
}

.lmg-breadcrumbs ul li {
  display: inline-flex;
  align-items: center;
  text-transform: uppercase
}

.lmg-breadcrumbs ul li:not(:last-child)::after {
  content: "›";
  display: inline-block;
  margin: 0 1rem 0 calc(1rem + 2px)
}

.lmg-breadcrumbs ul li a {
  text-decoration: none;
  font-weight: 700;
  color: #fff
}

.lmg-breadcrumbs ul li a:hover {
  color: #8a9636
}

.titan-tier {
  position: relative;
  padding: 4rem 2rem
}

.titan-tier.titan-cards-tier {
  padding: 2rem
}

@media screen and (min-width:64em) {
  .titan-tier {
    padding: 6rem 2rem
  }
}

.titan-tier.invert-colors {
  color: #fff
}

.titan-tier.invert-colors .wrap .tier-title .preheadline,
.titan-tier.invert-colors .wrap .tier-title h2,
.titan-tier.invert-colors .wrap .tier-title h3,
.titan-tier.invert-colors .wrap .tier-title h4,
.titan-tier.invert-colors .wrap .tier-title h5,
.titan-tier.invert-colors .wrap .tier-title h6 {
  color: #fff
}

.titan-tier.invert-colors .wrap a.button {
  border: 2px solid #fff;
  color: #fff
}

.titan-tier.invert-colors .wrap a.button:hover {
  background: #fff;
  color: #0d2545
}

.titan-tier.invert-colors .wrap .services-list li::before {
  color: #2D7A2E
}

.titan-tier .image-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat
}

.titan-tier .tier-bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, .5)
}

.titan-tier .services-list {
  display: flex;
  flex-flow: row wrap
}

.titan-tier .services-list.full-width li {
  width: 100%
}

.titan-tier .services-list li {
  width: 50%;
  list-style: none;
  margin-bottom: .5rem
}

.titan-tier .services-list li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  margin-right: 10px;
  color: #0d2545
}

.titan-tier .wrap {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  position: relative;
  z-index: 3
}

.titan-tier .wrap .title-decoration {
  margin: 1rem auto
}

.titan-tier .wrap.w-1000 {
  max-width: 1000px
}

.titan-tier .wrap.w-1100 {
  max-width: 1100px
}

.titan-tier .wrap.w-1200 {
  max-width: 1200px
}

.titan-tier .wrap.w-1300 {
  max-width: 1300px
}

.titan-tier .wrap.w-1400 {
  max-width: 1400px
}

.titan-tier .tier-title .preheadline {
  text-transform: uppercase;
  font-weight: 700;
  color: #2D7A2E;
  margin-bottom: 0
}

.titan-tier .tier-title h2 {
  line-height: 1.15;
  color: #0d2545
}

.titan-tier .tier-title h2:has(+h3) {
  margin-bottom: 0;
  line-height: 1
}

.titan-tier .tier-title h2+h3 {
  font-family: Lato, sans-serif;
  font-size: 1.75rem;
  font-weight: 400
}

@media screen and (min-width:40em) {
  .titan-tier .tier-title h2 {
    font-size: 2.5rem
  }
}

@media screen and (min-width:64em) {
  .titan-tier .tier-title h2 {
    font-size: 4rem
  }
}

.titan-tier .tier-title::after {
  content: "";
  display: block;
  width: 100px;
  height: 4px;
  background: #2D7A2E;
  margin: 1rem 0
}

.titan-tier .tier-title.text-center::after {
  margin: 1rem auto
}

.titan-tier.text-center .tier-title h2::after {
  margin: 1rem auto
}

.titan-tier.titan-quote-tier .quote-text {
  font-size: 1.5rem;
  line-height: 1.5;
  margin: 0 auto 1rem;
  font-family: "Playfair Display", serif
}

@media screen and (min-width:64em) {
  .titan-tier.titan-quote-tier .quote-text {
    font-size: 2.25rem
  }
}

.titan-tier.titan-quote-tier .quote-author {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  color: #0d2545
}

.titan-tier.titan-tier-style-3 {
  width: calc(100% - 2rem);
  margin: 0 auto;
  overflow: hidden
}

.titan-tier.titan-tier-style-3 .icons-container {
  margin-top: 2rem
}

.titan-tier.titan-tier-style-3 .icons-container .icons-grid {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  margin: 0 auto;
  padding: 0
}

.titan-tier.titan-tier-style-3 .icons-container .icons-grid li {
  width: 100%;
  list-style: none;
  padding: 1rem
}

@media screen and (min-width:40em) {
  .titan-tier.titan-tier-style-3 .icons-container .icons-grid.two-columns li {
    width: 50%
  }
}

@media screen and (min-width:40em) {
  .titan-tier.titan-tier-style-3 .icons-container .icons-grid.three-columns li {
    width: 33.33%
  }
}

@media screen and (min-width:40em) {
  .titan-tier.titan-tier-style-3 .icons-container .icons-grid.four-columns li {
    width: 25%
  }
}

@media screen and (min-width:40em) {
  .titan-tier.titan-tier-style-3 .icons-container .icons-grid.five-columns li {
    width: 20%
  }
}

@media screen and (min-width:64em) {
  .titan-tier.titan-tier-style-3 .icons-container .icons-grid.five-columns li {
    width: 20%
  }
}

@media screen and (min-width:40em) {
  .titan-tier.titan-tier-style-3 .icons-container .icons-grid.six-columns li {
    width: 16.666%
  }
}

@media screen and (min-width:64em) {
  .titan-tier.titan-tier-style-3 .icons-container .icons-grid.six-columns li {
    width: 16.666%
  }
}

.titan-tier.titan-tier-style-3 .icons-container .icons-grid h3 {
  color: #0d2545;
  font-size: 1.25rem
}

.titan-tier.titan-tier-style-3 .icons-container .icons-grid i {
  color: #2D7A2E;
  display: block;
  margin: 0 auto 1rem
}

.titan-tier.titan-tier-style-1 {
  padding: 4rem 2rem;
  position: relative
}

@media screen and (max-width:1023px) {
  .titan-tier.titan-tier-style-1 {
    display: flex;
    flex-flow: row wrap
  }

  .titan-tier.titan-tier-style-1 .tier-style-1-image {
    order: 1;
    margin-bottom: 2rem
  }

  .titan-tier.titan-tier-style-1 .wrap {
    order: 2
  }
}

@media screen and (min-width:64em) {
  .titan-tier.titan-tier-style-1 {
    padding: 8rem 2rem 550px
  }

  .titan-tier.titan-tier-style-1.hide-before {
    padding-bottom: 3rem
  }
}

.titan-tier.titan-tier-style-1 .wrap {
  max-width: 1200px
}

@media screen and (min-width:64em) {
  .titan-tier.titan-tier-style-1 .tier-style-1-grid {
    margin-bottom: 5rem;
    align-items: center;
    justify-content: center
  }
}

.titan-tier.titan-tier-style-1 .cta-button {
  margin-bottom: 2rem
}

.titan-tier.titan-tier-style-1.text-center .tier-title h2::after {
  margin: 1rem auto
}

.titan-tier.titan-tier-style-1 .events-list {
  margin: 2rem auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: center
}

.titan-tier.titan-tier-style-1 .events-list li {
  width: 25%;
  list-style: none;
  font-weight: 700;
  color: #0d2545
}

.titan-tier.titan-tier-style-1 .events-list+h3 {
  color: #2D7A2E;
  font-style: italic
}

.titan-tier.titan-tier-style-1 .tier-content {
  padding: 0;
  font-size: 1.15rem
}

@media screen and (min-width:64em) {
  .titan-tier.titan-tier-style-1:not(.hide-before)::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 350px;
    background: linear-gradient(#ddd, #f6f6f4);
    z-index: 1
  }
}

.titan-tier.titan-tier-style-1 .tier-style-1-image {
  width: 100%;
  overflow: hidden;
  z-index: 100;
  padding-bottom: 56.25%;
  position: relative
}

@media screen and (min-width:64em) {
  .titan-tier.titan-tier-style-1 .tier-style-1-image {
    position: absolute;
    right: 0;
    padding-bottom: 0;
    height: 500px
  }
}

.titan-tier.titan-tier-style-1 .tier-style-1-image .tier-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat
}

@media screen and (min-width:64em) {
  .titan-tier.titan-tier-style-1 .tier-style-1-image .tier-image .image-overlay {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #0d2545
  }
}

.titan-tier.titan-tier-style-2 .content-cell,
.titan-tier.titan-tier-style-4 .content-cell {
  padding-top: 4rem
}

@media screen and (min-width:64em) {

  .titan-tier.titan-tier-style-2 .content-cell,
  .titan-tier.titan-tier-style-4 .content-cell {
    padding-top: 0
  }
}

.titan-tier.titan-tier-style-2 .content-cell .cta-buttons-list,
.titan-tier.titan-tier-style-4 .content-cell .cta-buttons-list {
  margin: 0;
  padding: 0
}

.titan-tier.titan-tier-style-2 .content-cell .cta-buttons-list:has(li:nth-child(2)) a.button,
.titan-tier.titan-tier-style-4 .content-cell .cta-buttons-list:has(li:nth-child(2)) a.button {
  width: 200px;
  padding: 1rem
}

.titan-tier.titan-tier-style-2 .content-cell .cta-buttons-list li,
.titan-tier.titan-tier-style-4 .content-cell .cta-buttons-list li {
  list-style: none
}

@media screen and (min-width:40em) {

  .titan-tier.titan-tier-style-2 .content-cell .cta-buttons-list li,
  .titan-tier.titan-tier-style-4 .content-cell .cta-buttons-list li {
    display: inline-block
  }
}

.titan-tier.titan-tier-style-2 .content-cell .cta-buttons-list li:has(+li),
.titan-tier.titan-tier-style-4 .content-cell .cta-buttons-list li:has(+li) {
  margin-right: 10px
}

.titan-tier.titan-tier-style-2 .image-cell,
.titan-tier.titan-tier-style-4 .image-cell {
  position: relative;
  padding-bottom: 56.25%
}

@media screen and (min-width:64em) {

  .titan-tier.titan-tier-style-2 .image-cell,
  .titan-tier.titan-tier-style-4 .image-cell {
    padding-bottom: 0;
    min-height: 600px
  }
}

.titan-tier.titan-tier-style-2 .image-cell .image-background,
.titan-tier.titan-tier-style-4 .image-cell .image-background {
  background-color: #f6f6f4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  overflow: hidden
}

.titan-tier.titan-tier-style-2 .image-cell .image-background .inner-image-background,
.titan-tier.titan-tier-style-4 .image-cell .image-background .inner-image-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat
}

.titan-tier.titan-tier-style-2 .image-cell .image-layer,
.titan-tier.titan-tier-style-4 .image-cell .image-layer {
  position: absolute;
  left: 50%;
  top: -20px;
  transform: translateX(-50%);
  width: calc(100% + 40px);
  height: 100%;
  background: #2D7A2E
}

@media screen and (min-width:64em) {

  .titan-tier.titan-tier-style-2 .image-cell .image-layer,
  .titan-tier.titan-tier-style-4 .image-cell .image-layer {
    transform: none;
    top: -5%;
    left: -5%;
    width: 100%;
    height: 110%
  }
}

@media screen and (min-width:64em) {

  .titan-tier.titan-tier-style-2 .image-cell.large-order-2 .image-layer,
  .titan-tier.titan-tier-style-4 .image-cell.large-order-2 .image-layer {
    left: 5%
  }
}

.titan-tier.titan-tier-style-2 .content-cell,
.titan-tier.titan-tier-style-4 .content-cell {
  display: flex;
  align-items: center
}

.titan-tier.titan-tier-style-2 .content-cell ul,
.titan-tier.titan-tier-style-4 .content-cell ul {
  margin: 0 0 0 2rem;
  padding: 0
}

.titan-tier.titan-tier-style-2 .content-cell ul li,
.titan-tier.titan-tier-style-4 .content-cell ul li {
  margin-bottom: 10px
}

.titan-tier.titan-tier-style-4 ul.ev-list {
  margin: 1rem 0 0;
  padding: 0
}

@media screen and (min-width:64em) {
  .titan-tier.titan-tier-style-4 ul.ev-list {
    margin: 3rem 0 0 0;
    padding: 0 0 2rem
  }
}

.titan-tier.titan-tier-style-4 ul.ev-list li {
  list-style: none;
  font-size: 1.5rem;
  cursor: pointer !important;
  display: block;
  font-weight: 700;
  border-bottom: 2px solid #2D7A2E;
  padding: 0 0 2rem;
  margin: 0 0 2rem;
  line-height: 1
}

.titan-tier.titan-tier-style-4 ul.ev-list li>a {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.titan-tier.titan-tier-style-4 ul.ev-list li>a.active {
  color: #2D7A2E
}

@media screen and (min-width:64em) {
  .titan-tier.titan-tier-style-4 ul.ev-list li {
    border-bottom: 0;
    margin: 0 0 1rem;
    padding: .15rem .15rem 1rem 1rem;
    transition: all .5s;
    max-width: 80%;
    border-bottom: 1px solid #ddd
  }
}

.titan-tier.titan-tier-style-4 ul.ev-list li .lmg-fal {
  display: none;
  font-size: 2rem
}

@media screen and (min-width:64em) {
  .titan-tier.titan-tier-style-4 ul.ev-list li .lmg-fal {
    display: inline
  }
}

.titan-tier.titan-tier-style-4 ul.ev-list li p {
  font-weight: 400;
  font-size: .85rem
}

.titan-tier.titan-tier-style-4 ul.ev-list li i {
  transition: all .5s
}

.titan-tier.titan-tier-style-4 ul.ev-list li.active {
  border-bottom: 1px solid #2D7A2E
}

.titan-tier.titan-tier-style-4 ul.ev-list li.active i {
  margin-left: 20px
}

.titan-tier.titan-tier-style-4 ul.ev-list li p {
  margin: 0
}

.titan-tier.titan-tier-style-4 ul.ev-list li span {
  display: block;
  text-transform: uppercase;
  font-size: .65rem
}

.titan-tier.titan-tier-style-4 ul.ev-list li:hover i {
  margin-left: 20px
}

.titan-tier.titan-tier-style-4 .image-background:has(.active)::after,
.titan-tier.titan-tier-style-4 .image-background:has(.active)::before {
  opacity: 0
}

.titan-tier.titan-tier-style-4 .large-order-2 .image-background::after,
.titan-tier.titan-tier-style-4 .large-order-2 .image-background::before {
  bottom: -30px;
  left: auto;
  right: -30px;
  width: 200px;
  height: 200px
}

.titan-tier.titan-tier-style-4 .large-order-2 .image-background::before {
  right: -20px;
  bottom: -20px
}

.titan-tier.titan-tier-style-4 .ev-photo {
  position: relative
}

.titan-tier.titan-tier-style-4 .ev-photo .ev-content-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden
}

.titan-tier.titan-tier-style-4 .ev-photo .ev-content-container .ev-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4rem;
  color: #fff;
  background: rgba(0, 0, 0, .75);
  transform: translateX(100%);
  transition: all 1s;
  text-align: left
}

.titan-tier.titan-tier-style-4 .ev-photo .ev-content-container .ev-content .link-title {
  font-size: 2.5rem;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid #2D7A2E
}

.titan-tier.titan-tier-style-4 .ev-photo .ev-content-container .ev-content ul {
  margin: 0;
  padding: 0
}

.titan-tier.titan-tier-style-4 .ev-photo .ev-content-container .ev-content ul li {
  list-style: none;
  margin-bottom: .5rem;
  padding-bottom: .5rem;
  border-bottom: 1px solid rgba(255, 255, 255, .5)
}

.titan-tier.titan-tier-style-4 .ev-photo .ev-content-container .ev-content ul li:last-child {
  border-bottom: 0
}

.titan-tier.titan-tier-style-4 .ev-photo .ev-content-container .ev-content.active {
  transform: translateX(0)
}

.titan-tier.titan-whitepapers-tier .ind-whitepapers-wrapper img {
  border: 1px solid #e74c3c
}

.titan-tier.titan-whitepapers-tier .ind-whitepapers-wrapper h3 {
  font-size: 1rem;
  color: #0d2545;
  margin-top: 1rem
}

.titan-tier .select-container {
  width: 300px;
  position: relative
}

.titan-tier .select-container::after {
  content: "\f078";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  display: block;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  font-size: 1rem;
  color: #2D7A2E
}

.titan-tier .select-container select {
  appearance: none;
  background: 0 0;
  border: 1px solid #2D7A2E;
  border-radius: 5px;
  width: 300px;
  height: 50px;
  padding: 0 1rem;
  cursor: pointer
}

.titan-tier .select-container select:focus {
  outline: 0;
  border-color: #0d2545
}

.titan-tier.titan-blog-tier .blog-categories {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #2D7A2E
}

.titan-tier.titan-blog-tier label {
  text-transform: uppercase;
  font-weight: 700;
  color: #2D7A2E
}

.titan-tier.titan-blog-tier .ind-blog-wrapper {
  padding: 1rem;
  border-bottom: 1px solid #ddd;
  height: 100%
}

.titan-tier.titan-blog-tier .ind-blog-wrapper img {
  width: 100%
}

.titan-tier.titan-blog-tier .ind-blog-wrapper .blog-footer {
  margin-top: 1rem;
  padding-top: 1rem
}

.titan-tier.titan-blog-tier .ind-blog-wrapper h2 {
  font-size: 2.5rem;
  color: #0d2545;
  margin: 0;
  line-height: 1.15
}

.titan-tier.titan-blog-tier .ind-blog-wrapper h2::after {
  content: "";
  display: block;
  width: 100px;
  height: 4px;
  background: #2D7A2E;
  margin: 1rem 0
}

.titan-tier.titan-blog-tier .ind-blog-wrapper h3 {
  color: #2D7A2E;
  font-size: .85rem;
  text-transform: uppercase;
  margin: 0
}

.titan-tier.titan-videos-tier .video-categories {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #2D7A2E
}

.titan-tier.titan-videos-tier .hidden {
  display: none
}

.titan-tier.titan-videos-tier label {
  text-transform: uppercase;
  font-weight: 700;
  color: #2D7A2E
}

.titan-tier.titan-videos-tier .ind-videos-wrapper {
  padding: 1rem;
  border: 1px solid #ddd;
  height: 100%
}

.titan-tier.titan-videos-tier .ind-videos-wrapper .video-meta {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #2D7A2E
}

.titan-tier.titan-videos-tier .ind-videos-wrapper h2 {
  font-size: 1.25rem;
  color: #0d2545;
  margin: 0
}

.titan-tier.titan-videos-tier .ind-videos-wrapper h3 {
  color: #2D7A2E;
  font-size: .85rem;
  text-transform: uppercase;
  margin: 0
}

.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav [class*=owl-] {
  color: #fff;
  font-size: 3rem !important;
  margin: 5px;
  background: 0 0;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
  position: absolute;
  top: 40%;
  left: 0;
  transform: translate(-200%, -50%);
  z-index: 10;
  color: #0d2545 !important
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: 0 0 !important;
  color: #2D7A2E !important
}

.owl-theme .owl-nav .owl-prev {
  margin-left: 5px;
  font-size: 3rem
}

.owl-theme .owl-nav .owl-next {
  left: auto;
  right: 0;
  transform: translate(200%, -50%);
  width: 20px;
  margin-right: 15px
}

@media screen and (max-width:600px) {
  .owl-theme .owl-nav .owl-next {
    margin-right: 30px
  }

  .owl-theme .owl-nav .owl-prev {
    margin-left: 30px
  }
}

@media screen and (min-width:600px) and (max-width:1024px) {
  .owl-theme .owl-nav .owl-next {
    margin-right: 30px
  }

  .owl-theme .owl-nav .owl-prev {
    margin-left: 30px
  }
}

.icon-layer {
  display: none;
  position: absolute;
  left: 0;
  bottom: 170px;
  transform: translate(-20%, 0);
  z-index: 101
}

@media screen and (min-width:64em) {
  .icon-layer {
    display: block
  }
}

body:not(.home) .site-inner {
  padding: 0;
  margin: 0 auto
}

body:not(.home) .content {
  width: 100%;
  max-width: 100%
}

body:not(.home) .content .entry-header {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  padding-bottom: 40px;
  padding-top: 250px;
  position: relative;
  margin: 0;
  position: relative;
  overflow: hidden
}

body:not(.home) .content .entry-header::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

body:not(.home) .content .entry-header .blog-title-wrapper {
  width: 1000px;
  margin: 0 auto;
  max-width: 100%
}

body:not(.home) .content .entry-header .blog-title-wrapper h1 {
  font-size: 3rem
}

@media screen and (min-width:64em) {
  body:not(.home) .content .entry-header {
    padding-top: 0;
    height: 70vh
  }
}

body:not(.home) .content .entry-header.staff-header .image-background {
  background-image: url(../images/221599214_lel.jpg)
}

body:not(.home) .content .entry-header::before {
  z-index: 2
}

body:not(.home) .content .entry-header .image-background {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 100%;
  z-index: 1;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 150%
}

body:not(.home) .content .entry-header h1 {
  color: #fff;
  position: relative;
  margin: 0;
  padding: 0;
  line-height: 1;
  z-index: 2;
  font-size: 3rem;
  text-transform: uppercase
}

@media screen and (min-width:40em) {
  body:not(.home) .content .entry-header h1 {
    font-size: 5rem
  }
}

body:not(.home) .content .entry-header h1.whitepapers-title {
  font-size: 2.5rem
}

@media screen and (min-width:40em) {
  body:not(.home) .content .entry-header h1.whitepapers-title {
    font-size: 3.5rem
  }
}

@media screen and (min-width:64em) {
  body:not(.home) .content .entry-header h1.whitepapers-title {
    font-size: 4.5rem
  }
}

body:not(.home) .content .entry-header .sub-headline-container {
  position: relative;
  color: #fff;
  max-width: 1200px
}

body:not(.home) .content .entry-header .sub-headline-container p {
  margin: 20px 0 0;
  padding: 0;
  font-size: 1.25rem;
  letter-spacing: 10px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  z-index: 301;
  text-shadow: 0 0 10px #000
}

body:not(.home) .content .entry-header .entry-meta {
  color: #fff;
  text-transform: uppercase;
  position: relative
}

body:not(.home) .content .entry-header .entry-meta a {
  color: #fff;
  text-decoration: none
}

body:not(.home) .content>.entry-content {
  margin: 0 auto
}

body:not(.home) .content>.entry-footer {
  padding: 1rem;
  margin: 0 auto;
  max-width: 1140px
}

.lmg-section {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #ddd
}

.int-tier {
  padding: 6rem 2rem
}

.int-tier>.wrap {
  width: 1500px;
  max-width: 100%;
  margin: 0 auto
}

.int-tier>.wrap.w-1000 {
  width: 1000px
}

.int-tier>.wrap.w-1200 {
  width: 1200px
}

.int-tier>.wrap h3.process-title {
  font-size: 2.5rem;
  color: #0d2545
}

.int-tier.team-tier .btn-grid {
  text-align: center
}

.int-tier.team-tier .btn-grid p.number {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 5px;
  line-height: 1
}

.int-tier.team-tier .btn-grid p.number+p {
  margin-bottom: 0
}

.int-tier.team-tier .btn-grid .cell {
  border: 1px solid #ddd
}

.int-tier.team-tier img {
  width: 100%
}

.int-tier.team-tier>.wrap h2::after {
  display: none
}

.int-tier .written-letter p {
  font-size: 1.35rem;
  font-style: italic
}

.int-tier .team-meta {
  margin-bottom: 2rem;
  border-bottom: 1px solid #e74c3c
}

.int-tier .team-meta h2 {
  line-height: 1;
  margin-bottom: .5rem
}

.int-tier .team-meta h2 span {
  display: block;
  font-family: Lato, sans-serif;
  font-size: 1.5rem
}

.int-tier .team-meta h3 {
  font-family: Lato, sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.5rem
}

.int-tier .contact-grid h2 {
  font-size: 3rem;
  color: #0d2545;
  margin-bottom: 3rem
}

.int-tier .address-container {
  padding-left: 30px;
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  width: 100%;
  max-width: 450px;
  border-bottom: 1px solid #ddd
}

.int-tier .address-container+.address-container {
  border-bottom: 0
}

.int-tier .address-container i {
  position: absolute;
  top: 4px;
  left: 0;
  color: #2D7A2E
}

.int-tier .address-container a {
  position: relative;
  display: block;
  text-decoration: none;
  color: #000
}

.int-tier .address-container a i {
  color: #2D7A2E;
  left: -30px
}

.int-tier .accordion-container {
  margin-top: 3rem
}

.int-tier .clients-grid .cell,
.int-tier .strategic-grid .cell {
  border-left: 1px solid #2D7A2E;
  padding: 2rem
}

.int-tier .clients-grid .cell:nth-child(1),
.int-tier .clients-grid .cell:nth-child(2),
.int-tier .clients-grid .cell:nth-child(3),
.int-tier .strategic-grid .cell:nth-child(1),
.int-tier .strategic-grid .cell:nth-child(2),
.int-tier .strategic-grid .cell:nth-child(3) {
  border-bottom: 1px solid #2D7A2E
}

.int-tier .clients-grid .cell:nth-child(1),
.int-tier .clients-grid .cell:nth-child(4),
.int-tier .strategic-grid .cell:nth-child(1),
.int-tier .strategic-grid .cell:nth-child(4) {
  border-left: 0
}

.int-tier .clients-grid .cell h3,
.int-tier .strategic-grid .cell h3 {
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  color: #0d2545;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 2px
}

.int-tier .clients-grid {
  margin-top: 3rem
}

.int-tier .clients-grid .cell {
  border-bottom: 0 !important
}

.int-tier .clients-grid .cell p.pre-headline {
  text-transform: uppercase;
  color: #2D7A2E;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 0
}

.int-tier .clients-grid .cell h3 {
  margin-bottom: .5rem
}

.int-tier .ind-team-wrapper {
  position: relative;
  text-align: center
}

.int-tier .ind-team-wrapper .hover-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3rem;
  color: #fff;
  opacity: 0;
  transition: all .5s
}

.int-tier .ind-team-wrapper a.overlay-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10
}

.int-tier .ind-team-wrapper img {
  width: 100%
}

.int-tier .ind-team-wrapper::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(transparent, rgba(0, 0, 0, .5));
  transition: all .5s
}

.int-tier .ind-team-wrapper:hover .hover-icon {
  opacity: 1
}

.int-tier .ind-team-wrapper:hover::before {
  height: 100%
}

.int-tier .ind-team-wrapper .ind-team-meta {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1.25rem;
  color: #fff
}

.int-tier .ind-team-wrapper .ind-team-meta h2 {
  font-size: 2rem;
  line-height: 1;
  margin: 0 0 1rem;
  color: #fff
}

.int-tier .ind-team-wrapper .ind-team-meta h2::after {
  display: none
}

.int-tier .ind-team-wrapper .ind-team-meta h3 {
  font-size: 1rem;
  font-family: Lato, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0
}

.photo-grid .photo-cell {
  position: relative;
  padding-bottom: 56.25%
}

@media screen and (min-width:64em) {
  .photo-grid .photo-cell {
    padding-bottom: 0;
    min-height: 500px
  }
}

.photo-grid .photo-cell>.photo-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.photo-grid .content-cell {
  position: relative;
  z-index: 11
}

.photo-grid .content-cell h2 {
  line-height: 1;
  font-size: 3rem
}

.photo-grid .content-cell h2::after {
  display: block;
  content: "";
  margin: .5rem 0;
  width: 100px;
  height: 5px;
  background: #0d2545
}

.photo-grid .content-cell ul.buttons-list li a.button {
  width: 220px;
  border: 2px solid #0d2545;
  background: 0 0;
  color: #0d2545
}

.photo-grid .content-cell ul.buttons-list li a.button:hover {
  background: #0d2545;
  color: #fff
}

p.footnote {
  font-size: 12px;
  font-style: italic
}

.site-footer {
  background: #0d2545;
  color: #fff;
  padding: 8rem 2rem
}

.site-footer .social-title {
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  margin-bottom: 10px;
  color: #fff
}

.site-footer ul.lmg-social-media li a {
  background: 0 0;
  border: 1px solid #fff;
  font-size: .85rem
}

.site-footer ul.lmg-social-media li a:hover {
  background: #fff;
  color: #0d2545
}

.site-footer .wrap.footer-style-1 {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto
}

.site-footer .wrap.footer-style-1 h2::after {
  content: "";
  display: block;
  width: 100px;
  height: 4px;
  background: #2D7A2E;
  margin: 1rem 0 0;
  border-radius: 0
}

.site-footer .wrap.footer-style-1 ul.footer-nav {
  margin: 0 0 0 1rem;
  padding: 0 0 0 1rem;
  border-left: 1px solid #2D7A2E
}

.site-footer .wrap.footer-style-1 ul.footer-nav li {
  list-style: none
}

.site-footer .wrap.footer-style-1 ul.footer-nav li>a {
  display: block;
  padding: .25rem 0
}

.site-footer .wrap.footer-style-1 ul.footer-nav li>a:hover {
  color: #2D7A2E
}

.site-footer .wrap.footer-style-1 .map-wrapper {
  padding-bottom: 56.25%
}

.site-footer .wrap.footer-style-1 .address-container {
  padding-left: 30px;
  position: relative;
  padding-bottom: .5rem;
  margin-bottom: .5rem;
  width: 100%
}

.site-footer .wrap.footer-style-1 .address-container i {
  position: absolute;
  top: 4px;
  left: 0;
  color: #2D7A2E
}

.site-footer .wrap.footer-style-1 .address-container a {
  position: relative;
  display: block;
  text-decoration: none;
  color: #fff
}

.site-footer .wrap.footer-style-1 .address-container a i {
  color: #2D7A2E;
  left: -30px
}

.site-footer .wrap.footer-style-1 img {
  margin-left: -32px
}

@media screen and (min-width:64em) {
  .site-footer .wrap.footer-style-1 {
    padding: 8rem 1rem
  }
}

.site-footer .wrap.footer-style-2 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto
}

.site-footer .wrap.footer-style-2 img {
  max-width: 150px
}

.site-footer .wrap.footer-style-2 .mfin-logo {
  margin-top: 20px
}

.site-footer .wrap.footer-style-2 .mfin-logo img {
  width: 250px;
  max-width: 100%
}

.site-footer .wrap.footer-style-2 h2::after {
  content: "";
  display: block;
  width: 100px;
  height: 4px;
  background: #2D7A2E;
  margin: 1rem auto 0;
  border-radius: 0
}

.site-footer .disclosures p {
  text-transform: none;
  font-size: 11px;
  letter-spacing: 0;
  margin-bottom: 5px
}

.site-footer .disclosures p a {
  text-decoration: underline
}

.site-footer .disclosures p a.button {
  font-size: .85rem;
  font-weight: 400;
  border: 1px solid #fff;
  text-decoration: none;
  padding: 5px 10px
}

.site-footer .disclosures p a.button:hover {
  background: #fff;
  color: #e74c3c
}

.site-footer a:hover {
  color: #0d2545
}

.site-footer p {
  text-transform: uppercase;
  font-size: .85rem;
  letter-spacing: .15rem
}

.site-footer p a:hover {
  color: #2D7A2E
}

.site-footer a {
  color: #fff;
  text-decoration: none
}

.accordion-container .accordion {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #2D7A2E
}

.accordion-container .accordion h2.accordion-title,
.accordion-container .accordion h3.accordion-title,
.accordion-container .accordion h4.accordion-title {
  font-size: 2rem;
  position: relative;
  margin: 0;
  cursor: pointer !important;
  color: #2D7A2E;
  font-size: 1.75rem
}

.accordion-container .accordion h2.accordion-title::after,
.accordion-container .accordion h3.accordion-title::after,
.accordion-container .accordion h4.accordion-title::after {
  content: "\f067";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-size: 1rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2D7A2E;
  color: #fff;
  border-radius: 100%;
  width: 30px;
  height: 30px
}

.accordion-container .accordion h2.accordion-title.active::after,
.accordion-container .accordion h3.accordion-title.active::after,
.accordion-container .accordion h4.accordion-title.active::after {
  content: "\f068"
}

.accordion-container .accordion .accordion-content {
  padding: 1.5rem 1rem 0;
  display: none
}

.int-tier>.wrap .accordion-container h2.accordion-title,
.int-tier>.wrap .accordion-container h3.accordion-title,
.int-tier>.wrap .accordion-container h4.accordion-title {
  font-size: 2rem
}

.cards-intro {
  text-align: center;
  margin: 0 auto 3rem;
  max-width: 1000px;
  position: relative;
  z-index: 3
}

.cards-intro .tier-title::after {
  margin: 1rem auto 0;
  background: #fff
}

.cards-intro .tier-title h2,
.cards-intro .tier-title h3,
.cards-intro .tier-title h4 {
  color: #fff
}

.cards-intro .tier-title .preheadline {
  color: #fff
}

.card-wrapper {
  padding: 8rem 2rem;
  position: relative;
  overflow: hidden
}

.card-wrapper a.button {
  border: 2px solid #fff;
  color: #fff
}

.card-wrapper a.button::before {
  background: #fff
}

.card-wrapper a.button:hover {
  color: #0d2545
}

.card-wrapper.has-background-image {
  color: #fff
}

.card-wrapper.has-background-image .card-title {
  color: #fff
}

.card-wrapper .background-image {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 120%;
  transform: translate(-50%, -50%);
  z-index: 1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover
}

.card-wrapper .background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2
}

.card-title {
  color: #0d2545;
  font-size: 1.25rem;
  line-height: 1.25
}

@media screen and (min-width:64em) {
  .card-title {
    font-size: 2rem
  }
}

.card-title::after {
  display: none
}

.card-title+p {
  font-weight: 700;
  margin: 10px auto;
  color: #fff
}

.card-grid {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  max-width: 100%;
  margin: 1rem auto 0;
  position: relative;
  z-index: 3
}

.card-grid ul {
  margin: 0;
  padding: 0
}

.card-grid ul li {
  list-style: none;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 700
}

.card-grid.six-columns .card-parent i:not(.lmg-fa-arrow-right) {
  font-size: 3rem;
  color: #2D7A2E;
  margin: 0 auto 1rem;
  display: block;
  font-weight: 300
}

@media screen and (min-width:64em) {
  .card-grid.six-columns .card-parent {
    width: 33.3333%;
    border-right: 1px solid #fff
  }

  .card-grid.six-columns .card-parent .card-title {
    font-family: Lato, sans-serif;
    text-transform: uppercase;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 2px
  }

  .card-grid.six-columns .card-parent:nth-of-type(3) {
    border-right: 0;
    border-bottom: 1px solid #fff
  }

  .card-grid.six-columns .card-parent:nth-of-type(2),
  .card-grid.six-columns .card-parent:nth-of-type(4) {
    border-right: 1px solid #fff
  }

  .card-grid.six-columns .card-parent:nth-of-type(5) {
    border-bottom: 0
  }

  .card-grid.six-columns .card-parent:last-of-type {
    border-right: 0;
    border-bottom: 0
  }
}

.card-grid.nine-columns::before,
.card-grid.three-columns::before,
.card-grid.two-columns::before {
  display: none
}

@media screen and (min-width:64em) {

  .card-grid.three-columns .card-parent,
  .card-grid.two-columns .card-parent {
    width: 33.3333%;
    border-right: 1px solid #fff;
    border-bottom: 0
  }

  .card-grid.three-columns .card-parent:nth-child(3),
  .card-grid.two-columns .card-parent:nth-child(3) {
    border-right: 0
  }

  .card-grid.three-columns .card-parent:nth-child(1),
  .card-grid.three-columns .card-parent:nth-child(2),
  .card-grid.two-columns .card-parent:nth-child(1),
  .card-grid.two-columns .card-parent:nth-child(2) {
    border-bottom: 0
  }

  .card-grid.three-columns .card-parent:nth-child(2),
  .card-grid.two-columns .card-parent:nth-child(2) {
    border-right: 1px solid #fff
  }

  .card-grid.three-columns .card-parent:last-child,
  .card-grid.two-columns .card-parent:last-child {
    border-right: 0
  }
}

.card-grid.three-columns .card-parent .card-container i.lmg-fa-arrow-right,
.card-grid.two-columns .card-parent .card-container i.lmg-fa-arrow-right {
  color: #2D7A2E;
  border: 2px solid #2D7A2E
}

@media screen and (min-width:64em) {
  .card-grid.nine-columns .card-parent {
    width: 33.3333%;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff
  }

  .card-grid.nine-columns .card-parent:nth-child(2),
  .card-grid.nine-columns .card-parent:nth-child(4),
  .card-grid.nine-columns .card-parent:nth-child(8) {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff
  }

  .card-grid.nine-columns .card-parent:nth-child(3),
  .card-grid.nine-columns .card-parent:nth-child(9) {
    border-right: 0;
    border-bottom: 1px solid #fff
  }

  .card-grid.nine-columns .card-parent:nth-child(7),
  .card-grid.nine-columns .card-parent:nth-child(8),
  .card-grid.nine-columns .card-parent:nth-child(9) {
    border-bottom: 0
  }
}

@media screen and (min-width:64em) {
  .card-grid.two-columns .card-parent {
    width: 50%
  }

  .card-grid.two-columns .card-parent:nth-of-type(2) {
    border-right: 0
  }

  .card-grid.two-columns .card-parent:nth-of-type(3) {
    border-right: 1px solid #fff
  }
}

.card-grid.two-columns .card-parent.bb {
  border-bottom: 1px solid #fff
}

.card-grid.five-columns {
  justify-content: center
}

@media screen and (min-width:64em) {
  .card-grid.five-columns .card-parent {
    border-bottom: 0;
    width: 33.3333%
  }

  .card-grid.five-columns .card-parent:nth-child(1),
  .card-grid.five-columns .card-parent:nth-child(2),
  .card-grid.five-columns .card-parent:nth-child(3) {
    border-bottom: 1px solid #fff
  }

  .card-grid.five-columns .card-parent:nth-child(3),
  .card-grid.five-columns .card-parent:nth-child(5) {
    border-right: 0
  }

  .card-grid.five-columns .card-parent:nth-child(2),
  .card-grid.five-columns .card-parent:nth-child(4) {
    border-right: 1px solid #fff
  }
}

.card-grid.five-columns .card-parent.bb {
  border-bottom: 1px solid #fff
}

@media screen and (min-width:64em) {
  .card-grid.four-columns .card-parent {
    width: 25%;
    border-bottom: 0
  }

  .card-grid.four-columns .card-parent:nth-child(2) {
    border-right: 1px solid #fff
  }

  .card-grid.four-columns .card-parent:nth-of-type(4) {
    border-right: 0
  }
}

.card-grid.four-columns .card-parent.bb {
  border-bottom: 1px solid #fff
}

.card-grid .card-parent {
  width: 100%;
  border-bottom: 1px solid #fff;
  padding: 2rem
}

.card-grid .card-parent:last-child {
  border-bottom: 0
}

@media screen and (min-width:64em) {
  .card-grid .card-parent {
    width: calc(50% - 1rem);
    border-right: 1px solid #fff
  }

  .card-grid .card-parent:nth-child(2n) {
    border-right: 0
  }

  .card-grid .card-parent:nth-child(3),
  .card-grid .card-parent:nth-child(4) {
    border-bottom: 0
  }

  .card-grid .card-parent:hover .card-container .card-front {
    opacity: 0
  }

  .card-grid .card-parent:hover .card-container .card-back {
    opacity: 1
  }
}

.card-grid .card-parent .card-container {
  width: 100%
}

@media screen and (min-width:64em) {
  .card-grid .card-parent .card-container {
    overflow: hidden;
    height: 400px;
    perspective: 1500px
  }
}

.card-grid .card-parent .card-container i.turn-icon {
  font-size: 1.5rem;
  width: 40px;
  height: 40px;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 100%;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  display: none
}

@media screen and (min-width:64em) {
  .card-grid .card-parent .card-container i.turn-icon {
    display: flex
  }
}

.card-grid .card-parent .card-container .card {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 1.5s ease, left 1.5s ease, opacity 1.5s ease;
  position: relative;
  cursor: pointer;
  text-align: center
}

@media screen and (min-width:64em) {

  .card-grid .card-parent .card-container .card-back,
  .card-grid .card-parent .card-container .card-front {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    backface-visibility: hidden;
    transition: all .5s
  }

  .card-grid .card-parent .card-container .card-back a:hover,
  .card-grid .card-parent .card-container .card-front a:hover {
    color: #2D7A2E
  }

  .card-grid .card-parent .card-container .card-back {
    opacity: 0
  }
}

.alt-tabs-nav img {
  mix-blend-mode: multiply
}

.tabs-intro.text-center h2::after {
  margin-left: auto;
  margin-right: auto
}

.alt-tabs-nav {
  margin: 2rem auto 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  position: relative;
  text-align: center;
  width: 100%;
  max-width: 1200px
}

.alt-tabs-nav .bottom-line-316 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 2px;
  background: #2D7A2E;
  transition: all .5s
}

.alt-tabs-nav li {
  width: calc(25% - 1rem);
  margin: 0 .5rem;
  list-style: none;
  cursor: pointer !important
}

.alt-tabs-nav li .tabs-title {
  line-height: 1;
  font-size: 1.15rem;
  color: #2D7A2E;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-weight: 700;
  letter-spacing: 2px
}

.alt-tabs-nav li .tabs-title span {
  font-size: 2rem;
  display: block;
  color: #0d2545;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-weight: 700;
  letter-spacing: 2px
}

.alt-tabs-nav li i {
  font-size: 3rem;
  color: #0d2545;
  margin-bottom: 1rem
}

.tabs-nav {
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  position: relative
}

.tabs-nav::before {
  content: "";
  display: block;
  width: 66.666667%;
  height: 1px;
  background: #2D7A2E;
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translate(-50%, 0)
}

.tabs-nav li {
  width: 33.3333%;
  position: relative;
  list-style: none
}

.tabs-nav li a {
  text-decoration: none
}

.tabs-nav li a .roman {
  font-family: 'Playfair Display', serif;
  font-size: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f6f6f4;
  color: #0d2545;
  border: 1px solid #2D7A2E;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  margin: 0 auto 1rem;
  transition: all .5s
}

.tabs-nav li a.active .roman {
  background: #0d2545;
  border-color: #0d2545;
  color: #fff
}

.tabs-content-container {
  position: relative;
  margin-bottom: 3rem;
  text-align: center
}

.tabs-content-container.alt-tab-content {
  margin-top: 2rem
}

.tabs-content-container.alt-tab-content .tab-content {
  padding: 2rem 5rem 1rem;
  width: 100%;
  max-width: 1200px
}

@media screen and (min-width:64em) {
  .tabs-content-container .tab-content {
    position: absolute;
    top: 0;
    left: -9999999px;
    width: 1200px;
    max-width: 100%;
    opacity: 0;
    padding: 3rem 8rem 2rem;
    transition: left 0s ease .5s, opacity .5s ease 0s, transform 0s ease .5s
  }

  .tabs-content-container .tab-content.active {
    transition: left 0s ease 0s, opacity .5s ease 0s, transform 0s ease 0s;
    left: 50%;
    transform: translate(-50%, 0);
    opacity: 1
  }
}

.tabs-content-container .tab-content h3 {
  font-size: 4rem
}

.tabs-content-container .tab-content h3::after {
  display: block;
  content: "";
  width: 100px;
  height: 5px;
  background: #0d2545;
  margin: 1rem auto 2rem
}

.titan-tier>.wrap .team-intro {
  text-align: center;
  margin: 0 auto 2rem
}

.titan-tier>.wrap .team-intro .tier-title::after {
  margin: 1rem auto
}

.titan-team-style-1 .ind-team-wrapper {
  position: relative;
  text-align: center;
  overflow: hidden;
  border: 1px solid #2D7A2E;
  width: 100%;
  max-width: 400px;
  margin: 0 auto
}

.titan-team-style-1 .ind-team-wrapper .hover-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3rem;
  color: #fff;
  opacity: 0;
  transition: all .5s
}

.titan-team-style-1 .ind-team-wrapper a.overlay-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10
}

.titan-team-style-1 .ind-team-wrapper img {
  width: 100%
}

.titan-team-style-1 .ind-team-wrapper::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: linear-gradient(transparent, rgba(35, 38, 14, .75));
  transition: all .5s
}

.titan-team-style-1 .ind-team-wrapper:hover .hover-icon {
  opacity: 1
}

.titan-team-style-1 .ind-team-wrapper:hover::before {
  height: 100%
}

.titan-team-style-1 .ind-team-wrapper .ind-team-meta {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1.25rem .5rem;
  color: #fff
}

.titan-team-style-1 .ind-team-wrapper .ind-team-meta h2 {
  font-size: 1.75rem;
  line-height: 1;
  margin: 0;
  color: #fff
}

.titan-team-style-1 .ind-team-wrapper .ind-team-meta h2::after {
  display: none
}

.titan-team-style-1 .ind-team-wrapper .ind-team-meta h3 {
  font-size: .85rem;
  font-family: Lato, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0;
  color: #2D7A2E
}

.titan-team-style-2 {
  padding-top: 160px
}

.titan-team-style-2 .titan-team-style-2-grid {
  padding-bottom: 3rem;
  margin-bottom: 3rem;
  border-bottom: 1px solid #f5f5f5
}

.titan-team-style-2 .headshot-container {
  position: relative
}

.titan-team-style-2 .headshot-container img {
  max-width: 350px;
  width: 100%
}

@media screen and (min-width:64em) {
  .titan-team-style-2 .headshot-container img {
    width: 100%;
    max-width: 100%
  }
}

.titan-team-style-2 .ind-team-meta {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 2px solid #2D7A2E;
  position: relative
}

.titan-team-style-2 .ind-team-meta .ind-team-social {
  margin-top: 20px;
  text-align: center
}

.titan-team-style-2 .ind-team-meta .ind-team-social p.social-title {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: .85rem
}

@media screen and (min-width:64em) {
  .titan-team-style-2 .ind-team-meta .ind-team-social {
    margin-top: 0;
    position: absolute;
    top: 20px;
    right: 0
  }
}

.titan-team-style-2 .ind-team-meta h2 {
  color: #0d2545;
  margin-bottom: 0;
  line-height: 1;
  font-size: 2.5rem
}

@media screen and (min-width:64em) {
  .titan-team-style-2 .ind-team-meta h2 {
    font-size: 4rem
  }
}

.titan-team-style-2 .ind-team-meta h3 {
  color: #2D7A2E;
  font-family: Lato, sans-serif;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 1.25rem
}

@media screen and (min-width:64em) {
  .titan-team-style-2 .ind-team-meta h3 {
    font-size: 1.5rem
  }
}

.team-tier .team-meta {
  margin-bottom: 2rem;
  border-bottom: 1px solid #2D7A2E
}

.team-tier .team-meta h2 {
  line-height: 1;
  margin-bottom: .5rem;
  color: #0d2545;
  font-size: 3rem
}

.team-tier .team-meta h2 span {
  display: block;
  font-family: Lato, sans-serif;
  font-size: 1.5rem
}

.team-tier .team-meta h3 {
  font-family: Lato, sans-serif;
  color: #2D7A2E;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.5rem
}

.team-tier .headshot-cell img {
  width: 100%
}

.titan-contact-tier.contact_style_1 .address-container {
  padding-left: 30px;
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  width: 100%;
  max-width: 450px;
  border-bottom: 1px solid #ddd;
  margin-top: 2rem
}

.titan-contact-tier.contact_style_1 .address-container+.address-container {
  border-bottom: 0
}

.titan-contact-tier.contact_style_1 .address-container i {
  position: absolute;
  top: 4px;
  left: 0;
  color: #2D7A2E
}

.titan-contact-tier.contact_style_1 .address-container a {
  position: relative;
  display: block;
  text-decoration: none;
  color: #000
}

.titan-contact-tier.contact_style_1 .address-container a i {
  color: #2D7A2E;
  left: -30px
}

.titan-contact-tier.contact_style_2 {
  position: relative;
  z-index: 100
}

.titan-contact-tier.contact_style_2 i {
  font-size: 3rem;
  color: #fff;
  background: #0d2545;
  height: 120px;
  width: 120px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 2rem
}

.titan-contact-tier.contact_style_2 .contact-style-2-top-grid {
  padding: 50px;
  border-radius: 50px;
  position: relative;
  z-index: 100;
  margin: 0 auto
}

@media screen and (min-width:64em) {
  .titan-contact-tier.contact_style_2 .contact-style-2-top-grid {
    background: #fff;
    box-shadow: 0 0 100px rgba(0, 0, 0, .1)
  }
}

.titan-contact-tier.contact_style_2 .contact-style-2-top-grid .grid-x {
  position: relative;
  transform: translate(0, -100px);
  margin-bottom: -120px
}

.titan-contact-tier.contact_style_2 .contact-style-2-top-grid .grid-x .cell {
  margin-bottom: 3rem
}

@media screen and (min-width:64em) {
  .titan-contact-tier.contact_style_2 .contact-style-2-top-grid .grid-x .cell {
    margin-bottom: 0
  }
}

.titan-contact-tier.contact_style_2 .contact-style-2-map .map-wrapper {
  padding-bottom: 0;
  height: 500px
}

.hamburger {
  margin: 0 0 0 1rem !important
}

input[type=checkbox]+label {
  display: inline-flex !important;
  width: 150px;
  align-items: center;
  flex-flow: row wrap;
  margin-right: 0;
  margin-left: 0;
  position: absolute;
  top: 0;
  left: 0;
  text-transform: uppercase
}

input[type=checkbox]+label span.menu-text {
  letter-spacing: 2px;
  font-size: .9rem;
  color: #333
}

.contact-overlay {
  position: fixed;
  bottom: 20px;
  z-index: 99999;
  color: #fff;
  left: calc(50% + 1.5rem);
  width: 45%;
  transform: translate(0, 200%);
  opacity: 0;
  transition: all .5s ease 0s;
  display: none
}

.contact-overlay .contact-details {
  position: relative;
  padding-left: 30px;
  font-size: .85rem
}

.contact-overlay i {
  display: inline-flex;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: #2D7A2E;
  position: absolute;
  top: -4px;
  left: 0;
  font-weight: 500
}

.contact-overlay p {
  margin: 0
}

.contact-overlay p a {
  color: #fff;
  text-decoration: none
}

.contact-overlay p a i {
  color: #0d2545
}

.blur-left {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  z-index: 9997;
  transition: all 1s;
  overflow: hidden
}

.blur-left::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background: url(../images/iStock-1437708229.jpg) no-repeat center center/cover;
  transition: all .5s
}

.visuallyHidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  z-index: 101
}

.mobile-menu-icon {
  background: 0 0;
  position: absolute;
  top: 50%;
  right: 30px;
  height: 100%;
  width: 100px;
  transform: translate(0, -50%)
}

@media screen and (min-width:64em) {
  .mobile-menu-icon {
    top: -20px;
    transform: translate(0, 0);
    right: 20px
  }
}

.mobile-menu-icon .client-login {
  position: absolute;
  top: -3px;
  left: 0;
  transform: translate(-100%, 0);
  width: 200px;
  color: #333
}

.mobile-menu-icon .client-login a {
  text-decoration: none;
  font-size: .9rem;
  letter-spacing: 2px;
  text-transform: uppercase
}

.mobile-menu-icon .client-login a i {
  margin-right: 5px
}

.mobile-menu-icon::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background: #0d2545;
  transition: all .5s
}

.mobile-menu-icon.sticky-header::before {
  width: 100%
}

.hamburger {
  margin: 0 auto;
  margin-top: 0;
  width: 50px;
  height: 22px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 101
}

.hamburger .bar {
  padding: 0;
  width: 50px;
  height: 2px;
  background: #2D7A2E;
  display: block;
  transition: all .4s ease-in-out;
  position: absolute;
  left: 0
}

.sticky-header .hamburger .bar {
  background: #2D7A2E
}

.hamburger .bar1 {
  top: 0
}

.hamburger .bar2,
.hamburger .bar3 {
  top: 13px;
  width: 50px;
  left: 50%;
  transform: translateX(-50%)
}

.hamburger .bar3 {
  right: 0
}

.hamburger .bar4 {
  width: 50px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%)
}

.hamburger [type=checkbox]+label {
  margin: 0;
  padding: 0
}

.hamburger:hover .bar2,
.hamburger:hover .bar3,
.hamburger:hover .bar4 {
  width: 50px
}

.checkbox2:checked+label {
  margin: 0;
  padding: 0
}

.checkbox2:checked+label .client-login,
.checkbox2:checked+label span.menu-text {
  opacity: 0
}

.checkbox2:checked+label .hamburger2 {
  left: 0;
  top: 0;
  transform: none
}

.checkbox2:checked+label .hamburger2:hover .bar3,
.checkbox2:checked+label .hamburger2:hover .bar4 {
  width: 30px
}

.checkbox2:checked+label .hamburger2 .bar {
  background: #2D7A2E
}

.checkbox2:checked+label .hamburger2 .bar1 {
  background-color: transparent
}

.checkbox2:checked+label .hamburger2 .bar2 {
  transform: rotate(45deg);
  width: 30px
}

.checkbox2:checked+label .hamburger2 .bar3 {
  transform: rotate(-45deg);
  width: 30px
}

.checkbox2:checked+label .hamburger2 .bar4 {
  width: 100%;
  transform: translateX(-40px);
  background-color: transparent
}

body.sticky-header:has(.visuallyHidden:checked) .mobile-menu-icon::before {
  width: 0
}

:has(.visuallyHidden:checked) .blur-left {
  width: 100%
}

:has(.visuallyHidden:checked) .contact-overlay {
  transform: translate(0, 0);
  opacity: 1;
  transition: all 1s ease .5s
}

body:has(.visuallyHidden:checked) .mobile-navigation {
  transition: all 0s cubic-bezier(.77, 0, .175, 1) 0s;
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0)
}

body:has(.visuallyHidden:checked) .mobile-navigation .left-screen,
body:has(.visuallyHidden:checked) .mobile-navigation .middle-screen,
body:has(.visuallyHidden:checked) .mobile-navigation .right-screen {
  width: 34%
}

body:has(.visuallyHidden:checked) .mobile-navigation .left-screen {
  transition: all .5s cubic-bezier(.77, 0, .175, 1) .3s
}

body:has(.visuallyHidden:checked) .mobile-navigation .middle-screen {
  transition: all .5s cubic-bezier(.77, 0, .175, 1) .15s
}

body:has(.visuallyHidden:checked) .mobile-navigation .right-screen {
  transition: all .5s cubic-bezier(.77, 0, .175, 1) 0s
}

.mobile-navigation {
  position: fixed;
  top: 0;
  right: 0;
  width: 1000px;
  max-width: 95%;
  height: 100%;
  z-index: 9999;
  padding: 2rem;
  -moz-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
  transition: all 1s cubic-bezier(.77, 0, .175, 1) 0s
}

.mobile-navigation>.wrap {
  height: 100%
}

.mobile-navigation .main-nav {
  height: 100%;
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
  width: 600px;
  max-width: 100%
}

.mobile-navigation .left-screen,
.mobile-navigation .middle-screen,
.mobile-navigation .right-screen {
  height: 100%;
  width: 0;
  position: absolute;
  top: 0;
  transition: all 0s cubic-bezier(.77, 0, .175, 1) 1s
}

.mobile-navigation .left-screen {
  right: 66.666667%;
  background: rgba(13, 37, 69, .98)
}

.mobile-navigation .middle-screen {
  right: 33.33333%;
  background: rgba(13, 37, 69, .98)
}

.mobile-navigation .right-screen {
  right: 0;
  background: rgba(13, 37, 69, .98)
}

.mobile-navigation ul.titan-header-menu {
  position: relative;
  z-index: 101;
  margin: 0;
  padding: 120px 2rem 0;
  width: 100%
}

@media screen and (min-width:1024px) and (min-height:400px) {
  .mobile-navigation ul.titan-header-menu {
    padding: 120px 4rem 0
  }
}

@media screen and (min-width:1024px) and (min-height:519px) {
  .mobile-navigation ul.titan-header-menu {
    padding: 180px 4rem 0
  }
}

.mobile-navigation ul.titan-header-menu>li {
  list-style: none;
  line-height: 1.25;
  position: relative;
  display: block;
  padding: 0 0 .25rem;
  margin: 0 0 .25rem;
  left: 5rem;
  opacity: 0;
  transition: all .75s
}

.mobile-navigation ul.titan-header-menu>li.loaded {
  left: 0;
  opacity: 1
}

.mobile-navigation ul.titan-header-menu>li.loaded:nth-child(1) {
  transition-delay: .15s
}

.mobile-navigation ul.titan-header-menu>li.loaded:nth-child(2) {
  transition-delay: .3s
}

.mobile-navigation ul.titan-header-menu>li.loaded:nth-child(3) {
  transition-delay: .45s
}

.mobile-navigation ul.titan-header-menu>li.loaded:nth-child(4) {
  transition-delay: .6s
}

.mobile-navigation ul.titan-header-menu>li.loaded:nth-child(5) {
  transition-delay: .75s
}

.mobile-navigation ul.titan-header-menu>li.loaded:nth-child(6) {
  transition-delay: .9s
}

.mobile-navigation ul.titan-header-menu>li.loaded:nth-child(7) {
  transition-delay: 1.05s
}

.mobile-navigation ul.titan-header-menu>li.loaded:nth-child(8) {
  transition-delay: 1.2s
}

.mobile-navigation ul.titan-header-menu>li.loaded:nth-child(9) {
  transition-delay: 1.35s
}

.mobile-navigation ul.titan-header-menu>li.loaded:nth-child(10) {
  transition-delay: 1.5s
}

.mobile-navigation ul.titan-header-menu>li.menu-item-has-children::after {
  font-family: "Font Awesome 6 Pro";
  content: "\f107";
  display: flex;
  width: 30px;
  height: 30px;
  border: 2px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: 5px;
  color: #fff;
  font-weight: 100;
  line-height: 1;
  padding-top: 2px;
  transform: rotate(0);
  transition: all .5s
}

@media screen and (min-width:64em) {
  .mobile-navigation ul.titan-header-menu>li.menu-item-has-children::after {
    padding-top: 5px;
    top: 15px;
    width: 40px;
    height: 40px;
    font-size: 2rem
  }
}

.mobile-navigation ul.titan-header-menu>li.menu-item-has-children.active>a,
.mobile-navigation ul.titan-header-menu>li.menu-item-has-children:hover>a {
  color: #eff2da
}

.mobile-navigation ul.titan-header-menu>li.menu-item-has-children.active::after,
.mobile-navigation ul.titan-header-menu>li.menu-item-has-children:hover::after {
  color: #eff2da;
  border-color: #eff2da
}

.mobile-navigation ul.titan-header-menu>li.menu-item-has-children.active::after {
  transform: rotate(180deg)
}

.mobile-navigation ul.titan-header-menu>li a {
  color: #fff
}

.mobile-navigation ul.titan-header-menu>li>a {
  font-family: 'Playfair Display', serif;
  text-decoration: none;
  color: #fff;
  font-size: 2rem;
  font-weight: 100;
  text-transform: uppercase;
  line-height: 1.15
}

.mobile-navigation ul.titan-header-menu>li>a:hover {
  color: #eff2da
}

@media screen and (min-height:500px) and (min-width:1024px) {
  .mobile-navigation ul.titan-header-menu>li>a {
    font-size: 2rem
  }
}

@media screen and (min-height:600px) and (min-width:1024px) {
  .mobile-navigation ul.titan-header-menu>li>a {
    font-size: 2.5rem
  }
}

@media screen and (min-height:700px) and (min-width:1024px) {
  .mobile-navigation ul.titan-header-menu>li>a {
    font-size: 3rem
  }
}

@media screen and (min-height:800px) and (min-width:1024px) {
  .mobile-navigation ul.titan-header-menu>li>a {
    font-size: 3.5rem
  }
}

.mobile-navigation ul.titan-header-menu>li>ul {
  border-left: 1px solid #2D7A2E;
  padding: 0;
  margin: .5rem 0 0 2rem;
  display: none
}

.mobile-navigation ul.titan-header-menu>li>ul li {
  list-style: none;
  padding: 0 0 0 1rem;
  position: relative;
  left: -1px;
  border-left: 1px solid transparent
}

.mobile-navigation ul.titan-header-menu>li>ul li>a {
  display: block;
  text-decoration: none;
  padding: .25rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px
}

.mobile-navigation ul.titan-header-menu>li>ul li>a:hover {
  color: #eff2da
}

.mobile-navigation ul.titan-header-menu>li>ul li:hover {
  border-left: 1px solid #fff
}

.mfin-tier {
  position: relative;
  padding: 6rem 2rem;
  overflow: hidden
}

.mfin-tier.invert-colors {
  color: #fff
}

.mfin-tier.invert-colors .wrap .tier-title .preheadline,
.mfin-tier.invert-colors .wrap .tier-title h2,
.mfin-tier.invert-colors .wrap .tier-title h3,
.mfin-tier.invert-colors .wrap .tier-title h4,
.mfin-tier.invert-colors .wrap .tier-title h5,
.mfin-tier.invert-colors .wrap .tier-title h6 {
  color: #fff
}

.mfin-tier.invert-colors .wrap a.button {
  border: 2px solid #fff;
  color: #fff
}

.mfin-tier.invert-colors .wrap a.button:hover {
  background: #fff;
  color: #0d2545
}

.mfin-tier.invert-colors .wrap .services-list li::before {
  color: #2D7A2E
}

.mfin-tier .cta-buttons-list {
  margin: 0;
  padding: 0
}

.mfin-tier .cta-buttons-list:has(li:nth-child(2)) a.button {
  width: 200px;
  padding: 1rem
}

.mfin-tier .cta-buttons-list li {
  list-style: none
}

@media screen and (min-width:40em) {
  .mfin-tier .cta-buttons-list li {
    display: inline-block
  }
}

.mfin-tier .cta-buttons-list li:has(+li) {
  margin-right: 10px
}

.mfin-tier.mfin-tier-style-1 .tier-deco-left {
  position: absolute;
  top: 50%;
  left: 0;
  width: 800px;
  height: 800px;
  border: 2px solid #2D7A2E;
  transform: translate(-50%, -75%) rotate(45deg)
}

.mfin-tier.mfin-tier-style-1 .tier-deco-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 1000px;
  height: 1500px;
  border: 2px solid #0d2545;
  transform: translate(110%, -10%) rotate(45deg)
}

.mfin-tier.mfin-tier-style-1.invert-colors {
  color: #fff
}

.mfin-tier.mfin-tier-style-1.invert-colors .wrap .tier-title .preheadline,
.mfin-tier.mfin-tier-style-1.invert-colors .wrap .tier-title h2,
.mfin-tier.mfin-tier-style-1.invert-colors .wrap .tier-title h3,
.mfin-tier.mfin-tier-style-1.invert-colors .wrap .tier-title h4,
.mfin-tier.mfin-tier-style-1.invert-colors .wrap .tier-title h5,
.mfin-tier.mfin-tier-style-1.invert-colors .wrap .tier-title h6 {
  color: #fff
}

.mfin-tier.mfin-tier-style-1.invert-colors .wrap a.button {
  border: 2px solid #fff;
  color: #fff
}

.mfin-tier.mfin-tier-style-1.invert-colors .wrap a.button:hover {
  background: #fff;
  color: #2D7A2E
}

.mfin-tier.mfin-tier-style-1 .image-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat
}

.mfin-tier.mfin-tier-style-1 .tier-bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, .5)
}

.mfin-tier .wrap {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  position: relative;
  z-index: 3
}

.mfin-tier .wrap .title-decoration {
  margin: 1rem auto
}

.mfin-tier .wrap.w-1000 {
  max-width: 1000px
}

.mfin-tier .wrap.w-1100 {
  max-width: 1100px
}

.mfin-tier .wrap.w-1200 {
  max-width: 1200px
}

.mfin-tier .wrap.w-1300 {
  max-width: 1300px
}

.mfin-tier .wrap.w-1400 {
  max-width: 1400px
}

.mfin-tier .tier-title .preheadline {
  text-transform: uppercase;
  font-weight: 700;
  color: #2D7A2E;
  margin-bottom: 0
}

.mfin-tier .tier-title h2 {
  line-height: 1.15;
  color: #0d2545
}

.mfin-tier .tier-title h2:has(+h3) {
  margin-bottom: 0;
  line-height: 1
}

.mfin-tier .tier-title h2+h3 {
  font-family: Lato, sans-serif;
  font-size: 1.75rem;
  font-weight: 400
}

@media screen and (min-width:40em) {
  .mfin-tier .tier-title h2 {
    font-size: 2.5rem
  }
}

@media screen and (min-width:64em) {
  .mfin-tier .tier-title h2 {
    font-size: 4rem
  }
}

.mfin-tier .tier-title::after {
  content: "";
  display: block;
  width: 100px;
  height: 4px;
  background: #2D7A2E;
  margin: 1rem 0;
  border-radius: 0
}

.mfin-tier .tier-title.text-center::after {
  margin: 1rem auto
}

.mfin-tier.text-center .tier-title h2::after {
  margin: 1rem auto
}

.mfin-tier.mfin-tier-style-1 .content-cell {
  padding-top: 4rem
}

@media screen and (min-width:64em) {
  .mfin-tier.mfin-tier-style-1 .content-cell {
    padding-top: 0
  }
}

.mfin-tier.mfin-tier-style-1 .image-cell {
  position: relative;
  padding-bottom: 56.25%
}

@media screen and (min-width:64em) {
  .mfin-tier.mfin-tier-style-1 .image-cell {
    padding-bottom: 0;
    min-height: 600px
  }
}

.mfin-tier.mfin-tier-style-1 .image-cell .image-background {
  background-color: #0d2545;
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  overflow: hidden
}

.mfin-tier.mfin-tier-style-1 .image-cell .image-background .inner-image-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat
}

.mfin-tier.mfin-tier-style-1 .image-cell .image-layer {
  position: absolute;
  left: 50%;
  top: -20px;
  transform: translateX(-50%);
  width: calc(100% + 40px);
  height: 100%;
  background: #2D7A2E
}

@media screen and (min-width:64em) {
  .mfin-tier.mfin-tier-style-1 .image-cell .image-layer {
    transform: none;
    top: -5%;
    left: -5%;
    width: 100%;
    height: 110%
  }
}

@media screen and (min-width:64em) {
  .mfin-tier.mfin-tier-style-1 .image-cell.large-order-2 .image-layer {
    left: 5%
  }
}

.mfin-tier.mfin-tier-style-1 .content-cell {
  display: flex;
  align-items: center
}

.mfin-tier.mfin-tier-style-1 .content-cell .cta-buttons-list {
  margin-left: 0
}

.mfin-tier.mfin-tier-style-1 .content-cell ul {
  margin: 0 0 0 2rem;
  padding: 0
}

.mfin-tier.mfin-tier-style-1 .content-cell ul li {
  margin-bottom: 10px
}

.mfin-tier .select-container {
  width: 300px;
  position: relative
}

.mfin-tier .select-container::after {
  content: "\f078";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  display: block;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  font-size: 1rem;
  color: #2D7A2E
}

.mfin-tier .select-container select {
  appearance: none;
  background: 0 0;
  border: 1px solid #2D7A2E;
  border-radius: 5px;
  width: 300px;
  height: 50px;
  padding: 0 1rem;
  cursor: pointer
}

.mfin-tier .select-container select:focus {
  outline: 0;
  border-color: #0d2545
}

.mfin-tier.mfin-tier-style-2 {
  position: relative
}

.mfin-tier.mfin-tier-style-2 .cta-buttons-list {
  margin-top: 2rem
}

.mfin-tier.mfin-tier-style-2 .tier-split {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 110%;
  height: 60%;
  background-color: #0d2545;
  overflow: hidden
}

.mfin-tier.mfin-tier-style-2 .tier-split .image-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 110%;
  height: 110%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1
}

.mfin-tier.mfin-tier-style-2 .tier-split .banner-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2
}

.mfin-tier.mfin-tier-style-2>.wrap {
  width: 100%;
  max-width: 100%
}

.mfin-tier.mfin-tier-style-2 .tier-title {
  color: #fff
}

.mfin-tier.mfin-tier-style-2 .tier-title h2,
.mfin-tier.mfin-tier-style-2 .tier-title h3,
.mfin-tier.mfin-tier-style-2 .tier-title h4 {
  color: #fff
}

.mfin-tier.mfin-tier-style-2 .tier-title .preheadline {
  color: #2D7A2E
}

.mfin-tier.mfin-tier-style-2 .content-container {
  padding: 8rem;
  background: #f5f5f5;
  max-width: 1200px;
  width: 100%;
  margin: 3rem auto 0;
  position: relative;
  border-bottom: 2px solid #0d2545
}

.mfin-tier.mfin-tier-style-2 .content-container::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #0d2545
}

.mfin-services-style-1-grid .mfin-services-item.text-center .service-icon {
  left: 50%;
  transform: translate(-50%, -50%)
}

.mfin-services-style-1-grid .mfin-services-item .inner-service-item {
  background: #0d2545;
  position: relative;
  padding: 1rem;
  margin-top: 45px;
  border-radius: 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, .25);
  width: 100%
}

.mfin-services-style-1-grid .mfin-services-item h4,
.mfin-services-style-1-grid .mfin-services-item p {
  color: #fff
}

.mfin-services-style-1-grid .mfin-services-item .service-image {
  margin-bottom: 1rem;
  border-radius: 0;
  position: relative
}

.mfin-services-style-1-grid .mfin-services-item .service-image.text-center {
  margin-bottom: 55px
}

.mfin-services-style-1-grid .mfin-services-item .service-icon {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0, 0);
  font-size: 2rem;
  color: #0d2545;
  background: linear-gradient(#3f2c0a, #2D7A2E);
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, .25)
}

.mfin-services-style-1-grid .mfin-services-item .service-icon.text-center {
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%)
}

.mfin-services-style-1-grid .mfin-services-item .service-content {
  padding: 0 1rem
}

.mfin-services-style-1-grid .mfin-services-item h4 {
  margin-bottom: 0;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #2D7A2E
}

.mfin-services-style-2-grid .cell {
  padding: 1rem
}

.mfin-services-style-2-grid .cell .inner-service-item {
  width: 100%;
  max-width: 450px;
  margin: 0 auto
}

.mfin-services-style-2-grid .inner-service-title-container {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  text-align: left;
  padding-bottom: .25rem;
  margin: 0 0 .25rem 0
}

.mfin-services-style-2-grid .inner-service-title-container .service-icon {
  width: 50px;
  height: 50px;
  font-size: 2rem;
  color: #2D7A2E
}

.mfin-services-style-2-grid .inner-service-title-container h4 {
  flex: 1;
  margin: 0 0 0 1rem;
  font-family: Lato, sans-serif;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1
}

.mfin-process_style_1 .mfin-process-grid {
  background: #000;
  position: relative
}

.mfin-process_style_1 .mfin-process-grid .image-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center
}

.mfin-process_style_1 .mfin-process-grid .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(13, 37, 69, .65);
  z-index: 1
}

.mfin-process_style_1 .mfin-process-grid .mfin-process-item {
  position: relative;
  text-align: left;
  z-index: 2;
  border-bottom: 1px solid rgba(255, 255, 255, .65)
}

@media screen and (min-width:64em) {
  .mfin-process_style_1 .mfin-process-grid .mfin-process-item {
    height: 600px;
    border-bottom: 0;
    border-left: 1px solid rgba(255, 255, 255, .25);
    flex: 1;
    display: flex;
    align-items: flex-end
  }
}

.mfin-process_style_1 .mfin-process-grid .mfin-process-item .process-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(45, 122, 46, .6);
  opacity: 0;
  transition: all .5s;
  z-index: 1
}

@media screen and (min-width:64em) {
  .mfin-process_style_1 .mfin-process-grid .mfin-process-item:hover .process-overlay {
    opacity: 1
  }

  .mfin-process_style_1 .mfin-process-grid .mfin-process-item:hover .process-number-top {
    opacity: 0
  }

  .mfin-process_style_1 .mfin-process-grid .mfin-process-item:hover .inner-process-item .arrow-icon i {
    transform: rotate(-45deg)
  }

  .mfin-process_style_1 .mfin-process-grid .mfin-process-item:hover .inner-process-item .process-content {
    max-height: 300px;
    opacity: 1
  }

  .mfin-process_style_1 .mfin-process-grid .mfin-process-item:hover .inner-process-item .process-number-bottom {
    opacity: 1
  }
}

.mfin-process_style_1 .mfin-process-grid .mfin-process-item .inner-process-item {
  padding: 40px;
  color: #fff;
  position: relative;
  z-index: 5
}

.mfin-process_style_1 .mfin-process-grid .mfin-process-item .inner-process-item h4 {
  font-size: 2rem;
  margin: 0
}

@media screen and (min-width:64em) {
  .mfin-process_style_1 .mfin-process-grid .mfin-process-item .inner-process-item h4 {
    font-size: 3rem
  }
}

.mfin-process_style_1 .mfin-process-grid .mfin-process-item .inner-process-item .process-number-bottom {
  font-size: 4rem;
  opacity: 0;
  transition: all .5s
}

.mfin-process_style_1 .mfin-process-grid .mfin-process-item .inner-process-item .process-content {
  transition: all 1s;
  margin-bottom: 1rem
}

@media screen and (min-width:64em) {
  .mfin-process_style_1 .mfin-process-grid .mfin-process-item .inner-process-item .process-content {
    height: auto;
    max-height: 0;
    opacity: 0
  }
}

.mfin-process_style_1 .mfin-process-grid .mfin-process-item .inner-process-item .arrow-icon {
  display: none
}

@media screen and (min-width:64em) {
  .mfin-process_style_1 .mfin-process-grid .mfin-process-item .inner-process-item .arrow-icon {
    display: block
  }
}

.mfin-process_style_1 .mfin-process-grid .mfin-process-item .inner-process-item .arrow-icon i {
  transform: rotate(0);
  transition: all .25s
}

.mfin-process_style_1 .mfin-process-grid .mfin-process-item:first-child {
  border-left: none
}

.mfin-process_style_1 .mfin-process-grid .mfin-process-item .process-number-top {
  font-size: 2rem;
  position: absolute;
  top: 40px;
  left: 40px;
  color: #fff;
  font-weight: 700;
  transition: all .5s
}

.mfin-process_style_2 .tier-title {
  margin-bottom: 3rem
}

.mfin-process_style_2 .wrap {
  width: 1500px
}

.mfin-process_style_2 .mfin-process-style-2-item {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #ddd
}

.mfin-process_style_2 .mfin-process-style-2-item:hover .process-number {
  color: #0d2545
}

.mfin-process_style_2 .mfin-process-style-2-item:hover .process-icon {
  background: #0d2545;
  border-color: #0d2545;
  color: #fff
}

.mfin-process_style_2 .mfin-process-style-2-item .process-number {
  font-size: 4rem;
  color: #ccc;
  transition: all .5s
}

.mfin-process_style_2 .mfin-process-style-2-item .process-title h4 {
  font-size: 2.5rem;
  margin: 0
}

.mfin-process_style_2 .mfin-process-style-2-item .process-icon {
  display: flex;
  width: 80px;
  height: 80px;
  border: 1px solid #2D7A2E;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 2rem;
  margin: 0 auto;
  color: #2D7A2E;
  transition: all .5s
}

.mfin-process_style_3 .tier-title {
  height: 100%
}

.mfin-process_style_3 .process-icon {
  display: flex;
  width: 50px;
  height: 50px;
  border: 1px solid #2D7A2E;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 1.5rem;
  margin: 0 auto;
  color: #2D7A2E;
  transition: all .5s
}

.mfin-process_style_3 .process-title h4 {
  font-size: 2.25rem;
  margin: 0 0 1rem 0;
  line-height: 1
}

.mfin-process_style_3 .content-cell {
  padding-right: 2rem
}

.mfin-process_style_3 .mfin-process-style-3-item .icon-cell {
  position: relative
}

.mfin-process_style_3 .mfin-process-style-3-item .icon-cell .line-down {
  width: 1px;
  height: calc(100% - 70px);
  position: absolute;
  left: 50%;
  bottom: 10px;
  background: #2D7A2E
}

.mfin-process_style_3 .mfin-process-style-3-item .content-cell {
  padding-bottom: 2rem
}

.mfin-process_style_3 .mfin-process-style-3-item:hover .process-icon {
  background: #0d2545;
  border-color: #0d2545;
  color: #fff
}

.mfin-process_style_3 .mfin-process-style-3-item:hover .process-title h4 {
  color: #0d2545
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

main {
  display: block
}

h1 {
  font-size: 2rem;
  margin: .67rem 0
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

pre {
  font-family: monospace, monospace;
  font-size: 1rem
}

a {
  background-color: transparent
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted
}

b,
strong {
  font-weight: bolder
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1rem
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -.25rem
}

sup {
  top: -.5rem
}

img {
  border-style: none
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText
}

fieldset {
  padding: .35rem .75rem .625rem
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}

progress {
  vertical-align: baseline
}

textarea {
  overflow: auto
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

details {
  display: block
}

summary {
  display: list-item
}

[hidden],
template {
  display: none
}

html {
  box-sizing: border-box
}

* {
  box-sizing: inherit
}

::after,
::before {
  box-sizing: inherit
}

.author-box::before,
.clearfix::before,
.entry-content::before,
.entry::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
  content: " ";
  display: table
}

.author-box::after,
.clearfix::after,
.entry-content::after,
.entry::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
  clear: both;
  content: " ";
  display: table
}

body {
  background-color: #fff;
  color: #333;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 1.75;
  margin: 0;
  overflow-x: hidden
}

button {
  transition: all .2s ease-in-out
}

input:focus,
input[type=button],
input[type=reset],
input[type=submit] {
  transition: all .2s ease-in-out
}

.button,
.gallery img,
textarea:focus {
  transition: all .2s ease-in-out
}

a {
  color: #0d2545;
  text-decoration: underline;
  transition: color .2s ease-in-out, background-color .2s ease-in-out
}

a:focus,
a:hover {
  color: #333;
  text-decoration: none
}

hr {
  border: none;
  border-collapse: collapse;
  border-top: 1px solid #eee;
  clear: both;
  margin: 30px 0
}

b,
strong {
  font-weight: 700
}

blockquote,
cite,
em,
i {
  font-style: italic
}

mark {
  background: #ddd;
  color: #333
}

blockquote {
  margin: 30px
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 20px;
}

h1 {
  font-size: 2.4rem
}

h2 {
  font-size: 2.2rem
}

h3 {
  font-size: 2rem
}

h4 {
  font-size: 1.8rem
}

h5 {
  font-size: 1.25px
}

h6 {
  font-size: 1rem
}

.wp-caption,
embed,
iframe,
img,
object,
video {
  max-width: 100%
}

img {
  height: auto;
  vertical-align: top
}

figure {
  margin: 0
}

.gallery {
  overflow: hidden
}

.gallery img {
  border: 1px solid #eee;
  height: auto;
  padding: 4px
}

.gallery img:focus,
.gallery img:hover {
  border: 1px solid #999;
  outline: 0
}

.gallery-columns-1 .gallery-item {
  width: 100%
}

.gallery-columns-2 .gallery-item {
  width: 50%
}

.gallery-columns-3 .gallery-item {
  width: 33%
}

.gallery-columns-4 .gallery-item {
  width: 25%
}

.gallery-columns-5 .gallery-item {
  width: 20%
}

.gallery-columns-6 .gallery-item {
  width: 16.6666%
}

.gallery-columns-7 .gallery-item {
  width: 14.2857%
}

.gallery-columns-8 .gallery-item {
  width: 12.5%
}

.gallery-columns-9 .gallery-item {
  width: 11.1111%
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
  clear: left
}

.gallery-item {
  float: left;
  margin: 0 0 30px;
  text-align: center
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin-bottom: 40px;
  width: 100%;
  word-break: break-all
}

tbody {
  border-bottom: 1px solid #eee
}

td,
th {
  text-align: left
}

td {
  border-top: 1px solid #eee;
  padding: 6px
}

th {
  font-weight: 400;
  padding: 0 6px
}

td:first-child,
th:first-child {
  padding-left: 0
}

.screen-reader-shortcut {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important
}

.screen-reader-text {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important
}

.screen-reader-text span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important
}

.screen-reader-text:focus {
  background: #fff;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
  clip: auto !important;
  color: #333;
  display: block;
  font-size: 1rem;
  font-weight: 700;
  height: auto;
  padding: 15px 23px 14px;
  text-decoration: none;
  width: auto;
  z-index: 100000
}

.screen-reader-shortcut:focus,
.widget_search input[type=submit]:focus {
  background: #fff;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
  clip: auto !important;
  color: #333;
  display: block;
  font-size: 1rem;
  font-weight: 700;
  height: auto;
  padding: 15px 23px 14px;
  text-decoration: none;
  width: auto;
  z-index: 100000
}

.more-link {
  display: inline-block;
  position: relative;
  margin-bottom: 30px
}

a.aligncenter img {
  display: block;
  margin: 0 auto
}

a.alignnone {
  display: inline-block
}

.alignleft {
  float: left;
  text-align: left
}

.alignright {
  float: right;
  text-align: right
}

a.alignleft,
a.alignnone,
a.alignright {
  max-width: 100%
}

.aligncenter,
img.centered {
  display: block;
  margin: 0 auto 30px
}

.alignnone,
img.alignnone {
  margin-bottom: 15px
}

.wp-caption.alignleft,
a.alignleft,
img.alignleft {
  margin: 0 20px 20px 0
}

.wp-caption.alignright,
a.alignright,
img.alignright {
  margin: 0 0 20px 20px
}

.gallery-caption,
.wp-caption-text {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  text-align: center
}

.entry-content p.wp-caption-text {
  margin-bottom: 0
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
  margin: 0 0 30px
}

.genesis-skip-link {
  margin: 0
}

.genesis-skip-link .skip-link-hidden {
  display: none;
  visibility: hidden
}

.genesis-skip-link li {
  height: 0;
  list-style: none;
  width: 0
}

@media print {
  * {
    background: 0 0 !important;
    box-shadow: none !important;
    color: #333 !important;
    text-shadow: none !important
  }

  ::after,
  ::before {
    background: 0 0 !important;
    box-shadow: none !important;
    color: #333 !important;
    text-shadow: none !important
  }

  a {
    text-decoration: underline
  }

  a:visited {
    text-decoration: underline
  }

  a[href]::after {
    content: " (" attr(href) ")"
  }

  abbr[title]::after {
    content: " (" attr(title) ")"
  }

  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: ""
  }

  .site-title>a::after {
    content: ""
  }

  thead {
    display: table-header-group
  }

  img,
  tr {
    page-break-inside: avoid
  }

  img {
    max-width: 100% !important
  }

  @page {
    margin: 2cm .5cm
  }

  h2,
  h3,
  p {
    orphans: 3;
    widows: 3
  }

  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid
  }

  .content,
  .content-sidebar {
    width: 100%
  }

  .breadcrumb,
  .comment-edit-link,
  .comment-form,
  .comment-list .reply a,
  .comment-reply-title,
  .edit-link,
  .entry-comments-link,
  .entry-footer,
  .genesis-box,
  .header-widget-area,
  .hidden-print,
  .home-top,
  .nav-primary,
  .nav-secondary,
  .post-edit-link,
  .sidebar,
  button,
  input,
  select,
  textarea {
    display: none !important
  }

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

  .site-title>a {
    margin: 0;
    text-decoration: none;
    text-indent: 0
  }

  .site-inner {
    padding-top: 0;
    position: relative
  }

  .author-box {
    margin-bottom: 0
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    orphans: 3;
    page-break-after: avoid;
    page-break-inside: avoid;
    widows: 3
  }

  img {
    page-break-after: avoid;
    page-break-inside: avoid
  }

  blockquote,
  pre,
  table {
    page-break-inside: avoid
  }

  dl,
  ol,
  ul {
    page-break-before: avoid
  }
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: .15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible
}

.hamburger:hover {
  opacity: .7
}

.hamburger.is-active:hover {
  opacity: .7
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::after,
.hamburger.is-active .hamburger-inner::before {
  background-color: #222
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px
}

.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
  width: 40px;
  height: 4px;
  background-color: #222;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: .15s;
  transition-timing-function: ease
}

.hamburger-inner::after,
.hamburger-inner::before {
  content: "";
  display: block
}

.hamburger-inner::before {
  top: -10px
}

.hamburger-inner::after {
  bottom: -10px
}

.hamburger--stand .hamburger-inner {
  transition: transform 75ms .15s cubic-bezier(.55, .055, .675, .19), background-color 0s 75ms linear
}

.hamburger--stand .hamburger-inner::before {
  transition: top 75ms 75ms ease-in, transform 75ms 0s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--stand .hamburger-inner::after {
  transition: bottom 75ms 75ms ease-in, transform 75ms 0s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent !important;
  transition: transform 75ms 0s cubic-bezier(.215, .61, .355, 1), background-color 0s .15s linear
}

.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 75ms .1s ease-out, transform 75ms .15s cubic-bezier(.215, .61, .355, 1)
}

.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 75ms .1s ease-out, transform 75ms .15s cubic-bezier(.215, .61, .355, 1)
}

.social-share {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  z-index: 9997;
  background: #0d2545;
  border-radius: 8px 0 0 8px;
  overflow: hidden;
  width: 50px;
  display: none
}

@media screen and (min-width:64em) {
  .social-share {
    display: block
  }
}

.social-share a {
  display: flex;
  color: #fff;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  background: #2D7A2E
}

.social-share a:hover {
  background: rgba(0, 0, 0, .25)
}

.large-20 {
  width: 20%;
  max-width: 20%
}

.grid-margin-x>.large-20 {
  width: calc(20% - 1.875rem);
  margin-left: .9375rem;
  margin-right: .9375rem
}

.ssg-section {
  --padding-block-start: 0;
  --content-width: 100%;
  --padding-left: 0;
  --padding-right: 0;
  --padding-block-end: 0;
  --row-gap: 0;
  --column-gap: 0
}

.ssg-section .padding-block-end {
  padding: 0
}

.titan-hero.titan-hero-style-1 {
  position: relative;
  width: 100%;
  padding: 2rem 1rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden
}

@media screen and (min-width:64em) {
  .titan-hero.titan-hero-style-1 {
    min-height: 100vh
  }
}

.titan-hero.titan-hero-style-1 .hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1
}

.titan-hero.titan-hero-style-1 .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100
}

.titan-hero.titan-hero-style-1 .overlay-text {
  text-align: center;
  color: #fff;
  z-index: 102;
  position: relative;
  padding: 4rem 1rem
}

.titan-hero.titan-hero-style-1 .overlay-text a.button {
  background: 0 0;
  border: 2px solid #fff;
  width: 220px;
  margin: 0 auto .5rem;
  padding: 1rem 1rem;
  display: inline-block;
  color: #fff;
  text-transform: uppercase
}

.titan-hero.titan-hero-style-1 .overlay-text a.button:hover {
  color: #0d2545
}

.titan-hero.titan-hero-style-1 .overlay-text a.button:hover::before {
  background: #fff
}

@media screen and (min-width:64em) {
  .titan-hero.titan-hero-style-1 .overlay-text {
    padding: 0 1rem 4rem
  }

  .titan-hero.titan-hero-style-1 .overlay-text h1 {
    font-size: 5rem;
    margin: 0;
    letter-spacing: 2px;
    line-height: .9;
    position: relative;
    z-index: 10
  }

  .titan-hero.titan-hero-style-1 .overlay-text p.preheadline {
    animation-delay: .75s;
    margin: 2rem auto 0;
    padding: 0;
    font-size: 1rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    position: relative;
    z-index: 301;
    line-height: 1.5;
    font-weight: 700
  }

  .titan-hero.titan-hero-style-1 .overlay-text h2 {
    font-size: 2rem;
    font-family: Lato, sans-serif;
    margin-top: .5rem
  }
}

.titan-hero.titan-hero-style-1 .overlay-text .line-across {
  width: 0;
  margin: 1rem auto;
  height: 2px;
  background: #2D7A2E
}

.titan-hero.titan-hero-style-1.left-align {
  justify-content: flex-start
}

.titan-hero.titan-hero-style-1.left-align .overlay-text {
  padding: 0;
  left: 50px;
  bottom: 50px;
  transform: translate(0, 0);
  text-align: left
}

.titan-hero.titan-hero-style-1.left-align .overlay-text .line-across {
  width: 0;
  margin: 1rem 0
}

@media screen and (min-width:64em) {
  .titan-hero.titan-hero-style-2 {
    display: flex;
    align-items: flex-end;
    padding-top: 150px;
    min-height: 100vh
  }
}

@media screen and (min-width:64em) {
  .interior-page-header .titan-hero.titan-hero-style-2 {
    min-height: 80vh
  }
}

.titan-hero.titan-hero-style-2 .titan-hero-style-2-grid {
  width: 100%
}

@media screen and (min-width:64em) {
  .titan-hero.titan-hero-style-2 .titan-hero-style-2-grid {
    margin-bottom: 8vh
  }
}

@media screen and (min-width:64em) {
  .titan-hero.titan-hero-style-2 .titan-hero-style-2-grid .cell {
    height: 500px;
    min-height: calc(92vh - 152px)
  }
}

.interior-page-header .titan-hero.titan-hero-style-2 .titan-hero-style-2-grid .cell {
  margin-bottom: 0
}

@media screen and (min-width:64em) {
  .interior-page-header .titan-hero.titan-hero-style-2 .titan-hero-style-2-grid .cell {
    height: 500px;
    min-height: calc(72vh - 152px)
  }
}

.titan-hero.titan-hero-style-2 .titan-hero-style-2-grid .cell.hero-left-side {
  text-align: center
}

.titan-hero.titan-hero-style-2 .titan-hero-style-2-grid .cell.hero-left-side>div {
  position: relative;
  top: -100px;
  background: rgba(255, 255, 255, .85);
  z-index: 1001;
  padding: 2rem;
  border-bottom: 2px solid #2D7A2E;
  width: 90%;
  margin: 0 auto -100px
}

@media screen and (min-width:64em) {
  .titan-hero.titan-hero-style-2 .titan-hero-style-2-grid .cell.hero-left-side>div {
    text-align: left;
    top: 0;
    margin: 0;
    border-bottom: none;
    padding: 0
  }
}

@media screen and (min-width:64em) {
  .titan-hero.titan-hero-style-2 .titan-hero-style-2-grid .cell.hero-left-side {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    padding-right: 6rem
  }
}

@media screen and (min-width:64em) {
  .interior-page-header .titan-hero.titan-hero-style-2 .titan-hero-style-2-grid .cell.hero-left-side {
    padding-right: 3rem;
    padding-left: 1rem
  }
}

@media screen and (min-width:90em) {
  .interior-page-header .titan-hero.titan-hero-style-2 .titan-hero-style-2-grid .cell.hero-left-side {
    padding-right: 6rem;
    padding-left: 12rem
  }
}

@media screen and (min-width:64em) {
  .titan-hero.titan-hero-style-2 .titan-hero-style-2-grid .cell.hero-left-side::before {
    content: "";
    display: block;
    width: 1px;
    background: #2D7A2E;
    position: absolute;
    bottom: -40px;
    left: calc(100% - 20px);
    height: 80%;
    z-index: 4
  }

  .titan-hero.titan-hero-style-2 .titan-hero-style-2-grid .cell.hero-left-side::after {
    content: "";
    display: block;
    width: 80%;
    background: #2D7A2E;
    position: absolute;
    bottom: -20px;
    left: calc(100% - 40px);
    height: 1px;
    z-index: 4
  }
}

.titan-hero.titan-hero-style-2 .titan-hero-style-2-grid .cell.hero-left-side h1 {
  margin: 0;
  letter-spacing: 2px;
  line-height: .9;
  position: relative;
  z-index: 10;
  color: #0d2545;
  font-size: 2.5rem
}

@media screen and (min-width:64em) {
  .titan-hero.titan-hero-style-2 .titan-hero-style-2-grid .cell.hero-left-side h1 {
    font-size: 4rem
  }
}

@media screen and (min-width:75em) {
  .titan-hero.titan-hero-style-2 .titan-hero-style-2-grid .cell.hero-left-side h1 {
    font-size: 5rem
  }
}

.titan-hero.titan-hero-style-2 .titan-hero-style-2-grid .cell.hero-left-side p.preheadline {
  animation-delay: .75s;
  margin: 2rem auto 0;
  padding: 0;
  font-size: 1rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  position: relative;
  z-index: 301;
  line-height: 1.5;
  font-weight: 700;
  color: #2D7A2E
}

.titan-hero.titan-hero-style-2 .titan-hero-style-2-grid .cell.hero-left-side h2 {
  font-size: 2rem;
  font-family: Lato, sans-serif;
  margin-top: .5rem;
  text-transform: none
}

.interior-page-header .titan-hero.titan-hero-style-2 .titan-hero-style-2-grid .cell.hero-left-side h2 {
  font-size: 1.25rem
}

.titan-hero.titan-hero-style-2 .titan-hero-style-2-grid .cell.hero-right-side {
  position: relative;
  background: #0d2545;
  padding-bottom: 200px
}

@media screen and (min-width:64em) {
  .titan-hero.titan-hero-style-2 .titan-hero-style-2-grid .cell.hero-right-side {
    padding-bottom: 0
  }
}

.titan-hero.titan-hero-style-2 .titan-hero-style-2-grid .cell.hero-right-side .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2
}

.titan-hero.titan-hero-style-2 .titan-hero-style-2-grid .cell.hero-right-side .image-background {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat
}

@media screen and (min-width:64em) {
  .titan-hero.titan-hero-style-2 .titan-hero-style-2-grid .cell.hero-right-side .image-background {
    top: 50%;
    transform: translateY(-50%);
    width: 120%;
    height: 100%
  }
}

/* === SSG Layout & Page Styles === */

/* Color variables */
:root {
  --color-primary: #0d2545;
  --color-secondary: #2D7A2E;
  --color-text: #333333;
  --color-accent: #2D7A2E;
}

/* Screen reader text */
.screen-reader-text,
.screen-reader-text span {
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: -10000em;
  width: 1px;
  clip: rect(0,0,0,0);
  border: 0;
}

/* Page wrapper */
.ssg-page {
  box-sizing: border-box;
}

.ssg-page a {
  box-shadow: none;
  text-decoration: none;
}

.ssg-page img {
  border: none;
  border-radius: 0;
  box-shadow: none;
  height: auto;
  max-width: 100%;
}

/* Section containers */
.ssg-section {
  --container-max-width: 1140px;
  margin: 0 auto;
}

.ssg-widget-inner {
  /* Widget content wrapper - inherits flow */
}

/* Homepage section-specific styles */
.ssg-hero-section {
  display: flex;
}

.ssg-about-section {
  display: flex;
}

.ssg-about-section .titan-tier.titan-tier-style-3 .icon-icon {
  font-weight: normal;
  font-size: 3rem;
}

.ssg-about-section .titan-tier.titan-tier-style-3 {
  background-color: #fff;
}

#about-us .wrap {
  max-width: 1000px;
  margin: 0 auto;
}

.ssg-cards-section {
  display: flex;
}

.ssg-cards-section > .ssg-widget-inner {
  padding: 0;
}

.ssg-cards-section .titan-cards-tier .cards-intro h2::after {
  display: none;
}

.ssg-cards-section .titan-cards-tier .cards-intro .tier-content {
  margin-top: 2rem;
}

/* Homepage service cards - link style (no flip) */
.titan-cards-tier .card-grid.four-columns {
  justify-content: center;
  align-items: stretch;
}

.titan-cards-tier .card-grid.four-columns .card-parent {
  display: flex;
  align-items: center;
  justify-content: center;
}

.titan-cards-tier .card-grid.four-columns .card-parent .card-container {
  height: auto;
  overflow: visible;
  perspective: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.titan-cards-tier .card-grid.four-columns .card-parent .card-container .card {
  text-decoration: none;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.titan-cards-tier .card-grid.four-columns .card-parent .card-container .card-front {
  position: relative;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 1rem;
  text-align: center;
}

.titan-cards-tier .card-grid.four-columns .card-front h3.card-title {
  font-size: 1.35rem;
  margin-top: 0.5rem;
}

.titan-cards-tier .card-grid.four-columns .card-parent .card-container .card:hover {
  opacity: 0.85;
  transform: scale(1.03);
  transition: all 0.3s ease;
}

.card-learn-more {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.6rem 1.5rem;
  border: 2px solid #fff;
  border-radius: 0;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}

.card a:hover .card-learn-more {
  background-color: #fff;
  color: var(--color-primary);
}

/* Interior page hero */
.titan-hero.interior-hero .hero-left-side .overlay-text .hero-intro {
  font-family: 'Lato', sans-serif;
  font-size: 0.95rem;
  line-height: 1.7;
  color: #666;
  margin-top: 1.5rem;
  font-weight: 400;
  max-width: 480px;
}

.titan-hero.interior-hero .hero-left-side .overlay-text .line-across {
  max-width: 480px;
}

/* Meaningfully Different cards */
.md-section {
  padding: 6rem 2rem;
  background: #f9f8f6;
}

.md-intro {
  max-width: 800px;
  margin: 0 auto 4rem;
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-size: 1.1rem;
  line-height: 1.8;
  color: #555;
}

.md-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  max-width: 1500px;
  margin: 0 auto;
  justify-items: center;
}

.md-card {
  position: relative;
  background: #fff;
  padding: 2.5rem 2rem 2rem;
  overflow: hidden;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.md-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
}

.md-card-accent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--color-primary), var(--color-secondary));
}

.md-card-icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.25rem;
  background: rgba(13, 37, 69, 0.07);
  border-radius: 50%;
}

.md-card-icon i {
  font-size: 1.5rem;
  color: var(--color-primary);
}

.md-card-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 0.75rem;
  line-height: 1.3;
}

.md-card-text {
  font-family: 'Lato', sans-serif;
  font-size: 0.92rem;
  line-height: 1.75;
  color: #666;
  margin: 0;
}

/* Bottom row: 2 cards centered across 6-col sub-grid */
.md-cards-grid {
  grid-template-columns: repeat(6, 1fr);
}

.md-cards-grid .md-card:nth-child(1),
.md-cards-grid .md-card:nth-child(2),
.md-cards-grid .md-card:nth-child(3) {
  grid-column: span 2;
}

.md-cards-grid .md-card:nth-child(4) {
  grid-column: 2 / 4;
}

.md-cards-grid .md-card:nth-child(5) {
  grid-column: 4 / 6;
}

@media (max-width: 1024px) {
  .md-cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .md-cards-grid .md-card:nth-child(1),
  .md-cards-grid .md-card:nth-child(2),
  .md-cards-grid .md-card:nth-child(3),
  .md-cards-grid .md-card:nth-child(4),
  .md-cards-grid .md-card:nth-child(5) {
    grid-column: auto;
  }
  .md-cards-grid .md-card:nth-child(5) {
    grid-column: 1 / -1;
    max-width: 50%;
    margin: 0 auto;
  }
}

@media (max-width: 640px) {
  .md-section {
    padding: 4rem 1rem;
  }
  .md-cards-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .md-cards-grid .md-card:nth-child(5) {
    max-width: 100%;
  }
}

/* =========================================
   Wealth Management — Split Section Layout
   ========================================= */

/* Intro overview section */
.wm-intro {
  padding: 5rem 2rem;
  background: #fff;
}

.wm-intro-wrap {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.wm-intro-text {
  max-width: 1000px;
  margin: 0 auto;
}

.wm-intro-text p {
  font-family: 'Lato', sans-serif;
  font-size: 1.05rem;
  line-height: 1.85;
  color: #555;
  margin-bottom: 1.25rem;
}

.wm-intro-heading {
  font-family: 'Playfair Display', serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--color-primary);
  margin: 3rem 0 2.5rem;
  letter-spacing: 0.02em;
}

.wm-services-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 2rem;
  max-width: 1500px;
  margin: 0 auto;
}

.wm-services-grid .wm-service-item:nth-child(1),
.wm-services-grid .wm-service-item:nth-child(2),
.wm-services-grid .wm-service-item:nth-child(3) {
  grid-column: span 2;
}

.wm-services-grid .wm-service-item:nth-child(4) {
  grid-column: 2 / 4;
}

.wm-services-grid .wm-service-item:nth-child(5) {
  grid-column: 4 / 6;
}

.wm-service-item {
  position: relative;
  background: #fff;
  padding: 2.5rem 2rem 2rem;
  overflow: hidden;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.wm-service-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
}

.wm-service-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--color-primary), var(--color-secondary));
}

.wm-service-icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(13, 37, 69, 0.07);
  border-radius: 50%;
  margin: 0 auto 1.25rem;
}

.wm-service-icon i {
  font-size: 1.5rem;
  color: var(--color-primary);
}

.wm-service-label {
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--color-primary);
  letter-spacing: 0.01em;
  line-height: 1.35;
  margin: 0;
}

@media (max-width: 1024px) {
  .wm-services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .wm-services-grid .wm-service-item:nth-child(1),
  .wm-services-grid .wm-service-item:nth-child(2),
  .wm-services-grid .wm-service-item:nth-child(3),
  .wm-services-grid .wm-service-item:nth-child(4),
  .wm-services-grid .wm-service-item:nth-child(5) {
    grid-column: auto;
  }
}

@media (max-width: 640px) {
  .wm-services-grid {
    grid-template-columns: 1fr;
  }
}

/* Split section base */
.wm-split {
  display: flex;
  width: 100%;
  min-height: 750px;
}

.wm-split-text {
  flex: 0 0 50%;
  display: flex;
  align-items: center;
  background: #fff;
}

.wm-split-text.bg-light {
  background: #f5f3ee;
}

.wm-split-inner {
  padding: 80px;
  width: 100%;
  box-sizing: border-box;
}

.wm-split.reverse .wm-split-inner {
  padding: 80px;
}

.wm-split-label {
  font-family: 'Lato', sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--color-secondary);
  margin-bottom: 1rem;
  display: block;
}

.wm-split-inner h2 {
  font-family: 'Playfair Display', serif;
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--color-primary);
  line-height: 1.2;
  margin-bottom: 1.5rem;
}

.wm-split-inner p {
  font-family: 'Lato', sans-serif;
  font-size: 1rem;
  line-height: 1.85;
  color: #555;
  margin-bottom: 1.5rem;
}

.wm-capabilities-heading {
  font-family: 'Lato', sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--color-primary);
  margin-bottom: 1rem;
  margin-top: 0.5rem;
}

.wm-capabilities {
  list-style: none;
  padding: 0;
  margin: 0;
}

.wm-capabilities li {
  font-family: 'Lato', sans-serif;
  font-size: 0.92rem;
  color: #444;
  padding: 0.75rem 0 0.75rem 1.4rem;
  position: relative;
  border-bottom: 1px solid rgba(13, 37, 69, 0.1);
  line-height: 1.5;
}

.wm-capabilities li:last-child {
  border-bottom: none;
}

.wm-capabilities li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.75rem;
  margin-top: calc(0.35em + 4px);
  width: 6px;
  height: 6px;
  background: var(--color-secondary);
  border-radius: 50%;
}

.wm-capabilities li ul {
  list-style: none;
  padding: 0;
  margin: 0.4rem 0 0.2rem 1rem;
}

.wm-capabilities li ul li {
  font-size: 0.88rem;
  border-bottom: none;
  color: #666;
  padding: 0.4rem 0 0.4rem 1.2rem;
}

.wm-capabilities li ul li::before {
  top: 0.4rem;
  margin-top: 0.35em;
  width: 4px;
  height: 4px;
  background: rgba(45, 122, 46, 0.5);
}

.wm-split-image {
  flex: 0 0 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  min-height: 300px;
}

.wm-split-image::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(13, 37, 69, 0.08);
}

/* Reverse order: image left, text right */
.wm-split.reverse .wm-split-image {
  order: -1;
}

/* Responsive */
@media (max-width: 900px) {
  .wm-split {
    flex-direction: column;
  }

  .wm-split.reverse .wm-split-image {
    order: 0;
  }

  .wm-split-text,
  .wm-split-image {
    flex: none;
    width: 100%;
  }

  .wm-split-image {
    min-height: 300px;
  }

  .wm-split-inner,
  .wm-split.reverse .wm-split-inner {
    padding: 2.5rem 1.5rem;
  }

  .wm-split-inner h2 {
    font-size: 1.8rem;
  }

  .wm-services-grid {
    flex-direction: column;
    align-items: center;
  }

  .wm-service-item {
    max-width: 100%;
  }
}

/* =========================================
   Core Business Services — Numbered Feature Blocks
   ========================================= */

.cbs-intro {
  padding: 5rem 2rem;
  background: #fff;
  text-align: center;
}

.cbs-intro p {
  font-family: 'Lato', sans-serif;
  font-size: 1.15rem;
  line-height: 1.9;
  color: #555;
  max-width: 900px;
  margin: 0 auto;
}

.cbs-section {
  padding: 6rem 4rem;
  background: #fff;
}

.cbs-section.dark {
  background: #0d2545;
}

.cbs-section.tint {
  background: #f5f3ee;
}

.cbs-inner {
  display: flex;
  gap: 5rem;
  max-width: 1300px;
  margin: 0 auto;
  align-items: flex-start;
}

.cbs-number {
  flex: 0 0 180px;
  font-family: 'Playfair Display', serif;
  font-size: 9rem;
  font-weight: 700;
  line-height: 0.85;
  color: rgba(13, 37, 69, 0.07);
  user-select: none;
  text-align: right;
  padding-top: 0.15em;
  letter-spacing: -0.02em;
}

.cbs-section.dark .cbs-number {
  color: rgba(255, 255, 255, 0.08);
}

.cbs-divider {
  flex: 0 0 1px;
  background: rgba(13, 37, 69, 0.12);
  align-self: stretch;
  margin-top: 0.5rem;
}

.cbs-section.dark .cbs-divider {
  background: rgba(255, 255, 255, 0.12);
}

.cbs-content {
  flex: 1;
  padding-top: 0.25rem;
}

.cbs-content h2 {
  font-family: 'Playfair Display', serif;
  font-size: 2.4rem;
  font-weight: 700;
  color: #0d2545;
  margin-bottom: 1.25rem;
  line-height: 1.2;
}

.cbs-section.dark .cbs-content h2 {
  color: #fff;
}

.cbs-content > p {
  font-family: 'Lato', sans-serif;
  font-size: 1rem;
  line-height: 1.85;
  color: #555;
  margin-bottom: 1rem;
}

.cbs-section.dark .cbs-content > p {
  color: rgba(255, 255, 255, 0.72);
}

.cbs-sub-items {
  margin-top: 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.cbs-sub-item {
  padding-left: 1.25rem;
  border-left: 3px solid var(--color-secondary);
}

.cbs-section.dark .cbs-sub-item {
  border-left-color: rgba(45, 122, 46, 0.5);
}

.cbs-sub-label {
  display: block;
  font-family: 'Lato', sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--color-secondary);
  margin-bottom: 0.35rem;
}

.cbs-section.dark .cbs-sub-label {
  color: #7dbb7e;
}

.cbs-sub-item p {
  font-family: 'Lato', sans-serif;
  font-size: 0.95rem;
  line-height: 1.8;
  color: #555;
  margin: 0;
}

.cbs-section.dark .cbs-sub-item p {
  color: rgba(255, 255, 255, 0.68);
}

.cbs-case-study {
  display: inline-block;
  margin-top: 2.5rem;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--color-secondary);
  border-bottom: 2px solid var(--color-secondary);
  text-decoration: none;
  padding-bottom: 2px;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.cbs-case-study:hover {
  color: var(--color-primary);
  border-color: var(--color-primary);
}

.cbs-section.dark .cbs-case-study {
  color: #7dbb7e;
  border-color: #7dbb7e;
}

.cbs-section.dark .cbs-case-study:hover {
  color: #fff;
  border-color: #fff;
}

@media (max-width: 1024px) {
  .cbs-inner {
    gap: 3rem;
  }
  .cbs-number {
    flex: 0 0 120px;
    font-size: 6rem;
  }
}

@media (max-width: 768px) {
  .cbs-section {
    padding: 4rem 1.5rem;
  }
  .cbs-inner {
    flex-direction: column;
    gap: 0.5rem;
  }
  .cbs-number {
    font-size: 4rem;
    text-align: left;
    flex: none;
  }
  .cbs-divider {
    display: none;
  }
}

/* =========================================
   Business Exit Planning — Statement + Cards
   ========================================= */

.bep-intro {
  padding: 6rem 4rem;
  background: #fff;
}

.bep-intro-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.bep-intro-inner > p {
  font-family: 'Lato', sans-serif;
  font-size: 1.1rem;
  line-height: 1.9;
  color: #555;
  margin-bottom: 1.5rem;
}

.bep-checklist {
  list-style: none;
  padding: 0;
  margin: 2.5rem 0;
}

.bep-checklist li {
  font-family: 'Lato', sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #444;
  padding: 1rem 0 1rem 2rem;
  position: relative;
  border-bottom: 1px solid rgba(13, 37, 69, 0.07);
}

.bep-checklist li:first-child {
  border-top: 1px solid rgba(13, 37, 69, 0.07);
}

.bep-checklist li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--color-secondary);
}

.bep-cards-section {
  padding: 5rem 4rem;
  background: #f5f3ee;
}

.bep-cards-inner {
  max-width: 1300px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
}

.bep-card {
  background: #fff;
  padding: 3.5rem;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.bep-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--color-primary), var(--color-secondary));
}

.bep-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(13, 37, 69, 0.1);
}

.bep-card-label {
  display: block;
  font-family: 'Lato', sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--color-secondary);
  margin-bottom: 1rem;
}

.bep-card h2 {
  font-family: 'Playfair Display', serif;
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 1.75rem;
  line-height: 1.2;
}

.bep-card p {
  font-family: 'Lato', sans-serif;
  font-size: 1rem;
  line-height: 1.85;
  color: #555;
  margin-bottom: 1.1rem;
}

.bep-card p:last-child {
  margin-bottom: 0;
}

@media (max-width: 900px) {
  .bep-cards-inner {
    grid-template-columns: 1fr;
  }

  .bep-intro,
  .bep-cards-section {
    padding: 4rem 1.5rem;
  }
}

/* Back to Blog button */
.back-to-blog-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.6rem 1.4rem;
  background: transparent;
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
  font-family: 'Lato', sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 150ms ease-out, color 150ms ease-out;
  margin-bottom: 1.5rem;
}
.back-to-blog-btn:hover {
  background: var(--color-primary);
  color: #fff;
}

/* Footer logo — white version of header logo */
.footer-logo {
  filter: brightness(0) invert(1);
  max-width: 180px;
  height: auto;
}

/* === Contact page === */

    /* Split layout */
    .ct-split {
      display: flex;
      width: 100%;
      min-height: 750px;
    }
    .ct-split-map {
      flex: 0 0 50%;
      position: relative;
    }
    .ct-split-map iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 0;
      display: block;
    }
    .ct-split-panel {
      flex: 0 0 50%;
      background: #f5f3ee;
      overflow-y: auto;
    }
    .ct-panel-inner {
      padding: 60px;
    }

    /* Contact info */
    .ct-panel-inner .ct-heading {
      font-family: 'Playfair Display', serif;
      font-size: 2rem;
      color: var(--color-primary);
      margin-bottom: 1.5rem;
    }
    .ct-info-list {
      list-style: none;
      margin: 0;
      padding: 0;
    }
    .ct-info-list li {
      display: flex;
      align-items: flex-start;
      gap: 0.85rem;
      color: #444;
      padding: 0.55rem 0;
      font-size: 0.98rem;
      line-height: 1.5;
    }
    .ct-info-list li i {
      color: var(--color-secondary);
      width: 18px;
      text-align: center;
      margin-top: 3px;
      flex-shrink: 0;
    }
    .ct-info-list li a {
      color: var(--color-secondary);
      text-decoration: none;
      transition: color 150ms ease-out;
    }
    .ct-info-list li a:hover {
      color: var(--color-primary);
    }

    /* Divider */
    .ct-divider {
      height: 1px;
      background: rgba(0, 0, 0, 0.12);
      margin: 2rem 0;
    }

    /* Form */
    .ct-form-heading {
      font-family: 'Playfair Display', serif;
      font-size: 1.6rem;
      color: var(--color-primary);
      margin-bottom: 1.5rem;
    }
    .ct-form-group {
      margin-bottom: 1rem;
    }
    .ct-form-row {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 1rem;
    }
    .ct-form-group label {
      display: block;
      font-size: 0.78rem;
      font-weight: 700;
      letter-spacing: 0.6px;
      text-transform: uppercase;
      color: #666;
      margin-bottom: 0.35rem;
    }
    .ct-form-group input[type="text"],
    .ct-form-group input[type="email"],
    .ct-form-group input[type="tel"],
    .ct-form-group textarea {
      width: 100%;
      padding: 0.75rem 1rem;
      background: #fff;
      border: 1px solid #ccc;
      border-radius: 4px;
      font-family: 'Lato', sans-serif;
      font-size: 0.95rem;
      color: #333;
      box-sizing: border-box;
      transition: border-color 200ms ease-out, box-shadow 200ms ease-out;
    }
    .ct-form-group input::placeholder,
    .ct-form-group textarea::placeholder {
      color: #aaa;
    }
    .ct-form-group input:focus,
    .ct-form-group textarea:focus {
      outline: none;
      border-color: var(--color-secondary);
      box-shadow: 0 0 0 3px rgba(45, 122, 46, 0.12);
    }
    .ct-form-group textarea {
      min-height: 120px;
      resize: vertical;
    }
    .ct-submit-btn {
      display: inline-block;
      margin-top: 0.5rem;
      padding: 0.85rem 2.5rem;
      background: var(--color-secondary);
      color: #fff;
      font-family: 'Lato', sans-serif;
      font-size: 0.9rem;
      font-weight: 700;
      letter-spacing: 1px;
      text-transform: uppercase;
      border: none;
      cursor: pointer;
      transition: background 200ms ease-out, transform 150ms ease-out;
    }
    .ct-submit-btn:hover {
      background: #246124;
      transform: translateY(-1px);
    }
    .ct-submit-btn:active {
      transform: translateY(0);
    }

    @media (max-width: 900px) {
      .ct-split {
        flex-direction: column;
      }
      .ct-split-map {
        flex: none;
        height: 350px;
      }
      .ct-split-map iframe {
        position: static;
        width: 100%;
        height: 350px;
      }
      .ct-panel-inner {
        padding: 40px 32px;
      }
      .ct-form-row {
        grid-template-columns: 1fr;
      }
    }
  
/* === Blog listing (post archive) === */

    .blog-layout {
      display: grid;
      grid-template-columns: 1fr 300px;
      gap: 3rem;
      max-width: 1200px;
      margin: 0 auto;
      padding: 3rem 2rem;
    }

    .blog-entries {
      display: flex;
      flex-direction: column;
      gap: 2rem;
    }

    .blog-entry {
      background: #fff;
      border: 1px solid #e8e8e8;
      border-radius: 8px;
      overflow: hidden;
      transition: box-shadow 0.3s ease, transform 0.3s ease;
    }

    .blog-entry:hover {
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
      transform: translateY(-2px);
    }

    .blog-entry-content {
      padding: 2rem;
    }

    .blog-category {
      display: inline-block;
      font-family: 'Oswald', sans-serif;
      font-size: 0.75rem;
      font-weight: 500;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: var(--color-secondary);
      background: rgba(150, 105, 25, 0.08);
      padding: 0.25rem 0.75rem;
      border-radius: 4px;
      margin-bottom: 0.75rem;
    }

    .blog-entry h3 {
      font-family: 'Playfair Display', serif;
      font-size: 1.4rem;
      font-weight: 700;
      line-height: 1.3;
      margin: 0 0 0.5rem 0;
    }

    .blog-entry h3 a {
      color: var(--color-primary);
      text-decoration: none;
      transition: color 0.2s ease;
    }

    .blog-entry h3 a:hover {
      color: var(--color-secondary);
    }

    .blog-date {
      font-family: 'Lato', sans-serif;
      font-size: 0.85rem;
      color: #999;
      margin: 0 0 0.75rem 0;
    }

    .blog-excerpt {
      font-family: 'Lato', sans-serif;
      font-size: 0.95rem;
      line-height: 1.6;
      color: #555;
      margin: 0 0 1.25rem 0;
    }

    .read-more {
      font-family: 'Oswald', sans-serif;
      font-size: 0.85rem;
      font-weight: 500;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      color: var(--color-secondary);
      text-decoration: none;
      transition: color 0.2s ease;
    }

    .read-more:hover {
      color: var(--color-primary);
    }

    .read-more i {
      margin-left: 0.35rem;
      transition: transform 0.2s ease;
    }

    .read-more:hover i {
      transform: translateX(4px);
    }

    /* Sidebar */
    .blog-sidebar {
      position: sticky;
      top: 120px;
      align-self: start;
    }

    .blog-sidebar h3 {
      font-family: 'Playfair Display', serif;
      font-size: 1.3rem;
      font-weight: 700;
      color: var(--color-primary);
      margin: 0 0 1.25rem 0;
      padding-bottom: 0.75rem;
      border-bottom: 2px solid var(--color-secondary);
    }

    .blog-categories {
      list-style: none;
      margin: 0;
      padding: 0;
    }

    .blog-categories li {
      margin-bottom: 0;
    }

    .category-filter {
      display: block;
      font-family: 'Lato', sans-serif;
      font-size: 0.95rem;
      color: #555;
      text-decoration: none;
      padding: 0.6rem 0.75rem;
      border-radius: 6px;
      transition: all 0.2s ease;
    }

    .category-filter:hover {
      color: var(--color-primary);
      background: rgba(69, 75, 27, 0.06);
    }

    .category-filter.active {
      color: var(--color-primary);
      font-weight: 700;
      background: rgba(69, 75, 27, 0.08);
    }

    /* Blog entry hide/show */
    .blog-entry.hidden {
      display: none;
    }

    /* Responsive */
    @media (max-width: 900px) {
      .blog-layout {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding: 2rem 1.25rem;
      }

      .blog-sidebar {
        position: static;
        order: -1;
      }

      .blog-categories {
        display: flex;
        flex-wrap: wrap;
        gap: 0.5rem;
      }

      .blog-categories li {
        margin-bottom: 0;
      }

      .category-filter {
        padding: 0.4rem 0.75rem;
        font-size: 0.85rem;
        border: 1px solid #ddd;
        border-radius: 20px;
      }

      .category-filter.active {
        border-color: var(--color-primary);
        background: var(--color-primary);
        color: #fff;
      }
    }

    @media (max-width: 600px) {
      .blog-entry-content {
        padding: 1.25rem;
      }

      .blog-entry h3 {
        font-size: 1.15rem;
      }
    }
  
/* === Private Client Insurance map process flow === */

    .map-process-flow {
      list-style: none;
      padding: 0;
      margin: 1.5rem 0 1.5rem;
    }
    .map-process-flow li {
      display: flex;
      align-items: center;
      font-family: 'Lato', sans-serif;
      font-size: 0.9rem;
      font-weight: 600;
      color: var(--color-primary);
      padding: 0.6rem 0;
      border-bottom: 1px solid rgba(13, 37, 69, 0.1);
    }
    .map-process-flow li:last-child {
      border-bottom: none;
    }
    .map-process-flow li .step-number {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 26px;
      height: 26px;
      border-radius: 50%;
      background-color: var(--color-primary);
      color: #fff;
      font-size: 0.75rem;
      font-weight: 700;
      margin-right: 0.75rem;
      flex-shrink: 0;
    }
    .map-process-flow li .step-arrow { display: none; }
    .case-study-link {
      display: inline-block;
      margin-top: 1.5rem;
      font-family: 'Lato', sans-serif;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.08em;
      font-size: 0.8rem;
      color: var(--color-secondary);
      border-bottom: 2px solid var(--color-secondary);
      padding-bottom: 2px;
      text-decoration: none;
      transition: color 0.2s ease, border-color 0.2s ease;
    }
    .case-study-link:hover {
      color: var(--color-primary);
      border-color: var(--color-primary);
    }
    .disclaimer-text {
      font-size: 0.8rem;
      font-style: italic;
      color: #777;
      margin-top: 2rem;
      line-height: 1.6;
      font-family: 'Lato', sans-serif;
    }
  
/* === Team grid === */

    .team-grid {
      padding: 2rem 0;
    }
    .team-member {
      margin-bottom: 2.5rem;
    }
    .team-card {
      background: #fff;
      overflow: hidden;
      box-shadow: 0 2px 10px rgba(0,0,0,0.08);
      transition: box-shadow 0.3s ease, transform 0.3s ease;
      cursor: pointer;
    }
    .team-card:hover {
      box-shadow: 0 8px 24px rgba(0,0,0,0.13);
      transform: translateY(-3px);
    }
    .team-photo {
      width: 100%;
      aspect-ratio: 4 / 5;
      overflow: hidden;
      background: #e8e4dc;
    }
    .team-photo img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: top center;
      display: block;
      transition: transform 0.4s ease;
    }
    .team-card:hover .team-photo img {
      transform: scale(1.03);
    }
    .team-info {
      padding: 1.25rem 1.5rem 1.5rem;
      text-align: center;
      border-top: 3px solid var(--color-primary);
    }
    .team-info h3 {
      font-family: 'Playfair Display', serif;
      font-size: 1.2rem;
      font-weight: 700;
      color: var(--color-primary);
      margin: 0 0 0.2rem;
    }
    .team-info .team-credentials {
      font-size: 0.8rem;
      font-weight: 700;
      color: var(--color-secondary);
      letter-spacing: 0.4px;
      margin: 0 0 0.2rem;
    }
    .team-info .team-title {
      font-family: 'Lato', sans-serif;
      font-size: 0.85rem;
      color: #777;
      margin: 0 0 1rem;
      font-style: italic;
    }
    .team-bio-btn {
      display: inline-block;
      padding: 0.45rem 1.25rem;
      background: transparent;
      border: 1px solid var(--color-primary);
      color: var(--color-primary);
      font-family: 'Lato', sans-serif;
      font-size: 0.78rem;
      font-weight: 700;
      letter-spacing: 0.8px;
      text-transform: uppercase;
      cursor: pointer;
      transition: all 150ms ease-out;
      margin-right: 0.5rem;
    }
    .team-bio-btn:hover {
      background: var(--color-primary);
      color: #fff;
    }
    .team-adv-link {
      display: inline-block;
      padding: 0.45rem 1rem;
      background: transparent;
      border: 1px solid #ccc;
      color: #888;
      font-family: 'Lato', sans-serif;
      font-size: 0.78rem;
      font-weight: 700;
      letter-spacing: 0.8px;
      text-transform: uppercase;
      text-decoration: none;
      transition: all 150ms ease-out;
    }
    .team-adv-link:hover {
      border-color: var(--color-secondary);
      color: var(--color-secondary);
    }

    /* Bio Modals */
    .bio-modal {
      display: none;
      position: fixed;
      inset: 0;
      z-index: 10001;
      align-items: center;
      justify-content: center;
      padding: 1.5rem;
    }
    .bio-modal.active {
      display: flex;
    }
    .bio-modal-overlay {
      position: absolute;
      inset: 0;
      background: rgba(13, 37, 69, 0.78);
    }
    .bio-modal-content {
      position: relative;
      background: #fff;
      max-width: 1200px;
      width: 100%;
      max-height: 90vh;
      overflow-y: auto;
      z-index: 1;
      display: flex;
      align-items: flex-start;
    }
    .bio-modal-photo {
      flex: 0 0 320px;
      padding: 2.5rem 1.75rem 2rem;
      background: #f5f3ee;
    }
    .bio-modal-photo img {
      width: 100%;
      height: auto;
      display: block;
    }
    .bio-modal-body {
      flex: 1;
      padding: 2.5rem 2.5rem 2rem;
    }
    .bio-modal-close {
      position: absolute;
      top: 1rem;
      right: 1.25rem;
      font-size: 1.6rem;
      line-height: 1;
      color: #aaa;
      background: none;
      border: none;
      cursor: pointer;
      padding: 0;
      z-index: 2;
    }
    .bio-modal-close:hover { color: #333; }
    .bio-modal-name {
      font-family: 'Playfair Display', serif;
      font-size: 1.75rem;
      color: var(--color-primary);
      margin: 0 0 0.2rem;
      padding-right: 2rem;
    }
    .bio-modal-creds {
      font-size: 0.82rem;
      font-weight: 700;
      color: var(--color-secondary);
      letter-spacing: 0.5px;
      margin: 0 0 0.15rem;
    }
    .bio-modal-role {
      font-size: 0.9rem;
      color: #888;
      font-style: italic;
      margin: 0 0 1.5rem;
    }
    .bio-modal-text p {
      font-size: 0.92rem;
      line-height: 1.75;
      color: #444;
      margin: 0 0 0.9rem;
    }
    .bio-modal-adv {
      display: inline-flex;
      align-items: center;
      gap: 0.4rem;
      margin-top: 1rem;
      font-size: 0.78rem;
      font-weight: 700;
      letter-spacing: 0.6px;
      text-transform: uppercase;
      color: var(--color-primary);
      text-decoration: none;
      border: 1px solid var(--color-primary);
      padding: 0.5rem 1.1rem;
      transition: all 150ms ease-out;
    }
    .bio-modal-adv:hover {
      background: var(--color-primary);
      color: #fff;
    }
    @media (max-width: 640px) {
      .bio-modal-content { flex-direction: column; }
      .bio-modal-photo { flex: none; width: 100%; }
      .bio-modal-body { padding: 1.5rem; }
    }
  
/* === Single blog post hero overrides === */

    .blog-single .titan-hero.titan-hero-style-2 .titan-hero-style-2-grid .cell.hero-left-side h1 {
      font-size: 1.75rem;
      letter-spacing: 1px;
      line-height: 1.15;
    }
    @media screen and (min-width: 64em) {
      .blog-single .titan-hero.titan-hero-style-2 .titan-hero-style-2-grid .cell.hero-left-side h1 {
        font-size: 2.25rem;
      }
    }
    @media screen and (min-width: 75em) {
      .blog-single .titan-hero.titan-hero-style-2 .titan-hero-style-2-grid .cell.hero-left-side h1 {
        font-size: 2.75rem;
      }
    }
  

/* === Client Portals page === */
.portals-intro,
    .portals-outro {
      max-width: 820px;
      margin: 2rem auto;
      text-align: center;
      font-size: 1.05rem;
      line-height: 1.7;
      color: var(--color-text);
    }
.portals-list {
      max-width: 960px;
      margin: 3rem auto;
      display: flex;
      flex-direction: column;
      gap: 2.5rem;
    }
.portal-card {
      display: grid;
      grid-template-columns: 260px 1fr;
      gap: 2rem;
      align-items: center;
      padding: 1.5rem 2rem;
      background: #fff;
      border: 1px solid #e8e8e8;
      transition: box-shadow 0.3s ease, transform 0.3s ease;
    }
.portal-card:hover {
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
      transform: translateY(-2px);
    }
.portal-logo {
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 110px;
    }
.portal-logo img {
      max-width: 100%;
      max-height: 130px;
      height: auto;
      display: block;
    }
.portal-body {
      display: flex;
      flex-direction: column;
      gap: 1rem;
    }
.portal-body p {
      margin: 0;
      font-size: 1rem;
      line-height: 1.6;
      color: var(--color-text);
    }
.portal-launch {
      align-self: flex-start;
      display: inline-flex;
      align-items: center;
      gap: 0.5rem;
      padding: 0.7rem 1.4rem;
      background: var(--color-primary);
      color: #fff !important;
      text-decoration: none !important;
      font-family: 'Lato', sans-serif;
      font-weight: 700;
      letter-spacing: 0.5px;
      font-size: 0.9rem;
      transition: background 0.2s ease;
    }
.portal-launch:hover {
      background: var(--color-secondary);
    }
@media (max-width: 720px) {
      .portal-card {
        grid-template-columns: 1fr;
        text-align: center;
        padding: 1.5rem;
      }
      .portal-logo {
        margin-bottom: 0.5rem;
      }
      .portal-launch {
        align-self: center;
      }
    }
/* === ISO blog posts: PDF pages + download === */
.pdf-pages {
      display: flex;
      flex-direction: column;
      gap: 1.5rem;
      margin: 2rem 0;
    }
.pdf-pages img {
      width: 100%;
      height: auto;
      display: block;
      box-shadow: 0 4px 18px rgba(0,0,0,0.10);
      border: 1px solid #e8e8e8;
    }
.pdf-download {
      display: inline-flex;
      align-items: center;
      gap: 0.5rem;
      padding: 0.7rem 1.2rem;
      background: var(--color-primary);
      color: #fff !important;
      text-decoration: none !important;
      font-family: 'Lato', sans-serif;
      font-weight: 700;
      letter-spacing: 0.5px;
      margin: 1rem 0 2rem;
      transition: background 0.2s ease;
    }
.pdf-download:hover {
      background: var(--color-secondary);
    }
/* === OBBBA blog post: comparison table === */
/* Blog Comparison Table */
    .blog-comparison-table {
      width: 100%;
      border-collapse: collapse;
      margin: 2rem 0;
      font-family: 'Lato', sans-serif;
      font-size: 0.95rem;
    }
.blog-comparison-table thead th {
      background-color: var(--color-primary);
      color: #fff;
      font-weight: 700;
      text-align: left;
      padding: 0.75rem 1rem;
      border: 1px solid #0a1c36;
    }
.blog-comparison-table thead th:first-child {
      min-width: 180px;
    }
.blog-comparison-table tbody td {
      padding: 0.75rem 1rem;
      border: 1px solid #dde2e8;
      text-align: left;
    }
.blog-comparison-table tbody tr:nth-child(even) {
      background-color: #f5f7fa;
    }
.blog-comparison-table tbody tr:nth-child(odd) {
      background-color: #fff;
    }
.blog-comparison-table tbody td.row-label {
      font-weight: 700;
      color: var(--color-primary);
      background-color: #edf1f7;
    }
.blog-comparison-table tbody tr:nth-child(even) td.row-label {
      background-color: #e4e9f0;
    }
@media screen and (max-width: 640px) {
      .blog-comparison-table {
        font-size: 0.8rem;
      }
      .blog-comparison-table thead th,
      .blog-comparison-table tbody td {
        padding: 0.5rem 0.5rem;
      }
      .blog-comparison-table thead th:first-child {
        min-width: 120px;
      }
    }
/* Client Portals Modal */
    .client-portal-modal {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 10000;
    }

/* ==========================================================================
 * Mobile responsive fixes (added 2026-04-28 after QA pass)
 * ========================================================================== */

/* Below 1024px (Foundation's `large` breakpoint), the static design left the
 * header logo at its native ~400px width. Override: shrink it to a usable
 * size so the header doesn't eat half the viewport on phones/tablets. */
@media screen and (max-width: 63.99em) {
	.site-header .header-container,
	.site-header.sticky-header .header-container {
		padding: 12px 16px;
		min-height: 0;
		align-items: center;
	}
	.site-header .header-container .site-logo,
	.site-header.sticky-header .header-container .site-logo {
		flex: 0 0 auto;
		width: auto;
		padding: 0;
		margin: 0;
	}
	.site-header .header-container .site-logo a {
		display: block;
	}
	.site-header .header-container .site-logo img,
	.site-header.sticky-header .header-container .site-logo img {
		width: auto;
		max-width: 110px;
		max-height: 80px;
		height: auto;
	}
	.site-header .header-container .header-right {
		flex: 1 1 auto;
		display: flex;
		justify-content: flex-end;
		align-items: center;
		width: auto;
	}
}

/* The off-canvas mobile menu shares z-index 9999 with .site-header. Header
 * comes later in the DOM so it wins, hiding the menu items. Bump the menu
 * above the header when open. */
.mobile-navigation {
	z-index: 10001 !important;
}

/* Lock body scroll while the off-canvas menu is open so the page underneath
 * doesn't scroll behind it. */
body:has(.visuallyHidden:checked) {
	overflow: hidden;
}

/* The "CLIENT PORTALS" link is `position: absolute; transform: translate(-100%)`
 * sitting to the left of the hamburger. At small viewports it overlaps the
 * (now-shrunken) logo. Hide it under 480px — Client Portals is reachable via
 * the menu and via the footer. */
@media screen and (max-width: 29.99em) {
	.mobile-menu-icon .client-login {
		display: none;
	}
}

/* Stop the header from wrapping onto two rows on narrow viewports. */
@media screen and (max-width: 63.99em) {
	.site-header .header-container {
		flex-flow: row nowrap;
	}
}
