@font-face {
  font-family: "GT Walsheim";
  src: url("/assets/fonts/GT-Walsheim-Regular.ttf");
  font-weight: 300; }
@font-face {
  font-family: "GT Walsheim";
  src: url("/assets/fonts/GT-Walsheim-Regular-Oblique.ttf");
  font-weight: 300;
  font-style: italic; }
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

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

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

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

html {
  box-sizing: border-box; }

body {
  margin: 0;
  min-height: 550px;
  background: #48D8BE; }

html, body {
  height: 100%; }

@media (max-width: 1200px) {
  body {
    min-height: 0; } }
ul {
  list-style: none;
  padding: 0; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0; }

.client-logos {
  width: 250px;
  height: 70px;
  display: inline-block;
  opacity: 0.5; }

.client-logos__image {
  width: 100%;
  height: auto; }

.client-logos__image--landscape {
  display: none; }

@media (max-width: 1200px) {
  .client-logos {
    width: 500px;
    height: 47px; }

  .client-logos__image--landscape {
    display: inline-block; }

  .client-logos__image--portrait {
    display: none; } }
@media (max-width: 610px) {
  .client-logos {
    width: 250px;
    height: 70px; }

  .client-logos__image--landscape {
    display: none; }

  .client-logos__image--portrait {
    display: inline-block; } }
@media (max-width: 400px) {
  .client-logos {
    width: 100%;
    height: auto; } }
.content {
  padding: 5px 0;
  background: white;
  width: 50%;
  margin-left: 50%;
  overflow: auto; }

.content p {
  max-width: 450px; }

.content--post {
  padding: 25px;
  padding-left: 170px;
  margin-left: 0;
  width: 100%; }

@media (max-width: 1200px) {
  .content,
  .content--post {
    width: 100%;
    margin-left: 0;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    display: block;
    height: auto;
    padding-left: 10px;
    padding-top: 0;
    padding-bottom: 0; }

  .content--post {
    padding: 50px 25px;
    text-align: center; } }
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); } }
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); } }
.logo {
  width: 180px;
  height: 160px;
  display: inline-block;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: 0.2s transform cubic-bezier(0.55, 0, 0.1, 1.2);
  transition: 0.2s transform cubic-bezier(0.55, 0, 0.1, 1.2); }

.logo.is-open {
  -webkit-transform: translateX(-200%);
          transform: translateX(-200%); }

.logo--post {
  width: 100px;
  height: 88px;
  position: absolute;
  top: 55px;
  left: 55px; }

.logo--fixed {
  position: fixed;
  z-index: 2; }

.logo--static {
  display: none; }

.logo__image {
  width: 100%;
  height: auto; }

.logo:hover {
  -webkit-animation: tada 1s forwards;
          animation: tada 1s forwards; }

@media (max-width: 1200px) {
  .logo,
  .logo--post {
    width: 130px;
    height: 115px;
    display: inline-block;
    position: relative;
    top: auto;
    left: auto; }

  .logo--fixed {
    display: none; }

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

  .logo--post {
    margin-bottom: 50px; } }
@media (max-width: 610px) {
  .logo,
  .logo--post {
    width: 100px;
    height: 88px;
    display: inline-block;
    position: relative;
    top: auto;
    left: auto; }

  .logo--fixed {
    display: none; }

  .logo--static {
    display: inline-block; } }
.main {
  width: 50%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: 0.2s transform cubic-bezier(0.55, 0, 0.1, 1.2);
  transition: 0.2s transform cubic-bezier(0.55, 0, 0.1, 1.2); }

.main--static {
  display: none; }

.main.is-open {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }

.main__wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-left: 20px; }

.main__details {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-transition: 0.4s all cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.4s all cubic-bezier(0.55, 0, 0.1, 1);
  text-align: center; }

.main.is-collapsed .main__details {
  opacity: 0;
  -webkit-transform: scale(0.5) translateX(100px);
          transform: scale(0.5) translateX(100px); }

.main__text {
  font-size: 20px;
  margin: 40px 0; }

.main__text--worked-with {
  color: #828282;
  margin-bottom: 20px; }

.main__socials {
  margin-top: 40px; }

.main__social-icon-link {
  margin-right: 10px;
  display: inline-block; }

.main__social-icon-link:last-child {
  margin-right: 0; }

.main__social-icon {
  width: 25px;
  opacity: 0.5; }

.main__social-icon:hover {
  opacity: 1; }

@media (max-width: 1200px) {
  .main {
    position: relative; }

  .main__text {
    width: auto;
    margin: 30px 0; }

  .main--static {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    display: block;
    height: auto;
    width: 100%; }

  .main__wrapper {
    padding: 50px; }

  .main--fixed {
    display: none; } }
@media (max-width: 610px) {
  .main {
    position: relative; }

  .main__text {
    font-size: 16px;
    margin: 30px auto; }

  .main--fixed {
    display: none; }

  .main--static {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    display: block;
    height: auto;
    width: 100%; } }
.main-sidebar__icon {
  width: 65px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  border-radius: 50%;
  background: #4D3EFF;
  color: white;
  display: inline-block;
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.2s transform cubic-bezier(0.55, 0, 0.1, 1.2);
  transition: 0.2s transform cubic-bezier(0.55, 0, 0.1, 1.2); }

.main-sidebar__icon.is-open {
  -webkit-transform: scale(0);
          transform: scale(0); }

.main-sidebar__icon--post {
  right: 25px; }

.main-sidebar__icon:hover {
  opacity: 1;
  cursor: pointer; }

.main-sidebar__icon-image {
  width: 100%;
  height: auto; }

.page-container {
  padding: 30px; }

.page-container__content {
  line-height: 1.5;
  text-align: left; }

.page-container__title {
  font-size: 24px; }

.page-container__content a,
.page-container__content a:visited {
  color: #4D3EFF; }

.page-container__content a:hover,
.page-container__content a:active {
  color: #48D8BE; }

@media (max-width: 1200px) {
  .page-container {
    width: 600px;
    margin: 0 auto;
    text-align: center; }

  .main__details--page .main__text,
  .main__details--page .client-logos {
    display: none; } }
@media (max-width: 800px) {
  .page-container {
    width: 400px;
    text-align: center; }

  .main__details--page .main__text,
  .main__details--page .client-logos {
    display: none; } }
@media (max-width: 500px) {
  .page-container {
    width: 100%;
    padding: 0 15px;
    text-align: center; }

  .main__details--page .main__text,
  .main__details--page .client-logos {
    display: none; } }
.post-container__iframe {
  width: 800px;
  height: 450px; }

.post-container__content {
  width: 800px;
  line-height: 1.5;
  text-align: left; }

blockquote {
  width: 450px;
  border-left: 10px solid #F9A19F;
  margin: 1.5em 10px;
  padding: 0.5em 10px; }

.post-container__content p {
  max-width: 500px; }

p.post-container__credits {
  margin-top: 40px;
  color: #777;
  font-size: 15px; }

#bc {
  margin-top: 40px; }

.post-container__content a,
.post-container__content a:visited {
  color: #4D3EFF; }

.post-container__content a:hover,
.post-container__content a:active {
  color: #48D8BE; }

.post-container__info {
  font-size: 20px; }

.post-container__info-title {
  font-size: 24px; }

.post-container__info-client {
  margin-top: 8px;
  color: #777; }

.post-container__embed {
  margin-bottom: 30px; }

@media (max-width: 1200px) {
  .post-container {
    width: 600px;
    margin: 0 auto; }

  .post-container__iframe {
    width: 600px;
    height: 338px; }

  .post-container__content {
    width: 100%; } }
@media (max-width: 800px) {
  .post-container {
    width: 400px; }

  .post-container__iframe {
    width: 400px;
    height: 225px; }

  .post-container__content {
    width: 100%; } }
@media (max-width: 500px) {
  .post-container {
    width: 100%;
    padding: 0 15px; }

  .post-container__content {
    width: 100%; }

  .post-container__iframe {
    width: 100%;
    height: 169px; } }
.tile {
  float: left;
  width: 50%;
  padding: 5px 10px 5px 0;
  height: auto;
  font-size: 0;
  display: block;
  float: left;
  overflow: hidden;
  position: relative; }

.tile__image {
  position: absolute;
  top: 0;
  left: 0; }

.tile__placeholder-image {
  opacity: 0; }

@media (max-width: 1200px) {
  .tile {
    padding: 0 10px 10px 0;
    width: 33.3%; } }
@media (max-width: 900px) {
  .tile {
    padding: 0 10px 10px 0;
    width: 50%; } }
@media (max-width: 610px) {
  .tile {
    width: 100%; } }
.tile__wrapper {
  position: relative; }

.tile img {
  width: 100%;
  height: auto; }

.tile__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #FFA29F;
  left: 0;
  top: 0;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.tile__overlay--category {
  opacity: 1;
  background: #48D8BE; }

.tile__overlay--pagination-link:hover {
  background: #FFA29F; }

.tile__wrapper:hover .tile__overlay {
  opacity: 1; }

.tile__overlay-text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  color: white;
  font-size: 22px;
  text-align: center; }

.tile__divider {
  margin: 10px 0;
  display: inline-block; }

.tile__overlay-home-link {
  color: white;
  text-decoration: none;
  position: absolute;
  top: 30px;
  right: 30px; }

.sidebar {
  padding: 33px 25px 25px 0;
  width: 25%;
  position: fixed;
  height: 100%;
  right: 0;
  top: 0;
  background: #48D8BE;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: 0.2s transform cubic-bezier(0.55, 0, 0.1, 1.2);
  transition: 0.2s transform cubic-bezier(0.55, 0, 0.1, 1.2);
  color: white; }

.sidebar.is-open {
  -webkit-transform: translateX(0);
          transform: translateX(0); }

@media (max-width: 1200px) {
  .sidebar {
    width: 50%; } }
@media (max-width: 610px) {
  .sidebar {
    width: 100%;
    padding-left: 25px; } }
.sidebar__icon {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  width: 65px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  border-radius: 50%;
  background: #00B292;
  color: white;
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.2s transform cubic-bezier(0.55, 0, 0.1, 1.2);
  transition: 0.2s transform cubic-bezier(0.55, 0, 0.1, 1.2); }

.sidebar__icon:hover {
  cursor: pointer; }

.sidebar__icon.is-open {
  -webkit-transform: scale(1);
          transform: scale(1); }

.sidebar__icon-text {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.site {
  min-height: 100vh;
  width: 100%;
  background: white;
  overflow: auto;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: 0.2s transform cubic-bezier(0.55, 0, 0.1, 1.2);
  transition: 0.2s transform cubic-bezier(0.55, 0, 0.1, 1.2);
  border: 20px solid #48D8BE;
  background-clip: content-box; }

.site.is-open {
  -webkit-transform: translateX(-25%);
          transform: translateX(-25%); }

@media (max-width: 1200px) {
  .site {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

  .site.is-open {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); } }
@media (max-width: 610px) {
  .site.is-open {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); } }
.wrapper {
  min-height: 100%;
  width: 100%;
  overflow-x: hidden;
  font-family: "GT Walsheim"; }

.u-hidden {
  display: none; }

.u-text-accent {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px; }

.u-link {
  text-decoration: none;
  color: white; }

.u-link-accent {
  text-decoration: none;
  color: #4D3EFF; }

.u-link:hover,
.u-link-accent:hover {
  text-decoration: underline; }
