/* ==========================================================================
   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 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-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 {
  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 */
  /* 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; }

body {
  font-family: "source-sans-pro", "Helvetica Neue", "Segoe UI", Ubuntu, Roboto, Helvetica, Arial, sans-serif;
  letter-spacing: 0.03em;
  color: #282828;
  line-height: 1.2em; }

body,
nav,
.comment-section h3 span,
.comment-section form input[type="submit"],
.footer .content.presented-by span {
  font-family: "source-sans-pro", "Helvetica Neue", "Segoe UI", Ubuntu, Roboto, Helvetica, Arial, sans-serif;
  text-transform: lowercase; }

.feed article h3,
.content h1,
.newsletter .newsletter-title,
.related-wrapper h3,
h3.feed-title,
.page__the-text blockquote,
.page__intro,
.welcome-tagline {
  font-family: "ff-good-headline-web-pro-con", sans-serif;
  text-transform: uppercase;
  font-weight: 400; }

.content blockquote {
  font-family: "source-sans-pro", "Helvetica Neue", "Segoe UI", Ubuntu, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.2em; }

h6 {
  margin: 0;
  color: rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
  text-align: right;
  line-height: 17px; }

body {
  font-size: 16px;
  text-rendering: optimizeLegibility;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  line-height: 28px;
  color: #333333;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  padding-top: 75px; }
  @media (max-width: 768px) {
    body {
      padding-top: 0; } }
  body.admin-bar .feed {
    margin-top: 92px; }
  body a {
    text-decoration: none;
    color: inherit; }
    body a:active {
      color: #37698A;
      outline: 0; }

::selection {
  color: white;
  background: #409fff; }

::-moz-selection {
  color: white;
  background: #409fff; }

.feed {
  width: 80%;
  margin: 50px auto; }
  .feed .welcome-tagline {
    text-align: center;
    font-size: 32px;
    color: #3A3A38;
    line-height: 36px;
    margin: 70px auto;
    width: 90%;
    max-width: 840px; }
    @media only screen and (max-width: 768px) {
      .feed .welcome-tagline {
        margin-top: 150px;
        font-size: 24px;
        line-height: 32px; } }
    @media only screen and (max-width: 568px) {
      .feed .welcome-tagline {
        margin: 40px 0;
        width: inherit;
        padding: 0 15px;
        box-sizing: border-box; } }
    .feed .welcome-tagline a {
      font-weight: 500;
      color: #409fff;
      border-bottom: 2px solid transparent;
      -webkit-transition: border-color .2s ease-out;
      transition: border-color .2s ease-out;
      letter-spacing: 0.03em; }
      .feed .welcome-tagline a:hover {
        border-bottom-color: #409fff; }
  .feed article {
    margin-bottom: 96px; }
    .feed article:last-of-type {
      margin-bottom: 192px; }
    .feed article .top .featured-image {
      float: left;
      margin-left: 12.5%;
      width: 75%;
      height: 435px;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover; }
      .feed article .top .featured-image.x-left {
        background-position-x: left; }
      .feed article .top .featured-image.x-center {
        background-position-x: center; }
      .feed article .top .featured-image.x-right {
        background-position-x: right; }
      .feed article .top .featured-image.y-top {
        background-position-y: top; }
      .feed article .top .featured-image.y-center {
        background-position-y: center; }
      .feed article .top .featured-image.y-bottom {
        background-position-y: bottom; }
    .feed article .text {
      position: relative;
      left: 12.5%;
      float: left;
      width: 75%; }
      .feed article .text h3 {
        font-size: 52px;
        line-height: 1.1em;
        color: #3A3A38;
        text-align: center;
        margin: 36px 0 0;
        letter-spacing: 0.005em; }
        .feed article .text h3 a {
          -webkit-transition: color .1s ease-out;
          transition: color .1s ease-out; }
          .feed article .text h3 a:hover {
            color: #484A4D; }
      .feed article .text aside {
        width: 100%;
        text-align: center;
        display: inline-block;
        margin: 17px 0 4px; }
        .feed article .text aside ul {
          padding: 0;
          margin: 0;
          text-align: center;
          list-style: none;
          padding: 0;
          position: relative;
          top: -6px; }
          .feed article .text aside ul li {
            display: inline-block;
            margin: 0 8px;
            text-transform: uppercase;
            font-weight: 400;
            font-size: 12px; }
            .feed article .text aside ul li a {
              color: #616467;
              border-bottom: 1px solid transparent; }
            .feed article .text aside ul li.tags {
              margin-top: 0px;
              display: inline-block; }
              .feed article .text aside ul li.tags a {
                margin-left: 5px; }
                .feed article .text aside ul li.tags a:first-of-type {
                  margin-left: 0; }
          .feed article .text aside ul li {
            list-style: none;
            padding-left: 18px;
            background-image: url("../img/clock.png");
            background-size: 13px 12px;
            background-repeat: no-repeat;
            background-position: left center;
            -webkit-transition: color .1s ease-out;
            transition: color .1s ease-out; }
            @media (min--moz-device-pixel-ratio: 1.3), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
              .feed article .text aside ul li {
                background-image: url("../img/clock@2x.png"); } }
            .feed article .text aside ul li:nth-of-type(2) {
              background-image: url("../img/category.png");
              background-size: 13px 11px; }
              @media (min--moz-device-pixel-ratio: 1.3), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
                .feed article .text aside ul li:nth-of-type(2) {
                  background-image: url("../img/category@2x.png"); } }
            .feed article .text aside ul li:nth-of-type(3) {
              background-image: url("../img/written.png");
              background-size: 12px 12px; }
              @media (min--moz-device-pixel-ratio: 1.3), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
                .feed article .text aside ul li:nth-of-type(3) {
                  background-image: url("../img/written@2x.png"); } }
            .feed article .text aside ul li:nth-of-type(4) {
              background-image: url("../img/tags.png");
              background-size: 13px 13px; }
              @media (min--moz-device-pixel-ratio: 1.3), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
                .feed article .text aside ul li:nth-of-type(4) {
                  background-image: url("../img/tags@2x.png"); } }
            .feed article .text aside ul li a:hover {
              border-bottom-color: #D6D6D6; }
      .feed article .text .excerpt {
        width: 83.2%;
        margin: 0 auto;
        max-width: 640px; }
        .feed article .text .excerpt a.read-more {
          font-weight: 700;
          border-bottom: 1px solid rgba(0, 0, 0, 0.11); }
          .feed article .text .excerpt a.read-more:hover {
            color: #484A4D; }

.archive .feed > h3:first-child {
  text-transform: uppercase;
  text-align: center;
  font-size: 32px;
  letter-spacing: 0.03em;
  margin-top: 53px;
  margin-bottom: 77px; }

article {
  margin-bottom: 48px; }
  article:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }

.fullscreen {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  box-shadow: inset 0px -5px 19px 0px rgba(50, 50, 50, 0.125);
  -webkit-transition: height .3s ease-in;
  transition: height .3s ease-in;
  height: 65vh; }
  .fullscreen .caption {
    position: absolute;
    bottom: 15px;
    right: 35px;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
    font-weight: 600; }
  .fullscreen.x-left {
    background-position-x: left; }
  .fullscreen.x-center {
    background-position-x: center; }
  .fullscreen.x-right {
    background-position-x: right; }
  .fullscreen.y-top {
    background-position-y: top; }
  .fullscreen.y-center {
    background-position-y: center; }
  .fullscreen.y-bottom {
    background-position-y: bottom; }
  .fullscreen iframe {
    position: absolute; }
  .fullscreen h1 {
    position: absolute;
    left: 0;
    top: 50%;
    margin: 0;
    margin-top: -2.5em;
    font-size: 75px;
    font-weight: 100;
    color: #1e1e1f;
    text-transform: uppercase;
    letter-spacing: 0.03em; }
    .fullscreen h1.gone span {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%); }
    .fullscreen h1 span {
      float: left;
      clear: both;
      margin-bottom: 10px;
      padding: 39px 30px 16px 29px;
      box-shadow: 0 0 0 1px rgba(12, 12, 13, 0.075);
      border-radius: 0 2px 2px 0;
      background-color: rgba(255, 255, 255, 0.9);
      line-height: 1.1em; }
      .fullscreen h1 span:first-of-type {
        color: #2aa9e0;
        -webkit-transition: -webkit-transform .3s ease-in;
        transition: -webkit-transform .3s ease-in;
        transition: transform .3s ease-in;
        transition: transform .3s ease-in, -webkit-transform .3s ease-in; }
      .fullscreen h1 span:nth-of-type(2) {
        -webkit-transition: -webkit-transform .3s .1s ease-in;
        transition: -webkit-transform .3s .1s ease-in;
        transition: transform .3s .1s ease-in;
        transition: transform .3s .1s ease-in, -webkit-transform .3s .1s ease-in; }
      .fullscreen h1 span:last-child {
        -webkit-transition: -webkit-transform .3s .2s ease-in;
        transition: -webkit-transform .3s .2s ease-in;
        transition: transform .3s .2s ease-in;
        transition: transform .3s .2s ease-in, -webkit-transform .3s .2s ease-in;
        margin-bottom: 0; }
  .fullscreen .controls {
    position: absolute;
    left: 50%;
    bottom: 10px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
    .fullscreen .controls a {
      background: #fff;
      display: inline-block;
      padding: 8px 10px;
      border-radius: 2px;
      font-size: 12px;
      text-transform: uppercase;
      font-weight: 600;
      box-shadow: 0 0 4px rgba(0, 0, 0, 0.4); }

.content {
  max-width: 960px;
  width: 90%;
  margin: 62px auto;
  padding-bottom: 40px;
  position: relative; }
  .content.content-wide {
    position: relative;
    margin: 0 auto;
    max-width: inherit;
    width: inherit;
    padding: 0; }
  .content blockquote {
    font-size: 36px;
    line-height: 48px;
    text-align: center;
    margin: 0;
    padding: 24px 0; }
  .content .fluid-width-video-wrapper {
    margin: 24px 0; }
  .content h1 {
    font-size: 66px;
    line-height: 1.1em;
    color: #3A3A38;
    text-align: left;
    margin: 0 0 28px 0;
    position: relative;
    top: 0px; }
  .content .top-meta {
    padding: 0;
    display: inline-block;
    margin: 0 0 18px; }
    .content .top-meta li {
      display: inline-block;
      position: relative;
      text-transform: uppercase;
      font-size: 12px;
      color: #616467;
      margin: 0 5px 0 0; }
      .content .top-meta li:first-of-type {
        margin-right: 7px;
        color: #000; }
        .content .top-meta li:first-of-type:after {
          content: "";
          width: 4px;
          height: 1px;
          background: rgba(30, 30, 31, 0.53);
          display: inline-block;
          position: relative;
          top: -3px;
          left: 5px; }
      .content .top-meta li a {
        margin-left: 5px;
        color: #616467;
        border-bottom: 1px solid transparent; }
        .content .top-meta li a:hover {
          border-bottom-color: #D6D6D6; }
        .content .top-meta li a:first-of-type {
          margin-left: 0; }
  .content .the_text {
    width: calc(100% * 2/3);
    max-width: 640px;
    margin: 0 auto; }
    .content .the_text a {
      border-bottom: none; }
    .content .the_text p a,
    .content .the_text ul a,
    .content .the_text ol a {
      border-bottom: 1px solid rgba(0, 0, 0, 0.11); }
      .content .the_text p a:hover,
      .content .the_text ul a:hover,
      .content .the_text ol a:hover {
        color: #484A4D; }
    .content .the_text img {
      width: calc(100% + 100px);
      height: auto;
      margin: 20px -50px; }
      @media only screen and (max-width: 568px) {
        .content .the_text img {
          width: 100%;
          margin: 20px 0; } }
    .content .the_text ul li {
      margin-bottom: 1em; }
  .content aside {
    position: absolute;
    width: 160px; }
    .content aside ul {
      padding: 0;
      margin: 0;
      max-width: 80%; }
      .content aside ul li {
        font-weight: 700;
        font-size: 10px;
        opacity: 0.6;
        list-style: none;
        padding-left: 20px;
        background-repeat: no-repeat;
        text-transform: uppercase;
        letter-spacing: 0.03em;
        margin-top: 8px;
        line-height: 20px; }
        .content aside ul li a {
          border-bottom: 1px solid transparent; }
        .content aside ul li.author {
          background-image: url("../img/written.png");
          background-size: 12px 12px;
          background-position: left top 4px; }
          @media (min--moz-device-pixel-ratio: 1.3), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
            .content aside ul li.author {
              background-image: url("../img/written@2x.png"); } }
        .content aside ul li.tags {
          background-image: url("../img/tags.png");
          background-size: 13px 13px;
          background-position: left top 3px; }
          @media (min--moz-device-pixel-ratio: 1.3), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
            .content aside ul li.tags {
              background-image: url("../img/tags@2x.png"); } }
        .content aside ul li a:hover {
          border-bottom-color: #D6D6D6; }
        .content aside ul li.share {
          background-image: url("../img/share.png");
          background-size: 13px 12px;
          background-position: left top 1px; }
          @media (min--moz-device-pixel-ratio: 1.3), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
            .content aside ul li.share {
              background-image: url("../img/share@2x.png"); } }
          .content aside ul li.share span {
            display: block;
            line-height: 13px;
            margin-bottom: 3px; }

nav {
  width: 100%;
  height: 75px;
  background: #fff;
  position: fixed;
  top: 0;
  z-index: 2;
  font-weight: 700;
  letter-spacing: 0;
  box-shadow: 0px -2px 19px 0px rgba(50, 50, 50, 0.125); }
  body.admin-bar nav {
    top: 32px; }
  @media only screen and (max-width: 568px) {
    nav {
      height: inherit;
      position: relative; } }
  nav #twlogo {
    position: absolute;
    display: block;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 0px; }
    nav #twlogo img {
      display: block;
      width: 160px;
      height: auto;
      padding: 20px;
      max-width: 40vw; }
    nav #twlogo:active {
      outline: 0; }
    @media only screen and (max-width: 568px) {
      nav #twlogo {
        display: inline-block;
        vertical-align: middle;
        position: static;
        -webkit-transform: inherit;
                transform: inherit; }
        nav #twlogo img {
          padding: 15px; } }
  nav .menu a {
    position: absolute; }
    nav .menu a.search {
      right: 30px;
      top: 22px; }
      nav .menu a.search img {
        position: relative;
        top: 5px; }
    nav .menu a.about {
      left: 30px;
      top: 24px; }
    @media only screen and (max-width: 568px) {
      nav .menu a.search {
        top: 16px;
        right: 15px; }
      nav .menu a.about {
        right: 50px;
        top: 16px;
        left: inherit; } }

body .yarpp-related {
  min-height: 50px;
  margin: 0; }
  body .yarpp-related a {
    display: block; }
    body .yarpp-related a:hover {
      opacity: 0.8; }

body .related-posts-section {
  background: #fff; }
  body .related-posts-section .related-wrapper {
    max-width: 960px;
    margin: 0 auto;
    padding: 100px 0; }
    body .related-posts-section .related-wrapper h3 {
      font-weight: 400;
      font-size: 2em;
      text-align: center;
      padding: 0;
      margin-bottom: 50px;
      color: #3A3A38;
      text-transform: uppercase; }
    body .related-posts-section .related-wrapper ul {
      list-style: none;
      padding: 0;
      display: block;
      position: relative;
      text-align: center; }
      body .related-posts-section .related-wrapper ul li {
        width: calc(99% / 3);
        display: inline-block;
        vertical-align: top;
        text-align: left;
        padding: 0 15px;
        box-sizing: border-box;
        -webkit-transition: opacity .3s;
        transition: opacity .3s; }
        @media only screen and (max-width: 640px) {
          body .related-posts-section .related-wrapper ul li {
            width: 100%;
            margin-bottom: 30px;
            padding: 0 25px; } }
        body .related-posts-section .related-wrapper ul li:hover {
          opacity: 0.7; }
        body .related-posts-section .related-wrapper ul li .image-mask {
          height: 200px;
          background-color: #000;
          background-size: cover;
          background-position: center;
          overflow: hidden;
          margin-bottom: 15px; }
        body .related-posts-section .related-wrapper ul li h4 {
          position: relative;
          display: block;
          margin: 0;
          font-size: 20px;
          line-height: 26px;
          text-align: center;
          font-weight: 500;
          color: #3A3A38; }

body.error404 .content {
  min-height: calc(100vh - 460px);
  box-sizing: border-box;
  margin: 0 auto;
  padding-top: 150px; }
  body.error404 .content h3 {
    font-size: 45px;
    text-align: center; }
  body.error404 .content p {
    text-align: center; }
  body.error404 .content a {
    font-weight: 700;
    border-bottom: 2px solid transparent; }
    body.error404 .content a:hover {
      border-bottom-color: white; }

.pagination {
  position: relative;
  bottom: 96px;
  width: 150px;
  margin: 0 auto; }
  .pagination:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }
  .pagination a {
    width: 48px;
    height: 48px;
    border-radius: 48px;
    background-color: #adadad;
    background-repeat: no-repeat;
    display: block;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    text-indent: -999999px; }
    .pagination a:hover {
      background-color: #5d5d5d;
      cursor: pointer; }
  .pagination span {
    overflow: hidden;
    position: relative; }
    .pagination span.disabled {
      opacity: 0.2; }
      .pagination span.disabled a:hover {
        background-color: #adadad;
        cursor: auto; }
    .pagination span.right {
      float: right; }
    .pagination span.left {
      float: left; }
      .pagination span.left a:before {
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
        right: 20px; }
      .pagination span.left a:after {
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        right: 20px; }
    .pagination span a:before, .pagination span a:after {
      content: '';
      display: block;
      position: absolute;
      width: 13px;
      height: 1px;
      right: 17px;
      background: white;
      border-radius: 2px; }
    .pagination span a:before {
      top: 19px;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
    .pagination span a:after {
      bottom: 19px;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }

body.search-active {
  overflow-y: hidden; }
  body.search-active .search-overlay {
    visibility: visible; }

.search-overlay {
  background: rgba(255, 255, 255, 0.96);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  visibility: hidden; }
  .search-overlay form {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 90vw;
    max-width: 600px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-top: -41px; }
    .search-overlay form label {
      display: none; }
    .search-overlay form #s {
      border: 0;
      font-size: 56px;
      border-bottom: 4px solid #D4D7D9;
      padding: 4px 10px;
      width: 90vw;
      max-width: 600px;
      background: transparent;
      font-weight: 500;
      box-sizing: border-box; }
      .search-overlay form #s:focus {
        outline: 0; }
    .search-overlay form #searchsubmit {
      display: none; }
  .search-overlay .close-search {
    position: absolute;
    right: 20px;
    top: 18px;
    display: block;
    background: #fff;
    border-radius: 55px;
    color: #000;
    box-sizing: border-box;
    height: 40px;
    width: 40px;
    text-align: center; }
    .search-overlay .close-search img {
      position: relative;
      top: 9px; }

.search-header {
  text-align: center;
  padding: 13px 0 80px; }
  .search-header h3 {
    margin: 0; }
    .search-header h3 span {
      font-weight: 600; }

.search-no-results .search-header {
  padding-top: 150px; }

.search-no-results .feed {
  height: calc(100vh - 303px); }

.search-no-results .search-again {
  text-align: center; }
  .search-no-results .search-again label {
    display: none; }
  .search-no-results .search-again #s {
    width: 295px;
    background: transparent;
    border: 0;
    border-bottom: 2px solid #E0E0E0;
    line-height: 42px;
    margin-right: 10px;
    display: inline-block; }
    .search-no-results .search-again #s:focus {
      outline: 0;
      border-bottom-color: #C6C6C6; }
  .search-no-results .search-again #searchsubmit {
    border-radius: 3px;
    background: #409FFF;
    height: 44px;
    line-height: 44px;
    padding: 0 12px;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    color: #fff;
    border: 0; }


.page {
  padding-top: 38px; }
  @media only screen and (max-width: 568px) {
    .page {
      padding-top: 0; } }
  .page__header img {
    max-width: 800px;
    height: auto;
    margin: 30px auto;
    width: 100%;
    display: block; }
    @media (max-width: 800px) {
      .page__header img {
        margin: 0 0 30px; } }
  .page__the-text {
    width: calc(100% * 2/3);
    max-width: 640px;
    margin: 0 auto; }
    .page__the-text a {
      text-decoration: underline;
      color: #409fff;
      font-weight: bold; }
    .page__the-text blockquote {
      font-size: 32px;
      line-height: 1.125;
      color: #3A3A38;
      letter-spacing: 0;
      text-align: center;
      text-transform: uppercase; }
      @media only screen and (max-width: 768px) {
        .page__the-text blockquote {
          width: inherit;
          margin: 20px 0;
          font-size: 24px; } }
    @media only screen and (max-width: 768px) {
      .page__the-text {
        width: inherit;
        padding: 0 20px; } }

.newsletter {
  text-align: center;
  background: #FBFBFB;
  padding: 80px 30px; }
  @media only screen and (max-width: 568px) {
    .newsletter {
      padding: 30px; } }
  .newsletter .newsletter-title {
    color: #3A3A38;
    line-height: 1.1em; }
  .newsletter .newsletter-intro {
    font-size: 16px;
    line-height: 24px;
    max-width: 650px;
    margin: 0 auto; }
    .newsletter .newsletter-intro a {
      border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
  .newsletter .newsletter-form {
    width: 500px;
    margin: 0 auto;
    text-align: center; }
    .newsletter .newsletter-form .email {
      width: 295px;
      background: transparent;
      border: 0;
      border-bottom: 2px solid #E0E0E0;
      line-height: 42px;
      margin-right: 10px;
      display: inline-block; }
      .newsletter .newsletter-form .email:focus {
        outline: 0;
        border-bottom-color: #C6C6C6; }
    .newsletter .newsletter-form .button {
      border-radius: 3px;
      background: #409fff;
      height: 44px;
      line-height: 44px;
      padding: 0 12px;
      vertical-align: middle;
      display: inline-block;
      text-align: center;
      color: #fff;
      border: 0; }
    @media only screen and (max-width: 568px) {
      .newsletter .newsletter-form {
        width: inherit; }
        .newsletter .newsletter-form .email {
          width: calc(100vw - 170px); } }
  .newsletter .social-text {
    margin-top: 80px;
    color: #919599;
    font-size: 18px;
    font-weight: 500; }
    .newsletter .social-text a {
      color: #919599;
      border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
    @media only screen and (max-width: 568px) {
      .newsletter .social-text {
        margin-top: 50px; } }

.single-special {
  background-color: #141413;
  padding: 0; }
  .single-special ::selection,
  .single-special ::-moz-selection {
    background: #111; }
  .single-special .special__logo {
    top: 60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    position: absolute;
    z-index: 15;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 0;
    -webkit-animation: fadeIn 1.2s forwards;
            animation: fadeIn 1.2s forwards;
    max-width: 40vw; }
    .single-special .special__logo img {
      display: block;
      width: 100%;
      height: auto; }
    @media (max-width: 768px) {
      .single-special .special__logo {
        top: 20px; } }
  .single-special.video-playing .letter_container,
  .single-special.video-playing .play-again,
  .single-special.video-playing .share_project,
  .single-special.video-playing .tw-preheader,
  .single-special.video-playing .play-video,
  .single-special.video-playing .wt-studio-presents {
    opacity: 0 !important;
    -webkit-animation: inherit !important;
            animation: inherit !important;
    -webkit-transition: 1s;
    transition: 1s; }
  .single-special.video-playing .more {
    bottom: 20px !important;
    z-index: 100;
    opacity: 0.3 !important;
    -webkit-transform: scale(0.5) rotate(-90deg);
            transform: scale(0.5) rotate(-90deg); }
  .single-special.video-playing .special__heading .bg {
    opacity: 0.2; }
  .single-special.video-playing .special__heading {
    pointer-events: none; }
  .single-special.ready-to-play .play-video.show {
    -webkit-animation: fadeIn 1s forwards;
            animation: fadeIn 1s forwards; }
  .single-special.done-playing .play-video {
    display: none; }
  .single-special.done-playing .play-again {
    display: inline-block;
    -webkit-animation: fadeIn 1s forwards;
            animation: fadeIn 1s forwards; }
  .single-special.done-playing .share_project {
    opacity: 1;
    visibility: visible; }
  .single-special.done-playing .center_block {
    top: 40%; }
    @media (max-width: 768px) {
      .single-special.done-playing .center_block {
        top: 36%; } }

.special__heading {
  position: relative;
  height: 100vh;
  margin-bottom: 120px; }
  .special__heading .bg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-size: cover;
    background-position: center center;
    opacity: 0.65;
    -webkit-transition: opacity 1s;
    transition: opacity 1s; }
    @media (max-width: 768px) {
      .special__heading .bg {
        bottom: 50vh;
        opacity: 1; } }
  .special__heading .center_block {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 50; }
    @media (max-width: 768px) {
      .special__heading .center_block {
        top: 36%; } }
  .special__heading .wt-studio-presents {
    font-family: "ff-good-headline-web-pro-con";
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 3px;
    color: #fff;
    display: block;
    text-align: center;
    margin-bottom: 8vh;
    opacity: 0;
    -webkit-transition: opacity 1.2s;
    transition: opacity 1.2s; }
    .special__heading .wt-studio-presents.show {
      opacity: 1; }
    @media (max-width: 768px) {
      .special__heading .wt-studio-presents {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 20px; } }
  .special__heading .play-video,
  .special__heading .play-again {
    position: absolute;
    margin: 0 auto;
    padding: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    text-transform: uppercase;
    font-size: 40px;
    white-space: nowrap;
    z-index: 100;
    color: #fff;
    font-family: "ff-good-headline-web-pro-con";
    letter-spacing: 5px;
    opacity: 0; }
    .special__heading .play-video:focus,
    .special__heading .play-again:focus {
      outline: 0; }
    .special__heading .play-video:hover:after,
    .special__heading .play-again:hover:after {
      left: 120px; }
    .special__heading .play-video:before,
    .special__heading .play-again:before {
      width: 4px;
      height: 35px;
      position: absolute;
      right: -5px;
      top: 20px;
      content: '';
      background: #fff; }
    .special__heading .play-video:after,
    .special__heading .play-again:after {
      content: '';
      height: 4px;
      left: 10px;
      right: -5px;
      bottom: -10px;
      position: absolute;
      background: #fff;
      -webkit-transition: all .4s;
      transition: all .4s; }
    @media (max-width: 768px) {
      .special__heading .play-video,
      .special__heading .play-again {
        display: none !important; } }
  .special__heading .play-again {
    display: none;
    bottom: 24vh; }
  .special__heading .play-video {
    display: inline-block;
    bottom: 14vh; }
  .special__heading .letter_container {
    position: relative;
    padding-top: 37%;
    width: 100%;
    z-index: 100;
    -webkit-transition: opacity 1s;
    transition: opacity 1s; }
  .special__heading .baltimore_container,
  .special__heading .project_container {
    width: 75vw;
    max-width: 550px; }
  .special__heading .baltimore_container img {
    width: 11%;
    display: block;
    height: auto;
    position: absolute;
    vertical-align: bottom;
    margin: 0;
    padding: 0;
    -webkit-user-select: none;
            user-select: none;
    left: 0;
    top: 0;
    opacity: 0; }
  .special__heading .baltimore_container #bone {
    left: 0%; }
  .special__heading .baltimore_container #aone {
    left: 9%; }
  .special__heading .baltimore_container #lone {
    left: 22.5%; }
  .special__heading .baltimore_container #tone {
    left: 32.4%; }
  .special__heading .baltimore_container #ione {
    left: 44.2%; }
  .special__heading .baltimore_container #mone {
    left: 51%; }
  .special__heading .baltimore_container #oone {
    left: 65%; }
  .special__heading .baltimore_container #rone {
    left: 77%; }
  .special__heading .baltimore_container #eone {
    left: 89.5%; }
  @media (min-width: 769px) {
    .special__heading .baltimore_container.show img {
      -webkit-animation: inout 1.8s forwards;
              animation: inout 1.8s forwards;
      -webkit-transition: opacity 0.3s;
      transition: opacity 0.3s; } }
  @media (max-width: 768px) {
    .special__heading .baltimore_container.show img {
      opacity: 1;
      -webkit-transition: opacity 1s;
      transition: opacity 1s; } }
  .special__heading .project_container img {
    width: 8%;
    display: block;
    height: auto;
    position: absolute;
    margin: 0;
    padding: 0;
    bottom: 0;
    opacity: 0; }
  .special__heading .project_container #dtwo {
    left: 0%; }
  .special__heading .project_container #atwo {
    left: 8%; }
  .special__heading .project_container #ntwo {
    left: 17.2%; }
  .special__heading .project_container #ctwo {
    left: 25.2%; }
  .special__heading .project_container #etwo {
    left: 33.2%; }
  .special__heading .project_container #pthree {
    left: 45%; }
  .special__heading .project_container #rthree {
    left: 52%; }
  .special__heading .project_container #othree {
    left: 60%; }
  .special__heading .project_container #jthree {
    left: 68.3%; }
  .special__heading .project_container #ethree {
    left: 74.6%; }
  .special__heading .project_container #cthree {
    left: 82.8%; }
  .special__heading .project_container #tthree {
    left: 90.4%; }
  @media (min-width: 769px) {
    .special__heading .project_container.show img {
      -webkit-animation: inout 1.8s forwards;
              animation: inout 1.8s forwards;
      -webkit-transition: opacity 0.3s;
      transition: opacity 0.3s; } }
  @media (max-width: 768px) {
    .special__heading .project_container.show img {
      opacity: 1;
      -webkit-transition: opacity 1s;
      transition: opacity 1s; } }
  .special__heading .share_project {
    position: absolute;
    text-align: center;
    bottom: 5vh;
    left: 0;
    right: 0;
    color: #fff;
    z-index: 50;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 1s;
    transition: opacity 1s; }
    .special__heading .share_project p {
      display: inline-block;
      font-size: 20px;
      line-height: 30px;
      margin-right: 30px;
      vertical-align: middle; }
    .special__heading .share_project a {
      position: relative;
      display: inline-block;
      font-family: "ff-good-headline-web-pro-con";
      text-transform: uppercase;
      margin: 0 10px;
      font-size: 24px;
      line-height: 30px;
      letter-spacing: 2px;
      vertical-align: middle; }
      .special__heading .share_project a:after {
        content: '';
        height: 2px;
        left: -5px;
        right: -5px;
        top: 15px;
        position: absolute;
        background: #fff;
        -webkit-transition: .13s;
        transition: .13s; }
      .special__heading .share_project a:hover:after {
        height: 6px;
        top: 13px;
        left: -10px;
        right: -10px;
        background: rgba(255, 255, 255, 0.3); }
    @media (max-width: 768px) {
      .special__heading .share_project {
        display: none; } }
  .special__heading .more {
    position: absolute;
    bottom: 40px;
    right: 0px;
    opacity: 0;
    -webkit-transform: translateX(-50%) rotate(-90deg);
            transform: translateX(-50%) rotate(-90deg);
    z-index: 100;
    -webkit-transition: 1.2s;
    transition: 1.2s;
    cursor: pointer;
    background: no-repeat url(./arrow.svg);
    background-size: 68px;
    width: 68px;
    height: 37px; }
    .special__heading .more.show {
      bottom: 50px;
      opacity: 1; }
    .special__heading .more:hover {
      bottom: 45px; }
  .special__heading:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: -webkit-linear-gradient(top, rgba(20, 20, 19, 0) 0%, #141413 100%);
    background: linear-gradient(-180deg, rgba(20, 20, 19, 0) 0%, #141413 100%);
    height: 40vh; }
    @media (max-width: 768px) {
      .special__heading:after {
        height: 25vh;
        bottom: 50vh;
        z-index: 2; } }
  @media (max-width: 768px) {
    .special__heading {
      margin-bottom: 0; } }

.special__video {
  height: calc(100vh);
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  opacity: 0; }
  @media (max-width: 768px) {
    .special__video {
      height: inherit;
      width: calc(100vw - 40px);
      left: 20px;
      right: 20px;
      padding-top: 50%;
      top: 55vh;
      opacity: 0;
      -webkit-animation: fadeIn 1s 3s forwards;
              animation: fadeIn 1s 3s forwards; }
      .special__video #player {
        opacity: 1; } }
  .special__video #player {
    position: absolute;
    bottom: -100px;
    top: -100px;
    height: calc(100% + 200px);
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
    pointer-events: none; }
    @media (max-width: 768px) {
      .special__video #player {
        pointer-events: inherit; } }
  .special__video .progress {
    position: absolute;
    height: 3px;
    background: rgba(255, 255, 255, 0.45);
    left: 0;
    top: 0;
    -webkit-transition: width .4s;
    transition: width .4s; }
    @media (max-width: 768px) {
      .special__video .progress {
        display: none; } }
  @media (min-width: 769px) {
    .special__video.video-done {
      opacity: 0; }
      .special__video.video-done #player {
        opacity: 0;
        -webkit-transition: 0s;
        transition: 0s; } }
  .special__video.playing {
    opacity: 1; }
    .special__video.playing .mute {
      opacity: 1; }
    .special__video.playing #player {
      opacity: 1; }
  .special__video .mute {
    position: absolute;
    right: 30px;
    top: 30px;
    width: 13px;
    height: 12px;
    padding: 6px;
    background: no-repeat left 6px center url(mute.svg);
    z-index: 12;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: opacity 1s;
    transition: opacity 1s; }
    .special__video .mute:hover {
      opacity: 0.7; }
    .special__video .mute.muted {
      background-position: -22px; }

.special__intro {
  text-align: center;
  padding: 150px;
  color: #fff; }

.special__content {
  max-width: 940px;
  margin: 0 auto; }

.special__block_header span {
  font-size: 100px;
  font-weight: 900;
  font-family: "ff-good-headline-web-pro-con";
  color: #fff;
  letter-spacing: 25px;
  text-transform: uppercase;
  margin-bottom: 100px;
  position: relative; }
  .special__block_header span:after {
    content: '';
    height: 4px;
    left: -10px;
    right: -10px;
    top: 65px;
    background: #fff;
    position: absolute; }

.special__block {
  position: relative;
  margin: 50px 0 100px; }
  @media (max-width: 768px) {
    .special__block {
      margin: 50px 25px; } }
  .special__block .block_meta {
    position: absolute;
    left: 0;
    top: 8px;
    width: 150px; }
    .special__block .block_meta div {
      display: inline-block;
      margin-right: 10px; }
      .special__block .block_meta div.mobile-only {
        display: none; }
        @media (max-width: 768px) {
          .special__block .block_meta div.mobile-only {
            display: inline-block; } }
    .special__block .block_meta .meta_title {
      color: rgba(255, 255, 255, 0.5);
      font-size: 10px;
      line-height: 10px;
      text-transform: uppercase;
      display: block;
      margin-bottom: 2px;
      letter-spacing: 1px; }
    .special__block .block_meta .meta_content {
      font-family: "ff-good-headline-web-pro-con";
      text-transform: uppercase;
      font-size: 18px;
      line-height: 18px;
      color: #fff;
      font-weight: 400; }
      .special__block .block_meta .meta_content a {
        margin-right: 10px; }
    @media (max-width: 768px) {
      .special__block .block_meta {
        position: static;
        width: inherit; } }
  .special__block .block_content {
    width: 640px; }
    .special__block .block_content p {
      color: #fff;
      font-size: 16px;
      line-height: 30px; }
    @media (max-width: 1024px) {
      .special__block .block_content {
        width: 70%; } }
    @media (max-width: 768px) {
      .special__block .block_content {
        width: inherit;
        padding-left: inherit; } }
  .special__block .block_pullquote {
    position: absolute;
    left: 0;
    top: 100px;
    width: 240px;
    margin: 0;
    font-family: "bodoni-urw";
    color: #fff;
    text-transform: uppercase;
    padding: 10px 0;
    box-sizing: border-box; }
    .special__block .block_pullquote p {
      display: block;
      letter-spacing: 3px;
      font-size: 20px;
      line-height: 40px;
      margin: 0; }
    .special__block .block_pullquote a {
      display: inline-block;
      font-size: 16px;
      line-height: 16px;
      color: #fff;
      letter-spacing: 2px;
      margin-top: 10px;
      position: relative;
      font-family: "ff-good-headline-web-pro-con"; }
      .special__block .block_pullquote a:after {
        content: '';
        position: absolute;
        left: -3px;
        right: -3px;
        top: 7px;
        background: #fff;
        height: 2px;
        -webkit-transition: .2s;
        transition: .2s; }
      .special__block .block_pullquote a:hover:after {
        height: 4px;
        top: 6px;
        background: rgba(255, 255, 255, 0.145); }
    @media (max-width: 1024px) {
      .special__block .block_pullquote {
        width: 25%; } }
    @media (max-width: 768px) {
      .special__block .block_pullquote {
        position: static;
        width: inherit;
        padding: 10vw 0 10px 10vw;
        border-left: 3px solid #fff;
        border-top: 3px solid #fff;
        text-align: left;
        margin: 50px 0; }
        .special__block .block_pullquote p {
          font-size: 16px;
          line-height: 32px;
          letter-spacing: 2px; } }

.special__block.right .block_content {
  padding-left: 300px; }
  @media (max-width: 1024px) {
    .special__block.right .block_content {
      padding-left: 29%; } }
  @media (max-width: 768px) {
    .special__block.right .block_content {
      padding: 0; } }

@media (min-width: 769px) {
  .special__block.left .block_pullquote {
    left: inherit;
    right: 0;
    text-align: right; } }

.special__block.center .block_content {
  margin: 0 auto; }

.special__gif {
  max-width: 940px;
  margin: 100px auto;
  position: relative; }
  @media (min-width: 769px) {
    .special__gif:hover .quote {
      right: -60px;
      opacity: 0; }
    .special__gif:hover .thevideo {
      opacity: 1; } }

@media (min-width: 769px) and (min-width: 1080px) {
  .special__gif:hover .quote {
    right: -100px; }
  .special__gif:hover .thevideo {
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.15);
    -webkit-transform: scale(1.1);
            transform: scale(1.1); } }
  .special__gif .thevideo {
    width: 100%;
    box-shadow: 0 10px 45px rgba(0, 0, 0, 0.6);
    -webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    z-index: 5;
    opacity: 0.7; }
    @media (max-width: 768px) {
      .special__gif .thevideo {
        display: none; } }
  .special__gif .mobile-only {
    display: none;
    position: relative; }
    .special__gif .mobile-only img {
      width: 100%;
      height: auto;
      display: block; }
    @media (max-width: 768px) {
      .special__gif .mobile-only {
        display: block; }
        .special__gif .mobile-only:after {
          content: "";
          background-image: -webkit-linear-gradient(rgba(20, 20, 19, 0) 0%, #141413 100%);
          background-image: linear-gradient(rgba(20, 20, 19, 0) 0%, #141413 100%);
          position: absolute;
          bottom: -5px;
          left: 0;
          right: 0;
          top: 60%; } }
  .special__gif .quote {
    font-family: "bodoni-urw";
    letter-spacing: 3px;
    font-size: 20px;
    line-height: 40px;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    right: -40px;
    bottom: 10%;
    margin: 0;
    text-align: right;
    -webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    z-index: 10;
    width: 260px; }
    @media (max-width: 1024px) {
      .special__gif .quote {
        right: 40px; } }
    @media (max-width: 768px) {
      .special__gif .quote {
        right: 0;
        width: inherit;
        padding: 0 25px;
        bottom: -46px;
        font-size: 16px;
        line-height: 30px;
        letter-spacing: 2px;
        text-align: right; } }
  .special__gif.alt .quote {
    right: inherit;
    left: -40px;
    text-align: left; }
    @media (max-width: 1024px) {
      .special__gif.alt .quote {
        left: 40px; } }
    @media (max-width: 768px) {
      .special__gif.alt .quote {
        text-align: right; } }
  .special__gif.alt:hover .quote {
    right: inherit;
    left: -100px; }

.special__bigquote {
  margin: 100px auto;
  height: 90vh;
  background-size: cover;
  background-position: center center;
  position: relative; }
  .special__bigquote .quote {
    position: absolute;
    left: 20%;
    bottom: 20%;
    width: 24%;
    font-family: "bodoni-urw";
    letter-spacing: 4px;
    font-size: 20px;
    line-height: 2;
    color: #fff;
    text-transform: uppercase;
    width: 230px; }
    @media (max-width: 1440px) {
      .special__bigquote .quote {
        font-size: 2vw; } }
  @media (max-width: 1440px) {
    .special__bigquote {
      height: inherit; }
      .special__bigquote:after {
        padding-top: 56.25%;
        display: block;
        content: ''; } }
  @media (max-width: 768px) {
    .special__bigquote .quote {
      left: 20px;
      width: inherit;
      padding: 0 25px;
      bottom: -84px;
      font-size: 16px;
      line-height: 30px;
      letter-spacing: 2px; }
    .special__bigquote:before {
      content: "";
      background-image: -webkit-linear-gradient(rgba(20, 20, 19, 0) 0%, #141413 100%);
      background-image: linear-gradient(rgba(20, 20, 19, 0) 0%, #141413 100%);
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      top: 60%; } }

.special__gallery {
  margin: 100px 0; }
  @media (max-width: 768px) {
    .special__gallery {
      display: none; } }
  .special__gallery.hide {
    display: none; }
  .special__gallery .slick-slide {
    opacity: 0.5;
    -webkit-transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    cursor: -webkit-grab;
    cursor: -moz-grab; }
    .special__gallery .slick-slide.slick-active {
      opacity: 1; }
    .special__gallery .slick-slide img {
      margin: 25px 2vw;
      -webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
      transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
      max-height: 80vh;
      box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.5); }
  .special__gallery .slick-arrow {
    -webkit-appearance: none;
    background: no-repeat url(arrow.svg);
    width: 85px;
    height: 46px;
    border: 0;
    font-size: 0;
    position: absolute;
    z-index: 10;
    padding: 10px;
    -webkit-transition: .3s;
    transition: .3s; }
    .special__gallery .slick-arrow:focus {
      outline: 0; }
    .special__gallery .slick-arrow.slick-prev {
      left: 40px;
      top: 0px; }
      .special__gallery .slick-arrow.slick-prev:hover {
        -webkit-transform: scale(1.1);
                transform: scale(1.1); }
    .special__gallery .slick-arrow.slick-next {
      right: 40px;
      bottom: 0px;
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
      .special__gallery .slick-arrow.slick-next:hover {
        -webkit-transform: rotate(180deg) scale(1.1);
                transform: rotate(180deg) scale(1.1); }

.single-special .related-posts-section {
  border-top: 1px solid #222;
  background: inherit; }
  .single-special .related-posts-section .related-wrapper img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 12px; }
  .single-special .related-posts-section .related-wrapper h3,
  .single-special .related-posts-section .related-wrapper ul li h4 {
    color: #bfbfbf; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  outline: 0;
  -webkit-user-select: none;
          user-select: none;
  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,
.slick-slider .slick-list {
  -webkit-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:focus {
    outline: 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-arrow.slick-hidden {
  display: none; }

.special__footer {
  margin: 200px 0 0; }
  .special__footer.inview .footer__circle .inner {
    -webkit-animation: innerCircleShow .8s 1.2s forwards;
            animation: innerCircleShow .8s 1.2s forwards; }
  .special__footer.inview svg #circle .dot {
    -webkit-animation: fadeIn .3s forwards;
            animation: fadeIn .3s forwards; }
  .special__footer .footer__circle {
    width: 280px;
    height: 280px;
    position: relative;
    margin: 0 auto; }
    .special__footer .footer__circle .inner {
      position: absolute;
      left: 50%;
      top: 50%;
      display: block;
      opacity: 0; }
    .special__footer .footer__circle svg {
      display: block;
      max-width: 80vw;
      margin: 0 auto; }
      .special__footer .footer__circle svg #circle .dot {
        opacity: 0; }
      .special__footer .footer__circle svg #circle .dot:nth-child(1) {
        -webkit-animation-delay: 0.05s;
                animation-delay: 0.05s; }
      .special__footer .footer__circle svg #circle .dot:nth-child(2) {
        -webkit-animation-delay: 0.1s;
                animation-delay: 0.1s; }
      .special__footer .footer__circle svg #circle .dot:nth-child(3) {
        -webkit-animation-delay: 0.15s;
                animation-delay: 0.15s; }
      .special__footer .footer__circle svg #circle .dot:nth-child(4) {
        -webkit-animation-delay: 0.2s;
                animation-delay: 0.2s; }
      .special__footer .footer__circle svg #circle .dot:nth-child(5) {
        -webkit-animation-delay: 0.25s;
                animation-delay: 0.25s; }
      .special__footer .footer__circle svg #circle .dot:nth-child(6) {
        -webkit-animation-delay: 0.3s;
                animation-delay: 0.3s; }
      .special__footer .footer__circle svg #circle .dot:nth-child(7) {
        -webkit-animation-delay: 0.35s;
                animation-delay: 0.35s; }
      .special__footer .footer__circle svg #circle .dot:nth-child(8) {
        -webkit-animation-delay: 0.4s;
                animation-delay: 0.4s; }
      .special__footer .footer__circle svg #circle .dot:nth-child(9) {
        -webkit-animation-delay: 0.45s;
                animation-delay: 0.45s; }
      .special__footer .footer__circle svg #circle .dot:nth-child(10) {
        -webkit-animation-delay: 0.5s;
                animation-delay: 0.5s; }
      .special__footer .footer__circle svg #circle .dot:nth-child(11) {
        -webkit-animation-delay: 0.55s;
                animation-delay: 0.55s; }
      .special__footer .footer__circle svg #circle .dot:nth-child(12) {
        -webkit-animation-delay: 0.6s;
                animation-delay: 0.6s; }
      .special__footer .footer__circle svg #circle .dot:nth-child(13) {
        -webkit-animation-delay: 0.65s;
                animation-delay: 0.65s; }
      .special__footer .footer__circle svg #circle .dot:nth-child(14) {
        -webkit-animation-delay: 0.7s;
                animation-delay: 0.7s; }
      .special__footer .footer__circle svg #circle .dot:nth-child(15) {
        -webkit-animation-delay: 0.75s;
                animation-delay: 0.75s; }
      .special__footer .footer__circle svg #circle .dot:nth-child(16) {
        -webkit-animation-delay: 0.8s;
                animation-delay: 0.8s; }
      .special__footer .footer__circle svg #circle .dot:nth-child(17) {
        -webkit-animation-delay: 0.85s;
                animation-delay: 0.85s; }
      .special__footer .footer__circle svg #circle .dot:nth-child(18) {
        -webkit-animation-delay: 0.9s;
                animation-delay: 0.9s; }
      .special__footer .footer__circle svg #circle .dot:nth-child(19) {
        -webkit-animation-delay: 0.95s;
                animation-delay: 0.95s; }
      .special__footer .footer__circle svg #circle .dot:nth-child(20) {
        -webkit-animation-delay: 1s;
                animation-delay: 1s; }
      .special__footer .footer__circle svg #circle .dot:nth-child(21) {
        -webkit-animation-delay: 1.05s;
                animation-delay: 1.05s; }
      .special__footer .footer__circle svg #circle .dot:nth-child(22) {
        -webkit-animation-delay: 1.1s;
                animation-delay: 1.1s; }
      .special__footer .footer__circle svg #circle .dot:nth-child(23) {
        -webkit-animation-delay: 1.15s;
                animation-delay: 1.15s; }
      .special__footer .footer__circle svg #circle .dot:nth-child(24) {
        -webkit-animation-delay: 1.2s;
                animation-delay: 1.2s; }
      .special__footer .footer__circle svg #circle .dot:nth-child(25) {
        -webkit-animation-delay: 1.25s;
                animation-delay: 1.25s; }
      .special__footer .footer__circle svg #circle .dot:nth-child(26) {
        -webkit-animation-delay: 1.3s;
                animation-delay: 1.3s; }
      .special__footer .footer__circle svg #circle .dot:nth-child(27) {
        -webkit-animation-delay: 1.35s;
                animation-delay: 1.35s; }
      .special__footer .footer__circle svg #circle .dot:nth-child(28) {
        -webkit-animation-delay: 1.4s;
                animation-delay: 1.4s; }
      .special__footer .footer__circle svg #circle .dot:nth-child(29) {
        -webkit-animation-delay: 1.45s;
                animation-delay: 1.45s; }
      .special__footer .footer__circle svg #circle .dot:nth-child(30) {
        -webkit-animation-delay: 1.5s;
                animation-delay: 1.5s; }
      .special__footer .footer__circle svg #circle .dot:nth-child(31) {
        -webkit-animation-delay: 1.55s;
                animation-delay: 1.55s; }
      .special__footer .footer__circle svg #circle .dot:nth-child(32) {
        -webkit-animation-delay: 1.6s;
                animation-delay: 1.6s; }
      .special__footer .footer__circle svg #circle .dot:nth-child(33) {
        -webkit-animation-delay: 1.65s;
                animation-delay: 1.65s; }
      .special__footer .footer__circle svg #circle .dot:nth-child(34) {
        -webkit-animation-delay: 1.7s;
                animation-delay: 1.7s; }
      .special__footer .footer__circle svg #circle .dot:nth-child(35) {
        -webkit-animation-delay: 1.75s;
                animation-delay: 1.75s; }
      .special__footer .footer__circle svg #circle .dot:nth-child(36) {
        -webkit-animation-delay: 1.8s;
                animation-delay: 1.8s; }
      .special__footer .footer__circle svg #circle .dot:nth-child(37) {
        -webkit-animation-delay: 1.85s;
                animation-delay: 1.85s; }
      .special__footer .footer__circle svg #circle .dot:nth-child(38) {
        -webkit-animation-delay: 1.9s;
                animation-delay: 1.9s; }
      .special__footer .footer__circle svg #circle .dot:nth-child(39) {
        -webkit-animation-delay: 1.95s;
                animation-delay: 1.95s; }
      .special__footer .footer__circle svg #circle .dot:nth-child(40) {
        -webkit-animation-delay: 2s;
                animation-delay: 2s; }
  .special__footer .footer_share_project {
    text-align: center;
    color: #fff;
    padding: 150px 0; }
    .special__footer .footer_share_project p {
      display: block;
      max-width: 400px;
      margin: 0 auto 30px;
      font-family: "bodoni-urw";
      font-size: 30px;
      color: #fff;
      letter-spacing: 3px;
      line-height: 40px;
      text-transform: uppercase; }
    .special__footer .footer_share_project a {
      position: relative;
      display: inline-block;
      font-family: "ff-good-headline-web-pro-con";
      text-transform: uppercase;
      margin: 0 10px;
      font-size: 24px;
      line-height: 30px;
      letter-spacing: 2px; }
      .special__footer .footer_share_project a:after {
        content: '';
        height: 2px;
        left: -5px;
        right: -5px;
        top: 15px;
        position: absolute;
        background: #fff;
        -webkit-transition: .13s;
        transition: .13s; }
      .special__footer .footer_share_project a:hover:after {
        height: 6px;
        top: 13px;
        left: -10px;
        right: -10px;
        background: rgba(255, 255, 255, 0.3); }
    @media (max-width: 768px) {
      .special__footer .footer_share_project {
        padding: 50px 20px; }
        .special__footer .footer_share_project p {
          font-size: 24px;
          line-height: 28px; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes inout {
  0% {
    opacity: 0; }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes inout {
  0% {
    opacity: 0; }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes innerCircleShow {
  from {
    opacity: 0;
    -webkit-transform: translate(-31px, -33px);
            transform: translate(-31px, -33px); }
  30% {
    opacity: 0; }
  to {
    opacity: 1;
    -webkit-transform: translate(-31px, -53px);
            transform: translate(-31px, -53px); } }

@keyframes innerCircleShow {
  from {
    opacity: 0;
    -webkit-transform: translate(-31px, -33px);
            transform: translate(-31px, -33px); }
  30% {
    opacity: 0; }
  to {
    opacity: 1;
    -webkit-transform: translate(-31px, -53px);
            transform: translate(-31px, -53px); } }

.page__the-text a.company-block {
  text-decoration: none;
  background-color: #FBFBFB;
  font-size: 16px;
  color: #17181A;
  line-height: 26px;
  border-radius: 5px;
  display: -webkit-box;
  display: flex;
  font-weight: normal;
  width: calc(100% + 120px);
  margin: 24px 0 24px -60px;
  border: 1px solid #E8EBED;
  -webkit-transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1); }
  .page__the-text a.company-block:hover {
    background-color: #F1F1F1; }
  .page__the-text a.company-block p {
    border-left: 1px solid #E8EBED;
    align-self: center;
    margin: 20px 0;
    padding: 20px; }
  .page__the-text a.company-block img {
    padding: 0 50px; }
  @media (max-width: 600px) {
    .page__the-text a.company-block {
      display: block;
      width: inherit;
      margin: 30px 0;
      padding: 20px; }
      .page__the-text a.company-block img {
        display: block;
        margin: 20px auto 10px; }
      .page__the-text a.company-block p {
        margin: 0;
        padding: 0; } }

@media only screen and (max-width: 1200px) {
  .feed article .top .featured-image {
    margin-left: 0;
    width: 100%;
    border-radius: 0; }
  .feed article .top aside {
    float: none;
    display: none; }
  .feed article .text h3 {
    margin-bottom: 0; } }

@media only screen and (max-width: 1024px) {
  .feed article .text {
    left: 0;
    width: 100%; } }

@media only screen and (max-width: 768px) {
  .feed {
    width: 100%;
    margin: 0 auto; }
    .feed article .text h3 {
      font-size: 34px;
      max-width: 80%;
      margin: 50px auto 12px; }
    .feed article .text aside {
      margin-top: 0;
      margin-bottom: 5px; }
      .feed article .text aside ul {
        text-align: center; }
        .feed article .text aside ul li {
          margin: 0 5px !important;
          background-image: none;
          padding-left: 0;
          font-size: 10px; }
          .feed article .text aside ul li:nth-of-type(2), .feed article .text aside ul li:nth-of-type(3), .feed article .text aside ul li:nth-of-type(4) {
            background-image: none; }
          .feed article .text aside ul li:nth-of-type(1):after, .feed article .text aside ul li:nth-of-type(2):after {
            content: "";
            display: inline-block;
            width: 5px;
            height: 1px;
            position: relative;
            left: 5px;
            top: -2.5px;
            background: rgba(0, 0, 0, 0.4); }
          .feed article .text aside ul li.tags {
            background-image: url("../img/tags.png");
            background-size: "13px" "13px";
            background-position-y: 5px;
            background-size: 11px 11px;
            padding-left: 20px;
            margin-top: 0;
            text-transform: uppercase;
            position: relative;
            top: -8px; } }
          @media only screen and (max-width: 768px) and (min--moz-device-pixel-ratio: 1.3), only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (max-width: 768px) and (min-device-pixel-ratio: 1.3), only screen and (max-width: 768px) and (min-resolution: 1.3dppx) {
            .feed article .text aside ul li.tags {
              background-image: url("../img/tags@2x.png"); } }

@media only screen and (max-width: 768px) {
    .feed article .text .excerpt {
      width: 94%; } }

@media only screen and (max-width: 568px) {
  .feed article {
    margin-bottom: 48px; }
    .feed article .top .featured-image {
      border-radius: 0; }
    .feed article .text h3 {
      text-align: left;
      width: 100%;
      max-width: 100%;
      padding: 0 15px;
      box-sizing: border-box;
      margin-bottom: 0px;
      margin-top: 24px;
      font-size: 24px; }
    .feed article .text aside {
      margin-top: 10px;
      margin-bottom: 0;
      text-align: left;
      padding: 0 15px;
      width: 100%;
      box-sizing: border-box; }
      .feed article .text aside ul {
        display: block;
        text-align: left; }
        .feed article .text aside ul li {
          font-size: 12px;
          line-height: 18px;
          margin: 0 5px 0 0 !important; }
          .feed article .text aside ul li.tags {
            display: none; }
    .feed article .excerpt {
      width: 100% !important;
      padding: 0 15px;
      box-sizing: border-box; }
      .feed article .excerpt p {
        margin-top: 0; } }

@media only screen and (max-width: 768px) {
  .content {
    width: 100%;
    padding: 0 15px;
    overflow: hidden;
    margin-top: 36px;
    box-sizing: border-box; }
    .content h1 {
      font-size: 36px;
      margin: 12px 0 0; }
    .content ul.top-meta {
      margin-bottom: 0; }
    .content aside {
      position: static;
      width: inherit; }
      .content aside ul {
        max-width: inherit; }
        .content aside ul li {
          display: inline-block;
          white-space: nowrap;
          margin-right: 10px;
          line-height: 18px;
          vertical-align: top; }
          .content aside ul li.share span {
            display: inline-block;
            margin-right: 4px; }
    .content .the_text {
      width: 100%;
      max-width: 100%; } }

@media only screen and (max-width: 568px) {
  .content ul.top-meta {
    display: block; }
  .content h1 {
    font-size: 32px;
    margin-top: 12px;
    margin-bottom: 0; }
  .content blockquote {
    font-size: 18px;
    width: 90%;
    margin: 0 auto;
    line-height: 28px;
    text-align: left;
    padding: 12px 0; }
  .fullscreen .caption {
    display: none; }
  .fullscreen .controls {
    bottom: 24px;
    right: 24px; } }

@media only screen and (max-width: 768px) {
  nav a.back-home {
    left: 15px;
    top: 15px;
    width: 64px;
    height: 64px;
    background-size: 64px; }
  nav a.about {
    font-size: 14px; } }

@media only screen and (max-width: 1024px) {
  .comment-section {
    padding-left: 0; } }

@media only screen and (max-width: 568px) {
  .comment-section .comment-author {
    float: none; }
  .comment-section .comment-meta {
    left: 0; } }

@media only screen and (max-width: 568px) {
  body.error404 .content .peggie {
    width: 90%;
    margin-left: 5%;
    height: 200px; } }

html.touch .fullscreen .controls {
  display: none; }
