@charset "UTF-8";
/*
Theme Name: David Mark Brown
Description: Custom theme exclusively for use on davidmarkbrown.co.uk
Version: 1.0
Author: David Mark Brown Ltd
*/
/*--------------------------------------*\
	$COMPONENTS
\*--------------------------------------*/
/*--------------------------------------*\
	$FONTS
\*--------------------------------------*/
/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/320024");
@font-face {
  font-family: "HelveticaNeueLTPro-Md";
  src: url("webfonts/320024_0_0.eot");
  src: url("webfonts/320024_0_0.eot?#iefix") format("embedded-opentype"), url("webfonts/320024_0_0.woff2") format("woff2"), url("webfonts/320024_0_0.woff") format("woff"), url("webfonts/320024_0_0.ttf") format("truetype");
}
@font-face {
  font-family: "HelveticaNeueLTPro-Th";
  src: url("webfonts/320024_2_0.eot");
  src: url("webfonts/320024_2_0.eot?#iefix") format("embedded-opentype"), url("webfonts/320024_2_0.woff2") format("woff2"), url("webfonts/320024_2_0.woff") format("woff"), url("webfonts/320024_2_0.ttf") format("truetype");
}
@font-face {
  font-family: "NewBaskervilleITCPro-Italic";
  src: url("webfonts/320024_1_0.eot");
  src: url("webfonts/320024_1_0.eot?#iefix") format("embedded-opentype"), url("webfonts/320024_1_0.woff2") format("woff2"), url("webfonts/320024_1_0.woff") format("woff"), url("webfonts/320024_1_0.ttf") format("truetype");
}
/*--------------------------------------*\
	$COLOURS
\*--------------------------------------*/
/*--------------------------------------*\
	$BREAKPOINTS
\*--------------------------------------*/
/*--------------------------------------*\
	$MIXINS
\*--------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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 {
  margin: 0;
  padding: 0;
  border: 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;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/*-----------------------------------*\

  $TOAST-GRID

  An insane grid.
  You'd be mad to use it.

  Usage
  =====

  Assuming default values:

  <div class="grid">
    <div class="grid__col grid__col--1-of-2">
      A half-width column.
    </div>
    <div class="grid__col grid__col--1-of-4 grid__col--pull-1-of-4">
      A quarter, pulled left by its own width. You get this, right?
    </div>
  </div>


  Customisation
  =============

  $toast-grid-namespace and $toast-grid-column-namespace
  adjusts the class names for the grid. With
  default values, grid wrappers have a class
  of '.grid' and columns '.grid__col'.

  $toast-col-groups(n) adjusts column divisions.
  For example, $toast-col-groups(12) will produce
  a 12-column grid. $col-groups(3,6,8)
  will produce a 3-, 6-, and 8-column grid.

  $toast-gutter-width is—you guessed it—the gutter
  width. Accepts any unit.

  That's it. Have fun.

\*-----------------------------------*/
.grid {
  list-style: none;
  margin-left: -30px;
}
.grid__col--2-of-2, .grid__col--3-of-3, .grid__col--4-of-4, .grid__col--5-of-5, .grid__col--6-of-6, .grid__col--8-of-8, .grid__col--10-of-10, .grid__col--12-of-12 {
  width: 100%;
}
.grid__col--1-of-2, .grid__col--2-of-4, .grid__col--3-of-6, .grid__col--4-of-8, .grid__col--5-of-10, .grid__col--6-of-12 {
  width: 50%;
}
.grid__col--1-of-3, .grid__col--2-of-6, .grid__col--4-of-12 {
  width: 33.3333333333%;
}
.grid__col--2-of-3, .grid__col--4-of-6, .grid__col--8-of-12 {
  width: 66.6666666667%;
}
.grid__col--1-of-4, .grid__col--2-of-8, .grid__col--3-of-12 {
  width: 25%;
}
.grid__col--3-of-4, .grid__col--6-of-8, .grid__col--9-of-12 {
  width: 75%;
}
.grid__col--push-2-of-2, .grid__col--push-3-of-3, .grid__col--push-4-of-4, .grid__col--push-5-of-5, .grid__col--push-6-of-6, .grid__col--push-8-of-8, .grid__col--push-10-of-10, .grid__col--push-12-of-12 {
  margin-left: 100%;
}
.grid__col--push-1-of-2, .grid__col--push-2-of-4, .grid__col--push-3-of-6, .grid__col--push-4-of-8, .grid__col--push-5-of-10, .grid__col--push-6-of-12 {
  margin-left: 50%;
}
.grid__col--push-1-of-3, .grid__col--push-2-of-6, .grid__col--push-4-of-12 {
  margin-left: 33.3333333333%;
}
.grid__col--push-2-of-3, .grid__col--push-4-of-6, .grid__col--push-8-of-12 {
  margin-left: 66.6666666667%;
}
.grid__col--push-1-of-4, .grid__col--push-2-of-8, .grid__col--push-3-of-12 {
  margin-left: 25%;
}
.grid__col--push-3-of-4, .grid__col--push-6-of-8, .grid__col--push-9-of-12 {
  margin-left: 75%;
}
.grid__col--pull-2-of-2, .grid__col--pull-3-of-3, .grid__col--pull-4-of-4, .grid__col--pull-5-of-5, .grid__col--pull-6-of-6, .grid__col--pull-8-of-8, .grid__col--pull-10-of-10, .grid__col--pull-12-of-12 {
  margin-left: -100%;
}
.grid__col--pull-1-of-2, .grid__col--pull-2-of-4, .grid__col--pull-3-of-6, .grid__col--pull-4-of-8, .grid__col--pull-5-of-10, .grid__col--pull-6-of-12 {
  margin-left: -50%;
}
.grid__col--pull-1-of-3, .grid__col--pull-2-of-6, .grid__col--pull-4-of-12 {
  margin-left: -33.3333333333%;
}
.grid__col--pull-2-of-3, .grid__col--pull-4-of-6, .grid__col--pull-8-of-12 {
  margin-left: -66.6666666667%;
}
.grid__col--pull-1-of-4, .grid__col--pull-2-of-8, .grid__col--pull-3-of-12 {
  margin-left: -25%;
}
.grid__col--pull-3-of-4, .grid__col--pull-6-of-8, .grid__col--pull-9-of-12 {
  margin-left: -75%;
}
.grid__col--1-of-5 {
  width: 20%;
}
.grid__col--push-1-of-5 {
  margin-left: 20%;
}
.grid__col--pull-1-of-5 {
  margin-left: -20%;
}
.grid__col--2-of-5 {
  width: 40%;
}
.grid__col--push-2-of-5 {
  margin-left: 40%;
}
.grid__col--pull-2-of-5 {
  margin-left: -40%;
}
.grid__col--3-of-5 {
  width: 60%;
}
.grid__col--push-3-of-5 {
  margin-left: 60%;
}
.grid__col--pull-3-of-5 {
  margin-left: -60%;
}
.grid__col--4-of-5 {
  width: 80%;
}
.grid__col--push-4-of-5 {
  margin-left: 80%;
}
.grid__col--pull-4-of-5 {
  margin-left: -80%;
}
.grid__col--1-of-6 {
  width: 16.6666666667%;
}
.grid__col--push-1-of-6 {
  margin-left: 16.6666666667%;
}
.grid__col--pull-1-of-6 {
  margin-left: -16.6666666667%;
}
.grid__col--5-of-6 {
  width: 83.3333333333%;
}
.grid__col--push-5-of-6 {
  margin-left: 83.3333333333%;
}
.grid__col--pull-5-of-6 {
  margin-left: -83.3333333333%;
}
.grid__col--1-of-8 {
  width: 12.5%;
}
.grid__col--push-1-of-8 {
  margin-left: 12.5%;
}
.grid__col--pull-1-of-8 {
  margin-left: -12.5%;
}
.grid__col--3-of-8 {
  width: 37.5%;
}
.grid__col--push-3-of-8 {
  margin-left: 37.5%;
}
.grid__col--pull-3-of-8 {
  margin-left: -37.5%;
}
.grid__col--5-of-8 {
  width: 62.5%;
}
.grid__col--push-5-of-8 {
  margin-left: 62.5%;
}
.grid__col--pull-5-of-8 {
  margin-left: -62.5%;
}
.grid__col--7-of-8 {
  width: 87.5%;
}
.grid__col--push-7-of-8 {
  margin-left: 87.5%;
}
.grid__col--pull-7-of-8 {
  margin-left: -87.5%;
}
.grid__col--1-of-10 {
  width: 10%;
}
.grid__col--push-1-of-10 {
  margin-left: 10%;
}
.grid__col--pull-1-of-10 {
  margin-left: -10%;
}
.grid__col--2-of-10 {
  width: 20%;
}
.grid__col--push-2-of-10 {
  margin-left: 20%;
}
.grid__col--pull-2-of-10 {
  margin-left: -20%;
}
.grid__col--3-of-10 {
  width: 30%;
}
.grid__col--push-3-of-10 {
  margin-left: 30%;
}
.grid__col--pull-3-of-10 {
  margin-left: -30%;
}
.grid__col--4-of-10 {
  width: 40%;
}
.grid__col--push-4-of-10 {
  margin-left: 40%;
}
.grid__col--pull-4-of-10 {
  margin-left: -40%;
}
.grid__col--6-of-10 {
  width: 60%;
}
.grid__col--push-6-of-10 {
  margin-left: 60%;
}
.grid__col--pull-6-of-10 {
  margin-left: -60%;
}
.grid__col--7-of-10 {
  width: 70%;
}
.grid__col--push-7-of-10 {
  margin-left: 70%;
}
.grid__col--pull-7-of-10 {
  margin-left: -70%;
}
.grid__col--8-of-10 {
  width: 80%;
}
.grid__col--push-8-of-10 {
  margin-left: 80%;
}
.grid__col--pull-8-of-10 {
  margin-left: -80%;
}
.grid__col--9-of-10 {
  width: 90%;
}
.grid__col--push-9-of-10 {
  margin-left: 90%;
}
.grid__col--pull-9-of-10 {
  margin-left: -90%;
}
.grid__col--1-of-12 {
  width: 8.3333333333%;
}
.grid__col--push-1-of-12 {
  margin-left: 8.3333333333%;
}
.grid__col--pull-1-of-12 {
  margin-left: -8.3333333333%;
}
.grid__col--2-of-12 {
  width: 16.6666666667%;
}
.grid__col--push-2-of-12 {
  margin-left: 16.6666666667%;
}
.grid__col--pull-2-of-12 {
  margin-left: -16.6666666667%;
}
.grid__col--5-of-12 {
  width: 41.6666666667%;
}
.grid__col--push-5-of-12 {
  margin-left: 41.6666666667%;
}
.grid__col--pull-5-of-12 {
  margin-left: -41.6666666667%;
}
.grid__col--7-of-12 {
  width: 58.3333333333%;
}
.grid__col--push-7-of-12 {
  margin-left: 58.3333333333%;
}
.grid__col--pull-7-of-12 {
  margin-left: -58.3333333333%;
}
.grid__col--10-of-12 {
  width: 83.3333333333%;
}
.grid__col--push-10-of-12 {
  margin-left: 83.3333333333%;
}
.grid__col--pull-10-of-12 {
  margin-left: -83.3333333333%;
}
.grid__col--11-of-12 {
  width: 91.6666666667%;
}
.grid__col--push-11-of-12 {
  margin-left: 91.6666666667%;
}
.grid__col--pull-11-of-12 {
  margin-left: -91.6666666667%;
}
.grid__col {
  box-sizing: border-box;
  display: inline-block;
  margin-right: -0.25em;
  min-height: 1px;
  padding-left: 30px;
  vertical-align: top;
}
@media (max-width: 768px) {
  .grid__col {
    display: block;
    margin-left: 0;
    margin-right: 0;
    width: auto;
  }
}
@media (max-width: 768px) and (min-width: 600px) {
  .grid__col[class*="grid__col--m-"] {
    display: inline-block;
    margin-right: -0.24em;
  }
  .grid__col.grid__col--m-1-of-2, .grid__col.grid__col--m-2-of-4 {
    width: 50%;
  }
  .grid__col.grid__col--m-1-of-3 {
    width: 33.3333333333%;
  }
  .grid__col.grid__col--m-2-of-3 {
    width: 66.6666666667%;
  }
  .grid__col.grid__col--m-1-of-4 {
    width: 25%;
  }
  .grid__col.grid__col--m-3-of-4 {
    width: 75%;
  }
}
@media (max-width: 600px) {
  .grid__col[class*="grid__col--s-"] {
    display: inline-block;
    margin-right: -0.24em;
  }
  .grid__col.grid__col--s-1-of-2, .grid__col.grid__col--s-2-of-4 {
    width: 50%;
  }
  .grid__col.grid__col--s-1-of-3 {
    width: 33.3333333333%;
  }
  .grid__col.grid__col--s-2-of-3 {
    width: 66.6666666667%;
  }
  .grid__col.grid__col--s-1-of-4 {
    width: 25%;
  }
  .grid__col.grid__col--s-3-of-4 {
    width: 75%;
  }
}
.grid__col--centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.grid__col--d-first {
  float: left;
}
.grid__col--d-last {
  float: right;
}
.grid--no-gutter {
  margin-left: 0;
  width: 100%;
}
.grid--no-gutter .grid__col {
  padding-left: 0;
}
.grid--no-gutter .grid__col--span-all {
  margin-left: 0;
  width: 100%;
}
.grid__col--ab {
  vertical-align: bottom;
}
.grid__col--am {
  vertical-align: middle;
}
*, *:before, *:after {
  box-sizing: inherit;
}
html {
  box-sizing: border-box;
  font-size: 62.5%;
}
body {
  font-family: "HelveticaNeueLTPro-Th", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0.9px;
  line-height: 1.5;
  color: #000;
}
img {
  max-width: 100%;
}
.cf:before, .cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.grecaptcha-badge {
  display: none !important;
}
.page-id-10 .grecaptcha-badge {
  display: block !important;
}
/*--------------------------------------*\
	$TYPOGRAPHY
\*--------------------------------------*/
h1, .h1-style {
  font-size: 2rem;
}
h2, .h2-style {
  font-size: 2rem;
}
h3, .h3-style {
  font-size: 2rem;
}
h4, .h4-style {
  font-size: 1.8rem;
}
h5, .h5-style {
  font-size: 1.6rem;
}
h6, .h6-style {
  font-size: 1.4rem;
}
h1, .h1-style, h2, .h2-style, h3, .h3-style, h4, .h4-style, h5, .h5-style, h6, .h6-style {
  margin-bottom: 20px;
  font-family: "HelveticaNeueLTPro-Md", Helvetica Neue, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
p {
  margin-bottom: 15px;
}
a {
  font-family: "HelveticaNeueLTPro-Md", Helvetica Neue, Helvetica, Arial, sans-serif;
  letter-spacing: 0.8px;
  color: #939598;
  opacity: 1;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}
a:hover {
  opacity: 0.6;
  cursor: pointer;
}
ul {
  margin-bottom: 20px;
  margin-left: 20px;
  list-style: disc;
  list-style-position: outside;
}
ul li {
  margin-bottom: 10px;
}
ul li ul {
  margin-top: 10px;
  margin-bottom: 10px;
}
ol {
  margin-bottom: 20px;
  margin-left: 20px;
  list-style: decimal;
  list-style-position: outside;
}
ol li {
  margin-bottom: 10px;
}
blockquote {
  padding: 20px;
}
strong {
  font-weight: bold;
}
em {
  font-family: "NewBaskervilleITCPro-Italic", Baskerville, Baskerville Old Face, Hoefler Text, Garamond, Times New Roman, serif;
  line-height: 1.5;
  letter-spacing: 0.2px;
  font-size: 1.8rem;
}
picture img {
  max-width: 100%;
}
table {
  margin-bottom: 20px;
}
table td, table th {
  border: 1px solid;
  padding: 10px;
}
table th {
  font-weight: bold;
}
.table-1 {
  table-layout: fixed;
}
.table-1 td:nth-child(3), .table-1 td:nth-child(4), .table-1 td:nth-child(5) {
  width: 10%;
  text-align: center;
}
.table-2 {
  table-layout: fixed;
}
.table-2 td:nth-child(2) {
  width: 20%;
}
/*--------------------------------------*\
	$STRUCTURE
\*--------------------------------------*/
.container {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1530px;
}
.container--no-padding {
  padding: 0;
  max-width: 1490px;
}
.site-content {
  padding-top: 100px;
}
.block {
  margin-bottom: 30px;
}
.block--dark {
  background-color: #000;
  color: #fff;
}
.block--no-margin {
  margin-bottom: 0;
}
.block .block-intro {
  margin: 0 auto 50px auto;
  width: 60%;
  text-align: center;
}
.block .block-intro__title {
  text-transform: uppercase;
}
.col {
  margin-bottom: 15px;
}
.marker-link {
  display: inline-block;
  text-decoration: none;
  color: #000;
  /*
	 opacity: 1;
	 transition: opacity .25s ease-in-out;
	 -moz-transition: opacity .25s ease-in-out;
	 -webkit-transition: opacity .25s ease-in-out;	
	 
	 &:hover {
		 opacity: 0.6;
		 
		 cursor: pointer;
	 }
*/
}
.marker-link .fa {
  padding-right: 2px;
  font-size: 4rem;
}
.marker-link span {
  text-decoration: underline;
  color: #939598;
}
#cookie-notice.cookie-notice-visible .cookie-notice-container {
  display: flex !important;
  align-items: center;
}
@media only screen and (max-width: 900px) {
  #cookie-notice.cookie-notice-visible .cookie-notice-container {
    display: block !important;
  }
}
#cookie-notice {
  border-top: 1px solid #fff;
}
#cookie-notice .cookie-notice-container {
  padding: 10px 30px !important;
  font-family: "HelveticaNeueLTPro-Th", Helvetica Neue, Helvetica, Arial, sans-serif !important;
  letter-spacing: 1px !important;
}
#cookie-notice .cookie-notice-container .cn-text-container {
  margin-right: 20px;
  margin-bottom: 0;
}
#cookie-notice .cookie-notice-container #cn-notice-buttons a {
  background-color: transparent !important;
  text-decoration: underline;
}
#cookie-notice .cookie-notice-container .cn-close-icon {
  opacity: 1 !important;
}
#cookie-notice .cookie-notice-container .cn-close-icon:before, #cookie-notice .cookie-notice-container .cn-close-icon:after {
  background-color: #fff !important;
}
.site-header {
  position: fixed;
  width: 100%;
  height: 100px;
  z-index: 999;
  background-color: #fff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.site-header.smaller {
  height: 60px;
}
.site-header.smaller .site-branding .site-logo {
  margin-top: 20px;
  max-width: 240px;
}
.site-header.smaller .site-nav ul {
  margin-top: 22px;
}
.site-header.smaller .site-nav ul li a {
  font-size: 1.4rem;
}
.site-branding {
  display: inline-block;
  vertical-align: top;
  height: 100px;
}
.site-branding .site-logo {
  margin-top: 45px;
  display: block;
  max-width: 340px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 460px) {
  .site-branding .site-logo {
    max-width: 290px;
  }
}
@media only screen and (max-width: 380px) {
  .site-branding .site-logo {
    max-width: 250px;
  }
}
@media only screen and (max-width: 350px) {
  .site-branding .site-logo {
    max-width: 240px;
  }
}
.site-branding .site-logo:hover {
  opacity: 0.3;
}
.site-nav {
  height: 100px;
  display: inline-block;
  float: right;
  vertical-align: top;
}
@media only screen and (max-width: 850px) {
  .site-nav {
    display: none;
  }
}
.site-nav ul {
  margin: 0;
  margin-top: 53px;
  list-style: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.site-nav ul li {
  margin: 0;
  margin-left: 30px;
  display: inline-block;
  text-transform: uppercase;
}
.site-nav ul li a {
  font-family: "HelveticaNeueLTPro-Md", Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #000;
  font-size: 1.6rem;
  letter-spacing: 1.1px;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.site-nav ul li a:hover {
  color: #939598;
}
.site-nav ul li.current-menu-item a {
  color: #939598;
}
.fat-nav {
  display: none;
}
@media only screen and (max-width: 850px) {
  .hamburger {
    display: block;
    width: 58px;
    height: 40px;
    position: fixed;
    top: 39px;
    right: 0;
    z-index: 10000;
    padding: 12px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .hamburger.smaller {
    top: 10px;
  }
  .hamburger__icon {
    position: relative;
    margin-top: 7px;
    margin-bottom: 7px;
  }
  .hamburger__icon, .hamburger__icon:before, .hamburger__icon:after {
    display: block;
    width: 25px;
    height: 3px;
    background-color: #231F20;
    -moz-transition-property: background-color, -moz-transform;
    -o-transition-property: background-color, -o-transform;
    -webkit-transition-property: background-color, -webkit-transform;
    transition-property: background-color, transform;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
  }
  .hamburger__icon:before, .hamburger__icon:after {
    position: absolute;
    content: "";
  }
  .hamburger__icon:before {
    top: -7px;
  }
  .hamburger__icon:after {
    top: 7px;
  }
  .hamburger.active .hamburger__icon {
    background-color: transparent;
  }
  .hamburger.active .hamburger__icon:before, .hamburger.active .hamburger__icon:after {
    background-color: #fff;
  }
  .hamburger.active .hamburger__icon:before {
    -moz-transform: translateY(7px) rotate(45deg);
    -ms-transform: translateY(7px) rotate(45deg);
    -webkit-transform: translateY(7px) rotate(45deg);
    transform: translateY(7px) rotate(45deg);
  }
  .hamburger.active .hamburger__icon:after {
    -moz-transform: translateY(-7px) rotate(-45deg);
    -ms-transform: translateY(-7px) rotate(-45deg);
    -webkit-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg);
  }
  .fat-nav {
    top: 0;
    left: 0;
    z-index: 9999;
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .fat-nav__wrapper, .fat-nav__wrapper div {
    width: 100%;
    height: 100%;
    display: table;
    table-layout: fixed;
  }
  .fat-nav__wrapper ul {
    display: table-cell;
    vertical-align: middle;
    margin: 0;
    padding: 0;
  }
  .fat-nav__wrapper li {
    list-style: none;
    text-align: center;
    padding: 10px;
    font-size: 1.9rem;
    text-transform: uppercase;
  }
  .fat-nav__wrapper li, .fat-nav__wrapper li a {
    text-decoration: none;
    color: #fff;
  }
  .fat-nav.active {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@media only screen and (max-width: 850px) and (max-width: 600px) {
  .hamburger {
    top: 34px;
  }
}
.site-footer .inside {
  padding: 20px 50px 5px 50px;
  overflow: hidden;
  color: #fff;
  background-color: #000;
  /*
		a:hover {
			color: #fff;
		}
*/
}
@media only screen and (max-width: 769px) {
  .site-footer .inside {
    padding: 20px;
  }
}
.site-footer .inside .marker-link {
  margin-bottom: 5px;
  color: #939598;
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  transition: color 0.25s ease-in-out;
  -moz-transition: color 0.25s ease-in-out;
  -webkit-transition: color 0.25s ease-in-out;
}
.site-footer .inside .marker-link:hover {
  opacity: 1;
  color: #fff;
}
.site-footer .inside .marker-link:hover span {
  color: #fff;
}
.site-footer .inside .marker-link span {
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  transition: color 0.25s ease-in-out;
  -moz-transition: color 0.25s ease-in-out;
  -webkit-transition: color 0.25s ease-in-out;
  /*
				&:hover {
					opacity: 1; // reset _base.scss
				
					color: #fff;
				}
*/
}
.site-footer .inside .site-social {
  margin-top: 36px;
  float: right;
}
@media only screen and (max-width: 769px) {
  .site-footer .inside .site-social {
    margin-top: 0;
    float: none;
  }
}
.site-footer .inside .site-social ul {
  margin: 0;
  list-style: none;
}
.site-footer .inside .site-social ul li {
  margin-left: 12px;
  margin-bottom: 0;
  display: inline-block;
}
@media only screen and (max-width: 769px) {
  .site-footer .inside .site-social ul li {
    margin-left: 0;
    margin-right: 12px;
  }
}
.site-footer .inside .site-social ul li a {
  font-size: 2.8rem;
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  transition: color 0.25s ease-in-out;
  -moz-transition: color 0.25s ease-in-out;
  -webkit-transition: color 0.25s ease-in-out;
}
.site-footer .inside .site-social ul li a:hover {
  opacity: 1;
  color: #fff;
}
.site-footer .inside .site-legal ul {
  margin-left: 0;
  margin-bottom: 0;
}
.site-footer .inside .site-legal li {
  display: inline-block;
  border-right: 1px solid #939598;
  line-height: 1;
}
.site-footer .inside .site-legal li:last-child {
  border-right: none;
}
.site-footer .inside .site-legal li:first-child a {
  margin-left: 0;
}
.site-footer .inside .site-legal a {
  margin-right: 10px;
  margin-left: 5px;
  font-family: "HelveticaNeueLTPro-Th", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  text-decoration: none;
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  transition: color 0.25s ease-in-out;
  -moz-transition: color 0.25s ease-in-out;
  -webkit-transition: color 0.25s ease-in-out;
}
.site-footer .inside .site-legal a:hover {
  opacity: 1;
  color: #fff;
}
.site-footer .outside {
  padding: 10px 50px 40px 50px;
  color: #939598;
}
@media only screen and (max-width: 600px) {
  .site-footer .outside {
    padding: 10px 20px;
  }
}
.site-footer .outside p:nth-child(1) {
  float: left;
}
.site-footer .outside p:nth-child(2) {
  float: right;
}
.site-footer .outside p:nth-child(1), .site-footer .outside p:nth-child(2) {
  font-size: 1.4rem;
}
@media only screen and (max-width: 600px) {
  .site-footer .outside p:nth-child(1), .site-footer .outside p:nth-child(2) {
    margin-bottom: 5px;
    float: none;
  }
}
/*--------------------------------------*\
	$TEMPLATES
\*--------------------------------------*/
/*--------------------------------------*\
	$TEMPLATE PARTS
\*--------------------------------------*/
.intro-w-slideshow-block .text-col {
  padding: 5% 20% 0 10%;
}
@media only screen and (max-width: 769px) {
  .intro-w-slideshow-block .text-col {
    padding-bottom: 5%;
  }
}
@media only screen and (max-width: 600px) {
  .intro-w-slideshow-block .text-col {
    padding-left: 0;
    padding-right: 0;
  }
}
.three-image-block {
  margin-bottom: 0;
}
.three-image-block img {
  margin-bottom: 20px;
}
.two-image-block {
  margin-bottom: 0;
}
.two-image-block img {
  margin-bottom: 20px;
}
.work-block {
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 769px) {
  .work-block {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 600px) {
  .work-block {
    grid-template-columns: repeat(1, 1fr);
  }
}
.work-block__container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 769px) {
  .work-block__container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 600px) {
  .work-block__container {
    grid-template-columns: repeat(1, 1fr);
  }
}
/* Common style */
.work-piece {
  overflow: hidden;
  position: relative;
  float: left;
  width: 100%;
  font-family: "HelveticaNeueLTPro-Md", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  text-align: center;
  cursor: pointer;
  /* Sadie effect */
  /*
	&.effect-sadie h2 {
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
		color: #484c61;
		-webkit-transition: -webkit-transform 0.35s, color 0.35s;
		transition: transform 0.35s, color 0.35s;
		-webkit-transform: translate3d(0,-50%,0);
		transform: translate3d(0,-50%,0);
	}
*/
  /*
	&.effect-sadie p {
		position: absolute;
		bottom: 10px;
		left: 0;
		padding: 2em;
		width: 100%;
		opacity: 0;
		-webkit-transform: translate3d(0,10px,0);
		transform: translate3d(0,10px,0);
	}
	
*/
  /*
	&.effect-sadie:hover h2 {
		color: #fff;
		-webkit-transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
		transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
	}
*/
}
.work-piece img {
  position: relative;
  display: block;
  max-width: 100%;
  margin: 0;
}
.work-piece figcaption {
  text-transform: uppercase;
  color: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.work-piece figcaption::before, .work-piece figcaption::after {
  pointer-events: none;
}
.work-piece figcaption, .work-piece figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.work-piece figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}
.work-piece h2 {
  word-spacing: -0.15em;
  font-weight: 300;
}
.work-piece h2 span {
  font-weight: 800;
}
.work-piece h2, .work-piece p {
  margin: 0;
}
.work-piece p {
  letter-spacing: 1px;
}
.work-piece.effect-sadie figcaption::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, rgba(72, 76, 97, 0) 0%, rgba(0, 0, 0, 0.8) 75%);
  background: linear-gradient(to bottom, rgba(72, 76, 97, 0) 0%, rgba(0, 0, 0, 0.8) 75%);
  content: "";
  opacity: 0;
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
}
.work-piece.effect-sadie figcaption::before, .work-piece.effect-sadie p {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.work-piece.effect-sadie p {
  position: absolute;
  bottom: 40px;
  left: 0;
  padding: 1.5em;
  width: 100%;
  opacity: 0;
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
}
.work-piece.effect-sadie p.project {
  position: absolute;
  bottom: 10px;
  left: 0;
  padding: 2em 0.5em 2em 0.5em;
  font-family: "HelveticaNeueLTPro-Th", Helvetica Neue, Helvetica, Arial, sans-serif;
  text-transform: none;
  width: 100%;
  opacity: 0;
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
}
@media only screen and (max-width: 900px) {
  .work-piece.effect-sadie p.project {
    bottom: 20px;
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 600px) {
  .work-piece.effect-sadie p.project {
    bottom: 10px;
    font-size: 1.5rem;
  }
}
.work-piece.effect-sadie:hover figcaption::before, .work-piece.effect-sadie:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/*
@media screen and (max-width: 50em) {
	.content {
		padding: 0 10px;
		text-align: center;
	}
	.work-piece {
		display: inline-block;
		float: none;
		margin: 10px auto;
		width: 100%;
	}
}
*/
.clients-block {
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: hidden;
}
.clients-block .block-intro {
  margin-bottom: 30px;
}
.client-logos {
  width: 95%;
  margin: 0 auto;
  font-size: 0;
  letter-spacing: normal;
}
.client-logos__logo {
  padding: 0 32px;
  display: inline-block;
  width: 16.6666%;
}
@media only screen and (max-width: 1080px) {
  .client-logos__logo {
    padding: 20px;
  }
}
@media only screen and (max-width: 769px) {
  .client-logos__logo {
    padding: 50px;
    width: 33.3%;
  }
}
@media only screen and (max-width: 600px) {
  .client-logos__logo {
    padding: 20px;
    width: 33.3%;
  }
}
.centered-text-block {
  padding: 50px 0;
}
.centered-text-block--tight {
  padding: 20px 0;
}
.centered-text-block .centered-text {
  margin: 0 auto;
  width: 55%;
  text-align: center;
  line-height: 1.2;
}
@media only screen and (max-width: 769px) {
  .centered-text-block .centered-text {
    width: 80%;
  }
}
@media only screen and (max-width: 600px) {
  .centered-text-block .centered-text {
    width: 100%;
  }
}
.centered-text-block .centered-text h2 {
  text-transform: uppercase;
}
.centered-text-block .centered-text p {
  margin-bottom: 30px;
}
.centered-text-block .centered-text p:last-child {
  margin-bottom: 0;
}
.centered-text-block .centered-text a {
  opacity: 1;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}
.centered-text-block .centered-text a:hover {
  opacity: 0.6;
  cursor: pointer;
}
.centered-text-block .centered-text blockquote {
  padding: 0;
}
.centered-text-block .centered-text blockquote cite {
  font-size: 2rem;
  color: #939598;
}
.centered-text-block--single {
  padding: 100px 0;
}
@media only screen and (max-width: 600px) {
  .centered-text-block--single {
    padding: 40px 0;
  }
}
.hero-image-block img {
  display: block;
  width: 100%;
}
.hero-text-block {
  padding-top: 150px;
  padding-bottom: 135px;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .hero-text-block {
    padding-top: 100px;
    padding-bottom: 85px;
  }
}
.hero-text-block .centered-text {
  margin: 0 auto;
  width: 70%;
  font-size: 3.4rem;
  text-align: center;
  line-height: 1.3;
  /*
		p em {
			font-size: 3.4rem;
		}
*/
}
@media only screen and (max-width: 769px) {
  .hero-text-block .centered-text {
    width: 80%;
    font-size: 2.8rem;
  }
}
.hero-text-block .centered-text h2 {
  text-transform: uppercase;
}
.hero-text-block .centered-text p {
  font-size: 2.3rem;
  font-family: "HelveticaNeueLTPro-Th", Helvetica Neue, Helvetica, Arial, sans-serif;
  line-height: 1.3;
}
.hero-text-block .centered-text p em {
  font-size: 2.3rem;
}
.intro-block {
  margin-top: 50px;
  margin-bottom: 50px;
}
.intro-block .text-col {
  padding: 5% 20% 5% 20%;
}
@media only screen and (max-width: 769px) {
  .intro-block .text-col {
    padding: 0 0 5px 0;
  }
}
.intro-block .text-col h1 {
  margin-bottom: 5px;
  font-size: 4.8rem;
  font-family: "NewBaskervilleITCPro-Italic", Baskerville, Baskerville Old Face, Hoefler Text, Garamond, Times New Roman, serif;
  font-style: normal;
  line-height: 1.1;
  text-transform: none;
}
@media only screen and (max-width: 769px) {
  .intro-block .text-col h1 {
    font-size: 3.8rem;
  }
}
.intro-block .text-col p {
  font-size: 2.3rem;
  font-family: "HelveticaNeueLTPro-Th", Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #939598;
}
@media only screen and (max-width: 769px) {
  .intro-block .text-col p {
    font-size: 1.9rem;
  }
}
.intro-block .text-col-alt {
  padding-top: 70px;
}
@media only screen and (max-width: 769px) {
  .intro-block .text-col-alt {
    padding-top: 0;
  }
}
.basic-text-block {
  margin-top: 50px;
  margin-bottom: 50px;
}
.basic-text-block .text-col {
  padding: 5%;
}
.basic-text-block .text-col h1 {
  margin-bottom: 20px;
  font-size: 4.8rem;
  font-family: "NewBaskervilleITCPro-Italic", Baskerville, Baskerville Old Face, Hoefler Text, Garamond, Times New Roman, serif;
  font-style: normal;
  line-height: 1.1;
  text-transform: none;
}
.basic-text-block .text-col h2 {
  text-transform: none;
}
.basic-text-block .text-col a {
  color: #000;
}
.team-block {
  margin-top: 60px;
}
.team-block .image-col img {
  display: block;
}
.team-block .text-col {
  padding: 15% 20% 15% 8%;
}
@media only screen and (max-width: 769px) {
  .team-block .text-col {
    padding: 15% 20%;
    text-align: center;
  }
}
@media only screen and (max-width: 600px) {
  .team-block .text-col {
    padding: 15% 10%;
  }
}
.locations-block {
  margin-bottom: 0;
}
.locations-block .location {
  margin: 0 auto;
  line-height: 1.4;
}
.locations-block .location p {
  margin-bottom: 20px;
}
@media only screen and (max-width: 769px) {
  .locations-block .location {
    margin: 0 auto;
  }
}
.locations-block .location .location-info {
  padding: 10%;
}
@media only screen and (max-width: 600px) {
  .locations-block .location .location-info {
    padding: 5% 0 10% 0;
  }
}
.form-block {
  padding: 3% 5%;
  overflow: hidden;
  background-color: #ececec;
}
.form-block .intro-text {
  margin-bottom: 25px;
}
.form-block form input[type=text], .form-block form input[type=email], .form-block form textarea {
  margin-bottom: 15px;
  padding: 15px;
  display: block;
  width: 100%;
  font-size: 1.7rem !important;
  border: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  outline: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
}
.form-block form input[type=text]:focus, .form-block form input[type=email]:focus, .form-block form textarea:focus {
  box-shadow: 0 0 5px #999;
}
.form-block form textarea {
  min-height: 245px;
}
.form-block form input[type=submit] {
  float: right;
  padding: 10px 25px;
  display: inline-block;
  font-size: 2rem;
  text-transform: uppercase;
  color: #fff;
  background-color: #000;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  transition: color 0.25s ease-in-out;
  -moz-transition: color 0.25s ease-in-out;
  -webkit-transition: color 0.25s ease-in-out;
  opacity: 1;
  transition: color 0.25s ease-in-out;
  -moz-transition: color 0.25s ease-in-out;
  -webkit-transition: color 0.25s ease-in-out;
}
.form-block form input[type=submit]:hover {
  opacity: 1;
  color: #939598;
}
.form-block form .wpcf7-not-valid-tip {
  display: none;
  font-size: 1.4rem;
  font-style: italic;
  color: #000;
}
.form-block form .wpcf7-validation-errors, .form-block form .wpcf7-mail-sent-ok {
  clear: both;
  margin: 0;
  padding: 0;
  font-family: "NewBaskervilleITCPro-Italic", Baskerville, Baskerville Old Face, Hoefler Text, Garamond, Times New Roman, serif;
  color: #000;
  border: none;
}
.form-block form .wpcf7-mail-sent-ok {
  color: #66ae37;
}
.form-block form .wpcf7-validation-errors {
  color: #b3190f;
}
.form-block form .wpcf7-acceptance {
  font-size: 1.2rem;
}
.about-block {
  /*
&__style--3 {
		
		@include bp-small {
			padding-top: 250px;
		}
		
		.content {
			height: 330px;
			float: right;
		}
	}
*/
}
.about-block__style {
  overflow: hidden;
  /* 		background-image: url(img/placeholders/about-sample.jpg); */
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media only screen and (max-width: 769px) {
  .about-block__style {
    height: auto !important;
    background-image: none !important;
  }
}
.about-block__style .mobile-image {
  display: none;
}
@media only screen and (max-width: 769px) {
  .about-block__style .mobile-image {
    display: block;
  }
}
.about-block__style .mobile-image img {
  display: block;
}
.about-block__style .content {
  width: 605px;
  background-color: #fff;
}
@media only screen and (max-width: 769px) {
  .about-block__style .content {
    width: 100%;
    height: auto !important;
  }
}
.about-block__style .content .text-content {
  padding: 0 10%;
  height: 337.5px;
  display: table;
  font-size: 0;
}
@media only screen and (max-width: 769px) {
  .about-block__style .content .text-content {
    padding-top: 50px;
    padding-bottom: 50px;
    height: auto;
  }
}
.about-block__style .content .text-content__col {
  display: table-cell;
  width: 40%;
  vertical-align: middle;
  font-size: 1.7rem;
}
@media only screen and (max-width: 600px) {
  .about-block__style .content .text-content__col {
    padding: 0 !important;
    display: block;
    width: 100% !important;
  }
}
.about-block__style .content .text-content__col p:last-child {
  margin-bottom: 0;
}
.about-block__style .content .text-content__col ul.categories {
  margin: 0;
  list-style: none;
}
.about-block__style .content .text-content__col:nth-child(1) {
  width: 60%;
  padding-right: 10%;
}
@media only screen and (max-width: 600px) {
  .about-block__style .content .text-content__col:nth-child(1) {
    margin-bottom: 20px;
  }
}
.about-block__style .content .text-content__col:nth-child(2) {
  font-size: 2rem;
  color: #939598;
}
.about-block__style--1 {
  height: 675px;
}
@media only screen and (max-width: 600px) {
  .about-block__style--1 {
    padding-top: 0;
  }
}
.about-block__style--1 .content {
  height: 675px;
  float: right;
}
.about-block__style--1 .content .image-content {
  font-size: 0;
  letter-spacing: normal;
}
.about-block__style--1 .content .image-content__image {
  display: inline-block;
  width: 50%;
  height: 337.5px;
  background-image: url(img/placeholders/about-sample.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media only screen and (max-width: 600px) {
  .about-block__style--1 .content .image-content__image {
    height: 250px;
  }
}
.about-block__style--2 {
  background-position: right center;
  background-size: cover;
}
.about-block__style--2 .content {
  height: 330px;
  float: left;
}
.about-block__style--2:nth-child(odd) .content {
  float: right;
}
.awards-block {
  margin-bottom: 20px;
}
.awards-block__style {
  font-size: 0;
  color: #8a8b8a;
}
.awards-block__style .col {
  margin-bottom: 0 !important;
  display: inline-block;
  width: 50%;
  min-height: 330px;
  vertical-align: top;
  font-size: 1.7rem;
}
@media only screen and (max-width: 769px) {
  .awards-block__style .col {
    display: block;
    width: 100%;
    min-height: none;
  }
}
.awards-block__style .text-content .text-wrapper {
  display: table;
  height: 330px;
}
@media only screen and (max-width: 769px) {
  .awards-block__style .text-content .text-wrapper {
    width: 100%;
    text-align: center;
  }
}
.awards-block__style .text-content .text-wrapper .text {
  padding-left: 80px;
  display: table-cell;
  vertical-align: middle;
}
@media only screen and (max-width: 769px) {
  .awards-block__style .text-content .text-wrapper .text {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.awards-block__style .text-content .text-wrapper .text p:last-child {
  margin-bottom: 0;
}
.awards-block__style--1 {
  background-color: #d7d8d6;
}
.awards-block__style--1 .image-content {
  float: right;
  position: relative;
  background-image: url(img/placeholders/about-sample.jpg);
  background-repeat: no-repeat;
  background-position: none;
  background-size: cover;
}
.awards-block__style--1 .image-content .text-overlay {
  width: 100%;
  position: absolute;
  bottom: 0;
  font-size: 2rem;
  text-align: center;
  color: #000;
  background: -webkit-linear-gradient(top, rgba(72, 76, 97, 0) 0%, rgba(0, 0, 0, 0.55) 75%);
  background: linear-gradient(to bottom, rgba(72, 76, 97, 0) 0%, rgba(0, 0, 0, 0.55) 75%);
}
.awards-block__style--1 .image-content .text-overlay h3 {
  margin-bottom: 5px;
}
.awards-block__style--1 .image-content .text-overlay p {
  line-height: 1.1;
}
.awards-block__style--2 .col {
  width: 49.9%;
}
@media only screen and (max-width: 769px) {
  .awards-block__style--2 .col {
    width: 100%;
  }
}
.awards-block__style--2 .image-content .image-wrapper {
  display: table;
  width: 100%;
  height: 330px;
  text-align: center;
}
.awards-block__style--2 .image-content .image-wrapper .image {
  display: table-cell;
  vertical-align: middle;
  font-size: 2rem;
  color: #000;
}
.awards-block__style--2 .image-content .image-wrapper .image img {
  max-width: 160px;
}
.awards-block__style--2 .image-content .image-wrapper .image h3 {
  margin-bottom: 5px;
}
.awards-block__style--2 .image-content .image-wrapper .image p {
  line-height: 1.1;
}
.awards-block__style--2 .image-content .image-wrapper .image p:last-child {
  margin-bottom: 0;
}
.carousel-block .owl-carousel {
  position: relative;
}
.carousel-block .owl-prev, .carousel-block .owl-next {
  margin-top: -10px;
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  font-size: 2rem;
  background-color: #fff;
  border-radius: 50px;
}
@media only screen and (max-width: 600px) {
  .carousel-block .owl-prev, .carousel-block .owl-next {
    display: none;
  }
}
.carousel-block .owl-prev i, .carousel-block .owl-next i {
  padding: 6px;
  border-radius: 50px;
}
.carousel-block .owl-prev {
  left: 10px;
}
.carousel-block .owl-next {
  right: 10px;
}
.carousel-block .owl-next i {
  position: relative;
  left: 3px;
}
.awards-stack-block {
  margin-bottom: 20px;
  /*
	&__style {
		font-size: 0;
			
		color: #8a8b8a;
			
		.col {
			margin-bottom: 0 !important;
			display: inline-block;
			width: 50%;
			min-height: 330px;
			vertical-align: top;
		
			font-size: $fontsize-primary;
			
			@include bp-medium {
				display: block;
				width: 100%;
				min-height: none;
			}
		}
		
	
	}
*/
}
.awards-stack-block .col {
  display: inline-block;
  width: 49.8%;
}
@media only screen and (max-width: 769px) {
  .awards-stack-block .col {
    width: 100%;
  }
}
.awards-stack-block .image-content .image-wrapper {
  display: table;
  width: 100%;
  height: 330px;
  text-align: center;
}
.awards-stack-block .image-content .image-wrapper .image {
  display: table-cell;
  vertical-align: middle;
  font-size: 2rem;
  color: #000;
}
.awards-stack-block .image-content .image-wrapper .image img {
  max-width: 160px;
}
.awards-stack-block .image-content .image-wrapper .image h3 {
  margin-bottom: 5px;
}
.awards-stack-block .image-content .image-wrapper .image p {
  line-height: 1.1;
}
.awards-stack-block .image-content .image-wrapper .image p:last-child {
  margin-bottom: 0;
}
.team-grid-block {
  overflow: hidden;
}
/* Common style */
.team-member {
  overflow: hidden;
  position: relative;
  float: left;
  width: 33.3%;
  font-family: "HelveticaNeueLTPro-Md", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 2.2rem;
  text-align: center;
  cursor: pointer;
  /* Sadie effect */
  /*
	&.effect-sadie h2 {
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
		color: #484c61;
		-webkit-transition: -webkit-transform 0.35s, color 0.35s;
		transition: transform 0.35s, color 0.35s;
		-webkit-transform: translate3d(0,-50%,0);
		transform: translate3d(0,-50%,0);
	}
*/
  /*
	&.effect-sadie:hover h2 {
		color: #fff;
		-webkit-transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
		transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
	}
*/
}
@media only screen and (max-width: 769px) {
  .team-member {
    width: 50%;
  }
}
@media only screen and (max-width: 600px) {
  .team-member {
    width: 100%;
    float: none;
  }
}
.team-member img {
  position: relative;
  display: block;
  max-width: 100%;
}
.team-member figcaption {
  text-transform: uppercase;
  color: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.team-member figcaption::before, .team-member figcaption::after {
  pointer-events: none;
}
.team-member figcaption, .team-member figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.team-member figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}
.team-member h2 {
  word-spacing: -0.15em;
  font-weight: 300;
}
.team-member h2 span {
  font-weight: 800;
}
.team-member h2, .team-member p {
  margin: 0;
}
.team-member p {
  letter-spacing: 1px;
  font-size: 68.5%;
}
.team-member.effect-sadie figcaption::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, rgba(72, 76, 97, 0) 0%, rgba(0, 0, 0, 0.8) 75%);
  background: linear-gradient(to bottom, rgba(72, 76, 97, 0) 0%, rgba(0, 0, 0, 0.8) 75%);
  content: "";
  opacity: 0;
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
}
.team-member.effect-sadie figcaption::before, .team-member.effect-sadie p {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.team-member.effect-sadie p {
  position: absolute;
  bottom: 40px;
  left: 0;
  padding: 1.5em;
  width: 100%;
  opacity: 0;
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
}
.team-member.effect-sadie p.role {
  position: absolute;
  bottom: 10px;
  left: 0;
  padding: 2em;
  font-family: "HelveticaNeueLTPro-Th", Helvetica Neue, Helvetica, Arial, sans-serif;
  text-transform: none;
  width: 100%;
  opacity: 0;
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
}
.team-member.effect-sadie:hover figcaption::before, .team-member.effect-sadie:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/*
@media screen and (max-width: 50em) {
	.content {
		padding: 0 10px;
		text-align: center;
	}
	.work-piece {
		display: inline-block;
		float: none;
		margin: 10px auto;
		width: 100%;
	}
}
*/
/*--------------------------------------*\
	$VENDOR
\*--------------------------------------*/
