/*!
 */

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

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

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

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

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

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

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

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

td,
th {
  padding: 0;
}

/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url("fonts/flexslider-icon.eot");
  src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none;
}

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
  width: 100%;
  display: block;
}

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.no-js .flexslider .slides > li:first-child {
  display: block;
}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
/* --  Colors  --  */
/* --  Fonts  --  */
@font-face {
  font-family: 'GalaxiePolarisBook';
  src: url("../fonts/Polaris-Book.eot.eot");
  src: url("../fonts/Polaris-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/Polaris-Book.woff") format("woff"), url("../fonts/Polaris-Book.svg#GalaxiePolarisBook") format("svg");
}
@font-face {
  font-family: "Circular-Book";
  src: url("../fonts/lineto-circular-book.eot");
  src: url("../fonts/lineto-circular-book.eot?#iefix") format("embedded-opentype"), url("../fonts/lineto-circular-book.woff") format("woff"), url("../fonts/lineto-circular-book.ttf") format("truetype"), url("../fonts/lineto-circular-book.svg#lineto-circular-book") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Circular-Medium";
  src: url("../fonts/lineto-circular-medium.eot");
  src: url("../fonts/lineto-circular-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/lineto-circular-medium.woff") format("woff"), url("../fonts/lineto-circular-medium.ttf") format("truetype"), url("../fonts/lineto-circular-medium.svg#lineto-circular-medium") format("svg");
  font-weight: normal;
  font-style: normal;
}
body, button, input, textarea, .description strong {
  font-family: "Circular-Book", sans-serif;
  font-weight: normal;
  font-style: normal;
}

/* --  Utility  --  */
.team .title, .grid {
  *zoom: 1;
}
.team .title:before, .grid:before {
  content: " ";
  display: table;
}
.team .title:after, .grid:after {
  clear: both;
  content: " ";
  display: table;
}

/* --  General  -- */
html, body {
  margin: 0;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background-color: #f8f8fc; /*#171719;*/
  color: #7f7f85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.8;
}

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

img, picture, video, object {
  max-width: 100%;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  color: #f8f8fc;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 0;
}

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

a[href^=tel] {
  color: inherit;
  text-decoration: none;
}

p, ul, ol, dl {
  margin-top: 0;
}
p:last-child, ul:last-child, ol:last-child, dl:last-child {
  margin-bottom: 0;
}

.primary-nav a, .studio .primary-nav a, .team .title h2, .team .title h3, .site-header .aside-region a.abbr {
  text-decoration: none;
  /*background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #817b7b));
  background-image: -webkit-linear-gradient(top, transparent 50%, #817b7b 50%);
  background-image: linear-gradient(to bottom, transparent 50%, #817b7b 50%);
  background-repeat: repeat-x;
  background-size: 2px 2px;
  background-position: 0 19px;
  background-position: 0 1.3em;*/
}

.masthead .container {
  padding: 0 0 0 1rem;
}
@media only all and (min-width: 40em) {
  .masthead .container {
    padding: 0 0 0 2rem;
  }
}
@media only all and (min-width: 60em) {
  .masthead .container {
    padding: 0 0 0 3rem;
  }
}
.masthead .contents, .masthead .masthead-contents {
  color: #f8f8fc;
  font-size: 2em;
  line-height: 1.2;
}

.offset.container {
  padding: 0 0 0 1rem;
}
@media only all and (min-width: 40em) {
  .offset.container {
    padding: 0 0 0 2rem;
  }
}
@media only all and (min-width: 60em) {
  .offset.container {
    padding: 0 0 0 3rem;
  }
}
@media only all and (min-width: 80em) {
  .offset.container {
    padding: 0 0 0 3rem;
  }
}

.inner {
  /*padding: 0 1rem 0 0;*/
}
@media only all and (min-width: 40em) {
  .inner {
    /*padding: 0 2rem 0 0;*/
  }
}
@media only all and (min-width: 60em) {
  .inner {
    /*padding: 0 3rem 0 0;*/
  }
}
@media only all and (min-width: 80em) {
  .inner {
    /*padding: 0 4rem 0 0;*/
  }
}

.masthead--studio .outer-contents {
  position: relative;
}
.masthead--studio .masthead-contents {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 2em;
  line-height: 1.5;
}
@media only all and (min-width: 40em) {
  .masthead--studio .masthead-contents {
    font-size: 3.45em;
  }
}
@media only all and (min-width: 60em) {
  .masthead--studio .masthead-contents {
    font-size: 4.5em;
  }
}
@media only all and (min-width: 80em) {
  .masthead--studio .masthead-contents {
    font-size: 5.25em;
  }
}
@media only all and (min-width: 100em) {
  .masthead--studio .masthead-contents {
    font-size: 6em;
  }
}
.masthead--studio .container {
  padding: 0 1rem 0 1rem;
}
@media only all and (min-width: 40em) {
  .masthead--studio .container {
    padding: 0 2rem 0 2rem;
  }
}
@media only all and (min-width: 60em) {
  .masthead--studio .container {
    padding: 0 3rem 0 3rem;
  }
}

.container {
  padding: 0 1rem 0 1rem;
}
@media only all and (min-width: 40em) {
  .container {
    padding: 0 2rem 0 2rem;
  }
}
@media only all and (min-width: 60em) {
  .container {
    padding: 0 3rem 0 3rem;
  }
}
@media only all and (min-width: 80em) {
  .container {
    padding: 0 4rem 0 4rem;
  }
}

.content-section .contents {
  position: relative;
}
.content-section .contents:after {
  background-color: #d7d7da;
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  width: 100%;
  bottom: 0;
}
@media only all and (min-width: 40em) {
  .content-section .contents:after {
   /* width: -webkit-calc(100% - 2rem);
    width: calc(100% - 2rem);*/
  }
}
@media only all and (min-width: 60em) {
  .content-section .contents:after {
    /*width: -webkit-calc(100% - 3rem);
    width: calc(100% - 3rem);*/
  }
}
@media only all and (min-width: 80em) {
  .content-section .contents:after {
    /*width: -webkit-calc(100% - 4rem);
    width: calc(100% - 4rem);*/
  }
}

@media only all and (min-width: 95em) {
  .masthead .container {
    padding-right: 3rem;
  }
}
.site {
  font-size: 0.9375em;
}

.site-internals {
  margin: 0 auto;
}
@media only all and (min-width: 60em) {
  .site-internals {
    overflow: visible;
  }
}

.site-header {
  color: #171719;
  padding: 0;
  z-index: 99;
}

.identity {
  margin-bottom: 1rem;
  width: 8em;
}
.identity .word {
  display: inline-block;
}

.primary-nav {
  font-size: 1.3em;
}
.primary-nav a, .primary-nav span {
  display: inline-block;
  text-decoration: none;
}
.primary-nav a:first-child, .primary-nav span:first-child {
  margin-left: 0;
}
.primary-nav a:hover, .primary-nav a:focus, .primary-nav a:active, .primary-nav a.active, .primary-nav span:hover, .primary-nav span:focus, .primary-nav span:active, .primary-nav span.active {
  background-image: none !important;
  background-size: 0 0 !important;
}
.primary-nav a.current, .primary-nav span.current {
  color: #9e9ea6;
  text-decoration: line-through;
}
.primary-nav a.current:hover, .primary-nav a.current:focus, .primary-nav a.current:active, .primary-nav a.current.active, .primary-nav span.current:hover, .primary-nav span.current:focus, .primary-nav span.current:active, .primary-nav span.current.active {
  background-image: none;
}
.primary-nav a {
  /*background-size: 4px 4px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #f8f8fc));
  background-image: -webkit-linear-gradient(top, transparent 50%, #f8f8fc 50%);
  background-image: linear-gradient(to bottom, transparent 50%, #f8f8fc 50%);
  background-position: 0 1.4em;*/
}
@media only all and (min-width: 40em) {
  .primary-nav {
    font-size: 1.45em;
  }
}
@media only all and (min-width: 60em) {
  .primary-nav {
    font-size: 1.6em;
  }
}
@media only all and (min-width: 80em) {
  .primary-nav {
    font-size: 2em;
  }
}

.studio .primary-nav a {
  background-size: 4px 4px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #f8f8fc));
  background-image: -webkit-linear-gradient(top, transparent 50%, #f8f8fc 50%);
  background-image: linear-gradient(to bottom, transparent 50%, #f8f8fc 50%);
  background-position: 0 1.4em;
}

.masthead img {
  display: block;
  width: 100%;
}

.site-header .content-section .contents, .site-header .content-section .aside {
  padding: 2rem 0;
}
.site-header .content-section .contents:after, .site-header .content-section .aside:after {
  background-color: #8a8a8c;
}
@media only all and (min-width: 40em) {
  .site-header .content-section .contents, .site-header .content-section .aside {
    padding: 2.75rem 0;
  }
}
@media only all and (min-width: 60em) {
  .site-header .content-section .contents, .site-header .content-section .aside {
    padding: 3.25rem 0;
  }
}
.site-header .content-section .aside:after {
  background-color: #8a8a8c;
}

.site.home .site-header .content-section .aside:after {
  display: none;
}
.site.home .site-header .content-section .contents:before, .site.home .site-header .content-section .contents:after {
  display: none;
}
.site.home .content-section .contents:after, .site.home .content-section .aside:after {
  background-color: #8a8a8c;
}
.site.home .content-section .aside:after {
  background-color: #8a8a8c;
}
.site.studio .site-header .content-section .aside:after {
  background-color: #4a4a4c;
  display: none;
}
.site.studio .site-header .content-section .contents:before {
  background-color: #4a4a4c;
  content: '';
  display: block;
  display: none;
  height: 1px;
  position: absolute;
  width: -webkit-calc(100% - 1rem);
  width: calc(100% - 1rem);
  bottom: 0;
}
@media only all and (min-width: 40em) {
  .site.studio .site-header .content-section .contents:before {
    width: -webkit-calc(100% - 2rem);
    width: calc(100% - 2rem);
  }
}
@media only all and (min-width: 60em) {
  .site.studio .site-header .content-section .contents:before {
    width: -webkit-calc(100% - 3rem);
    width: calc(100% - 3rem);
  }
}
@media only all and (min-width: 80em) {
  .site.studio .site-header .content-section .contents:before {
    width: -webkit-calc(100% - 4rem);
    width: calc(100% - 4rem);
  }
}
.site.studio .main .content-section .aside:after {
  background-color: #4a4a4c;
}
.site.studio .main .content-section:last-child .aside:after {
  background-color: transparent;
}
.site.studio .site-footer .content-section .contents:before {
  background-color: #4a4a4c;
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  width: -webkit-calc(100% - 1rem);
  width: calc(100% - 1rem);
  top: 0;
}
@media only all and (min-width: 40em) {
  .site.studio .site-footer .content-section .contents:before {
    width: -webkit-calc(100% - 2rem);
    width: calc(100% - 2rem);
  }
}
@media only all and (min-width: 60em) {
  .site.studio .site-footer .content-section .contents:before {
    width: -webkit-calc(100% - 3rem);
    width: calc(100% - 3rem);
  }
}
@media only all and (min-width: 80em) {
  .site.studio .site-footer .content-section .contents:before {
    width: -webkit-calc(100% - 4rem);
    width: calc(100% - 4rem);
  }
}
.site.studio .site-footer .content-section .contents:after {
  display: none;
}
.site.studio .site-footer .content-section .aside:before {
  background-color: #4a4a4c;
  content: '';
  display: block;
  height: 1px;
  max-width: 4rem;
  position: absolute;
  width: 100%;
  top: 0;
}
.site.studio .site-footer .content-section .aside:after {
  display: none;
}
.site.design .site-header .content-section .aside:after {
  background-color: #d7d7da;
  display: none;
}
.site.design .site-header .content-section .contents:before {
  background-color: #d7d7da;
  content: '';
  display: block;
  display: none;
  height: 1px;
  position: absolute;
  width: -webkit-calc(100% - 1rem);
  width: calc(100% - 1rem);
  bottom: 0;
}
@media only all and (min-width: 40em) {
  .site.design .site-header .content-section .contents:before {
    width: -webkit-calc(100% - 2rem);
    width: calc(100% - 2rem);
  }
}
@media only all and (min-width: 60em) {
  .site.design .site-header .content-section .contents:before {
    width: -webkit-calc(100% - 3rem);
    width: calc(100% - 3rem);
  }
}
@media only all and (min-width: 80em) {
  .site.design .site-header .content-section .contents:before {
    width: -webkit-calc(100% - 4rem);
    width: calc(100% - 4rem);
  }
}
.site.design .site-header .content-section .contents:after {
  display: none;
}
.site.design .site-footer .content-section .contents:before {
  background-color: #d0d0d4;
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  width: 100%;
  top: 0;
}
@media only all and (min-width: 40em) {
  .site.design .site-footer .content-section .contents:before {
    /*width: -webkit-calc(100% - 2rem);
    width: calc(100% - 2rem);*/
  }
}
@media only all and (min-width: 60em) {
  .site.design .site-footer .content-section .contents:before {
    /*width: -webkit-calc(100% - 3rem);
    width: calc(100% - 3rem);*/
  }
}
@media only all and (min-width: 80em) {
  .site.design .site-footer .content-section .contents:before {
    /*width: -webkit-calc(100% - 4rem);
    width: calc(100% - 4rem);*/
  }
}
.site.design .site-footer .content-section .contents:after {
  display: none;
}
.site.design .site-footer .content-section .aside:before {
  background-color: #d0d0d4;
  content: '';
  display: block;
  height: 1px;
  max-width: 4rem;
  position: absolute;
  width: 100%;
  top: 0;
}
.site.design .site-footer .content-section .aside:after {
  display: none;
}

.content-section {
  margin-bottom: 11%;
  width: 100%;
}
.content-section .aside {
  margin-bottom: 2rem;
  position: relative;
  padding: 2rem 0;
}
@media only all and (min-width: 25em) {
  .content-section .aside {
    padding: 2rem 0 4rem 0;
  }
}
@media only all and (min-width: 40em) {
  .content-section .aside {
    padding: 2rem 0 4rem 0;
  }
}
@media only all and (min-width: 60em) {
  .content-section .aside {
    padding: 3rem 0 5rem 0;
  }
}
@media only all and (min-width: 80em) {
  .content-section .aside {
    padding: 3rem 0 5rem 0;
  }
}
@media only all and (min-width: 100em) {
  .content-section .aside {
    padding: 3rem 0 5rem 0;
  }
}
@media only all and (min-width: 120em) {
  .content-section .aside {
    padding: 3rem 0 6rem 0;
  }
}
@media only all and (min-width: 140em) {
  .content-section .aside {
    padding: 3rem 0 6rem 0;
  }
}
.content-section .contents {
  padding: 2rem 0;
}
@media only all and (min-width: 25em) {
  .content-section .contents {
    padding: 2rem 0 4rem 0;
  }
}
@media only all and (min-width: 40em) {
  .content-section .contents {
    padding: 2rem 0 4rem 0;
  }
}
@media only all and (min-width: 60em) {
  .content-section .contents {
    padding: 3rem 0 5rem 0;
  }
}
@media only all and (min-width: 80em) {
  .content-section .contents {
    padding: 3rem 0 5rem 0;
  }
}
@media only all and (min-width: 100em) {
  .content-section .contents {
    padding: 3rem 0 5rem 0;
  }
}
@media only all and (min-width: 120em) {
  .content-section .contents {
    padding: 3rem 0 6rem 0;
  }
}
@media only all and (min-width: 140em) {
  .content-section .contents {
    padding: 3rem 0 6rem 0;
  }
}
.content-section .header-img {
  border-bottom: 1px solid #d7d7da;
  margin-bottom: 3rem;
  max-width: 4rem;
}
.content-section .header-img img {
  display: block;
  margin: 0 auto 3rem;
}
.content-section.initial .aside, .content-section.initial .contents {
  border-bottom: 0;
}
.content-section.initial .aside:after, .content-section.initial .contents:after {
  display: none;
}
.content-section.border-top .aside:after, .content-section.border-top .contents:after {
  bottom: auto;
  top: 0;
}
.content-section.pagination .contents, .content-section.pagination .aside {
  padding: 5% 0;
}
.content-section .title {
  margin-bottom: 1.5rem;
}
.content-section .block {
  margin-bottom: 2rem;
}
.content-section .block:last-child {
  margin-bottom: 0;
}
@media only all and (min-width: 60em) {
  .content-section .block {
    margin-bottom: 0;
  }
}
@media only all and (min-width: 15em) {
  .content-section {
    display: table;
    margin-bottom: 0;
    width: 100%;
  }
  .content-section .container {
    display: table;
    width: 100%;
  }
  .content-section .aside {
    display: table-cell;
    width: 30%;
    vertical-align: top;
  }
  .content-section .aside:after {
    background-color: #d7d7da;
    content: '';
    display: block;
    height: 1px;
    max-width: 4rem;
    position: absolute;
    width: 100%;
    bottom: 0;
  }
  .content-section .contents {
    display: table-cell;
    position: relative;
    vertical-align: top;
  }
  .content-section h1.turned, .content-section h2.turned {
    display: inline-block;
    -webkit-transform-origin: left top 0;
        -ms-transform-origin: left top 0;
            transform-origin: left top 0;
    -webkit-transform: rotate(-90deg) translateX(-100%);
        -ms-transform: rotate(-90deg) translateX(-100%);
            transform: rotate(-90deg) translateX(-100%);
    font-size: 0.75em;
    letter-spacing: 3px;
    padding: 27px 0 0;
    text-transform: uppercase;
    white-space: nowrap;
  }
}
@media only all and (min-width: 60em) {
  .content-section .blocks .block {
    float: left;
    width: 45%;
  }
  .content-section .blocks .block:first-child {
    margin-right: 10%;
  }
}

.site-footer {
  font-size: 0.8125em;
}
.site-footer .content-section .contents {
  border-bottom: 0;
}
.site-footer .content-section .aside:after {
  display: none;
}
@media only all and (min-width: 33em) {
  .site-footer .cells {
    display: table;
    width: 100%;
  }
  .site-footer .cell {
    display: table-cell;
    vertical-align: middle;
  }
  .site-footer .cell--info {
    padding-left: 3%;
    text-align: center;
  }
  .site-footer .info {
    display: inline-block;
    margin: 0 0 0 2rem;
    vertical-align: middle;
  }
}
@media only all and (min-width: 60em) {
  .site-footer .cell--info {
    text-align: right;
  }
}

.status {
  margin-bottom: 2rem;
}
.status .text {
  display: inline-block;
  text-decoration: underline;
}

.info {
  display: block;
  margin: 0 0 0.25rem;
}
.info--email a:hover, .info--email a:focus, .info--email a:active {
  border-bottom: 1px solid;
}
.info--tel a {
  cursor: default;
}

.portfolio .flex-direction-nav {
  margin: 2em 0 0;
}

.portfolio-piece .slider-block .contents {
  padding-top: 0;
}
@media only all and (min-width: 40em) {
  .portfolio-piece .slider-block .aside {
    display: table-cell;
  }
}

.slides li {
  position: relative;
}
.slides li .content {
  background-color: rgba(0, 0, 0, 0.5);
  color: #f8f8fc;
  font-size: 0.9375em;
  padding: 0.75em 2em;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: 500ms;
          transition: 500ms;
  transform-property: opacity, transform;
  opacity: 0;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}
@media only all and (min-width: 40em) {
  .slides li .content {
    font-size: 1.2em;
  }
}
@media only all and (min-width: 60em) {
  .slides li .content {
    font-size: 1.4em;
  }
}
.slides li.active-slide .content {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.team .block {
  margin-bottom: 3rem;
}
@media only all and (min-width: 40em) {
  .team .block {
    margin-bottom: 4rem;
  }
}
@media only all and (min-width: 60em) {
  .team .block {
    margin-bottom: 5rem;
  }
}
.team .block:last-child {
  margin-bottom: 0;
}
.team .title h2, .team .title h3 {
  display: inline-block;
  margin-right: 2.5em;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #f8f8fc));
  background-image: -webkit-linear-gradient(top, transparent 50%, #f8f8fc 50%);
  background-image: linear-gradient(to bottom, transparent 50%, #f8f8fc 50%);
  background-repeat: repeat-x;
  background-size: 4px 4px;
  background-position: 0 1.35em;
}
.team .role {
  font-size: 80%;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.team .content {
  display: table;
  width: 100%;
}
.team .meta {
  margin-bottom: 1em;
}

@media only all and (min-width: 60em) {
  .team .content {
    display: table;
    width: 100%;
  }
  .team .meta {
    display: table-cell;
    margin: 0;
    vertical-align: top;
    width: 280px;
  }
  .team .text {
    display: table-cell;
    vertical-align: top;
  }
}
.trigger {
  cursor: pointer;
  display: none;
  float: right;
}

.primary-nav {
  clear: both;
}

.statement-section .aside {
  position: relative;
}

.europa {
  position: absolute;
  bottom: -10rem;
  left: -15rem;
  max-width: 940px;
  width: 20em;
  z-index: -1;
  -webkit-transition: 3s;
          transition: 3s;
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-filter: blur(5px);
          filter: blur(5px);
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
          transform: scale(0.95);
}
.europa.focused {
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.overlay {
  /*background-color: #171719;*/
  -webkit-box-flex: 0;
  -webkit-flex: 0;
      -ms-flex: 0;
          flex: 0;
  position: relative;
  padding-top: 10%;
  font-size: 1.6em;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 0;
}
.overlay .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
@media only all and (min-width: 40em) {
  .overlay {
    font-size: 2.1em;
  }
}
@media only all and (min-width: 60em) {
  .overlay {
    font-size: 2.6em;
  }
}
@media only all and (min-width: 80em) {
  .overlay {
    font-size: 3em;
  }
}

.intro-text {
  color: #f8f8fc;
  font-size: 1.6em;
}

.buffer {
  min-height: 100vh;
  width: 100%;
}

.site {
  position: relative;
  z-index: 2;
}
.site.home .site-header {
  color: #f8f8fc;
}
.site.design {
  background-color: #f8f8fc;
  color: #171719;
  color: #7f7f85;
   margin: 0 auto;
    max-width: 1510px;
}

.site.matt {max-width: 1510px; margin: 0 auto;}


.site.design .aside h1, .site.design .aside h2, .site.design .aside h3, .site.design .aside h4, .site.design .aside h5, .site.design .aside h6 {
  color: #a9a9b1;
}
.site.design h1, .site.design h2, .site.design h3, .site.design h4, .site.design h5, .site.design h6 {
  color: #171719;
  color: #a9a9b1;
}
.site.design .site-header {
  color: #171719;
}
.site.design .status .text {
  color: #171719;
}
.site.design .site-header .aside-region a.abbr {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #171719));
  background-image: -webkit-linear-gradient(top, transparent 50%, #171719 50%);
  background-image: linear-gradient(to bottom, transparent 50%, #171719 50%);
}
.site.design .cta {
  border-color: #d7d7da;
  position: relative;
}
.site.design .title h1, .site.design .title h2, .site.design .title h3, .site.design .title h4, .site.design .title h5, .site.design .title h6 {
  color: #171719;
}
.site.design .primary-nav a {
 
}
.site.design h1, .site.design h2, .site.design h3, .site.design h4, .site.design h5, .site.design h6 {
  color: #7f7f85;
}
.site.studio {
  background-color: #171719;
}
.site.studio .cta {
  border-color: #4a4a4c;
  color: #f8f8fc;
}
.site.studio .site-header {
  color: #f8f8fc;
}
.site.studio .status .text {
  color: #f8f8fc;
}
.site.studio .content-section .contents:after {
  background-color: #4a4a4c;
}
.site.studio .content-section:last-child .contents:after {
  display: none;
}

.bg-video {
  height: auto;
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: auto;
  z-index: -100;
  opacity: 0.5;
  background: transparent url(../img/apollo.gif) no-repeat 80% bottom;
  background-size: cover;
}

.statement-section {
  color: #7f7f85;
  font-size: 1.4em;
  line-height: 1.6;
}
@media only all and (min-width: 25em) {
  .statement-section {
    font-size: 1.6em;
  }
}
@media only all and (min-width: 40em) {
  .statement-section {
    font-size: 2.2em;
  }
}
@media only all and (min-width: 60em) {
  .statement-section {
    font-size: 2.8em;
  }
}
@media only all and (min-width: 80em) {
  .statement-section {
    font-size: 3.3em;
  }
}

.site.studio .statement-section {
  color: #f8f8fc;
}

.site.design .statement-section {
  color: #7f7f85;
}

.aside-region {
  max-width: 4rem;
  text-align: center;
}

.site-header .aside-region a.abbr {
  display: inline-block;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #f8f8fc));
  background-image: -webkit-linear-gradient(top, transparent 50%, #f8f8fc 50%);
  background-image: linear-gradient(to bottom, transparent 50%, #f8f8fc 50%);
  background-repeat: repeat-x;
  background-size: 4px 4px;
  background-position: 0 1.35em;
}
.site-header .aside-region a.abbr:hover, .site-header .aside-region a.abbr:focus, .site-header .aside-region a.abbr:active {
  background-size: 0 0;
}
.site-header .primary-nav .link-left {
  float: left;
}
.site-header .primary-nav .link-right {
  float: right;
}
.site-header .content-section .aside, .site-header .content-section .contents {
  vertical-align: middle;
}

.portfolio {
  margin-bottom: 1rem;
  position: relative;
}
@media only all and (min-width: 40em) {
  .portfolio {
    margin-bottom: 3rem;
  }
}
.portfolio .flex-direction-nav {
  background-color: white;
  font-size: 1.6rem;
  line-height: 1;
  position: absolute;
  left: 1.5rem;
  left: 0;
  bottom: 1.5rem;
}
.portfolio .flex-direction-nav li {
  display: inline-block;
}
.portfolio .flex-direction-nav li a {
  display: block;
  padding: 1rem 1.5rem;
}
.portfolio:last-child {
  margin-bottom: 0;
}

.fade {
  opacity: 0;
  -webkit-transform: translateY(8px);
      -ms-transform: translateY(8px);
          transform: translateY(8px);
  -webkit-transition: 500ms;
          transition: 500ms;
}
.fade.active {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.intro-text {
  position: relative;
}
.intro-text p {
  margin: 0;
}

.typing {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.flex-direction-nav {
  color: #171719;
}

.typed-cursor {
  display: none;
}

.grid {
  margin-bottom: 3em;
  margin-top: 2%;
}
.grid .grid-cell {
  margin-bottom: 1rem;
}
@media only all and (min-width: 25em) {
  .grid .grid-cell {
    float: left;
    margin-bottom: 4%;
    margin-right: 4%;
    width: 48%;
  }
  .grid .grid-cell:nth-child(odd) {
    margin-right: 4%;
  }
  .grid .grid-cell:nth-child(even) {
    margin-right: 0;
  }
  .grid .grid-cell:nth-child(2n+1) {
    clear: both;
  }
}
@media only all and (min-width: 40em) {
  .grid .grid-cell {
    margin-bottom: 3%;
    margin-right: 3%;
    width: 31.33%;
    width: -webkit-calc(94%/3);
    width: calc(94%/3);
  }
  .grid .grid-cell:nth-child(odd) {
    margin-right: 3%;
  }
  .grid .grid-cell:nth-child(even) {
    margin-right: 3%;
  }
  .grid .grid-cell:nth-child(2n+1) {
    clear: none;
  }
  .grid .grid-cell:nth-child(3n) {
    margin-right: 0;
  }
  .grid .grid-cell:nth-child(3n+1) {
    clear: both;
  }
}
@media only all and (min-width: 60em) {
  .grid .grid-cell {
    margin-bottom: 2%;
    margin-right: 2%;
    width: 23.5%;
  }
  .grid .grid-cell:nth-child(odd) {
    margin-right: 2%;
  }
  .grid .grid-cell:nth-child(even) {
    margin-left: 0;
    margin-right: 2%;
  }
  .grid .grid-cell:nth-child(2n+1) {
    clear: none;
  }
  .grid .grid-cell:nth-child(3n+1) {
    clear: none;
  }
  .grid .grid-cell:nth-child(4n) {
    margin-right: 0;
  }
  .grid .grid-cell:nth-child(4n+1) {
    clear: both;
  }
}
.grid .grid-cell img {
  display: block;
  width: 100%;
}
@media only all and (min-width: 25em) {
  .grid {
    margin-bottom: -webkit-calc(5rem - 4%);
    margin-bottom: calc(5rem - 4%);
  }
}
@media only all and (min-width: 60em) {
  .grid {
    margin-bottom: -webkit-calc(5rem - 2.5%);
    margin-bottom: calc(5rem - 2.5%);
  }
}

.branding-section, .clients-section {
  font-size: 1.3em;
}

.cta {
  border: 1px solid;
  display: inline-block;
  padding: 1rem;
  text-align: center;
  -webkit-transition: 500ms;
          transition: 500ms;
  white-space: nowrap;
}

/* -- Page: Contact -- */
.form-field {
  margin-bottom: 1em;
  position: relative;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
  background-color: transparent !important;
  background-image: none;
  color: #f8f8fc;
}

.wpcf7-form {
  width: 100%;
}
.wpcf7-form br {
  display: none;
}
.wpcf7-form label {
  color: #f8f8fc;
  display: block;
  line-height: 1em;
  pointer-events: none;
  position: absolute;
  top: 1em;
  left: 1em;
  padding: 0 2px;
  -webkit-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out;
  white-space: nowrap;
  background-color: #232325;
  background: -webkit-gradient(linear, left top, left bottom, from(#232325), to(#232325));
  background: -webkit-linear-gradient(#232325, #232325);
  background: linear-gradient(#232325, #232325);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 5px;
  z-index: 2;
  white-space: nowrap;
  -webkit-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out;
}
.wpcf7-form label.raised {
  color: inherit;
  top: 1em;
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
  -webkit-transform: translate(0, -1.5em) scale(0.9, 0.9);
      -ms-transform: translate(0, -1.5em) scale(0.9, 0.9);
          transform: translate(0, -1.5em) scale(0.9, 0.9);
}
.wpcf7-form.invalid label, .wpcf7-form.failed label {
  color: inherit;
  top: 1em;
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
  -webkit-transform: translate(0, -1.5em) scale(0.9, 0.9);
      -ms-transform: translate(0, -1.5em) scale(0.9, 0.9);
          transform: translate(0, -1.5em) scale(0.9, 0.9);
}
.wpcf7-form fieldset {
  margin-bottom: 2em;
}
.wpcf7-form textarea {
  min-height: 16em;
  resize: vertical;
}
.wpcf7-form input[type="text"], .wpcf7-form input[type="email"] {
  height: 3em;
  resize: none;
  width: 100%;
}
.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form textarea {
  background-color: transparent;
  border: 1px solid #4a4a4c;
  border-radius: 0;
  color: #f8f8fc;
  outline: none;
  padding: 1em;
  -webkit-transition: .2s;
          transition: .2s;
  -webkit-transition-property: border;
          transition-property: border;
  width: 100%;
}
.wpcf7-form input[type="text"]:focus, .wpcf7-form input[type="email"]:focus, .wpcf7-form textarea:focus {
  border-color: #d0d0d4;
}
.wpcf7-form textarea {
  padding: 0.5em 1em;
}
.wpcf7-form .submit {
  background-color: transparent;
  border: 1px solid #4a4a4c;
  border-radius: 0;
  color: #f8f8fc;
  padding: 0.75em 1.25em;
  -webkit-transition: 500ms;
          transition: 500ms;
}
.wpcf7-form .submit:hover, .wpcf7-form .submit:focus, .wpcf7-form .submit:active {
  background-color: #f8f8fc;
  border-color: #f8f8fc;
  color: #171719;
}

@-webkit-keyframes whiteBlack {
  0%,
  24% {
    background: white;
  }

  25%,
  49% {
    background: rgba(0, 0, 0, 0.35);
  }

  50%,
  74% {
    background: white;
  }

  75%,
  100% {
    background: rgba(0, 0, 0, 0.35);
  }
}

@keyframes whiteBlack {
  0%,
  24% {
    background: white;
  }

  25%,
  49% {
    background: rgba(0, 0, 0, 0.35);
  }

  50%,
  74% {
    background: white;
  }

  75%,
  100% {
    background: rgba(0, 0, 0, 0.35);
  }
}
.btn {
  position: relative;
  display: inline-block;
  z-index: 1;
  outline: 0;
  cursor: pointer;
  line-height: normal;
}
.btn .hover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
}
.btn .hover span {
  position: relative;
  display: block;
  left: -15px;
  height: 10px;
  width: 0;
  content: '';
}
.btn .hover span:after {
  position: absolute;
  display: block;
  right: -10px;
  width: 10px;
  height: 10px;
  background: #f8f8fc;
  content: '';
}
.btn .hover span:nth-child(odd):after {
  background: rgba(23, 23, 25, 0.35);
}
.btn .hover span:first-child {
  left: -75px;
  -webkit-transition: all 0.3s steps(8);
          transition: all 0.3s steps(8);
}
.btn .hover span:nth-child(2) {
  left: -45px;
  -webkit-transition: all 0.325s steps(8);
          transition: all 0.325s steps(8);
}
.btn .hover span:nth-child(3) {
  left: -55px;
  -webkit-transition: all 0.35s steps(8);
          transition: all 0.35s steps(8);
}
.btn .hover span:nth-child(4) {
  -webkit-transition: all 0.4s steps(8);
          transition: all 0.4s steps(8);
}
.btn .hover span:nth-child(5) {
  left: -25px;
  -webkit-transition: all 0.375s steps(8);
          transition: all 0.375s steps(8);
}
.btn:hover {
  color: #f8f8fc;
}
.btn:hover, .btn:focus {
  color: #f8f8fc;
}
.btn:hover .hover span:first-child, .btn:focus .hover span:first-child {
  width: -webkit-calc(100% + 76px);
  width: calc(100% + 76px);
}
.btn:hover .hover span:first-child:after, .btn:focus .hover span:first-child:after {
  -webkit-animation: whiteBlack 0.3s 0s 1;
          animation: whiteBlack 0.3s 0s 1;
}
.btn:hover .hover span:nth-child(2), .btn:focus .hover span:nth-child(2) {
  width: -webkit-calc(100% + 46px);
  width: calc(100% + 46px);
  -webkit-transition: all 0.375s steps(8);
          transition: all 0.375s steps(8);
}
.btn:hover .hover span:nth-child(2):after, .btn:focus .hover span:nth-child(2):after {
  -webkit-animation: whiteBlack 0.3s 0.06s 1 reverse backwards;
          animation: whiteBlack 0.3s 0.06s 1 reverse backwards;
}
.btn:hover .hover span:nth-child(3), .btn:focus .hover span:nth-child(3) {
  width: -webkit-calc(100% + 56px);
  width: calc(100% + 56px);
  -webkit-transition: all 0.35s steps(8);
          transition: all 0.35s steps(8);
}
.btn:hover .hover span:nth-child(3):after, .btn:focus .hover span:nth-child(3):after {
  -webkit-animation: whiteBlack 0.3s 0.05s 1 forwards;
          animation: whiteBlack 0.3s 0.05s 1 forwards;
}
.btn:hover .hover span:nth-child(4), .btn:focus .hover span:nth-child(4) {
  width: -webkit-calc(100% + 16px);
  width: calc(100% + 16px);
  -webkit-transition: all 0.3s steps(8);
          transition: all 0.3s steps(8);
}
.btn:hover .hover span:nth-child(4):after, .btn:focus .hover span:nth-child(4):after {
  -webkit-animation: whiteBlack 0.3s 0s 1 reverse backwards;
          animation: whiteBlack 0.3s 0s 1 reverse backwards;
}
.btn:hover .hover span:nth-child(5), .btn:focus .hover span:nth-child(5) {
  width: -webkit-calc(100% + 26px);
  width: calc(100% + 26px);
  -webkit-transition: all 0.325s steps(8);
          transition: all 0.325s steps(8);
}
.btn:hover .hover span:nth-child(5):after, .btn:focus .hover span:nth-child(5):after {
  -webkit-animation: whiteBlack 0.3s 0.07s 1 forwards;
          animation: whiteBlack 0.3s 0.07s 1 forwards;
}
.btn.red span {
  background: #424242;
}
.btn.green {
  background: #2bdc33;
}
.btn.green span, .btn.green:after {
  background: #23b32a;
}
.btn.blue {
  background: #16bfff;
}
.btn.blue span, .btn.blue:after {
  background: #129acd;
}

.home-1 .initial {
  padding-top: 15%;
}
.home-1 .initial .intro-text {
  font-size: 1em;
}

.intro-text .pursuit {
  border-bottom: 1px solid #8a8a8c;
  margin-bottom: 1.75em;
  padding-bottom: 0.65em;
}

.pursuit {
  color: #f8f8fc;
  font-size: 1em;
}
@media only all and (min-width: 40em) {
  .pursuit {
    font-size: 1em;
  }
}
@media only all and (min-width: 60em) {
  .pursuit {
    font-size: 1.5em;
  }
}
@media only all and (min-width: 80em) {
  .pursuit {
    font-size: 2em;
  }
}

.us {
  font-size: 0.8725em;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.portfolio-info img {
  display: block;
  width: 100%;
}
.portfolio-info .contents {
  padding-bottom: 0;
}

.description {
  font-size: 1.2em;
}
.description strong {
  color: #171719;
}
@media only all and (min-width: 25em) {
  .description {
    font-size: 1.4em;
  }
}
@media only all and (min-width: 40em) {
  .description {
    font-size: 1.6em;
  }
}
@media only all and (min-width: 60em) {
  .description {
    font-size: 1.8em;
  }
}
@media only all and (min-width: 80em) {
  .description {
    font-size: 1.8em;
  }
}




@media only all and (min-width: 25em) {
  .content-section .block.barf {
    height: 190px;
  }
}
@media only all and (min-width: 40em) {
  .content-section .block.barf {
    height: 390px;
  }
}
@media only all and (min-width: 60em) {
  .content-section .block.barf {
    height: 590px;
  }
}
@media only all and (min-width: 80em) {
  .content-section .block.barf {
    height: 790px;
  }
}

.content-section .contents:first-of-type {padding-top:0;}



.port-block .slot {
  margin: 0 0 1.5em;
}
.port-block .slot:last-child {
  margin: 0;
}
.port-block .slot img {
  display: block;
  width: 100%;
}

.badge {
  display: block;
  width: 50px;
}

.home-2 .site-header .content-section .aside:after {
  content: '';
  display: block;
}
.home-2 .site-header .content-section .aside:before {
  background-color: #4a4a4c;
  content: '';
  display: block;
  height: 1px;
  max-width: 4rem;
  position: absolute;
  width: 100%;
  bottom: 0;
}

html {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  width: 100%;
}

body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.home-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.home-2 .site-internals {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.home-2 .main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.home-2 .main .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.home-2 .main .aside {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 3rem 0;
}
@media only all and (min-width: 40em) {
  .home-2 .main .aside {
    padding: 4.5rem 0;
  }
}
@media only all and (min-width: 60em) {
  .home-2 .main .aside {
    padding: 6rem 0;
  }
}
.home-2 .main .content-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.home-2 .main .content-section .contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 10%;
  padding-top: 3rem;
}
@media only all and (min-width: 40em) {
  .home-2 .main .content-section .contents {
    padding-top: 4.5rem;
  }
}
@media only all and (min-width: 60em) {
  .home-2 .main .content-section .contents {
    padding-bottom: 5%;
    padding-top: 6rem;
  }
}
.home-2 .main-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only all and (min-width: 15em) {
  .home-2 .main .content-section .aside {
    width: 30%;
  }
  .home-2 .main .content-section .contents {
    width: 70%;
  }
}

.contact-area {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  overflow: hidden;
  -webkit-transition: opacity 500ms;
          transition: opacity 500ms;
  opacity: 0;
  background: #232325 url(../img/contact-rocket.jpg) no-repeat bottom left;
}
.contact-area h2 {
  font-size: 1.6em;
  margin-bottom: 3em;
}
@media only all and (min-width: 40em) {
  .contact-area h2 {
    font-size: 2em;
  }
}
@media only all and (min-width: 60em) {
  .contact-area h2 {
    font-size: 2.4em;
  }
}
@media only all and (min-width: 80em) {
  .contact-area h2 {
    font-size: 2.8em;
  }
}
.contact-area .abbr {
  color: #f8f8fc;
}
.contact-area .container {
  padding-bottom: 2em;
  padding-top: 2em;
}
.contact-area .content-section {
  position: relative;
}
.contact-area .content-section .aside-region {
  border-bottom: 1px solid #4a4a4c;
  padding-bottom: 2rem;
}
@media only all and (min-width: 40em) {
  .contact-area .content-section .aside-region {
    padding-bottom: 4rem;
  }
}
@media only all and (min-width: 60em) {
  .contact-area .content-section .aside-region {
    padding-bottom: 5.25rem;
  }
}
.contact-area .content-section .aside .header {
  padding-top: 2rem;
}
@media only all and (min-width: 40em) {
  .contact-area .content-section .aside .header {
    padding-bottom: 4rem;
  }
}
@media only all and (min-width: 60em) {
  .contact-area .content-section .aside .header {
    padding-top: 5.25rem;
  }
}

.close {
  color: #f8f8fc;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  right: 1rem;
  top: 0;
  z-index: 1000;
}
@media only all and (min-width: 40em) {
  .close {
    right: 2rem;
  }
}
@media only all and (min-width: 60em) {
  .close {
    right: 3rem;
  }
}
@media only all and (min-width: 80em) {
  .close {
    right: 4rem;
  }
}

.site {
  -webkit-transition: opacity 500ms;
          transition: opacity 500ms;
}

body.overlay-active {
  overflow: hidden;
}
body.overlay-active .contact-area {
  opacity: 1;
  overflow-y: scroll;
  z-index: 100;
  -webkit-overflow-scrolling: touch;
}
body.overlay-active .site {
  opacity: 0;
}

.home .content-section .aside h1, .home .content-section .aside h2 {
  color: #4a4a4c;
}

::-moz-selection {
  background-color: #2f2f55;
}

::selection {
  background-color: #2f2f55;
}

.pagination a {
  display: block;
  max-width: 15em;
}
.pagination a:hover .title, .pagination a:focus .title, .pagination a:active .title {
  text-decoration: underline;
}
.pagination .prev {
  margin: 0 0 1em;
}
.pagination .direction {
  display: block;
  font-size: 0.8725em;
  margin-bottom: 0.25rem;
}
.pagination .title {
  color: #171719;
  display: block;
  line-height: 1.2;
}
@media only all and (min-width: 40em) {
  .pagination .next {
    float: right;
    text-align: right;
  }
  .pagination .prev {
    float: left;
    margin-bottom: 0;
  }
}

.close {
  border-bottom: 1px solid;
  font-size: 0.8725em;
  line-height: 1.2;
}
.close:hover, .close:focus, .close:active {
  border: 0;
  text-decoration: line-through;
}

.mark {
  display: inline-block;
  font-size: 0.9375em;
  margin-right: 4px;
}

.top {
  cursor: pointer;
  display: inline-block;
  margin: 0 0 0 1.5em;
}
.top:hover, .top:focus, .top:active {
  border-bottom: 1px solid;
}

.ginput_container {
  position: relative;
}

.gfield_required {
  display: none;
}

.gform_fields {
  list-style: none;
  margin: 0;
  padding: 0;
}

.project {
  display: block;
  position: relative;
}
.project img {
  display: block;
  margin: 0;
  max-width: none;
  width: 100%;
}

.link-contents {
  left: 0;
  /*padding: 1em;*/
  position: absolute;
  top: 0;
  width: 100%;
}
@media only all and (min-width: 40em) {
  .link-contents {
    /*padding: 2em;*/
  }
}

.site.design .project-title {
  color: #f8f8fc;
  font-size: 2em;
}

.project-title {
  float: left;
  line-height: 1.2;
  margin-right: 0;
  max-width: 50%;
}
@media only all and (min-width: 40em) {
  .project-title {
    font-size: 2.2em;
  }
}
@media only all and (min-width: 60em) {
  .project-title {
    font-size: 2.4em;
  }
}

.project-link {
  background: #f8f8fc;
  float: right;
  font-size: 1em;
  margin-left: 0;
  max-width: 50%;
  padding: 1em 2em;
  white-space: nowrap;
}

.portfolio-block .content-section .contents {
  padding-bottom: 0;
  padding-top: 1.5em;
}
.portfolio-block.last {
  margin-bottom: 3em;
}
.portfolio-block.last .content-section .aside:after, .portfolio-block.last .content-section .contents:after {
  display: none;
}
@media only all and (min-width: 40em) {
  .portfolio-block.last {
    margin-bottom: 4em;
  }
}

div.wpcf7-response-output {
  color: #f8f8fc;
  margin: 0 0 1em;
}

.wpcf7-form .form-field input, .wpcf7-form .form-field textarea {
  background-color: #232325;
}
.wpcf7-form .submit {
  background-color: #232325;
}
.wpcf7-form .wpcf7-mail-sent-ok {
  border: 0;
  padding: 0;
  font-size: 1.4em;
}
@media only all and (min-width: 25em) {
  .wpcf7-form .wpcf7-mail-sent-ok {
    font-size: 1.6em;
  }
}
@media only all and (min-width: 40em) {
  .wpcf7-form .wpcf7-mail-sent-ok {
    font-size: 2.0em;
  }
}
@media only all and (min-width: 60em) {
  .wpcf7-form .wpcf7-mail-sent-ok {
    font-size: 2.4em;
  }
}
@media only all and (min-width: 80em) {
  .wpcf7-form .wpcf7-mail-sent-ok {
    font-size: 2.8em;
  }
}
.wpcf7-form .wpcf7-validation-errors {
  border: 0;
  padding: 0;
  font-size: 1.4em;
  text-transform: uppercase;
  color: #ba5045;
}
.wpcf7-form.sent #contactFields, .wpcf7-form.sent .submit {
  display: none;
}
.wpcf7-form .wpcf7-not-valid {
  border-color: #ba5045 !important;
}
.wpcf7-form span.wpcf7-not-valid-tip {
  color: #ba5045;
  font-size: 0.875em;
}
.wpcf7-form div.wpcf7 img.ajax-loader {
  margin-left: 2em;
}

.social-link {
  -webkit-transition: 500ms;
          transition: 500ms;
}
.social-link:hover, .social-link:focus, .social-link:active {
  background-color: #f8f8fc;
  color: #171719;
}

.lost {
  color: #f8f8fc;
  font-size: 1.2em;
}
.lost a {
  text-decoration: underline;
}
@media only all and (min-width: 40em) {
  .lost {
    font-size: 1.4em;
  }
}

video::-webkit-media-controls {
  display: none !important;
}

.typing-container {
  position: relative;
}

.placeholder {
  visibility: hidden;
}
