/*! Humaan CSS v4.1 */
html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

/* normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }
  
  #field_1_7 .gfield_description {
	  font-size: 11px!important;
  }
  
  .custom_2488 {
        background:#686E7A !important;
        position: relative !important;
        z-index: 99999;
        text-transform: uppercase;
        letter-spacing: 1px;
        line-height: 29px;
        top: -3px;
        padding-bottom: 2px;
  }
  
  .custom_2488 a {
      font-size: 15px;
      color: #fff;
  }
  
    .custom_2488 a:hover {
        color: #fff!important;
    }
  
  .nf-field-element p, .nf-field-element p span {
      margin: 0!important;
    line-height: 1.1em!important;
  }
  
 #gform_wrapper_1 label {
	 display: none!important;
 } 
 
 .gfield {
	 margin-bottom: 5px!important;
 }
 
 	.gfield input, .gfield textarea, .gfield select, #gform_submit_button_1 {
		font-size: 15px!important;	
		padding: 10px!important;
 	}

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 70%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.container:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

.row:after,
.clearfix:after {
  clear: both; }

.row,
.clearfix {
  zoom: 1; }

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

/* Default Margin */
html {
  font-size: 6.25%; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal; }

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit; }

h1 {
  font-size: 30px;
  line-height: 40px; }

h2 {
  font-size: 24px;
  line-height: 32px; }

h3 {
  font-size: 20px;
  line-height: 28px; }

h4 {
  font-size: 18px;
  line-height: 30px; }

h5 {
  font-size: 16px;
  line-height: 24px; }

h6 {
  font-size: 12px;
  line-height: 18px; }

p {
  margin: 0 0 20px 0; }

small {
  font-size: 80%; }

a {
  color: #6a717e;
  text-decoration: underline;
  outline: 0;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out; }

a:hover,
a:focus {
  color: #000000; }

blockquote,
blockquote p {
  font-style: italic; }

blockquote {
  margin: 0 0 20px;
  padding: 10px 20px 0 20px;
  border-left: 1px solid #ddd; }

blockquote cite {
  display: block; }

blockquote cite:before {
  content: "\2014 \0020"; }

figure {
  margin: 0; }

.mediumTitle,
.bigTitle {
  max-width: 825px;
  margin: 40px auto;
  text-align: center;
  display: block;
  line-height: 1.4; }

.bigTitle {
  font-size: 40px;
  font-size: 40rem; }

.mediumTitle {
  font-size: 30px;
  font-size: 30rem; }

@media only screen and (max-width: 768px) {
  .bigTitle {
    font-size: 28px;
    font-size: 28rem;
    margin-top: 0; }

  .mediumTitle {
    font-size: 22px;
    font-size: 22rem;
    margin: 30px 0; } }
@media only screen and (max-width: 480px) {
  .bigTitle,
  .mediumTitle {
    font-size: 18px;
    font-size: 18rem; } }
label,
input,
textarea {
  font-size: 16px;
  font-size: 16rem; }

.field {
  margin-bottom: 0.7em;
  position: relative; }

input,
textarea {
  font-family: "aaux-next", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #f5f5f5;
  border: 0;
  color: #353535;
  padding: 12px 20px;
  width: 100%; }
  input.error,
  textarea.error {
    border: 1px solid red; }

label.error {
  color: red;
  font-size: 14px;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 26px; }

textarea {
  min-height: 140px;
  max-height: 140px;
  min-width: 100%;
  max-width: 100%; }

input[type="checkbox"] {
  -webkit-appearance: checkbox !important;
  -moz-appearance: checkbox !important;
  -ms-appearance: checkbox !important;
  -o-appearance: checkbox !important;
  appearance: checkbox !important; }

input:focus, textarea:focus {
  outline: none; }

button {
  border: none; }

div.styled {
  overflow: hidden;
  /* this hides the select's drop button */
  padding: 0;
  margin: 0;
  /* this is the new drop button, in image form */
  width: 100%;
  border-radius: 2px;
  background-color: #f5f5f5;
  color: #353535;
  position: relative; }
  div.styled:after {
    font-family: "icons";
    content: "\f105";
    position: absolute;
    top: 11px;
    right: 23px;
    font-size: 18px;
    font-size: 18rem; }

div.styled select {
  background-color: transparent;
    background-image: none;
    border: medium none;
    box-shadow: none;
    font-size: 15rem;
    height: 46px;
    padding: 11px;
    width: 115%; }
  div.styled select:focus, div.styled select:active {
    outline: none;
    box-shadow: none; }

.top-buttons div.styled select {
  height: 75px; }

.form div.styled {
  width: 100%;
  font-size: 14px;
  font-size: 14rem; }

.ie7 div.styled {
  border: none; }

.ie7 div.styled select {
  width: 100%;
  background-color: white;
  border: solid 1px #ccc;
  padding: 0.3em 0.5em; }

.form {
  font-size: 22px;
  font-size: 22rem;
  clear: both;
  border-top: solid 1px #e5e5e5;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 80px; }

.form form {
  max-width: 820px;
  margin: 0 auto; }

form label {
  display: block;
  margin-bottom: 10px; }

.field input {
  background-color: #f5f5f5; }

@media screen and (min-width: 768px) {
  .form {
    max-width: 68em;
    margin-left: auto;
    margin-right: auto; }
    .form::after {
      clear: both;
      content: "";
      display: table; }

  .field {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%; }
    .field:last-child {
      margin-right: 0; }
    .field:nth-child(2n) {
      margin-right: 0; }
    .field:nth-child(2n+1) {
      clear: left; }

  .field.full {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    margin-right: 0; }
    .field.full:last-child {
      margin-right: 0; } }
.text-leadin {
  font-size: 40px;
  font-size: 40rem;
  line-height: 1.6;
  text-align: center;
  padding: 40px 0;
  margin: 0;
  text-decoration: none; }

.text-leadin.divider {
  border-bottom: 1px solid #e7e7e7;
  display: block; }

.text-leadin small {
  font-size: 30px;
  font-size: 30rem;
  display: block;
  font-weight: 500; }

.login {
  max-width: 610px;
  padding-top: 80px; }

@media only screen and (max-width: 768px) {
  .text-leadin {
    font-size: 30px;
    font-size: 30rem;
    padding: 30px 0; }

  .text-leadin small {
    font-size: 20px;
    font-size: 20rem; }

  .field {
    margin-bottom: 20px; } }
@media only screen and (max-width: 480px) {
  .form {
    margin-bottom: 0; }

  label,
  input,
  textarea {
    font-size: 16px;
    font-size: 16rem; }

  .text-leadin {
    font-size: 22px;
    font-size: 22rem;
    padding: 15px 0; }

  .text-leadin small {
    font-size: 16px;
    font-size: 16rem; } }
.forgotPassword {
  padding: 20px 0; }

.forgotPassword .help {
  float: left; }

.forgotPassword .forgot {
  float: right; }

.forgotPassword .help,
.forgotPassword .forgot {
  font-size: 16px;
  font-size: 16rem;
  font-weight: normal; }

.forgotPassword .readmore {
  font-weight: normal; }
  .forgotPassword .readmore:after {
    font-size: 6px;
    font-size: 6rem;
    line-height: 16px; }

.forgotPassword a {
  text-decoration: none; }

@media only screen and (max-width: 768px) {
  .login {
    padding-top: 0; }

  .forgotPassword {
    text-align: center; }

  .forgotPassword .help,
  .forgotPassword .forgot {
    float: none; }

  .forgotPassword .forgot {
    margin: 0; } }
.error-message {
  display: none;
  width: 100%;
  text-align: center;
  background-color: #ffe8e8;
  border: 1px solid #c08585;
  color: #c08585;
  padding: 15px 20px;
  max-width: 820px;
  margin: 0 auto;
  margin-bottom: 30px; }

.thanks,
.success-message {
  padding: 20px;
  border: 1px solid #a1cc73;
  max-width: 820px;
  margin: 0 auto;
  display: none;
  margin-bottom: 50px;
  border-radius: 3px;
  background-color: #f4ffea;
  color: #83ac5e;
  font-size: 20px;
  text-align: center; }

@media only screen and (max-width: 480px) {
  .error-message,
  .thanks,
  .success-message {
    font-size: 16px; } }
.is-searchOpen .global-search-overlay, .is-journalSearchOpen .journal-search-overlay {
  display: block; }

.search-overlay {
  display: none;
  z-index: 260;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 22px;
  font-size: 22rem; }
  .search-overlay:before {
    content: ' ';
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.9); }

.search-overlay .btn.submit {
  margin-top: 30px; }

.search-overlay .container {
  max-width: 860px; }

.search-overlay .close {
  text-align: right;
  display: block;
  padding: 75px 0;
  color: #353535;
  position: relative;
  right: 0;
  cursor: pointer; }

.search-overlay .close:before {
  font-family: "icons";
  content: '\f108';
  font-size: 40px;
  font-size: 40rem;
  line-height: 1;
  display: inline-block; }

.search-overlay form {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding-top: 410px;
  z-index: 2; }

.search-overlay label {
  margin-bottom: 20px;
  font-size: 30px;
  font-size: 30rem;
  font-weight: normal;
  display: block;
  margin-bottom: 0; }

.search-overlay input {
  font-size: 60px;
  font-size: 60rem;
  background-color: transparent;
  font-weight: 600;
  padding: 0; }

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

.search-overlay ul {
  list-style: none;
  padding: 0px;
  margin-bottom: 0;
  clear: both; }
  .search-overlay ul li {
    margin: 0px;
    padding: 0px; }

.search-overlay ul li {
  display: block;
  padding-bottom: 20px;
  padding-left: 50px;
  margin-bottom: 40px;
  border-bottom: 1px solid #dadada;
  position: relative;
  counter-increment: myIndex;
  line-height: 1.4; }
  .search-overlay ul li:before {
    content: counter(myIndex) ".";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 28px;
    font-size: 28rem;
    font-weight: normal;
    line-height: 1.4; }

.results a {
  text-decoration: none; }

.search-overlay .readmore {
  font-size: 28px;
  font-size: 28rem;
  margin-bottom: 20px;
  font-weight: normal; }

.search-overlay .results {
  height: 100%;
  overflow: scroll; }

@media only screen and (max-height: 1200px) {
  .search-overlay .close {
    padding: 50px 0; }

  .search-overlay ul li {
    padding-bottom: 0;
    margin-bottom: 20px; }

  .search-overlay .readmore {
    margin-bottom: 10px; } }
@media only screen and (max-width: 960px), screen and (max-height: 960px) {
  .search-overlay {
    font-size: 18px;
    font-size: 18rem; }

  .search-overlay form {
    padding-top: 250px; }

  .search-overlay .close {
    padding: 20px 0; }
    .search-overlay .close:before {
      font-size: 30px;
      font-size: 30rem; }

  .search-overlay label {
    font-size: 20px;
    font-size: 20rem; }

  .search-overlay input {
    font-size: 30px;
    font-size: 30rem; }

  .search-overlay .readmore {
    font-size: 20px;
    font-size: 20rem; }

  .search-overlay ul li:before {
    font-size: 20px;
    font-size: 20rem; } }
@media only screen and (max-width: 768px), screen and (max-height: 768px) {
  .search-overlay {
    font-size: 16px;
    font-size: 16rem; }

  .search-overlay form {
    padding-top: 200px; }

  .search-overlay .close {
    padding: 0; }

  .search-overlay .close:before {
    font-size: 22px;
    font-size: 22rem; }

  .search-overlay .field.full {
    margin-bottom: 10px; } }
@media only screen and (max-width: 480px), screen and (max-height: 480px) {
  .search-overlay .close {
    padding: 0;
    margin-bottom: 20px; }

  .search-overlay form {
    padding-top: 175px; } }
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.vertical-align {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block; }

ul,
ol {
  margin: 0 0 20px; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

ul ul,
ul ol,
ol ol,
ol ul {
  margin: 4px 0 5px 30px; }

ul ul li,
ul ol li,
ol ol li,
ol ul li {
  margin-bottom: 6px; }

li {
  margin-bottom: 10px; }

nav ul {
  list-style: none;
  padding: 0px;
  margin: 0; }
  nav ul li {
    margin: 0px;
    padding: 0px; }

nav li {
  margin: 0; }

.titleBar {
  padding: 10px 0 35px; }

.titleBar .title {
  float: left;
  font-size: 40px;
  font-size: 40rem;
  line-height: 40px;
  margin: 0;
  font-weight: 500; }

.titleBar .readmore {
  float: right;
  font-size: 20px;
  font-size: 20rem;
  font-weight: normal;
  line-height: 40px; }
  .titleBar .readmore:hover, .titleBar .readmore:focus {
    color: inherit; }

.hidden {
  display: none; }

.tab-show,
.mob-show {
  display: none; }

@media only screen and (max-width: 960px) {
  .titleBar .title {
    font-size: 30px;
    font-size: 30rem; } }
@media only screen and (max-width: 768px) {
  .tab-hide {
    display: none; }

  .tab-show {
    display: block; } }
@media only screen and (max-width: 480px) {
  .mob-hide {
    display: none; }

  .mob-show {
    display: block; }

  .titleBar {
    font-size: 26px;
    font-size: 26rem;
    text-align: center;
    padding-bottom: 10px; }

  .titleBar .title,
  .titleBar .readmore {
    float: none; }

  .titleBar .readmore {
    font-size: 16px;
    font-size: 16rem; } }
@font-face {
  font-family: "icons";
  src: url("fonts/icons-341bf5d34b7130b60aa292f76f203744.eot");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "icons";
  src: url("fonts/icons-341bf5d34b7130b60aa292f76f203744.eot");
  src: url("fonts/icons-341bf5d34b7130b60aa292f76f203744.eot?#iefix") format("embedded-opentype"), url("fonts/icons-341bf5d34b7130b60aa292f76f203744.woff") format("woff"), url("fonts/icons-341bf5d34b7130b60aa292f76f203744.ttf") format("truetype"), url("fonts/icons-341bf5d34b7130b60aa292f76f203744.svg?#icons") format("svg");
  font-weight: normal;
  font-style: normal; }
.icon {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icn_01logo:before {
  content: "\f101"; }

.icn_02arrowLeft:before {
  content: "\f102"; }

.icn_03arrowUp:before {
  content: "\f103"; }

.icn_04arrowRight:before {
  content: "\f104"; }

.icn_05arrowDown:before {
  content: "\f105"; }

.icn_06play:before {
  content: "\f106"; }

.icn_07hamburger:before {
  content: "\f107"; }

.icn_08close:before {
  content: "\f108"; }

.icn_09pdf:before {
  content: "\f109"; }

.icn_10search:before {
  content: "\f10a"; }

.icn_11radio-unchecked:before {
  content: "\f10b"; }

.icn_12radio-checked:before {
  content: "\f10c"; }

.icn_12radio-unchecked:before {
  content: "\f10d"; }

.accessibility-nav {
  position: absolute;
  width: 100%;
  top: -100px;
  height: auto;
  display: block; }

header {
  width: 100%;
  height: 175px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  color: #959595;
  font-size: 14px;
  font-size: 14rem;
  z-index: 250;
  background-color: #fff; }

.loading header {
  display: none; }

header .container {
  padding-top: 0;
  padding-bottom: 0; }

header a {
  text-decoration: none; }

header .logo {
  display: block;
  position: absolute;
  left: 25px;
  top: -28px; }

header .logo:after {
  font-family: "icons";
  content: '\f101';
  color: #1e1f26;
  font-size: 55px;
  font-size: 55rem;
  line-height: 1; }

header .logo span {
  display: none; }

header .mainNav,
header .subNav {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: right;
  -webkit-transition: top 0.2s ease-in-out;
  -moz-transition: top 0.2s ease-in-out;
  -ms-transition: top 0.2s ease-in-out;
  -o-transition: top 0.2s ease-in-out;
  transition: top 0.2s ease-in-out; }

header nav li {
  display: inline-block; }

header nav li:hover a {
  color: #000; }

.mob-header {
  position: absolute;
  top: 90px;
  left: 0;
  width: 100%;
  text-align: left;
  z-index: 3; }

header .subNav {
  top: 25px;
  position: fixed;
  z-index: 1;
  -webkit-transition: top 0.2s ease-in-out;
  -moz-transition: top 0.2s ease-in-out;
  -ms-transition: top 0.2s ease-in-out;
  -o-transition: top 0.2s ease-in-out;
  transition: top 0.2s ease-in-out;
  width: 100%; }

header .subNav a {
  padding: 0 25px; }

header .subNav strong {
  color: #000000; }

header .subNav .contact {
  padding-left: 135px;
  position: relative;
  -webkit-transition: padding-left 0.2s ease-in-out;
  -moz-transition: padding-left 0.2s ease-in-out;
  -ms-transition: padding-left 0.2s ease-in-out;
  -o-transition: padding-left 0.2s ease-in-out;
  transition: padding-left 0.2s ease-in-out; }
  header .subNav .contact:before {
    content: ' ';
    position: absolute;
    left: 0;
    top: 50%;
    width: 115px;
    height: 1px;
    background-color: #f4f4f4; }

header .subNav nav {
  float: right; }

header .mainNav {
  font-weight: 500;
  font-size: 24px;
  font-size: 24rem;
  position: absolute;
  top: 125px;
  left: 0;
  z-index: 2;
  -webkit-transition: font-size 0.2s ease-in-out;
  -moz-transition: font-size 0.2s ease-in-out;
  -ms-transition: font-size 0.2s ease-in-out;
  -o-transition: font-size 0.2s ease-in-out;
  transition: font-size 0.2s ease-in-out; }

header .mainNav li:last-child a {
  padding-right: 0; }

header nav a {
  padding: 0 20px; }

header .active a {
  color: #000; }

header .contact a {
  padding: 0; }

.mob-show {
  display: none; }

header .subNav .accountNav {
  float: left;
  text-align: left; }

header .subNav .accountNav a {
  padding: 0 10px; }

.hamburger {
  float: right;
  cursor: pointer;
  position: relative;
  z-index: 2;
  width: 38px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.hamburger .divider {
  width: 100%;
  height: 1px;
  background-color: #000;
  margin: 8px 0;
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
  top: 0;
  opacity: 1; }

.is-mobOpen .hamburger .divider {
  opacity: 0; }
  .is-mobOpen .hamburger .divider.first, .is-mobOpen .hamburger .divider.last {
    display: block;
    opacity: 1; }
  .is-mobOpen .hamburger .divider.first {
    -ms-transform: rotate(-45deg);
    /* IE 9 */
    -webkit-transform: rotate(-45deg);
    /* Chrome, Safari, Opera */
    transform: rotate(-45deg);
    top: 13px; }
  .is-mobOpen .hamburger .divider.last {
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Chrome, Safari, Opera */
    transform: rotate(45deg);
    top: -13px; }

.dropMenu {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  font-size: 19px;
  font-size: 19rem;
  display: none;
  position: absolute;
  left: 0;
  top: 30px;
  z-index: 2;
  width: 100%;
  background-color: #fff;
  padding: 25px;
  text-align: center;
  line-height: 1.2;
  color: #353535; }
  .dropMenu::after {
    clear: both;
    content: "";
    display: table; }

.dropMenu a {
  padding: 50px 0;
  display: block;
  background-color: #f5f5f5;
  position: relative;
  z-index: 3;
  transition: none; }

.dropMenu li {
  position: relative; }

.dropMenu li:before {
  display: block;
  position: absolute;
  content: ' ';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: transparent; }

.dropMenu li:hover:before,
.dropMenu li.active:before {
  background-color: #6a717e;
  background-color: rgba(106, 113, 126, 0.9); }

.dropMenu .background {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-size: cover;
  -ms-behavior: url(/backgroundsize.htc);
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */ }

.dropMenu li:hover:before,
.dropMenu li:hover .background,
.dropMenu li.active:before,
.dropMenu li.active .background {
  display: block; }

.dropMenu li:hover a,
.dropMenu .active a {
  background-color: transparent;
  color: #fff; }

.dropMenu.items-1 li {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%; }
  .dropMenu.items-1 li:last-child {
    margin-right: 0; }

.dropMenu.items-2 li {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 48.821174201%; }
  .dropMenu.items-2 li:last-child {
    margin-right: 0; }

.dropMenu.items-3 li {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 31.7615656014%; }
  .dropMenu.items-3 li:last-child {
    margin-right: 0; }

.dropMenu.items-4 li {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 23.2317613015%; }
  .dropMenu.items-4 li:last-child {
    margin-right: 0; }

@media screen and (min-width: 768px) {
  .dropMenu.items-5 li {
    float: left;
    display: block;
    margin-right: 2.8425855704%;
    width: 17.7259315437%; }
    .dropMenu.items-5 li:last-child {
      margin-right: 0; } }

.dropMenu.items-6 li {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 14.7019570017%; }
  .dropMenu.items-6 li:last-child {
    margin-right: 0; }

.hasDrop.active .dropMenu {
  display: block !important;
  z-index: 1; }

.is-dropNavOpen {
  padding-top: 155px; }

.is-dropNavOpen .hasDrop ul {
  display: block; }

.js-sticky header,
.js-sticky header .mainNav {
  position: fixed; }

.js-sticky header {
  height: 110px; }

.js-sticky header .subNav {
  top: 10px; }

.js-sticky header .mainNav {
  top: 55px; }

.js-sticky.loggedIn header .mainNav {
  top: 70px; }

.mob-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  padding-top: 100px;
  width: 100%;
  z-index: 1;
  transition: left .4s ease-in-out; }

.mob-menu li,
.mob-menu a {
  display: block; }

.mob-menu .mainNav,
.mob-menu .subNav,
.mob-menu .socialNav {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
  padding: 0; }

.mob-menu .mainNav {
  font-size: 24px;
  font-size: 24rem;
  margin-bottom: 20px; }

.mob-menu .subNav {
  margin-bottom: 30px; }

.mob-menu .mainNav a {
  padding: 5px 0; }

.mob-menu .subNav,
.mob-menu .socialNav {
  font-size: 14px;
  font-size: 14rem; }

.mob-menu .subNav a,
.mob-menu .socialNav a {
  padding: 15px 0; }

@media only screen and (max-width: 960px) {
  header .mainNav {
    font-size: 20px;
    font-size: 20rem; }

  header nav a,
  header .subNav a {
    padding: 0 10px; }

  header .subNav .contact {
    padding-left: 0; }
    header .subNav .contact:before {
      content: none; } }
@media only screen and (max-width: 768px) {
  header .logo:after {
    font-size: 40px;
    position: relative;
    top: 5px; }

  .container.major {
    padding: 110px 10px 10px; }

  header {
    position: fixed;
    height: auto;
    padding: 10px; }

  header .container {
    padding: 0; }

  header .mainNav {
    position: static;
    text-align: left;
    padding-top: 20px;
    padding-bottom: 20px; }

  header .logo {
    position: relative;
    top: 0;
    left: 0;
    z-index: 2;
    float: left;
    margin-bottom: 0; }

  .is-mobOpen .mob-menu {
    display: block; }

  .is-mobOpen:after {
    content: ' ';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 1; }

  .js-sticky header .mainNav {
    position: static; }

  .js-sticky.loggedIn header .mainNav {
    top: 50px; }

  .is-dropNavOpen {
    padding: 0; } }
@media only screen and (max-width: 480px) {
  .mob-show {
    display: block; } }
@media only screen and (max-height: 960px) {
  .mob-menu {
    padding-top: 80px; }

  .mob-menu .mainNav,
  .mob-menu .subNav {
    margin-bottom: 10px; }

  .mob-menu .mainNav a,
  .mob-menu .subNav a,
  .mob-menu .socialNav a {
    padding: 0; } }
@media only screen and (max-height: 768px) {
  header .logo {
    padding-top: 5px; }
    header .logo:after {
      font-size: 40px; }

  header .mainNav .dropMenu li:last-child a {
    padding-right: 30px; }

  .dropMenu {
    font-size: 16px;
    font-size: 16rem;
    max-width: none; }

  .dropMenu a {
    padding: 30px 0; } }
@media only screen and (max-height: 600px) {
  .mob-menu .mainNav {
    font-size: 18px;
    font-size: 18rem; } }
@media only screen and (max-height: 440px) {
  .mob-menu .mainNav,
  .mob-menu .subNav,
  .mob-menu .socialNav {
    width: 50%;
    float: left; } }
footer {
  background-color: #f5f5f5;
  position: relative; }

footer .container {
  padding: 40px; }

footer .logo {
  display: block;
  margin-bottom: 25px; }

footer .logo:after {
  font-family: "icons";
  content: '\f101';
  font-size: 40px;
  font-size: 40rem;
  line-height: 1; }

footer .logo span {
  display: none; }

footer a {
  text-decoration: none; }

footer nav {
  font-size: 16px;
  font-size: 16rem; }

footer nav li {
  display: inline-block; }

footer .mainNav {
  float: left; }

footer .mainNav li {
  margin-right: 30px; }

footer .socialNav {
  float: right; }

footer .socialNav li {
  margin-left: 70px; }

.loading footer {
  display: none; }

footer .logo {
  float: left; }

footer .f-right {
  float: right;
  text-align: right; }
  footer .f-right p {
    font-size: 14px;
    font-size: 14rem;
    margin-bottom: 0; }

@media only screen and (max-width: 1024px) {
  footer .socialNav li {
    margin-left: 50px; } }
@media only screen and (max-width: 768px) {
  footer .logo,
  footer .f-right {
    float: none;
    clear: both;
    text-align: center;
    margin-bottom: 20px; }

  footer .socialNav {
    float: none;
    text-align: center; }

  footer .socialNav li {
    margin-left: 20px;
    margin-right: 20px; } }
@media only screen and (max-width: 480px) {
  footer .container {
    padding: 10px; }

  footer .logo {
    margin: 0 auto;
    padding: 35px 0 45px;
    text-align: center; }

  footer .socialNav {
    float: none; }

  footer .socialNav li {
    width: 25%;
    float: left;
    margin: 0; } }
html,
body {
  height: 100%; }

body {
  background: #ffffff;
  font-family: "aaux-next", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #353535;
  font-size: 22px;
  font-size: 22rem;
  line-height: 1.6;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body:before {
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  opacity: 0; }

.loading .container.major,
.loading .container.major.long {
  padding: 0; }

.loading:before {
  font-family: "icons";
  content: "\f101";
  font-size: 50px;
  font-size: 50rem;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -40px;
  margin-left: -90px;
  color: #353535;
  display: block;
  z-index: 3;
  opacity: 1;
  animation: pulse 2s infinite; }

#ajax {
  position: relative;
  z-index: 1; }

#content {
  display: none;
  position: relative; }

.container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 25px;
  position: relative; }

.container.major {
  background-color: #fff;
  padding-top: 135px;
  overflow: hidden; }

.container.major.long {
  padding-top: 175px; }

#preload {
  display: none; }

@media only screen and (max-width: 768px) {
  .container.major,
  .container.major.long {
    padding-top: 115px; } }
@keyframes pulse {
  0% {
    opacity: .35; }
  50% {
    opacity: 1; }
  100% {
    opacity: .35; } }
.text-center {
  text-align: center; }

.contactcol1, .contactcol2 {
	width: 50%;
	float: left;
}

@media (max-width: 1000px) {

	.contactcol1, .contactcol2 {
		width: 100%;
		float: none;
	}

}

.contact-hours-wrap {
  display: block;
  margin: 0;
  padding: 20px 0; }
  @media only screen and (min-width: 769px) {
    .contact-hours-wrap {
      padding: 50px 0; } }
  @media only screen and (max-width: 768px) {
    .contact-hours-wrap {
      font-size: 16px;
      font-size: 16rem; } }
  .contact-hours-wrap .title {
    font-size: 26px;
    margin-top: 10px;
    font-size: 26rem; }
    @media only screen and (min-width: 769px) {
      .contact-hours-wrap .title {
        font-size: 30px;
        font-size: 30rem; } }
  .contact-hours-wrap ul {
    list-style: none;
    padding: 0; }
  .contact-hours-wrap li {
    padding: 0;
    margin: 0; }
  .contact-hours-wrap strong {
    width: 100px;
    display: inline-block;
    margin-right: 30px; }

.hero {
  position: relative;
  font-size: 20px;
  font-size: 20rem;
  color: #fff;
  text-align: center;
  position: relative;
  margin-bottom: 25px;
  overflow: hidden;
  min-height: 600px; }
  .hero:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 260px;
    z-index: 1;
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.27) 100%); }
    @media only screen and (max-width: 768px) {
      .hero:after {
        content: none; } }

.journal-index .hero {
  margin-bottom: 50px; }

.hero-image {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  -ms-behavior: url(/backgroundsize.htc);
  background-position: center top;
  background-repeat: no-repeat;
  background-color: #d6d4ce;
  overflow: hidden; }

.hero-image2 {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  -ms-behavior: url(/backgroundsize.htc);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-color: #d6d4ce;
  overflow: hidden; }


.hero a {
  text-decoration: none;
  color: #fff; }

.hero-title {
  position: absolute;
  bottom: 180px;
  width: 100%; }

.hero .title {
  font-size: 55px;
  font-size: 55rem;
  line-height: 1.2;
  max-width: 850px;
  margin: 0 auto;
  margin-bottom: 50px;
  padding: 25px;
  font-weight: 500; }
  @media only screen and (max-width: 960px) {
    .hero .title {
      font-size: 45px;
      font-size: 45rem; } }
  @media only screen and (max-width: 768px) {
    .hero .title {
      font-size: 35px;
      font-size: 35rem; } }
  @media only screen and (max-width: 480px) {
    .hero .title {
      font-size: 25px;
      font-size: 25rem; } }

.page-contact .hero-title {
	color: #fff!important;
	text-shadow: 2px 2px 2px #000!important;
}

.hero .prompt {
  cursor: pointer;
  font-weight: 600; }

.hero .prompt:after {
  font-family: "icons";
  content: '\f105';
  font-size: 30px;
  font-size: 30rem;
  font-weight: normal;
  line-height: 1em;
  margin: 0 auto;
  display: block;
  top: 30px;
  position: relative;
  opacity: inherit;
  -webkit-animation: prompt 3s infinite; }

@-webkit-keyframes prompt {
  0% {
    top: 15px; }
  50% {
    top: 30px; }
  100% {
    top: 15px; } }
.hero.inner {
  height: 375px;
  min-height: 0; }

.hero.inner .title {
  margin-bottom: 0; }

.page-login .hero.inner {
  margin-bottom: 50px; }

.hero.video .title {
  margin-bottom: 0;
  font-weight: normal; }

.icn-video {
  top: 400px;
  left: 0;
  position: absolute;
  width: 100%;
  display: block;
  text-align: center; }

.icn-video:before {
  font-family: "icons";
  content: '\f106';
  font-size: 130px;
  font-size: 130rem;
  line-height: 1;
  margin: 0 auto;
  display: block; }

.video-showing .icn-video {
  display: none; }

.hero.video .breadcrumbs {
  font-size: 16px;
  font-size: 16rem;
  margin-bottom: 0;
  font-weight: 500; }

.hero.video .breadcrumbs a:hover {
  color: #000000; }

.hero .discover-video {
  width: 40px;
  height: 40px;
  padding-left: 0;
  margin: 0 auto; }

@media only screen and (max-width: 768px) {
  .icn-video {
    top: 140px; } }
@media only screen and (max-width: 480px) {
  .icn-video {
    top: 40px; } }
.hero.fourohfour .title,
.hero.fourohfour p {
  max-width: 545px;
  margin: 0 auto;
  margin-bottom: 20px; }

.hero.fourohfour .title {
  font-size: 100px;
  font-size: 100rem; }

.hero.fourohfour a {
  font-weight: 600; }

.single-project .hero,
.journal-index .hero {
  min-height: 0; }

@media only screen and (max-height: 960px) {
  /*
  	.hero-title {
  		margin-bottom: -120px;
  	}
  */
  .hero.inner .hero-title {
    margin-bottom: 0; } }
@media only screen and (max-height: 768px) {
  .hero {
    height: 500px;
    min-height: 0; }

  .hero-title {
    margin-bottom: -100px; }
    .single-post .hero-title {
      margin-bottom: 0; }

  .front-page .hero-title .title {
    font-size: 34px;
    font-size: 34rem; }

  .hero .prompt {
    display: none; } }
@media only screen and (max-width: 480px) and (max-height: 768px) {
  .page-products .hero,
  .journal-index .hero,
  .template-services-landing-page .hero,
  .page-about .hero,
  .page-our-team .hero,
  .page-our-clients .hero,
  .template-paving-product .hero,
  .template-standard-product .hero,
  .standard-page .hero,
  .single-service .hero,
  .single-project .hero,
  .page-contact .hero {
    height: auto !important; } }
@media only screen and (max-width: 768px) {
  .journal-index .hero {
    margin-bottom: 20px; }

  .page-contact .hero.inner .title {
    padding-bottom: 0; }

  .hero-image {
    height: 400px;
    position: static; }

  .hero-title {
    position: static;
    display: block;
    margin-bottom: 0 !important; }

  .hero .title {
    font-size: 36px;
    font-size: 36rem;
    color: #1e1f26;
    margin: 0;
    padding: 50px 25px; }

  .hero .breadcrumbs,
  .hero a {
    color: #353535; }

  .hero .breadcrumbs {
    font-size: 18px;
    font-size: 18rem; }

  .hero .prompt {
    display: none; }

  .hero.inner {
    height: auto;
    margin-bottom: 0; }

  .hero.inner .hero-image {
    height: 260px; }

  .single-project .hero {
    overflow: visible;
    margin-bottom: 30px; }

  .single-project .hero-title {
    margin-bottom: 0; } }
@media only screen and (max-width: 480px) {
  .hero {
    margin-bottom: 10px;
    min-height: 0; }

  .hero-image {
    height: 200px;
    position: static;
    margin-bottom: 0;
    background-position: center center !important; }

  .hero-title .title,
  .hero .title {
    font-size: 26px;
    font-size: 26rem;
    padding: 25px; }

  .hero .breadcrumbs {
    font-size: 16px;
    font-size: 16rem; }

  .hero.inner .hero-image {
    height: 160px; } }
.sub-drop ul {
  list-style: none;
  padding: 0px;
  border: 1px solid #ccc;
  border-radius: 3px; }
  .sub-drop ul li {
    margin: 0px;
    padding: 0px; }

.sub-drop ul li {
  display: none; }

.sub-drop li.active {
  display: block;
  position: relative;
  padding: 10px 20px; }
  .sub-drop li.active:after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 20px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(204, 204, 204, 0);
    border-top-color: #ccc;
    border-width: 6px;
    margin-left: -6px; }

.sub-drop a {
  display: block;
  text-decoration: none;
  padding: 10px 20px; }

.sub-drop.active li {
  display: block; }
  .sub-drop.active li.active:after {
    transform: rotate(90deg); }

.readmore {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 14px;
  font-size: 14rem;
  color: #2f2f2f;
  text-decoration: none; }
  .readmore:after {
    font-family: "icons";
    content: '\f104';
    display: inline-block;
    margin-left: 20px;
    font-size: 10px;
    font-size: 10rem;
    -webkit-transition: margin-left 0.2s ease-in-out;
    -moz-transition: margin-left 0.2s ease-in-out;
    -ms-transition: margin-left 0.2s ease-in-out;
    -o-transition: margin-left 0.2s ease-in-out;
    transition: margin-left 0.2s ease-in-out;
    position: relative;
    top: -2px; }
  .readmore:hover:after {
    margin-left: 25px; }

.arrow-right:after {
  position: relative;
  top: -2px;
  display: inline-block;
  font-family: "icons";
  font-size: 10px;
  font-size: 10rem;
  content: '\f104';
  margin-left: 20px;
  -webkit-transition: margin-left 0.2s ease-in-out;
  -moz-transition: margin-left 0.2s ease-in-out;
  -ms-transition: margin-left 0.2s ease-in-out;
  -o-transition: margin-left 0.2s ease-in-out;
  transition: margin-left 0.2s ease-in-out; }
.arrow-right:hover:after {
  margin-left: 25px; }

.discover-video {
  width: 160px;
  padding-left: 60px;
  text-decoration: none;
  position: relative; }
  .discover-video:before {
    font-family: "icons";
    content: '\f106';
    position: absolute;
    left: 0;
    top: 0;
    font-size: 40px;
    font-size: 40rem;
    line-height: 1;
    color: #dfdedc; }

.btn.submit {
  background-color: #6a717e;
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 25px;
  font-size: 25rem;
  line-height: 1;
  font-weight: 300;
  border: 0;
  padding: 20px;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  clear: left; }
  .btn.submit:focus, .btn.submit:active {
    box-shadow: none;
    outline: none; }
  .btn.submit:hover {
    background-color: #848b97; }

.btn.submit.tab-show {
  display: none; }
  @media only screen and (max-width: 768px) {
    .btn.submit.tab-show {
      display: block; } }

.btn.large {
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  background-color: #d5d1c1;
  color: #fff;
  padding: 70px 80px;
  text-decoration: none;
  width: auto;
  display: block;
  margin-bottom: 25px; }
  .btn.large:hover, .btn.large:active {
    background-color: #c0baa3; }

.btn.large .title {
  font-size: 40px;
  font-size: 40rem;
  line-height: 1;
  float: left;
  margin: 0; }

.btn.large .readmore {
  float: right;
  color: #fff;
  line-height: 40px;
  margin: 0; }

@media only screen and (max-width: 960px) {
  .btn.large {
    text-align: center; }

  .btn.large .title,
  .btn.large .readmore {
    display: block;
    float: none; } }
@media only screen and (max-width: 768px) {
  .btn.large {
    margin-bottom: 10px;
    padding: 40px; }

  .btn.large .title {
    font-size: 30px;
    font-size: 30rem; }

  .btn.submit {
    font-size: 20px;
    font-size: 20rem; } }
@media only screen and (max-width: 480px) {
  .btn.large {
    padding: 20px; }

  .btn.submit {
    font-size: 18px;
    font-size: 18rem; } }
.clientList {
  list-style: none;
  padding: 0px;
  margin: 0;
  text-align: center;
  margin-left: -25px; }
  .clientList li {
    margin: 0px;
    padding: 0px; }

.clientList li {
  margin: 0;
  display: inline-block;
  margin-left: 25px;
  margin-bottom: 25px;
  -webkit-transition: box-shadow 0.2s ease-in-out;
  -moz-transition: box-shadow 0.2s ease-in-out;
  -ms-transition: box-shadow 0.2s ease-in-out;
  -o-transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out; }
  .clientList li:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); }

.downloadList .title {
  font-size: 28px;
  font-size: 28rem;
  margin-bottom: 10px;
  line-height: 1.2;
  display: block; }

.downloadList ul {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid #f5f5f5;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 25px; }
  .downloadList ul::after {
    clear: both;
    content: "";
    display: table; }

.downloadList li {
  margin-bottom: 25px; }

.downloadList a {
  text-decoration: none;
  background-color: #f7f7f7;
  width: 100%;
  padding: 38px 30px;
  padding-left: 80px;
  font-size: 20px;
  font-size: 20rem;
  line-height: 1.2;
  display: block;
  position: relative; }
  .downloadList a:before {
    font-family: "icons";
    font-size: 34px;
    font-size: 34rem;
    line-height: 1em;
    position: absolute;
    left: 30px;
    top: 32px; }
  .downloadList a[href$=".pdf"]:before {
    content: '\f109'; }

@media screen and (min-width: 768px) {
  .downloadList li {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%; }
    .downloadList li:last-child {
      margin-right: 0; }
    .downloadList li:nth-child(3n) {
      margin-right: 0; }
    .downloadList li:nth-child(3n+1) {
      clear: left; } }
.subpage-pager {
  font-size: 15px;
  font-size: 15rem;
  list-style: none;
  padding: 0px;
  background-color: #f5f5f5;
  text-align: center; }
  .subpage-pager::after {
    clear: both;
    content: "";
    display: table; }
  .subpage-pager li {
    margin: 0px;
    padding: 0px; }
  .subpage-pager li {
    display: inline-block; }
  .subpage-pager a {
    -webkit-transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
    text-decoration: none;
    display: block; }
    .subpage-pager a:hover, .subpage-pager a:active {
      background-color: #e8e8e8; }
  .subpage-pager a,
  .subpage-pager li.active {
    padding: 10px 20px; }
  .subpage-pager li.active {
    background-color: #6a717e;
    color: #fff; }

@media only screen and (max-width: 480px) {
  .subpage-pager li {
    display: block; } }
.top-buttons {
  position: absolute;
  top: 40px;
  width: 100%;
  background-color: #fff;
  z-index: 10;
  border-bottom: 25px solid #fff;
  font-size: 22px;
  line-height: 1.6; }

.top-buttons div.styled:after {
  top: 23px;
  right: 35px; }

.top-buttons .search {
  background-color: #f5f5f5;
  color: #353535;
  padding: 20px;
  font-size: 22px;
  line-height: 1.6em;
  text-decoration: none; }
  .top-buttons .search:after {
    position: absolute;
    top: 23px;
    right: 35px;
    font-family: "icons";
    content: '\f10a'; }

.project-pagination {
  padding-left: 215px;
  padding-right: 215px; }

.project-pagination .prev,
.project-pagination .next {
  position: absolute;
  width: 190px;
  height: 100%;
  top: 0;
  background-color: #e7e7e7;
  text-decoration: none; }
  .project-pagination .prev:before,
  .project-pagination .next:before {
    margin: 0 auto;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    text-align: center; }
  .project-pagination .prev.disabled,
  .project-pagination .next.disabled {
    cursor: default;
    opacity: .15; }

.project-pagination .prev span,
.project-pagination .next span {
  display: none; }

.project-pagination .prev {
  left: 0; }
  .project-pagination .prev:before {
    font-family: "icons";
    content: '\f102';
    font-size: 12px;
    font-size: 12rem; }

.project-pagination .next {
  right: 0; }
  .project-pagination .next:before {
    font-family: "icons";
    content: '\f104';
    font-size: 12px;
    font-size: 12rem; }

.project-pagination h1 {
  background-color: #f5f5f5;
  font-size: 30px;
  font-size: 30rem;
  line-height: 1;
  padding: 30px;
  display: block;
  width: 100%;
  margin: 0;
  text-align: center; }

.project-pagination small {
  display: block;
  margin-top: 10px;
  font-size: 18px;
  font-size: 18rem; }

@media only screen and (max-width: 960px) {
  .project-pagination h1 {
    font-size: 22px;
    font-size: 22rem; } }
@media only screen and (max-width: 768px) {
  .top-buttons {
    position: relative;
    top: 0;
    border: 0;
    margin-bottom: 10px;
    margin-bottom: 40px; }

  .project-pagination {
    padding-left: 0;
    padding-right: 0; }

  .project-pagination h1 {
    padding: 20px;
    margin: 0; }

  .project-pagination small {
    font-size: 16px;
    font-size: 16rem; }

  .project-pagination .prev,
  .project-pagination .next {
    width: 50%;
    top: auto;
    bottom: -30px;
    position: absolute;
    height: 30px; }

  .project-pagination .prev {
    left: 0; }

  .project-pagination .next {
    right: 0; } }
.pagination {
  background-color: #c2bcb5;
  width: 100%;
  display: block;
  font-size: 20px;
  font-size: 20rem;
  line-height: 1;
  text-align: center;
  padding: 20px 175px;
  margin-bottom: 25px;
  list-style: none;
  padding: 0px;
  position: relative; }
  .pagination li {
    margin: 0px;
    padding: 0px; }

.pagination li {
  display: inline-block;
  margin: 0; }

.pagination .current {
  font-weight: 600;
  color: #fff; }

.pagination .prev,
.pagination .next {
  position: absolute;
  top: 0;
  z-index: 2; }

.pagination .prev {
  left: 0; }

.pagination .prev a {
  padding-left: 100px; }
  .pagination .prev a:before {
    font-family: "icons";
    content: '\f102';
    position: absolute;
    left: 40px;
    font-size: 9px;
    line-height: 20px;
    margin-right: 30px; }

.pagination .next {
  right: 0; }

.pagination .next a {
  padding-right: 100px; }
  .pagination .next a:after {
    font-family: "icons";
    content: '\f104';
    position: absolute;
    right: 40px;
    font-size: 9px;
    line-height: 20px;
    margin-left: 30px; }

.pagination a {
  text-decoration: none;
  color: #fff;
  line-height: 1;
  padding: 40px 30px;
  display: block;
  font-weight: 500; }

@media only screen and (max-width: 960px) {
  .pagination {
    font-size: 16px;
    font-size: 16rem; }

  .pagination a {
    padding: 30px 20px; } }
@media only screen and (max-width: 768px) {
  .pagination {
    padding: 0 75px;
    margin-bottom: 10px; }

  .pagination a {
    padding: 30px 20px; }

  .pagination .prev a,
  .pagination .next a {
    padding: 30px 25px; }
    .pagination .prev a:before, .pagination .prev a:after,
    .pagination .next a:before,
    .pagination .next a:after {
      content: none; } }
@media only screen and (max-width: 480px) {
  .pagination {
    padding: 0; }

  .pagination a {
    padding: 30px 12px; }

  .pagination .prev,
  .pagination .next {
    display: none; } }
article.full {
  max-width: 1080px;
  margin: 0 auto;
  padding: 30px 0;
  font-size: 22px;
  font-size: 22rem;
  font-weight: 500;
  line-height: 1.6; }

/*
article.full {
	border-bottom: 1px solid #f5f5f5;
	padding-bottom: 20px;
	margin-bottom: 40px;	
}
*/
article.full p {
  max-width: 820px;
  display: block;
  margin: 0 auto; }
  article.full p:first-child {
    font-size: 28px;
    font-size: 28rem;
    font-weight: normal; }

article.full p,
article.full img,
article.full blockquote {
  margin-bottom: 40px; }

article.full ul {
  max-width: 820px;
  display: block;
  margin: 0 auto;
  margin-bottom: 40px; }

figure {
  padding-right: 100px;
  position: relative;
  font-size: 14px;
  font-size: 14rem;
  color: #ffffff; }

figure.dark {
  color: #353535; }

figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  background-color: #6a717e;
  padding: 30px;
  padding-top: 60px;
  width: 200px; }

figcaption strong {
  display: block;
  font-weight: normal;
  font-size: 22px;
  font-size: 22rem;
  margin-bottom: 40px; }

.light figcaption {
  color: #353535;
  background-color: #f5f5f5; }

.captionLeft {
  padding-right: 0;
  padding-left: 100px; }

.captionLeft figcaption {
  left: 0;
  right: auto; }

figure.alignleft {
  float: left;
  margin-right: 40px; }

figure.alignRight {
  float: right;
  margin-left: 40px; }

article.full img {
  display: block;
  width: 100%;
  height: auto; }

article.full blockquote {
  font-size: 36px;
  font-size: 36rem;
  border-left: 5px solid #6a717e;
  padding: 0;
  padding-left: 30px;
  font-style: normal; }

article.full blockquote p {
  width: auto;
  font-size: 36px;
  font-size: 36rem;
  margin-bottom: 0;
  max-width: none;
  font-style: normal; }
  article.full blockquote p:first-child {
    font-size: inherit;
    font-weight: inherit; }

@media only screen and (max-width: 768px) {
  article.full {
    font-size: 18px;
    font-size: 18rem;
    padding: 0; }

  article.full p:first-child {
    font-size: 22px;
    font-size: 22rem; }

  article.full figure {
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 40px; }

  article.full figcaption {
    position: static;
    width: auto;
    padding-top: 30px; }

  article.full figcaption strong {
    margin-bottom: 0; }

  article.full img {
    margin: 0; }

  article.full blockquote {
    font-size: 18px;
    font-size: 18rem; } }
@media only screen and (max-width: 480px) {
  article.full {
    font-size: 16px;
    font-size: 16rem; }

  article.full p:first-child {
    font-size: 18px;
    font-size: 18rem; } }
article.hasSidebar .row {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto; }
  article.hasSidebar .row::after {
    clear: both;
    content: "";
    display: table; }

@media screen and (min-width: 768px) {
  article.hasSidebar .text {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 65.8807828007%; }
    article.hasSidebar .text:last-child {
      margin-right: 0; }

  article.hasSidebar .sidebar {
    padding-top: 10px;
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%; }
    article.hasSidebar .sidebar:last-child {
      margin-right: 0; }

  article.hasSidebar .sidebar p {
    max-width: 175px;
    margin: 0 auto;
    margin-bottom: 20px; } }
article.hasSidebar .sidebar p,
article.hasSidebar .sidebar a,
article.hasSidebar .sidebar strong,
article.hasSidebar .sidebar p:first-child {
  display: block;
  font-size: 18px;
  font-size: 18rem;
  font-weight: 500; }

article.hasSidebar p {
  max-width: none; }

article.hasSidebar .sidebar p {
  margin-bottom: 20px;
  color: #88857c; }

article.hasSidebar .sidebar strong {
  font-weight: normal;
  color: #353535; }

article.hasSidebar .sidebar a {
  text-decoration: none;
  color: #88857c; }
  article.hasSidebar .sidebar a:hover {
    color: #000000; }

@media only screen and (max-width: 768px) {
  article.hasSidebar .sidebar p {
    border-bottom: 1px solid #e7e7e7;
    padding: 10px 20px; }

  article.hasSidebar .sidebar p strong {
    display: inline; } }
article.featured {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 95px;
  border-bottom: 1px solid #f4f4f4; }
  article.featured::after {
    clear: both;
    content: "";
    display: table; }

article.featured a {
  text-decoration: none; }
  article.featured a:hover {
    color: inherit; }

article.featured h1 {
  margin: 0;
  margin-bottom: 20px;
  font-size: 40px;
  font-size: 40rem;
  line-height: 1.2;
  color: #353535; }

article.featured .featured-title {
  font-size: 14px;
  font-size: 14rem;
  border-right: 1px solid #f4f4f4;
  margin-bottom: 20px; }

article.featured .featured-title p {
  font-weight: 600;
  color: #bbbbbb;
  margin: 0; }

article.featured .featured-title .category {
  margin-bottom: 20px;
  padding-top: 0; }

article.featured .featured-text p {
  margin-bottom: 40px; }

article.featured .readmore {
  text-transform: uppercase; }

.video-showing {
  padding-top: 140px; }

.video-showing .hero-image,
.video-showing .hero-text {
  display: none; }

.video-showing .video-embed {
  width: 100%;
  height: auto;
  display: block; }

.video-embed iframe {
  width: 100%;
  height: 100%; }

@media only screen and (min-width: 960px) {
  article.featured .featured-title {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%; }
    article.featured .featured-title:last-child {
      margin-right: 0; }

  article.featured .featured-text {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 65.8807828007%; }
    article.featured .featured-text:last-child {
      margin-right: 0; } }
@media only screen and (max-width: 960px) {
  article.featured {
    margin-bottom: 50px; }

  article.featured .featured-title {
    margin-bottom: 40px; } }
@media only screen and (max-width: 768px) {
  article.featured {
    margin-bottom: 10px; }

  article.featured h1 {
    font-size: 30px;
    font-size: 30rem;
    margin-bottom: 10px; }

  article.featured .featured-title {
    margin-bottom: 20px;
    border-right: 0; }

  article.featured .featured-text {
    font-size: 18px;
    font-size: 18rem;
    margin-bottom: 10px; }

  article.featured .featured-text p {
    margin-bottom: 20px; }

  .video-showing {
    padding-top: 0; }

  .video-embed iframe {
    height: 500px; } }
@media only screen and (max-width: 480px) {
  article.featured h1 {
    font-size: 22px;
    font-size: 22rem; }

  article.featured .featured-text {
    font-size: 14px;
    font-size: 14rem; }

  .video-embed iframe {
    height: 350px; } }
.leadin-caption {
  margin-bottom: 25px;
  position: relative;
  z-index: 2; }

.leadin-caption.video {
  padding-right: 0; }

.leadin-caption.video img {
  width: 100%;
  height: auto;
  display: block; }

.leadin-caption.video figcaption a {
  padding: 60px;
  background-color: #f5f5f5;
  position: absolute;
  right: 0;
  bottom: -70px;
  z-index: 2;
  width: 400px;
  text-decoration: none; }

.leadin-caption.video figcaption a {
  color: #88857c;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out; }
  .leadin-caption.video figcaption a .btn:before {
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out; }
  .leadin-caption.video figcaption a:hover, .leadin-caption.video figcaption a:hover .btn:before {
    color: #6a717e; }

.leadin-caption.video .caption {
  font-size: 35px;
  font-size: 35rem;
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 40px;
  display: block; }

.leadin-video a,
.leadin-article a {
  text-decoration: none; }

.leadin-article {
  background-color: #d5d1c1;
  position: relative;
  z-index: 1;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out; }
  .leadin-article:hover {
    background-color: #6a717e; }

.leadin-article:hover .readmore {
  color: #fff; }
  .leadin-article:hover .readmore:after {
    margin-left: 25px; }

.leadin-article .readmore {
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out; }

.leadin-article a {
  color: #fff;
  display: block;
  padding: 40px 65% 90px 70px;
  position: relative; }

.leadin-article .spacer {
  width: 100%;
  height: 70px;
  display: block; }
  .leadin-article .spacer:after {
    content: ' ';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 425px;
    background-color: #fff; }

.leadin-article {
  margin-bottom: 25px; }

.leadin-article .image {
  background-size: cover;
  -ms-behavior: url(/backgroundsize.htc);
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  width: 60%;
  height: 100%; }

.leadin-article .readmore {
  color: #5d5c57;
  font-size: 16px;
  font-size: 16rem; }

.leadin a:hover {
  color: inherit; }

.leadin:hover .readmore:after {
  margin-left: 25px; }

.quote {
  position: relative;
  font-size: 40px;
  font-size: 40rem;
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 100px; }
  .quote:before {
    content: '\201C';
    position: absolute;
    left: -30px;
    top: 0;
    font-size: 38px;
    font-size: 38rem; }

.quote .author {
  display: block;
  font-size: 14px;
  font-size: 14rem;
  margin: 20px 0; }
  .quote .author:before {
    content: '-\0020';
    display: inline-block; }

.btn.discover-video {
  font-size: 14px;
  font-size: 14rem;
  display: block; }

.row {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto; }
  .row::after {
    clear: both;
    content: "";
    display: table; }

.thumbnail-wrap {
  position: relative; }

.leadin {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 31.7615656014%;
  font-size: 16px;
  font-size: 16rem;
  line-height: 1.6;
  margin-bottom: 25px;
  position: relative; }
  .leadin:last-child {
    margin-right: 0; }

.journal-index .leadin {
  font-size: 18px;
  font-size: 18rem; }

.leadin.video .thumbnail-wrap:before {
  font-family: "icons";
  content: '\f106';
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -65px;
  margin-top: -65px;
  font-size: 130px;
  line-height: 1;
  color: #fff;
  z-index: 10; }

.leadin .meta {
  margin: 0;
  font-size: 14px;
  font-size: 14rem;
  color: #bbbbbb;
  font-weight: 700;
  margin-bottom: 10px; }

.leadin .title {
  font-size: 30px;
  font-size: 30rem;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 0; }

.leadin a {
  text-decoration: none; }

.leadin .thumb {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
  position: relative;
  z-index: 2; }

.leadin .content {
  padding: 40px;
  padding-bottom: 70px;
  border-left: 1px solid #f4f4f4;
  min-height: 360px; }

.leadin .readmore {
  position: absolute;
  left: 40px;
  bottom: 25px;
  text-transform: uppercase; }

@media screen and (max-width: 768px) {
  .leadin {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%; }
    .leadin:last-child {
      margin-right: 0; }

  .leadin.video:before {
    font-size: 100px; } }
.paver-leadin {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
  position: relative; }
  .paver-leadin::after {
    clear: both;
    content: "";
    display: table; }

.paver-leadin .pavers {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 65.8807828007%; }
  .paver-leadin .pavers:last-child {
    margin-right: 0; }

.paver-leadin .leadin {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 31.7615656014%; }
  .paver-leadin .leadin:last-child {
    margin-right: 0; }

.pavers .thumb {
  float: left;
  display: block;
  margin-right: 3.5786636068%;
  width: 22.3160022949%;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out; }
  .pavers .thumb:last-child {
    margin-right: 0; }
  .pavers .thumb:hover {
    opacity: .6; }

.pavers img {
  width: 100%;
  height: auto;
  display: block; }

.paver-leadin .leadin {
  background-color: #6a717e;
  color: #fff;
  text-decoration: none;
  padding: 0 5%;
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  font-size: 16px;
  font-size: 16rem;
  line-height: 1.2;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out; }
  .paver-leadin .leadin:hover {
    background-color: #848b97; }

.paver-leadin p {
  margin: 0; }

.paver-leadin .title {
  font-size: 35px;
  font-size: 35rem;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 15px; }

.statement-leadin {
  background-color: #6a717e;
  padding: 110px 200px 110px 100px;
  color: #fff;
  text-decoration: none;
  display: block;
  font-size: 40px;
  font-size: 40rem;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 25px;
  position: relative;
  z-index: 100; }
  @media only screen and (max-width: 1200px) {
    .statement-leadin {
      font-size: 3.3333333333vw; } }
  @media only screen and (max-width: 769px) {
    .statement-leadin {
      font-size: 30px;
      font-size: 30rem; } }
  @media only screen and (max-width: 481px) {
    .statement-leadin {
      font-size: 18px;
      font-size: 18rem; } }
  .statement-leadin:hover {
    color: #fff; }

.statement-leadin p {
  color: #fff;
  margin-bottom: 50px; }

.statement-leadin .readmore {
  margin-bottom: 0; }

.statement-leadin .author {
  font-size: 14px;
  font-size: 14rem;
  font-weight: 600;
  margin-bottom: 0; }

.row {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto; }
  .row::after {
    clear: both;
    content: "";
    display: table; }

.leadin-related {
  height: 400px;
  text-align: center;
  font-size: 40px;
  font-size: 40rem;
  line-height: 1.4;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  position: relative;
  margin-bottom: 25px; }
  .leadin-related:hover {
    color: #fff; }
    .leadin-related:hover:before {
      opacity: 1; }
  .leadin-related:after {
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 1;
    content: ' '; }
  .leadin-related:before {
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out; }

.leadin-related {
  margin-right: 2.2% !important; }

.row.items-2 .item,
.row.items-2 .leadin-related,
.row.items-2 .leadin {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 48.821174201%;
  clear: left;
  position: relative; }
  .row.items-2 .item:last-child,
  .row.items-2 .leadin-related:last-child,
  .row.items-2 .leadin:last-child {
    margin-right: 0; }

.row.items-2 .last {
  clear: none !important;
  margin-right: 0 !important; }

.row.items-3 .item,
.row.items-3 .leadin-related,
.row.items-3 .leadin {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 31.7615656014%; }
  .row.items-3 .item:last-child,
  .row.items-3 .leadin-related:last-child,
  .row.items-3 .leadin:last-child {
    margin-right: 0; }
  .row.items-3 .item:nth-child(3n),
  .row.items-3 .leadin-related:nth-child(3n),
  .row.items-3 .leadin:nth-child(3n) {
    margin-right: 0; }
  .row.items-3 .item:nth-child(3n+1),
  .row.items-3 .leadin-related:nth-child(3n+1),
  .row.items-3 .leadin:nth-child(3n+1) {
    clear: left; }

.row.mini .leadin-related {
  height: 300px;
  font-size: 30px;
  font-size: 30rem; }

.row.green .leadin-related:before {
  background-color: #8f9d93;
  background-color: rgba(143, 157, 147, 0.9); }

.row.blue .leadin-related:before {
  background-color: #6a717e;
  background-color: rgba(106, 113, 126, 0.9); }

.leadin-related .background {
  background-size: cover;
  -ms-behavior: url(/backgroundsize.htc);
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.leadin-related:hover .background {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */ }

.leadin-related p {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  position: relative;
  z-index: 3; }

.leadin-related small {
  font-size: 16px;
  font-size: 16rem;
  display: block;
  position: relative;
  top: 30px;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.leadin-related:hover small {
  top: 0;
  opacity: 1; }

@media screen and (max-width: 768px) {
  .paver-leadin .pavers {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%; }
    .paver-leadin .pavers:last-child {
      margin-right: 0; }

  .pavers .thumb {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
    margin-bottom: 25px; }
    .pavers .thumb:last-child {
      margin-right: 0; }
    .pavers .thumb:nth-child(2n) {
      margin-right: 0; }
    .pavers .thumb:nth-child(2n+1) {
      clear: left; }

  .paver-leadin .leadin {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    position: static;
    height: auto; }
    .paver-leadin .leadin:last-child {
      margin-right: 0; }

  .paver-leadin .vertical-align {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }

  .leadin-related p {
    padding: 0 20px; }

  .leadin-related small {
    opacity: 1;
    top: 0; } }
@media only screen and (max-width: 1024px) {
  .leadin-caption.video figcaption {
    padding: 30px;
    width: 300px; }

  .leadin-caption.video .caption {
    font-size: 26px;
    font-size: 26rem; }

  .leadin-article .spacer:after {
    width: 325px; }

  .leadin-article a {
    padding: 30px 65% 50px 50px; }

  .quote {
    margin-top: 0;
    font-size: 24px;
    font-size: 24rem;
    margin-bottom: 50px; }

  .paver-leadin .leadin {
    padding: 0 30px;
    font-size: 14px;
    font-size: 14rem; }

  .paver-leadin .title {
    font-size: 24px;
    font-size: 24rem; }

  .leadin {
    font-size: 14px;
    font-size: 14rem;
    line-height: 1.4; }

  .leadin .content {
    padding: 30px;
    padding-bottom: 70px; }

  .leadin .title {
    font-size: 22px;
    font-size: 22rem; }

  .leadin .readmore {
    left: 30px; }

  .statement-leadin {
    padding: 75px;
    font-size: 30px;
    font-size: 30rem; } }
@media only screen and (max-width: 768px) {
  .leadin-caption.video figcaption,
  .leadin-caption.video figcaption a {
    width: auto;
    position: static;
    display: block; }

  .leadin-caption.video figcaption {
    padding: 0; }

  .leadin-caption.video figcaption a {
    padding: 30px; }

  .leadin-caption.video figcaption .btn.discover-video {
    margin-bottom: 0; }

  .leadin-caption.video .caption {
    margin-top: 0;
    margin-bottom: 30px; }

  .leadin-article .spacer {
    display: none; }

  .leadin-article a {
    padding: 325px 50px 30px 50px; }

  .leadin-article .image {
    width: 100%;
    height: 300px; }

  .leadin .content {
    min-height: 0; }

  .leadin .readmore {
    position: static; }

  .paver-leadin .title {
    margin-bottom: 0; }

  .paver-leadin .leadin {
    padding: 20px; }

  .statement-leadin {
    padding: 30px;
    font-size: 24px;
    font-size: 24rem;
    margin-bottom: 10px; }

  .statement-leadin p {
    margin-bottom: 30px; }

  .leadin-related {
    height: 250px;
    font-size: 30px;
    font-size: 30rem; } }
@media only screen and (max-width: 480px) {
  .leadin-caption {
    margin-bottom: 0; }

  .leadin-article {
    margin-bottom: 10px; }

  .leadin-article a {
    padding: 30px;
    padding-top: 230px; }

  .leadin-article .image {
    width: 100%;
    height: 200px; }

  .leadin {
    display: none;
    margin-bottom: 10px; }
    .leadin:first-child {
      display: block; }

  .leadin .content {
    padding: 20px 0;
    border-left: 0;
    margin-bottom: 20px; }

  .leadin .content .readmore {
    margin-bottom: 0; }

  .paver-leadin {
    margin: 0; }

  .pavers .thumb {
    margin-bottom: 10px; }

  .quote {
    padding-left: 30px; }

  .quote:before {
    left: 0; } }
@media screen and (max-width: 768px) {
  .row.items-3 .item,
  .row.items-3 .leadin-related,
  .row.items-3 .leadin {
    margin-bottom: 10px;
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%; }
    .row.items-3 .item:last-child,
    .row.items-3 .leadin-related:last-child,
    .row.items-3 .leadin:last-child {
      margin-right: 0; } }
@media screen and (max-width: 480px) {
  .leadin-related,
  .row.items-2 .item,
  .row.items-2 .leadin-related,
  .row.items-2 .leadin {
    margin-bottom: 10px;
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%; }
    .leadin-related:last-child,
    .row.items-2 .item:last-child,
    .row.items-2 .leadin-related:last-child,
    .row.items-2 .leadin:last-child {
      margin-right: 0; }

  .row.items-3 .leadin-related {
    height: 200px; } }
.category {
  padding-top: 140px; }

@media only screen and (max-width: 768px) {
  .category {
    padding-top: 0; } }
@media only screen and (max-height: 768px) {
  .leadin-related {
    height: 280px; } }
.bio {
  margin-bottom: 25px;
  height: 600px;
  position: relative;
  color: #fff;
  cursor: pointer;
  width: 31.666666666666667%;
  float: left;
  margin-right: 2.5%; }
  .bio:after {
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: #427187;
    background-color: rgba(66, 113, 135, 0.75);
    z-index: 2;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out; }

.bio.last {
  margin-right: 0; }

.clone-hidden:after {
  clear: both;
  display: block;
  content: ' '; }

@media only screen and (max-width: 767px) {
  .bio {
    width: 48.75%;
    margin-right: 2.5%; } }
@media only screen and (max-width: 768px) {
  .bio {
    margin-bottom: 10px; } }
@media only screen and (max-width: 480px) {
  .bio {
    width: 100%;
    margin-right: 0; } }
/*
@include media(min-width 960px, 12) {
	.team {
		max-width: 68em;
		margin-left: auto;
		margin-right: auto;
		
		&:after {
			content: ' ';
			clear: both;
			display: block;
		}
	}
	.bio {
		width: 31.7615656014%;
		float: left;
	}
}

@include media(min-width 768px max-width 960px, 12) {
	.bio {
		@include span-columns(4);
		@include omega(3n);
		margin-right: 0;
		height: 300px;
		
		.title {
			@include font-size(24);
			top: -25px;
		}
	}
}
@include media(min-width 480px max-width 768px, 12) {
	.bio {
		@include span-columns(6);
		@include omega(2n);
		height: 250px;
		margin-bottom: 10px;
		margin-right: 0;
		
		.title {
			@include font-size(20);
			top: -20px;
		}
	}
}
@include media(max-width 480px, 12) {
	.bio {
		@include span-columns(12);
		height: 250px;
		margin-bottom: 10px;
		margin-right: 0;
		
		.title {
			@include font-size(24);
			top: -20px;
		}
	}
}
*/
/*
.team.is-cloned {
	@include media(min-width 960px, 12) {
		.bio:nth-child(3n) {
			margin-left: 2.3576515979%;;
		}
		.bio:nth-child(3n+1) {
			clear: none;
		}
	}
}
*/
.bio .text {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  z-index: 3;
  margin: 0;
  text-align: center;
  position: relative; }

.bio .title,
.bio small {
  position: absolute;
  display: block;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.bio .title {
  font-size: 30px;
  font-size: 30rem;
  font-weight: 500;
  top: -50px; }

.bio small {
  font-size: 15px;
  font-size: 15rem;
  font-weight: 600;
  bottom: -50px; }

.bio .background {
  background-size: cover;
  -ms-behavior: url(/backgroundsize.htc);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center center;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */ }

.bio:hover:after {
  opacity: 1; }

.bio:hover .title {
  opacity: 1;
  position: absolute;
  top: -30px; }

.bio:hover small {
  opacity: 1;
  position: absolute;
  bottom: -30px; }

.clone-hidden {
  display: none; }

.clone-hidden.cloned {
  width: 100%;
  clear: both;
  position: relative;
  margin-bottom: 25px;
  padding-left: 31.7615656014%;
  background-color: #f5f5f5;
  min-height: 600px; }

.bio-mugshot {
  position: absolute;
  left: 0;
  top: 0;
  width: 31.7615656014%;
  height: 100%;
  background-size: cover;
  -ms-behavior: url(/backgroundsize.htc);
  background-position: center center;
  background-repeat: no-repeat; }

.bio-description {
  width: 100%;
  padding: 80px 70px; }
  .bio-description p {
    margin: 0; }
    .bio-description p + p {
      margin-top: 20px; }

@media only screen and (max-width: 960px) {
  .bio-description {
    font-size: 20px;
    font-size: 20rem; }

  .bio {
    height: 500px; }

  .clone-hidden.cloned {
    min-height: 500px; }

  /*
  	.bio-mugshot {
  		max-height: 300px;
  	}
  */ }
@media only screen and (max-width: 768px) {
  .clone-hidden.cloned {
    margin-bottom: 10px; }

  .clone-hidden.cloned {
    padding-left: 50%; }

  .bio-mugshot {
    width: 48.75%; }

  .bio-description {
    font-size: 18px;
    font-size: 18rem;
    padding: 40px; } }
@media only screen and (max-width: 650px) {
  .clone-hidden.cloned {
    padding-left: 40%; }

  .bio-mugshot {
    width: 40%; }

  .bio-description {
    font-size: 16px;
    font-size: 16rem;
    padding: 30px; } }
@media only screen and (max-width: 480px) {
  .clone-hidden.cloned {
    padding-left: 0; }

  .bio,
  .bio-mugshot {
    height: 600px;
    min-height: 0; }

  .bio-mugshot {
    position: static;
    display: block;
    width: 100%;
    max-height: auto; }

  .bio-description {
    padding: 30px;
    font-size: 14px;
    font-size: 14rem; } }
.project {
  position: relative;
  padding-left: 50%;
  text-decoration: none;
  width: 100%;
  display: block;
  margin-bottom: 25px; }
  .project:before {
    content: ' ';
    background-color: #fff;
    width: 25px;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -12px;
    z-index: 2; }
  .project:after {
    content: ' ';
    background-color: #f4f3f4;
    width: 25px;
    height: 1px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -12px;
    z-index: 2; }

.project .text {
  background-color: #f9f9fa;
  font-size: 20px;
  font-size: 20rem;
  font-weight: 500;
  line-height: 1.4;
  padding: 75px;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out; }

.project h2 {
  font-size: 40px;
  font-size: 40rem;
  line-height: 1.4;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 20px;
  color: #000000; }

.project .author {
  font-size: 16px;
  font-size: 16rem;
  font-weight: 600;
  display: block; }

.project .readmore {
  font-size: 16px;
  font-size: 16rem;
  padding-top: 30px;
  margin-bottom: 0; }

.project .background {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  -ms-behavior: url(/backgroundsize.htc);
  background-position: center center;
  background-repeat: no-repeat; }

.project.odd {
  padding-left: 0;
  padding-right: 50%; }

.project.odd .background {
  left: auto;
  right: 0; }

.project:hover .text {
  background-color: #ebebee; }

.project.featured:before,
.project.featured:after {
  content: none; }

.project.featured {
  padding-right: 65%; }

.project.featured .background {
  width: 65%; }

.project.featured .text {
  padding-top: 110px;
  background-color: #6a717e;
  color: #fff;
  padding-bottom: 90px; }

.project.featured h2,
.project.featured .readmore {
  color: #fff; }

.project.featured h2:before {
  content: 'Featured';
  display: block;
  font-size: 20px;
  font-size: 20rem;
  font-weight: 500;
  margin-bottom: 45px; }

.project.featured .readmore {
  padding-top: 100px; }

.project.featured:hover .text {
  background-color: #5e6570; }

@media only screen and (max-width: 1100px) {
  .project.featured {
    padding-right: 55%; }

  .project.featured .background {
    width: 55%; } }
@media only screen and (max-width: 1024px) {
  .project .text {
    padding: 30px;
    padding-left: 45px;
    font-size: 16px;
    font-size: 16rem; }

  .project.odd .text {
    padding-right: 45px; }

  .project h2 {
    font-size: 30px;
    font-size: 30rem; }

  .project .readmore {
    padding: 0; }

  .project.featured .text {
    padding-top: 60px;
    padding-bottom: 60px; }

  .project.featured .readmore {
    padding-top: 50px; }

  .project h2 {
    margin-bottom: 10px; }

  .project.featured h2:before {
    margin-bottom: 0; }

  .project.featured .readmore {
    padding-top: 20px; } }
@media only screen and (max-width: 768px) {
  .project:before,
  .project:after {
    content: none; }

  .project,
  .project.odd {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px;
    position: static;
    display: block; }

  .project .background {
    position: static;
    display: block;
    width: 100%;
    height: 300px; }

  .project.featured .text {
    padding-top: 30px;
    padding-bottom: 30px; }

  .project.featured .background {
    width: 100%; } }
@media only screen and (max-width: 480px) {
  .project h2 {
    font-size: 20px;
    font-size: 20rem; }

  .project .author,
  .project .text,
  .project .readmore {
    font-size: 14px;
    font-size: 14rem; }

  .project .text,
  .project.featured .text {
    padding: 20px; }

  .project .background {
    height: 200px; }

  .project.featured h2:before {
    margin-bottom: 20px; }

  .project.featured .readmore {
    padding-top: 0; } }
.project-inner .intro {
  background-color: #f5f5f5;
  padding: 80px 90px;
  padding-bottom: 150px;
  padding-right: 400px;
  font-size: 22px;
  font-size: 22rem;
  line-height: 1.6;
  position: relative;
  margin-bottom: 25px; }

.project-inner p {
  margin-bottom: 40px; }

.project-inner .intro p:first-child {
  font-size: 28px;
  font-size: 28rem;
  line-height: 1.4; }

.project-inner .sidebar-leadin {
  position: absolute;
  right: 0;
  top: 0;
  padding: 80px 90px;
  width: 400px;
  line-height: 1.6;
  color: #88857c;
  text-decoration: none;
  font-size: 20px;
  font-size: 20rem; }
  .project-inner .sidebar-leadin p:first-child {
    font-size: inherit; }

.project-inner .sidebar-leadin p {
  margin-bottom: 30px; }

.project-inner .sidebar-leadin .readmore {
  font-size: inherit;
  font-weight: normal;
  color: inherit; }

.project-button {
  position: absolute;
  top: -60px;
  right: 0;
  text-decoration: none;
  font-size: 22px;
  font-size: 22rem;
  font-weight: 500;
  padding: 20px 25px;
  display: block;
  color: #fff;
  background-color: #c2bcb5;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out; }
  .project-button:hover {
    color: #fff;
    background-color: #6a717e; }

.project-button .readmore {
  display: block;
  color: inherit;
  font-size: 16px;
  font-size: 16rem; }

.project-image {
  display: block;
  width: 100%;
  margin-bottom: 25px;
  background-size: cover;
  -ms-behavior: url(/backgroundsize.htc);
  background-position: center center;
  background-repeat: no-repeat; }

.project-1 {
  height: 610px; }

.project-2 {
  height: 450px; }

.project-3 {
  height: 300px; }

.project-main {
  margin-bottom: 25px; }

@media only screen and (max-width: 960px) {
  .project-inner .intro {
    padding-right: 90px; }

  .project-inner .sidebar-leadin {
    position: static;
    padding: 0;
    margin-bottom: 40px;
    width: auto; }

  .project-inner .sidebar-leadin p {
    margin-bottom: 20px; } }
@media only screen and (max-width: 768px) {
  .project-inner .intro {
    padding: 40px; }

  .project-image {
    height: 350px; }

  .project-button {
    position: static;
    margin-bottom: 20px; } }
@media only screen and (max-width: 480px) {
  .project-main {
    margin-bottom: 10px; }

  .project-image {
    height: 200px; }

  .project-inner .intro {
    padding: 30px 25px;
    font-size: 18px;
    font-size: 18rem; }

  .project-inner .intro p:first-child {
    font-size: 22px;
    font-size: 22rem; }

  .project-inner .sidebar-leadin {
    font-size: 14px;
    font-size: 14rem; }

  .project-inner .sidebar-leadin p:first-child {
    font-size: inherit; } }
@media screen and (min-width: 768px) {
  .project-showcase {
    max-width: 68em;
    margin-left: auto;
    margin-right: auto;
    position: relative; }
    .project-showcase::after {
      clear: both;
      content: "";
      display: table; }

  .project-main {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
    position: relative; }
    .project-main:last-child {
      margin-right: 0; }

  .project-sub {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
    position: absolute;
    right: 0;
    bottom: 0; }
    .project-sub:last-child {
      margin-right: 0; } }
/*

.author-info {
	margin-bottom: $gutter;
	background-color: #f5f5f5;
	padding: 70px;
	padding-left: 420px;
	position: relative;
	@include font-size(22);
	font-weight: $weight_normal;
	line-height: 1.6;
	min-height: 365px;
}

.author-particulars {
	position: absolute;
	left: 0;
	top: 0;
	width: 365px;
	padding: 70px;
	@include font-size(16);
	
}
.author-particulars a {
	text-decoration: none;
	color: #353535;
	
	&:hover {
		color: #000;
	}
}

.author-particulars p {
	margin-bottom: 5px;
}

.author-info h2 {
	@include font-size(35);
	font-weight: $weight_normal;
	margin-top: 15px;
	margin-bottom: 10px;
}
*/
.author-info {
  font-size: 22px;
  font-size: 22rem;
  margin-bottom: 25px;
  background-color: #f5f5f5;
  position: relative;
  font-weight: 500;
  line-height: 1.6; }
  .author-info::after {
    clear: both;
    content: "";
    display: table; }

.author-particulars {
  float: left;
  width: 30%;
  padding: 70px;
  font-size: 16px;
  font-size: 16rem; }

.author-particulars a {
  text-decoration: none;
  color: #353535; }
  .author-particulars a:hover {
    color: #000; }

.author-content {
  width: 70%;
  float: left;
  padding: 70px; }

.author-particulars p {
  margin-bottom: 5px; }

.author-info h2 {
  font-size: 35px;
  font-size: 35rem;
  font-weight: 500;
  margin-top: 15px;
  margin-bottom: 10px; }

.gallery {
  position: relative;
  margin-bottom: 25px;
  overflow: hidden; }

.gallery img {
  width: 100%;
  height: auto;
  display: block; }

.gallery .slide {
  width: 100%;
  height: auto;
  display: block; }

.gallery-controls {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 200;
  width: 50px;
  cursor: pointer; }

.gallery-controls .prev,
.gallery-controls .next {
  position: relative;
  width: 50px;
  height: 50px;
  background-color: #fff;
  display: block;
  margin-bottom: 3px;
  text-align: center;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out; }
  .gallery-controls .prev:hover,
  .gallery-controls .next:hover {
    background-color: #d5d1c1; }
  .gallery-controls .prev:before,
  .gallery-controls .next:before {
    position: absolute;
    font-family: 'icons';
    top: 50%;
    left: 0;
    font-size: 7px;
    color: #000;
    width: 100%;
    margin-top: -4px;
    font-weight: bold; }

.gallery-controls .prev:before {
  content: '\f102'; }

.gallery-controls .next:before {
  content: '\f104'; }

.gallery .overlay-product .outer {
  top: auto;
  /*
  	-webkit-transform: translateY(0%);
  	-ms-transform: translateY(0%);
  	transform: translateY(0%);
  */
  position: absolute;
  width: 40%;
  left: 70px;
  bottom: 70px;
  position: static;
  width: auto; }

@media only screen and (max-width: 768px) {
  .gallery {
    margin-bottom: 10px; }

  .gallery .overlay-product .outer {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 10px;
    bottom: 0;
    left: 0;
    width: 75%; }

  .overlay-product .wrap {
    opacity: 1; }

  .overlay-product .wrap h2 {
    margin-bottom: 0; }

  gallery .overlay-product .title {
    margin-top: 0;
    margin-bottom: 10px; }

  .gallery .overlay-product .wrap {
    padding-top: 5px;
    padding-left: 80px; }

  .overlay-product .thumb {
    width: 60px;
    height: 60px; }

  .gallery .overlay-product .outer .title {
    margin-bottom: 10px; } }
@media only screen and (max-width: 480px) {
  .gallery .overlay-product .outer {
    position: static;
    width: auto;
    padding: 0;
    margin-top: 20px; } }
.overlay-product:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  transition: opacity 800ms ease-in-out 0s;
  -webkit-transition: opacity 800ms ease-in-out 0s; }

.overlay-product:hover:before {
  opacity: 1; }

.overlay-product .overlay {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  color: #353535;
  text-decoration: none;
  padding: 70px;
  opacity: 0;
  transition: all 400ms ease-in-out 200ms;
  -webkit-transition: all 400ms ease-in-out 200ms;
  background-color: rgba(255, 255, 255, 0.9);
  width: auto;
  height: auto;
  padding: 3vw; }

.overlay-product:hover .overlay {
  opacity: 1;
  left: 0; }

.overlay-product {
  font-size: 16px;
  font-size: 16rem;
  font-weight: 500;
  position: relative;
  /* 	margin-bottom: $gutter; */ }

.overlay-product .outer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  position: static;
  width: auto; }

.overlay-product .title {
  font-size: 40px;
  font-size: 40rem;
  line-height: 1.4; }

.overlay-product .wrap {
  position: relative;
  padding: 85px 0 0 175px;
  opacity: 0;
  transition: opacity 600ms ease-in-out 600ms;
  -webkit-transition: opacity 600ms ease-in-out 600ms; }

.overlay-product:hover .wrap {
  opacity: 1; }

.overlay-product h2 {
  display: block;
  font-size: 30px;
  font-size: 30rem;
  margin: 0;
  margin-bottom: 10px; }

.overlay-product .thumb {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 150px;
  height: 150px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -ms-behavior: url(/backgroundsize.htc); }

.overlay-product img {
  display: block;
  width: 100%;
  height: auto; }

.project-showcase .statement-leadin {
  padding: 4vw; }

.project-showcase .statement-leadin p {
  margin-bottom: 10px; }

.project-showcase .project-main {
  margin-bottom: 0; }
  .single-project .project-showcase .project-main {
    margin-bottom: 25px; }

.single-project .hero-title {
  margin-bottom: -120px;
  z-index: 10; }

.single-project .discover-video {
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  position: relative;
  top: -95px;
  width: 184px;
  height: 184px;
  display: block;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  border: 2px solid #fff;
  border: 2px solid rgba(255, 255, 255, 0.6); }
  .single-project .discover-video:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 166px;
    height: 166px;
    margin-left: -83px;
    margin-top: -83px;
    border: 5px solid #fff;
    border-radius: 50%; }
  .single-project .discover-video:after {
    -webkit-transition: transform 0.2s ease-in-out;
    -moz-transition: transform 0.2s ease-in-out;
    -ms-transition: transform 0.2s ease-in-out;
    -o-transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -17px;
    margin-top: -23px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 23px 0 23px 40px;
    border-color: transparent transparent transparent #fff; }
  .single-project .discover-video:hover, .single-project .discover-video:active {
    background-color: transparent; }
    .single-project .discover-video:hover:after, .single-project .discover-video:active:after {
      transform: scale(1.2); }

@media only screen and (max-width: 1024px) {
  .overlay-product .overlay {
    padding: 30px; }

  /*
  	.overlay-product .outer {
  		padding: 30px 0;
  	}
  */
  .overlay-product .wrap {
    padding: 35px 0 0 125px; }

  .overlay-product .title {
    font-size: 30px;
    font-size: 30rem; }

  .overlay-product h2 {
    font-size: 26px;
    font-size: 26rem; }

  .overlay-product .thumb {
    width: 100px;
    height: 100px; }

  /*
  	.author-particulars {
  		padding: 50px;
  	}
  	.author-info {
  		padding: 50px;
  		padding-left: 370px;
  	}
  */
  .author-particulars,
  .author.content {
    padding: 45px; }

  .project-showcase .statement-leadin {
    padding: 50px; } }
@media only screen and (max-width: 768px) {
  .overlay-product .overlay {
    position: relative;
    height: auto;
    width: auto;
    opacity: 1;
    padding: 0;
    left: 0; }

  .overlay-product:before {
    content: none; }

  .overlay-product .outer {
    position: static;
    /*
    		-webkit-transform: translateY(0%);
    		-ms-transform: translateY(0%);
    		transform: translateY(0%);
    */ }

  .overlay-product .title {
    font-size: 22px;
    font-size: 22rem; }

  .author-info {
    padding: 30px;
    font-size: 18px;
    font-size: 18rem; }

  .author-content {
    width: 100%;
    float: none;
    padding: 0; }

  .author-particulars {
    padding: 0;
    float: none;
    position: static;
    width: 100%;
    margin-bottom: 25px; }

  .single-project .discover-video {
    position: absolute;
    left: 50%;
    margin-left: -95px;
    top: 50%;
    transform: translateY(-50%); } }
@media only screen and (max-width: 480px) {
  .overlay-product .overlay {
    padding: 0; }

  .overlay-product .wrap {
    padding-top: 35px; }

  .overlay-product .title {
    margin: 20px 0;
    font-size: 20px;
    font-size: 20rem;
    font-weight: normal; }

  .overlay-product .outer {
    padding: 0; }

  .project-showcase .statement-leadin {
    padding: 40px; }

  .author-info {
    padding: 30px; }

  .author-info h2 {
    font-size: 25px;
    font-size: 25rem; }

  .author-info {
    font-size: 16px;
    font-size: 16rem; }

  .single-project .discover-video {
    width: 100px;
    height: 100px;
    margin-left: -50px; }
    .single-project .discover-video:before {
      width: 88px;
      height: 88px;
      margin-left: -44px;
      margin-top: -44px;
      border: 3px solid #fff; }
    .single-project .discover-video:after {
      margin-left: -12px;
      margin-top: -18px;
      border-width: 18px 0 18px 30px; } }
.product-carousel .row {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto; }
  .product-carousel .row::after {
    clear: both;
    content: "";
    display: table; }

.product-carousel .item {
  border-left: 1px solid #f5f5f5;
  border-top: 1px solid #f5f5f5;
  position: relative;
  cursor: pointer;
  text-align: center;
  height: 330px;
  display: block; }

.product-carousel .title {
  font-size: 24px;
  font-size: 24rem;
  margin-bottom: 0; }

.product-carousel .thumb {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  display: block; }

.product-carousel iframe {
  display: none; }

.product-carousel .active:before {
  content: ' ';
  background-color: #f5f5f5;
  position: absolute;
  top: -6px;
  left: 0;
  width: 100%;
  height: 6px; }

.product-carousel .iframe {
  background-color: #f3f3f3;
  width: 100%;
  height: 600px;
  margin-bottom: 25px;
  display: block; }

@media screen and (min-width: 768px) {
  .product-carousel.items-2 .item {
    float: left;
    display: block;
    width: 51.178825799%; }
    .product-carousel.items-2 .item:last-child {
      width: 48.821174201%; }
    .product-carousel.items-2 .item:nth-child(2) {
      border-right: 1px solid #f5f5f5; }

  .product-carousel.items-3 .item {
    float: left;
    display: block;
    width: 34.1192171993%; }
    .product-carousel.items-3 .item:last-child {
      width: 31.7615656014%; }
    .product-carousel.items-3 .item:nth-child(3) {
      border-right: 1px solid #f5f5f5; }

  .product-carousel.items-4 .item {
    float: left;
    display: block;
    width: 25.5894128995%; }
    .product-carousel.items-4 .item:last-child {
      width: 23.2317613015%; }
    .product-carousel.items-4 .item:nth-child(4) {
      border-right: 1px solid #f5f5f5; } }
@media screen and (max-width: 768px) {
  .product-carousel .iframe {
    height: auto; }

  .product-carousel .iframe img {
    width: 100% !important;
    height: auto !important;
    display: block; } }
@media screen and (max-width: 480px) {
  .product-carousel .title {
    font-size: 18px;
    font-size: 18rem; }

  .product-carousel .item {
    padding: 20px;
    height: auto; }

  .product-carousel .thumb {
    position: static;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%); } }
.filter {
  width: 100%;
  margin-bottom: 40px;
  color: #b0b0b0;
  font-size: 30px;
  font-size: 30rem;
  font-weight: 500;
  line-height: 1.2;
  position: relative;
  padding-left: 250px; }

.filter p {
  margin: 0; }

.filter .title {
  font-size: 40px;
  font-size: 40rem;
  line-height: 1em;
  position: absolute;
  left: 0;
  top: 0;
  width: 250px; }

.filter .toggle {
  text-align: right;
  display: block;
  width: 100%; }

.filter .toggle p {
  line-height: 1em;
  margin-top: 10px;
  margin-left: 20px;
  padding-left: 50px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out; }
  .filter .toggle p:before {
    font-family: 'icons';
    content: '\f10b';
    position: absolute;
    left: 0;
    top: 0;
    font-size: 25px;
    font-size: 25rem;
    color: #b0b0b0;
    font-weight: normal;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out; }
  .filter .toggle p:hover, .filter .toggle p:hover:before {
    color: #000; }

.filter .toggle p.active:before {
  content: '\f10c'; }

@media only screen and (max-width: 960px) {
  .filter {
    padding-left: 0;
    text-align: center; }

  .filter .title {
    position: static;
    margin: 0 auto;
    display: block;
    margin-bottom: 10px; }

  .filter .toggle {
    text-align: center; } }
@media only screen and (max-width: 768px) {
  .filter .title {
    font-size: 28px;
    font-size: 28rem; }

  .filter .toggle {
    font-size: 18px;
    font-size: 18rem; }

  .filter .toggle p {
    margin-right: 10px;
    padding-left: 35px; }
    .filter .toggle p:before {
      font-size: 20px;
      font-size: 20rem; } }
@media only screen and (max-width: 480px) {
  .filter .title {
    margin-bottom: 20px; }

  .filter .toggle p {
    display: block;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    width: 50%;
    float: left;
    text-align: left; }
    .filter .toggle p:before {
      display: inline-block;
      margin-right: 10px;
      position: static; }
    .filter .toggle p:nth-child(2n+1) {
      clear: left; } }
/*
@include media(min-width 768px, 12) {
	.filter .title {
		@include font-size(40);
		@include span-columns(4);
	}
	.filter .toggle {
		@include span-columns(8);
		@include omega();
	}
	.filter .toggle p {
		@include span-columns(2 of 8);
		@include omega(4n);
	}
}

@include media(max-width 768px, 12) {
	.filter {
		text-align: center;
		@include font-size(18);
	}
	.filter .title {
		@include font-size(28);
	}
}
*/
.product-paving {
  border-top: 1px solid #f5f5f5;
  padding-top: 40px; }

.product-paving .row {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto; }
  .product-paving .row::after {
    clear: both;
    content: "";
    display: table; }

.product-paving .item {
  margin-bottom: 25px;
  text-align: center;
  height: 400px;
  color: #fff;
  position: relative;
  cursor: pointer;
  background-color: #f5f5f5; }
  .product-paving .item:after {
    font-family: "icons";
    content: '\f101';
    font-size: 60px;
    color: #cacaca;
    margin: 0 auto;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -109px; }
  .product-paving .item:before {
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: #6a717e;
    background-color: rgba(106, 113, 126, 0.9);
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out; }
  .product-paving .item:hover:before {
    opacity: 1; }

.product-paving .background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-size: cover;
  -ms-behavior: url(/backgroundsize.htc);
  background-repeat: no-repeat;
  background-position: center center; }

.product-paving .item p {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  font-size: 40px;
  font-size: 40rem;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  margin: 0;
  z-index: 3;
  opacity: 0;
  font-weight: 500; }

.product-paving .item:hover p {
  opacity: 1; }

.product-paving .item small {
  font-size: 28px;
  font-size: 28rem;
  font-weight: normal;
  display: block; }

.pavers .item {
  overflow: hidden; }

@media screen and (min-width: 768px) {
  .pavers .item {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%; }
    .pavers .item:last-child {
      margin-right: 0; }
    .pavers .item:nth-child(3n) {
      margin-right: 0; }
    .pavers .item:nth-child(3n+1) {
      clear: left; }
    .pavers .item:nth-child(3n) {
      margin-right: 2.3576515979%; }
    .pavers .item:nth-child(3n+1) {
      clear: none; }
    .pavers .item.last {
      margin-right: 0; }
    .pavers .item.last + .item {
      clear: left; } }
@media screen and (min-width: 480px) and (max-width: 768px) {
  .pavers .item {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%; }
    .pavers .item:last-child {
      margin-right: 0; }
    .pavers .item:nth-child(2n) {
      margin-right: 0; }
    .pavers .item:nth-child(2n+1) {
      clear: left; }
    .pavers .item:nth-child(2n) {
      margin-right: 2.3576515979%; }
    .pavers .item:nth-child(2n+1) {
      clear: none; }
    .pavers .item.last {
      margin-right: 0; }
    .pavers .item.last + .item {
      clear: left; } }
@media screen and (max-width: 480px) {
  .product-background, .product-info {
    height: auto;
    padding: 20px; }

  .product-footer {
    position: static;
    padding: 0; } }
.product-paving .item-hidden {
  display: none;
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff; }
  .product-paving .item-hidden::after {
    clear: both;
    content: "";
    display: table; }

.item-hidden.item {
  padding-left: 0;
  text-decoration: none; }

.product-background {
  background-size: cover;
  -ms-behavior: url(/backgroundsize.htc); }

.product-info,
.product-footer {
  padding: 45px; }

.product-footer p {
  margin-bottom: 0; }
  .product-footer p + p {
    margin-top: 10px; }

.item:hover .product-info {
  display: none; }

.product-info {
  background-color: #f5f5f5;
  font-size: 20px;
  font-size: 20rem;
  color: #353535;
  position: relative;
  padding-bottom: 185px; }

.product-info h2 {
  font-size: 36px;
  font-size: 36rem; }

.product-info p:first-child {
  font-size: 28px;
  font-size: 28rem; }

.product-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 45px;
  border-top: 1px solid #e8e8e8; }

.product-footer,
.product-footer p:first-child {
  font-size: 18px;
  font-size: 18rem; }

.product-footer .readmore {
  font-size: 16px;
  font-size: 16rem; }

.product-info.cloned {
  width: 100%;
  display: block;
  margin-bottom: 25px;
  padding: 0;
  background-color: transparent; }

.product-info.cloned .product-background {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  display: block; }

.product-info.cloned .product-info {
  float: right;
  background-color: #f5f5f5; }

.product-info.cloned .text {
  font-size: 20px;
  font-size: 20rem;
  font-weight: 500; }

.product-info.cloned .text h2 {
  margin-top: 0; }

.product-info.cloned .text p:first-child {
  font-size: 28px;
  font-size: 28rem; }

@media screen and (min-width: 768px) {
  .product-background {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 65.8807828007%; }
    .product-background:last-child {
      margin-right: 0; }

  .product-info {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%; }
    .product-info:last-child {
      margin-right: 0; }

  .product-background,
  .product-info {
    height: 65.8807828007%; }

  .product-info .text {
    overflow-y: scroll;
    height: 100%;
    position: relative; } }
@media screen and (min-width: 480px) {
  .product-background {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%; }
    .product-background:last-child {
      margin-right: 0; }

  .product-info {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%; }
    .product-info:last-child {
      margin-right: 0; }

  .product-info .text {
    overflow-y: scroll;
    height: 100%;
    position: relative; } }
@media screen and (max-width: 1024px) {
  .product-paving .item {
    height: 240px; }

  .product-paving .item p {
    font-size: 22px;
    font-size: 22rem; }

  .product-paving .item small {
    font-size: 18px;
    font-size: 18rem; }

  .product-info,
  .product-footer {
    padding: 20px; }

  .product-info {
    padding-bottom: 65px; }

  .product-info h2 {
    margin-top: 10px;
    font-size: 24px;
    font-size: 24rem; }

  .product-info {
    font-size: 16px;
    font-size: 16rem; }

  .product-background, .product-info {
    height: 40%; }

  .product-footer p {
    display: none; }

  .product-footer .readmore {
    display: block; }
    .product-footer .readmore:after {
      content: none; }

  .product-paving .item > p {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px;
    z-index: 2;
    opacity: 1;
    top: auto;
    right: auto;
    transform: none;
    background-color: #6a717e;
    background-color: rgba(106, 113, 126, 0.9); }

  .product-paving .item:hover:before {
    opacity: 0; } }
@media screen and (max-width: 768px) {
  .product-paving .item {
    margin-bottom: 10px; } }
.video-modal-overlay {
  display: none; }

.video-modal-overlay .close {
  position: absolute;
  right: 0;
  top: -75px;
  font-size: 40px;
  font-size: 40rem;
  line-height: 1;
  color: #000; }
  .video-modal-overlay .close:before {
    font-family: "icons";
    content: '\f108';
    cursor: pointer; }

.is-videoOverlayOpen .video-modal-overlay {
  display: block;
  z-index: 999;
  position: fixed;
  top: 25%;
  left: 25%;
  width: 50%;
  height: 50%; }
  .is-videoOverlayOpen .video-modal-overlay iframe {
    display: block;
    width: 100%;
    height: 100%;
    display: block;
    max-width: 960px;
    margin: 0 auto; }

.is-videoOverlayOpen:after {
  position: fixed;
  top: 0;
  left: 0;
  content: ' ';
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 998;
  width: 100%;
  height: 100%; }

@media only screen and (max-width: 768px) {
  .is-videoOverlayOpen .video-modal-overlay {
    top: 10%;
    left: 10%;
    width: 80%;
    height: 80%; } }
@media only screen and (max-height: 768px) {
  .is-videoOverlayOpen .video-modal-overlay {
    top: 10%;
    left: 10%;
    width: 80%;
    height: 80%; } }
@media only screen and (max-width: 480px) {
  .is-videoOverlayOpen .video-modal-overlay iframe {
    height: 300px; }

  .video-modal-overlay .close {
    top: -40px;
    font-size: 20px; } }

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