/*
 Theme Name:   North House
 Theme URI:    https://shineunited.com/
 Description:  North House - Twenty Twenty One Child
 Author:       Shine United
 Author URI:   http://www.shineunited.com
 Template:     twentytwentyone
 Version:      202310251530
 License:
 License URI:
 Tags:
 Text Domain:  northhouse-theme
*/
@font-face {
  font-family: "Humane";
  src: url("fonts/Humane-Light.woff2") format("woff2"), url("fonts/Humane-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Humane";
  src: url("fonts/Humane-Regular.woff2") format("woff2"), url("fonts/Humane-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Humane";
  src: url("fonts/Humane-SemiBold.woff2") format("woff2"), url("fonts/Humane-SemiBold.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: block;
}
html {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 15px;
  }
}

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

h1, h2, h3, h4, h5, p, a, span, table, td, tr, th {
  font-family: "Barlow", Arial, sans-serif;
  color: #CCC4B5;
  line-height: 1.5;
  font-weight: 400;
}
h1.white, h2.white, h3.white, h4.white, h5.white, p.white, a.white, span.white, table.white, td.white, tr.white, th.white {
  color: #ffffff;
}

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: #CCC4B5;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus-visible {
  color: #AC8421;
}
a:hover, a:focus, a:active, a:visited {
  text-decoration: none;
}

p a:hover, p a:focus-visible, span a:hover, span a:focus-visible {
  color: #AC8421;
}

hr {
  width: 100%;
  border-top: 1px solid #CCC4B5;
  margin: 25px auto;
  height: unset;
  background-color: transparent;
}
hr.light {
  margin: 15px auto;
  border-top: 1px solid #292623;
}

/* @mixin inset-shadow-full($x, $y, $blur, $spread, $alpha) {
    box-shadow: inset $x $y $blur $spread rgba(0, 0, 0, $alpha), inset -$x -$y $blur $spread rgba(0, 0, 0, $alpha);
} */
.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: #3E3932;
  overflow-x: hidden;
}
html body {
  background-color: #3E3932;
  overflow-x: hidden;
  position: relative;
  padding-top: 106px;
  -webkit-transition: padding 0.1s linear;
  transition: padding 0.1s linear;
  transition-delay: 0;
}
html body.js-loaded {
  opacity: 1;
  visibility: visible;
}
html body.scrolled {
  padding-top: 76px;
}
@media (min-width: 992px) {
  html body {
    padding-top: 149px;
  }
  html body.scrolled {
    padding-top: 89px;
  }
}

section {
  scroll-margin-top: 76px;
}
@media (min-width: 992px) {
  section {
    scroll-margin-top: 89px;
  }
}

.container-fluid {
  padding: 0;
}
.container-fluid > .row {
  margin-left: 0;
  margin-right: 0;
}
.container-fluid.site-container {
  position: relative;
  z-index: 2;
}

.container, .std-container {
  display: block;
  width: 100% !important;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1500px !important;
}
@media (min-width: 768px) {
  .container, .std-container {
    padding-left: 50px;
  }
}
@media (min-width: 1200px) {
  .container, .std-container {
    padding-left: 75px;
  }
}
@media (min-width: 1300px) {
  .container, .std-container {
    padding-left: 100px;
  }
}
@media (min-width: 768px) {
  .container, .std-container {
    padding-right: 50px;
  }
}
@media (min-width: 1200px) {
  .container, .std-container {
    padding-right: 75px;
  }
}
@media (min-width: 1300px) {
  .container, .std-container {
    padding-right: 100px;
  }
}

.sm-container {
  display: block;
  width: 100% !important;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1050px !important;
}
@media (min-width: 768px) {
  .sm-container {
    padding-left: 50px;
  }
}
@media (min-width: 1200px) {
  .sm-container {
    padding-left: 75px;
  }
}
@media (min-width: 1300px) {
  .sm-container {
    padding-left: 100px;
  }
}
@media (min-width: 768px) {
  .sm-container {
    padding-right: 50px;
  }
}
@media (min-width: 1200px) {
  .sm-container {
    padding-right: 75px;
  }
}
@media (min-width: 1300px) {
  .sm-container {
    padding-right: 100px;
  }
}

.xs-container {
  display: block;
  width: 100% !important;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1500px !important;
}
@media (min-width: 768px) {
  .xs-container {
    padding-left: 50px;
  }
}
@media (min-width: 1200px) {
  .xs-container {
    padding-left: 75px;
  }
}
@media (min-width: 1300px) {
  .xs-container {
    padding-left: 100px;
  }
}
@media (min-width: 768px) {
  .xs-container {
    padding-right: 50px;
  }
}
@media (min-width: 1200px) {
  .xs-container {
    padding-right: 75px;
  }
}
@media (min-width: 1300px) {
  .xs-container {
    padding-right: 100px;
  }
}

.full-container {
  display: block;
  width: 100% !important;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  max-width: 100% !important;
}
@media (min-width: 768px) {
  .full-container {
    padding-left: 50px;
  }
}
@media (min-width: 1200px) {
  .full-container {
    padding-left: 75px;
  }
}
@media (min-width: 1300px) {
  .full-container {
    padding-left: 100px;
  }
}
@media (min-width: 768px) {
  .full-container {
    padding-right: 50px;
  }
}
@media (min-width: 1200px) {
  .full-container {
    padding-right: 75px;
  }
}
@media (min-width: 1300px) {
  .full-container {
    padding-right: 100px;
  }
}

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

header {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #3E3932;
}

footer {
  position: relative;
  z-index: 2;
}

.skip-link {
  position: absolute;
  transform: translateY(-100%);
  display: block;
  width: 100%;
  height: 20px;
  z-index: 9999;
  background: transparent;
  color: transparent;
  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 {
  margin-bottom: 0;
}
.error404 .body-content {
  padding-top: 30px;
  padding-bottom: 50px;
  border-bottom: 1px solid #292623;
}
@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;
  }
}

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

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

p {
  font-family: "Barlow", Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 20px;
  font-size: 1rem;
  line-height: 34px;
  line-height: 1.7rem;
}
p.sm {
  font-size: 15px;
  line-height: 30px;
}
p.xs {
  font-size: 12px;
  line-height: 16px;
}
p.bullet {
  position: relative;
  padding-left: 16px;
}
p.bullet:before {
  content: "\e903";
  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;
  font-size: 10px;
  top: 1px;
  left: 0;
  width: 16px;
  position: absolute;
  color: #AC8421;
}
p.league {
  font-family: "League Gothic", Arial, sans-serif;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 55px;
  font-size: 2.75rem;
  line-height: 55px;
  line-height: 2.75rem;
  text-transform: uppercase;
}

.copy-wrapper.indented {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-end !important;
}
.copy-wrapper.indented p {
  display: block;
  max-width: 915px;
}
.copy-wrapper.lined {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
}
.copy-wrapper.lined p {
  flex: 0 0 100%;
  max-width: 100%;
}
.copy-wrapper.lined span.line {
  flex: 0 0 auto;
  width: 16.66666667%;
  position: relative;
  line-height: 40px;
  line-height: 2rem;
}
.copy-wrapper.lined span.line:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: #AC8421;
}
@media (min-width: 1200px) {
  .copy-wrapper.lined p {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .copy-wrapper.lined span.line {
    right: 16px;
    left: unset;
  }
}

h1, .h1, h1 span, .h1 span {
  font-family: "Humane";
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 0.8em;
  font-size: 250px;
  font-size: 12.5rem;
  color: #AC8421;
}
h1.lg, h1.lg > span, .h1.lg, .h1.lg > span, h1 span.lg, h1 span.lg > span, .h1 span.lg, .h1 span.lg > span {
  font-size: 400px;
  font-size: 20rem;
}
h1 span#small_word, .h1 span#small_word, h1 span span#small_word, .h1 span span#small_word {
  font-family: "stratum-2-web", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 900;
  font-size: 0.1em;
  line-height: 1em;
}
@media (max-width: 767px) {
  h1, .h1, h1 span, .h1 span {
    font-size: 166px;
    font-size: 8.3rem;
  }
  h1.lg, h1.lg > span, .h1.lg, .h1.lg > span, h1 span.lg, h1 span.lg > span, .h1 span.lg, .h1 span.lg > span {
    font-size: 300px;
    font-size: 15rem;
  }
}
@media (max-width: 575px) {
  h1.lg, h1.lg > span, .h1.lg, .h1.lg > span, h1 span.lg, h1 span.lg > span, .h1 span.lg, .h1 span.lg > span {
    font-size: 250px;
    font-size: 12.5rem;
  }
}

h2, .h2 {
  font-family: "stratum-2-web", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 35px;
  font-size: 1.75rem;
  line-height: 35px;
  line-height: 1.75rem;
  font-weight: 900;
  color: #AC8421;
}
h2.xl, .h2.xl {
  font-family: "Humane";
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 0.8em;
  font-size: 325px;
  font-size: 16.25rem;
}
@media (max-width: 767px) {
  h2.xl, .h2.xl {
    font-size: 250px;
    font-size: 12.5rem;
  }
}
h2.lg, .h2.lg {
  font-family: "Humane";
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 0.8em;
  font-size: 250px;
  font-size: 12.5rem;
  color: #AC8421;
}
@media (max-width: 767px) {
  h2.lg, .h2.lg {
    font-size: 166px;
    font-size: 8.3rem;
  }
}
h2.sm, .h2.sm {
  font-size: 20px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1rem;
  font-weight: 700;
}
h2.xs, .h2.xs {
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
}

h3, .h3 {
  font-family: "stratum-2-web", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: #AC8421;
}
h3.lg, .h3.lg {
  font-size: 35px;
  font-size: 1.75rem;
  line-height: 40px;
  line-height: 2rem;
  font-weight: 900;
}
h3.sm, .h3.sm {
  font-size: 14px;
  line-height: 18px;
}

h4, .h4 {
  font-family: "stratum-2-web", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: #AC8421;
}
sup {
  font-size: 0.6em;
  padding-left: 1px;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.btn-wrapper {
  display: block;
  width: 100%;
}
.btn-wrapper .btn {
  display: inline-block;
}
.btn-wrapper.align-left {
  text-align: left;
}
.btn-wrapper.align-left .btn {
  margin-right: auto;
}
.btn-wrapper.align-center {
  text-align: center;
}
.btn-wrapper.align-center .btn {
  margin-left: auto;
  margin-right: auto;
}
.btn-wrapper.align-right {
  text-align: right;
}
.btn-wrapper.align-right .btn {
  margin-left: auto;
}

.btn, button, input[type=submit] {
  -webkit-appearance: none;
  appearance: none;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-family: "stratum-2-web", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  padding: 15px;
  position: relative;
  display: inline-block;
}
.btn span.text, button span.text, input[type=submit] span.text {
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-family: "stratum-2-web", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
}
.btn.accordion-expand, button.accordion-expand, input[type=submit].accordion-expand {
  border: none !important;
  border: 0;
  background-color: transparent !important;
}
.btn.gold, button.gold, input[type=submit].gold {
  background-color: #AC8421 !important;
  color: #3E3932 !important;
  border: none;
}
.btn.gold span, button.gold span, input[type=submit].gold span {
  color: #3E3932 !important;
}
.btn.btn-arrow-notch, button.btn-arrow-notch, input[type=submit].btn-arrow-notch {
  border-radius: 0;
  position: relative;
  overflow-y: clip;
}
.btn.btn-arrow-notch span, button.btn-arrow-notch span, input[type=submit].btn-arrow-notch span {
  pointer-events: none;
  z-index: 2;
}
.btn.btn-arrow-notch svg, button.btn-arrow-notch svg, input[type=submit].btn-arrow-notch svg {
  position: absolute;
  top: -1%;
  left: -14px;
  height: 102%;
  z-index: 10;
}
.btn.btn-arrow-notch svg #button-notch, button.btn-arrow-notch svg #button-notch, input[type=submit].btn-arrow-notch svg #button-notch {
  fill: #AC8421;
}
.btn.btn-arrow, button.btn-arrow, input[type=submit].btn-arrow {
  border-radius: 0;
  position: relative;
  overflow-y: clip;
}
.btn.btn-arrow svg, button.btn-arrow svg, input[type=submit].btn-arrow svg {
  position: absolute;
  top: -1%;
  left: -14px;
  height: 102%;
}
.btn.btn-arrow svg #button-arrow, button.btn-arrow svg #button-arrow, input[type=submit].btn-arrow svg #button-arrow {
  fill: #AC8421;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn.btn-arrow:hover, .btn.btn-arrow:focus-visible, button.btn-arrow:hover, button.btn-arrow:focus-visible, input[type=submit].btn-arrow:hover, input[type=submit].btn-arrow:focus-visible {
  margin-left: -15px;
  padding-right: 30px;
  background-color: #d6a52a !important;
}
.btn.btn-arrow:hover #button-arrow, .btn.btn-arrow:focus-visible #button-arrow, button.btn-arrow:hover #button-arrow, button.btn-arrow:focus-visible #button-arrow, input[type=submit].btn-arrow:hover #button-arrow, input[type=submit].btn-arrow:focus-visible #button-arrow {
  fill: #d6a52a;
}
.btn.has-icon, button.has-icon, input[type=submit].has-icon {
  padding-left: 45px;
}
.btn.has-icon [class^=icon-], .btn.has-icon [class*=" icon-"], button.has-icon [class^=icon-], button.has-icon [class*=" icon-"], input[type=submit].has-icon [class^=icon-], input[type=submit].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;
}
.btn .btn-outline, .btn.btn-outline, button .btn-outline, button.btn-outline, input[type=submit] .btn-outline, input[type=submit].btn-outline {
  border: 1px solid #ffffff;
  border-radius: 25px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 14px;
  padding-bottom: 14px;
}
.btn .btn-outline.has-icon, .btn.btn-outline.has-icon, button .btn-outline.has-icon, button.btn-outline.has-icon, input[type=submit] .btn-outline.has-icon, input[type=submit].btn-outline.has-icon {
  padding-left: 50px;
}
.btn .btn-outline.has-icon span.icon-play, .btn.btn-outline.has-icon span.icon-play, button .btn-outline.has-icon span.icon-play, button.btn-outline.has-icon span.icon-play, input[type=submit] .btn-outline.has-icon span.icon-play, input[type=submit].btn-outline.has-icon span.icon-play {
  font-size: 12px;
  width: 25px;
  left: 25px;
}
.btn .btn-outline.white, .btn.btn-outline.white, button .btn-outline.white, button.btn-outline.white, input[type=submit] .btn-outline.white, input[type=submit].btn-outline.white {
  color: #ffffff;
  border-color: #ffffff;
}
.btn .btn-outline.white span, .btn.btn-outline.white span, button .btn-outline.white span, button.btn-outline.white span, input[type=submit] .btn-outline.white span, input[type=submit].btn-outline.white span {
  color: #ffffff;
}
.btn .btn-outline:hover, .btn .btn-outline:focus-visible, .btn.btn-outline:hover, .btn.btn-outline:focus-visible, button .btn-outline:hover, button .btn-outline:focus-visible, button.btn-outline:hover, button.btn-outline:focus-visible, input[type=submit] .btn-outline:hover, input[type=submit] .btn-outline:focus-visible, input[type=submit].btn-outline:hover, input[type=submit].btn-outline:focus-visible {
  background-color: #d6a52a !important;
  border-color: #d6a52a !important;
}
@media (max-width: 575px) {
  .btn, button, input[type=submit] {
    font-size: 12px;
    line-height: 18px;
    padding: 12px;
  }
  .btn span.text, button span.text, input[type=submit] span.text {
    font-size: 12px;
    line-height: 18px;
  }
  .btn.arrow-notch svg, button.arrow-notch svg, input[type=submit].arrow-notch svg {
    left: -12px;
  }
  .btn.has-icon, button.has-icon, input[type=submit].has-icon {
    padding-left: 37px;
  }
  .btn.has-icon [class^=icon-], .btn.has-icon [class*=" icon-"], button.has-icon [class^=icon-], button.has-icon [class*=" icon-"], input[type=submit].has-icon [class^=icon-], input[type=submit].has-icon [class*=" icon-"] {
    left: 12px;
    font-size: 18px;
    line-height: 18px;
    width: 25px;
  }
  .btn .btn-outline, button .btn-outline, input[type=submit] .btn-outline {
    border-radius: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 11px;
    padding-bottom: 11px;
  }
  .btn .btn-outline.has-icon, button .btn-outline.has-icon, input[type=submit] .btn-outline.has-icon {
    padding-left: 40px;
  }
  .btn .btn-outline.has-icon span.icon-play, button .btn-outline.has-icon span.icon-play, input[type=submit] .btn-outline.has-icon span.icon-play {
    font-size: 10px;
    width: 20px;
    left: 20px;
  }
}

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

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

.mfp-container {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 75px;
  padding-bottom: 75px;
}
@media (min-width: 768px) {
  .mfp-container {
    padding-left: 50px;
  }
}
@media (min-width: 1200px) {
  .mfp-container {
    padding-left: 75px;
  }
}
@media (min-width: 1300px) {
  .mfp-container {
    padding-left: 100px;
  }
}
@media (min-width: 768px) {
  .mfp-container {
    padding-right: 50px;
  }
}
@media (min-width: 1200px) {
  .mfp-container {
    padding-right: 75px;
  }
}
@media (min-width: 1300px) {
  .mfp-container {
    padding-right: 100px;
  }
}

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

.mfp-content {
  max-width: 100% !important;
  max-height: calc(100vh - 150px);
}
.mfp-content .mfp-close {
  top: -44px;
  padding: 0;
  left: 0;
  right: 0;
  cursor: pointer !important;
  font-size: 34px;
}
.mfp-content .mfp-img {
  padding: 0;
}

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

.parallax-window {
  overflow: hidden;
  position: relative;
}
.parallax-window .parallax-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.parallax-window .parallax-image.parallax-js-loaded {
  top: -55% !important;
  height: 135% !important;
}
@media (min-width: 1200px) {
  .parallax-window .parallax-image.parallax-js-loaded {
    top: -60% !important;
    height: 130% !important;
  }
}
@media (min-width: 1200px) and (min-height: 1200px) and (max-width: 1799px) {
  .parallax-window .parallax-image.parallax-js-loaded {
    top: -30vh !important;
  }
}

.wysiwyg {
  overflow: auto;
  width: 100%;
}
.wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6 {
  margin-top: 0;
  color: #CCC4B5;
}
.wysiwyg p {
  margin-bottom: 1.5rem;
  color: #CCC4B5;
}
.wysiwyg p a {
  text-decoration: underline;
}
.wysiwyg ul, .wysiwyg ol {
  padding-left: 3rem;
  margin-bottom: 1.5rem;
}
.wysiwyg ul li, .wysiwyg ol li {
  margin-bottom: 1rem;
  color: #CCC4B5;
}
.wysiwyg table {
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  font-size: 15px;
  font-size: 0.75rem;
  line-height: 20px;
  line-height: 1rem;
  font-family: "Barlow", Arial, sans-serif;
  color: #CCC4B5;
}
.wysiwyg table tbody tr td {
  word-break: keep-all;
  white-space: nowrap;
  border-color: #292623;
}
.wysiwyg table thead tr td {
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  font-size: 15px;
  font-size: 0.75rem;
  line-height: 20px;
  line-height: 1rem;
  border-color: #292623;
  font-family: "Barlow", Arial, sans-serif;
  color: #CCC4B5;
  word-break: keep-all;
  white-space: nowrap;
}

form.wpcf7-form {
  width: 100%;
}
form.wpcf7-form br, form.wpcf7-form .wpcf7-not-valid-tip {
  display: none;
}
form.wpcf7-form .form-row {
  margin-left: -10px;
  margin-right: -10px;
  position: relative;
}
form.wpcf7-form .form-row .wpcf7-spinner {
  position: absolute;
  bottom: -40px;
  text-align: center;
  margin: 0;
  left: 48%;
  background-color: #AC8421;
}
form.wpcf7-form .form-row .wpcf7-form-control-wrap {
  display: block;
  line-height: 1;
}
form.wpcf7-form .form-row .input-col {
  padding: 10px;
}
form.wpcf7-form .form-row .input-col input, form.wpcf7-form .form-row .input-col select, form.wpcf7-form .form-row .input-col textarea {
  font-family: "Barlow", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  padding: 12px 23px;
  border: 1px solid #292623;
  border-radius: 4px;
  border-color: #292623 !important;
  color: #CCC4B5;
  background-color: #ffffff;
  width: 100%;
}
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 {
  outline: 1px dotted #AC8421 !important;
}
form.wpcf7-form .form-row .input-col input::placeholder {
  color: #CCC4B5;
  opacity: 0.5;
}
form.wpcf7-form .form-row .input-col textarea::placeholder {
  color: #CCC4B5;
  opacity: 0.5;
}
form.wpcf7-form .form-row select {
  -webkit-appearance: none;
  appearance: none;
  -moz-apperance: none;
  padding-right: 50px;
  background: none;
  cursor: pointer;
}
form.wpcf7-form .form-row option {
  background-color: #3E3932;
}
form.wpcf7-form .form-row .select-col {
  cursor: pointer;
  position: relative;
}
form.wpcf7-form .form-row .select-col: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: "\e900";
  position: absolute;
  height: 50px;
  vertical-align: middle;
  font-size: 16px;
  line-height: 50px;
  color: #CCC4B5;
  top: 10px;
  right: 10px;
  width: 50px;
  text-align: center;
  pointer-events: none;
}
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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  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 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
  width: 25px;
  height: 25px;
  border: 1px solid #292623;
  border-radius: 4px;
  border-color: #292623 !important;
  color: #CCC4B5;
  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: #CCC4B5 !important;
  border-color: #CCC4B5 !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 {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  color: #CCC4B5;
  padding-left: 20px;
  font-family: "Barlow", Arial, sans-serif;
  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: #CCC4B5;
  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: #AC8421;
  text-decoration: underline;
}
form.wpcf7-form .form-row .submit-col {
  padding: 20px 10px 10px 10px;
  text-align: center;
}
form.wpcf7-form .form-row .submit-col input {
  -webkit-appearance: none;
  appearance: none;
}
form.wpcf7-form .form-row .submit-col input:focus-visible {
  outline: 1px dotted #AC8421 !important;
}
@media (min-width: 576px) {
  form.wpcf7-form .form-row .submit-col input {
    width: 200px;
    margin: 0 auto;
  }
}
form.wpcf7-form .wpcf7-response-output {
  font-family: "Barlow", Arial, sans-serif;
  font-size: 16px;
  width: 100%;
  text-align: center;
  border: none;
  line-height: 24px;
  padding: 14px 23px;
  display: block;
  margin: 0;
  color: #CCC4B5;
}
form.wpcf7-form.sent .form-row, form.wpcf7-form .submitting .form-row, form.wpcf7-form .resetting .form-row {
  display: none;
}
.slider-wrapper {
  width: 100%;
}
.slider-wrapper .slick-slider {
  position: relative;
  overflow: hidden;
}
.slider-wrapper .slick-slider .slide {
  overflow: hidden;
}
.slider-wrapper .slick-slider .slide:not(.first) {
  display: none;
}
.slider-wrapper .slick-slider.slick-initialized .slide:not(.first) {
  display: block;
}

.slider-wrapper {
  position: relative;
}
.slider-wrapper .arrow.slick-hidden {
  display: none;
}
.accordion-item .accordion-expand {
  display: block;
  width: 100%;
  cursor: pointer;
  text-align: left;
  padding-left: 20px;
  margin: 0;
  padding-top: 25px;
  padding-bottom: 25px;
  color: #AC8421 !important;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.accordion-item .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: "\e907";
  position: absolute;
  vertical-align: middle;
  font-size: 24px;
  line-height: 74px;
  width: 40px;
  height: 74px;
  color: #AC8421;
  top: 0;
  left: -15px;
  vertical-align: middle;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  transform-orgin: center center;
}
.accordion-item .accordion-expand.collapsed:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.accordion-item .accordion-expand:hover, .accordion-item .accordion-expand:focus-visible {
  color: #d6a52a !important;
}
.accordion-item .accordion-expand:hover:after, .accordion-item .accordion-expand:focus-visible:after {
  color: #d6a52a !important;
}
@media (max-width: 575px) {
  .accordion-item .accordion-expand {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .accordion-item .accordion-expand:after {
    height: 54px;
    line-height: 54px;
  }
  .accordion-item .accordion-body {
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  .accordion-item .accordion-expand {
    padding-left: 0;
  }
  .accordion-item .accordion-expand:after {
    left: -40px;
  }
}

.main-nav {
  position: relative;
  z-index: 10;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #3E3932;
  -webkit-transition: padding 0.1s linear;
  transition: padding 0.1s linear;
}
body:not(.home) .main-nav {
  border-bottom: 1px solid #292623;
}
.main-nav .nav-container {
  position: relative;
}
.main-nav button {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  background-color: transparent !important;
  background: transparent !important;
}
.main-nav button:focus-visible {
  outline: 1px dotted #AC8421;
}
.main-nav button:hover, .main-nav button:focus-visible {
  background-color: transparent !important;
  background: transparent !important;
}
.main-nav .back-home a.nav-back {
  color: #CCC4B5;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 30px 10px 0;
  position: relative;
  font-family: "stratum-2-web", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.main-nav .back-home a.nav-back span {
  color: #CCC4B5;
  font-size: 14px;
  line-height: 20px;
  font-family: "stratum-2-web", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.main-nav .back-home a.nav-back:before {
  content: "\e904";
  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;
  font-size: 18px;
  line-height: 20px;
  top: 10px;
  right: 0;
  text-align: right;
  width: 30px;
  position: absolute;
  color: #CCC4B5;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.main-nav .back-home a.nav-back:hover, .main-nav .back-home a.nav-back:focus-visible {
  color: #d6a52a;
}
.main-nav .back-home a.nav-back:hover span, .main-nav .back-home a.nav-back:hover:before, .main-nav .back-home a.nav-back:focus-visible span, .main-nav .back-home a.nav-back:focus-visible:before {
  color: #d6a52a;
  right: -5px;
}
.main-nav .logo-wrapper {
  text-align: center;
  position: relative;
}
.main-nav .logo-wrapper img.nav-logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 120px !important;
  max-width: 100%;
}
.main-nav .logo-wrapper img.nav-logo.text {
  opacity: 0;
  position: absolute;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}
.main-nav .logo-wrapper img.nav-logo.full {
  opacity: 1;
}
.main-nav .logo-wrapper a.nav-logo-wrapper {
  display: block;
  text-align: center;
}
.main-nav .mobile-nav-toggle-wrapper {
  position: absolute;
  top: -15px;
  right: 0;
  z-index: 2;
}
.main-nav .mobile-nav-toggle-wrapper .mobile-nav-toggle {
  padding: 33px 25px;
  line-height: 40px;
  font-size: 40px;
  background-color: transparent !important;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.main-nav .mobile-nav-toggle-wrapper .mobile-nav-toggle:hover span, .main-nav .mobile-nav-toggle-wrapper .mobile-nav-toggle:focus-visible span {
  color: #AC8421;
}
.main-nav .mobile-nav-toggle-wrapper .mobile-nav-toggle span {
  width: 40px;
  height: 40px;
  font-size: 40px;
  text-align: center;
  color: #CCC4B5;
}
.main-nav .nav-wrapper {
  position: fixed;
  top: 0;
  width: 305px;
  right: -305px;
  height: 100vh;
  background-color: #292623;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  z-index: 999;
  padding: 15px 0;
  overflow: hidden;
}
.main-nav .nav-wrapper.open {
  right: 0;
}
.main-nav .nav-wrapper .nav-wrapper-inner {
  margin-left: 0;
  margin-right: 0;
  text-align: center;
  padding: 50px 50px 0 50px;
  position: relative;
  z-index: 2;
}
.main-nav .nav-wrapper .nav-wrapper-inner .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style-type: none;
}
.main-nav .nav-wrapper .nav-wrapper-inner .nav li {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 10px 0;
  margin: 0;
  text-align: left;
}
.main-nav .nav-wrapper .nav-wrapper-inner .nav li a {
  font-family: "stratum-2-web", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  padding: 10px 0;
  display: block;
  text-align: left;
  color: #CCC4B5;
  vertical-align: bottom;
  cursor: pointer;
  position: relative;
  display: inline-block;
}
.main-nav .nav-wrapper .nav-wrapper-inner .nav li a:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  -webkit-transform-origin: center;
  transform-origin: center;
  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 #AC8421;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
.main-nav .nav-wrapper .nav-wrapper-inner .nav li a:hover:after, .main-nav .nav-wrapper .nav-wrapper-inner .nav li a:focus-visible:after {
  opacity: 1;
  -webkit-transform: scaleX(1);
}
.main-nav .nav-wrapper .nav-wrapper-inner .nav li a:after {
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
}
.main-nav.scrolled {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  border-bottom: 1px solid #292623;
}
.main-nav.scrolled .logo-wrapper img.nav-logo.text {
  opacity: 1;
  pointer-events: auto;
  transition: none;
}
.main-nav.scrolled .logo-wrapper img.nav-logo.full {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}
@media (min-width: 768px) {
  .main-nav .nav-wrapper {
    right: -400px;
    width: 400px;
  }
  .main-nav .nav-wrapper.open {
    right: 0;
  }
}
@media (min-width: 992px) {
  .main-nav {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .main-nav .logo-wrapper img.nav-logo {
    width: 140px !important;
  }
  .main-nav .nav-wrapper {
    position: relative;
    top: unset;
    right: unset;
    width: auto;
    height: auto !important;
    padding: 0;
    background-color: transparent;
  }
  .main-nav .nav-wrapper .nav-wrapper-inner {
    padding: 0;
    background-color: transparent;
    max-height: unset;
  }
  .main-nav .nav-wrapper .nav-wrapper-inner .nav {
    margin-left: -35px;
    margin-right: -35px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: flex-end !important;
  }
  .main-nav .nav-wrapper .nav-wrapper-inner .nav li {
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    text-align: center;
  }
  .main-nav .nav-wrapper .nav-wrapper-inner .nav li a {
    color: #CCC4B5;
    font-size: 14px;
    line-height: 16px;
    padding: 10px 0;
  }
}
@media (min-width: 1200px) {
  .main-nav .nav-wrapper .nav-wrapper-inner .nav li a {
    font-size: 16px;
  }
}

footer {
  /* 	@media (min-width: $screen-designs-min) {
  	.footer-contact {
  		.contact-col {
  			.details {
  				padding-left: 50px;
  				padding-right: 50px;

  				.col-12 {
  					padding-left: 50px;
  					padding-right: 50px;
  				}
  			}
  		}
  	}
  } */
}
footer #button-clip {
  display: none;
}
footer .footer-contact {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  footer .footer-contact {
    padding-top: 75px;
  }
}
@media (min-width: 1200px) {
  footer .footer-contact {
    padding-top: 100px;
  }
}
@media (min-width: 992px) {
  footer .footer-contact {
    padding-bottom: 75px;
  }
}
@media (min-width: 1200px) {
  footer .footer-contact {
    padding-bottom: 100px;
  }
}
footer .footer-contact .contact-col .label h3#git {
  display: block;
  height: 50px;
  text-align: right;
  padding-left: 30px;
  padding-right: 40px;
  background-image: url("img/git-arrow.svg");
  background-size: 337px 50px;
  background-position: right center;
  background-repeat: no-repeat;
  font-size: 25px !important;
  line-height: 46px !important;
}
@media (min-width: 768px) {
  footer .footer-contact .contact-col .label h3#git {
    padding-left: 50px;
  }
}
@media (min-width: 1200px) {
  footer .footer-contact .contact-col .label h3#git {
    padding-left: 75px;
  }
}
@media (min-width: 1300px) {
  footer .footer-contact .contact-col .label h3#git {
    padding-left: 100px;
  }
}
footer .footer-contact .contact-col .details .col-12 {
  padding-left: 30px;
  padding-right: 30px;
}
footer .footer-contact .contact-col .details .col-12.name-col {
  padding-bottom: 15px;
  padding-top: 15px;
}
footer .footer-contact .contact-col .details .col-12.email-col {
  padding-bottom: 30px;
}
footer .footer-contact .contact-col .details .name {
  font-family: "stratum-2-web", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
}
footer .footer-contact .contact-col .details .title {
  font-family: "Barlow", Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 12px;
  line-height: 20px;
}
footer .footer-contact .contact-col .details a {
  display: block !important;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-family: "Barlow", Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 15px;
  line-height: 20px;
}
footer .footer-contact .contact-col .details a.email {
  color: #AC8421;
}
footer .footer-contact .contact-col .details a.phone {
  color: #CCC4B5 !important;
}
footer .footer-contact .contact-col .details a:hover, footer .footer-contact .contact-col .details a:focus-visible {
  color: #d6a52a !important;
}
footer .footer-contact .logo-col {
  padding-left: 30px;
  padding-right: 30px;
  text-align: right;
}
@media (min-width: 768px) {
  footer .footer-contact .logo-col {
    padding-left: 50px;
  }
}
@media (min-width: 1200px) {
  footer .footer-contact .logo-col {
    padding-left: 75px;
  }
}
@media (min-width: 1300px) {
  footer .footer-contact .logo-col {
    padding-left: 100px;
  }
}
@media (min-width: 768px) {
  footer .footer-contact .logo-col {
    padding-right: 50px;
  }
}
@media (min-width: 1200px) {
  footer .footer-contact .logo-col {
    padding-right: 75px;
  }
}
@media (min-width: 1300px) {
  footer .footer-contact .logo-col {
    padding-right: 100px;
  }
}
footer .footer-contact .logo-col a.nav-logo-wrapper {
  display: inline-block;
  margin-left: auto;
}
footer .footer-contact .logo-col img {
  display: block;
  width: 74.21px !important;
}
footer .footer-nav {
  position: relative;
}
footer .footer-nav p, footer .footer-nav a {
  font-family: "Barlow", Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 12px;
  line-height: 18px;
  color: #CCC4B5 !important;
  margin: 0;
}
footer .footer-nav p {
  padding: 10px 10px 10px 0;
}
footer .footer-nav a {
  display: block;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
footer .footer-nav a:hover, footer .footer-nav a:focus-visible {
  color: #d6a52a !important;
}
footer .footer-nav .full-container {
  position: relative;
  padding-bottom: 10.7%;
  background-image: url("img/nh-word-mark.svg");
  background-position: bottom center;
  background-size: contain;
  background-repeat: no-repeat;
}
footer .footer-nav .full-container .footer-row {
  position: relative;
}
footer .footer-nav .full-container .footer-row .footer-nav-wrapper .footer-utility-nav {
  margin-left: -10px;
  margin-right: -10px;
}
footer .footer-nav .full-container .footer-row .footer-nav-wrapper .footer-utility-nav li {
  padding: 10px;
}
@media (min-width: 768px) {
  footer .footer-contact .contact-col .details .col-12 {
    padding-left: 50px;
  }
}
@media (min-width: 992px) {
  footer .contact-row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  footer .footer-contact .contact-col {
    padding-right: 30px;
  }
  footer .footer-contact .contact-col .details {
    padding-left: 30px;
    padding-right: 30px;
  }
  footer .footer-contact .contact-col .details .col-12 {
    padding-left: 30px;
  }
  footer .footer-contact .contact-col .details .col-12.name-col {
    padding-top: 0;
  }
  footer .footer-contact .contact-col .details .col-12.email-col {
    padding-bottom: 0;
  }
  footer .footer-contact .logo-col {
    padding-left: 0;
  }
  footer .footer-contact .logo-col .logo-wrapper img {
    width: 100% !important;
    max-width: 107.08px !important;
    margin-left: auto;
  }
  footer .footer-nav .full-container .footer-row {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
  }
  footer .footer-nav .full-container .footer-row .footer-nav-wrapper .footer-utility-nav {
    margin-left: 0;
    margin-right: 0;
  }
  footer .footer-nav .full-container .footer-row .footer-nav-wrapper .footer-utility-nav li {
    padding: 10px;
  }
}
@media (min-width: 1200px) {
  footer .footer-contact .contact-col .label h3#git {
    height: 70px;
    padding-right: 50px;
    background-size: 472px 70px;
    font-size: 35px !important;
    line-height: 66px !important;
  }
  footer .footer-contact .contact-col .details {
    padding-right: 0;
  }
  footer .footer-contact .contact-col .details .col-12.name-col {
    padding-bottom: 0;
  }
  footer .footer-contact .logo-col img {
    width: auto !important;
    max-width: 107.08px !important;
    margin-left: auto;
  }
}

section.content-section-wrapper {
  position: relative;
}
section.content-section-wrapper.bg-light_gray {
  background-color: #DEDDDA;
}
section.content-section-wrapper.bg-dark_gray {
  background-color: #919292;
}
section.content-section-wrapper.bg-brown {
  background-color: #3E3932;
}
section.content-section-wrapper.std-padding-top {
  padding-top: 50px;
}
@media (min-width: 992px) {
  section.content-section-wrapper.std-padding-top {
    padding-top: 75px;
  }
}
@media (min-width: 1200px) {
  section.content-section-wrapper.std-padding-top {
    padding-top: 100px;
  }
}
section.content-section-wrapper.std-padding-bot {
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  section.content-section-wrapper.std-padding-bot {
    padding-bottom: 75px;
  }
}
@media (min-width: 1200px) {
  section.content-section-wrapper.std-padding-bot {
    padding-bottom: 100px;
  }
}
section.content-section-wrapper.work-divider {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
section.content-section-wrapper .content-bg-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  z-index: 1;
}
section.content-section-wrapper .content-wrapper, section.content-section-wrapper .divider-wrapper {
  position: relative;
  z-index: 2;
}
section.content-section-wrapper .content-wrapper .content-section .section-label, section.content-section-wrapper .divider-wrapper .content-section .section-label {
  padding-bottom: 25px;
}
section.content-section-wrapper .content-wrapper .content-section .section-label h2, section.content-section-wrapper .divider-wrapper .content-section .section-label h2 {
  color: #292623;
}
section.content-section-wrapper .content-wrapper.divider_image .content-section, section.content-section-wrapper .content-wrapper.divider_video .content-section, section.content-section-wrapper .divider-wrapper.divider_image .content-section, section.content-section-wrapper .divider-wrapper.divider_video .content-section {
  position: relative;
}
section.content-section-wrapper .content-wrapper.divider_image .content-section .bg-img-container, section.content-section-wrapper .content-wrapper.divider_video .content-section .bg-img-container, section.content-section-wrapper .divider-wrapper.divider_image .content-section .bg-img-container, section.content-section-wrapper .divider-wrapper.divider_video .content-section .bg-img-container {
  background-repeat: no-repeat !important;
  background-size: cover;
  background-position: center center;
  z-index: 1;
  background-color: #ffffff;
  width: 100%;
}
section.content-section-wrapper .content-wrapper.divider_image .content-section .bg-video-wrapper, section.content-section-wrapper .content-wrapper.divider_video .content-section .bg-video-wrapper, section.content-section-wrapper .divider-wrapper.divider_image .content-section .bg-video-wrapper, section.content-section-wrapper .divider-wrapper.divider_video .content-section .bg-video-wrapper {
  overflow: hidden;
}
section.content-section-wrapper .content-wrapper.divider_image .content-section .bg-video-wrapper video, section.content-section-wrapper .content-wrapper.divider_video .content-section .bg-video-wrapper video, section.content-section-wrapper .divider-wrapper.divider_image .content-section .bg-video-wrapper video, section.content-section-wrapper .divider-wrapper.divider_video .content-section .bg-video-wrapper video {
  position: absolute;
  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;
}
section.content-section-wrapper .content-wrapper.divider_image .content-section.parallax-window.std-img, section.content-section-wrapper .content-wrapper.divider_video .content-section.parallax-window.std-img, section.content-section-wrapper .divider-wrapper.divider_image .content-section.parallax-window.std-img, section.content-section-wrapper .divider-wrapper.divider_video .content-section.parallax-window.std-img {
  height: 350px;
}
@media (min-width: 576px) {
  section.content-section-wrapper .content-wrapper.divider_image .content-section.parallax-window.std-img, section.content-section-wrapper .content-wrapper.divider_video .content-section.parallax-window.std-img, section.content-section-wrapper .divider-wrapper.divider_image .content-section.parallax-window.std-img, section.content-section-wrapper .divider-wrapper.divider_video .content-section.parallax-window.std-img {
    height: 0;
    padding-bottom: 46%;
  }
}
@media (min-width: 1300px) {
  section.content-section-wrapper .content-wrapper.divider_image .content-section.parallax-window.std-img, section.content-section-wrapper .content-wrapper.divider_video .content-section.parallax-window.std-img, section.content-section-wrapper .divider-wrapper.divider_image .content-section.parallax-window.std-img, section.content-section-wrapper .divider-wrapper.divider_video .content-section.parallax-window.std-img {
    padding-bottom: 0;
    height: 600px;
  }
}
@media (min-width: 1800px) {
  section.content-section-wrapper .content-wrapper.divider_image .content-section.parallax-window.std-img, section.content-section-wrapper .content-wrapper.divider_video .content-section.parallax-window.std-img, section.content-section-wrapper .divider-wrapper.divider_image .content-section.parallax-window.std-img, section.content-section-wrapper .divider-wrapper.divider_video .content-section.parallax-window.std-img {
    padding-bottom: 0;
    height: 800px;
  }
}
section.content-section-wrapper .content-wrapper.divider_image .content-section.parallax-window.lg-img, section.content-section-wrapper .content-wrapper.divider_video .content-section.parallax-window.lg-img, section.content-section-wrapper .divider-wrapper.divider_image .content-section.parallax-window.lg-img, section.content-section-wrapper .divider-wrapper.divider_video .content-section.parallax-window.lg-img {
  height: 400px;
}
@media (min-width: 576px) {
  section.content-section-wrapper .content-wrapper.divider_image .content-section.parallax-window.lg-img, section.content-section-wrapper .content-wrapper.divider_video .content-section.parallax-window.lg-img, section.content-section-wrapper .divider-wrapper.divider_image .content-section.parallax-window.lg-img, section.content-section-wrapper .divider-wrapper.divider_video .content-section.parallax-window.lg-img {
    height: 0;
    padding-bottom: 56.25%;
  }
}
@media (min-width: 1300px) {
  section.content-section-wrapper .content-wrapper.divider_image .content-section.parallax-window.lg-img, section.content-section-wrapper .content-wrapper.divider_video .content-section.parallax-window.lg-img, section.content-section-wrapper .divider-wrapper.divider_image .content-section.parallax-window.lg-img, section.content-section-wrapper .divider-wrapper.divider_video .content-section.parallax-window.lg-img {
    padding-bottom: 0;
    height: 730px;
  }
}
@media (min-width: 1800px) {
  section.content-section-wrapper .content-wrapper.divider_image .content-section.parallax-window.lg-img, section.content-section-wrapper .content-wrapper.divider_video .content-section.parallax-window.lg-img, section.content-section-wrapper .divider-wrapper.divider_image .content-section.parallax-window.lg-img, section.content-section-wrapper .divider-wrapper.divider_video .content-section.parallax-window.lg-img {
    height: 900px;
  }
}
section.content-section-wrapper .content-wrapper.divider_image .content-section:not(.parallax-window), section.content-section-wrapper .content-wrapper.divider_video .content-section:not(.parallax-window), section.content-section-wrapper .divider-wrapper.divider_image .content-section:not(.parallax-window), section.content-section-wrapper .divider-wrapper.divider_video .content-section:not(.parallax-window) {
  position: relative;
}
section.content-section-wrapper .content-wrapper.divider_image .content-section:not(.parallax-window) .bg-img-container, section.content-section-wrapper .content-wrapper.divider_image .content-section:not(.parallax-window) .bg-video-wrapper, section.content-section-wrapper .content-wrapper.divider_video .content-section:not(.parallax-window) .bg-img-container, section.content-section-wrapper .content-wrapper.divider_video .content-section:not(.parallax-window) .bg-video-wrapper, section.content-section-wrapper .divider-wrapper.divider_image .content-section:not(.parallax-window) .bg-img-container, section.content-section-wrapper .divider-wrapper.divider_image .content-section:not(.parallax-window) .bg-video-wrapper, section.content-section-wrapper .divider-wrapper.divider_video .content-section:not(.parallax-window) .bg-img-container, section.content-section-wrapper .divider-wrapper.divider_video .content-section:not(.parallax-window) .bg-video-wrapper {
  position: relative;
}
section.content-section-wrapper .content-wrapper.divider_image .content-section:not(.parallax-window).std-img .bg-img-container, section.content-section-wrapper .content-wrapper.divider_image .content-section:not(.parallax-window).std-img .bg-video-wrapper, section.content-section-wrapper .content-wrapper.divider_video .content-section:not(.parallax-window).std-img .bg-img-container, section.content-section-wrapper .content-wrapper.divider_video .content-section:not(.parallax-window).std-img .bg-video-wrapper, section.content-section-wrapper .divider-wrapper.divider_image .content-section:not(.parallax-window).std-img .bg-img-container, section.content-section-wrapper .divider-wrapper.divider_image .content-section:not(.parallax-window).std-img .bg-video-wrapper, section.content-section-wrapper .divider-wrapper.divider_video .content-section:not(.parallax-window).std-img .bg-img-container, section.content-section-wrapper .divider-wrapper.divider_video .content-section:not(.parallax-window).std-img .bg-video-wrapper {
  height: 350px;
}
@media (min-width: 576px) {
  section.content-section-wrapper .content-wrapper.divider_image .content-section:not(.parallax-window).std-img .bg-img-container, section.content-section-wrapper .content-wrapper.divider_image .content-section:not(.parallax-window).std-img .bg-video-wrapper, section.content-section-wrapper .content-wrapper.divider_video .content-section:not(.parallax-window).std-img .bg-img-container, section.content-section-wrapper .content-wrapper.divider_video .content-section:not(.parallax-window).std-img .bg-video-wrapper, section.content-section-wrapper .divider-wrapper.divider_image .content-section:not(.parallax-window).std-img .bg-img-container, section.content-section-wrapper .divider-wrapper.divider_image .content-section:not(.parallax-window).std-img .bg-video-wrapper, section.content-section-wrapper .divider-wrapper.divider_video .content-section:not(.parallax-window).std-img .bg-img-container, section.content-section-wrapper .divider-wrapper.divider_video .content-section:not(.parallax-window).std-img .bg-video-wrapper {
    height: 0;
    padding-bottom: 46%;
  }
}
@media (min-width: 1300px) {
  section.content-section-wrapper .content-wrapper.divider_image .content-section:not(.parallax-window).std-img .bg-img-container, section.content-section-wrapper .content-wrapper.divider_image .content-section:not(.parallax-window).std-img .bg-video-wrapper, section.content-section-wrapper .content-wrapper.divider_video .content-section:not(.parallax-window).std-img .bg-img-container, section.content-section-wrapper .content-wrapper.divider_video .content-section:not(.parallax-window).std-img .bg-video-wrapper, section.content-section-wrapper .divider-wrapper.divider_image .content-section:not(.parallax-window).std-img .bg-img-container, section.content-section-wrapper .divider-wrapper.divider_image .content-section:not(.parallax-window).std-img .bg-video-wrapper, section.content-section-wrapper .divider-wrapper.divider_video .content-section:not(.parallax-window).std-img .bg-img-container, section.content-section-wrapper .divider-wrapper.divider_video .content-section:not(.parallax-window).std-img .bg-video-wrapper {
    padding-bottom: 0;
    height: 600px;
  }
}
@media (min-width: 1800px) {
  section.content-section-wrapper .content-wrapper.divider_image .content-section:not(.parallax-window).std-img .bg-img-container, section.content-section-wrapper .content-wrapper.divider_image .content-section:not(.parallax-window).std-img .bg-video-wrapper, section.content-section-wrapper .content-wrapper.divider_video .content-section:not(.parallax-window).std-img .bg-img-container, section.content-section-wrapper .content-wrapper.divider_video .content-section:not(.parallax-window).std-img .bg-video-wrapper, section.content-section-wrapper .divider-wrapper.divider_image .content-section:not(.parallax-window).std-img .bg-img-container, section.content-section-wrapper .divider-wrapper.divider_image .content-section:not(.parallax-window).std-img .bg-video-wrapper, section.content-section-wrapper .divider-wrapper.divider_video .content-section:not(.parallax-window).std-img .bg-img-container, section.content-section-wrapper .divider-wrapper.divider_video .content-section:not(.parallax-window).std-img .bg-video-wrapper {
    padding-bottom: 0;
    height: 800px;
  }
}
section.content-section-wrapper .content-wrapper.divider_image .content-section:not(.parallax-window).lg-img .bg-img-container, section.content-section-wrapper .content-wrapper.divider_image .content-section:not(.parallax-window) .bg-video-wrapper .bg-img-container, section.content-section-wrapper .content-wrapper.divider_video .content-section:not(.parallax-window).lg-img .bg-img-container, section.content-section-wrapper .content-wrapper.divider_video .content-section:not(.parallax-window) .bg-video-wrapper .bg-img-container, section.content-section-wrapper .divider-wrapper.divider_image .content-section:not(.parallax-window).lg-img .bg-img-container, section.content-section-wrapper .divider-wrapper.divider_image .content-section:not(.parallax-window) .bg-video-wrapper .bg-img-container, section.content-section-wrapper .divider-wrapper.divider_video .content-section:not(.parallax-window).lg-img .bg-img-container, section.content-section-wrapper .divider-wrapper.divider_video .content-section:not(.parallax-window) .bg-video-wrapper .bg-img-container {
  height: 400px;
}
@media (min-width: 576px) {
  section.content-section-wrapper .content-wrapper.divider_image .content-section:not(.parallax-window).lg-img .bg-img-container, section.content-section-wrapper .content-wrapper.divider_image .content-section:not(.parallax-window) .bg-video-wrapper .bg-img-container, section.content-section-wrapper .content-wrapper.divider_video .content-section:not(.parallax-window).lg-img .bg-img-container, section.content-section-wrapper .content-wrapper.divider_video .content-section:not(.parallax-window) .bg-video-wrapper .bg-img-container, section.content-section-wrapper .divider-wrapper.divider_image .content-section:not(.parallax-window).lg-img .bg-img-container, section.content-section-wrapper .divider-wrapper.divider_image .content-section:not(.parallax-window) .bg-video-wrapper .bg-img-container, section.content-section-wrapper .divider-wrapper.divider_video .content-section:not(.parallax-window).lg-img .bg-img-container, section.content-section-wrapper .divider-wrapper.divider_video .content-section:not(.parallax-window) .bg-video-wrapper .bg-img-container {
    height: 0;
    padding-bottom: 56.25%;
  }
}
@media (min-width: 1300px) {
  section.content-section-wrapper .content-wrapper.divider_image .content-section:not(.parallax-window).lg-img .bg-img-container, section.content-section-wrapper .content-wrapper.divider_image .content-section:not(.parallax-window) .bg-video-wrapper .bg-img-container, section.content-section-wrapper .content-wrapper.divider_video .content-section:not(.parallax-window).lg-img .bg-img-container, section.content-section-wrapper .content-wrapper.divider_video .content-section:not(.parallax-window) .bg-video-wrapper .bg-img-container, section.content-section-wrapper .divider-wrapper.divider_image .content-section:not(.parallax-window).lg-img .bg-img-container, section.content-section-wrapper .divider-wrapper.divider_image .content-section:not(.parallax-window) .bg-video-wrapper .bg-img-container, section.content-section-wrapper .divider-wrapper.divider_video .content-section:not(.parallax-window).lg-img .bg-img-container, section.content-section-wrapper .divider-wrapper.divider_video .content-section:not(.parallax-window) .bg-video-wrapper .bg-img-container {
    padding-bottom: 0;
    height: 730px;
  }
}
@media (min-width: 1800px) {
  section.content-section-wrapper .content-wrapper.divider_image .content-section:not(.parallax-window).lg-img .bg-img-container, section.content-section-wrapper .content-wrapper.divider_image .content-section:not(.parallax-window) .bg-video-wrapper .bg-img-container, section.content-section-wrapper .content-wrapper.divider_video .content-section:not(.parallax-window).lg-img .bg-img-container, section.content-section-wrapper .content-wrapper.divider_video .content-section:not(.parallax-window) .bg-video-wrapper .bg-img-container, section.content-section-wrapper .divider-wrapper.divider_image .content-section:not(.parallax-window).lg-img .bg-img-container, section.content-section-wrapper .divider-wrapper.divider_image .content-section:not(.parallax-window) .bg-video-wrapper .bg-img-container, section.content-section-wrapper .divider-wrapper.divider_video .content-section:not(.parallax-window).lg-img .bg-img-container, section.content-section-wrapper .divider-wrapper.divider_video .content-section:not(.parallax-window) .bg-video-wrapper .bg-img-container {
    height: 900px;
  }
}
section.content-section-wrapper .content-wrapper.open_content .content-section, section.content-section-wrapper .divider-wrapper.open_content .content-section {
  position: relative;
}
section.content-section-wrapper .content-wrapper.video, section.content-section-wrapper .divider-wrapper.video {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
section.content-section-wrapper .content-wrapper.video .content-section, section.content-section-wrapper .divider-wrapper.video .content-section {
  position: relative;
}
section.content-section-wrapper .content-wrapper.video .content-section .label-wrapper, section.content-section-wrapper .divider-wrapper.video .content-section .label-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  background: rgba(0, 0, 0, 0.8);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0) 40%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0) 40%);
  z-index: 3;
}
@media (min-width: 992px) {
  section.content-section-wrapper .content-wrapper.video .content-section .label-wrapper, section.content-section-wrapper .divider-wrapper.video .content-section .label-wrapper {
    padding-top: 75px;
  }
}
@media (min-width: 1200px) {
  section.content-section-wrapper .content-wrapper.video .content-section .label-wrapper, section.content-section-wrapper .divider-wrapper.video .content-section .label-wrapper {
    padding-top: 100px;
  }
}
@media (min-width: 992px) {
  section.content-section-wrapper .content-wrapper.video .content-section .label-wrapper, section.content-section-wrapper .divider-wrapper.video .content-section .label-wrapper {
    padding-bottom: 75px;
  }
}
@media (min-width: 1200px) {
  section.content-section-wrapper .content-wrapper.video .content-section .label-wrapper, section.content-section-wrapper .divider-wrapper.video .content-section .label-wrapper {
    padding-bottom: 100px;
  }
}
section.content-section-wrapper .content-wrapper.video .content-section .label-wrapper .section-label h2, section.content-section-wrapper .divider-wrapper.video .content-section .label-wrapper .section-label h2 {
  color: #ffffff;
}
section.content-section-wrapper .content-wrapper.video .content-section .poster-wrapper, section.content-section-wrapper .divider-wrapper.video .content-section .poster-wrapper {
  width: 100%;
  height: 400px;
}
@media (min-width: 576px) {
  section.content-section-wrapper .content-wrapper.video .content-section .poster-wrapper, section.content-section-wrapper .divider-wrapper.video .content-section .poster-wrapper {
    height: 0;
    padding-bottom: 56.25%;
  }
}
@media (min-width: 1300px) {
  section.content-section-wrapper .content-wrapper.video .content-section .poster-wrapper, section.content-section-wrapper .divider-wrapper.video .content-section .poster-wrapper {
    padding-bottom: 0;
    height: 730px;
  }
}
@media (min-width: 1800px) {
  section.content-section-wrapper .content-wrapper.video .content-section .poster-wrapper, section.content-section-wrapper .divider-wrapper.video .content-section .poster-wrapper {
    height: 900px;
  }
}
section.content-section-wrapper .content-wrapper.video .content-section .poster-wrapper .poster-video-wrapper, section.content-section-wrapper .divider-wrapper.video .content-section .poster-wrapper .poster-video-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
section.content-section-wrapper .content-wrapper.video .content-section .poster-wrapper .poster-video-wrapper .bg-video, section.content-section-wrapper .divider-wrapper.video .content-section .poster-wrapper .poster-video-wrapper .bg-video {
  position: absolute;
  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;
}
section.content-section-wrapper .content-wrapper.video .content-section .poster-wrapper .poster-img-wrapper, section.content-section-wrapper .divider-wrapper.video .content-section .poster-wrapper .poster-img-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
section.content-section-wrapper .content-wrapper.video .content-section .poster-wrapper .vignette, section.content-section-wrapper .divider-wrapper.video .content-section .poster-wrapper .vignette {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 0;
  padding-bottom: 15%;
  left: 0;
}
section.content-section-wrapper .content-wrapper.video .content-section .poster-wrapper .vignette.top, section.content-section-wrapper .divider-wrapper.video .content-section .poster-wrapper .vignette.top {
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
}
section.content-section-wrapper .content-wrapper.video .content-section .poster-wrapper .vignette.bottom, section.content-section-wrapper .divider-wrapper.video .content-section .poster-wrapper .vignette.bottom {
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
}
section.content-section-wrapper .content-wrapper.video .content-section .play-btn, section.content-section-wrapper .divider-wrapper.video .content-section .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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
  justify-content: flex-end !important;
  z-index: 4;
  padding: 0 25px 25px 0;
}
section.content-section-wrapper .content-wrapper.video .content-section .play-btn .btn-outline:hover, section.content-section-wrapper .content-wrapper.video .content-section .play-btn .btn-outline:focus-visible, section.content-section-wrapper .divider-wrapper.video .content-section .play-btn .btn-outline:hover, section.content-section-wrapper .divider-wrapper.video .content-section .play-btn .btn-outline:focus-visible {
  background-color: #d6a52a !important;
  border-color: #d6a52a !important;
}
section.content-section-wrapper .content-wrapper.video .content-section .play-btn:focus-visible .btn-outline, section.content-section-wrapper .divider-wrapper.video .content-section .play-btn:focus-visible .btn-outline {
  background-color: #d6a52a !important;
  border-color: #d6a52a !important;
}
@media (min-width: 992px) {
  section.content-section-wrapper .content-wrapper.video .content-section .play-btn, section.content-section-wrapper .divider-wrapper.video .content-section .play-btn {
    padding: 0 50px 50px 0;
  }
}
section.content-section-wrapper .content-wrapper.images .content-section .image-grid, section.content-section-wrapper .divider-wrapper.images .content-section .image-grid {
  margin-left: -25px;
  margin-right: -25px;
}
section.content-section-wrapper .content-wrapper.images .content-section .image-grid .image-col, section.content-section-wrapper .divider-wrapper.images .content-section .image-grid .image-col {
  padding: 15px 25px;
}
section.content-section-wrapper .content-wrapper.images .content-section .image-grid .image-col img, section.content-section-wrapper .divider-wrapper.images .content-section .image-grid .image-col img {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
section.content-section-wrapper .content-wrapper.images .content-section .image-grid .image-col img.jpeg, section.content-section-wrapper .divider-wrapper.images .content-section .image-grid .image-col img.jpeg {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
@media (max-width: 991px) {
  section.content-section-wrapper .content-wrapper.images .content-section .image-grid.two_col .image-col img, section.content-section-wrapper .divider-wrapper.images .content-section .image-grid.two_col .image-col img {
    max-width: 525px;
  }
  section.content-section-wrapper .content-wrapper.images .content-section .image-grid.three_col .image-col img, section.content-section-wrapper .divider-wrapper.images .content-section .image-grid.three_col .image-col img {
    max-width: 335px;
  }
}
@media (min-width: 768px) {
  section.content-section-wrapper .content-wrapper.images .content-section .image-grid .image-col, section.content-section-wrapper .divider-wrapper.images .content-section .image-grid .image-col {
    padding: 25px;
  }
}
section.content-section-wrapper .content-wrapper.image_copy .content-section .image-copy-wrapper, section.content-section-wrapper .divider-wrapper.image_copy .content-section .image-copy-wrapper {
  margin-left: -20px;
  margin-right: -20px;
}
section.content-section-wrapper .content-wrapper.image_copy .content-section .image-copy-wrapper .copy-col, section.content-section-wrapper .content-wrapper.image_copy .content-section .image-copy-wrapper .image-col, section.content-section-wrapper .divider-wrapper.image_copy .content-section .image-copy-wrapper .copy-col, section.content-section-wrapper .divider-wrapper.image_copy .content-section .image-copy-wrapper .image-col {
  padding: 20px;
}
section.content-section-wrapper .content-wrapper.image_copy .content-section .image-copy-wrapper .copy-col .copy-wrapper, section.content-section-wrapper .divider-wrapper.image_copy .content-section .image-copy-wrapper .copy-col .copy-wrapper {
  border-top: 1px solid #CCC4B5;
  border-bottom: 1px solid #CCC4B5;
  padding: 24px 0;
  max-width: 550px;
}
@media (max-width: 991px) {
  section.content-section-wrapper .content-wrapper.image_copy .content-section .image-copy-wrapper .copy-col .copy-wrapper, section.content-section-wrapper .divider-wrapper.image_copy .content-section .image-copy-wrapper .copy-col .copy-wrapper {
    display: block;
    margin: 0 auto;
  }
}
section.content-section-wrapper .content-wrapper.image_copy .content-section .image-copy-wrapper .copy-col .copy-wrapper p, section.content-section-wrapper .divider-wrapper.image_copy .content-section .image-copy-wrapper .copy-col .copy-wrapper p {
  color: #CCC4B5;
}
section.content-section-wrapper .content-wrapper.image_copy .content-section .image-copy-wrapper .image-col img, section.content-section-wrapper .divider-wrapper.image_copy .content-section .image-copy-wrapper .image-col img {
  display: block;
  width: 100%;
}
@media (min-width: 992px) {
  section.content-section-wrapper .content-wrapper.image_copy .image-copy-wrapper .copy-col, section.content-section-wrapper .divider-wrapper.image_copy .image-copy-wrapper .copy-col {
    padding-right: 0;
  }
  section.content-section-wrapper .content-wrapper.image_copy .image-copy-wrapper .image-col, section.content-section-wrapper .divider-wrapper.image_copy .image-copy-wrapper .image-col {
    padding-left: 40px;
  }
}
section.content-section-wrapper .content-wrapper.inline_video .content-section .inline-video-wrapper video, section.content-section-wrapper .divider-wrapper.inline_video .content-section .inline-video-wrapper video {
  display: block;
  width: 100%;
}

.home-hero .hero-inner .hero-top {
  position: relative;
  z-index: 1;
}
.home-hero .hero-inner .hero-top .hero-video-wrapper, .home-hero .hero-inner .hero-top .hero-img-wrapper {
  height: 350px;
  z-index: 1;
}
@media (min-width: 576px) {
  .home-hero .hero-inner .hero-top .hero-video-wrapper, .home-hero .hero-inner .hero-top .hero-img-wrapper {
    height: 0;
    padding-bottom: 46%;
  }
}
@media (min-width: 1300px) {
  .home-hero .hero-inner .hero-top .hero-video-wrapper, .home-hero .hero-inner .hero-top .hero-img-wrapper {
    padding-bottom: 0;
    height: 600px;
  }
}
@media (min-width: 1800px) {
  .home-hero .hero-inner .hero-top .hero-video-wrapper, .home-hero .hero-inner .hero-top .hero-img-wrapper {
    padding-bottom: 0;
    height: 800px;
  }
}
.home-hero .hero-inner .hero-top .hero-video-wrapper {
  position: relative;
  overflow: hidden;
}
.home-hero .hero-inner .hero-top .hero-video-wrapper .bg-video {
  position: absolute;
  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;
}
.home-hero .hero-inner .hero-top .hero-img-wrapper {
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.home-hero .hero-inner .hero-top .hero-cta-wrapper {
  position: absolute;
  top: 50px;
  right: 0;
  z-index: 2;
}
.home-hero .hero-inner .hero-bot {
  position: relative;
  z-index: 2;
  margin-top: -16.5vw;
  padding-top: 50px;
}
@media (min-width: 992px) {
  .home-hero .hero-inner .hero-bot {
    padding-top: 75px;
  }
}
@media (min-width: 1200px) {
  .home-hero .hero-inner .hero-bot {
    padding-top: 100px;
  }
}
.home-hero .hero-inner .hero-bot .headline-wrapper {
  position: relative;
  z-index: 1;
}
.home-hero .hero-inner .hero-bot .headline-wrapper h1 {
  width: 100%;
  position: relative;
  text-align: left;
}
.home-hero .hero-inner .hero-bot .headline-wrapper h1 #word1, .home-hero .hero-inner .hero-bot .headline-wrapper h1 #word2 {
  display: block;
}
.home-hero .hero-inner .hero-bot .headline-wrapper h1 #word1 #small_word {
  display: inline-block;
}
.home-hero .hero-inner .hero-bot .headline-wrapper .hero-badge-wrapper {
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  pointer-events: none;
}
@media (min-width: 768px) {
  .home-hero .hero-inner .hero-bot .headline-wrapper .hero-badge-wrapper {
    padding-left: 50px;
  }
}
@media (min-width: 1200px) {
  .home-hero .hero-inner .hero-bot .headline-wrapper .hero-badge-wrapper {
    padding-left: 75px;
  }
}
@media (min-width: 1300px) {
  .home-hero .hero-inner .hero-bot .headline-wrapper .hero-badge-wrapper {
    padding-left: 100px;
  }
}
@media (min-width: 768px) {
  .home-hero .hero-inner .hero-bot .headline-wrapper .hero-badge-wrapper {
    padding-right: 50px;
  }
}
@media (min-width: 1200px) {
  .home-hero .hero-inner .hero-bot .headline-wrapper .hero-badge-wrapper {
    padding-right: 75px;
  }
}
@media (min-width: 1300px) {
  .home-hero .hero-inner .hero-bot .headline-wrapper .hero-badge-wrapper {
    padding-right: 100px;
  }
}
.home-hero .hero-inner .hero-bot .headline-wrapper .hero-badge-wrapper img {
  display: block;
  width: 125px !important;
  opacity: 0;
  transition: opacity 0.1s;
  margin-left: auto;
  margin-right: -100px;
}
.home-hero .hero-inner .hero-bot .copy-wrapper {
  position: relative;
  z-index: 1;
  padding-top: 25px;
}
@media (min-width: 992px) {
  .home-hero .hero-inner .hero-bot .copy-wrapper {
    padding-top: 30px;
  }
}
@media (min-width: 576px) {
  .home-hero .hero-inner .hero-bot .headline-wrapper .hero-badge-wrapper img {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .home-hero .hero-inner .hero-bot .headline-wrapper .hero-badge-wrapper img {
    width: 175px !important;
    margin-right: -100px;
  }
}
@media (min-width: 992px) {
  .home-hero .hero-inner .hero-bot .headline-wrapper .hero-badge-wrapper img {
    width: 175px !important;
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .home-hero .hero-inner .hero-bot .headline-wrapper h1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
    text-align: center;
  }
  .home-hero .hero-inner .hero-bot .headline-wrapper h1 #word1, .home-hero .hero-inner .hero-bot .headline-wrapper h1 #word2 {
    display: inline-block;
    text-align: left;
  }
  .home-hero .hero-inner .hero-bot .headline-wrapper h1 #word1 #small_word {
    display: block;
    text-align: right;
    margin-top: -0.2em;
  }
  .home-hero .hero-inner .hero-bot .headline-wrapper h1 #word2 {
    padding-left: 0.05em;
    padding-top: 0.4em;
  }
  .home-hero .hero-inner .hero-bot .headline-wrapper .hero-badge-wrapper {
    left: 0;
    right: unset;
  }
  .home-hero .hero-inner .hero-bot .headline-wrapper .hero-badge-wrapper img {
    margin-left: 0;
  }
}
@media (min-width: 1300px) {
  .home-hero .hero-inner .hero-bot {
    margin-top: -215px;
  }
}
@media (min-width: 1500px) and (max-width: 1700px) {
  .home-hero .hero-inner .hero-bot .headline-wrapper .hero-badge-wrapper {
    left: 6vw;
  }
}
@media (min-width: 1701px) {
  .home-hero .hero-inner .hero-bot .headline-wrapper .hero-badge-wrapper {
    left: 102px;
  }
}

.two-col-heading .heading-col {
  padding-bottom: 15px;
}
.two-col-heading .copy-col {
  padding-bottom: 15px;
}
@media (min-width: 992px) {
  .two-col-heading {
    padding-bottom: 15px;
  }
  .two-col-heading .heading-col {
    padding-bottom: 0;
  }
  .two-col-heading .copy-col {
    padding-bottom: 0;
  }
}

.home-image-slider {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  .home-image-slider {
    padding-top: 75px;
  }
}
@media (min-width: 1200px) {
  .home-image-slider {
    padding-top: 100px;
  }
}
@media (min-width: 992px) {
  .home-image-slider {
    padding-bottom: 75px;
  }
}
@media (min-width: 1200px) {
  .home-image-slider {
    padding-bottom: 100px;
  }
}
.home-image-slider .slider-container {
  position: relative;
}
.home-image-slider .slick-slider {
  height: 45vw;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
@media (min-width: 992px) {
  .home-image-slider .slick-slider {
    height: 22vw;
  }
}
.home-image-slider .slick-slider .slide {
  height: auto;
}
.home-image-slider .slick-slider .slide .img-container {
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  padding-bottom: 56.25%;
  display: block;
}
.home-image-slider .slick-slider .slide:focus {
  outline: none;
}
.home-image-slider .slick-slider.slick-initialized {
  height: auto !important;
  opacity: 1 !important;
}

.home-logos {
  padding-bottom: 30px;
  border-bottom: 1px solid #292623;
}
.home-logos .logos {
  padding-top: 25px;
  padding-bottom: 25px;
  margin-left: -8px;
  margin-right: -8px;
}
@media (min-width: 992px) {
  .home-logos .logos {
    padding-top: 30px;
  }
}
@media (min-width: 992px) {
  .home-logos .logos {
    padding-bottom: 30px;
  }
}
.home-logos .logos .logo-col {
  padding: 20px 8px;
}
.home-logos .logos .logo-col svg {
  display: block;
  max-width: 170px;
  margin: 0 auto;
}
.home-logos .logos .logo-col svg path:not(.cls-1), .home-logos .logos .logo-col svg rect:not(.cls-1), .home-logos .logos .logo-col svg polygon:not(.cls-1) {
  fill: #CCC4B5;
}
@media (min-width: 992px) {
  .home-logos {
    padding-bottom: 55px;
  }
}
@media (min-width: 1200px) {
  .home-logos {
    padding-bottom: 80px;
  }
}

.home-work {
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #292623;
}
@media (min-width: 992px) {
  .home-work {
    padding-top: 75px;
  }
}
@media (min-width: 1200px) {
  .home-work {
    padding-top: 100px;
  }
}
@media (min-width: 992px) {
  .home-work {
    padding-bottom: 75px;
  }
}
@media (min-width: 1200px) {
  .home-work {
    padding-bottom: 100px;
  }
}
.home-work .work-items {
  padding-top: 25px;
}
@media (min-width: 992px) {
  .home-work .work-items {
    padding-top: 30px;
  }
}
.home-team {
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #292623;
}
@media (min-width: 992px) {
  .home-team {
    padding-top: 75px;
  }
}
@media (min-width: 1200px) {
  .home-team {
    padding-top: 100px;
  }
}
@media (min-width: 992px) {
  .home-team {
    padding-bottom: 75px;
  }
}
@media (min-width: 1200px) {
  .home-team {
    padding-bottom: 100px;
  }
}
.home-team .collage-wrapper {
  position: relative;
  padding-top: 25px;
}
.home-team .collage-wrapper .collage {
  width: 100%;
  height: 0;
  padding-bottom: 86.33%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.home-team .collage-wrapper .team-badge-wrapper {
  width: 100%;
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  pointer-events: none;
}
.home-team .collage-wrapper .team-badge-wrapper img {
  width: 32vw !important;
  opacity: 0.9 !important;
}
@media (min-width: 576px) {
  .home-team .collage-wrapper .team-badge-wrapper img {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .home-team .collage-wrapper {
    padding-top: 30px;
  }
}
@media (min-width: 1300px) {
  .home-team .collage-wrapper .team-badge-wrapper img {
    width: 420px !important;
  }
}

.home-services {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  .home-services {
    padding-top: 75px;
  }
}
@media (min-width: 1200px) {
  .home-services {
    padding-top: 100px;
  }
}
@media (min-width: 992px) {
  .home-services {
    padding-bottom: 75px;
  }
}
@media (min-width: 1200px) {
  .home-services {
    padding-bottom: 100px;
  }
}
.home-services .two-col-heading {
  padding-bottom: 35px;
}
.home-services .service .service-col p.bullet {
  font-size: 15px;
  line-height: 24px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.home-services .service .service-col p.bullet:before {
  line-height: 33px;
  top: 1px;
}
.home-services .service .service-col p.bullet:last-child {
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  .home-services .two-col-heading {
    padding-bottom: 25px;
  }
}

.work-items {
  margin-left: -8px;
  margin-right: -8px;
}
.work-items .work-item {
  padding: 8px;
}
.work-items .work-item .work-wrapper {
  display: block;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.work-items .work-item .work-wrapper .thumbnail {
  width: 100%;
  display: block;
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  height: 0;
  padding-bottom: 74%;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transform: scale(1.001);
  -ms-transform: scale(1.001);
  -moz-transform: scale(1.001);
  transform: scale(1.001);
  will-change: transform;
  /* -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  	@include prefix(backface-visibility, hidden, 'webkit' 'ms'); */
}
.work-items .work-item .work-wrapper .name-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
  background: rgba(0, 0, 0, 0.8);
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0) 50%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0) 50%);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 25px;
}
.work-items .work-item .work-wrapper .name-wrapper .name {
  display: block;
  width: 100%;
  font-family: "stratum-2-web", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 20px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.2rem;
  font-weight: 700;
  color: #CCC4B5;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
section.more-work .work-items .work-item .work-wrapper .name-wrapper {
  background: rgba(0, 0, 0, 0.8);
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0) 80%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0) 80%);
}
.work-items .work-item .work-wrapper:hover .thumbnail, .work-items .work-item .work-wrapper:focus-visible .thumbnail {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -moz-transform: scale(1.05);
  transform: scale(1.05);
}
.work-items .work-item .work-wrapper:hover .name-wrapper .name, .work-items .work-item .work-wrapper:focus-visible .name-wrapper .name {
  color: #d6a52a !important;
}

.work-hero {
  border-bottom: 1px solid #292623;
}
.work-hero .heading-wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #292623;
}
@media (min-width: 992px) {
  .work-hero .heading-wrapper {
    padding-top: 50px;
  }
}
@media (min-width: 992px) {
  .work-hero .heading-wrapper {
    padding-bottom: 50px;
  }
}
.work-hero .intro-wrapper > .container {
  padding-left: 0;
  padding-right: 0;
}
.work-hero .intro-wrapper h2 {
  margin-bottom: 15px;
}
.work-hero .intro-wrapper .intro-row .intro-copy {
  padding-top: 30px;
  padding-bottom: 50px;
  padding-left: 30px;
  padding-right: 30px;
  border-bottom: 1px solid #292623;
}
@media (min-width: 992px) {
  .work-hero .intro-wrapper .intro-row .intro-copy {
    padding-top: 50px;
  }
}
@media (min-width: 992px) {
  .work-hero .intro-wrapper .intro-row .intro-copy {
    padding-bottom: 75px;
  }
}
@media (min-width: 1200px) {
  .work-hero .intro-wrapper .intro-row .intro-copy {
    padding-bottom: 100px;
  }
}
@media (min-width: 768px) {
  .work-hero .intro-wrapper .intro-row .intro-copy {
    padding-left: 50px;
  }
}
@media (min-width: 1200px) {
  .work-hero .intro-wrapper .intro-row .intro-copy {
    padding-left: 75px;
  }
}
@media (min-width: 1300px) {
  .work-hero .intro-wrapper .intro-row .intro-copy {
    padding-left: 100px;
  }
}
.work-hero .intro-wrapper .intro-row .projects {
  padding-top: 30px;
  padding-bottom: 50px;
  padding-right: 30px;
  padding-left: 30px;
}
@media (min-width: 992px) {
  .work-hero .intro-wrapper .intro-row .projects {
    padding-top: 50px;
  }
}
@media (min-width: 992px) {
  .work-hero .intro-wrapper .intro-row .projects {
    padding-bottom: 75px;
  }
}
@media (min-width: 1200px) {
  .work-hero .intro-wrapper .intro-row .projects {
    padding-bottom: 100px;
  }
}
@media (min-width: 768px) {
  .work-hero .intro-wrapper .intro-row .projects {
    padding-right: 50px;
  }
}
@media (min-width: 1200px) {
  .work-hero .intro-wrapper .intro-row .projects {
    padding-right: 75px;
  }
}
@media (min-width: 1300px) {
  .work-hero .intro-wrapper .intro-row .projects {
    padding-right: 100px;
  }
}
.work-hero .intro-wrapper .intro-row .projects .projects-wrapper {
  margin-left: -8px;
  margin-right: -8px;
}
.work-hero .intro-wrapper .intro-row .projects .projects-wrapper .project-col {
  padding-left: 8px;
  padding-right: 8px;
}
.work-hero .intro-wrapper .intro-row .projects .projects-wrapper .project-col p.bullet {
  font-family: "stratum-2-web", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  display: block;
  padding-top: 7px;
  padding-bottom: 7px;
}
.work-hero .intro-wrapper .intro-row .projects .projects-wrapper .project-col p.bullet:before {
  top: 8px;
  line-height: 19px;
}
@media (min-width: 768px) {
  .work-hero .intro-wrapper h2 {
    margin-bottom: 20px;
  }
  .work-hero .intro-wrapper .intro-row .intro-copy {
    padding-right: 50px;
  }
  .work-hero .intro-wrapper .intro-row .projects {
    padding-left: 50px;
  }
}
@media (min-width: 992px) {
  .work-hero .intro-wrapper .intro-row .intro-copy {
    border-bottom: none;
    border-right: 1px solid #292623;
  }
}

.more-work {
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #292623;
}
@media (min-width: 992px) {
  .more-work {
    padding-top: 75px;
  }
}
@media (min-width: 1200px) {
  .more-work {
    padding-top: 100px;
  }
}
@media (min-width: 992px) {
  .more-work {
    padding-bottom: 75px;
  }
}
@media (min-width: 1200px) {
  .more-work {
    padding-bottom: 100px;
  }
}
.more-work .work-items {
  padding-top: 30px;
}
@media (min-width: 992px) {
  .more-work .work-items {
    padding-top: 50px;
  }
}
.more-work .work-items .work-item .work-wrapper .thumbnail {
  padding-bottom: 100%;
}

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