@charset "UTF-8";
/*
 Theme Name:   Shine United
 Theme URI:    http://shi-shineunited-2021.test/
 Description:  Shine United - Twenty Twenty One Child
 Author:       Shine United
 Author URI:   http://www.shineunited.com
 Template:     twentytwentyone
 Version:      202403121100
 License:
 License URI:
 Tags:
 Text Domain:  shineunited
*/
html {
  font-size: 16px;
}
@media (max-width: 767px) {
  html {
    font-size: 12.8px;
  }
}
@media (min-width: 2000px) {
  html {
    font-size: 20px;
  }
}

body {
  font-family: "Archivo", Arial, sans-serif;
  color: #242424;
  line-height: 1;
}

h1, h2, h3, h4, h5, h6, p, a, span, table, td, tr, th, button, input, select, textarea, li {
  font-family: "Archivo", Arial, sans-serif !important;
  color: #242424;
  line-height: 1.5;
  font-weight: 400;
}

h1:not(.site-title):before,
h2:before,
.site-header.featured-image .site-branding-container:after,
.site-header.featured-image .site-featured-image:after,
.site-header.featured-image .site-featured-image:before,
.site-header.featured-image:after,
.entry .entry-title:before, .image-filters-enabled .entry .post-thumbnail:after,
.image-filters-enabled .entry .post-thumbnail:before,
.author-bio .author-title:before,
.comments-area .comments-title-wrap .comments-title:before,
.post-navigation .nav-links a .meta-nav:after,
.post-navigation .nav-links a .meta-nav:before {
  content: unset;
  display: none;
  color: unset;
  width: unset;
  height: unset;
}

a {
  color: #242424;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  color: #D2232A;
}
a:hover, a:focus, a:active, a:visited {
  text-decoration: none;
}

p a {
  text-decoration-line: underline !important;
  text-decoration-style: solid !important;
  text-decoration-thickness: 1px !important;
  text-decoration-skip-ink: auto !important;
  text-underline-offset: 2px !important;
}
hr {
  width: 100%;
  border-top: 1px solid #242424;
  margin: 25px auto;
  height: unset;
  background-color: transparent;
}
hr.light {
  margin: 15px auto;
  border-top: 1px solid rgba(148, 148, 153, 0.3);
}

:root {
  --global--color-primary: $main;
  --global--color-background: $white;
}

.mbxs {
  margin-bottom: 10px !important;
}

.mtxs {
  margin-top: 10px !important;
}

.mbs {
  margin-bottom: 15px !important;
}

.mts {
  margin-top: 15px !important;
}

.mb {
  margin-bottom: 20px !important;
}

.mt {
  margin-top: 20px !important;
}

.mbl {
  margin-bottom: 30px !important;
}

.mtl {
  margin-top: 30px !important;
}

.mbxl {
  margin-bottom: 50px !important;
}

.mtxl {
  margin-top: 50px !important;
}

.mbn {
  margin-bottom: 0 !important;
}

.pbxs {
  padding-bottom: 10px !important;
}

.ptxs {
  padding-top: 10px !important;
}

.pbs {
  padding-bottom: 15px !important;
}

.pts {
  padding-top: 15px !important;
}

.pb {
  padding-bottom: 20px !important;
}

.pt {
  padding-top: 20px !important;
}

.pbl {
  padding-bottom: 30px !important;
}

.ptl {
  padding-top: 30px !important;
}

.pbxl {
  padding-bottom: 50px !important;
}

.ptxl {
  padding-top: 50px !important;
}

.pbn {
  padding-bottom: 0 !important;
}

.ptn {
  padding-top: 0 !important;
}

.nowrap {
  white-space: nowrap;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.show-flex {
  display: flex !important;
}

.clear:before, .clear:after {
  content: " ";
  display: table;
}
.clear:after {
  clear: both;
}

@media (max-width: 575px) {
  .hidden-mobile {
    display: none;
  }
}

@media (min-width: 576px) {
  .hidden-desktop {
    display: none;
  }
}

html {
  background-color: #ffffff;
  overflow-x: hidden;
  min-height: 100vh;
  scroll-padding-top: 61px;
}
@media (min-width: 992px) {
  html {
    scroll-padding-top: 76px;
  }
}
html body {
  background-color: #ffffff;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
}
html body.js-loaded {
  opacity: 1;
  visibility: visible;
}
html body:before, html body:after {
  content: "";
  pointer-events: none;
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: 9999999;
}
html body:before {
  left: 24px;
  border-right: 1px solid rgba(148, 148, 153, 0.3);
}
html body:after {
  right: 24px;
  border-left: 1px solid rgba(148, 148, 153, 0.3);
}
@media (min-width: 992px) {
  html body:before {
    left: 74px;
  }
  html body:after {
    right: 74px;
  }
}
.shi-descendent-ajax-loading, .shi-descendent-ajax-loading * {
  cursor: wait !important;
}

.shi-ajax-loading, .shi-ajax-loading * {
  pointer-events: none !important;
}

.container-fluid.site-container {
  padding-top: 60px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  z-index: 2;
  background-color: #ffffff;
  min-height: 50vh;
}
@media (min-width: 992px) {
  .container-fluid.site-container {
    padding-top: 75px;
  }
}
.container-fluid.header {
  z-index: 9999;
}
.container-fluid.footer {
  position: relative;
  z-index: 1;
}
.container-fluid.header, .container-fluid.footer {
  padding-left: 0;
  padding-right: 0;
}

.container {
  display: block;
  width: 100% !important;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  max-width: 1500px !important;
}
@media (min-width: 768px) {
  .container {
    padding-left: 75px;
  }
}
@media (min-width: 992px) {
  .container {
    padding-left: 175px;
  }
}
@media (min-width: 768px) {
  .container {
    padding-right: 75px;
  }
}
@media (min-width: 992px) {
  .container {
    padding-right: 175px;
  }
}
@media (min-width: 1200px) {
  .container > .row .border-spacing.xl-no-bs, .container > .row .bs.xl-no-bs {
    padding-right: 0 !important;
  }
}
@media (min-width: 992px) {
  .container > .row .border-spacing.lg-no-bs, .container > .row .bs.lg-no-bs {
    padding-right: 0 !important;
  }
}
@media (min-width: 768px) {
  .container > .row .border-spacing.md-no-bs, .container > .row .bs.md-no-bs {
    padding-right: 0 !important;
  }
}
@media (min-width: 576px) {
  .container > .row .border-spacing.sm-no-bs, .container > .row .bs.sm-no-bs {
    padding-right: 0 !important;
  }
}

.border-container {
  display: block;
  width: 100% !important;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  max-width: 100% !important;
}
@media (min-width: 992px) {
  .border-container {
    padding-left: 75px;
  }
}
@media (min-width: 992px) {
  .border-container {
    padding-right: 75px;
  }
}
.border-container > .row .border-spacing, .border-container > .row .bs {
  padding-right: 25px;
}
@media (min-width: 768px) {
  .border-container > .row .border-spacing, .border-container > .row .bs {
    padding-right: 50px;
  }
}
@media (min-width: 992px) {
  .border-container > .row .border-spacing, .border-container > .row .bs {
    padding-right: 100px;
  }
}
@media (min-width: 1200px) {
  .border-container > .row .border-spacing.xl-no-bs, .border-container > .row .bs.xl-no-bs {
    padding-right: 0 !important;
  }
}
@media (min-width: 992px) {
  .border-container > .row .border-spacing.lg-no-bs, .border-container > .row .bs.lg-no-bs {
    padding-right: 0 !important;
  }
}
@media (min-width: 768px) {
  .border-container > .row .border-spacing.md-no-bs, .border-container > .row .bs.md-no-bs {
    padding-right: 0 !important;
  }
}
@media (min-width: 576px) {
  .border-container > .row .border-spacing.sm-no-bs, .border-container > .row .bs.sm-no-bs {
    padding-right: 0 !important;
  }
}

.fb-container {
  display: block;
  width: 100% !important;
  margin-left: auto;
  margin-right: auto;
  max-width: 100% !important;
  padding-left: 0;
  padding-right: 0;
}

.lb-container {
  display: block;
  width: 100% !important;
  margin-left: auto;
  margin-right: auto;
  padding-right: 25px;
  padding-left: 0;
  max-width: 100% !important;
}
@media (min-width: 992px) {
  .lb-container {
    padding-right: 75px;
  }
}
.lb-container > .row .border-spacing, .lb-container > .row .bs {
  padding-right: 25px;
}
@media (min-width: 768px) {
  .lb-container > .row .border-spacing, .lb-container > .row .bs {
    padding-right: 50px;
  }
}
@media (min-width: 992px) {
  .lb-container > .row .border-spacing, .lb-container > .row .bs {
    padding-right: 100px;
  }
}
@media (min-width: 1200px) {
  .lb-container > .row .border-spacing.xl-no-bs, .lb-container > .row .bs.xl-no-bs {
    padding-right: 0 !important;
  }
}
@media (min-width: 992px) {
  .lb-container > .row .border-spacing.lg-no-bs, .lb-container > .row .bs.lg-no-bs {
    padding-right: 0 !important;
  }
}
@media (min-width: 768px) {
  .lb-container > .row .border-spacing.md-no-bs, .lb-container > .row .bs.md-no-bs {
    padding-right: 0 !important;
  }
}
@media (min-width: 576px) {
  .lb-container > .row .border-spacing.sm-no-bs, .lb-container > .row .bs.sm-no-bs {
    padding-right: 0 !important;
  }
}

.rb-container {
  display: block;
  width: 100% !important;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 0;
  max-width: 100% !important;
}
@media (min-width: 992px) {
  .rb-container {
    padding-left: 75px;
  }
}
@media (min-width: 1200px) {
  .rb-container > .row .border-spacing.xl-no-bs, .rb-container > .row .bs.xl-no-bs {
    padding-right: 0 !important;
  }
}
@media (min-width: 992px) {
  .rb-container > .row .border-spacing.lg-no-bs, .rb-container > .row .bs.lg-no-bs {
    padding-right: 0 !important;
  }
}
@media (min-width: 768px) {
  .rb-container > .row .border-spacing.md-no-bs, .rb-container > .row .bs.md-no-bs {
    padding-right: 0 !important;
  }
}
@media (min-width: 576px) {
  .rb-container > .row .border-spacing.sm-no-bs, .rb-container > .row .bs.sm-no-bs {
    padding-right: 0 !important;
  }
}

.ob-container {
  display: block;
  width: 100% !important;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 0;
  max-width: 100% !important;
}
@media (min-width: 992px) {
  .ob-container {
    padding-left: 75px;
  }
}
@media (min-width: 1200px) {
  .ob-container > .row .border-spacing.xl-no-bs, .ob-container > .row .bs.xl-no-bs {
    padding-right: 0 !important;
  }
}
@media (min-width: 992px) {
  .ob-container > .row .border-spacing.lg-no-bs, .ob-container > .row .bs.lg-no-bs {
    padding-right: 0 !important;
  }
}
@media (min-width: 768px) {
  .ob-container > .row .border-spacing.md-no-bs, .ob-container > .row .bs.md-no-bs {
    padding-right: 0 !important;
  }
}
@media (min-width: 576px) {
  .ob-container > .row .border-spacing.sm-no-bs, .ob-container > .row .bs.sm-no-bs {
    padding-right: 0 !important;
  }
}

.centered-container {
  display: block;
  width: 100% !important;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  max-width: 1200px !important;
}
@media (min-width: 992px) {
  .centered-container {
    padding-left: 75px;
  }
}
@media (min-width: 992px) {
  .centered-container {
    padding-right: 75px;
  }
}
.centered-container > .row .border-spacing, .centered-container > .row .bs {
  padding-right: 25px;
}
@media (min-width: 768px) {
  .centered-container > .row .border-spacing, .centered-container > .row .bs {
    padding-right: 50px;
  }
}
@media (min-width: 992px) {
  .centered-container > .row .border-spacing, .centered-container > .row .bs {
    padding-right: 100px;
  }
}
@media (min-width: 1200px) {
  .centered-container > .row .border-spacing.xl-no-bs, .centered-container > .row .bs.xl-no-bs {
    padding-right: 0 !important;
  }
}
@media (min-width: 992px) {
  .centered-container > .row .border-spacing.lg-no-bs, .centered-container > .row .bs.lg-no-bs {
    padding-right: 0 !important;
  }
}
@media (min-width: 768px) {
  .centered-container > .row .border-spacing.md-no-bs, .centered-container > .row .bs.md-no-bs {
    padding-right: 0 !important;
  }
}
@media (min-width: 576px) {
  .centered-container > .row .border-spacing.sm-no-bs, .centered-container > .row .bs.sm-no-bs {
    padding-right: 0 !important;
  }
}

.row.g-lg {
  margin-left: -25px;
  margin-right: -25px;
}
.row.g-lg > [class^=col-], .row.g-lg [class*=" col-"] {
  padding-left: 25px;
  padding-right: 25px;
}
@media (min-width: 1300px) {
  .row.g-lg {
    margin-left: -37.5px;
    margin-right: -37.5px;
  }
  .row.g-lg > [class^=col-], .row.g-lg [class*=" col-"] {
    padding-left: 37.5px;
    padding-right: 37.5px;
  }
}

.border-container .offset-col > *:last-child, .fb-container .offset-col > *:last-child, .ob-container .offset-col > *:last-child {
  padding-bottom: 25px;
}
@media (min-width: 992px) {
  .border-container .offset-col > *:last-child, .fb-container .offset-col > *:last-child, .ob-container .offset-col > *:last-child {
    padding-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .border-container .offset-col, .fb-container .offset-col, .ob-container .offset-col {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .border-container.offset .offset-col, .fb-container.offset .offset-col, .ob-container.offset .offset-col {
    flex: 0 0 auto;
    width: 25%;
    padding-right: 50px !important;
  }
  .border-container.offset .offset-col > *:last-child:not(.offset-heading-wrapper), .fb-container.offset .offset-col > *:last-child:not(.offset-heading-wrapper), .ob-container.offset .offset-col > *:last-child:not(.offset-heading-wrapper) {
    padding-bottom: 0 !important;
  }
  .border-container.offset .content-col, .fb-container.offset .content-col, .ob-container.offset .content-col {
    flex: 1 0 0%;
  }
}
@media (min-width: 1300px) {
  .border-container.offset .offset-col, .fb-container.offset .offset-col, .ob-container.offset .offset-col {
    padding-right: 75px !important;
  }
}

*:focus, *:active {
  outline: none !important;
  box-shadow: none;
}

a:active, a:visited {
  color: inherit;
}

img.fallback, .product-img.fallback {
  display: none !important;
}

body.is-IE video.transparent {
  display: none !important;
}
body.is-IE img.fallback, body.is-IE .product-img.fallback {
  display: block !important;
}

img {
  display: block;
}

.usa-ajax-loading {
  cursor: wait;
}
.usa-ajax-loading * {
  pointer-events: none;
}

.skip-link {
  position: absolute;
  transform: translateY(-100%);
  display: block;
  width: 100%;
  height: 20px;
  z-index: 9999;
  background: #ffffff;
  color: #ffffff;
  opacity: 0 !important;
  font-size: 1px;
  text-align: center;
}

.sr-only {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.error404 .heading-404 {
  padding-top: 50px;
}
@media (min-width: 992px) {
  .error404 .heading-404 {
    padding-top: 75px;
  }
}
@media (min-width: 1200px) {
  .error404 .heading-404 {
    padding-top: 100px;
  }
}
.error404 .heading-404 h1 {
  margin-bottom: 15px;
}
.error404 .heading-404 p {
  display: block;
  margin: 0 auto;
}
.error404 .body-content {
  padding-top: 25px;
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  .error404 .body-content {
    padding-top: 50px;
  }
}
@media (min-width: 992px) {
  .error404 .body-content {
    padding-bottom: 75px;
  }
}
@media (min-width: 1200px) {
  .error404 .body-content {
    padding-bottom: 100px;
  }
}

p, a, .p {
  font-family: "Archivo", Arial, sans-serif;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 30px;
  line-height: 1.875rem;
  letter-spacing: 0;
  font-stretch: 87.5%;
  font-weight: 300;
}
p.lg, p.lg a, a.lg, a.lg a, .p.lg, .p.lg a {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 40px;
  line-height: 2.5rem;
}
p.landing, p.md, p.md a, a.landing, a.md, a.md a, .p.landing, .p.md, .p.md a {
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 35px;
  line-height: 2.1875rem;
}
p.quote, a.quote, .p.quote {
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 35px;
  line-height: 2.1875rem;
  font-weight: 500;
}
p.xl, p.xl a, a.xl, a.xl a, .p.xl, .p.xl a {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 50px;
  line-height: 3.125rem;
}
@media (max-width: 991px) {
  p.xl, p.xl a, a.xl, a.xl a, .p.xl, .p.xl a {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 40px;
    line-height: 2.5rem;
  }
}
p.sm, p.sm a, a.sm, a.sm a, .p.sm, .p.sm a {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}
p.xs, p.xs a, a.xs, a.xs a, .p.xs, .p.xs a {
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
}
p.cta, a.cta, .p.cta {
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0;
  font-stretch: 62.5%;
  font-weight: 600;
  text-transform: uppercase;
}

p:not(.text-center), p.w-auto, ul li:not(.text-center), ul li.w-auto, ol li:not(.text-center), ol li.w-auto, h1:not(.text-center), h1.w-auto, h2:not(.text-center), h2.w-auto, h3:not(.text-center), h3.w-auto, h4:not(.text-center), h4.w-auto, h5:not(.text-center), h5.w-auto, h6:not(.text-center), h6.w-auto {
  max-width: 1056px;
}
@media (min-width: 2000px) {
  p:not(.text-center), p.w-auto, ul li:not(.text-center), ul li.w-auto, ol li:not(.text-center), ol li.w-auto, h1:not(.text-center), h1.w-auto, h2:not(.text-center), h2.w-auto, h3:not(.text-center), h3.w-auto, h4:not(.text-center), h4.w-auto, h5:not(.text-center), h5.w-auto, h6:not(.text-center), h6.w-auto {
    max-width: 1350px;
  }
}
p.w-full, ul li.w-full, ol li.w-full, h1.w-full, h2.w-full, h3.w-full, h4.w-full, h5.w-full, h6.w-full {
  max-width: 100% !important;
}
p.custom, ul li.custom, ol li.custom, h1.custom, h2.custom, h3.custom, h4.custom, h5.custom, h6.custom {
  width: 100%;
}
p.white, ul li.white, ol li.white, h1.white, h2.white, h3.white, h4.white, h5.white, h6.white {
  color: #ffffff;
}
@media (min-width: 1200px) {
  p.w-half, ul li.w-half, ol li.w-half, h1.w-half, h2.w-half, h3.w-half, h4.w-half, h5.w-half, h6.w-half {
    max-width: 50% !important;
  }
  p.w-third, ul li.w-third, ol li.w-third, h1.w-third, h2.w-third, h3.w-third, h4.w-third, h5.w-third, h6.w-third {
    max-width: 33.33% !important;
  }
}

span.stat {
  font-size: 125px;
  font-size: 7.8125rem;
  line-height: 145px;
  line-height: 9.0625rem;
  letter-spacing: 0;
  font-stretch: 62.5%;
  font-weight: 600;
  text-transform: uppercase;
}

h1, .h1 {
  font-size: 60px;
  font-size: 3.75rem;
  line-height: 70px;
  line-height: 4.375rem;
  letter-spacing: 0;
  font-stretch: 87.5%;
  font-weight: 300;
}
h1.caps, .h1.caps {
  font-size: 90px;
  font-size: 5.625rem;
  line-height: 75px;
  line-height: 4.6875rem;
  letter-spacing: 0;
  font-weight: 600;
  font-stretch: 62.5%;
  text-transform: uppercase;
}
h1.lg, .h1.lg {
  font-size: 120px;
  font-size: 7.5rem;
  line-height: 120px;
  line-height: 7.5rem;
}
h1.sm, .h1.sm {
  font-size: 35px;
  font-size: 2.1875rem;
  line-height: 40px;
  line-height: 2.5rem;
}
h1.xs, .h1.xs {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 30px;
  line-height: 1.875rem;
}
h1 b, .h1 b {
  font-weight: 300;
  color: #949494;
}

h2, .h2, span.eyebrow {
  font-size: 35px;
  font-size: 2.1875rem;
  line-height: 40px;
  line-height: 2.5rem;
  letter-spacing: 0;
  font-stretch: 62.5%;
  font-weight: 600;
  text-transform: uppercase;
}
h2.lg, .h2.lg, span.eyebrow.lg {
  font-size: 60px;
  font-size: 3.75rem;
  line-height: 70px;
  line-height: 4.375rem;
  letter-spacing: 0;
  font-stretch: 87.5%;
  font-weight: 300;
  text-transform: none;
}
h2.sm, .h2.sm, span.eyebrow.sm {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 30px;
  line-height: 1.875rem;
}
h2.xs, .h2.xs, span.eyebrow.xs {
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0;
}
h2.img img, .h2.img img, span.eyebrow.img img {
  max-width: 100%;
  display: block;
}

h3, .h3, span.accent, span.label, .utility-nav-wrapper a, h4, .h4, h4 span, .h4 span {
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0;
}
h3:not(.p), .h3:not(.p), span.accent:not(.p), span.label:not(.p), .utility-nav-wrapper a:not(.p), h4:not(.p), .h4:not(.p), h4 span:not(.p), .h4 span:not(.p) {
  font-stretch: 62.5%;
  font-weight: 600;
  text-transform: uppercase;
}
h3.std-text, .h3.std-text, span.accent.std-text, span.label.std-text, .utility-nav-wrapper a.std-text, h4.std-text, .h4.std-text, h4 span.std-text, .h4 span.std-text {
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 30px;
  line-height: 1.875rem;
  letter-spacing: 0;
  font-stretch: 87.5%;
  font-weight: 300;
  text-transform: none;
}
h3.lg, .h3.lg, span.accent.lg, span.label.lg, .utility-nav-wrapper a.lg, h4.lg, .h4.lg, h4 span.lg, .h4 span.lg {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 30px;
  line-height: 1.875rem;
}
h3.xl, .h3.xl, span.accent.xl, span.label.xl, .utility-nav-wrapper a.xl, h4.xl, .h4.xl, h4 span.xl, .h4 span.xl {
  font-size: 60px;
  font-size: 3.75rem;
  line-height: 52px;
  line-height: 3.25rem;
  font-weight: 600;
}
h3.caps, .h3.caps, span.accent.caps, span.label.caps, .utility-nav-wrapper a.caps, h4.caps, .h4.caps, h4 span.caps, .h4 span.caps {
  font-size: 35px;
  font-size: 2.1875rem;
  line-height: 35px;
  line-height: 2.1875rem;
  letter-spacing: 0;
  font-stretch: 62.5%;
  font-weight: 600;
  text-transform: uppercase;
}
h3.caption span, .h3.caption span, span.accent.caption span, span.label.caption span, .utility-nav-wrapper a.caption span, h4.caption span, .h4.caption span, h4 span.caption span, .h4 span.caption span {
  display: block;
}
h3.caption span.line1, .h3.caption span.line1, span.accent.caption span.line1, span.label.caption span.line1, .utility-nav-wrapper a.caption span.line1, h4.caption span.line1, .h4.caption span.line1, h4 span.caption span.line1, .h4 span.caption span.line1 {
  color: #242424;
}
h3.caption span.line2, .h3.caption span.line2, span.accent.caption span.line2, span.label.caption span.line2, .utility-nav-wrapper a.caption span.line2, h4.caption span.line2, .h4.caption span.line2, h4 span.caption span.line2, .h4 span.caption span.line2 {
  color: #6E6E72;
}

h5, .h5 {
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0;
  font-stretch: 87.5%;
  font-weight: 400;
}

sup {
  font-size: 0.6em;
  padding-left: 1px;
}

span.byline {
  font-size: 15px;
  line-height: 18px;
  text-transform: none;
  font-weight: 400;
  font-stretch: 87.5%;
  letter-spacing: 0;
  padding-left: 18px;
  display: block;
}
span.byline.name {
  position: relative;
}
span.byline.name:before {
  content: "—";
  width: 18px;
  font-size: 15px;
  text-align: left;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 18px;
}
span.byline.title {
  color: #6E6E72;
}

.btn-wrapper {
  display: inline-block;
}

button {
  -webkit-appearance: none;
  appearance: none;
  display: block;
  outline: none;
}

button.btn, a.btn, span.btn {
  display: inline-block;
  padding: 12px;
  min-width: 120px;
  text-align: center;
  font-family: "Archivo", Arial, sans-serif !important;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  background-color: #ffffff;
  color: #242424;
}
button.btn span.text, a.btn span.text, span.btn span.text {
  display: block;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0;
  font-stretch: 62.5%;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Archivo", Arial, sans-serif;
}
button.btn.has-icon, a.btn.has-icon, span.btn.has-icon {
  padding-left: 45px;
  position: relative;
}
button.btn.has-icon [class^=icon-], button.btn.has-icon [class*=" icon-"], a.btn.has-icon [class^=icon-], a.btn.has-icon [class*=" icon-"], span.btn.has-icon [class^=icon-], span.btn.has-icon [class*=" icon-"] {
  position: absolute;
  left: 15px;
  top: 51%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 20px;
  line-height: 20px;
  display: inline-block;
  width: 30px;
  text-align: left;
}
button.btn.btn-sm, a.btn.btn-sm, span.btn.btn-sm {
  padding: 8px;
}
button.btn.btn-outline, a.btn.btn-outline, span.btn.btn-outline {
  border: 1px solid #242424;
  border-radius: 25px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 14px;
  padding-bottom: 14px;
  background-color: #ffffff;
  color: #242424;
}
button.btn.btn-outline.has-icon, a.btn.btn-outline.has-icon, span.btn.btn-outline.has-icon {
  padding-left: 50px;
  min-width: unset;
}
button.btn.btn-outline.has-icon span.icon-ico-play, a.btn.btn-outline.has-icon span.icon-ico-play, span.btn.btn-outline.has-icon span.icon-ico-play {
  font-size: 12px;
  width: 25px;
  left: 25px;
}
button.btn.btn-outline span.text, a.btn.btn-outline span.text, span.btn.btn-outline span.text {
  color: #242424;
}
button.btn.btn-outline span.icon, a.btn.btn-outline span.icon, span.btn.btn-outline span.icon {
  color: #242424;
}
button.btn.btn-outline.white, a.btn.btn-outline.white, span.btn.btn-outline.white {
  background-color: transparent;
  color: #ffffff;
  border-color: #ffffff;
}
button.btn.btn-outline.white span.text, button.btn.btn-outline.white span.icon, a.btn.btn-outline.white span.text, a.btn.btn-outline.white span.icon, span.btn.btn-outline.white span.text, span.btn.btn-outline.white span.icon {
  color: #ffffff;
}
button.btn.btn-outline:hover, button.btn.btn-outline:focus-visible, button.btn.btn-outline.selected, a.btn.btn-outline:hover, a.btn.btn-outline:focus-visible, a.btn.btn-outline.selected, span.btn.btn-outline:hover, span.btn.btn-outline:focus-visible, span.btn.btn-outline.selected {
  background-color: #D2232A !important;
  border-color: #D2232A !important;
}
button.btn.btn-outline:hover span.text, button.btn.btn-outline:hover span.icon, button.btn.btn-outline:focus-visible span.text, button.btn.btn-outline:focus-visible span.icon, button.btn.btn-outline.selected span.text, button.btn.btn-outline.selected span.icon, a.btn.btn-outline:hover span.text, a.btn.btn-outline:hover span.icon, a.btn.btn-outline:focus-visible span.text, a.btn.btn-outline:focus-visible span.icon, a.btn.btn-outline.selected span.text, a.btn.btn-outline.selected span.icon, span.btn.btn-outline:hover span.text, span.btn.btn-outline:hover span.icon, span.btn.btn-outline:focus-visible span.text, span.btn.btn-outline:focus-visible span.icon, span.btn.btn-outline.selected span.text, span.btn.btn-outline.selected span.icon {
  color: #ffffff;
}
button.btn.btn-filter, a.btn.btn-filter, span.btn.btn-filter {
  border-radius: 25px;
}
button.btn.btn-filter span.text, a.btn.btn-filter span.text, span.btn.btn-filter span.text {
  font-size: 19px;
  letter-spacing: 0;
  font-stretch: 87.5%;
  font-weight: 300;
  text-transform: none;
}
button.btn.btn-filter span.text sup, a.btn.btn-filter span.text sup, span.btn.btn-filter span.text sup {
  padding-left: 2px;
}
button.btn.btn-filter:hover, button.btn.btn-filter.selected, a.btn.btn-filter:hover, a.btn.btn-filter.selected, span.btn.btn-filter:hover, span.btn.btn-filter.selected {
  background-color: #242424 !important;
  border-color: #242424 !important;
}
button.btn.btn-filter:hover span.text, button.btn.btn-filter:hover span.icon, button.btn.btn-filter.selected span.text, button.btn.btn-filter.selected span.icon, a.btn.btn-filter:hover span.text, a.btn.btn-filter:hover span.icon, a.btn.btn-filter.selected span.text, a.btn.btn-filter.selected span.icon, span.btn.btn-filter:hover span.text, span.btn.btn-filter:hover span.icon, span.btn.btn-filter.selected span.text, span.btn.btn-filter.selected span.icon {
  color: #ffffff;
}
@media (min-width: 1300px) {
  button.btn.btn-filter, a.btn.btn-filter, span.btn.btn-filter {
    min-width: 170px;
  }
}

.btn-red, .wpcf7-submit, input[type=submit] {
  display: inline-block;
  padding: 12px;
  min-width: 120px;
  text-align: center;
  font-family: "Archivo", Arial, sans-serif !important;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  background-color: #ffffff;
  color: #242424;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0;
  font-stretch: 62.5%;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #D2232A !important;
  color: #ffffff !important;
  border: 1px solid #D2232A;
  border-radius: 5px;
  padding: 12px !important;
}
.btn-red:hover, .btn-red:focus, .wpcf7-submit:hover, .wpcf7-submit:focus, input[type=submit]:hover, input[type=submit]:focus {
  background-color: #242424 !important;
  border-color: #242424 !important;
  color: #ffffff !important;
}

.text-btn {
  white-space: nowrap;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  background-color: transparent !important;
  padding: 0;
  border: none;
  text-decoration: none !important;
}
.text-btn span {
  flex: 0 0 auto;
  width: auto;
}
.text-btn span.icon-thin-arrow {
  font-size: 40px;
  width: 50px;
  overflow: hidden;
  text-align: left;
  position: relative;
  padding-right: 10px;
}
.text-btn span.icon-thin-arrow:after {
  display: block;
  position: absolute;
  transition: none;
  content: "\e924";
  left: -40px;
  top: 0;
}
.text-btn span.icon-arrow-up-right {
  font-size: 20px;
  width: 207x;
  text-align: left;
  margin-bottom: 1px;
  line-height: 30px;
  overflow: hidden;
  position: relative;
  padding-left: 5px;
  padding-right: 2px;
}
.text-btn span.icon-arrow-up-right:after {
  display: block;
  position: absolute;
  transition: none;
  content: "\e928";
  left: -15px;
  bottom: -30px;
}
.text-btn span.text {
  font-size: 15px;
  letter-spacing: 0;
  font-stretch: 62.5%;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "Archivo", Arial, sans-serif;
}
.text-btn:hover span.icon-thin-arrow:before, .text-btn:focus-visible span.icon-thin-arrow:before {
  opacity: 0;
}
.text-btn:hover span.icon-thin-arrow:after, .text-btn:focus-visible span.icon-thin-arrow:after {
  left: 0;
  top: 0;
  -webkit-transition: 0.5s all cubic-bezier(0.275, 0, 0, 1);
  transition: 0.5s all cubic-bezier(0.275, 0, 0, 1);
  transition-delay: 0.1s;
}
.text-btn:hover span.icon-arrow-up-right:before, .text-btn:focus-visible span.icon-arrow-up-right:before {
  opacity: 0;
}
.text-btn:hover span.icon-arrow-up-right:after, .text-btn:focus-visible span.icon-arrow-up-right:after {
  left: 5px;
  bottom: 0;
  -webkit-transition: 0.5s all cubic-bezier(0.275, 0, 0, 1);
  transition: 0.5s all cubic-bezier(0.275, 0, 0, 1);
  transition-delay: 0.1s;
}
.text-btn.flipped span.icon-thin-arrow {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  transform: scaleX(-1);
  padding-right: 0;
  padding-left: 10px;
}
.text-btn.flipped:hover span.icon-thin-arrow:after, .text-btn.flipped:focus-visible span.icon-thin-arrow:after {
  left: 10px;
}

.social-btn {
  display: block;
  width: 83px;
  background-color: #F1F0EF;
  text-decoration: none;
  border-radius: 5px;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  padding: 20px 0;
  text-align: center;
}
.social-btn span {
  font-size: 25px;
  color: #242424;
  text-align: center;
  line-height: 43px;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.social-btn:hover {
  background-color: #D2232A;
}
.social-btn:hover span {
  color: #ffffff;
}

.mfp-bg {
  z-index: 999998;
  opacity: 0.99;
}

.mfp-wrap {
  z-index: 999999;
}

.mfp-container {
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 75px;
  padding-bottom: 75px;
}
@media (min-width: 992px) {
  .mfp-container {
    padding-left: 75px;
  }
}
@media (min-width: 992px) {
  .mfp-container {
    padding-right: 75px;
  }
}

@media (min-width: 992px) {
  .mfp-iframe-scaler {
    padding: 0 !important;
    height: calc(100vh - 150px);
  }
}
@media (max-width: 991px) {
  .mfp-iframe-scaler {
    position: relative;
  }
}

.mfp-iframe {
  background: transparent !important;
  box-shadow: none !important;
}

.mfp-zoom-out-cur {
  cursor: default;
}

.mfp-content {
  max-width: 100% !important;
  max-height: calc(100vh - 150px);
}
.mfp-content .mfp-close {
  top: -50px;
  height: 50px;
  width: 100%;
  text-align: right;
  display: block;
  padding: 0;
  left: 0;
  cursor: pointer !important;
  color: #ffffff;
  opacity: 1 !important;
}
.mfp-content .mfp-close span.icon-close {
  font-size: 20px;
  line-height: 50px;
  height: 50px;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  opacity: 0.7;
  text-align: center;
  position: absolute;
  display: block;
  width: 50px;
  right: 0;
  top: 0;
  color: #ffffff;
  pointer-events: none;
}
.mfp-content .mfp-close:focus span.icon-close, .mfp-content .mfp-close:hover span.icon-close {
  opacity: 1;
}
@media (min-width: 992px) {
  .mfp-content .mfp-close {
    width: calc(100% + 150px);
    left: -75px;
    height: 75px;
    top: -75px;
  }
  .mfp-content .mfp-close span.icon-close {
    font-size: 26px;
    width: 75px;
    line-height: 75px;
    height: 75px;
    border-bottom: 1px solid rgba(148, 148, 153, 0.3);
  }
}
.mfp-content .mfp-img {
  padding: 0;
}

.mfp-image-holder figcaption {
  display: none;
}

.lightbox-poster-wrapper {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.lightbox-poster-wrapper .bg-video-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lightbox-poster-wrapper .poster-img-wrapper, .lightbox-poster-wrapper .bg-img-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  -webkit-transform: scale(1.001);
  -ms-transform: scale(1.001);
  -moz-transform: scale(1.001);
  transform: scale(1.001);
  will-change: transform;
  z-index: 1;
}
.lightbox-poster-wrapper .play-btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none !important;
  border: 0;
  background-color: transparent !important;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
  z-index: 4;
  padding: 0 25px 25px 0;
  background: rgba(0, 0, 0, 0.5);
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0) 50%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0) 50%);
}
.lightbox-poster-wrapper .play-btn:focus-visible .btn-outline {
  background-color: #242424 !important;
  border-color: #242424 !important;
}

.bg-img-wrapper, .bg-video-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bg-video-wrapper {
  position: relative;
  overflow: hidden;
}
.bg-video-wrapper video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-height: 100%;
  width: 100%;
  object-fit: cover;
  background: transparent;
}

.bg-img-wrapper {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.divider-media {
  position: relative;
}
.divider-media .media-wrapper {
  position: relative;
  z-index: 1;
}
.divider-media .media-wrapper:not(.has-overlay) {
  height: 400px;
}
@media (min-width: 576px) {
  .divider-media .media-wrapper:not(.has-overlay) {
    height: 0;
    padding-bottom: 56%;
  }
}
@media (min-width: 1300px) {
  .divider-media .media-wrapper:not(.has-overlay) {
    padding-bottom: 0;
    height: 700px;
  }
}
@media (min-width: 1800px) {
  .divider-media .media-wrapper:not(.has-overlay) {
    height: 900px;
  }
}
.divider-media .media-wrapper.has-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.divider-media .overlay-wrapper {
  position: relative;
  z-index: 2;
  height: auto;
  min-height: 400px;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 75px;
  padding-bottom: 75px;
}
@media (min-width: 768px) {
  .divider-media .overlay-wrapper {
    min-height: 56vw;
  }
}
@media (min-width: 1300px) {
  .divider-media .overlay-wrapper {
    min-height: 700px;
  }
}
@media (min-width: 1800px) {
  .divider-media .overlay-wrapper {
    min-height: 900px;
  }
}
@media (min-width: 992px) {
  .divider-media .overlay-wrapper {
    padding-top: 100px;
  }
}
@media (min-width: 1200px) {
  .divider-media .overlay-wrapper {
    padding-top: 150px;
  }
}
@media (min-width: 992px) {
  .divider-media .overlay-wrapper {
    padding-bottom: 100px;
  }
}
@media (min-width: 1200px) {
  .divider-media .overlay-wrapper {
    padding-bottom: 150px;
  }
}
.divider-media .overlay-wrapper .content-wrapper h1, .divider-media .overlay-wrapper .content-wrapper h2, .divider-media .overlay-wrapper .content-wrapper h3, .divider-media .overlay-wrapper .content-wrapper h4, .divider-media .overlay-wrapper .content-wrapper h5, .divider-media .overlay-wrapper .content-wrapper h6, .divider-media .overlay-wrapper .content-wrapper p, .divider-media .overlay-wrapper .content-wrapper a, .divider-media .overlay-wrapper .content-wrapper span {
  color: #ffffff;
}
.divider-media .overlay-wrapper.standard-overlay .content-wrapper .btn-wrapper {
  padding-top: 10px;
}
.divider-media .overlay-wrapper.standard-overlay .content-wrapper .btn-wrapper .btn {
  width: auto;
}
.overlay-wrapper.standard-overlay.standard-bg {
  background: rgba(0, 0, 0, 0.7);
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
}
.overlay-wrapper.standard-overlay.light-bg {
  background: rgba(0, 0, 0, 0.5);
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.overlay-wrapper.standard-overlay.dark-bg {
  background: rgba(0, 0, 0, 0.9);
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
}
.overlay-wrapper.quote-overlay.standard-bg, .overlay-wrapper.basic-overlay.standard-bg {
  background-color: rgba(0, 0, 0, 0.4);
}
.overlay-wrapper.quote-overlay.light-bg, .overlay-wrapper.basic-overlay.light-bg {
  background-color: rgba(0, 0, 0, 0.2);
}
.overlay-wrapper.quote-overlay.dark-bg, .overlay-wrapper.basic-overlay.dark-bg {
  background-color: rgba(0, 0, 0, 0.6);
}
@media (min-width: 992px) {
  .overlay-wrapper.standard-overlay.standard-bg {
    background: rgba(0, 0, 0, 0.6);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0) 75%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0) 75%);
  }
  .overlay-wrapper.standard-overlay.light-bg {
    background: rgba(0, 0, 0, 0.4);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0) 75%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0) 75%);
  }
  .overlay-wrapper.standard-overlay.dark-bg {
    background: rgba(0, 0, 0, 0.9);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0) 75%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0) 75%);
  }
}
@media (min-width: 1300px) {
  .overlay-wrapper.standard-overlay.standard-bg {
    background: rgba(0, 0, 0, 0.6);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0) 50%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0) 50%);
  }
  .overlay-wrapper.standard-overlay.light-bg {
    background: rgba(0, 0, 0, 0.4);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0) 50%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0) 50%);
  }
  .overlay-wrapper.standard-overlay.dark-bg {
    background: rgba(0, 0, 0, 0.9);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0) 50%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0) 50%);
  }
}

.parallax-window {
  overflow: hidden;
  position: relative;
}
.parallax-window .parallax-image, .parallax-window .parallax-video, .parallax-window .parallax-element {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.parallax-window .parallax-image.parallax-js-loaded, .parallax-window .parallax-video.parallax-js-loaded, .parallax-window .parallax-element.parallax-js-loaded {
  top: -55% !important;
  height: 130% !important;
}

.hero-parallax-window .parallax-image, .hero-parallax-window .parallax-video, .hero-parallax-window .parallax-element {
  position: absolute;
  left: 0;
  width: 100%;
  height: 104% !important;
  top: -4% !important;
}
.hero-parallax-window .parallax-image.parallax-js-loaded, .hero-parallax-window .parallax-video.parallax-js-loaded, .hero-parallax-window .parallax-element.parallax-js-loaded {
  top: -50% !important;
}

.wysiwyg {
  overflow: auto;
  width: 100%;
}
.wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6 {
  margin-bottom: 1.5rem;
  margin-top: 0;
  color: #242424;
}
.wysiwyg h1:not(:first-child), .wysiwyg h2:not(:first-child), .wysiwyg h3:not(:first-child), .wysiwyg h4:not(:first-child), .wysiwyg h5:not(:first-child), .wysiwyg h6:not(:first-child) {
  padding-top: 1.5rem;
}
.wysiwyg p, .wysiwyg li, .wysiwyg span, .wysiwyg p a, .wysiwyg li a, .wysiwyg table, .wysiwyg tr, .wysiwyg td {
  font-family: "Archivo", Arial, sans-serif;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 30px;
  line-height: 1.875rem;
  letter-spacing: 0;
  font-stretch: 87.5%;
  font-weight: 300;
  color: #242424;
}
.wysiwyg p.lg, .wysiwyg p.lg a, .wysiwyg li.lg, .wysiwyg li.lg a, .wysiwyg span.lg, .wysiwyg span.lg a, .wysiwyg p a.lg, .wysiwyg p a.lg a, .wysiwyg li a.lg, .wysiwyg li a.lg a, .wysiwyg table.lg, .wysiwyg table.lg a, .wysiwyg tr.lg, .wysiwyg tr.lg a, .wysiwyg td.lg, .wysiwyg td.lg a {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 40px;
  line-height: 2.5rem;
}
.wysiwyg p.landing, .wysiwyg p.md, .wysiwyg p.md a, .wysiwyg li.landing, .wysiwyg li.md, .wysiwyg li.md a, .wysiwyg span.landing, .wysiwyg span.md, .wysiwyg span.md a, .wysiwyg p a.landing, .wysiwyg p a.md, .wysiwyg p a.md a, .wysiwyg li a.landing, .wysiwyg li a.md, .wysiwyg li a.md a, .wysiwyg table.landing, .wysiwyg table.md, .wysiwyg table.md a, .wysiwyg tr.landing, .wysiwyg tr.md, .wysiwyg tr.md a, .wysiwyg td.landing, .wysiwyg td.md, .wysiwyg td.md a {
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 35px;
  line-height: 2.1875rem;
}
.wysiwyg p.quote, .wysiwyg li.quote, .wysiwyg span.quote, .wysiwyg p a.quote, .wysiwyg li a.quote, .wysiwyg table.quote, .wysiwyg tr.quote, .wysiwyg td.quote {
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 35px;
  line-height: 2.1875rem;
  font-weight: 500;
}
.wysiwyg p.xl, .wysiwyg p.xl a, .wysiwyg li.xl, .wysiwyg li.xl a, .wysiwyg span.xl, .wysiwyg span.xl a, .wysiwyg p a.xl, .wysiwyg p a.xl a, .wysiwyg li a.xl, .wysiwyg li a.xl a, .wysiwyg table.xl, .wysiwyg table.xl a, .wysiwyg tr.xl, .wysiwyg tr.xl a, .wysiwyg td.xl, .wysiwyg td.xl a {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 50px;
  line-height: 3.125rem;
}
.wysiwyg p.sm, .wysiwyg p.sm a, .wysiwyg li.sm, .wysiwyg li.sm a, .wysiwyg span.sm, .wysiwyg span.sm a, .wysiwyg p a.sm, .wysiwyg p a.sm a, .wysiwyg li a.sm, .wysiwyg li a.sm a, .wysiwyg table.sm, .wysiwyg table.sm a, .wysiwyg tr.sm, .wysiwyg tr.sm a, .wysiwyg td.sm, .wysiwyg td.sm a {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}
.wysiwyg p.xs, .wysiwyg p.xs a, .wysiwyg li.xs, .wysiwyg li.xs a, .wysiwyg span.xs, .wysiwyg span.xs a, .wysiwyg p a.xs, .wysiwyg p a.xs a, .wysiwyg li a.xs, .wysiwyg li a.xs a, .wysiwyg table.xs, .wysiwyg table.xs a, .wysiwyg tr.xs, .wysiwyg tr.xs a, .wysiwyg td.xs, .wysiwyg td.xs a {
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
}
.wysiwyg p {
  margin-bottom: 1.5rem;
  color: #242424;
}
.wysiwyg p a {
  text-decoration: underline;
}
.wysiwyg p a:hover {
  color: #D2232A;
}
.wysiwyg p:not(.lg):not(.md):not(.sm) {
  color: #6E6E72;
}
.wysiwyg .li-num {
  color: #6E6E72;
  margin-right: 5px;
}
.wysiwyg ul, .wysiwyg ol {
  padding-left: 2.5rem;
  margin-bottom: 1.5rem;
}
.wysiwyg ul > p, .wysiwyg ol > p {
  padding-left: 2.5rem;
}
.wysiwyg ul li, .wysiwyg ol li {
  margin-bottom: 0.5rem;
  color: #6E6E72;
}
.wysiwyg ul li a, .wysiwyg ol li a {
  text-decoration: underline;
}
.wysiwyg ul li a:hover, .wysiwyg ol li a:hover {
  color: #D2232A;
}
.wysiwyg ol.roman-upper, .wysiwyg ol.roman-upper li {
  list-style-type: upper-roman;
}
.wysiwyg ol.roman-lower, .wysiwyg ol.roman-lower li {
  list-style-type: lower-roman;
}
.wysiwyg ol.alpha-lower, .wysiwyg ol.alpha-lower li {
  list-style-type: lower-alpha;
}
.wysiwyg ol.alpha-upper, .wysiwyg ol.alpha-upper li {
  list-style-type: upper-alpha;
}
.wysiwyg ol.decimal, .wysiwyg ol.decimal li {
  list-style-type: decimal;
}
.wysiwyg p:last-child, .wysiwyg ul:last-child, .wysiwyg ol:last-child, .wysiwyg h1:last-child, .wysiwyg h2:last-child, .wysiwyg h3:last-child, .wysiwyg h4:last-child, .wysiwyg h5:last-child, .wysiwyg h6:last-child {
  margin-bottom: 0 !important;
}
.wysiwyg table tbody tr td {
  word-break: keep-all;
  white-space: nowrap;
  border-color: #F1F0EF;
}
.wysiwyg table thead tr td {
  border-color: #F1F0EF;
  color: #242424;
  word-break: keep-all;
  white-space: nowrap;
}

form.wpcf7-form {
  width: 100%;
  position: relative;
  padding-bottom: 50px;
}
form.wpcf7-form br, form.wpcf7-form .wpcf7-not-valid-tip {
  display: none;
}
form.wpcf7-form .form-row {
  margin-left: -5px;
  margin-right: -5px;
  position: relative;
}
form.wpcf7-form .form-row .wpcf7-spinner {
  position: absolute;
  bottom: -40px;
  text-align: center;
  margin: 0;
  left: 48%;
  background-color: #D2232A;
}
form.wpcf7-form .form-row .wpcf7-form-control-wrap {
  display: block;
  line-height: 1;
}
form.wpcf7-form .form-row .input-col, form.wpcf7-form .form-row .select-col {
  padding: 5px;
}
form.wpcf7-form .form-row .input-col input, form.wpcf7-form .form-row .input-col select, form.wpcf7-form .form-row .input-col textarea, form.wpcf7-form .form-row .select-col input, form.wpcf7-form .form-row .select-col select, form.wpcf7-form .form-row .select-col textarea {
  letter-spacing: 0;
  font-stretch: 87.5%;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  padding: 12px 15px;
  border: 1px solid rgba(148, 148, 153, 0.3);
  border-radius: 5px;
  border-color: rgba(148, 148, 153, 0.3);
  color: #242424;
  background-color: #ffffff;
  width: 100%;
  margin: 0 !important;
}
form.wpcf7-form .form-row .input-col input:focus-visible, form.wpcf7-form .form-row .input-col select:focus-visible, form.wpcf7-form .form-row .input-col textarea:focus-visible, form.wpcf7-form .form-row .select-col input:focus-visible, form.wpcf7-form .form-row .select-col select:focus-visible, form.wpcf7-form .form-row .select-col textarea:focus-visible {
  outline: 1px dotted #D2232A !important;
}
form.wpcf7-form .form-row .input-col select, form.wpcf7-form .form-row .select-col select {
  -webkit-appearance: none;
  appearance: none;
  -moz-apperance: none;
  padding-right: 50px;
  background: none;
  cursor: pointer;
}
form.wpcf7-form .form-row .input-col option, form.wpcf7-form .form-row .select-col option {
  color: #242424;
  opacity: 0.8;
}
form.wpcf7-form .form-row .input-col label.lg, form.wpcf7-form .form-row .select-col label.lg {
  letter-spacing: 0;
  font-stretch: 87.5%;
  font-weight: 300;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 40px;
  line-height: 2.5rem;
  display: block;
  margin-bottom: 15px;
}
form.wpcf7-form .form-row .input-col input::placeholder {
  color: #242424;
  opacity: 0.8;
}
form.wpcf7-form .form-row .input-col textarea::placeholder {
  color: #242424;
  opacity: 0.8;
}
form.wpcf7-form .form-row .select-col {
  position: relative;
}
form.wpcf7-form .form-row .select-col .select-wrapper {
  position: relative;
  cursor: pointer;
  display: block;
  width: 100%;
}
form.wpcf7-form .form-row .select-col .select-wrapper:after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\e90e";
  position: absolute;
  height: 50px;
  vertical-align: middle;
  font-size: 16px;
  line-height: 50px;
  color: #242424;
  top: -1px;
  right: 0;
  width: 50px;
  text-align: center;
  pointer-events: none;
  z-index: 10;
}
form.wpcf7-form .form-row .select-col .select-wrapper select {
  z-index: 1;
}
form.wpcf7-form .form-row .checkbox-col {
  padding: 10px;
}
form.wpcf7-form .form-row .checkbox-col .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  margin: 0;
}
form.wpcf7-form .form-row .checkbox-col .wpcf7-form-control-wrap .wpcf7-form-control {
  display: block;
  width: 100%;
  margin: 0;
}
form.wpcf7-form .form-row .checkbox-col .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item {
  display: block;
  width: 100%;
  margin: 0;
  cursor: pointer;
}
form.wpcf7-form .form-row .checkbox-col .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  cursor: pointer;
}
form.wpcf7-form .form-row .checkbox-col .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label input {
  flex: 0 0 auto;
  width: auto;
  width: 25px;
  height: 25px;
  border: 1px solid rgba(148, 148, 153, 0.3);
  border-radius: 4px;
  border-color: rgba(148, 148, 153, 0.3) !important;
  color: #242424;
  background-color: transparent !important;
  cursor: pointer;
}
form.wpcf7-form .form-row .checkbox-col .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label input:after {
  color: #242424 !important;
  border-color: #242424 !important;
  left: 8px !important;
  top: 3px !important;
}
form.wpcf7-form .form-row .checkbox-col .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label .wpcf7-list-item-label {
  flex: 1 0 0%;
  color: #242424;
  padding-left: 20px;
  letter-spacing: 0;
  font-stretch: 87.5%;
  font-weight: 300;
  font-size: 16px;
  margin: 0;
  cursor: pointer;
}
form.wpcf7-form .form-row .checkbox-col .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label .wpcf7-list-item-label a {
  color: #242424;
  text-decoration: underline;
}
form.wpcf7-form .form-row .checkbox-col .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label .wpcf7-list-item-label a:hover, form.wpcf7-form .form-row .checkbox-col .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label .wpcf7-list-item-label a:focus-visible {
  color: #D2232A;
  text-decoration: underline;
}
form.wpcf7-form .form-row .submit-col {
  padding: 15px 5px 0px 5px;
  text-align: center;
}
form.wpcf7-form .form-row .submit-col input {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  display: block;
}
form.wpcf7-form .form-row .submit-col input:focus-visible {
  outline: 1px dotted #D2232A !important;
}
form.wpcf7-form .wpcf7-response-output {
  letter-spacing: 0;
  font-stretch: 87.5%;
  font-weight: 300;
  width: 100%;
  text-align: center;
  border: none !important;
  padding: 0 !important;
  display: block;
  margin: 0 !important;
  color: #242424;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  position: absolute;
  left: 0;
  height: 50px;
  bottom: 0;
  font-size: 14px;
  line-height: 20px;
}
form.wpcf7-form.invalid .wpcf7-response-output {
  color: #D2232A;
}
@media (min-width: 992px) {
  form.wpcf7-form {
    padding-bottom: 60px;
  }
  form.wpcf7-form .wpcf7-response-output {
    height: 60px;
    font-size: 16px;
    line-height: 24px;
  }
}

.form-wrapper.contact-form form.wpcf7-form .form-row .input-col, .form-wrapper.contact-form form.wpcf7-form .form-row .select-col {
  padding-top: 15px;
  padding-bottom: 15px;
}
.form-wrapper.contact-form form.wpcf7-form .form-row .input-col input, .form-wrapper.contact-form form.wpcf7-form .form-row .input-col textarea, .form-wrapper.contact-form form.wpcf7-form .form-row .select-col input, .form-wrapper.contact-form form.wpcf7-form .form-row .select-col textarea {
  border-radius: 0;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #949494;
  padding-left: 0;
}
.form-wrapper.contact-form form.wpcf7-form .form-row .input-col input, .form-wrapper.contact-form form.wpcf7-form .form-row .input-col select, .form-wrapper.contact-form form.wpcf7-form .form-row .input-col textarea, .form-wrapper.contact-form form.wpcf7-form .form-row .select-col input, .form-wrapper.contact-form form.wpcf7-form .form-row .select-col select, .form-wrapper.contact-form form.wpcf7-form .form-row .select-col textarea {
  border-color: #949494;
  outline-offset: 0;
}

.slider-wrapper {
  width: 100%;
}
.slider-wrapper .slick-slider, .slider-wrapper .video-slider {
  position: relative;
  overflow: hidden;
}
.slider-wrapper .slick-slider .slide, .slider-wrapper .video-slider .slide {
  overflow: hidden;
}
.slider-wrapper .slick-slider .slide:not(.first), .slider-wrapper .video-slider .slide:not(.first) {
  display: none;
}
.slider-wrapper .slick-slider .slide:not(.first).slick-cloned, .slider-wrapper .video-slider .slide:not(.first).slick-cloned {
  display: none;
}
.slider-wrapper .slick-slider.slick-initialized .slide, .slider-wrapper .video-slider.slick-initialized .slide {
  display: block !important;
}

.slider-wrapper {
  position: relative;
}
.slider-wrapper .arrow {
  position: absolute;
  top: 0;
  width: 50px;
  text-align: center;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.slider-wrapper .arrow span {
  display: block;
  width: 50px;
  height: 50px;
  font-size: 40px;
  color: #ffffff;
  line-height: 50px;
  text-align: center;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  opacity: 0.65;
}
.slider-wrapper .arrow.arrow-prev {
  left: 0;
}
.slider-wrapper .arrow.arrow-next {
  right: 0;
}
.slider-wrapper .arrow.slick-hidden {
  display: none;
}
.slider-wrapper .arrow:hover span, .slider-wrapper .arrow:focus-visible span {
  opacity: 1;
}
@media (min-width: 992px) {
  .slider-wrapper .arrow {
    width: 75px;
  }
  .slider-wrapper .arrow span {
    font-size: 40px;
    width: 75px;
  }
}
@media (min-width: 2000px) {
  .slider-wrapper .arrow span {
    font-size: 50px;
  }
}

.accordion-wrapper .accordion-item {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #F1F0EF;
}
.accordion-wrapper .accordion-item:first-child {
  border-top: 1px solid #F1F0EF;
}
.accordion-wrapper .accordion-item button.accordion-expand {
  cursor: pointer;
  background-color: transparent !important;
  padding: 10px 60px 10px 0;
  border: none;
  display: block;
  width: 100%;
  text-align: left;
  color: #242424;
  font-family: "Archivo", Arial, sans-serif;
  position: relative;
  letter-spacing: 0;
  font-weight: 300;
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 40px;
  line-height: 2.5rem;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.accordion-wrapper .accordion-item button.accordion-expand:after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\e927";
  position: absolute;
  z-index: 999;
  pointer-events: none;
  vertical-align: middle;
  font-size: 24px;
  font-size: 1.5rem;
  height: 52px;
  line-height: 52px;
  width: 60px;
  color: #D2232A;
  top: 0;
  right: 0;
  vertical-align: middle;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  transform-orgin: center center;
}
.accordion-wrapper .accordion-item button.accordion-expand.collapsed:after {
  content: "\e913";
}
.accordion-wrapper .accordion-item button.accordion-expand:hover, .accordion-wrapper .accordion-item button.accordion-expand:focus {
  color: #D2232A;
}
.accordion-wrapper .accordion-item .accordion-content {
  padding: 0 !important;
}
.accordion-wrapper .accordion-item .accordion-content .wysiwyg {
  padding: 5px 60px 25px 25px;
}
.accordion-wrapper .accordion-item .accordion-content .wysiwyg h1, .accordion-wrapper .accordion-item .accordion-content .wysiwyg h2, .accordion-wrapper .accordion-item .accordion-content .wysiwyg h3, .accordion-wrapper .accordion-item .accordion-content .wysiwyg h4, .accordion-wrapper .accordion-item .accordion-content .wysiwyg h5, .accordion-wrapper .accordion-item .accordion-content .wysiwyg h6, .accordion-wrapper .accordion-item .accordion-content .wysiwyg p, .accordion-wrapper .accordion-item .accordion-content .wysiwyg li, .accordion-wrapper .accordion-item .accordion-content .wysiwyg table, .accordion-wrapper .accordion-item .accordion-content .wysiwyg td, .accordion-wrapper .accordion-item .accordion-content .wysiwyg tr {
  color: #6E6E72;
}
@media (min-width: 768px) {
  .accordion-wrapper .accordion-item button.accordion-expand:after {
    height: 60px;
    line-height: 60px;
  }
}
@media (min-width: 1200px) {
  .accordion-wrapper .accordion-item .accordion-content .wysiwyg {
    padding-bottom: 40px;
  }
}
@media (min-width: 2000px) {
  .accordion-wrapper .accordion-item button.accordion-expand:after {
    height: 70px;
    line-height: 70px;
  }
}

.quote-wrapper {
  margin-left: -1px;
  border-left: 2px solid #D2232A;
  padding-left: 25px;
}
.quote-wrapper span.icon-quote {
  color: #D2232A;
  font-size: 20px;
  display: block;
}
.quote-wrapper p.quote {
  margin-bottom: 15px;
  margin-top: 15px;
}
.quote-wrapper .byline-wrapper .quote-img {
  padding-right: 15px;
}
.quote-wrapper .byline-wrapper .quote-img img {
  height: 36px;
  width: auto;
}
@media (min-width: 1200px) {
  .offset .quote-wrapper {
    padding-left: 50px;
  }
}

section.hero-wrapper.standard {
  padding-top: 75px;
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  section.hero-wrapper.standard {
    padding-top: 125px;
  }
}
@media (min-width: 1200px) {
  section.hero-wrapper.standard {
    padding-top: 200px;
  }
}
@media (min-width: 992px) {
  section.hero-wrapper.standard {
    padding-bottom: 75px;
  }
}
section.hero-wrapper.standard .heading .btn-wrapper {
  padding-top: 50px;
}
@media (min-width: 992px) {
  section.hero-wrapper.standard .heading .btn-wrapper {
    padding-top: 75px;
  }
}
@media (min-width: 1200px) {
  section.hero-wrapper.standard .heading .btn-wrapper {
    padding-top: 100px;
  }
}
section.hero-wrapper.basic {
  padding-top: 75px;
  padding-bottom: 25px;
}
@media (min-width: 992px) {
  section.hero-wrapper.basic {
    padding-top: 100px;
  }
}
@media (min-width: 1200px) {
  section.hero-wrapper.basic {
    padding-top: 150px;
  }
}
@media (min-width: 992px) {
  section.hero-wrapper.basic {
    padding-bottom: 50px;
  }
}
section.hero-wrapper.basic .heading p {
  padding-top: 10px;
}

.hr {
  border-top: 1px solid rgba(148, 148, 153, 0.3);
}

.vertical-spacer {
  display: block;
  pointer-events: none;
}

section.default-body-content {
  padding-top: 50px;
  padding-bottom: 50px;
  border-top: 1px solid rgba(148, 148, 153, 0.3);
}
@media (min-width: 992px) {
  section.default-body-content {
    padding-top: 75px;
  }
}
@media (min-width: 1200px) {
  section.default-body-content {
    padding-top: 100px;
  }
}
@media (min-width: 992px) {
  section.default-body-content {
    padding-bottom: 75px;
  }
}
@media (min-width: 1200px) {
  section.default-body-content {
    padding-bottom: 100px;
  }
}

.std-padding-top {
  padding-top: 50px;
}
@media (min-width: 992px) {
  .std-padding-top {
    padding-top: 75px;
  }
}
@media (min-width: 1200px) {
  .std-padding-top {
    padding-top: 100px;
  }
}

.std-padding-bot {
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  .std-padding-bot {
    padding-bottom: 75px;
  }
}
@media (min-width: 1200px) {
  .std-padding-bot {
    padding-bottom: 100px;
  }
}

.sm-padding-top {
  padding-top: 25px;
}
@media (min-width: 992px) {
  .sm-padding-top {
    padding-top: 50px;
  }
}

.sm-padding-bot {
  padding-bottom: 25px;
}
@media (min-width: 992px) {
  .sm-padding-bot {
    padding-bottom: 50px;
  }
}

.lg-padding-top {
  padding-top: 75px;
}
@media (min-width: 992px) {
  .lg-padding-top {
    padding-top: 100px;
  }
}
@media (min-width: 1200px) {
  .lg-padding-top {
    padding-top: 150px;
  }
}

.lg-padding-bot {
  padding-bottom: 75px;
}
@media (min-width: 992px) {
  .lg-padding-bot {
    padding-bottom: 100px;
  }
}
@media (min-width: 1200px) {
  .lg-padding-bot {
    padding-bottom: 150px;
  }
}

.md-padding-top {
  padding-top: 50px;
}
@media (min-width: 992px) {
  .md-padding-top {
    padding-top: 75px;
  }
}

.md-padding-bot {
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  .md-padding-bot {
    padding-bottom: 75px;
  }
}

section.related-wrapper {
  border-top: 1px solid rgba(148, 148, 153, 0.3);
  padding-top: 43px;
  padding-bottom: 43px;
}
@media (min-width: 992px) {
  section.related-wrapper {
    padding-top: 68px;
    padding-bottom: 68px;
  }
}
section.related-wrapper .related-work, section.related-wrapper .related-news {
  margin-left: -7px;
  margin-right: -7px;
}
section.related-wrapper .related-work .work-item, section.related-wrapper .related-work .news-item, section.related-wrapper .related-news .work-item, section.related-wrapper .related-news .news-item {
  padding: 7px;
}
section.related-wrapper .related-work .work-item .work-item-wrapper, section.related-wrapper .related-work .work-item .news-item-wrapper, section.related-wrapper .related-work .news-item .work-item-wrapper, section.related-wrapper .related-work .news-item .news-item-wrapper, section.related-wrapper .related-news .work-item .work-item-wrapper, section.related-wrapper .related-news .work-item .news-item-wrapper, section.related-wrapper .related-news .news-item .work-item-wrapper, section.related-wrapper .related-news .news-item .news-item-wrapper {
  display: block;
  position: relative;
  overflow: hidden;
}
section.related-wrapper .related-work .work-item .work-item-wrapper .thumbnail-wrapper, section.related-wrapper .related-work .work-item .news-item-wrapper .thumbnail-wrapper, section.related-wrapper .related-work .news-item .work-item-wrapper .thumbnail-wrapper, section.related-wrapper .related-work .news-item .news-item-wrapper .thumbnail-wrapper, section.related-wrapper .related-news .work-item .work-item-wrapper .thumbnail-wrapper, section.related-wrapper .related-news .work-item .news-item-wrapper .thumbnail-wrapper, section.related-wrapper .related-news .news-item .work-item-wrapper .thumbnail-wrapper, section.related-wrapper .related-news .news-item .news-item-wrapper .thumbnail-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
}
section.related-wrapper .related-work .work-item .work-item-wrapper .thumbnail-wrapper .bg-video-wrapper, section.related-wrapper .related-work .work-item .work-item-wrapper .thumbnail-wrapper .bg-img-wrapper, section.related-wrapper .related-work .work-item .news-item-wrapper .thumbnail-wrapper .bg-video-wrapper, section.related-wrapper .related-work .work-item .news-item-wrapper .thumbnail-wrapper .bg-img-wrapper, section.related-wrapper .related-work .news-item .work-item-wrapper .thumbnail-wrapper .bg-video-wrapper, section.related-wrapper .related-work .news-item .work-item-wrapper .thumbnail-wrapper .bg-img-wrapper, section.related-wrapper .related-work .news-item .news-item-wrapper .thumbnail-wrapper .bg-video-wrapper, section.related-wrapper .related-work .news-item .news-item-wrapper .thumbnail-wrapper .bg-img-wrapper, section.related-wrapper .related-news .work-item .work-item-wrapper .thumbnail-wrapper .bg-video-wrapper, section.related-wrapper .related-news .work-item .work-item-wrapper .thumbnail-wrapper .bg-img-wrapper, section.related-wrapper .related-news .work-item .news-item-wrapper .thumbnail-wrapper .bg-video-wrapper, section.related-wrapper .related-news .work-item .news-item-wrapper .thumbnail-wrapper .bg-img-wrapper, section.related-wrapper .related-news .news-item .work-item-wrapper .thumbnail-wrapper .bg-video-wrapper, section.related-wrapper .related-news .news-item .work-item-wrapper .thumbnail-wrapper .bg-img-wrapper, section.related-wrapper .related-news .news-item .news-item-wrapper .thumbnail-wrapper .bg-video-wrapper, section.related-wrapper .related-news .news-item .news-item-wrapper .thumbnail-wrapper .bg-img-wrapper {
  transform-origin: center center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform, 0.3s !important;
  will-change: transform;
}
section.related-wrapper .related-work .work-item .work-item-wrapper .thumbnail-wrapper .bg-video-wrapper, section.related-wrapper .related-work .work-item .news-item-wrapper .thumbnail-wrapper .bg-video-wrapper, section.related-wrapper .related-work .news-item .work-item-wrapper .thumbnail-wrapper .bg-video-wrapper, section.related-wrapper .related-work .news-item .news-item-wrapper .thumbnail-wrapper .bg-video-wrapper, section.related-wrapper .related-news .work-item .work-item-wrapper .thumbnail-wrapper .bg-video-wrapper, section.related-wrapper .related-news .work-item .news-item-wrapper .thumbnail-wrapper .bg-video-wrapper, section.related-wrapper .related-news .news-item .work-item-wrapper .thumbnail-wrapper .bg-video-wrapper, section.related-wrapper .related-news .news-item .news-item-wrapper .thumbnail-wrapper .bg-video-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section.related-wrapper .related-work .work-item .work-item-wrapper .next-wrapper, section.related-wrapper .related-work .work-item .news-item-wrapper .next-wrapper, section.related-wrapper .related-work .news-item .work-item-wrapper .next-wrapper, section.related-wrapper .related-work .news-item .news-item-wrapper .next-wrapper, section.related-wrapper .related-news .work-item .work-item-wrapper .next-wrapper, section.related-wrapper .related-news .work-item .news-item-wrapper .next-wrapper, section.related-wrapper .related-news .news-item .work-item-wrapper .next-wrapper, section.related-wrapper .related-news .news-item .news-item-wrapper .next-wrapper {
  position: absolute;
  z-index: 3;
  pointer-events: none;
  top: 20px;
  left: -4px;
}
section.related-wrapper .related-work .work-item .work-item-wrapper .next-wrapper span, section.related-wrapper .related-work .work-item .news-item-wrapper .next-wrapper span, section.related-wrapper .related-work .news-item .work-item-wrapper .next-wrapper span, section.related-wrapper .related-work .news-item .news-item-wrapper .next-wrapper span, section.related-wrapper .related-news .work-item .work-item-wrapper .next-wrapper span, section.related-wrapper .related-news .work-item .news-item-wrapper .next-wrapper span, section.related-wrapper .related-news .news-item .work-item-wrapper .next-wrapper span, section.related-wrapper .related-news .news-item .news-item-wrapper .next-wrapper span {
  color: #ffffff;
}
section.related-wrapper .related-work .work-item .work-item-wrapper .next-wrapper span.text, section.related-wrapper .related-work .work-item .news-item-wrapper .next-wrapper span.text, section.related-wrapper .related-work .news-item .work-item-wrapper .next-wrapper span.text, section.related-wrapper .related-work .news-item .news-item-wrapper .next-wrapper span.text, section.related-wrapper .related-news .work-item .work-item-wrapper .next-wrapper span.text, section.related-wrapper .related-news .work-item .news-item-wrapper .next-wrapper span.text, section.related-wrapper .related-news .news-item .work-item-wrapper .next-wrapper span.text, section.related-wrapper .related-news .news-item .news-item-wrapper .next-wrapper span.text {
  margin-bottom: 0;
}
section.related-wrapper .related-work .work-item .work-item-wrapper:hover .thumbnail-wrapper .bg-video-wrapper, section.related-wrapper .related-work .work-item .work-item-wrapper:hover .thumbnail-wrapper .bg-img-wrapper, section.related-wrapper .related-work .work-item .news-item-wrapper:hover .thumbnail-wrapper .bg-video-wrapper, section.related-wrapper .related-work .work-item .news-item-wrapper:hover .thumbnail-wrapper .bg-img-wrapper, section.related-wrapper .related-work .news-item .work-item-wrapper:hover .thumbnail-wrapper .bg-video-wrapper, section.related-wrapper .related-work .news-item .work-item-wrapper:hover .thumbnail-wrapper .bg-img-wrapper, section.related-wrapper .related-work .news-item .news-item-wrapper:hover .thumbnail-wrapper .bg-video-wrapper, section.related-wrapper .related-work .news-item .news-item-wrapper:hover .thumbnail-wrapper .bg-img-wrapper, section.related-wrapper .related-news .work-item .work-item-wrapper:hover .thumbnail-wrapper .bg-video-wrapper, section.related-wrapper .related-news .work-item .work-item-wrapper:hover .thumbnail-wrapper .bg-img-wrapper, section.related-wrapper .related-news .work-item .news-item-wrapper:hover .thumbnail-wrapper .bg-video-wrapper, section.related-wrapper .related-news .work-item .news-item-wrapper:hover .thumbnail-wrapper .bg-img-wrapper, section.related-wrapper .related-news .news-item .work-item-wrapper:hover .thumbnail-wrapper .bg-video-wrapper, section.related-wrapper .related-news .news-item .work-item-wrapper:hover .thumbnail-wrapper .bg-img-wrapper, section.related-wrapper .related-news .news-item .news-item-wrapper:hover .thumbnail-wrapper .bg-video-wrapper, section.related-wrapper .related-news .news-item .news-item-wrapper:hover .thumbnail-wrapper .bg-img-wrapper {
  transform: scale(1.1) !important;
}
section.related-wrapper .related-work .work-item.all-work .thumbnail-wrapper, section.related-wrapper .related-work .work-item.all-news .thumbnail-wrapper, section.related-wrapper .related-work .news-item.all-work .thumbnail-wrapper, section.related-wrapper .related-work .news-item.all-news .thumbnail-wrapper, section.related-wrapper .related-news .work-item.all-work .thumbnail-wrapper, section.related-wrapper .related-news .work-item.all-news .thumbnail-wrapper, section.related-wrapper .related-news .news-item.all-work .thumbnail-wrapper, section.related-wrapper .related-news .news-item.all-news .thumbnail-wrapper {
  background-color: #242424;
}
section.related-wrapper .related-work .work-item.all-work .copy-wrapper, section.related-wrapper .related-work .work-item.all-news .copy-wrapper, section.related-wrapper .related-work .news-item.all-work .copy-wrapper, section.related-wrapper .related-work .news-item.all-news .copy-wrapper, section.related-wrapper .related-news .work-item.all-work .copy-wrapper, section.related-wrapper .related-news .work-item.all-news .copy-wrapper, section.related-wrapper .related-news .news-item.all-work .copy-wrapper, section.related-wrapper .related-news .news-item.all-news .copy-wrapper {
  background: transparent !important;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  padding-left: 30px;
  padding-right: 30px;
  transition: transform, 0.3s !important;
}
section.related-wrapper .related-work .work-item.all-work .copy-wrapper h3, section.related-wrapper .related-work .work-item.all-news .copy-wrapper h3, section.related-wrapper .related-work .news-item.all-work .copy-wrapper h3, section.related-wrapper .related-work .news-item.all-news .copy-wrapper h3, section.related-wrapper .related-news .work-item.all-work .copy-wrapper h3, section.related-wrapper .related-news .work-item.all-news .copy-wrapper h3, section.related-wrapper .related-news .news-item.all-work .copy-wrapper h3, section.related-wrapper .related-news .news-item.all-news .copy-wrapper h3 {
  padding-top: 0 !important;
  font-size: 15px;
  line-height: 30px;
  text-align: center;
  color: #ffffff;
  display: block;
  width: 100%;
}
section.related-wrapper .related-work .work-item.all-work .copy-wrapper h3 span, section.related-wrapper .related-work .work-item.all-news .copy-wrapper h3 span, section.related-wrapper .related-work .news-item.all-work .copy-wrapper h3 span, section.related-wrapper .related-work .news-item.all-news .copy-wrapper h3 span, section.related-wrapper .related-news .work-item.all-work .copy-wrapper h3 span, section.related-wrapper .related-news .work-item.all-news .copy-wrapper h3 span, section.related-wrapper .related-news .news-item.all-work .copy-wrapper h3 span, section.related-wrapper .related-news .news-item.all-news .copy-wrapper h3 span {
  color: #ffffff;
  font-size: 24px;
  line-height: 30px;
  margin-top: -3px;
  margin-left: -5px;
  vertical-align: middle;
  display: inline-block;
}
section.related-wrapper .related-work .work-item.all-work:hover .copy-wrapper, section.related-wrapper .related-work .work-item.all-news:hover .copy-wrapper, section.related-wrapper .related-work .news-item.all-work:hover .copy-wrapper, section.related-wrapper .related-work .news-item.all-news:hover .copy-wrapper, section.related-wrapper .related-news .work-item.all-work:hover .copy-wrapper, section.related-wrapper .related-news .work-item.all-news:hover .copy-wrapper, section.related-wrapper .related-news .news-item.all-work:hover .copy-wrapper, section.related-wrapper .related-news .news-item.all-news:hover .copy-wrapper {
  background-color: #D2232A !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
  section.related-wrapper .related-work .work-item.all-work .thumbnail-wrapper, section.related-wrapper .related-work .work-item.all-news .thumbnail-wrapper, section.related-wrapper .related-work .news-item.all-work .thumbnail-wrapper, section.related-wrapper .related-work .news-item.all-news .thumbnail-wrapper, section.related-wrapper .related-news .work-item.all-work .thumbnail-wrapper, section.related-wrapper .related-news .work-item.all-news .thumbnail-wrapper, section.related-wrapper .related-news .news-item.all-work .thumbnail-wrapper, section.related-wrapper .related-news .news-item.all-news .thumbnail-wrapper {
    padding-bottom: 25%;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9999;
  background-color: #ffffff;
  border-bottom: 1px solid rgba(148, 148, 153, 0.3);
}

.main-navigation {
  padding: 0 25px;
}
.main-navigation .nav-toggle .toggle-spacer {
  pointer-events: none;
  width: 60px;
  height: 60px;
  display: block;
  margin-right: -19px;
  position: relative;
  background: transparent !important;
  background-color: transparent !important;
}
.main-navigation .nav-toggle button {
  width: 60px;
  height: 60px;
  background: transparent !important;
  background-color: transparent !important;
  border: none !important;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  margin-right: -19px;
  display: block;
  padding-left: 0;
  padding-right: 0;
}
.main-navigation .nav-toggle button span {
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 30px;
  pointer-events: none;
  display: block;
}
.main-navigation .nav-toggle button span.icon-close {
  transform-origin: top center;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  line-height: 30px;
}
.main-navigation .nav-toggle button span.menu-lines {
  height: 14px;
}
.main-navigation .nav-toggle button span.menu-lines:before, .main-navigation .nav-toggle button span.menu-lines:after {
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  content: "";
  position: absolute;
  width: 26px;
  left: 2px;
  height: 2px;
  background-color: #242424;
}
.main-navigation .nav-toggle button span.menu-lines:before {
  top: 2px;
}
.main-navigation .nav-toggle button span.menu-lines:after {
  bottom: 2px;
}
.main-navigation .nav-toggle button span.icon-menu {
  font-size: 28px;
}
.main-navigation .nav-toggle button span.icon-close {
  font-size: 24px;
}
.main-navigation .nav-toggle button:hover span.menu-lines:before {
  top: 0;
}
.main-navigation .nav-toggle button:hover span.menu-lines:after {
  bottom: 0;
}
.main-navigation .nav-toggle button:hover span.icon-close {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
}
.main-navigation .navbar {
  padding: 0;
}
.main-navigation .navbar .navbar-inner {
  width: 100%;
}
.main-navigation .navbar .nav-logo-wrapper {
  display: block;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.main-navigation .navbar .nav-logo-wrapper span, .main-navigation .navbar .nav-logo-wrapper img {
  display: block;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.main-navigation .navbar .logo-icon .nav-logo-wrapper {
  width: 75px;
  height: 75px;
  background-color: #242424;
  position: relative;
}
.main-navigation .navbar .logo-icon .nav-logo-wrapper span {
  color: #ffffff;
  font-size: 60px;
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.main-navigation .navbar .logo-icon a.nav-logo-wrapper {
  cursor: pointer;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.main-navigation .navbar .logo-icon a.nav-logo-wrapper:hover, .main-navigation .navbar .logo-icon a.nav-logo-wrapper:focus-visible {
  background-color: #D2232A;
}
.main-navigation .navbar .navbar-middle .logo-text {
  padding-left: 0;
  padding-right: 30px;
}
.main-navigation .navbar .navbar-middle .logo-text .nav-logo-wrapper {
  width: 120px;
}
.main-navigation .navbar .navbar-middle .logo-text .nav-logo-wrapper img {
  width: 100%;
}
.main-navigation .navbar .navbar-middle .utility-nav ul.utility-nav-wrapper {
  padding-right: 10px;
}
.main-navigation .navbar .navbar-middle .utility-nav ul.utility-nav-wrapper li {
  padding-left: 20px;
  padding-right: 20px;
}
.main-navigation .navbar .navbar-middle .utility-nav ul.utility-nav-wrapper li a {
  vertical-align: bottom;
  cursor: pointer;
  position: relative;
  display: inline-block;
  display: block;
}
.main-navigation .navbar .navbar-middle .utility-nav ul.utility-nav-wrapper li a:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  -webkit-transform-origin: left;
  transform-origin: left;
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.275, 0, 0, 1);
  transition: all 0.5s cubic-bezier(0.275, 0, 0, 1);
  border-bottom: 1px solid #242424;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
.main-navigation .navbar .navbar-middle .utility-nav ul.utility-nav-wrapper li a:hover:after, .main-navigation .navbar .navbar-middle .utility-nav ul.utility-nav-wrapper li a:focus-visible:after {
  opacity: 1;
  -webkit-transform: scaleX(1);
}
.main-navigation .navbar .navbar-middle .utility-nav .landing-tagline {
  font-family: "Archivo", Arial, sans-serif;
  font-stretch: 62.5%;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0;
  padding: 0 40px;
}
.main-navigation .navbar .nav-toggle button {
  color: #242424;
}
.main-navigation .navbar .nav-toggle button span {
  color: #242424;
}
.main-navigation .nav-wrapper {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  background-color: #242424;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  z-index: 999;
  padding: 0 25px;
  overflow-x: hidden;
  overflow-y: auto;
}
.main-navigation .nav-wrapper.open {
  right: 0 !important;
}
.main-navigation .nav-wrapper .nav-wrapper-inner {
  height: 100%;
}
.main-navigation .nav-wrapper .nav-wrapper-inner .main-nav-body, .main-navigation .nav-wrapper .nav-wrapper-inner .main-nav-sidebar {
  height: 100%;
}
.main-navigation .nav-wrapper .nav-wrapper-inner .main-nav-body > .row, .main-navigation .nav-wrapper .nav-wrapper-inner .main-nav-sidebar > .row {
  flex-direction: column;
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  height: 100%;
}
.main-navigation .nav-wrapper .nav-wrapper-inner .main-nav-body li, .main-navigation .nav-wrapper .nav-wrapper-inner .main-nav-body a, .main-navigation .nav-wrapper .nav-wrapper-inner .main-nav-body button, .main-navigation .nav-wrapper .nav-wrapper-inner .main-nav-body span, .main-navigation .nav-wrapper .nav-wrapper-inner .main-nav-body p, .main-navigation .nav-wrapper .nav-wrapper-inner .main-nav-sidebar li, .main-navigation .nav-wrapper .nav-wrapper-inner .main-nav-sidebar a, .main-navigation .nav-wrapper .nav-wrapper-inner .main-nav-sidebar button, .main-navigation .nav-wrapper .nav-wrapper-inner .main-nav-sidebar span, .main-navigation .nav-wrapper .nav-wrapper-inner .main-nav-sidebar p {
  color: #ffffff;
}
.main-navigation .nav-wrapper .main-nav-body {
  padding-bottom: 50px;
  padding-top: 35px;
}
.main-navigation .nav-wrapper .main-nav-body .main-nav ul.main-nav-wrapper li {
  flex: 0 0 auto;
  width: 100%;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.main-navigation .nav-wrapper .main-nav-body .main-nav ul.main-nav-wrapper li a {
  display: block;
  font-size: 60px;
  font-size: 3.75rem;
  line-height: 72px;
  line-height: 4.5rem;
  letter-spacing: 0;
  font-stretch: 87.5%;
  font-weight: 300;
}
.main-navigation .nav-wrapper .main-nav-body .main-nav ul.main-nav-wrapper.selecting-with-current li {
  opacity: 0.4;
}
.main-navigation .nav-wrapper .main-nav-body .main-nav ul.main-nav-wrapper.selecting-with-current li.current-menu-item, .main-navigation .nav-wrapper .main-nav-body .main-nav ul.main-nav-wrapper.selecting-with-current li.current_page_parent {
  opacity: 1;
}
.main-navigation .nav-wrapper .main-nav-body .main-nav ul.main-nav-wrapper.selecting li {
  opacity: 0.4 !important;
}
.main-navigation .nav-wrapper .main-nav-body .main-nav ul.main-nav-wrapper.selecting li.selected {
  opacity: 1 !important;
}
.main-navigation .nav-wrapper .main-nav-body .contact-info p {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 22px;
  line-height: 1.375rem;
  margin: 0;
}
.main-navigation .nav-wrapper .main-nav-body .contact-info p a {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 22px;
  line-height: 1.375rem;
  text-decoration: none !important;
  vertical-align: bottom;
  cursor: pointer;
  position: relative;
  display: inline-block;
}
.main-navigation .nav-wrapper .main-nav-body .contact-info p a:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-transform-origin: left;
  transform-origin: left;
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.275, 0, 0, 1);
  transition: all 0.5s cubic-bezier(0.275, 0, 0, 1);
  border-bottom: 1px solid #ffffff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
.main-navigation .nav-wrapper .main-nav-body .contact-info p a:hover:after, .main-navigation .nav-wrapper .main-nav-body .contact-info p a:focus-visible:after {
  opacity: 1;
  -webkit-transform: scaleX(1);
}
.main-navigation .nav-wrapper .main-nav-sidebar {
  padding-bottom: 30px;
}
.main-navigation .nav-wrapper .main-nav-sidebar .social a {
  width: 60px;
  height: 60px;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  margin-right: -19px;
  display: block;
  position: relative;
}
.main-navigation .nav-wrapper .main-nav-sidebar .social a span {
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 18px;
  display: block;
  pointer-events: none;
}
.main-navigation .nav-wrapper .main-nav-sidebar .social a:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  transform: scale(1.2);
}
@media (min-width: 992px) {
  .main-navigation {
    padding: 0;
  }
  .main-navigation .nav-toggle button, .main-navigation .nav-toggle .toggle-spacer {
    width: 75px;
    height: 75px;
    margin-right: 0;
  }
  .main-navigation .navbar .logo-icon .nav-logo-wrapper {
    position: relative;
  }
  .main-navigation .navbar .logo-icon .nav-logo-wrapper:before, .main-navigation .navbar .logo-icon .nav-logo-wrapper:after {
    content: "";
    width: 75px;
    position: absolute;
    left: 0;
    bottom: -1px;
    pointer-events: none;
  }
  .main-navigation .navbar .logo-icon .nav-logo-wrapper:before {
    z-index: 1;
    border-bottom: 1px solid #242424;
  }
  .main-navigation .navbar .logo-icon .nav-logo-wrapper:after {
    z-index: 2;
    border-bottom: 1px solid rgba(148, 148, 153, 0.3);
  }
  .main-navigation .navbar .navbar-middle .logo-text {
    padding-left: 30px;
  }
  .main-navigation .nav-wrapper {
    width: 75%;
    right: -75%;
    padding: 0 0 0 75px;
  }
  .main-navigation .nav-wrapper .main-nav-body {
    padding-bottom: 75px;
    padding-top: 100px;
    padding-left: 0;
    padding-right: 50px;
    border-left: 1px solid rgba(148, 148, 153, 0.3);
  }
  .main-navigation .nav-wrapper .main-nav-sidebar {
    padding-bottom: 50px;
  }
  .main-navigation .nav-wrapper .main-nav-sidebar .social a {
    width: 75px;
    height: 75px;
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .main-navigation .nav-wrapper {
    width: 50%;
    right: -50%;
  }
}

.footer {
  background-color: #D2232A;
}

.footer-content {
  padding: 0 25px;
  background-color: #D2232A;
  position: relative;
}
.footer-content li, .footer-content a, .footer-content button, .footer-content span, .footer-content p, .footer-content h2 {
  color: #ffffff;
}
.footer-content .footer-top > div {
  position: relative;
  z-index: 2;
}
.footer-content .footer-top:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 300px;
  height: 300px;
  right: -22px;
  bottom: -165px;
  background-image: url("img/footer-lion.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .footer-content .footer-top:after {
    right: 50px;
  }
}
@media (min-width: 992px) {
  .footer-content .footer-top:after {
    top: 75px;
    bottom: unset;
    right: 100px;
  }
}
@media (min-width: 1200px) {
  .footer-content .footer-top:after {
    top: 100px;
  }
}
.footer-content .footer-top, .footer-content .footer-bot {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
.footer-content .footer-social {
  margin-left: -24px;
  padding-top: 25px;
  padding-bottom: 25px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .footer-content .footer-social {
    padding-top: 50px;
  }
}
@media (min-width: 992px) {
  .footer-content .footer-social {
    padding-bottom: 50px;
  }
}
.footer-content .footer-social a {
  width: 60px;
  height: 60px;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.footer-content .footer-social a span {
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 18px;
  display: block;
  pointer-events: none;
}
.footer-content .footer-social a:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  transform: scale(1.2);
}
.footer-content .footer-top {
  z-index: 1;
}
.footer-content .footer-top .footer-cta {
  padding-top: 50px;
}
@media (min-width: 992px) {
  .footer-content .footer-top .footer-cta {
    padding-top: 75px;
  }
}
@media (min-width: 1200px) {
  .footer-content .footer-top .footer-cta {
    padding-top: 100px;
  }
}
.footer-content .footer-top .footer-contact-info {
  padding-top: 50px;
  padding-bottom: 75px;
}
@media (min-width: 992px) {
  .footer-content .footer-top .footer-contact-info {
    padding-top: 75px;
  }
}
@media (min-width: 992px) {
  .footer-content .footer-top .footer-contact-info {
    padding-bottom: 100px;
  }
}
@media (min-width: 1200px) {
  .footer-content .footer-top .footer-contact-info {
    padding-bottom: 150px;
  }
}
.footer-content .footer-top .footer-contact-info p a {
  text-decoration: none !important;
  vertical-align: bottom;
  cursor: pointer;
  position: relative;
  display: inline-block;
}
.footer-content .footer-top .footer-contact-info p a:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-transform-origin: left;
  transform-origin: left;
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.275, 0, 0, 1);
  transition: all 0.5s cubic-bezier(0.275, 0, 0, 1);
  border-bottom: 1px solid #ffffff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
.footer-content .footer-top .footer-contact-info p a:hover:after, .footer-content .footer-top .footer-contact-info p a:focus-visible:after {
  opacity: 1;
  -webkit-transform: scaleX(1);
}
.footer-content .footer-top .footer-contact-info p.copyright {
  padding-top: 25px;
}
@media (min-width: 992px) {
  .footer-content .footer-top .footer-contact-info p.copyright {
    padding-top: 50px;
  }
}
.footer-content .footer-bot {
  z-index: 2;
}
.footer-content .footer-bot .footer-utility {
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  .footer-content .footer-bot .footer-utility {
    padding-bottom: 75px;
  }
}
.footer-content .footer-bot .footer-utility p, .footer-content .footer-bot .footer-utility a {
  font-size: 14px;
  line-height: 20px;
}
.footer-content .footer-bot .footer-utility .footer-navigation {
  margin-top: 0;
  margin-bottom: 0;
}
.footer-content .footer-bot .footer-utility .footer-navigation .footer-nav ul.footer-nav-wrapper {
  margin-left: -10px;
  margin-right: -10px;
}
.footer-content .footer-bot .footer-utility .footer-navigation .footer-nav ul.footer-nav-wrapper li {
  padding: 10px;
}
.footer-content .footer-bot .footer-utility .footer-navigation .footer-nav ul.footer-nav-wrapper li a {
  vertical-align: bottom;
  cursor: pointer;
  position: relative;
  display: inline-block;
}
.footer-content .footer-bot .footer-utility .footer-navigation .footer-nav ul.footer-nav-wrapper li a:after, .footer-content .footer-bot .footer-utility .footer-navigation .footer-nav ul.footer-nav-wrapper li a:before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  -webkit-transform-origin: left;
  transform-origin: left;
  opacity: 0;
  border-bottom: 1px solid #ffffff;
}
.footer-content .footer-bot .footer-utility .footer-navigation .footer-nav ul.footer-nav-wrapper li a:after {
  -webkit-transition: all 0.5s cubic-bezier(0.275, 0, 0, 1);
  transition: all 0.5s cubic-bezier(0.275, 0, 0, 1);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  transition-delay: 0.1s;
}
.footer-content .footer-bot .footer-utility .footer-navigation .footer-nav ul.footer-nav-wrapper li a:before {
  opacity: 1;
  -webkit-transform: scaleX(1);
}
.footer-content .footer-bot .footer-utility .footer-navigation .footer-nav ul.footer-nav-wrapper li a:hover:after, .footer-content .footer-bot .footer-utility .footer-navigation .footer-nav ul.footer-nav-wrapper li a:focus-visible:after {
  opacity: 1;
  -webkit-transform: scaleX(1);
}
.footer-content .footer-bot .footer-utility .footer-navigation .footer-nav ul.footer-nav-wrapper li a:hover:before, .footer-content .footer-bot .footer-utility .footer-navigation .footer-nav ul.footer-nav-wrapper li a:focus-visible:before {
  opacity: 0;
  left: 100%;
}
@media (min-width: 992px) {
  .footer-content {
    padding-left: 75px;
    padding-right: 0;
  }
  .footer-content .footer-social {
    margin-left: 0;
    padding-bottom: 50px;
    padding-top: 0;
  }
  .footer-content .footer-social a {
    width: 75px;
    height: 75px;
    display: block;
  }
  .footer-content .footer-top {
    border-right: none;
  }
  .footer-content .footer-top .footer-contact-info {
    padding-bottom: 0;
  }
  .footer-content .footer-bot {
    border-right: none;
  }
}

section.content-section-wrapper .fc .offset-col {
  position: relative;
}
section.content-section-wrapper .fc .offset-col .offset-heading-wrapper {
  position: relative;
}
section.content-section-wrapper .fc .offset-col .offset-heading-wrapper h2, section.content-section-wrapper .fc .offset-col .offset-heading-wrapper p {
  width: 100%;
  max-width: 100%;
}
section.content-section-wrapper .fc .offset-col .offset-heading-wrapper h2:nth-last-child(2) {
  padding-bottom: 0;
}
section.content-section-wrapper .fc .offset-col .offset-heading-wrapper p {
  padding-bottom: 0;
}
section.content-section-wrapper .fc .offset-col .offset-heading-wrapper .cta-wrapper {
  padding-top: 25px;
}
section.content-section-wrapper .fc .content-col {
  position: relative;
}
section.content-section-wrapper .fc.centered .content-col {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1150px) {
  section.content-section-wrapper .fc.centered .content-col.bs {
    padding-left: 100px;
  }
}
@media (min-width: 1350px) {
  section.content-section-wrapper .fc.centered .content-col.bs {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
section.content-section-wrapper .fc.full .offset-col .offset-heading-wrapper, section.content-section-wrapper .fc.rb-container .offset-col .offset-heading-wrapper, section.content-section-wrapper .fc.lb-container .offset-col .offset-heading-wrapper, section.content-section-wrapper .fc.fb-container .offset-col .offset-heading-wrapper, section.content-section-wrapper .fc.centered .offset-col .offset-heading-wrapper {
  padding-bottom: 50px;
  padding-right: 25px;
}
@media (min-width: 992px) {
  section.content-section-wrapper .fc.full .offset-col .offset-heading-wrapper, section.content-section-wrapper .fc.rb-container .offset-col .offset-heading-wrapper, section.content-section-wrapper .fc.lb-container .offset-col .offset-heading-wrapper, section.content-section-wrapper .fc.fb-container .offset-col .offset-heading-wrapper, section.content-section-wrapper .fc.centered .offset-col .offset-heading-wrapper {
    padding-bottom: 75px;
  }
}
@media (min-width: 1200px) {
  section.content-section-wrapper .fc.full .offset-col .offset-heading-wrapper, section.content-section-wrapper .fc.rb-container .offset-col .offset-heading-wrapper, section.content-section-wrapper .fc.lb-container .offset-col .offset-heading-wrapper, section.content-section-wrapper .fc.fb-container .offset-col .offset-heading-wrapper, section.content-section-wrapper .fc.centered .offset-col .offset-heading-wrapper {
    padding-bottom: 100px;
  }
}
@media (min-width: 768px) {
  section.content-section-wrapper .fc.full .offset-col .offset-heading-wrapper, section.content-section-wrapper .fc.rb-container .offset-col .offset-heading-wrapper, section.content-section-wrapper .fc.lb-container .offset-col .offset-heading-wrapper, section.content-section-wrapper .fc.fb-container .offset-col .offset-heading-wrapper, section.content-section-wrapper .fc.centered .offset-col .offset-heading-wrapper {
    padding-right: 50px;
  }
}
@media (min-width: 992px) {
  section.content-section-wrapper .fc.full .offset-col .offset-heading-wrapper, section.content-section-wrapper .fc.rb-container .offset-col .offset-heading-wrapper, section.content-section-wrapper .fc.lb-container .offset-col .offset-heading-wrapper, section.content-section-wrapper .fc.fb-container .offset-col .offset-heading-wrapper, section.content-section-wrapper .fc.centered .offset-col .offset-heading-wrapper {
    padding-right: 100px;
  }
}
@media (min-width: 1200px) {
  section.content-section-wrapper .fc.full .offset-col .offset-heading-wrapper h2, section.content-section-wrapper .fc.full .offset-col .offset-heading-wrapper p, section.content-section-wrapper .fc.rb-container .offset-col .offset-heading-wrapper h2, section.content-section-wrapper .fc.rb-container .offset-col .offset-heading-wrapper p, section.content-section-wrapper .fc.lb-container .offset-col .offset-heading-wrapper h2, section.content-section-wrapper .fc.lb-container .offset-col .offset-heading-wrapper p, section.content-section-wrapper .fc.fb-container .offset-col .offset-heading-wrapper h2, section.content-section-wrapper .fc.fb-container .offset-col .offset-heading-wrapper p, section.content-section-wrapper .fc.centered .offset-col .offset-heading-wrapper h2, section.content-section-wrapper .fc.centered .offset-col .offset-heading-wrapper p {
    max-width: 50%;
  }
}
section.content-section-wrapper .fc.full .offset-col .offset-heading-wrapper .absolute-hr, section.content-section-wrapper .fc.rb-container .offset-col .offset-heading-wrapper .absolute-hr, section.content-section-wrapper .fc.lb-container .offset-col .offset-heading-wrapper .absolute-hr, section.content-section-wrapper .fc.fb-container .offset-col .offset-heading-wrapper .absolute-hr, section.content-section-wrapper .fc.centered .offset-col .offset-heading-wrapper .absolute-hr {
  display: none;
}
section.content-section-wrapper .fc.rb-container .offset-col {
  padding-right: 25px;
}
@media (min-width: 992px) {
  section.content-section-wrapper .fc.rb-container .offset-col {
    padding-right: 75px;
  }
}
section.content-section-wrapper .fc.lb-container .offset-col {
  padding-left: 25px;
}
@media (min-width: 992px) {
  section.content-section-wrapper .fc.lb-container .offset-col {
    padding-left: 75px;
  }
}
section.content-section-wrapper .fc.fb-container .offset-col {
  padding-left: 25px;
  padding-right: 25px;
}
@media (min-width: 992px) {
  section.content-section-wrapper .fc.fb-container .offset-col {
    padding-left: 75px;
  }
}
@media (min-width: 992px) {
  section.content-section-wrapper .fc.fb-container .offset-col {
    padding-right: 75px;
  }
}
section.content-section-wrapper .fc.offset .offset-col, section.content-section-wrapper .fc.offset_bleed .offset-col {
  z-index: 1;
}
section.content-section-wrapper .fc.offset .offset-col .offset-heading-wrapper, section.content-section-wrapper .fc.offset_bleed .offset-col .offset-heading-wrapper {
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  section.content-section-wrapper .fc.offset .offset-col .offset-heading-wrapper, section.content-section-wrapper .fc.offset_bleed .offset-col .offset-heading-wrapper {
    padding-bottom: 75px;
  }
}
section.content-section-wrapper .fc.offset .offset-col .offset-heading-wrapper .absolute-hr, section.content-section-wrapper .fc.offset_bleed .offset-col .offset-heading-wrapper .absolute-hr {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  border-top: 1px solid rgba(148, 148, 153, 0.3);
}
@media (max-width: 1199px) {
  section.content-section-wrapper .fc.offset .offset-col .offset-heading-wrapper, section.content-section-wrapper .fc.offset_bleed .offset-col .offset-heading-wrapper {
    padding-right: 25px;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  section.content-section-wrapper .fc.offset .offset-col .offset-heading-wrapper, section.content-section-wrapper .fc.offset_bleed .offset-col .offset-heading-wrapper {
    padding-right: 50px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  section.content-section-wrapper .fc.offset .offset-col .offset-heading-wrapper, section.content-section-wrapper .fc.offset_bleed .offset-col .offset-heading-wrapper {
    padding-right: 100px;
  }
}
@media (max-width: 1199px) {
  section.content-section-wrapper .fc.offset .offset-col .offset-heading-wrapper .absolute-hr, section.content-section-wrapper .fc.offset_bleed .offset-col .offset-heading-wrapper .absolute-hr {
    display: none;
  }
}
section.content-section-wrapper .fc.offset .content-col, section.content-section-wrapper .fc.offset_bleed .content-col {
  z-index: 2;
}
section.content-section-wrapper.content_lightbox_videos .fc > .row, section.content-section-wrapper.content_image .fc > .row, section.content-section-wrapper.content_image_slider .fc > .row {
  overflow-x: hidden;
}
section.content-section-wrapper h1, section.content-section-wrapper h2, section.content-section-wrapper h3, section.content-section-wrapper h4, section.content-section-wrapper h5, section.content-section-wrapper h6 {
  margin: 0;
}
section.content-section-wrapper h1:not(:last-child), section.content-section-wrapper h2:not(:last-child), section.content-section-wrapper h3:not(:last-child), section.content-section-wrapper h4:not(:last-child), section.content-section-wrapper h5:not(:last-child), section.content-section-wrapper h6:not(:last-child) {
  padding-bottom: 15px;
}
section.content-section-wrapper p {
  margin: 0;
}
section.content-section-wrapper p:not(:last-child) {
  padding-bottom: 20px;
}
section.content-section-wrapper.bg-red {
  background-color: #D2232A;
}
section.content-section-wrapper.bg-red p, section.content-section-wrapper.bg-red a, section.content-section-wrapper.bg-red span:not(.icon-quote), section.content-section-wrapper.bg-red h1, section.content-section-wrapper.bg-red h2, section.content-section-wrapper.bg-red h3, section.content-section-wrapper.bg-red h4, section.content-section-wrapper.bg-red h5, section.content-section-wrapper.bg-red h6, section.content-section-wrapper.bg-red b, section.content-section-wrapper.bg-red i {
  color: #ffffff !important;
}
section.content-section-wrapper.bg-red span.icon-quote {
  color: #ffffff;
}
section.content-section-wrapper.bg-med-gray {
  background-color: #6E6E72;
}
section.content-section-wrapper.bg-med-gray p, section.content-section-wrapper.bg-med-gray a, section.content-section-wrapper.bg-med-gray span:not(.icon-quote), section.content-section-wrapper.bg-med-gray h1, section.content-section-wrapper.bg-med-gray h2, section.content-section-wrapper.bg-med-gray h3, section.content-section-wrapper.bg-med-gray h4, section.content-section-wrapper.bg-med-gray h5, section.content-section-wrapper.bg-med-gray h6, section.content-section-wrapper.bg-med-gray b, section.content-section-wrapper.bg-med-gray i {
  color: #ffffff !important;
}
section.content-section-wrapper.bg-med-gray span.icon-quote {
  color: #ffffff;
}
section.content-section-wrapper.bg-work-gray {
  background-color: #555555;
}
section.content-section-wrapper.bg-work-gray p, section.content-section-wrapper.bg-work-gray a, section.content-section-wrapper.bg-work-gray span:not(.icon-quote), section.content-section-wrapper.bg-work-gray h1, section.content-section-wrapper.bg-work-gray h2, section.content-section-wrapper.bg-work-gray h3, section.content-section-wrapper.bg-work-gray h4, section.content-section-wrapper.bg-work-gray h5, section.content-section-wrapper.bg-work-gray h6, section.content-section-wrapper.bg-work-gray b, section.content-section-wrapper.bg-work-gray i {
  color: #ffffff !important;
}
section.content-section-wrapper.bg-work-gray span.icon-quote {
  color: #ffffff;
}
section.content-section-wrapper.bg-dark-gray {
  background-color: #242424;
}
section.content-section-wrapper.bg-dark-gray p, section.content-section-wrapper.bg-dark-gray a, section.content-section-wrapper.bg-dark-gray span:not(.icon-quote), section.content-section-wrapper.bg-dark-gray h1, section.content-section-wrapper.bg-dark-gray h2, section.content-section-wrapper.bg-dark-gray h3, section.content-section-wrapper.bg-dark-gray h4, section.content-section-wrapper.bg-dark-gray h5, section.content-section-wrapper.bg-dark-gray h6, section.content-section-wrapper.bg-dark-gray b, section.content-section-wrapper.bg-dark-gray i {
  color: #ffffff !important;
}
section.content-section-wrapper.bg-dark-gray span.icon-quote {
  color: #ffffff;
}
section.content-section-wrapper.bg-gray {
  background-color: #D3D1D1;
}
section.content-section-wrapper.bg-gray p, section.content-section-wrapper.bg-gray a, section.content-section-wrapper.bg-gray span:not(.icon-quote), section.content-section-wrapper.bg-gray h1, section.content-section-wrapper.bg-gray h2, section.content-section-wrapper.bg-gray h3, section.content-section-wrapper.bg-gray h4, section.content-section-wrapper.bg-gray h5, section.content-section-wrapper.bg-gray h6, section.content-section-wrapper.bg-gray b, section.content-section-wrapper.bg-gray i {
  color: #242424 !important;
}
section.content-section-wrapper.bg-gray span.icon-quote {
  color: #242424;
}
section.content-section-wrapper.bg-light-gray {
  background-color: #F1F0EF;
}
section.content-section-wrapper.bg-light-gray p, section.content-section-wrapper.bg-light-gray a, section.content-section-wrapper.bg-light-gray span:not(.icon-quote), section.content-section-wrapper.bg-light-gray h1, section.content-section-wrapper.bg-light-gray h2, section.content-section-wrapper.bg-light-gray h3, section.content-section-wrapper.bg-light-gray h4, section.content-section-wrapper.bg-light-gray h5, section.content-section-wrapper.bg-light-gray h6, section.content-section-wrapper.bg-light-gray b, section.content-section-wrapper.bg-light-gray i {
  color: #242424 !important;
}
section.content-section-wrapper.bg-light-gray span.icon-quote {
  color: #242424;
}
section.content-section-wrapper.text-white p, section.content-section-wrapper.text-white a, section.content-section-wrapper.text-white span:not(.icon-quote), section.content-section-wrapper.text-white h1, section.content-section-wrapper.text-white h2, section.content-section-wrapper.text-white h3, section.content-section-wrapper.text-white h4, section.content-section-wrapper.text-white h5, section.content-section-wrapper.text-white h6, section.content-section-wrapper.text-white b, section.content-section-wrapper.text-white i {
  color: #ffffff !important;
}
section.content-section-wrapper.text-white span.icon-quote {
  color: #ffffff;
}
section.content-section-wrapper.bg-white {
  background-color: #ffffff;
}
section.content-section-wrapper.bg-white p, section.content-section-wrapper.bg-white a, section.content-section-wrapper.bg-white span, section.content-section-wrapper.bg-white h1, section.content-section-wrapper.bg-white h2, section.content-section-wrapper.bg-white h3, section.content-section-wrapper.bg-white h4, section.content-section-wrapper.bg-white h5, section.content-section-wrapper.bg-white h6, section.content-section-wrapper.bg-white b, section.content-section-wrapper.bg-white i {
  color: #242424;
}
section.content-section-wrapper.bg-white:not(.content_divider_media) p:not(.lg):not(.xl):not(.quote), section.content-section-wrapper.bg-white:not(.content_divider_media) li {
  color: #6E6E72;
}
section.content-section-wrapper.content_numbered_callouts .callout-wrapper {
  border-top: 1px solid rgba(148, 148, 153, 0.3);
  padding-top: 25px;
  padding-bottom: 25px;
}
section.content-section-wrapper.content_numbered_callouts .callout-wrapper .number {
  padding-right: 25px;
}
section.content-section-wrapper.content_numbered_callouts .callout-wrapper .number span {
  font-size: 110px;
  font-size: 6.875rem;
  line-height: 110px;
  line-height: 6.875rem;
  letter-spacing: 0;
  font-stretch: 87.5%;
  font-weight: 700;
  color: #F1F0EF;
  display: block;
  margin-top: -5px;
}
section.content-section-wrapper.content_numbered_callouts .callout-wrapper:not(:last-child) {
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  section.content-section-wrapper.content_numbered_callouts .callout-wrapper:not(:last-child) {
    padding-bottom: 75px;
  }
}
section.content-section-wrapper.content_image .image-wrapper img {
  display: block;
  width: 100%;
  max-width: 100%;
}
section.content-section-wrapper.content_video .video-wrapper video {
  display: block;
  width: 100%;
  max-width: 100%;
}
section.content-section-wrapper.content_multi_column_copy .copy-row .copy-col:not(:last-child) {
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  section.content-section-wrapper.content_multi_column_copy .copy-row {
    margin-left: -25px;
    margin-right: -25px;
  }
  section.content-section-wrapper.content_multi_column_copy .copy-row .copy-col {
    padding-bottom: 0 !important;
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 1200px) {
  section.content-section-wrapper.content_multi_column_copy .copy-row {
    margin-left: -50px;
    margin-right: -50px;
  }
  section.content-section-wrapper.content_multi_column_copy .copy-row .copy-col {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 1300px) {
  section.content-section-wrapper.content_multi_column_copy .copy-row {
    margin-left: -55px;
    margin-right: -55px;
  }
  section.content-section-wrapper.content_multi_column_copy .copy-row .copy-col {
    padding-left: 55px;
    padding-right: 55px;
  }
}
section.content-section-wrapper.content_statistics .stat-row {
  margin-left: -25px;
  margin-right: -25px;
}
section.content-section-wrapper.content_statistics .stat-row .stat-col {
  padding-left: 25px;
  padding-right: 25px;
}
section.content-section-wrapper.content_statistics .stat-row .stat-col p.stat {
  margin: 0;
}
section.content-section-wrapper.content_statistics .stat-row .stat-col p.stat span {
  display: block;
  letter-spacing: 0;
  font-weight: 600;
  font-stretch: 62.5%;
}
section.content-section-wrapper.content_statistics .stat-row .stat-col p.stat span.stat-value {
  font-family: "Archivo", Arial, sans-serif;
  color: #000000;
  font-size: 125px;
  font-size: 7.8125rem;
  line-height: 1;
}
section.content-section-wrapper.content_statistics .stat-row .stat-col p.stat span.stat-label {
  width: 100%;
  padding-top: 1rem;
  font-family: "Archivo", Arial, sans-serif;
  color: #242424;
  text-transform: uppercase;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 25px;
  line-height: 1.5625rem;
  border-top: 1px solid rgba(148, 148, 153, 0.3);
}
section.content-section-wrapper.content_statistics .stat-row .stat-col:not(:last-child) {
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  section.content-section-wrapper.content_statistics .stat-row .stat-col {
    padding-bottom: 0 !important;
  }
}
@media (min-width: 1200px) {
  section.content-section-wrapper.content_statistics .stat-row {
    margin-left: -50px;
    margin-right: -50px;
  }
  section.content-section-wrapper.content_statistics .stat-row .stat-col {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 1300px) {
  section.content-section-wrapper.content_statistics .stat-row {
    margin-left: -55px;
    margin-right: -55px;
  }
  section.content-section-wrapper.content_statistics .stat-row .stat-col {
    padding-left: 55px;
    padding-right: 55px;
  }
}
section.content-section-wrapper.content_quote .row.has-accent {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
section.content-section-wrapper.content_quote .row.has-accent .offset-col {
  position: relative;
  z-index: 2;
  padding-right: 0 !important;
}
section.content-section-wrapper.content_quote .row.has-accent .offset-col .accent-image-wrapper {
  position: relative;
  height: 0;
  padding-top: 100% !important;
  width: calc(100% + 40px);
  max-width: 500px;
  right: 0;
  display: none;
  pointer-events: none;
}
section.content-section-wrapper.content_quote .row.has-accent .offset-col .accent-image-wrapper .accent-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
}
section.content-section-wrapper.content_quote .row.has-accent .content-col {
  z-index: 1;
}
@media (min-width: 1200px) {
  section.content-section-wrapper.content_quote .row.has-accent .offset-col .accent-image-wrapper {
    display: block;
  }
}
section.content-section-wrapper.content_image_slider .fc .content-col .image-wrapper img {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
section.content-section-wrapper.content_image_slider .fc .content-col .slider-wrapper {
  padding-left: 50px;
  padding-right: 50px;
}
@media (min-width: 992px) {
  section.content-section-wrapper.content_image_slider .fc .content-col .slider-wrapper {
    padding-left: 75px;
    padding-right: 75px;
  }
}
@media (min-width: 1200px) {
  section.content-section-wrapper.content_image_slider .fc.offset .content-col {
    flex: 0 0 auto;
    width: 75%;
  }
}
section.content-section-wrapper.content_image_slider .fc.fb-container, section.content-section-wrapper.content_image_slider .fc.lb-container, section.content-section-wrapper.content_image_slider .fc.rb-container {
  padding-left: 25px;
  padding-right: 25px;
}
@media (min-width: 992px) {
  section.content-section-wrapper.content_image_slider .fc.fb-container, section.content-section-wrapper.content_image_slider .fc.lb-container, section.content-section-wrapper.content_image_slider .fc.rb-container {
    padding-left: 75px;
  }
}
@media (min-width: 992px) {
  section.content-section-wrapper.content_image_slider .fc.fb-container, section.content-section-wrapper.content_image_slider .fc.lb-container, section.content-section-wrapper.content_image_slider .fc.rb-container {
    padding-right: 75px;
  }
}
@media (min-width: 992px) {
  section.content-section-wrapper.content_image_slider .fc.fb-container, section.content-section-wrapper.content_image_slider .fc.lb-container, section.content-section-wrapper.content_image_slider .fc.rb-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  section.content-section-wrapper.content_image_slider .fc.fb-container .content-col, section.content-section-wrapper.content_image_slider .fc.lb-container .content-col, section.content-section-wrapper.content_image_slider .fc.rb-container .content-col {
    flex: 0 0 auto;
    width: 66.66666667%;
    margin-left: 16.66666667%;
    overflow: visible;
  }
  section.content-section-wrapper.content_image_slider .fc.fb-container .content-col .slider-wrapper, section.content-section-wrapper.content_image_slider .fc.lb-container .content-col .slider-wrapper, section.content-section-wrapper.content_image_slider .fc.rb-container .content-col .slider-wrapper {
    overflow: visible;
  }
  section.content-section-wrapper.content_image_slider .fc.fb-container .content-col .slider-wrapper .image-slider, section.content-section-wrapper.content_image_slider .fc.lb-container .content-col .slider-wrapper .image-slider, section.content-section-wrapper.content_image_slider .fc.rb-container .content-col .slider-wrapper .image-slider {
    overflow: visible;
  }
  section.content-section-wrapper.content_image_slider .fc.fb-container .content-col .slider-wrapper .image-slider .slick-list, section.content-section-wrapper.content_image_slider .fc.lb-container .content-col .slider-wrapper .image-slider .slick-list, section.content-section-wrapper.content_image_slider .fc.rb-container .content-col .slider-wrapper .image-slider .slick-list {
    overflow: visible;
  }
  section.content-section-wrapper.content_image_slider .fc.fb-container .content-col .slider-wrapper .image-slider .slick-track, section.content-section-wrapper.content_image_slider .fc.lb-container .content-col .slider-wrapper .image-slider .slick-track, section.content-section-wrapper.content_image_slider .fc.rb-container .content-col .slider-wrapper .image-slider .slick-track {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: visible;
  }
  section.content-section-wrapper.content_image_slider .fc.fb-container .content-col .slider-wrapper .image-slider .slide .image-wrapper img, section.content-section-wrapper.content_image_slider .fc.lb-container .content-col .slider-wrapper .image-slider .slide .image-wrapper img, section.content-section-wrapper.content_image_slider .fc.rb-container .content-col .slider-wrapper .image-slider .slide .image-wrapper img {
    transform-origin: center center;
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -moz-transform: scale(0.75);
    transform: scale(0.75);
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
  }
  section.content-section-wrapper.content_image_slider .fc.fb-container .content-col .slider-wrapper .image-slider .slide.slick-active .image-wrapper img, section.content-section-wrapper.content_image_slider .fc.lb-container .content-col .slider-wrapper .image-slider .slide.slick-active .image-wrapper img, section.content-section-wrapper.content_image_slider .fc.rb-container .content-col .slider-wrapper .image-slider .slide.slick-active .image-wrapper img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}

.mfp-inline-holder .mfp-content .lightbox-video-slider .slider-wrapper {
  padding-left: 0px;
  padding-right: 0px;
}
.mfp-inline-holder .mfp-content .lightbox-video-slider .slider-wrapper .video-slider .slide {
  position: relative;
  cursor: pointer;
}
.mfp-inline-holder .mfp-content .lightbox-video-slider .slider-wrapper .video-slider .slide .iframe-wrapper {
  width: 100%;
  display: block;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}
.mfp-inline-holder .mfp-content .lightbox-video-slider .slider-wrapper .video-slider .slide .iframe-wrapper iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000000;
}
.mfp-inline-holder .mfp-content .lightbox-video-slider .arrow.arrow-prev {
  left: -25px;
}
.mfp-inline-holder .mfp-content .lightbox-video-slider .arrow.arrow-next {
  right: -25px;
}
.mfp-inline-holder .mfp-content .lightbox-video-slider .swipe-to-view {
  position: absolute;
  height: 50px;
  display: block;
  pointer-events: none;
  bottom: 0;
  width: 100%;
  left: 0;
  cursor: pointer;
}
.mfp-inline-holder .mfp-content .lightbox-video-slider .swipe-to-view p {
  text-align: center;
  color: #ffffff;
  display: block;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0;
  font-stretch: 62.5%;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .mfp-inline-holder .mfp-content .lightbox-video-slider .slider-wrapper .video-slider .slide {
    padding-bottom: 100px;
  }
}
@media (min-width: 992px) {
  .mfp-inline-holder .mfp-content .lightbox-video-slider .slider-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-inline-holder .mfp-content .lightbox-video-slider .slider-wrapper .arrow.arrow-prev {
    left: -75px;
  }
  .mfp-inline-holder .mfp-content .lightbox-video-slider .slider-wrapper .arrow.arrow-next {
    right: -75px;
  }
}

.work-listing .work-listing-row {
  margin-left: -7px;
  margin-right: -7px;
}
.work-listing .work-listing-row .work-item {
  padding: 7px;
  flex: 0 0 auto;
  width: 100%;
}
.work-listing .work-listing-row .work-item .work-item-wrapper {
  position: relative;
  display: block;
  overflow: hidden;
}
.work-listing .work-listing-row .work-item .work-item-wrapper .thumbnail-wrapper {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
.work-listing .work-listing-row .work-item .work-item-wrapper .thumbnail-wrapper .bg-video-wrapper, .work-listing .work-listing-row .work-item .work-item-wrapper .thumbnail-wrapper .bg-img-wrapper {
  transform-origin: center center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform, 0.3s !important;
  will-change: transform;
}
.work-listing .work-listing-row .work-item .work-item-wrapper .copy-wrapper {
  display: flex;
  flex-wrap: wrap;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 25px;
  background: rgba(0, 0, 0, 0.6);
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0) 150px);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0) 150px);
}
.work-listing .work-listing-row .work-item .work-item-wrapper .copy-wrapper p {
  color: #ffffff;
  margin: 0;
  font-family: "Archivo", Arial, sans-serif;
  font-stretch: 62.5%;
  font-weight: 600;
  text-transform: uppercase;
}
.work-listing .work-listing-row .work-item:hover .work-item-wrapper .thumbnail-wrapper .bg-video-wrapper, .work-listing .work-listing-row .work-item:hover .work-item-wrapper .thumbnail-wrapper .bg-img-wrapper {
  transform: scale(1.1) !important;
}
.work-listing:not(.home-featured-work) .work-listing-row.total-1 .work-item .work-item-wrapper {
  height: 250px;
}
@media (min-width: 576px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-1 .work-item .work-item-wrapper {
    height: 375px;
  }
}
@media (min-width: 992px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-1 .work-item .work-item-wrapper {
    height: 0;
    padding-bottom: 46vw;
  }
}
.work-listing:not(.home-featured-work) .work-listing-row.total-2 .work-item:first-child .work-item-wrapper {
  height: 250px;
}
@media (min-width: 576px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-2 .work-item:first-child .work-item-wrapper {
    height: 375px;
  }
}
@media (min-width: 992px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-2 .work-item:first-child .work-item-wrapper {
    height: 0;
    padding-bottom: 36.5vw;
  }
}
@media (min-width: 576px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-2 .work-item:first-child {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-2 .work-item:first-child {
    flex: 0 0 auto;
    width: 33.333333%;
  }
}
.work-listing:not(.home-featured-work) .work-listing-row.total-2 .work-item:nth-child(2) .work-item-wrapper {
  height: 250px;
}
@media (min-width: 576px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-2 .work-item:nth-child(2) .work-item-wrapper {
    height: 375px;
  }
}
@media (min-width: 992px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-2 .work-item:nth-child(2) .work-item-wrapper {
    height: 0;
    padding-bottom: 36.5vw;
  }
}
@media (min-width: 576px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-2 .work-item:nth-child(2) {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-2 .work-item:nth-child(2) {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
}
.work-listing:not(.home-featured-work) .work-listing-row.total-3 .work-item:first-child .work-item-wrapper {
  height: 250px;
}
@media (min-width: 576px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-3 .work-item:first-child .work-item-wrapper {
    height: 375px;
  }
}
@media (min-width: 992px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-3 .work-item:first-child .work-item-wrapper {
    height: 0;
    padding-bottom: 46vw;
  }
}
.work-listing:not(.home-featured-work) .work-listing-row.total-3 .work-item:nth-child(2) .work-item-wrapper {
  height: 250px;
}
@media (min-width: 576px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-3 .work-item:nth-child(2) .work-item-wrapper {
    height: 375px;
  }
}
@media (min-width: 992px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-3 .work-item:nth-child(2) .work-item-wrapper {
    height: 0;
    padding-bottom: 36.5vw;
  }
}
@media (min-width: 576px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-3 .work-item:nth-child(2) {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-3 .work-item:nth-child(2) {
    flex: 0 0 auto;
    width: 33.333333%;
  }
}
.work-listing:not(.home-featured-work) .work-listing-row.total-3 .work-item:nth-child(3) .work-item-wrapper {
  height: 250px;
}
@media (min-width: 576px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-3 .work-item:nth-child(3) .work-item-wrapper {
    height: 375px;
  }
}
@media (min-width: 992px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-3 .work-item:nth-child(3) .work-item-wrapper {
    height: 0;
    padding-bottom: 36.5vw;
  }
}
@media (min-width: 576px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-3 .work-item:nth-child(3) {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-3 .work-item:nth-child(3) {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
}
.work-listing:not(.home-featured-work) .work-listing-row.total-4 .work-item:first-child .work-item-wrapper {
  height: 250px;
}
@media (min-width: 576px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-4 .work-item:first-child .work-item-wrapper {
    height: 375px;
  }
}
@media (min-width: 992px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-4 .work-item:first-child .work-item-wrapper {
    height: 0;
    padding-bottom: 36.5vw;
  }
}
@media (min-width: 576px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-4 .work-item:first-child {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-4 .work-item:first-child {
    flex: 0 0 auto;
    width: 33.333333%;
  }
}
.work-listing:not(.home-featured-work) .work-listing-row.total-4 .work-item:nth-child(2) .work-item-wrapper {
  height: 250px;
}
@media (min-width: 576px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-4 .work-item:nth-child(2) .work-item-wrapper {
    height: 375px;
  }
}
@media (min-width: 992px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-4 .work-item:nth-child(2) .work-item-wrapper {
    height: 0;
    padding-bottom: 36.5vw;
  }
}
@media (min-width: 576px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-4 .work-item:nth-child(2) {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-4 .work-item:nth-child(2) {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
}
.work-listing:not(.home-featured-work) .work-listing-row.total-4 .work-item:nth-child(3) .work-item-wrapper {
  height: 250px;
}
@media (min-width: 576px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-4 .work-item:nth-child(3) .work-item-wrapper {
    height: 375px;
  }
}
@media (min-width: 992px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-4 .work-item:nth-child(3) .work-item-wrapper {
    height: 0;
    padding-bottom: 36.5vw;
  }
}
@media (min-width: 576px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-4 .work-item:nth-child(3) {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-4 .work-item:nth-child(3) {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
}
.work-listing:not(.home-featured-work) .work-listing-row.total-4 .work-item:nth-child(4) .work-item-wrapper {
  height: 250px;
}
@media (min-width: 576px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-4 .work-item:nth-child(4) .work-item-wrapper {
    height: 375px;
  }
}
@media (min-width: 992px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-4 .work-item:nth-child(4) .work-item-wrapper {
    height: 0;
    padding-bottom: 36.5vw;
  }
}
@media (min-width: 576px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-4 .work-item:nth-child(4) {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-4 .work-item:nth-child(4) {
    flex: 0 0 auto;
    width: 33.333333%;
  }
}
.work-listing:not(.home-featured-work) .work-listing-row.total-5 .work-item:first-child .work-item-wrapper {
  height: 250px;
}
@media (min-width: 576px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-5 .work-item:first-child .work-item-wrapper {
    height: 375px;
  }
}
@media (min-width: 992px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-5 .work-item:first-child .work-item-wrapper {
    height: 0;
    padding-bottom: 36.5vw;
  }
}
@media (min-width: 576px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-5 .work-item:first-child {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-5 .work-item:first-child {
    flex: 0 0 auto;
    width: 33.333333%;
  }
}
.work-listing:not(.home-featured-work) .work-listing-row.total-5 .work-item:nth-child(2) .work-item-wrapper {
  height: 250px;
}
@media (min-width: 576px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-5 .work-item:nth-child(2) .work-item-wrapper {
    height: 375px;
  }
}
@media (min-width: 992px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-5 .work-item:nth-child(2) .work-item-wrapper {
    height: 0;
    padding-bottom: 36.5vw;
  }
}
@media (min-width: 576px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-5 .work-item:nth-child(2) {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-5 .work-item:nth-child(2) {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
}
.work-listing:not(.home-featured-work) .work-listing-row.total-5 .work-item:nth-child(3) .work-item-wrapper, .work-listing:not(.home-featured-work) .work-listing-row.total-5 .work-item:nth-child(4) .work-item-wrapper, .work-listing:not(.home-featured-work) .work-listing-row.total-5 .work-item:nth-child(5) .work-item-wrapper {
  height: 250px;
}
@media (min-width: 576px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-5 .work-item:nth-child(3) .work-item-wrapper, .work-listing:not(.home-featured-work) .work-listing-row.total-5 .work-item:nth-child(4) .work-item-wrapper, .work-listing:not(.home-featured-work) .work-listing-row.total-5 .work-item:nth-child(5) .work-item-wrapper {
    height: 375px;
  }
}
@media (min-width: 992px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-5 .work-item:nth-child(3) .work-item-wrapper, .work-listing:not(.home-featured-work) .work-listing-row.total-5 .work-item:nth-child(4) .work-item-wrapper, .work-listing:not(.home-featured-work) .work-listing-row.total-5 .work-item:nth-child(5) .work-item-wrapper {
    height: 0;
    padding-bottom: 100%;
  }
}
@media (min-width: 768px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-5 .work-item:nth-child(3), .work-listing:not(.home-featured-work) .work-listing-row.total-5 .work-item:nth-child(4), .work-listing:not(.home-featured-work) .work-listing-row.total-5 .work-item:nth-child(5) {
    flex: 0 0 auto;
    width: 33.333333%;
  }
}
.work-listing:not(.home-featured-work) .work-listing-row.total-6 .work-item:first-child .work-item-wrapper {
  height: 250px;
}
@media (min-width: 576px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-6 .work-item:first-child .work-item-wrapper {
    height: 375px;
  }
}
@media (min-width: 992px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-6 .work-item:first-child .work-item-wrapper {
    height: 0;
    padding-bottom: 36.5vw;
  }
}
@media (min-width: 576px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-6 .work-item:first-child {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-6 .work-item:first-child {
    flex: 0 0 auto;
    width: 33.333333%;
  }
}
.work-listing:not(.home-featured-work) .work-listing-row.total-6 .work-item:nth-child(2) .work-item-wrapper {
  height: 250px;
}
@media (min-width: 576px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-6 .work-item:nth-child(2) .work-item-wrapper {
    height: 375px;
  }
}
@media (min-width: 992px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-6 .work-item:nth-child(2) .work-item-wrapper {
    height: 0;
    padding-bottom: 36.5vw;
  }
}
@media (min-width: 576px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-6 .work-item:nth-child(2) {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-6 .work-item:nth-child(2) {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
}
.work-listing:not(.home-featured-work) .work-listing-row.total-6 .work-item:nth-child(3) .work-item-wrapper, .work-listing:not(.home-featured-work) .work-listing-row.total-6 .work-item:nth-child(4) .work-item-wrapper, .work-listing:not(.home-featured-work) .work-listing-row.total-6 .work-item:nth-child(5) .work-item-wrapper {
  height: 250px;
}
@media (min-width: 576px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-6 .work-item:nth-child(3) .work-item-wrapper, .work-listing:not(.home-featured-work) .work-listing-row.total-6 .work-item:nth-child(4) .work-item-wrapper, .work-listing:not(.home-featured-work) .work-listing-row.total-6 .work-item:nth-child(5) .work-item-wrapper {
    height: 375px;
  }
}
@media (min-width: 992px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-6 .work-item:nth-child(3) .work-item-wrapper, .work-listing:not(.home-featured-work) .work-listing-row.total-6 .work-item:nth-child(4) .work-item-wrapper, .work-listing:not(.home-featured-work) .work-listing-row.total-6 .work-item:nth-child(5) .work-item-wrapper {
    height: 0;
    padding-bottom: 100%;
  }
}
@media (min-width: 768px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-6 .work-item:nth-child(3), .work-listing:not(.home-featured-work) .work-listing-row.total-6 .work-item:nth-child(4), .work-listing:not(.home-featured-work) .work-listing-row.total-6 .work-item:nth-child(5) {
    flex: 0 0 auto;
    width: 33.333333%;
  }
}
.work-listing:not(.home-featured-work) .work-listing-row.total-6 .work-item:nth-child(6) .work-item-wrapper {
  height: 250px;
}
@media (min-width: 576px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-6 .work-item:nth-child(6) .work-item-wrapper {
    height: 375px;
  }
}
@media (min-width: 992px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-6 .work-item:nth-child(6) .work-item-wrapper {
    height: 0;
    padding-bottom: 46vw;
  }
}
.work-listing:not(.home-featured-work) .work-listing-row.total-7 .work-item:first-child .work-item-wrapper {
  height: 250px;
}
@media (min-width: 576px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-7 .work-item:first-child .work-item-wrapper {
    height: 375px;
  }
}
@media (min-width: 992px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-7 .work-item:first-child .work-item-wrapper {
    height: 0;
    padding-bottom: 36.5vw;
  }
}
@media (min-width: 576px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-7 .work-item:first-child {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-7 .work-item:first-child {
    flex: 0 0 auto;
    width: 33.333333%;
  }
}
.work-listing:not(.home-featured-work) .work-listing-row.total-7 .work-item:nth-child(2) .work-item-wrapper {
  height: 250px;
}
@media (min-width: 576px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-7 .work-item:nth-child(2) .work-item-wrapper {
    height: 375px;
  }
}
@media (min-width: 992px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-7 .work-item:nth-child(2) .work-item-wrapper {
    height: 0;
    padding-bottom: 36.5vw;
  }
}
@media (min-width: 576px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-7 .work-item:nth-child(2) {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-7 .work-item:nth-child(2) {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
}
.work-listing:not(.home-featured-work) .work-listing-row.total-7 .work-item:nth-child(3) .work-item-wrapper, .work-listing:not(.home-featured-work) .work-listing-row.total-7 .work-item:nth-child(4) .work-item-wrapper, .work-listing:not(.home-featured-work) .work-listing-row.total-7 .work-item:nth-child(5) .work-item-wrapper {
  height: 250px;
}
@media (min-width: 576px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-7 .work-item:nth-child(3) .work-item-wrapper, .work-listing:not(.home-featured-work) .work-listing-row.total-7 .work-item:nth-child(4) .work-item-wrapper, .work-listing:not(.home-featured-work) .work-listing-row.total-7 .work-item:nth-child(5) .work-item-wrapper {
    height: 375px;
  }
}
@media (min-width: 992px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-7 .work-item:nth-child(3) .work-item-wrapper, .work-listing:not(.home-featured-work) .work-listing-row.total-7 .work-item:nth-child(4) .work-item-wrapper, .work-listing:not(.home-featured-work) .work-listing-row.total-7 .work-item:nth-child(5) .work-item-wrapper {
    height: 0;
    padding-bottom: 100%;
  }
}
@media (min-width: 768px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-7 .work-item:nth-child(3), .work-listing:not(.home-featured-work) .work-listing-row.total-7 .work-item:nth-child(4), .work-listing:not(.home-featured-work) .work-listing-row.total-7 .work-item:nth-child(5) {
    flex: 0 0 auto;
    width: 33.333333%;
  }
}
.work-listing:not(.home-featured-work) .work-listing-row.total-7 .work-item:nth-child(6) .work-item-wrapper {
  height: 250px;
}
@media (min-width: 576px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-7 .work-item:nth-child(6) .work-item-wrapper {
    height: 375px;
  }
}
@media (min-width: 992px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-7 .work-item:nth-child(6) .work-item-wrapper {
    height: 0;
    padding-bottom: 36.5vw;
  }
}
@media (min-width: 576px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-7 .work-item:nth-child(6) {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-7 .work-item:nth-child(6) {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
}
.work-listing:not(.home-featured-work) .work-listing-row.total-7 .work-item:nth-child(7) .work-item-wrapper {
  height: 250px;
}
@media (min-width: 576px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-7 .work-item:nth-child(7) .work-item-wrapper {
    height: 375px;
  }
}
@media (min-width: 992px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-7 .work-item:nth-child(7) .work-item-wrapper {
    height: 0;
    padding-bottom: 36.5vw;
  }
}
@media (min-width: 576px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-7 .work-item:nth-child(7) {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-7 .work-item:nth-child(7) {
    flex: 0 0 auto;
    width: 33.333333%;
  }
}
.work-listing:not(.home-featured-work) .work-listing-row.total-8 .work-item:first-child .work-item-wrapper {
  height: 250px;
}
@media (min-width: 576px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-8 .work-item:first-child .work-item-wrapper {
    height: 375px;
  }
}
@media (min-width: 992px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-8 .work-item:first-child .work-item-wrapper {
    height: 0;
    padding-bottom: 36.5vw;
  }
}
@media (min-width: 576px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-8 .work-item:first-child {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-8 .work-item:first-child {
    flex: 0 0 auto;
    width: 33.333333%;
  }
}
.work-listing:not(.home-featured-work) .work-listing-row.total-8 .work-item:nth-child(2) .work-item-wrapper {
  height: 250px;
}
@media (min-width: 576px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-8 .work-item:nth-child(2) .work-item-wrapper {
    height: 375px;
  }
}
@media (min-width: 992px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-8 .work-item:nth-child(2) .work-item-wrapper {
    height: 0;
    padding-bottom: 36.5vw;
  }
}
@media (min-width: 576px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-8 .work-item:nth-child(2) {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-8 .work-item:nth-child(2) {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
}
.work-listing:not(.home-featured-work) .work-listing-row.total-8 .work-item:nth-child(3) .work-item-wrapper, .work-listing:not(.home-featured-work) .work-listing-row.total-8 .work-item:nth-child(4) .work-item-wrapper, .work-listing:not(.home-featured-work) .work-listing-row.total-8 .work-item:nth-child(5) .work-item-wrapper {
  height: 250px;
}
@media (min-width: 576px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-8 .work-item:nth-child(3) .work-item-wrapper, .work-listing:not(.home-featured-work) .work-listing-row.total-8 .work-item:nth-child(4) .work-item-wrapper, .work-listing:not(.home-featured-work) .work-listing-row.total-8 .work-item:nth-child(5) .work-item-wrapper {
    height: 375px;
  }
}
@media (min-width: 992px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-8 .work-item:nth-child(3) .work-item-wrapper, .work-listing:not(.home-featured-work) .work-listing-row.total-8 .work-item:nth-child(4) .work-item-wrapper, .work-listing:not(.home-featured-work) .work-listing-row.total-8 .work-item:nth-child(5) .work-item-wrapper {
    height: 0;
    padding-bottom: 100%;
  }
}
@media (min-width: 768px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-8 .work-item:nth-child(3), .work-listing:not(.home-featured-work) .work-listing-row.total-8 .work-item:nth-child(4), .work-listing:not(.home-featured-work) .work-listing-row.total-8 .work-item:nth-child(5) {
    flex: 0 0 auto;
    width: 33.333333%;
  }
}
.work-listing:not(.home-featured-work) .work-listing-row.total-8 .work-item:nth-child(6) .work-item-wrapper {
  height: 250px;
}
@media (min-width: 576px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-8 .work-item:nth-child(6) .work-item-wrapper {
    height: 375px;
  }
}
@media (min-width: 992px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-8 .work-item:nth-child(6) .work-item-wrapper {
    height: 0;
    padding-bottom: 36.5vw;
  }
}
@media (min-width: 576px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-8 .work-item:nth-child(6) {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-8 .work-item:nth-child(6) {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
}
.work-listing:not(.home-featured-work) .work-listing-row.total-8 .work-item:nth-child(7) .work-item-wrapper {
  height: 250px;
}
@media (min-width: 576px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-8 .work-item:nth-child(7) .work-item-wrapper {
    height: 375px;
  }
}
@media (min-width: 992px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-8 .work-item:nth-child(7) .work-item-wrapper {
    height: 0;
    padding-bottom: 36.5vw;
  }
}
@media (min-width: 576px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-8 .work-item:nth-child(7) {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-8 .work-item:nth-child(7) {
    flex: 0 0 auto;
    width: 33.333333%;
  }
}
.work-listing:not(.home-featured-work) .work-listing-row.total-8 .work-item:nth-child(8) .work-item-wrapper {
  height: 250px;
}
@media (min-width: 576px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-8 .work-item:nth-child(8) .work-item-wrapper {
    height: 375px;
  }
}
@media (min-width: 992px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-8 .work-item:nth-child(8) .work-item-wrapper {
    height: 0;
    padding-bottom: 46vw;
  }
}
.work-listing:not(.home-featured-work) .work-listing-row.total-9 .work-item:first-child .work-item-wrapper {
  height: 250px;
}
@media (min-width: 576px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-9 .work-item:first-child .work-item-wrapper {
    height: 375px;
  }
}
@media (min-width: 992px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-9 .work-item:first-child .work-item-wrapper {
    height: 0;
    padding-bottom: 36.5vw;
  }
}
@media (min-width: 576px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-9 .work-item:first-child {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-9 .work-item:first-child {
    flex: 0 0 auto;
    width: 33.333333%;
  }
}
.work-listing:not(.home-featured-work) .work-listing-row.total-9 .work-item:nth-child(2) .work-item-wrapper {
  height: 250px;
}
@media (min-width: 576px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-9 .work-item:nth-child(2) .work-item-wrapper {
    height: 375px;
  }
}
@media (min-width: 992px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-9 .work-item:nth-child(2) .work-item-wrapper {
    height: 0;
    padding-bottom: 36.5vw;
  }
}
@media (min-width: 576px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-9 .work-item:nth-child(2) {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-9 .work-item:nth-child(2) {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
}
.work-listing:not(.home-featured-work) .work-listing-row.total-9 .work-item:nth-child(3) .work-item-wrapper, .work-listing:not(.home-featured-work) .work-listing-row.total-9 .work-item:nth-child(4) .work-item-wrapper, .work-listing:not(.home-featured-work) .work-listing-row.total-9 .work-item:nth-child(5) .work-item-wrapper {
  height: 250px;
}
@media (min-width: 576px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-9 .work-item:nth-child(3) .work-item-wrapper, .work-listing:not(.home-featured-work) .work-listing-row.total-9 .work-item:nth-child(4) .work-item-wrapper, .work-listing:not(.home-featured-work) .work-listing-row.total-9 .work-item:nth-child(5) .work-item-wrapper {
    height: 375px;
  }
}
@media (min-width: 992px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-9 .work-item:nth-child(3) .work-item-wrapper, .work-listing:not(.home-featured-work) .work-listing-row.total-9 .work-item:nth-child(4) .work-item-wrapper, .work-listing:not(.home-featured-work) .work-listing-row.total-9 .work-item:nth-child(5) .work-item-wrapper {
    height: 0;
    padding-bottom: 100%;
  }
}
@media (min-width: 768px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-9 .work-item:nth-child(3), .work-listing:not(.home-featured-work) .work-listing-row.total-9 .work-item:nth-child(4), .work-listing:not(.home-featured-work) .work-listing-row.total-9 .work-item:nth-child(5) {
    flex: 0 0 auto;
    width: 33.333333%;
  }
}
.work-listing:not(.home-featured-work) .work-listing-row.total-9 .work-item:nth-child(6) .work-item-wrapper {
  height: 250px;
}
@media (min-width: 576px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-9 .work-item:nth-child(6) .work-item-wrapper {
    height: 375px;
  }
}
@media (min-width: 992px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-9 .work-item:nth-child(6) .work-item-wrapper {
    height: 0;
    padding-bottom: 36.5vw;
  }
}
@media (min-width: 576px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-9 .work-item:nth-child(6) {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-9 .work-item:nth-child(6) {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
}
.work-listing:not(.home-featured-work) .work-listing-row.total-9 .work-item:nth-child(7) .work-item-wrapper {
  height: 250px;
}
@media (min-width: 576px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-9 .work-item:nth-child(7) .work-item-wrapper {
    height: 375px;
  }
}
@media (min-width: 992px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-9 .work-item:nth-child(7) .work-item-wrapper {
    height: 0;
    padding-bottom: 36.5vw;
  }
}
@media (min-width: 576px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-9 .work-item:nth-child(7) {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-9 .work-item:nth-child(7) {
    flex: 0 0 auto;
    width: 33.333333%;
  }
}
.work-listing:not(.home-featured-work) .work-listing-row.total-9 .work-item:nth-child(8) .work-item-wrapper {
  height: 250px;
}
@media (min-width: 576px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-9 .work-item:nth-child(8) .work-item-wrapper {
    height: 375px;
  }
}
@media (min-width: 992px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-9 .work-item:nth-child(8) .work-item-wrapper {
    height: 0;
    padding-bottom: 36.5vw;
  }
}
@media (min-width: 576px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-9 .work-item:nth-child(8) {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-9 .work-item:nth-child(8) {
    flex: 0 0 auto;
    width: 33.333333%;
  }
}
.work-listing:not(.home-featured-work) .work-listing-row.total-9 .work-item:nth-child(9) .work-item-wrapper {
  height: 250px;
}
@media (min-width: 576px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-9 .work-item:nth-child(9) .work-item-wrapper {
    height: 375px;
  }
}
@media (min-width: 992px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-9 .work-item:nth-child(9) .work-item-wrapper {
    height: 0;
    padding-bottom: 36.5vw;
  }
}
@media (min-width: 576px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-9 .work-item:nth-child(9) {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-9 .work-item:nth-child(9) {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
}
.work-listing:not(.home-featured-work) .work-listing-row.total-10 .work-item:first-child .work-item-wrapper {
  height: 250px;
}
@media (min-width: 576px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-10 .work-item:first-child .work-item-wrapper {
    height: 375px;
  }
}
@media (min-width: 992px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-10 .work-item:first-child .work-item-wrapper {
    height: 0;
    padding-bottom: 36.5vw;
  }
}
@media (min-width: 576px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-10 .work-item:first-child {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-10 .work-item:first-child {
    flex: 0 0 auto;
    width: 33.333333%;
  }
}
.work-listing:not(.home-featured-work) .work-listing-row.total-10 .work-item:nth-child(2) .work-item-wrapper {
  height: 250px;
}
@media (min-width: 576px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-10 .work-item:nth-child(2) .work-item-wrapper {
    height: 375px;
  }
}
@media (min-width: 992px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-10 .work-item:nth-child(2) .work-item-wrapper {
    height: 0;
    padding-bottom: 36.5vw;
  }
}
@media (min-width: 576px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-10 .work-item:nth-child(2) {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-10 .work-item:nth-child(2) {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
}
.work-listing:not(.home-featured-work) .work-listing-row.total-10 .work-item:nth-child(3) .work-item-wrapper, .work-listing:not(.home-featured-work) .work-listing-row.total-10 .work-item:nth-child(4) .work-item-wrapper, .work-listing:not(.home-featured-work) .work-listing-row.total-10 .work-item:nth-child(5) .work-item-wrapper {
  height: 250px;
}
@media (min-width: 576px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-10 .work-item:nth-child(3) .work-item-wrapper, .work-listing:not(.home-featured-work) .work-listing-row.total-10 .work-item:nth-child(4) .work-item-wrapper, .work-listing:not(.home-featured-work) .work-listing-row.total-10 .work-item:nth-child(5) .work-item-wrapper {
    height: 375px;
  }
}
@media (min-width: 992px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-10 .work-item:nth-child(3) .work-item-wrapper, .work-listing:not(.home-featured-work) .work-listing-row.total-10 .work-item:nth-child(4) .work-item-wrapper, .work-listing:not(.home-featured-work) .work-listing-row.total-10 .work-item:nth-child(5) .work-item-wrapper {
    height: 0;
    padding-bottom: 100%;
  }
}
@media (min-width: 768px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-10 .work-item:nth-child(3), .work-listing:not(.home-featured-work) .work-listing-row.total-10 .work-item:nth-child(4), .work-listing:not(.home-featured-work) .work-listing-row.total-10 .work-item:nth-child(5) {
    flex: 0 0 auto;
    width: 33.333333%;
  }
}
.work-listing:not(.home-featured-work) .work-listing-row.total-10 .work-item:nth-child(6) .work-item-wrapper {
  height: 250px;
}
@media (min-width: 576px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-10 .work-item:nth-child(6) .work-item-wrapper {
    height: 375px;
  }
}
@media (min-width: 992px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-10 .work-item:nth-child(6) .work-item-wrapper {
    height: 0;
    padding-bottom: 36.5vw;
  }
}
@media (min-width: 576px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-10 .work-item:nth-child(6) {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-10 .work-item:nth-child(6) {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
}
.work-listing:not(.home-featured-work) .work-listing-row.total-10 .work-item:nth-child(7) .work-item-wrapper {
  height: 250px;
}
@media (min-width: 576px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-10 .work-item:nth-child(7) .work-item-wrapper {
    height: 375px;
  }
}
@media (min-width: 992px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-10 .work-item:nth-child(7) .work-item-wrapper {
    height: 0;
    padding-bottom: 36.5vw;
  }
}
@media (min-width: 576px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-10 .work-item:nth-child(7) {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-10 .work-item:nth-child(7) {
    flex: 0 0 auto;
    width: 33.333333%;
  }
}
.work-listing:not(.home-featured-work) .work-listing-row.total-10 .work-item:nth-child(8) .work-item-wrapper, .work-listing:not(.home-featured-work) .work-listing-row.total-10 .work-item:nth-child(9) .work-item-wrapper, .work-listing:not(.home-featured-work) .work-listing-row.total-10 .work-item:nth-child(10) .work-item-wrapper {
  height: 250px;
}
@media (min-width: 576px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-10 .work-item:nth-child(8) .work-item-wrapper, .work-listing:not(.home-featured-work) .work-listing-row.total-10 .work-item:nth-child(9) .work-item-wrapper, .work-listing:not(.home-featured-work) .work-listing-row.total-10 .work-item:nth-child(10) .work-item-wrapper {
    height: 375px;
  }
}
@media (min-width: 992px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-10 .work-item:nth-child(8) .work-item-wrapper, .work-listing:not(.home-featured-work) .work-listing-row.total-10 .work-item:nth-child(9) .work-item-wrapper, .work-listing:not(.home-featured-work) .work-listing-row.total-10 .work-item:nth-child(10) .work-item-wrapper {
    height: 0;
    padding-bottom: 100%;
  }
}
@media (min-width: 768px) {
  .work-listing:not(.home-featured-work) .work-listing-row.total-10 .work-item:nth-child(8), .work-listing:not(.home-featured-work) .work-listing-row.total-10 .work-item:nth-child(9), .work-listing:not(.home-featured-work) .work-listing-row.total-10 .work-item:nth-child(10) {
    flex: 0 0 auto;
    width: 33.333333%;
  }
}
.work-listing.home-featured-work .work-listing-row .work-item.single .work-item-wrapper {
  height: 250px;
}
@media (min-width: 576px) {
  .work-listing.home-featured-work .work-listing-row .work-item.single .work-item-wrapper {
    height: 375px;
  }
}
@media (min-width: 992px) {
  .work-listing.home-featured-work .work-listing-row .work-item.single .work-item-wrapper {
    height: 0;
    padding-bottom: 46vw;
  }
}
.work-listing.home-featured-work .work-listing-row .work-item.double-third .work-item-wrapper {
  height: 250px;
}
@media (min-width: 576px) {
  .work-listing.home-featured-work .work-listing-row .work-item.double-third .work-item-wrapper {
    height: 375px;
  }
}
@media (min-width: 992px) {
  .work-listing.home-featured-work .work-listing-row .work-item.double-third .work-item-wrapper {
    height: 0;
    padding-bottom: 36.5vw;
  }
}
@media (min-width: 576px) {
  .work-listing.home-featured-work .work-listing-row .work-item.double-third {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .work-listing.home-featured-work .work-listing-row .work-item.double-third {
    flex: 0 0 auto;
    width: 33.333333%;
  }
}
.work-listing.home-featured-work .work-listing-row .work-item.double-two-thirds .work-item-wrapper {
  height: 250px;
}
@media (min-width: 576px) {
  .work-listing.home-featured-work .work-listing-row .work-item.double-two-thirds .work-item-wrapper {
    height: 375px;
  }
}
@media (min-width: 992px) {
  .work-listing.home-featured-work .work-listing-row .work-item.double-two-thirds .work-item-wrapper {
    height: 0;
    padding-bottom: 36.5vw;
  }
}
@media (min-width: 576px) {
  .work-listing.home-featured-work .work-listing-row .work-item.double-two-thirds {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .work-listing.home-featured-work .work-listing-row .work-item.double-two-thirds {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
}
.work-listing.home-featured-work .work-listing-row .work-item.work-grid-copy .work-item-wrapper {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
  padding-right: 25px;
  height: 100%;
}
@media (min-width: 768px) {
  .work-listing.home-featured-work .work-listing-row .work-item.work-grid-copy .work-item-wrapper {
    padding-right: 50px;
  }
}
@media (min-width: 992px) {
  .work-listing.home-featured-work .work-listing-row .work-item.work-grid-copy .work-item-wrapper {
    padding-right: 100px;
  }
}
.work-listing.home-featured-work .work-listing-row .work-item.work-grid-copy .work-item-wrapper .callout-wrapper {
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .work-listing.home-featured-work .work-listing-row .work-item.work-grid-copy .work-item-wrapper .callout-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .work-listing.home-featured-work .work-listing-row .work-item .work-item-wrapper .copy-wrapper {
    padding: 50px 25px;
  }
}

.work-filter-container {
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  .work-filter-container {
    padding-bottom: 75px;
  }
}
.work-filter-container .filter-row {
  margin-left: -5px;
  margin-right: -5px;
}
.work-filter-container .filter-row .filter {
  padding: 5px;
}
.work-filter-container .filter-row .filter button {
  width: 100%;
}

.work-listing-wrapper {
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  .work-listing-wrapper {
    padding-bottom: 75px;
  }
}
@media (min-width: 1200px) {
  .work-listing-wrapper {
    padding-bottom: 100px;
  }
}

.work-spacer {
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  .work-spacer {
    padding-bottom: 75px;
  }
}

section.work-hero-wrapper {
  position: relative;
}
section.work-hero-wrapper .media-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
section.work-hero-wrapper .overlay-wrapper {
  position: relative;
  z-index: 2;
  padding-top: 75px;
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  section.work-hero-wrapper .overlay-wrapper {
    padding-top: 100px;
  }
}
@media (min-width: 1200px) {
  section.work-hero-wrapper .overlay-wrapper {
    padding-top: 150px;
  }
}
@media (min-width: 992px) {
  section.work-hero-wrapper .overlay-wrapper {
    padding-bottom: 75px;
  }
}
@media (min-width: 1200px) {
  section.work-hero-wrapper .overlay-wrapper {
    padding-bottom: 100px;
  }
}
section.work-hero-wrapper .overlay-wrapper h1, section.work-hero-wrapper .overlay-wrapper h2, section.work-hero-wrapper .overlay-wrapper p, section.work-hero-wrapper .overlay-wrapper li {
  color: #ffffff;
}
section.work-hero-wrapper .overlay-wrapper h1 {
  max-width: 550px;
}
section.work-hero-wrapper .overlay-wrapper .headline-row {
  min-height: 250px;
}
section.work-hero-wrapper .overlay-wrapper .hr-wrapper {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 992px) {
  section.work-hero-wrapper .overlay-wrapper .hr-wrapper {
    padding-top: 50px;
  }
}
@media (min-width: 992px) {
  section.work-hero-wrapper .overlay-wrapper .hr-wrapper {
    padding-bottom: 50px;
  }
}
section.work-hero-wrapper .overlay-wrapper .services-row .services ul {
  list-style-type: none;
  min-height: 200px;
}
section.work-hero-wrapper .overlay-wrapper .services-row .services ul li {
  list-style-type: none;
}
section.work-hero-wrapper .overlay-wrapper .services-row .services ul li:not(:first-child) {
  padding-top: 8px;
}
@media (min-width: 2000px) {
  section.work-hero-wrapper .overlay-wrapper {
    padding-bottom: 15vw;
  }
}

section.related-work-wrapper .related-work .work-item .work-item-wrapper .copy-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  padding-left: 30px;
  padding-right: 30px;
  background: rgba(0, 0, 0, 0.7);
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
}
section.related-work-wrapper .related-work .work-item .work-item-wrapper .copy-wrapper h3 {
  padding-top: calc(49% + 1.09375rem);
  color: #ffffff;
  display: block;
  width: 100%;
  word-break: break-word;
  hyphens: auto;
}
@media (max-width: 575px) {
  section.related-work-wrapper .related-work .work-item .work-item-wrapper .copy-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1399px) {
  section.related-work-wrapper .related-work .work-item:not(.all-work) .copy-wrapper h3 {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 28px;
    line-height: 1.75rem;
  }
}

.news-listing-row {
  margin-left: -7px;
  margin-right: -7px;
}
.news-listing-row .news-block {
  padding-left: 7px;
  padding-right: 7px;
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  .news-listing-row .news-block {
    padding-bottom: 75px;
  }
}
.news-listing-row .news-block .post-wrapper {
  overflow: hidden;
  display: block;
  position: relative;
}
.news-listing-row .news-block .post-wrapper .post-header {
  padding: 0 0 15px 0;
}
.news-listing-row .news-block .post-wrapper .post-image-wrapper {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
}
.news-listing-row .news-block .post-wrapper .post-image-wrapper .post-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transform-origin: center center;
  transition: transform, 0.3s !important;
  will-change: transform;
}
.news-listing-row .news-block .post-wrapper .post-title {
  padding: 15px 15px 0 0;
}
.news-listing-row .news-block .post-wrapper .post-title h3 {
  line-height: 26px;
  line-height: 1.625rem;
}
.news-listing-row .news-block .post-wrapper:hover .post-image-wrapper .post-image {
  transform: scale(1.1) !important;
}

.news-listing-wrapper {
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  .news-listing-wrapper {
    padding-bottom: 75px;
  }
}

.news-utility {
  padding-top: 25px;
  padding-bottom: 0;
}
.news-utility .social-share {
  padding-right: 25px;
}
.news-utility .social-share .share-wrapper {
  margin-left: -2px;
  margin-right: -2px;
}
.news-utility .social-share .share-wrapper .label {
  padding-left: 2px;
  padding-right: 5px;
}
.news-utility .social-share .share-wrapper .share-link {
  padding: 2px;
}
.news-utility .social-share .share-wrapper .share-link .share-icon {
  display: block;
  background-color: #F1F0EF;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  padding: 8px;
  border-radius: 5px;
  width: 34px;
}
.news-utility .social-share .share-wrapper .share-link .share-icon span {
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  color: #242424;
  font-size: 18px;
  line-height: 18px;
  display: block;
  width: 100%;
  text-align: center;
}
.news-utility .social-share .share-wrapper .share-link .share-icon span.icon-envelope-share {
  font-size: 16px;
}
.news-utility .social-share .share-wrapper .share-link .share-icon:hover {
  background-color: #D2232A;
}
.news-utility .social-share .share-wrapper .share-link .share-icon:hover span {
  color: #ffffff;
}
.news-heading {
  padding-top: 75px;
}
@media (min-width: 992px) {
  .news-heading {
    padding-top: 100px;
  }
}
@media (min-width: 1200px) {
  .news-heading {
    padding-top: 150px;
  }
}
.news-heading .col-12 {
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(148, 148, 153, 0.3);
}
@media (min-width: 992px) {
  .news-heading .col-12 {
    padding-bottom: 75px;
  }
}

.news-body {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  .news-body {
    padding-top: 75px;
  }
}
@media (min-width: 992px) {
  .news-body {
    padding-bottom: 75px;
  }
}
@media (min-width: 1200px) {
  .news-body {
    padding-bottom: 100px;
  }
}
.news-body p.subheading {
  padding-bottom: 25px;
}
@media (min-width: 992px) {
  .news-body p.subheading {
    padding-bottom: 50px;
  }
}
.news-body .offset-col .date {
  display: block;
  font-family: "Archivo", Arial, sans-serif;
  font-stretch: 62.5%;
  font-weight: 600;
  text-transform: uppercase;
}

.news-work {
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  .news-work {
    padding-bottom: 75px;
  }
}
@media (min-width: 1200px) {
  .news-work {
    padding-bottom: 100px;
  }
}
.news-work .hr-col {
  padding-bottom: 25px;
}
@media (min-width: 992px) {
  .news-work .hr-col {
    padding-bottom: 50px;
  }
}
section.related-news-wrapper .related-work .news-item .news-item-wrapper .thumbnail-wrapper .gradient-wrapper, section.related-news-wrapper .related-news .news-item .news-item-wrapper .thumbnail-wrapper .gradient-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.7);
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
}
section.related-news-wrapper .related-work .news-item .news-item-wrapper .post-title, section.related-news-wrapper .related-news .news-item .news-item-wrapper .post-title {
  padding: 15px 15px 0 0;
}
section.related-news-wrapper .related-work .news-item .news-item-wrapper .post-title h3, section.related-news-wrapper .related-news .news-item .news-item-wrapper .post-title h3 {
  line-height: 26px;
  line-height: 1.625rem;
}

.landing-hero {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.landing-hero .graphic-wrapper {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.landing-hero .graphic-wrapper .bg-video-wrapper, .landing-hero .graphic-wrapper .bg-img-wrapper {
  background-color: #ffffff;
}
.landing-hero .graphic-wrapper .bg-video-wrapper:not(.parallax-element), .landing-hero .graphic-wrapper .bg-img-wrapper:not(.parallax-element) {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.landing-hero .hero-copy {
  position: relative;
  z-index: 2;
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: rgba(0, 0, 0, 0.4);
}
@media (min-width: 992px) {
  .landing-hero .hero-copy {
    padding-top: 100px;
  }
}
@media (min-width: 1200px) {
  .landing-hero .hero-copy {
    padding-top: 150px;
  }
}
@media (min-width: 992px) {
  .landing-hero .hero-copy {
    padding-bottom: 100px;
  }
}
@media (min-width: 1200px) {
  .landing-hero .hero-copy {
    padding-bottom: 150px;
  }
}
.landing-hero .hero-copy .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.landing-hero .hero-copy span, .landing-hero .hero-copy h1 {
  color: #ffffff;
}
.landing-hero .hero-copy span {
  margin-bottom: 15px;
  display: block;
}
.landing-hero .logo-callout {
  position: relative;
  z-index: 3;
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: rgba(0, 0, 0, 0.525);
}
@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
  .landing-hero .logo-callout {
    background: rgba(36, 36, 36, 0.7);
    -webkit-backdrop-filter: blur(20px) brightness(99%);
    backdrop-filter: blur(20px) brightness(99%);
  }
}
.landing-hero .logo-callout .row {
  margin-left: -8px;
  margin-right: -8px;
}
.landing-hero .logo-callout .logo, .landing-hero .logo-callout .copy {
  padding-left: 8px;
  padding-right: 8px;
}
.landing-hero .logo-callout .logo img {
  width: auto;
  height: 44px;
}
@media (min-width: 2000px) {
  .landing-hero .logo-callout .logo img {
    height: 55px;
  }
}
.landing-hero .logo-callout .copy h2 {
  color: #ffffff;
  max-width: 250px;
  line-height: 22px;
  line-height: 1.375rem;
}
@media (min-width: 768px) {
  .landing-hero .hero-copy {
    background: rgba(0, 0, 0, 0.5);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2));
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2));
  }
}
@media (min-width: 992px) {
  .landing-hero .logo-callout {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
@media (min-width: 1200px) {
  .landing-hero .hero-copy {
    background: rgba(0, 0, 0, 0.5);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0) 70%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0) 70%);
  }
}
@media (min-width: 1300px) {
  .landing-hero .hero-copy .row {
    min-height: 325px;
  }
}
@media (min-width: 1500px) {
  .landing-hero .hero-copy {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }
}
@media (min-width: 2000px) {
  .landing-hero .logo-callout .copy h2 {
    max-width: 350px;
  }
}

.landing-intro {
  padding-bottom: 50px;
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .landing-intro {
    padding-bottom: 75px;
  }
}
@media (min-width: 1200px) {
  .landing-intro {
    padding-bottom: 100px;
  }
}
.landing-intro .intro-copy-col {
  padding-top: 50px;
}
@media (min-width: 992px) {
  .landing-intro .intro-copy-col {
    padding-top: 75px;
  }
}
@media (min-width: 1200px) {
  .landing-intro .intro-copy-col {
    padding-top: 100px;
  }
}
.landing-intro .intro-copy-col .copy-wrapper {
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  .landing-intro .intro-copy-col .copy-wrapper {
    padding-bottom: 75px;
  }
}
.landing-intro .form-col .form-wrapper .form-wrapper-inner {
  background-color: #F1F0EF;
}
.landing-intro .form-col .form-wrapper .form-wrapper-inner .form-intro {
  padding: 40px 25px 25px 25px;
}
.landing-intro .form-col .form-wrapper .form-wrapper-inner .form-intro p {
  padding-top: 10px;
}
.landing-intro .form-col .form-wrapper .form-wrapper-inner .form {
  padding: 0 25px;
}
.landing-intro .form-col .form-wrapper .form-wrapper-inner .form form.wpcf7-form .form-row .input-col input, .landing-intro .form-col .form-wrapper .form-wrapper-inner .form form.wpcf7-form .form-row .input-col select, .landing-intro .form-col .form-wrapper .form-wrapper-inner .form form.wpcf7-form .form-row .input-col textarea {
  border-color: #ffffff;
}
.landing-intro .form-col .form-wrapper .form-wrapper-inner .direct-wrapper {
  background-color: #D3D1D1;
  padding: 30px 25px;
}
.landing-intro .form-col .form-wrapper .form-wrapper-inner .direct-wrapper .headshot {
  padding: 10px 15px 10px 0;
}
.landing-intro .form-col .form-wrapper .form-wrapper-inner .direct-wrapper .headshot .headshot-wrapper {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  overflow: hidden;
}
.landing-intro .form-col .form-wrapper .form-wrapper-inner .direct-wrapper .headshot .headshot-wrapper .headshot-img {
  width: 100px;
  height: 100px;
  display: block;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.landing-intro .form-col .form-wrapper .form-wrapper-inner .direct-wrapper .direct-email p a {
  font-size: 16px;
}
@media (max-width: 575px) {
  .landing-intro .form-col .form-wrapper .form-wrapper-inner .direct-wrapper .headshot .headshot-wrapper {
    margin: 0 auto;
  }
  .landing-intro .form-col .form-wrapper .form-wrapper-inner .direct-wrapper .direct-email p, .landing-intro .form-col .form-wrapper .form-wrapper-inner .direct-wrapper .direct-email a {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .landing-intro .form-col .form-wrapper .form-wrapper-inner .form-intro {
    padding: 60px 50px 25px 50px;
  }
  .landing-intro .form-col .form-wrapper .form-wrapper-inner .form {
    padding: 0 50px;
  }
  .landing-intro .form-col .form-wrapper .form-wrapper-inner .direct-wrapper {
    padding: 30px 50px;
  }
}
@media (min-width: 1200px) {
  .landing-intro .intro-copy-col {
    padding-right: 50px !important;
  }
  .landing-intro .form-col {
    position: relative;
  }
  .landing-intro .form-col .form-wrapper {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding-right: 100px;
  }
  .landing-intro .form-col .form-wrapper .form-wrapper-inner {
    border-radius: 10px;
  }
  .landing-intro .form-col .form-wrapper .form-wrapper-inner .direct-wrapper {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
}
@media (min-width: 1300px) {
  .landing-intro .intro-copy-col {
    padding-right: 75px !important;
  }
}

.landing-experience {
  border-top: 1px solid rgba(148, 148, 153, 0.3);
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  .landing-experience {
    padding-top: 75px;
  }
}
@media (min-width: 1200px) {
  .landing-experience {
    padding-top: 100px;
  }
}
@media (min-width: 992px) {
  .landing-experience {
    padding-bottom: 75px;
  }
}
@media (min-width: 1200px) {
  .landing-experience {
    padding-bottom: 100px;
  }
}
.landing-experience .experience-logos {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 992px) {
  .landing-experience .experience-logos {
    padding-top: 50px;
  }
}
@media (min-width: 992px) {
  .landing-experience .experience-logos {
    padding-bottom: 50px;
  }
}
.landing-experience .experience-logos .row {
  margin-left: -6px;
  margin-right: -6px;
}
.landing-experience .experience-logos .logo {
  padding: 5px;
}
.landing-experience .experience-logos .logo .logo-wrapper {
  border: 1px solid #F1F0EF;
}
.landing-experience .experience-logos .logo .logo-wrapper img {
  width: 100%;
}
.divider-media .graphic-wrapper {
  height: 350px;
}
@media (min-width: 768px) {
  .divider-media .graphic-wrapper {
    height: 0;
    padding-bottom: 40%;
  }
}
@media (min-width: 1300px) {
  .divider-media .graphic-wrapper {
    padding-bottom: 0;
    height: 600px;
  }
}
@media (min-width: 1800px) {
  .divider-media .graphic-wrapper {
    padding-bottom: 0;
    height: 750px;
  }
}
.landing-capabilities {
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(148, 148, 153, 0.3);
}
@media (min-width: 992px) {
  .landing-capabilities {
    padding-top: 75px;
  }
}
@media (min-width: 1200px) {
  .landing-capabilities {
    padding-top: 100px;
  }
}
@media (min-width: 992px) {
  .landing-capabilities {
    padding-bottom: 75px;
  }
}
@media (min-width: 1200px) {
  .landing-capabilities {
    padding-bottom: 100px;
  }
}
.landing-work {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  .landing-work {
    padding-top: 75px;
  }
}
@media (min-width: 1200px) {
  .landing-work {
    padding-top: 100px;
  }
}
@media (min-width: 992px) {
  .landing-work {
    padding-bottom: 75px;
  }
}
@media (min-width: 1200px) {
  .landing-work {
    padding-bottom: 100px;
  }
}
.landing-work .content-col .landing-work-section {
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 2px solid #D2232A;
}
@media (min-width: 992px) {
  .landing-work .content-col .landing-work-section {
    padding-top: 50px;
  }
}
@media (min-width: 992px) {
  .landing-work .content-col .landing-work-section {
    padding-bottom: 50px;
  }
}
.landing-work .content-col .landing-work-section h3 {
  margin-bottom: 20px;
}
.landing-work .content-col .landing-work-section .work-intro {
  padding-bottom: 25px;
}
@media (min-width: 992px) {
  .landing-work .content-col .landing-work-section .work-intro {
    padding-bottom: 50px;
  }
}
.landing-work .content-col .landing-work-section .work-intro img {
  width: 100%;
  max-width: 200px;
  display: block;
  padding-bottom: 25px;
}
@media (min-width: 992px) {
  .landing-work .content-col .landing-work-section .work-intro img {
    padding-bottom: 50px;
  }
}
.landing-work .content-col .landing-work-section .work-intro h3 {
  margin-bottom: 15px;
}
.landing-work .content-col .landing-work-section .work-content-wrapper {
  border-top: 1px solid #F1F0EF;
}

.landing-work .work-content-wrapper, .news-work .work-content-wrapper {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 992px) {
  .landing-work .work-content-wrapper, .news-work .work-content-wrapper {
    padding-top: 50px;
  }
}
@media (min-width: 992px) {
  .landing-work .work-content-wrapper, .news-work .work-content-wrapper {
    padding-bottom: 50px;
  }
}
.landing-work .work-content-wrapper.content-full_width_video .work-content-section .video .caption, .news-work .work-content-wrapper.content-full_width_video .work-content-section .video .caption {
  padding-top: 10px;
}
.landing-work .work-content-wrapper.content-video_grid .work-content-section h3, .news-work .work-content-wrapper.content-video_grid .work-content-section h3 {
  margin-bottom: 15px;
}
.landing-work .work-content-wrapper.content-video_grid .work-content-section .video-grid, .news-work .work-content-wrapper.content-video_grid .work-content-section .video-grid {
  margin-left: -5px;
  margin-right: -5px;
}
.landing-work .work-content-wrapper.content-video_grid .work-content-section .video-grid .video, .news-work .work-content-wrapper.content-video_grid .work-content-section .video-grid .video {
  padding: 5px;
}
.landing-work .work-content-wrapper.content-video_grid .work-content-section .video-grid .video .caption, .news-work .work-content-wrapper.content-video_grid .work-content-section .video-grid .video .caption {
  padding-top: 5px;
  padding-bottom: 15px;
}
.landing-work .work-content-wrapper.content-full_width_images .work-content-section .image.pad-top, .news-work .work-content-wrapper.content-full_width_images .work-content-section .image.pad-top {
  padding-top: 25px;
}
@media (min-width: 992px) {
  .landing-work .work-content-wrapper.content-full_width_images .work-content-section .image.pad-top, .news-work .work-content-wrapper.content-full_width_images .work-content-section .image.pad-top {
    padding-top: 50px;
  }
}
.landing-work .work-content-wrapper.content-full_width_images .work-content-section .image.pad-bot, .news-work .work-content-wrapper.content-full_width_images .work-content-section .image.pad-bot {
  padding-bottom: 25px;
}
@media (min-width: 992px) {
  .landing-work .work-content-wrapper.content-full_width_images .work-content-section .image.pad-bot, .news-work .work-content-wrapper.content-full_width_images .work-content-section .image.pad-bot {
    padding-bottom: 50px;
  }
}
.landing-work .work-content-wrapper.content-full_width_images .work-content-section .image img, .news-work .work-content-wrapper.content-full_width_images .work-content-section .image img {
  display: block;
  width: 100%;
  max-width: 100%;
}

section.home-copy-wrapper {
  padding-top: 75px;
  padding-bottom: 75px;
}
@media (min-width: 992px) {
  section.home-copy-wrapper {
    padding-top: 125px;
  }
}
@media (min-width: 1200px) {
  section.home-copy-wrapper {
    padding-top: 200px;
  }
}
@media (min-width: 992px) {
  section.home-copy-wrapper {
    padding-bottom: 125px;
  }
}
@media (min-width: 1200px) {
  section.home-copy-wrapper {
    padding-bottom: 200px;
  }
}
section.home-news {
  padding-top: 50px;
  padding-bottom: 50px;
  border-top: 1px solid rgba(148, 148, 153, 0.3);
}
@media (min-width: 992px) {
  section.home-news {
    padding-top: 75px;
  }
}
@media (min-width: 1200px) {
  section.home-news {
    padding-top: 100px;
  }
}
@media (min-width: 992px) {
  section.home-news {
    padding-bottom: 75px;
  }
}
@media (min-width: 1200px) {
  section.home-news {
    padding-bottom: 100px;
  }
}
@media (min-width: 576px) {
  section.home-news .content-col .news-listing-row .news-block {
    padding-top: 0;
  }
}

.contact-page-content {
  padding-top: 50px;
  padding-bottom: 25px;
  border-top: 1px solid rgba(148, 148, 153, 0.3);
}
@media (min-width: 992px) {
  .contact-page-content {
    padding-top: 75px;
  }
}
@media (min-width: 992px) {
  .contact-page-content {
    padding-bottom: 50px;
  }
}
.contact-page-content .contact-form-row .info-col {
  padding-top: 40px;
  padding-bottom: 25px;
}
@media (min-width: 992px) {
  .contact-page-content .contact-form-row .info-col {
    padding-bottom: 50px;
  }
}
.contact-page-content .contact-form-row .info-col .social {
  padding-top: 25px;
  margin-left: -7px;
  margin-right: -7px;
}
@media (min-width: 992px) {
  .contact-page-content .contact-form-row .info-col .social {
    padding-top: 50px;
  }
}
.contact-page-content .contact-form-row .info-col .social .col-auto {
  padding: 7px;
}
@media (min-width: 992px) {
  .contact-page-content .contact-form-row {
    margin-left: -25px;
    margin-right: -25px;
  }
  .contact-page-content .contact-form-row .info-col {
    padding-top: 65px;
  }
  .contact-page-content .contact-form-row .info-col, .contact-page-content .contact-form-row .form-col {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 1200px) {
  .contact-page-content .contact-form-row {
    margin-left: -50px;
    margin-right: -50px;
  }
  .contact-page-content .contact-form-row .info-col, .contact-page-content .contact-form-row .form-col {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 1300px) {
  .contact-page-content .contact-form-row {
    margin-left: -55px;
    margin-right: -55px;
  }
  .contact-page-content .contact-form-row .info-col, .contact-page-content .contact-form-row .form-col {
    padding-left: 55px;
    padding-right: 55px;
  }
}

.BambooHR-ATS-board h2 {
  display: none !important;
}
.BambooHR-ATS-board .BambooHR-ATS-Department-Header {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 30px;
  line-height: 1.875rem;
  letter-spacing: 0;
  font-stretch: 62.5%;
  font-weight: 600;
  text-transform: uppercase;
  color: #242424;
  margin-bottom: 5px;
}
.BambooHR-ATS-board ul * {
  font-family: "Archivo", Arial, sans-serif;
  color: #242424;
}
.BambooHR-ATS-board .BambooHR-ATS-Jobs-List {
  padding-bottom: 25px;
  padding-left: 0 !important;
}
@media (min-width: 992px) {
  .BambooHR-ATS-board .BambooHR-ATS-Jobs-List {
    padding-bottom: 50px;
  }
}
.BambooHR-ATS-board .BambooHR-ATS-Department-List {
  padding-top: 0 !important;
}
.BambooHR-ATS-board .BambooHR-ATS-Department-Item:not(:last-child) {
  padding-bottom: 25px;
}
@media (min-width: 992px) {
  .BambooHR-ATS-board .BambooHR-ATS-Department-Item:not(:last-child) {
    padding-bottom: 50px;
  }
}

/*# sourceMappingURL=style.css.map */