@charset "UTF-8";
/*!
Theme Name: Tolleson
Theme URI: http://tolleson.com
Author: Zoe Rooney Web Development
AuthorURI: authorURI
Description: Tolleson custom theme
Version: 1.2
License: The MIT License (MIT)
License URI: http://opensource.org/licenses/MIT
Text Domain: tolleson
*/
/* FONTS
-------------------------- */
@font-face {
  font-family: 'tolleson';
  src: url("assets/fonts/tolleson.eot?64568304");
  src: url("assets/fonts/tolleson.eot?64568304#iefix") format("embedded-opentype"), url("assets/fonts/tolleson.woff?64568304") format("woff"), url("assets/fonts/tolleson.ttf?64568304") format("truetype"), url("assets/fonts/tolleson.svg?64568304#tolleson") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "tolleson";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none; }

.icon-flickr:before {
  content: '\e800'; }

/* '' */
.icon-facebook:before {
  content: '\e801'; }

/* '' */
.icon-twitter:before {
  content: '\e802'; }

/* '' */
.icon-vimeo:before {
  content: '\e803'; }

/* '' */
.icon-linkedin:before {
  content: '\e804'; }

/* '' */
.icon-up-open-big:before {
  content: '\e805'; }

/* '' */
.icon-left:before {
  content: '\e806'; }

/* '' */
.icon-right:before {
  content: '\e807'; }

/* '' */
.icon-close:before {
  content: '\e809'; }

/* '' */
.icon-menu:before {
  content: '\e80a'; }

/* '' */
@font-face {
  font-family: 'Graphik Web';
  src: url("assets/fonts/Graphik-Thin-Web.eot");
  src: url("assets/fonts/Graphik-Thin-Web.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Graphik-Thin-Web.woff") format("woff"), url("assets/fonts/Graphik-Thin-Web.ttf") format("truetype"), url("assets/fonts/Graphik-Thin-Web.svg#Graphik-Thin") format("svg");
  font-weight: 100;
  font-style: normal;
  font-stretch: normal; }
@font-face {
  font-family: 'Graphik Web';
  src: url("assets/fonts/Graphik-Extralight-Web.eot");
  src: url("assets/fonts/Graphik-Extralight-Web.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Graphik-Extralight-Web.woff") format("woff"), url("assets/fonts/Graphik-Extralight-Web.ttf") format("truetype"), url("assets/fonts/Graphik-Extralight-Web.svg#Graphik-Extralight") format("svg");
  font-weight: 200;
  font-style: normal;
  font-stretch: normal; }
@font-face {
  font-family: 'Graphik Web';
  src: url("assets/fonts/Graphik-Light-Web.eot");
  src: url("assets/fonts/Graphik-Light-Web.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Graphik-Light-Web.woff") format("woff"), url("assets/fonts/Graphik-Light-Web.ttf") format("truetype"), url("assets/fonts/Graphik-Light-Web.svg#Graphik-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal; }
@font-face {
  font-family: 'Graphik Web';
  src: url("assets/fonts/Graphik-Regular-Web.eot");
  src: url("assets/fonts/Graphik-Regular-Web.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Graphik-Regular-Web.woff") format("woff"), url("assets/fonts/Graphik-Regular-Web.ttf") format("truetype"), url("assets/fonts/Graphik-Regular-Web.svg#Graphik-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal; }
/* RESET & BASE
------------------ */
/* DEFAULT & RESET CSS*/
/* Table of Contents
==================================================
  1 Generic Styles
  2 Resets
    A Global
    B Media
    C Forms
  3 Typography
  
  
  
/* 1 GENERIC STYLES
================================================== */
/*Mash up based on
  (A) the Bootstrap toolkit from Twitter http://twitter.github.com/bootstrap
  (B) http://csswizardry.com/web-design+/#css
  (C) WordPress image styles */
html {
  box-sizing: border-box; }

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

html, body {
  height: 100%; }

div {
  position: relative; }

.clear {
  clear: both; }

.aligncenter {
  display: block;
  margin: 0 auto; }

.textcenter {
  text-align: center; }

.alignleft {
  float: left; }

.alignright {
  float: right; }

img.alignleft {
  margin-right: 1em;
  margin-bottom: 1.8em; }
img.alignright {
  margin-left: 1em;
  margin-bottom: 1.8em; }

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

.half {
  width: 45%;
  /* Not exactly half to account for paddings, margins etc. */ }

ul.unstyled {
  list-style-type: none; }

.hide {
  /* Hide stuff without resorting to display:none; */
  visibility: hidden;
  width: 0 !important;
  height: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important; }

/* 2 RESETS
================================================== */
/* 2A GLOBAL RESET
Based on 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td, address, caption, cite, code, dfn, em, strong, th, var {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: inherit; }

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

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

fieldset {
  border: 0; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  /* Read more > http://bit.ly/qh1V0T */ }

caption, th {
  text-align: center; }

q:before, q:after {
  content: ''; }

html {
  overflow-y: scroll;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

/* The below restores some sensible defaults */
strong {
  font-weight: bold; }

em {
  font-style: italic; }

a img {
  border: none; }

/* Gets rid of IE's blue borders */
/* 2B MEDIA
Based on the Bootstrap toolkit from Twitter http://twitter.github.com/bootstrap */
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none; }

/* 2C FORMS
Based on the Bootstrap toolkit from Twitter http://twitter.github.com/bootstrap */
button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

button, input {
  line-height: normal;
  *overflow: visible; }

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

button {
  cursor: pointer;
  -webkit-appearance: button; }

input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button; }
input[type="search"] {
  -webkit-appearance: textfield; }
  input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

textarea {
  overflow: auto;
  vertical-align: top; }

/* 3 TYPOGRAPHY
================================================== */
.alert {
  background: red;
  color: white; }

/* 'alert' has a basic style, since it's useful to have it standing out for testing purposes. */
/* BASE VARIABLES
 *******************/
/* Sizes */
/* Colors */
/* Fonts */
/* Borders */
/* Breakpoints */
#main:after, .row:after, .col:after, .contact-cols:after, .case-study section:after, .blog-content-area section:after, .single-post .module:after, .news-outer:after {
  content: '';
  display: table;
  width: 100%;
  height: 0.1px;
  clear: both; }

.slide.gradient-overlay:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  background: -moz-linear-gradient(top, transparent 60%, rgba(0, 0, 0, 0.65) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(100%, rgba(0, 0, 0, 0.65)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, transparent 60%, rgba(0, 0, 0, 0.65) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, transparent 60%, rgba(0, 0, 0, 0.65) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, transparent 60%, rgba(0, 0, 0, 0.65) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */ }
  @media all and (max-width: 850px) {
    .slide.gradient-overlay:before {
      background: -moz-linear-gradient(top, transparent 35%, rgba(0, 0, 0, 0.75) 100%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(35%, transparent), color-stop(100%, rgba(0, 0, 0, 0.75)));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top, transparent 35%, rgba(0, 0, 0, 0.75) 100%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top, transparent 35%, rgba(0, 0, 0, 0.75) 100%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(top, transparent 35%, rgba(0, 0, 0, 0.75) 100%);
      /* IE10+ */
      background: linear-gradient(to bottom, transparent 35%, rgba(0, 0, 0, 0.75) 100%);
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
      /* IE6-9 */ } }

/************************************************************************
 Borrowed from Bourbon: http://bourbon.io/docs/#html5-input-types

 Generate a variable ($all-text-inputs) with a list of all html5 input types that have a text-based input, excluding textarea.
 http://diveintohtml5.org/forms.html
************************************************************************/
/* Bare inputs */
/* Hover Pseudo-class */
/* Focus Pseudo-class */
/* =LAYOUTS
------------------ */
body {
  background: #FFF;
  margin: 0;
  padding: 0; }

#page {
  width: 100%;
  padding: 0;
  position: relative;
  z-index: 1; }

#main {
  clear: both;
  width: 100%;
  height: 100%; }

#primary {
  margin: 0;
  width: 600px; }

.container {
  width: 90%;
  max-width: 600px;
  margin: 0 auto; }
  .container.wide {
    max-width: 960px; }

.padded {
  padding: 80px 0 !important; }

.row {
  clear: both;
  padding-bottom: 0em; }
  .row.top-border {
    border-top: 1px solid #222222;
    margin-top: 3em;
    padding-top: 2em; }
    @media all and (max-width: 765px) {
      .row.top-border {
        margin-top: 1.5rem;
        padding-top: 1.5rem; } }
  .row.last-container {
    margin-bottom: 6rem; }

.col {
  display: block;
  float: left;
  width: 100%;
  margin-left: 2%; }
  @media all and (max-width: 500px) {
    .col {
      margin-left: 0; } }
  .col:first-child, .col.pull-left {
    margin-left: 0; }
  .col.right {
    text-align: right; }
  .col h1, .col h2, .col h3, .col h4,
  .col p {
    margin-right: 10px; }
    .col h1:last-child, .col h2:last-child, .col h3:last-child, .col h4:last-child,
    .col p:last-child {
      margin-bottom: 0; }
  @media (max-width: 765px) {
    .col h4 {
      margin-bottom: 0.75em !important; } }
  .col iframe,
  .col object,
  .col embed {
    width: 100%;
    height: 100%; }

.span_1 {
  width: 6.5%; }

.span_2 {
  width: 15.0%; }

.span_3 {
  width: 23.5%; }

.span_4 {
  width: 32.0%; }

.span_5 {
  width: 40.5%; }

.span_6 {
  width: 50.0%; }

.span_7 {
  width: 57.5%; }

.span_8 {
  width: 66.0%; }

.span_9 {
  width: 74.5%; }

.span_10 {
  width: 83.0%; }

.span_11 {
  width: 91.5%; }

.span_12 {
  width: 100%; }

@media all and (max-width: 900px) {
  .text-only-row .span_8 {
    width: 70%; } }
@media all and (max-width: 840px) {
  .text-only-row .span_8 {
    width: 74%; } }
@media all and (max-width: 765px) {
  .text-only-row .span_8 {
    width: 84%; } }
@media all and (max-width: 500px) {
  .text-only-row .span_8 {
    width: 100%; } }

@media all and (max-width: 765px) {
  .span_1,
  .span_2,
  .span_3,
  .span_4,
  .span_5,
  .span_6,
  .span_7,
  .span_8,
  .span_9 {
    width: 100%;
    margin-left: 0; } }

@media all and (max-width: 765px) {
  .grid-item.span_6 {
    margin-bottom: -1px; } }

#content {
  margin: 0;
  width: 100%; }

.inner {
  margin: 0 auto;
  padding: 82px 0 2em;
  width: 75%;
  max-width: 860px; }
  .inner p {
    letter-spacing: 0.04em; }
  @media (max-width: 765px) {
    .inner {
      padding: 30px 25px 1em;
      width: 100%; } }
  @media (max-width: 500px) {
    .inner {
      padding: 45px 25px 1em; } }

#colophon {
  clear: both;
  overflow: hidden; }

/* Sticky footer */
#site-header {
  padding: 1.4em 4%;
  width: 100%;
  z-index: 700;
  background: white;
  color: white;
  position: relative;
  -webkit-backface-visibility: hidden; }
  #site-header a {
    color: white; }
  #site-header .logo {
    font-weight: 400; }

#access {
  margin: 0;
  width: 70%;
  display: inline;
  float: right;
  text-align: right; }
  #access div {
    position: relative;
    width: 100%; }
  #access ul {
    position: relative;
    margin: 0;
    list-style: none; }
    #access ul li {
      position: relative;
      display: inline-block;
      vertical-align: middle;
      margin: 0 0 0 6%; }
      #access ul li a {
        text-decoration: none;
        cursor: pointer;
        font-weight: 300;
        color: white; }
      #access ul li:last-of-type a:after {
        content: none; }

@media (min-width: 765px) {
  .desktop-nav {
    display: block; } }
@media (max-width: 765px) {
  .desktop-nav {
    display: none !important; } }

@media (min-width: 765px) {
  .mobile-nav-trigger {
    display: none; } }
@media (max-width: 765px) {
  .mobile-nav-trigger {
    display: inline-block;
    vertical-align: middle;
    font-size: 22px;
    line-height: 1em;
    float: right;
    padding-right: 5px;
    -webkit-font-smoothing: antialiased;
    position: relative;
    z-index: 10; } }

/* Mobile Nav icon */
#nav-icon-mobile {
  width: 20px;
  height: 13px;
  position: relative;
  margin: 7px 0 0 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }
  #nav-icon-mobile span {
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    opacity: 1;
    left: 0;
    background-color: #ffffff;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out; }
  #nav-icon-mobile span:nth-child(1) {
    top: 0px; }
  #nav-icon-mobile span:nth-child(2), #nav-icon-mobile span:nth-child(3) {
    top: 5px; }
  #nav-icon-mobile span:nth-child(4) {
    top: 10px; }
  #nav-icon-mobile.open span {
    height: 2px; }
  #nav-icon-mobile.open span:nth-child(1) {
    top: 5px;
    width: 0%;
    left: 50%; }
  #nav-icon-mobile.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  #nav-icon-mobile.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  #nav-icon-mobile.open span:nth-child(4) {
    top: 5px;
    width: 0%;
    left: 50%; }

#main, #colophon {
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }
  #main.mobile_open, #colophon.mobile_open {
    opacity: 0; }

.mobile-nav {
  display: none;
  opacity: 0; }
  .mobile-nav.open {
    display: block; }

#mobile-nav {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 60px;
  left: 0;
  background: white;
  text-align: center;
  z-index: 600; }
  #mobile-nav ul {
    display: block;
    margin: 60px 0 0 0;
    padding: 0;
    list-style: none;
    position: relative;
    opacity: 1; }
    #mobile-nav ul li {
      display: block;
      font-size: 28px;
      line-height: 2.33333; }
      #mobile-nav ul li a {
        opacity: 0;
        margin-top: -1em;
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out; }
  #mobile-nav a {
    color: #555;
    font-weight: 300;
    display: block;
    padding: 5px 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.05); }

@media all and (max-height: 400px) {
  #mobile-nav {
    top: 25px; }
    #mobile-nav ul li {
      font-size: 22px; } }
.menu-main-nav-container {
  display: inline-block;
  vertical-align: middle; }

#colophon {
  background: #222222;
  padding: 30px 4%;
  font-size: 13px;
  color: #bfbfbf;
  min-height: 200px;
  position: relative;
  z-index: 2;
  bottom: 2px;
  margin-bottom: -2px; }
  #colophon a {
    color: #bfbfbf;
    text-decoration: none; }
    #colophon a:hover {
      opacity: 0.6; }
  @media (max-width: 765px) {
    #colophon .right {
      text-align: left; } }
  #colophon .right a {
    display: inline-block;
    vertical-align: middle;
    margin-left: 1.5em;
    font-size: 18px; }
    @media (max-width: 765px) {
      #colophon .right a {
        margin-left: 0;
        margin-right: 1.5em; } }
  #colophon h4 {
    color: white; }
  #colophon .span_3.footer-content {
    padding-right: 2%; }
    @media (max-width: 765px) {
      #colophon .span_3.footer-content {
        padding-right: 0; } }
  @media (max-width: 765px) {
    #colophon .col + .col {
      margin-top: 30px; } }

.scrolltop {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  display: block;
  width: 30px;
  height: 30px;
  background: #222222;
  color: #B5B5B5;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  padding-top: 6px;
  -webkit-font-smoothing: antialiased;
  z-index: 9999; }
  .scrolltop:hover, .scrolltop:focus {
    color: #7A7A7A; }

/* =CONTENT
------------------ */
body, input, textarea {
  color: #555;
  font-family: "Graphik Web", sans-serif;
  font-size: 14px;
  line-height: 1.625;
  font-weight: 200;
  letter-spacing: 0.08em;
  -webkit-font-smoothing: subpixel-antialiased; }
  @media (max-width: 765px) {
    body, input, textarea {
      font-size: 15px; } }

/* Headings */
h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: 200; }

h1 {
  font-size: 48px;
  line-height: 1.33333; }
  @media (max-width: 765px) {
    h1 {
      font-size: 28px; } }

h3 {
  font-size: 25px; }
  @media (max-width: 765px) {
    h3 {
      font-size: 12px; } }

h4 {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0.5em; }

.lead-in {
  font-size: 40px;
  text-align: center;
  line-height: 1.5; }
  @media (max-width: 765px) {
    .lead-in {
      font-size: 18px; } }
  .lead-in p {
    margin-bottom: 0; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

/* Text elements */
strong {
  font-weight: 400; }

p {
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 2.5em; }

ul {
  list-style: square; }

ol {
  list-style-type: decimal; }
  ol ol {
    list-style: upper-alpha; }
    ol ol ol {
      list-style: lower-roman; }
    ol ol ol {
      list-style: lower-alpha; }

ul ul, ol ol, ul ol, ol ul {
  margin-bottom: 0; }

dl {
  margin: 0 1.5em; }

dd {
  margin-bottom: 1.5em; }

em, i {
  font-style: italic; }

blockquote {
  font-style: italic;
  font-weight: normal;
  margin: 0 3em; }

blockquote em, blockquote i, blockquote cite {
  font-style: normal; }

cite {
  color: #666;
  letter-spacing: 0.05em;
  padding-left: 60px; }

pre {
  background: #f4f4f4;
  line-height: 1.5;
  margin-bottom: 1.5em;
  overflow: auto;
  padding: 0.75em 1.5em; }

code, kbd {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }

abbr, acronym, dfn {
  border-bottom: 1px solid #222222;
  cursor: help; }

address {
  display: block;
  margin: 0 0 1.5em; }

ins {
  background: #fff9c0;
  text-decoration: none; }

sup,
sub {
  font-size: 10px;
  height: 0;
  line-height: 1;
  position: relative;
  vertical-align: baseline; }

sup {
  bottom: 1ex; }

sub {
  top: .5ex; }

/* Links */
a {
  color: blue;
  text-decoration: none; }
  a:focus, a:active, a:hover {
    color: inherit; }
  a:focus {
    outline: none !important; }

/* Assistive text */
.assistive-text {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); }

#access a.assistive-text:active,
#access a.assistive-text:focus {
  clip: auto !important;
  font-size: 12px;
  position: absolute;
  text-decoration: underline;
  top: 0;
  left: 7.6%; }

/* See _mixins.scss for more on this method for handling HTML5 elements */
input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"],
textarea {
  border: 1px solid #222222;
  padding: 4px 10px;
  -webkit-appearance: none; }

input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus,
textarea:focus {
  color: #555;
  outline: none !important; }

input[type=submit] {
  -webkit-appearance: none; }

.btn {
  margin: 0 auto;
  padding: 1em 2em;
  text-align: center;
  color: white;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  position: relative;
  z-index: 10; }
  .btn:hover, .btn:focus {
    color: white;
    background: none;
    opacity: 0.7;
    transition: opacity 400ms ease; }

/* Placeholders */
::placeholder {
  color: #555; }

/* Search form */
/* =COMPONENTS
------------------ */
/* Includes password protection for pages and posts, 404 page */
/* Password Protected Posts */
.post-password-required .entry-header .comments-link {
  margin: 1.5em 0 0; }
.post-password-required input[type=password] {
  margin: 0.8125em 0; }

/* =error404
----------------------------------------------- */
.error404 #main #s {
  width: 75%; }

/* =PROJECT PAGES SPECIFIC
------------------ */
.hentry {
  border-bottom: 1px solid #222222;
  margin: 0 0 45px;
  padding: 0 0 40px;
  position: relative;
  -ms-word-wrap: break-word;
  word-wrap: break-word; }
  .page .hentry {
    border-bottom: none; }

.entry-content,
.entry-summary {
  padding: 20px 0 0; }

.entry-content table {
  border-bottom: 1px solid #222222;
  margin: 0 0 1.5em;
  width: 100%; }
  .entry-content table td {
    border-top: 1px solid #222222;
    padding: 6px 10px 6px 0; }
.entry-content #s {
  width: 75%; }

.comment-content table {
  border-bottom: 1px solid #222222;
  margin: 0 0 1.5em;
  width: 100%; }
  .comment-content table td {
    border-top: 1px solid #222222;
    padding: 6px 10px 6px 0; }
.comment-content #s {
  width: 75%; }

dl.gallery-item {
  margin: 0; }

/* Images & Embeds */
embed
iframe,
object {
  max-width: 100%; }

img {
  max-width: 100%; }
  img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"] {
    height: auto; }
  img.size-full, img.size-large {
    width: auto;
    /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
    height: auto;
    /* Make sure images with WordPress-added height and width attributes are scaled correctly */ }
  img.alignleft, img.alignright, img.aligncenter {
    margin-bottom: 1.5em; }

/* Captions */
.wp-caption {
  max-width: 100%;
  height: auto;
  margin-top: 0.5em;
  margin-bottom: 1.5em; }
  .wp-caption img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto; }
  .wp-caption .wp-caption-text {
    color: #555;
    font-size: 85%;
    margin-bottom: 0.5em;
    padding: 5px 0;
    position: relative; }

/* Galleries */
.gallery-caption {
  color: #555;
  font-size: 10px; }

#content .gallery {
  margin: 0 auto 1.5em; }
  #content .gallery a img {
    border: none; }

#content .gallery-columns-4 .gallery-item {
  width: 23%;
  padding-right: 2%; }

.page-link {
  clear: both;
  display: block;
  margin: 0 0 1.5em; }
  .page-link span {
    margin-right: 6px; }

.three-column-text {
  text-align: center;
  font-size: 14px;
  line-height: 34px !important;
  letter-spacing: 0.03em; }
  @media (max-width: 765px) {
    .three-column-text {
      font-size: 15px;
      font-weight: 300;
      line-height: 26px; } }
  @media (max-width: 765px) {
    .three-column-text .col {
      margin-bottom: 60px; } }
  @media (max-width: 500px) {
    .three-column-text .col:last-of-type {
      margin-bottom: 0; } }
  .three-column-text h4 {
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0.06em;
    margin-bottom: 1em; }
  .three-column-text p {
    font-size: 20px;
    line-height: 34px; }
    @media (max-width: 765px) {
      .three-column-text p {
        font-size: 15px;
        font-weight: 300;
        line-height: 26px; } }
  .three-column-text a:hover {
    color: #555; }

.cols-inner {
  width: 90%;
  max-width: 905px;
  margin: 0 auto; }

#capabilities {
  padding: 60px 0; }
  #capabilities .text-row {
    padding: 2.5em 4%; }
    #capabilities .text-row:first-child {
      padding: 0 4% 2.5em; }
    @media (max-width: 765px) {
      #capabilities .text-row {
        padding: 35px 4%; }
        #capabilities .text-row:first-child {
          padding: 0 4% 35px; } }
  @media (max-width: 765px) {
    #capabilities .large-copy {
      font-size: 20px;
      letter-spacing: 0.03em;
      font-weight: 300;
      color: #333; } }
  @media (max-width: 765px) {
    #capabilities .three-column-text .col {
      margin-bottom: 30px; } }

.brand-grid {
  background: #fafafa;
  padding: 60px 0 0; }
  @media (max-width: 500px) {
    .brand-grid {
      padding: 60px 15px; } }

.brand-grid-inner {
  text-align: justify;
  width: 90%;
  max-width: 974px;
  margin: 0 auto; }

.logo-grid-item {
  display: inline-block;
  vertical-align: top;
  width: 20%;
  max-width: 140px;
  text-align: center;
  margin: 0 19px 40px; }
  @media (max-width: 765px) {
    .logo-grid-item {
      width: 48%;
      margin: 0 2px 2px; } }
  @media (max-width: 500px) {
    .logo-grid-item {
      max-width: 110px; } }

.logo-grid-item-spacer {
  display: inline-block;
  vertical-align: top;
  width: 20%;
  max-width: 140px;
  margin: 0 30px; }
  @media (max-width: 765px) {
    .logo-grid-item-spacer {
      width: 48%;
      margin: 0 2px 0; } }
  @media (max-width: 500px) {
    .logo-grid-item-spacer {
      max-width: 110px; } }

.team-grid {
  padding: 90px 0; }
  @media (max-width: 500px) {
    .team-grid {
      padding: 90px 0 46px; } }

.team-grid-inner {
  text-align: justify;
  width: 90%;
  max-width: 948px;
  margin: 0 auto; }

.team-grid-item {
  display: inline-block;
  vertical-align: top;
  width: 19%;
  max-width: 215px;
  text-align: center;
  margin: 0 22px 50px;
  font-size: 15px;
  line-height: 20px; }
  @media (max-width: 500px) {
    .team-grid-item {
      width: 45%;
      margin: 0 6px 30px; } }
  .team-grid-item img {
    margin-bottom: 0.5em; }
  .team-grid-item p {
    margin-bottom: 1em;
    font-weight: 300;
    letter-spacing: 0.03em;
    color: #bcbcbc;
    text-align: left; }
    .team-grid-item p + p {
      margin-bottom: 0; }
  @media (max-width: 500px) {
    .team-grid-item .bio {
      display: none; } }
  .team-grid-item strong {
    color: #333;
    font-weight: 300;
    letter-spacing: 0.03em;
    display: block;
    margin-bottom: 0.25em; }

.team-grid-item-spacer {
  display: inline-block;
  vertical-align: top;
  width: 20%;
  max-width: 140px; }

@media (min-width: 765px) {
  .desktop-map {
    display: block; } }
@media (max-width: 765px) {
  .desktop-map {
    display: none; } }

.map-module {
  line-height: 0;
  max-height: 650px;
  overflow: hidden; }

@media (min-width: 765px) {
  .mobile-map {
    display: none; } }
@media (max-width: 765px) {
  .mobile-map {
    display: block; }
    .mobile-map img {
      width: 100%;
      height: auto; } }

.contact-cols {
  background: #f6f6f6;
  padding: 85px 0; }
  .contact-cols p {
    margin-bottom: 40px; }
    .contact-cols p + p {
      margin-bottom: 40px; }
  .contact-cols h4 {
    margin-bottom: 0.5em;
    font-weight: 400; }
  .contact-cols a {
    color: #bcbcbc; }
    .contact-cols a:hover {
      color: #555; }

#bgmp_map-canvas {
  width: 100% !important; }

.map-link {
  font-size: 14px;
  color: #bcbcbc; }
  @media (max-width: 765px) {
    .map-link {
      margin-bottom: 30px; } }

.client-info h1 p {
  margin-bottom: 0; }

@media (min-width: 765px) {
  .desktop-link {
    display: block; } }
@media (max-width: 765px) {
  .desktop-link {
    display: none; } }

@media (min-width: 765px) {
  .mobile-link {
    display: none; } }
@media (max-width: 765px) {
  .mobile-link {
    display: block; } }

.job-header {
  text-align: center; }

.job-lead-in {
  text-align: center;
  font-size: 20px; }
  @media (max-width: 500px) {
    .job-lead-in.padded {
      padding: 80px 0 60px !important; } }
  @media (max-width: 765px) {
    .job-lead-in {
      font-size: 20px;
      letter-spacing: 0.03em;
      font-weight: 300;
      color: #333; } }

.job-row {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 45px;
  margin-bottom: 45px; }
  .job-row:last-of-type {
    border-bottom: none; }
    @media (max-width: 765px) {
      .job-row:last-of-type {
        padding-bottom: 0;
        margin-bottom: 60px; } }
  .job-row a {
    font-size: 14px;
    color: #bcbcbc;
    display: block; }
    .job-row a:hover {
      color: #555; }

.job-apply {
  padding-bottom: 60px; }
  .job-apply a {
    font-size: 14px;
    color: #bcbcbc;
    display: block; }

.slider {
  width: 100%;
  height: 95vh; }

.slide {
  width: 100%;
  height: 95vh;
  background-size: cover;
  background-position: center;
  text-align: center;
  position: relative; }
  .slide .slide-caption {
    position: absolute;
    width: 100%;
    bottom: 200px; }
    @media (max-width: 500px) {
      .slide .slide-caption {
        padding-bottom: 25px; } }
  .slide .caption-text {
    width: 90%;
    max-width: 860px;
    margin: 0 auto 20px;
    text-align: center;
    font-size: 48px;
    line-height: 1.33333;
    -webkit-font-smoothing: antialiased;
    color: white; }
    .slide .caption-text a {
      color: white; }
    .slide .caption-text p {
      margin-bottom: 0; }
    @media (max-width: 500px) {
      .slide .caption-text {
        font-size: 28px; } }

.bx-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
  *zoom: 1; }
  .bx-wrapper .bx-viewport {
    background: #fff;
    transform: translatez(0); }
  .bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: white;
    padding-top: 20px;
    position: absolute;
    bottom: 145px;
    width: 100%;
    z-index: 500; }
    @media (max-width: 500px) {
      .bx-wrapper .bx-pager {
        bottom: 70px; } }
    .bx-wrapper .bx-pager .bx-pager-item {
      display: inline-block;
      *zoom: 1;
      *display: inline; }
    .bx-wrapper .bx-pager.bx-default-pager a {
      background: none;
      border: 1px solid white;
      text-indent: -9999px;
      display: block;
      width: 10px;
      height: 10px;
      margin: 0 15px;
      outline: 0;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      border-radius: 5px; }
      .bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a:active, .bx-wrapper .bx-pager.bx-default-pager a.active {
        background: white; }

@media (min-width: 765px) {
  .swap-image-desktop {
    display: block; } }
@media (max-width: 765px) {
  .swap-image-desktop {
    display: none; } }

@media (min-width: 765px) {
  .swap-image-mobile {
    display: none; } }
@media (max-width: 765px) {
  .swap-image-mobile {
    display: block; } }

.mobile-band-title {
  text-align: center;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea; }
  .mobile-band-title h2 {
    font-size: 15px; }
  @media (min-width: 765px) {
    .mobile-band-title {
      display: none; } }
  @media (max-width: 765px) {
    .mobile-band-title {
      display: block;
      padding: 25px 0; } }

.mobile-hideout-img {
  width: 100%;
  height: auto; }
  @media (min-width: 765px) {
    .mobile-hideout-img {
      opacity: 0; } }
  @media (max-width: 765px) {
    .mobile-hideout-img {
      opacity: 1; } }

@media (min-width: 765px) {
  .mobile-small-img {
    display: none; } }
@media (max-width: 765px) {
  .mobile-small-img {
    display: block; } }

.breadcrumbs {
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
  font-size: 15px;
  font-weight: 300;
  color: #bfbfbf;
  margin-bottom: 1.5em;
  letter-spacing: 0.06em; }
  @media (max-width: 765px) {
    .breadcrumbs {
      font-size: 12px;
      margin-bottom: 20px; } }
  .breadcrumbs a {
    color: #bfbfbf; }
    .breadcrumbs a:hover, .breadcrumbs a:focus {
      color: #555; }
  .breadcrumbs .current {
    color: #555; }

@media (min-width: 765px) {
  body.fixed #main {
    margin-top: 68px !important; } }

.video-module {
  height: 100%;
  width: 100%;
  position: relative; }
  .video-module p {
    margin: 0 !important; }
  .video-module.autoplay:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

.fluid-width-video-wrapper {
  width: 100% !important;
  height: 100%; }

video {
  width: 100%;
  height: auto; }

@media (max-width: 765px) {
  .new-moving video {
    display: none; } }

.secondary-nav {
  width: 100%;
  z-index: 260;
  background: white;
  text-align: center;
  padding: 1.5em 0;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea; }
  body.fixed .secondary-nav {
    position: fixed;
    top: 0; }
  @media (max-width: 765px) {
    .secondary-nav {
      display: none; } }
  @media (min-width: 765px) {
    .secondary-nav {
      display: block; } }
  .secondary-nav ul {
    margin: 0;
    list-style: none; }
    .secondary-nav ul li {
      display: inline-block;
      vertical-align: middle;
      margin: 0 1.5em;
      font-size: 15px; }
      .secondary-nav ul li a {
        font-size: 15px;
        font-weight: 300;
        color: #bfbfbf; }
        .secondary-nav ul li a:hover, .secondary-nav ul li a:focus {
          color: #555; }
      .secondary-nav ul li.active a {
        color: #555; }

.case-study {
  text-align: center; }
  .case-study section {
    clear: both;
    width: 100%; }
  .case-study .text-row {
    -webkit-backface-visibility: hidden;
    background: white;
    padding: 2.5em 4%;
    font-size: 30px;
    line-height: 42px;
    letter-spacing: 0.03em; }
    @media (max-width: 765px) {
      .case-study .text-row {
        padding: 35px 4%;
        font-size: 15px;
        font-weight: 300;
        line-height: 26px; } }
    .case-study .text-row h2,
    .case-study .text-row p {
      max-width: 860px;
      margin: 0 auto; }

.blog-content-area section {
  clear: both;
  width: 100%; }
.blog-content-area .text-row {
  padding: 2.5em 0;
  font-size: 30px;
  line-height: 1.4;
  letter-spacing: 0.03em; }
  @media (max-width: 765px) {
    .blog-content-area .text-row {
      padding: 35px 25px;
      font-size: 18px; } }
  .blog-content-area .text-row h2,
  .blog-content-area .text-row p {
    max-width: 860px;
    margin: 0 auto; }

.footer-meta {
  background: #fafafa;
  width: 100%; }
  .footer-meta .nav-area {
    padding: 4%; }
  .footer-meta .lower-nav {
    border-top: 1px solid #222222;
    padding-top: 1em;
    font-size: 26px; }
    @media (max-width: 765px) {
      .footer-meta .lower-nav {
        padding-top: 18px; } }
    .footer-meta .lower-nav a {
      color: #bfbfbf; }
      .footer-meta .lower-nav a:hover, .footer-meta .lower-nav a:focus {
        color: #555; }
    .footer-meta .lower-nav strong {
      display: block;
      text-transform: uppercase;
      font-size: 14px;
      color: #555; }
      @media (max-width: 765px) {
        .footer-meta .lower-nav strong {
          font-weight: 400;
          font-size: 12px; } }
    @media (max-width: 765px) {
      .footer-meta .lower-nav .col.span_6 {
        width: 50% !important;
        float: left;
        height: 1em; } }
    @media (max-width: 765px) {
      .footer-meta .lower-nav span {
        display: none; } }

.share {
  width: 100%;
  background: white;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  padding: 1.5em 0; }
  @media (max-width: 765px) {
    .share {
      font-size: 12px; } }
  @media (max-width: 500px) {
    .share {
      text-align: left;
      padding: 1.5em 4%; } }
  .share strong,
  .share a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 1.5em; }
    @media (max-width: 500px) {
      .share strong,
      .share a {
        margin: 0 1.5em; } }
  @media (max-width: 500px) {
    .share strong {
      margin: 0 1em 0 0; } }
  .share a {
    color: #bfbfbf; }
    .share a:hover, .share a:focus {
      color: #555; }
  @media (max-width: 500px) {
    .share span {
      display: none; } }
  @media (min-width: 500px) {
    .share span {
      display: block; } }
  .share img, .share i, .share svg {
    color: #bfbfbf;
    fill: #bfbfbf; }
    .share img:hover .st1,
    .share img:hover .st3, .share i:hover .st1,
    .share i:hover .st3, .share svg:hover .st1,
    .share svg:hover .st3 {
      fill: #555; }
    @media (max-width: 500px) {
      .share img, .share i, .share svg {
        display: block; } }
    @media (min-width: 500px) {
      .share img, .share i, .share svg {
        display: none; } }
  .share i {
    font-size: 18px; }

@media (max-width: 765px) {
  .module.two-cols {
    height: auto !important;
    overflow: visible !important; } }

.two-up {
  height: 50%; }

.large-text,
.small-text {
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 0 4%;
  font-size: 30px;
  line-height: 1.4; }

.text-block {
  -webkit-backface-visibility: hidden; }
  .text-block:before {
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-right: -0.35em; }
  .text-block .text-block-inner {
    display: inline-block;
    vertical-align: middle; }

.work-grid,
.module {
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
  line-height: 0; }

.module {
  clear: both; }
  .module .item-block img {
    width: 100%;
    height: auto; }

.work-grid .wrapper {
  float: left;
  margin-bottom: -1px;
  width: 100%; }

.overlay {
  position: absolute;
  line-height: normal;
  width: 92%;
  height: 86%;
  text-align: center;
  color: white;
  left: 4%;
  top: 7%;
  opacity: 0;
  transition: all 200ms ease;
  padding: 1.5em;
  z-index: -10;
  color: white;
  background: rgba(0, 0, 0, 0.7); }
  .overlay:hover, .overlay:focus {
    outline: none !important;
    color: white; }
  .two-up-tall .overlay {
    height: 92.75%;
    top: 3.5%; }
    @media (max-width: 765px) {
      .two-up-tall .overlay {
        width: 92%;
        height: 86%;
        left: 4%;
        top: 7%; } }
  .overlay:before {
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-right: -0.35em; }
  .overlay .position {
    display: inline-block;
    vertical-align: middle; }
    .overlay .position span {
      text-transform: uppercase;
      color: white;
      opacity: 1; }
  .overlay h3 {
    margin: 0 0 5%; }
    @media (max-width: 770px) {
      .overlay h3 {
        font-size: 22px; } }
  .overlay span {
    display: block;
    margin: 0 auto;
    padding: 1em 2em 0;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.08em; }
    @media (max-width: 770px) {
      .overlay span {
        font-size: 12px; } }
  .overlay .hover_effect, .item-block:hover .overlay {
    opacity: 1;
    transition: all 500ms ease-in-out;
    z-index: 20; }
    .overlay .hover_effect a,
    .overlay .hover_effect a:hover, .item-block:hover .overlay a,
    .item-block:hover .overlay a:hover {
      color: white !important;
      opacity: 1; }

.client-info {
  -webkit-backface-visibility: hidden;
  text-align: center;
  font-size: 20px; }
  @media (max-width: 765px) {
    .client-info {
      font-weight: 300;
      font-size: 15px;
      font-weight: 300;
      line-height: 26px; } }
  .client-info h1 {
    margin-bottom: 0.5em; }
    @media (max-width: 765px) {
      .client-info h1 {
        margin-bottom: 30px; } }

.two-up-short + .two-up-short {
  position: relative;
  bottom: 1px; }

/* =BLOG SPECIFIC
------------------ */
/* =Pager Navigation
-------------------------------------------------------------- */
#content nav {
  clear: both;
  overflow: hidden;
  padding: 0 0 1.5em; }

.nav-previous {
  float: left;
  width: 50%; }

.nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/* Singular navigation */
#nav-single {
  float: right;
  position: relative;
  top: -0.3em;
  text-align: right;
  z-index: 1; }
  #nav-single .nav-previous,
  #nav-single .nav-next {
    float: none;
    width: auto; }
  #nav-single .nav-next {
    padding-left: .5em; }

.widget {
  clear: both;
  margin: 0;
  padding: 0 0 20px; }

.widget-title {
  color: #555;
  text-align: left; }

.widget ul {
  margin: 0; }
  .widget ul ul {
    margin-left: 1.5em; }

/* Special Classes */
.no-border {
  border-bottom: none;
  margin-bottom: 0;
  padding: 0; }

/* Search Widget */
.widget_search form {
  margin: 0 0 10px; }
.widget_search #s {
  width: 95%;
  display: inline-block; }

#comments-title {
  padding: 0 0 2.6em; }

.nopassword,
.nocomments {
  color: #555;
  font-size: 24px;
  margin: 26px 0; }

.commentlist {
  list-style: none;
  margin: 0 auto;
  width: 100%; }
  .commentlist > li.comment {
    position: relative; }
  .commentlist .pingback {
    margin: 0 0 10px;
    padding: 10px; }
  .commentlist .children {
    list-style: none;
    margin: 0 0 10px 20px; }
    .commentlist .children .children {
      margin: 10px 0 10px 10px; }
    .commentlist .children li.comment {
      position: relative; }

article.comment {
  border-bottom: 1px solid #222222;
  padding: 10px 0; }

.comment-meta {
  margin-bottom: 12px; }
  .comment-meta .fn,
  .comment-meta time {
    font-style: normal;
    display: block;
    clear: right;
    color: #555; }

.avatar {
  float: left;
  padding-right: 10px;
  vertical-align: bottom; }

.comment-content p {
  margin-bottom: 1em; }
  .comment-content p:last-of-type {
    margin-bottom: 0; }

/* Post author highlighting */
.commentlist > li.bypostauthor,
.commentlist .children > li.bypostauthor {
  border: 1px solid #222222;
  padding: 5px 10px; }

.entry-title,
.entry-title a {
  clear: both;
  color: blue;
  line-height: 1em;
  padding-bottom: 0.5em; }

.entry-meta {
  clear: both; }

.entry-date {
  color: blue;
  font-size: 11px;
  padding-bottom: 2px; }

/* Handle sticky posts */
.post-header {
  background: white;
  -webkit-backface-visibility: hidden;
  padding: 60px 70px 35px;
  width: 740px;
  margin: 0 auto; }
  @media (max-width: 770px) {
    .post-header {
      width: 100%;
      max-width: 600px;
      padding: 60px 4% 35px; } }
  .post-header h5 {
    color: #bcbcbc;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 35px; }
  .post-header h1 {
    font-family: "Chronicle SSm A", "Chronicle SSm B";
    font-style: normal;
    font-weight: 300;
    line-height: 1.06452;
    font-size: 56px; }
    @media (max-width: 500px) {
      .post-header h1 {
        font-size: 45px; } }
  .post-header .blog-lead-in {
    font-family: "Chronicle SSm A", "Chronicle SSm B";
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 28px;
    color: #666666;
    text-align: left;
    margin-top: 35px;
    letter-spacing: 0.04em; }
    .post-header .blog-lead-in p {
      margin-bottom: 0; }

.single-post .wp-post-image {
  margin-bottom: 60px; }
.single-post .hero-img {
  margin-bottom: 0;
  width: 100%;
  height: auto; }
.single-post blockquote {
  font-family: "Chronicle SSm A", "Chronicle SSm B";
  font-style: italic;
  font-weight: 300;
  font-size: 24px;
  line-height: 32px;
  color: #555;
  letter-spacing: 0.04em;
  margin: 35px 0 35px -9.5%; }
  .single-post blockquote p {
    margin-bottom: 1em; }
  @media (max-width: 770px) {
    .single-post blockquote {
      margin: 35px 0; } }
.single-post .module.two-text-columns {
  -webkit-backface-visibility: hidden;
  background: white;
  font-size: 15px;
  font-weight: 300;
  line-height: 26px;
  line-height: 26px;
  padding: 0 70px 35px;
  width: 740px;
  margin: 0 auto; }
  @media (max-width: 770px) {
    .single-post .module.two-text-columns {
      padding: 0 4% 35px;
      width: 100%;
      max-width: 600px;
      padding: 0 4% 35px; } }
@media (max-width: 765px) {
  .single-post .module {
    font-size: 15px;
    font-weight: 300;
    line-height: 26px; } }

.slider-row {
  position: relative; }
  .slider-row .bx-controls.bx-has-controls-direction {
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 50; }

.bx-next,
.bx-prev {
  display: block;
  width: 64px;
  height: 64px;
  border: 1px solid white;
  border-radius: 50%;
  font-size: 25px;
  line-height: 0;
  padding-top: 32px;
  text-align: center;
  position: absolute;
  margin-top: -32px;
  top: 0;
  z-index: 5;
  color: white !important;
  -webkit-font-smoothing: antialiased; }
  .bx-next:hover, .bx-next:focus,
  .bx-prev:hover,
  .bx-prev:focus {
    color: white;
    opacity: 0.7; }

.bx-prev {
  left: 2rem; }

.bx-next {
  right: 2rem; }

.news-outer {
  clear: both;
  width: 100%; }
  .news-outer .span_8 {
    width: 67%; }
    @media (max-width: 765px) {
      .news-outer .span_8 {
        width: 100%; } }
  .news-outer .span_4 {
    width: 33%; }
    @media (max-width: 765px) {
      .news-outer .span_4 {
        width: 100%; } }

.slider-block div {
  height: 660px; }
.slider-block .slider-link-block {
  width: 100%;
  height: 660px;
  display: block;
  background-repeat: no-repeat;
  background-size: cover; }

.news-module {
  height: 660px;
  background-size: cover;
  background-repeat: no-repeat; }
  @media (max-width: 765px) {
    .news-module.collapse-padding {
      height: auto; }
      .news-module.collapse-padding .studio-main {
        height: 100%; } }
  .news-module .news-overlay {
    width: 100%;
    height: 660px; }
  .news-module a {
    color: inherit; }

.read-more {
  font-style: normal;
  font-weight: 200;
  font-size: 14px;
  color: #bcbcbc !important;
  text-transform: uppercase; }
  @media (max-width: 765px) {
    .read-more {
      font-weight: 300; } }
  .read-more:hover {
    color: #555 !important; }

.studio-main {
  display: block;
  width: 100%;
  height: 660px;
  background-size: cover;
  background-repeat: no-repeat; }

.news-overlay {
  color: white;
  padding: 65px 50px; }
  @media (max-width: 765px) {
    .news-overlay {
      padding: 45px 4%; } }
  .news-overlay a {
    color: white;
    font-size: 20px; }
    .news-overlay a .read-more {
      color: #9cd7db; }
    .news-overlay a h5 {
      font-size: 15px;
      font-weight: 400;
      color: #bcbcbc;
      margin-bottom: 2.5em; }
    .news-overlay a h2 {
      font-family: "Chronicle SSm A", "Chronicle SSm B";
      font-style: normal;
      font-weight: 300;
      font-size: 56px;
      line-height: 1.06452;
      margin-bottom: 0.5em;
      margin-right: 0; }
      @media (max-width: 765px) {
        .news-overlay a h2 {
          word-wrap: normal; } }
      @media (max-width: 500px) {
        .news-overlay a h2 {
          font-size: 45px; } }
  @media (max-width: 765px) {
    .news-overlay p {
      font-size: 15px;
      font-weight: 300;
      line-height: 26px; } }
  .news-overlay > a {
    display: block;
    width: 80%;
    max-width: 600px; }
  @media (max-width: 765px) {
    .news-overlay > a {
      width: 100%; } }

.regular-module.span_12 .news-overlay > a {
  display: block;
  width: 60%;
  max-width: 600px; }
  @media (max-width: 765px) {
    .regular-module.span_12 .news-overlay > a {
      width: 100%; } }

.regular-module.span_8 .news-overlay > a {
  display: block;
  width: 80%;
  max-width: 600px; }
  @media (max-width: 765px) {
    .regular-module.span_8 .news-overlay > a {
      width: 100%; } }

.regular-module.span_4 .news-overlay {
  padding: 65px 50px; }
  @media (max-width: 765px) {
    .regular-module.span_4 .news-overlay {
      padding: 45px 4%; } }
  .regular-module.span_4 .news-overlay > a {
    display: block;
    width: 100%;
    max-width: 600px; }

.studio-overlay {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 30px; }
  .overlay-bg + .studio-overlay p {
    color: white; }
  .studio-overlay:before {
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-right: -.35em; }
  .studio-overlay .studio-overlay-inner {
    width: 100%;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    line-height: 32px;
    font-family: "Chronicle SSm A", "Chronicle SSm B";
    font-weight: 300;
    font-style: italic; }
    .studio-overlay .studio-overlay-inner h5 {
      font-family: "Graphik Web", sans-serif;
      font-style: normal;
      font-size: 15px;
      font-weight: 400;
      color: #bcbcbc;
      margin-bottom: 1em; }
    .studio-overlay .studio-overlay-inner p {
      margin: 1em 0; }
    .studio-overlay .studio-overlay-inner .read-more {
      font-style: normal; }

@media (max-width: 500px) {
  .slider-row.news-module .bx-controls {
    display: none !important; } }

.gallery-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 30px 120px; }
  @media (max-width: 500px) {
    .gallery-overlay {
      padding: 30px 4%; } }
  .gallery-overlay:before {
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-right: -.35em; }
  .gallery-overlay .gallery-overlay-inner {
    width: 100%;
    height: auto;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    line-height: 32px;
    font-family: "Chronicle SSm A", "Chronicle SSm B";
    font-weight: 300;
    font-style: italic; }
    .gallery-overlay .gallery-overlay-inner h5 {
      font-family: "Graphik Web", sans-serif;
      font-style: normal;
      font-size: 15px;
      font-weight: 400;
      color: #bcbcbc;
      margin-bottom: 1em; }
    .gallery-overlay .gallery-overlay-inner p {
      color: white;
      margin-bottom: 1em; }
    .gallery-overlay .gallery-overlay-inner .read-more {
      font-style: normal; }

.image-only-blog-module,
.two-even,
.video-module,
.blog-collage-area {
  line-height: 0 !important; }

/* Comment Form */
#respond {
  margin: 0 0 1.5em;
  position: relative;
  width: 100%; }
  #respond .comment-form-author,
  #respond .comment-form-email,
  #respond .comment-form-url,
  #respond .comment-form-comment {
    position: relative;
    margin: 5px 0 0; }
    #respond .comment-form-author label,
    #respond .comment-form-email label,
    #respond .comment-form-url label,
    #respond .comment-form-comment label {
      color: #555;
      display: inline-block;
      padding: 0px 10px 8px;
      position: relative;
      z-index: 1; }
  #respond input[type="email"], #respond input[type="number"], #respond input[type="password"], #respond input[type="search"], #respond input[type="tel"], #respond input[type="text"], #respond input[type="url"], #respond input[type="color"], #respond input[type="date"], #respond input[type="datetime"], #respond input[type="datetime-local"], #respond input[type="month"], #respond input[type="time"], #respond input[type="week"],
  #respond textarea {
    position: relative;
    float: left;
    display: inline-block; }
  #respond input[type="email"], #respond input[type="number"], #respond input[type="password"], #respond input[type="search"], #respond input[type="tel"], #respond input[type="text"], #respond input[type="url"], #respond input[type="color"], #respond input[type="date"], #respond input[type="datetime"], #respond input[type="datetime-local"], #respond input[type="month"], #respond input[type="time"], #respond input[type="week"] {
    width: 255px; }
  #respond textarea {
    width: 90%;
    min-height: 150px;
    resize: vertical; }
  #respond .form-submit {
    float: left;
    margin: 0 0; }
  #respond input[type=submit] {
    cursor: pointer;
    margin: 10px 0; }
  #respond .logged-in-as a {
    color: #555; }
  #respond p {
    margin-bottom: 1em; }

a.comment-reply-link {
  color: blue;
  display: inline-block;
  text-decoration: none;
  margin-top: 10px; }

#cancel-comment-reply-link {
  color: #555;
  display: block;
  position: absolute;
  right: 1.5em;
  text-decoration: none;
  top: 1.1em;
  margin-left: 10px;
  text-decoration: none; }

.commentlist #respond {
  margin: 1.5em 0 0;
  width: auto; }

.form-allowed-tags {
  display: none; }

.comment-subscription-form {
  clear: both;
  display: block; }

/*# sourceMappingURL=style.css.map */
.height-100{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
