@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }
  .slick-slide.slick-active.slick-center {
    opacity: 1; }
  @media screen and (min-width: 768px) {
    .slick-slide.slick-active {
      opacity: .4; } }

.slick-lightbox .slick-lightbox-inner .slick-lightbox-close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  height: 50px;
  width: 50px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: url("../images/lightbox-close.png");
  background: url("../images/lightbox-close.svg");
  background-size: 100%;
  color: transparent;
  padding: 0;
  border: none; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 44px;
  width: 44px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.7);
  color: transparent;
  top: 50%;
  margin-top: -39px;
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none; }
  @media screen and (min-width: 768px) {
    .slick-prev,
    .slick-next {
      height: 78px;
      width: 78px; } }

.slick-prev {
  background: url("../images/lightbox-arrow-left.svg") 50% 50% no-repeat rgba(0, 0, 0, 0.7);
  background-size: 26px;
  left: 0; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: 0; }
  .slick-prev:hover {
    background: url("../images/lightbox-arrow-left.svg") 50% 50% no-repeat black;
    background-size: 26px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  background: url("../images/lightbox-arrow-right.svg") 50% 50% no-repeat rgba(0, 0, 0, 0.7);
  background-size: 26px;
  right: 0; }
  [dir="rtl"] .slick-next {
    left: 0;
    right: auto; }
  .slick-next:hover {
    background: url("../images/lightbox-arrow-right.svg") 50% 50% no-repeat black;
    background-size: 26px; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/*! normalize.css v2.1.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

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

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 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 */ }

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

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

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

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

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

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

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

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

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

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * 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.
 */
img {
  border: 0; }

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

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

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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; }

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

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

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

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

/*
  Colors
*/
/*
  Base sizing
*/
/* 16 is a sensible base. Leave this value. */
/*
  Defaults
*/
/*
  Mixins
*/
/* GT Walsheim Web Regular */
@font-face {
  font-family: 'gt_walsheim_regular';
  src: url("../fonts/gt-walsheim-web.eot");
  src: url("../fonts/gt-walsheim-web.eot?#iefix") format("embedded-opentype"), url("../fonts/gt-walsheim-web.woff") format("woff"), url("../fonts/gt-walsheim-web.ttf") format("truetype"), url("../fonts/gt-walsheim-web.svg#gt_walsheim_regular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'gt_walsheim_regular_oblique';
  src: url("../fonts/gt-walsheim-regular-oblique-web.eot");
  src: url("../fonts/gt-walsheim-regular-oblique-web.eot?#iefix") format("embedded-opentype"), url("../fonts/gt-walsheim-regular-oblique-web.woff") format("woff"), url("../fonts/gt-walsheim-regular-oblique-web.ttf") format("truetype"), url("../fonts/gt-walsheim-regular-oblique-web.svg#gt_walsheim_regular_oblique") format("svg");
  font-weight: normal;
  font-style: normal; }
/* GT Walsheim Web Medium */
@font-face {
  font-family: 'gt_walsheim_medium';
  src: url("../fonts/gt-walsheim-medium-web.eot");
  src: url("../fonts/gt-walsheim-medium-web.eot?#iefix") format("embedded-opentype"), url("../fonts/gt-walsheim-medium-web.woff") format("woff"), url("../fonts/gt-walsheim-medium-web.ttf") format("truetype"), url("../fonts/gt-walsheim-medium-web.svg#gt_walsheim_medium") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'gt_walsheim_medium_oblique';
  src: url("../fonts/gt-walsheim-medium-oblique-web.eot");
  src: url("../fonts/gt-walsheim-medium-oblique-web.eot?#iefix") format("embedded-opentype"), url("../fonts/gt-walsheim-medium-oblique-web.woff") format("woff"), url("../fonts/gt-walsheim-medium-oblique-web.ttf") format("truetype"), url("../fonts/gt-walsheim-medium-oblique-web.svg#gt_walsheim_medium_oblique") format("svg");
  font-weight: normal;
  font-style: normal; }
/* GT Walsheim Web Bold */
@font-face {
  font-family: 'gt_walsheim_bold';
  src: url("../fonts/gt-walsheim-bold-web.eot");
  src: url("../fonts/gt-walsheim-bold-web.eot?#iefix") format("embedded-opentype"), url("../fonts/gt-walsheim-bold-web.woff") format("woff"), url("../fonts/gt-walsheim-bold-web.ttf") format("truetype"), url("../fonts/gt-walsheim-bold-web.svg#gt_walsheim_bold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'gt_walsheim_bold_oblique';
  src: url("../fonts/gt-walsheim-bold-oblique-web.eot");
  src: url("../fonts/gt-walsheim-bold-oblique-web.eot?#iefix") format("embedded-opentype"), url("../fonts/gt-walsheim-bold-oblique-web.woff") format("woff"), url("../fonts/gt-walsheim-bold-oblique-web.ttf") format("truetype"), url("../fonts/gt-walsheim-bold-oblique-web.svg#gt_walsheim_bold_oblique") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'gt_walsheim_black';
  src: url("../fonts/gt-walsheim-black-web.eot");
  src: url("../fonts/gt-walsheim-black-web.eot?#iefix") format("embedded-opentype"), url("../fonts/gt-walsheim-black-web.woff") format("woff"), url("../fonts/gt-walsheim-black-web.ttf") format("truetype"), url("../fonts/gt-walsheim-black-web.svg#gt_walsheim_bold_oblique") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'gt_walsheim_black_oblique';
  src: url("../fonts/gt-walsheim-black-oblique-web.eot");
  src: url("../fonts/gt-walsheim-black-oblique-web.eot?#iefix") format("embedded-opentype"), url("../fonts/gt-walsheim-black-oblique-web.woff") format("woff"), url("../fonts/gt-walsheim-black-oblique-web.ttf") format("truetype"), url("../fonts/gt-walsheim-black-oblique-web.svg#gt_walsheim_bold_oblique") format("svg");
  font-weight: normal;
  font-style: normal; }
html {
  -webkit-font-smoothing: antialiased; }

body {
  background: #fff;
  color: #000;
  font-family: gt_walsheim_regular;
  font-size: 16px; }

a {
  border-bottom: 2px solid #000;
  color: #000;
  text-decoration: none; }
  a:visited {
    color: #000; }
  a:hover {
    border-bottom: 2px solid #fd4239;
    color: #fd4239; }
  a[href^=tel] {
    border-bottom: none; }

h1, h2, h3, h4, h5, h6,
blockquote {
  line-height: 1.15; }

p,
ol, ul, dl {
  line-height: 1.4; }

i, em {
  font-family: 'gt_walsheim_regular_oblique'; }

b, strong {
  font-family: 'gt_walsheim_medium'; }

i b, em b,
i strong, em strong,
strong i, strong em,
b i, b em {
  font-family: 'gt_walsheim_bold_oblique'; }

#outer {
  margin: auto;
  position: relative;
  padding-top: 72px;
  width: 100%; }
  #outer img {
    max-width: 100%; }
  #outer .inner, #outer .wide {
    padding-left: 15px;
    padding-right: 15px; }
    #outer .inner.center, #outer .wide.center {
      margin-left: auto;
      margin-right: auto; }
    #outer .inner.extra-margin, #outer .wide.extra-margin {
      margin: 32px 0 33px 0; }
  @media screen and (min-width: 768px) {
    #outer {
      padding-top: 80px; }
      #outer .inner {
        padding-left: 49px;
        padding-right: 49px; }
        #outer .inner.extra-margin {
          margin: 0 0 45px 0; }
      #outer .wide {
        padding-left: 41px;
        padding-right: 41px;
        margin-bottom: 120px; }
        #outer .wide.no-margin {
          margin-bottom: 0; } }
  @media screen and (min-width: 1024px) {
    #outer .inner {
      padding-left: 98px;
      padding-right: 98px; } }

figure {
  margin-bottom: 30px; }
  figure > img {
    display: block;
    width: 100%; }
  figure.no-margin-desktop {
    margin-bottom: 68px; }
  figure.small-margin {
    margin-bottom: 15px; }
  figure figcaption {
    letter-spacing: 1px;
    font-size: .75em;
    text-transform: uppercase; }
  @media screen and (min-width: 768px) {
    figure {
      margin-bottom: 70px; }
      figure.no-margin-desktop {
        margin-bottom: 0; }
      figure.small-margin {
        margin-bottom: 8px; }
      figure.inner {
        margin-bottom: 22px; } }

.intro {
  margin-top: 30px; }
  .intro h1 {
    font-family: 'gt_walsheim_medium';
    font-size: 1.875em;
    margin: 0 auto 28px auto; }
  .intro h2 {
    font-family: 'gt_walsheim_medium';
    font-size: 1.6875em;
    margin: 0 auto 25px auto; }
  .intro h3 {
    font-family: 'gt_walsheim_medium';
    font-size: 1.125em;
    margin: 0 auto 5px auto; }
  .intro p {
    font-family: 'gt_walsheim_regular';
    font-size: 1.125em;
    margin: 0 0 30px 0;
    max-width: 782px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .intro p:first-of-type {
      margin: 0 0 30px 0; }
  .intro > div {
    border-bottom: 1px solid #e5e5e5; }
  @media screen and (min-width: 768px) {
    .intro {
      margin-top: 0;
      padding-top: 75px; }
      .intro h1 {
        font-size: 2.25em;
        margin: 0 auto 15px auto; }
      .intro p {
        font-size: 1.3125em;
        margin: 0 0 25px 0; }
        .intro p:first-of-type {
          margin: 0 0 30px 0; }
      .intro h3 {
        font-size: 1.3125em; }
      .intro.extra-padding div {
        padding-bottom: 29px; }
      .intro.extra-padding p:nth-child(3) {
        margin: 0 0 30px 0; } }

.content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .content:before, .content:after {
    content: "";
    display: table; }
  .content:after {
    clear: both; }
  .content {
    *zoom: 1; }
  .content h1 {
    font-family: 'gt_walsheim_medium';
    font-size: 1.875em;
    margin: 0 auto 28px auto; }
  .content h2 {
    font-family: 'gt_walsheim_medium';
    font-size: 1.3125em;
    margin: 25px auto 25px auto; }
  .content h3 {
    font-family: 'gt_walsheim_medium';
    font-size: 1.125em;
    margin: 25px auto 25px auto; }
  .content h4, .content h5, .content h6 {
    font-family: 'gt_walsheim_medium';
    font-size: 1em;
    margin: 25px auto 25px auto; }
  .content p {
    font-family: 'gt_walsheim_regular';
    font-size: 1.125em;
    margin: 0 0 30px 0; }
  .content ul, .content ol {
    margin: 0 0 30px 0;
    list-style: none;
    padding: 0;
    width: 100%; }
  .content blockquote {
    margin: 15px 15px 15px 15px; }
  .content img {
    display: block;
    max-width: 100%; }
  .content figure {
    margin: 0 0 30px 0;
    padding: 16px; }
  .content .detail {
    padding: 0 15px 0 15px; }
  .content dl {
    margin: 0; }
    .content dl:last-of-type {
      margin: 0  0 32px 0; }
  .content dt, .content dd {
    display: inline;
    font-family: 'gt_walsheim_regular';
    font-size: 1.125em;
    margin: 0;
    padding: 0; }
  .content dt {
    font-family: 'gt_walsheim_medium'; }
  .content .left.bottom {
    display: none; }
  .content .socials {
    font-size: 1.125em; }
    .content .socials ul li {
      padding-right: 10px;
      display: inline; }
  @media screen and (min-width: 768px) {
    .content {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .content h1 {
        font-family: 'gt_walsheim_medium';
        font-size: 2.25em;
        margin: 0 auto 15px auto; }
      .content h2 {
        font-size: 1.875em;
        margin: 0 auto 10px auto; }
      .content h3 {
        font-family: 'gt_walsheim_medium';
        font-size: 1.5em;
        margin: 0; }
      .content h4, .content h5, .content h6 {
        font-family: 'gt_walsheim_medium';
        font-size: 1.3125em;
        margin: 0; }
      .content p {
        font-size: 1.3125em;
        margin: 0 0 46px 0;
        max-width: 782px; }
      .content .detail {
        margin: 0 auto;
        max-width: 1060px;
        padding: 0 98px 0 98px; }
      .content dl:last-of-type {
        margin: 0  0 36px 0; }
      .content dt, .content dd {
        font-size: 1.3125em; }
      .content .left {
        float: none;
        width: 100%; }
      .content .right {
        float: none;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
      .content .left.bottom, .content .right.bottom {
        display: block;
        float: left;
        width: 30%; }
      .content .bottom {
        padding: 28px 0 0 0; }
      .content .socials {
        font-size: 1.3125em; }
        .content .socials.bottom {
          float: right; }
        .content .socials ul li {
          padding-right: 21px;
          display: inline; }
          .content .socials ul li:last-of-type {
            padding-right: 0; } }
  @media screen and (min-width: 1024px) {
    .content .left {
      float: left;
      padding-right: 30px;
      width: 30%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
    .content .right {
      float: right;
      width: 70%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; } }

.two-columns {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .two-columns:before, .two-columns:after {
    content: "";
    display: table; }
  .two-columns:after {
    clear: both; }
  .two-columns {
    *zoom: 1; }
  .two-columns .column {
    margin-bottom: 25px; }
  @media screen and (min-width: 768px) {
    .two-columns .column {
      float: left; } }

@media screen and (min-width: 768px) {
  .valign-bottom, .studio .approach .valign-bottom {
    padding-bottom: 0;
    position: absolute;
    top: 80%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    height: 150px; } }
@media screen and (min-width: 830px) {
  .valign-bottom, .studio .approach .valign-bottom {
    top: 83%; } }

.panel,
.post,
.work {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  .panel *,
  .post *,
  .work * {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  .panel a,
  .panel a:active,
  .panel a:link,
  .panel a:visited,
  .post a,
  .post a:active,
  .post a:link,
  .post a:visited,
  .work a,
  .work a:active,
  .work a:link,
  .work a:visited {
    border: none;
    color: #fff; }
    .panel a:hover,
    .panel a:active:hover,
    .panel a:link:hover,
    .panel a:visited:hover,
    .post a:hover,
    .post a:active:hover,
    .post a:link:hover,
    .post a:visited:hover,
    .work a:hover,
    .work a:active:hover,
    .work a:link:hover,
    .work a:visited:hover {
      border: none; }
  .panel.redorange,
  .post.redorange,
  .work.redorange {
    background-color: #fd4239;
    color: #fff; }
  .panel.darkgray,
  .post.darkgray,
  .work.darkgray {
    background-color: #1a1a1a;
    color: #fff; }
  .panel.blue,
  .post.blue,
  .work.blue {
    background-color: #0860ba;
    color: #fff; }
  .panel.black,
  .post.black,
  .work.black {
    background-color: #000;
    color: #fff; }
  .panel.purple,
  .post.purple,
  .work.purple {
    background-color: #580f8b;
    color: #fff; }
  .panel.purple .text,
  .post.purple .text,
  .work.purple .text {
    background-color: rgba(88, 15, 139, 0.7); }
  .panel.blue .text,
  .post.blue .text,
  .work.blue .text {
    background-color: rgba(8, 96, 186, 0.8); }
  .panel.redorange .text,
  .post.redorange .text,
  .work.redorange .text {
    background-color: rgba(253, 66, 57, 0.7); }
  .panel.black .text,
  .post.black .text,
  .work.black .text {
    background-color: rgba(0, 0, 0, 0.7); }

.column-row {
  background-color: #1a1a1a; }
  .column-row:before, .column-row:after {
    content: "";
    display: table; }
  .column-row:after {
    clear: both; }
  .column-row {
    *zoom: 1; }
  @media screen and (min-width: 768px) {
    .column-row .left {
      float: left;
      width: 50%; }
    .column-row .right {
      float: right;
      width: 50%; } }

.panel {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  color: #fff;
  overflow: hidden;
  padding: 0 0 36px 0;
  text-align: center; }
  .panel img {
    display: block;
    width: 100%; }
  .panel h1 {
    font-family: 'gt_walsheim_medium';
    font-size: 1.5em;
    margin: 13px auto 10px auto;
    width: 90%; }
  .panel p {
    font-family: 'gt_walsheim_regular';
    font-size: .9375em;
    margin: 0 auto 17px auto;
    max-width: 600px;
    width: 90%; }
  .panel a.more-link,
  .panel a.more-link:active,
  .panel a.more-link:link,
  .panel a.more-link:visited {
    border-bottom: 2px solid #fff;
    font-size: .9375em;
    text-decoration: none; }
    .panel a.more-link:hover,
    .panel a.more-link:active:hover,
    .panel a.more-link:link:hover,
    .panel a.more-link:visited:hover {
      border-bottom: none; }
  .panel.mission {
    height: 320px;
    padding: 14px 0 14px 0;
    text-align: left; }
    .panel.mission blockquote {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      font-family: 'gt_walsheim_medium';
      font-size: 1.6em;
      margin: 0;
      max-width: 380px;
      padding: 0 15px 0 15px;
      width: 85%; }
  @media screen and (min-width: 480px) {
    .panel.mission {
      height: 320px;
      max-width: none;
      text-align: left; }
      .panel.mission blockquote {
        font-family: 'gt_walsheim_medium';
        font-size: 2.25em;
        max-width: 643px;
        padding: 0 20px 0 20px;
        width: 95%; } }
  @media screen and (min-width: 768px) {
    .panel {
      padding: 0 0 55px 0; }
      .panel h1 {
        font-family: 'gt_walsheim_medium';
        font-size: 2.25em;
        margin: 33px auto 10px auto;
        width: 90%; }
      .panel p {
        font-family: 'gt_walsheim_regular';
        font-size: 1.5em;
        margin: 0 auto 30px auto;
        max-width: 600px;
        width: 90%; }
      .panel a.more-link,
      .panel a.more-link:active,
      .panel a.more-link:link,
      .panel a.more-link:visited {
        font-size: 1.5em; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    .panel h1 {
      font-size: 1.8125em; } }
  @media (min-width: 1025px) {
    .panel.mission {
      padding: 25px 0 25px 0; } }
  @media screen and (min-width: 1280px) {
    .panel h1 {
      font-size: 2.25em; }
    .panel.mission blockquote {
      font-size: 2.8125em; } }

.post,
.work {
  overflow: hidden;
  position: relative; }
  .post > a,
  .work > a {
    display: block; }
    .post > a div.image,
    .work > a div.image {
      position: relative;
      overflow: hidden;
      width: 100.1%;
      z-index: 0; }
      .post > a div.image img,
      .work > a div.image img {
        display: block;
        height: 100%;
        width: 100%;
        -webkit-transform: scale(1);
        transform: scale(1);
        transition: all 0.125s ease-in-out;
        -moz-transition: all 0.125s ease-in-out;
        -webkit-transition: all 0.125s ease-in-out; }
    .post > a div.text,
    .work > a div.text {
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 1; }
      .post > a div.text p,
      .work > a div.text p {
        width: 90%; }
        .post > a div.text p.link,
        .work > a div.text p.link {
          margin-top: 26px; }
          .post > a div.text p.link span,
          .work > a div.text p.link span {
            border-bottom: 2px solid #fff;
            display: inline-block; }
  @media screen and (min-width: 768px) {
    .post > a div.text,
    .work > a div.text {
      height: 100%; }
    .post .valign,
    .work .valign {
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); } }

.panel .media > div,
.work-detail .media > div {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden; }
  .panel .media > div.full-bleed,
  .work-detail .media > div.full-bleed {
    max-width: none; }
.panel .media img,
.work-detail .media img {
  display: block;
  position: relative;
  width: 100%;
  z-index: 1; }
.panel .media video,
.work-detail .media video {
  display: block;
  width: 100%; }
.panel .black-text h1, .panel .black-text p,
.work-detail .black-text h1,
.work-detail .black-text p {
  color: #000; }
.panel .black-text a,
.panel .black-text a:active,
.panel .black-text a:link,
.panel .black-text a:visited,
.work-detail .black-text a,
.work-detail .black-text a:active,
.work-detail .black-text a:link,
.work-detail .black-text a:visited {
  border-color: #000;
  color: #000; }

.post {
  float: left;
  width: 50%; }
  .post .valign {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .post header {
    font-size: .53125em;
    padding: 11px 17px 6px 17px;
    letter-spacing: .15em; }
    .post header h2,
    .post header span,
    .post header p.date {
      display: inline;
      font-family: 'gt_walsheim_medium';
      font-size: 1em;
      font-weight: normal;
      margin: 0;
      text-transform: uppercase; }
  .post h1 {
    box-sizing: border-box;
    font-family: 'gt_walsheim_medium';
    font-size: .9em;
    margin: 0;
    padding: 0 17px 0 17px;
    width: 100%; }
  .post footer {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    bottom: 0;
    font-family: 'gt_walsheim_medium';
    font-size: .75em;
    padding: 0 17px 0 17px;
    position: absolute;
    width: 100%;
    z-index: 1; }
    .post footer p {
      text-decoration: underline; }
  .post.style-loud {
    text-align: center;
    text-transform: uppercase; }
    .post.style-loud h1 {
      font-size: 1.675em;
      font-weight: normal;
      padding: 0 17px 0 17px; }
  .post.style-image div.text {
    height: 100%;
    text-align: center;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: opacity 0.125s ease-in-out;
    -moz-transition: opacity 0.125s ease-in-out;
    -webkit-transition: opacity 0.125s ease-in-out; }
    .post.style-image div.text h1 {
      margin: 0 auto 32px auto; }
  .post.style-image footer {
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    text-align: center;
    -webkit-transition-delay: 0s !important;
    transition-delay: 0s !important;
    transition: all 0.125s ease-in-out;
    -moz-transition: all 0.125s ease-in-out;
    -webkit-transition: all 0.125s ease-in-out; }
  .post.style-image:hover footer {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: .125s !important;
    transition-delay: .125s !important;
    transition: all 0.125s ease-in-out;
    -moz-transition: all 0.125s ease-in-out;
    -webkit-transition: all 0.125s ease-in-out; }
  .post.purple .text {
    background-color: rgba(88, 15, 139, 0.7); }
  .post.blue .text {
    background-color: rgba(8, 96, 186, 0.8); }
  .post.redorange .text {
    background-color: rgba(253, 66, 57, 0.7); }
  .post.black .text {
    background-color: rgba(0, 0, 0, 0.7); }
  .post:hover div.text {
    opacity: 1;
    filter: alpha(opacity=100);
    transition: opacity 0.125s ease-in-out;
    -moz-transition: opacity 0.125s ease-in-out;
    -webkit-transition: opacity 0.125s ease-in-out; }
  .post:hover div.image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition: all 0.125s ease-in-out;
    -moz-transition: all 0.125s ease-in-out;
    -webkit-transition: all 0.125s ease-in-out; }
  @media screen and (min-width: 600px) {
    .post header {
      font-size: .53125em;
      padding: 33px 19px 13px 19px; }
      .post header h2,
      .post header p.date {
        font-size: 1.4em; }
    .post h1 {
      font-family: 'gt_walsheim_regular';
      font-size: 1.8125em;
      padding: 0 19px 0 19px; }
    .post footer {
      font-family: 'gt_walsheim_medium';
      font-size: .90625em;
      padding: 0 19px 6px 19px; }
    .post.style-loud h1 {
      font-size: 3em;
      padding: 0 19px 0 19px; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    .post header {
      padding: 16px 19px 13px 19px;
      font-size: .53125em; }
    .post h1 {
      font-size: 1.075em; }
    .post.style-loud h1 {
      font-size: 1.95em; } }
  @media (min-width: 1024px) {
    .post h1 {
      font-size: 1.4125em; }
    .post.style-loud h1 {
      font-size: 2.6em; } }
  @media screen and (min-width: 1280px) {
    .post header {
      font-size: .65625em; }
      .post header h2,
      .post header p.date {
        font-size: 1.3em; }
    .post h1 {
      font-size: 2.25em; }
    .post footer {
      font-size: 1.125em; }
    .post.style-loud h1 {
      font-size: 3.75em; } }

.logowall {
  max-width: 1084px;
  padding-bottom: 40px;
  margin: auto;
  text-align: center; }
  .logowall h1 {
    font-size: 1.5em;
    margin: 0;
    padding: 33px 0 15px 0; }
  .logowall .logos {
    padding: 6px 15px 6px 15px; }
    .logowall .logos:before, .logowall .logos:after {
      content: "";
      display: table; }
    .logowall .logos:after {
      clear: both; }
    .logowall .logos {
      *zoom: 1; }
    .logowall .logos .client-logo {
      float: left;
      width: 33.33333%; }
      .logowall .logos .client-logo > img {
        display: block;
        margin: auto;
        width: 100%; }
  @media screen and (min-width: 768px) {
    .logowall {
      padding-bottom: 77px;
      margin: 0 auto;
      padding-left: 41px;
      padding-right: 41px; }
      .logowall h1 {
        font-size: 2.25em;
        margin: 0;
        padding: 69px 0 0 0; }
      .logowall .logos {
        padding: 6px 0 6px 0; }
        .logowall .logos .client-logo {
          width: 25%; } }

.location-mashup {
  position: relative; }
  .location-mashup:before, .location-mashup:after {
    content: "";
    display: table; }
  .location-mashup:after {
    clear: both; }
  .location-mashup {
    *zoom: 1; }
  .location-mashup .map-marker {
    background: url("../images/map-marker.png");
    background-size: 90px 69px; }
  .location-mashup .slides {
    position: relative;
    text-align: center; }
    .location-mashup .slides > .mask {
      display: block;
      height: 100%;
      width: 100%; }
    .location-mashup .slides .slide {
      display: block;
      overflow: hidden;
      position: absolute;
      left: 0;
      top: 0;
      visibility: hidden;
      width: 100%; }
      .location-mashup .slides .slide.active {
        visibility: visible; }
        .location-mashup .slides .slide.active div.text h1 {
          -webkit-transition-delay: .5s !important;
          transition-delay: .5s !important;
          opacity: 1;
          filter: alpha(opacity=100);
          transition: opacity 0.125s ease-in-out;
          -moz-transition: opacity 0.125s ease-in-out;
          -webkit-transition: opacity 0.125s ease-in-out; }
      .location-mashup .slides .slide.purple .text {
        background-color: rgba(88, 15, 139, 0); }
      .location-mashup .slides .slide.blue .text {
        background-color: rgba(8, 96, 186, 0); }
      .location-mashup .slides .slide.redorange .text {
        background-color: rgba(253, 66, 57, 0); }
      .location-mashup .slides .slide.black .text {
        background-color: transparent; }
      .location-mashup .slides .slide:hover .text {
        transition: background-color 0.125s ease-in-out;
        -moz-transition: background-color 0.125s ease-in-out;
        -webkit-transition: background-color 0.125s ease-in-out; }
      .location-mashup .slides .slide:hover.purple .text {
        background-color: rgba(88, 15, 139, 0.7); }
      .location-mashup .slides .slide:hover.blue .text {
        background-color: rgba(8, 96, 186, 0.8); }
      .location-mashup .slides .slide:hover.redorange .text {
        background-color: rgba(253, 66, 57, 0.7); }
      .location-mashup .slides .slide:hover.black .text {
        background-color: rgba(0, 0, 0, 0.7); }
      .location-mashup .slides .slide a,
      .location-mashup .slides .slide a:active,
      .location-mashup .slides .slide a:link,
      .location-mashup .slides .slide a:visited {
        color: #fff; }
        .location-mashup .slides .slide a:hover footer,
        .location-mashup .slides .slide a:active:hover footer,
        .location-mashup .slides .slide a:link:hover footer,
        .location-mashup .slides .slide a:visited:hover footer {
          -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
          transform: translateY(0);
          -webkit-transition-delay: .125s !important;
          transition-delay: .125s !important;
          transition: all 0.125s ease-in-out;
          -moz-transition: all 0.125s ease-in-out;
          -webkit-transition: all 0.125s ease-in-out; }
        .location-mashup .slides .slide a:hover div.image img,
        .location-mashup .slides .slide a:active:hover div.image img,
        .location-mashup .slides .slide a:link:hover div.image img,
        .location-mashup .slides .slide a:visited:hover div.image img {
          -webkit-transform: scale(1.1);
          transform: scale(1.1);
          transition: all 0.125s ease-in-out;
          -moz-transition: all 0.125s ease-in-out;
          -webkit-transition: all 0.125s ease-in-out; }
      .location-mashup .slides .slide div.image {
        position: relative;
        overflow: hidden;
        width: 100%;
        z-index: 0; }
        .location-mashup .slides .slide div.image img {
          display: block;
          height: 100%;
          width: 100%;
          -webkit-transform: scale(1);
          transform: scale(1);
          transition: all 0.125s ease-in-out;
          -moz-transition: all 0.125s ease-in-out;
          -webkit-transition: all 0.125s ease-in-out; }
      .location-mashup .slides .slide div.text {
        height: 100%;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 1;
        transition: background-color 0.125s ease-in-out;
        -moz-transition: background-color 0.125s ease-in-out;
        -webkit-transition: background-color 0.125s ease-in-out; }
        .location-mashup .slides .slide div.text h1 {
          color: #fff;
          font-family: 'gt_walsheim_bold';
          font-size: 2.5em;
          margin: 0 auto 0 auto;
          position: absolute;
          top: 50%;
          left: 0;
          right: 0;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          width: 80%;
          opacity: 0;
          filter: alpha(opacity=0);
          transition: opacity 0.125s ease-in-out;
          -moz-transition: opacity 0.125s ease-in-out;
          -webkit-transition: opacity 0.125s ease-in-out; }
      .location-mashup .slides .slide footer {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        bottom: 0;
        font-family: 'gt_walsheim_medium';
        font-size: .75em;
        padding: 0 17px 0 17px;
        position: absolute;
        -webkit-transform: translateY(100px);
        -ms-transform: translateY(100px);
        transform: translateY(100px);
        text-align: center;
        -webkit-transition-delay: 0s !important;
        transition-delay: 0s !important;
        width: 100%;
        z-index: 1;
        transition: all 0.125s ease-in-out;
        -moz-transition: all 0.125s ease-in-out;
        -webkit-transition: all 0.125s ease-in-out; }
        .location-mashup .slides .slide footer p {
          text-decoration: underline; }
  .location-mashup .map {
    background: #ccc;
    position: relative; }
    .location-mashup .map > img {
      display: block;
      width: 100%; }
    .location-mashup .map #map {
      height: 100%;
      position: absolute;
      right: 0;
      top: 0;
      width: 100%; }
  @media screen and (min-width: 768px) {
    .location-mashup .slides {
      float: left;
      width: 50%; }
      .location-mashup .slides .slide div.text h1 {
        font-size: 4em; }
      .location-mashup .slides .slide footer {
        font-family: 'gt_walsheim_medium';
        font-size: 1.125em;
        padding: 0 19px 6px 19px; }
    .location-mashup .map {
      width: 50%;
      float: right; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    .location-mashup .slides .slide div.text h1 {
      font-size: 3em; } }

.blog nav {
  font-family: 'gt_walsheim_medium'; }
  .blog nav:before, .blog nav:after {
    content: "";
    display: table; }
  .blog nav:after {
    clear: both; }
  .blog nav {
    *zoom: 1; }
  .blog nav ul {
    font-size: 1.25em;
    padding: 0;
    margin: 32px 0 18px 0; }
    .blog nav ul:nth-child(2) {
      display: none; }
    .blog nav ul li {
      display: inline;
      margin: 0;
      padding: 0 15px 0 0; }
      .blog nav ul li > a {
        border-bottom: none;
        color: #808080; }
        .blog nav ul li > a:hover {
          border-bottom: 2px solid #fd4239;
          color: #fd4239; }
        .blog nav ul li > a.active {
          color: #000;
          border-bottom: 2px solid #000; }
.blog article {
  margin-bottom: 45px; }
  .blog article figure {
    margin-bottom: 15px; }
    .blog article figure > img.inner {
      margin: 0 15px 0 15px; }
  .blog article header p.date {
    color: #4d4d4d;
    letter-spacing: 2px;
    font-size: .75em;
    margin: 0 0 5px 0;
    text-transform: uppercase; }
  .blog article h1 {
    font-family: 'gt_walsheim_medium';
    font-size: 1.6875em;
    margin: 0 0 28px 0; }
  .blog article p, .blog article ul, .blog article ol {
    font-size: 1.125em;
    line-height: 1.4em;
    margin: 0 0 32px 0; }
  .blog article ul, .blog article ol {
    padding-left: 20px; }
  .blog article footer a {
    font-size: 1.125em; }
.blog .blog-detail {
  margin-bottom: 50px; }
  .blog .blog-detail .specs {
    font-size: 1.125em;
    line-height: 1.4em;
    margin-bottom: 32px; }
    .blog .blog-detail .specs p {
      margin: 0; }
  .blog .blog-detail h2 {
    font-size: 1.5em; }
@media screen and (min-width: 768px) {
  .blog nav {
    margin: 0px auto 8px;
    max-width: 1060px;
    padding: 0 80px; }
    .blog nav ul {
      float: left;
      font-size: 1.5em;
      padding-top: 8px;
      margin: 65px 0 35px 0; }
      .blog nav ul li:first-child {
        padding: 0 30px 0 0; }
      .blog nav ul li:nth-child(n+2) {
        padding: 0 30px 0 0; }
      .blog nav ul:nth-child(2) {
        display: inline-block;
        font-family: 'gt_walsheim_medium';
        font-size: 1.3em;
        float: right;
        padding-top: 12px; }
        .blog nav ul:nth-child(2) li {
          padding: 0 15px 0 0; }
          .blog nav ul:nth-child(2) li > a {
            border-bottom: 2px solid #000;
            color: #000; }
            .blog nav ul:nth-child(2) li > a:hover {
              border-bottom: 2px solid #fd4239;
              color: #fd4239; }
          .blog nav ul:nth-child(2) li:last-child {
            padding: 0; }
  .blog p {
    font-size: 1.3125em; }
  .blog article {
    margin-bottom: 58px; }
    .blog article.article {
      max-width: 1060px;
      margin: 0 auto 60px; }
    .blog article figure {
      margin-bottom: 22px; }
    .blog article header p.date {
      color: #4d4d4d;
      letter-spacing: 2px;
      font-size: .75em;
      margin: 0 0 10px 0;
      text-transform: uppercase; }
    .blog article h1 {
      font-size: 2.625em;
      margin: 0 0 36px 0; }
    .blog article p, .blog article ul, .blog article ol {
      font-size: 1.3125em;
      line-height: 1.4em;
      margin: 0 0 36px 0;
      max-width: 782px; }
    .blog article footer a {
      font-size: 1.3125em; }
  .blog .blog-detail {
    margin-bottom: 50px; }
    .blog .blog-detail .specs {
      font-size: 1.125em;
      line-height: 1.4em;
      margin-bottom: 30px; }
      .blog .blog-detail .specs p {
        margin: 0; }
    .blog .blog-detail h2 {
      font-size: 1.6875em; } }
@media screen and (max-width: 860px) {
  .blog nav ul:nth-child(n+2) {
    display: none; } }
.blog .pagination {
  padding: 0 0 77px 0;
  max-width: 1060px;
  margin: 0 auto; }
  .blog .pagination ul {
    margin: 0;
    padding: 0; }
    .blog .pagination ul:before, .blog .pagination ul:after {
      content: "";
      display: table; }
    .blog .pagination ul:after {
      clear: both; }
    .blog .pagination ul {
      *zoom: 1; }
    .blog .pagination ul li {
      font-size: 1.15em;
      font-family: 'gt_walsheim_medium';
      display: inline-block; }
      .blog .pagination ul li.prev {
        float: left; }
      .blog .pagination ul li.next {
        float: right; }
  @media screen and (min-width: 768px) {
    .blog .pagination {
      padding: 60px 0 120px 0; }
      .blog .pagination ul li {
        font-size: 1.3em; } }

footer.page-footer {
  background: #000;
  color: #fff;
  font-size: .9375em;
  padding: 18px 15px 0 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  footer.page-footer:before, footer.page-footer:after {
    content: "";
    display: table; }
  footer.page-footer:after {
    clear: both; }
  footer.page-footer {
    *zoom: 1; }
  footer.page-footer a,
  footer.page-footer a:active,
  footer.page-footer a:link,
  footer.page-footer a:visited {
    border-bottom: 1px solid #fff;
    color: #fff;
    text-decoration: none; }
    footer.page-footer a:hover,
    footer.page-footer a:active:hover,
    footer.page-footer a:link:hover,
    footer.page-footer a:visited:hover {
      border-bottom: 1px solid #000; }
    footer.page-footer a.mobile,
    footer.page-footer a:active.mobile,
    footer.page-footer a:link.mobile,
    footer.page-footer a:visited.mobile {
      display: none; }
  footer.page-footer p {
    margin: 0; }
  footer.page-footer nav.social {
    padding: 42px 0 26px 0; }
    footer.page-footer nav.social ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      footer.page-footer nav.social ul li {
        padding-bottom: 10px; }
  @media screen and (min-width: 768px) {
    footer.page-footer {
      font-size: 1.125em;
      padding: 24px 21px 112px 21px; }
      footer.page-footer a,
      footer.page-footer a:active,
      footer.page-footer a:link,
      footer.page-footer a:visited {
        border-bottom: 2px solid #000;
        text-decoration: none; }
        footer.page-footer a:hover,
        footer.page-footer a:active:hover,
        footer.page-footer a:link:hover,
        footer.page-footer a:visited:hover {
          border-bottom: 2px solid #fff; }
      footer.page-footer p {
        float: left; }
      footer.page-footer nav.social {
        float: right;
        padding: 0; }
        footer.page-footer nav.social ul {
          list-style: none;
          margin: 0;
          padding: 0; }
          footer.page-footer nav.social ul li {
            display: inline-block;
            padding-left: 21px;
            padding-bottom: 0; } }

/*
  Touch / no-touch overrides
*/
.no-touch .touch-only {
  display: none !important; }
.no-touch .no-touch-only {
  display: block !important; }
  .no-touch .no-touch-only.inline {
    display: inline !important; }

.touch .touch-only {
  display: block !important; }
  .touch .touch-only.inline {
    display: inline !important; }
.touch .no-touch-only {
  display: none !important; }

/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */
/* For image replacement */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0; }

.ir br {
  display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
  display: none !important;
  visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden; }

/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  /* Black prints faster: h5bp.com/s */
  a, a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }

  /* Don't show links for images, or javascript/internal links */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  /* h5bp.com/t */
  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; } }
/*
  Colors
*/
/*
  Base sizing
*/
/* 16 is a sensible base. Leave this value. */
/*
  Defaults
*/
/*
  Mixins
*/
.page-header {
  background: #fff;
  height: 72px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 101;
  transition: all 0.225s ease-in-out;
  -moz-transition: all 0.225s ease-in-out;
  -webkit-transition: all 0.225s ease-in-out; }
  .page-header:before, .page-header:after {
    content: "";
    display: table; }
  .page-header:after {
    clear: both; }
  .page-header {
    *zoom: 1; }
  .page-header.is-hidden {
    top: -100px;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out; }
  .page-header .logo {
    background-color: #000;
    border: none;
    display: block;
    float: left;
    height: 72px;
    position: relative;
    width: 72px; }
    .page-header .logo .swipe,
    .page-header .logo h1 {
      height: 100%;
      position: absolute;
      top: 0;
      width: 100%; }
    .page-header .logo h1 {
      background: url("../images/studio-rodrigo.png") 50% 50% no-repeat;
      background: url("../images/studio-rodrigo.svg") 50% 50% no-repeat;
      background-size: 28px;
      margin: 0;
      overflow: hidden;
      text-indent: -9999em; }
    .page-header .logo .swipe {
      background: #0860ba;
      height: 0;
      transition: height 0.125s ease-in-out;
      -moz-transition: height 0.125s ease-in-out;
      -webkit-transition: height 0.125s ease-in-out; }
    .page-header .logo:hover {
      border: none; }
      .page-header .logo:hover .swipe {
        height: 100%;
        transition: height 0.125s ease-in-out;
        -moz-transition: height 0.125s ease-in-out;
        -webkit-transition: height 0.125s ease-in-out; }
  .page-header button {
    background: #fff;
    border: none;
    cursor: pointer;
    height: 72px;
    display: block;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-indent: -9999em;
    width: 72px;
    z-index: 1; }
    .page-header button:focus {
      outline: none; }
    .page-header button.open {
      background: url("../images/burger-menu.png") 50% 50% no-repeat;
      background: url("../images/burger-menu.svg") 50% 50% no-repeat;
      background-size: 36px;
      z-index: 0; }
    .page-header button.close {
      background: url("../images/close-menu.png") 50% 50% no-repeat;
      background: url("../images/close-menu.svg") 50% 50% no-repeat;
      background-size: 29px;
      opacity: 0;
      filter: alpha(opacity=0); }
  .page-header nav {
    background: transparent;
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    z-index: 1; }
    .page-header nav.active {
      background: rgba(0, 0, 0, 0.7);
      right: 0;
      transition: background-color 0.325s ease-in-out;
      -moz-transition: background-color 0.325s ease-in-out;
      -webkit-transition: background-color 0.325s ease-in-out; }
      .page-header nav.active button.close {
        -webkit-transition-delay: .35s !important;
        transition-delay: .35s !important;
        opacity: 1;
        filter: alpha(opacity=100);
        transition: opacity 0.75s ease-in-out;
        -moz-transition: opacity 0.75s ease-in-out;
        -webkit-transition: opacity 0.75s ease-in-out; }
      .page-header nav.active ul {
        width: 77.5%;
        transition: width 0.4s ease-in-out;
        -moz-transition: width 0.4s ease-in-out;
        -webkit-transition: width 0.4s ease-in-out; }
        .page-header nav.active ul li {
          -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
          transform: translateY(0);
          -webkit-transition-delay: .25s !important;
          transition-delay: .25s !important;
          transition: all 0.5s ease-in-out;
          -moz-transition: all 0.5s ease-in-out;
          -webkit-transition: all 0.5s ease-in-out; }
          .page-header nav.active ul li a,
          .page-header nav.active ul li a:active,
          .page-header nav.active ul li a:link,
          .page-header nav.active ul li a:visited {
            -webkit-transition-delay: .35s !important;
            transition-delay: .35s !important;
            opacity: 1;
            filter: alpha(opacity=100);
            transition: opacity 0.75s ease-in-out;
            -moz-transition: opacity 0.75s ease-in-out;
            -webkit-transition: opacity 0.75s ease-in-out; }
    .page-header nav ul {
      background: #fff;
      height: 100%;
      float: right;
      list-style: none;
      margin: 0;
      overflow: hidden;
      padding: 77px 0 0 0;
      width: 0; }
      .page-header nav ul li {
        -webkit-transform: translateY(-125px);
        -ms-transform: translateY(-125px);
        transform: translateY(-125px);
        padding: 0 0 14px 24px; }
        .page-header nav ul li a,
        .page-header nav ul li a:active,
        .page-header nav ul li a:link,
        .page-header nav ul li a:visited {
          border-bottom: 5px solid #fff;
          color: #000;
          font-family: 'gt_walsheim_bold';
          font-size: 2.1875em;
          text-decoration: none;
          opacity: 0;
          filter: alpha(opacity=0); }
          .page-header nav ul li a:hover,
          .page-header nav ul li a:active:hover,
          .page-header nav ul li a:link:hover,
          .page-header nav ul li a:visited:hover {
            border-bottom: 5px solid #000; }
  @media screen and (min-width: 768px) {
    .page-header {
      height: 80px; }
      .page-header .logo {
        height: 80px;
        width: 80px; }
        .page-header .logo h1 {
          background-size: 37px; }
      .page-header button {
        display: none; }
      .page-header nav {
        background: #fff;
        height: auto !important;
        float: right;
        position: static;
        width: auto; }
        .page-header nav.active {
          background: none; }
        .page-header nav ul {
          padding: 27px 0 10px 0;
          width: auto; }
          .page-header nav ul li {
            display: inline-block;
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0);
            padding: 0 25px 0 13px; }
            .page-header nav ul li a,
            .page-header nav ul li a:active,
            .page-header nav ul li a:link,
            .page-header nav ul li a:visited {
              border-bottom: 3px solid #fff;
              font-size: 1.3125em;
              opacity: 1;
              filter: alpha(opacity=100); }
              .page-header nav ul li a:hover,
              .page-header nav ul li a:active:hover,
              .page-header nav ul li a:link:hover,
              .page-header nav ul li a:visited:hover {
                border-bottom: 3px solid #000; }
              .page-header nav ul li a.mobile,
              .page-header nav ul li a:active.mobile,
              .page-header nav ul li a:link.mobile,
              .page-header nav ul li a:visited.mobile {
                display: none; } }

/*
  Colors
*/
/*
  Base sizing
*/
/* 16 is a sensible base. Leave this value. */
/*
  Defaults
*/
/*
  Mixins
*/
.work-landing {
  margin: auto; }
  .work-landing:before, .work-landing:after {
    content: "";
    display: table; }
  .work-landing:after {
    clear: both; }
  .work-landing {
    *zoom: 1; }
  .work-landing > div {
    max-width: 1400px;
    margin: 0 auto 0 auto;
    width: 100%; }
    .work-landing > div:before, .work-landing > div:after {
      content: "";
      display: table; }
    .work-landing > div:after {
      clear: both; }
    .work-landing > div {
      *zoom: 1; }
  .work-landing > h3 {
    font-family: 'gt_walsheim_medium';
    font-size: 1.875em;
    margin: 38px 0 15px 0;
    text-align: center; }
  .work-landing .work {
    margin-top: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .work-landing .work .text h1 {
      font-size: .9em;
      left: 15px;
      position: absolute;
      margin: 0;
      top: 13px; }
    .work-landing .work .text p {
      display: none; }
  .work-landing > footer {
    border-bottom: 1px solid #e5e5e5;
    clear: both;
    font-family: 'gt_walsheim_medium';
    font-size: 1.5em;
    padding: 27px 0 31px 0;
    text-align: center; }
    .work-landing > footer p {
      margin: 0; }
  .work-landing .valign {
    width: 100%; }
  @media screen and (min-width: 768px) {
    .work-landing {
      margin-top: 45px; }
      .work-landing > h3 {
        font-size: 2.25em;
        margin: 43px 0 40px 0; }
      .work-landing > footer {
        font-size: 1.6875em;
        padding: 47px 0 74px 0; }
      .work-landing .work {
        float: left;
        margin: 0 0 1.5% 0;
        padding: 0;
        width: 49.25%; }
        .work-landing .work:nth-child(even) {
          float: right;
          margin-left: 1.5%; }
        .work-landing .work .text {
          text-align: center;
          opacity: 0;
          filter: alpha(opacity=0);
          transition: opacity 0.125s ease-in-out;
          -moz-transition: opacity 0.125s ease-in-out;
          -webkit-transition: opacity 0.125s ease-in-out; }
          .work-landing .work .text h1 {
            font-size: 1.8125em;
            position: static;
            margin: 0; }
          .work-landing .work .text p {
            font-size: 1.1875em;
            display: block;
            margin: 28px auto 0 auto;
            width: 80%; }
        .work-landing .work:hover div.text {
          opacity: 1;
          filter: alpha(opacity=100);
          transition: opacity 0.125s ease-in-out;
          -moz-transition: opacity 0.125s ease-in-out;
          -webkit-transition: opacity 0.125s ease-in-out; }
        .work-landing .work:hover div.image img {
          -webkit-transform: scale(1.1);
          transform: scale(1.1);
          transition: all 0.125s ease-in-out;
          -moz-transition: all 0.125s ease-in-out;
          -webkit-transition: all 0.125s ease-in-out; } }
  @media screen and (min-width: 1024px) {
    .work-landing .work .text h1 {
      font-size: 2.625em;
      font-family: "gt_walsheim_medium"; }
    .work-landing .work .text p {
      font-size: 1.3125em; } }

.work-detail {
  position: relative; }
  .work-detail .intro {
    margin: 33px auto 0 auto;
    max-width: 1400px; }
    .work-detail .intro h1 {
      margin: 0 0 5px 0; }
    .work-detail .intro h2 {
      font-size: 1.875em;
      margin: 0 auto 26px auto; }
    .work-detail .intro .snippet-mobile,
    .work-detail .intro div.read-more,
    .work-detail .intro div.read-more-mobile {
      margin: 0 0 31px 0; }
    .work-detail .intro .snippet {
      display: none; }
    .work-detail .intro div.read-more,
    .work-detail .intro div.read-more-mobile {
      display: none; }
    .work-detail .intro .snippet-mobile > span.read-more, .work-detail .intro .snippet-mobile > span.read-more-mobile,
    .work-detail .intro .snippet > span.read-more,
    .work-detail .intro .snippet > span.read-more-mobile {
      display: none; }
    .work-detail .intro .snippet-mobile p > span.read-more, .work-detail .intro .snippet-mobile p > span.read-more-mobile,
    .work-detail .intro .snippet p > span.read-more,
    .work-detail .intro .snippet p > span.read-more-mobile {
      cursor: pointer;
      display: inline; }
    .work-detail .intro div {
      border: none; }
    .work-detail .intro .tags {
      margin: 0 0 31px 0; }
    .work-detail .intro .socials {
      display: none; }
  .work-detail .container {
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1400px; }
    .work-detail .container .media {
      margin-bottom: 10px; }
  .work-detail .detail-navigation {
    bottom: 0;
    display: none;
    height: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 50%;
    width: 100%; }
    .work-detail .detail-navigation ul {
      margin: 0;
      opacity: 1;
      padding: 0;
      position: relative;
      width: 100%; }
      .work-detail .detail-navigation ul .prev-arrow a, .work-detail .detail-navigation ul .next-arrow a {
        border: none;
        cursor: pointer;
        top: 0;
        bottom: 0;
        height: 22px;
        position: absolute;
        text-indent: -9999px;
        width: 14px; }
      .work-detail .detail-navigation ul .prev-arrow a {
        background: url("../images/detail-arrow-left.png");
        background: url("../images/detail-arrow-left.svg");
        background-size: 7px;
        background-repeat: no-repeat;
        left: 2px; }
      .work-detail .detail-navigation ul .next-arrow a {
        background: url("../images/detail-arrow-right.png");
        background: url("../images/detail-arrow-right.svg");
        background-repeat: no-repeat;
        background-size: 7px;
        right: -2px; }
  @media screen and (min-width: 768px) {
    .work-detail .intro {
      margin: 0 auto 0 auto; }
      .work-detail .intro:before, .work-detail .intro:after {
        content: "";
        display: table; }
      .work-detail .intro:after {
        clear: both; }
      .work-detail .intro {
        *zoom: 1; }
      .work-detail .intro h1, .work-detail .intro h2 {
        font-size: 1.875em; }
      .work-detail .intro .right {
        max-width: 782px; }
        .work-detail .intro .right .snippet-mobile {
          display: none; }
        .work-detail .intro .right .snippet, .work-detail .intro .right .socials, .work-detail .intro .right .tags {
          display: block; }
          .work-detail .intro .right .snippet a, .work-detail .intro .right .socials a, .work-detail .intro .right .tags a {
            cursor: pointer; }
        .work-detail .intro .right .snippet p, .work-detail .intro .right div.read-more p, .work-detail .intro .right div.read-more-mobile p, .work-detail .intro .right .socials p, .work-detail .intro .right .tags p {
          margin: 0 0 28px 0;
          max-width: none; }
        .work-detail .intro .right .snippet ul, .work-detail .intro .right div.read-more ul, .work-detail .intro .right div.read-more-mobile ul, .work-detail .intro .right .socials ul, .work-detail .intro .right .tags ul {
          margin: 0 0 44px 0; }
        .work-detail .intro .right .tags {
          margin: 0; }
    .work-detail .detail-navigation {
      display: block; }
      .work-detail .detail-navigation ul .prev-arrow a {
        background-size: 14px;
        left: 11px;
        -webkit-transition: left 200ms ease-in-out;
        -moz-transition: left 200ms ease-in-out;
        -ms-transition: left 200ms ease-in-out;
        -o-transition: left 200ms ease-in-out;
        transition: left 200ms ease-in-out; }
      .work-detail .detail-navigation ul .prev-arrow a:hover {
        left: 8px;
        -webkit-transition: left 200ms ease-in-out;
        -moz-transition: left 200ms ease-in-out;
        -ms-transition: left 200ms ease-in-out;
        -o-transition: left 200ms ease-in-out;
        transition: left 200ms ease-in-out; }
      .work-detail .detail-navigation ul .next-arrow a {
        background-size: 14px;
        right: 11px;
        -webkit-transition: right 200ms ease-in-out;
        -moz-transition: right 200ms ease-in-out;
        -ms-transition: right 200ms ease-in-out;
        -o-transition: right 200ms ease-in-out;
        transition: right 200ms ease-in-out; }
      .work-detail .detail-navigation ul .next-arrow a:hover {
        right: 8px;
        -webkit-transition: right 200ms ease-in-out;
        -moz-transition: right 200ms ease-in-out;
        -ms-transition: right 200ms ease-in-out;
        -o-transition: right 200ms ease-in-out;
        transition: right 200ms ease-in-out; } }

/*
  Colors
*/
/*
  Base sizing
*/
/* 16 is a sensible base. Leave this value. */
/*
  Defaults
*/
/*
  Mixins
*/
.studio .collage {
  display: none; }
.studio .mobile-collage {
  display: block; }
.studio .approach {
  padding: 2px 15px 0 15px;
  margin-bottom: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .studio .approach:before, .studio .approach:after {
    content: "";
    display: table; }
  .studio .approach:after {
    clear: both; }
  .studio .approach {
    *zoom: 1; }
  .studio .approach h3 {
    font-family: 'gt_walsheim_medium';
    font-size: 1.3125em;
    padding: 0 0 10px 0;
    margin: 0; }
  .studio .approach > section:last-child {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 22px; }
  .studio .approach > section p, .studio .approach > section img {
    display: none; }
  @media screen and (min-width: 768px) {
    .studio .approach {
      padding: 0;
      margin: 0 0 68px 0; }
      .studio .approach h3, .studio .approach p {
        margin-left: auto;
        margin-right: auto;
        width: 90%; }
      .studio .approach h3 {
        font-size: 1.5em;
        padding: 0 0 4px 0; }
      .studio .approach p {
        font-size: 1em;
        margin: 0 auto; }
      .studio .approach > section {
        background-color: #f2f2f2;
        float: left;
        position: relative;
        text-align: center;
        width: 50%; }
        .studio .approach > section:nth-child(even) {
          background-color: #f8f8f8; }
        .studio .approach > section:last-child {
          border-bottom: none;
          padding-bottom: 0; }
        .studio .approach > section p, .studio .approach > section img {
          display: block; }
        .studio .approach > section img {
          vertical-align: top;
          width: 100%; } }
  @media screen and (min-width: 840px) {
    .studio .approach p {
      font-size: 1.1em; } }
  @media screen and (min-width: 1015px) {
    .studio .approach p {
      font-size: 1em;
      width: 95%; }
    .studio .approach > section {
      width: 33.33333%; } }
  @media screen and (min-width: 1230px) {
    .studio .approach p {
      font-size: 1.1em;
      width: 90%; } }
  @media screen and (min-width: 1330px) {
    .studio .approach p {
      font-size: 1.2em; } }
  @media screen and (min-width: 1580px) {
    .studio .approach p {
      width: 80%; } }
.studio .two-columns {
  background: #0860ba;
  margin-bottom: 30px; }
  .studio .two-columns .column {
    background: #0860ba;
    padding: 0 0 35px 0;
    margin: 0;
    position: relative; }
    .studio .two-columns .column .video {
      background: #0860ba !important;
      display: block;
      margin: auto;
      max-width: 450px !important;
      width: 66%; }
    .studio .two-columns .column .text {
      text-align: center;
      color: #fff; }
    .studio .two-columns .column h2 {
      font-family: 'gt_walsheim_medium';
      font-size: 1.3125em;
      margin: 0 0 4px 0; }
    .studio .two-columns .column p {
      font-size: .9375em;
      width: 90%;
      margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .studio .two-columns {
      margin-bottom: 68px; }
      .studio .two-columns .column {
        width: 50%; }
        .studio .two-columns .column h2 {
          font-size: 1.875em;
          margin: 0 0 13px 0; }
        .studio .two-columns .column p {
          font-size: 1.125em;
          width: 75%; } }
@media screen and (min-width: 768px) {
  .studio .collage {
    display: block; }
  .studio .mobile-collage {
    display: none; } }

/*
  Colors
*/
/*
  Base sizing
*/
/* 16 is a sensible base. Leave this value. */
/*
  Defaults
*/
/*
  Mixins
*/
.blog-detail figure {
  margin-left: auto;
  margin-right: auto;
  max-width: 1060px; }

.blog {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .blog .posts {
    border: 1px solid red;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .blog .event figure {
    margin-left: auto;
    margin-right: auto;
    max-width: 1060px; }
  .blog article.tumblr.image {
    max-width: 740px;
    padding: 0 15px; }
  .blog article.tumblr > section > p {
    font-family: 'gt_walsheim_medium';
    font-size: 1.3125em;
    margin-bottom: 20px; }
  .blog article.tumblr.photoset > section {
    padding-left: 15px;
    padding-right: 15px; }
  .blog article.tumblr .image,
  .blog article.tumblr .photoset {
    margin: 0 auto 5px auto; }
  .blog article.tumblr .image img,
  .blog article.tumblr .photoset img {
    display: block;
    width: 100%; }
  .blog article.tumblr .photoset {
    overflow: hidden; }
    .blog article.tumblr .photoset .slick-track {
      background-color: #000;
      position: relative; }
      .blog article.tumblr .photoset .slick-track .slick-slide {
        height: 100%;
        width: 100%; }
        .blog article.tumblr .photoset .slick-track .slick-slide img {
          display: block;
          margin: auto; }
  @media screen and (min-width: 768px) {
    .blog article.tumblr {
      margin: 0 auto 60px; }
      .blog article.tumblr.image {
        padding: 0 98px 0 98px; }
      .blog article.tumblr .image,
      .blog article.tumblr .photoset {
        margin: 0 auto 17px auto; }
      .blog article.tumblr .image {
        max-width: 1060px; }
      .blog article.tumblr.photoset > section {
        padding-left: 49px;
        padding-right: 49px; }
      .blog article.tumblr .photoset {
        overflow: hidden; }
        .blog article.tumblr .photoset .slick-slide {
          max-width: 1060px;
          width: 60%; }
      .blog article.tumblr > section {
        margin: auto;
        max-width: 1060px; }
        .blog article.tumblr > section > p {
          font-family: 'gt_walsheim_medium';
          font-size: 1.875em;
          margin-bottom: 15px;
          max-width: 782px; } }

/*
  Colors
*/
/*
  Base sizing
*/
/* 16 is a sensible base. Leave this value. */
/*
  Defaults
*/
/*
  Mixins
*/
.contact .two-columns {
  margin: 30px 15px 12px 15px;
  max-width: 782px; }
  .contact .two-columns .address {
    margin-bottom: 16px; }
  .contact .two-columns h2 {
    font-family: 'gt_walsheim_medium';
    font-size: 1.875em;
    margin: 0;
    padding-bottom: 20px; }
  .contact .two-columns p {
    font-family: 'gt_walsheim_regular';
    font-size: 1.125em;
    margin: 0; }
  @media screen and (min-width: 768px) {
    .contact .two-columns {
      margin: 53px 49px 0 49px; }
      .contact .two-columns .column {
        margin-bottom: 60px;
        width: 50%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
      .contact .two-columns > .column:first-child {
        width: 50%; }
      .contact .two-columns h2 {
        font-size: 2.25em;
        padding-bottom: 12px; }
      .contact .two-columns p {
        font-size: 1.3125em; } }
  @media screen and (min-width: 1024px) {
    .contact .two-columns {
      margin: 53px 98px 0 98px; } }

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