@charset "UTF-8";
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, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

blockquote, q {
  quotes: none; }

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

/* remember to define visible focus styles! 
:focus{
    outline:?????;
} */
/* remember to highlight inserts somehow! */
ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

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

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-dots {
  position: absolute;
  bottom: 16px;
  margin-bottom: 0;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center; }
  @media (min-width: 699px) {
    .slick-dots {
      bottom: 26px; } }
  .slick-dots button {
    display: none; }
  .slick-dots li {
    background: #FFF;
    border-radius: 7px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    background-clip: border-box;
    height: 12px;
    width: 12px;
    border: 0;
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li:after {
      content: "";
      display: table;
      clear: both; }
  .slick-dots .slick-active {
    background: #111111;
    border: 1px solid #FFF; }
  .slick-dots a {
    display: block; }

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 0px;
  padding: 0px; }

html {
  overflow-y: scroll; }

body {
  font-family: "Poppins", serif;
  line-height: 31px;
  color: #111111;
  text-rendering: optimizelegibility;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: #FFF;
  letter-spacing: 0.03rem; }
  body:after {
    content: " ";
    display: block;
    clear: both; }

img {
  max-width: 100%;
  width: auto;
  height: auto; }

p, ul, ol {
  margin-bottom: 20px;
  font-family: "Poppins", serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 25px;
  line-height: 1.5625rem;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  letter-spacing: 0.05rem; }
  @media (min-width: 699px) {
    p, ul, ol {
      font-size: 17px;
      line-height: 31px; } }
  p.small, .small p, ul.small, .small ul, ol.small, .small ol {
    letter-spacing: 0.03rem;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 23px;
    line-height: 1.4375rem; }

ol, ul {
  list-style-position: outside; }

li {
  margin-bottom: 20px;
  margin-left: 20px; }

strong {
  font-weight: 700; }

em {
  font-style: italic; }

a {
  color: #FFF;
  text-decoration: underline; }
  a:hover, a:active {
    color: #cccccc; }

.tt-upper {
  text-transform: uppercase; }

hr {
  border: 1px solid lighen(#111111, 10%);
  height: 1px;
  overflow: hidden;
  width: 100%; }

h1, h2, h3, h4, .h4-appear, h5 {
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
  color: #FFF;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }
  h1 a, h2 a, h3 a, h4 a, .h4-appear a, h5 a {
    text-decoration: none; }

h1 {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 34px;
  line-height: 2.125rem;
  margin-bottom: 16px;
  letter-spacing: 0.16rem; }
  @media (min-width: 699px) {
    h1 {
      font-size: 34px;
      font-size: 2.125rem;
      line-height: 43px;
      line-height: 2.6875rem;
      margin-bottom: 20px; } }

h2, .h2-appear {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 29px;
  line-height: 1.8125rem;
  margin-bottom: 14px;
  letter-spacing: 0.1rem; }
  @media (min-width: 500px) {
    h2, .h2-appear {
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 32px;
      line-height: 2rem; } }
  @media (min-width: 699px) {
    h2, .h2-appear {
      font-size: 22px;
      font-size: 1.375rem;
      line-height: 40px;
      line-height: 2.5rem;
      margin-bottom: 20px; } }

h3 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 25px;
  line-height: 1.5625rem;
  letter-spacing: 0.1rem;
  margin-bottom: 8px; }

button {
  background: transparent;
  border: 0; }

input[type='text'], input[type='search'], input[type='email'], input[type='number'], input[type='url'], textarea {
  background: #FFF;
  -webkit-appearance: none;
  outline: none;
  border: 1px solid #D5D5D5;
  font-family: "Poppins", serif;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 5px 4px;
  border-radius: 0; }
  input[type='text']:focus, input[type='search']:focus, input[type='email']:focus, input[type='number']:focus, input[type='url']:focus, textarea:focus {
    border: 1px solid #111111; }

input[type='submit'] {
  -webkit-appearance: none;
  border: 0; }
  input[type='submit']:hover {
    cursor: pointer; }

select {
  border-radius: 0;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  height: 27px;
  background: white; }

.page-container:after {
  content: "";
  display: table;
  clear: both; }

.inner {
  width: 90%;
  margin: auto; }
  .inner:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 990px) {
    .inner {
      max-width: 990px !important; } }
  @media (min-width: 1200px) {
    .inner {
      max-width: 1200px !important; } }

@media (min-width: 699px) {
  .inner--med {
    width: 90%;
    margin: auto; } }

.inner--small {
  max-width: 785px;
  margin: auto; }

.inner--relative {
  position: relative; }

.content-container {
  padding-top: 50px;
  padding-bottom: 60px;
  background: #E5A434; }
  .content-container:after {
    content: "";
    display: table;
    clear: both; }

.grid-container:after, footer:after {
  content: "";
  display: table;
  clear: both; }

.grid-container .last, footer .last {
  margin-right: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-13, .col-14, .col-15, .col-16, .col-17, .col-18, .col-19, .col-20, .col-21, .col-22, .col-23, .col-24 {
  margin-bottom: 60px;
  width: 100%; }
  .col-1 img, .col-2 img, .col-3 img, .col-4 img, .col-5 img, .col-6 img, .col-7 img, .col-8 img, .col-9 img, .col-10 img, .col-11 img, .col-12 img, .col-13 img, .col-14 img, .col-15 img, .col-16 img, .col-17 img, .col-18 img, .col-19 img, .col-20 img, .col-21 img, .col-22 img, .col-23 img, .col-24 img {
    display: block; }

.col-small-8 {
  width: 31.4285714286%;
  float: left;
  margin-right: 2.8571428571%; }

.col-small-12 {
  width: 48.5714285714%;
  float: left;
  margin-right: 2.8571428571%; }

.col-small-16 {
  width: 65.7142857143%;
  float: left;
  margin-right: 2.8571428571%; }

.col-small-18 {
  width: 74.2857142857%;
  float: left;
  margin-right: 2.8571428571%; }

@media (min-width: 0) and (max-width: 698px) {
  .col-small-hide {
    display: none; }
  .col-small-show {
    display: block; } }

@media (min-width: 699px) {
  .col-small-show {
    display: none; } }

@media (min-width: 699px) {
  .col-24 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .col-23 {
    width: 95.7142857143%;
    float: left;
    margin-right: 2.8571428571%; }
  .col-22 {
    width: 91.4285714286%;
    float: left;
    margin-right: 2.8571428571%; }
  .col-21 {
    width: 87.1428571429%;
    float: left;
    margin-right: 2.8571428571%; }
  .col-20 {
    width: 82.8571428571%;
    float: left;
    margin-right: 2.8571428571%; }
  .col-18-nf {
    width: 74.2857142857%;
    margin: auto;
    margin-bottom: 60px; }
  .col-19 {
    width: 78.5714285714%;
    float: left;
    margin-right: 2.8571428571%; }
  .col-18 {
    width: 74.2857142857%;
    float: left;
    margin-right: 2.8571428571%; }
  .col-17 {
    width: 70%;
    float: left;
    margin-right: 2.8571428571%; }
  .col-17-nf {
    width: 70%;
    margin: auto;
    margin-bottom: 60px; }
  .col-16 {
    width: 65.7142857143%;
    float: left;
    margin-right: 2.8571428571%; }
  .col-16-nf {
    width: 65.7142857143%;
    margin: auto;
    margin-bottom: 60px; }
  .col-15 {
    width: 61.4285714286%;
    float: left;
    margin-right: 2.8571428571%; }
  .col-14 {
    width: 57.1428571429%;
    float: left;
    margin-right: 2.8571428571%; }
  .col-13 {
    width: 52.8571428571%;
    float: left;
    margin-right: 2.8571428571%; }
  .col-12 {
    width: 48.5714285714%;
    float: left;
    margin-right: 2.8571428571%; }
  .col-14-nf {
    width: 57.1428571429%;
    margin: auto;
    margin-bottom: 60px; }
  .col-11 {
    width: 44.2857142857%;
    float: left;
    margin-right: 2.8571428571%; }
  .col-10 {
    width: 40%;
    float: left;
    margin-right: 2.8571428571%; }
  .col-9 {
    width: 35.7142857143%;
    float: left;
    margin-right: 2.8571428571%; }
  .col-8 {
    width: 31.4285714286%;
    float: left;
    margin-right: 2.8571428571%; }
  .col-7 {
    width: 27.1428571429%;
    float: left;
    margin-right: 2.8571428571%; }
  .col-6 {
    width: 22.8571428571%;
    float: left;
    margin-right: 2.8571428571%; }
  .col-5 {
    width: 18.5714285714%;
    float: left;
    margin-right: 2.8571428571%; }
  .col-4 {
    width: 14.2857142857%;
    float: left;
    margin-right: 2.8571428571%; }
  .col-3 {
    width: 10%;
    float: left;
    margin-right: 2.8571428571%; }
  .col-2 {
    width: 5.7142857143%;
    float: left;
    margin-right: 2.8571428571%; } }

@media (min-width: 699px) and (max-width: 989px) {
  .col-med-24 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .col-med-18 {
    width: 74.2857142857%;
    float: left;
    margin-right: 2.8571428571%; }
  .col-med-17 {
    width: 70%;
    float: left;
    margin-right: 2.8571428571%; }
  .col-med-16 {
    width: 65.7142857143%;
    float: left;
    margin-right: 2.8571428571%; }
  .col-med-15 {
    width: 61.4285714286%;
    float: left;
    margin-right: 2.8571428571%; }
  .col-med-14 {
    width: 57.1428571429%;
    float: left;
    margin-right: 2.8571428571%; }
  .col-med-13 {
    width: 52.8571428571%;
    float: left;
    margin-right: 2.8571428571%; }
  .col-med-12 {
    width: 48.5714285714%;
    float: left;
    margin-right: 2.8571428571%; }
  .col-med-11 {
    width: 44.2857142857%;
    float: left;
    margin-right: 2.8571428571%; }
  .col-med-10 {
    width: 40%;
    float: left;
    margin-right: 2.8571428571%; }
  .col-med-9 {
    width: 35.7142857143%;
    float: left;
    margin-right: 2.8571428571%; }
  .col-med-8 {
    width: 31.4285714286%;
    float: left;
    margin-right: 2.8571428571%; }
  .col-med-7 {
    width: 27.1428571429%;
    float: left;
    margin-right: 2.8571428571%; }
  .col-med-6 {
    width: 22.8571428571%;
    float: left;
    margin-right: 2.8571428571%; }
  .col-med-5 {
    width: 18.5714285714%;
    float: left;
    margin-right: 2.8571428571%; }
  .col-med-4 {
    width: 14.2857142857%;
    float: left;
    margin-right: 2.8571428571%; }
  .col-med-3 {
    width: 10%;
    float: left;
    margin-right: 2.8571428571%; }
  .med-last {
    margin-right: 0; } }

@media (min-width: 699px) {
  .col-nogut-med-9 {
    box-sizing: border-box;
    width: 37.5%;
    float: left;
    margin-right: 0; }
  .col-nogut-med-8 {
    box-sizing: border-box;
    width: 33.3333333333%;
    float: left;
    margin-right: 0; }
  .col-nogut-med-12 {
    box-sizing: border-box;
    width: 50%;
    float: left;
    margin-right: 0; }
  .col-nogut-med-15 {
    box-sizing: border-box;
    width: 62.5%;
    float: left;
    margin-right: 0; }
  .col-nogut-med-16 {
    box-sizing: border-box;
    width: 66.6666666667%;
    float: left;
    margin-right: 0; }
  .col-nogut-med-17 {
    box-sizing: border-box;
    width: 70.8333333333%;
    float: left;
    margin-right: 0; } }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000001;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000002;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1000000004; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1000000003; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1000000005;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 36px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  background: white;
  color: #111111; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before, .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #E5A434;
    color: #FFF;
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.section {
  padding-top: 60px; }
  @media (min-width: 699px) {
    .section {
      padding-top: 90px; } }

@media (min-width: 320px) and (max-width: 699px) {
  .section--top p:last-of-type {
    margin-bottom: 0; } }

@media (min-width: 320px) and (max-width: 699px) {
  .section--small-only {
    padding-top: 60px; } }

@media (min-width: 699px) {
  .section--med {
    padding-top: 60px; } }

@media (min-width: 699px) {
  .section--panels {
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between; } }

.center-container {
  text-align: center; }

@media (min-width: 320px) and (max-width: 699px) {
  .center-container--small {
    text-align: center; } }

.center {
  margin: auto; }

main, .main {
  display: block;
  margin-bottom: 0; }
  main:after, .main:after {
    content: "";
    display: table;
    clear: both; }

@media (min-width: 320px) and (max-width: 699px) {
  .small-hide {
    display: none !important; } }

@media (min-width: 699px) {
  .small-only {
    display: none !important; } }

.heading-alt {
  font-family: "Poppins", sans-serif; }

.pdf-link {
  text-transform: uppercase;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.06rem;
  padding-left: 42px;
  background: url(/assets/images/site/pdf-icon.svg);
  background-repeat: no-repeat;
  background-position: left;
  padding-top: 4px; }

.asset-container {
  height: 100%;
  text-align: center;
  margin-bottom: 2.8571428571%;
  position: relative; }
  @media (min-width: 699px) {
    .asset-container {
      background: black; } }
  @media (min-width: 699px) {
    .asset-container {
      width: 20vw;
      height: 20vw; } }
  @media (min-width: 699px) {
    .asset-container img.media-portrait {
      height: 100%;
      margin: auto; }
    .asset-container img.media-landscape {
      width: 100%;
      width: auto;
      height: auto;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto; } }

.border-bottom {
  border-bottom: 1px solid #E5A434; }

.border-top {
  border-top: 1px solid #E5A434; }

@media (min-width: 320px) and (max-width: 699px) {
  .border-bottom--small {
    border-bottom: 1px solid #E5A434; } }

.home-margin {
  padding-bottom: 200px; }
  @media (min-width: 400px) {
    .home-margin {
      padding-bottom: 240px; } }
  @media (min-width: 500px) {
    .home-margin {
      padding-bottom: 350px; } }
  @media (min-width: 699px) {
    .home-margin {
      padding-bottom: 380px; } }
  @media (min-width: 799px) {
    .home-margin {
      padding-bottom: 420px; } }
  @media (min-width: 990px) {
    .home-margin {
      padding-bottom: 600px; } }
  @media (min-width: 1400px) {
    .home-margin {
      padding-bottom: 750px; } }

.about-margin {
  padding-bottom: 140px; }
  @media (min-width: 400px) {
    .about-margin {
      padding-bottom: 200px; } }
  @media (min-width: 500px) {
    .about-margin {
      padding-bottom: 300px; } }
  @media (min-width: 699px) {
    .about-margin {
      padding-bottom: 320px; } }
  @media (min-width: 799px) {
    .about-margin {
      padding-bottom: 380px; } }
  @media (min-width: 990px) {
    .about-margin {
      padding-bottom: 500px; } }
  @media (min-width: 1400px) {
    .about-margin {
      padding-bottom: 640px; } }

.float-left {
  float: left; }

@media (min-width: 699px) {
  .float-right {
    float: right; }
    .float-right.img-float {
      padding-left: 30px; } }

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

@media (min-width: 699px) {
  .align-right--med {
    text-align: right; } }

.clear-after:after {
  content: "";
  display: table;
  clear: both; }

.clear {
  clear: both; }

@media (min-width: 990px) {
  .flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center; } }

.flex-s-up {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center; }

@media (min-width: 990px) {
  .hero {
    position: relative; } }

.hero img {
  display: block; }

@media (min-width: 320px) and (max-width: 989px) {
  .hero .inner {
    width: 100%; } }

@media (min-width: 990px) {
  .hero .inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center; } }

.hero-overlay {
  display: none; }
  @media (min-width: 699px) {
    .hero-overlay {
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.6) 100%);
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.6) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#66000000',GradientType=0 );
      /* IE6-9 */
      position: absolute;
      bottom: 0px;
      height: 380px;
      padding-top: 285px;
      width: 100%;
      display: block; } }
  @media (min-width: 699px) and (min-width: 990px) {
    .hero-overlay {
      height: 400px; } }
  .hero-overlay p, .hero-overlay li {
    margin-bottom: 14px;
    color: #FFF; }
  .hero-overlay li {
    margin-bottom: 2px; }

@media (min-width: 320px) and (max-width: 399px) {
  .center-container--small {
    text-align: center; } }

.gutter-right {
  margin-right: 60px; }

.gutter-bottom {
  margin-bottom: 60px; }

.gutter-top {
  margin-top: 60px; }

.gutter-right--half {
  margin-right: 30px; }

.gutter-bottom--half {
  margin-bottom: 30px; }

.gutter-bottom--third {
  margin-bottom: 20px; }

.gutter-bottom--double {
  margin-bottom: 120px; }

.padding-top--double {
  padding-top: 120px; }

.padding-top--half {
  padding-top: 30px; }

.gutter-top--half {
  margin-top: 30px; }

.gutter-bottom--none {
  margin-bottom: 0; }

.padding-top {
  padding-top: 60px; }

@media (min-width: 699px) {
  .padding-top-med-only {
    padding-top: 60px; } }

@media (min-width: 699px) {
  .padding-top--double-med-only {
    padding-top: 120px; } }

@media (min-width: 699px) {
  .padding-top--half-med-only {
    padding-top: 30px; } }

.padding-top--half {
  padding-top: 30px; }

.padding-bottom {
  padding-bottom: 60px; }

.padding-bottom--double {
  padding-bottom: 120px; }

.padding-bottom--half {
  padding-bottom: 30px; }

@media (min-width: 320px) and (max-width: 699px) {
  .no-gutter-bottom--small {
    margin-bottom: 0; }
  .gutter-bottom--half--small {
    margin-bottom: 30px; }
  .gutter-bottom--small {
    margin-bottom: 60px; } }

.no-padding-bottom {
  padding-bottom: 0; }

.center-container {
  text-align: center; }

.h1-home {
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 58px;
  line-height: 3.625rem;
  font-weight: 600;
  margin-bottom: 4px; }
  @media (min-width: 699px) {
    .h1-home {
      font-size: 80px;
      font-size: 5rem;
      line-height: 90px;
      line-height: 5.625rem;
      margin-bottom: 16px; } }

.strapline {
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 27px;
  line-height: 1.6875rem; }
  @media (min-width: 699px) {
    .strapline {
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 36px;
      line-height: 2.25rem;
      letter-spacing: 0.10rem; } }

.circle-clip {
  background: rgba(255, 255, 255, 0.3);
  clip-path: circle(154px at center);
  -webkit-clip-path: circle(154px at center); }
  .circle-clip img {
    clip-path: circle(148px at center);
    -webkit-clip-path: circle(148px at center); }

.light-text {
  color: #FFF; }

.dark-text {
  color: #111111; }

.bg-black {
  background: #111111; }

.bg-white {
  background: #FFF; }

.bg-home {
  background-image: url(/assets/images/site/bg-home-s.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100%; }
  @media (min-width: 699px) {
    .bg-home {
      background-image: url(/assets/images/site/bg-home.jpg); } }
  @media (min-width: 1400px) {
    .bg-home {
      background-size: auto; } }

.bg-about {
  background-image: url(/assets/images/site/bg-about-s.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100%; }
  @media (min-width: 699px) {
    .bg-about {
      background-image: url(/assets/images/site/bg-about.jpg); } }
  @media (min-width: 1500px) {
    .bg-about {
      background-size: auto; } }

.bg-bottom-panel {
  background: #FBF9F7; }
  .bg-bottom-panel:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 990px) {
    .bg-bottom-panel {
      background-image: url(/assets/images/site/bg-plant.jpg);
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      background-size: 100%; } }

header {
  padding-top: 15px; }
  header:after:after {
    content: "";
    display: table;
    clear: both; }
  header .inner {
    width: 90%; }
  @media (min-width: 990px) {
    header .inner {
      width: 90%; } }

.header {
  position: relative;
  width: 100%;
  top: 0;
  -webkit-transition: max-height 0.3s ease-out;
  transition: max-height 0.3s ease-out; }

nav {
  color: #FFF; }
  nav ul {
    text-align: right;
    margin: 0;
    list-style: none; }
    nav ul:after {
      content: "";
      display: table;
      clear: both; }
    @media (min-width: 699px) {
      nav ul {
        -webkit-transition: padding 0.3s ease-out;
        transition: padding 0.3s ease-out; }
        .mini nav ul {
          padding-top: 0px; } }
  nav li {
    padding: 10px 0;
    text-align: center;
    margin: 0;
    position: relative; }
    nav li:last-of-type a {
      margin-right: 0; }
    @media (min-width: 699px) {
      nav li {
        display: inline-block;
        margin-right: 0px;
        border: 0;
        padding: 0; }
        nav li.current a {
          cursor: default; } }
  nav a {
    display: inline-block;
    color: #FFF;
    text-transform: uppercase;
    font-size: 16px;
    font-size: 1rem;
    line-height: 26px;
    line-height: 1.625rem;
    text-decoration: none;
    letter-spacing: 0.10rem;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #FFF; }
    @media (min-width: 699px) {
      nav a {
        margin: 0px 17px; } }
    @media (min-width: 990px) {
      nav a {
        margin: 0px 24px; } }
    nav a:hover {
      color: #cccccc;
      border: 0; }
    @media (min-width: 1200px) {
      nav a {
        margin: 0px 22px; } }
  nav li a.current {
    color: #FFF;
    border-bottom: #FFF 2px solid; }

.nav-logo {
  float: right;
  padding-left: 40px; }

.nav-button {
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 999999; }
  .nav-button:hover {
    cursor: pointer; }
  @media (min-width: 699px) {
    .nav-button {
      top: 24px; } }
  @media (min-width: 699px) {
    .nav-button {
      display: none; } }
  .nav-button a {
    border-bottom: 0; }

#nav-icon {
  width: 26px;
  height: 32px;
  position: relative;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }
  @media (min-width: 699px) {
    #nav-icon {
      width: 28px;
      height: 34px; } }

#nav-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #FFF;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

#nav-icon span:nth-child(1) {
  top: 0px; }

#nav-icon span:nth-child(2), #nav-icon span:nth-child(3) {
  top: 9px; }

#nav-icon span:nth-child(4) {
  top: 18px; }

#nav-icon .btn-close span {
  background: #FFF; }

#nav-icon .btn-close span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%; }

#nav-icon .btn-close span:nth-child(2) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

#nav-icon .btn-close span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }

#nav-icon .btn-close span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%; }

/*overlay*/
.nav-large {
  display: none; }

@media (min-width: 699px) {
  .nav-small {
    opacity: 0;
    visibility: hidden; }
  .nav-large {
    display: block; } }

.btn-open {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 26px;
  line-height: 1.625rem;
  color: #FFF;
  display: block;
  height: 28px;
  width: 26px; }

.btn-close {
  font-size: 16px;
  font-size: 1rem;
  display: block;
  height: 26px;
  padding-right: 30px; }

@media (min-width: 990px) {
  #mobile-header {
    display: none; } }

.logo {
  margin-bottom: 0px;
  font-size: 28px;
  font-size: 1.75rem;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.12rem; }
  .logo a {
    text-decoration: none; }
  @media (min-width: 990px) {
    .logo {
      margin-bottom: 18px; }
      .mini .logo {
        margin-bottom: 13px; } }
  .logo a:hover {
    border-bottom: 0; }
  .logo img {
    max-width: 180px;
    padding-left: 5%;
    -webkit-transition: max-width 0.3s ease-in-out;
    transition: max-width 0.3s ease-in-out;
    display: inline-block; }
    @media (min-width: 500px) {
      .logo img {
        max-width: 190px; } }
    @media (min-width: 699px) {
      .logo img {
        padding-left: 40px; } }
    @media (min-width: 990px) {
      .logo img {
        padding-left: 0px; } }
    @media (min-width: 699px) {
      .logo img {
        width: auto;
        max-width: 220px; }
        .mini .logo img {
          max-width: 190px;
          padding-top: 5px; } }

.button {
  color: #FFF;
  line-height: 1.6em;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  border-radius: 8px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  font-weight: 500;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  display: inline-block;
  padding: 14px 26px 14px 26px;
  letter-spacing: 0.10rem;
  text-align: center;
  background-color: transparent;
  text-decoration: none; }

.button--outline-white {
  border: 2px solid #FFF;
  color: #FFF; }
  .button--outline-white:hover {
    border: 2px solid #cccccc; }

.button--pdf {
  background: url("/assets/images/site/pdf-icon.svg");
  background-position: left 16px center;
  background-repeat: no-repeat;
  padding-left: 56px; }

.button-container {
  margin-top: 30px; }
  .button-container .button {
    margin: 0 10px 20px 0;
    width: 100%; }
  .button-container a {
    width: 100%; }
  @media (min-width: 699px) {
    .button-container:last-of-type {
      margin-right: 0px; }
    .button-container .button {
      width: auto; }
    .button-container a {
      width: auto; } }

.link {
  font-family: "Poppins", sans-serif; }

.cta-link {
  color: #E5A434;
  letter-spacing: 0.08rem;
  background-image: url(/assets/images/site/cta-arrow.svg);
  background-repeat: no-repeat;
  background-position: top 2px right 0px;
  font-family: "Poppins", sans-serif;
  padding-right: 26px;
  border-bottom: 0;
  -webkit-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out; }
  .cta-link:hover {
    color: #565656;
    background-position: top -43px right 0px;
    border-bottom: 0; }

.cta-link--back {
  background-image: url(/assets/images/site/cta-arrow-back.svg);
  background-position: 0 -108px;
  padding-left: 30px;
  padding-right: 0; }
  .cta-link--back:hover {
    color: #111111;
    background-position: 0 3px;
    border-bottom: 0; }

.discrete-link {
  text-decoration: none; }

h3 .discrete-link {
  color: #565656; }

.head-shot {
  margin: auto;
  margin-bottom: 12px; }
  @media (min-width: 699px) {
    .head-shot {
      float: left;
      margin: none;
      margin-right: 20px; } }

.services-list li {
  display: inline-block;
  padding-right: 4px; }
  .services-list li:before {
    content: ' \2022';
    margin-right: 4px; }

.project-data p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 25px;
  line-height: 1.5625rem; }

.project-data h3 {
  margin-bottom: 3px; }

.panel {
  padding: 24px;
  background: #FFF;
  border: 1px solid #D7D7D7; }

.panel__heading {
  margin-bottom: 7px; }

.panel__cta .cta-link {
  color: #FFF;
  letter-spacing: 0.05rem;
  background-position: right -62px; }

@media (min-width: 990px) {
  .panel--promise {
    padding: 50px; } }

.panel--extract {
  color: #FFF;
  border-left: 8px solid #E5A434;
  background-image: url(/assets/images/site/quote.svg);
  background-color: #111111;
  background-position: left 17px top 30px;
  background-repeat: no-repeat;
  padding-left: 80px;
  background-size: 44px; }
  .panel--extract p:last-of-type {
    margin-bottom: 0; }
  @media (min-width: 990px) {
    .panel--extract {
      border-left: 12px solid #E5A434;
      padding: 50px 50px 50px 120px;
      background-position: left 32px top 50px;
      background-size: 60px; }
      .panel--extract p {
        font-size: 26px;
        font-size: 1.625rem;
        line-height: 42px;
        line-height: 2.625rem; } }

.service-list {
  float: left;
  list-style: none;
  margin-left: 0; }
  .service-list:after {
    content: "";
    display: table;
    clear: both; }
  .service-list li {
    margin-bottom: 16px;
    font-weight: 600;
    font-size: 18px;
    font-size: 1.125rem;
    padding-left: 30px;
    background-image: url(/assets/images/site/cta-arrow.svg);
    background-position: left -107px;
    background-repeat: no-repeat; }
    @media (min-width: 699px) {
      .service-list li {
        font-size: 20px;
        font-size: 1.25rem; } }

.other-services-list {
  list-style: none;
  display: inline-block; }
  .other-services-list li {
    float: left;
    margin-right: 34px;
    margin-bottom: 16px;
    font-weight: 600;
    font-size: 19px;
    font-size: 1.1875rem;
    background-position: left -53px;
    padding-left: 30px;
    background-image: url(/assets/images/site/cta-arrow.svg);
    background-repeat: no-repeat; }
    @media (min-width: 699px) {
      .other-services-list li {
        font-size: 20px;
        font-size: 1.25rem;
        background-position: left -51px; } }
    .other-services-list li a {
      color: #FFF; }
      .other-services-list li a:hover {
        border-color: #FFF; }

.service-item__icon img {
  margin: auto; }

#map, #map2, #map3 {
  height: 320px;
  width: 100%; }
  @media (min-width: 699px) {
    #map, #map2, #map3 {
      height: 340px; } }

.gm-style-iw * {
  display: block;
  width: 100%; }

.gm-style-iw h4, .gm-style-iw p {
  margin: 0;
  padding: 0; }

.gm-style-iw a {
  color: #4272db; }

.additional-map {
  display: none; }
  @media (min-width: 699px) {
    .additional-map {
      display: block; } }

.grid-item-wrapper {
  padding-left: 10px; }

.grid-item {
  margin-bottom: 13px;
  width: 47%;
  padding-left: 0px; }
  @media (min-width: 699px) {
    .grid-item {
      width: 48%; } }
  .grid-item img {
    display: block; }
  @media (min-width: 699px) {
    .grid-item {
      width: 32%; } }

.grid {
  position: relative;
  clear: both;
  margin: 0 auto;
  list-style: none;
  text-align: center; }

/* Common style */
.grid .grid-item {
  position: relative;
  float: left;
  overflow: hidden;
  height: auto;
  background: #111111;
  text-align: center;
  cursor: pointer; }

.grid .grid-item img {
  display: block;
  max-width: 100%;
  opacity: 1; }
  .grid .grid-item img:hover {
    opacity: 0.7; }

.grid .plus-wrapper {
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0; }

.grid .plus {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: auto; }

@media (min-width: 699px) {
  .grid-item.effect-jazz:hover .plus {
    opacity: 0; } }

.grid .grid-item .grid-item__content {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none; }
  @media (min-width: 699px) {
    .grid .grid-item .grid-item__content {
      display: block; } }
  .grid .grid-item .grid-item__content h2 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 21px;
    line-height: 1.3125rem; }
    @media (min-width: 990px) {
      .grid .grid-item .grid-item__content h2 {
        font-size: 22px;
        font-size: 1.375rem;
        line-height: 28px;
        line-height: 1.75rem; } }
  .grid .grid-item .grid-item__content .cta span {
    display: none;
    font-size: 16px;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.15rem;
    margin-right: 3px; }
    @media (min-width: 990px) {
      .grid .grid-item .grid-item__content .cta span {
        display: inline-block; } }

.grid .grid-item .grid-item__content::before,
.grid .grid-item .grid-item__content::after {
  pointer-events: none; }

.grid .grid-item .grid-item__content,
.grid .grid-item .grid-item__content > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid .grid-item .grid-item__content > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0; }

.grid .grid-item h2 {
  word-spacing: -0.15em;
  font-weight: 300; }

.grid .grid-item h2,
.grid .grid-item p {
  margin: 0; }

.grid .grid-item p {
  letter-spacing: 1px;
  font-size: 68.5%; }

/*---------------*/
/***** Jazz *****/
/*---------------*/
.grid-item.effect-jazz {
  background: black; }

.grid-item.effect-jazz img {
  opacity: 1; }

.grid-item.effect-jazz .grid-item__content::after,
.grid-item.effect-jazz img,
.grid-item.effect-jazz p {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s; }

.grid-item.effect-jazz .grid-item__content::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  opacity: 0;
  -webkit-transform: rotate3d(0, 0, 1, 115deg) scale3d(1, 0, 0);
  transform: rotate3d(0, 0, 1, 115deg) scale3d(1, 0, 0);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

.grid-item.effect-jazz h2, .grid-item.effect-jazz p {
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1); }

.grid-item.effect-jazz h2, .grid-item.effect-jazz p {
  opacity: 0;
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0); }

.grid-item.effect-jazz h2 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400; }

.grid-item.effect-jazz .content {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.grid-item.effect-jazz p {
  padding: 0.5em 2em;
  text-transform: none;
  font-size: 0.85em;
  opacity: 0;
  letter-spacing: 0.02rem; }

.grid-item.effect-jazz a {
  letter-spacing: 0.2rem;
  font-size: 14px;
  font-size: 0.875rem; }

.grid-item.effect-jazz:hover img {
  -webkit-transform: scale3d(1.05, 1.05, 1);
  transform: scale3d(1.05, 1.05, 1); }
  @media (min-width: 699px) {
    .grid-item.effect-jazz:hover img {
      opacity: 0.2; } }

.grid-item.effect-jazz:hover .grid-item__content::after {
  opacity: 0.4;
  -webkit-transform: rotate3d(0, 0, 1, 135deg) scale3d(1.2, 1.2, 1.2);
  transform: rotate3d(0, 0, 1, 135deg) scale3d(1.2, 1.2, 1.2); }

.grid-item.effect-jazz.grid-item--tall:hover .grid-item__content::after {
  -webkit-transform: rotate3d(0, 0, 1, 135deg) scale3d(0.9, 0.9, 0.9);
  transform: rotate3d(0, 0, 1, 135deg) scale3d(0.9, 0.9, 0.9); }

.grid-item.effect-jazz:hover h2,
.grid-item.effect-jazz:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.grid-item a {
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.1em; }

.white-popup {
  position: relative;
  background: #FFF;
  width: auto;
  margin: 20px auto; }
  .white-popup:after {
    content: "";
    display: table;
    clear: both; }
  .white-popup .last {
    margin-right: 0; }

.white-popup__inner {
  padding: 10px; }
  .white-popup__inner p {
    display: inline-block; }
  .white-popup__inner img {
    display: block; }
  .white-popup__inner .img-container img {
    margin: auto;
    border: 1px solid #FBF9F7; }
  .white-popup__inner .content {
    margin-top: 20px;
    max-width: 862px; }

@media (min-width: 699px) {
  .image-block-thumb {
    position: absolute;
    opacity: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: url(/assets/images/site/zoom.svg);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    background-color: rgba(0, 0, 0, 0.3); } }

.image-block-thumb:hover {
  opacity: 1; }

.work-item {
  position: relative;
  text-align: center; }
  @media (min-width: 320px) and (max-width: 699px) {
    .work-item {
      margin-bottom: 28px; } }
  @media (min-width: 699px) {
    .work-item {
      width: 49.2957746479%;
      float: left;
      margin-right: 1.4084507042%; }
      .work-item:nth-child(2n) {
        margin-right: 0; } }
  .work-item .img-wrapper {
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin-bottom: 6px;
    background: #111111; }
    @media (min-width: 699px) {
      .work-item .img-wrapper {
        margin-bottom: 10px; } }
    @media (min-width: 990px) {
      .work-item .img-wrapper {
        margin-bottom: 16px; } }
  .work-item h3 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 22px;
    line-height: 1.375rem; }
    @media (min-width: 699px) {
      .work-item h3 {
        position: absolute;
        margin: 0 20px 10px 20px;
        bottom: 44%;
        left: 0px;
        right: 0px;
        opacity: 0;
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 23px;
        line-height: 1.4375rem; }
        .work-item h3 a {
          color: #FFF; } }
  .work-item img {
    opacity: 1;
    float: left;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
  .work-item:hover img {
    opacity: 0.4;
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }
  .work-item:hover h3 {
    opacity: 1;
    bottom: 48%;
    left: 0px;
    right: 0px; }

.project-panel {
  margin-bottom: 20px; }
  @media (min-width: 560px) {
    .project-panel {
      margin-bottom: 20px;
      width: 48.5714285714%;
      float: left;
      margin-right: 2.8571428571%; } }
  @media (min-width: 400px) and (max-width: 989px) {
    .project-panel:nth-child(2n) {
      margin-right: 0; } }
  @media (min-width: 990px) {
    .project-panel {
      width: 31.4285714286%;
      float: left;
      margin-right: 2.8571428571%;
      margin-bottom: 34px; }
      .project-panel:nth-child(3n) {
        margin-right: 0; } }

.contact-icon {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 34px;
  line-height: 2.125rem;
  font-family: "Poppins", sans-serif; }
  @media (min-width: 699px) {
    .contact-icon {
      font-size: 22px;
      font-size: 1.375rem;
      line-height: 36px;
      line-height: 2.25rem;
      min-height: 55px;
      margin-bottom: 30px;
      background-image: url(/assets/images/site/contact-icons.png);
      background-repeat: no-repeat;
      padding-left: 68px; }
      .contact-icon span {
        vertical-align: middle;
        padding-top: 10px;
        display: inline-block; } }
  .contact-icon.icon--email {
    background-position: 0 -100px; }
  .contact-icon.icon--tel {
    background-position: 0 0px; }
  .contact-icon.icon--mobile {
    background-position: 0px -200px; }

.contact-details a {
  color: #111111; }
  .contact-details a:hover {
    color: #565656; }

footer {
  border-top: 1px solid #565656; }
  footer p {
    letter-spacing: 0.05rem;
    font-size: 15px;
    font-size: 0.9375rem;
    clear: both; }
  footer a {
    text-decoration: none; }
  footer h3 {
    color: #FFF; }

@media (min-width: 699px) {
  .footer__about {
    padding-right: 30px; } }

.footer__links:after {
  content: "";
  display: table;
  clear: both; }

.footer__links ul {
  list-style: none;
  display: inline-block;
  margin-bottom: 0; }

.footer__links li {
  float: left;
  display: inline-block;
  margin-right: 12px;
  margin-left: 0;
  margin-bottom: 10px; }
  @media (min-width: 699px) {
    .footer__links li {
      margin-left: 24px;
      margin-right: 0; } }
  .footer__links li a {
    font-size: 15px;
    font-size: 0.9375rem;
    text-decoration: none; }

.footer__copyright p, .footer__copyright a {
  font-size: 14px;
  font-size: 0.875rem;
  text-decoration: none; }

@media (min-width: 699px) {
  .footer-right {
    text-align: right; } }

.social {
  display: inline-block; }

.social__inner {
  margin: auto;
  margin-bottom: 10px;
  display: inline-block; }
  .social__inner:after {
    content: "";
    display: table;
    clear: both; }

.social-icon {
  float: left;
  margin: 0 18px 0 0;
  cursor: pointer; }
  .social-icon:last-of-type {
    margin-right: 0; }
  .social-icon:hover {
    opacity: 0.8; }
  .social-icon a {
    height: 24px;
    width: 44px;
    display: block;
    border-bottom: 0;
    text-decoration: none; }
  .social-icon .social-icon__item {
    height: 24px;
    width: 44px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: block;
    background-image: url(/assets/images/site/social.svg);
    background-repeat: no-repeat;
    background-size: 990%; }
    .social--contact .social-icon .social-icon__item {
      border-radius: 30px;
      background-clip: padding-box;
      /* stops bg color from leaking outside the border: */
      border: 2px solid #FFF;
      height: 44px; }
      .social--contact .social-icon .social-icon__item.twitter {
        background-position: -50px -1px; }
      .social--contact .social-icon .social-icon__item.instagram {
        background-position: -1px -1px; }
      .social--contact .social-icon .social-icon__item.linkedin {
        background-position: -144px -1px; }
  .social-icon .twitter {
    background-position: -66px -10px; }
  .social-icon .instagram {
    background-position: -13px -10px; }
  .social-icon .facebook {
    background-position: -117px -10px; }
  .social-icon .linkedin {
    background-position: -167px -10px; }
/*# sourceMappingURL=styles.css.map */