/*! 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, /* 1 */
figcaption,
figure,
footer,
header,
main, /* 2 */
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, /* 1 */
[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,
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"], /* 1 */
[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 */
}

/* @import url("http://fast.fonts.net/t/1.css?apiType=css&projectid=078dad6a-2e17-4ab1-acc5-d653d7460384"); */
@font-face{
font-family:"HelveticaNeueW02-65Medi";
src:url("../webfonts/Fonts/55f60419-09c3-42bd-b81f-1983ff093852.eot#iefix");
src:url("../webfonts/Fonts/55f60419-09c3-42bd-b81f-1983ff093852.eot#iefix") format("eot"),url("../webfonts/Fonts/5b4a262e-3342-44e2-8ad7-719998a68134.woff") format("woff"),url("../webfonts/Fonts/4a3ef5d8-cfd9-4b96-bd67-90215512f1e5.ttf") format("truetype"),url("../webfonts/Fonts/58ab5075-53ea-46e6-9783-cbb335665f88.svg#58ab5075-53ea-46e6-9783-cbb335665f88") format("svg");
font-weight: 500;
}
@font-face{
font-family:"HelveticaNeueW02-55Roma";
src:url("../webfonts/Fonts/0b3a3fca-0fad-402b-bd38-fdcbad1ef776.eot#iefix");
src:url("../webfonts/Fonts/0b3a3fca-0fad-402b-bd38-fdcbad1ef776.eot#iefix") format("eot"),url("../webfonts/Fonts/d5af76d8-a90b-4527-b3a3-182207cc3250.woff") format("woff"),url("../webfonts/Fonts/1d238354-d156-4dde-89ea-4770ef04b9f9.ttf") format("truetype"),url("../webfonts/Fonts/b68875cb-14a9-472e-8177-0247605124d7.svg#b68875cb-14a9-472e-8177-0247605124d7") format("svg");
font-weight: 400;
}
@font-face{
font-family:"HelveticaNeueW02-75Bold";
src:url("../webfonts/Fonts/db853e0e-929b-4272-b420-c946c954cf3a.eot#iefix");
src:url("../webfonts/Fonts/db853e0e-929b-4272-b420-c946c954cf3a.eot#iefix") format("eot"),url("../webfonts/Fonts/4a9c62ab-b359-4081-8383-a0d1cdebd111.woff") format("woff"),url("../webfonts/Fonts/db5f9ba6-05a4-433a-9461-0a6f257a0c3a.ttf") format("truetype"),url("../webfonts/Fonts/25e09910-ffc3-4fc4-b0d1-db9a95dface8.svg#25e09910-ffc3-4fc4-b0d1-db9a95dface8") format("svg");
font-weight: 700;
}

@font-face {
  font-family: "gt-sectra-book";
  src: url("../artboards/fonts/GT-Sectra-Book.eot");
  src: url("../artboards/fonts/GT-Sectra-Book.eot#iefix") format("embedded-opentype"), url("../artboards/fonts/GT-Sectra-Book.woff") format("woff");
  font-weight: 300;
  font-style: "normal"; }
@font-face {
  font-family: "gt-sectra-regular";
  src: url("../artboards/fonts/GT-Sectra-Display-Regular.eot");
  src: url("../artboards/fonts/GT-Sectra-Display-Regular.eot#iefix") format("embedded-opentype"), url("../artboards/fonts/GT-Sectra-Display-Regular.woff") format("woff");
  font-weight: 400;
  font-style: "normal"; }
@font-face {
  font-family: "gt-sectra-regular-italic";
  src: url("../artboards/fonts/GT-Sectra-Display-Regular-Italic.eot");
  src: url("../artboards/fonts/GT-Sectra-Display-Regular-Italic.eot#iefix") format("embedded-opentype"), url("../artboards/fonts/GT-Sectra-Display-Regular-Italic.woff") format("woff");
  font-weight: 400;
  font-style: "italic"; }
@font-face {
  font-family: "gt-sectra-bold";
  src: url("../artboards/fonts/GT-Sectra-Bold.eot");
  src: url("../artboards/fonts/GT-Sectra-Bold.eot#iefix") format("embedded-opentype"), url("../artboards/fonts/GT-Sectra-Bold.woff") format("woff");
  font-weight: 600;
  font-style: "normal"; }
@font-face {
  font-family: "gt-walsheim-medium";
  src: url("../artboards/fonts/GT-Walsheim-Pro-Medium.eot");
  src: url("../artboards/fonts/GT-Walsheim-Pro-Medium.eot#iefix") format("embedded-opentype"), url("../artboards/fonts/GT-Walsheim-Pro-Medium.woff") format("woff");
  font-weight: 600;
  font-style: "normal"; }
@font-face {
  font-family: "gt-walsheim-regular";
  src: url("../artboards/fonts/GT-Walsheim-Pro-Regular.eot");
  src: url("../artboards/fonts/GT-Walsheim-Pro-Regular.eot#iefix") format("embedded-opentype"), url("../artboards/fonts/GT-Walsheim-Pro-Regular.woff") format("woff");
  font-weight: 600;
  font-style: "normal"; }

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

a {
  text-decoration: none;
  outline: 0;
  color: #000000; }

ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.image img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto; }

.item-next, .item-prev {
  cursor: pointer; }

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

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font-family: "gt-sectra-regular";
  font-weight: 400;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-size: 15px;
  line-height: 1.5;
  color: #000000;
  margin: 0;
  position: relative; }
  @media print, screen and (min-width: 768px) {
    body.disable {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      overflow: hidden; } }
  @media screen and (max-width: 767px) {
    body.disable {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      overflow: hidden; } }

.gt-sectra-bold {
  font-family: 'gt-sectra-bold' !important; }

.gt-sectra-regular {
  font-family: 'gt-sectra-regular' !important; }

.gt-walsheim-bold {
  font-family: 'gt-walsheim-medium' !important; }

.gt-walsheim-regular {
  font-family: 'gt-walsheim-regular' !important; }

@media print, screen and (min-width: 768px) {
  #content {
    margin: 0 40px 0; } }
@media screen and (max-width: 767px) {
  #content {
    margin: 0 15px 0;
    z-index: 0; } }

#header {
  background: #efcf5e; }
  #header a {
    text-decoration: underline;
    font-family: 'HelveticaNeueW02-55Roma', Helvetica, sans-serif;
    font-weight: 400;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-size: 15px;
    line-height: 1;
    letter-spacing: normal; }
  #header h3 {
    font-family: 'HelveticaNeueW02-75Bold', Helvetica, sans-serif;
    font-weight: 700;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-size: 22px;
    line-height: 1;
    letter-spacing: normal; }
    @media screen and (max-width: 767px) {
      #header h3 {
        font-family: 'HelveticaNeueW02-75Bold', Helvetica, sans-serif;
        font-weight: 700;
        -webkit-font-kerning: normal;
        font-kerning: normal;
        font-size: 24px;
        line-height: 1;
        letter-spacing: normal; } }
  #header p {
    font-family: 'HelveticaNeueW02-55Roma', Helvetica, sans-serif;
    font-weight: 400;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-size: 15px;
    line-height: 1;
    letter-spacing: normal; }
  @media print, screen and (min-width: 768px) {
    #header {
      width: calc(100% - 80px);
      display: inline-block;
      margin: 0 40px 0;
      /* For modern browsers */
      /* For IE 6/7 (trigger hasLayout) */ }
      #header:after {
        content: "";
        display: table; }
      #header:after {
        clear: both; }
      #header {
        zoom: 1; }
      #header .title {
        padding: 30px 0 25px 1.92308%; }
        #header .title h3 {
          margin: 0; }
      #header .description {
        /* Create a floated grid element using cols(). */
        float: left;
        display: inline;
        /* Set width to the specified number of cols, with gutters. */
        width: 25%;
        /* Add left/right margin according to the grid gutter width. */
        margin-left: 0%;
        margin-right: 0%;
        padding: 30px 0; }
        #header .description p {
          margin-top: 0; } }
  @media screen and (max-width: 767px) {
    #header {
      width: calc(100% - 30px);
      margin: 0 15px 0; }
      #header .title {
        padding: 60px 0 20px 3.84615%; }
        #header .title h3 {
          margin: 0; }
      #header .hamburger {
        position: fixed;
        top: 15px;
        right: 30px;
        z-index: 10; } }

@media screen and (max-width: 767px) {
  .no-mobile {
    display: none !important; } }

@media print, screen and (min-width: 768px) and (max-width: 1269px) {
  .no-tablet {
    display: none !important; } }

@media print, screen and (min-width: 768px) {
  .no-desktop {
    display: none !important; } }

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

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }

.hamburger-box {
  width: 30px;
  height: 18px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 30px;
    height: 2px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -8px; }
  .hamburger-inner::after {
    bottom: -8px; }

/*
 * 3DX
 */
.hamburger--3dx .hamburger-box {
  perspective: 60px; }
.hamburger--3dx .hamburger-inner {
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(180deg); }
  .hamburger--3dx.is-active .hamburger-inner::before {
    transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--3dx.is-active .hamburger-inner::after {
    transform: translate3d(0, -8px, 0) rotate(-45deg); }

/*
 * 3DX Reverse
 */
.hamburger--3dx-r .hamburger-box {
  perspective: 60px; }
.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(-180deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -8px, 0) rotate(-45deg); }

/*
 * 3DY
 */
.hamburger--3dy .hamburger-box {
  perspective: 60px; }
.hamburger--3dy .hamburger-inner {
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(-180deg); }
  .hamburger--3dy.is-active .hamburger-inner::before {
    transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--3dy.is-active .hamburger-inner::after {
    transform: translate3d(0, -8px, 0) rotate(-45deg); }

/*
 * 3DY Reverse
 */
.hamburger--3dy-r .hamburger-box {
  perspective: 60px; }
.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -8px, 0) rotate(-45deg); }

/*
 * Arrow
 */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-6px, 0, 0) rotate(-45deg) scale(0.7, 1); }
.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-6px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
 * Arrow Right
 */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(6px, 0, 0) rotate(45deg) scale(0.7, 1); }
.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(6px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
 * Arrow Alt
 */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1); }
.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1); }
.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-6px, -7.5px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }
.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-6px, 7.5px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
 * Arrow Alt Right
 */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1); }
.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1); }
.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(6px, -7.5px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }
.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(6px, 7.5px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
 * Boring
 */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none; }
.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg); }
  .hamburger--boring.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--boring.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg); }

/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.15s;
  transition-delay: 0.15s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse .hamburger-inner::after {
    top: -16px;
    transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
  transition-delay: 0.32s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear; }
  .hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
 * Collapse Reverse
 */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.15s;
  transition-delay: 0.15s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse-r .hamburger-inner::after {
    top: -16px;
    transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse-r .hamburger-inner::before {
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -8px, 0) rotate(45deg);
  transition-delay: 0.32s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear; }
  .hamburger--collapse-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
 * Elastic
 */
.hamburger--elastic .hamburger-inner {
  top: 1px;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic .hamburger-inner::before {
    top: 8px;
    transition: opacity 0.15s 0.4s ease; }
  .hamburger--elastic .hamburger-inner::after {
    top: 16px;
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(135deg);
  transition-delay: 0.1s; }
  .hamburger--elastic.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic.is-active .hamburger-inner::after {
    transform: translate3d(0, -16px, 0) rotate(-270deg);
    transition-delay: 0.1s; }

/*
 * Elastic Reverse
 */
.hamburger--elastic-r .hamburger-inner {
  top: 1px;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic-r .hamburger-inner::before {
    top: 8px;
    transition: opacity 0.15s 0.4s ease; }
  .hamburger--elastic-r .hamburger-inner::after {
    top: 16px;
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(-135deg);
  transition-delay: 0.1s; }
  .hamburger--elastic-r.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -16px, 0) rotate(270deg);
    transition-delay: 0.1s; }

/*
 * Emphatic
 */
.hamburger--emphatic {
  overflow: hidden; }
  .hamburger--emphatic .hamburger-inner {
    transition: background-color 0.2s 0.25s ease-in; }
    .hamburger--emphatic .hamburger-inner::before {
      left: 0;
      transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in; }
    .hamburger--emphatic .hamburger-inner::after {
      top: 8px;
      right: 0;
      transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in; }
  .hamburger--emphatic.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent; }
    .hamburger--emphatic.is-active .hamburger-inner::before {
      left: -60px;
      top: -60px;
      transform: translate3d(60px, 60px, 0) rotate(45deg);
      transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic.is-active .hamburger-inner::after {
      right: -60px;
      top: -60px;
      transform: translate3d(-60px, 60px, 0) rotate(-45deg);
      transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
 * Emphatic Reverse
 */
.hamburger--emphatic-r {
  overflow: hidden; }
  .hamburger--emphatic-r .hamburger-inner {
    transition: background-color 0.2s 0.25s ease-in; }
    .hamburger--emphatic-r .hamburger-inner::before {
      left: 0;
      transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in; }
    .hamburger--emphatic-r .hamburger-inner::after {
      top: 8px;
      right: 0;
      transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in; }
  .hamburger--emphatic-r.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent; }
    .hamburger--emphatic-r.is-active .hamburger-inner::before {
      left: -60px;
      top: 60px;
      transform: translate3d(60px, -60px, 0) rotate(-45deg);
      transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic-r.is-active .hamburger-inner::after {
      right: -60px;
      top: 60px;
      transform: translate3d(-60px, -60px, 0) rotate(45deg);
      transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
 * Slider
 */
.hamburger--slider .hamburger-inner {
  top: 1px; }
  .hamburger--slider .hamburger-inner::before {
    top: 8px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.2s; }
  .hamburger--slider .hamburger-inner::after {
    top: 16px; }
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-4.28571px, -6px, 0);
    opacity: 0; }
  .hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -16px, 0) rotate(-90deg); }

/*
 * Slider Reverse
 */
.hamburger--slider-r .hamburger-inner {
  top: 1px; }
  .hamburger--slider-r .hamburger-inner::before {
    top: 8px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.2s; }
  .hamburger--slider-r .hamburger-inner::after {
    top: 16px; }
.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(-45deg); }
  .hamburger--slider-r.is-active .hamburger-inner::before {
    transform: rotate(45deg) translate3d(4.28571px, -6px, 0);
    opacity: 0; }
  .hamburger--slider-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -16px, 0) rotate(90deg); }

/*
 * Spring
 */
.hamburger--spring .hamburger-inner {
  top: 1px;
  transition: background-color 0s 0.15s linear; }
  .hamburger--spring .hamburger-inner::before {
    top: 8px;
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring .hamburger-inner::after {
    top: 16px;
    transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.32s;
  background-color: transparent; }
  .hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 8px, 0) rotate(-45deg); }

/*
 * Spring Reverse
 */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.15s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring-r .hamburger-inner::after {
    top: -16px;
    transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear; }
  .hamburger--spring-r .hamburger-inner::before {
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
  transition-delay: 0.32s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spring-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.32s linear; }
  .hamburger--spring-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
 * Stand
 */
.hamburger--stand .hamburger-inner {
  transition: transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.1s linear; }
  .hamburger--stand .hamburger-inner::before {
    transition: top 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand .hamburger-inner::after {
    transition: bottom 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent;
  transition: transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.22s linear; }
  .hamburger--stand.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
 * Stand Reverse
 */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.1s linear; }
  .hamburger--stand-r .hamburger-inner::before {
    transition: top 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand-r .hamburger-inner::after {
    transition: bottom 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent;
  transition: transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.22s linear; }
  .hamburger--stand-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out; }
  .hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
 * Spin Reverse
 */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin-r .hamburger-inner::before {
    transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin-r .hamburger-inner::after {
    transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out; }
  .hamburger--spin-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.1s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze .hamburger-inner::before {
    -moz-transition: top 0.1s 0.14s ease, opacity 0.1s ease;
    -webkit-transition: top 0.1s 0.14s ease, opacity 0.1s ease;
    transition: top 0.1s 0.14s ease, opacity 0.1s ease; }
  .hamburger--squeeze .hamburger-inner::after {
    -moz-transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--squeeze.is-active .hamburger-inner {
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    -moz-transition: top 0.1s ease, opacity 0.1s 0.14s ease;
    -webkit-transition: top 0.1s ease, opacity 0.1s 0.14s ease;
    transition: top 0.1s ease, opacity 0.1s 0.14s ease; }
  .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -moz-transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
 * Vortex
 */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
  .hamburger--vortex .hamburger-inner::before {
    transition-property: top, opacity; }
  .hamburger--vortex .hamburger-inner::after {
    transition-property: bottom, transform; }
.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
    transition-delay: 0s; }
  .hamburger--vortex.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg); }

/*
 * Vortex Reverse
 */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
  .hamburger--vortex-r .hamburger-inner::before {
    transition-property: top, opacity; }
  .hamburger--vortex-r .hamburger-inner::after {
    transition-property: bottom, transform; }
.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
    transition-delay: 0s; }
  .hamburger--vortex-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg); }

body.loaded div#menu nav {
  -moz-transition: right 1s;
  -webkit-transition: right 1s;
  transition: right 1s; }

div#menu nav {
  background: #e5aa42; }
  div#menu nav a.current {
    color: #FFF; }
  div#menu nav .inner h3 {
    font-family: 'HelveticaNeueW02-75Bold', Helvetica, sans-serif;
    font-weight: 700;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-size: 36px;
    line-height: 1;
    letter-spacing: -0.3px; }
    @media screen and (max-width: 767px) {
      div#menu nav .inner h3 {
        font-family: 'HelveticaNeueW02-75Bold', Helvetica, sans-serif;
        font-weight: 700;
        -webkit-font-kerning: normal;
        font-kerning: normal;
        font-size: 28px;
        line-height: 1;
        letter-spacing: normal; } }
  div#menu nav .inner h4 {
    font-family: 'HelveticaNeueW02-75Bold', Helvetica, sans-serif;
    font-weight: 700;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal; }
    @media screen and (max-width: 767px) {
      div#menu nav .inner h4 {
        font-family: 'HelveticaNeueW02-75Bold', Helvetica, sans-serif;
        font-weight: 700;
        -webkit-font-kerning: normal;
        font-kerning: normal;
        font-size: 16px;
        line-height: 1;
        letter-spacing: normal; } }
  div#menu nav .inner p {
    font-family: 'HelveticaNeueW02-55Roma', Helvetica, sans-serif;
    font-weight: 400;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-size: 16px;
    line-height: 1;
    letter-spacing: normal;
    line-height: 1.1; }
    @media screen and (max-width: 767px) {
      div#menu nav .inner p {
        font-family: 'HelveticaNeueW02-55Roma', Helvetica, sans-serif;
        font-weight: 400;
        -webkit-font-kerning: normal;
        font-kerning: normal;
        font-size: 14px;
        line-height: 1;
        letter-spacing: normal;
        line-height: 1.1; } }
  div#menu nav .inner div.header a.back {
    background: #333;
    color: #FFF;
    text-align: center;
    font-family: 'HelveticaNeueW02-55Roma', Helvetica, sans-serif;
    font-weight: 400;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-size: 20px;
    line-height: 1;
    letter-spacing: normal;
    line-height: 1.5; }
    @media screen and (max-width: 767px) {
      div#menu nav .inner div.header a.back {
        font-family: 'HelveticaNeueW02-55Roma', Helvetica, sans-serif;
        font-weight: 400;
        -webkit-font-kerning: normal;
        font-kerning: normal;
        font-size: 16px;
        line-height: 1;
        letter-spacing: normal;
        line-height: 1.5; } }
    div#menu nav .inner div.header a.back:hover {
      background: #000000; }
  div#menu nav .inner div.header a.close {
    font-family: 'HelveticaNeueW02-75Bold', Helvetica, sans-serif;
    font-weight: 700;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-size: 28px;
    line-height: 1;
    letter-spacing: normal; }
    @media screen and (max-width: 767px) {
      div#menu nav .inner div.header a.close {
        font-family: 'HelveticaNeueW02-75Bold', Helvetica, sans-serif;
        font-weight: 700;
        -webkit-font-kerning: normal;
        font-kerning: normal;
        font-size: 20px;
        line-height: 1;
        letter-spacing: normal; } }
  div#menu nav .inner div.header button.hamburger {
    text-align: center; }
  div#menu nav .inner div.header div.logo img {
    background: #FFF; }
  div#menu nav .inner ul li {
    border-bottom: 2px solid #000000;
    font-family: 'HelveticaNeueW02-75Bold', Helvetica, sans-serif;
    font-weight: 700;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-size: 28px;
    line-height: 1;
    letter-spacing: normal; }
    @media screen and (max-width: 767px) {
      div#menu nav .inner ul li {
        font-family: 'HelveticaNeueW02-75Bold', Helvetica, sans-serif;
        font-weight: 700;
        -webkit-font-kerning: normal;
        font-kerning: normal;
        font-size: 22px;
        line-height: 1;
        letter-spacing: normal; } }
    div#menu nav .inner ul li:first-child {
      padding-top: 0; }
    div#menu nav .inner ul li.info p {
      font-family: Helvetica, sans-serif;
      font-weight: 300;
      -webkit-font-kerning: normal;
      font-kerning: normal;
      font-size: 16px;
      line-height: 1;
      letter-spacing: normal; }
      @media screen and (max-width: 767px) {
        div#menu nav .inner ul li.info p {
          font-family: Helvetica, sans-serif;
          font-weight: 300;
          -webkit-font-kerning: normal;
          font-kerning: normal;
          font-size: 14px;
          line-height: 1;
          letter-spacing: normal; } }
    div#menu nav .inner ul li.info .social p {
      font-family: 'HelveticaNeueW02-55Roma', Helvetica, sans-serif;
      font-weight: 400;
      -webkit-font-kerning: normal;
      font-kerning: normal;
      font-size: 16px;
      line-height: 1;
      letter-spacing: normal; }
      @media screen and (max-width: 767px) {
        div#menu nav .inner ul li.info .social p {
          font-family: 'HelveticaNeueW02-55Roma', Helvetica, sans-serif;
          font-weight: 400;
          -webkit-font-kerning: normal;
          font-kerning: normal;
          font-size: 14px;
          line-height: 1;
          letter-spacing: normal; } }
    div#menu nav .inner ul li.subscribe {
      border-bottom: none; }
    div#menu nav .inner ul li:last-child {
      font-family: "gt-sectra-bold";
      font-weight: 600;
      -webkit-font-kerning: normal;
      font-kerning: normal;
      font-size: 32px;
      line-height: 1;
      letter-spacing: -0.04px; }
      @media screen and (max-width: 767px) {
        div#menu nav .inner ul li:last-child {
          font-family: "gt-sectra-bold";
          font-weight: 600;
          -webkit-font-kerning: normal;
          font-kerning: normal;
          font-size: 22px;
          line-height: 1;
          letter-spacing: normal; } }
  div#menu nav .inner ul.themes li {
    font-family: "gt-sectra-bold";
    font-weight: 600;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-size: 42px;
    line-height: 1;
    letter-spacing: -0.24px;
    border: 0; }
    @media screen and (max-width: 767px) {
      div#menu nav .inner ul.themes li {
        font-family: "gt-sectra-bold";
        font-weight: 600;
        -webkit-font-kerning: normal;
        font-kerning: normal;
        font-size: 26px;
        line-height: 1;
        letter-spacing: normal; } }
div#menu nav#subscribe {
  background: #DCDCDC; }
  div#menu nav#subscribe p {
    font-family: 'HelveticaNeueW02-55Roma', Helvetica, sans-serif;
    font-weight: 400;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-size: 12px;
    line-height: 1;
    letter-spacing: normal; }
  div#menu nav#subscribe label, div#menu nav#subscribe select, div#menu nav#subscribe input {
    font-family: 'HelveticaNeueW02-55Roma', Helvetica, sans-serif;
    font-weight: 400;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-size: 16px;
    line-height: 1;
    letter-spacing: normal; }
  div#menu nav#subscribe button.submit {
    background: #333;
    border: 0;
    color: #FFF;
    text-align: center;
    font-family: 'HelveticaNeueW02-55Roma', Helvetica, sans-serif;
    font-weight: 400;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-size: 28px;
    line-height: 1;
    letter-spacing: normal;
    outline: none;
    cursor: pointer;
    -moz-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    transition: all 0.25s; }
    div#menu nav#subscribe button.submit:hover {
      background: #000000; }
  div#menu nav#subscribe .error div, div#menu nav#subscribe .error label {
    color: #FF0000; }
  div#menu nav#subscribe ul li {
    border: 0; }
    div#menu nav#subscribe ul li label {
      font-family: Helvetica, sans-serif;
      font-weight: 300;
      -webkit-font-kerning: normal;
      font-kerning: normal;
      font-size: 16px;
      line-height: 1;
      letter-spacing: normal; }
      div#menu nav#subscribe ul li label.checked:after {
        background: #000000; }
      div#menu nav#subscribe ul li label:after {
        content: ' ';
        position: absolute;
        top: 0;
        left: 0;
        height: 20px;
        width: 20px;
        background: #FFF; }
div#menu div.mesh {
  opacity: 0.5;
  background: #000000;
  -moz-transition: opacity 1s;
  -webkit-transition: opacity 1s;
  transition: opacity 1s; }
@media print, screen and (min-width: 768px) {
  div#menu {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow-x: hidden; }
    div#menu button.hamburger {
      outline: none;
      padding: 0;
      width: 40px;
      -moz-transition: all 1s;
      -webkit-transition: all 1s;
      transition: all 1s; }
    div#menu.closed {
      pointer-events: none; }
      div#menu.closed nav {
        pointer-events: all;
        right: calc(-33.33% + 41px); }
        div#menu.closed nav > * {
          pointer-events: all; }
        div#menu.closed nav:hover {
          right: calc(-33.33% + 55px); }
          div#menu.closed nav:hover .inner .header button.hamburger {
            width: 55px; }
        div#menu.closed nav .inner {
          overflow: hidden; }
          div#menu.closed nav .inner .header a.close, div#menu.closed nav .inner .header a.back {
            pointer-events: none; }
          div#menu.closed nav .inner .header a.back {
            background: none; }
          div#menu.closed nav .inner .header button.hamburger {
            width: 40px; }
      div#menu.closed .mesh {
        pointer-events: none;
        opacity: 0; }
    div#menu nav#subscribe {
      z-index: 14; }
      div#menu nav#subscribe.open {
        right: 33.33%; }
    div#menu nav {
      position: fixed;
      overflow: hidden;
      top: 0;
      right: 0;
      width: 33.33%;
      height: 100vh;
      -webkit-overflow-scrolling: touch;
      overflow-x: hidden;
      overflow-y: auto;
      z-index: 15; }
      div#menu nav .inner {
        width: 100%;
        height: 100%; }
        div#menu nav .inner div.content {
          padding: 0 55px 80px; }
    div#menu nav#main .inner h3 {
      width: 65%;
      margin: 0; }
    div#menu nav#main .inner h4 {
      margin-top: 20px;
      white-space: pre-line; }
    div#menu nav#main .inner div.header {
      margin: 0 0 70px;
      /* For modern browsers */
      /* For IE 6/7 (trigger hasLayout) */ }
      div#menu nav#main .inner div.header:after {
        content: "";
        display: table; }
      div#menu nav#main .inner div.header:after {
        clear: both; }
      div#menu nav#main .inner div.header {
        zoom: 1; }
      div#menu nav#main .inner div.header a {
        display: block; }
      div#menu nav#main .inner div.header a.back {
        width: 100%;
        padding: 9px 0 8px;
        margin: 0 0 25px;
        -moz-transition: all 0.25s;
        -webkit-transition: all 0.25s;
        transition: all 0.25s; }
      div#menu nav#main .inner div.header a.close {
        display: inline-block;
        padding: 0 0 0 15px;
        position: relative;
        width: 140px; }
      div#menu nav#main .inner div.header div.logo {
        display: inline-block;
        width: 30%;
        margin: 0 30px 0 0;
        float: right; }
    div#menu nav#main .inner div.content > p {
      width: 90%;
      margin-top: 30px; }
    div#menu nav#main .inner div.content ul {
      margin: 45px 0; }
      div#menu nav#main .inner div.content ul.themes li {
        margin: 2px 0;
        padding: 0; }
      div#menu nav#main .inner div.content ul li {
        padding: 20px 0; }
        div#menu nav#main .inner div.content ul li.info .social {
          margin-bottom: 35px; }
          div#menu nav#main .inner div.content ul li.info .social a.image {
            width: 7%;
            height: 20px;
            display: inline-block; }
            div#menu nav#main .inner div.content ul li.info .social a.image img {
              height: 100%; }
        div#menu nav#main .inner div.content ul li.info > p {
          margin: 0; }
        div#menu nav#main .inner div.content ul li.info.subscribe {
          padding-bottom: 60px; }
    div#menu nav#subscribe * {
      box-sizing: border-box; }
    div#menu nav#subscribe .inner .content {
      padding: 102px 40px 40px; }
      div#menu nav#subscribe .inner .content h3 {
        margin-top: 0; }
    div#menu nav#subscribe button.hamburger {
      width: 40px;
      height: 40px;
      position: absolute;
      left: 0;
      top: 99px; }
    div#menu nav#subscribe .error div, div#menu nav#subscribe .error label {
      color: #FF0000; }
    div#menu nav#subscribe .required {
      position: relative; }
      div#menu nav#subscribe .required:before {
        position: absolute;
        left: -6px;
        content: '*'; }
    div#menu nav#subscribe .indent {
      padding-left: 30px; }
    div#menu nav#subscribe button.submit {
      width: 100%;
      height: 80px; }
    div#menu nav#subscribe ul {
      margin: 0 0 45px; }
      div#menu nav#subscribe ul li {
        position: relative;
        margin: 30px 0;
        padding: 0; }
        div#menu nav#subscribe ul li:first-child {
          margin: 20px 0 30px; }
        div#menu nav#subscribe ul li input {
          position: absolute;
          right: 0;
          width: auto;
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none;
          outline: 0;
          z-index: -1; }
        div#menu nav#subscribe ul li label {
          padding: 2px 0 0 30px; }
    div#menu nav#subscribe label {
      display: block; }
    div#menu nav#subscribe .select {
      overflow: hidden;
      position: relative; }
      div#menu nav#subscribe .select:after {
        content: '\25BC';
        padding: 12px 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1;
        text-align: center;
        width: 10%;
        height: 100%;
        pointer-events: none; }
      div#menu nav#subscribe .select select {
        display: block;
        height: 100%;
        padding: 5px 12px;
        border: 0;
        border-radius: 0;
        outline: none;
        font-size: 16px;
        width: 100%;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none; }
    div#menu nav#subscribe input, div#menu nav#subscribe .select {
      width: 100%;
      height: 40px;
      margin: 5px 0 15px;
      border: 0; }
    div#menu nav#subscribe input {
      padding: 5px 12px; }
      div#menu nav#subscribe input#id_postcode {
        width: 35%; }
    div#menu div.mesh {
      position: fixed;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      z-index: 10; } }
@media print, screen and (min-width: 768px) and (max-width: 1269px) {
  div#menu.closed nav {
    right: calc(-50% + 41px); }
    div#menu.closed nav > * {
      pointer-events: all; }
    div#menu.closed nav:hover {
      right: calc(-50% + 55px); }
  div#menu nav#subscribe.open {
    right: 50%; }
  div#menu nav {
    width: 50%; }
    div#menu nav#main .inner h3 {
      width: 85%; } }
@media screen and (max-width: 767px) {
  div#menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10; }
    div#menu.closed {
      display: none; }
      div#menu.closed nav#main {
        top: -100%; }
    div#menu nav {
      position: absolute;
      top: 0;
      left: 0;
      height: 100vh;
      width: calc(100% - 30px);
      margin: 0 15px 0;
      -webkit-overflow-scrolling: touch;
      overflow-x: hidden;
      overflow-y: auto; }
      div#menu nav#main {
        z-index: 20;
        top: 0;
        -moz-transition: top ease 1s;
        -webkit-transition: top ease 1s;
        transition: top ease 1s; }
      div#menu nav#subscribe {
        top: -100%;
        z-index: 10;
        -moz-transition: top ease 1s;
        -webkit-transition: top ease 1s;
        transition: top ease 1s; }
        div#menu nav#subscribe.open {
          z-index: 30;
          top: 0; }
        div#menu nav#subscribe * {
          box-sizing: border-box; }
        div#menu nav#subscribe .inner .content {
          padding: 15px 15px 80px; }
          div#menu nav#subscribe .inner .content h3 {
            margin: 25px 0; }
        div#menu nav#subscribe .required {
          position: relative; }
          div#menu nav#subscribe .required:before {
            position: absolute;
            left: -6px;
            content: '*'; }
        div#menu nav#subscribe .indent {
          padding-left: 30px; }
        div#menu nav#subscribe button.submit {
          width: 100%;
          height: 80px; }
        div#menu nav#subscribe ul {
          margin: 0 0 45px; }
          div#menu nav#subscribe ul.themes li {
            margin: 20px 0;
            padding: 0; }
          div#menu nav#subscribe ul li {
            position: relative;
            margin: 30px 0;
            padding: 0; }
            div#menu nav#subscribe ul li:first-child {
              margin: 20px 0 30px; }
            div#menu nav#subscribe ul li input {
              position: absolute;
              right: 0;
              width: auto;
              -webkit-appearance: none;
              -moz-appearance: none;
              appearance: none;
              outline: 0;
              z-index: -1; }
            div#menu nav#subscribe ul li label {
              padding: 2px 0 0 30px; }
        div#menu nav#subscribe label {
          display: block; }
        div#menu nav#subscribe .select {
          overflow: hidden;
          position: relative; }
          div#menu nav#subscribe .select:after {
            content: '\25BC';
            padding: 12px 0;
            position: absolute;
            right: 0;
            top: 0;
            z-index: 1;
            text-align: center;
            width: 10%;
            height: 100%;
            pointer-events: none; }
          div#menu nav#subscribe .select select {
            display: block;
            height: 100%;
            padding: 5px 12px;
            border: 0;
            border-radius: 0;
            outline: none;
            font-size: 16px;
            width: 100%;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none; }
        div#menu nav#subscribe input, div#menu nav#subscribe .select {
          width: 100%;
          height: 40px;
          margin: 5px 0 15px;
          border: 0; }
        div#menu nav#subscribe input {
          padding: 5px 12px; }
          div#menu nav#subscribe input#id_postcode {
            width: 35%; }
      div#menu nav .inner {
        width: 100%;
        height: 100%; }
        div#menu nav .inner h3 {
          margin: 0; }
        div#menu nav .inner div.header {
          /* For modern browsers */
          /* For IE 6/7 (trigger hasLayout) */
          margin: 0 0 40px; }
          div#menu nav .inner div.header:after {
            content: "";
            display: table; }
          div#menu nav .inner div.header:after {
            clear: both; }
          div#menu nav .inner div.header {
            zoom: 1; }
          div#menu nav .inner div.header a {
            display: block; }
            div#menu nav .inner div.header a.back {
              width: 100%;
              display: block;
              padding: 9px 0 8px;
              margin: 0 0 25px;
              -moz-transition: all 0.25s;
              -webkit-transition: all 0.25s;
              transition: all 0.25s; }
            div#menu nav .inner div.header a.close {
              display: inline-block;
              padding: 0;
              position: relative;
              width: 140px; }
          div#menu nav .inner div.header div.logo {
            display: inline-block;
            width: 100px;
            height: 100px;
            margin: 0 30px 0 0;
            float: right; }
            div#menu nav .inner div.header div.logo img {
              width: 100%;
              height: 100%; }
          div#menu nav .inner div.header .hamburger {
            margin-left: 15px; }
        div#menu nav .inner div.content {
          padding: 0 15px 120px; }
          div#menu nav .inner div.content ul {
            margin: 25px 0; }
            div#menu nav .inner div.content ul.themes li {
              margin: 10px 0;
              padding: 0; }
            div#menu nav .inner div.content ul li {
              padding: 10px 0; }
              div#menu nav .inner div.content ul li.info .social {
                margin-bottom: 35px; }
                div#menu nav .inner div.content ul li.info .social a.image {
                  width: 20px;
                  height: 20px;
                  display: inline-block; }
                  div#menu nav .inner div.content ul li.info .social a.image img {
                    height: 100%; }
              div#menu nav .inner div.content ul li.info > p {
                margin: 0; }
              div#menu nav .inner div.content ul li.subscribe {
                padding-bottom: 20px; }
    div#menu .mesh {
      display: none; } }

article.artboards-artboard h1,
article.artboards-theme h1,
article.artboards-favourites h1 {
  font-family: "gt-sectra-bold";
  font-weight: 600;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-size: 100px;
  line-height: 1;
  letter-spacing: -1.4px; }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) {
    article.artboards-artboard h1,
    article.artboards-theme h1,
    article.artboards-favourites h1 {
      font-family: "gt-sectra-bold";
      font-weight: 600;
      -webkit-font-kerning: normal;
      font-kerning: normal;
      font-size: 74px;
      line-height: 1;
      letter-spacing: -0.88px; } }
  @media screen and (max-width: 767px) {
    article.artboards-artboard h1,
    article.artboards-theme h1,
    article.artboards-favourites h1 {
      font-family: "gt-sectra-bold";
      font-weight: 600;
      -webkit-font-kerning: normal;
      font-kerning: normal;
      font-size: 64px;
      line-height: 1;
      letter-spacing: -0.68px; } }
article.artboards-artboard h3,
article.artboards-theme h3,
article.artboards-favourites h3 {
  font-family: 'HelveticaNeueW02-75Bold', Helvetica, sans-serif;
  font-weight: 700;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-size: 28px;
  line-height: 1;
  letter-spacing: normal; }
  @media screen and (max-width: 767px) {
    article.artboards-artboard h3,
    article.artboards-theme h3,
    article.artboards-favourites h3 {
      font-family: 'HelveticaNeueW02-75Bold', Helvetica, sans-serif;
      font-weight: 700;
      -webkit-font-kerning: normal;
      font-kerning: normal;
      font-size: 20px;
      line-height: 1;
      letter-spacing: normal; } }
article.artboards-artboard p,
article.artboards-theme p,
article.artboards-favourites p {
  font-family: "gt-sectra-regular";
  font-weight: 400;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-size: 16px;
  line-height: 1;
  letter-spacing: normal; }
  article.artboards-artboard p.caption,
  article.artboards-theme p.caption,
  article.artboards-favourites p.caption {
    font-family: "gt-sectra-regular";
    font-weight: 400;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-size: 14px;
    line-height: 1;
    letter-spacing: normal; }
article.artboards-artboard > header,
article.artboards-theme > header,
article.artboards-favourites > header {
  background: #efcf5e; }
  article.artboards-artboard > header section.info,
  article.artboards-theme > header section.info,
  article.artboards-favourites > header section.info {
    background: white; }
  article.artboards-artboard > header section.title div.left,
  article.artboards-theme > header section.title div.left,
  article.artboards-favourites > header section.title div.left {
    background: #e5aa42; }
    article.artboards-artboard > header section.title div.left h3,
    article.artboards-theme > header section.title div.left h3,
    article.artboards-favourites > header section.title div.left h3 {
      white-space: pre-line; }
    article.artboards-artboard > header section.title div.left a.promo,
    article.artboards-theme > header section.title div.left a.promo,
    article.artboards-favourites > header section.title div.left a.promo {
      background: black;
      color: white;
      font-family: Helvetica, sans-serif;
      font-weight: 300;
      -webkit-font-kerning: normal;
      font-kerning: normal;
      font-size: 22px;
      line-height: 1;
      letter-spacing: normal;
      text-align: center; }
  article.artboards-artboard > header div.right h3,
  article.artboards-theme > header div.right h3,
  article.artboards-favourites > header div.right h3 {
    font-family: 'HelveticaNeueW02-55Roma', Helvetica, sans-serif;
    font-weight: 400;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-size: 28px;
    line-height: 1;
    letter-spacing: normal; }
    @media print, screen and (min-width: 768px) and (max-width: 1024px) {
      article.artboards-artboard > header div.right h3,
      article.artboards-theme > header div.right h3,
      article.artboards-favourites > header div.right h3 {
        font-family: 'HelveticaNeueW02-55Roma', Helvetica, sans-serif;
        font-weight: 400;
        -webkit-font-kerning: normal;
        font-kerning: normal;
        font-size: 20px;
        line-height: 1;
        letter-spacing: normal;
        line-height: 1.4; } }
article.artboards-artboard section.items,
article.artboards-theme section.items,
article.artboards-favourites section.items {
  background: white; }
article.artboards-artboard .overlay-only,
article.artboards-theme .overlay-only,
article.artboards-favourites .overlay-only {
  display: none; }
@media print, screen and (min-width: 768px) {
  article.artboards-artboard.disable header, article.artboards-artboard.disable section.items,
  article.artboards-theme.disable header,
  article.artboards-theme.disable section.items,
  article.artboards-favourites.disable header,
  article.artboards-favourites.disable section.items {
    display: none; }
  article.artboards-artboard > header section.info,
  article.artboards-theme > header section.info,
  article.artboards-favourites > header section.info {
    padding-top: 10px;
    /* For modern browsers */
    /* For IE 6/7 (trigger hasLayout) */ }
    article.artboards-artboard > header section.info:after,
    article.artboards-theme > header section.info:after,
    article.artboards-favourites > header section.info:after {
      content: "";
      display: table; }
    article.artboards-artboard > header section.info:after,
    article.artboards-theme > header section.info:after,
    article.artboards-favourites > header section.info:after {
      clear: both; }
    article.artboards-artboard > header section.info,
    article.artboards-theme > header section.info,
    article.artboards-favourites > header section.info {
      zoom: 1; }
    article.artboards-artboard > header section.info p,
    article.artboards-theme > header section.info p,
    article.artboards-favourites > header section.info p {
      /* Create a floated grid element using cols(). */
      float: left;
      display: inline;
      /* Set width to the specified number of cols, with gutters. */
      width: 34.61538%;
      /* Add left/right margin according to the grid gutter width. */
      margin-left: 0%;
      margin-right: 0%; }
      article.artboards-artboard > header section.info p.caption,
      article.artboards-theme > header section.info p.caption,
      article.artboards-favourites > header section.info p.caption {
        margin: 0 0 40px; }
  article.artboards-artboard > header section.title,
  article.artboards-theme > header section.title,
  article.artboards-favourites > header section.title {
    position: relative;
    /* Set width to the specified number of cols, with gutters. */
    width: 100%;
    /* Add left/right margin according to the grid gutter width. */
    margin-left: 0%;
    margin-right: 0%;
    /* For modern browsers */
    /* For IE 6/7 (trigger hasLayout) */ }
    article.artboards-artboard > header section.title:after,
    article.artboards-theme > header section.title:after,
    article.artboards-favourites > header section.title:after {
      content: "";
      display: table; }
    article.artboards-artboard > header section.title:after,
    article.artboards-theme > header section.title:after,
    article.artboards-favourites > header section.title:after {
      clear: both; }
    article.artboards-artboard > header section.title,
    article.artboards-theme > header section.title,
    article.artboards-favourites > header section.title {
      zoom: 1; }
    article.artboards-artboard > header section.title h3,
    article.artboards-theme > header section.title h3,
    article.artboards-favourites > header section.title h3 {
      margin: 0; }
    article.artboards-artboard > header section.title div.left,
    article.artboards-theme > header section.title div.left,
    article.artboards-favourites > header section.title div.left {
      padding: 140px 0 40px 1.92308%;
      /* Create a floated grid element using cols(). */
      float: left;
      display: inline;
      /* Set width to the specified number of cols, with gutters. */
      width: 88.46154%;
      /* Add left/right margin according to the grid gutter width. */
      margin-left: 0%;
      margin-right: 0%;
      max-width: 1102.23077px; }
      article.artboards-artboard > header section.title div.left h1,
      article.artboards-theme > header section.title div.left h1,
      article.artboards-favourites > header section.title div.left h1 {
        /* Set width to the specified number of cols, with gutters. */
        width: 80.0%;
        /* Add left/right margin according to the grid gutter width. */
        margin-left: 0%;
        margin-right: 0%;
        display: block;
        margin-bottom: 10px; }
      article.artboards-artboard > header section.title div.left a.promo,
      article.artboards-theme > header section.title div.left a.promo,
      article.artboards-favourites > header section.title div.left a.promo {
        display: block;
        /* Create a floated grid element using cols(). */
        float: left;
        display: inline;
        /* Set width to the specified number of cols, with gutters. */
        width: 22.22222%;
        /* Add left/right margin according to the grid gutter width. */
        margin-left: 0%;
        margin-right: 0%;
        float: right;
        padding: 2.22222% 0;
        margin-bottom: -40px; }
    article.artboards-artboard > header section.title section.image,
    article.artboards-theme > header section.title section.image,
    article.artboards-favourites > header section.title section.image {
      /* Set width to the specified number of cols, with gutters. */
      width: 88.46154%;
      /* Add left/right margin according to the grid gutter width. */
      margin-left: 0%;
      margin-right: 0%;
      max-width: 1102.23077px; }
    article.artboards-artboard > header section.title section.info,
    article.artboards-theme > header section.title section.info,
    article.artboards-favourites > header section.title section.info {
      position: absolute;
      width: 100%; }
  article.artboards-artboard > header div.right,
  article.artboards-theme > header div.right,
  article.artboards-favourites > header div.right {
    /* Create a floated grid element using cols(). */
    float: left;
    display: inline;
    /* Set width to the specified number of cols, with gutters. */
    width: 11.53846%;
    /* Add left/right margin according to the grid gutter width. */
    margin-left: 0%;
    margin-right: 0%;
    float: right; }
    article.artboards-artboard > header div.right h3,
    article.artboards-theme > header div.right h3,
    article.artboards-favourites > header div.right h3 {
      margin: 25px 0 0 20px; } }
  @media print, screen and (min-width: 768px) and (min-width: 1327px) {
    article.artboards-artboard > header div.right,
    article.artboards-theme > header div.right,
    article.artboards-favourites > header div.right {
      float: right; } }
@media print, screen and (min-width: 768px) {
  article.artboards-artboard section.items,
  article.artboards-theme section.items,
  article.artboards-favourites section.items {
    margin-top: 78px; } }
@media screen and (max-width: 767px) {
  article.artboards-artboard > header section.title h1,
  article.artboards-theme > header section.title h1,
  article.artboards-favourites > header section.title h1 {
    margin: 0 0 30px; }
  article.artboards-artboard > header section.title div.left,
  article.artboards-theme > header section.title div.left,
  article.artboards-favourites > header section.title div.left {
    padding: 50px 3.84615% 0;
    /* For modern browsers */
    /* For IE 6/7 (trigger hasLayout) */ }
    article.artboards-artboard > header section.title div.left:after,
    article.artboards-theme > header section.title div.left:after,
    article.artboards-favourites > header section.title div.left:after {
      content: "";
      display: table; }
    article.artboards-artboard > header section.title div.left:after,
    article.artboards-theme > header section.title div.left:after,
    article.artboards-favourites > header section.title div.left:after {
      clear: both; }
    article.artboards-artboard > header section.title div.left,
    article.artboards-theme > header section.title div.left,
    article.artboards-favourites > header section.title div.left {
      zoom: 1; }
    article.artboards-artboard > header section.title div.left a.promo,
    article.artboards-theme > header section.title div.left a.promo,
    article.artboards-favourites > header section.title div.left a.promo {
      display: block;
      /* Create a floated grid element using cols(). */
      float: left;
      display: inline;
      /* Set width to the specified number of cols, with gutters. */
      width: 50.0%;
      /* Add left/right margin according to the grid gutter width. */
      margin-left: 0%;
      margin-right: 0%;
      float: right;
      padding: 4.16667% 0;
      margin-top: 35px;
      margin-right: -4.16667%; }
  article.artboards-artboard > header section.title section.image,
  article.artboards-theme > header section.title section.image,
  article.artboards-favourites > header section.title section.image {
    width: 100%; }
  article.artboards-artboard > header div.right,
  article.artboards-theme > header div.right,
  article.artboards-favourites > header div.right {
    display: none; }
  article.artboards-artboard > header section.info,
  article.artboards-theme > header section.info,
  article.artboards-favourites > header section.info {
    padding: 15px 0 40px; }
    article.artboards-artboard > header section.info .caption,
    article.artboards-theme > header section.info .caption,
    article.artboards-favourites > header section.info .caption {
      margin: 0; }
  article.artboards-artboard section.items,
  article.artboards-theme section.items,
  article.artboards-favourites section.items {
    margin-top: 40px; } }
article.artboards-artboard section#overlay,
article.artboards-theme section#overlay,
article.artboards-favourites section#overlay {
  display: none;
  background: rgba(255, 255, 255, 0.975);
  cursor: pointer;
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
  article.artboards-artboard section#overlay > *,
  article.artboards-theme section#overlay > *,
  article.artboards-favourites section#overlay > * {
    cursor: default; }
  article.artboards-artboard section#overlay.visible,
  article.artboards-theme section#overlay.visible,
  article.artboards-favourites section#overlay.visible {
    display: block; }
  article.artboards-artboard section#overlay .item-view,
  article.artboards-theme section#overlay .item-view,
  article.artboards-favourites section#overlay .item-view {
    cursor: default; }
    article.artboards-artboard section#overlay .item-view.external,
    article.artboards-theme section#overlay .item-view.external,
    article.artboards-favourites section#overlay .item-view.external {
      cursor: pointer; }
  article.artboards-artboard section#overlay > .inner,
  article.artboards-theme section#overlay > .inner,
  article.artboards-favourites section#overlay > .inner {
    position: absolute;
    width: 100%;
    height: 100vh;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto; }
    article.artboards-artboard section#overlay > .inner .overlay-only,
    article.artboards-theme section#overlay > .inner .overlay-only,
    article.artboards-favourites section#overlay > .inner .overlay-only {
      display: block; }
    article.artboards-artboard section#overlay > .inner section.background,
    article.artboards-theme section#overlay > .inner section.background,
    article.artboards-favourites section#overlay > .inner section.background {
      position: absolute;
      height: 48vh;
      width: 100%;
      top: 0;
      left: 0;
      content: ' '; }
    article.artboards-artboard section#overlay > .inner section.content section.share a,
    article.artboards-theme section#overlay > .inner section.content section.share a,
    article.artboards-favourites section#overlay > .inner section.content section.share a {
      background: #efcf5e;
      text-align: center; }
  article.artboards-artboard section#overlay .no-overlay,
  article.artboards-theme section#overlay .no-overlay,
  article.artboards-favourites section#overlay .no-overlay {
    display: none !important; }
  @media print, screen and (min-width: 768px) {
    article.artboards-artboard section#overlay.navigate > div.inner section.content section.navigation,
    article.artboards-theme section#overlay.navigate > div.inner section.content section.navigation,
    article.artboards-favourites section#overlay.navigate > div.inner section.content section.navigation {
      display: block; }
    article.artboards-artboard section#overlay > div.inner section.content,
    article.artboards-theme section#overlay > div.inner section.content,
    article.artboards-favourites section#overlay > div.inner section.content {
      /* Set width to the specified number of cols, with gutters. */
      width: 51.92308%;
      /* Add left/right margin according to the grid gutter width. */
      margin-left: 0%;
      margin-right: 0%;
      padding: 30px 30px 80px;
      margin: 0 auto;
      position: relative;
      overflow: visible; }
      article.artboards-artboard section#overlay > div.inner section.content div.content-inner,
      article.artboards-theme section#overlay > div.inner section.content div.content-inner,
      article.artboards-favourites section#overlay > div.inner section.content div.content-inner {
        position: relative; }
        article.artboards-artboard section#overlay > div.inner section.content div.content-inner article.item,
        article.artboards-theme section#overlay > div.inner section.content div.content-inner article.item,
        article.artboards-favourites section#overlay > div.inner section.content div.content-inner article.item {
          position: absolute; }
      article.artboards-artboard section#overlay > div.inner section.content section.navigation,
      article.artboards-theme section#overlay > div.inner section.content section.navigation,
      article.artboards-favourites section#overlay > div.inner section.content section.navigation {
        display: none; }
        article.artboards-artboard section#overlay > div.inner section.content section.navigation .item-prev, article.artboards-artboard section#overlay > div.inner section.content section.navigation .item-next,
        article.artboards-theme section#overlay > div.inner section.content section.navigation .item-prev,
        article.artboards-theme section#overlay > div.inner section.content section.navigation .item-next,
        article.artboards-favourites section#overlay > div.inner section.content section.navigation .item-prev,
        article.artboards-favourites section#overlay > div.inner section.content section.navigation .item-next {
          position: fixed;
          width: 1.85185%;
          cursor: pointer;
          z-index: 100;
          top: calc(50% - 0px);
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
        article.artboards-artboard section#overlay > div.inner section.content section.navigation .item-prev,
        article.artboards-theme section#overlay > div.inner section.content section.navigation .item-prev,
        article.artboards-favourites section#overlay > div.inner section.content section.navigation .item-prev {
          left: 15%; }
        article.artboards-artboard section#overlay > div.inner section.content section.navigation .item-next,
        article.artboards-theme section#overlay > div.inner section.content section.navigation .item-next,
        article.artboards-favourites section#overlay > div.inner section.content section.navigation .item-next {
          right: 15%; }
      article.artboards-artboard section#overlay > div.inner section.content .close-button,
      article.artboards-theme section#overlay > div.inner section.content .close-button,
      article.artboards-favourites section#overlay > div.inner section.content .close-button {
        display: inline-block;
        position: relative;
        width: 100%;
        height: 28px;
        margin: 0 auto;
        margin-bottom: 25px;
        text-align: center; }
        article.artboards-artboard section#overlay > div.inner section.content .close-button span,
        article.artboards-theme section#overlay > div.inner section.content .close-button span,
        article.artboards-favourites section#overlay > div.inner section.content .close-button span {
          position: absolute;
          width: 28px;
          height: 28px;
          margin-left: -14px;
          cursor: pointer; }
          article.artboards-artboard section#overlay > div.inner section.content .close-button span:before, article.artboards-artboard section#overlay > div.inner section.content .close-button span:after,
          article.artboards-theme section#overlay > div.inner section.content .close-button span:before,
          article.artboards-theme section#overlay > div.inner section.content .close-button span:after,
          article.artboards-favourites section#overlay > div.inner section.content .close-button span:before,
          article.artboards-favourites section#overlay > div.inner section.content .close-button span:after {
            position: absolute;
            left: 12px;
            content: ' ';
            height: 28px;
            width: 2px;
            background-color: black; }
          article.artboards-artboard section#overlay > div.inner section.content .close-button span:before,
          article.artboards-theme section#overlay > div.inner section.content .close-button span:before,
          article.artboards-favourites section#overlay > div.inner section.content .close-button span:before {
            transform: rotate(45deg); }
          article.artboards-artboard section#overlay > div.inner section.content .close-button span:after,
          article.artboards-theme section#overlay > div.inner section.content .close-button span:after,
          article.artboards-favourites section#overlay > div.inner section.content .close-button span:after {
            transform: rotate(-45deg); }
    article.artboards-artboard section#overlay > div.inner section.content article.item,
    article.artboards-theme section#overlay > div.inner section.content article.item,
    article.artboards-favourites section#overlay > div.inner section.content article.item {
      -moz-transition: all 500ms;
      -webkit-transition: all 500ms;
      transition: all 500ms;
      -moz-transform: translate3d(0, 0, 0);
      -webkit-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      -moz-transform-origin: center center;
      -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
      transform-origin: center center; }
      article.artboards-artboard section#overlay > div.inner section.content article.item.future,
      article.artboards-theme section#overlay > div.inner section.content article.item.future,
      article.artboards-favourites section#overlay > div.inner section.content article.item.future {
        -moz-transform: translate3d(170%, 0, 0);
        -webkit-transform: translate3d(170%, 0, 0);
        -ms-transform: translate3d(170%, 0, 0);
        transform: translate3d(170%, 0, 0);
        -moz-transform-origin: center center;
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center; }
      article.artboards-artboard section#overlay > div.inner section.content article.item.past,
      article.artboards-theme section#overlay > div.inner section.content article.item.past,
      article.artboards-favourites section#overlay > div.inner section.content article.item.past {
        -moz-transform: translate3d(-170%, 0, 0);
        -webkit-transform: translate3d(-170%, 0, 0);
        -ms-transform: translate3d(-170%, 0, 0);
        transform: translate3d(-170%, 0, 0);
        -moz-transform-origin: center center;
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center; }
      article.artboards-artboard section#overlay > div.inner section.content article.item section.rollover,
      article.artboards-theme section#overlay > div.inner section.content article.item section.rollover,
      article.artboards-favourites section#overlay > div.inner section.content article.item section.rollover {
        display: none; }
      article.artboards-artboard section#overlay > div.inner section.content article.item section.share,
      article.artboards-theme section#overlay > div.inner section.content article.item section.share,
      article.artboards-favourites section#overlay > div.inner section.content article.item section.share {
        position: absolute;
        top: 100%;
        right: 0;
        width: 100%;
        padding-bottom: 80px;
        /* For modern browsers */
        /* For IE 6/7 (trigger hasLayout) */ }
        article.artboards-artboard section#overlay > div.inner section.content article.item section.share:after,
        article.artboards-theme section#overlay > div.inner section.content article.item section.share:after,
        article.artboards-favourites section#overlay > div.inner section.content article.item section.share:after {
          content: "";
          display: table; }
        article.artboards-artboard section#overlay > div.inner section.content article.item section.share:after,
        article.artboards-theme section#overlay > div.inner section.content article.item section.share:after,
        article.artboards-favourites section#overlay > div.inner section.content article.item section.share:after {
          clear: both; }
        article.artboards-artboard section#overlay > div.inner section.content article.item section.share,
        article.artboards-theme section#overlay > div.inner section.content article.item section.share,
        article.artboards-favourites section#overlay > div.inner section.content article.item section.share {
          zoom: 1; }
        article.artboards-artboard section#overlay > div.inner section.content article.item section.share a,
        article.artboards-theme section#overlay > div.inner section.content article.item section.share a,
        article.artboards-favourites section#overlay > div.inner section.content article.item section.share a {
          /* Create a floated grid element using cols(). */
          float: left;
          display: inline;
          /* Set width to the specified number of cols, with gutters. */
          width: 11.11111%;
          /* Add left/right margin according to the grid gutter width. */
          margin-left: 0%;
          margin-right: 0%;
          display: block;
          float: right;
          margin: 1px 1px 0 0; }
          article.artboards-artboard section#overlay > div.inner section.content article.item section.share a:first-child,
          article.artboards-theme section#overlay > div.inner section.content article.item section.share a:first-child,
          article.artboards-favourites section#overlay > div.inner section.content article.item section.share a:first-child {
            margin-right: 0; }
          article.artboards-artboard section#overlay > div.inner section.content article.item section.share a:before,
          article.artboards-theme section#overlay > div.inner section.content article.item section.share a:before,
          article.artboards-favourites section#overlay > div.inner section.content article.item section.share a:before {
            content: "";
            display: block;
            padding-top: calc(50% - 15px); }
          article.artboards-artboard section#overlay > div.inner section.content article.item section.share a:after,
          article.artboards-theme section#overlay > div.inner section.content article.item section.share a:after,
          article.artboards-favourites section#overlay > div.inner section.content article.item section.share a:after {
            content: "";
            display: block;
            padding-bottom: calc(50% - 15px); } }
  @media print, screen and (min-width: 768px) and (max-width: 1269px) {
    article.artboards-artboard section#overlay.navigate > div.inner section.content section.navigation,
    article.artboards-theme section#overlay.navigate > div.inner section.content section.navigation,
    article.artboards-favourites section#overlay.navigate > div.inner section.content section.navigation {
      display: block; }
    article.artboards-artboard section#overlay > div.inner section.content,
    article.artboards-theme section#overlay > div.inner section.content,
    article.artboards-favourites section#overlay > div.inner section.content {
      /* Set width to the specified number of cols, with gutters. */
      width: 73.07692%;
      /* Add left/right margin according to the grid gutter width. */
      margin-left: 0%;
      margin-right: 0%;
      padding: 30px 30px 80px;
      margin: 0 auto; }
      article.artboards-artboard section#overlay > div.inner section.content section.navigation,
      article.artboards-theme section#overlay > div.inner section.content section.navigation,
      article.artboards-favourites section#overlay > div.inner section.content section.navigation {
        display: none; }
        article.artboards-artboard section#overlay > div.inner section.content section.navigation .item-prev, article.artboards-artboard section#overlay > div.inner section.content section.navigation .item-next,
        article.artboards-theme section#overlay > div.inner section.content section.navigation .item-prev,
        article.artboards-theme section#overlay > div.inner section.content section.navigation .item-next,
        article.artboards-favourites section#overlay > div.inner section.content section.navigation .item-prev,
        article.artboards-favourites section#overlay > div.inner section.content section.navigation .item-next {
          width: 2.63158%; }
        article.artboards-artboard section#overlay > div.inner section.content section.navigation .item-prev,
        article.artboards-theme section#overlay > div.inner section.content section.navigation .item-prev,
        article.artboards-favourites section#overlay > div.inner section.content section.navigation .item-prev {
          left: 10%; }
        article.artboards-artboard section#overlay > div.inner section.content section.navigation .item-next,
        article.artboards-theme section#overlay > div.inner section.content section.navigation .item-next,
        article.artboards-favourites section#overlay > div.inner section.content section.navigation .item-next {
          right: 10%; }
      article.artboards-artboard section#overlay > div.inner section.content article.item section.share a,
      article.artboards-theme section#overlay > div.inner section.content article.item section.share a,
      article.artboards-favourites section#overlay > div.inner section.content article.item section.share a {
        /* Create a floated grid element using cols(). */
        float: left;
        display: inline;
        /* Set width to the specified number of cols, with gutters. */
        width: 9.375%;
        /* Add left/right margin according to the grid gutter width. */
        margin-left: 0%;
        margin-right: 0%;
        display: block;
        float: right;
        margin: 1px 1px 0 0; } }
  @media screen and (max-width: 767px) {
    article.artboards-artboard section#overlay.navigate > div.inner section.content section.navigation,
    article.artboards-theme section#overlay.navigate > div.inner section.content section.navigation,
    article.artboards-favourites section#overlay.navigate > div.inner section.content section.navigation {
      display: block; }
    article.artboards-artboard section#overlay > div.inner section.content,
    article.artboards-theme section#overlay > div.inner section.content,
    article.artboards-favourites section#overlay > div.inner section.content {
      /* Set width to the specified number of cols, with gutters. */
      width: 84.61538%;
      /* Add left/right margin according to the grid gutter width. */
      margin-left: 0%;
      margin-right: 0%;
      padding: 30px 0 80px;
      margin: 0 auto;
      position: relative;
      overflow: visible; }
      article.artboards-artboard section#overlay > div.inner section.content div.content-inner,
      article.artboards-theme section#overlay > div.inner section.content div.content-inner,
      article.artboards-favourites section#overlay > div.inner section.content div.content-inner {
        position: relative; }
        article.artboards-artboard section#overlay > div.inner section.content div.content-inner article.item,
        article.artboards-theme section#overlay > div.inner section.content div.content-inner article.item,
        article.artboards-favourites section#overlay > div.inner section.content div.content-inner article.item {
          position: absolute; }
      article.artboards-artboard section#overlay > div.inner section.content section.navigation,
      article.artboards-theme section#overlay > div.inner section.content section.navigation,
      article.artboards-favourites section#overlay > div.inner section.content section.navigation {
        display: none; }
        article.artboards-artboard section#overlay > div.inner section.content section.navigation .item-prev, article.artboards-artboard section#overlay > div.inner section.content section.navigation .item-next,
        article.artboards-theme section#overlay > div.inner section.content section.navigation .item-prev,
        article.artboards-theme section#overlay > div.inner section.content section.navigation .item-next,
        article.artboards-favourites section#overlay > div.inner section.content section.navigation .item-prev,
        article.artboards-favourites section#overlay > div.inner section.content section.navigation .item-next {
          position: fixed;
          width: 5.76923%;
          cursor: pointer;
          z-index: 100;
          top: calc(50% - 0px);
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
        article.artboards-artboard section#overlay > div.inner section.content section.navigation .item-prev,
        article.artboards-theme section#overlay > div.inner section.content section.navigation .item-prev,
        article.artboards-favourites section#overlay > div.inner section.content section.navigation .item-prev {
          left: 0.96154%; }
        article.artboards-artboard section#overlay > div.inner section.content section.navigation .item-next,
        article.artboards-theme section#overlay > div.inner section.content section.navigation .item-next,
        article.artboards-favourites section#overlay > div.inner section.content section.navigation .item-next {
          right: 0.96154%; }
      article.artboards-artboard section#overlay > div.inner section.content .close-button,
      article.artboards-theme section#overlay > div.inner section.content .close-button,
      article.artboards-favourites section#overlay > div.inner section.content .close-button {
        display: inline-block;
        position: relative;
        width: 100%;
        height: 28px;
        margin: 0 auto;
        margin-bottom: 25px;
        text-align: center; }
        article.artboards-artboard section#overlay > div.inner section.content .close-button span,
        article.artboards-theme section#overlay > div.inner section.content .close-button span,
        article.artboards-favourites section#overlay > div.inner section.content .close-button span {
          position: absolute;
          width: 28px;
          height: 28px;
          margin-left: -14px;
          cursor: pointer; }
          article.artboards-artboard section#overlay > div.inner section.content .close-button span:before, article.artboards-artboard section#overlay > div.inner section.content .close-button span:after,
          article.artboards-theme section#overlay > div.inner section.content .close-button span:before,
          article.artboards-theme section#overlay > div.inner section.content .close-button span:after,
          article.artboards-favourites section#overlay > div.inner section.content .close-button span:before,
          article.artboards-favourites section#overlay > div.inner section.content .close-button span:after {
            position: absolute;
            left: 12px;
            content: ' ';
            height: 28px;
            width: 2px;
            background-color: black; }
          article.artboards-artboard section#overlay > div.inner section.content .close-button span:before,
          article.artboards-theme section#overlay > div.inner section.content .close-button span:before,
          article.artboards-favourites section#overlay > div.inner section.content .close-button span:before {
            transform: rotate(45deg); }
          article.artboards-artboard section#overlay > div.inner section.content .close-button span:after,
          article.artboards-theme section#overlay > div.inner section.content .close-button span:after,
          article.artboards-favourites section#overlay > div.inner section.content .close-button span:after {
            transform: rotate(-45deg); }
    article.artboards-artboard section#overlay > div.inner section.content article.item,
    article.artboards-theme section#overlay > div.inner section.content article.item,
    article.artboards-favourites section#overlay > div.inner section.content article.item {
      -moz-transition: all 500ms;
      -webkit-transition: all 500ms;
      transition: all 500ms;
      -moz-transform: translate3d(0, 0, 0);
      -webkit-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      -moz-transform-origin: center center;
      -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
      transform-origin: center center; }
      article.artboards-artboard section#overlay > div.inner section.content article.item.future,
      article.artboards-theme section#overlay > div.inner section.content article.item.future,
      article.artboards-favourites section#overlay > div.inner section.content article.item.future {
        -moz-transform: translate3d(170%, 0, 0);
        -webkit-transform: translate3d(170%, 0, 0);
        -ms-transform: translate3d(170%, 0, 0);
        transform: translate3d(170%, 0, 0);
        -moz-transform-origin: center center;
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center; }
      article.artboards-artboard section#overlay > div.inner section.content article.item.past,
      article.artboards-theme section#overlay > div.inner section.content article.item.past,
      article.artboards-favourites section#overlay > div.inner section.content article.item.past {
        -moz-transform: translate3d(-170%, 0, 0);
        -webkit-transform: translate3d(-170%, 0, 0);
        -ms-transform: translate3d(-170%, 0, 0);
        transform: translate3d(-170%, 0, 0);
        -moz-transform-origin: center center;
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center; }
      article.artboards-artboard section#overlay > div.inner section.content article.item section.rollover,
      article.artboards-theme section#overlay > div.inner section.content article.item section.rollover,
      article.artboards-favourites section#overlay > div.inner section.content article.item section.rollover {
        display: none; }
      article.artboards-artboard section#overlay > div.inner section.content article.item section.share,
      article.artboards-theme section#overlay > div.inner section.content article.item section.share,
      article.artboards-favourites section#overlay > div.inner section.content article.item section.share {
        position: absolute;
        top: 100%;
        right: 0;
        width: 100%;
        padding-bottom: 100px;
        /* For modern browsers */
        /* For IE 6/7 (trigger hasLayout) */ }
        article.artboards-artboard section#overlay > div.inner section.content article.item section.share:after,
        article.artboards-theme section#overlay > div.inner section.content article.item section.share:after,
        article.artboards-favourites section#overlay > div.inner section.content article.item section.share:after {
          content: "";
          display: table; }
        article.artboards-artboard section#overlay > div.inner section.content article.item section.share:after,
        article.artboards-theme section#overlay > div.inner section.content article.item section.share:after,
        article.artboards-favourites section#overlay > div.inner section.content article.item section.share:after {
          clear: both; }
        article.artboards-artboard section#overlay > div.inner section.content article.item section.share,
        article.artboards-theme section#overlay > div.inner section.content article.item section.share,
        article.artboards-favourites section#overlay > div.inner section.content article.item section.share {
          zoom: 1; }
        article.artboards-artboard section#overlay > div.inner section.content article.item section.share a,
        article.artboards-theme section#overlay > div.inner section.content article.item section.share a,
        article.artboards-favourites section#overlay > div.inner section.content article.item section.share a {
          /* Create a floated grid element using cols(). */
          float: left;
          display: inline;
          /* Set width to the specified number of cols, with gutters. */
          width: 11.11111%;
          /* Add left/right margin according to the grid gutter width. */
          margin-left: 0%;
          margin-right: 0%;
          display: block;
          float: right;
          margin: 1px 1px 0 0; }
          article.artboards-artboard section#overlay > div.inner section.content article.item section.share a:first-child,
          article.artboards-theme section#overlay > div.inner section.content article.item section.share a:first-child,
          article.artboards-favourites section#overlay > div.inner section.content article.item section.share a:first-child {
            margin-right: 0; }
          article.artboards-artboard section#overlay > div.inner section.content article.item section.share a:before,
          article.artboards-theme section#overlay > div.inner section.content article.item section.share a:before,
          article.artboards-favourites section#overlay > div.inner section.content article.item section.share a:before {
            content: "";
            display: block;
            padding-top: calc(50% - 15px); }
          article.artboards-artboard section#overlay > div.inner section.content article.item section.share a:after,
          article.artboards-theme section#overlay > div.inner section.content article.item section.share a:after,
          article.artboards-favourites section#overlay > div.inner section.content article.item section.share a:after {
            content: "";
            display: block;
            padding-bottom: calc(50% - 15px); } }

article.artboards-theme section.theme {
  background: #878787;
  color: black; }
  article.artboards-theme section.theme a.back {
    font-family: 'HelveticaNeueW02-55Roma', Helvetica, sans-serif;
    font-weight: 400;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-size: 18px;
    line-height: 1;
    letter-spacing: normal;
    background: rgba(255, 255, 255, 0.2);
    color: #333333; }
  article.artboards-theme section.theme h2 {
    font-family: "gt-sectra-bold";
    font-weight: 600;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-size: 64px;
    line-height: 1;
    letter-spacing: -0.68px; }
    @media screen and (max-width: 767px) {
      article.artboards-theme section.theme h2 {
        font-family: "gt-sectra-bold";
        font-weight: 600;
        -webkit-font-kerning: normal;
        font-kerning: normal;
        font-size: 48px;
        line-height: 1;
        letter-spacing: -0.36px; } }
@media print, screen and (min-width: 768px) {
  article.artboards-theme section.theme {
    position: relative;
    /* Set width to the specified number of cols, with gutters. */
    width: 100%;
    /* Add left/right margin according to the grid gutter width. */
    margin-left: 0%;
    margin-right: 0%;
    padding: 106px 1.92308% 18px;
    margin: 0; }
    article.artboards-theme section.theme a.back {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      /* Set width to the specified number of cols, with gutters. */
      width: 15.38462%;
      /* Add left/right margin according to the grid gutter width. */
      margin-left: 0%;
      margin-right: 0%;
      padding: 25px 1.92308%; }
    article.artboards-theme section.theme h2 {
      margin: 0; } }
@media screen and (max-width: 767px) {
  article.artboards-theme section.theme {
    position: relative;
    /* Set width to the specified number of cols, with gutters. */
    width: 100%;
    /* Add left/right margin according to the grid gutter width. */
    margin-left: 0%;
    margin-right: 0%;
    padding: 76px 1.92308% 18px;
    margin: 0; }
    article.artboards-theme section.theme a.back {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      /* Set width to the specified number of cols, with gutters. */
      width: 34.61538%;
      /* Add left/right margin according to the grid gutter width. */
      margin-left: 0%;
      margin-right: 0%;
      padding: 15px 5.55556%; }
    article.artboards-theme section.theme h2 {
      margin: 0; } }

article.artboards-favourites > section.fav a.back {
  font-family: 'HelveticaNeueW02-55Roma', Helvetica, sans-serif;
  font-weight: 400;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-size: 18px;
  line-height: 1;
  letter-spacing: normal;
  background: #9f9f9f;
  color: #333333; }
article.artboards-favourites > section.fav p {
  font-family: 'HelveticaNeueW02-55Roma', Helvetica, sans-serif;
  font-weight: 400;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-size: 15px;
  line-height: 1;
  letter-spacing: normal; }
@media print, screen and (min-width: 768px) {
  article.artboards-favourites > section.fav {
    position: relative;
    padding: 70px 0 0; }
    article.artboards-favourites > section.fav a.back {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      /* Set width to the specified number of cols, with gutters. */
      width: 15.38462%;
      /* Add left/right margin according to the grid gutter width. */
      margin-left: 0%;
      margin-right: 0%;
      padding: 25px 1.92308%; }
    article.artboards-favourites > section.fav p {
      margin: 22px 0 0; } }
@media screen and (max-width: 767px) {
  article.artboards-favourites > section.fav {
    position: relative;
    padding: 70px 0 0; }
    article.artboards-favourites > section.fav a.back {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      /* Set width to the specified number of cols, with gutters. */
      width: 34.61538%;
      /* Add left/right margin according to the grid gutter width. */
      margin-left: 0%;
      margin-right: 0%;
      padding: 15px 5.55556%; }
    article.artboards-favourites > section.fav p {
      margin: 22px 0 0; } }

article.artboards-item {
  min-height: 100vh; }

article.item:hover > a, article.item:hover .info > a, article.sub-content:hover > a, article.sub-content:hover .info > a {
  text-decoration: underline; }
article.item.item-text, article.sub-content.item-text {
  background: #cfc450;
  color: white; }
  article.item.item-text a, article.sub-content.item-text a {
    font-family: "gt-sectra-regular";
    font-weight: 400;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-size: 18px;
    line-height: 1;
    letter-spacing: normal;
    color: white;
    text-decoration: underline; }
    @media print, screen and (min-width: 768px) and (max-width: 1269px) {
      article.item.item-text a, article.sub-content.item-text a {
        font-family: "gt-sectra-regular";
        font-weight: 400;
        -webkit-font-kerning: normal;
        font-kerning: normal;
        font-size: 16px;
        line-height: 1;
        letter-spacing: normal;
        line-height: 1.1; } }
  article.item.item-text p, article.sub-content.item-text p {
    font-family: "gt-sectra-regular";
    font-weight: 400;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-size: 26px;
    line-height: 1;
    letter-spacing: normal;
    line-height: 1.1; }
    @media print, screen and (min-width: 768px) and (max-width: 1269px) {
      article.item.item-text p, article.sub-content.item-text p {
        font-family: "gt-sectra-regular";
        font-weight: 400;
        -webkit-font-kerning: normal;
        font-kerning: normal;
        font-size: 20px;
        line-height: 1;
        letter-spacing: normal;
        line-height: 1.1; } }
article.item.item-promo, article.sub-content.item-promo {
  color: black;
  background: #1339a7; }
  article.item.item-promo:hover a, article.sub-content.item-promo:hover a {
    text-decoration: none; }
  article.item.item-promo a, article.sub-content.item-promo a {
    color: white;
    font-family: 'HelveticaNeueW02-75Bold', Helvetica, sans-serif;
    font-weight: 700;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-size: 40px;
    line-height: 1;
    letter-spacing: -0.5px;
    text-decoration: underline; }
    @media print, screen and (min-width: 768px) and (max-width: 1269px) {
      article.item.item-promo a, article.sub-content.item-promo a {
        font-family: 'HelveticaNeueW02-75Bold', Helvetica, sans-serif;
        font-weight: 700;
        -webkit-font-kerning: normal;
        font-kerning: normal;
        font-size: 28px;
        line-height: 1;
        letter-spacing: normal; } }
  article.item.item-promo p, article.sub-content.item-promo p {
    font-family: 'HelveticaNeueW02-75Bold', Helvetica, sans-serif;
    font-weight: 700;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-size: 44px;
    line-height: 1;
    letter-spacing: -0.7px;
    line-height: 0.975; }
    article.item.item-promo p:first-child, article.sub-content.item-promo p:first-child {
      font-family: 'HelveticaNeueW02-75Bold', Helvetica, sans-serif;
      font-weight: 700;
      -webkit-font-kerning: normal;
      font-kerning: normal;
      font-size: 40px;
      line-height: 1;
      letter-spacing: -0.5px;
      line-height: 0.975; }
    @media print, screen and (min-width: 768px) and (max-width: 1269px) {
      article.item.item-promo p, article.sub-content.item-promo p {
        font-family: 'HelveticaNeueW02-75Bold', Helvetica, sans-serif;
        font-weight: 700;
        -webkit-font-kerning: normal;
        font-kerning: normal;
        font-size: 32px;
        line-height: 1;
        letter-spacing: -0.1px;
        line-height: 0.975; }
        article.item.item-promo p:first-child, article.sub-content.item-promo p:first-child {
          font-family: 'HelveticaNeueW02-75Bold', Helvetica, sans-serif;
          font-weight: 700;
          -webkit-font-kerning: normal;
          font-kerning: normal;
          font-size: 28px;
          line-height: 1;
          letter-spacing: normal;
          line-height: 0.975; } }
article.item.item-image, article.sub-content.item-image {
  background: white; }
  article.item.item-image:hover section.info a, article.sub-content.item-image:hover section.info a {
    text-decoration: none; }
  article.item.item-image p, article.item.item-image a, article.sub-content.item-image p, article.sub-content.item-image a {
    font-family: "gt-sectra-regular";
    font-weight: 400;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-size: 15px;
    line-height: 1;
    letter-spacing: normal;
    line-height: 1.35; }
    @media screen and (max-width: 767px) {
      article.item.item-image p, article.item.item-image a, article.sub-content.item-image p, article.sub-content.item-image a {
        font-family: "gt-sectra-regular";
        font-weight: 400;
        -webkit-font-kerning: normal;
        font-kerning: normal;
        font-size: 13px;
        line-height: 1;
        letter-spacing: normal;
        line-height: 1.35; } }
  article.item.item-image section.info, article.sub-content.item-image section.info {
    background-color: rgba(255, 255, 255, 0.9); }
    article.item.item-image section.info .credit, article.sub-content.item-image section.info .credit {
      font-family: "gt-sectra-regular";
      font-weight: 400;
      -webkit-font-kerning: normal;
      font-kerning: normal;
      font-size: 10px;
      line-height: 1;
      letter-spacing: normal;
      line-height: 1.35; }
article.item.item-instagram, article.sub-content.item-instagram {
  background: white; }
  article.item.item-instagram:hover section.info a, article.sub-content.item-instagram:hover section.info a {
    text-decoration: none; }
  article.item.item-instagram p, article.item.item-instagram a, article.sub-content.item-instagram p, article.sub-content.item-instagram a {
    font-family: "gt-sectra-regular";
    font-weight: 400;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-size: 14px;
    line-height: 1;
    letter-spacing: normal;
    line-height: 1.35; }
    @media screen and (max-width: 767px) {
      article.item.item-instagram p, article.item.item-instagram a, article.sub-content.item-instagram p, article.sub-content.item-instagram a {
        font-family: "gt-sectra-regular";
        font-weight: 400;
        -webkit-font-kerning: normal;
        font-kerning: normal;
        font-size: 13px;
        line-height: 1;
        letter-spacing: normal;
        line-height: 1.35; } }
    article.item.item-instagram p.smaller, article.item.item-instagram a.smaller, article.sub-content.item-instagram p.smaller, article.sub-content.item-instagram a.smaller {
      font-family: "gt-sectra-regular";
      font-weight: 400;
      -webkit-font-kerning: normal;
      font-kerning: normal;
      font-size: 12px;
      line-height: 1;
      letter-spacing: normal;
      line-height: 1.35; }
  article.item.item-instagram section.info, article.sub-content.item-instagram section.info {
    background-color: white; }
article.item.item-blog, article.sub-content.item-blog {
  background: #ff5c67; }
  article.item.item-blog:hover > a, article.sub-content.item-blog:hover > a {
    text-decoration: underline; }
  article.item.item-blog h2, article.item.item-blog h5, article.item.item-blog a, article.item.item-blog p, article.sub-content.item-blog h2, article.sub-content.item-blog h5, article.sub-content.item-blog a, article.sub-content.item-blog p {
    color: black; }
  article.item.item-blog h2, article.sub-content.item-blog h2 {
    font-family: "gt-sectra-bold";
    font-weight: 600;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-size: 32px;
    line-height: 1;
    letter-spacing: -0.04px;
    line-height: 1.1; }
    @media print, screen and (min-width: 768px) and (max-width: 1269px) {
      article.item.item-blog h2, article.sub-content.item-blog h2 {
        font-family: "gt-sectra-bold";
        font-weight: 600;
        -webkit-font-kerning: normal;
        font-kerning: normal;
        font-size: 24px;
        line-height: 1;
        letter-spacing: normal;
        line-height: 1.1; } }
  article.item.item-blog h5, article.sub-content.item-blog h5 {
    text-align: center; }
    article.item.item-blog h5 a, article.sub-content.item-blog h5 a {
      font-family: "gt-sectra-regular";
      font-weight: 400;
      -webkit-font-kerning: normal;
      font-kerning: normal;
      font-size: 16px;
      line-height: 1;
      letter-spacing: normal; }
  article.item.item-blog a, article.sub-content.item-blog a {
    font-family: "gt-sectra-bold";
    font-weight: 600;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-size: 17px;
    line-height: 1;
    letter-spacing: normal; }
    @media print, screen and (min-width: 768px) and (max-width: 1269px) {
      article.item.item-blog a, article.sub-content.item-blog a {
        font-family: "gt-sectra-bold";
        font-weight: 600;
        -webkit-font-kerning: normal;
        font-kerning: normal;
        font-size: 15px;
        line-height: 1;
        letter-spacing: normal; } }
  article.item.item-blog p, article.sub-content.item-blog p {
    font-family: "gt-sectra-regular";
    font-weight: 400;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-size: 15px;
    line-height: 1;
    letter-spacing: normal;
    line-height: 1.35; }
    @media print, screen and (min-width: 768px) and (max-width: 1269px) {
      article.item.item-blog p, article.sub-content.item-blog p {
        font-family: "gt-sectra-regular";
        font-weight: 400;
        -webkit-font-kerning: normal;
        font-kerning: normal;
        font-size: 14px;
        line-height: 1;
        letter-spacing: normal;
        line-height: 1.35; } }
article.item.item-theme, article.sub-content.item-theme {
  background: #e54c00; }
  article.item.item-theme:hover > a, article.sub-content.item-theme:hover > a {
    text-decoration: underline; }
  article.item.item-theme *, article.sub-content.item-theme * {
    color: black; }
  article.item.item-theme a, article.sub-content.item-theme a {
    font-family: "gt-sectra-bold";
    font-weight: 600;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-size: 17px;
    line-height: 1;
    letter-spacing: normal; }
    @media print, screen and (min-width: 768px) and (max-width: 1269px) {
      article.item.item-theme a, article.sub-content.item-theme a {
        font-family: "gt-sectra-bold";
        font-weight: 600;
        -webkit-font-kerning: normal;
        font-kerning: normal;
        font-size: 15px;
        line-height: 1;
        letter-spacing: normal; } }
  article.item.item-theme h2, article.item.item-theme h5, article.sub-content.item-theme h2, article.sub-content.item-theme h5 {
    text-align: center;
    text-transform: uppercase; }
  article.item.item-theme h2 a, article.sub-content.item-theme h2 a {
    font-family: "gt-sectra-bold";
    font-weight: 600;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-size: 44px;
    line-height: 1;
    letter-spacing: -0.28px;
    line-height: 1.35;
    word-wrap: break-word; }
    @media print, screen and (min-width: 768px) and (max-width: 1269px) {
      article.item.item-theme h2 a, article.sub-content.item-theme h2 a {
        font-family: "gt-sectra-bold";
        font-weight: 600;
        -webkit-font-kerning: normal;
        font-kerning: normal;
        font-size: 24px;
        line-height: 1;
        letter-spacing: normal;
        line-height: 1.35; } }
    @media print, screen and (min-width: 1327px) {
      article.item.item-theme h2 a, article.sub-content.item-theme h2 a {
        font-family: "gt-sectra-bold";
        font-weight: 600;
        -webkit-font-kerning: normal;
        font-kerning: normal;
        font-size: 36px;
        line-height: 1;
        letter-spacing: -0.12px;
        line-height: 1.1;
        letter-spacing: 1.1px; } }
    @media print, screen and (min-width: 1681px) {
      article.item.item-theme h2 a, article.sub-content.item-theme h2 a {
        font-family: "gt-sectra-bold";
        font-weight: 600;
        -webkit-font-kerning: normal;
        font-kerning: normal;
        font-size: 32px;
        line-height: 1;
        letter-spacing: -0.04px;
        line-height: 1.1;
        letter-spacing: 1.1px; } }
    @media screen and (max-width: 767px) {
      article.item.item-theme h2 a, article.sub-content.item-theme h2 a {
        font-family: "gt-sectra-bold";
        font-weight: 600;
        -webkit-font-kerning: normal;
        font-kerning: normal;
        font-size: 32px;
        line-height: 1;
        letter-spacing: -0.04px;
        line-height: 1.35; } }
  article.item.item-theme h5 a, article.sub-content.item-theme h5 a {
    font-family: "gt-sectra-regular";
    font-weight: 400;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-size: 16px;
    line-height: 1;
    letter-spacing: normal; }
  article.item.item-theme .text, article.sub-content.item-theme .text {
    font-family: "gt-sectra-regular";
    font-weight: 400;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-size: 15px;
    line-height: 1;
    letter-spacing: normal;
    line-height: 1.35; }
    @media print, screen and (min-width: 768px) and (max-width: 1269px) {
      article.item.item-theme .text, article.sub-content.item-theme .text {
        font-family: "gt-sectra-regular";
        font-weight: 400;
        -webkit-font-kerning: normal;
        font-kerning: normal;
        font-size: 14px;
        line-height: 1;
        letter-spacing: normal;
        line-height: 1.35; } }
    article.item.item-theme .text p, article.sub-content.item-theme .text p {
      font-family: inherit;
      font-weight: inherit;
      font-size: inherit;
      line-height: inherit;
      letter-spacing: inherit; }
article.item.item-twitter, article.sub-content.item-twitter {
  color: white;
  background: #64c1af; }
  article.item.item-twitter:hover a, article.sub-content.item-twitter:hover a {
    text-decoration: none;
    color: white; }
  article.item.item-twitter p, article.sub-content.item-twitter p {
    font-family: "gt-sectra-regular";
    font-weight: 400;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-size: 42px;
    line-height: 1;
    letter-spacing: -0.6px;
    line-height: 0.95;
    word-wrap: break-word; }
    article.item.item-twitter p.smaller, article.sub-content.item-twitter p.smaller {
      font-family: "gt-sectra-regular";
      font-weight: 400;
      -webkit-font-kerning: normal;
      font-kerning: normal;
      font-size: 26px;
      line-height: 1;
      letter-spacing: normal;
      line-height: 1,1; }
    @media print, screen and (min-width: 768px) and (max-width: 1269px) {
      article.item.item-twitter p, article.sub-content.item-twitter p {
        font-family: "gt-sectra-regular";
        font-weight: 400;
        -webkit-font-kerning: normal;
        font-kerning: normal;
        font-size: 28px;
        line-height: 1;
        letter-spacing: normal;
        line-height: 0.95; }
        article.item.item-twitter p.smaller, article.sub-content.item-twitter p.smaller {
          font-family: "gt-sectra-regular";
          font-weight: 400;
          -webkit-font-kerning: normal;
          font-kerning: normal;
          font-size: 20px;
          line-height: 1;
          letter-spacing: normal;
          line-height: 1.1; } }
    @media screen and (max-width: 767px) {
      article.item.item-twitter p, article.sub-content.item-twitter p {
        font-family: "gt-sectra-regular";
        font-weight: 400;
        -webkit-font-kerning: normal;
        font-kerning: normal;
        font-size: 36px;
        line-height: 1;
        letter-spacing: -0.3px;
        line-height: 0.95; }
        article.item.item-twitter p.smaller, article.sub-content.item-twitter p.smaller {
          font-family: "gt-sectra-regular";
          font-weight: 400;
          -webkit-font-kerning: normal;
          font-kerning: normal;
          font-size: 22px;
          line-height: 1;
          letter-spacing: normal;
          line-height: 1.1; } }
  article.item.item-twitter .links, article.sub-content.item-twitter .links {
    color: black;
    font-family: "gt-sectra-regular";
    font-weight: 400;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-size: 15px;
    line-height: 1;
    letter-spacing: normal; }
    @media print, screen and (min-width: 768px) and (max-width: 1269px) {
      article.item.item-twitter .links, article.sub-content.item-twitter .links {
        font-family: "gt-sectra-regular";
        font-weight: 400;
        -webkit-font-kerning: normal;
        font-kerning: normal;
        font-size: 13px;
        line-height: 1;
        letter-spacing: normal; } }
    @media screen and (max-width: 767px) {
      article.item.item-twitter .links, article.sub-content.item-twitter .links {
        font-family: "gt-sectra-regular";
        font-weight: 400;
        -webkit-font-kerning: normal;
        font-kerning: normal;
        font-size: 13px;
        line-height: 1;
        letter-spacing: normal; } }
    article.item.item-twitter .links .right a, article.sub-content.item-twitter .links .right a {
      line-height: 1.6; }
article.item.item-product, article.sub-content.item-product {
  background: #9bac9c;
  color: black; }
  article.item.item-product h5, article.sub-content.item-product h5 {
    font-family: "gt-sectra-regular";
    font-weight: 400;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-size: 15px;
    line-height: 1;
    letter-spacing: normal; }
    article.item.item-product h5 span, article.sub-content.item-product h5 span {
      font-family: "gt-sectra-regular";
      font-weight: 400;
      -webkit-font-kerning: normal;
      font-kerning: normal;
      font-size: 14px;
      line-height: 1;
      letter-spacing: normal; }
  article.item.item-product p, article.sub-content.item-product p {
    font-family: "gt-sectra-regular";
    font-weight: 400;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-size: 12px;
    line-height: 1;
    letter-spacing: normal;
    line-height: 1.35; }
  article.item.item-product a, article.sub-content.item-product a {
    font-family: "gt-sectra-regular";
    font-weight: 400;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-size: 14px;
    line-height: 1;
    letter-spacing: normal; }
  article.item.item-product .credit, article.sub-content.item-product .credit {
    font-family: "gt-sectra-regular";
    font-weight: 400;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-size: 10px;
    line-height: 1;
    letter-spacing: normal;
    line-height: 1.35; }
article.item.item-audio:hover .play-button, article.item.item-video:hover .play-button, article.sub-content.item-audio:hover .play-button, article.sub-content.item-video:hover .play-button {
  -moz-transition: background 1s;
  -webkit-transition: background 1s;
  transition: background 1s;
  background: url("../artboards/i/play_state2.png") no-repeat;
  background-size: contain; }
article.item.item-audio h5, article.item.item-audio h5 a, article.item.item-video h5, article.item.item-video h5 a, article.sub-content.item-audio h5, article.sub-content.item-audio h5 a, article.sub-content.item-video h5, article.sub-content.item-video h5 a {
  font-family: "gt-sectra-bold";
  font-weight: 600;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-size: 22px;
  line-height: 1;
  letter-spacing: normal;
  line-height: 0.95; }
  @media print, screen and (min-width: 768px) and (max-width: 1269px) {
    article.item.item-audio h5, article.item.item-audio h5 a, article.item.item-video h5, article.item.item-video h5 a, article.sub-content.item-audio h5, article.sub-content.item-audio h5 a, article.sub-content.item-video h5, article.sub-content.item-video h5 a {
      font-family: "gt-sectra-bold";
      font-weight: 600;
      -webkit-font-kerning: normal;
      font-kerning: normal;
      font-size: 20px;
      line-height: 1;
      letter-spacing: normal;
      line-height: 0.95; } }
article.item.item-audio h6, article.item.item-audio a, article.item.item-video h6, article.item.item-video a, article.sub-content.item-audio h6, article.sub-content.item-audio a, article.sub-content.item-video h6, article.sub-content.item-video a {
  font-family: "gt-sectra-regular";
  font-weight: 400;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-size: 16px;
  line-height: 1;
  letter-spacing: normal; }
article.item.item-audio .text, article.item.item-video .text, article.sub-content.item-audio .text, article.sub-content.item-video .text {
  font-family: "gt-sectra-regular";
  font-weight: 400;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-size: 15px;
  line-height: 1;
  letter-spacing: normal;
  line-height: 1.35; }
  @media print, screen and (min-width: 768px) and (max-width: 1269px) {
    article.item.item-audio .text, article.item.item-video .text, article.sub-content.item-audio .text, article.sub-content.item-video .text {
      font-family: "gt-sectra-regular";
      font-weight: 400;
      -webkit-font-kerning: normal;
      font-kerning: normal;
      font-size: 14px;
      line-height: 1;
      letter-spacing: normal;
      line-height: 1.35; } }
  article.item.item-audio .text p, article.item.item-video .text p, article.sub-content.item-audio .text p, article.sub-content.item-video .text p {
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    letter-spacing: inherit; }
article.item.item-audio .play-button, article.item.item-video .play-button, article.sub-content.item-audio .play-button, article.sub-content.item-video .play-button {
  background: url("../artboards/i/play_state1.png") no-repeat;
  background-size: contain;
  -moz-transition: background 1s;
  -webkit-transition: background 1s;
  transition: background 1s; }
article.item.item-audio, article.sub-content.item-audio {
  background: #64c1af; }
  article.item.item-audio *, article.sub-content.item-audio * {
    color: black; }
article.item.item-video, article.sub-content.item-video {
  background: #67bd74;
  color: black; }
article.item.theme-item, article.sub-content.theme-item {
  background: #ff5b00; }
  article.item.theme-item.expanded, article.sub-content.theme-item.expanded {
    background: white; }
    article.item.theme-item.expanded section.title, article.sub-content.theme-item.expanded section.title {
      background: none !important; }
      article.item.theme-item.expanded section.title h3, article.sub-content.theme-item.expanded section.title h3 {
        font-family: "gt-sectra-bold";
        font-weight: 600;
        -webkit-font-kerning: normal;
        font-kerning: normal;
        font-size: 64px;
        line-height: 1;
        letter-spacing: -0.68px; }
        @media print, screen and (min-width: 768px) and (max-width: 1269px) {
          article.item.theme-item.expanded section.title h3, article.sub-content.theme-item.expanded section.title h3 {
            font-family: "gt-sectra-bold";
            font-weight: 600;
            -webkit-font-kerning: normal;
            font-kerning: normal;
            font-size: 52px;
            line-height: 1;
            letter-spacing: -0.44px;
            word-break: break-word; } }
        @media screen and (max-width: 767px) {
          article.item.theme-item.expanded section.title h3, article.sub-content.theme-item.expanded section.title h3 {
            font-family: "gt-sectra-bold";
            font-weight: 600;
            -webkit-font-kerning: normal;
            font-kerning: normal;
            font-size: 44px;
            line-height: 1;
            letter-spacing: -0.28px; } }
      article.item.theme-item.expanded section.title h6, article.sub-content.theme-item.expanded section.title h6 {
        font-family: "gt-sectra-regular";
        font-weight: 400;
        -webkit-font-kerning: normal;
        font-kerning: normal;
        font-size: 13px;
        line-height: 1;
        letter-spacing: normal;
        text-align: left; }
        @media screen and (max-width: 767px) {
          article.item.theme-item.expanded section.title h6, article.sub-content.theme-item.expanded section.title h6 {
            font-family: "gt-sectra-regular";
            font-weight: 400;
            -webkit-font-kerning: normal;
            font-kerning: normal;
            font-size: 13px;
            line-height: 1;
            letter-spacing: normal; } }
      article.item.theme-item.expanded section.title p, article.sub-content.theme-item.expanded section.title p {
        font-family: "gt-sectra-regular";
        font-weight: 400;
        -webkit-font-kerning: normal;
        font-kerning: normal;
        font-size: 20px;
        line-height: 1;
        letter-spacing: normal; }
        @media screen and (max-width: 767px) {
          article.item.theme-item.expanded section.title p, article.sub-content.theme-item.expanded section.title p {
            font-family: "gt-sectra-regular";
            font-weight: 400;
            -webkit-font-kerning: normal;
            font-kerning: normal;
            font-size: 16px;
            line-height: 1;
            letter-spacing: normal; }
            article.item.theme-item.expanded section.title p span, article.sub-content.theme-item.expanded section.title p span {
              font-family: "gt-sectra-regular";
              font-weight: 400;
              -webkit-font-kerning: normal;
              font-kerning: normal;
              font-size: 16px;
              line-height: 1;
              letter-spacing: normal; } }
        article.item.theme-item.expanded section.title p span, article.sub-content.theme-item.expanded section.title p span {
          font-family: "gt-sectra-regular";
          font-weight: 400;
          -webkit-font-kerning: normal;
          font-kerning: normal;
          font-size: 16px;
          line-height: 1;
          letter-spacing: normal; }
    article.item.theme-item.expanded .text, article.sub-content.theme-item.expanded .text {
      font-family: "gt-sectra-regular";
      font-weight: 400;
      -webkit-font-kerning: normal;
      font-kerning: normal;
      font-size: 24px;
      line-height: 1;
      letter-spacing: normal; }
      @media screen and (max-width: 767px) {
        article.item.theme-item.expanded .text, article.sub-content.theme-item.expanded .text {
          font-family: "gt-sectra-regular";
          font-weight: 400;
          -webkit-font-kerning: normal;
          font-kerning: normal;
          font-size: 20px;
          line-height: 1;
          letter-spacing: normal; } }
    article.item.theme-item.expanded > span.item-next, article.sub-content.theme-item.expanded > span.item-next {
      font-family: "gt-sectra-regular";
      font-weight: 400;
      -webkit-font-kerning: normal;
      font-kerning: normal;
      font-size: 16px;
      line-height: 1;
      letter-spacing: normal; }
  article.item.theme-item h5, article.sub-content.theme-item h5 {
    text-align: center;
    font-family: "gt-sectra-regular";
    font-weight: 400;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-size: 20px;
    line-height: 1;
    letter-spacing: normal; }
  article.item.theme-item h6, article.sub-content.theme-item h6 {
    font-family: "gt-sectra-regular";
    font-weight: 400;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-size: 18px;
    line-height: 1;
    letter-spacing: normal;
    text-align: center; }
    @media screen and (max-width: 767px) {
      article.item.theme-item h6, article.sub-content.theme-item h6 {
        font-family: "gt-sectra-regular";
        font-weight: 400;
        -webkit-font-kerning: normal;
        font-kerning: normal;
        font-size: 20px;
        line-height: 1;
        letter-spacing: normal; } }
  article.item.theme-item .copyright, article.sub-content.theme-item .copyright {
    font-family: "gt-sectra-regular";
    font-weight: 400;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-size: 10px;
    line-height: 1;
    letter-spacing: normal; }
  article.item.theme-item .text, article.sub-content.theme-item .text {
    font-family: "gt-sectra-regular";
    font-weight: 400;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-size: 16px;
    line-height: 1;
    letter-spacing: normal; }
    article.item.theme-item .text p, article.sub-content.theme-item .text p {
      font-family: inherit;
      font-weight: inherit;
      font-size: inherit;
      line-height: inherit;
      letter-spacing: inherit; }
  article.item.theme-item section.title, article.sub-content.theme-item section.title {
    background: #f82800; }
article.item section.info .controls, article.sub-content section.info .controls {
  text-align: right; }
article.item section.info .favourites, article.sub-content section.info .favourites {
  display: inline-block !important;
  width: 28px;
  height: 28px;
  opacity: 0;
  outline: 0;
  background: url("../artboards/i/normal.png") no-repeat;
  background-size: contain; }
  article.item section.info .favourites.remove, article.sub-content section.info .favourites.remove {
    background: url("../artboards/i/liked.png") no-repeat;
    background-size: contain; }
  article.item section.info .favourites:hover, article.sub-content section.info .favourites:hover {
    background: url("../artboards/i/roll.png") no-repeat;
    background-size: contain; }
  article.item section.info .favourites.no-simple, article.sub-content section.info .favourites.no-simple {
    display: none !important; }
@media print, screen and (min-width: 768px) {
  article.item.expanded, article.sub-content.expanded {
    margin-bottom: 80px; }
    article.item.expanded section.info .favourites.image, article.sub-content.expanded section.info .favourites.image {
      opacity: 1; } }
@media print, screen and (min-width: 768px) and (max-width: 1269px) {
  article.item section.info a.favourites.image, article.sub-content section.info a.favourites.image {
    opacity: 1; } }
@media screen and (max-width: 767px) {
  article.item section.info a.favourites.image, article.sub-content section.info a.favourites.image {
    opacity: 1; } }

section.items.loading-more nav#pagination {
  display: block; }
section.items nav#pagination {
  display: none;
  z-index: 10;
  position: absolute;
  bottom: 0;
  width: calc(100vw - 40px);
  margin-left: calc(((100vw - 40px) - 100%) / -1);
  padding-left: calc(((100vw - 40px) - 100%) / -1); }
  section.items nav#pagination .noscript {
    display: none; }
  section.items nav#pagination .loading_more {
    background-color: rgba(255, 255, 255, 0.9);
    color: black;
    padding: 15px 0; }
    section.items nav#pagination .loading_more p {
      margin: 0;
      font-family: 'HelveticaNeueW02-75Bold', Helvetica, sans-serif;
      font-weight: 700;
      -webkit-font-kerning: normal;
      font-kerning: normal;
      font-size: 22px;
      line-height: 1;
      letter-spacing: normal;
      line-height: 1.1;
      text-align: center; }
    section.items nav#pagination .loading_more img {
      position: absolute;
      left: calc((100vw - 100%) + (100% / 52));
      width: calc(100% / 52); }
section.items article.item.image-loaded .image img {
  visibility: visible; }
section.items article.item .image img {
  visibility: hidden; }
section.items article.item * {
  box-sizing: border-box; }
@media print, screen and (min-width: 768px) {
  section.items article.item {
    overflow: hidden;
    position: relative;
    padding: 6.25%; }
    section.items article.item:hover div.controls .favourites {
      opacity: 1; }
    section.items article.item.item-image, section.items article.item.item-instagram {
      padding: 0 0 0; }
      section.items article.item.item-image section.info, section.items article.item.item-instagram section.info {
        padding: 0 0 45px;
        margin: 35px 6.25% 0; }
        section.items article.item.item-image section.info h5, section.items article.item.item-instagram section.info h5 {
          margin: 30px 0; }
        section.items article.item.item-image section.info .controls:first-child, section.items article.item.item-instagram section.info .controls:first-child {
          margin-bottom: 8.92857%; }
        section.items article.item.item-image section.info .favourites.image, section.items article.item.item-instagram section.info .favourites.image {
          display: inline-block;
          width: 28px;
          height: 28px; }
    section.items article.item.item-text section.info {
      margin-top: 26.07143%; }
      section.items article.item.item-text section.info p {
        margin: 0 0 15%; }
    section.items article.item.item-promo p:first-child {
      margin: 32.14286% 0 10px; }
    section.items article.item.item-promo p:nth-child(2) {
      margin: 0 0 8.92857%; }
    section.items article.item.item-promo div.controls {
      padding-top: 17.85714%; }
    section.items article.item.item-blog {
      padding: 0 0 6.25%; }
      section.items article.item.item-blog section.info {
        margin: 7.1875% 6.25% 0; }
        section.items article.item.item-blog section.info > a {
          display: block;
          margin: 7.1875% 0 2.85714%; }
        section.items article.item.item-blog section.info h2 {
          margin: 23.85714% 0 13.21429%; }
        section.items article.item.item-blog section.info h5 {
          margin: 0; }
        section.items article.item.item-blog section.info p {
          margin-right: 7.14286%; }
    section.items article.item.item-theme {
      padding: 0 0 6.25%; }
      section.items article.item.item-theme section.info > a {
        display: block;
        margin: 8.21429% 0 2.85714%; }
      section.items article.item.item-theme section.info h2 {
        margin: 21.42857% 0 8.21429%; }
      section.items article.item.item-theme section.info h5 {
        margin: 6.07143% 0 0; }
    section.items article.item.theme-item {
      padding: 0 0 50px; }
      section.items article.item.theme-item.view {
        /* For modern browsers */
        /* For IE 6/7 (trigger hasLayout) */
        padding: 3.7037% 3.7037% 11.11111%; }
        section.items article.item.theme-item.view:after {
          content: "";
          display: table; }
        section.items article.item.theme-item.view:after {
          clear: both; }
        section.items article.item.theme-item.view {
          zoom: 1; }
        section.items article.item.theme-item.view section.title {
          padding: 0; }
          section.items article.item.theme-item.view section.title h3 {
            margin: 50px 0 25px; }
          section.items article.item.theme-item.view section.title h6 {
            /* Set width to the specified number of cols, with gutters. */
            width: 58.0%;
            /* Add left/right margin according to the grid gutter width. */
            margin-left: 0%;
            margin-right: 0%; }
        section.items article.item.theme-item.view section.text {
          margin-top: 60px; }
        section.items article.item.theme-item.view > a.item-next {
          margin-top: 40px;
          float: right; }
      section.items article.item.theme-item > article.sub-content {
        position: relative;
        padding: 12.5%;
        overflow: hidden; }
        section.items article.item.theme-item > article.sub-content.item-audio, section.items article.item.theme-item > article.sub-content.item-video {
          padding: 0 0 12.5%; }
          section.items article.item.theme-item > article.sub-content.item-audio section.image, section.items article.item.theme-item > article.sub-content.item-video section.image {
            position: relative; }
          section.items article.item.theme-item > article.sub-content.item-audio section.info, section.items article.item.theme-item > article.sub-content.item-video section.info {
            position: relative;
            padding: 7.23% 12.5% 0; }
            section.items article.item.theme-item > article.sub-content.item-audio section.info h5, section.items article.item.theme-item > article.sub-content.item-video section.info h5 {
              margin: 5.95% 0 6.89%; }
            section.items article.item.theme-item > article.sub-content.item-audio section.info h6, section.items article.item.theme-item > article.sub-content.item-video section.info h6 {
              margin: 6.89% 0 0; }
            section.items article.item.theme-item > article.sub-content.item-audio section.info a.link, section.items article.item.theme-item > article.sub-content.item-video section.info a.link {
              margin: 13.51% 0 2.70%; }
          section.items article.item.theme-item > article.sub-content.item-audio .play-button, section.items article.item.theme-item > article.sub-content.item-video .play-button {
            /* Set width to the specified number of cols, with gutters. */
            width: 25%;
            /* Add left/right margin according to the grid gutter width. */
            margin-left: 0%;
            margin-right: 0%;
            height: 100%;
            position: absolute;
            top: 100%;
            margin: -12.5% auto 0;
            left: 0;
            right: 0; }
          section.items article.item.theme-item > article.sub-content.item-audio section.video-container.video-playing, section.items article.item.theme-item > article.sub-content.item-video section.video-container.video-playing {
            position: relative;
            width: 100%;
            padding-bottom: 56.25%; }
            section.items article.item.theme-item > article.sub-content.item-audio section.video-container.video-playing .image, section.items article.item.theme-item > article.sub-content.item-audio section.video-container.video-playing .play-button, section.items article.item.theme-item > article.sub-content.item-video section.video-container.video-playing .image, section.items article.item.theme-item > article.sub-content.item-video section.video-container.video-playing .play-button {
              display: none; }
            section.items article.item.theme-item > article.sub-content.item-audio section.video-container.video-playing iframe, section.items article.item.theme-item > article.sub-content.item-video section.video-container.video-playing iframe {
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%; }
        section.items article.item.theme-item > article.sub-content.item-image {
          padding: 0; }
          section.items article.item.theme-item > article.sub-content.item-image:hover section.info {
            -moz-transform: translateY(0%);
            -webkit-transform: translateY(0%);
            -ms-transform: translateY(0%);
            transform: translateY(0%);
            -moz-transform-origin: center center;
            -webkit-transform-origin: center center;
            -ms-transform-origin: center center;
            transform-origin: center center; }
          section.items article.item.theme-item > article.sub-content.item-image section.info {
            /* Set width to the specified number of cols, with gutters. */
            width: 87.5%;
            /* Add left/right margin according to the grid gutter width. */
            margin-left: 0%;
            margin-right: 0%;
            display: block;
            position: absolute;
            bottom: 0;
            margin: 0 6.25% 6.25%;
            padding: 7.14286%;
            -moz-transition: transform 800ms;
            -webkit-transition: transform 800ms;
            transition: transform 800ms;
            -moz-transform: translateY(180%);
            -webkit-transform: translateY(180%);
            -ms-transform: translateY(180%);
            transform: translateY(180%);
            -moz-transform-origin: center center;
            -webkit-transform-origin: center center;
            -ms-transform-origin: center center;
            transform-origin: center center; }
            section.items article.item.theme-item > article.sub-content.item-image section.info p {
              white-space: pre-line; }
            section.items article.item.theme-item > article.sub-content.item-image section.info .controls:first-child {
              margin-bottom: 8.78%; }
        section.items article.item.theme-item > article.sub-content.item-twitter p {
          margin: 16.89% 0 21.35%; }
        section.items article.item.theme-item > article.sub-content.item-twitter section.links {
          /* For modern browsers */
          /* For IE 6/7 (trigger hasLayout) */ }
          section.items article.item.theme-item > article.sub-content.item-twitter section.links:after {
            content: "";
            display: table; }
          section.items article.item.theme-item > article.sub-content.item-twitter section.links:after {
            clear: both; }
          section.items article.item.theme-item > article.sub-content.item-twitter section.links {
            zoom: 1; }
          section.items article.item.theme-item > article.sub-content.item-twitter section.links .profile {
            /* Create a floated grid element using cols(). */
            float: left;
            display: inline;
            /* Set width to the specified number of cols, with gutters. */
            width: 27.0%;
            /* Add left/right margin according to the grid gutter width. */
            margin-left: 0%;
            margin-right: 0%;
            margin-right: 18.92%; }
          section.items article.item.theme-item > article.sub-content.item-twitter section.links .right {
            /* Create a floated grid element using cols(). */
            float: left;
            display: inline;
            /* Set width to the specified number of cols, with gutters. */
            width: 54.0%;
            /* Add left/right margin according to the grid gutter width. */
            margin-left: 0%;
            margin-right: 0%;
            float: right; }
        section.items article.item.theme-item > article.sub-content.item-twitter .controls a {
          vertical-align: top; }
        section.items article.item.theme-item > article.sub-content.item-twitter .controls .social {
          display: inline-block;
          width: 28px; }
        section.items article.item.theme-item > article.sub-content.item-instagram {
          padding: 0; }
          section.items article.item.theme-item > article.sub-content.item-instagram:hover section.info {
            -moz-transform: translateY(0%);
            -webkit-transform: translateY(0%);
            -ms-transform: translateY(0%);
            transform: translateY(0%);
            -moz-transform-origin: center center;
            -webkit-transform-origin: center center;
            -ms-transform-origin: center center;
            transform-origin: center center; }
          section.items article.item.theme-item > article.sub-content.item-instagram section.info {
            /* Set width to the specified number of cols, with gutters. */
            width: 87.5%;
            /* Add left/right margin according to the grid gutter width. */
            margin-left: 0%;
            margin-right: 0%;
            display: block;
            position: absolute;
            bottom: 0;
            margin: 0 6.25% 6.25%;
            padding: 7.14286%;
            -moz-transition: transform 800ms;
            -webkit-transition: transform 800ms;
            transition: transform 800ms;
            -moz-transform: translateY(180%);
            -webkit-transform: translateY(180%);
            -ms-transform: translateY(180%);
            transform: translateY(180%);
            -moz-transform-origin: center center;
            -webkit-transform-origin: center center;
            -ms-transform-origin: center center;
            transform-origin: center center; }
            section.items article.item.theme-item > article.sub-content.item-instagram section.info > a {
              display: inline-block; }
              section.items article.item.theme-item > article.sub-content.item-instagram section.info > a.profile {
                width: 15%; }
              section.items article.item.theme-item > article.sub-content.item-instagram section.info > a.link {
                width: 75%;
                margin-left: 5%; }
              section.items article.item.theme-item > article.sub-content.item-instagram section.info > a p {
                margin: 0; }
            section.items article.item.theme-item > article.sub-content.item-instagram section.info .controls:first-child {
              margin-bottom: 8.78%; }
            section.items article.item.theme-item > article.sub-content.item-instagram section.info .controls a {
              vertical-align: top; }
            section.items article.item.theme-item > article.sub-content.item-instagram section.info .controls .social {
              display: inline-block;
              width: 28px; }
        section.items article.item.theme-item > article.sub-content.item-text section.info {
          margin-top: 22.5%; }
          section.items article.item.theme-item > article.sub-content.item-text section.info p {
            margin: 0 0 13%;
            white-space: pre-line; }
        section.items article.item.theme-item > article.sub-content.item-blog {
          padding: 0 0 12.5%; }
          section.items article.item.theme-item > article.sub-content.item-blog section.info {
            margin: 7.02% 12.5% 0; }
            section.items article.item.theme-item > article.sub-content.item-blog section.info a {
              display: block; }
            section.items article.item.theme-item > article.sub-content.item-blog section.info > a {
              margin: 7.02% 0 2.7%; }
            section.items article.item.theme-item > article.sub-content.item-blog section.info h2 {
              margin: 23.78% 0 10.14%; }
            section.items article.item.theme-item > article.sub-content.item-blog section.info p {
              margin-right: 8.51%; }
        section.items article.item.theme-item > article.sub-content.item-promo p:first-child {
          margin: 31.76% 0 10px; }
        section.items article.item.theme-item > article.sub-content.item-promo p:nth-child(2) {
          margin: 0 0 8.78%; }
        section.items article.item.theme-item > article.sub-content.item-promo div.controls {
          padding-top: 9.43%; }
        section.items article.item.theme-item > article.sub-content.item-product {
          padding: 0 0 12.5%; }
          section.items article.item.theme-item > article.sub-content.item-product section.info {
            position: relative;
            padding: 12% 12.5% 0; }
            section.items article.item.theme-item > article.sub-content.item-product section.info h5 {
              margin: 0 0 6.43%; }
              section.items article.item.theme-item > article.sub-content.item-product section.info h5 span {
                float: right; }
            section.items article.item.theme-item > article.sub-content.item-product section.info p {
              white-space: pre-line; }
            section.items article.item.theme-item > article.sub-content.item-product section.info .controls {
              margin: 0; }
            section.items article.item.theme-item > article.sub-content.item-product section.info .credit {
              position: absolute;
              top: 12.08%;
              width: calc(100% - 100% * ((2 * 2) / 16)); } }
        @media print, screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1269px) {
          section.items article.item.theme-item > article.sub-content.item-product section.info {
            padding: 15% 12.5% 0; }
            section.items article.item.theme-item > article.sub-content.item-product section.info .credit {
              top: 3%; } }
        @media screen and (min-width: 768px) and (max-width: 767px) {
          section.items article.item.theme-item > article.sub-content.item-product section.info {
            padding: 22% 12.5% 0; }
            section.items article.item.theme-item > article.sub-content.item-product section.info .credit {
              top: 3%; } }
@media print, screen and (min-width: 768px) {
        section.items article.item.theme-item > article.sub-content.item-theme {
          padding: 0 0 12.5%; }
          section.items article.item.theme-item > article.sub-content.item-theme section.info {
            margin: 7.02% 12.5% 0; }
            section.items article.item.theme-item > article.sub-content.item-theme section.info > a {
              display: block;
              margin: 8.11% 0 2.70%; }
            section.items article.item.theme-item > article.sub-content.item-theme section.info h2 {
              margin: 20.27% 0 8.11%; }
            section.items article.item.theme-item > article.sub-content.item-theme section.info h5 {
              margin: 5.95% 0 0; }
      section.items article.item.theme-item h5 {
        margin: 35px 0 20px; }
      section.items article.item.theme-item h6 {
        padding: 25px 0;
        margin: 0; }
      section.items article.item.theme-item section.title {
        padding: 0 12.5%; }
        section.items article.item.theme-item section.title p {
          /* For modern browsers */
          /* For IE 6/7 (trigger hasLayout) */ }
          section.items article.item.theme-item section.title p:after {
            content: "";
            display: table; }
          section.items article.item.theme-item section.title p:after {
            clear: both; }
          section.items article.item.theme-item section.title p {
            zoom: 1; }
          section.items article.item.theme-item section.title p a {
            float: right; }
      section.items article.item.theme-item section.text {
        margin: 35px 12.5% 0; }
        section.items article.item.theme-item section.text a {
          display: block;
          margin-top: 40px; } }
@media screen and (max-width: 767px) {
  section.items article.item {
    padding: 7.69231%;
    margin-bottom: 7.69231%; }
    section.items article.item.item-image {
      padding: 0; }
      section.items article.item.item-image:hover section.info {
        -moz-transform: translateY(0%);
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
        -moz-transform-origin: center center;
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center; }
      section.items article.item.item-image section.info {
        /* Set width to the specified number of cols, with gutters. */
        width: 92.30769%;
        /* Add left/right margin according to the grid gutter width. */
        margin-left: 0%;
        margin-right: 0%;
        display: block;
        position: absolute;
        bottom: 0;
        margin: 0 3.84615% 3.84615%;
        padding: 4.16667%;
        -moz-transition: transform 800ms;
        -webkit-transition: transform 800ms;
        transition: transform 800ms;
        -moz-transform: translateY(180%);
        -webkit-transform: translateY(180%);
        -ms-transform: translateY(180%);
        transform: translateY(180%);
        -moz-transform-origin: center center;
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center; }
        section.items article.item.item-image section.info p {
          white-space: pre-line; }
        section.items article.item.item-image section.info .controls:first-child {
          margin-bottom: 8.78%; }
    section.items article.item.item-instagram {
      padding: 0; }
      section.items article.item.item-instagram:hover section.info {
        -moz-transform: translateY(0%);
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
        -moz-transform-origin: center center;
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center; }
      section.items article.item.item-instagram section.info {
        /* Set width to the specified number of cols, with gutters. */
        width: 92.30769%;
        /* Add left/right margin according to the grid gutter width. */
        margin-left: 0%;
        margin-right: 0%;
        display: block;
        position: absolute;
        bottom: 0;
        margin: 0 3.84615% 3.84615%;
        padding: 4.16667%;
        -moz-transition: transform 800ms;
        -webkit-transition: transform 800ms;
        transition: transform 800ms;
        -moz-transform: translateY(180%);
        -webkit-transform: translateY(180%);
        -ms-transform: translateY(180%);
        transform: translateY(180%);
        -moz-transform-origin: center center;
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center; }
        section.items article.item.item-instagram section.info > a {
          display: inline-block; }
          section.items article.item.item-instagram section.info > a.profile {
            width: 15%; }
          section.items article.item.item-instagram section.info > a.link {
            width: 75%;
            margin-left: 5%; }
          section.items article.item.item-instagram section.info > a p {
            margin: 0; }
        section.items article.item.item-instagram section.info .controls:first-child {
          margin-bottom: 8.78%; }
        section.items article.item.item-instagram section.info .controls a {
          vertical-align: top; }
        section.items article.item.item-instagram section.info .controls .social {
          display: inline-block;
          width: 28px; }
    section.items article.item.item-text section.info {
      margin-top: 22.5%; }
      section.items article.item.item-text section.info p {
        margin: 0 0 13%;
        white-space: pre-line; }
    section.items article.item.item-promo p:first-child {
      margin: 31.76% 0 10px; }
    section.items article.item.item-promo p:nth-child(2) {
      margin: 0 0 8.78%; }
    section.items article.item.item-promo div.controls {
      padding-top: 9.43%; }
    section.items article.item.item-twitter p {
      margin: 16.89% 0 21.35%; }
    section.items article.item.item-twitter section.links {
      /* For modern browsers */
      /* For IE 6/7 (trigger hasLayout) */ }
      section.items article.item.item-twitter section.links:after {
        content: "";
        display: table; }
      section.items article.item.item-twitter section.links:after {
        clear: both; }
      section.items article.item.item-twitter section.links {
        zoom: 1; }
      section.items article.item.item-twitter section.links .profile {
        /* Create a floated grid element using cols(). */
        float: left;
        display: inline;
        /* Set width to the specified number of cols, with gutters. */
        width: 27.0%;
        /* Add left/right margin according to the grid gutter width. */
        margin-left: 0%;
        margin-right: 0%;
        margin-right: 18.92%; }
      section.items article.item.item-twitter section.links .right {
        /* Create a floated grid element using cols(). */
        float: left;
        display: inline;
        /* Set width to the specified number of cols, with gutters. */
        width: 54.0%;
        /* Add left/right margin according to the grid gutter width. */
        margin-left: 0%;
        margin-right: 0%;
        float: right; }
    section.items article.item.item-twitter .controls a {
      vertical-align: top; }
    section.items article.item.item-twitter .controls .social {
      display: inline-block;
      width: 28px; }
    section.items article.item.item-audio, section.items article.item.item-video {
      padding: 0 0 7.69231%; }
      section.items article.item.item-audio section.image, section.items article.item.item-video section.image {
        position: relative; }
      section.items article.item.item-audio section.info, section.items article.item.item-video section.info {
        position: relative;
        padding: 7.23% 7.69231% 0; }
        section.items article.item.item-audio section.info h5, section.items article.item.item-video section.info h5 {
          margin: 5.95% 0 6.89%; }
        section.items article.item.item-audio section.info h6, section.items article.item.item-video section.info h6 {
          margin: 6.89% 0 0; }
        section.items article.item.item-audio section.info a.link, section.items article.item.item-video section.info a.link {
          margin: 13.51% 0 2.70%; }
      section.items article.item.item-audio .play-button, section.items article.item.item-video .play-button {
        /* Set width to the specified number of cols, with gutters. */
        width: 25%;
        /* Add left/right margin according to the grid gutter width. */
        margin-left: 0%;
        margin-right: 0%;
        height: 100%;
        position: absolute;
        top: 100%;
        margin: -12.5% auto 0;
        left: 0;
        right: 0; }
      section.items article.item.item-audio section.video-container.video-playing, section.items article.item.item-video section.video-container.video-playing {
        position: relative;
        width: 100%;
        padding-bottom: 56.25%; }
        section.items article.item.item-audio section.video-container.video-playing .image, section.items article.item.item-audio section.video-container.video-playing .play-button, section.items article.item.item-video section.video-container.video-playing .image, section.items article.item.item-video section.video-container.video-playing .play-button {
          display: none; }
        section.items article.item.item-audio section.video-container.video-playing iframe, section.items article.item.item-video section.video-container.video-playing iframe {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
    section.items article.item.item-audio, section.items article.item.item-video {
      padding: 0 0 7.69231%; }
      section.items article.item.item-audio section.image, section.items article.item.item-video section.image {
        position: relative; }
      section.items article.item.item-audio section.info, section.items article.item.item-video section.info {
        position: relative;
        padding: 7.23% 7.69231% 0; }
        section.items article.item.item-audio section.info h5, section.items article.item.item-video section.info h5 {
          margin: 5.95% 0 6.89%; }
        section.items article.item.item-audio section.info h6, section.items article.item.item-video section.info h6 {
          margin: 6.89% 0 0; }
        section.items article.item.item-audio section.info a.link, section.items article.item.item-video section.info a.link {
          margin: 13.51% 0 2.70%; }
      section.items article.item.item-audio .play-button, section.items article.item.item-video .play-button {
        /* Set width to the specified number of cols, with gutters. */
        width: 25%;
        /* Add left/right margin according to the grid gutter width. */
        margin-left: 0%;
        margin-right: 0%;
        height: 100%;
        position: absolute;
        top: 100%;
        margin: -12.5% auto 0;
        left: 0;
        right: 0; }
      section.items article.item.item-audio section.video-container.video-playing, section.items article.item.item-video section.video-container.video-playing {
        position: relative;
        width: 100%;
        padding-bottom: 56.25%; }
        section.items article.item.item-audio section.video-container.video-playing .image, section.items article.item.item-audio section.video-container.video-playing .play-button, section.items article.item.item-video section.video-container.video-playing .image, section.items article.item.item-video section.video-container.video-playing .play-button {
          display: none; }
        section.items article.item.item-audio section.video-container.video-playing iframe, section.items article.item.item-video section.video-container.video-playing iframe {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
    section.items article.item.item-product {
      padding: 0 0 7.69231%; }
      section.items article.item.item-product section.info {
        position: relative;
        padding: 12% 7.69231% 0; }
        section.items article.item.item-product section.info h5 {
          margin: 0 0 6.43%; }
          section.items article.item.item-product section.info h5 span {
            float: right; }
        section.items article.item.item-product section.info p {
          white-space: pre-line; }
        section.items article.item.item-product section.info .controls {
          margin: 0; }
        section.items article.item.item-product section.info .credit {
          position: absolute;
          top: 12.08%;
          width: calc(100% - 100% * ((4 * 2) / 52)); } }
    @media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1269px) {
      section.items article.item.item-product section.info {
        padding: 15% 7.69231% 0; }
        section.items article.item.item-product section.info .credit {
          top: 3%; } }
    @media screen and (max-width: 767px) and (max-width: 767px) {
      section.items article.item.item-product section.info {
        padding: 22% 7.69231% 0; }
        section.items article.item.item-product section.info .credit {
          top: 3%; } }
@media screen and (max-width: 767px) {
    section.items article.item.item-blog {
      padding: 0 0 7.69231%; }
      section.items article.item.item-blog section.info {
        margin: 7.02% 7.69231% 0; }
        section.items article.item.item-blog section.info a {
          display: block; }
        section.items article.item.item-blog section.info > a {
          margin: 7.02% 0 2.7%; }
        section.items article.item.item-blog section.info h2 {
          margin: 23.78% 0 10.14%; }
        section.items article.item.item-blog section.info p {
          margin-right: 8.51%; }
    section.items article.item.item-theme {
      padding: 0 0 7.69231%; }
      section.items article.item.item-theme section.info {
        margin: 7.02% 7.69231% 0; }
        section.items article.item.item-theme section.info > a {
          display: block;
          margin: 8.11% 0 2.70%; }
        section.items article.item.item-theme section.info h2 {
          margin: 20.27% 0 8.11%; }
        section.items article.item.item-theme section.info h5 {
          margin: 5.95% 0 0; }
    section.items article.item.theme-item {
      margin-bottom: 50px;
      padding: 1px 0 12.5%; }
      section.items article.item.theme-item.view {
        /* For modern browsers */
        /* For IE 6/7 (trigger hasLayout) */
        padding: 3.7% 3.7% 11.11%; }
        section.items article.item.theme-item.view:after {
          content: "";
          display: table; }
        section.items article.item.theme-item.view:after {
          clear: both; }
        section.items article.item.theme-item.view {
          zoom: 1; }
        section.items article.item.theme-item.view section.title {
          padding: 0; }
          section.items article.item.theme-item.view section.title h3 {
            margin: 50px 0 25px; }
          section.items article.item.theme-item.view section.title h6 {
            width: 58%; }
        section.items article.item.theme-item.view section.text {
          margin-top: 60px; }
        section.items article.item.theme-item.view > a.item-next {
          margin-top: 40px;
          float: right; }
      section.items article.item.theme-item h5 {
        margin: 35px 0 20px; }
      section.items article.item.theme-item h6 {
        padding: 25px 0;
        margin: 0; }
      section.items article.item.theme-item section.title {
        padding: 0 12.5%; }
        section.items article.item.theme-item section.title p {
          /* For modern browsers */
          /* For IE 6/7 (trigger hasLayout) */ }
          section.items article.item.theme-item section.title p:after {
            content: "";
            display: table; }
          section.items article.item.theme-item section.title p:after {
            clear: both; }
          section.items article.item.theme-item section.title p {
            zoom: 1; }
          section.items article.item.theme-item section.title p a {
            float: right; }
      section.items article.item.theme-item .copyright {
        margin-top: 10px; }
      section.items article.item.theme-item section.text {
        margin: 35px 12.5% 0; }
        section.items article.item.theme-item section.text a {
          display: block;
          margin-top: 40px; }
      section.items article.item.theme-item.expanded > span.item-next {
        display: block;
        margin: 40px 12.5% 0; }
    section.items article.item > article.sub-content {
      position: relative;
      padding: 7.69231%;
      overflow: hidden; }
      section.items article.item > article.sub-content.item-audio, section.items article.item > article.sub-content.item-video {
        padding: 0 0 12.30769%; }
        section.items article.item > article.sub-content.item-audio section.image, section.items article.item > article.sub-content.item-video section.image {
          position: relative; }
        section.items article.item > article.sub-content.item-audio section.info, section.items article.item > article.sub-content.item-video section.info {
          position: relative;
          padding: 7.23% 12.30769% 0; }
          section.items article.item > article.sub-content.item-audio section.info h5, section.items article.item > article.sub-content.item-video section.info h5 {
            margin: 5.95% 0 6.89%; }
          section.items article.item > article.sub-content.item-audio section.info h6, section.items article.item > article.sub-content.item-video section.info h6 {
            margin: 6.89% 0 0; }
          section.items article.item > article.sub-content.item-audio section.info a.link, section.items article.item > article.sub-content.item-video section.info a.link {
            margin: 13.51% 0 2.70%; }
        section.items article.item > article.sub-content.item-audio .play-button, section.items article.item > article.sub-content.item-video .play-button {
          /* Set width to the specified number of cols, with gutters. */
          width: 25%;
          /* Add left/right margin according to the grid gutter width. */
          margin-left: 0%;
          margin-right: 0%;
          height: 100%;
          position: absolute;
          top: 100%;
          margin: -12.5% auto 0;
          left: 0;
          right: 0; }
        section.items article.item > article.sub-content.item-audio section.video-container.video-playing, section.items article.item > article.sub-content.item-video section.video-container.video-playing {
          position: relative;
          width: 100%;
          padding-bottom: 56.25%; }
          section.items article.item > article.sub-content.item-audio section.video-container.video-playing .image, section.items article.item > article.sub-content.item-audio section.video-container.video-playing .play-button, section.items article.item > article.sub-content.item-video section.video-container.video-playing .image, section.items article.item > article.sub-content.item-video section.video-container.video-playing .play-button {
            display: none; }
          section.items article.item > article.sub-content.item-audio section.video-container.video-playing iframe, section.items article.item > article.sub-content.item-video section.video-container.video-playing iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%; }
      section.items article.item > article.sub-content.item-image {
        padding: 0; }
        section.items article.item > article.sub-content.item-image:hover section.info {
          -moz-transform: translateY(0%);
          -webkit-transform: translateY(0%);
          -ms-transform: translateY(0%);
          transform: translateY(0%);
          -moz-transform-origin: center center;
          -webkit-transform-origin: center center;
          -ms-transform-origin: center center;
          transform-origin: center center; }
        section.items article.item > article.sub-content.item-image section.info {
          /* Set width to the specified number of cols, with gutters. */
          width: 87.69231%;
          /* Add left/right margin according to the grid gutter width. */
          margin-left: 0%;
          margin-right: 0%;
          display: block;
          position: absolute;
          bottom: 0;
          margin: 0 6.15385% 6.15385%;
          padding: 7.01754%;
          -moz-transition: transform 800ms;
          -webkit-transition: transform 800ms;
          transition: transform 800ms;
          -moz-transform: translateY(180%);
          -webkit-transform: translateY(180%);
          -ms-transform: translateY(180%);
          transform: translateY(180%);
          -moz-transform-origin: center center;
          -webkit-transform-origin: center center;
          -ms-transform-origin: center center;
          transform-origin: center center; }
          section.items article.item > article.sub-content.item-image section.info p {
            white-space: pre-line; }
          section.items article.item > article.sub-content.item-image section.info .controls:first-child {
            margin-bottom: 8.78%; }
      section.items article.item > article.sub-content.item-twitter p {
        margin: 16.89% 0 21.35%; }
      section.items article.item > article.sub-content.item-twitter section.links {
        /* For modern browsers */
        /* For IE 6/7 (trigger hasLayout) */ }
        section.items article.item > article.sub-content.item-twitter section.links:after {
          content: "";
          display: table; }
        section.items article.item > article.sub-content.item-twitter section.links:after {
          clear: both; }
        section.items article.item > article.sub-content.item-twitter section.links {
          zoom: 1; }
        section.items article.item > article.sub-content.item-twitter section.links .profile {
          /* Create a floated grid element using cols(). */
          float: left;
          display: inline;
          /* Set width to the specified number of cols, with gutters. */
          width: 27%;
          /* Add left/right margin according to the grid gutter width. */
          margin-left: 0%;
          margin-right: 0%;
          margin-right: 18.92%; }
        section.items article.item > article.sub-content.item-twitter section.links .right {
          /* Create a floated grid element using cols(). */
          float: left;
          display: inline;
          /* Set width to the specified number of cols, with gutters. */
          width: 54%;
          /* Add left/right margin according to the grid gutter width. */
          margin-left: 0%;
          margin-right: 0%;
          float: right; }
      section.items article.item > article.sub-content.item-twitter .controls a {
        vertical-align: top; }
      section.items article.item > article.sub-content.item-twitter .controls .social {
        display: inline-block;
        width: 28px; }
      section.items article.item > article.sub-content.item-instagram {
        padding: 0; }
        section.items article.item > article.sub-content.item-instagram:hover section.info {
          -moz-transform: translateY(0%);
          -webkit-transform: translateY(0%);
          -ms-transform: translateY(0%);
          transform: translateY(0%);
          -moz-transform-origin: center center;
          -webkit-transform-origin: center center;
          -ms-transform-origin: center center;
          transform-origin: center center; }
        section.items article.item > article.sub-content.item-instagram section.info {
          /* Set width to the specified number of cols, with gutters. */
          width: 87.69231%;
          /* Add left/right margin according to the grid gutter width. */
          margin-left: 0%;
          margin-right: 0%;
          display: block;
          position: absolute;
          bottom: 0;
          margin: 0 6.15385% 6.15385%;
          padding: 7.01754%;
          -moz-transition: transform 800ms;
          -webkit-transition: transform 800ms;
          transition: transform 800ms;
          -moz-transform: translateY(180%);
          -webkit-transform: translateY(180%);
          -ms-transform: translateY(180%);
          transform: translateY(180%);
          -moz-transform-origin: center center;
          -webkit-transform-origin: center center;
          -ms-transform-origin: center center;
          transform-origin: center center; }
          section.items article.item > article.sub-content.item-instagram section.info > a {
            display: inline-block; }
            section.items article.item > article.sub-content.item-instagram section.info > a.profile {
              width: 15%; }
            section.items article.item > article.sub-content.item-instagram section.info > a.link {
              width: 75%;
              margin-left: 5%; }
            section.items article.item > article.sub-content.item-instagram section.info > a p {
              margin: 0; }
          section.items article.item > article.sub-content.item-instagram section.info .controls:first-child {
            margin-bottom: 8.78%; }
          section.items article.item > article.sub-content.item-instagram section.info .controls a {
            vertical-align: top; }
          section.items article.item > article.sub-content.item-instagram section.info .controls .social {
            display: inline-block;
            width: 28px; }
      section.items article.item > article.sub-content.item-text section.info {
        margin-top: 22.5%; }
        section.items article.item > article.sub-content.item-text section.info p {
          margin: 0 0 13%;
          white-space: pre-line; }
      section.items article.item > article.sub-content.item-blog {
        padding: 0 0 12.30769%; }
        section.items article.item > article.sub-content.item-blog section.info {
          margin: 7.02% 12.30769% 0; }
          section.items article.item > article.sub-content.item-blog section.info a {
            display: block; }
          section.items article.item > article.sub-content.item-blog section.info > a {
            margin: 7.02% 0 2.7%; }
          section.items article.item > article.sub-content.item-blog section.info h2 {
            margin: 23.78% 0 10.14%; }
          section.items article.item > article.sub-content.item-blog section.info p {
            margin-right: 8.51%; }
      section.items article.item > article.sub-content.item-promo p:first-child {
        margin: 31.76% 0 10px; }
      section.items article.item > article.sub-content.item-promo p:nth-child(2) {
        margin: 0 0 8.78%; }
      section.items article.item > article.sub-content.item-promo div.controls {
        padding-top: 9.43%; }
      section.items article.item > article.sub-content.item-product {
        padding: 0 0 12.30769%; }
        section.items article.item > article.sub-content.item-product section.info {
          position: relative;
          padding: 12% 12.30769% 0; }
          section.items article.item > article.sub-content.item-product section.info h5 {
            margin: 0 0 6.43%; }
            section.items article.item > article.sub-content.item-product section.info h5 span {
              float: right; }
          section.items article.item > article.sub-content.item-product section.info p {
            white-space: pre-line; }
          section.items article.item > article.sub-content.item-product section.info .controls {
            margin: 0; }
          section.items article.item > article.sub-content.item-product section.info .credit {
            position: absolute;
            top: 12.08%;
            width: calc(100% - 100% * ((6.4 * 2) / 52)); } }
      @media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1269px) {
        section.items article.item > article.sub-content.item-product section.info {
          padding: 15% 12.30769% 0; }
          section.items article.item > article.sub-content.item-product section.info .credit {
            top: 3%; } }
      @media screen and (max-width: 767px) and (max-width: 767px) {
        section.items article.item > article.sub-content.item-product section.info {
          padding: 22% 12.30769% 0; }
          section.items article.item > article.sub-content.item-product section.info .credit {
            top: 3%; } }
@media screen and (max-width: 767px) {
      section.items article.item > article.sub-content.item-theme {
        padding: 0 0 12.30769%; }
        section.items article.item > article.sub-content.item-theme section.info {
          margin: 7.02% 12.30769% 0; }
          section.items article.item > article.sub-content.item-theme section.info > a {
            display: block;
            margin: 8.11% 0 2.70%; }
          section.items article.item > article.sub-content.item-theme section.info h2 {
            margin: 20.27% 0 8.11%; }
          section.items article.item > article.sub-content.item-theme section.info h5 {
            margin: 5.95% 0 0; }
    section.items article.item.item.item-image section.info, section.items article.item.item.item-instagram section.info {
      display: block;
      position: static;
      -moz-transform: translateY(0%);
      -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
      transform: translateY(0%);
      -moz-transform-origin: center center;
      -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
      transform-origin: center center; } }
@media print, screen and (min-width: 768px) and (max-width: 1269px) {
  section.items article.item.item.item-image section.info, section.items article.item.item.item-instagram section.info {
    display: block;
    position: static;
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -moz-transform-origin: center center;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center; } }
@media print, screen and (min-width: 768px) and (max-width: 1326px) {
  section.items article.item {
    padding: 1.86916%; }
    section.items article.item.item-image {
      padding: 0; }
      section.items article.item.item-image:hover section.info {
        -moz-transform: translateY(0%);
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
        -moz-transform-origin: center center;
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center; }
      section.items article.item.item-image section.info {
        /* Set width to the specified number of cols, with gutters. */
        width: 93.87755%;
        /* Add left/right margin according to the grid gutter width. */
        margin-left: 0%;
        margin-right: 0%;
        display: block;
        position: absolute;
        bottom: 0;
        margin: 0 3.06122% 3.06122%;
        padding: 3.26087%;
        -moz-transition: transform 800ms;
        -webkit-transition: transform 800ms;
        transition: transform 800ms;
        -moz-transform: translateY(180%);
        -webkit-transform: translateY(180%);
        -ms-transform: translateY(180%);
        transform: translateY(180%);
        -moz-transform-origin: center center;
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center; }
        section.items article.item.item-image section.info p {
          white-space: pre-line; }
        section.items article.item.item-image section.info .controls:first-child {
          margin-bottom: 8.78%; }
    section.items article.item.item-instagram {
      padding: 0; }
      section.items article.item.item-instagram:hover section.info {
        -moz-transform: translateY(0%);
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
        -moz-transform-origin: center center;
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center; }
      section.items article.item.item-instagram section.info {
        /* Set width to the specified number of cols, with gutters. */
        width: 93.87755%;
        /* Add left/right margin according to the grid gutter width. */
        margin-left: 0%;
        margin-right: 0%;
        display: block;
        position: absolute;
        bottom: 0;
        margin: 0 3.06122% 3.06122%;
        padding: 3.26087%;
        -moz-transition: transform 800ms;
        -webkit-transition: transform 800ms;
        transition: transform 800ms;
        -moz-transform: translateY(180%);
        -webkit-transform: translateY(180%);
        -ms-transform: translateY(180%);
        transform: translateY(180%);
        -moz-transform-origin: center center;
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center; }
        section.items article.item.item-instagram section.info > a {
          display: inline-block; }
          section.items article.item.item-instagram section.info > a.profile {
            width: 15%; }
          section.items article.item.item-instagram section.info > a.link {
            width: 75%;
            margin-left: 5%; }
          section.items article.item.item-instagram section.info > a p {
            margin: 0; }
        section.items article.item.item-instagram section.info .controls:first-child {
          margin-bottom: 8.78%; }
        section.items article.item.item-instagram section.info .controls a {
          vertical-align: top; }
        section.items article.item.item-instagram section.info .controls .social {
          display: inline-block;
          width: 28px; }
    section.items article.item.item-text section.info {
      margin-top: 22.5%; }
      section.items article.item.item-text section.info p {
        margin: 0 0 13%;
        white-space: pre-line; }
    section.items article.item.item-promo p:first-child {
      margin: 31.76% 0 10px; }
    section.items article.item.item-promo p:nth-child(2) {
      margin: 0 0 8.78%; }
    section.items article.item.item-promo div.controls {
      padding-top: 9.43%; }
    section.items article.item.item-twitter p {
      margin: 16.89% 0 21.35%; }
    section.items article.item.item-twitter section.links {
      /* For modern browsers */
      /* For IE 6/7 (trigger hasLayout) */ }
      section.items article.item.item-twitter section.links:after {
        content: "";
        display: table; }
      section.items article.item.item-twitter section.links:after {
        clear: both; }
      section.items article.item.item-twitter section.links {
        zoom: 1; }
      section.items article.item.item-twitter section.links .profile {
        /* Create a floated grid element using cols(). */
        float: left;
        display: inline;
        /* Set width to the specified number of cols, with gutters. */
        width: 27.0%;
        /* Add left/right margin according to the grid gutter width. */
        margin-left: 0%;
        margin-right: 0%;
        margin-right: 18.92%; }
      section.items article.item.item-twitter section.links .right {
        /* Create a floated grid element using cols(). */
        float: left;
        display: inline;
        /* Set width to the specified number of cols, with gutters. */
        width: 54.0%;
        /* Add left/right margin according to the grid gutter width. */
        margin-left: 0%;
        margin-right: 0%;
        float: right; }
    section.items article.item.item-twitter .controls a {
      vertical-align: top; }
    section.items article.item.item-twitter .controls .social {
      display: inline-block;
      width: 28px; }
    section.items article.item.item-audio, section.items article.item.item-video {
      padding: 0 0 1.86916%; }
      section.items article.item.item-audio section.image, section.items article.item.item-video section.image {
        position: relative; }
      section.items article.item.item-audio section.info, section.items article.item.item-video section.info {
        position: relative;
        padding: 7.23% 6.12245% 0; }
        section.items article.item.item-audio section.info h5, section.items article.item.item-video section.info h5 {
          margin: 5.95% 0 6.89%; }
        section.items article.item.item-audio section.info h6, section.items article.item.item-video section.info h6 {
          margin: 6.89% 0 0; }
        section.items article.item.item-audio section.info a.link, section.items article.item.item-video section.info a.link {
          margin: 13.51% 0 2.70%; }
      section.items article.item.item-audio .play-button, section.items article.item.item-video .play-button {
        /* Set width to the specified number of cols, with gutters. */
        width: 25.0%;
        /* Add left/right margin according to the grid gutter width. */
        margin-left: 0%;
        margin-right: 0%;
        height: 100%;
        position: absolute;
        top: 100%;
        margin: -12.5% auto 0;
        left: 0;
        right: 0; }
      section.items article.item.item-audio section.video-container.video-playing, section.items article.item.item-video section.video-container.video-playing {
        position: relative;
        width: 100%;
        padding-bottom: 56.25%; }
        section.items article.item.item-audio section.video-container.video-playing .image, section.items article.item.item-audio section.video-container.video-playing .play-button, section.items article.item.item-video section.video-container.video-playing .image, section.items article.item.item-video section.video-container.video-playing .play-button {
          display: none; }
        section.items article.item.item-audio section.video-container.video-playing iframe, section.items article.item.item-video section.video-container.video-playing iframe {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
    section.items article.item.item-audio, section.items article.item.item-video {
      padding: 0 0 1.86916%; }
      section.items article.item.item-audio section.image, section.items article.item.item-video section.image {
        position: relative; }
      section.items article.item.item-audio section.info, section.items article.item.item-video section.info {
        position: relative;
        padding: 7.23% 6.12245% 0; }
        section.items article.item.item-audio section.info h5, section.items article.item.item-video section.info h5 {
          margin: 5.95% 0 6.89%; }
        section.items article.item.item-audio section.info h6, section.items article.item.item-video section.info h6 {
          margin: 6.89% 0 0; }
        section.items article.item.item-audio section.info a.link, section.items article.item.item-video section.info a.link {
          margin: 13.51% 0 2.70%; }
      section.items article.item.item-audio .play-button, section.items article.item.item-video .play-button {
        /* Set width to the specified number of cols, with gutters. */
        width: 25.0%;
        /* Add left/right margin according to the grid gutter width. */
        margin-left: 0%;
        margin-right: 0%;
        height: 100%;
        position: absolute;
        top: 100%;
        margin: -12.5% auto 0;
        left: 0;
        right: 0; }
      section.items article.item.item-audio section.video-container.video-playing, section.items article.item.item-video section.video-container.video-playing {
        position: relative;
        width: 100%;
        padding-bottom: 56.25%; }
        section.items article.item.item-audio section.video-container.video-playing .image, section.items article.item.item-audio section.video-container.video-playing .play-button, section.items article.item.item-video section.video-container.video-playing .image, section.items article.item.item-video section.video-container.video-playing .play-button {
          display: none; }
        section.items article.item.item-audio section.video-container.video-playing iframe, section.items article.item.item-video section.video-container.video-playing iframe {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
    section.items article.item.item-product {
      padding: 0 0 1.86916%; }
      section.items article.item.item-product section.info {
        position: relative;
        padding: 12% 6.12245% 0; }
        section.items article.item.item-product section.info h5 {
          margin: 0 0 6.43%; }
          section.items article.item.item-product section.info h5 span {
            float: right; }
        section.items article.item.item-product section.info p {
          white-space: pre-line; }
        section.items article.item.item-product section.info .controls {
          margin: 0; }
        section.items article.item.item-product section.info .credit {
          position: absolute;
          top: 12.08%;
          width: calc(100% - 100% * ((1 * 2) / 16.33333)); } }
    @media print, screen and (min-width: 768px) and (max-width: 1326px) and (min-width: 768px) and (max-width: 1269px) {
      section.items article.item.item-product section.info {
        padding: 15% 6.12245% 0; }
        section.items article.item.item-product section.info .credit {
          top: 3%; } }
    @media screen and (min-width: 768px) and (max-width: 1326px) and (max-width: 767px) {
      section.items article.item.item-product section.info {
        padding: 22% 6.12245% 0; }
        section.items article.item.item-product section.info .credit {
          top: 3%; } }
@media print, screen and (min-width: 768px) and (max-width: 1326px) {
    section.items article.item.item-blog {
      padding: 0 0 1.86916%; }
      section.items article.item.item-blog section.info {
        margin: 7.02% 6.12245% 0; }
        section.items article.item.item-blog section.info a {
          display: block; }
        section.items article.item.item-blog section.info > a {
          margin: 7.02% 0 2.7%; }
        section.items article.item.item-blog section.info h2 {
          margin: 23.78% 0 10.14%; }
        section.items article.item.item-blog section.info p {
          margin-right: 8.51%; }
    section.items article.item.item-theme {
      padding: 0 0 1.86916%; }
      section.items article.item.item-theme section.info {
        margin: 7.02% 6.12245% 0; }
        section.items article.item.item-theme section.info > a {
          display: block;
          margin: 8.11% 0 2.70%; }
        section.items article.item.item-theme section.info h2 {
          margin: 20.27% 0 8.11%; }
        section.items article.item.item-theme section.info h5 {
          margin: 5.95% 0 0; } }
@media print, screen and (min-width: 768px) and (max-width: 1024px) {
  section.items article.item {
    padding: 1.85185%; }
    section.items article.item.item-image {
      padding: 0; }
      section.items article.item.item-image:hover section.info {
        -moz-transform: translateY(0%);
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
        -moz-transform-origin: center center;
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center; }
      section.items article.item.item-image section.info {
        /* Set width to the specified number of cols, with gutters. */
        width: 95.83333%;
        /* Add left/right margin according to the grid gutter width. */
        margin-left: 0%;
        margin-right: 0%;
        display: block;
        position: absolute;
        bottom: 0;
        margin: 0 2.08333% 2.08333%;
        padding: 2.17391%;
        -moz-transition: transform 800ms;
        -webkit-transition: transform 800ms;
        transition: transform 800ms;
        -moz-transform: translateY(180%);
        -webkit-transform: translateY(180%);
        -ms-transform: translateY(180%);
        transform: translateY(180%);
        -moz-transform-origin: center center;
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center; }
        section.items article.item.item-image section.info p {
          white-space: pre-line; }
        section.items article.item.item-image section.info .controls:first-child {
          margin-bottom: 8.78%; }
    section.items article.item.item-instagram {
      padding: 0; }
      section.items article.item.item-instagram:hover section.info {
        -moz-transform: translateY(0%);
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
        -moz-transform-origin: center center;
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center; }
      section.items article.item.item-instagram section.info {
        /* Set width to the specified number of cols, with gutters. */
        width: 95.83333%;
        /* Add left/right margin according to the grid gutter width. */
        margin-left: 0%;
        margin-right: 0%;
        display: block;
        position: absolute;
        bottom: 0;
        margin: 0 2.08333% 2.08333%;
        padding: 2.17391%;
        -moz-transition: transform 800ms;
        -webkit-transition: transform 800ms;
        transition: transform 800ms;
        -moz-transform: translateY(180%);
        -webkit-transform: translateY(180%);
        -ms-transform: translateY(180%);
        transform: translateY(180%);
        -moz-transform-origin: center center;
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center; }
        section.items article.item.item-instagram section.info > a {
          display: inline-block; }
          section.items article.item.item-instagram section.info > a.profile {
            width: 15%; }
          section.items article.item.item-instagram section.info > a.link {
            width: 75%;
            margin-left: 5%; }
          section.items article.item.item-instagram section.info > a p {
            margin: 0; }
        section.items article.item.item-instagram section.info .controls:first-child {
          margin-bottom: 8.78%; }
        section.items article.item.item-instagram section.info .controls a {
          vertical-align: top; }
        section.items article.item.item-instagram section.info .controls .social {
          display: inline-block;
          width: 28px; }
    section.items article.item.item-text section.info {
      margin-top: 22.5%; }
      section.items article.item.item-text section.info p {
        margin: 0 0 13%;
        white-space: pre-line; }
    section.items article.item.item-promo p:first-child {
      margin: 31.76% 0 10px; }
    section.items article.item.item-promo p:nth-child(2) {
      margin: 0 0 8.78%; }
    section.items article.item.item-promo div.controls {
      padding-top: 9.43%; }
    section.items article.item.item-twitter p {
      margin: 16.89% 0 21.35%; }
    section.items article.item.item-twitter section.links {
      /* For modern browsers */
      /* For IE 6/7 (trigger hasLayout) */ }
      section.items article.item.item-twitter section.links:after {
        content: "";
        display: table; }
      section.items article.item.item-twitter section.links:after {
        clear: both; }
      section.items article.item.item-twitter section.links {
        zoom: 1; }
      section.items article.item.item-twitter section.links .profile {
        /* Create a floated grid element using cols(). */
        float: left;
        display: inline;
        /* Set width to the specified number of cols, with gutters. */
        width: 27.0%;
        /* Add left/right margin according to the grid gutter width. */
        margin-left: 0%;
        margin-right: 0%;
        margin-right: 18.92%; }
      section.items article.item.item-twitter section.links .right {
        /* Create a floated grid element using cols(). */
        float: left;
        display: inline;
        /* Set width to the specified number of cols, with gutters. */
        width: 54.0%;
        /* Add left/right margin according to the grid gutter width. */
        margin-left: 0%;
        margin-right: 0%;
        float: right; }
    section.items article.item.item-twitter .controls a {
      vertical-align: top; }
    section.items article.item.item-twitter .controls .social {
      display: inline-block;
      width: 28px; }
    section.items article.item.item-audio, section.items article.item.item-video {
      padding: 0 0 1.85185%; }
      section.items article.item.item-audio section.image, section.items article.item.item-video section.image {
        position: relative; }
      section.items article.item.item-audio section.info, section.items article.item.item-video section.info {
        position: relative;
        padding: 7.23% 4.16667% 0; }
        section.items article.item.item-audio section.info h5, section.items article.item.item-video section.info h5 {
          margin: 5.95% 0 6.89%; }
        section.items article.item.item-audio section.info h6, section.items article.item.item-video section.info h6 {
          margin: 6.89% 0 0; }
        section.items article.item.item-audio section.info a.link, section.items article.item.item-video section.info a.link {
          margin: 13.51% 0 2.70%; }
      section.items article.item.item-audio .play-button, section.items article.item.item-video .play-button {
        /* Set width to the specified number of cols, with gutters. */
        width: 25.0%;
        /* Add left/right margin according to the grid gutter width. */
        margin-left: 0%;
        margin-right: 0%;
        height: 100%;
        position: absolute;
        top: 100%;
        margin: -12.5% auto 0;
        left: 0;
        right: 0; }
      section.items article.item.item-audio section.video-container.video-playing, section.items article.item.item-video section.video-container.video-playing {
        position: relative;
        width: 100%;
        padding-bottom: 56.25%; }
        section.items article.item.item-audio section.video-container.video-playing .image, section.items article.item.item-audio section.video-container.video-playing .play-button, section.items article.item.item-video section.video-container.video-playing .image, section.items article.item.item-video section.video-container.video-playing .play-button {
          display: none; }
        section.items article.item.item-audio section.video-container.video-playing iframe, section.items article.item.item-video section.video-container.video-playing iframe {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
    section.items article.item.item-audio, section.items article.item.item-video {
      padding: 0 0 1.85185%; }
      section.items article.item.item-audio section.image, section.items article.item.item-video section.image {
        position: relative; }
      section.items article.item.item-audio section.info, section.items article.item.item-video section.info {
        position: relative;
        padding: 7.23% 4.16667% 0; }
        section.items article.item.item-audio section.info h5, section.items article.item.item-video section.info h5 {
          margin: 5.95% 0 6.89%; }
        section.items article.item.item-audio section.info h6, section.items article.item.item-video section.info h6 {
          margin: 6.89% 0 0; }
        section.items article.item.item-audio section.info a.link, section.items article.item.item-video section.info a.link {
          margin: 13.51% 0 2.70%; }
      section.items article.item.item-audio .play-button, section.items article.item.item-video .play-button {
        /* Set width to the specified number of cols, with gutters. */
        width: 25.0%;
        /* Add left/right margin according to the grid gutter width. */
        margin-left: 0%;
        margin-right: 0%;
        height: 100%;
        position: absolute;
        top: 100%;
        margin: -12.5% auto 0;
        left: 0;
        right: 0; }
      section.items article.item.item-audio section.video-container.video-playing, section.items article.item.item-video section.video-container.video-playing {
        position: relative;
        width: 100%;
        padding-bottom: 56.25%; }
        section.items article.item.item-audio section.video-container.video-playing .image, section.items article.item.item-audio section.video-container.video-playing .play-button, section.items article.item.item-video section.video-container.video-playing .image, section.items article.item.item-video section.video-container.video-playing .play-button {
          display: none; }
        section.items article.item.item-audio section.video-container.video-playing iframe, section.items article.item.item-video section.video-container.video-playing iframe {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
    section.items article.item.item-product {
      padding: 0 0 1.85185%; }
      section.items article.item.item-product section.info {
        position: relative;
        padding: 12% 4.16667% 0; }
        section.items article.item.item-product section.info h5 {
          margin: 0 0 6.43%; }
          section.items article.item.item-product section.info h5 span {
            float: right; }
        section.items article.item.item-product section.info p {
          white-space: pre-line; }
        section.items article.item.item-product section.info .controls {
          margin: 0; }
        section.items article.item.item-product section.info .credit {
          position: absolute;
          top: 12.08%;
          width: calc(100% - 100% * ((1 * 2) / 24)); } }
    @media print, screen and (min-width: 768px) and (max-width: 1024px) and (min-width: 768px) and (max-width: 1269px) {
      section.items article.item.item-product section.info {
        padding: 15% 4.16667% 0; }
        section.items article.item.item-product section.info .credit {
          top: 3%; } }
    @media screen and (min-width: 768px) and (max-width: 1024px) and (max-width: 767px) {
      section.items article.item.item-product section.info {
        padding: 22% 4.16667% 0; }
        section.items article.item.item-product section.info .credit {
          top: 3%; } }
@media print, screen and (min-width: 768px) and (max-width: 1024px) {
    section.items article.item.item-blog {
      padding: 0 0 1.85185%; }
      section.items article.item.item-blog section.info {
        margin: 7.02% 4.16667% 0; }
        section.items article.item.item-blog section.info a {
          display: block; }
        section.items article.item.item-blog section.info > a {
          margin: 7.02% 0 2.7%; }
        section.items article.item.item-blog section.info h2 {
          margin: 23.78% 0 10.14%; }
        section.items article.item.item-blog section.info p {
          margin-right: 8.51%; }
    section.items article.item.item-theme {
      padding: 0 0 1.85185%; }
      section.items article.item.item-theme section.info {
        margin: 7.02% 4.16667% 0; }
        section.items article.item.item-theme section.info > a {
          display: block;
          margin: 8.11% 0 2.70%; }
        section.items article.item.item-theme section.info h2 {
          margin: 20.27% 0 8.11%; }
        section.items article.item.item-theme section.info h5 {
          margin: 5.95% 0 0; } }
@media print, screen and (min-width: 1327px) and (max-width: 1680px) {
  section.items article.item {
    padding: 1.88679%; }
    section.items article.item.item-image {
      padding: 0; }
      section.items article.item.item-image:hover section.info {
        -moz-transform: translateY(0%);
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
        -moz-transform-origin: center center;
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center; }
      section.items article.item.item-image section.info {
        /* Set width to the specified number of cols, with gutters. */
        width: 91.83673%;
        /* Add left/right margin according to the grid gutter width. */
        margin-left: 0%;
        margin-right: 0%;
        display: block;
        position: absolute;
        bottom: 0;
        margin: 0 4.08163% 4.08163%;
        padding: 4.44444%;
        -moz-transition: transform 800ms;
        -webkit-transition: transform 800ms;
        transition: transform 800ms;
        -moz-transform: translateY(180%);
        -webkit-transform: translateY(180%);
        -ms-transform: translateY(180%);
        transform: translateY(180%);
        -moz-transform-origin: center center;
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center; }
        section.items article.item.item-image section.info p {
          white-space: pre-line; }
        section.items article.item.item-image section.info .controls:first-child {
          margin-bottom: 8.78%; }
    section.items article.item.item-instagram {
      padding: 0; }
      section.items article.item.item-instagram:hover section.info {
        -moz-transform: translateY(0%);
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
        -moz-transform-origin: center center;
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center; }
      section.items article.item.item-instagram section.info {
        /* Set width to the specified number of cols, with gutters. */
        width: 91.83673%;
        /* Add left/right margin according to the grid gutter width. */
        margin-left: 0%;
        margin-right: 0%;
        display: block;
        position: absolute;
        bottom: 0;
        margin: 0 4.08163% 4.08163%;
        padding: 4.44444%;
        -moz-transition: transform 800ms;
        -webkit-transition: transform 800ms;
        transition: transform 800ms;
        -moz-transform: translateY(180%);
        -webkit-transform: translateY(180%);
        -ms-transform: translateY(180%);
        transform: translateY(180%);
        -moz-transform-origin: center center;
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center; }
        section.items article.item.item-instagram section.info > a {
          display: inline-block; }
          section.items article.item.item-instagram section.info > a.profile {
            width: 15%; }
          section.items article.item.item-instagram section.info > a.link {
            width: 75%;
            margin-left: 5%; }
          section.items article.item.item-instagram section.info > a p {
            margin: 0; }
        section.items article.item.item-instagram section.info .controls:first-child {
          margin-bottom: 8.78%; }
        section.items article.item.item-instagram section.info .controls a {
          vertical-align: top; }
        section.items article.item.item-instagram section.info .controls .social {
          display: inline-block;
          width: 28px; }
    section.items article.item.item-text section.info {
      margin-top: 22.5%; }
      section.items article.item.item-text section.info p {
        margin: 0 0 13%;
        white-space: pre-line; }
    section.items article.item.item-promo p:first-child {
      margin: 31.76% 0 10px; }
    section.items article.item.item-promo p:nth-child(2) {
      margin: 0 0 8.78%; }
    section.items article.item.item-promo div.controls {
      padding-top: 9.43%; }
    section.items article.item.item-twitter p {
      margin: 16.89% 0 21.35%; }
    section.items article.item.item-twitter section.links {
      /* For modern browsers */
      /* For IE 6/7 (trigger hasLayout) */ }
      section.items article.item.item-twitter section.links:after {
        content: "";
        display: table; }
      section.items article.item.item-twitter section.links:after {
        clear: both; }
      section.items article.item.item-twitter section.links {
        zoom: 1; }
      section.items article.item.item-twitter section.links .profile {
        /* Create a floated grid element using cols(). */
        float: left;
        display: inline;
        /* Set width to the specified number of cols, with gutters. */
        width: 27.0%;
        /* Add left/right margin according to the grid gutter width. */
        margin-left: 0%;
        margin-right: 0%;
        margin-right: 18.92%; }
      section.items article.item.item-twitter section.links .right {
        /* Create a floated grid element using cols(). */
        float: left;
        display: inline;
        /* Set width to the specified number of cols, with gutters. */
        width: 54.0%;
        /* Add left/right margin according to the grid gutter width. */
        margin-left: 0%;
        margin-right: 0%;
        float: right; }
    section.items article.item.item-twitter .controls a {
      vertical-align: top; }
    section.items article.item.item-twitter .controls .social {
      display: inline-block;
      width: 28px; }
    section.items article.item.item-audio, section.items article.item.item-video {
      padding: 0 0 1.88679%; }
      section.items article.item.item-audio section.image, section.items article.item.item-video section.image {
        position: relative; }
      section.items article.item.item-audio section.info, section.items article.item.item-video section.info {
        position: relative;
        padding: 7.23% 8.16327% 0; }
        section.items article.item.item-audio section.info h5, section.items article.item.item-video section.info h5 {
          margin: 5.95% 0 6.89%; }
        section.items article.item.item-audio section.info h6, section.items article.item.item-video section.info h6 {
          margin: 6.89% 0 0; }
        section.items article.item.item-audio section.info a.link, section.items article.item.item-video section.info a.link {
          margin: 13.51% 0 2.70%; }
      section.items article.item.item-audio .play-button, section.items article.item.item-video .play-button {
        /* Set width to the specified number of cols, with gutters. */
        width: 25%;
        /* Add left/right margin according to the grid gutter width. */
        margin-left: 0%;
        margin-right: 0%;
        height: 100%;
        position: absolute;
        top: 100%;
        margin: -12.5% auto 0;
        left: 0;
        right: 0; }
      section.items article.item.item-audio section.video-container.video-playing, section.items article.item.item-video section.video-container.video-playing {
        position: relative;
        width: 100%;
        padding-bottom: 56.25%; }
        section.items article.item.item-audio section.video-container.video-playing .image, section.items article.item.item-audio section.video-container.video-playing .play-button, section.items article.item.item-video section.video-container.video-playing .image, section.items article.item.item-video section.video-container.video-playing .play-button {
          display: none; }
        section.items article.item.item-audio section.video-container.video-playing iframe, section.items article.item.item-video section.video-container.video-playing iframe {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
    section.items article.item.item-audio, section.items article.item.item-video {
      padding: 0 0 1.88679%; }
      section.items article.item.item-audio section.image, section.items article.item.item-video section.image {
        position: relative; }
      section.items article.item.item-audio section.info, section.items article.item.item-video section.info {
        position: relative;
        padding: 7.23% 8.16327% 0; }
        section.items article.item.item-audio section.info h5, section.items article.item.item-video section.info h5 {
          margin: 5.95% 0 6.89%; }
        section.items article.item.item-audio section.info h6, section.items article.item.item-video section.info h6 {
          margin: 6.89% 0 0; }
        section.items article.item.item-audio section.info a.link, section.items article.item.item-video section.info a.link {
          margin: 13.51% 0 2.70%; }
      section.items article.item.item-audio .play-button, section.items article.item.item-video .play-button {
        /* Set width to the specified number of cols, with gutters. */
        width: 25%;
        /* Add left/right margin according to the grid gutter width. */
        margin-left: 0%;
        margin-right: 0%;
        height: 100%;
        position: absolute;
        top: 100%;
        margin: -12.5% auto 0;
        left: 0;
        right: 0; }
      section.items article.item.item-audio section.video-container.video-playing, section.items article.item.item-video section.video-container.video-playing {
        position: relative;
        width: 100%;
        padding-bottom: 56.25%; }
        section.items article.item.item-audio section.video-container.video-playing .image, section.items article.item.item-audio section.video-container.video-playing .play-button, section.items article.item.item-video section.video-container.video-playing .image, section.items article.item.item-video section.video-container.video-playing .play-button {
          display: none; }
        section.items article.item.item-audio section.video-container.video-playing iframe, section.items article.item.item-video section.video-container.video-playing iframe {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
    section.items article.item.item-product {
      padding: 0 0 1.88679%; }
      section.items article.item.item-product section.info {
        position: relative;
        padding: 12% 8.16327% 0; }
        section.items article.item.item-product section.info h5 {
          margin: 0 0 6.43%; }
          section.items article.item.item-product section.info h5 span {
            float: right; }
        section.items article.item.item-product section.info p {
          white-space: pre-line; }
        section.items article.item.item-product section.info .controls {
          margin: 0; }
        section.items article.item.item-product section.info .credit {
          position: absolute;
          top: 12.08%;
          width: calc(100% - 100% * ((1 * 2) / 12.25)); } }
    @media print, screen and (min-width: 1327px) and (max-width: 1680px) and (min-width: 768px) and (max-width: 1269px) {
      section.items article.item.item-product section.info {
        padding: 15% 8.16327% 0; }
        section.items article.item.item-product section.info .credit {
          top: 3%; } }
    @media screen and (min-width: 1327px) and (max-width: 1680px) and (max-width: 767px) {
      section.items article.item.item-product section.info {
        padding: 22% 8.16327% 0; }
        section.items article.item.item-product section.info .credit {
          top: 3%; } }
@media print, screen and (min-width: 1327px) and (max-width: 1680px) {
    section.items article.item.item-blog {
      padding: 0 0 1.88679%; }
      section.items article.item.item-blog section.info {
        margin: 7.02% 8.16327% 0; }
        section.items article.item.item-blog section.info a {
          display: block; }
        section.items article.item.item-blog section.info > a {
          margin: 7.02% 0 2.7%; }
        section.items article.item.item-blog section.info h2 {
          margin: 23.78% 0 10.14%; }
        section.items article.item.item-blog section.info p {
          margin-right: 8.51%; }
    section.items article.item.item-theme {
      padding: 0 0 1.88679%; }
      section.items article.item.item-theme section.info {
        margin: 7.02% 8.16327% 0; }
        section.items article.item.item-theme section.info > a {
          display: block;
          margin: 8.11% 0 2.70%; }
        section.items article.item.item-theme section.info h2 {
          margin: 20.27% 0 8.11%; }
        section.items article.item.item-theme section.info h5 {
          margin: 5.95% 0 0; } }
@media print, screen and (min-width: 1681px) {
  section.items article.item {
    padding: 1.88902%; }
    section.items article.item.item-image {
      padding: 0; }
      section.items article.item.item-image:hover section.info {
        -moz-transform: translateY(0%);
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
        -moz-transform-origin: center center;
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center; }
      section.items article.item.item-image section.info {
        /* Set width to the specified number of cols, with gutters. */
        width: 89.63731%;
        /* Add left/right margin according to the grid gutter width. */
        margin-left: 0%;
        margin-right: 0%;
        display: block;
        position: absolute;
        bottom: 0;
        margin: 0 5.18135% 5.18135%;
        padding: 5.78035%;
        -moz-transition: transform 800ms;
        -webkit-transition: transform 800ms;
        transition: transform 800ms;
        -moz-transform: translateY(180%);
        -webkit-transform: translateY(180%);
        -ms-transform: translateY(180%);
        transform: translateY(180%);
        -moz-transform-origin: center center;
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center; }
        section.items article.item.item-image section.info p {
          white-space: pre-line; }
        section.items article.item.item-image section.info .controls:first-child {
          margin-bottom: 8.78%; }
    section.items article.item.item-instagram {
      padding: 0; }
      section.items article.item.item-instagram:hover section.info {
        -moz-transform: translateY(0%);
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
        -moz-transform-origin: center center;
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center; }
      section.items article.item.item-instagram section.info {
        /* Set width to the specified number of cols, with gutters. */
        width: 89.63731%;
        /* Add left/right margin according to the grid gutter width. */
        margin-left: 0%;
        margin-right: 0%;
        display: block;
        position: absolute;
        bottom: 0;
        margin: 0 5.18135% 5.18135%;
        padding: 5.78035%;
        -moz-transition: transform 800ms;
        -webkit-transition: transform 800ms;
        transition: transform 800ms;
        -moz-transform: translateY(180%);
        -webkit-transform: translateY(180%);
        -ms-transform: translateY(180%);
        transform: translateY(180%);
        -moz-transform-origin: center center;
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center; }
        section.items article.item.item-instagram section.info > a {
          display: inline-block; }
          section.items article.item.item-instagram section.info > a.profile {
            width: 15%; }
          section.items article.item.item-instagram section.info > a.link {
            width: 75%;
            margin-left: 5%; }
          section.items article.item.item-instagram section.info > a p {
            margin: 0; }
        section.items article.item.item-instagram section.info .controls:first-child {
          margin-bottom: 8.78%; }
        section.items article.item.item-instagram section.info .controls a {
          vertical-align: top; }
        section.items article.item.item-instagram section.info .controls .social {
          display: inline-block;
          width: 28px; }
    section.items article.item.item-text section.info {
      margin-top: 22.5%; }
      section.items article.item.item-text section.info p {
        margin: 0 0 13%;
        white-space: pre-line; }
    section.items article.item.item-promo p:first-child {
      margin: 31.76% 0 10px; }
    section.items article.item.item-promo p:nth-child(2) {
      margin: 0 0 8.78%; }
    section.items article.item.item-promo div.controls {
      padding-top: 9.43%; }
    section.items article.item.item-twitter p {
      margin: 16.89% 0 21.35%; }
    section.items article.item.item-twitter section.links {
      /* For modern browsers */
      /* For IE 6/7 (trigger hasLayout) */ }
      section.items article.item.item-twitter section.links:after {
        content: "";
        display: table; }
      section.items article.item.item-twitter section.links:after {
        clear: both; }
      section.items article.item.item-twitter section.links {
        zoom: 1; }
      section.items article.item.item-twitter section.links .profile {
        /* Create a floated grid element using cols(). */
        float: left;
        display: inline;
        /* Set width to the specified number of cols, with gutters. */
        width: 27%;
        /* Add left/right margin according to the grid gutter width. */
        margin-left: 0%;
        margin-right: 0%;
        margin-right: 18.92%; }
      section.items article.item.item-twitter section.links .right {
        /* Create a floated grid element using cols(). */
        float: left;
        display: inline;
        /* Set width to the specified number of cols, with gutters. */
        width: 54%;
        /* Add left/right margin according to the grid gutter width. */
        margin-left: 0%;
        margin-right: 0%;
        float: right; }
    section.items article.item.item-twitter .controls a {
      vertical-align: top; }
    section.items article.item.item-twitter .controls .social {
      display: inline-block;
      width: 28px; }
    section.items article.item.item-audio, section.items article.item.item-video {
      padding: 0 0 1.88902%; }
      section.items article.item.item-audio section.image, section.items article.item.item-video section.image {
        position: relative; }
      section.items article.item.item-audio section.info, section.items article.item.item-video section.info {
        position: relative;
        padding: 7.23% 10.36269% 0; }
        section.items article.item.item-audio section.info h5, section.items article.item.item-video section.info h5 {
          margin: 5.95% 0 6.89%; }
        section.items article.item.item-audio section.info h6, section.items article.item.item-video section.info h6 {
          margin: 6.89% 0 0; }
        section.items article.item.item-audio section.info a.link, section.items article.item.item-video section.info a.link {
          margin: 13.51% 0 2.70%; }
      section.items article.item.item-audio .play-button, section.items article.item.item-video .play-button {
        /* Set width to the specified number of cols, with gutters. */
        width: 25%;
        /* Add left/right margin according to the grid gutter width. */
        margin-left: 0%;
        margin-right: 0%;
        height: 100%;
        position: absolute;
        top: 100%;
        margin: -12.5% auto 0;
        left: 0;
        right: 0; }
      section.items article.item.item-audio section.video-container.video-playing, section.items article.item.item-video section.video-container.video-playing {
        position: relative;
        width: 100%;
        padding-bottom: 56.25%; }
        section.items article.item.item-audio section.video-container.video-playing .image, section.items article.item.item-audio section.video-container.video-playing .play-button, section.items article.item.item-video section.video-container.video-playing .image, section.items article.item.item-video section.video-container.video-playing .play-button {
          display: none; }
        section.items article.item.item-audio section.video-container.video-playing iframe, section.items article.item.item-video section.video-container.video-playing iframe {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
    section.items article.item.item-audio, section.items article.item.item-video {
      padding: 0 0 1.88902%; }
      section.items article.item.item-audio section.image, section.items article.item.item-video section.image {
        position: relative; }
      section.items article.item.item-audio section.info, section.items article.item.item-video section.info {
        position: relative;
        padding: 7.23% 10.36269% 0; }
        section.items article.item.item-audio section.info h5, section.items article.item.item-video section.info h5 {
          margin: 5.95% 0 6.89%; }
        section.items article.item.item-audio section.info h6, section.items article.item.item-video section.info h6 {
          margin: 6.89% 0 0; }
        section.items article.item.item-audio section.info a.link, section.items article.item.item-video section.info a.link {
          margin: 13.51% 0 2.70%; }
      section.items article.item.item-audio .play-button, section.items article.item.item-video .play-button {
        /* Set width to the specified number of cols, with gutters. */
        width: 25%;
        /* Add left/right margin according to the grid gutter width. */
        margin-left: 0%;
        margin-right: 0%;
        height: 100%;
        position: absolute;
        top: 100%;
        margin: -12.5% auto 0;
        left: 0;
        right: 0; }
      section.items article.item.item-audio section.video-container.video-playing, section.items article.item.item-video section.video-container.video-playing {
        position: relative;
        width: 100%;
        padding-bottom: 56.25%; }
        section.items article.item.item-audio section.video-container.video-playing .image, section.items article.item.item-audio section.video-container.video-playing .play-button, section.items article.item.item-video section.video-container.video-playing .image, section.items article.item.item-video section.video-container.video-playing .play-button {
          display: none; }
        section.items article.item.item-audio section.video-container.video-playing iframe, section.items article.item.item-video section.video-container.video-playing iframe {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
    section.items article.item.item-product {
      padding: 0 0 1.88902%; }
      section.items article.item.item-product section.info {
        position: relative;
        padding: 12% 10.36269% 0; }
        section.items article.item.item-product section.info h5 {
          margin: 0 0 6.43%; }
          section.items article.item.item-product section.info h5 span {
            float: right; }
        section.items article.item.item-product section.info p {
          white-space: pre-line; }
        section.items article.item.item-product section.info .controls {
          margin: 0; }
        section.items article.item.item-product section.info .credit {
          position: absolute;
          top: 12.08%;
          width: calc(100% - 100% * ((1 * 2) / 9.65)); } }
    @media print, screen and (min-width: 1681px) and (min-width: 768px) and (max-width: 1269px) {
      section.items article.item.item-product section.info {
        padding: 15% 10.36269% 0; }
        section.items article.item.item-product section.info .credit {
          top: 3%; } }
    @media screen and (min-width: 1681px) and (max-width: 767px) {
      section.items article.item.item-product section.info {
        padding: 22% 10.36269% 0; }
        section.items article.item.item-product section.info .credit {
          top: 3%; } }
@media print, screen and (min-width: 1681px) {
    section.items article.item.item-blog {
      padding: 0 0 1.88902%; }
      section.items article.item.item-blog section.info {
        margin: 7.02% 10.36269% 0; }
        section.items article.item.item-blog section.info a {
          display: block; }
        section.items article.item.item-blog section.info > a {
          margin: 7.02% 0 2.7%; }
        section.items article.item.item-blog section.info h2 {
          margin: 23.78% 0 10.14%; }
        section.items article.item.item-blog section.info p {
          margin-right: 8.51%; }
    section.items article.item.item-theme {
      padding: 0 0 1.88902%; }
      section.items article.item.item-theme section.info {
        margin: 7.02% 10.36269% 0; }
        section.items article.item.item-theme section.info > a {
          display: block;
          margin: 8.11% 0 2.70%; }
        section.items article.item.item-theme section.info h2 {
          margin: 20.27% 0 8.11%; }
        section.items article.item.item-theme section.info h5 {
          margin: 5.95% 0 0; } }
section.items .grid-sizer, section.items .gutter-sizer {
  display: none; }
@media print, screen and (min-width: 768px) and (max-width: 1326px) {
  section.items {
    margin-left: -1.44231%;
    margin-right: -1.44231%; }
    section.items article.item, section.items .grid-sizer {
      width: 30.5296%; }
    section.items article.item {
      margin: 0 1.40187% 2.80374%; }
    section.items .gutter-sizer {
      width: 2.80374%; } }
@media print, screen and (min-width: 768px) and (max-width: 1024px) {
  section.items {
    margin-left: -1.92308%;
    margin-right: -1.92308%; }
    section.items article.item, section.items .grid-sizer {
      width: 44.44444%; }
    section.items article.item {
      margin: 0 1.85185% 3.7037%; }
    section.items .gutter-sizer {
      width: 3.7037%; } }
@media print, screen and (min-width: 1327px) and (max-width: 1680px) {
  section.items {
    margin-left: -0.96154%;
    margin-right: -0.96154%; }
    section.items .item, section.items .grid-sizer {
      width: 23.11321%; }
    section.items .item {
      margin: 0 0.9434% 1.88679%; }
    section.items .gutter-sizer {
      width: 1.88679%; } }
@media print, screen and (min-width: 1681px) {
  section.items {
    margin-left: -0.90144%;
    margin-right: -0.90144%; }
    section.items article.item, section.items .grid-sizer {
      width: 18.22904%; }
    section.items .gutter-sizer {
      width: 1.77096%; }
    section.items article.item {
      margin: 0 0.88548% 1.77096%; } }

#overlay .inner .content .content-inner {
  /* Set width to the specified number of cols, with gutters. */
  width: 100%;
  /* Add left/right margin according to the grid gutter width. */
  margin-left: 0%;
  margin-right: 0%; }
  #overlay .inner .content .content-inner > article.item {
    /* Set width to the specified number of cols, with gutters. */
    width: 100%;
    /* Add left/right margin according to the grid gutter width. */
    margin-left: 0%;
    margin-right: 0%;
    padding: 6.25%; }
    #overlay .inner .content .content-inner > article.item.item-image {
      padding: 0; }
      #overlay .inner .content .content-inner > article.item.item-image:hover section.info {
        -moz-transform: translateY(0%);
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
        -moz-transform-origin: center center;
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center; }
      #overlay .inner .content .content-inner > article.item.item-image section.info {
        /* Set width to the specified number of cols, with gutters. */
        width: 93.75%;
        /* Add left/right margin according to the grid gutter width. */
        margin-left: 0%;
        margin-right: 0%;
        display: block;
        position: absolute;
        bottom: 0;
        margin: 0 3.125% 3.125%;
        padding: 3.33333%;
        -moz-transition: transform 800ms;
        -webkit-transition: transform 800ms;
        transition: transform 800ms;
        -moz-transform: translateY(180%);
        -webkit-transform: translateY(180%);
        -ms-transform: translateY(180%);
        transform: translateY(180%);
        -moz-transform-origin: center center;
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center; }
        #overlay .inner .content .content-inner > article.item.item-image section.info p {
          white-space: pre-line; }
        #overlay .inner .content .content-inner > article.item.item-image section.info .controls:first-child {
          margin-bottom: 8.78%; }
    #overlay .inner .content .content-inner > article.item.item-instagram {
      padding: 0; }
      #overlay .inner .content .content-inner > article.item.item-instagram:hover section.info {
        -moz-transform: translateY(0%);
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
        -moz-transform-origin: center center;
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center; }
      #overlay .inner .content .content-inner > article.item.item-instagram section.info {
        /* Set width to the specified number of cols, with gutters. */
        width: 93.75%;
        /* Add left/right margin according to the grid gutter width. */
        margin-left: 0%;
        margin-right: 0%;
        display: block;
        position: absolute;
        bottom: 0;
        margin: 0 3.125% 3.125%;
        padding: 3.33333%;
        -moz-transition: transform 800ms;
        -webkit-transition: transform 800ms;
        transition: transform 800ms;
        -moz-transform: translateY(180%);
        -webkit-transform: translateY(180%);
        -ms-transform: translateY(180%);
        transform: translateY(180%);
        -moz-transform-origin: center center;
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center; }
        #overlay .inner .content .content-inner > article.item.item-instagram section.info > a {
          display: inline-block; }
          #overlay .inner .content .content-inner > article.item.item-instagram section.info > a.profile {
            width: 15%; }
          #overlay .inner .content .content-inner > article.item.item-instagram section.info > a.link {
            width: 75%;
            margin-left: 5%; }
          #overlay .inner .content .content-inner > article.item.item-instagram section.info > a p {
            margin: 0; }
        #overlay .inner .content .content-inner > article.item.item-instagram section.info .controls:first-child {
          margin-bottom: 8.78%; }
        #overlay .inner .content .content-inner > article.item.item-instagram section.info .controls a {
          vertical-align: top; }
        #overlay .inner .content .content-inner > article.item.item-instagram section.info .controls .social {
          display: inline-block;
          width: 28px; }
    #overlay .inner .content .content-inner > article.item.item-image, #overlay .inner .content .content-inner > article.item.item-instagram {
      padding: 0; }
      #overlay .inner .content .content-inner > article.item.item-image section.info, #overlay .inner .content .content-inner > article.item.item-instagram section.info {
        /* Set width to the specified number of cols, with gutters. */
        width: 100%;
        /* Add left/right margin according to the grid gutter width. */
        margin-left: 0%;
        margin-right: 0%;
        display: block;
        position: static;
        margin: 0;
        background: white;
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        -moz-transform-origin: center center;
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center; }
        #overlay .inner .content .content-inner > article.item.item-image section.info .controls:first-child, #overlay .inner .content .content-inner > article.item.item-instagram section.info .controls:first-child {
          display: none; }
    #overlay .inner .content .content-inner > article.item.item-text section.info {
      margin-top: 22.5%; }
      #overlay .inner .content .content-inner > article.item.item-text section.info p {
        margin: 0 0 13%;
        white-space: pre-line; }
    #overlay .inner .content .content-inner > article.item.item-promo p:first-child {
      margin: 31.76% 0 10px; }
    #overlay .inner .content .content-inner > article.item.item-promo p:nth-child(2) {
      margin: 0 0 8.78%; }
    #overlay .inner .content .content-inner > article.item.item-promo div.controls {
      padding-top: 9.43%; }
    #overlay .inner .content .content-inner > article.item.item-twitter p {
      margin: 16.89% 0 21.35%; }
    #overlay .inner .content .content-inner > article.item.item-twitter section.links {
      /* For modern browsers */
      /* For IE 6/7 (trigger hasLayout) */ }
      #overlay .inner .content .content-inner > article.item.item-twitter section.links:after {
        content: "";
        display: table; }
      #overlay .inner .content .content-inner > article.item.item-twitter section.links:after {
        clear: both; }
      #overlay .inner .content .content-inner > article.item.item-twitter section.links {
        zoom: 1; }
      #overlay .inner .content .content-inner > article.item.item-twitter section.links .profile {
        /* Create a floated grid element using cols(). */
        float: left;
        display: inline;
        /* Set width to the specified number of cols, with gutters. */
        width: 27%;
        /* Add left/right margin according to the grid gutter width. */
        margin-left: 0%;
        margin-right: 0%;
        margin-right: 18.92%; }
      #overlay .inner .content .content-inner > article.item.item-twitter section.links .right {
        /* Create a floated grid element using cols(). */
        float: left;
        display: inline;
        /* Set width to the specified number of cols, with gutters. */
        width: 54%;
        /* Add left/right margin according to the grid gutter width. */
        margin-left: 0%;
        margin-right: 0%;
        float: right; }
    #overlay .inner .content .content-inner > article.item.item-twitter .controls a {
      vertical-align: top; }
    #overlay .inner .content .content-inner > article.item.item-twitter .controls .social {
      display: inline-block;
      width: 28px; }
    #overlay .inner .content .content-inner > article.item.item-audio, #overlay .inner .content .content-inner > article.item.item-video {
      padding: 0 0 6.25%; }
      #overlay .inner .content .content-inner > article.item.item-audio section.image, #overlay .inner .content .content-inner > article.item.item-video section.image {
        position: relative; }
      #overlay .inner .content .content-inner > article.item.item-audio section.info, #overlay .inner .content .content-inner > article.item.item-video section.info {
        position: relative;
        padding: 7.23% 6.25% 0; }
        #overlay .inner .content .content-inner > article.item.item-audio section.info h5, #overlay .inner .content .content-inner > article.item.item-video section.info h5 {
          margin: 5.95% 0 6.89%; }
        #overlay .inner .content .content-inner > article.item.item-audio section.info h6, #overlay .inner .content .content-inner > article.item.item-video section.info h6 {
          margin: 6.89% 0 0; }
        #overlay .inner .content .content-inner > article.item.item-audio section.info a.link, #overlay .inner .content .content-inner > article.item.item-video section.info a.link {
          margin: 13.51% 0 2.70%; }
      #overlay .inner .content .content-inner > article.item.item-audio .play-button, #overlay .inner .content .content-inner > article.item.item-video .play-button {
        /* Set width to the specified number of cols, with gutters. */
        width: 25%;
        /* Add left/right margin according to the grid gutter width. */
        margin-left: 0%;
        margin-right: 0%;
        height: 100%;
        position: absolute;
        top: 100%;
        margin: -12.5% auto 0;
        left: 0;
        right: 0; }
      #overlay .inner .content .content-inner > article.item.item-audio section.video-container.video-playing, #overlay .inner .content .content-inner > article.item.item-video section.video-container.video-playing {
        position: relative;
        width: 100%;
        padding-bottom: 56.25%; }
        #overlay .inner .content .content-inner > article.item.item-audio section.video-container.video-playing .image, #overlay .inner .content .content-inner > article.item.item-audio section.video-container.video-playing .play-button, #overlay .inner .content .content-inner > article.item.item-video section.video-container.video-playing .image, #overlay .inner .content .content-inner > article.item.item-video section.video-container.video-playing .play-button {
          display: none; }
        #overlay .inner .content .content-inner > article.item.item-audio section.video-container.video-playing iframe, #overlay .inner .content .content-inner > article.item.item-video section.video-container.video-playing iframe {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
    #overlay .inner .content .content-inner > article.item.item-audio, #overlay .inner .content .content-inner > article.item.item-video {
      padding: 0 0 6.25%; }
      #overlay .inner .content .content-inner > article.item.item-audio section.image, #overlay .inner .content .content-inner > article.item.item-video section.image {
        position: relative; }
      #overlay .inner .content .content-inner > article.item.item-audio section.info, #overlay .inner .content .content-inner > article.item.item-video section.info {
        position: relative;
        padding: 7.23% 6.25% 0; }
        #overlay .inner .content .content-inner > article.item.item-audio section.info h5, #overlay .inner .content .content-inner > article.item.item-video section.info h5 {
          margin: 5.95% 0 6.89%; }
        #overlay .inner .content .content-inner > article.item.item-audio section.info h6, #overlay .inner .content .content-inner > article.item.item-video section.info h6 {
          margin: 6.89% 0 0; }
        #overlay .inner .content .content-inner > article.item.item-audio section.info a.link, #overlay .inner .content .content-inner > article.item.item-video section.info a.link {
          margin: 13.51% 0 2.70%; }
      #overlay .inner .content .content-inner > article.item.item-audio .play-button, #overlay .inner .content .content-inner > article.item.item-video .play-button {
        /* Set width to the specified number of cols, with gutters. */
        width: 25%;
        /* Add left/right margin according to the grid gutter width. */
        margin-left: 0%;
        margin-right: 0%;
        height: 100%;
        position: absolute;
        top: 100%;
        margin: -12.5% auto 0;
        left: 0;
        right: 0; }
      #overlay .inner .content .content-inner > article.item.item-audio section.video-container.video-playing, #overlay .inner .content .content-inner > article.item.item-video section.video-container.video-playing {
        position: relative;
        width: 100%;
        padding-bottom: 56.25%; }
        #overlay .inner .content .content-inner > article.item.item-audio section.video-container.video-playing .image, #overlay .inner .content .content-inner > article.item.item-audio section.video-container.video-playing .play-button, #overlay .inner .content .content-inner > article.item.item-video section.video-container.video-playing .image, #overlay .inner .content .content-inner > article.item.item-video section.video-container.video-playing .play-button {
          display: none; }
        #overlay .inner .content .content-inner > article.item.item-audio section.video-container.video-playing iframe, #overlay .inner .content .content-inner > article.item.item-video section.video-container.video-playing iframe {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
    #overlay .inner .content .content-inner > article.item.item-product {
      padding: 0 0 6.25%; }
      #overlay .inner .content .content-inner > article.item.item-product section.info {
        position: relative;
        padding: 12% 6.25% 0; }
        #overlay .inner .content .content-inner > article.item.item-product section.info h5 {
          margin: 0 0 6.43%; }
          #overlay .inner .content .content-inner > article.item.item-product section.info h5 span {
            float: right; }
        #overlay .inner .content .content-inner > article.item.item-product section.info p {
          white-space: pre-line; }
        #overlay .inner .content .content-inner > article.item.item-product section.info .controls {
          margin: 0; }
        #overlay .inner .content .content-inner > article.item.item-product section.info .credit {
          position: absolute;
          top: 12.08%;
          width: calc(100% - 100% * ((3.25 * 2) / 52)); }
      @media print, screen and (min-width: 768px) and (max-width: 1269px) {
        #overlay .inner .content .content-inner > article.item.item-product section.info {
          padding: 15% 6.25% 0; }
          #overlay .inner .content .content-inner > article.item.item-product section.info .credit {
            top: 3%; } }
      @media screen and (max-width: 767px) {
        #overlay .inner .content .content-inner > article.item.item-product section.info {
          padding: 22% 6.25% 0; }
          #overlay .inner .content .content-inner > article.item.item-product section.info .credit {
            top: 3%; } }
    #overlay .inner .content .content-inner > article.item.item-blog {
      padding: 0 0 6.25%; }
      #overlay .inner .content .content-inner > article.item.item-blog section.info {
        margin: 7.02% 6.25% 0; }
        #overlay .inner .content .content-inner > article.item.item-blog section.info a {
          display: block; }
        #overlay .inner .content .content-inner > article.item.item-blog section.info > a {
          margin: 7.02% 0 2.7%; }
        #overlay .inner .content .content-inner > article.item.item-blog section.info h2 {
          margin: 23.78% 0 10.14%; }
        #overlay .inner .content .content-inner > article.item.item-blog section.info p {
          margin-right: 8.51%; }
    #overlay .inner .content .content-inner > article.item.item-theme {
      padding: 0 0 6.25%; }
      #overlay .inner .content .content-inner > article.item.item-theme section.info {
        margin: 7.02% 6.25% 0; }
        #overlay .inner .content .content-inner > article.item.item-theme section.info > a {
          display: block;
          margin: 8.11% 0 2.70%; }
        #overlay .inner .content .content-inner > article.item.item-theme section.info h2 {
          margin: 20.27% 0 8.11%; }
        #overlay .inner .content .content-inner > article.item.item-theme section.info h5 {
          margin: 5.95% 0 0; }
    #overlay .inner .content .content-inner > article.item.theme-item {
      margin-bottom: 50px;
      padding: 1px 0 12.5%; }
      #overlay .inner .content .content-inner > article.item.theme-item.view {
        /* For modern browsers */
        /* For IE 6/7 (trigger hasLayout) */
        padding: 3.7% 3.7% 11.11%; }
        #overlay .inner .content .content-inner > article.item.theme-item.view:after {
          content: "";
          display: table; }
        #overlay .inner .content .content-inner > article.item.theme-item.view:after {
          clear: both; }
        #overlay .inner .content .content-inner > article.item.theme-item.view {
          zoom: 1; }
        #overlay .inner .content .content-inner > article.item.theme-item.view section.title {
          padding: 0; }
          #overlay .inner .content .content-inner > article.item.theme-item.view section.title h3 {
            margin: 50px 0 25px; }
          #overlay .inner .content .content-inner > article.item.theme-item.view section.title h6 {
            width: 58%; }
        #overlay .inner .content .content-inner > article.item.theme-item.view section.text {
          margin-top: 60px; }
        #overlay .inner .content .content-inner > article.item.theme-item.view > a.item-next {
          margin-top: 40px;
          float: right; }
      #overlay .inner .content .content-inner > article.item.theme-item h5 {
        margin: 35px 0 20px; }
      #overlay .inner .content .content-inner > article.item.theme-item h6 {
        padding: 25px 0;
        margin: 0; }
      #overlay .inner .content .content-inner > article.item.theme-item section.title {
        padding: 0 12.5%; }
        #overlay .inner .content .content-inner > article.item.theme-item section.title p {
          /* For modern browsers */
          /* For IE 6/7 (trigger hasLayout) */ }
          #overlay .inner .content .content-inner > article.item.theme-item section.title p:after {
            content: "";
            display: table; }
          #overlay .inner .content .content-inner > article.item.theme-item section.title p:after {
            clear: both; }
          #overlay .inner .content .content-inner > article.item.theme-item section.title p {
            zoom: 1; }
          #overlay .inner .content .content-inner > article.item.theme-item section.title p a {
            float: right; }
      #overlay .inner .content .content-inner > article.item.theme-item .copyright {
        margin-top: 10px; }
      #overlay .inner .content .content-inner > article.item.theme-item section.text {
        margin: 35px 12.5% 0; }
        #overlay .inner .content .content-inner > article.item.theme-item section.text a {
          display: block;
          margin-top: 40px; }
      #overlay .inner .content .content-inner > article.item.theme-item.expanded > span.item-next {
        display: block;
        margin: 40px 12.5% 0; }
    #overlay .inner .content .content-inner > article.item > article.sub-content {
      position: relative;
      padding: 6.25%;
      overflow: hidden;
      background: white !important;
      color: black !important; }
      #overlay .inner .content .content-inner > article.item > article.sub-content.item-audio, #overlay .inner .content .content-inner > article.item > article.sub-content.item-video {
        padding: 0 0 12.01923%; }
        #overlay .inner .content .content-inner > article.item > article.sub-content.item-audio section.image, #overlay .inner .content .content-inner > article.item > article.sub-content.item-video section.image {
          position: relative; }
        #overlay .inner .content .content-inner > article.item > article.sub-content.item-audio section.info, #overlay .inner .content .content-inner > article.item > article.sub-content.item-video section.info {
          position: relative;
          padding: 7.23% 12.01923% 0; }
          #overlay .inner .content .content-inner > article.item > article.sub-content.item-audio section.info h5, #overlay .inner .content .content-inner > article.item > article.sub-content.item-video section.info h5 {
            margin: 5.95% 0 6.89%; }
          #overlay .inner .content .content-inner > article.item > article.sub-content.item-audio section.info h6, #overlay .inner .content .content-inner > article.item > article.sub-content.item-video section.info h6 {
            margin: 6.89% 0 0; }
          #overlay .inner .content .content-inner > article.item > article.sub-content.item-audio section.info a.link, #overlay .inner .content .content-inner > article.item > article.sub-content.item-video section.info a.link {
            margin: 13.51% 0 2.70%; }
        #overlay .inner .content .content-inner > article.item > article.sub-content.item-audio .play-button, #overlay .inner .content .content-inner > article.item > article.sub-content.item-video .play-button {
          /* Set width to the specified number of cols, with gutters. */
          width: 25%;
          /* Add left/right margin according to the grid gutter width. */
          margin-left: 0%;
          margin-right: 0%;
          height: 100%;
          position: absolute;
          top: 100%;
          margin: -12.5% auto 0;
          left: 0;
          right: 0; }
        #overlay .inner .content .content-inner > article.item > article.sub-content.item-audio section.video-container.video-playing, #overlay .inner .content .content-inner > article.item > article.sub-content.item-video section.video-container.video-playing {
          position: relative;
          width: 100%;
          padding-bottom: 56.25%; }
          #overlay .inner .content .content-inner > article.item > article.sub-content.item-audio section.video-container.video-playing .image, #overlay .inner .content .content-inner > article.item > article.sub-content.item-audio section.video-container.video-playing .play-button, #overlay .inner .content .content-inner > article.item > article.sub-content.item-video section.video-container.video-playing .image, #overlay .inner .content .content-inner > article.item > article.sub-content.item-video section.video-container.video-playing .play-button {
            display: none; }
          #overlay .inner .content .content-inner > article.item > article.sub-content.item-audio section.video-container.video-playing iframe, #overlay .inner .content .content-inner > article.item > article.sub-content.item-video section.video-container.video-playing iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%; }
      #overlay .inner .content .content-inner > article.item > article.sub-content.item-image {
        padding: 0; }
        #overlay .inner .content .content-inner > article.item > article.sub-content.item-image:hover section.info {
          -moz-transform: translateY(0%);
          -webkit-transform: translateY(0%);
          -ms-transform: translateY(0%);
          transform: translateY(0%);
          -moz-transform-origin: center center;
          -webkit-transform-origin: center center;
          -ms-transform-origin: center center;
          transform-origin: center center; }
        #overlay .inner .content .content-inner > article.item > article.sub-content.item-image section.info {
          /* Set width to the specified number of cols, with gutters. */
          width: 87.98077%;
          /* Add left/right margin according to the grid gutter width. */
          margin-left: 0%;
          margin-right: 0%;
          display: block;
          position: absolute;
          bottom: 0;
          margin: 0 6.00962% 6.00962%;
          padding: 6.8306%;
          -moz-transition: transform 800ms;
          -webkit-transition: transform 800ms;
          transition: transform 800ms;
          -moz-transform: translateY(180%);
          -webkit-transform: translateY(180%);
          -ms-transform: translateY(180%);
          transform: translateY(180%);
          -moz-transform-origin: center center;
          -webkit-transform-origin: center center;
          -ms-transform-origin: center center;
          transform-origin: center center; }
          #overlay .inner .content .content-inner > article.item > article.sub-content.item-image section.info p {
            white-space: pre-line; }
          #overlay .inner .content .content-inner > article.item > article.sub-content.item-image section.info .controls:first-child {
            margin-bottom: 8.78%; }
      #overlay .inner .content .content-inner > article.item > article.sub-content.item-twitter p {
        margin: 16.89% 0 21.35%; }
      #overlay .inner .content .content-inner > article.item > article.sub-content.item-twitter section.links {
        /* For modern browsers */
        /* For IE 6/7 (trigger hasLayout) */ }
        #overlay .inner .content .content-inner > article.item > article.sub-content.item-twitter section.links:after {
          content: "";
          display: table; }
        #overlay .inner .content .content-inner > article.item > article.sub-content.item-twitter section.links:after {
          clear: both; }
        #overlay .inner .content .content-inner > article.item > article.sub-content.item-twitter section.links {
          zoom: 1; }
        #overlay .inner .content .content-inner > article.item > article.sub-content.item-twitter section.links .profile {
          /* Create a floated grid element using cols(). */
          float: left;
          display: inline;
          /* Set width to the specified number of cols, with gutters. */
          width: 27.0%;
          /* Add left/right margin according to the grid gutter width. */
          margin-left: 0%;
          margin-right: 0%;
          margin-right: 18.92%; }
        #overlay .inner .content .content-inner > article.item > article.sub-content.item-twitter section.links .right {
          /* Create a floated grid element using cols(). */
          float: left;
          display: inline;
          /* Set width to the specified number of cols, with gutters. */
          width: 54.0%;
          /* Add left/right margin according to the grid gutter width. */
          margin-left: 0%;
          margin-right: 0%;
          float: right; }
      #overlay .inner .content .content-inner > article.item > article.sub-content.item-twitter .controls a {
        vertical-align: top; }
      #overlay .inner .content .content-inner > article.item > article.sub-content.item-twitter .controls .social {
        display: inline-block;
        width: 28px; }
      #overlay .inner .content .content-inner > article.item > article.sub-content.item-instagram {
        padding: 0; }
        #overlay .inner .content .content-inner > article.item > article.sub-content.item-instagram:hover section.info {
          -moz-transform: translateY(0%);
          -webkit-transform: translateY(0%);
          -ms-transform: translateY(0%);
          transform: translateY(0%);
          -moz-transform-origin: center center;
          -webkit-transform-origin: center center;
          -ms-transform-origin: center center;
          transform-origin: center center; }
        #overlay .inner .content .content-inner > article.item > article.sub-content.item-instagram section.info {
          /* Set width to the specified number of cols, with gutters. */
          width: 87.98077%;
          /* Add left/right margin according to the grid gutter width. */
          margin-left: 0%;
          margin-right: 0%;
          display: block;
          position: absolute;
          bottom: 0;
          margin: 0 6.00962% 6.00962%;
          padding: 6.8306%;
          -moz-transition: transform 800ms;
          -webkit-transition: transform 800ms;
          transition: transform 800ms;
          -moz-transform: translateY(180%);
          -webkit-transform: translateY(180%);
          -ms-transform: translateY(180%);
          transform: translateY(180%);
          -moz-transform-origin: center center;
          -webkit-transform-origin: center center;
          -ms-transform-origin: center center;
          transform-origin: center center; }
          #overlay .inner .content .content-inner > article.item > article.sub-content.item-instagram section.info > a {
            display: inline-block; }
            #overlay .inner .content .content-inner > article.item > article.sub-content.item-instagram section.info > a.profile {
              width: 15%; }
            #overlay .inner .content .content-inner > article.item > article.sub-content.item-instagram section.info > a.link {
              width: 75%;
              margin-left: 5%; }
            #overlay .inner .content .content-inner > article.item > article.sub-content.item-instagram section.info > a p {
              margin: 0; }
          #overlay .inner .content .content-inner > article.item > article.sub-content.item-instagram section.info .controls:first-child {
            margin-bottom: 8.78%; }
          #overlay .inner .content .content-inner > article.item > article.sub-content.item-instagram section.info .controls a {
            vertical-align: top; }
          #overlay .inner .content .content-inner > article.item > article.sub-content.item-instagram section.info .controls .social {
            display: inline-block;
            width: 28px; }
      #overlay .inner .content .content-inner > article.item > article.sub-content.item-text section.info {
        margin-top: 22.5%; }
        #overlay .inner .content .content-inner > article.item > article.sub-content.item-text section.info p {
          margin: 0 0 13%;
          white-space: pre-line; }
      #overlay .inner .content .content-inner > article.item > article.sub-content.item-blog {
        padding: 0 0 12.01923%; }
        #overlay .inner .content .content-inner > article.item > article.sub-content.item-blog section.info {
          margin: 7.02% 12.01923% 0; }
          #overlay .inner .content .content-inner > article.item > article.sub-content.item-blog section.info a {
            display: block; }
          #overlay .inner .content .content-inner > article.item > article.sub-content.item-blog section.info > a {
            margin: 7.02% 0 2.7%; }
          #overlay .inner .content .content-inner > article.item > article.sub-content.item-blog section.info h2 {
            margin: 23.78% 0 10.14%; }
          #overlay .inner .content .content-inner > article.item > article.sub-content.item-blog section.info p {
            margin-right: 8.51%; }
      #overlay .inner .content .content-inner > article.item > article.sub-content.item-promo p:first-child {
        margin: 31.76% 0 10px; }
      #overlay .inner .content .content-inner > article.item > article.sub-content.item-promo p:nth-child(2) {
        margin: 0 0 8.78%; }
      #overlay .inner .content .content-inner > article.item > article.sub-content.item-promo div.controls {
        padding-top: 9.43%; }
      #overlay .inner .content .content-inner > article.item > article.sub-content.item-product {
        padding: 0 0 12.01923%; }
        #overlay .inner .content .content-inner > article.item > article.sub-content.item-product section.info {
          position: relative;
          padding: 12% 12.01923% 0; }
          #overlay .inner .content .content-inner > article.item > article.sub-content.item-product section.info h5 {
            margin: 0 0 6.43%; }
            #overlay .inner .content .content-inner > article.item > article.sub-content.item-product section.info h5 span {
              float: right; }
          #overlay .inner .content .content-inner > article.item > article.sub-content.item-product section.info p {
            white-space: pre-line; }
          #overlay .inner .content .content-inner > article.item > article.sub-content.item-product section.info .controls {
            margin: 0; }
          #overlay .inner .content .content-inner > article.item > article.sub-content.item-product section.info .credit {
            position: absolute;
            top: 12.08%;
            width: calc(100% - 100% * ((6.25 * 2) / 52)); }
        @media print, screen and (min-width: 768px) and (max-width: 1269px) {
          #overlay .inner .content .content-inner > article.item > article.sub-content.item-product section.info {
            padding: 15% 12.01923% 0; }
            #overlay .inner .content .content-inner > article.item > article.sub-content.item-product section.info .credit {
              top: 3%; } }
        @media screen and (max-width: 767px) {
          #overlay .inner .content .content-inner > article.item > article.sub-content.item-product section.info {
            padding: 22% 12.01923% 0; }
            #overlay .inner .content .content-inner > article.item > article.sub-content.item-product section.info .credit {
              top: 3%; } }
      #overlay .inner .content .content-inner > article.item > article.sub-content.item-theme {
        padding: 0 0 12.01923%; }
        #overlay .inner .content .content-inner > article.item > article.sub-content.item-theme section.info {
          margin: 7.02% 12.01923% 0; }
          #overlay .inner .content .content-inner > article.item > article.sub-content.item-theme section.info > a {
            display: block;
            margin: 8.11% 0 2.70%; }
          #overlay .inner .content .content-inner > article.item > article.sub-content.item-theme section.info h2 {
            margin: 20.27% 0 8.11%; }
          #overlay .inner .content .content-inner > article.item > article.sub-content.item-theme section.info h5 {
            margin: 5.95% 0 0; }
      #overlay .inner .content .content-inner > article.item > article.sub-content.item-image, #overlay .inner .content .content-inner > article.item > article.sub-content.item-instagram {
        padding: 0; }
        #overlay .inner .content .content-inner > article.item > article.sub-content.item-image section.info, #overlay .inner .content .content-inner > article.item > article.sub-content.item-instagram section.info {
          /* Set width to the specified number of cols, with gutters. */
          width: 100%;
          /* Add left/right margin according to the grid gutter width. */
          margin-left: 0%;
          margin-right: 0%;
          display: block;
          position: static;
          margin: 0;
          background: white;
          -moz-transform: translateY(0);
          -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
          transform: translateY(0);
          -moz-transform-origin: center center;
          -webkit-transform-origin: center center;
          -ms-transform-origin: center center;
          transform-origin: center center; }
          #overlay .inner .content .content-inner > article.item > article.sub-content.item-image section.info .controls:first-child, #overlay .inner .content .content-inner > article.item > article.sub-content.item-instagram section.info .controls:first-child {
            display: none; }
      #overlay .inner .content .content-inner > article.item > article.sub-content.item-image section.info, #overlay .inner .content .content-inner > article.item > article.sub-content.item-instagram section.info, #overlay .inner .content .content-inner > article.item > article.sub-content.item-promo section.info {
        padding-left: 12.5%;
        padding-right: 12.5%; }
      #overlay .inner .content .content-inner > article.item > article.sub-content.item-text, #overlay .inner .content .content-inner > article.item > article.sub-content.item-twitter {
        padding-left: 7%;
        padding-right: 7%; }
      #overlay .inner .content .content-inner > article.item > article.sub-content section.info .credit {
        position: static !important;
        margin-top: -12% !important;
        margin-bottom: 8% !important;
        width: 100% !important; }
