@charset "UTF-8";
/*****************************************************************
	Colors
*****************************************************************/
/*****************************************************************
	Fonts
*****************************************************************/
/*****************************************************************
	Breakpoints
*****************************************************************/
.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, .icon-arrow-up:before, .icon-arrow-right:before, .icon-arrow-left:before, .icon-arrow-down: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-arrow-down:before {
  content: "\E001";
}

.icon-arrow-left:before {
  content: "\E002";
}

.icon-arrow-right:before {
  content: "\E003";
}

.icon-arrow-up:before {
  content: "\E004";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Uncomment and set these variables to customize the grid. */
.global-main {
  padding: 150px 100px 105px 175px;
  box-sizing: border-box;
  clear: both;
  zoom: 1;
  min-height: 800px;
}
.global-main:before, .global-main:after {
  content: "";
  display: table;
}
.global-main:after {
  clear: both;
}
@media (max-width: 1270px) {
  .global-main {
    padding: 150px 75px 105px 150px;
  }
}
@media (max-width: 768px) {
  .global-main {
    padding: 150px 50px 105px;
  }
}
@media (max-width: 480px) {
  .global-main {
    padding: 150px 30px 105px;
  }
}
.global-main .content-wrapper {
  width: 100%;
}
@media (min-width: 1270px) {
  .global-main .content-wrapper {
    float: left;
    max-width: 550px;
  }
}
@media (min-width: 1350px) {
  .global-main .content-wrapper {
    max-width: 700px;
  }
}

.container, .container-fluid {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  display: block;
}

.row {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
}

.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;
  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;
}

.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 only screen and (min-width: 48em) {
  .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;
  }

  .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 only screen and (min-width: 62em) {
  .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 only screen and (min-width: 75em) {
  .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;
  }

  .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;
  -ms-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: canada-type-gibson, sans-serif;
  color: #555555;
}
body ::-moz-selection {
  background: #DDDDDD;
}
body ::selection {
  background: #DDDDDD;
}
body * {
  -webkit-font-smoothing: antialiased;
}
body a {
  color: #439539;
  text-decoration: none;
  transition: 0.3s;
  outline: none;
}
body a:hover {
  color: #aaaaaa;
}
body a:visited {
  outline: none;
}
body hr {
  width: 140px;
  height: 1px;
  background: #FAFAFA;
  border-radius: 0px;
  margin: 40px auto 0 auto;
}
@media (min-width: 768px) {
  body hr {
    margin: 50px auto 0 auto;
  }
}
@media (min-width: 1200px) {
  body hr {
    margin: 70px auto 0 auto;
  }
}
body hr.long {
  width: 100%;
  height: 4px;
  max-width: 100%;
  margin: 50px auto 0 auto;
  background: #eaeaea !important;
}
@media (min-width: 768px) {
  body hr.long {
    margin: 0;
  }
}
body h1, body .h1 {
  font-family: canada-type-gibson, sans-serif;
  color: #555555;
  font-size: 34px;
  line-height: 1.1em;
  margin: 0 0 1em;
  font-weight: 300;
}
@media (min-width: 768px) {
  body h1, body .h1 {
    font-size: 36px;
  }
}
@media (min-width: 1200px) {
  body h1, body .h1 {
    font-size: 40px;
  }
}
body h1.super, body .h1.super {
  font-size: 40px;
}
@media (min-width: 768px) {
  body h1.super, body .h1.super {
    font-size: 58px;
  }
}
@media (min-width: 1200px) {
  body h1.super, body .h1.super {
    font-size: 66px;
  }
}
body h2, body .h2 {
  font-family: canada-type-gibson, sans-serif;
  color: #555555;
  font-size: 26px;
  line-height: 1.3em;
  margin: 0 0 1em;
  font-weight: 300;
}
@media (min-width: 768px) {
  body h2, body .h2 {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  body h2, body .h2 {
    font-size: 30px;
  }
}
body h3, body .h3 {
  font-family: canada-type-gibson, sans-serif;
  color: #555555;
  font-size: 22px;
  line-height: 1.2em;
  margin: 0 0 1em;
  font-weight: 300;
}
@media (min-width: 768px) {
  body h3, body .h3 {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  body h3, body .h3 {
    font-size: 26px;
  }
}
body h4, body .h4 {
  font-family: canada-type-gibson, sans-serif;
  color: #555555;
  font-size: 20px;
  line-height: 1.2em;
  margin: 0 0 1em;
  font-weight: 300;
}
@media (min-width: 768px) {
  body h4, body .h4 {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  body h4, body .h4 {
    font-size: 24px;
  }
}
body h5, body .h5 {
  font-family: canada-type-gibson, sans-serif;
  color: #555555;
  font-size: 18px;
  line-height: 1.2em;
  margin: 0 0 1em;
  font-weight: 600;
}
@media (min-width: 768px) {
  body h5, body .h5 {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  body h5, body .h5 {
    font-size: 20px;
  }
}
body h6, body .h6 {
  font-family: canada-type-gibson, sans-serif;
  color: #555555;
  font-size: 12px;
  line-height: 1.45em;
  margin: 0 0 1em;
  font-weight: 600;
  letter-spacing: 0.1em;
  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: canada-type-gibson, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  margin: 0 0 20px;
  letter-spacing: 0;
  color: #555555;
}
@media (min-width: 768px) {
  body p {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  body p {
    font-size: 18px;
  }
}
body img {
  max-width: 100%;
  height: auto;
  outline: none;
  border: none;
}
body img.scaled-image {
  border: none !important;
  margin: 0 !important;
}
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 .wp-caption {
  font-size: 18px;
  max-width: 100%;
}
body .wp-caption img {
  max-width: 100%;
  height: auto;
}
body .wp-caption p, body .wp-caption p.wp-caption-text {
  font-size: 18px;
  margin-top: 5px;
  color: #aaaaaa;
}
body .nobreak {
  white-space: nowrap;
}
body button, body input, body select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
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 {
  color: #439539;
  text-decoration: underline;
}
body .content-styled p > a:hover {
  color: #aaaaaa;
}
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: canada-type-gibson, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  margin: 0 0 20px;
  color: #555555;
}
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%;
}

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

header.global-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 25px 100px;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 2000;
}
@media (max-width: 1270px) {
  header.global-header {
    padding: 25px 75px;
  }
}
@media (max-width: 768px) {
  header.global-header {
    padding: 25px 50px;
  }
}
@media (max-width: 480px) {
  header.global-header {
    padding: 25px 30px;
  }
}
@media (min-width: 991px) {
  header.global-header.headroom--not-top {
    background-color: #439539;
    transform: translateY(-75px);
    position: fixed;
    z-index: 1000000;
    height: 75px;
  }
  header.global-header.headroom--not-top .logo-link {
    width: 245px;
    margin-top: 5px;
  }
  header.global-header.headroom--not-top .logo-link .logo-text {
    display: block;
  }
  header.global-header.headroom--not-top .logo-link .logo-mark {
    display: none;
  }
  header.global-header.headroom--not-top .menu-grid .menu > .menu-item {
    padding-top: 3px;
  }
  header.global-header.headroom--not-top .menu-grid .menu > .menu-item > a {
    color: #fff;
  }
  header.global-header.headroom--not-top .menu-grid .menu > .menu-item > a:hover {
    color: #fff;
    border-color: #fff;
  }
  header.global-header.headroom--not-top.headroom--pinned {
    transform: translateY(0px);
    transition: 0.3s;
  }
}
header.global-header:hover {
  overflow: visible;
}
header.global-header .logo-text {
  display: none;
  max-width: 169px;
}
header.global-header .logo-mark {
  display: block;
}
header.global-header .logo-link {
  display: block;
  width: 75px;
  transition: 0s;
}
header.global-header .logo-link svg {
  width: 100%;
  height: auto;
}
header.global-header .logo-link svg path {
  fill: #439539;
}
header.global-header .logo-link svg.logo-text path {
  fill: #fff;
}
header.global-header .menu-grid .menu {
  text-align: right;
}
@media (max-width: 991px) {
  header.global-header .menu-grid .menu {
    display: none;
  }
}
header.global-header .menu-grid .menu > .menu-item {
  display: inline-block;
  position: relative;
  padding: 20px 0;
}
header.global-header .menu-grid .menu > .menu-item.current-menu-item > a {
  color: #439539;
  border-color: #439539;
}
header.global-header .menu-grid .menu > .menu-item.current-menu-item > a:hover {
  color: #555555;
  border-color: #aaaaaa;
}
header.global-header .menu-grid .menu > .menu-item > a {
  font-size: 18px;
  line-height: 1.2em;
  margin-left: 50px;
  color: #555555;
  border-bottom: 2px solid transparent;
}
header.global-header .menu-grid .menu > .menu-item > a:hover {
  color: #439539;
  border-color: #aaaaaa;
}
header.global-header .menu-grid .menu > .menu-item:hover .sub-menu {
  z-index: 2200;
  opacity: 1;
}
header.global-header .menu-grid .menu > .menu-item .sub-menu {
  z-index: -1;
  opacity: 0;
  position: absolute;
  top: 100%;
  padding: 30px 55px 15px 30px;
  box-sizing: border-box;
  background-color: #555555;
  transition: 0.3s ease-out;
  text-align: left;
  left: 50%;
  transform: translateX(-50%);
  margin-left: 25px;
}
header.global-header .menu-grid .menu > .menu-item .sub-menu:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(85, 85, 85, 0);
  border-bottom-color: #555555;
  border-width: 5px;
  margin-left: -5px;
}
header.global-header .menu-grid .menu > .menu-item .sub-menu .menu-item {
  display: block;
  margin-bottom: 15px;
}
header.global-header .menu-grid .menu > .menu-item .sub-menu .menu-item a {
  font-size: 18px;
  line-height: 1.3em;
  color: #fff;
  border-bottom: 2px solid transparent;
}
header.global-header .menu-grid .menu > .menu-item .sub-menu .menu-item a:hover {
  border-color: #aaaaaa;
}

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

.hamburger {
  display: none;
  float: right;
  margin-top: 25px;
  cursor: pointer;
  overflow: visible;
  height: 20px;
}
@media (max-width: 991px) {
  .hamburger {
    display: block;
  }
}
.hamburger .text {
  font-size: 18px;
  color: #439539;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.hamburger .lines {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  width: 30px;
  height: 2px;
  background-color: #439539;
  position: relative;
}
.hamburger .lines:before, .hamburger .lines:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #439539;
  transition: 0.3s;
}
.hamburger .lines:before {
  top: -8px;
}
.hamburger .lines:after {
  bottom: -8px;
}
.hamburger.active .lines {
  background-color: transparent;
}
.hamburger.active .lines:before, .hamburger.active .lines:after {
  width: 30px;
  background-color: #fff;
}
.hamburger.active .lines:before {
  transform: rotate(45deg);
  top: 0;
}
.hamburger.active .lines:after {
  transform: rotate(-45deg);
  bottom: 0;
}
.hamburger:hover:not(.active) .text {
  color: #555555;
}
.hamburger:hover:not(.active) .lines {
  background-color: #555555;
}
.hamburger:hover:not(.active) .lines:before, .hamburger:hover:not(.active) .lines:after {
  background-color: #555555;
}

.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%;
  background-color: #439539;
}
@media (max-width: 991px) {
  .mobile-navigation-wrapper {
    display: block;
  }
  .mobile-navigation-wrapper.active {
    opacity: 1;
    z-index: 900;
    position: relative;
  }
}
.mobile-navigation-wrapper .menu {
  padding-left: 150px;
  width: 100%;
  box-sizing: border-box;
  transition: 0.5s;
}
@media (max-width: 768px) {
  .mobile-navigation-wrapper .menu {
    padding-left: 50px;
  }
}
@media (max-width: 480px) {
  .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: 30px;
  line-height: 1.35em;
  transition: 0.3s;
  border-bottom: 2px solid transparent;
  font-weight: 200;
}
.mobile-navigation-wrapper .menu .menu-item a:hover {
  border-color: #fff;
}
.mobile-navigation-wrapper .menu .menu-item .sub-menu {
  margin-top: 35px;
}
.mobile-navigation-wrapper .menu .menu-item .sub-menu .menu-item a {
  color: #fff;
  font-size: 15px;
  line-height: 22px;
}

footer.global-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 100px 9px;
  position: relative;
  background-color: #FAFAFA;
}
@media (max-width: 1270px) {
  footer.global-footer {
    padding: 10px 75px 9px;
  }
}
@media (max-width: 768px) {
  footer.global-footer {
    padding: 10px 50px 9px;
  }
}
@media (max-width: 480px) {
  footer.global-footer {
    padding: 10px 30px 9px;
  }
}
@media (max-width: 840px) {
  footer.global-footer {
    justify-content: flex-start;
  }
}
footer.global-footer .left-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  padding-top: 2px;
}
footer.global-footer .left-content .copyright {
  font-size: 11px;
  margin: 1px 10px 10px 0;
  line-height: 1.2em;
}
footer.global-footer .left-content .menu {
  display: flex;
  margin: 0 10px 0 0;
  line-height: 1.2em;
}
footer.global-footer .left-content .menu .menu-item {
  margin: 0 10px;
  font-size: 11px;
  line-height: 1.2em;
}
footer.global-footer .left-content .menu .menu-item a {
  font-size: 11px;
  color: #555555;
  text-decoration: underline;
}
footer.global-footer .left-content .menu .menu-item a:hover {
  color: #439539;
  text-decoration: none;
}
footer.global-footer .left-content .roni {
  margin: 0;
  line-height: 1.2em;
  font-size: 11px;
  color: #aaaaaa;
  text-decoration: none;
  font-style: italic;
}
footer.global-footer .left-content .roni:hover {
  color: #555555;
}
footer.global-footer .social-links {
  margin-top: 20px;
}
@media (min-width: 840px) {
  footer.global-footer .social-links {
    margin-top: 0;
    text-align: right;
  }
}
@media (max-width: 840px) {
  footer.global-footer .social-links {
    width: 100%;
  }
}
footer.global-footer .social-links ul li a {
  color: #555555;
  font-size: 18px;
}
footer.global-footer .to-top {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 0;
  color: #fff;
  opacity: 0;
}

.social-links ul {
  list-style: none;
  margin: 0 -11px;
  display: block;
}
.social-links ul li {
  display: inline-block;
  font-size: 15px;
  margin: 0 11px;
}

.btn, body.single-staff .back-to-wrapper .back-to, body.single-post .back-to-wrapper .back-to, .pagination a {
  font-size: 17px;
  line-height: 1.5em;
  letter-spacing: 0;
  border-bottom: 2px solid #439539;
  display: inline-block;
  color: #439539;
}
.btn:hover, body.single-staff .back-to-wrapper .back-to:hover, body.single-post .back-to-wrapper .back-to:hover, .pagination a:hover {
  color: #555555;
  border-color: #555555;
}

.ajax-loader {
  display: none;
}

.responsive-video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56%;
  display: block;
}
.responsive-video iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.pagebuilder .normal_content .content-styled {
  text-align: left;
}

body.home header.global-header .logo-link svg path {
  fill: #fff;
}
body.home header.global-header .menu-grid .menu > .menu-item > a {
  color: #fff;
}
body.home header.global-header .menu-grid .menu > .menu-item > a:hover {
  opacity: 0.6;
  color: #fff;
}
body.home header.global-header .hamburger {
  transition: 0.3s ease-out;
}
body.home header.global-header .hamburger:hover {
  opacity: 0.6;
}
body.home header.global-header .hamburger:hover .text, body.home header.global-header .hamburger:not(:hover) .text {
  color: #fff;
}
body.home header.global-header .hamburger:hover .lines, body.home header.global-header .hamburger:not(:hover) .lines {
  background-color: #fff;
}
body.home header.global-header .hamburger:hover .lines:before, body.home header.global-header .hamburger:hover .lines:after, body.home header.global-header .hamburger:not(:hover) .lines:before, body.home header.global-header .hamburger:not(:hover) .lines:after {
  background-color: #fff;
}
body.home header.global-header .hamburger:hover.active .lines, body.home header.global-header .hamburger:not(:hover).active .lines {
  background-color: transparent;
}
body.home .global-main {
  height: 100vh;
  position: relative;
  padding: 0;
  min-height: 100vh;
}
body.home .global-main .splash-page {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #439539;
  text-align: center;
  transition: 0.3s ease-out;
  z-index: 200000;
  opacity: 1;
}
body.home .global-main .splash-page.hidden {
  z-index: -1;
  opacity: 0;
}
body.home .global-main .splash-page.reveal100 .logo-mark {
  opacity: 0.3;
}
body.home .global-main .splash-page.reveal500 .title {
  opacity: 1;
}
body.home .global-main .splash-page .logo-mark {
  width: 350px;
  max-width: 90%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s ease-out;
  opacity: 0;
}
body.home .global-main .splash-page .logo-mark path {
  fill: #fff;
}
body.home .global-main .splash-page .title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s ease-out;
  opacity: 0;
  color: #fff;
  margin-top: 90px;
  padding: 0 30px;
}
body.home .global-main .project-slider .slick-arrow {
  position: absolute;
  right: 100px;
  bottom: 40px;
  color: #fff;
  font-size: 45px;
  z-index: 100;
  cursor: pointer;
}
@media (max-width: 1270px) {
  body.home .global-main .project-slider .slick-arrow {
    bottom: 40px;
    left: 175px;
    right: auto;
  }
}
@media (max-width: 768px) {
  body.home .global-main .project-slider .slick-arrow {
    left: 50px;
  }
}
@media (max-width: 480px) {
  body.home .global-main .project-slider .slick-arrow {
    left: 30px;
  }
}
body.home .global-main .project-slider .slick-arrow:hover {
  opacity: 0.7;
}
@media (min-width: 1270px) {
  body.home .global-main .project-slider .slick-arrow.prev {
    margin-right: 70px;
  }
}
@media (max-width: 1270px) {
  body.home .global-main .project-slider .slick-arrow.next {
    margin-left: 70px;
  }
}
body.home .global-main .project {
  display: block;
  height: 100vh;
  width: 100%;
  position: relative;
}
body.home .global-main .project .image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.home .global-main .project .image:before {
  position: absolute;
  display: block;
  content: "";
  height: 150px;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0.8;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,0+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#00000000",GradientType=0 );
  /* IE6-9 */
}
body.home .global-main .project .image:after {
  position: absolute;
  display: block;
  content: "";
  height: 250px;
  width: 100%;
  left: 0;
  bottom: 0;
  opacity: 0.8;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#000000",GradientType=0 );
  /* IE6-9 */
}
body.home .global-main .project .link {
  position: absolute;
  left: 175px;
  bottom: 50px;
  padding-right: 240px;
  box-sizing: border-box;
  width: calc(100% - 275px);
}
@media (max-width: 1270px) {
  body.home .global-main .project .link {
    bottom: 100px;
    padding: 0;
    width: calc(100% - 275px);
  }
}
@media (max-width: 768px) {
  body.home .global-main .project .link {
    left: 0;
    padding: 0 50px;
    width: 100%;
  }
}
@media (max-width: 480px) {
  body.home .global-main .project .link {
    padding: 0 30px;
  }
}
body.home .global-main .project .link:hover {
  opacity: 0.7;
}
body.home .global-main .project .link .name {
  margin-bottom: 5px;
  color: #fff;
}
body.home .global-main .project .link .location {
  margin: 0px;
  color: #fff;
}

body.single-post .wrapper-wrapper {
  clear: both;
  zoom: 1;
}
body.single-post .wrapper-wrapper:before, body.single-post .wrapper-wrapper:after {
  content: "";
  display: table;
}
body.single-post .wrapper-wrapper:after {
  clear: both;
}
body.single-post .back-to-wrapper {
  clear: both;
  zoom: 1;
  margin: 100px 0;
}
body.single-post .back-to-wrapper:before, body.single-post .back-to-wrapper:after {
  content: "";
  display: table;
}
body.single-post .back-to-wrapper:after {
  clear: both;
}
body.single-post .title {
  margin-bottom: 5px;
}
body.single-post .date {
  margin-bottom: 30px;
}
body.single-post .date .label {
  letter-spacing: 0;
  text-transform: none;
  font-style: italic;
  font-weight: 400;
  margin-right: 10px;
  display: inline-block;
}

@media (max-width: 1270px) {
  body.blog .global-main {
    padding-left: 75px;
  }
}
@media (max-width: 768px) {
  body.blog .global-main {
    padding-left: 50px;
  }
}
@media (max-width: 480px) {
  body.blog .global-main {
    padding-left: 30px;
  }
}
body.blog .news-grid {
  display: block;
  clear: both;
  zoom: 1;
}
body.blog .news-grid:before, body.blog .news-grid:after {
  content: "";
  display: table;
}
body.blog .news-grid:after {
  clear: both;
}
body.blog .news-grid .news-post {
  margin-right: 30px;
  float: left;
  display: block;
  position: relative;
  height: 330px;
  width: calc(50% - 15px);
  margin-bottom: 30px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 1200px) {
  body.blog .news-grid .news-post:nth-of-type(2n) {
    margin-right: 0px;
  }
}
@media (min-width: 1200px) {
  body.blog .news-grid .news-post {
    width: calc(33.333% - 20px);
    margin-right: 30px;
  }
  body.blog .news-grid .news-post:first-child {
    width: calc(66.666% - 10px);
    height: 690px;
  }
  body.blog .news-grid .news-post:nth-of-type(2), body.blog .news-grid .news-post:nth-of-type(3), body.blog .news-grid .news-post:nth-of-type(3n) {
    margin-right: 0;
  }
}
body.blog .news-grid .news-post:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 200px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#000000",GradientType=0 );
  /* IE6-9 */
}
body.blog .news-grid .news-post:hover .overlay {
  opacity: 0.7;
}
body.blog .news-grid .news-post .overlay {
  background-color: #439539;
  transition: 0.3s ease-out;
  opacity: 0;
}
body.blog .news-grid .news-post .content-wrapper {
  padding: 0 25px 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
}
body.blog .news-grid .news-post .content-wrapper .post-title {
  margin: 0 0 5px;
  color: #fff;
}
body.blog .news-grid .news-post .content-wrapper .date {
  margin: 0;
  color: #fff;
}
body.blog .pagination {
  margin-top: 70px;
}

body.page-template-template-timeline {
  text-align: center;
}
body.page-template-template-timeline .timeline-column .arrows-wrapper {
  position: fixed;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1270px) {
  body.page-template-template-timeline .timeline-column .arrows-wrapper {
    right: 25px;
  }
}
@media (max-width: 768px) {
  body.page-template-template-timeline .timeline-column .arrows-wrapper {
    right: 15px;
  }
}
body.page-template-template-timeline .timeline-column .arrows-wrapper .arrow {
  cursor: pointer;
  transition: 0.3s ease-out;
}
body.page-template-template-timeline .timeline-column .arrows-wrapper .arrow:hover {
  opacity: 0.6;
}
body.page-template-template-timeline .timeline-column .arrows-wrapper .arrow.prev {
  margin-bottom: 18px;
}
body.page-template-template-timeline .timeline-column .year-title {
  color: #439539;
  margin-bottom: 20px;
}
body.page-template-template-timeline .timeline-column .event-wrapper {
  display: flex;
  justify-content: center;
  align-content: stretch;
  align-items: stretch;
  margin-bottom: 10px;
}
body.page-template-template-timeline .timeline-column .event-wrapper .image-wrapper {
  width: 400px;
  max-width: calc(50% - 20px);
  margin-right: 10px;
  padding-bottom: 4px;
}
body.page-template-template-timeline .timeline-column .event-wrapper .image-wrapper .image {
  width: 200px;
  height: 200px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  max-width: 100%;
  float: right;
  margin-right: 26px;
}
body.page-template-template-timeline .timeline-column .event-wrapper .line {
  width: 10px;
  position: relative;
}
body.page-template-template-timeline .timeline-column .event-wrapper .line:before, body.page-template-template-timeline .timeline-column .event-wrapper .line:after {
  content: "";
  background-color: #439539;
  position: absolute;
}
body.page-template-template-timeline .timeline-column .event-wrapper .line:before {
  width: 10px;
  height: 10px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
}
body.page-template-template-timeline .timeline-column .event-wrapper .line:after {
  width: 2px;
  height: calc(100% - 19px);
  top: 19px;
  left: 50%;
  transform: translateX(-50%);
}
body.page-template-template-timeline .timeline-column .event-wrapper .title {
  width: 400px;
  max-width: calc(50% - 20px);
  text-align: left;
  box-sizing: border-box;
  padding-left: 36px;
}
body.page-template-template-timeline .timeline-slider {
  width: calc(100% + 25px);
  margin-top: 60px;
}
body.page-template-template-timeline .timeline-slider .slick-arrow {
  position: absolute;
  top: -70px;
  right: 25px;
  font-size: 45px;
  color: #439539;
}
body.page-template-template-timeline .timeline-slider .slick-arrow:hover {
  color: #555555;
}
body.page-template-template-timeline .timeline-slider .slick-arrow.prev {
  margin-right: 70px;
}
body.page-template-template-timeline .timeline-item {
  padding-right: 25px;
  box-sizing: border-box;
}
body.page-template-template-timeline .timeline-item .image {
  width: 100%;
  height: 0px;
  padding-bottom: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
body.page-template-template-timeline .timeline-item .year {
  margin: 15px 0 10px;
  color: #439539;
}

body.page-template-template-clients .content-wrapper {
  max-width: 100%;
}
body.page-template-template-clients .clients {
  width: 400px;
  max-width: 100%;
  float: left;
  margin-right: 100px;
}
body.page-template-template-clients .clients:last-child {
  margin-right: 0;
}
body.page-template-template-clients .clients .client {
  display: block;
  line-height: 1.4em;
  font-size: 21px;
  margin-bottom: 15px;
}

.sidebar {
  margin-top: 40px;
}
@media (min-width: 1270px) {
  .sidebar {
    float: right;
    width: calc(100% - 645px);
    text-align: right;
    margin: 0;
  }
}
@media (min-width: 1350px) {
  .sidebar {
    width: calc(100% - 845px);
  }
}
.sidebar .attachment-post-thumbnail {
  display: inline-block;
  max-width: 750px;
  width: 100%;
}

body.page-template-template-projects .global-main {
  padding-left: 100px;
}
@media (max-width: 1270px) {
  body.page-template-template-projects .global-main {
    padding-left: 75px;
  }
}
@media (max-width: 768px) {
  body.page-template-template-projects .global-main {
    padding-left: 50px;
  }
}
@media (max-width: 480px) {
  body.page-template-template-projects .global-main {
    padding-left: 30px;
  }
}
body.page-template-template-projects .project-category-wrapper {
  padding-top: 25px;
  border-top: 1px solid #AAAAAA;
}
body.page-template-template-projects .project-category-wrapper .category-title {
  margin-bottom: 30px;
}
body.page-template-template-projects .project-category-wrapper .projects-slider {
  position: relative;
  margin-left: -40px;
  margin-right: -40px;
  padding: 0 30px;
  margin-bottom: 40px;
  box-sizing: border-box;
}
@media (max-width: 1270px) {
  body.page-template-template-projects .project-category-wrapper .projects-slider {
    padding: 0 20px;
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media (max-width: 768px) {
  body.page-template-template-projects .project-category-wrapper .projects-slider {
    padding: 0;
    margin-left: -10px;
    margin-right: -10px;
  }
}
body.page-template-template-projects .project-category-wrapper .projects-slider:hover .slick-arrow {
  opacity: 1;
}
body.page-template-template-projects .project-category-wrapper .projects-slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 35px;
  opacity: 0;
  transition: 0.3s ease-out;
  cursor: pointer;
}
body.page-template-template-projects .project-category-wrapper .projects-slider .slick-arrow:hover {
  color: #aaaaaa;
}
body.page-template-template-projects .project-category-wrapper .projects-slider .slick-arrow.slick-disabled {
  opacity: 0;
}
body.page-template-template-projects .project-category-wrapper .projects-slider .slick-arrow.prev {
  right: 100%;
}
body.page-template-template-projects .project-category-wrapper .projects-slider .slick-arrow.next {
  left: 100%;
}
@media (max-width: 580px) {
  body.page-template-template-projects .project-category-wrapper .projects-slider .slick-arrow {
    opacity: 1;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center center;
  }
  body.page-template-template-projects .project-category-wrapper .projects-slider .slick-arrow .arrows {
    display: none;
  }
  body.page-template-template-projects .project-category-wrapper .projects-slider .slick-arrow.prev {
    margin-right: -5px;
    background-image: url("../img/arrow-mobile-left.svg");
  }
  body.page-template-template-projects .project-category-wrapper .projects-slider .slick-arrow.next {
    margin-left: -5px;
    background-image: url("../img/arrow-mobile-right.svg");
  }
  body.page-template-template-projects .project-category-wrapper .projects-slider .slick-arrow:hover {
    opacity: 0.6;
  }
}
body.page-template-template-projects .project-category-wrapper .projects-slider .slide {
  position: relative;
}
body.page-template-template-projects .project-category-wrapper .projects-slider .slide .project {
  position: relative;
  display: block;
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
}
body.page-template-template-projects .project-category-wrapper .projects-slider .slide .project:hover .content-wrapper {
  z-index: 1;
}
body.page-template-template-projects .project-category-wrapper .projects-slider .slide .project:hover .image {
  opacity: 0.2;
}
body.page-template-template-projects .project-category-wrapper .projects-slider .slide .project .inner {
  position: relative;
  background-color: #439539;
  height: 220px;
}
body.page-template-template-projects .project-category-wrapper .projects-slider .slide .project .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.page-template-template-projects .project-category-wrapper .projects-slider .slide .project .content-wrapper {
  padding: 0 30px 22px;
  position: absolute;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
}
body.page-template-template-projects .project-category-wrapper .projects-slider .slide .project .content-wrapper .name {
  color: #fff;
  margin-bottom: 5px;
  font-weight: 400;
  font-size: 22px;
  line-height: 140%;
}
body.page-template-template-projects .project-category-wrapper .projects-slider .slide .project .content-wrapper .location {
  color: #fff;
  margin: 0;
}

body.single-project header.global-header .logo-link svg path {
  fill: #fff;
}
body.single-project header.global-header .menu-grid .menu > .menu-item > a {
  color: #fff;
}
body.single-project header.global-header .menu-grid .menu > .menu-item > a:hover {
  opacity: 0.6;
  color: #fff;
}
body.single-project header.global-header .hamburger {
  transition: 0.3s ease-out;
}
body.single-project header.global-header .hamburger:hover {
  opacity: 0.6;
}
body.single-project header.global-header .hamburger:hover .text, body.single-project header.global-header .hamburger:not(:hover) .text {
  color: #fff;
}
body.single-project header.global-header .hamburger:hover .lines, body.single-project header.global-header .hamburger:not(:hover) .lines {
  background-color: #fff;
}
body.single-project header.global-header .hamburger:hover .lines:before, body.single-project header.global-header .hamburger:hover .lines:after, body.single-project header.global-header .hamburger:not(:hover) .lines:before, body.single-project header.global-header .hamburger:not(:hover) .lines:after {
  background-color: #fff;
}
body.single-project header.global-header .hamburger:hover.active .lines, body.single-project header.global-header .hamburger:not(:hover).active .lines {
  background-color: transparent;
}
body.single-project .global-main {
  padding: 0;
}
body.single-project .global-main .hero {
  max-height: 100vh;
  position: relative;
}
@media (min-width: 1270px) {
  body.single-project .global-main .hero {
    height: 1000px;
  }
}
body.single-project .global-main .hero .image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 1000px;
  max-height: 100vh;
}
body.single-project .global-main .hero .image:before {
  position: absolute;
  display: block;
  content: "";
  height: 150px;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0.8;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,0+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#00000000",GradientType=0 );
  /* IE6-9 */
}
body.single-project .global-main .hero .image:after {
  position: absolute;
  display: block;
  content: "";
  height: 250px;
  width: 100%;
  left: 0;
  bottom: 0;
  opacity: 0.8;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#000000",GradientType=0 );
  /* IE6-9 */
}
@media (max-width: 1270px) {
  body.single-project .global-main .hero .image:after {
    height: 400px;
  }
}
@media (max-width: 768px) {
  body.single-project .global-main .hero .image:after {
    height: 600px;
  }
}
body.single-project .global-main .hero .images-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100vh;
}
body.single-project .global-main .hero .images-slider .slick-arrow {
  position: absolute;
  bottom: 60px;
  right: 100px;
  font-size: 45px;
  color: #fff;
  z-index: 100;
  cursor: pointer;
  transition: 0.3s ease-out;
}
@media (max-width: 1270px) {
  body.single-project .global-main .hero .images-slider .slick-arrow {
    bottom: 40px;
    left: 75px;
    right: auto;
  }
}
@media (max-width: 768px) {
  body.single-project .global-main .hero .images-slider .slick-arrow {
    left: 50px;
  }
}
@media (max-width: 480px) {
  body.single-project .global-main .hero .images-slider .slick-arrow {
    left: 30px;
  }
}
body.single-project .global-main .hero .images-slider .slick-arrow:hover {
  color: #aaaaaa;
}
@media (min-width: 1270px) {
  body.single-project .global-main .hero .images-slider .slick-arrow.prev {
    margin-right: 70px;
  }
}
@media (max-width: 1270px) {
  body.single-project .global-main .hero .images-slider .slick-arrow.next {
    margin-left: 70px;
  }
}
body.single-project .global-main .hero .content-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 300px 40px 175px;
  box-sizing: border-box;
  max-width: 100%;
  width: 100%;
  display: block;
}
@media (max-width: 1270px) {
  body.single-project .global-main .hero .content-wrapper {
    padding: 0 200px 100px 75px;
  }
}
@media (max-width: 768px) {
  body.single-project .global-main .hero .content-wrapper {
    padding: 0 50px 100px 50px;
  }
}
@media (max-width: 480px) {
  body.single-project .global-main .hero .content-wrapper {
    padding: 0 30px 100px 30px;
  }
}
body.single-project .global-main .hero .content-wrapper .title {
  color: #fff;
  margin-bottom: 10px;
}
body.single-project .global-main .hero .content-wrapper .meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
body.single-project .global-main .hero .content-wrapper .meta .location {
  color: #fff;
  margin: 2px 25px 5px 0;
}
body.single-project .global-main .hero .content-wrapper .meta .categories-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
@media (max-width: 768px) {
  body.single-project .global-main .hero .content-wrapper .meta .categories-wrapper {
    align-items: flex-start;
  }
}
body.single-project .global-main .hero .content-wrapper .meta .categories-wrapper .categories-label {
  color: #fff;
  margin: 0 10px 5px 0;
  font-size: 14px;
  font-style: italic;
  min-width: 107px;
}
body.single-project .global-main .hero .content-wrapper .meta .categories-wrapper .categories {
  display: flex;
  flex-wrap: wrap;
}
body.single-project .global-main .hero .content-wrapper .meta .categories-wrapper .categories .category {
  margin: 0 0 8px 0;
}
body.single-project .global-main .hero .content-wrapper .meta .categories-wrapper .categories .category:after {
  display: inline-block;
  margin: 0 7px 0 3px;
  content: "|";
  color: #fff;
  opacity: 0.3;
  vertical-align: middle;
}
body.single-project .global-main .hero .content-wrapper .meta .categories-wrapper .categories .category:last-child:after {
  display: none;
}
body.single-project .global-main .hero .content-wrapper .meta .categories-wrapper .categories .category .category-link {
  color: #fff;
  font-size: 14px;
  border-bottom: 2px solid #fff;
  white-space: nowrap;
}
body.single-project .global-main .hero .content-wrapper .meta .categories-wrapper .categories .category .category-link:hover {
  border-color: transparent;
  color: #aaaaaa;
}
body.single-project .global-main .hero .anchor-link {
  display: inline-block;
  position: absolute;
  bottom: 0px;
  right: 100px;
  color: #fff;
  padding: 8px 9px 5px;
  background-color: #555555;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 12px;
}
@media (max-width: 768px) {
  body.single-project .global-main .hero .anchor-link {
    right: 50px;
  }
}
@media (max-width: 480px) {
  body.single-project .global-main .hero .anchor-link {
    right: 30px;
  }
}
body.single-project .global-main .hero .anchor-link:hover {
  background-color: #439539;
}
body.single-project .global-main .hero .anchor-link .icon-chevron-down {
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}
body.single-project .global-main .lower-content {
  padding: 100px 100px 105px 175px;
  box-sizing: border-box;
  clear: both;
  zoom: 1;
}
body.single-project .global-main .lower-content:before, body.single-project .global-main .lower-content:after {
  content: "";
  display: table;
}
body.single-project .global-main .lower-content:after {
  clear: both;
}
@media (max-width: 1270px) {
  body.single-project .global-main .lower-content {
    padding: 100px 75px 105px 150px;
  }
}
@media (max-width: 768px) {
  body.single-project .global-main .lower-content {
    padding: 100px 50px 105px;
  }
}
@media (max-width: 480px) {
  body.single-project .global-main .lower-content {
    padding: 100px 30px 105px;
  }
}
body.single-project .global-main .lower-content .details-wrapper {
  margin-top: 40px;
}
@media (min-width: 1270px) {
  body.single-project .global-main .lower-content .details-wrapper {
    float: right;
    width: calc(100% - 845px);
    margin: 0;
  }
}
body.single-project .global-main .lower-content .details-wrapper .detail .name {
  font-size: 12px;
  margin: 0 0 5px;
}
body.single-project .global-main .lower-content .details-wrapper .detail .text {
  font-size: 14px;
}
body.single-project .global-main .lower-content .details-wrapper .photo-credit {
  color: #aaaaaa;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
  margin-top: 25px;
}
body.single-project .global-main .lower-content .quote-wrapper {
  clear: both;
  zoom: 1;
  padding-top: 50px;
  max-width: 1085px;
  width: 100%;
}
body.single-project .global-main .lower-content .quote-wrapper:before, body.single-project .global-main .lower-content .quote-wrapper:after {
  content: "";
  display: table;
}
body.single-project .global-main .lower-content .quote-wrapper:after {
  clear: both;
}
@media (min-width: 768px) {
  body.single-project .global-main .lower-content .quote-wrapper {
    width: 75%;
  }
}
body.single-project .global-main .lower-content .quote-wrapper .quote {
  color: #439539;
}
body.single-project .global-main .lower-content .quote-wrapper .byline {
  color: #439539;
}
body.single-project .global-main .lower-content .project-navigation-wrapper {
  clear: both;
  zoom: 1;
}
body.single-project .global-main .lower-content .project-navigation-wrapper:before, body.single-project .global-main .lower-content .project-navigation-wrapper:after {
  content: "";
  display: table;
}
body.single-project .global-main .lower-content .project-navigation-wrapper:after {
  clear: both;
}
body.single-project .global-main .lower-content .project-navigation-wrapper .project-navigation {
  display: flex;
  padding-top: 185px;
  justify-content: space-between;
}
body.single-project .global-main .lower-content .project-navigation-wrapper .project-navigation .prev a, body.single-project .global-main .lower-content .project-navigation-wrapper .project-navigation .next a {
  display: block;
  width: 45px;
  height: 26px;
}
body.single-project .global-main .lower-content .project-navigation-wrapper .project-navigation .prev a:hover:before, body.single-project .global-main .lower-content .project-navigation-wrapper .project-navigation .next a:hover:before {
  color: #aaaaaa;
}
body.single-project .global-main .lower-content .project-navigation-wrapper .project-navigation .prev a:before, body.single-project .global-main .lower-content .project-navigation-wrapper .project-navigation .next a:before {
  display: inline-block;
  content: "\e003";
  font-size: 45px;
  font-family: theme-icons;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
  color: #439539;
  transition: 0.3s ease-out;
}
body.single-project .global-main .lower-content .project-navigation-wrapper .project-navigation .prev a:before {
  content: "\e002";
}
@media (min-width: 1270px) {
  body.single-project .global-main .lower-content .project-navigation-wrapper .project-navigation .prev a:before {
    margin-left: -75px;
  }
}
body.single-project .global-main .lower-content .project-navigation-wrapper .project-navigation .back-to {
  font-size: 18px;
  border-bottom: 2px solid #439539;
}
body.single-project .global-main .lower-content .project-navigation-wrapper .project-navigation .back-to:hover {
  border-color: transparent;
}

body.post-type-archive-project .global-main {
  padding-left: 100px;
}
@media (max-width: 768px) {
  body.post-type-archive-project .global-main {
    padding-left: 50px;
  }
}
@media (max-width: 480px) {
  body.post-type-archive-project .global-main {
    padding-left: 30px;
  }
}
body.post-type-archive-project .category-filter {
  padding: 0 0 20px 75px;
  text-align: center;
}
@media (max-width: 768px) {
  body.post-type-archive-project .category-filter {
    padding-left: 0;
  }
}
body.post-type-archive-project .category-filter .category {
  display: inline-block;
  margin-right: 48px;
  margin-bottom: 25px;
}
body.post-type-archive-project .category-filter .category.current-menu-item a {
  color: #439539;
  border-color: #439539;
}
body.post-type-archive-project .category-filter .category a {
  color: #555555;
  border-bottom: 2px solid transparent;
  font-size: 18px;
}
body.post-type-archive-project .category-filter .category a:hover {
  border-color: #aaaaaa;
}
body.post-type-archive-project .project-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: calc(100% + 6px);
  margin-left: -3px;
}
body.post-type-archive-project .project-grid .project {
  display: block;
  position: relative;
  width: 100%;
  padding: 0 3px 6px;
  box-sizing: border-box;
  background-color: #fff;
  overflow: hidden;
  transition: 0.3s ease-out;
  opacity: 1;
}
@media (min-width: 768px) {
  body.post-type-archive-project .project-grid .project {
    width: 50%;
  }
}
@media (min-width: 991px) {
  body.post-type-archive-project .project-grid .project {
    width: 33.333%;
  }
}
body.post-type-archive-project .project-grid .project.fade {
  opacity: 0;
}
body.post-type-archive-project .project-grid .project.hidden {
  display: none;
}
body.post-type-archive-project .project-grid .project .inner {
  position: relative;
  background-color: #439539;
  height: 330px;
}
body.post-type-archive-project .project-grid .project:hover .content-wrapper {
  z-index: 1;
}
body.post-type-archive-project .project-grid .project:hover .image {
  opacity: 0.3;
}
body.post-type-archive-project .project-grid .project .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-grid .project .content-wrapper {
  padding: 0 50px 45px;
  position: absolute;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
}
body.post-type-archive-project .project-grid .project .content-wrapper .name {
  color: #fff;
  margin-bottom: 5px;
}
body.post-type-archive-project .project-grid .project .content-wrapper .location {
  color: #fff;
  margin: 0;
}

body.single-staff .wrapper-wrapper {
  clear: both;
  zoom: 1;
}
body.single-staff .wrapper-wrapper:before, body.single-staff .wrapper-wrapper:after {
  content: "";
  display: table;
}
body.single-staff .wrapper-wrapper:after {
  clear: both;
}
body.single-staff .back-to-wrapper {
  clear: both;
  zoom: 1;
  margin: 185px 0 100px;
}
body.single-staff .back-to-wrapper:before, body.single-staff .back-to-wrapper:after {
  content: "";
  display: table;
}
body.single-staff .back-to-wrapper:after {
  clear: both;
}
body.post-type-archive-staff .staff-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body.post-type-archive-staff .staff-grid .staff-member {
  display: block;
  position: relative;
  height: 330px;
  width: calc(50% - 15px);
  margin-bottom: 70px;
}
@media (min-width: 991px) {
  body.post-type-archive-staff .staff-grid .staff-member {
    width: calc(33.333% - 20px);
  }
}
@media (max-width: 580px) {
  body.post-type-archive-staff .staff-grid .staff-member {
    width: 100%;
  }
}
body.post-type-archive-staff .staff-grid .staff-member:hover .headshot:before {
  opacity: 0.7;
}
body.post-type-archive-staff .staff-grid .staff-member:hover .name {
  color: #555555;
}
body.post-type-archive-staff .staff-grid .staff-member .headshot {
  width: 100%;
  height: 250px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #aaaaaa;
  position: relative;
}
body.post-type-archive-staff .staff-grid .staff-member .headshot:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #439539;
  transition: 0.3s ease-out;
  opacity: 0;
}
body.post-type-archive-staff .staff-grid .staff-member .name {
  color: #439539;
  margin: 15px 0 5px;
  transition: 0.3s ease-out;
}

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