@charset 'UTF-8';
.container, .container-fluid {
  margin-right: auto;
  margin-left: auto;
}
.container-fluid {
  padding-right: 2rem;
  padding-left: 2rem;
}
.row {
  box-sizing: border-box;
  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;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
.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-xs, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-offset-0, .col-xs-offset-1, .col-xs-offset-10, .col-xs-offset-11, .col-xs-offset-12, .col-xs-offset-2, .col-xs-offset-3, .col-xs-offset-4, .col-xs-offset-5, .col-xs-offset-6, .col-xs-offset-7, .col-xs-offset-8, .col-xs-offset-9 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.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;
}
@media only screen and (min-width: 48em) {
  .container {
    width: 49rem;
  }
  .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-offset-0, .col-sm-offset-1, .col-sm-offset-10, .col-sm-offset-11, .col-sm-offset-12, .col-sm-offset-2, .col-sm-offset-3, .col-sm-offset-4, .col-sm-offset-5, .col-sm-offset-6, .col-sm-offset-7, .col-sm-offset-8, .col-sm-offset-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .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) {
  .container {
    width: 65rem;
  }
  .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-offset-0, .col-md-offset-1, .col-md-offset-10, .col-md-offset-11, .col-md-offset-12, .col-md-offset-2, .col-md-offset-3, .col-md-offset-4, .col-md-offset-5, .col-md-offset-6, .col-md-offset-7, .col-md-offset-8, .col-md-offset-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .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) {
  .container {
    width: 76rem;
  }
  .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-offset-0, .col-lg-offset-1, .col-lg-offset-10, .col-lg-offset-11, .col-lg-offset-12, .col-lg-offset-2, .col-lg-offset-3, .col-lg-offset-4, .col-lg-offset-5, .col-lg-offset-6, .col-lg-offset-7, .col-lg-offset-8, .col-lg-offset-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .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;
  }
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before, .fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before, .fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before, .fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before, .fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before, .fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before, .fa-users:before {
  content: "\f0c0";
}
.fa-chain:before, .fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before, .fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before, .fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before, .fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before, .fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before, .fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before, .fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before, .fa-usd:before {
  content: "\f155";
}
.fa-rupee:before, .fa-inr:before {
  content: "\f156";
}
.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158";
}
.fa-won:before, .fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before, .fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before, .fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before, .fa-car:before {
  content: "\f1b9";
}
.fa-cab:before, .fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before, .fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before, .fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before, .fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before, .fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before, .fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before, .fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before, .fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before, .fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before, .fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before, .fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before, .fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before, .fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before, .fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before, .fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before, .fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before, .fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before, .fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/*@mixin transition($target: all, $duration: 0.25s, $timing: ease) {
 transition: $target $duration $timing;
 }*/
@font-face {
  font-family: 'Hanken Book';
  font-style: normal;
  font-weight: normal;
  src: url('../../build/fonts/hanken-book-webfont.woff2') format('woff2'), url('../../build/fonts/hanken-book-webfont.woff') format('woff');
}
@font-face {
  font-family: 'Hanken Light';
  font-style: normal;
  font-weight: normal;
  src: url('../../build/fonts/hanken-light-webfont.woff2') format('woff2'), url('../../build/fonts/hanken-light-webfont.woff') format('woff');
}
* {
  outline: none;
}
html {
  font-family: 'Hanken Light', sans-serif;
  color: #353535;
  background: #fff;
}
body {
  font-family: 'Hanken Light', sans-serif;
  font-weight: 300;
  margin: 0;
  font-size: 16px;
  line-height: 1.6em;
  letter-spacing: 0.1em;
  color: #353535;
  background: #fff;
}
input, textarea, select {
  font-family: 'Hanken Light', sans-serif;
  color: #353535;
  font-size: 16px;
}
button, input[type="submit"] {
  font-size: 16px;
  cursor: pointer;
  -webkit-appearance: none;
}
a {
  color: #484646;
  text-decoration: none;
}
a:hover a:focus {
  color: #484646;
  text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
  line-height: 1.1;
  margin-top: 10px;
  font-weight: 500;
  color: #df5d00;
}
h1 {
  padding: 0;
  margin: 0 0 12px;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
}
h2 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 12px;
  line-height: 32px;
}
h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 12px;
  line-height: 32px;
}
.landing-page h3 {
  font-size: 26px;
  line-height: 42px;
  margin-bottom: 20px;
  color: #000;
}
h4 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 12px;
  line-height: 30px;
}
h5 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 12px;
  line-height: 26px;
}
h6 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 12px;
  line-height: 26px;
}
p {
  color: #353535;
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 30px;
  font-weight: 300;
  padding-top: 0;
  margin-top: 0;
}
@media screen and (min-width: 36em) {
  p {
    font-size: 16px;
    line-height: 26px;
  }
}
.dark-theme p {
  color: #fff;
}
.component-title {
  font-family: 'Pacifico', cursive;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 25px;
  color: #000;
}
.dark-theme .component-title {
  color: #fff;
}
img {
  max-width: 100%;
}
.content-typography img {
  height: auto;
  display: block;
  margin: 20px 0;
}
@media screen and (min-width: 36em) {
  .content-typography img.alignright {
    display: inline-block;
    float: right;
    margin: 10px 0 10px 20px;
  }
  .content-typography img.alignleft {
    display: inline-block;
    float: left;
    margin: 10px 20px 10px 0;
  }
}
.content-typography p:last-child {
  margin-bottom: 0;
}
.content-typography table {
  display: table;
  width: 100%;
  border: none;
  border-top: 3em solid #fff;
  table-layout: fixed;
  margin-bottom: 1.4375rem;
  /*@include breakpoint(600 down) {
   overflow-x: auto;
   display: block;
   }*/
}
.content-typography table thead {
  color: #fff;
  text-align: left;
  border-right: 0.0625rem solid #f60;
  border-bottom: 0.0625rem solid #f60;
}
.content-typography table thead th {
  font-size: 1rem;
  padding: 0.5625rem 1.125rem;
  color: #ecebec;
  font-family: 'Hanken Light', sans-serif;
  font-weight: 600;
  line-height: 1.45;
}
.content-typography table tbody tr td {
  border: 4px solid #fff;
}
.content-typography table tbody tr td:not(:last-child) {
  border-right: none;
}
.content-typography table tbody tr:not(:first-child) td {
  border-top: none;
}
.content-typography table tbody tr:nth-child(even):not(:last-child) {
  margin-bottom: 0.125rem;
}
.content-typography table tbody tr:first-child td:empty {
  background: none;
}
.content-typography table tbody td {
  text-align: left;
  vertical-align: center;
  padding: 10px 15px;
  font-family: 'Hanken Light', sans-serif;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.2em;
  background-color: #f9fafa;
}
.content-typography table tbody td:empty {
  border: none;
  border-bottom: 4px solid #fff;
  background-color: transparent;
  padding: 0;
}
.content-typography table tbody td + td:empty {
  border-left: 4px solid #fff;
}
.content-typography table tbody td:empty + td:empty {
  border-left: none;
}
.content-typography table.no-headings tbody tr td:not(:last-child) {
  border-right: none;
}
.content-typography ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: 50px;
  margin-bottom: 30px;
}
.content-typography ul li {
  position: relative;
  margin-bottom: 5px;
}
.content-typography ul li::before {
  content: '';
  width: 8px;
  height: 8px;
  background-color: #df5d00;
  display: block;
  position: absolute;
  left: -18px;
  top: 8px;
}
.content-typography ol {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
  counter-reset: item;
  list-style-type: none;
  margin-left: 50px;
}
.content-typography ol li {
  position: relative;
  margin-bottom: 5px;
}
.content-typography ol li::before {
  content: counter(item);
  counter-increment: item;
  font-size: 1.2em;
  position: absolute;
  left: -20px;
  color: #df5d00;
  z-index: 1;
  top: -1px;
  width: 1.25rem;
  text-align: center;
  margin-left: -0.375rem;
}
.content-typography strong {
  font-weight: 700;
}
.content-typography blockquote {
  border-left: none;
  margin-left: 20px;
  margin-bottom: 30px;
}
.content-typography blockquote, .content-typography blockquote p {
  font-size: 22px !important;
  line-height: 28px !important;
}
.content-typography a {
  color: #000;
  border-bottom: 1px solid #563789;
  text-decoration: none;
}
.content-typography a:hover, .content-typography a:focus {
  border-bottom-color: #f60;
}
a.arrows-right {
  color: #fff;
  font-size: 24px;
  line-height: 36px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
}
a.arrows-right .link-text {
  padding-top: 1px;
}
a.arrows-right .arrows {
  margin-left: 15px;
  background-image: url(../../assets/src/img/double-arrow-right-white.png);
  width: 24px;
  height: 24px;
}
a.arrows-left {
  color: #fff;
  font-size: 24px;
  line-height: 36px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
}
a.arrows-left .link-text {
  padding-top: 1px;
}
a.arrows-left .arrows {
  order: -1;
  margin-right: 15px;
  background-image: url(../../assets/src/img/double-arrow-right-white.png);
  width: 24px;
  height: 24px;
  transform: rotate(180deg);
}
/* landing page fixes */
.page-id-398 .landing-page .default-header .image-container .header-content .page-title {
  top: 947px;
  width: 1000px;
}
.page-id-402 .landing-page .default-header .image-container .header-content .page-title {
  top: 840px;
  width: 1000px;
}
/* end landing page fixes */
.row {
  padding: 0;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.row section {
  padding-left: 5vw !important;
  padding-right: 5vw !important;
  width: 100%;
}
@media screen and (min-width: 36em) {
  .row section {
    padding-left: 6vw !important;
    padding-right: 6vw !important;
  }
}
@media screen and (min-width: 75em) {
  .row section {
    padding-left: 10vw !important;
    padding-right: 10vw !important;
  }
}
.row section.full-width-component {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.row section .wrapper {
  width: 100%;
  margin: 0 auto;
  max-width: 1192px;
  position: relative;
  box-sizing: border-box;
  padding-left: 15px !important;
  padding-right: 15px !important;
}
@media screen and (min-width: 36em) {
  .row section .wrapper {
    padding-left: 3vw !important;
    padding-right: 3vw !important;
  }
}
.row section .section-header {
  padding: 0 30px;
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}
.row section .section-header .section-title {
  font-family: 'Pacifico', cursive;
  color: #df5d00;
  font-weight: 500;
  font-size: 66px;
  line-height: 80px;
}
.row section .section-header .section-summary {
  color: #fff;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 40px;
  margin-top: 20px;
}
.row .breadcrumbs, .row.full {
  margin-left: 3vw !important;
  margin-right: 3vw !important;
}
@media screen and (min-width: 75em) {
  .row .breadcrumbs, .row.full {
    margin-left: 2vw !important;
    margin-right: 2vw !important;
  }
}
main {
  position: relative;
  height: auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
  margin-top: 60px;
}
@media screen and (min-width: 36em) {
  main {
    margin-top: 102px;
  }
}
@media screen and (min-width: 62em) {
  main {
    margin-top: 102px;
  }
}
.home main {
  background: #df5d00;
  margin-top: 0;
}
.home main > .row {
  padding-top: 0;
}
main > .row .projects {
  margin-top: 50px;
}
.default-container .default-header .image-container {
  height: 50vh;
  min-height: 500px;
  background: #484848;
  position: relative;
  padding: 30px 10vw;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 800px) {
  .default-container .default-header .image-container {
    min-height: 300px;
    height: 300px;
  }
}
.default-container .default-header .image-container .image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
}
.default-container .default-header .image-container .header-content {
  position: relative;
  padding-left: 130px;
  max-width: 930px;
}
@media screen and (max-width: 800px) {
  .default-container .default-header .image-container .header-content {
    padding-left: 0;
  }
}
.default-container .default-header .image-container .header-content .page-title {
  font-family: 'Pacifico', cursive;
  color: #fff;
  font-weight: 500;
  font-size: 70px;
  line-height: 80px;
  text-align: center;
  transform: rotate(-90deg);
  position: absolute;
  left: 0;
  margin: 0;
  transform-origin: left top;
}
@media screen and (max-width: 450px) {
  .default-container .default-header .image-container .header-content .page-title {
    top: calc(100% + 50px) !important;
    font-size: 26px;
    line-height: 30px;
  }
}
@media screen and (min-width: 451px) and (max-width: 800px) {
  .default-container .default-header .image-container .header-content .page-title {
    top: calc(100% + 60px) !important;
    font-size: 32px;
    line-height: 40px;
  }
}
@media screen and (max-width: 800px) {
  .default-container .default-header .image-container .header-content .page-title {
    transform: rotate(0);
    left: 0 !important;
    display: block;
    width: 100% !important;
    height: auto !important;
    transform-origin: 50% 50%;
    /* fix for about page */
  }
}
.default-container .default-header .image-container .header-content .header-content-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media screen and (max-width: 800px) {
  .default-container .default-header .image-container .header-content .header-content-right {
    min-height: 100%;
    padding-bottom: 25px;
  }
}
.default-container .default-header .image-container .header-content .header-content-right .subtitle {
  color: #fff;
  font-size: 34px;
  line-height: 44px;
  margin-bottom: 12px;
}
@media screen and (max-width: 500px) {
  .default-container .default-header .image-container .header-content .header-content-right .subtitle {
    font-size: 16px;
    line-height: 26px;
  }
}
.default-container .default-header .image-container .header-content .header-content-right .summary {
  color: #fff;
  font-size: 14px;
  line-height: 32px;
  margin-bottom: 0;
  width: 75%;
  max-width: 780px;
}
@media screen and (max-width: 800px) {
  .default-container .default-header .image-container .header-content .header-content-right .summary {
    width: 100%;
    line-height: 24px;
  }
}
.default-container .default-header .image-container.about-us {
  height: 60vh;
}
@media screen and (max-width: 800px) {
  .default-container .default-header .image-container.about-us {
    height: auto;
  }
}
.default-container .default-header .image-container.about-us .header-content {
  height: 334px;
}
.default-container .default-header .image-container.about-us .header-content .page-title {
  width: 334px;
  top: 334px;
}
.default-container .default-content-container {
  background: #343434;
}
.msoSearchDropDown {
  position: relative;
  background: #f60;
  border-radius: 50px;
  margin-left: 10px;
}
.msoSearchDropDown form {
  display: flex;
  align-items: center;
  padding: 0 8px;
  min-height: 31px;
}
@media screen and (min-width: 36em) {
  .msoSearchDropDown form {
    padding: 0 15px;
  }
}
.msoSearchDropDown input.msoSearchBox {
  width: 70px;
  padding: 2px 5px 2px 1px;
  margin: 5px 0 6px 0;
  border: 0;
  display: none;
  color: #fff;
  background: transparent;
  font-weight: 300;
  font-size: 14px;
  -webkit-appearance: none;
  border-radius: 0px;
}
@media screen and (min-width: 36em) {
  .msoSearchDropDown input.msoSearchBox {
    display: block;
  }
}
.msoSearchDropDown input.msoSearchBox:focus {
  outline: 0;
}
.msoSearchDropDown input.msoSearchBox::placeholder {
  color: #fff;
}
.msoSearchDropDown .msoSearchBtn {
  background: transparent;
  border: 0;
  color: #fff;
  padding: 0;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 3px;
}
.vertical-title-content-wrapper {
  position: relative;
}
.vertical-title-content-wrapper .content-by-vertical {
  padding-left: 150px;
}
@media screen and (max-width: 800px) {
  .vertical-title-content-wrapper .content-by-vertical {
    padding-left: 0;
  }
}
.vertical-title {
  font-size: 90px;
  line-height: 100px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  color: #df5d00;
  font-family: 'Pacifico', cursive;
  position: absolute;
  top: 0;
  right: 100%;
  white-space: nowrap;
  -webkit-transform: rotate(270deg);
  -webkit-transform-origin: right top;
  -moz-transform: rotate(270deg);
  -moz-transform-origin: right top;
  -ms-transform: rotate(270deg);
  -ms-transform-origin: right top;
  -o-transform: rotate(270deg);
  -o-transform-origin: right top;
  transform: rotate(270deg);
  transform-origin: right top;
}
@media screen and (max-width: 800px) {
  .vertical-title {
    font-size: 42px;
    line-height: 52px;
    position: static;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
}
.hide-sidenav-container {
  display: none;
}
.full-width-content {
  width: 100% !important;
  max-width: 100% !important;
  flex-basis: 100%;
  padding: 0 !important;
}
.lines {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 12vw;
  opacity: 0.7;
}
.lines:before {
  content: '';
  display: block;
  height: 1px;
  background: #ddd9d9;
  width: 90%;
  margin-bottom: 8px;
}
.lines:after {
  content: '';
  display: block;
  height: 1px;
  background: #ddd9d9;
  width: 100%;
}
.lines.right-lines {
  left: auto;
  right: 0;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: flex-end;
}
.lines.right-lines:before {
  width: 100%;
}
.lines.right-lines:after {
  width: 90%;
}
@media screen and (max-width: 800px) {
  .landing-page h3 {
    margin-top: 100px;
  }
}
.landing-page .default-header .image-container.school-website-design .header-content .page-title {
  width: 750px;
  top: 730px;
}
.landing-page .default-header .image-container .image {
  max-width: 1270px;
  width: 70%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 800px) {
  .landing-page .default-header .image-container .image {
    width: 100%;
  }
}
.landing-page .default-header .image-container .image:before {
  content: '';
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  background: #7d5959;
  opacity: 0.4;
}
.landing-page .default-header .image-container .header-content {
  padding-left: 0;
  max-width: none;
  height: 100%;
}
.landing-page .default-header .image-container .header-content .page-title {
  color: #f60;
  left: -98px;
}
.landing-page .default-header .image-container .header-content .header-content-right .subtitle {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 10px;
  padding: 0 30px;
  font-size: 20px;
  margin: 0;
}
@media screen and (max-width: 500px) {
  .landing-page .default-header .image-container .header-content .header-content-right .subtitle {
    font-size: 16px;
    line-height: 26px;
  }
}
footer {
  color: #fff;
  font-size: 13px;
  line-height: 1.6em;
  font-weight: 400;
  background: #df5d00;
}
footer .footer-row {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 10vw;
  padding-right: 10vw;
}
@media screen and (min-width: 36em) {
  footer .footer-row {
    padding-left: 3vw;
    padding-right: 3vw;
    padding-top: 50px;
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 62em) {
  footer .footer-row {
    padding-left: 6vw;
    padding-right: 6vw;
  }
}
@media screen and (min-width: 93.75em) {
  footer .footer-row {
    padding-top: 80px;
    padding-left: 10vw;
    padding-right: 10vw;
  }
}
footer .footer-row .right-footer-inner {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media screen and (min-width: 36em) {
  footer .footer-row .right-footer-inner {
    flex-direction: row;
  }
}
footer .footer-row .footer-inner {
  display: flex;
  flex: 1 1 0;
  justify-content: space-between;
  flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 36em) {
  footer .footer-row .footer-inner {
    flex-direction: row;
  }
}
footer .footer-row .footer-inner .right-footer {
  flex-grow: 1;
}
footer .footer-row .footer-inner .footer-column {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 36em) {
  footer .footer-row .footer-inner .footer-column {
    width: 33%;
  }
}
@media screen and (min-width: 75em) {
  footer .footer-row .footer-inner .footer-column {
    width: 25%;
  }
}
@media screen and (min-width: 36em) {
  footer .footer-row .footer-inner .footer-column.logo-column {
    display: none;
  }
}
@media screen and (min-width: 75em) {
  footer .footer-row .footer-inner .footer-column.logo-column {
    display: block;
  }
}
footer .footer-row .footer-inner .footer-column.logo-column img {
  width: 70%;
}
@media screen and (min-width: 36em) {
  footer .footer-row .footer-inner .footer-column.logo-column img {
    width: 100%;
  }
}
@media screen and (min-width: 62em) {
  footer .footer-row .footer-inner .footer-column.logo-column img {
    max-width: 200px;
    width: 60%;
  }
}
@media screen and (min-width: 93.75em) {
  footer .footer-row .footer-inner .footer-column.logo-column img {
    width: 80%;
  }
}
footer .footer-row .footer-inner .footer-column.footer-nav {
  margin: 40px 0;
}
@media screen and (min-width: 36em) {
  footer .footer-row .footer-inner .footer-column.footer-nav {
    margin: 0;
  }
}
footer .footer-row .footer-inner .footer-column .school-info-holder {
  margin-bottom: 20px;
  font-size: 22px;
}
footer .footer-row .footer-inner .footer-column .school-info-holder p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6em;
}
footer .footer-row .footer-inner .footer-column .school-info-holder .school-title {
  color: #fff;
  font-size: 22px;
  line-height: 34px;
  margin-bottom: 0;
  font-family: 'Hanken Book', sans-serif;
}
@media screen and (min-width: 62em) {
  footer .footer-row .footer-inner .footer-column .school-info-holder .school-title {
    margin-bottom: 10px;
  }
}
footer .footer-row .footer-inner .footer-column .school-info-holder .school-info {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}
footer .footer-row .footer-inner .footer-column .school-info-holder .school-info a {
  color: #fff;
}
@media screen and (min-width: 36em) {
  footer .footer-row .footer-inner .footer-column.last {
    margin-top: 0;
    width: 190px;
  }
}
@media screen and (min-width: 62em) {
  footer .footer-row .footer-inner .footer-column.last {
    width: 190px;
  }
}
footer .footer-row .footer-inner .footer-column.last .school-info-holder .school-title {
  color: #fff;
}
footer .footer-row .footer-inner .footer-column .socials {
  display: flex;
  justify-content: flex-start;
}
footer .footer-row .footer-inner .footer-column .socials .socials-link {
  background: #fff;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  padding: 0;
}
footer .footer-row .footer-inner .footer-column .socials .socials-link i {
  color: #df5d00;
  font-size: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .copyright-row {
  padding-top: 30px !important;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  line-height: 26px;
}
@media screen and (min-width: 36em) {
  footer .copyright-row {
    padding-bottom: 40px !important;
  }
}
footer .copyright-row .menu-footer-container ul {
  list-style-type: none;
  margin: 0;
  padding-left: 0;
  display: flex;
  margin-top: 30px;
  flex-direction: column;
}
@media screen and (min-width: 36em) {
  footer .copyright-row .menu-footer-container ul {
    flex-direction: row;
    margin-top: 10px;
  }
}
@media screen and (min-width: 75em) {
  footer .copyright-row .menu-footer-container ul {
    margin-top: 0;
  }
}
footer .copyright-row .menu-footer-container ul li {
  margin-right: 30px;
  margin-bottom: 10px;
}
@media screen and (min-width: 36em) {
  footer .copyright-row .menu-footer-container ul li {
    flex-direction: row;
    margin-bottom: 0;
  }
}
footer .copyright-row .menu-footer-container ul li a {
  text-decoration: none;
  color: #fff;
  line-height: 22px;
  transition: color 0.3s ease-in-out;
}
footer .copyright-row .menu-footer-container ul li a:hover {
  color: #fff;
}
footer .copyright-row .menu-footer-container ul li:last-child {
  margin-bottom: 0;
}
.upper-home-section {
  margin-bottom: -3vw;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .upper-home-section {
    padding-top: 50px;
  }
}
.upper-home-section img {
  max-height: 100vh;
}
.upper-home-section .vertical-title {
  color: #fff;
  right: 77px;
  top: 150px;
  font-family: 'Hanken Light', sans-serif;
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 22px;
}
@media screen and (max-width: 800px) {
  .upper-home-section .vertical-title {
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 14px;
  }
}
.home-about {
  display: flex;
  width: 100%;
  justify-content: center;
  padding: 0 0 50px;
}
@media screen and (max-width: 800px) {
  .home-about {
    padding: 50px 0;
  }
}
.home-about .vertical-title-content-wrapper {
  max-width: 1090px;
}
.home-about .vertical-title-content-wrapper .vertical-title {
  color: #fff;
}
.home-about .vertical-title-content-wrapper .home-about-content {
  display: flex;
  padding-top: 30px;
}
@media screen and (max-width: 800px) {
  .home-about .vertical-title-content-wrapper .home-about-content {
    display: block;
  }
}
.home-about .vertical-title-content-wrapper .home-about-content p {
  font-size: 24px;
  line-height: 36px;
  color: #fff;
  margin-bottom: 50px;
}
@media screen and (max-width: 800px) {
  .home-about .vertical-title-content-wrapper .home-about-content p {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 30px;
  }
}
.home-about .vertical-title-content-wrapper .home-about-content > div {
  width: 50%;
  margin-left: 50px;
}
@media screen and (max-width: 800px) {
  .home-about .vertical-title-content-wrapper .home-about-content > div {
    width: 100%;
    margin-left: 0;
  }
}
.home-about .vertical-title-content-wrapper .home-about-content > div:first-child {
  text-align: right;
  margin-left: 0;
}
@media screen and (max-width: 800px) {
  .home-about .vertical-title-content-wrapper .home-about-content > div:first-child {
    text-align: left;
  }
}
.home-about .vertical-title-content-wrapper .home-about-content > div:first-child p:first-child {
  color: #000;
}
.home-about .vertical-title-content-wrapper .home-about-content > div a.arrows-right {
  color: #fff;
  font-size: 24px;
  line-height: 36px;
}
.home-about .vertical-title-content-wrapper .home-about-content > div a.arrows-right:hover .arrows {
  left: 5px;
}
.home-about .vertical-title-content-wrapper .home-about-content > div a.arrows-right .arrows {
  position: relative;
  left: 0;
  transition: 0.5s all;
}
section.home-what-we-do {
  display: flex;
  width: 100%;
  padding-bottom: 180px;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
section.home-what-we-do:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -26vw;
  background-image: url(../../assets/src/img/what-we-do-orange.png);
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  max-width: 36vw;
  background-size: 100%;
  opacity: 0.6;
}
section.home-what-we-do .what-we-do-container {
  max-width: 1300px;
  width: 100%;
  background: #f60;
  position: relative;
}
section.home-what-we-do .what-we-do-container .what-we-do-inner {
  margin: 50px;
}
section.home-what-we-do .what-we-do-container .what-we-do-inner .outer-text {
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 10px;
  text-transform: uppercase;
  opacity: 0.5;
  position: absolute;
  color: #fff;
}
@media screen and (max-width: 800px) {
  section.home-what-we-do .what-we-do-container .what-we-do-inner .outer-text {
    display: none;
  }
}
section.home-what-we-do .what-we-do-container .what-we-do-inner .outer-text.text1 {
  bottom: 30px;
  left: 22px;
  white-space: nowrap;
  transform: rotate(270deg);
  transform-origin: left top;
}
section.home-what-we-do .what-we-do-container .what-we-do-inner .outer-text.text2 {
  top: 252px;
  left: 22px;
  white-space: nowrap;
  transform: rotate(270deg);
  transform-origin: left top;
}
section.home-what-we-do .what-we-do-container .what-we-do-inner .outer-text.text3 {
  top: 20px;
  left: 70px;
}
section.home-what-we-do .what-we-do-container .what-we-do-inner .outer-text.text4 {
  bottom: 365px;
  right: 42px;
  white-space: nowrap;
  transform: rotate(270deg);
  transform-origin: right top;
}
section.home-what-we-do .what-we-do-container .what-we-do-inner .outer-text.text5 {
  bottom: 20px;
  right: 42px;
}
section.home-what-we-do .what-we-do-container .what-we-do-inner .what-we-do-video {
  background: #484848;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
  display: block;
  cursor: pointer;
}
section.home-what-we-do .what-we-do-container .what-we-do-inner .what-we-do-video .play-button-icon {
  position: absolute;
  z-index: 3;
  height: 60px;
  width: 60px;
  opacity: 1;
  top: 50%;
  left: 50%;
  margin-left: -30px;
  margin-top: -30px;
  background-image: url('../../assets/src/img/play-button.png');
  background-size: 100%;
  transition: transform 0.2s ease-in;
}
@media screen and (min-width: 36em) {
  section.home-what-we-do .what-we-do-container .what-we-do-inner .what-we-do-video .play-button-icon {
    height: 120px;
    width: 120px;
    margin-left: -60px;
    margin-top: -60px;
    transform: scale(0.9);
  }
}
section.home-what-we-do .what-we-do-container .what-we-do-inner .what-we-do-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 75em) {
  section.home-what-we-do .what-we-do-container .what-we-do-inner .what-we-do-video:hover .play-button-icon {
    transform: scale(1);
  }
}
section.our-work {
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100%;
  position: relative;
}
section.our-work h2.this-title {
  font-family: 'Pacifico', cursive;
  transform: rotate(-2deg) translateX(-50%);
  transform-origin: 100% 0;
  color: #fff;
  font-weight: 500;
  font-size: 86px;
  line-height: 94px;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: -84px;
  left: 50%;
  z-index: 1;
}
@media screen and (max-width: 800px) {
  section.our-work h2.this-title {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 42px;
    line-height: 46px;
  }
}
@media screen and (min-width: 801px) and (max-width: 1000px) {
  section.our-work h2.this-title {
    display: block;
    width: 100%;
    text-align: center;
    top: -95px;
  }
}
section.our-work .our-work-container {
  display: flex;
  flex-wrap: wrap;
}
section.our-work .our-work-container .our-work-item {
  width: 50%;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  height: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  padding: 175px 5vw;
}
@media screen and (max-width: 800px) {
  section.our-work .our-work-container .our-work-item {
    display: block;
    width: 100%;
  }
}
section.our-work .our-work-container .our-work-item:hover .our-work-title {
  background-color: #fff;
}
section.our-work .our-work-container .our-work-item .our-work-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: top center;
  background-size: cover;
}
section.our-work .our-work-container .our-work-item .our-work-title {
  padding: 5px 2px 5px 15px;
  transition: 0.5s all;
  position: relative;
  color: #df5d00;
  z-index: 1;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  text-align: center;
  letter-spacing: 0.5em;
}
@media screen and (max-width: 800px) {
  section.our-work .our-work-container .our-work-item .our-work-title {
    display: block;
    margin: 0 auto;
    font-size: 28px;
    letter-spacing: 0.2em;
  }
}
section.our-work .our-work-container .our-work-item:nth-child(even) {
  border-right: 0;
}
section.our-work .our-work-container .our-work-item:nth-child(3), section.our-work .our-work-container .our-work-item:nth-child(4) {
  border-bottom: 0;
}
section.our-blog {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  section.our-blog {
    padding-top: 50px;
  }
}
section.our-blog:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  background-image: url(../../assets/src/img/blog-orange.png);
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  max-width: 50vw;
  background-size: 100%;
  z-index: -1;
  opacity: 0.6;
}
section.our-blog h2.this-title {
  font-family: 'Pacifico', cursive;
  color: #fff;
  font-weight: 500;
  font-size: 86px;
  line-height: 160px;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 800px) {
  section.our-blog h2.this-title {
    text-align: center;
    font-size: 42px;
    line-height: 50px;
  }
}
section.our-blog h3.vertical-subtitle {
  position: absolute;
  left: 250px;
  top: 180px;
  font-size: 28px;
  line-height: 30px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: right;
  transform: rotate(-90deg) translate(0, -100%);
  transform-origin: 100% 0;
  height: 490px;
  width: 382px;
  z-index: 0;
}
@media screen and (max-width: 800px) {
  section.our-blog h3.vertical-subtitle {
    display: block;
    margin-top: 15px;
    width: 100%;
    height: auto;
    position: static;
    transform: rotate(0) translate(0, 0);
    text-align: center;
  }
}
@media screen and (min-width: 801px) and (max-width: 1000px) {
  section.our-blog h3.vertical-subtitle {
    left: 21vw;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  section.our-blog h3.vertical-subtitle {
    left: 16vw;
  }
}
section.our-blog .our-blog-slider {
  margin-left: 150px;
  width: calc(100% + 20vw);
  padding-bottom: 80px;
}
@media screen and (max-width: 800px) {
  section.our-blog .our-blog-slider {
    margin: 50px 0;
    width: 100%;
    padding-bottom: 40px;
  }
}
section.our-blog .our-blog-slider .slick-slide > div {
  margin-right: 30px;
}
section.our-blog .our-blog-slider .slick-slide:nth-child(even) .blog-item .blog-item-content {
  order: -1;
  margin-top: 0;
  margin-bottom: 30px;
  text-align: left;
  align-items: flex-start;
}
section.our-blog .our-blog-slider .blog-item {
  display: flex !important;
  flex-direction: column;
}
section.our-blog .our-blog-slider .blog-item.last-child-spacer {
  opacity: 0;
}
section.our-blog .our-blog-slider .blog-item .blog-item-image {
  border: 30px solid #fff;
  width: 100%;
  height: 0;
  background-size: cover;
  padding-bottom: 75%;
  box-sizing: border-box;
  position: relative;
}
section.our-blog .our-blog-slider .blog-item .blog-item-image:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f60;
  mix-blend-mode: multiply;
}
section.our-blog .our-blog-slider .blog-item .blog-item-content {
  margin-top: 30px;
  text-align: right;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
section.our-blog .our-blog-slider .blog-item .blog-item-content .blog-item-title {
  color: #fff;
  z-index: 1;
  text-transform: uppercase;
  font-size: 28px;
  line-height: 40px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 800px) {
  section.our-blog .our-blog-slider .blog-item .blog-item-content .blog-item-title {
    font-size: 24px;
    line-height: 36px;
  }
}
section.our-blog .our-blog-slider .blog-item .blog-item-content .blog-item-date {
  color: #fff;
  font-size: 14px;
  margin-bottom: 5px;
}
section.our-blog .our-blog-slider .blog-item .blog-item-content .blog-item-summary {
  color: #fff;
  width: 75%;
  margin-bottom: 0;
}
section.our-blog .our-blog-slider .blog-item .blog-item-content .blog-item-link {
  font-size: 18px;
  margin-top: 20px;
}
section.our-blog .our-blog-slider .blog-item .blog-item-content .blog-item-link:hover .arrows {
  left: 5px;
}
section.our-blog .our-blog-slider .blog-item .blog-item-content .blog-item-link .arrows {
  position: relative;
  left: 0;
  transition: 0.5s all;
  width: 18px;
  height: 18px;
  background-size: 100%;
}
section.our-blog .our-blog-slider .slick-dots {
  bottom: 0;
  width: calc(100% - 28vw - 150px);
}
@media screen and (max-width: 800px) {
  section.our-blog .our-blog-slider .slick-dots {
    left: 0;
    right: 0;
    width: 100%;
  }
}
section.our-blog .our-blog-slider .slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0 4px;
}
section.our-blog .our-blog-slider .slick-dots li.slick-active button {
  opacity: 1;
}
section.our-blog .our-blog-slider .slick-dots li button {
  width: 12px;
  height: 12px;
  opacity: 0.4;
  border-radius: 50%;
  background: #fff;
  transition: opacity 0.3 ease-out;
}
section.our-blog .our-blog-slider .slick-dots li button:before, section.our-blog .our-blog-slider .slick-dots li button:after {
  display: none;
}
section.home-get-those-juices-flowing {
  padding-left: 10px !important;
  padding-right: 10px !important;
  max-width: 1712px;
  width: 100%;
  margin-bottom: -5.3vw;
  z-index: 1;
}
@media screen and (min-width: 93.75em) {
  section.home-get-those-juices-flowing {
    margin-bottom: -5.2vw;
  }
}
section.home-get-those-juices-flowing img {
  max-width: 90%;
}
.msoMainNavItem {
  display: none;
}
.main-heading-button {
  color: #fff;
  border-color: #f60;
  background-color: #f60;
  display: block;
  position: absolute;
  right: 0;
  font-weight: 700;
  text-transform: uppercase;
  padding: 15px 15px 15px 10px;
  letter-spacing: 1px;
  bottom: 50px;
  z-index: 2;
  transition: all 0.2s ease;
}
@media screen and (min-width: 36em) {
  .main-heading-button {
    bottom: 90px;
    padding: 20px 30px 20px 20px;
  }
}
.main-heading-button:before {
  -webkit-transform: skewX(20deg);
  -moz-transform: skewX(20deg);
  -ms-transform: skewX(20deg);
  transform: skewX(20deg);
  position: absolute;
  z-index: -1;
  top: 0;
  left: -10px;
  right: 0;
  bottom: 0;
  content: "";
  background: #f60;
  width: 100%;
  height: 100%;
  transition: 0.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media screen and (min-width: 75em) {
  .main-heading-button:hover {
    background-color: #cc5200;
  }
  .main-heading-button:hover:before {
    background-color: #cc5200;
  }
}
.header-image-wrapper {
  position: relative;
}
@media screen and (min-width: 36em) {
  .header-image-wrapper {
    height: 320px;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 62em) {
  .header-image-wrapper {
    height: 380px;
  }
}
@media screen and (min-width: 75em) {
  .header-image-wrapper {
    height: 420px;
  }
}
@media screen and (min-width: 36em) {
  .header-image-wrapper .header-imagebackground {
    background: #563789;
    height: 100%;
    width: 100%;
    padding: 30px 50px 40px;
    display: flex;
    align-items: flex-end;
    box-sizing: border-box;
  }
}
.header-image-wrapper .left-image {
  background: #563789;
  padding-top: 50px;
}
@media screen and (min-width: 36em) {
  .header-image-wrapper .left-image {
    padding-top: 0;
    background: none;
    position: absolute;
    left: 0;
    width: auto;
    bottom: 0;
    max-width: 50%;
  }
}
@media screen and (min-width: 36em) {
  .header-image-wrapper .msoHeaderText {
    position: relative;
    width: 45%;
    margin-left: 55%;
  }
}
.header-image-wrapper .msoHeaderText h1.main-heading {
  font-family: 'Pacifico', cursive;
  font-size: 30px;
  color: #563789;
  padding: 0 15px;
  margin: 20px 0 0;
  box-sizing: border-box;
}
@media screen and (min-width: 36em) {
  .header-image-wrapper .msoHeaderText h1.main-heading {
    padding: 0;
    font-size: 40px;
    line-height: 52px;
    color: #fff;
    text-align: right;
    margin: 0;
  }
}
@media screen and (min-width: 62em) {
  .header-image-wrapper .msoHeaderText h1.main-heading {
    font-size: 54px;
    line-height: 66px;
  }
}
@media screen and (min-width: 75em) {
  .header-image-wrapper .msoHeaderText h1.main-heading {
    font-size: 60px;
    line-height: 72px;
  }
}
@media screen and (min-width: 93.75em) {
  .header-image-wrapper .msoHeaderText h1.main-heading {
    font-size: 80px;
    line-height: 92px;
  }
}
.sub-heading {
  font-family: 'Pacifico', cursive;
  font-size: 2em;
  line-height: 1.2em;
  padding-left: 100px;
  margin-top: 2em;
}
.sub-heading.blue {
  color: #f60;
}
.sub-heading.green {
  color: #f60;
}
.sub-heading.grey {
  color: #484646;
}
.sub-heading.pink {
  color: #f60;
}
.sub-heading.purple {
  color: #f60;
}
.blue .sub-heading {
  color: #f60;
}
.green .sub-heading {
  color: #f60;
}
.grey .sub-heading {
  color: #484646;
}
.pink .sub-heading {
  color: #f60;
}
.purple .sub-heading {
  color: #f60;
}
.page-summary {
  padding-left: 100px;
  margin-top: 2em;
}
.sidebarNav .subnav-header a {
  text-decoration: none;
  font-family: 'Pacifico', cursive;
  font-weight: bold;
}
.sidebarNav .subnav-header a.blue {
  color: #f60;
}
.sidebarNav .subnav-header a.green {
  color: #f60;
}
.sidebarNav .subnav-header a.grey {
  color: #484646;
}
.sidebarNav .subnav-header a.pink {
  color: #f60;
}
.sidebarNav .subnav-header a.purple {
  color: #f60;
}
.blue .sidebarNav .subnav-header a {
  color: #f60;
}
.green .sidebarNav .subnav-header a {
  color: #f60;
}
.grey .sidebarNav .subnav-header a {
  color: #484646;
}
.pink .sidebarNav .subnav-header a {
  color: #f60;
}
.purple .sidebarNav .subnav-header a {
  color: #f60;
}
.sidebarNav ul {
  list-style-type: none;
  padding-left: 0;
}
.sidebarNav ul li a {
  color: #353535;
  text-decoration: none;
  padding: 4px 0;
  display: block;
}
.sidebarNav ul li a:hover {
  text-decoration: underline;
}
.sidebarNav ul li .sub-menu {
  display: none;
  padding-left: 2.5em;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
.sidebarNav ul li .sub-menu li {
  position: relative;
  display: flex;
  align-items: center;
}
.sidebarNav ul li .sub-menu li:before {
  transition: all 0.1s linear;
  position: absolute;
  content: "";
  left: -45px;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.blue .sidebarNav ul li .sub-menu li:before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='26px' height='18px' viewBox='0 0 26 18' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!-- Generator: Sketch 52.2 (67145) - http://www.bohemiancoding.com/sketch --%3e%3ctitle%3ePath%3c/title%3e%3cdesc%3eCreated with Sketch.%3c/desc%3e%3cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e%3cg id='Content-Page' transform='translate(-296.000000, -1484.000000)' fill='%23004B93'%3e%3cg id='Side-Menu' transform='translate(0.000000, 1317.000000)'%3e%3cg id='arrow-pointing-to-right-copy-13' transform='translate(296.000000, 167.000000)'%3e%3cpath d='M25.6458799,8.13997586 L17.9087201,0.356181562 C17.4366567,-0.118727187 16.6710647,-0.118727187 16.1990012,0.356181562 C15.7268411,0.83118761 15.7268411,1.60119946 16.1990012,2.07620551 L21.8723703,7.78376998 L1.20893121,7.78376998 C0.541311039,7.78376998 0,8.32834369 0,8.99998784 C0,9.67153469 0.541311039,10.2162057 1.20893121,10.2162057 L21.8723703,10.2162057 L16.1991947,15.9237702 C15.7270345,16.3987762 15.7270345,17.1687881 16.1991947,17.6437941 C16.435178,17.8811025 16.7446644,18 17.0540541,18 C17.3634438,18 17.6728335,17.8811025 17.9089135,17.6437941 L25.6458799,9.85999981 C26.11804,9.38499376 26.11804,8.61498191 25.6458799,8.13997586 Z' id='Path'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.green .sidebarNav ul li .sub-menu li:before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='26px' height='18px' viewBox='0 0 26 18' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!-- Generator: Sketch 52.2 (67145) - http://www.bohemiancoding.com/sketch --%3e%3ctitle%3ePath%3c/title%3e%3cdesc%3eCreated with Sketch.%3c/desc%3e%3cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e%3cg id='Content-Page' transform='translate(-296.000000, -1484.000000)' fill='#f60'%3e%3cg id='Side-Menu' transform='translate(0.000000, 1317.000000)'%3e%3cg id='arrow-pointing-to-right-copy-13' transform='translate(296.000000, 167.000000)'%3e%3cpath d='M25.6458799,8.13997586 L17.9087201,0.356181562 C17.4366567,-0.118727187 16.6710647,-0.118727187 16.1990012,0.356181562 C15.7268411,0.83118761 15.7268411,1.60119946 16.1990012,2.07620551 L21.8723703,7.78376998 L1.20893121,7.78376998 C0.541311039,7.78376998 0,8.32834369 0,8.99998784 C0,9.67153469 0.541311039,10.2162057 1.20893121,10.2162057 L21.8723703,10.2162057 L16.1991947,15.9237702 C15.7270345,16.3987762 15.7270345,17.1687881 16.1991947,17.6437941 C16.435178,17.8811025 16.7446644,18 17.0540541,18 C17.3634438,18 17.6728335,17.8811025 17.9089135,17.6437941 L25.6458799,9.85999981 C26.11804,9.38499376 26.11804,8.61498191 25.6458799,8.13997586 Z' id='Path'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.grey .sidebarNav ul li .sub-menu li:before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='26px' height='18px' viewBox='0 0 26 18' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!-- Generator: Sketch 52.2 (67145) - http://www.bohemiancoding.com/sketch --%3e%3ctitle%3ePath%3c/title%3e%3cdesc%3eCreated with Sketch.%3c/desc%3e%3cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e%3cg id='Content-Page' transform='translate(-296.000000, -1484.000000)' fill='#484646'%3e%3cg id='Side-Menu' transform='translate(0.000000, 1317.000000)'%3e%3cg id='arrow-pointing-to-right-copy-13' transform='translate(296.000000, 167.000000)'%3e%3cpath d='M25.6458799,8.13997586 L17.9087201,0.356181562 C17.4366567,-0.118727187 16.6710647,-0.118727187 16.1990012,0.356181562 C15.7268411,0.83118761 15.7268411,1.60119946 16.1990012,2.07620551 L21.8723703,7.78376998 L1.20893121,7.78376998 C0.541311039,7.78376998 0,8.32834369 0,8.99998784 C0,9.67153469 0.541311039,10.2162057 1.20893121,10.2162057 L21.8723703,10.2162057 L16.1991947,15.9237702 C15.7270345,16.3987762 15.7270345,17.1687881 16.1991947,17.6437941 C16.435178,17.8811025 16.7446644,18 17.0540541,18 C17.3634438,18 17.6728335,17.8811025 17.9089135,17.6437941 L25.6458799,9.85999981 C26.11804,9.38499376 26.11804,8.61498191 25.6458799,8.13997586 Z' id='Path'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.pink .sidebarNav ul li .sub-menu li:before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='26px' height='18px' viewBox='0 0 26 18' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!-- Generator: Sketch 52.2 (67145) - http://www.bohemiancoding.com/sketch --%3e%3ctitle%3ePath%3c/title%3e%3cdesc%3eCreated with Sketch.%3c/desc%3e%3cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e%3cg id='Content-Page' transform='translate(-296.000000, -1484.000000)' fill='#f60'%3e%3cg id='Side-Menu' transform='translate(0.000000, 1317.000000)'%3e%3cg id='arrow-pointing-to-right-copy-13' transform='translate(296.000000, 167.000000)'%3e%3cpath d='M25.6458799,8.13997586 L17.9087201,0.356181562 C17.4366567,-0.118727187 16.6710647,-0.118727187 16.1990012,0.356181562 C15.7268411,0.83118761 15.7268411,1.60119946 16.1990012,2.07620551 L21.8723703,7.78376998 L1.20893121,7.78376998 C0.541311039,7.78376998 0,8.32834369 0,8.99998784 C0,9.67153469 0.541311039,10.2162057 1.20893121,10.2162057 L21.8723703,10.2162057 L16.1991947,15.9237702 C15.7270345,16.3987762 15.7270345,17.1687881 16.1991947,17.6437941 C16.435178,17.8811025 16.7446644,18 17.0540541,18 C17.3634438,18 17.6728335,17.8811025 17.9089135,17.6437941 L25.6458799,9.85999981 C26.11804,9.38499376 26.11804,8.61498191 25.6458799,8.13997586 Z' id='Path'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.purple .sidebarNav ul li .sub-menu li:before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='26px' height='18px' viewBox='0 0 26 18' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!-- Generator: Sketch 52.2 (67145) - http://www.bohemiancoding.com/sketch --%3e%3ctitle%3ePath%3c/title%3e%3cdesc%3eCreated with Sketch.%3c/desc%3e%3cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e%3cg id='Content-Page' transform='translate(-296.000000, -1484.000000)' fill='#f60'%3e%3cg id='Side-Menu' transform='translate(0.000000, 1317.000000)'%3e%3cg id='arrow-pointing-to-right-copy-13' transform='translate(296.000000, 167.000000)'%3e%3cpath d='M25.6458799,8.13997586 L17.9087201,0.356181562 C17.4366567,-0.118727187 16.6710647,-0.118727187 16.1990012,0.356181562 C15.7268411,0.83118761 15.7268411,1.60119946 16.1990012,2.07620551 L21.8723703,7.78376998 L1.20893121,7.78376998 C0.541311039,7.78376998 0,8.32834369 0,8.99998784 C0,9.67153469 0.541311039,10.2162057 1.20893121,10.2162057 L21.8723703,10.2162057 L16.1991947,15.9237702 C15.7270345,16.3987762 15.7270345,17.1687881 16.1991947,17.6437941 C16.435178,17.8811025 16.7446644,18 17.0540541,18 C17.3634438,18 17.6728335,17.8811025 17.9089135,17.6437941 L25.6458799,9.85999981 C26.11804,9.38499376 26.11804,8.61498191 25.6458799,8.13997586 Z' id='Path'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.sidebarNav ul li .sub-menu li:hover:before {
  left: -38px;
}
.sidebarNav ul li.current-menu-item > a {
  text-decoration: underline;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  font-weight: bold;
}
.sidebarNav ul li.current-menu-item.menu-item-has-children > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
.sidebarNav ul li.current-menu-item .sub-menu {
  display: block;
}
.sidebarNav ul li.current-menu-ancestor .sub-menu {
  display: block;
}
/*.button, button, input[type="submit"] {
 font-size: rem(14);
 text-transform: uppercase;
 text-decoration: none;
 display: inline-block;
 cursor: pointer;
 color: $black;
 background: $secondary;
 padding: 10px 20px 10px 20px;
 transition: all 0.3s ease-out;
 font-weight: 700;
 border: 4px solid $secondary;
 &:hover {
 border: 4px solid white;
 background: $secondary;
 }
 &:focus {
 outline: none;
 }
 .welcome & {
 margin-left: rem(12);
 }
 &--arrow {
 color: $secondary;
 position: relative;
 &::before,
 &::after {
 width: rem(34);
 height: rem(34);
 position: absolute;
 right: 0;
 top: 50%;
 transform: translateY(-50%);
 transition: none;
 display: flex;
 align-items: center;
 justify-content: center;
 }
 &::before {
 content: '\f054';
 font-family: "FontAwesome";
 font-size: rem(14);
 .welcome & {
 position: absolute;
 z-index: 2;
 }
 }
 &:focus {
 color: $white;
 }
 }
 }*/
.button {
  border: 1px solid #fff;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
  background: transparent;
  color: #fff;
  height: 56px;
  padding: 0 20px;
  margin: 0;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 1px;
  min-width: 140px;
}
.popup {
  width: 90%;
  padding: 0;
  overflow: visible;
  display: none;
  background-color: transparent;
}
@media screen and (min-width: 48em) {
  .popup {
    width: 80%;
    top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}
.popup-close {
  position: absolute;
  transition: opacity 0.25s ease;
  height: 2.625rem;
  cursor: pointer;
  outline: none;
  z-index: 20;
}
.popup-close:focus {
  outline: none;
}
@media screen and (min-width: 48em) {
  .popup-close {
    top: 1.5625rem;
    bottom: 103%;
    right: -0.25rem;
    text-shadow: none;
  }
}
@media screen and (max-width: 61.9375em) {
  .popup-close {
    top: 0.9375rem;
    right: 0.9375rem;
    bottom: auto;
    text-shadow: 0 0 5px black;
  }
}
@media screen and (max-height: 780px) {
  .popup-close {
    top: 0.9375rem;
    right: 0.9375rem;
    bottom: auto;
    text-shadow: 0 0 5px black;
  }
}
.popup-close::before {
  content: '\f2d7';
  color: #fff;
  font-size: 2.8125rem;
  font-family: 'Ionicons';
}
.popup-close:hover {
  opacity: 0.8;
}
.popup-header {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.popup-title {
  color: #fff;
  font-size: 1.5rem;
  width: 70%;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 48em) {
  .popup-title {
    font-size: 2.3125rem;
  }
}
.popup-media {
  height: 15.625rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 48em) {
  .popup-media {
    height: 31.25rem;
  }
}
.popup-content {
  background-color: #fff;
  padding: 1.875rem 0.9375rem;
}
@media screen and (min-width: 48em) {
  .popup-content {
    padding: 2.8125rem 4rem 3.5rem 4rem;
  }
}
.popup-content p {
  margin-bottom: 1.6875rem;
}
.popup-content h3 {
  margin-top: 2.8125rem;
  font-size: 1.5625rem;
  margin-bottom: 0;
}
.popup-itemWrapper {
  height: 100%;
}
.popup-itemWrapper .video-js {
  width: 100%;
  height: 100%;
}
.fancybox-arrow {
  display: none;
}
.slider-container {
  position: relative;
  overflow: hidden;
  /*.scroll-down {
   height: 65px;
   width: 65px;
   background: $secondary;
   display: flex;
   font-size: 32px;
   border-radius: 50%;
   justify-content: center;
   align-items: center;
   position: absolute;
   bottom: -32px;
   left: 50%;
   margin-left: -32px;
   i {
   color: $white;
   }
   }
   .slick-arrow {
   display: block;
   width: 24px;
   position: absolute;
   transform: translateY(-50%);
   z-index: 999;
   top: 50%;
   background-image: url(../../assets/src/img/white-arrow-left.png);
   background-repeat: no-repeat;
   background-color: transparent;
   color: #fff;
   font-size: 0;
   border: none;
   outline: none;
   cursor: pointer;
   height: 34px;
   margin: 0;
   padding: 0;
   }
   .slick-prev {
   left: 20px;
   }
   .slick-next {
   background-image: url(../../assets/src/img/white-arrow-right.png);
   right: 20px;
   }*/
}
.slider-container:after {
  content: '';
  background: #000;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.slider-container .slick-slide {
  outline: 0;
}
.slider-container .homepage-slideshow-image {
  height: calc(50vh - 52px);
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}
@media screen and (min-width: 62em) {
  .slider-container .homepage-slideshow-image {
    height: calc(100vh - 143px);
  }
}
.slider-container .home-slide {
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.slider-container img {
  width: 100%;
}
.slider-container .slick-dots {
  list-style-type: none;
  display: flex;
  margin: 32px 0 0;
  padding: 0;
  position: absolute;
  right: 20px;
  bottom: 20px;
}
@media screen and (min-width: 36em) {
  .slider-container .slick-dots {
    right: 40px;
    bottom: 40px;
  }
}
.slider-container .slick-dots li {
  margin-left: 15px;
}
.slider-container .slick-dots li.slick-active button {
  background: #f60;
  border: 1px solid #f60;
}
.slider-container .slick-dots li button {
  border: 1px solid #fff;
  background: #fff;
  font-size: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  margin: 0;
  padding: 0;
  cursor: pointer;
  outline: 0;
}
.top-nav {
  position: absolute;
  top: 51px;
  right: 0;
  background: rgba(255, 255, 255, 0.7);
  z-index: 5;
}
.top-nav ul {
  margin-left: 0;
  margin-bottom: 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding: 0.5em;
}
.top-nav ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style-type: none;
}
.top-nav ul li a {
  color: #f60;
  font-size: 12px;
  font-weight: 500;
  padding: 0 0.5em;
}
.top-nav ul li a:hover {
  text-decoration: underline;
}
@media screen and (min-width: 62em) {
  .top-nav {
    display: block;
    top: 0;
    right: 2vw;
  }
}
@media screen and (min-width: 75em) {
  .top-nav {
    right: 8vw;
  }
  .top-nav ul {
    padding: 0.8em;
  }
  .top-nav ul li a {
    font-size: 13px;
    font-weight: 400;
    padding: 0 1em;
  }
}
.full-page-navigation-container {
  pointer-events: none;
  z-index: -1;
  background: transparent;
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  transition: z-index 0.7s step-end;
  overflow: hidden;
}
.full-page-navigation-container .navigation-inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s ease-in;
}
.full-page-navigation-container .navigation-inner:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url(../../assets/src/img/mso-nav-bg.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 0;
  padding-right: 20%;
  height: 100%;
  opacity: 0.7;
}
.full-page-navigation-container .navigation-inner .navigation-flex {
  display: flex;
  height: 100%;
  width: 100%;
  position: relative;
  padding: 0 0 0 6vw;
  box-sizing: border-box;
}
.full-page-navigation-container .navigation-inner .navigation-flex .site-info-holder {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  width: 35%;
}
@media screen and (max-width: 800px) {
  .full-page-navigation-container .navigation-inner .navigation-flex .site-info-holder {
    width: 50%;
    margin-top: 65px;
    justify-content: flex-start;
  }
}
.full-page-navigation-container .navigation-inner .navigation-flex .site-info-holder .site-info-image {
  width: 100%;
  margin-bottom: 20px;
  max-width: 340px;
}
.full-page-navigation-container .navigation-inner .navigation-flex .site-info-holder .site-info {
  color: #808080;
  font-size: 18px;
  line-height: 28px;
}
@media screen and (max-width: 800px) {
  .full-page-navigation-container .navigation-inner .navigation-flex .site-info-holder .site-info {
    font-size: 13px;
    line-height: 21px;
  }
}
.full-page-navigation-container .navigation-inner .navigation-flex .site-info-holder .site-info p {
  margin-top: 14px;
  margin-bottom: 0;
  color: #808080;
  font-size: inherit;
  line-height: inherit;
}
.full-page-navigation-container .navigation-inner .navigation-flex .site-info-holder .site-info p a {
  color: #808080;
}
.full-page-navigation-container .navigation-inner .navigation-inner-container {
  flex-grow: 1;
  display: flex;
  align-items: center;
  padding: 6vw 0 4vw 6vw;
  box-sizing: border-box;
}
.full-page-navigation-container .navigation-inner .navigation-inner-container .mobileNav {
  list-style-type: none;
  margin: 0;
  width: 100%;
  height: 100%;
  max-height: 520px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}
@media screen and (max-width: 800px) {
  .full-page-navigation-container .navigation-inner .navigation-inner-container .mobileNav {
    padding: 0;
  }
}
@media screen and (min-width: 93.75em) {
  .full-page-navigation-container .navigation-inner .navigation-inner-container .mobileNav {
    max-height: 640px;
  }
}
.full-page-navigation-container .navigation-inner .navigation-inner-container .mobileNav > li {
  width: 100%;
  text-align: right;
  padding-right: 10vw;
  position: relative;
  box-sizing: border-box;
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  /*&.current-menu-item {
   > a {
   color: $orange;
   }
   &:before {
   width: 16vw;
   }
   }*/
}
@media screen and (min-width: 93.75em) {
  .full-page-navigation-container .navigation-inner .navigation-inner-container .mobileNav > li {
    height: 100px;
  }
}
@media screen and (max-width: 800px) {
  .full-page-navigation-container .navigation-inner .navigation-inner-container .mobileNav > li {
    padding-right: 5vw;
    height: 60px;
  }
}
.full-page-navigation-container .navigation-inner .navigation-inner-container .mobileNav > li > a {
  color: #000;
  font-size: 50px;
  line-height: 80px;
  transform: scale(1);
  transform-origin: right center;
  height: 100%;
  position: absolute;
  bottom: -200px;
  opacity: 0;
  cursor: url(../../assets/src/img/custom-cursor.svg) 25 25, auto;
}
@media screen and (min-width: 93.75em) {
  .full-page-navigation-container .navigation-inner .navigation-inner-container .mobileNav > li > a {
    font-size: 60px;
  }
}
@media screen and (max-width: 800px) {
  .full-page-navigation-container .navigation-inner .navigation-inner-container .mobileNav > li > a {
    font-size: 20px;
    line-height: 50px;
    letter-spacing: 0;
  }
}
.full-page-navigation-container .navigation-inner .navigation-inner-container .mobileNav > li:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  height: 4px;
  width: 0;
  background-color: #df5d00;
  transition: all 0.3s ease-out;
}
@media screen and (min-width: 93.75em) {
  .full-page-navigation-container .navigation-inner .navigation-inner-container .mobileNav > li:before {
    bottom: 10px;
  }
}
.full-page-navigation-container .circle-container {
  position: absolute;
  height: 0;
  width: 0;
  top: 51px;
  right: 90px;
  background: #fff;
}
.full-page-navigation-container .circle-container .relative {
  position: relative;
}
.full-page-navigation-container .circle-container .the-circle {
  border-radius: 50%;
  width: 220vw;
  height: 220vw;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.7s ease-out 0.3s;
}
@media screen and (max-width: 800px) {
  .full-page-navigation-container .circle-container .the-circle {
    height: 200vh;
  }
}
.full-page-navigation-container.nav-active {
  pointer-events: auto;
  z-index: 1;
  transition: z-index 0.1s step-end;
}
.full-page-navigation-container.nav-active .navigation-inner {
  opacity: 1;
  transition: all 0.3s ease-out 0.7s;
}
.full-page-navigation-container.nav-active .navigation-inner .navigation-inner-container .mobileNav > li > a {
  transform: scale(1);
  opacity: 1;
  bottom: 0;
}
.full-page-navigation-container.nav-active .navigation-inner .navigation-inner-container .mobileNav > li.current-menu-item:before {
  width: 15vw;
  transition: all 0.3s ease-out 1.5s;
}
.full-page-navigation-container.nav-active .navigation-inner .navigation-inner-container .mobileNav > li.current-menu-item > a {
  color: #df5d00;
  transform: scale(1.2);
}
.full-page-navigation-container.nav-active .navigation-inner .navigation-inner-container .mobileNav > li:hover:before {
  width: 15vw;
  transition: all 0.3s ease-out;
}
.full-page-navigation-container.nav-active .navigation-inner .navigation-inner-container .mobileNav > li:hover > a {
  transform: scale(1.2);
  color: #df5d00;
  transition: all 0.3s ease-out;
}
.full-page-navigation-container.nav-active .navigation-inner .navigation-inner-container .mobileNav > li:nth-of-type(1) > a {
  -webkit-transition: bottom 0.3s ease-out 0.7s, opacity 0.3s ease-out 0.7s, color 0.3s ease-out, transform 0.3s ease-out;
  transition: bottom 0.3s ease-out 0.7s, opacity 0.3s ease-out 0.7s, color 0.3s ease-out, transform 0.3s ease-out;
}
.full-page-navigation-container.nav-active .navigation-inner .navigation-inner-container .mobileNav > li:nth-of-type(2) > a {
  -webkit-transition: bottom 0.3s ease-out 0.8s, opacity 0.3s ease-out 0.8s, color 0.3s ease-out, transform 0.3s ease-out;
  transition: bottom 0.3s ease-out 0.8s, opacity 0.3s ease-out 0.8s, color 0.3s ease-out, transform 0.3s ease-out;
}
.full-page-navigation-container.nav-active .navigation-inner .navigation-inner-container .mobileNav > li:nth-of-type(3) > a {
  -webkit-transition: bottom 0.3s ease-out 0.9s, opacity 0.3s ease-out 0.9s, color 0.3s ease-out, transform 0.3s ease-out;
  transition: bottom 0.3s ease-out 0.9s, opacity 0.3s ease-out 0.9s, color 0.3s ease-out, transform 0.3s ease-out;
}
.full-page-navigation-container.nav-active .navigation-inner .navigation-inner-container .mobileNav > li:nth-of-type(4) > a {
  -webkit-transition: bottom 0.3s ease-out 1s, opacity 0.3s ease-out 1s, color 0.3s ease-out, transform 0.3s ease-out;
  transition: bottom 0.3s ease-out 1s, opacity 0.3s ease-out 1s, color 0.3s ease-out, transform 0.3s ease-out;
}
.full-page-navigation-container.nav-active .navigation-inner .navigation-inner-container .mobileNav > li:nth-of-type(5) > a {
  -webkit-transition: bottom 0.3s ease-out 1.1s, opacity 0.3s ease-out 1.1s, color 0.3s ease-out, transform 0.3s ease-out;
  transition: bottom 0.3s ease-out 1.1s, opacity 0.3s ease-out 1.1s, color 0.3s ease-out, transform 0.3s ease-out;
}
.full-page-navigation-container.nav-active .navigation-inner .navigation-inner-container .mobileNav > li:nth-of-type(6) > a {
  -webkit-transition: bottom 0.3s ease-out 1.2s, opacity 0.3s ease-out 1.2s, color 0.3s ease-out, transform 0.3s ease-out;
  transition: bottom 0.3s ease-out 1.2s, opacity 0.3s ease-out 1.2s, color 0.3s ease-out, transform 0.3s ease-out;
}
.full-page-navigation-container.nav-active .navigation-inner .navigation-inner-container .mobileNav > li:nth-of-type(7) > a {
  -webkit-transition: bottom 0.3s ease-out 1.3s, opacity 0.3s ease-out 1.3s, color 0.3s ease-out, transform 0.3s ease-out;
  transition: bottom 0.3s ease-out 1.3s, opacity 0.3s ease-out 1.3s, color 0.3s ease-out, transform 0.3s ease-out;
}
.full-page-navigation-container.nav-active .navigation-inner .navigation-inner-container .mobileNav > li:nth-of-type(8) > a {
  -webkit-transition: bottom 0.3s ease-out 1.4s, opacity 0.3s ease-out 1.4s, color 0.3s ease-out, transform 0.3s ease-out;
  transition: bottom 0.3s ease-out 1.4s, opacity 0.3s ease-out 1.4s, color 0.3s ease-out, transform 0.3s ease-out;
}
.full-page-navigation-container.nav-active .navigation-inner .navigation-inner-container .mobileNav > li:nth-of-type(9) > a {
  -webkit-transition: bottom 0.3s ease-out 1.5s, opacity 0.3s ease-out 1.5s, color 0.3s ease-out, transform 0.3s ease-out;
  transition: bottom 0.3s ease-out 1.5s, opacity 0.3s ease-out 1.5s, color 0.3s ease-out, transform 0.3s ease-out;
}
.full-page-navigation-container.nav-active .navigation-inner .navigation-inner-container .mobileNav > li:nth-of-type(10) > a {
  -webkit-transition: bottom 0.3s ease-out 1.6s, opacity 0.3s ease-out 1.6s, color 0.3s ease-out, transform 0.3s ease-out;
  transition: bottom 0.3s ease-out 1.6s, opacity 0.3s ease-out 1.6s, color 0.3s ease-out, transform 0.3s ease-out;
}
.full-page-navigation-container.nav-active .navigation-inner .navigation-inner-container .mobileNav > li:nth-of-type(11) > a {
  -webkit-transition: bottom 0.3s ease-out 1.7s, opacity 0.3s ease-out 1.7s, color 0.3s ease-out, transform 0.3s ease-out;
  transition: bottom 0.3s ease-out 1.7s, opacity 0.3s ease-out 1.7s, color 0.3s ease-out, transform 0.3s ease-out;
}
.full-page-navigation-container.nav-active .navigation-inner .navigation-inner-container .mobileNav > li:nth-of-type(12) > a {
  -webkit-transition: bottom 0.3s ease-out 1.8s, opacity 0.3s ease-out 1.8s, color 0.3s ease-out, transform 0.3s ease-out;
  transition: bottom 0.3s ease-out 1.8s, opacity 0.3s ease-out 1.8s, color 0.3s ease-out, transform 0.3s ease-out;
}
.full-page-navigation-container.nav-active .circle-container .the-circle {
  transform: translate(-50%, -50%) scale(1);
  transition: transform 0.7s ease-in;
}
.header-mobile {
  display: block;
  width: 100%;
  position: absolute;
  height: 60px;
  top: 0;
  left: 0;
  z-index: 3;
  /*&.user-has-scrolled {
   .msoIcon {
   top: 7px;
   width: 45px;
   @include breakpoint(medium) {
   top: 10px;
   width: 54px;
   }
   @include breakpoint(xlarge) {
   width: 82px;
   }
   .header-text {
   opacity: 0;
   }
   }
   }*/
}
@media screen and (min-width: 36em) {
  .header-mobile {
    height: 75px;
  }
}
@media screen and (min-width: 62em) {
  .header-mobile {
    height: 102px;
  }
}
.header-mobile .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 0 15px;
}
@media screen and (min-width: 62em) {
  .header-mobile .header-inner {
    padding: 0 50px;
  }
}
.header-mobile .msoIcon {
  position: relative;
  width: 80px;
  transition: all 0.3s ease-in;
}
@media screen and (min-width: 36em) {
  .header-mobile .msoIcon {
    width: 105px;
  }
}
@media screen and (min-width: 62em) {
  .header-mobile .msoIcon {
    width: 121px;
  }
}
.header-mobile .msoIcon a {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.header-mobile .msoIcon a .header-text {
  opacity: 1;
  transition: all 0.3s ease-in;
  margin-top: 5px;
}
.header-mobile .nav-icon-container {
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  border: 1px solid #df5d00;
  display: flex;
  align-items: center;
  padding: 9px 5px 9px 12px;
  cursor: pointer;
  z-index: 2;
  transition: border-color 0.3s ease-in-out 1s;
}
.home .header-mobile .nav-icon-container {
  border: 1px solid #fff;
}
.openedMenu .header-mobile .nav-icon-container {
  border-color: #fff;
  transition: all 0.3s ease-in-out;
}
.header-mobile .nav-icon-container .nav-text {
  color: #df5d00;
  padding-top: 4px;
  padding-right: 5px;
  letter-spacing: 0;
  line-height: 20px;
  transition: opacity 0.3s ease-in-out 1s;
}
.home .header-mobile .nav-icon-container .nav-text {
  color: #fff;
}
.openedMenu .header-mobile .nav-icon-container .nav-text {
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.header-mobile .nav-icon {
  width: 32px;
  padding: 5px 0;
}
.header-mobile .nav-icon:before, .header-mobile .nav-icon:after, .header-mobile .nav-icon div {
  background-color: #df5d00;
  border-radius: 3px;
  content: '';
  display: block;
  width: 18px;
  height: 2px;
  margin: 3px auto;
  transition: all 0.2s ease-in-out;
}
.home .header-mobile .nav-icon:before, .home .header-mobile .nav-icon:after, .home .header-mobile .nav-icon div {
  background-color: #fff;
}
.header-mobile .nav-icon div {
  width: 13px;
  margin-left: 7px;
}
.header-mobile .nav-icon.collapsed:before {
  background-color: #000;
  transform: translateY(6px) rotate(135deg);
}
.header-mobile .nav-icon.collapsed:after {
  background-color: #000;
  transform: translateY(-4px) rotate(-135deg);
}
.header-mobile .nav-icon.collapsed div {
  transform: scale(0);
}
.msoSideNavigation {
  background: #f60;
  margin-left: -8px;
  display: none;
}
@media screen and (min-width: 62em) {
  .msoSideNavigation {
    display: block;
  }
}
.msoSideNavigation .msoMainNavItem {
  display: block;
  color: #f60;
  background: #ffed00;
  box-sizing: border-box;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 22px;
  width: 100%;
  position: relative;
  padding: 12px 40px 10px 25px;
  z-index: 2;
}
.msoSideNavigation ul {
  float: none;
  width: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.msoSideNavigation ul li {
  width: 100%;
  position: relative;
  padding: 0;
}
.msoSideNavigation ul li > a {
  color: #fff;
  background: #f60;
  box-sizing: border-box;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 22px;
  width: 100%;
  position: relative;
  padding: 10px 40px 10px 25px;
  display: block;
  z-index: 2;
  border-bottom: 1px solid #df5d00;
  -webkit-transition: all 0.4s cubic-bezier(0.7, 0.01, 0.3, 1);
  -moz-transition: all 0.4s cubic-bezier(0.7, 0.01, 0.3, 1);
  -o-transition: all 0.4s cubic-bezier(0.7, 0.01, 0.3, 1);
  transition: all 0.4s cubic-bezier(0.7, 0.01, 0.3, 1);
}
.msoSideNavigation ul li button {
  display: flex;
  position: absolute;
  right: 0;
  border: 0;
  top: 0;
  width: 49px;
  height: 43px;
  background: none;
  z-index: 4;
  transition: all 0.3s ease-out;
  cursor: pointer;
  -webkit-transition: transform 0.2s;
  transition: transform 0.2s;
}
.msoSideNavigation ul li button:focus {
  outline: 0;
}
.msoSideNavigation ul li button:before {
  font-family: "FontAwesome";
  content: '\f105';
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4em;
  opacity: 1;
  transform-origin: center center;
  transform: rotate(90deg);
  transition: all 0.3s ease-out;
}
.msoSideNavigation ul li ul {
  padding: 5px 0 10px;
  background: #df5d00;
  display: none;
}
.msoSideNavigation ul li ul li {
  padding-left: 45px;
}
.msoSideNavigation ul li ul li a {
  text-transform: none;
  font-weight: 400;
  line-height: 30px;
  background: #df5d00;
  padding: 5px 25px 5px 25px;
}
.msoSideNavigation ul li .msoArrowContainer {
  position: absolute;
  left: -20px;
  top: 0;
  height: 38px;
  width: 0;
  background: #df5d00;
  z-index: 1;
  -webkit-transition: all 0.4s cubic-bezier(0.7, 0.01, 0.3, 1);
  -moz-transition: all 0.4s cubic-bezier(0.7, 0.01, 0.3, 1);
  -o-transition: all 0.4s cubic-bezier(0.7, 0.01, 0.3, 1);
  transition: all 0.4s cubic-bezier(0.7, 0.01, 0.3, 1);
}
.msoSideNavigation ul li:hover > a {
  padding-left: 45px;
  border-bottom: 1px solid transparent;
  background: #df5d00;
  color: #fff;
}
.msoSideNavigation ul li:hover .msoArrowContainer {
  width: calc(100% + 20px);
}
.msoSideNavigation ul li.current-menu-parent > .sub-menu {
  display: block;
}
.msoSideNavigation ul li.current-menu-item > a {
  padding-left: 25px;
  background: #df5d00;
  color: #ffed00;
  border: 0;
}
.msoSideNavigation ul li.current-menu-item ul {
  background: #df5d00;
  display: block;
}
.msoSideNavigation ul li.current-menu-item ul li {
  -webkit-transition: all 0.4s cubic-bezier(0.7, 0.01, 0.3, 1);
  -moz-transition: all 0.4s cubic-bezier(0.7, 0.01, 0.3, 1);
  -o-transition: all 0.4s cubic-bezier(0.7, 0.01, 0.3, 1);
  transition: all 0.4s cubic-bezier(0.7, 0.01, 0.3, 1);
}
.msoSideNavigation ul li.current-menu-item ul li:hover, .msoSideNavigation ul li.current-menu-item ul li:focus {
  background: none;
  padding-left: 64px;
  -webkit-transition: all 0.4s cubic-bezier(0.7, 0.01, 0.3, 1);
  -moz-transition: all 0.4s cubic-bezier(0.7, 0.01, 0.3, 1);
  -o-transition: all 0.4s cubic-bezier(0.7, 0.01, 0.3, 1);
  transition: all 0.4s cubic-bezier(0.7, 0.01, 0.3, 1);
}
.msoSideNavigation ul li.current-menu-item ul li > a {
  color: #fff;
  border: 0;
  padding-left: 10px;
}
.msoSideNavigation ul li.current-menu-item ul li.current-menu-item {
  background: none;
}
.msoSideNavigation ul li.current-menu-item ul li.current-menu-item > a {
  color: #ffed00;
  padding-left: 10px;
  border: 0;
}
.msoSideNavigation ul li.current-menu-item .msoArrowContainer {
  width: calc(100% + 20px);
}
.msoSideNavigation ul li:last-of-type a {
  border-bottom: 0;
}
.sidebarNav {
  margin-left: -8px;
}
.sidebarNav .subnav-header {
  display: block;
  color: #fff;
  background: #484646;
  box-sizing: border-box;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 22px;
  width: 100%;
  position: relative;
  padding: 12px 40px 10px 25px;
  z-index: 2;
}
.sidebarNav .sidebar-back {
  display: block;
  color: #000;
  background: #eee;
  box-sizing: border-box;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 22px;
  width: 100%;
  position: relative;
  padding: 12px 40px 10px 25px;
  z-index: 2;
}
.sidebarNav .sidebar-share {
  color: #f60;
  text-decoration: none;
  font-family: 'Pacifico', cursive;
  font-weight: bold;
  padding: 12px 40px 10px 25px;
  margin-top: 40px;
  font-size: 18px;
}
.sidebarNav .sidebar-share ul {
  display: flex;
  margin-top: 5px;
}
.sidebarNav .sidebar-share ul li {
  margin-right: 20px;
  font-size: 30px;
}
.sidebarNav .sidebar-info .icon {
  margin-right: 5px;
}
.textContent {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 3em;
}
@media screen and (min-width: 75em) {
  .textContent {
    flex-wrap: nowrap;
  }
}
.textContent .textContent-wrapper {
  flex-grow: 1;
}
.textContent .table-flex {
  display: flex;
  flex-wrap: wrap;
}
.textContent .table-flex .column {
  width: 100%;
}
@media screen and (min-width: 36em) {
  .textContent .table-flex .column {
    width: 50%;
  }
}
.textContent .textContent-rightside {
  width: 100%;
  margin-left: 0;
  margin-top: 30px;
  display: none;
}
@media screen and (min-width: 36em) {
  .textContent .textContent-rightside {
    margin-top: 50px;
  }
}
@media screen and (min-width: 75em) {
  .textContent .textContent-rightside {
    width: 240px;
    flex-shrink: 0;
    margin-left: 5vw;
  }
}
.textContent .textContent-rightside .donateLink {
  width: 100%;
  background: #f60;
  display: block;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 500;
  text-decoration: none;
  padding: 18px 0;
  transition: all 0.3s ease-out;
}
.textContent .textContent-rightside .donateLink:hover {
  background-color: #bfac86;
  color: #e6e6e6;
}
.textContent .textContent-rightside .infographic-container {
  border-top: 2px solid #a0b9af;
  border-bottom: 8px solid #a0b9af;
  padding: 15px 0 16px;
  margin-top: 50px;
  text-align: center;
}
.textContent .textContent-rightside .infographic-container .image {
  max-width: 100%;
  height: 139px;
  margin-top: 10px;
  background-color: #eee;
}
.textContent .textContent-rightside .infographic-container .text {
  margin-top: 15px;
  font-weight: 700;
  font-size: 18px;
  color: #373737;
  line-height: 22px;
  margin-bottom: 0;
}
.textContent .content-typography {
  width: 100%;
}
.post-template-default .textContent .content-typography {
  padding-top: 0;
}
@media screen and (min-width: 36em) {
  .textContent .content-typography {
    width: auto;
  }
}
.main-components .textContent:first-of-type .textContent-rightside {
  display: block;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-loading .slick-list {
  /* Slider */
  background: #fff url('./ajax-loader.gif') center center no-repeat;
}
/* Icons */
@font-face {
  font-family: 'FontAwesome';
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before, .slick-next:before {
  font-family: 'FontAwesome';
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: '\f053';
}
[dir='rtl'] .slick-prev:before {
  content: '\f053';
}
.slick-next {
  right: -25px;
}
[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: '\f054';
}
[dir='rtl'] .slick-next:before {
  content: '\f054';
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: 'â€¢';
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}
.download {
  margin-bottom: 3em;
}
.download.hide-header {
  margin-top: calc(-3em + 0.25rem);
}
.download.hide-header .download-theader {
  display: none;
}
.download-heading {
  color: #f60;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0;
  margin-top: 40px;
}
.download-item {
  color: #000;
  font-size: 1rem;
  background: #f60;
  font-weight: 300;
  margin-bottom: 0.25rem;
  display: flex;
  transition: all 0.3s ease-out;
}
.download-item:hover {
  background-color: #ff7e29;
}
.download-item:hover, .download-item:hover .download-title, .download-item:hover .download-title:focus, .download-item:hover .download-link {
  color: #000;
}
.download-theader {
  width: 100%;
  padding: 0 0 8px 15px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
}
.download-theader .download-name {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.download-theader .download-download {
  display: none;
  align-items: center;
  justify-content: center;
  width: 19%;
  max-width: 105px;
  text-align: center;
  flex-shrink: 0;
}
@media screen and (min-width: 48em) {
  .download-theader .download-download {
    display: flex;
  }
}
.download-info {
  width: 100%;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.download-extension {
  font-size: 1rem;
  font-weight: normal;
  margin-left: 1.875rem;
  padding-left: 0.625rem;
  display: none;
  border-left: 1px solid #000;
}
@media screen and (min-width: 48em) {
  .download-extension {
    display: block;
  }
}
.download-item:hover .download-extension {
  border-color: #000;
}
.download-title {
  color: #000;
  margin-right: 0.125rem;
  font-size: 20px;
  min-width: 190px;
}
.download-title:focus {
  outline: none;
  color: #000;
}
.download-link {
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 19%;
  max-width: 70px;
  font-size: 1.2em;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  flex-shrink: 0;
  border-left: 4px solid #000;
}
.download-link:focus {
  outline: none;
  color: #000;
}
.breadcrumb-row {
  display: none;
}
@media screen and (min-width: 36em) {
  .breadcrumb-row {
    display: block;
  }
}
.breadcrumbs {
  font-size: 14px;
  padding-bottom: 20px;
  padding-top: 5px;
  font-weight: 300;
  color: #f60;
  text-align: right;
  justify-content: flex-end;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs span span a {
  font-size: 14px;
  color: #f60;
  text-decoration: none;
}
.breadcrumbs span span a .breadcrumb_last {
  font-size: 14px;
  color: #f60;
  margin-left: 0.3125rem;
}
.breadcrumbs span span a span span a {
  color: #f60;
  margin-left: 0.3125rem;
  margin-right: 0.3125rem;
}
.breadcrumbs span span a span span a:hover {
  color: #f60;
}
.breadcrumbs span span a:hover {
  text-decoration: underline;
}
.breadcrumbs span:first-child > a {
  color: #f60;
  margin-left: 0;
  padding: 0 5px 0 0;
}
.breadcrumbs span span {
  color: #f60;
}
.breadcrumbs span span span a {
  font-size: 14px;
  padding: 0 5px;
}
.breadcrumbs span span span span {
  font-size: 14px;
  color: #f60;
}
.breadcrumbs span.breadcrumb_last {
  font-size: 14px;
  color: #484646;
  padding: 0 5px;
}
section.video_container {
  padding-top: 3em;
  padding-bottom: 3em;
}
section.video_container .video-embed {
  max-width: 1024px;
  margin: auto;
}
section.video_container .video-embed iframe.video {
  width: 100%;
  height: 30vw;
}
/*
 .homepage-video {
 width: 100%;
 .videoCutout {
 background: linear-gradient(to left bottom, #fff 49%, transparent 51%);
 position: absolute;
 width: 100%;
 height: 100%;
 left: 0;
 top: 0;
 z-index: 1;
 }
 .videoWrapper {
 position: relative;
 padding-bottom: 56.25%;
 height: 0;
 cursor: pointer;
 .play-button {
 position: absolute;
 top: 50%;
 left: 50%;
 margin-left: -63px;
 margin-top: -63px;
 z-index: 1;
 cursor: pointer;
 transform: scale(0.6);
 transform-origin: center;
 transition: all 0.2s ease;
 @include breakpoint(medium) {
 transform: scale(0.9);
 }
 @include breakpoint(xxlarge) {
 top: 55%;
 left: 25%;
 }
 &.hide {
 opacity: 0;
 }
 }
 @include breakpoint(xxlarge) {
 &:hover {
 .play-button {
 transform: scale(1);
 transform-origin: center;
 }
 }
 }
 iframe, video {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 }
 }
 }
 */
.socials {
  list-style: none;
  margin: 0;
  padding: 0;
}
.socials-item {
  padding-right: 1em;
  display: inline;
}
.socials-item .button {
  opacity: 0.6;
}
.socials-link {
  text-decoration: none;
  color: #fff;
  font-size: 1.4375rem;
  transition: all 0.3s ease-out;
}
.socials-link:hover {
  color: #f60;
}
.single-content {
  margin-top: 40px;
}
.single-content .single-meta .single-meta-details {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
  margin: 0 0 30px;
  font-size: 14px;
}
.single-content .single-meta .single-meta-details li {
  display: flex;
  align-items: center;
  color: #808080;
  text-transform: uppercase;
}
.single-content .single-meta .single-meta-details li:after {
  margin: 0 14px;
  content: '';
  height: 6px;
  width: 6px;
  background-color: #c4c4c4;
  border-radius: 50%;
  display: inline-block;
  flex-shrink: 0;
}
.single-content .single-meta .single-meta-details li:last-child:after {
  display: none;
}
.single-content .single-meta .main-heading {
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 30px;
  color: #000;
}
@media screen and (max-width: 800px) {
  .single-content .single-meta .main-heading {
    font-size: 30px;
    line-height: 38px;
  }
}
.single-content .single-meta .quote {
  color: #df5d00;
  font-size: 34px;
  line-height: 44px;
  margin-bottom: 30px;
}
@media screen and (max-width: 800px) {
  .single-content .single-meta .quote {
    font-size: 22px;
    line-height: 30px;
  }
}
.single-content .main-components {
  width: 90vw;
  max-width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
.single-content .main-components .sidebar-share {
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 800px) {
  .single-content .main-components .sidebar-share {
    position: static;
  }
}
.single-content .main-components .sidebar-share .title {
  text-align: right;
  text-transform: uppercase;
  transform: rotate(-90deg);
  position: absolute;
  top: 158px;
  left: 0;
  color: rgba(160, 160, 160, 0.6);
  width: 142px;
  transform-origin: left top;
}
@media screen and (max-width: 800px) {
  .single-content .main-components .sidebar-share .title {
    display: block;
    width: 100%;
    position: static;
    transform: rotate(0);
    text-align: left;
  }
}
.single-content .main-components .sidebar-share ul {
  display: flex;
  flex-direction: column;
  margin-top: 5px;
  list-style: none;
}
@media screen and (max-width: 800px) {
  .single-content .main-components .sidebar-share ul {
    display: block;
    padding-left: 0;
  }
}
.single-content .main-components .sidebar-share ul li {
  margin-bottom: 10px;
  font-size: 26px;
}
@media screen and (max-width: 800px) {
  .single-content .main-components .sidebar-share ul li {
    display: inline-block;
  }
}
.single-content .main-components .sidebar-share ul li a {
  color: #808080;
  padding: 12px 10px 11px 13px;
  height: 24px;
  width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #808080;
  border-radius: 50%;
  transition: all 0.3s ease-in;
}
@media screen and (min-width: 75em) {
  .single-content .main-components .sidebar-share ul li a:hover {
    color: #df5d00;
    border-color: #df5d00;
  }
}
.single-content .main-components .sidebar-share ul li:last-child {
  margin-bottom: 0;
}
.single-content .main-components section {
  padding-left: 150px;
  padding-right: 150px;
}
@media screen and (max-width: 800px) {
  .single-content .main-components section {
    padding-left: 0;
    padding-right: 0;
  }
}
.single-content .main-components section.single-image, .single-content .main-components section.single-video {
  padding-left: 0;
  padding-right: 0;
}
.single-content .main-components .share-article {
  margin-top: 5px;
  margin-bottom: 3em;
}
.single-content .main-components .share-article .title {
  padding-top: 50px;
  border-top: 1px solid #cfcdcd;
  color: #000;
  margin-bottom: 12px;
  font-size: 18px;
}
.single-content .main-components .share-article ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}
.single-content .main-components .share-article ul li {
  font-size: 20px;
  margin-right: 10px;
}
.single-content .main-components .share-article ul li a {
  color: #000;
  padding: 12px 10px 11px 13px;
  height: 14px;
  width: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  border-radius: 50%;
  transition: all 0.3s ease-in;
}
@media screen and (min-width: 75em) {
  .single-content .main-components .share-article ul li a:hover {
    border-color: #df5d00;
    color: #df5d00;
  }
}
.single-content .main-components .share-article ul li:last-child {
  margin-right: 0;
}
.error404 section.error-message {
  width: 100%;
  text-align: center;
  padding: 100px 0;
}
.error404 section.error-message h1 {
  color: #484646;
  width: 100%;
}
.error404 section.error-message h1:after {
  display: none;
}
.search .main-header {
  flex-direction: column;
  width: 100%;
}
.search .main-header > .breadcrumbs {
  width: 100%;
}
.search .search-result-total {
  font-size: 16px;
  font-weight: 400;
}
.search-wrapper {
  display: flex;
  flex-direction: column;
  margin: 0;
}
.search-wrapper .pagination-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
}
.search-wrapper .pagination-list > li {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.search-nothingFound {
  display: block;
  width: 100%;
}
.search-inner {
  width: 100%;
}
.search-query {
  margin-top: 40px;
}
.search-item {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f5f4f6;
}
.search-itemTitle {
  font-size: 20px;
  font-weight: 300;
  margin: 0;
}
.search-itemTitle > a {
  color: #484646;
}
.search-itemTitle > a::after {
  content: '\f0a9';
  font-size: 1rem;
  font-family: 'FontAwesome';
  margin-left: 0.625rem;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.search-itemTitle > a:hover:after {
  color: #563789;
}
.search-pager {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 3.125rem;
  align-items: center;
}
.search-pagerLink--next > a, .search-pagerLink--previous > a {
  color: #000;
}
.search-pagerLink--next > a::before, .search-pagerLink--previous > a::before, .search-pagerLink--next > a::after, .search-pagerLink--previous > a::after {
  color: #000;
  font-family: 'FontAwesome';
}
.search-pagerLink--next {
  text-align: right;
}
.search-pagerLink--next > a::after {
  content: '\f178';
  margin-left: 0.3125rem;
}
.search-pagerLink--number {
  font-size: 18px;
  color: #000;
  text-align: center;
}
.search-pagerLink--previous > a::before {
  content: '\f177';
  margin-right: 0.3125rem;
}
.search-form {
  display: flex;
  align-items: center;
  margin-bottom: 1.25rem;
  width: 100%;
}
.search-formInput {
  font-family: 'Gill Sans W01', serif;
  font-size: 1.25rem;
  font-weight: 300;
  background-color: #e2e4e5;
  border: none;
  padding: 0.6875rem 0.625rem;
  font-size: 1rem;
  display: block;
  width: 100%;
}
.search-formInput:focus {
  outline: none;
}
@media screen and (min-width: 48em) {
  .search-formInput {
    width: 31.25rem;
  }
}
.search-formSubmit {
  cursor: pointer;
  background: transparent;
  height: 100%;
  padding: 0.6875rem 0.625rem;
  font-size: 22px;
  border: 0;
}
.search-formSubmit:focus {
  outline: none;
}
.search-formSubmit:hover {
  background: none;
  border: 0;
}
.sitemap {
  padding-top: 1.875rem;
  position: relative;
  z-index: 3;
}
.sitemap-list {
  list-style-type: none;
  margin-left: 0 !important;
}
.sitemap-list > li:before {
  display: none !important;
}
.sitemap-list > li > a {
  display: inline-block;
  font-size: 1.125rem;
  margin-bottom: 0.625rem;
}
.sitemap-list > li button {
  display: none;
}
.sitemap-list ul {
  margin: 0 0 0 20px;
}
.sitemap-list ul > li {
  margin-bottom: 0;
  padding: 3px 0;
}
.sitemap-list ul > li:before {
  display: none !important;
}
.sitemap-wrapper {
  flex: 0 1 100%;
  max-width: 100%;
  padding: 0 0 2.5rem 0;
  color: #4c4c4c;
}
.image-gallery {
  position: relative;
  padding-top: 5em;
  padding-bottom: 5em;
  max-height: 713px;
  margin-bottom: 4em;
  overflow-x: hidden;
  overflow-y: visible;
  /*
   &__item {
   position: relative;
   margin: 0 0;
   background-size: cover;
   background-position: center;
   background-repeat: no-repeat;
   opacity: 1;
   //transition: opacity ease-in-out 0.3s;
   outline: none;
   transition: all 0.3s ease-out;
   img {
   width: 100%;
   }
   &:before {
   opacity: 0.47;
   content: " ";
   background: $black;
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   }
   &.slick-current {
   opacity: 1;
   height: auto;
   top: 0;
   &:before {
   position: absolute;
   left: 0;
   top: 0;
   width: 2px;
   height: 100%;
   background: $white;
   content: " ";
   }
   &:after {
   position: absolute;
   right: 0;
   top: 0;
   width: 2px;
   height: 100%;
   background: $white;
   content: " ";
   }
   @include breakpoint(medium) {
   //height: 325px;
   }
   }
   }
   */
}
.image-gallery .slick-list {
  overflow: visible;
}
.image-gallery .slick-counter {
  display: none;
  color: #484646;
  text-align: center;
  border-bottom: 1px solid #484646;
  width: 50px;
  margin: 10px auto 0;
}
@media screen and (min-width: 36em) {
  .image-gallery .slick-counter {
    position: absolute;
    bottom: -56px;
    left: 60%;
    text-align: right;
  }
}
.image-gallery__item {
  display: block !important;
}
@media screen and (min-width: 36em) {
}
.image-gallery__list .slick-arrow {
  display: inline-block;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
  background-color: transparent;
  color: #000;
  font-size: 2rem;
  border: none;
  outline: none;
  cursor: pointer;
  height: 42px;
}
.image-gallery__list .slick-arrow::before {
  color: #000;
}
.image-gallery__list .slick-arrow::before {
  font-family: "FontAwesome";
  transition: all 0.3s ease-out;
}
.image-gallery__list .slick-prev, .image-gallery__list .slick-next {
  height: 100%;
  width: 32px;
  background: rgba(255, 237, 0, 0.5);
  font-size: 32px;
  transition: all 0.3s ease-out;
}
.image-gallery__list .slick-prev:before, .image-gallery__list .slick-next:before {
  font-size: 32px;
  color: #000;
}
.image-gallery__list .slick-prev:hover, .image-gallery__list .slick-next:hover {
  background: rgba(255, 237, 0, 0.8);
}
.image-gallery__list .slick-prev:hover::before, .image-gallery__list .slick-next:hover::before {
  color: #000;
}
.image-gallery__list .slick-prev {
  left: 0;
  /*@include breakpoint(medium) {
   left: initial;
   right: calc(50% + 5px);
   top: calc(100% + 40px);
   }*/
}
.image-gallery__list .slick-prev::before {
  opacity: 1;
  content: '\f104';
  color: #fff;
}
.image-gallery__list .slick-next {
  right: 0;
  /*@include breakpoint(medium) {
   right: initial;
   left: calc(50% + 5px);
   top: calc(100% + 40px);
   }*/
}
.image-gallery__list .slick-next::before {
  opacity: 1;
  content: '\f105';
  color: #fff;
}
.image-gallery .slick-slide > div {
  transition: transform 0.33s, opacity 0.33s;
  opacity: 0.66;
  transform: scale(1);
}
.image-gallery .slick-slide > div img {
  width: 100%;
  display: block;
}
.image-gallery .slick-active {
  position: relative;
  z-index: 1;
}
.image-gallery .slick-active > div {
  opacity: 1;
  transform: scale(1.1);
}
.image-gallery .slick-active > div img {
  box-shadow: 0px 2px 10px 3px rgba(0, 0, 0, 0.3);
}
.image-gallery .slick-current {
  z-index: 2;
}
.image-gallery .slick-current > div {
  opacity: 1;
  transform: scale(1.3);
}
.image-gallery .slick-current > div img {
  box-shadow: 0px 4px 20px 5px rgba(0, 0, 0, 0.3);
}
.top-nav {
  position: absolute;
  top: 51px;
  right: 0;
  background: rgba(255, 255, 255, 0.7);
  z-index: 5;
}
.top-nav ul {
  margin-left: 0;
  margin-bottom: 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding: 0.5em;
}
.top-nav ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style-type: none;
}
.top-nav ul li a {
  color: #f60;
  font-size: 12px;
  font-weight: 500;
  padding: 0 0.5em;
}
.top-nav ul li a:hover {
  text-decoration: underline;
}
@media screen and (min-width: 62em) {
  .top-nav {
    display: block;
    top: 0;
    right: 2vw;
  }
}
@media screen and (min-width: 75em) {
  .top-nav {
    right: 8vw;
  }
  .top-nav ul {
    padding: 0.8em;
  }
  .top-nav ul li a {
    font-size: 13px;
    font-weight: 400;
    padding: 0 1em;
  }
}
.our-clients {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
  text-align: center;
  padding-bottom: 0 !important;
}
.our-clients h2 {
  font-size: 35px;
  margin-bottom: 50px;
}
.home .our-clients-slider {
  background: #f60;
}
.our-clients-slider .slick-arrow {
  position: absolute;
  left: 0;
  color: #df5d00;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  display: none !important;
  height: 100%;
  width: 20px;
}
@media screen and (min-width: 48em) {
  .our-clients-slider .slick-arrow {
    left: -15px;
  }
}
@media screen and (min-width: 62em) {
  .our-clients-slider .slick-arrow {
    left: -30px;
  }
}
.our-clients-slider .slick-arrow.slick-next {
  right: 0;
  left: auto;
}
@media screen and (min-width: 48em) {
  .our-clients-slider .slick-arrow.slick-next {
    right: -15px;
  }
}
@media screen and (min-width: 62em) {
  .our-clients-slider .slick-arrow.slick-next {
    right: -30px;
  }
}
.our-clients-slider .slick-prev:before, .our-clients-slider .slick-next:before {
  color: #df5d00;
  opacity: 1;
}
.our-clients-slider .slick-track {
  display: flex !important;
  justify-content: space-evenly;
}
.our-clients-slider .client-logo-holder {
  justify-content: center;
  align-items: center;
  margin: auto;
  padding: 0 30px;
  display: flex !important;
}
.our-clients-slider .client-logo-holder a {
  display: flex;
}
.our-clients-slider .client-logo-holder img {
  align-self: flex-start;
  max-width: 100%;
  display: inline-block !important;
}
@media screen and (min-width: 75em) {
  .our-clients-slider .client-logo-holder img {
    filter: grayscale(100%) brightness(80%) contrast(2);
    opacity: 0.8;
    transition: all 200ms ease-in-out;
  }
  .our-clients-slider .client-logo-holder img:hover {
    opacity: 1;
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    filter: grayscale(0);
  }
}
.get-in-touch {
  padding-top: 90px;
  padding-bottom: 70px;
  margin-bottom: 0;
  background-image: url(../../assets/src/img/form-orange.png);
  background-size: auto 150%;
  background-repeat: no-repeat;
  background-position: right bottom -180px;
  position: relative;
  background-color: #636363;
}
@media screen and (max-width: 800px) {
  .get-in-touch {
    padding: 60px 0 30px;
  }
}
.get-in-touch:before {
  background-color: rgba(0, 0, 0, 0.6);
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.get-in-touch .get-in-touch-content {
  max-width: 900px;
  margin: auto;
  width: 55%;
  position: relative;
}
@media screen and (max-width: 800px) {
  .get-in-touch .get-in-touch-content {
    width: 100%;
  }
}
.get-in-touch h2 {
  position: absolute;
  left: -120px;
  top: 0;
  font-size: 58px;
  line-height: 60px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  color: #df5d00;
  text-align: center;
  font-family: 'Pacifico', cursive;
  transform: rotate(-90deg) translate(0, -100%);
  transform-origin: 100% 0;
  height: 490px;
  width: 490px;
  z-index: 0;
  text-align: right;
}
@media screen and (max-width: 800px) {
  .get-in-touch h2 {
    position: static;
    display: block;
    width: 100%;
    height: auto;
    transform: rotate(0) translate(0, 0);
    font-size: 42px;
    line-height: 45px;
    text-align: left;
  }
}
.get-in-touch .button {
  transition: 0.5s all;
}
.get-in-touch .button:hover {
  background-color: #fff;
  color: #df5d00;
}
.single-image {
  margin-bottom: 3em;
}
.single-image img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.random-news {
  width: auto;
  margin: 0;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 36em) {
  .random-news {
    padding-top: 30px;
  }
}
@media screen and (min-width: 48em) {
  .random-news {
    padding-top: 45px;
  }
}
@media screen and (min-width: 75em) {
  .random-news {
    padding-top: 60px;
  }
}
.random-news:before {
  position: absolute;
  height: 1px;
  width: 100%;
  left: 0;
  top: 0;
  content: "";
  background: #cfcdcd;
}
.random-news h2 {
  width: 100%;
  margin: auto;
  text-align: center;
  text-transform: uppercase;
  color: #000;
}
.random-news h2:before {
  display: none;
}
.random-news h2:after {
  display: none;
}
.random-news .news .news-list {
  display: flex;
  margin: 20px 20px 20px;
}
@media screen and (max-width: 800px) {
  .random-news .news .news-list {
    display: block;
  }
}
.random-news .news .news-list .news-list-item {
  position: relative;
  margin: 20px;
  display: inline-block;
  width: 33%;
  height: 350px;
}
@media screen and (max-width: 767px) {
  .random-news .news .news-list .news-list-item {
    display: block;
    width: 100%;
    height: 250px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .random-news .news .news-list .news-list-item {
    width: 49%;
    height: 250px;
  }
}
@media screen and (min-width: 1400px) {
  .random-news .news .news-list .news-list-item {
    height: 450px;
  }
}
@media screen and (min-width: 48em) {
  .random-news .news .news-list-item:nth-of-type(3) {
    display: none;
  }
}
@media screen and (min-width: 62em) {
  .random-news .news .news-list-item:nth-of-type(3) {
    display: flex;
  }
}
@media screen and (min-width: 75em) {
  .random-news .news {
    margin-top: 20px;
  }
  .random-news .news .news-list-item {
    width: 33.33%;
  }
}
@media screen and (max-width: 1199px) {
  .news-list-item {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 10px auto !important;
  }
}
.news-list-item .news-list-text {
  text-transform: uppercase;
  text-align: left;
  position: absolute;
  bottom: 15px;
  left: 20px;
  color: #fff;
  font-size: 22px;
  line-height: 30px;
  z-index: 1;
  width: calc(100% - 40px);
}
@media screen and (max-width: 400px) {
  .news-list-item .news-list-text {
    font-size: 16px;
    line-height: 1.2em;
  }
}
@media screen and (min-width: 401px) and (max-width: 800px) {
  .news-list-item .news-list-text {
    font-size: 18px;
    line-height: 1.2em;
  }
}
.news-list-item .news-list-background {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.news-list-item .background-fade {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.5+0,0+65,0+100 */
  background: -moz-linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000',GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.single-casestudy footer {
  display: none;
}
#container .box {
  height: 50vh;
  display: inline-block;
  position: relative;
  white-space: normal;
  font-size: initial;
  box-sizing: border-box;
  border-top: 40px solid #fff;
  border-bottom: 40px solid #fff;
}
#container .box > .default-content {
  width: 100%;
  height: 100%;
  padding: 50px;
  box-sizing: border-box;
  position: absolute;
  overflow-y: scroll;
}
#container {
  overflow-y: scroll;
  overflow-x: hidden;
  transform: rotate(270deg) translateX(-100%);
  transform-origin: top left;
  position: absolute;
  width: 100vh;
  height: 100vw;
}
#container::-webkit-scrollbar {
  width: 0 !important;
}
#container2 {
  transform: rotate(90deg) translateY(-100vh);
  transform-origin: top left;
  white-space: nowrap;
  font-size: 0;
}
.single-casestudy-content {
  padding-top: 90px;
  padding-bottom: 50px;
  background-size: cover;
  background-position: center;
  position: relative;
  min-height: calc(100vh - 102px);
  box-sizing: border-box;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .single-casestudy-content {
    min-height: 100vh;
  }
}
.single-casestudy-content:before {
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: #000;
  opacity: 0.8;
}
.single-casestudy-content .lines {
  width: 7vw;
}
.single-casestudy-content .back-link {
  border: 1px solid #fff;
  font-size: 18px;
  margin-top: 20px;
  position: absolute;
  top: 30px;
  left: 20px;
  color: #fff;
  padding: 8px 20px;
  margin-top: 0;
  transition: 0.5s all;
}
.single-casestudy-content .back-link:hover {
  background-color: #fff;
  color: #000;
}
.single-casestudy-content .back-link:hover .arrows {
  filter: invert(1);
}
.single-casestudy-content .back-link .arrows {
  margin-right: 8px;
  width: 18px;
  height: 18px;
  background-size: 100%;
  transition: 0.5s all;
}
.single-casestudy-content .casestudy-overview {
  position: relative;
  text-align: center;
  width: 90%;
  max-width: 1250px;
  margin-bottom: 20px;
  padding-left: 125px;
  flex-shrink: 0;
  box-sizing: border-box;
}
@media screen and (max-width: 800px) {
  .single-casestudy-content .casestudy-overview {
    padding: 0;
    margin: 15px auto 50px;
  }
}
.single-casestudy-content .casestudy-overview .title {
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 6px;
  margin-bottom: 10px;
}
.single-casestudy-content .casestudy-overview .summary {
  color: #fff;
  text-transform: none;
}
.single-casestudy-content .casestudy-container {
  position: relative;
  flex-grow: 1;
  overflow: auto;
}
.single-casestudy-content .casestudy-container h2 {
  font-size: 60px;
  line-height: 70px;
  top: 316px;
  left: -68px;
  transform-origin: left top;
}
.single-casestudy-content .casestudy-container .casestudy-inner {
  display: flex;
  padding: 0 0 0 40px;
  background: #fff;
  position: relative;
  height: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .single-casestudy-content .casestudy-container .casestudy-inner {
    height: 500px !important;
  }
}
.single-casestudy-content .casestudy-container .casestudy-inner .casestudy-section {
  flex-shrink: 0;
  border-top: 40px solid #fff;
  border-bottom: 40px solid #fff;
}
.single-casestudy-content .casestudy-our-work {
  padding-left: 125px;
  border: 0 !important;
}
@media screen and (max-width: 800px) {
  .single-casestudy-content .casestudy-our-work {
    padding-left: 25px;
  }
}
.single-casestudy-content .casestudy-our-work > .default-content {
  padding-top: 0 !important;
}
.single-casestudy-content .casestudy-our-work h2 {
  font-size: 60px;
  line-height: 70px;
  top: 316px;
  left: -68px;
  transform-origin: left top;
}
.single-casestudy-content .casestudy-image {
  width: calc(65vw - 125px);
  border-left: 40px solid #fff;
}
@media screen and (max-width: 800px) {
  .single-casestudy-content .casestudy-image {
    min-width: 365px;
  }
}
.single-casestudy-content .casestudy-image .image {
  display: block;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.single-casestudy-content .casestudy-image .visit-site-button {
  background-color: #0d682c;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  padding: 12px 24px;
  letter-spacing: 2px;
  transition: 0.5s all;
}
.single-casestudy-content .casestudy-image .visit-site-button:hover {
  background-color: #df5d00;
}
.single-casestudy-content .casestudy-brief {
  width: 35vw;
  min-width: 465px;
  background: #df5d00;
  left: -1px;
}
.single-casestudy-content .casestudy-brief .casestudy-content-container .the-brief-title {
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 6px;
  margin-bottom: 30px;
}
.single-casestudy-content .casestudy-brief .casestudy-content-container .the-brief {
  color: #fff;
}
.single-casestudy-content .casestudy-brief .casestudy-content-container .the-brief p {
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 20px;
}
.single-casestudy-content .casestudy-services {
  background: #e5e5e5;
  width: 45vw;
  min-width: 500px;
  left: -3px;
}
.single-casestudy-content .casestudy-services .casestudy-content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  flex-direction: column;
  padding-top: 50px;
  box-sizing: border-box;
  position: relative;
}
.single-casestudy-content .casestudy-services .casestudy-content-container .services-image {
  max-width: 100%;
  max-height: 100%;
}
.single-casestudy-content .casestudy-services .casestudy-content-container .services-content {
  position: absolute;
  top: 0;
  right: 0;
}
.single-casestudy-content .casestudy-services .casestudy-content-container .services-content ul {
  margin: 0 20px 0 0;
  direction: rtl;
  text-align: right;
}
.single-casestudy-content .casestudy-services .casestudy-content-container .services-content ul li {
  color: #df5d00;
  font-size: 14px;
}
.single-casestudy-content .casestudy-services .casestudy-content-container .services-content .services-title {
  text-align: right;
  text-transform: uppercase;
  transform: rotate(-90deg);
  position: absolute;
  text-transform: uppercase;
  font-size: 22px;
  letter-spacing: 6px;
  top: 0;
  right: 26px;
  color: #848484;
  width: 150px;
  transform-origin: right top;
  margin: 0;
  padding: 0;
}
.single-casestudy-content .casestudy-testimonial {
  background: #fff;
  width: 30vw;
  min-width: 497px;
  border: 0 !important;
  left: -5px;
}
.single-casestudy-content .casestudy-testimonial .casestudy-content-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
}
.single-casestudy-content .casestudy-testimonial .casestudy-content-container .testimonial-content {
  overflow-y: scroll;
}
.single-casestudy-content .casestudy-testimonial .casestudy-content-container .testimonial-content p {
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 20px;
}
.single-casestudy-content .casestudy-testimonial .casestudy-content-container .testimonial-name {
  margin-top: 5px;
  color: #df5d00;
  font-size: 14px;
  line-height: 30px;
}
.single-casestudy-content .casestudy-next-project {
  background: #2f2f2f;
  border: 1px solid #fff !important;
  margin-left: 2px;
  width: 56px;
  left: -5px;
}
.single-casestudy-content .casestudy-next-project .default-content {
  padding: 0 !important;
}
.single-casestudy-content .casestudy-next-project .casestudy-content-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
}
.single-casestudy-content .casestudy-next-project .casestudy-content-container:last-of-type {
  transition: 0.5s all;
}
.single-casestudy-content .casestudy-next-project .casestudy-content-container:last-of-type:hover {
  background-color: #fff;
}
.single-casestudy-content .casestudy-next-project .casestudy-content-container:last-of-type:hover .next-project-link .link-text {
  color: #000;
}
.single-casestudy-content .casestudy-next-project .casestudy-content-container:last-of-type:hover .next-project-link .arrows {
  filter: invert(1);
}
.single-casestudy-content .casestudy-next-project .casestudy-content-container .next-project-link {
  position: relative;
  width: 56px;
  height: 290px;
  justify-content: center;
  align-items: flex-start;
}
.single-casestudy-content .casestudy-next-project .casestudy-content-container .next-project-link .link-text {
  text-align: left;
  text-transform: uppercase;
  transform: rotate(-90deg);
  position: absolute;
  top: 0;
  right: 45px;
  color: #fff;
  width: 266px;
  transform-origin: right top;
  margin: 0;
  padding: 0 22px 0 0;
  font-size: 16px;
  letter-spacing: 6px;
  transition: 0.5s all;
}
.single-casestudy-content .casestudy-next-project .casestudy-content-container .next-project-link .arrows {
  transform: rotate(0);
  margin-right: 0;
  width: 18px;
  height: 18px;
  background-size: 100%;
  transition: 0.5s all;
}
.single-casestudy-content .casestudy-spacer {
  width: 9vw;
  border: 0 !important;
}
section.staff {
  margin: 0 auto 3em;
  padding-top: 30px;
  padding-bottom: 80px;
}
@media screen and (max-width: 800px) {
  section.staff {
    padding-top: 70px;
  }
}
@media screen and (max-width: 800px) {
  section.staff .section-header .section-title {
    font-size: 28px;
    line-height: 36px;
  }
}
@media screen and (max-width: 800px) {
  section.staff .section-header .section-summary {
    font-size: 18px;
    line-height: 24px;
  }
}
section.staff .staff-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
section.staff .staff-list .staff-item {
  display: inline-block;
  width: 32%;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  section.staff .staff-list .staff-item {
    display: block;
    width: 100%;
    max-width: 500px;
    margin: 10px auto;
  }
}
@media screen and (min-width: 601px) and (max-width: 900px) {
  section.staff .staff-list .staff-item {
    width: 48%;
  }
}
section.staff .staff-list .staff-item .staff-inner {
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 10px;
}
section.staff .staff-list .staff-item .staff-inner .staff-image {
  width: 100%;
  height: 0;
  padding-bottom: 115%;
  background-size: cover;
}
section.staff .staff-list .staff-item .staff-inner .staff-content {
  position: absolute;
  width: 100%;
  padding: 0 30px;
  text-align: center;
  box-sizing: border-box;
  z-index: 1;
  opacity: 0;
  bottom: 0;
  transition: all 0.4s;
}
section.staff .staff-list .staff-item .staff-inner .staff-content .staff-name {
  color: #fff;
  margin: 0 0 5px;
  line-height: 28px;
}
section.staff .staff-list .staff-item .staff-inner .staff-content .staff-job-title {
  color: #fff;
  margin: 0;
}
section.staff .staff-list .staff-item .staff-inner .staff-content .staff-comment {
  color: #df5d00;
  margin: 5px 0 0;
  text-transform: uppercase;
  font-size: 14px;
}
section.staff .staff-list .staff-item .staff-inner .background-fade {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.4s;
  background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0) 51.56%, rgba(0, 0, 0, 0.68) 100%);
  background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 51.56%, rgba(0, 0, 0, 0.68) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 51.56%, rgba(0, 0, 0, 0.68) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000',GradientType=1);
}
section.staff .staff-list .staff-item:hover .staff-inner .staff-content {
  opacity: 1;
  bottom: 30px;
}
section.staff .staff-list .staff-item:hover .staff-inner .background-fade {
  opacity: 1;
}
.page-template-blog footer {
  display: none;
}
#blog-container .box {
  height: 50vh;
  display: inline-block;
  position: relative;
  white-space: normal;
  font-size: initial;
  box-sizing: border-box;
  border-top: 40px solid #fff;
  border-bottom: 40px solid #fff;
  border-left: 0 solid #fff;
  border-right: 40px solid #fff;
}
@media screen and (max-width: 500px) {
  #blog-container .box {
    top: -25px;
  }
}
@media screen and (max-width: 800px) {
  #blog-container .box {
    border-width: 20px;
  }
}
#blog-container .box:nth-child(2) {
  border-left: 40px solid #fff;
}
@media screen and (max-width: 800px) {
  #blog-container .box:nth-child(2) {
    border-width: 20px;
  }
}
#blog-container .box > .default-content {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: absolute;
}
#blog-container .box > .default-content .blog-content-container {
  width: 100%;
  height: 100%;
}
#blog-container .box > .default-content .blog-content-container .news-list-item {
  width: 100%;
  height: 100%;
  display: block;
}
#blog-container .box > .default-content .blog-content-container .news-list-item .news-list-background {
  padding-bottom: 0;
  height: 100%;
}
#blog-container {
  padding-right: 130px;
  padding-left: 50px;
  overflow-y: scroll;
  overflow-x: hidden;
  transform: rotate(270deg) translateX(-100%);
  transform-origin: top left;
  position: absolute;
  width: 100vh;
  height: 100vw;
  z-index: 1;
}
#blog-container::-webkit-scrollbar {
  width: 0 !important;
}
#blog-container2 {
  transform: rotate(90deg) translateY(-100vh);
  transform-origin: top left;
  white-space: nowrap;
  font-size: 0;
}
.filters {
  position: absolute;
  top: 70px;
  left: 0;
  z-index: 100;
  left: 220px;
}
@media screen and (max-width: 800px) {
  .filters {
    position: relative;
    z-index: 100;
    top: 190px;
    left: 25px;
    line-height: 35px;
    max-width: 95vw;
  }
}
.filters .filter-news-item {
  position: relative;
  color: #fff;
  text-transform: uppercase;
  margin-right: 20px;
  letter-spacing: 4px;
  cursor: pointer;
  transition: color 0.3s ease-out;
}
@media screen and (max-width: 800px) {
  .filters .filter-news-item {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
  }
}
.filters .filter-news-item:hover:before {
  width: 100%;
}
.filters .filter-news-item.active {
  color: #df5d00;
}
.filters .filter-news-item.active:before {
  width: 100%;
}
.filters .filter-news-item.active:after {
  width: 100%;
}
.filters .filter-news-item:before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #df5d00;
  transition: all 0.3s ease-out;
}
.filters .filter-news-item:after {
  content: '';
  position: absolute;
  bottom: -7px;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #df5d00;
  transition: all 0.3s ease-out;
}
.single-blog-content {
  background-size: cover;
  background-position: center;
  position: relative;
  height: calc(100vh - 102px);
  box-sizing: border-box;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .single-blog-content {
    height: 100vh;
  }
}
.single-blog-content:before {
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0.8;
  background-color: #000;
}
.single-blog-content:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url(../../assets/src/img/blog-list-orange.png);
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  max-width: 50vw;
  background-size: 100%;
  opacity: 0.6;
  background-position: bottom;
}
.single-blog-content .lines {
  width: 7vw;
  z-index: 1;
}
.single-blog-content .blog-overview {
  position: relative;
  max-width: 1250px;
  margin-bottom: 20px;
  padding-left: 125px;
  z-index: 1;
}
.single-blog-content .blog-our-blog {
  padding-left: 180px;
  border: 0 !important;
}
@media screen and (max-width: 800px) {
  .single-blog-content .blog-our-blog {
    padding-left: 25px;
  }
}
.single-blog-content .blog-our-blog > .default-content {
  padding-top: 0 !important;
  top: -110px;
}
.single-blog-content .blog-our-blog h1.vertical-title {
  color: #fff;
  font-size: 60px;
  line-height: 70px;
  top: 158px;
  width: 152px;
  left: -96px;
  transform-origin: left top;
}
@media screen and (max-width: 800px) {
  .single-blog-content .blog-our-blog h1.vertical-title {
    margin-top: 25px;
  }
}
.single-blog-content .blog-our-blog .blog-summary {
  color: #fff;
  top: 500px;
  width: 324px;
  left: -80px;
  transform-origin: left top;
  position: absolute;
  transform: rotate(270deg);
  text-align: right;
}
@media screen and (max-width: 800px) {
  .single-blog-content .blog-our-blog .blog-summary {
    position: relative;
    top: 20px;
    left: 0;
    transform: rotate(0);
    text-align: left;
    display: block;
    width: 95vw;
  }
}
.single-blog-content .blog-item {
  width: 35vw;
  min-width: 465px;
  background: #df5d00;
}
@media screen and (max-width: 400px) {
  .single-blog-content .blog-item {
    width: 220px !important;
    min-width: 220px !important;
    height: 220px !important;
  }
}
@media screen and (min-width: 401px) and (max-width: 550px) {
  .single-blog-content .blog-item {
    position: relative;
    top: -25px;
    width: 280px !important;
    min-width: 280px !important;
    height: 300px !important;
  }
}
@media screen and (min-width: 551px) and (max-width: 800px) {
  .single-blog-content .blog-item {
    position: relative;
    top: -100px;
    width: 600px !important;
    min-width: 600px !important;
    height: 40vh !important;
  }
}
.single-blog-content .blog-item:after {
  content: '';
  display: block;
  width: 2px;
  height: calc(100% + 80px);
  position: absolute;
  top: -40px;
  right: -42px;
  background-color: #fff;
}
@media screen and (max-width: 800px) {
  .single-blog-content .blog-item:after {
    height: calc(100% + 40px);
    top: -20px;
    right: -22px;
  }
}
.single-blog-content .blog-load-more-container {
  background-color: #2f2f2f;
  border: 1px solid #fff !important;
  margin-left: 2px;
  width: 56px;
  transition: background-color 0.3s ease-out;
  cursor: pointer;
}
.single-blog-content .blog-load-more-container .default-content {
  padding: 0 !important;
}
.single-blog-content .blog-load-more-container.hide-load-more {
  opacity: 0;
}
.single-blog-content .blog-load-more-container .blog-content-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
}
.single-blog-content .blog-load-more-container .blog-content-container .load-more-link {
  position: relative;
  width: 56px;
  height: 200px;
  justify-content: center;
  align-items: flex-start;
}
.single-blog-content .blog-load-more-container .blog-content-container .load-more-link .link-text {
  text-align: left;
  text-transform: uppercase;
  transform: rotate(-90deg);
  position: absolute;
  top: 0;
  right: 45px;
  color: #fff;
  width: 170px;
  transform-origin: right top;
  margin: 0;
  padding: 0 22px 0 0;
  font-size: 16px;
  letter-spacing: 6px;
}
.single-blog-content .blog-load-more-container .blog-content-container .load-more-link .arrows {
  transform: rotate(0);
  margin-right: 0;
  width: 18px;
  height: 18px;
  background-size: 100%;
}
.single-blog-content .blog-load-more-container:hover {
  background-color: #df5d00;
}
.single-blog-content .blog-spacer {
  width: 9vw;
  border: 0 !important;
}
.services {
  background: #df5d00;
  padding-top: 30px;
  padding-bottom: 50px;
  display: flex;
  width: 100%;
  justify-content: center;
  position: relative;
  flex-wrap: wrap;
  overflow: hidden;
}
.services:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url(../../assets/src/img/blog-list-orange.png);
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  max-width: 50vw;
  background-size: 100%;
  opacity: 0.6;
  background-position: bottom;
}
.services .services-inner-content {
  position: relative;
  z-index: 1;
  margin-bottom: 3em;
}
.services .services-inner-content .vertical-title-content-wrapper {
  max-width: 748px;
  margin: 0 auto;
}
.services .services-inner-content .vertical-title-content-wrapper .vertical-title {
  color: #fff;
}
.services .services-inner-content .vertical-title-content-wrapper .home-about-content {
  display: flex;
  padding-top: 140px;
}
@media screen and (max-width: 800px) {
  .services .services-inner-content .vertical-title-content-wrapper .home-about-content {
    padding-top: 40px;
  }
}
.services .services-inner-content .vertical-title-content-wrapper .home-about-content p {
  font-size: 16px;
  line-height: 32px;
  color: #000;
  margin-bottom: 0;
}
.services .services-inner-content .vertical-title-content-wrapper .home-about-content > div:first-child {
  margin-left: 0;
}
.services .services-inner-content .vertical-title-content-wrapper .home-about-content > div:first-child p:first-child {
  color: #fff;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 15px;
}
.services .service-slider-container {
  display: flex;
  width: 100%;
  justify-content: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.services .service-slider-container .services-slider {
  max-width: 1300px;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #fff 50%, #e5e5e5 50%);
  position: relative;
}
.services .service-slider-container .services-slider .slick-slider {
  margin-bottom: 0;
}
.services .service-slider-container .services-slider .service-item {
  display: flex !important;
  padding: 80px 80px 110px;
  box-sizing: border-box;
}
@media screen and (max-width: 800px) {
  .services .service-slider-container .services-slider .service-item {
    display: block !important;
    padding: 50px 50px 120px;
  }
}
.services .service-slider-container .services-slider .service-item .slide-item-content {
  flex-grow: 1;
  margin-right: 5vw;
}
@media screen and (max-width: 800px) {
  .services .service-slider-container .services-slider .service-item .slide-item-content {
    display: block;
    width: 100%;
  }
}
.services .service-slider-container .services-slider .service-item .slide-item-content .service-title {
  color: #000;
  letter-spacing: 6px;
  text-transform: uppercase;
  font-size: 30px;
  margin-bottom: 25px;
}
.services .service-slider-container .services-slider .service-item .slide-item-content .service-content p {
  margin-bottom: 0;
}
.services .service-slider-container .services-slider .service-item .slide-item-content .service-link {
  background: #df5d00;
  color: #fff;
  font-size: 18px;
  margin-top: 30px;
  padding: 8px 18px;
}
.services .service-slider-container .services-slider .service-item .slide-item-content .service-link .arrows {
  width: 18px;
  height: 18px;
  background-size: 100%;
}
.services .service-slider-container .services-slider .service-item .slide-item-image {
  width: 57%;
  flex-shrink: 0;
}
@media screen and (max-width: 800px) {
  .services .service-slider-container .services-slider .service-item .slide-item-image {
    display: block;
    width: 100%;
    margin-top: 35px;
  }
}
.services .service-slider-container .services-slider .service-item .slide-item-image img {
  width: 100%;
}
.services .service-slider-container .services-slider .service-slider-nav {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  height: 66px;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .services .service-slider-container .services-slider .service-slider-nav {
    width: 90%;
  }
}
.services .service-slider-container .services-slider .service-slider-nav .slick-dots {
  position: static;
  margin: 0 20px;
}
.services .service-slider-container .services-slider .service-slider-nav .slick-dots li {
  width: 40px;
  height: 66px;
  margin: 0;
}
.services .service-slider-container .services-slider .service-slider-nav .slick-dots li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  padding-top: 12px;
  padding-left: 3px;
  box-sizing: border-box;
  transition: color 0.3s ease-in;
}
.services .service-slider-container .services-slider .service-slider-nav .slick-dots li a:after {
  opacity: 0;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  background-image: url(../../assets/src/img/orange-slider-nav.png);
  background-repeat: no-repeat;
  width: 60px;
  height: 66px;
  background-size: 100%;
  display: block;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease-in;
}
.services .service-slider-container .services-slider .service-slider-nav .slick-dots li.slick-active a {
  color: #df5d00;
}
.services .service-slider-container .services-slider .service-slider-nav .slick-dots li.slick-active a:after {
  opacity: 1;
}
@media screen and (min-width: 75em) {
  .services .service-slider-container .services-slider .service-slider-nav .slick-dots li:hover a {
    color: #df5d00;
  }
}
.services .service-slider-container .services-slider .service-slider-nav .slick-arrow {
  position: static;
  transform: none;
  padding-top: 7px;
}
.services .service-slider-container .services-slider .service-slider-nav .slick-arrow:before {
  content: '';
  background-image: url(../../assets/src/img/double-arrow-left-black.png);
  width: 18px;
  height: 18px;
  background-size: 100%;
  display: block;
  opacity: 0.4;
  transition: opacity 0.3s ease-in;
}
.services .service-slider-container .services-slider .service-slider-nav .slick-arrow.slick-next {
  order: 3;
}
.services .service-slider-container .services-slider .service-slider-nav .slick-arrow.slick-next:before {
  background-image: url(../../assets/src/img/double-arrow-right-black.png);
}
@media screen and (min-width: 75em) {
  .services .service-slider-container .services-slider .service-slider-nav .slick-arrow:hover:before {
    opacity: 1;
  }
}
.what-we-do-component {
  background: #484848;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}
@media screen and (max-width: 800px) {
  .what-we-do-component {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.what-we-do-component:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url(../../assets/src/img/what-we-do-bg.png);
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  max-width: 50vw;
  background-size: auto 100%;
  mix-blend-mode: darken;
  background-position: bottom;
}
.what-we-do-component .what-we-do-component-inner-content {
  position: relative;
  z-index: 1;
  max-width: 1090px;
  margin: 0 auto;
}
.what-we-do-component .what-we-do-component-inner-content .section-header {
  max-width: none;
  text-align: left;
}
.what-we-do-component .what-we-do-component-inner-content .section-header .section-title {
  color: #fff;
  margin-bottom: 40px;
}
@media screen and (max-width: 800px) {
  .what-we-do-component .what-we-do-component-inner-content .section-header .section-title {
    font-size: 36px;
    line-height: 48px;
  }
}
.what-we-do-component .what-we-do-component-inner-content ul {
  list-style: none;
  margin-top: 0;
  padding-left: 0;
  margin-bottom: 30px;
}
.what-we-do-component .what-we-do-component-inner-content ul li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 5px;
  color: #fff;
}
.what-we-do-component .what-we-do-component-inner-content ul li::before {
  content: '';
  width: 18px;
  height: 23px;
  background-image: url(../../assets/src/img/orange-bullet.png);
  background-size: 100% auto;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.linked-projects {
  width: auto;
  margin: 0;
  padding-top: 70px;
  padding-bottom: 60px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  position: relative;
  background: #df5d00;
}
.linked-projects h2 {
  color: #fff;
  width: 100%;
  margin: 0 auto 50px;
  letter-spacing: 6px;
  text-align: center;
  text-transform: uppercase;
}
.linked-projects-slide {
  display: flex;
  flex-wrap: wrap;
}
.page-template-contact-us .button {
  transition: 0.5s all;
}
.page-template-contact-us .button:hover {
  background-color: #fff;
  color: #df5d00;
}
.page-template-contact-us footer {
  position: relative;
  padding-top: 2vw;
}
.page-template-contact-us footer .footer-row .footer-inner {
  position: relative;
}
.page-template-contact-us footer:before {
  content: '';
  position: absolute;
  right: 0;
  top: -35vw;
  background-image: url(../../assets/src/img/contact-two-oranges.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height: 0;
  padding-bottom: 53%;
  max-width: 36vw;
  opacity: 1;
}
.contact-us {
  background: #3a3a3a;
  padding-top: 30px;
  padding-bottom: 0;
  display: flex;
  width: 100%;
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  justify-content: center;
  position: relative;
  flex-wrap: wrap;
  overflow: hidden;
  mix-blend-mode: lighten;
}
.contact-us:after {
  background-color: #3a3a3a;
  content: "";
  display: block;
  height: 47.5%;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.contact-us .contact-us-inner-content {
  position: relative;
  z-index: 1;
  margin-bottom: 3em;
}
.contact-us .contact-us-inner-content .vertical-title-content-wrapper {
  max-width: 748px;
  margin: 0 auto;
}
.contact-us .contact-us-inner-content .vertical-title-content-wrapper .vertical-title {
  color: #fff;
}
.contact-us .contact-us-inner-content .vertical-title-content-wrapper .home-about-content {
  display: flex;
  padding-top: 100px;
}
@media screen and (max-width: 800px) {
  .contact-us .contact-us-inner-content .vertical-title-content-wrapper .home-about-content {
    padding-top: 50px;
  }
}
.contact-us .contact-us-inner-content .vertical-title-content-wrapper .home-about-content p {
  font-size: 16px;
  line-height: 32px;
  color: #fff;
  margin-bottom: 0;
}
.contact-us .contact-us-inner-content .vertical-title-content-wrapper .home-about-content > div:first-child {
  margin-left: 0;
}
.contact-us .contact-us-inner-content .vertical-title-content-wrapper .home-about-content > div:first-child p:first-child {
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 15px;
}
.contact-us .contact-us-inner-content h2 {
  font-family: 'Hanken Book', sans-serif;
  font-size: 38px;
  line-height: 46px;
  margin-top: 50px;
  color: #f60;
}
section.contact-details {
  background: #df5d00;
  padding-top: 4vw;
  padding-bottom: 6vw;
  position: relative;
}
section.contact-details:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url(../../assets/src/img/contact-map-bg.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 0;
  padding-right: 54%;
  height: 100%;
  opacity: 1;
}
section.contact-details .section-header {
  position: relative;
}
section.contact-details .section-header .section-title {
  color: #fff;
  font-family: inherit;
  font-size: 42px;
  line-height: 46px;
  margin-bottom: 5px;
}
@media screen and (max-width: 800px) {
  section.contact-details .section-header .section-title {
    margin: 25px 0;
    font-size: 32px;
    line-height: 38px;
  }
}
section.contact-details .section-header .section-summary {
  font-size: 20px;
  margin-top: 0;
}
section.contact-details .contacts-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 800px) {
  section.contact-details .contacts-wrapper {
    display: block;
  }
}
section.contact-details .contacts-wrapper .contact_image {
  text-align: center;
  max-width: 150px;
}
@media screen and (max-width: 800px) {
  section.contact-details .contacts-wrapper .contact_image {
    display: block;
    margin: 20px auto;
  }
}
section.contact-details .contacts-wrapper .contact_image img {
  max-width: 100%;
  display: block;
}
section.contact-details .contacts-wrapper .contact_image a {
  display: inline;
  color: #fff;
}
section.contact-details .contacts-wrapper .contact_image a:hover {
  text-decoration: underline;
}
section.contact-details .contacts-wrapper .content_title {
  font-family: 'Hanken Book', sans-serif;
  margin-bottom: 0;
}
section.contact-details .contacts-wrapper .contact_repeater {
  margin-top: 28px;
  margin-left: 50px;
}
@media screen and (max-width: 800px) {
  section.contact-details .contacts-wrapper .contact_repeater {
    display: block;
    width: 100%;
    margin: 0;
  }
}
section.contact-details .contacts-wrapper .content_information {
  color: #fff;
  margin-bottom: 15px;
}
section.contact-details .contacts-wrapper .content_information a {
  color: #fff !important;
}
section.contact-details .contacts-wrapper .content_information span:before {
  content: '/';
  margin: 0 6px;
  display: inline-block;
  color: #000;
}
section.zest {
  background: #fff;
  position: relative;
  padding-top: 30px;
  padding-bottom: 50px;
}
section.zest .section-header {
  position: relative;
}
section.zest .section-header .section-title {
  color: #000;
  font-family: inherit;
  font-size: 42px;
  line-height: 48px;
  margin-bottom: 0;
}
@media screen and (max-width: 800px) {
  section.zest .section-header .section-title {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 25px;
  }
}
section.zest .section-header .section-summary {
  font-size: 16px;
  line-height: 24px;
  margin-top: 0;
  color: #454545;
  opacity: 0.5;
  margin-bottom: 20px;
}
section.zest .mailing-list-form .gform_wrapper {
  margin-top: 0;
}
section.zest .mailing-list-form .gform_wrapper form {
  display: flex;
  max-width: 620px;
}
@media screen and (max-width: 800px) {
  section.zest .mailing-list-form .gform_wrapper form {
    display: block;
  }
}
@media screen and (max-width: 800px) {
  section.zest .mailing-list-form .gform_wrapper form .button {
    display: block;
    width: 100%;
    margin-top: 8px;
  }
}
section.zest .mailing-list-form .gform_wrapper .validation_message {
  color: #790000 !important;
}
section.zest .mailing-list-form .gform_wrapper .validation_error {
  display: none;
}
section.zest .mailing-list-form .gform_wrapper ul li.gfield {
  margin-top: 0;
  padding-right: 10px;
}
@media screen and (max-width: 800px) {
  section.zest .mailing-list-form .gform_wrapper ul li.gfield {
    padding-right: 0;
  }
}
section.zest .mailing-list-form .gform_wrapper .top_label div.ginput_container {
  margin-top: 0;
}
section.zest .mailing-list-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
  margin-top: 0;
}
@media screen and (max-width: 800px) {
  section.zest .mailing-list-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
    display: block;
    width: 100%;
  }
}
section.zest .mailing-list-form .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), section.zest .mailing-list-form .gform_wrapper .gform_wrapper li.gfield_error textarea {
  border: 1px solid #790000 !important;
}
section.zest .mailing-list-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  border: 1px solid #000;
  border-radius: 3px;
  margin: 0;
  font-size: 14px !important;
  line-height: 27px;
}
section.zest .mailing-list-form .gform_wrapper .gform_footer {
  flex-shrink: 0;
  width: 140px;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 800px) {
  section.zest .mailing-list-form .gform_wrapper .gform_footer {
    width: 100%;
  }
}
section.zest .mailing-list-form .gform_wrapper .gform_footer input.button, section.zest .mailing-list-form .gform_wrapper .gform_footer .gform_wrapper .gform_footer input[type=submit] {
  background: #000;
  border-radius: 3px;
  font-size: 16px !important;
  border: 0;
}
.gform_wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 0;
}
.gform_wrapper .gfield_required {
  color: #df5d00 !important;
}
.gform_wrapper .field_description_below .gfield_description {
  font-style: normal;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  padding: 15px 15px 12px !important;
  font-size: 20px !important;
  line-height: 24px;
  border-radius: 3px;
}
.gform_wrapper label.gfield_label {
  color: #fff;
  font-style: normal;
  font-weight: 300;
  font-size: 18px !important;
  line-height: 22px !important;
}
.gform_wrapper .top_label div.ginput_container {
  margin-top: 0;
}
.gform_wrapper .top_label div.ginput_container * {
  box-sizing: border-box;
}
.gform_wrapper .top_label div.ginput_container input:not([type="submit"]), .gform_wrapper .top_label div.ginput_container textarea {
  border-radius: 0;
  width: 100%;
  padding: 15px;
  font-size: 20px;
  line-height: 24px;
  border-radius: 3px;
  border: 0;
}
.gform_wrapper .gform_footer {
  text-align: center;
  padding: 0;
  margin-top: 10px;
  text-align: left;
}
.gform_wrapper .gform_footer .button {
  font-size: 18px;
  line-height: 22px;
}
.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: none;
  background: transparent;
  margin: 0;
  border: 0;
  padding: 0;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
  margin: 0;
}
.gform_wrapper .gfield_error input {
  border: 1px solid #df5d00;
}
.gform_wrapper .gfield_error .gfield_label {
  color: #fff !important;
}
.gform_wrapper .validation_message {
  color: #df5d00 !important;
  font-weight: 400 !important;
  margin-bottom: 10px !important;
  padding-top: 2px !important;
}
.gform_wrapper div.validation_error {
  color: #df5d00 !important;
  font-weight: 400 !important;
  border-color: #df5d00 !important;
  border-top-width: 1px !important;
  border-bottom-width: 1px !important;
  padding: 10px 0 !important;
  margin-bottom: 10px !important;
}
.gform_confirmation_wrapper {
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
}
div.our-work-list {
  background-image: url(../../assets/src/img/form-orange.png);
  background-size: 80% auto;
  background-repeat: no-repeat;
  background-position: right top -25vw;
  position: relative;
  background-color: #636363;
}
div.our-work-list:before {
  background-color: rgba(0, 0, 0, 0.6);
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
div.our-work-list .case-studies-wrapper {
  padding: 80px 200px 60px 120px;
  box-sizing: border-box;
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 800px) {
  div.our-work-list .case-studies-wrapper {
    padding: 125px 0 50px;
  }
}
div.our-work-list .case-studies-wrapper .our-work-title {
  left: 20px;
  top: 40px;
  position: absolute;
}
div.our-work-list .case-studies-wrapper .our-work-title .vertical-title {
  color: #f60;
  font-size: 80px;
}
@media screen and (max-width: 800px) {
  div.our-work-list .case-studies-wrapper .our-work-title .vertical-title {
    font-size: 40px;
  }
}
div.our-work-list .case-studies-wrapper .our-work-summary {
  color: #fff;
  padding: 0 15px;
  margin-bottom: 30px;
}
div.our-work-list .case-studies-wrapper .our-work-filters {
  right: 20px;
  top: 200px;
  position: absolute;
  display: flex;
  flex-direction: column;
  z-index: 1;
}
@media screen and (max-width: 800px) {
  div.our-work-list .case-studies-wrapper .our-work-filters {
    position: static;
    padding: 0 25px 25px;
  }
}
div.our-work-list .case-studies-wrapper .our-work-filters .filter-item {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 4px;
  position: relative;
  cursor: pointer;
  margin-bottom: 15px;
  transition: color 0.3s ease-out;
}
div.our-work-list .case-studies-wrapper .our-work-filters .filter-item:hover:before {
  width: calc(100% + 52px);
}
div.our-work-list .case-studies-wrapper .our-work-filters .filter-item.active {
  color: #f60;
}
div.our-work-list .case-studies-wrapper .our-work-filters .filter-item.active:before {
  width: calc(100% + 52px);
}
div.our-work-list .case-studies-wrapper .our-work-filters .filter-item.active:after {
  width: calc(100% + 52px);
}
div.our-work-list .case-studies-wrapper .our-work-filters .filter-item:before {
  content: '';
  position: absolute;
  bottom: -5px;
  right: 0;
  height: 2px;
  width: 0;
  background-color: #f60;
  transition: all 0.3s ease-out;
}
div.our-work-list .case-studies-wrapper .our-work-filters .filter-item:after {
  content: '';
  position: absolute;
  bottom: -7px;
  right: 0;
  height: 2px;
  width: 0;
  background-color: #f60;
  transition: all 0.3s ease-out;
}
div.our-work-list .case-studies-wrapper .case-studies-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  min-height: 80vh;
}
div.our-work-list .case-studies-wrapper .case-studies-nav-container {
  position: relative;
  display: flex;
  height: 66px;
  margin-top: 40px;
  align-items: center;
  justify-content: center;
}
div.our-work-list .case-studies-wrapper .case-studies-nav-container .case-studies-nav {
  position: static;
  margin: 0 20px;
  list-style: none;
  display: flex;
  padding: 0 10px;
}
div.our-work-list .case-studies-wrapper .case-studies-nav-container .case-studies-nav li {
  width: 40px;
  height: 66px;
  margin: 0;
}
div.our-work-list .case-studies-wrapper .case-studies-nav-container .case-studies-nav li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  color: #fff;
  padding-top: 12px;
  padding-left: 3px;
  box-sizing: border-box;
  transition: color 0.3s ease-in;
}
div.our-work-list .case-studies-wrapper .case-studies-nav-container .case-studies-nav li a:after {
  opacity: 0;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  background-image: url(../../assets/src/img/orange-slider-nav-light.png);
  background-repeat: no-repeat;
  width: 60px;
  height: 66px;
  background-size: 100%;
  display: block;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease-in;
}
div.our-work-list .case-studies-wrapper .case-studies-nav-container .case-studies-nav li.nav-active a {
  color: #f60;
}
div.our-work-list .case-studies-wrapper .case-studies-nav-container .case-studies-nav li.nav-active a:after {
  opacity: 1;
}
@media screen and (min-width: 75em) {
  div.our-work-list .case-studies-wrapper .case-studies-nav-container .case-studies-nav li:hover a {
    color: #f60;
  }
}
div.our-work-list .case-studies-wrapper .case-studies-nav-container .nav-arrow {
  position: static;
  transform: none;
  padding-top: 7px;
  pointer-events: none;
}
div.our-work-list .case-studies-wrapper .case-studies-nav-container .nav-arrow:before {
  content: '';
  background-image: url(../../assets/src/img/double-arrow-left-white.png);
  width: 18px;
  height: 18px;
  background-size: 100%;
  display: block;
  opacity: 0.4;
  transition: opacity 0.3s ease-in;
}
div.our-work-list .case-studies-wrapper .case-studies-nav-container .nav-arrow.nav-next {
  order: 3;
}
div.our-work-list .case-studies-wrapper .case-studies-nav-container .nav-arrow.nav-next:before {
  background-image: url(../../assets/src/img/double-arrow-right-white.png);
}
@media screen and (min-width: 75em) {
  div.our-work-list .case-studies-wrapper .case-studies-nav-container .nav-arrow.nav-arrow-active {
    pointer-events: auto;
  }
  div.our-work-list .case-studies-wrapper .case-studies-nav-container .nav-arrow.nav-arrow-active:before {
    opacity: 1;
  }
}
.case-study-item {
  width: calc(50% - 30px);
  margin: 0 15px 30px;
  box-sizing: border-box;
  border: 40px solid #fff;
  position: relative;
}
@media screen and (max-width: 800px) {
  .case-study-item {
    border: 15px solid #fff;
  }
}
.case-study-item:first-child, .case-study-item:nth-child(6n) {
  width: 100%;
}
.case-study-item:first-child .case-study-item-background, .case-study-item:nth-child(6n) .case-study-item-background {
  padding-bottom: 50%;
}
.case-study-item .case-study-item-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: none;
  display: block;
  max-width: 90%;
}
.case-study-item .case-study-item-background {
  display: block;
  width: 100%;
  padding-bottom: 100%;
  background-size: cover;
  background-position: center;
}
.case-study-item .case-study-item-background:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #f60;
  opacity: 0;
  mix-blend-mode: color;
  transition: opacity 0.3s ease-out;
}
.case-study-item:hover .case-study-item-background:before {
  opacity: 1;
}
.landing-page-projects {
  background-color: #df5d00;
  overflow-x: hidden;
}
.landing-page-projects--first {
  padding: 50px 0 15px 0px;
}
.landing-page-projects--first .landing-page-projects__slider {
  position: relative;
  right: -241px;
}
@media screen and (max-width: 800px) {
  .landing-page-projects--first .landing-page-projects__slider {
    right: 0;
  }
}
.landing-page-projects--second {
  padding: 15px 0 50px 0;
}
.landing-page-projects--second .landing-page-projects__slider {
  position: relative;
  left: -241px;
}
@media screen and (max-width: 800px) {
  .landing-page-projects--second .landing-page-projects__slider {
    left: 0;
  }
}
.landing-page-projects--static {
  padding: 50px 0;
}
.landing-page-projects .slick-slide {
  margin: 0 10px;
}
.landing-page-projects__container {
  width: 90%;
  max-width: 1216px;
  margin: 0 auto;
  -webkit-display: flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.landing-page-projects__title {
  display: block;
  width: 100%;
}
.landing-page-projects__item {
  position: relative;
  display: inline-block;
  width: 300px;
  height: 400px;
  border: 40px solid #fff;
  box-sizing: border-box;
}
.landing-page-projects__item:nth-of-type(1) {
  border-left: 40px solid #fff;
}
.landing-page-projects__item--static {
  width: 48%;
}
@media screen and (max-width: 800px) {
  .landing-page-projects__item--static {
    display: block;
    width: 100%;
    max-width: 450px;
    margin: 10px auto;
  }
}
.landing-page-projects__background-image {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.landing-page-projects__logo {
  display: block;
  max-width: 85%;
  height: auto;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
body .gform_wrapper .gform_footer {
  display: block;
}
body .gform_wrapper ul {
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
}
body .gform_wrapper ul li:before {
  display: none;
}
body .gform_wrapper div.gform_body {
  line-height: 30px;
}
body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html {
  font-size: 18px;
}
body .gform_wrapper .field_description_below .gfield_description {
  padding-top: 5px;
  font-style: italic;
  line-height: 1.4em;
}
body .gform_wrapper li.gfield.field_description_below + li.gsection {
  margin-top: 80px;
}
body .gform_wrapper input:not([type="submit"]) {
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 0.5em;
}
body .gform_wrapper select {
  height: 34px;
  border: 1px solid #ccc;
  background: #fff;
}
body .gform_wrapper .ginput_container_date {
  display: flex;
  align-items: center;
}
body .gform_wrapper .ginput_container_date img {
  margin: 0;
}
body .gform_wrapper .gf_repeater_add {
  background: rgba(255, 102, 0, 0.9);
  color: #fff;
  height: 36px;
  line-height: 36px;
  text-transform: uppercase;
  min-width: 250px;
  text-align: center;
  display: block;
  cursor: pointer;
  font-size: 14px;
  position: relative;
}
@media screen and (min-width: 36em) {
  body .gform_wrapper .gf_repeater_add {
    display: inline-block;
  }
}
body .gform_wrapper .gf_repeater_add:before {
  content: "Add another visitor";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body .gform_wrapper .gf_repeater_add img {
  display: none;
}
body .gform_wrapper .gf_repeater_remove {
  margin-left: 0;
  background: rgba(255, 0, 0, 0.7);
  color: #fff;
  height: 36px;
  line-height: 36px;
  text-transform: uppercase;
  min-width: 250px;
  text-align: center;
  display: block;
  font-size: 14px;
  cursor: pointer;
  position: relative;
}
@media screen and (min-width: 36em) {
  body .gform_wrapper .gf_repeater_remove {
    display: inline-block;
    margin-left: 10px;
  }
}
body .gform_wrapper .gf_repeater_remove:before {
  content: "Remove this visitor";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body .gform_wrapper .gf_repeater_remove img {
  display: none;
}
