/*
Theme Name: Stupid Brilliant
Theme URI: http://nicetouch.co
Author: Nice Touch
Author URI: http://nicetouch.co
Description: A sweet custom theme 
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: the-great-society
Tags:
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Variables
# Typography
# Elements
# Forms
# Navigation
    ## Links
    ## Menus
# Content
    ## Posts and pages
    ## Asides
    ## Comments
--------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Variables
# Normalize
# Typography
# Elements
# Forms
# Navigation
    ## Links
    ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
    ## Asides
    ## Comments
# Infinite scroll
# Media
    ## Captions
    ## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #25252B; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

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

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: ""; }

blockquote,
q {
  quotes: "" ""; }

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

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

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 0.3em;
  background: #e6e6e6;
  box-shadow: none;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
  text-shadow: none; }

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  box-shadow: none; }

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  border-color: #aaa #bbb #bbb;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15); }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #111; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px; }

textarea {
  padding-left: 3px;
  width: 100%; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em; }

/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%; }

/* Search widget. */
.widget_search .search-submit {
  display: none; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.byline,
.updated:not(.published) {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto; }

.wp-caption-text {
  text-align: center; }

.wp-caption .wp-caption-text {
  margin: 0.8075em 0; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-3 .gallery-item {
  max-width: 33.33%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.66%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.11%; }

.gallery-caption {
  display: block; }

/* Mixins
---------*/
.vertical-parent {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d; }
  .vertical-parent .vertical-center {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .vertical-parent .absolute-vertical-center {
    position: absolute;
    top: 35%;
    -webkit-transform: translateY(-35%);
    -ms-transform: translateY(-35%);
    transform: translateY(-35%); }
    @media (max-width: 768px) {
      .vertical-parent .absolute-vertical-center {
        top: 45%;
        -webkit-transform: translateY(-45%);
        -ms-transform: translateY(-45%);
        transform: translateY(-45%); } }

/* AdihausDIN-400 - regular */
@font-face {
  font-family: 'GrouchITC';
  font-style: normal;
  font-weight: 400;
  src: url("fonts/934b3ff3-a1a7-4dd8-a85a-2c24d98d6697.eot");
  src: local("GrouchITC Regular"), local("GrouchITC-Regular"), url("fonts/a139e182-0d16-486d-8219-abfc3a49d729.ttf") format("truetype"), url("fonts/876ba6b3-775f-4b56-be16-978047a43105.woff2") format("woff2"), url("fonts/985ed2d8-1a04-416c-a3e7-c105bf06de6d.woff") format("woff"); }
/* Colors
---------*/
/* Typography
-------------*/
.freight-text {
  font-family: "freight-text-pro", serif !important; }

.freight-display {
  font-family: "freight-display-pro", serif !important; }

.gibson {
  font-family: "canada-type-gibson", sans-serif !important;
  letter-spacing: 0.01em; }

.grouch {
  font-family: "GrouchITC", serif !important; }

.ultra-bold {
  font-weight: 900;
  letter-spacing: 0.01em; }

.smaller {
  font-size: 0.7em; }

@media (min-width: 769px) {
  .two-column {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2; } }

body {
  font-family: "freight-text-pro", serif; }

a {
  text-decoration: none;
  color: inherit; }

.project .content p {
  color: #7a7a7a;
  font-size: 1.1em;
  margin-bottom: 2em;
  margin-top: 0; }

.overlay-title {
  font-family: "GrouchITC", serif !important; }

#ajax-content {
  display: inline-block;
  width: 100%; }

.home #primary {
  opacity: 0;
  position: relative;
  z-index: 2;
  transform: matrix(1, 0, 0, 1, 0, 500);
  background-color: #fff;
  display: inline-block;
  width: 100%; }

.logo-wrap {
  display: inline-block;
  position: absolute;
  z-index: 2100;
  width: 10em;
  left: 7%;
  top: 1.05em; }
  .logo-wrap .nav-logo {
    display: inline-block;
    width: 3.7em;
    margin: 1.4em 7vw; }
  .logo-wrap .logo-link {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0; }
  .logo-wrap .logo-fat {
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    width: 3.7em;
    opacity: 0;
    visibility: hidden; }
  .logo-wrap .logo-skinny {
    position: absolute;
    bottom: 0;
    left: 1px;
    width: 18em;
    top: 0.7em; }

.home .logo-wrap {
  opacity: 0; }

/* Navigation
-------------*/
.home #site-navigation {
  opacity: 0; }

#site-navigation {
  display: inline-block;
  float: right;
  min-height: 3.5em;
  padding-top: 0;
  width: 100%;
  text-align: right; }
  @media (max-width: 768px) {
    #site-navigation {
      display: none; } }
  #site-navigation ul {
    font-size: 0.9em;
    list-style: none;
    margin: 0;
    padding: 1em 7vw; }
    #site-navigation ul :last-child {
      margin-right: 0; }
    #site-navigation ul li {
      display: inline-block;
      margin: 0 1em;
      font-size: 0.8em; }
      #site-navigation ul li a {
        display: inline-block;
        color: #2d2d2d;
        text-transform: uppercase;
        font-family: "canada-type-gibson", sans-serif;
        font-weight: 500;
        letter-spacing: 0.05em;
        padding: 0.5em 0.2em;
        position: relative;
        z-index: 100;
        transition: border-color 200ms ease, color 200ms ease;
        border-bottom: 2px solid rgba(45, 45, 45, 0);
        text-decoration: none; }
        #site-navigation ul li a:hover {
          color: #2d2d2d;
          border-bottom: 2px solid #2d2d2d;
          font-weight: 600; }
        #site-navigation ul li a.active {
          border-bottom: 2px solid #2d2d2d;
          font-weight: 600;
          -webkit-transition: border 0.3s;
          transition: border 0.3s; }

#mobile-button {
  z-index: 1100;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  width: 2em;
  height: 100%;
  position: absolute;
  right: 7%;
  top: 0;
  bottom: 0;
  height: 100%; }
  #mobile-button:focus {
    outline: none; }
  @media (min-width: 769px) {
    #mobile-button {
      display: none; } }
  #mobile-button #mobile-flipper {
    font-size: 1.5em;
    padding: 1.5em 1em;
    margin: 0em 7vw; }
  #mobile-button .button__wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  #mobile-button .button__wrap img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1; }
  #mobile-button #mobile-x {
    opacity: 0;
    visibility: hidden; }

body.nav-opened {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
body .close {
  position: absolute;
  top: 30%;
  opacity: 0;
  visibility: hidden; }
body .open {
  position: absolute;
  top: 30%;
  opacity: 1;
  visibility: visible; }

#backdrop {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding-top: 6em;
  background-color: #fff;
  z-index: 1000;
  transform: scale(0); }

#mobile-navigation ul {
  list-style: none;
  text-align: right;
  margin: 1.5em 7vw 0; }
#mobile-navigation li {
  text-transform: uppercase;
  margin-top: 1.5em; }
#mobile-navigation a {
  font-family: "canada-type-gibson", sans-serif;
  color: #2d2d2d;
  opacity: 0;
  transform: matrix(1, 0, 0, 1, 0, 40); }
  #mobile-navigation a.active {
    border-bottom: 3px solid #000;
    font-weight: 700; }

.inline-block {
  display: inline-block; }

/* Work Grid
------------*/
.grid-nav {
  padding-top: 2.8em;
  margin-top: 5px;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }
  .grid-nav section {
    display: inline-block;
    width: 100%;
    padding: 0;
    margin-top: -5px; }
    @media (min-width: 480px) and (max-width: 768px) {
      .grid-nav section {
        padding: 0 7vw; } }
    @media (min-width: 769px) {
      .grid-nav section.padding-bottom {
        padding-bottom: 2vw; } }
  .grid-nav .large-panel {
    width: 100%;
    height: 75vw;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative; }
    @media (min-width: 769px) {
      .grid-nav .large-panel {
        height: 35em;
        width: 56.666666%; } }
  .grid-nav .small-panel {
    width: 100%;
    height: 75vw;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    float: none; }
    @media (min-width: 769px) {
      .grid-nav .small-panel {
        height: 16.85em;
        width: 27.333333%; }
        .grid-nav .small-panel.bottom {
          margin-top: 2vw; } }
    @media (min-width: 1440px) {
      .grid-nav .small-panel {
        height: 18vw; } }
  .grid-nav .large-panel .scrim, .grid-nav .small-panel .scrim {
    position: absolute;
    top: -200%;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    opacity: 1;
    background: -moz-linear-gradient(top, rgba(76, 76, 76, 0) 0%, rgba(19, 19, 19, 0.7) 100%);
    background: -webkit-linear-gradient(top, rgba(76, 76, 76, 0) 0%, rgba(19, 19, 19, 0.7) 100%);
    background: linear-gradient(to bottom, rgba(76, 76, 76, 0) 0%, rgba(19, 19, 19, 0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004c4c4c', endColorstr='#131313',GradientType=0 ); }
    @media (min-width: 769px) {
      .grid-nav .large-panel .scrim, .grid-nav .small-panel .scrim {
        top: -70%;
        opacity: 0;
        transition: opacity 100ms ease-in-out;
        -moz-transition: opacity 100ms ease-in-out;
        -webkit-transition: opacity 100ms ease-in-out; } }
  @media (min-width: 769px) {
    .grid-nav .large-panel:hover .scrim, .grid-nav .large-panel :focus .scrim, .grid-nav .small-panel:hover .scrim, .grid-nav .small-panel :focus .scrim {
      opacity: 1; } }
  @media (min-width: 769px) {
    .grid-nav .large-panel:hover .overlay-text, .grid-nav .large-panel :focus .overlay-text, .grid-nav .small-panel:hover .overlay-text, .grid-nav .small-panel :focus .overlay-text {
      opacity: 1;
      transform: matrix(1, 0, 0, 1, 0, 0); } }
  .grid-nav .large-panel a, .grid-nav .small-panel a {
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000; }
  .grid-nav .large-panel .overlay-text, .grid-nav .small-panel .overlay-text {
    color: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0 1.5em 1.5em; }
    @media (min-width: 769px) {
      .grid-nav .large-panel .overlay-text, .grid-nav .small-panel .overlay-text {
        opacity: 0;
        transform: matrix(1, 0, 0, 1, 0, 20);
        transition: all 100ms ease-in-out;
        -moz-transition: all 100ms ease-in-out;
        -webkit-transition: all 100ms ease-in-out; } }
    .grid-nav .large-panel .overlay-text .overlay-title, .grid-nav .small-panel .overlay-text .overlay-title {
      font-size: 1.5em;
      font-weight: 900;
      letter-spacing: 1.1px;
      margin: 0; }
    .grid-nav .large-panel .overlay-text .overlay-category, .grid-nav .small-panel .overlay-text .overlay-category {
      font-family: "canada-type-gibson", sans-serif;
      font-size: 0.9em;
      letter-spacing: 0.03em;
      margin: 0.3em 0 0 0;
      text-transform: uppercase; }
    .grid-nav .large-panel .overlay-text .overlay-button, .grid-nav .small-panel .overlay-text .overlay-button {
      font-family: "canada-type-gibson", sans-serif;
      font-weight: 600;
      position: absolute;
      letter-spacing: 1px; }
      @media (max-width: 768px) {
        .grid-nav .large-panel .overlay-text .overlay-button, .grid-nav .small-panel .overlay-text .overlay-button {
          bottom: 3.9em;
          left: 1.5em; } }
      @media (min-width: 769px) {
        .grid-nav .large-panel .overlay-text .overlay-button, .grid-nav .small-panel .overlay-text .overlay-button {
          right: 1.5em;
          bottom: 1.5em;
          border: 2px solid #fff; } }
      .grid-nav .large-panel .overlay-text .overlay-button p, .grid-nav .small-panel .overlay-text .overlay-button p {
        font-size: 0.9em;
        font-weight: 600;
        letter-spacing: 0.05em;
        text-transform: uppercase; }
        @media (min-width: 769px) {
          .grid-nav .large-panel .overlay-text .overlay-button p, .grid-nav .small-panel .overlay-text .overlay-button p {
            margin: 0.75em 1.25em; } }
      .grid-nav .large-panel .overlay-text .overlay-button .view, .grid-nav .small-panel .overlay-text .overlay-button .view {
        display: none; }
        @media (min-width: 769px) {
          .grid-nav .large-panel .overlay-text .overlay-button .view, .grid-nav .small-panel .overlay-text .overlay-button .view {
            display: inline-block; } }
      .grid-nav .large-panel .overlay-text .overlay-button .mobile-line, .grid-nav .small-panel .overlay-text .overlay-button .mobile-line {
        color: #fff;
        width: 5.8em;
        margin: -0.5em 0 1em; }
        @media (min-width: 769px) {
          .grid-nav .large-panel .overlay-text .overlay-button .mobile-line, .grid-nav .small-panel .overlay-text .overlay-button .mobile-line {
            display: none; } }

@media (min-width: 769px) {
  .left-big-right-small-tiles .large-panel {
    float: left;
    margin-right: 1%;
    margin-left: 7%; } }
@media (min-width: 769px) {
  .left-big-right-small-tiles .small-panel {
    float: right;
    margin-left: 1%;
    margin-right: 7%; } }

@media (min-width: 769px) {
  .right-big-left-small-tiles .large-panel {
    float: right;
    margin-left: 1%;
    margin-right: 7%; } }
@media (min-width: 769px) {
  .right-big-left-small-tiles .small-panel {
    float: left;
    margin-right: 1%;
    margin-left: 7%; } }

@media (min-width: 769px) {
  .three-small-tiles .left {
    float: left;
    margin-right: 1%;
    margin-left: 7%; } }
@media (min-width: 769px) {
  .three-small-tiles .middle {
    float: left;
    margin: 0 1%; } }
@media (min-width: 769px) {
  .three-small-tiles .right {
    float: right;
    margin-left: 1%;
    margin-right: 7%; } }

/* Case Studies Page */
.block {
  position: relative;
  margin-bottom: -0.5vw; }
  .block .label {
    border: 2px solid #ffffff;
    color: #ffffff;
    display: inline-block;
    font-family: "canada-type-gibson", sans-serif;
    font-weight: 500;
    left: 3em;
    letter-spacing: 0.08em;
    padding: 0.5em 1.5em;
    position: absolute;
    text-transform: none;
    top: 3em;
    z-index: 2; }
  .block img {
    width: 100%;
    height: auto; }
  .block .light-text {
    color: #ffffff; }
  .block .dark-text {
    color: #2d2d2d; }
  .block .light-label {
    color: #ffffff;
    border-color: #ffffff; }
  .block .dark-label {
    color: #2d2d2d;
    border-color: #2d2d2d; }
  .block h1, .block h2, .block h3, .block h4, .block h5, .block h6 {
    line-height: 1;
    margin-top: 0;
    margin-bottom: 0;
    font-family: "freight-display-pro", serif;
    font-weight: 600; }
    .block h1 span, .block h2 span, .block h3 span, .block h4 span, .block h5 span, .block h6 span {
      letter-spacing: 0.05em; }
  .block h1 {
    font-size: 4.5em; }
  .block h2 {
    font-size: 3.5em; }
  .block h3 {
    font-size: 2.3em; }
  .block h4 {
    font-size: 1.9em;
    line-height: 1.2; }
    .block h4 span {
      letter-spacing: 0.05em; }
  .block p {
    font-size: 1em;
    font-family: "freight-text-pro", serif;
    letter-spacing: 0.05em;
    line-height: 1.4; }
  .block .text-content-heading {
    font-size: 2.7em; }
  .block .extra-large {
    display: block;
    font-size: 1.5em;
    font-weight: 600;
    line-height: 0.7;
    margin-bottom: 0.1em; }
  .block.text-only {
    padding: 15em 0; }
    .block.text-only.light-bg {
      background-color: #ffffff; }
    .block.text-only.dark-bg {
      background-color: #000000; }
  .block.video-block {
    background: #000;
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto; }
    .block.video-block iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .block .image-center-text h3 {
    font-size: 2.5em; }
    .block .image-center-text h3 span {
      letter-spacing: 0.05em; }

.hero-block {
  padding-top: 3.7em; }

.impact-headline {
  padding: 13em 7% 11em 7%;
  opacity: 0; }
  @media (min-width: 769px) {
    .impact-headline {
      padding-bottom: 15em;
      font-size: 1vw; } }
  .impact-headline h1 {
    font-size: 3em;
    margin-bottom: 0.4em;
    margin-top: 0;
    line-height: 1;
    font-family: "freight-display-pro", serif; }
    @media (min-width: 769px) {
      .impact-headline h1 {
        font-size: 4.2em; } }
  .impact-headline h2 {
    font-family: "freight-text-pro", serif;
    font-size: 1.1em;
    letter-spacing: 0.03em;
    opacity: 0.5; }
    @media (min-width: 769px) {
      .impact-headline h2 {
        font-size: 1.5em; } }

.content-slider .label {
  top: 3em;
  left: 3em; }
.content-slider .owl-carousel {
  margin: 0 auto;
  padding: 8em 0 6em 0;
  width: 70%; }
  .content-slider .owl-carousel .owl-video-wrapper {
    min-height: 100%;
    width: 100% !important; }
    .content-slider .owl-carousel .owl-video-wrapper iframe {
      height: 100%; }
  .content-slider .owl-carousel:not(.fullscreen):after {
    content: '';
    background-color: #fff;
    height: 100%;
    display: inline-block;
    width: 2px;
    position: absolute;
    top: 0;
    right: 0px; }
  .content-slider .owl-carousel:not(.fullscreen):before {
    content: '';
    background-color: #fff;
    height: 100%;
    display: inline-block;
    width: 2px;
    position: absolute;
    top: 0;
    left: 0px; }

.image-slider .owl-carousel {
  margin: 0;
  padding: 0;
  width: 100%; }
  .image-slider .owl-carousel.split {
    margin: 10vw 15%;
    width: 70%; }
    @media (max-width: 768px) {
      .image-slider .owl-carousel.split {
        margin: 0;
        padding: 8em 10%;
        width: 100%; } }
.image-slider .owl-dots {
  position: absolute;
  bottom: 1em;
  left: 0;
  right: 0; }
.image-slider .split .owl-dots {
  bottom: -4em; }
  @media (max-width: 768px) {
    .image-slider .split .owl-dots {
      bottom: 4em;
      margin: 0 auto; } }
.image-slider .owl-prev {
  bottom: inherit;
  cursor: pointer;
  position: absolute;
  width: 1.8em;
  left: 0;
  z-index: 2; }
  .image-slider .owl-prev img {
    max-width: 100%; }
  .image-slider .owl-prev.single {
    opacity: 0;
    transition: opacity 400ms; }
.image-slider .owl-next {
  bottom: inherit;
  cursor: pointer;
  position: absolute;
  width: 1.8em;
  right: 0;
  z-index: 2; }
  .image-slider .owl-next img {
    max-width: 100%; }
  .image-slider .owl-next.single {
    opacity: 0;
    transition: opacity 400ms; }
.image-slider:hover .single.owl-prev, .image-slider:hover .single.owl-next {
  opacity: 1; }

.block.owl-container .owl-dots {
  width: 100%;
  margin: 0 auto;
  margin-top: 2em;
  padding-top: 0.7em;
  text-align: center; }
  .block.owl-container .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
  .block.owl-container .owl-dots .owl-dot span {
    height: 0.6em;
    width: 0.6em;
    margin: 0.25em 0.5em;
    background: #787878;
    display: block;
    border-radius: 0; }
  .block.owl-container .owl-dots .owl-dot.active span, .block.owl-container .owl-dots .owl-dot:hover span {
    background: #000000; }
.block.owl-container.white .owl-nav, .block.owl-container.white .owl-dot.active span, .block.owl-container.white .owl-dot:hover span {
  background: #ffffff;
  color: #ffffff; }
.block.owl-container .mixed.owl-prev {
  cursor: pointer;
  left: 0;
  position: absolute;
  transform: translateY(-3.5em);
  width: 1.8em;
  z-index: 2; }
  .block.owl-container .mixed.owl-prev img {
    max-width: 100%; }
.block.owl-container .mixed.owl-next {
  cursor: pointer;
  right: 0;
  position: absolute;
  transform: translateY(-3.5em);
  width: 1.8em;
  z-index: 2; }
  .block.owl-container .mixed.owl-next img {
    max-width: 100%; }

.flipped {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH"; }

/* Pagination */
.pagination-link {
  display: inline-block; }
  .pagination-link .nav-thumbnail {
    color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 16em; }
    .pagination-link .nav-thumbnail h2 {
      padding: 0.5em 0.5em 0; }
    .pagination-link .nav-thumbnail h4 {
      padding: 0 0.5em; }
  .pagination-link.prev {
    width: 32.20339%;
    float: left;
    margin-left: 16.94915%;
    margin-right: -100%;
    text-align: left; }
  .pagination-link.next {
    width: 32.20339%;
    float: left;
    margin-left: 50.84746%;
    margin-right: -100%;
    text-align: right; }

/* About Page */
@media (max-width: 768px) {
  .hero-title {
    font-size: 2.1vw; } }

.hero-headline {
  font-size: 1.5em; }

.hero-text {
  font-size: 1.3em;
  text-align: center;
  font-weight: 400;
  background-color: #ddd;
  margin: 0;
  margin-top: -0.3em;
  padding: 9vw 7vw; }
  .hero-text br {
    display: none; }

.mobile-hide {
  display: none; }
  @media (min-width: 769px) {
    .mobile-hide {
      display: block; } }

@media (min-width: 769px) {
  .mobile-show {
    display: none; } }

.about.fullscreen-image p,
.about.text-only p {
  font-size: 1.1em;
  color: #7a7a7a; }
.about.fullscreen-image .list-wrappers p,
.about.text-only .list-wrappers p {
  color: #2d2d2d;
  font-size: 1em;
  margin: 0.3em 0;
  font-family: "canada-type-gibson", sans-serif; }

.about.text-only {
  height: 30em; }

@media (min-width: 769px) {
  .lists-holder {
    display: inline-block;
    width: 100%; } }

.list-wrappers {
  text-align: center; }
  @media (min-width: 769px) {
    .list-wrappers {
      width: 33.33333%;
      float: left; }
      .list-wrappers:nth-of-type(3n) {
        float: right;
        margin-right: 0; } }
  .list-wrappers .list-label {
    display: inline-block;
    font-family: "canada-type-gibson", sans-serif;
    font-weight: 700;
    font-size: 0.8em;
    border: 1px solid #2d2d2d;
    min-width: 9em;
    padding: 0.4em 1em;
    margin: 0.7em 0; }

/* Contact Page */
.contact-block {
  position: relative;
  margin-bottom: -2vw; }
  @media (min-width: 769px) {
    .contact-block {
      margin-bottom: -0.3em;
      font-size: 1.5vw; } }
  @media (min-width: 1440px) {
    .contact-block {
      margin-bottom: -0.3em;
      font-size: 1.2vw; } }
  .contact-block img {
    width: 100%;
    height: auto; }

.contact-headline {
  color: #ffffff;
  position: absolute;
  bottom: 6vw;
  left: 7vw; }
  @media (min-width: 769px) {
    .contact-headline {
      bottom: 4em; } }
  .contact-headline h2 {
    font-family: "freight-display-pro", serif;
    font-size: 7vw;
    line-height: 1.1;
    letter-spacing: 0.03em;
    margin: 0; }
    @media (min-width: 769px) {
      .contact-headline h2 {
        font-size: 3em; } }

.contact-info {
  background-color: #eff0f0;
  padding: 1em 0;
  display: inline-block;
  width: 100%; }
  @media (min-width: 480px) and (max-width: 768px) {
    .contact-info {
      padding: 1em 7vw 1.5em; } }
  @media (min-width: 769px) {
    .contact-info {
      padding: 3em 7vw; } }

.left-half {
  margin-top: 2em; }
  @media (min-width: 769px) {
    .left-half {
      width: 50%;
      float: left;
      margin: 0; } }

@media (max-width: 768px) {
  .right-half {
    text-align: center; } }
@media (min-width: 769px) {
  .right-half {
    width: 50%;
    float: left;
    float: right;
    margin-right: 0;
    padding-left: 4vw; } }
.right-half p {
  color: #58595b;
  font-size: 0.95em;
  margin: 0; }

.contact-label {
  text-align: center;
  font-family: "canada-type-gibson", sans-serif;
  font-size: 0.9em;
  font-weight: 600;
  border: 2px solid #2d2d2d;
  width: 10em;
  padding: 0.4em 1em;
  margin: 2em auto 0.5em; }
  @media (min-width: 769px) {
    .contact-label {
      margin: 2em 0 0.5em; } }
  @media (min-width: 1440px) {
    .contact-label {
      font-size: 1em;
      margin: 3em 0 1em; } }
  .contact-label:first-of-type {
    margin-top: 0; }

.contact-address {
  display: inline-block;
  margin-bottom: 0.5em; }
  @media (min-width: 1440px) {
    .contact-address {
      margin-bottom: 1em; } }

/* Contact Bar */
.contact-us-bar {
  padding: 2em 0;
  color: #ffffff;
  background-color: #000000;
  text-align: center;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }
  .contact-us-bar h1 {
    font-size: 2.2em;
    margin: 0 0 0.6em;
    font-weight: 400;
    font-family: "freight-display-pro", serif; }
  .contact-us-bar div {
    width: 9em;
    padding: .5em 0;
    margin: 0 auto;
    border: 2px solid #7a7a7a;
    font-family: "canada-type-gibson", sans-serif; }
  .contact-us-bar span {
    font-size: 0.85em; }

/* Footer */
.site-footer {
  padding: 0.45em 7% 2em; }
  .site-footer .footer-blocks {
    text-align: center;
    font-family: "canada-type-gibson", sans-serif;
    font-size: 0.8em;
    color: #7a7a7a;
    padding: .5em; }
    @media (min-width: 769px) {
      .site-footer .footer-blocks {
        display: inline-block;
        padding: 0;
        width: 20%;
        float: left; }
        .site-footer .footer-blocks:last-child {
          float: right;
          margin-right: 0; } }
    .site-footer .footer-blocks .social-icons {
      height: 1.7em;
      padding: 0 0.5em;
      margin-bottom: -0.1em; }

.single-projects.wrapper {
  padding-left: 7%;
  padding-right: 7%;
  padding-bottom: 7em;
  display: inline-block;
  width: 100%; }
.single-projects .content {
  margin-bottom: 5em; }
.single-projects .owl-container {
  position: relative; }
  .single-projects .owl-container .owl-prev {
    cursor: pointer;
    position: absolute;
    left: 4vw; }
    .single-projects .owl-container .owl-prev img {
      width: 30px;
      opacity: 0.7; }
  .single-projects .owl-container .owl-next {
    cursor: pointer;
    position: absolute;
    right: 4vw; }
    .single-projects .owl-container .owl-next img {
      width: 30px;
      opacity: 0.7; }
.single-projects .owl-carousel {
  margin: 0 auto;
  width: 70%; }
  .single-projects .owl-carousel .owl-video-wrapper {
    height: 40vw; }
  .single-projects .owl-carousel .owl-dots {
    display: none; }

.project-headline {
  font-family: "GrouchITC", serif !important;
  line-height: 1;
  margin-bottom: 0.1em;
  font-size: 5.666em;
  letter-spacing: 1.1px; }

.project-subhead {
  font-size: 1.6875em;
  letter-spacing: 0.02em;
  margin-bottom: 3rem;
  margin-top: 0;
  opacity: 0.5;
  text-transform: uppercase; }

.hash-nav {
  text-align: center;
  padding-top: 3em; }
  @media (min-width: 769px) {
    .hash-nav {
      padding-top: 2em; } }
  .hash-nav .button {
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0.5em; }
    .hash-nav .button.current {
      border-bottom: 3px solid #000; }

#page-transition {
  background-color: #fff;
  height: 100%;
  left: 0;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 9999;
  -moz-transition: opacity .4s;
  -webkit-transition: opacity .4s;
  transition: opacity .4s .4s;
  display: none; }

#page-transition svg {
  display: block;
  margin: 0 auto;
  position: relative;
  top: calc(50% - 11vw);
  opacity: 1;
  transition: top .6s;
  max-width: 20%; }

/* media queries */
@media (max-width: 768px) {
  .site-header {
    background-color: #fff;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
    height: 4.5em; }

  .logo-wrap {
    top: 1.45em; }

  .impact-headline br {
    display: none; }

  .block {
    margin-bottom: -0.4em; }
    .block .content {
      margin-left: 1em;
      margin-right: 1em; }
    .block br {
      display: none; }
    .block .label {
      left: 2em;
      font-size: 0.9rem;
      padding: 0.4em 1em;
      top: 2em; }
    .block .center {
      left: 0;
      right: 0;
      margin: 0 auto;
      text-align: center; }
    .block.text-only {
      min-height: inherit; }
    .block .mobile-break {
      position: relative;
      display: block;
      padding: 8em 5vw;
      top: inherit;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
      .block .mobile-break.light-text {
        background-color: #000000; }
      .block .mobile-break.dark-text {
        background-color: #ffffff; }

  .logo-wrap .nav-logo {
    margin: 1em 7vw; }

  .contact-us-bar {
    margin-top: -0.4em; }

  .contact-info {
    padding: 2em 0 0 0;
    font-size: 1.1em; }
    .contact-info .right-half .contact-address {
      margin-bottom: 0; }
    .contact-info .right-half p {
      font-size: 1.1em;
      line-height: 1.4; }

  /* About Page */
  .about-hero .hero-title h2 {
    font-size: 3em; }
  .about-hero .hero-title h1 {
    font-size: 3.5em; }

  .about.block.fullscreen-image {
    margin-top: 4em; }
    .about.block.fullscreen-image .content {
      padding: 0; }
    .about.block.fullscreen-image p {
      font-size: 1.4em; }
    .about.block.fullscreen-image img {
      margin-top: -5em; }
    .about.block.fullscreen-image .lists-holder {
      font-size: 1.2em; }
      .about.block.fullscreen-image .lists-holder:last-of-type {
        margin-bottom: -6em; }

  .hero-text {
    font-size: 1.5em;
    padding: 8vw 18vw; }

  .split-stagger .right-image {
    margin-bottom: -0.4em;
    margin-top: -0.4em; }

  /* Projects */
  .single-projects .project-block {
    margin-bottom: 3em; }
  .single-projects.wrapper {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 3em; }
  .single-projects .text-content {
    padding-bottom: 1em;
    padding-left: 7%;
    padding-right: 7%; }
  .single-projects .project-header {
    font-size: 2vw; }
    .single-projects .project-header .project-subhead {
      font-size: 1.5em; }
  .single-projects .owl-carousel {
    width: 100%; }

  /* Case Studies */
  .impact-headline {
    padding: 7rem 7% 20rem 7%;
    font-size: 3.2vw; }

  .block.fullscreen-image {
    font-size: 2.8vw; }
    .block.fullscreen-image h2 {
      font-size: 3.2em; }
    .block.fullscreen-image p {
      font-size: 4.7vw; }
    .block.fullscreen-image .image-center-text h3 {
      font-size: 2em; }

  .block.text-only {
    font-size: 2.5vw;
    padding: 7em 0; }
    .block.text-only h2 {
      font-size: 3.7em;
      margin: 0 auto;
      max-width: 90%; }
    .block.text-only h3 {
      font-size: 3.5em;
      margin-bottom: 0.9em; }
    .block.text-only h4 {
      font-size: 2.5em;
      padding: 0 1.5em; }
    .block.text-only p {
      font-size: 1.8em; }
    .block.text-only .extra-large {
      font-size: 2em;
      letter-spacing: 0.03em; }

  .grid-nav {
    padding-top: 0; }
    .grid-nav section {
      display: block; }

  .site-footer {
    padding: 1em 7%; }

  .site-content {
    padding-top: 3.5em; } }
@media (max-width: 480px) {
  .block .image-center-text {
    font-size: 2.4vw;
    padding-top: 0.3em; } }
@media (min-width: 769px) {
  .block {
    font-size: 1.5vw;
    display: inline-block;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
    .block .content {
      max-width: 90vw; }
    .block .left {
      left: 5em; }
    .block .right {
      min-width: 36em;
      right: 5em;
      text-align: left; }
    .block .center {
      left: 0;
      right: 0;
      margin: 0 auto;
      text-align: center; }

  .about.fullscreen-image .content {
    max-width: 47vw; }
  .about.fullscreen-image .right {
    text-align: left;
    right: 3em; }
  .about.fullscreen-image .block h1, .about.fullscreen-image .block h2, .about.fullscreen-image .block h3 {
    line-height: 0.9; }

  .hero-headline p {
    line-height: 1.2; }

  .about-content-headline {
    font-size: 3.6em;
    margin-bottom: 0.5em; } }
@media (min-width: 1440px) {
  .block {
    font-size: 1.2vw; } }
/* Appear.js
------------*/
@media screen and (min-width: 768px) {
  .appear,
  .appear-delay,
  .appear-stagger,
  .appear-text,
  .appear-faster {
    opacity: 0; }
    .appear.small-offset,
    .appear-delay.small-offset,
    .appear-stagger.small-offset,
    .appear-text.small-offset,
    .appear-faster.small-offset {
      transform: matrix(1, 0, 0, 1, 0, 50); }
    .appear.large-offset,
    .appear-delay.large-offset,
    .appear-stagger.large-offset,
    .appear-text.large-offset,
    .appear-faster.large-offset {
      transform: matrix(1, 0, 0, 1, 0, 120); }

  .split-stagger {
    background-color: transparent; }
    .split-stagger .left-image {
      width: 50%;
      float: left; }
    .split-stagger .right-image {
      width: 50%;
      float: left;
      float: right;
      margin-right: 0; }

  .split-stagger .fade-in-up {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.3s, opacity 0.5s; }

  .split-stagger .fade-in-down {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s, opacity 0.6s; }

  .blur {
    -webkit-transition: 0.8s -webkit-filter ease-in;
    -moz-transition: 0.8s -moz-filter ease-in;
    -moz-transition: 0.8s filter ease-in;
    -ms-transition: 0.8s -ms-filter ease-in;
    -o-transition: 0.8s -o-filter ease-in;
    transition: 0.8s filter ease-in;
    transition: 0.8s -webkit-filter ease-in;
    -webkit-filter: blur(13px);
    -moz-filter: blur(13px);
    filter: blur(13px); }

  .unblur {
    -webkit-transition: 1.8s -webkit-filter ease-out;
    -moz-transition: 1.8s -moz-filter ease-out;
    -moz-transition: 1.8s filter ease-out;
    -ms-transition: 1.8s -ms-filter ease-out;
    -o-transition: 1.8s -o-filter ease-out;
    transition: 1.8s filter ease-out;
    transition: 1.8s -webkit-filter ease-out;
    -webkit-filter: blur(0);
    -moz-filter: blur(0);
    filter: blur(0); } }
@media (min-width: 769px) {
  .site-header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background-color: #fff;
    z-index: 9000;
    height: 4em;
    overflow: hidden; } }
.vbox-overlay {
  background: rgba(0, 0, 0, 0.93) !important; }

.vbox-open .owl-prev, .vbox-open .owl-next {
  display: none; }

.home-page-carousel {
  position: relative;
  width: 100%;
  margin: 4em auto 0;
  height: auto;
  float: none;
  display: block; }
  @media (max-width: 768px) {
    .home-page-carousel {
      margin-top: 0em;
      margin-bottom: 2.5em; } }
  @media (max-width: 480px) {
    .home-page-carousel {
      margin-bottom: 0; } }
  .home-page-carousel .item {
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden; }
    .home-page-carousel .item iframe {
      width: 100%;
      height: 100%; }
  .home-page-carousel .embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%; }
  .home-page-carousel .embed-container iframe,
  .home-page-carousel .embed-container object,
  .home-page-carousel .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  @media (max-width: 768px) {
    .home-page-carousel .mixed.owl-prev, .home-page-carousel .mixed.owl-next {
      transform: translateY(-2em) !important; } }
  .home-page-carousel.owl-container .owl-dots {
    position: absolute;
    bottom: 1em;
    left: 0;
    right: 0; }
    @media (max-width: 768px) {
      .home-page-carousel.owl-container .owl-dots {
        margin-top: 1em;
        margin-bottom: 1.5em;
        bottom: 0; } }
    .home-page-carousel.owl-container .owl-dots .owl-dot span {
      background-color: #fff; }
  .home-page-carousel .overlay-text {
    color: #fff;
    position: absolute;
    right: 0;
    top: 2.3em;
    top: 0;
    overflow: hidden;
    left: 0;
    padding: 1.5em 1.5em 3em 1.5em;
    padding-top: 1em;
    font-size: 1.2em;
    z-index: 2001; }
    @media (min-width: 769px) {
      .home-page-carousel .overlay-text {
        opacity: 0;
        transform: matrix(1, 0, 0, 1, 0, 20);
        transition: all 100ms ease-in-out;
        -moz-transition: all 100ms ease-in-out;
        -webkit-transition: all 100ms ease-in-out; } }
    @media (max-width: 768px) {
      .home-page-carousel .overlay-text {
        display: none; } }
    .home-page-carousel .overlay-text .overlay-title {
      font-size: 1.5em;
      font-weight: 900;
      letter-spacing: 1.1px;
      margin: 0; }
  .home-page-carousel .overlay-category {
    font-family: "canada-type-gibson", sans-serif;
    margin-top: 0.1em;
    font-size: 0.9em; }
  .home-page-carousel .scrim {
    position: absolute;
    top: -200%;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    opacity: 1;
    background: -moz-linear-gradient(bottom, rgba(76, 76, 76, 0) 0%, rgba(19, 19, 19, 0.7) 100%);
    background: -webkit-linear-gradient(bottom, rgba(76, 76, 76, 0) 0%, rgba(19, 19, 19, 0.7) 100%);
    background: linear-gradient(to top, rgba(76, 76, 76, 0) 0%, rgba(19, 19, 19, 0.7) 100%); }
    @media (min-width: 769px) {
      .home-page-carousel .scrim {
        top: 0;
        opacity: 0;
        transition: opacity 100ms ease-in-out;
        -moz-transition: opacity 100ms ease-in-out;
        -webkit-transition: opacity 100ms ease-in-out; } }
  @media (min-width: 769px) {
    .home-page-carousel:hover .scrim, .home-page-carousel :focus .scrim {
      opacity: 1; } }
  @media (min-width: 769px) {
    .home-page-carousel:hover .overlay-text, .home-page-carousel :focus .overlay-text {
      opacity: 1;
      transform: matrix(1, 0, 0, 1, 0, 0); } }

.splash-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.svg-splash {
  max-width: 80%;
  position: relative;
  top: 45%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 auto; }

.single-projects .margin-top {
  margin-top: 3rem; }
  @media (min-width: 769px) {
    .single-projects .margin-top {
      margin-top: 4em; } }
  @media (min-width: 769px) {
    .single-projects .margin-top .owl-prev, .single-projects .margin-top .owl-next {
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      transform: translateY(-50%); } }
  .single-projects .margin-top .hash-nav {
    position: relative; }
  .single-projects .margin-top .hash-nav .owl-prev,
  .single-projects .margin-top .hash-nav .owl-next {
    width: 2em;
    top: 1.7em;
    position: absolute; }
  .single-projects .margin-top .hash-nav .owl-prev {
    left: 2em; }
  .single-projects .margin-top .hash-nav .owl-next {
    right: 2em; }

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