@charset "UTF-8";
/*****************************************************************
	Colors
*****************************************************************/
/*****************************************************************
	Fonts
*****************************************************************/
/*****************************************************************
	Breakpoints
*****************************************************************/
@media (max-width: 768px) {
  .desktop-only {
    display: none;
  }
}

@media (min-width: 768px) {
  .mobile-only {
    display: none;
  }
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "theme-icons";
  src: url("../fonts/theme-icons.eot");
  src: url("../fonts/theme-icons.eot?#iefix") format("eot"), url("../fonts/theme-icons.woff2") format("woff2"), url("../fonts/theme-icons.woff") format("woff"), url("../fonts/theme-icons.ttf") format("truetype"), url("../fonts/theme-icons.svg#theme-icons") format("svg");
}
.icon-users:before, .icon-user:before, .icon-spinner:before, .icon-social-youtube:before, .icon-social-twitter:before, .icon-social-linkedin:before, .icon-social-instagram:before, .icon-social-google-plus:before, .icon-social-facebook:before, .icon-search:before, .icon-question:before, .icon-plus:before, .icon-play:before, .icon-minus:before, .icon-info:before, .icon-email:before, .icon-close:before, .icon-chevron-up:before, .icon-chevron-right:before, .icon-chevron-left:before, .icon-chevron-down:before, .icon-check:before {
  font-family: "theme-icons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

.icon-check:before {
  content: "\E001";
}

.icon-chevron-down:before {
  content: "\E002";
}

.icon-chevron-left:before {
  content: "\E003";
}

.icon-chevron-right:before {
  content: "\E004";
}

.icon-chevron-up:before {
  content: "\E005";
}

.icon-close:before {
  content: "\E006";
}

.icon-email:before {
  content: "\E007";
}

.icon-info:before {
  content: "\E008";
}

.icon-minus:before {
  content: "\E009";
}

.icon-play:before {
  content: "\E00A";
}

.icon-plus:before {
  content: "\E00B";
}

.icon-question:before {
  content: "\E00C";
}

.icon-search:before {
  content: "\E00D";
}

.icon-social-facebook:before {
  content: "\E00E";
}

.icon-social-google-plus:before {
  content: "\E00F";
}

.icon-social-instagram:before {
  content: "\E010";
}

.icon-social-linkedin:before {
  content: "\E011";
}

.icon-social-twitter:before {
  content: "\E012";
}

.icon-social-youtube:before {
  content: "\E013";
}

.icon-spinner:before {
  content: "\E014";
}

.icon-user:before {
  content: "\E015";
}

.icon-users:before {
  content: "\E016";
}

/* Uncomment and set these variables to customize the grid. */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 80px;
  padding-left: 80px;
}
@media (max-width: 991px) {
  .container-fluid {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (max-width: 768px) {
  .container-fluid {
    padding-right: 30px;
    padding-left: 30px;
  }
}

.container {
  width: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
  padding-right: 80px;
  padding-left: 80px;
}
@media (max-width: 991px) {
  .container {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (max-width: 768px) {
  .container {
    padding-right: 30px;
    padding-left: 30px;
  }
}

.row {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -35px;
  margin-left: -35px;
}

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

.col.reverse {
  flex-direction: column-reverse;
}

.col-md,
.col-md-1,
.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-10,
.col-md-11,
.col-md-12,
.col-sm,
.col-sm-1,
.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-10,
.col-sm-11,
.col-sm-12,
.col-lg,
.col-lg-1,
.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-10,
.col-lg-11,
.col-lg-12 {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: 35px;
  padding-left: 35px;
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.col-xs,
.col-xs-1,
.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-10,
.col-xs-11,
.col-xs-12 {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: 35px;
  padding-left: 35px;
}

.col-xs {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
}

.col-xs-1 {
  flex-basis: 8.333%;
  max-width: 8.333%;
}

.col-xs-2 {
  flex-basis: 16.667%;
  max-width: 16.667%;
}

.col-xs-3 {
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  flex-basis: 33.333%;
  max-width: 33.333%;
}

.col-xs-5 {
  flex-basis: 41.667%;
  max-width: 41.667%;
}

.col-xs-6 {
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  flex-basis: 58.333%;
  max-width: 58.333%;
}

.col-xs-8 {
  flex-basis: 66.667%;
  max-width: 66.667%;
}

.col-xs-9 {
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  flex-basis: 83.333%;
  max-width: 83.333%;
}

.col-xs-11 {
  flex-basis: 91.667%;
  max-width: 91.667%;
}

.col-xs-12 {
  flex-basis: 100%;
  max-width: 100%;
}

.col-xs-offset-1 {
  margin-left: 8.333%;
}

.col-xs-offset-2 {
  margin-left: 16.667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.333%;
}

.col-xs-offset-5 {
  margin-left: 41.667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.333%;
}

.col-xs-offset-8 {
  margin-left: 66.667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.333%;
}

.col-xs-offset-11 {
  margin-left: 91.667%;
}

.start-xs {
  justify-content: flex-start;
  text-align: start;
}

.center-xs {
  justify-content: center;
  text-align: center;
}

.end-xs {
  justify-content: flex-end;
  text-align: end;
}

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

.middle-xs {
  align-items: center;
}

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

.around-xs {
  justify-content: space-around;
}

.between-xs {
  justify-content: space-between;
}

.first-xs {
  order: -1;
}

.last-xs {
  order: 1;
}

@media (min-width: 580px) {
  .col-sm,
  .col-sm-1,
  .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-10,
  .col-sm-11,
  .col-sm-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 35px;
    padding-left: 35px;
  }
  .col-sm {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-sm-1 {
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-sm-2 {
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-sm-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-sm-5 {
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-sm-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-sm-8 {
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-sm-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-sm-11 {
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-sm-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.667%;
  }
  .start-sm {
    justify-content: flex-start;
    text-align: start;
  }
  .center-sm {
    justify-content: center;
    text-align: center;
  }
  .end-sm {
    justify-content: flex-end;
    text-align: end;
  }
  .top-sm {
    align-items: flex-start;
  }
  .middle-sm {
    align-items: center;
  }
  .bottom-sm {
    align-items: flex-end;
  }
  .around-sm {
    justify-content: space-around;
  }
  .between-sm {
    justify-content: space-between;
  }
  .first-sm {
    order: -1;
  }
  .last-sm {
    order: 1;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-md-1 {
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-md-2 {
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-md-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-md-5 {
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-md-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-md-8 {
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-md-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-md-11 {
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-md-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-1 {
    margin-left: 8.333%;
  }
  .col-md-offset-2 {
    margin-left: 16.667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.333%;
  }
  .col-md-offset-5 {
    margin-left: 41.667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.333%;
  }
  .col-md-offset-8 {
    margin-left: 66.667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.333%;
  }
  .col-md-offset-11 {
    margin-left: 91.667%;
  }
  .start-md {
    justify-content: flex-start;
    text-align: start;
  }
  .center-md {
    justify-content: center;
    text-align: center;
  }
  .end-md {
    justify-content: flex-end;
    text-align: end;
  }
  .top-md {
    align-items: flex-start;
  }
  .middle-md {
    align-items: center;
  }
  .bottom-md {
    align-items: flex-end;
  }
  .around-md {
    justify-content: space-around;
  }
  .between-md {
    justify-content: space-between;
  }
  .first-md {
    order: -1;
  }
  .last-md {
    order: 1;
  }
}
@media (min-width: 991px) {
  .col-lg,
  .col-lg-1,
  .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-10,
  .col-lg-11,
  .col-lg-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 35px;
    padding-left: 35px;
  }
  .col-lg {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-lg-1 {
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-lg-2 {
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-lg-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-lg-5 {
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-lg-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-lg-8 {
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-lg-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-lg-11 {
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-lg-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.667%;
  }
  .start-lg {
    justify-content: flex-start;
    text-align: start;
  }
  .center-lg {
    justify-content: center;
    text-align: center;
  }
  .end-lg {
    justify-content: flex-end;
    text-align: end;
  }
  .top-lg {
    align-items: flex-start;
  }
  .middle-lg {
    align-items: center;
  }
  .bottom-lg {
    align-items: flex-end;
  }
  .around-lg {
    justify-content: space-around;
  }
  .between-lg {
    justify-content: space-between;
  }
  .first-lg {
    order: -1;
  }
  .last-lg {
    order: 1;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  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 {
  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;
}

body {
  font-family: "Karla", sans-serif;
  color: #322110;
}
body ::-moz-selection {
  background: #F9E2D3;
}
body ::selection {
  background: #F9E2D3;
}
body * {
  -webkit-font-smoothing: antialiased;
}
body a {
  color: #E17024;
  text-decoration: none;
  transition: 0.3s;
}
body a:hover {
  color: #322110;
}
body strong, body b {
  font-weight: 700;
}
body em {
  font-style: italic;
}
body hr {
  width: 100%;
  height: 2px;
  max-width: 100%;
  background: #C5C6C8;
  border-radius: 0px;
  margin: 40px auto;
}
body h1, body .h1 {
  font-family: "Karla", sans-serif;
  color: #322110;
  font-size: 60px;
  margin: 0 0 30px;
  font-weight: 400;
  line-height: 112%; /* 89.6px */
  letter-spacing: -1.6px;
}
@media (min-width: 768px) {
  body h1, body .h1 {
    font-size: 70px;
  }
}
@media (min-width: 1200px) {
  body h1, body .h1 {
    font-size: 80px;
  }
}
body h2, body .h2 {
  font-family: "Karla", sans-serif;
  color: #322110;
  font-size: 46px;
  margin: 0 0 35px;
  font-weight: 400;
  line-height: 125%; /* 75px */
  letter-spacing: -1.2px;
}
@media (min-width: 768px) {
  body h2, body .h2 {
    font-size: 50px;
  }
}
@media (min-width: 1200px) {
  body h2, body .h2 {
    font-size: 60px;
  }
}
body h3, body .h3 {
  font-family: "Karla", sans-serif;
  color: #322110;
  font-size: 34px;
  margin: 0 0 1em;
  font-weight: 400;
  line-height: 150%; /* 55.5px */
  letter-spacing: -0.37px;
}
@media (min-width: 768px) {
  body h3, body .h3 {
    font-size: 37px;
  }
}
@media (min-width: 1200px) {
  body h3, body .h3 {
    font-size: 40px;
  }
}
body h4, body .h4 {
  font-family: "Karla", sans-serif;
  color: #322110;
  font-size: 26px;
  margin: 0 0 1em;
  font-weight: 700;
  line-height: 150%; /* 42px */
  letter-spacing: -0.28px;
}
@media (min-width: 768px) {
  body h4, body .h4 {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  body h4, body .h4 {
    font-size: 28px;
  }
}
body h5, body .h5 {
  font-family: "Karla", sans-serif;
  color: #322110;
  font-size: 19px;
  margin: 0 0 1em;
  font-weight: 700;
  line-height: 160%; /* 35.2px */
  letter-spacing: 3.3px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  body h5, body .h5 {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  body h5, body .h5 {
    font-size: 22px;
  }
}
body h6, body .h6 {
  font-family: "Karla", sans-serif;
  color: #322110;
  font-size: 12px;
  margin: 0 0 1em;
  font-weight: 700;
  line-height: 160%; /* 19.2px */
  letter-spacing: 1.8px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  body h6, body .h6 {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  body h6, body .h6 {
    font-size: 12px;
  }
}
body p {
  font-family: "Karla", sans-serif;
  font-weight: 400;
  font-size: 17px;
  margin: 0 0 20px;
  font-weight: 400;
  line-height: 160%; /* 28.8px */
  letter-spacing: -0.18px;
  color: #322110;
}
@media (min-width: 768px) {
  body p {
    font-size: 18px;
  }
}
body img {
  max-width: 100%;
  height: auto;
}
body img.alignleft {
  float: left;
  margin-bottom: 20px;
  margin-right: 20px;
}
@media (max-width: 768px) {
  body img.alignleft {
    float: none;
    display: block;
    margin: 0 auto 20px;
  }
}
body img.alignright {
  float: right;
  margin-bottom: 20px;
  margin-left: 20px;
}
@media (max-width: 768px) {
  body img.alignright {
    float: none;
    display: block;
    margin: 0 auto 20px;
  }
}
body img.aligncenter {
  float: none;
  display: block;
  margin: 0 auto 20px;
}
body button, body input, body select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
body .wp-caption {
  font-size: 14px;
  max-width: 100%;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
  letter-spacing: -0.14px;
}
body .wp-caption img {
  max-width: 100%;
  height: auto;
}
body .wp-caption p, body .wp-caption p.wp-caption-text {
  font-size: 14px;
  margin-top: 5px;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
  letter-spacing: -0.14px;
}
body blockquote {
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 60px */
  letter-spacing: -0.4px;
  position: relative;
  text-align: left;
  margin: 60px 0;
}
@media (min-width: 768px) {
  body blockquote {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  body blockquote {
    font-size: 40px;
  }
}
body blockquote:before {
  position: absolute;
  top: 0;
  right: 100%;
  background-image: url("../img/quotemark.svg");
  width: 102px;
  height: 75px;
  content: "";
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 30px;
}
body blockquote p {
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 60px */
  letter-spacing: -0.4px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  body blockquote p {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  body blockquote p {
    font-size: 40px;
  }
}
body blockquote h6, body blockquote cite {
  margin-top: 15px;
  font-size: 22px;
  color: #6C95C5;
  font-weight: 700;
  line-height: 160%; /* 35.2px */
  letter-spacing: 3.3px;
  text-transform: uppercase;
}
body blockquote h6:before, body blockquote cite:before {
  content: "—";
}
body .content-styled {
  text-align: left;
}
body .content-styled img {
  max-width: 100%;
  height: auto;
}
body .content-styled img.alignleft {
  float: left;
  margin-right: 25px;
  margin-bottom: 25px;
}
body .content-styled p > a, body .content-styled h3 > a {
  color: #E17024;
  text-decoration: underline;
}
body .content-styled p > a:hover, body .content-styled h3 > a:hover {
  color: #322110;
  text-decoration: none;
}
body .content-styled ul, body .content-styled ol {
  padding: none;
}
body .content-styled ul li, body .content-styled ol li {
  position: relative;
  padding-left: 30px;
  font-family: "Karla", sans-serif;
  font-weight: 400;
  font-size: 17px;
  margin: 0 0 20px;
  font-weight: 400;
  line-height: 160%; /* 28.8px */
  letter-spacing: -0.18px;
  color: #322110;
}
@media (min-width: 768px) {
  body .content-styled ul li, body .content-styled ol li {
    font-size: 18px;
  }
}
body .content-styled ul li:before, body .content-styled ol li:before {
  content: "•";
  position: absolute;
  left: 0;
}
body .content-styled ol {
  counter-reset: item;
}
body .content-styled ol li {
  counter-increment: item;
  list-style: none inside;
}
body .content-styled ol li:before {
  content: "" counter(item) ".";
}

.site-wrapper {
  position: relative;
  width: 100%;
  max-width: 2200px;
  margin: 0 auto;
  overflow: hidden;
}

.skip-navigation {
  font-size: 1px;
  display: block;
  height: 1px;
  margin-bottom: -1px;
  width: 100%;
  text-align: center;
  color: #fff;
}

header.global-header {
  padding-top: 70px;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
}
@media (max-width: 1270px) {
  header.global-header {
    padding-top: 30px;
  }
}
header.global-header.headroom--not-top {
  position: fixed;
  padding: 12px 0;
  background-color: #322110;
  transform: translateY(-100%);
}
header.global-header.headroom--not-top .logo-link {
  height: 45px;
  width: 240px;
}
header.global-header.headroom--not-top .logo-link svg .letters {
  fill: #fff;
}
header.global-header.headroom--not-top .menu {
  padding-top: 12px;
}
header.global-header.headroom--not-top .menu .menu-item a {
  color: #fff;
}
header.global-header.headroom--pinned {
  transform: translateY(0%);
  transition: 0.3s ease-out;
}
header.global-header.hero-dark .logo-link svg .letters {
  fill: #fff;
}
header.global-header.hero-dark .menu .menu-item a {
  color: #fff;
}
@media (max-width: 1270px) {
  header.global-header .logo-link {
    height: 45px;
    width: 240px;
  }
}
header.global-header .logo-link svg {
  max-width: 100%;
  max-height: 100%;
}
header.global-header .main-navigation {
  display: flex;
  justify-content: space-between;
}
header.global-header .menu {
  display: flex;
  justify-content: flex-end;
  padding-top: 20px;
}
@media (max-width: 1270px) {
  header.global-header .menu {
    display: none;
  }
}
header.global-header .menu .menu-item {
  margin-left: 50px;
}
header.global-header .menu .menu-item a {
  color: #322110;
  font-size: 17px;
  font-weight: 400;
  line-height: 115%; /* 19.55px */
  letter-spacing: -0.17px;
}
header.global-header .menu .menu-item a:hover {
  opacity: 0.65;
  text-decoration: underline;
}

@media (max-width: 1270px) {
  html.nav-locked, body.nav-locked {
    background-color: #322110;
  }
  html.nav-locked .logo-link svg .letters, body.nav-locked .logo-link svg .letters {
    fill: #fff;
  }
  html.nav-locked .global-main, html.nav-locked .global-footer, body.nav-locked .global-main, body.nav-locked .global-footer {
    display: none;
  }
}

.hero-dark .hamburger:not(.active) span, .headroom--not-top .hamburger:not(.active) span {
  background-color: #fff;
}
.hero-dark .hamburger:not(.active) span:before, .hero-dark .hamburger:not(.active) span:after, .headroom--not-top .hamburger:not(.active) span:before, .headroom--not-top .hamburger:not(.active) span:after {
  background-color: #fff;
}

.hamburger {
  display: none;
  float: right;
  cursor: pointer;
  overflow: hidden;
  height: 20px;
  margin-top: 15px;
}
@media (max-width: 1270px) {
  .hamburger {
    display: block;
  }
}
.hamburger span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 20px;
  width: 25px;
  height: 2px;
  background-color: #322110;
  position: relative;
}
.hamburger span:before, .hamburger span:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 35px;
  height: 2px;
  background-color: #322110;
  transition: 0.3s;
}
.hamburger span:before {
  top: -8px;
}
.hamburger span:after {
  bottom: -8px;
}
.hamburger.active span {
  background-color: transparent;
}
.hamburger.active span:before, .hamburger.active span:after {
  width: 25px;
  background-color: #fff;
}
.hamburger.active span:before {
  top: 0;
  transform: rotate(45deg);
}
.hamburger.active span:after {
  bottom: 0;
  transform: rotate(-45deg);
}

.mobile-navigation-wrapper {
  display: none;
  min-height: 100vh;
  padding: 190px 0 130px;
  box-sizing: border-box;
  background-size: cover;
  background-position: center center;
  opacity: 0;
  z-index: -1;
  transition: 0.5s;
  position: absolute;
  width: 100%;
}
@media (max-width: 1270px) {
  .mobile-navigation-wrapper {
    display: block;
  }
  .mobile-navigation-wrapper.active {
    opacity: 1;
    z-index: 900;
    position: relative;
  }
}
.mobile-navigation-wrapper .menu {
  width: 100%;
  box-sizing: border-box;
  transition: 0.5s;
  padding-left: 80px;
}
@media (max-width: 991px) {
  .mobile-navigation-wrapper .menu {
    padding-left: 50px;
  }
}
@media (max-width: 768px) {
  .mobile-navigation-wrapper .menu {
    padding-left: 30px;
  }
}
.mobile-navigation-wrapper .menu .menu-item {
  margin-bottom: 20px;
  display: block;
}
.mobile-navigation-wrapper .menu .menu-item a {
  color: #fff;
  font-size: 20px;
  line-height: 32px;
  transition: 0.3s;
}
.mobile-navigation-wrapper .menu .menu-item a:hover {
  opacity: 0.65;
}

footer.global-footer {
  padding: 60px 0 50px;
  border-top: 1px solid rgba(197, 198, 200, 0.5);
}
footer.global-footer p {
  margin-bottom: 20px;
}
footer.global-footer .social-links {
  margin-bottom: 20px;
}
footer.global-footer .email {
  margin-bottom: 0;
}
footer.global-footer .email a {
  color: #322110;
}
footer.global-footer .email a:hover {
  color: #E17024;
  text-decoration: underline;
}
footer.global-footer .copyright {
  text-align: right;
  font-size: 11px;
}
footer.global-footer .to-top {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 0;
  color: #fff;
  opacity: 0;
}

.body-noscroll {
  overflow: hidden;
}

.video-popup-wrapper {
  display: none;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2000;
}
.video-popup-wrapper.active {
  display: block;
}
.video-popup-wrapper .close-icon {
  right: 15px;
  position: absolute;
  top: 15px;
  display: block;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.video-popup-wrapper .close-icon:hover i {
  color: #322110;
}
.video-popup-wrapper .close-icon i {
  color: #fff;
  font-size: 30px;
}
.video-popup-wrapper .popup-content-wrapper {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  background-color: #322110;
  max-width: 175vh;
  width: 90%;
  height: auto;
  transition: 0.3s ease-out;
  box-sizing: border-box;
}
.video-popup-wrapper .popup-content-wrapper .popup-content {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56%;
  display: block;
}
.video-popup-wrapper .popup-content-wrapper .popup-content iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.video-popup-wrapper .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
}

.global-hero {
  padding-top: 240px;
  padding-bottom: 40px;
  position: relative;
}
@media (max-width: 768px) {
  .global-hero {
    padding-top: 140px;
  }
}
.global-hero.color-dark {
  background-color: #322110;
}
.global-hero.color-dark h1 {
  color: #E17024;
}
.global-hero h1 {
  color: #6C95C5;
  margin-bottom: 30px;
}

.social-links ul {
  list-style: none;
  margin: 0 -14px;
  display: block;
}
.social-links ul li {
  display: inline-block;
  margin: 0 14px;
}
.social-links ul li a {
  transition: 0.3s ease-out;
}
.social-links ul li a:hover svg path {
  fill: #E17024;
}

.btn, .pagination a {
  font-size: 18px;
  font-weight: 700;
  line-height: 115%; /* 20.7px */
  letter-spacing: -0.18px;
  letter-spacing: 0;
  border: none;
  background-color: #E17024;
  display: inline-block;
  color: #fff;
  padding: 18px 60px 18px 30px;
  background-image: url("../img/arrow-right.svg");
  background-repeat: no-repeat;
  background-position: right 25px center;
}
.btn:hover, .pagination a:hover {
  color: #fff;
  background-color: #322110;
  background-image: url("../img/arrow-orange-right.svg");
}
.btn.btn-left, .pagination a.btn-left {
  padding: 18px 30px 18px 60px;
  background-image: url("../img/arrow-left.svg");
  background-position: left 25px center;
}
.btn.btn-left:hover, .pagination a.btn-left:hover {
  background-image: url("../img/arrow-orange-left.svg");
}
.btn.btn-white, .two_columns.color-dark .btn, .introduction .inner .btn, .pagination a.btn-white, .two_columns.color-dark .pagination a, .pagination .two_columns.color-dark a, .introduction .inner .pagination a, .pagination .introduction .inner a {
  background-color: #fff;
  background-image: url("../img/arrow-orange-right.svg");
  color: #322110;
}
.btn.btn-white:hover, .two_columns.color-dark .btn:hover, .introduction .inner .btn:hover, .pagination a.btn-white:hover, .two_columns.color-dark .pagination a:hover, .pagination .two_columns.color-dark a:hover, .introduction .inner .pagination a:hover, .pagination .introduction .inner a:hover {
  background-color: #E17024;
  background-image: url("../img/arrow-right.svg");
  color: #fff;
}
.btn.btn-gallery, .pagination a.btn-gallery {
  background-color: #fff;
  background-image: url("../img/gallery-orange.svg");
  color: #322110;
}
.btn.btn-gallery:hover, .pagination a.btn-gallery:hover {
  background-color: #E17024;
  background-image: url("../img/gallery.svg");
  color: #fff;
}
.btn.btn-down, .pagination a.btn-down {
  background-image: url("../img/arrow-down.svg");
}
.btn.btn-down:hover, .pagination a.btn-down:hover {
  background-image: url("../img/arrow-down-orange.svg");
}

.ajax-loader {
  display: none;
}

section {
  position: relative;
}
section.padding-top-large {
  padding-top: 100px;
}
@media (max-width: 768px) {
  section.padding-top-large {
    padding-top: 50px;
  }
}
section.padding-bottom-large {
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  section.padding-bottom-large {
    padding-bottom: 50px;
  }
}
section.padding-top-small {
  padding-top: 50px;
}
@media (max-width: 768px) {
  section.padding-top-small {
    padding-top: 25px;
  }
}
section.padding-bottom-small {
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  section.padding-bottom-small {
    padding-bottom: 25px;
  }
}
section.padding-top-none {
  padding-top: 0px;
}
section.padding-bottom-none {
  padding-bottom: 0px;
}

.button {
  text-align: center;
  transform: translateX(35px);
}
.button .btn, .button .pagination a, .pagination .button a {
  margin-bottom: 40px;
  margin-right: 70px;
}

.introduction .inner {
  background-color: #322110;
  color: #fff;
  padding: 280px 0;
  border-bottom: 5px solid #E17024;
}
.introduction .inner h1, .introduction .inner h2, .introduction .inner h3, .introduction .inner h4, .introduction .inner h6, .introduction .inner p, .introduction .inner li {
  color: #fff;
}
.introduction .inner h5 {
  color: #6C95C5;
}
.introduction .inner h3 > a {
  color: #E17024;
}
.introduction .inner h3 > a:hover {
  color: #fff;
  opacity: 0.65;
}
@media (max-width: 768px) {
  .introduction .inner {
    padding: 180px 0;
  }
}
.introduction .content-styled {
  text-align: left;
}

.latest_recognition .btn, .latest_recognition .pagination a, .pagination .latest_recognition a {
  margin: 50px 0 0;
}
@media (max-width: 768px) {
  .latest_recognition .btn, .latest_recognition .pagination a, .pagination .latest_recognition a {
    margin-top: 25px;
  }
}
.latest_recognition .recent-posts {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .latest_recognition .recent-posts {
    margin-top: 70px;
  }
}
.latest_recognition .recent-posts .recent-post {
  display: block;
  width: calc(50% - 35px);
  margin-bottom: 70px;
}
@media (max-width: 768px) {
  .latest_recognition .recent-posts .recent-post {
    width: 100%;
  }
}
.latest_recognition .recent-posts .recent-post:hover .post-title {
  color: #E17024;
  text-decoration: underline;
}
.latest_recognition .recent-posts .recent-post:hover .post-thumbnail .image {
  transform: scale(1.1);
}
.latest_recognition .recent-posts .recent-post .post-thumbnail {
  margin-bottom: 20px;
  width: 100%;
  height: 255px;
  position: relative;
  overflow: hidden;
}
.latest_recognition .recent-posts .recent-post .post-thumbnail .image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s ease-out;
}
.latest_recognition .recent-posts .recent-post .post-title {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%; /* 30px */
  letter-spacing: -0.2px;
  transition: 0.3s ease-out;
}
.latest_recognition .recent-posts .recent-post .excerpt {
  margin-bottom: 0;
  color: #6C95C5;
}
.latest_recognition .recent-posts .recent-post .post-date {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: -0.16px;
  color: #322110;
}

.normal_text .content-styled {
  text-align: left;
}

.split_content .flex-row {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.split_content .flex-row > div {
  width: 50%;
}
@media (max-width: 768px) {
  .split_content .flex-row > div {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .split_content .flex-row.image-right .image {
    order: 2;
  }
}
.split_content .flex-row .image {
  background-size: cover;
  background-position: center center;
  min-height: 300px;
}
.split_content .flex-row .content {
  padding: 140px 140px 165px;
  box-sizing: border-box;
  background-color: #FFFAED;
}
@media (max-width: 991px) {
  .split_content .flex-row .content {
    padding: 80px 80px 100px;
  }
}
@media (max-width: 768px) {
  .split_content .flex-row .content {
    padding: 50px 50px 60px;
  }
}
@media (max-width: 580px) {
  .split_content .flex-row .content {
    padding: 30px 30px 35px;
  }
}
.split_content .flex-row .content .btn, .split_content .flex-row .content .pagination a, .pagination .split_content .flex-row .content a {
  margin: 50px 0 0;
}
@media (max-width: 768px) {
  .split_content .flex-row .content .btn, .split_content .flex-row .content .pagination a, .pagination .split_content .flex-row .content a {
    margin-top: 25px;
  }
}

.split_gallery .flex-row {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.split_gallery .flex-row .image {
  background-size: cover;
  background-position: center center;
  height: 800px;
  width: 50%;
}
@media (max-width: 991px) {
  .split_gallery .flex-row .image {
    height: 600px;
  }
}
@media (max-width: 768px) {
  .split_gallery .flex-row .image {
    width: 100%;
  }
}
@media (max-width: 580px) {
  .split_gallery .flex-row .image {
    height: 300px;
  }
}

.team .section-title {
  color: #6C95C5;
  margin-bottom: 37px;
}
.team .team-member {
  display: block;
}
.team .team-member:hover .name {
  color: #E17024;
  text-decoration: underline;
}
.team .team-member:hover .headshot .image {
  transform: scale(1.1);
}
.team .team-member .headshot {
  width: 100%;
  height: 300px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.team .team-member .headshot .image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s ease-out;
}
.team .team-member .name {
  font-size: 28px;
  transition: 0.3s ease-out;
  font-weight: 700;
  line-height: 150%; /* 42px */
  letter-spacing: -0.28px;
}

.two_columns.color-dark {
  background-color: #322110;
  color: #fff;
}
.two_columns.color-dark h1, .two_columns.color-dark h2, .two_columns.color-dark h3, .two_columns.color-dark h4, .two_columns.color-dark h6, .two_columns.color-dark p, .two_columns.color-dark li {
  color: #fff;
}
.two_columns.color-dark h5 {
  color: #6C95C5;
}
.two_columns.color-dark h3 > a {
  color: #E17024;
}
.two_columns.color-dark h3 > a:hover {
  color: #fff;
  opacity: 0.65;
}
.two_columns .btn, .two_columns .pagination a, .pagination .two_columns a {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .two_columns .btn, .two_columns .pagination a, .pagination .two_columns a {
    margin-top: 25px;
  }
}

body.blog .blog-posts {
  padding-bottom: 140px;
}
body.blog .blog-post {
  position: relative;
  margin-bottom: 70px;
}
body.blog .blog-post:hover .post-title {
  color: #E17024;
  text-decoration: underline;
}
body.blog .blog-post:hover .post-thumbnail .image {
  transform: scale(1.1);
}
body.blog .blog-post .post-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
body.blog .blog-post .post-thumbnail {
  width: 100%;
  height: 255px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
body.blog .blog-post .post-thumbnail .image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s ease-out;
}
body.blog .blog-post .post-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 150%; /* 30px */
  letter-spacing: -0.2px;
  margin: 0;
  transition: 0.3s ease-out;
}
body.blog .blog-post .excerpt {
  margin-bottom: 0;
  color: #6C95C5;
}
body.blog .blog-post .post-date {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: -0.16px;
}
@media (min-width: 768px) {
  body.blog .blog-post.featured-post {
    display: flex;
  }
  body.blog .blog-post.featured-post .post-thumbnail {
    height: 380px;
    width: calc(50% - 85px);
    margin-right: 85px;
  }
  body.blog .blog-post.featured-post .content-wrapper {
    width: 50%;
  }
  body.blog .blog-post.featured-post .content-wrapper .post-title {
    font-size: 60px;
    font-weight: 400;
    line-height: 125%;
    margin-bottom: 15px;
    text-decoration-thickness: 4px;
  }
}
body.blog .pagination {
  margin-top: 70px;
  text-align: center;
}

body.home .home-hero {
  padding-bottom: 30px;
  background-color: #322110;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  min-height: 100vh;
  padding-top: 250px;
  box-sizing: border-box;
  overflow: hidden;
}
body.home .home-hero .background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  transition-duration: 2s;
  transition-delay: 0.6s;
  transform: scale(1);
  opacity: 0;
}
body.home .home-hero .background-image.active {
  transform: scale(1.02);
  opacity: 1;
}
body.home .home-hero .background-image:before, body.home .home-hero .background-image:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 400px;
  opacity: 0.8;
  content: "";
}
body.home .home-hero .background-image:before {
  top: 0;
  background: linear-gradient(180deg, #322110 0%, rgba(50, 33, 16, 0) 100%);
}
body.home .home-hero .background-image:after {
  bottom: 0;
  background: linear-gradient(0deg, #322110 0%, rgba(50, 33, 16, 0) 100%);
}
@media (max-width: 768px) {
  body.home .home-hero .background-image:after {
    height: 600px;
  }
}
body.home .home-hero .btn, body.home .home-hero .pagination a, .pagination body.home .home-hero a {
  position: absolute;
  bottom: 70px;
  right: 70px;
}
@media (max-width: 768px) {
  body.home .home-hero .btn, body.home .home-hero .pagination a, .pagination body.home .home-hero a {
    position: relative;
    margin-left: 30px;
    margin-bottom: 20px;
    right: auto;
    bottom: auto;
  }
}
body.home .home-hero .container {
  position: relative;
}
body.home .home-hero h1 {
  color: #fff;
  max-width: 50%;
}
@media (max-width: 768px) {
  body.home .home-hero h1 {
    max-width: 100%;
    margin-bottom: -50px;
  }
}

body.single-project .project-hero {
  padding-top: 300px;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  min-height: 100vh;
  padding-top: 250px;
  box-sizing: border-box;
  overflow: hidden;
}
body.single-project .project-hero .background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  transition-duration: 2s;
  transition-delay: 0.6s;
  transform: scale(1);
  opacity: 0;
}
body.single-project .project-hero .background-image.active {
  transform: scale(1.02);
  opacity: 1;
}
body.single-project .project-hero .background-image:before, body.single-project .project-hero .background-image:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 400px;
  opacity: 0.8;
  content: "";
}
body.single-project .project-hero .background-image:before {
  top: 0;
  background: linear-gradient(180deg, #322110 0%, rgba(50, 33, 16, 0) 100%);
}
body.single-project .project-hero .background-image:after {
  bottom: 0;
  background: linear-gradient(0deg, #322110 0%, rgba(50, 33, 16, 0) 100%);
}
@media (max-width: 768px) {
  body.single-project .project-hero .background-image:after {
    height: 600px;
  }
}
body.single-project .project-hero .btn, body.single-project .project-hero .pagination a, .pagination body.single-project .project-hero a {
  position: absolute;
  bottom: 70px;
  right: 70px;
}
@media (max-width: 768px) {
  body.single-project .project-hero .btn, body.single-project .project-hero .pagination a, .pagination body.single-project .project-hero a {
    position: relative;
    margin-left: 30px;
    margin-bottom: 30px;
    right: auto;
    bottom: auto;
    display: none;
  }
}
body.single-project .project-hero .container {
  position: relative;
}
body.single-project .project-hero h1 {
  color: #fff;
  max-width: 50%;
}
@media (max-width: 768px) {
  body.single-project .project-hero h1 {
    max-width: 100%;
  }
}
body.single-project .single-project-content {
  padding-top: 70px;
}
body.single-project .introduction {
  padding-bottom: 70px;
}
body.single-project .recognition-title {
  color: #6C95C5;
}
body.single-project .recognition-list {
  margin-bottom: 70px;
}
body.single-project .recognition-item {
  margin-bottom: 15px;
}
body.single-project .recognition-item .recognition-link:hover .title {
  color: #322110;
  text-decoration: none;
}
body.single-project .recognition-item .recognition-link .title {
  color: #E17024;
  font-size: 18px;
  transition: 0.3s ease-out;
  font-weight: 700;
  line-height: 160%; /* 28.8px */
  letter-spacing: -0.18px;
  text-decoration: underline;
  margin-bottom: 3px;
}
body.single-project .recognition-item .recognition-link .subtext {
  color: #322110;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.18px;
}
body.single-project .project-content {
  padding-bottom: 50px;
}
@media (max-width: 1270px) {
  body.single-project .project-images .masonry {
    margin-top: 0 !important;
  }
}
body.single-project .project-images .row {
  margin-left: -18px;
  margin-right: -18px;
}
body.single-project .project-images .row .col-md-6 {
  padding: 0 16px;
}
body.single-project .project-images .gallery-toggle {
  display: block;
  margin-bottom: 36px;
  position: relative;
  overflow: hidden;
}
body.single-project .project-images .gallery-toggle:hover .hover-icon {
  opacity: 1;
}
body.single-project .project-images .gallery-toggle:hover .project-image {
  transform: scale(1.1);
}
body.single-project .project-images .gallery-toggle .hover-icon {
  z-index: 100;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  transition: 0.3s ease-out;
}
body.single-project .project-images .project-image {
  margin: 0 auto;
  display: block;
  position: relative;
  transition: 0.3s ease-out;
}
body.single-project .project-images .row {
  align-items: flex-start;
}
body.single-project .gallery-popup {
  box-sizing: border-box;
  position: fixed;
  z-index: -1;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  padding: 35px;
  transition: 0.3s ease-out;
  min-height: 100vh;
}
@media (max-width: 1270px) {
  body.single-project .gallery-popup {
    display: none;
  }
}
body.single-project .gallery-popup.open {
  z-index: 2000;
  opacity: 1;
}
body.single-project .gallery-popup .slick-dots {
  position: absolute;
  top: -40px;
  left: 345px;
  display: flex;
}
@media (max-width: 1270px) {
  body.single-project .gallery-popup .slick-dots {
    top: auto;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
  }
}
body.single-project .gallery-popup .slick-dots li {
  margin: 0 10px;
}
body.single-project .gallery-popup .slick-dots li.slick-active button {
  border-color: #E17024;
  background-color: #E17024;
}
body.single-project .gallery-popup .slick-dots li button {
  border: 1px solid #C5C6C8;
  border-radius: 50%;
  text-indent: 150%;
  overflow: hidden;
  display: block;
  cursor: pointer;
  width: 12px;
  height: 12px;
  padding: 0;
  outline: none;
  transition: 0.3s ease-out;
}
body.single-project .gallery-popup .slick-dots li button:hover {
  border-color: #322110;
  background-color: #322110;
}
body.single-project .gallery-popup .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  cursor: pointer;
  width: 37.5px;
  height: 20px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  transition: 0.3s ease-out;
  z-index: 100;
}
@media (max-width: 1270px) {
  body.single-project .gallery-popup .slick-arrow {
    transform: translateY(0);
    top: auto;
    bottom: -42px;
  }
}
body.single-project .gallery-popup .slick-arrow.prev {
  left: 0px;
  background-image: url("../img/arrow-slider-left.svg");
}
body.single-project .gallery-popup .slick-arrow.prev:hover {
  background-image: url("../img/arrow-slider-left-hover.svg");
}
body.single-project .gallery-popup .slick-arrow.next {
  right: 0px;
  background-image: url("../img/arrow-slider-right.svg");
}
body.single-project .gallery-popup .slick-arrow.next:hover {
  background-image: url("../img/arrow-slider-right-hover.svg");
}
body.single-project .gallery-popup .project-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 150%; /* 30px */
  letter-spacing: -0.2px;
}
body.single-project .gallery-popup .close-gallery {
  position: absolute;
  right: 35px;
  top: 35px;
  cursor: pointer;
  z-index: 100;
}
body.single-project .gallery-popup .close-gallery:hover svg path {
  stroke: #322110;
}
body.single-project .gallery-popup .gallery-slider .gallery-image {
  margin: 0 auto;
  display: block;
  max-width: calc(100vw - 150px);
  max-height: calc(100vh - 125px);
}
@media (max-width: 1270px) {
  body.single-project .gallery-popup .gallery-slider .gallery-image {
    max-width: calc(100vw - 100px);
  }
}
@media (max-width: 768px) {
  body.single-project .gallery-popup .gallery-slider .gallery-image {
    max-width: calc(100vw - 60px);
  }
}

body.post-type-archive-project .project-posts {
  padding-bottom: 140px;
}
body.post-type-archive-project .project-post {
  position: relative;
  margin-bottom: 70px;
}
body.post-type-archive-project .project-post:hover .post-title {
  color: #E17024;
  text-decoration: underline;
}
body.post-type-archive-project .project-post:hover .post-thumbnail .image {
  transform: scale(1.1);
}
body.post-type-archive-project .project-post .post-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
body.post-type-archive-project .project-post .post-thumbnail {
  width: 100%;
  height: 0;
  padding-bottom: 68.3%;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
body.post-type-archive-project .project-post .post-thumbnail .image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s ease-out;
}
body.post-type-archive-project .project-post .post-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 150%; /* 42px */
  letter-spacing: -0.28px;
  margin: 0;
  transition: 0.3s ease-out;
}

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