/*
Theme Name: Martex
Theme URI: 
Description:
Version: 1.0
Author: Robbie Rotman
Author URI:
Tags:
*/
*,
*:after,
*:before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: none;
}

html {
  scroll-behavior: smooth;
}

body {
  -webkit-font-smoothing: subpixel-antialiased;
  text-rendering: optimizelegibility;
  font-size: 100%;
  -webkit-text-size-adjust: none;
  background-color: #fff;
  line-height: 1.6;
}

html,
body,
select,
input,
textarea,
button {
  font-family: "Arimo", sans-serif;
  font-weight: 400;
  color: #717171;
}

::-moz-selection {
  background: rgba(0, 0, 0, 0.1);
  text-shadow: none;
}
::selection {
  background: rgba(0, 0, 0, 0.1);
  text-shadow: none;
}

button,
input,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border-radius: 0;
  border: none;
  padding: 0;
}

a,
svg,
button {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

a:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
}

:focus {
  outline: none;
  /*border: 1px dashed rgba(122,122,122,.5);*/
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 1rem;
  padding-right: 1rem;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}
.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
.col-xs {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}
.col-xs-1 {
  -ms-flex-preferred-size: 8.33333333%;
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}
.col-xs-2 {
  -ms-flex-preferred-size: 16.66666667%;
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}
.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}
.col-xs-4 {
  -ms-flex-preferred-size: 33.33333333%;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}
.col-xs-5 {
  -ms-flex-preferred-size: 41.66666667%;
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}
.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}
.col-xs-7 {
  -ms-flex-preferred-size: 58.33333333%;
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}
.col-xs-8 {
  -ms-flex-preferred-size: 66.66666667%;
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}
.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}
.col-xs-10 {
  -ms-flex-preferred-size: 83.33333333%;
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}
.col-xs-11 {
  -ms-flex-preferred-size: 91.66666667%;
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}
.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.start-xs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start;
}
.center-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.end-xs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end;
}
.top-xs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.middle-xs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.bottom-xs {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.between-xs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.first-xs {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.last-xs {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.col-xs-margin {
  margin-bottom: 2rem;
}

@media only screen and (min-width: 48em) {
  .row {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .col {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .col-xs-margin {
    margin-bottom: 0;
  }

  .col-sm {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-sm {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-sm {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (min-width: 64em) {
  .row {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .col-md {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-md {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-md {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (min-width: 75em) {
  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-lg {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-lg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

/* Helpers */
.no-scroll {
  overflow: hidden;
}

.vis-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.button {
  display: inline-block;
  background-color: transparent;
  padding: 0.675rem 2.75rem;
  font-size: 0.75rem;
  color: #fdb71d;
  cursor: pointer;
  border: 2px solid #fdb71d;
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.12rem;
}

.button:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fdb71d;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transition: transform 0.25s;
  transition: transform 0.25s;
  z-index: 0;
}

.button:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.button:after {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  top: -0.75rem;
  left: -0.75rem;
  position: absolute;
  border-right: 2px solid #fdb71d;
  background-color: #fff;
  transform: rotate(0.125turn);
  z-index: 2;
}

.button:hover {
  color: #fff;
}

.button span {
  position: relative;
  z-index: 1;
}

iframe {
  width: 100%;
}

/* Images */
figure {
  background-color: #f1f1f1;
}

figcaption {
  padding-top: 0.5rem;
  background-color: #fff;
  font-style: italic;
  font-size: 0.9375rem;
}

.type-white figure {
  background-color: #636363;
}

.type-white figcaption {
  background-color: #5d5d5d;
}

.lazyimage-container {
  position: relative;
  height: 0;
  padding-bottom: 38%;
  overflow: hidden;
}

.lazyimage-container img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
}

.lazyload--img,
.lazyload--bg {
  -webkit-transition: opacity 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: opacity 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

.lazyload,
.lazyloading {
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
}

.image__bg {
  height: 0;
  padding-bottom: 75%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.image__bg--portrait {
  padding-bottom: 125%;
}

.image__bg--landscape {
  padding-bottom: 56.25%;
}

.image__bg--square {
  padding-bottom: 100%;
}

/* Type */
b,
strong,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: #000;
}

.type-white b,
.type-white strong,
.type-white h1,
.type-white h2,
.type-white h3,
.type-white h4,
.type-white h5,
.type-white h6 {
  color: #fff;
}

a {
  color: #717171;
  text-decoration: none;
}

a:hover {
  color: #b1b1b1;
}

.type-yellow {
  color: #fdb71d;
}

.type-yellow:hover {
  color: #fdb71d;
}

.type-black {
  color: #000;
}

.type-black:hover {
  color: #000;
}

.type-white,
.type-white a,
.type-white button {
  color: #fff;
}

.type-white a:hover {
  color: #aeaeae;
}

.type-upper,
.copy-block h1,
.copy-block h2,
.copy-block h3,
.copy-block h4,
.copy-block h5,
.copy-block h6 {
  text-transform: uppercase;
  letter-spacing: 0.12rem;
}

.type-reg {
  font-weight: 400;
}

.type-bold {
  font-weight: 700;
}

.type-vsm {
  font-size: 0.75rem;
}

.type-sm {
  font-size: 0.8125rem;
}

.type-p,
p {
  font-size: 0.9375rem;
  margin: 0;
}

.type-h1,
h1 {
  font-size: 2.25rem;
  line-height: 1.3;
}

.type-h2,
h2 {
  font-size: 1.675rem;
  line-height: 1.3;
}

.type-h3,
h3 {
  font-size: 1.375rem;
}

.type-h4,
h4 {
  font-size: 1.25rem;
}

.type-h5,
h5 {
  font-size: 1.125rem;
}

.type-h6,
h6 {
  font-size: 0.9375rem;
}

.copy-block .type-h1:not(:last-child),
.copy-block h1:not(:last-child),
.copy-block .type-h2:not(:last-child),
.copy-block h2:not(:last-child),
.copy-block .type-h3:not(:last-child),
.copy-block h3:not(:last-child),
.copy-block .type-h4:not(:last-child),
.copy-block h4:not(:last-child),
.copy-block h5:not(:last-child),
.copy-block h6:not(:last-child),
.copy-block .type-p:not(:last-child),
.copy-block p:not(:last-child) {
  margin-bottom: 1.125rem;
}

.copy-block .type-margin--lg:not(:last-child) {
  margin-bottom: 2.5rem;
}

.copy-block ul,
.copy-block ol {
  padding: 0;
  font-size: 0.875rem;
  list-style: none;
}

.copy-block li {
  font-size: 0.875rem;
}

.copy-block ul li,
.copy-block ol li {
  padding: 0 0 0 1.125rem;
  position: relative;
}

.copy-block li:not(:last-child) {
  margin: 0 0 0.25rem;
}

.copy-block ul li:before {
  background: #fdb71d;
  content: "";
  display: block;
  border-radius: 50%;
  width: 0.3125rem;
  height: 0.3125rem;
  position: absolute;
  top: 0.5rem;
  left: 0;
}

.copy-block ol {
  counter-reset: ol-counter;
}

.copy-block ol li {
  counter-increment: ol-counter;
}

.copy-block ol li:before {
  content: counter(ol-counter) ".";
  display: block;
  color: #fdb71d;
  position: absolute;
  left: 0;
}

.copy-block ul:not(:last-child),
.copy-block ol:not(:last-child),
.copy-block .button:not(:last-child),
.copy-block img:not(:last-child),
.copy-block figure:not(:last-child) {
  margin-bottom: 1.25rem;
}

.copy-block a {
  text-decoration: underline;
}

@media (max-width: 56.25em) {
  .type-h1,
  h1 {
    font-size: 1.375rem;
  }

  .type-h2,
  h2 {
    font-size: 1.25rem;
  }

  .type-h3,
  h3 {
    font-size: 1.125rem;
  }

  .type-h4,
  h4 {
    font-size: 1rem;
  }

  .type-h5,
  h5 {
    font-size: 1rem;
  }

  .type-vsm {
    font-size: 0.625rem;
  }

  .type-sm {
    font-size: 0.75rem;
  }

  .copy-block .type-margin--lg:not(:last-child) {
    margin-bottom: 1.75rem;
  }
}

/* Forms */
::-webkit-input-placeholder {
  color: #717171;
  opacity: 1;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

:focus::-webkit-input-placeholder {
  opacity: 0.5;
}

.type-white ::-webkit-input-placeholder {
  color: #fff;
}

:-moz-placeholder {
  color: #717171;
  opacity: 1;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

:focus:-moz-placeholder {
  opacity: 0.5;
}

.type-white :-moz-placeholder {
  color: #fff;
}

::-moz-placeholder {
  color: #717171;
  opacity: 1;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

:focus::-moz-placeholder {
  opacity: 0.5;
}

.type-white ::-moz-placeholder {
  color: #fff;
}

:-ms-input-placeholder {
  color: #717171;
  opacity: 1;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

:focus:-ms-input-placeholder:focus {
  opacity: 0.5;
}

.type-white :-ms-input-placeholder {
  color: #fff;
}

::placeholder {
  color: #717171;
  opacity: 1;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

:focus::placeholder {
  opacity: 0.5;
}

.type-white ::placeholder {
  color: #fff;
}

input,
textarea {
  line-height: 1.2;
  padding: 0.375rem 0;
  width: 100%;
  font-size: 0.75rem;
  height: 1.75rem;
  display: block;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  resize: none;
}

input[name="hduuss"] {
  display: none;
}

label {
  cursor: pointer;
}

input[type="radio"],
input[type="checkbox"] {
  display: inline-block;
  border: 1px solid currentcolor;
  border-radius: 0.125rem;
  width: 0.75rem;
  height: 0.75rem;
  background-color: transparent;
}

input[type="radio"]:checked,
input[type="checkbox"]:checked {
  background-color: currentcolor;
}

/* Scroll triggers */
.scroll-trigger {
  opacity: 0;
  -webkit-transform: translateY(-1rem);
  transform: translateY(-1rem);
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.125s;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.125s;
}

.scroll-trigger--active {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/*.scroll-trigger .scroll-trigger__block--up {
	
}*/

/* Site callout */
.site-callout {
  position: fixed;
  top: 50%;
  z-index: 22;
  font-size: 0.75rem;
}

.site-callout--left {
  left: 3.5rem;
  -webkit-transform: rotate(90deg) translateX(-50%);
  transform: rotate(90deg) translateX(-50%);
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.site-callout--right {
  right: 3.5rem;
  -webkit-transform: rotate(90deg) translateX(50%);
  transform: rotate(90deg) translateX(50%);
  -webkit-transform-origin: right center;
  transform-origin: right center;
}

.site-callout--white,
.site-callout--white:hover {
  color: #fff;
}

.site-callout__svg {
  fill: #fdb71d;
  margin: 0 0 0 0.875rem;
}

.site-callout--white .site-callout__svg {
  fill: #fff;
}

.site-callout:hover .site-callout__svg {
  -webkit-transform: translateX(0.375rem);
  transform: translateX(0.375rem);
}

@media (max-width: 56.25em) {
  .site-callout {
    display: none;
  }
}

/* Site header */
.site-header {
  position: fixed;
  z-index: 44;
  left: 0;
  right: 0;
  top: 0;
  padding: 2rem 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
}

.site-header--white {
  background-color: transparent;
  border-bottom-color: transparent;
}

/*.site-header--white:not(.site-header--scrolled) {
	padding-top: 4rem;
}*/

.site-header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 55;
}

.site-header__mark,
.site-header__logo {
  position: relative;
  z-index: 4;
}

.site-header--white .site-header__mark {
  opacity: 0;
  visibility: hidden;
}

.site-header__mark-svg {
  fill: #fdb71d;
  display: block;
}

.site-header--white .site-header__mark-svg {
  fill: #fff;
}

.site-header__logo-svg {
  display: block;
  fill: #231f20;
}

.site-header--white .site-header__logo-svg,
.site-header__logo-svg-icon {
  fill: #fff;
}

.site-header:not(.site-header--white) .site-header__logo-svg-icon {
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 56.25em) {
  .site-header {
    padding: 1.125rem 0;
  }

  .site-header:after {
    content: "";
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 43;
    background-color: #fff;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 0;
    visibility: hidden;
  }

  .site-header--white:not(.site-header--scrolled) {
    padding-top: 1.125rem;
  }

  .site-header--menu-active:after {
    opacity: 1;
    visibility: visible;
  }

  .site-header__mark {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    right: 1.5rem;
    bottom: 1.5rem;
  }

  .site-header--menu-active .site-header__mark {
    opacity: 1;
    visibility: visible;
  }

  .site-header--white .site-header__mark-svg {
    fill: #fdb71d;
  }

  .site-header__logo-svg {
    width: 150px;
    height: 36px;
  }

  .site-header--menu-active .site-header__logo-svg {
    fill: #231f20;
  }
}

/* Site header nav */
.site-header__nav {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
}

.site-header__nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  user-select: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.site-header__nav-item {
  margin: 0 1.25rem;
  position: relative;
}

.site-header__nav-item a,
.site-header__nav-item > span {
  font-size: 0.875rem;
  display: block;
  cursor: pointer;
}

.site-header__nav-item a:hover,
.site-header__nav-item > span:hover {
  color: #717171;
}

.site-header--white:not(.site-header--menu-active) a,
.site-header--white:not(.site-header--menu-active) a:hover,
.site-header--white:not(.site-header--menu-active)
  .site-header__nav-item
  > span {
  color: #fff;
}

.site-header__nav-highlight {
  height: 0.375rem;
  width: 1rem;
  background-color: #fdb71d;
  display: block;
  position: absolute;
  bottom: -2rem;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.site-header--white .site-header__nav-highlight,
.site-header__nav-highlight--none {
  opacity: 0;
  visibility: hidden;
}

.site-header__nav-item span span {
  display: inline-block;
  vertical-align: middle;
}

.site-header__nav-item svg {
  display: inline-block;
  vertical-align: middle;
  fill: #717171;
  margin: 0 0 0 0.375rem;
}

.site-header--white:not(.site-header--menu-active) .site-header__nav-item svg {
  fill: #fff;
}

.site-header__subnav {
  list-style: none;
}

.site-header__subnav-item a {
  padding: 0.375rem 0;
  font-size: 0.75rem;
}

@media (min-width: 56.3125em) {
  .site-header__subnav {
    position: absolute;
    top: 100%;
    left: 0;
    width: 200px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    padding-top: 1rem;
  }

  .site-header__nav-item--subs:hover .site-header__subnav {
    opacity: 1;
    visibility: visible;
  }

  .site-header__subnav-item a {
    background-color: #fff;
    padding: 0.5rem 0.75rem;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
  }

  .site-header__subnav-item:last-child a {
    border-bottom: 1px solid #e5e5e5;
  }

  .site-header--white .site-header__subnav-item a {
    background-color: transparent;
    padding-left: 0;
    border: none;
  }

  .site-header:not(.site-header--white) .site-header__subnav-item a:hover,
  .site-header:not(.site-header--white)
    .site-header__subnav-item.site-header__subnav-item--current
    a {
    background-color: #f1f1f1;
  }
}

@media (max-width: 56.25em) {
  .site-header__nav {
    opacity: 0;
    visibility: hidden;
    z-index: 45;
    position: fixed;
    top: 62px;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-align: left;
    padding: 0 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    width: 100%;
  }

  .site-header__nav-list {
    display: block;
  }

  .site-header--menu-active .site-header__nav {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }

  .site-header__nav-item {
    padding: 0.25rem 0;
    -webkit-transition: all 0.25s ease 0.5s;
    transition: all 0.25s ease 0.5s;
    opacity: 0;
    -webkit-transform: translateX(-1rem);
    transform: translateX(-1rem);
  }

  .site-header--menu-active .site-header__nav-item {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }

  .site-header--menu-active .site-header__nav-item:nth-child(2) {
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
  }

  .site-header--menu-active .site-header__nav-item:nth-child(3) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }

  .site-header--menu-active .site-header__nav-item:nth-child(4) {
    -webkit-transition-delay: 0.35s;
    transition-delay: 0.35s;
  }

  .site-header--menu-active .site-header__nav-item:nth-child(5) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }

  .site-header--menu-active .site-header__nav-item:nth-child(6) {
    -webkit-transition-delay: 0.45s;
    transition-delay: 0.45s;
  }

  .site-header__nav-item {
    margin: 0;
  }

  .site-header__nav-item a,
  .site-header__nav-item > span {
    display: inline-block;
    position: relative;
  }

  .site-header__subnav {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    max-height: 0;
    overflow: hidden;
  }

  .site-header__nav-item--subs-open .site-header__subnav {
    max-height: 40rem;
  }

  .site-header__nav-highlight {
    display: none;
  }

  .site-header__nav-item > a:before,
  .site-header__nav-item > span:before {
    content: "";
    position: absolute;
    width: 1rem;
    top: 0;
    bottom: 0;
    left: -1.5rem;
    background-color: transparent;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    height: 0.5rem;
    margin: auto;
    -webkit-transform: translateX(-2rem);
    transform: translateX(-2rem);
    background-color: #fdb71d;
  }

  .site-header--menu-active .site-header__nav-item--current > a:before,
  .site-header--menu-active .site-header__nav-item--current > span:before {
    -webkit-transition-delay: 0.75s;
    transition-delay: 0.75s;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .site-header__subnav-item:first-child {
    padding-top: 0.375rem;
  }

  .site-header__subnav-item:last-child {
    padding-bottom: 0.375rem;
  }
}

/* Mobile menu */
.site-header__menu-btn {
  cursor: pointer;
  padding: 1rem 0.75rem;
  position: relative;
  z-index: 22;
  left: -1rem;
  top: -0.25rem;
  display: none;
}

.site-header__menu-btn div,
.site-header__menu-btn div::before,
.site-header__menu-btn div::after {
  display: block;
  width: 1.5rem;
  height: 2px;
  background-color: #000;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.site-header--white:not(.site-header--menu-active) .site-header__menu-btn div,
.site-header--white:not(.site-header--menu-active)
  .site-header__menu-btn
  div::before,
.site-header--white:not(.site-header--menu-active)
  .site-header__menu-btn
  div::after {
  background-color: #fff;
}

.site-header__menu-btn div::before,
.site-header__menu-btn div::after {
  position: absolute;
  content: "";
  z-index: 2;
}

.site-header__menu-btn div::before {
  -webkit-transform: translateY(-0.5rem);
  transform: translateY(-0.5rem);
}

.site-header__menu-btn div::after {
  -webkit-transform: translateY(0.5rem);
  transform: translateY(0.5rem);
}

.site-header--menu-active .site-header__menu-btn div {
  background: transparent;
}

.site-header--menu-active .site-header__menu-btn div::before,
.site-header--menu-active .site-header__menu-btn div::after {
  opacity: 0.5;
}

.site-header--menu-active .site-header__menu-btn div::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.site-header--menu-active .site-header__menu-btn div::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (max-width: 56.25em) {
  .site-header__menu-btn {
    display: block;
  }
}

/* Site content */
.site-content > *:not(.home-intro):first-child {
  padding-top: 10rem;
}

.section--top-padded {
  padding-top: 7rem;
}

.section--btm-padded {
  padding-bottom: 7rem;
}

@media (max-width: 56.25em) {
  .site-content > *:not(.home-intro):first-child {
    padding-top: 7rem;
  }

  .section--top-padded {
    padding-top: 4rem;
  }

  .section--btm-padded {
    padding-bottom: 4rem;
  }
}

/* Columns */
.section-columns__col--spaced {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -ms-grid-row-align: flex-start;
  align-items: flex-start;
}

.section-columns__copy:not(:first-child) {
  margin-top: 2.25rem;
}

.section-columns__copy:not(:last-child) {
  margin-bottom: 1.25rem;
}

.section-columns__step {
  font-size: 0.75rem;
  color: #000;
  display: inline-block;
  margin-bottom: 1rem;
  writing-mode: vertical-lr;
}

.section-columns__step-svg {
  fill: #000;
  margin: 0.875rem 0 0;
}

.section-columns__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.section-columns__images--right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.section-columns__callout {
  -webkit-transform: rotate(90deg) translateX(50%);
  transform: rotate(90deg) translateX(50%);
  -webkit-transform-origin: right center;
  transform-origin: right center;
  font-size: 0.75rem;
  position: absolute;
  right: 1.5rem;
  color: #000;
}

.section-columns__callout--right {
  left: 1.5rem;
  right: auto;
  -webkit-transform: rotate(90deg) translateX(-50%);
  transform: rotate(90deg) translateX(-50%);
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.section-columns__callout:hover {
  color: #000;
}

.section-columns__callout-svg {
  fill: #000;
  margin: 0 0 0 0.875rem;
}

@media (pointer: fine) {
  .section-columns__callout:hover .section-columns__callout-svg {
    -webkit-transform: translateX(0.375rem);
    transform: translateX(0.375rem);
  }
}

.section-columns__slider-no {
  position: absolute;
  bottom: 0;
  right: 1rem;
  color: #000;
  letter-spacing: 0.1rem;
  line-height: 1;
}

.section-columns__slider-no--right {
  left: 1rem;
  right: auto;
}

.section-columns__slider-no span {
  display: inline-block;
}

.section-columns__images-wrap {
  width: 100%;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.section-columns__images--left .section-columns__images-wrap,
.section-columns__images--right .section-columns__images-wrap {
  width: calc(100% - 2rem);
}

.section-columns__slider-item {
  width: 100%;
}

@media (max-width: 56.25em) {
  .section-columns__step {
    writing-mode: horizontal-tb;
    position: relative;
  }

  .section-columns__step-svg {
    transform: rotate(-90deg);
    transform-origin: right center;
    position: absolute;
    right: -1rem;
    margin: 0;
    top: -0.125rem;
  }

  .section-columns__copy:not(:first-child) {
    margin-top: 1.25rem;
  }

  .section-columns__callout {
    right: 1rem;
    top: -0.5rem;
    -webkit-transform: rotate(90deg) translateX(100%);
    transform: rotate(90deg) translateX(100%);
  }

  .section-columns__callout--right {
    left: 1rem;
    right: auto;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .section-columns__slider-no {
    right: 0.5rem;
  }

  .section-columns__slider-no--right {
    left: 0.5rem;
    right: auto;
  }
}

/* Home intro */
.home-intro {
  position: relative;
}

.home-intro__slide {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
}

.home-intro__slide:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 2;
}

.home-intro__slide-row {
  min-height: 100vh;
}

.home-intro__slide-col {
  position: relative;
  z-index: 4;
}

/*.home-intro__border {
	position: absolute;
	top: 2rem;
	height: calc(100% - 4rem);
	left: 2rem;
	width: calc(100% - 4rem);
	pointer-events: none;
	z-index: 2;
	max-width: 100%;
	max-height: 100%;
	stroke: #FFF;
	stroke-width: 1px;
}*/

.home-intro__controls {
  position: absolute;
  bottom: 3rem;
  left: 0;
  right: 0;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.home-intro__controls-arrow {
  padding: 0.5rem;
  cursor: pointer;
}

.home-intro__controls-arrow-svg {
  fill: #fff;
}

@media (pointer: fine) {
  .home-intro__controls-arrow--next:hover .home-intro__controls-arrow-svg {
    -webkit-transform: translateX(0.375rem);
    transform: translateX(0.375rem);
  }

  .home-intro__controls-arrow--prev:hover .home-intro__controls-arrow-svg {
    -webkit-transform: translateX(-0.375rem);
    transform: translateX(-0.375rem);
  }
}

.home-intro__arrow {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  cursor: pointer;
  padding: 0.5rem;
}

.home-intro__arrow-svg {
  fill: #fff;
}

/*@media (max-width: 56.25em) {
	
	.home-intro__border {
		display: none;
	}

}*/

/* Work listing */
.project-listing {
  margin-bottom: -3rem;
}

.project-listing__header {
  margin-bottom: 4rem;
}

.project-listing__item {
  margin-bottom: 3rem;
}

.project-listing__link {
  display: block;
}

.project-listing__figure {
  position: relative;
  overflow: hidden;
}

.project-listing__figure:after {
  content: "";
  background-color: #fdb71d;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}

@media (pointer: fine) {
  .project-listing__link:hover .project-listing__figure:after {
    transform: translateX(0);
    opacity: 0.25;
  }
}

.project-listing__title {
  margin: 0 0 0.5rem;
}

@media (max-width: 56.25em) {
  .project-listing {
    margin-bottom: -2rem;
  }

  .project-listing__header {
    margin-bottom: 2rem;
  }

  .project-listing__item {
    margin-bottom: 2rem;
  }
}

/* Work single */
.work-single__content {
  padding-bottom: 2rem;
  position: relative;
}

.work-single__heading {
  margin-bottom: 4.5rem;
}

.work-single__copy {
  margin-bottom: 2.5rem;
}

.work-single__details {
  list-style: none;
  margin-bottom: 2.5rem;
}

.work-single__details-item {
  font-size: 0.9375rem;
}

.work-single__details-item:not(:last-child) {
  margin-bottom: 0.875rem;
}

.work-single__controls {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 1rem;
  margin-left: -0.5rem;
}

.work-single__controls-arrow {
  padding: 0.5rem;
  cursor: pointer;
}

.work-single__controls-arrow-svg {
  fill: #717171;
}

@media (pointer: fine) {
  .work-single__controls-arrow--next:hover .work-single__controls-arrow-svg {
    -webkit-transform: translateX(0.375rem);
    transform: translateX(0.375rem);
  }

  .work-single__controls-arrow--prev:hover .work-single__controls-arrow-svg {
    -webkit-transform: translateX(-0.375rem);
    transform: translateX(-0.375rem);
  }
}

.work-single__slider-item {
  width: 100%;
}

.work-single__slider-item-video {
  width: 100%;
}

.work-single__thumbs {
  display: flex;
  flex-flow: row wrap;
  width: calc(100% + 1rem);
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  margin-top: 0.5rem;
}

.work-single__thumbs-item {
  width: 20%;
  padding: 0.5rem;
  cursor: pointer;
  position: relative;
}

.work-single__thumbs-item:after {
  content: "";
  height: 0.375rem;
  left: 0.5rem;
  bottom: 0.5rem;
  right: 0.5rem;
  background-color: #fdb71d;
  position: absolute;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.work-single__thumbs-item--active:after {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 56.25em) {
  .work-single__content {
    padding-bottom: 0;
    margin-bottom: 0.5rem;
  }

  .work-single__heading {
    margin-bottom: 2rem;
  }

  .work-single__copy {
    margin-bottom: 2rem;
  }

  .work-single__details {
    margin-bottom: 2rem;
  }

  .work-single__controls {
    position: static;
  }

  .work-single__thumbs-item {
    width: 33.33333%;
  }
}

/* Work single footer */
.work-single-footer__wrap {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 4rem;
}

.work-single-footer__arrow {
  display: block;
}

.work-single-footer__arrow:hover {
  color: #717171;
}

.work-single-footer__arrow--next svg {
  margin-left: 0.5rem;
}

.work-single-footer__arrow--prev svg {
  margin-right: 0.5rem;
}

@media (pointer: fine) {
  .work-single-footer__arrow--next:hover svg {
    -webkit-transform: translateX(0.375rem);
    transform: translateX(0.375rem);
  }

  .work-single-footer__arrow--prev:hover svg {
    -webkit-transform: translateX(-0.375rem);
    transform: translateX(-0.375rem);
  }
}

@media (max-width: 56.25em) {
  .work-single-footer__wrap {
    margin-top: 2.5rem;
  }
}

/* Form */
.contact-form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.contact-form__heading {
  margin-bottom: 1rem;
}

.contact-form__callout {
  font-size: 0.75rem;
  position: absolute;
  -webkit-transform: rotate(90deg) translateX(-50%);
  transform: rotate(90deg) translateX(-50%);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  left: 1.5rem;
  color: #000;
}

.contact-form__callout-svg {
  fill: #000;
  margin: 0 0 0 0.875rem;
}

.contact-form__form {
  width: calc(100% - 2rem);
}

.contact-form__form--page {
  margin-top: 3rem;
}

.contact-form__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  width: 100%;
}

.contact-form__item {
  border-bottom: 1px solid #717171;
  width: 100%;
}

.contact-form__form--footer .contact-form__item {
  border-bottom-color: #7a7a7a;
}

.contact-form__item--half {
  width: 50%;
}

.contact-form__item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-form__item-checkbox {
  padding: 0.375rem 0;
}

.contact-form__item--half:nth-child(even) .contact-form__item-checkbox {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.contact-form__item-checkbox span {
  font-size: 0.75rem;
  display: inline-block;
  margin-right: 0.5rem;
  line-height: 1;
}

.contact-form__item--btn {
  border-bottom: none;
}

.contact-form__form--footer .contact-form__item--btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.contact-form__form--footer .button--validate:after {
  background-color: #f4f4f4;
}

.contact-form__item:not(:last-child) {
  margin-bottom: 1.5rem;
}

#recaptcha-container-footer,
#recaptcha-container-page {
  margin-bottom: 1rem;
}

.contact-form__captcha-error,
.contact-form__success {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-decoration: underline;
  visibility: hidden;
  opacity: 0;
  font-size: 0.875rem;
  color: #7a7a7a;
}

.contact-form__captcha-error {
  color: #fb0000;
}

.contact-form--captcha-error .contact-form__captcha-error,
.contact-form--sent .contact-form__success {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.contact-form__captcha .g-recaptcha {
  margin-bottom: 1rem;
}

.contact-form__captcha .g-recaptcha > div {
  margin: 0 auto;
}

@media (max-width: 56.25em) {
  .contact-form {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .contact-form__form--page {
    margin-top: 2rem;
  }

  .contact-form__callout {
    left: auto;
    right: 1rem;
    top: -0.5rem;
    -webkit-transform: rotate(90deg) translateX(100%);
    transform: rotate(90deg) translateX(100%);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }

  .contact-form__list:not(:last-child) {
    margin-bottom: 1.5rem;
  }

  .contact-form__item--half {
    width: 100%;
  }

  .contact-form__item--half:nth-child(even) .contact-form__item-checkbox {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .contact-form__item--half:nth-child(even) .contact-form__item-checkbox span {
    order: 1;
    margin: 0 0 0 0.5rem;
  }

  .contact-form__item--btn {
    display: block;
  }

  .contact-form__captcha-wrap {
    padding: 1rem;
  }

  .contact-form__captcha .g-recaptcha {
    -webkit-transform: scale(0.77);
    transform: scale(0.77);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    margin-bottom: 0;
  }

  .contact-form__captcha-error,
  .contact-form__sent-msg {
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
  }
}

/* Site footer top */
.site-footer__top {
  background-color: #f4f4f4;
  padding: 4rem 0;
}

.site--contact .site-footer__top {
  display: none;
}

@media (max-width: 56.25em) {
  .site-footer__top {
    padding: 3rem 0;
  }
}

/* Site footer bottom */
.site-footer__btm {
  background-color: #63666a;
  padding: 4rem 0;
  position: relative;
}

.site-footer__btm-row + .site-footer__btm-row {
  margin-top: 3rem;
}

.site-footer__btm-col--info p {
  font-size: 0.75rem;
}

.site-footer__btm-col--logo {
  text-align: right;
}

.site-footer__linklist {
  list-style: none;
}

.site-footer__logo-svg {
  fill: #fff;
}

.site-footer__btm-col--vd p {
  font-size: 0.625rem;
}

.site-footer__logolist {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.site-footer__logolist-item {
  margin-left: 2rem;
}

.site-footer__uptotop {
  position: absolute;
  top: 4rem;
  right: 3.5rem;
  -webkit-transform: rotate(90deg) translateX(95%);
  transform: rotate(90deg) translateX(95%);
  -webkit-transform-origin: right center;
  transform-origin: right center;
  z-index: 2;
  cursor: pointer;
}

.site-footer__uptotop-svg {
  fill: #fff;
  margin: 0 0.875rem 0 0;
}

@media (pointer: fine) {
  .site-footer__uptotop:hover .site-footer__uptotop-svg {
    -webkit-transform: translateX(-0.375rem);
    transform: translateX(-0.375rem);
  }
}

@media (max-width: 56.25em) {
  .site-footer__btm {
    padding: 3rem 0;
  }

  .site-footer__btm-col--links-1 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 2rem;
  }

  .site-footer__btm-col--links-2 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    text-align: right;
    margin-bottom: 2rem;
  }

  .site-footer__btm-col--info {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    margin-bottom: 2rem;
  }

  .site-footer__btm-col--copyright {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    text-align: right;
    margin-bottom: 2rem;
  }

  .site-footer__btm-col--logo {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin: 0 0 2rem;
  }

  .site-footer__btm-col--vd {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .site-footer__btm-col--logos {
    text-align: left;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 1rem;
  }

  .site-footer__btm-row + .site-footer__btm-row {
    margin-top: 1rem;
  }

  .site-footer__logolist {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -0.5rem;
    width: auto;
  }

  .site-footer__logolist-item {
    margin: 0 0.5rem 1rem 0.5rem;
    width: 33.333%;
  }

  .site-footer__logolist-item img {
    width: 100%;
  }

  .site-footer__uptotop {
    display: none;
  }
}

/* Fit vids */
.fluid-width-video-wrapper {
  width: 100%;
  position: relative;
  padding: 0;
}

.fluid-width-video-wrapper iframe,
.fluid-width-video-wrapper object,
.fluid-width-video-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
  -webkit-transform: 0.25s height;
  transform: 0.25s height;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */

.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19f;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}
.flickity-prev-next-button.next {
  right: 10px;
}
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}
