@charset "UTF-8";
/*
 * PROJECT:
 * AUTHOR:
 * CREDITS:
 * ...
 */
.form--feed-sign-up .input--email, .form--footer-signup .form__row--input input {
  border: none;
  border-bottom: 2px solid #333;
  padding: 1px 0px;
  height: auto;
  background-color: transparent;
  margin-bottom: 14px;
  color: #da291c;
  font-weight: 400;
  font-family: "Trade Gothic W01", helvetica, arial, sans-serif;
  font-size: 18px; }

/**
 * RESET
 */
/**
    * Let’s make the box model all nice, shall we…?
    */
*,
*:before,
*:after {
  box-sizing: border-box; }

/**
 * The usual...
 */
h1, .h1, h2, .h2, blockquote, .accordion__title, h3, .h3, .feed-block__header, h4, .h4, h5, .h5, .button, .header__search button, .flex-section__pre-title, h6,
.h6,
p, blockquote, pre,
dl, dd, ol, ul,
form, fieldset, legend,
table, th, td, caption,
hr {
  margin: 0;
  padding: 0; }

/**
 * Give a help cursor to elements that give extra info on `:hover`.
 */
abbr[title], dfn[title] {
  cursor: help; }

/**
 * Remove underlines from potentially troublesome elements.
 */
a, u, ins {
  text-decoration: none; }

/**
 * Apply faux underline via `border-bottom`.
 */
ins {
  border-bottom: 1px solid; }

/**
 * So that `alt` text is visually offset if images don’t load.
 */
img {
  font-style: italic; }

/**
 * Give form elements some cursor interactions...
 */
label,
input,
textarea,
button,
select,
option {
  cursor: pointer; }

.text-input:active,
.text-input:focus,
textarea:active,
textarea:focus {
  cursor: text;
  outline: none; }

/**
 * NORMALIZE
 */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

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

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

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
h1, .h1 {
  font-size: 2em; }

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

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

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

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

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

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

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

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

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

sup {
  top: -0.6em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visible {
  display: block !important;
  visibility: visible; }

.active-hide.active {
  display: none; }

/**
 * Display helpers
 */
.is-closed {
  display: none !important; }

/* Breakpoint based hiding */
.lap-plus,
.desk-plus {
  display: none !important; }

.not-desk {
  display: block !important; }

@media only screen and (max-width: 719px) {
  .not-palm {
    display: none !important; }
  .lap {
    display: none !important; }
  .desk {
    display: none !important; } }

@media only screen and (min-width: 720px) and (max-width: 999px) {
  .palm {
    display: none !important; }
  .not-lap {
    display: none !important; }
  .desk {
    display: none !important; } }

@media only screen and (min-width: 720px) {
  .lap-plus {
    display: inherit !important; } }

@media only screen and (min-width: 1000px) {
  .palm {
    display: none !important; }
  .lap {
    display: none !important; }
  .not-desk {
    display: none !important; } }

@media only screen and (min-width: 1000px) {
  .desk-plus {
    display: inherit !important; } }

.is-open {
  display: block !important; }

.active-open {
  display: none !important; }
  .active .active-open {
    display: block !important; }

/*================================================================================
JS VISIBILITY
================================================================================*/
.no-js .no-js--hidden, .js .js--hidden {
  /* Hide if JS is enabled so there's no flicker of hiding/showing */
  display: none; }
  .no-js .no-js--hidden.is-open,
  .no-js .no-js--hidden.active, .js .js--hidden.is-open,
  .js .js--hidden.active {
    display: block !important;
    /* reverse hiding styling when open (this is helpful for toggles as we use 'is-open') */ }

.no-js .no-js--visible {
  /* When JS is disabled make visible as it's still important/readable content */
  display: block !important; }

/*================================================================================
POSITIONING
================================================================================*/
/**
 * Clearfix
 */
.clearfix,
.cf {
  zoom: 1; }
  .clearfix:before,
  .clearfix:after,
  .cf:before,
  .cf:after {
    content: "";
    display: table; }
  .clearfix:after,
  .cf:after {
    clear: both; }

/**
 * Hacks? Lets call them overrides.
 */
.clear--both {
  clear: both !important; }

.clear--right {
  clear: right !important; }

.clear--left {
  clear: left !important; }

@media only screen and (max-width: 719px) {
  .palm-clear--left {
    clear: left !important; } }

@media only screen and (min-width: 720px) and (max-width: 999px) {
  .lap-clear--left {
    clear: left !important; } }

@media only screen and (min-width: 1000px) {
  .desk-clear--left {
    clear: left !important; } }

.float--right {
  float: right !important; }

@media only screen and (min-width: 720px) {
  .lap-float--right {
    float: right !important; } }

@media only screen and (min-width: 1000px) {
  .desk-float--right {
    float: right !important; } }

.float--left {
  float: left !important; }

@media only screen and (min-width: 720px) {
  .lap-float--left {
    float: left !important; } }

@media only screen and (min-width: 1000px) {
  .desk-float--left {
    float: left !important; } }

.flush {
  padding: 0 !important;
  margin: 0 !important; }

@media only screen and (min-width: 720px) {
  .lap-flush {
    padding: 0 !important;
    margin: 0 !important; } }

@media only screen and (min-width: 1000px) {
  .desk-flush {
    padding: 0 !important;
    margin: 0 !important; } }

.flush--top {
  margin-top: 0 !important;
  padding-top: 0 !important; }

.flush--right {
  margin-right: 0 !important; }

.flush--bottom {
  margin-bottom: 0 !important; }

.flush--left {
  margin-left: 0 !important; }

.pos-relative {
  position: relative; }

@media only screen and (min-width: 720px) {
  .lap-pos-relative {
    position: relative; } }

@media only screen and (min-width: 1000px) {
  .desk-pos-relative {
    position: relative; } }

.pos-absolute {
  position: absolute; }

@media only screen and (min-width: 720px) {
  .lap-pos-absolute {
    position: absolute; } }

@media only screen and (min-width: 1000px) {
  .desk-pos-absolute {
    position: absolute; } }

/*================================================================================
TYPOGRAPHY
================================================================================*/
.weight--normal {
  font-weight: 400 !important; }

.weight--bold {
  font-weight: 700 !important; }

.text--center {
  text-align: center !important; }

@media only screen and (min-width: 720px) {
  .lap-text--center {
    text-align: center !important; } }

@media only screen and (min-width: 1000px) {
  .desk-text--center {
    text-align: center !important; } }

.text--left {
  text-align: left !important; }

@media only screen and (min-width: 720px) {
  .lap-text--left {
    text-align: left !important; } }

@media only screen and (min-width: 1000px) {
  .desk-text--left {
    text-align: left !important; } }

.text--right {
  text-align: right !important; }

@media only screen and (min-width: 720px) {
  .lap-text--right {
    text-align: right !important; } }

@media only screen and (min-width: 1000px) {
  .desk-text--right {
    text-align: right !important; } }

.text-italic {
  font-style: italic; }

.text-underline {
  text-decoration: underline; }

.ucase {
  text-transform: uppercase !important; }

.lcase {
  text-transform: lowercase !important; }

.scase {
  text-transform: none !important; }

.caps {
  text-transform: capitalize !important; }

.size--small {
  font-size: 14px;
  font-size: 0.9333333333rem; }

@media only screen and (max-width: 719px) {
  .palm-size--small {
    font-size: 14px;
    font-size: 0.9333333333rem; } }

@media only screen and (min-width: 720px) and (max-width: 999px) {
  .lap-size--small {
    font-size: 14px;
    font-size: 0.9333333333rem; } }

@media only screen and (min-width: 1000px) {
  .desk-size--small {
    font-size: 14px;
    font-size: 0.9333333333rem; } }

.size--medium {
  font-size: 16px;
  font-size: 1.0666666667rem; }

.size--large, .arrow {
  font-size: 24px;
  font-size: 1.6rem; }

/**
 * Image replacement
 */
.ir, .button--icon .button__text {
  font: 0/0 a;
  text-shadow: none;
  color: transparent; }

/**
 * Heading Helpers
 */
.heading-block {
  display: block;
  padding: 35px 28px;
  text-align: center;
  font-weight: 700;
  color: #2b2b2b;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1.0666666667rem;
  margin: 0; }

/**
 * Colours
 */
.colour-default {
  color: #da291c !important; }

/**
 * Wrapping
 */
.text-nowrap {
  white-space: nowrap; }

/*================================================================================
STATES
================================================================================*/
/**
 * Block hover
 */
.state-block-hover {
  background: #e3e3e3;
  color: #2b2b2b; }
  .state-block-hover.active {
    background: #e3e3e3; }
  .state-block-hover:hover {
    text-decoration: none; }
  @media only screen and (min-width: 1000px) {
    .state-block-hover:hover {
      background: #e3e3e3; } }

/**
 * Blue Clear
 */
.state-block-clear, .accordion__title > a {
  color: #000000;
  text-decoration: none; }
  .state-block-clear.active, .accordion__title > a.active {
    color: #da291c; }

/**
 * Brand
 */
.monthly {
  background: #da291c; }
  .monthly img {
    display: block;
    margin: 0 auto; }

/**
 * Reverse Link States
 */
.state-link-reverse {
  color: #2b2b2b; }
  .state-link-reverse:hover {
    color: #da291c; }

/**
 * Arrows
 */
.arrow {
  line-height: 0; }

.arrow-down {
  position: relative; }
  .arrow-down:before {
    display: none;
    content: " ";
    position: absolute;
    height: 14px;
    width: 14px;
    bottom: -25px;
    left: 50%;
    margin-left: -14px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #e3e3e3; }
  .arrow-down.active:before {
    display: inline-block; }

/**
 * Center
 */
@media only screen and (min-width: 350px) {
  .content-indent,
  .content-indent-full {
    width: 75%;
    margin: 0 auto; } }

@media only screen and (min-width: 1000px) {
  .content-indent,
  .content-indent-full {
    padding: 28px 0;
    width: 60%; } }

@media only screen and (min-width: 1400px) {
  .content-indent-full {
    width: 75%; } }

.overflow-hidden {
  overflow: hidden; }

/**
 * Base elements
 */
/*================================================================================
MAIN
================================================================================*/
html {
  overflow-y: scroll;
  overflow-x: hidden;
  min-height: 100%;
  min-width: 280px;
  font: 93.75%/1.3 Helvetica, Arial, sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  color: #2b2b2b;
  text-rendering: optimizeLegibility;
  /* Conditional CSS http://adactio.com/journal/5429/*/ }
  body:after {
    display: none; }
    @media only screen and (max-width: 719px) {
      body:after {
        content: 'palm'; } }
    @media only screen and (min-width: 720px) and (max-width: 999px) {
      body:after {
        content: 'lap'; } }
    @media only screen and (min-width: 1000px) {
      body:after {
        content: 'desk'; } }
    @media only screen and (min-width: 1400px) {
      body:after {
        content: 'wide'; } }

/*================================================================================
LINKS
================================================================================*/
a {
  color: #da291c;
  transition: color 0.5s ease 0s; }
  a:hover,
  a:active,
  a:focus {
    text-decoration: underline;
    color: #003057; }
  a [class^="icon-"],
  a [class*=" icon-"] {
    text-decoration: none; }

hr {
  clear: both;
  margin: 28px 0;
  border: none;
  border-bottom: 1px solid #e3e3e3;
  height: 1px; }
  hr:first-child {
    margin-top: 0; }

/*================================================================================
GROUPING
================================================================================*/
/*
 * Common styles aka THE LEAGUE OF EXTRAORDINARY TAGS
 */
h1, .h1, h2, .h2, blockquote, .accordion__title, h3, .h3, .feed-block__header, h4, .h4, h5, .h5, .button, .header__search button, .flex-section__pre-title, h6, .h6, hgroup,
p, blockquote, address,
ul, ol, dl,
table,
fieldset, figure, figcaption, details,
pre {
  margin-bottom: 14px; }

/*========================================
HEADINGS
========================================*/
.size--giga,
.size--mega,
h1, .h1, h2, .h2, blockquote, .accordion__title, h3, .h3, .feed-block__header, h4, .h4, h5, .h5, .button, .header__search button, .flex-section__pre-title, h6, .h6, .pagination__info, .nav--footer a, .footer__copyright, .flex-section--related .flex-section__title {
  font-family: "Trade Gothic W01", helvetica, arial, sans-serif;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 0.8em;
  font-weight: 700;
  letter-spacing: -0.05em; }
  .size--giga strong,
  .size--mega strong,
  h1 strong, .h1 strong, h2 strong, .h2 strong, blockquote strong, .accordion__title strong, h3 strong, .h3 strong, .feed-block__header strong, h4 strong, .h4 strong, h5 strong, .h5 strong, .button strong, .header__search button strong, .flex-section__pre-title strong, h6 strong, .h6 strong, .pagination__info strong, .nav--footer a strong, .footer__copyright strong, .flex-section--related .flex-section__title strong {
    font-weight: 700; }
  .size--giga small,
  .size--mega small,
  h1 small, .h1 small, h2 small, .h2 small, blockquote small, .accordion__title small, h3 small, .h3 small, .feed-block__header small, h4 small, .h4 small, h5 small, .h5 small, .button small, .header__search button small, .flex-section__pre-title small, h6 small, .h6 small, .pagination__info small, .nav--footer a small, .footer__copyright small, .flex-section--related .flex-section__title small {
    font: inherit; }

.size--giga,
.size--mega {
  line-height: 1;
  font-size: 42px; }
  @media only screen and (min-width: 720px) {
    .size--giga,
    .size--mega {
      font-size: 46px; } }

h1, .h1 {
  font-size: 34px;
  line-height: 0.8; }
  @media only screen and (min-width: 720px) {
    h1, .h1 {
      font-size: 42px; } }

h2, .h2, blockquote, .accordion__title {
  font-size: 30px;
  line-height: 1;
  margin-bottom: 0.5em; }

h3, .h3, .feed-block__header {
  font-size: 20px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5, .button, .header__search button, .flex-section__pre-title {
  font-size: 16px; }

h6, .h6 {
  font-size: 14px; }

/*========================================
PARAGRAPHS
========================================*/
.paragraph--leader {
  font-size: 20px;
  font-size: 1.3333333333rem; }

.paragraph--small {
  font-size: 14px;
  font-size: 0.9333333333rem; }

.micro {
  font-size: 12px;
  font-size: 0.8rem; }

.caption {
  padding-top: 7px;
  margin-bottom: 14px;
  font-size: 15px;
  font-size: 1rem; }

address {
  font-style: normal; }

blockquote {
  margin-left: 28px;
  margin-right: 28px;
  position: relative;
  text-align: justify; }
  blockquote strong {
    color: #da291c; }
  blockquote cite {
    font-size: 15px;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0;
    font-style: normal;
    text-transform: none;
    margin: 0 0 1em 0;
    color: #7c7c7c;
    display: block;
    margin: 1em 0 0;
    text-align: center;
    width: 100%; }

.flex-section__quote__wrap {
  text-align: center; }
  .flex-section__quote__wrap blockquote.blockquote--full-width {
    display: inline-block; }
    @media only screen and (min-width: 720px) {
      .flex-section__quote__wrap blockquote.blockquote--full-width {
        font-size: 42px; } }
    @media only screen and (min-width: 1000px) {
      .flex-section__quote__wrap blockquote.blockquote--full-width {
        font-size: 46px; } }

/*========================================
LISTS
========================================*/
ul, ol, dl {
  margin-left: 15px; }
  ul.unstyled, ol.unstyled, dl.unstyled {
    margin-left: 0;
    list-style: none; }
  ul.inline, ol.inline, dl.inline {
    margin: 0;
    padding: 0;
    zoom: 1; }
    ul.inline:before,
    ul.inline:after, ol.inline:before,
    ol.inline:after, dl.inline:before,
    dl.inline:after {
      content: "";
      display: table; }
    ul.inline:after, ol.inline:after, dl.inline:after {
      clear: both; }
    ul.inline > li, ol.inline > li, dl.inline > li {
      display: inline;
      float: left;
      list-style: none; }

li > ul,
li > ol {
  margin-bottom: 0; }

/**
 * Definition
 */
dt {
  font-weight: 700; }

dd + dt {
  padding-top: 14px; }

dl.horizontal {
  zoom: 1;
  margin: 0;
  list-style: none; }
  dl.horizontal:before,
  dl.horizontal:after {
    content: "";
    display: table; }
  dl.horizontal:after {
    clear: both; }
  dl.horizontal dt {
    clear: left;
    float: left;
    margin-right: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 700; }
  dl.horizontal dd + dt {
    padding-top: 0; }
  @media only screen and (max-width: 719px) {
    dl.horizontal dt {
      float: none;
      width: auto; } }

/**
 * Nav context
 */
nav ul {
  zoom: 1;
  margin: 0;
  list-style: none;
  margin: 0;
  padding: 0; }
  nav ul:before,
  nav ul:after {
    content: "";
    display: table; }
  nav ul:after {
    clear: both; }

/*================================================================================
MEDIA
================================================================================*/
img,
video,
embed {
  border: none;
  max-width: 100%;
  height: auto; }

/*
 * Figures
 */
figure {
  margin-bottom: 0; }
  figure img {
    display: block;
    width: 100%; }

figcaption {
  font-size: 15px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  font-style: normal;
  text-transform: none;
  margin: 0 0 1em 0;
  padding: 7px 0 0;
  clear: left;
  text-align: left;
  margin: 0;
  font-family: "Trade Gothic W01", helvetica, arial, sans-serif;
  color: #555555;
  display: block; }

/*================================================================================
INLINE
================================================================================*/
/*
 * Abbreviations
 */
abbr {
  color: #1f1f1f; }

abbr[title],
dfn[title] {
  border-bottom: 1px dotted #e3e3e3;
  cursor: help; }

/*
 * Highlighting
 */
mark, .mark {
  padding: 0 2px;
  background: #ffc; }

ins {
  padding: 0 2px;
  background: #e3e3e3; }

del {
  text-decoration: line-through; }

/*
 * Code
 */
code, samp {
  font-family: Andale Mono, Consolas, Monaco, monospace; }

samp {
  background-color: #e3e3e3;
  padding: 5px; }

kbd {
  margin: 0 2px;
  border: 1px solid #e3e3e3;
  padding: 5px;
  background: #ffffff;
  color: #1f1f1f;
  line-height: 90%;
  font-family: inherit; }

/*========================================
PREFORMATTED
========================================*/
pre {
  overflow: auto;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  margin-left: 15px; }

pre code,
pre samp {
  line-height: 1.25; }

/*========================================
TABLES
========================================*/
table {
  margin-top: 14px;
  width: 100%; }
  @media only screen and (max-width: 719px) {
    table {
      font-size: 15px;
      font-size: 1rem; }
      table col {
        width: auto !important; } }

caption {
  caption-side: bottom;
  padding-top: 14px;
  margin-bottom: 14px;
  font-size: 15px;
  font-size: 1rem; }

th,
td {
  padding: 7px 14px;
  border-bottom: 1px solid #e3e3e3;
  text-align: left;
  vertical-align: top; }
  @media only screen and (max-width: 719px) {
    th,
    td {
      padding: 14px; } }

th {
  font-weight: bold; }

thead tr:last-child th {
  border-bottom: 2px solid #e3e3e3; }

[colspan] {
  text-align: center; }

[colspan="1"] {
  text-align: left; }

[rowspan] {
  vertical-align: middle; }

[rowspan="1"] {
  vertical-align: top; }

.numerical {
  text-align: right; }

/**
 * Boxed
 */
.table--boxed {
  border: 1px solid #e3e3e3;
  border-bottom: 0;
  border-collapse: separate; }

/*
 * Bordered
 */
.table--bordered {
  border: 1px solid #e3e3e3; }
  .table--bordered th,
  .table--bordered td {
    border-left: 1px solid #e3e3e3; }

/*
 * Striped
 */
.table--striped tbody tr:nth-of-type(odd) th,
.table--striped tbody tr:nth-of-type(odd) td {
  background: #e3e3e3; }

/**
 * Hover Rows
 */
.table--hover tbody tr:hover td,
.table--hover tbody tr:hover th {
  background: #e3e3e3; }

/**
 * Data Table
 */
.table--compact {
  width: auto;
  font-size: 14px;
  font-size: 0.9333333333rem; }
  .table--compact th,
  .table--compact td {
    padding: 7px; }

/**
 * Responsive Table
 */
@media only screen and (max-width: 719px) {
  .table--rwd {
    zoom: 1;
    display: block;
    border-top: 1px solid #e3e3e3; }
    .table--rwd:before,
    .table--rwd:after {
      content: "";
      display: table; }
    .table--rwd:after {
      clear: both; }
    .table--rwd thead, .table--rwd caption {
      display: none; }
    .table--rwd tfoot, .table--rwd tbody, .table--rwd tr, .table--rwd th, .table--rwd td {
      display: block; }
    .table--rwd tr {
      overflow: auto; }
    .table--rwd th, .table--rwd td {
      float: left;
      width: 100%; }
    .table--rwd tfoot tr {
      border-bottom: 1px solid #e3e3e3; }
      .table--rwd tfoot tr:last-child {
        border-bottom-width: 3px; }
    .table--rwd tfoot th,
    .table--rwd tfoot td {
      border-bottom: 1px solid #e3e3e3;
      text-align: left !important; }
      .table--rwd tfoot th:last-child,
      .table--rwd tfoot td:last-child {
        border-bottom: 0; }
    .table--rwd tbody tr {
      border-bottom: 1px solid #e3e3e3; }
    .table--rwd tbody th,
    .table--rwd tbody td {
      position: relative;
      border: none;
      border-bottom: 1px solid #e3e3e3;
      padding-left: 50%;
      text-align: left !important; }
      .table--rwd tbody th:last-child,
      .table--rwd tbody td:last-child {
        border-bottom: 0; }
      .table--rwd tbody th:empty,
      .table--rwd tbody td:empty {
        display: none; }
      .table--rwd tbody th:before,
      .table--rwd tbody td:before {
        content: attr(data-title) ": ";
        position: absolute;
        top: 14px;
        left: 14px;
        width: 45%;
        padding-right: 7px;
        white-space: nowrap;
        font-weight: 700; } }

fieldset {
  margin-bottom: 15px;
  border: none; }

legend {
  margin-bottom: 14px;
  padding-top: 14px; }

label {
  display: block;
  margin-bottom: 7px;
  font-weight: 700; }
  label.check {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400; }
  label .small {
    font-weight: 400; }

button,
input,
select,
textarea {
  outline: none;
  vertical-align: middle;
  line-height: 1.3; }

input[type="text"],
input[type="search"],
input[type="email"],
select,
textarea {
  background: #ffffff;
  border: 1px solid #e3e3e3;
  padding: 14px;
  max-width: 100%;
  color: inherit;
  /* Remove IOS border radius */
  border-radius: 0;
  -webkit-appearance: none; }
  input[type="text"]:focus,
  input[type="search"]:focus,
  input[type="email"]:focus,
  select:focus,
  textarea:focus {
    outline: none; }

input[type="text"],
input[type="search"],
input[type="email"],
input[type="submit"] {
  line-height: 1.2;
  height: 56px;
  width: 100%; }

textarea,
textarea.input-text {
  min-width: 100%;
  height: auto; }

input[type="radio"],
input[type="checkbox"] {
  margin-top: -5px;
  margin-right: 7px; }

[disabled] {
  background: #e3e3e3;
  cursor: default; }

.field {
  zoom: 1;
  margin-bottom: 14px;
  list-style: none; }
  .field:before,
  .field:after {
    content: "";
    display: table; }
  .field:after {
    clear: both; }

.options {
  list-style: none;
  margin: 0; }
  .options label {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400; }

abbr[title="Required"],
abbr[title="required"] {
  border: 0;
  color: red;
  font-weight: 700;
  font-size: 15px;
  font-size: 1rem;
  line-height: 0; }

.input-box {
  display: block; }
  .input-box .caption {
    display: block;
    margin-bottom: 0; }

.form__actions {
  margin-top: 15px; }

.form--stacked .input-text {
  width: 100%; }

.form--stacked .input-combined {
  max-width: none; }

@media only screen and (min-width: 720px) {
  .form--aligned label {
    float: left;
    margin-bottom: 0;
    padding-top: 7px;
    width: 25%; }
  .form--aligned label.check,
  .form--aligned .options label {
    float: none;
    width: auto;
    padding-top: 0; }
  .form--aligned .input-box {
    padding-left: 14px;
    margin-left: 25%; }
  .form--aligned .options {
    padding-top: 7px; }
  .form--aligned .form__actions {
    margin-left: 25%; } }

/**
 * Input button combos
 */
.input-combined * + * {
  margin-left: 14px; }

.input-combined .input-text {
  width: 150px; }
  @media only screen and (min-width: 720px) {
    .input-combined .input-text {
      width: 200px; } }

.input-combined .caption {
  margin-left: 0; }

.input-overlay {
  position: relative;
  margin: 0; }
  .input-overlay input {
    height: 50px;
    width: 100%; }
  .input-overlay input[type="text"],
  .input-overlay input[type="search"] {
    font-size: 25px;
    font-size: 1.6666666667rem;
    padding: 0 14px;
    border: 0;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0; }
    @media only screen and (min-width: 720px) {
      .input-overlay input[type="text"],
      .input-overlay input[type="search"] {
        font-size: 42px;
        font-size: 2.8rem; } }
  .input-overlay input[type="submit"],
  .input-overlay .button, .input-overlay .header__search button, .header__search .input-overlay button {
    height: 50px;
    min-width: 50px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0; }

/*
 * Errors
 */
.error label {
  color: red; }

.error .input-text,
.error select,
.error textarea {
  border-color: red; }

.error__message,
.validation-advice {
  display: block;
  padding-top: 7px;
  color: red; }

/**
 * Focus Input
 */
.input-focus {
  position: relative; }
  .input-focus .input-text {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    width: 20px;
    opacity: 0; }
    .input-focus .input-text:focus {
      opacity: 1;
      width: 200px; }
      .input-focus .input-text:focus + .button, .input-focus .header__search .input-text:focus + button, .header__search .input-focus .input-text:focus + button {
        z-index: 5; }
  .input-focus .button, .input-focus .header__search button, .header__search .input-focus button {
    position: relative;
    vertical-align: top; }

/**
 * Placeholder fallback
 */
.placeholder-fallback {
  display: none; }
  .no-placeholder .placeholder-fallback {
    display: block !important; }

/**
 * Objects
 */
/*
 * OBJECTS
 */
/*========================================
BUTTONS
========================================*/
.button, .header__search button {
  background: #e3e3e3;
  color: #2b2b2b;
  display: inline-block;
  border: 0;
  margin: 0;
  font-family: "Trade Gothic W01", helvetica, arial, sans-serif;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Remove IOS border radius */
  border-radius: 0;
  -webkit-appearance: none; }
  .button.active, .header__search button.active {
    background: #1f1f1f;
    color: #ffffff;
    text-decoration: none; }
  @media only screen and (min-width: 720px) {
    .button, .header__search button {
      /**
         * Not Ideal - but there were issue where toggles where retaining the :hover style once closed
         */ }
      .button:hover, .header__search button:hover {
        background: #1f1f1f;
        color: #ffffff;
        text-decoration: none; } }
  .button.active, .header__search button.active {
    background: #da291c; }

/**
 * Type
 */
.button--block, .header__search button {
  font-size: 16px;
  font-size: 1.0666666667rem;
  text-transform: uppercase;
  padding: 18px;
  width: 100%;
  display: block; }
  .button--block + .button--block, .header__search button + .button--block, .header__search .button--block + button, .header__search button + button {
    margin-top: 14px; }

.button--group {
  zoom: 1;
  border-top: 1px solid #2b2b2b; }
  .button--group:before,
  .button--group:after {
    content: "";
    display: table; }
  .button--group:after {
    clear: both; }
  .button--group .button, .button--group .header__search button, .header__search .button--group button {
    float: left; }

/**
 * States
 */
.button--primary {
  background: #da291c;
  color: #ffffff; }
  .button--primary:hover {
    background: #2b2b2b; }
  .button--primary.active {
    background: #1f1f1f; }

.button--secondary {
  background: #e3e3e3;
  color: #e3e3e3; }
  .button--secondary:hover {
    background: #e3e3e3; }
  .button--secondary.active {
    background: #da291c;
    color: #ffffff; }

.button--tertiary {
  background: #1f1f1f;
  color: #ffffff; }
  .button--tertiary:hover {
    background: #e3e3e3; }

.button--clear {
  background: none; }
  .button--clear:hover {
    color: #da291c;
    text-decoration: underline; }

/**
 * Icon Buttons
 */
.button--icon {
  background: #e3e3e3;
  display: inline-block;
  text-align: center;
  /**
     * States
     */ }
  p .button--icon {
    position: relative;
    top: -5px; }
  .button--icon:hover {
    text-decoration: none; }
  .button--icon.button--primary {
    background: #2b2b2b;
    color: #ffffff; }
  .button--icon.button--secondary {
    background: #e3e3e3;
    color: #ffffff; }
  .button--icon.button--tertiary {
    background: #e3e3e3;
    color: #2b2b2b; }
  .button--icon.active {
    background: #da291c;
    color: #ffffff; }

/**
 * Outline
 */
.button--outline {
  background: none;
  padding: 0.9em 0.65em;
  border: 1px solid #e3e3e3;
  font-weight: normal;
  font-size: 16px;
  font-size: 1.0666666667rem;
  transition: all 0.5s ease-out; }
  .button--outline:hover {
    background: none;
    border-color: #da291c;
    text-decoration: none;
    color: #da291c; }

/*========================================
GRID
========================================*/
/**
 * Layout
 */
.wrapper {
  clear: both;
  width: 100%; }

.container {
  zoom: 1;
  margin: 0 auto;
  max-width: 1400px;
  padding-right: 14px;
  padding-left: 14px; }
  .container:before,
  .container:after {
    content: "";
    display: table; }
  .container:after {
    clear: both; }
  @media only screen and (min-width: 720px) {
    .container {
      padding-right: 28px;
      padding-left: 28px; } }

@media only screen and (min-width: 720px) {
  .lap-container {
    zoom: 1;
    margin: 0 auto;
    max-width: 1400px;
    padding-right: 14px;
    padding-left: 14px; }
    .lap-container:before,
    .lap-container:after {
      content: "";
      display: table; }
    .lap-container:after {
      clear: both; } }
  @media only screen and (min-width: 720px) and (min-width: 720px) {
    .lap-container {
      padding-right: 28px;
      padding-left: 28px; } }

@media only screen and (min-width: 1000px) {
  .desk-container {
    zoom: 1;
    margin: 0 auto;
    max-width: 1400px;
    padding-right: 14px;
    padding-left: 14px; }
    .desk-container:before,
    .desk-container:after {
      content: "";
      display: table; }
    .desk-container:after {
      clear: both; } }
  @media only screen and (min-width: 1000px) and (min-width: 720px) {
    .desk-container {
      padding-right: 28px;
      padding-left: 28px; } }

.only-container {
  zoom: 1;
  margin: 0 auto;
  max-width: 1400px;
  padding-right: 14px;
  padding-left: 14px; }
  .only-container:before,
  .only-container:after {
    content: "";
    display: table; }
  .only-container:after {
    clear: both; }
  @media only screen and (min-width: 720px) {
    .only-container {
      padding-right: 28px;
      padding-left: 28px; } }

@media only screen and (max-width: 719px) {
  .palm-only-container, .owl-theme .owl-controls {
    zoom: 1;
    margin: 0 auto;
    max-width: 1400px;
    padding-right: 14px;
    padding-left: 14px; }
    .palm-only-container:before,
    .owl-theme .owl-controls:before,
    .palm-only-container:after, .owl-theme .owl-controls:after {
      content: "";
      display: table; }
    .palm-only-container:after, .owl-theme .owl-controls:after {
      clear: both; } }
  @media only screen and (max-width: 719px) and (min-width: 720px) {
    .palm-only-container, .owl-theme .owl-controls {
      padding-right: 28px;
      padding-left: 28px; } }

@media only screen and (min-width: 720px) and (max-width: 999px) {
  .lap-only-container {
    zoom: 1;
    margin: 0 auto;
    max-width: 1400px;
    padding-right: 14px;
    padding-left: 14px; }
    .lap-only-container:before,
    .lap-only-container:after {
      content: "";
      display: table; }
    .lap-only-container:after {
      clear: both; } }
  @media only screen and (min-width: 720px) and (max-width: 999px) and (min-width: 720px) {
    .lap-only-container {
      padding-right: 28px;
      padding-left: 28px; } }

@media only screen and (min-width: 1000px) {
  .desk-only-container {
    zoom: 1;
    margin: 0 auto;
    max-width: 1400px;
    padding-right: 14px;
    padding-left: 14px; }
    .desk-only-container:before,
    .desk-only-container:after {
      content: "";
      display: table; }
    .desk-only-container:after {
      clear: both; } }
  @media only screen and (min-width: 1000px) and (min-width: 720px) {
    .desk-only-container {
      padding-right: 28px;
      padding-left: 28px; } }

.grid {
  zoom: 1;
  margin-left: -14px; }
  .grid:before,
  .grid:after {
    content: "";
    display: table; }
  .grid:after {
    clear: both; }
  @media only screen and (min-width: 720px) {
    .grid {
      margin-left: -28px; } }

[class*=span],
.grid__cell {
  float: left;
  display: inline;
  min-height: 1px;
  padding-left: 14px;
  margin: 0;
  width: 100%; }
  @media only screen and (min-width: 720px) {
    [class*=span],
    .grid__cell {
      padding-left: 28px; } }

.grid--rtl > [class*=span],
.grid--rtl > .grid__cell {
  float: right; }

@media only screen and (min-width: 720px) {
  .grid--narrow {
    margin-left: -14px; }
    .grid--narrow [class*=span],
    .grid--narrow .grid__cell {
      padding-left: 14px; } }

.grid--flush {
  margin-left: 0; }
  .grid--flush [class*=span],
  .grid--flush .grid__cell {
    padding-left: 0; }
  @media only screen and (min-width: 720px) {
    .grid--flush {
      margin-left: 0; }
      .grid--flush [class*=span],
      .grid--flush .grid__cell {
        padding-left: 0; } }

.grid--narrow-lap {
  margin-left: -14px; }
  .grid--narrow-lap [class*=span],
  .grid--narrow-lap .grid__cell {
    padding-left: 14px; }
  @media only screen and (min-width: 1000px) {
    .grid--narrow-lap {
      margin-left: -28px; }
      .grid--narrow-lap [class*=span],
      .grid--narrow-lap .grid__cell {
        padding-left: 28px; } }

.grid--inline-block [class*=span],
.grid--inline-block .grid__cell {
  float: none;
  display: inline;
  display: inline-block;
  vertical-align: top; }

.vertical-align--bottom [class*=span],
.vertical-align--bottom .grid__cell {
  vertical-align: bottom; }

.vertical-align--middle [class*=span],
.vertical-align--middle .grid__cell {
  vertical-align: middle; }

.vertical-align--top [class*=span],
.vertical-align--top .grid__cell {
  vertical-align: top; }

@media only screen and (min-width: 0) {
  .palm-2-1 {
    width: 50%; }
  .palm-2-2 {
    width: 100%; }
  .palm-3-1 {
    width: 33.3333333333%; }
  .palm-3-2 {
    width: 66.6666666667%; }
  .palm-3-3 {
    width: 100%; }
  .palm-4-1 {
    width: 25%; }
  .palm-4-2 {
    width: 50%; }
  .palm-4-3 {
    width: 75%; }
  .palm-4-4 {
    width: 100%; } }

@media only screen and (min-width: 0) and (max-width: 719px) {
  .palm-2up > .grid__cell,
  .palm-2up > .grid__item {
    width: 50%; }
  .palm-2up > .grid__cell:nth-child(2n+1) {
    clear: left; }
  .palm-3up > .grid__cell,
  .palm-3up > .grid__item {
    width: 33.3333333333%; }
  .palm-3up > .grid__cell:nth-child(3n+1) {
    clear: left; }
  .palm-4up > .grid__cell,
  .palm-4up > .grid__item {
    width: 25%; }
  .palm-4up > .grid__cell:nth-child(4n+1) {
    clear: left; }
  .palm-row-clear {
    clear: left; }
  .palm-offset-2-1 {
    margin-left: 50%; }
  .palm-offset-2-1--right {
    margin-right: 50%; }
  .palm-offset-2-2 {
    margin-left: 100%; }
  .palm-offset-2-2--right {
    margin-right: 100%; }
  .palm-offset-3-1 {
    margin-left: 33.3333333333%; }
  .palm-offset-3-1--right {
    margin-right: 33.3333333333%; }
  .palm-offset-3-2 {
    margin-left: 66.6666666667%; }
  .palm-offset-3-2--right {
    margin-right: 66.6666666667%; }
  .palm-offset-3-3 {
    margin-left: 100%; }
  .palm-offset-3-3--right {
    margin-right: 100%; }
  .palm-offset-4-1 {
    margin-left: 25%; }
  .palm-offset-4-1--right {
    margin-right: 25%; }
  .palm-offset-4-2 {
    margin-left: 50%; }
  .palm-offset-4-2--right {
    margin-right: 50%; }
  .palm-offset-4-3 {
    margin-left: 75%; }
  .palm-offset-4-3--right {
    margin-right: 75%; }
  .palm-offset-4-4 {
    margin-left: 100%; }
  .palm-offset-4-4--right {
    margin-right: 100%; } }

@media only screen and (min-width: 720px) {
  .lap-4-1 {
    width: 25%; }
  .lap-4-2 {
    width: 50%; }
  .lap-4-3 {
    width: 75%; }
  .lap-4-4 {
    width: 100%; }
  .lap-9-1 {
    width: 11.1111111111%; }
  .lap-9-2 {
    width: 22.2222222222%; }
  .lap-9-3 {
    width: 33.3333333333%; }
  .lap-9-4 {
    width: 44.4444444444%; }
  .lap-9-5 {
    width: 55.5555555556%; }
  .lap-9-6 {
    width: 66.6666666667%; }
  .lap-9-7 {
    width: 77.7777777778%; }
  .lap-9-8 {
    width: 88.8888888889%; }
  .lap-9-9 {
    width: 100%; }
  .lap-12-1 {
    width: 8.3333333333%; }
  .lap-12-2 {
    width: 16.6666666667%; }
  .lap-12-3, .block-size--single {
    width: 25%; }
  .lap-12-4, .block-size--standard {
    width: 33.3333333333%; }
  .lap-12-5, .block-size--large, .feed-block--sign-up {
    width: 41.6666666667%; }
  .lap-12-6 {
    width: 50%; }
  .lap-12-7, .block-size--xlarge {
    width: 58.3333333333%; }
  .lap-12-8 {
    width: 66.6666666667%; }
  .lap-12-9, .block-size--xxlarge {
    width: 75%; }
  .lap-12-10 {
    width: 83.3333333333%; }
  .lap-12-11, .mfp--takeover .mfp-inline-holder .mfp-content {
    width: 91.6666666667%; }
  .lap-12-12 {
    width: 100%; } }

@media only screen and (min-width: 720px) and (max-width: 999px) {
  .lap-2up > .grid__cell,
  .lap-2up > .grid__item {
    width: 50%; }
  .lap-2up > .grid__cell:nth-child(2n+1) {
    clear: left; }
  .lap-3up > .grid__cell,
  .lap-3up > .grid__item {
    width: 33.3333333333%; }
  .lap-3up > .grid__cell:nth-child(3n+1) {
    clear: left; }
  .lap-4up > .grid__cell,
  .lap-4up > .grid__item {
    width: 25%; }
  .lap-4up > .grid__cell:nth-child(4n+1) {
    clear: left; }
  .lap-row-clear {
    clear: left; }
  .lap-offset-4-1 {
    margin-left: 25%; }
  .lap-offset-4-1--right {
    margin-right: 25%; }
  .lap-offset-4-2 {
    margin-left: 50%; }
  .lap-offset-4-2--right {
    margin-right: 50%; }
  .lap-offset-4-3 {
    margin-left: 75%; }
  .lap-offset-4-3--right {
    margin-right: 75%; }
  .lap-offset-4-4 {
    margin-left: 100%; }
  .lap-offset-4-4--right {
    margin-right: 100%; }
  .lap-offset-9-1 {
    margin-left: 11.1111111111%; }
  .lap-offset-9-1--right {
    margin-right: 11.1111111111%; }
  .lap-offset-9-2 {
    margin-left: 22.2222222222%; }
  .lap-offset-9-2--right {
    margin-right: 22.2222222222%; }
  .lap-offset-9-3 {
    margin-left: 33.3333333333%; }
  .lap-offset-9-3--right {
    margin-right: 33.3333333333%; }
  .lap-offset-9-4 {
    margin-left: 44.4444444444%; }
  .lap-offset-9-4--right {
    margin-right: 44.4444444444%; }
  .lap-offset-9-5 {
    margin-left: 55.5555555556%; }
  .lap-offset-9-5--right {
    margin-right: 55.5555555556%; }
  .lap-offset-9-6 {
    margin-left: 66.6666666667%; }
  .lap-offset-9-6--right {
    margin-right: 66.6666666667%; }
  .lap-offset-9-7 {
    margin-left: 77.7777777778%; }
  .lap-offset-9-7--right {
    margin-right: 77.7777777778%; }
  .lap-offset-9-8 {
    margin-left: 88.8888888889%; }
  .lap-offset-9-8--right {
    margin-right: 88.8888888889%; }
  .lap-offset-9-9 {
    margin-left: 100%; }
  .lap-offset-9-9--right {
    margin-right: 100%; }
  .lap-offset-12-1 {
    margin-left: 8.3333333333%; }
  .lap-offset-12-1--right {
    margin-right: 8.3333333333%; }
  .lap-offset-12-2 {
    margin-left: 16.6666666667%; }
  .lap-offset-12-2--right {
    margin-right: 16.6666666667%; }
  .lap-offset-12-3 {
    margin-left: 25%; }
  .lap-offset-12-3--right {
    margin-right: 25%; }
  .lap-offset-12-4 {
    margin-left: 33.3333333333%; }
  .lap-offset-12-4--right {
    margin-right: 33.3333333333%; }
  .lap-offset-12-5 {
    margin-left: 41.6666666667%; }
  .lap-offset-12-5--right {
    margin-right: 41.6666666667%; }
  .lap-offset-12-6 {
    margin-left: 50%; }
  .lap-offset-12-6--right {
    margin-right: 50%; }
  .lap-offset-12-7 {
    margin-left: 58.3333333333%; }
  .lap-offset-12-7--right {
    margin-right: 58.3333333333%; }
  .lap-offset-12-8 {
    margin-left: 66.6666666667%; }
  .lap-offset-12-8--right {
    margin-right: 66.6666666667%; }
  .lap-offset-12-9 {
    margin-left: 75%; }
  .lap-offset-12-9--right {
    margin-right: 75%; }
  .lap-offset-12-10 {
    margin-left: 83.3333333333%; }
  .lap-offset-12-10--right {
    margin-right: 83.3333333333%; }
  .lap-offset-12-11 {
    margin-left: 91.6666666667%; }
  .lap-offset-12-11--right {
    margin-right: 91.6666666667%; }
  .lap-offset-12-12 {
    margin-left: 100%; }
  .lap-offset-12-12--right {
    margin-right: 100%; } }

@media only screen and (min-width: 1000px) {
  .desk-6-1 {
    width: 16.6666666667%; }
  .desk-6-2 {
    width: 33.3333333333%; }
  .desk-6-3 {
    width: 50%; }
  .desk-6-4 {
    width: 66.6666666667%; }
  .desk-6-5 {
    width: 83.3333333333%; }
  .desk-6-6 {
    width: 100%; }
  .desk-10-1 {
    width: 10%; }
  .desk-10-2 {
    width: 20%; }
  .desk-10-3 {
    width: 30%; }
  .desk-10-4 {
    width: 40%; }
  .desk-10-5 {
    width: 50%; }
  .desk-10-6 {
    width: 60%; }
  .desk-10-7 {
    width: 70%; }
  .desk-10-8 {
    width: 80%; }
  .desk-10-9 {
    width: 90%; }
  .desk-10-10 {
    width: 100%; }
  .desk-12-1 {
    width: 8.3333333333%; }
  .desk-12-2, .block-size--single {
    width: 16.6666666667%; }
  .desk-12-3, .block-size--standard {
    width: 25%; }
  .desk-12-4, .feed-block--sign-up {
    width: 33.3333333333%; }
  .desk-12-5 {
    width: 41.6666666667%; }
  .desk-12-6 {
    width: 50%; }
  .desk-12-7 {
    width: 58.3333333333%; }
  .desk-12-8 {
    width: 66.6666666667%; }
  .desk-12-9 {
    width: 75%; }
  .desk-12-10, .mfp--takeover .mfp-inline-holder .mfp-content {
    width: 83.3333333333%; }
  .desk-12-11 {
    width: 91.6666666667%; }
  .desk-12-12 {
    width: 100%; } }

@media only screen and (min-width: 1000px) and (max-width: 9998px) {
  .desk-2up > .grid__cell,
  .desk-2up > .grid__item {
    width: 50%; }
  .desk-2up > .grid__cell:nth-child(2n+1) {
    clear: left; }
  .desk-3up > .grid__cell,
  .desk-3up > .grid__item {
    width: 33.3333333333%; }
  .desk-3up > .grid__cell:nth-child(3n+1) {
    clear: left; }
  .desk-4up > .grid__cell,
  .desk-4up > .grid__item {
    width: 25%; }
  .desk-4up > .grid__cell:nth-child(4n+1) {
    clear: left; }
  .desk-row-clear {
    clear: left; }
  .desk-offset-6-1 {
    margin-left: 16.6666666667%; }
  .desk-offset-6-1--right {
    margin-right: 16.6666666667%; }
  .desk-offset-6-2 {
    margin-left: 33.3333333333%; }
  .desk-offset-6-2--right {
    margin-right: 33.3333333333%; }
  .desk-offset-6-3 {
    margin-left: 50%; }
  .desk-offset-6-3--right {
    margin-right: 50%; }
  .desk-offset-6-4 {
    margin-left: 66.6666666667%; }
  .desk-offset-6-4--right {
    margin-right: 66.6666666667%; }
  .desk-offset-6-5 {
    margin-left: 83.3333333333%; }
  .desk-offset-6-5--right {
    margin-right: 83.3333333333%; }
  .desk-offset-6-6 {
    margin-left: 100%; }
  .desk-offset-6-6--right {
    margin-right: 100%; }
  .desk-offset-10-1 {
    margin-left: 10%; }
  .desk-offset-10-1--right {
    margin-right: 10%; }
  .desk-offset-10-2 {
    margin-left: 20%; }
  .desk-offset-10-2--right {
    margin-right: 20%; }
  .desk-offset-10-3 {
    margin-left: 30%; }
  .desk-offset-10-3--right {
    margin-right: 30%; }
  .desk-offset-10-4 {
    margin-left: 40%; }
  .desk-offset-10-4--right {
    margin-right: 40%; }
  .desk-offset-10-5 {
    margin-left: 50%; }
  .desk-offset-10-5--right {
    margin-right: 50%; }
  .desk-offset-10-6 {
    margin-left: 60%; }
  .desk-offset-10-6--right {
    margin-right: 60%; }
  .desk-offset-10-7 {
    margin-left: 70%; }
  .desk-offset-10-7--right {
    margin-right: 70%; }
  .desk-offset-10-8 {
    margin-left: 80%; }
  .desk-offset-10-8--right {
    margin-right: 80%; }
  .desk-offset-10-9 {
    margin-left: 90%; }
  .desk-offset-10-9--right {
    margin-right: 90%; }
  .desk-offset-10-10 {
    margin-left: 100%; }
  .desk-offset-10-10--right {
    margin-right: 100%; }
  .desk-offset-12-1 {
    margin-left: 8.3333333333%; }
  .desk-offset-12-1--right {
    margin-right: 8.3333333333%; }
  .desk-offset-12-2 {
    margin-left: 16.6666666667%; }
  .desk-offset-12-2--right {
    margin-right: 16.6666666667%; }
  .desk-offset-12-3 {
    margin-left: 25%; }
  .desk-offset-12-3--right {
    margin-right: 25%; }
  .desk-offset-12-4 {
    margin-left: 33.3333333333%; }
  .desk-offset-12-4--right {
    margin-right: 33.3333333333%; }
  .desk-offset-12-5 {
    margin-left: 41.6666666667%; }
  .desk-offset-12-5--right {
    margin-right: 41.6666666667%; }
  .desk-offset-12-6 {
    margin-left: 50%; }
  .desk-offset-12-6--right {
    margin-right: 50%; }
  .desk-offset-12-7 {
    margin-left: 58.3333333333%; }
  .desk-offset-12-7--right {
    margin-right: 58.3333333333%; }
  .desk-offset-12-8 {
    margin-left: 66.6666666667%; }
  .desk-offset-12-8--right {
    margin-right: 66.6666666667%; }
  .desk-offset-12-9 {
    margin-left: 75%; }
  .desk-offset-12-9--right {
    margin-right: 75%; }
  .desk-offset-12-10 {
    margin-left: 83.3333333333%; }
  .desk-offset-12-10--right {
    margin-right: 83.3333333333%; }
  .desk-offset-12-11 {
    margin-left: 91.6666666667%; }
  .desk-offset-12-11--right {
    margin-right: 91.6666666667%; }
  .desk-offset-12-12 {
    margin-left: 100%; }
  .desk-offset-12-12--right {
    margin-right: 100%; } }

/*========================================
ICONS
========================================*/
@font-face {
  font-family: 'untitled-icons';
  src: url("../fonts/untitled-icons.eot?-fdbhn4");
  src: url("../fonts/untitled-icons.eot?#iefix-fdbhn4") format("embedded-opentype"), url("../fonts/untitled-icons.woff?-fdbhn4") format("woff"), url("../fonts/untitled-icons.ttf?-fdbhn4") format("truetype"), url("../fonts/untitled-icons.svg?-fdbhn4#untitled-icons") format("svg");
  font-weight: normal;
  font-style: normal; }

.icon, .icon-originals:before,
.icon-originals--after:after, .icon-close:before,
.icon-close--after:after, .icon-share:before,
.icon-share--after:after, .icon-facebook:before,
.icon-facebook--after:after, .icon-instagram:before,
.icon-instagram--after:after, .icon-twitter:before,
.icon-twitter--after:after, .icon-pinterest:before,
.icon-pinterest--after:after, .icon-youtube:before,
.icon-youtube--after:after, .icon-arrow-right:before,
.icon-arrow-right--after:after, .icon-arrow-up:before,
.icon-arrow-up--after:after, .icon-arrow-down:before,
.icon-arrow-down--after:after, .icon-arrow-left:before,
.icon-arrow-left--after:after, .nav--social .social-link a:before, .source__icon, .block-type--image .feed-item__figure:before, .mfp-wrap .mfp-close, .lookbook-index__toggle--lap:before {
  font-family: 'untitled-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon span {
  position: absolute;
  left: -9999px; }

.icon-originals:before,
.icon-originals--after:after {
  content: "o"; }

.icon-close:before,
.icon-close--after:after {
  content: "×"; }

.icon-share:before,
.icon-share--after:after {
  content: "s"; }

.icon-facebook:before,
.icon-facebook--after:after {
  content: "f"; }

.icon-instagram:before,
.icon-instagram--after:after {
  content: "i"; }

.icon-twitter:before,
.icon-twitter--after:after {
  content: "t"; }

.icon-pinterest:before,
.icon-pinterest--after:after {
  content: "p"; }

.icon-youtube:before,
.icon-youtube--after:after {
  content: "y"; }

.icon-arrow-right:before,
.icon-arrow-right--after:after {
  content: ">"; }

.icon-arrow-up:before,
.icon-arrow-up--after:after {
  content: "^"; }

.icon-arrow-down:before,
.icon-arrow-down--after:after {
  content: "v"; }

.icon-arrow-left:before,
.icon-arrow-left--after:after {
  content: "<"; }

/**
 * Sizes
 */
.icon--small:before {
  font-size: 18px;
  font-size: 1.2rem; }

.icon--medium:before {
  font-size: 26px;
  font-size: 1.7333333333rem; }

.icon--large:before {
  font-size: 28px;
  font-size: 1.8666666667rem; }

/**
 * Mods
 */
.icon--rounded {
  background: #e3e3e3;
  color: #ffffff;
  border-radius: 10px;
  text-align: center;
  font-size: .8rem;
  width: 21px;
  line-height: 21px;
  text-indent: 2px;
  display: inline-block;
  transition: background 0.5s ease-out; }

/*========================================
NAVS
========================================*/
/**
 * Inline using floats
 */
.nav {
  zoom: 1;
  margin: 0;
  list-style: none; }
  .nav:before,
  .nav:after {
    content: "";
    display: table; }
  .nav:after {
    clear: both; }

/**
 * Vertical using block
 */
.nav--stacked {
  margin: 0; }
  .nav--stacked > a {
    margin: 0 0 7px; }
  .nav--stacked li {
    float: none;
    display: block; }
  .nav--stacked a,
  .nav--stacked .nav__item {
    display: block; }

/**
 * Horizontal using inline-block
 */
.nav--inline li {
  margin: 0 14px 0 0;
  display: inline-block;
  *display: inline;
  *zoom: 1; }
  .nav--inline li:last-child {
    margin-right: 0; }

.nav--inline a,
.nav--inline .nav__item {
  display: block; }

@media only screen and (min-width: 720px) {
  .lap-nav--inline li {
    margin: 0 14px 0 0;
    display: inline-block;
    *display: inline;
    *zoom: 1; }
    .lap-nav--inline li:last-child {
      margin-right: 0; }
  .lap-nav--inline a,
  .lap-nav--inline .nav__item {
    display: block; } }

@media only screen and (min-width: 1000px) {
  .desk-nav--inline li {
    margin: 0 14px 0 0;
    display: inline-block;
    *display: inline;
    *zoom: 1; }
    .desk-nav--inline li:last-child {
      margin-right: 0; }
  .desk-nav--inline a,
  .desk-nav--inline .nav__item {
    display: block; } }

.nav--inline-block li {
  margin: 0 14px 0 0;
  display: inline-block;
  *display: inline;
  *zoom: 1; }
  .nav--inline-block li:last-child {
    margin-right: 0; }

.nav--inline-block a,
.nav--inline-block .nav__item {
  display: block; }

/**
 * Horizontal using float
 */
.nav--float li {
  margin: 0 14px 0 0;
  float: left; }
  .nav--float li:last-child {
    margin-right: 0; }

.nav--float a,
.nav--float .nav__item {
  display: block; }

/**
 * Breadcrumb
 */
.nav--breadcrumb {
  white-space: nowrap;
  position: relative;
  /*
    Base link styling
    */ }
  .nav--breadcrumb li {
    margin: 0 14px 0 0;
    float: left; }
    .nav--breadcrumb li:last-child {
      margin-right: 0; }
  .nav--breadcrumb a,
  .nav--breadcrumb .nav__item {
    display: block; }
  .nav--breadcrumb a {
    float: left; }
  .nav--breadcrumb > li:after {
    content: "/";
    color: #da291c;
    padding: 0 0 0 14px; }
  .nav--breadcrumb > li:last-child:after {
    display: none; }

/**
 * Levels
 */
.nav--levels li {
  border-bottom: 1px solid #e3e3e3; }
  .nav--levels li > a {
    display: block;
    padding: 14px; }

@media only screen and (max-width: 719px) {
  .palm-nav--levels li {
    border-bottom: 1px solid #e3e3e3; }
    .palm-nav--levels li > a {
      display: block;
      padding: 14px; } }

@media only screen and (min-width: 720px) and (max-width: 999px) {
  .lap-nav--levels li {
    border-bottom: 1px solid #e3e3e3; }
    .lap-nav--levels li > a {
      display: block;
      padding: 14px; } }

@media only screen and (min-width: 1000px) {
  .desk-nav--levels li {
    border-bottom: 1px solid #e3e3e3; }
    .desk-nav--levels li > a {
      display: block;
      padding: 14px; } }

.pagination {
  position: static; }
  .pagination a {
    color: #2b2b2b;
    color: #ffffff; }
    .pagination a:hover,
    .pagination a:focus {
      text-decoration: none; }

.pagination--feed {
  display: none; }

.pagination__button {
  position: fixed;
  top: 50%;
  display: block;
  margin-top: -57px;
  z-index: 999; }

.pagination__icon {
  transition: padding 0.3s ease 0s;
  float: left;
  background-color: #ffffff;
  border: 1px solid #e3e3e3;
  padding: 42px 14px;
  background: rgba(31, 31, 31, 0.8);
  color: #ffffff;
  border: 0;
  font-size: 1.35rem; }

.pagination__info {
  transition: all 0.3s ease 0s;
  -webkit-transform: translate(-100%, 0);
      -ms-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  position: relative;
  float: left;
  clear: both;
  background-color: #2b2b2b;
  color: #ffffff;
  padding: 14px;
  max-width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.pagination__button--prev {
  left: 0; }
  .pagination__button--prev .pagination__icon {
    border-left: none;
    padding-right: 21px; }
  .pagination__button--prev .pagination__info {
    left: 0; }

.pagination__button--next {
  right: 0; }
  .pagination__button--next .pagination__icon {
    float: right;
    border-right: none;
    padding-left: 21px; }
  .pagination__button--next .pagination__info {
    -webkit-transform: translate(100%, 0);
        -ms-transform: translate(100%, 0);
            transform: translate(100%, 0);
    float: right;
    right: 0; }

.pagination__button--prev .pagination__icon:hover {
  padding-left: 21px;
  padding-right: 28px; }

.pagination__button--next .pagination__icon:hover {
  padding-right: 21px;
  padding-left: 28px; }

.pagination__icon:hover + .pagination__info {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  display: block; }

@media only screen and (max-width: 719px) {
  .pagination {
    position: relative;
    overflow: hidden;
    border-top: 1px solid #e3e3e3;
    padding: 28px 0 0;
    margin-top: 56px;
    min-height: 130px; }
    .pagination .pagination__button {
      position: relative;
      margin-top: 0;
      top: auto;
      width: 45%; }
    .pagination .pagination__button--prev {
      float: left; }
    .pagination .pagination__button--next {
      float: right; }
    .pagination .pagination__info {
      -webkit-transform: translate(0, 0) !important;
          -ms-transform: translate(0, 0) !important;
              transform: translate(0, 0) !important;
      max-width: 100%;
      background: transparent;
      color: #2b2b2b; }
    .pagination .pagination__page-info {
      position: absolute;
      top: 50%;
      width: 100%;
      text-align: center;
      padding-top: 7px;
      font-family: "Trade Gothic W01", helvetica, arial, sans-serif; } }

@media only screen and (max-width: 719px) {
  .flex-section--featured + .pagination {
    margin-top: 0; } }

@media only screen and (max-width: 719px) {
  .pagination--lookbook {
    border: 1px solid #e3e3e3;
    overflow: hidden;
    text-align: left;
    min-width: 150px;
    padding: 0;
    min-height: 0;
    margin: 0 28px 20px; }
    .pagination--lookbook .pagination__page-info {
      padding: 0;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
    .pagination--lookbook .pagination__icon {
      line-height: 1;
      padding: 0.65em 0.75em 0.75em 0.9em !important;
      background: white;
      color: #1f1f1f; }
      .pagination--lookbook .pagination__icon:hover {
        color: #da291c; }
      .pagination--lookbook .pagination__icon.disabled {
        color: #e3e3e3; }
    .pagination--lookbook .pagination__button--next .pagination__icon {
      border-left: 1px solid #e3e3e3; }
    .pagination--lookbook .pagination__button--prev .pagination__icon {
      border-right: 1px solid #e3e3e3;
      padding-left: 0.75em !important;
      padding-right: 0.9em !important; } }

.lookbook-index-trigger {
  position: relative;
  text-align: center;
  margin: 0 0 28px; }

.nav--social {
  position: relative; }
  .nav--social li {
    position: relative;
    text-align: center;
    margin: 0;
    padding: 0 0 0 14px; }
  .nav--social .nav-depth--1 > ul {
    margin-left: -14px; }
  .nav--social a {
    font-size: 12px;
    color: #2b2b2b;
    display: block; }
    .nav--social a:hover {
      text-decoration: none;
      color: #da291c; }
  .nav--social .social-link span {
    display: none; }
  .nav--social .social-link a:before {
    display: block;
    margin: 0 auto 9px;
    padding: 7px;
    border: 1px solid;
    border-radius: 35px;
    width: 35px;
    height: 35px;
    line-height: 19px;
    vertical-align: top;
    font-size: 22px;
    text-indent: -1px; }
  .nav--social .social-link.social-link--facebook a:before {
    content: "f"; }
  .nav--social .social-link.social-link--instagram a:before {
    content: "i"; }
  .nav--social .social-link.social-link--twitter a:before {
    content: "t";
    text-indent: 0; }
  .nav--social .social-link.social-link--pinterest a:before {
    content: "p"; }
  .nav--social .social-link.social-link--youtube a:before {
    content: "y";
    font-size: 26px;
    text-indent: -3px; }
  .feed-single__social-links .nav--social {
    padding-top: 70px; }
    .feed-single__social-links .nav--social ul {
      margin-bottom: 0;
      margin-left: -28px; }
    .feed-single__social-links .nav--social li {
      padding-left: 28px; }
    .feed-single__social-links .nav--social a:before {
      color: #da291c; }
  .flex-section__header .nav--social {
    display: inline-block; }
    .flex-section__header .nav--social .nav--social__title {
      text-align: left; }
    @media only screen and (max-width: 719px) {
      .flex-section__header .nav--social {
        margin: 28px 0 -14px; }
        .flex-section__header .nav--social .nav-depth--1 {
          display: inline-block;
          vertical-align: middle; } }
  .footer--site .nav--social .nav--social__title {
    margin: 28px auto; }
  .footer--site .nav--social li {
    padding: 0;
    margin: 0 14px 35px; }
    .footer--site .nav--social li:last-child {
      margin-right: 14px; }
  .footer--site .nav--social .nav-depth--1 > ul {
    margin: 0; }
  .footer--site .nav--social a {
    color: #7c7c7c; }
    .footer--site .nav--social a:hover,
    .footer--site .nav--social a:before {
      color: #da291c; }
  .footer--site .nav--social .social-link {
    min-width: 54px; }
  @media only screen and (min-width: 720px) {
    .footer--site .nav--social {
      min-height: 129px;
      padding: 35px 150px 21px; }
      .footer--site .nav--social li {
        margin-bottom: 14px; }
      .footer--site .nav--social .nav--social__title {
        position: absolute;
        margin: 0;
        left: 0;
        bottom: 0;
        width: 150px;
        height: 100%;
        line-height: 101px;
        display: block;
        padding: 14px 14px 14px 44px;
        overflow: hidden;
        text-align: left; }
        .footer--site .nav--social .nav--social__title:before,
        .footer--site .nav--social .nav--social__title:after {
          content: "";
          position: absolute;
          top: 50%;
          margin-top: -120px;
          right: -35px;
          height: 0;
          width: 0;
          border-color: transparent transparent transparent #e3e3e3;
          border-width: 120px 35px;
          border-style: solid;
          background-color: transparent; }
        .footer--site .nav--social .nav--social__title:after {
          border-color: transparent transparent transparent #ffffff;
          margin-right: 1px; } }

#infscr-loading {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100% !important;
  z-index: 9;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 28px 28px 28px 56px; }
  #infscr-loading img {
    padding-bottom: 14px; }

/*========================================
MEDIA
========================================*/
.media {
  zoom: 1;
  display: block; }
  .media:before,
  .media:after {
    content: "";
    display: table; }
  .media:after {
    clear: both; }

.media__figure {
  position: relative; }

.media__body {
  overflow: hidden; }

.media__title {
  font-size: 16px;
  font-size: 1.0666666667rem;
  line-height: 20px; }
  .media__title .meta {
    color: #e3e3e3;
    padding: 0 0 0 14px; }
  @media only screen and (min-width: 720px) {
    .media__title {
      font-size: 24px;
      font-size: 1.6rem;
      line-height: 18px; } }

.media__title {
  padding: 0; }
  .media__title a {
    color: #2b2b2b; }
    .media__title a:hover {
      color: #da291c;
      text-decoration: none; }
  .listing__more .media__title {
    font-size: 18px;
    font-size: 1.2rem;
    font-size: 46px;
    font-size: 3.0666666667rem;
    margin: 0; }

.media__desc,
.media__subtitle,
.media__trail {
  font-size: 15px;
  font-size: 1rem; }

.media__meta {
  margin-top: -14px;
  color: #1f1f1f; }
  .listing__more .media__meta {
    margin-top: 0; }

.media__subtitle {
  font-weight: 700; }

.media__subdesc {
  margin: 0; }

.media__trail {
  margin: 0 0 14px; }

/*========================================
MODAL
========================================*/
.modal {
  display: none;
  position: fixed;
  left: 14px;
  right: 14px;
  top: 14px;
  z-index: 21;
  padding: 15px;
  height: auto;
  background: #fff; }
  @media only screen and (min-width: 720px) and (max-width: 999px) {
    .modal {
      left: 50%;
      right: auto;
      top: 10%;
      margin-left: -240px;
      width: 480px; } }
  .modal > :last-child {
    margin-bottom: 0; }

.modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 15px;
  height: 15px;
  text-align: center; }

.modal__title {
  margin-bottom: 15px;
  border-bottom: 1px solid #e3e3e3;
  padding-top: 0;
  padding-bottom: 14px; }

/**
 * Full-width at desk
 */
@media only screen and (min-width: 1000px) {
  .modal--large {
    margin-left: -500px;
    width: 1000px; } }

/**
 * Page overlay
 */
.modal-bg {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
  background: #000;
  background: rgba(0, 0, 0, 0.75); }

/*========================================
NOTICE
========================================*/
.notice {
  border: 1px solid #e3e3e3;
  padding: 14px; }
  .notice > :first-child {
    padding-top: 0; }
  .notice > :last-child {
    margin-bottom: 0; }

/**
 * Neutral
 */
.notice--alert {
  background: white;
  border-color: orange; }

/**
 * Positive
 */
.notice--success {
  background: #9aff9a;
  border-color: green; }

/**
 * Negative
 */
.notice--failure {
  background: white;
  border-color: red; }

/*========================================
PANEL
========================================*/
/**
 * For boxing content
 */
.panel {
  margin-bottom: 15px;
  border: 1px solid #e3e3e3;
  padding: 14px;
  background: #ffffff; }
  .panel > :first-child {
    /*padding-top: 0;*/ }
  .panel .full {
    margin-right: -15px;
    margin-left: -15px; }

.panel__header {
  margin: -14px -14px 15px;
  border-bottom: 1px solid #e3e3e3;
  padding: 15px; }
  .panel__header > :last-child {
    margin-bottom: 0; }

.panel__title {
  margin-bottom: 0;
  padding-top: 0;
  font-size: 20px;
  font-size: 1.3333333333rem;
  line-height: 1; }

.panel__body > :last-child {
  margin-bottom: 0; }

.panel__footer {
  margin: 15px -14px -14px;
  border-top: 1px solid #e3e3e3;
  padding: 15px;
  background: #e3e3e3; }
  .panel__footer > :last-child {
    margin-bottom: 0; }

/*========================================
CAROUSEL
========================================*/
.owl-carousel__wrap .carousel__title {
  text-align: left;
  font-size: 24px;
  margin-bottom: 1.5em; }

.owl-theme .owl-dots {
  display: block;
  float: left;
  width: 100%;
  margin: 42px 0 0;
  text-align: left;
  padding: 0 42px; }
  .owl-theme .owl-dots .owl-dot {
    padding: 0 0.25em 0 0;
    display: inline-block;
    float: none;
    color: #7c7c7c;
    font-size: 15px;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0;
    font-style: normal;
    text-transform: none;
    margin: 0 0 1em 0;
    font-family: "Trade Gothic W01", helvetica, arial, sans-serif; }
    .owl-theme .owl-dots .owl-dot:after {
      content: "/";
      padding: 0 0 0 0.25em;
      display: inline;
      float: none;
      color: #7c7c7c; }
    .owl-theme .owl-dots .owl-dot.active {
      color: #000000; }
      .owl-theme .owl-dots .owl-dot.active:after {
        color: #7c7c7c; }
    .owl-theme .owl-dots .owl-dot:last-child:after {
      content: "";
      display: none; }

.owl-theme .owl-controls .owl-nav {
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9; }

.owl-theme .owl-prev,
.owl-theme .owl-next {
  position: absolute;
  top: 0;
  height: 100%;
  width: 40px; }
  .owl-theme .owl-prev:hover,
  .owl-theme .owl-next:hover {
    color: #da291c; }
  .owl-theme .owl-prev span,
  .owl-theme .owl-next span {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    left: 0;
    height: 1em;
    line-height: 1em;
    margin-top: -0.5em; }

.owl-theme .owl-next {
  left: auto;
  right: 0; }

.owl-theme .owl-prev {
  left: 0;
  right: auto; }

.owl-theme.owl-carousel .owl-item {
  float: none;
  display: inline-block;
  vertical-align: top; }

.owl-theme.owl-carousel--standard .flex-section__figure figcaption {
  opacity: 0;
  transition: opacity 0.5s ease 0s; }

.owl-theme.owl-carousel--standard .active .flex-section__figure figcaption {
  opacity: 1;
  transition: opacity 0.5s ease 0.1s; }

@media only screen and (min-width: 720px) {
  .owl-theme.owl-carousel--standard .owl-next {
    width: 60px;
    left: 100%;
    right: auto; }
  .owl-theme.owl-carousel--standard .owl-prev {
    width: 60px;
    left: auto;
    right: 100%; } }

.owl-theme.owl-carousel--lookbook .flex-section__figure figcaption {
  display: none; }

.owl-theme.popup__carousel .owl-item {
  vertical-align: middle; }
  .owl-theme.popup__carousel .owl-item img {
    max-height: 75vh;
    width: auto; }

.owl-theme.popup__carousel .owl-prev span,
.owl-theme.popup__carousel .owl-next span {
  transition: padding 0.3s ease 0s;
  margin-top: -57px;
  background-color: #ffffff;
  border: 1px solid #e3e3e3;
  padding: 42px 14px;
  height: auto;
  vertical-align: middle;
  width: auto; }

.owl-theme.popup__carousel .owl-prev span {
  border-left: none;
  padding-right: 21px; }

.owl-theme.popup__carousel .owl-prev:hover span {
  padding-left: 21px;
  padding-right: 28px; }

.owl-theme.popup__carousel .owl-next span {
  left: auto;
  right: 0;
  border-right: none;
  padding-left: 21px; }

.owl-theme.popup__carousel .owl-next:hover span {
  padding-right: 21px;
  padding-left: 28px; }

/**
 * Accordion
 */
.accordion {
  list-style: none;
  margin: 0 0 28px; }
  .accordion > li:first-child .accordion__title {
    border-top: 1px solid #e3e3e3; }

.accordion__title {
  margin: 0;
  padding: 0;
  text-align: center; }
  .accordion__title > a {
    border-bottom: 1px solid #e3e3e3;
    display: block;
    padding: 14px 0;
    /* icon styling */ }
    .accordion__title > a:after {
      font-family: "Untitled Icons";
      float: right;
      line-height: 1.75em; }

.accordion__body {
  padding: 28px 0;
  border-bottom: 1px solid #e3e3e3; }

.dropdown {
  background: #ffffff;
  border: 1px solid #e3e3e3;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding: 14px;
  z-index: 10; }

@media only screen and (min-width: 720px) {
  .dropdown--right {
    right: 0;
    left: auto; } }

/**
 * Components
 */
/*
 * COMPONENTS
 */
.main__container .grid--feed {
  position: relative; }

@media only screen and (min-width: 720px) {
  .main__container {
    padding-top: 28px; }
    .main__container .grid--feed {
      padding-bottom: 160px; } }

.feed-block {
  margin-bottom: 28px; }

.feed-block__header {
  overflow: hidden;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-bottom: 0;
  font-size: 14px; }
  .feed-block__header a {
    color: #bcbcbc; }
    .feed-block__header a:focus,
    .feed-block__header a:active,
    .feed-block__header a:hover {
      text-decoration: none;
      color: #2b2b2b;
      outline: none; }

.feed-block__classification {
  float: left;
  color: #bcbcbc; }

.feed-block__category:after {
  content: "/";
  color: #da291c;
  padding: 0 0 0 0.2em; }

.feed-block__source {
  float: right;
  margin-left: 0.5em; }

.source__icon {
  position: relative;
  display: inline-block;
  bottom: -1px;
  padding-left: 7px; }

.feed-block__label {
  background: #bcbcbc;
  text-transform: uppercase;
  font-family: "Trade Gothic W01", helvetica, arial, sans-serif;
  color: #ffffff;
  font-size: 14px;
  padding: 3px 6px;
  display: inline-block;
  margin: 7px 0 0; }

.feed-item {
  position: relative; }
  .feed-item a {
    color: #2b2b2b; }
    .feed-item a:hover {
      text-decoration: none;
      color: #2b2b2b; }

.feed-item__link {
  display: block; }

.feed-item__figure-container {
  height: 202px;
  display: table-cell;
  vertical-align: middle; }
  @media only screen and (min-width: 1000px) {
    .feed-item__figure-container {
      height: 150px; } }

.feed-item__figure {
  z-index: 2;
  display: block;
  margin-bottom: 0;
  position: relative;
  overflow: hidden; }
  .feed-item__figure img {
    display: block;
    width: 100%;
    height: auto; }

.block-source--originals .feed-item__body:before,
.block-type--video .feed-item__body:before {
  content: "";
  display: none;
  position: absolute;
  height: 0;
  width: 0;
  left: 14px;
  bottom: 100%;
  border: 14px solid transparent;
  border-bottom-color: #ffffff; }

.feed-item__figure + .feed-item__body:before {
  display: block; }

.feed-item__body {
  position: relative;
  padding: 14px 14px 18.2px;
  z-index: 5;
  word-wrap: break-word; }
  .feed-item__body a {
    color: #da291c; }
    .feed-item__body a:hover {
      color: #da291c;
      text-decoration: underline; }

.feed-item__pretitle {
  font-family: "Trade Gothic W01", helvetica, arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 0.375em;
  display: block;
  text-decoration: underline;
  color: #2b2b2b;
  text-transform: uppercase; }

.feed-item__title {
  margin: 0;
  padding-bottom: 14px; }

.feed-item__author {
  text-transform: none; }

.feed-item__desc {
  max-width: 440px; }
  .feed-item__desc + .feed-item__date {
    margin-top: 14px; }

.feed-item__date {
  display: block;
  font-size: 14px; }

.feed-block--grey .feed-item__body {
  background-color: #ebebeb; }

.feed-block--black .feed-item__body {
  background-color: #1f1f1f;
  color: #ffffff; }
  .feed-block--black .feed-item__body:before {
    border-bottom-color: #1f1f1f; }

.feed-block--group .feed-block__header {
  padding-bottom: 8px;
  background-image: linear-gradient(to right, #7c7c7c 0%, #7c7c7c 60%, transparent 60%);
  background-position: 0 top;
  background-size: 15px 1px;
  background-repeat: repeat-x; }
  .no-cssgradients .feed-block--group .feed-block__header {
    padding-bottom: 11.000000004px;
    border-top: 1px solid #e3e3e3; }

.feed-block--group .feed-item__body {
  position: relative;
  padding-right: 0;
  padding-left: 0; }

.feed-block--group.feed-block--grey .feed-block__header:after,
.feed-block--group.feed-block--black .feed-block__header:after {
  content: "";
  position: relative;
  width: 100%;
  height: 1px;
  display: block;
  padding-top: 8px;
  float: left;
  clear: both;
  background-image: linear-gradient(to right, #7c7c7c 0%, #7c7c7c 60%, transparent 60%);
  background-position: 0 bottom;
  background-size: 15px 1px;
  background-repeat: repeat-x; }
  .no-cssgradients .feed-block--group.feed-block--grey .feed-block__header:after,
  .no-cssgradients .feed-block--group.feed-block--black .feed-block__header:after {
    border-bottom: 1px solid #e3e3e3; }

.feed-block--group.feed-block--grey .feed-block__content,
.feed-block--group.feed-block--black .feed-block__content {
  padding: 14px 14px 0; }

.feed-block--group.feed-block--black .feed-block__content {
  background-color: #1f1f1f; }

.feed-block--group.feed-block--black .feed-block__header a:focus,
.feed-block--group.feed-block--black .feed-block__header a:active,
.feed-block--group.feed-block--black .feed-block__header a:hover {
  color: #ffffff; }

.feed-block--group.feed-block--grey .feed-block__content {
  background-color: #ebebeb; }
  @media only screen and (max-width: 719px) {
    .feed-block--group.feed-block--grey .feed-block__content {
      margin-left: -14px;
      margin-right: -14px;
      padding-left: 14px;
      padding-right: 14px; } }

@media only screen and (min-width: 720px) and (max-width: 999px) {
  .block-type--image.block-size--large.block-source--originals .feed-item__body:before {
    display: none; }
  .block-type--image.block-size--large.block-source--originals .feed-item__title {
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 14px;
    background-color: rgba(255, 255, 255, 0.8); }
    .no-rgba .block-type--image.block-size--large.block-source--originals .feed-item__title {
      background-color: #ffffff; }
    .block-type--image.block-size--large.block-source--originals .feed-item__title:before {
      content: "";
      display: block;
      position: absolute;
      height: 0;
      width: 0;
      left: 14px;
      bottom: 100%;
      border: 14px solid transparent;
      border-bottom-color: rgba(255, 255, 255, 0.8); }
  .block-type--image.block-size--large.block-source--originals.feed-block--black .feed-item__title {
    background-color: rgba(0, 0, 0, 0.8); }
    .no-rgba .block-type--image.block-size--large.block-source--originals.feed-block--black .feed-item__title {
      background-color: #1f1f1f; }
    .block-type--image.block-size--large.block-source--originals.feed-block--black .feed-item__title:before {
      border-bottom-color: rgba(0, 0, 0, 0.8); } }

@media only screen and (min-width: 1000px) {
  .block-type--image.block-size--large.block-source--originals .feed-item__body {
    position: absolute;
    left: 28px;
    right: 0;
    bottom: 0;
    background: #ffffff;
    background: rgba(255, 255, 255, 0.8); }
    .block-type--image.block-size--large.block-source--originals .feed-item__body:before {
      border-bottom-color: rgba(255, 255, 255, 0.8); }
    .no-rgba .block-type--image.block-size--large.block-source--originals .feed-item__body .feed-item__title {
      background: #ffffff; }
  .block-type--image.block-size--large.block-source--originals.feed-block--black .feed-item__body {
    background-color: #1f1f1f;
    background-color: rgba(0, 0, 0, 0.8); }
    .block-type--image.block-size--large.block-source--originals.feed-block--black .feed-item__body:before {
      border-bottom-color: rgba(0, 0, 0, 0.8); }
    .no-rgba .block-type--image.block-size--large.block-source--originals.feed-block--black .feed-item__body .feed-item__title {
      background-color: #1f1f1f; }
  .block-type--image.block-size--large.block-source--originals .feed-item__desc {
    max-height: 0;
    margin-bottom: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.5s ease-out 0.15s, margin-bottom 0.5s ease 0.15s, opacity 0.5s ease 0s; }
  .block-type--image.block-size--large.block-source--originals .feed-item > a:hover .feed-item__desc {
    max-height: 6em;
    margin-bottom: 14px;
    opacity: 1;
    transition: max-height 0.5s ease-in 0s, margin-bottom 0.5s ease 0s, opacity 0.5s ease 0.3s; }
  .block-type--image.block-size--large.block-source--originals .feed-item__desc + .feed-item__date {
    margin-top: 0; } }

@media only screen and (min-width: 720px) {
  .block-type--image.block-size--xlarge .feed-item__body {
    position: absolute;
    left: 28px;
    right: 0;
    bottom: 0;
    background: #ffffff;
    background: rgba(255, 255, 255, 0.8); }
    .block-type--image.block-size--xlarge .feed-item__body:before {
      border-bottom-color: rgba(255, 255, 255, 0.8); }
    .no-rgba .block-type--image.block-size--xlarge .feed-item__body .feed-item__title {
      background: #ffffff; }
  .block-type--image.block-size--xlarge.feed-block--black .feed-item__body {
    background-color: #1f1f1f;
    background-color: rgba(0, 0, 0, 0.8); }
    .block-type--image.block-size--xlarge.feed-block--black .feed-item__body:before {
      border-bottom-color: rgba(0, 0, 0, 0.8); }
    .no-rgba .block-type--image.block-size--xlarge.feed-block--black .feed-item__body .feed-item__title {
      background-color: #1f1f1f; }
  .block-type--image.block-size--xlarge .feed-item__desc {
    max-height: 0;
    margin-bottom: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.5s ease-out 0.15s, margin-bottom 0.5s ease 0.15s, opacity 0.5s ease 0s; }
  .block-type--image.block-size--xlarge .feed-item > a:hover .feed-item__desc {
    max-height: 6em;
    margin-bottom: 14px;
    opacity: 1;
    transition: max-height 0.5s ease-in 0s, margin-bottom 0.5s ease 0s, opacity 0.5s ease 0.3s; }
  .block-type--image.block-size--xlarge .feed-item__desc + .feed-item__date {
    margin-top: 0; } }

.block-type--image .feed-item__figure img {
  transition: all 0.5s ease 0s; }

.block-type--image.block-source--originals .feed-item__figure img {
  transition: all 0.5s ease 0.2s; }

.block-type--image .feed-item > a:hover {
  cursor: pointer; }
  .block-type--image .feed-item > a:hover .feed-item__title {
    text-decoration: underline;
    text-decoration: underline #da291c;
    -webkit-text-decoration-style: dashed;
            text-decoration-style: dashed;
    text-decoration-line: underline;
    text-decoration-color: #da291c; }

.block-type--video .feed-item__figure:before {
  transition: all 0.5s ease 0s;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0.8;
  background-image: url(../img/play.png);
  background-position: center center;
  background-repeat: no-repeat; }

.block-type--video .feed-item__title {
  transition: color 0.5s ease 0s; }

.block-type--video .feed-item__figure img {
  transition: all 0.5s ease 0s; }

.block-type--video .feed-item > a:hover {
  cursor: pointer; }
  .block-type--video .feed-item > a:hover .feed-item__title {
    text-decoration: underline;
    text-decoration: underline #da291c;
    -webkit-text-decoration-style: dashed;
            text-decoration-style: dashed;
    text-decoration-line: underline;
    text-decoration-color: #da291c; }
  .block-type--video .feed-item > a:hover .feed-item__figure:before {
    opacity: 1;
    -webkit-transform: scale(0.9, 0.9);
        -ms-transform: scale(0.9, 0.9);
            transform: scale(0.9, 0.9); }

.block-type--video.feed-block--group .lap-12-6 > .feed-item__body {
  padding-left: 14px; }

.block-type--image .feed-item__figure,
.block-type--video .feed-item__figure {
  background-color: #1f1f1f; }

.block-type--image .feed-item > a:hover .feed-item__figure img,
.block-type--video .feed-item > a:hover .feed-item__figure img {
  opacity: 0.4; }

.block-type--image .feed-item__figure:before {
  transition: all 0.5s ease 0s;
  content: "i";
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin: -27px 0 0 -40px;
  line-height: 80px;
  vertical-align: middle;
  font-size: 80px;
  display: block;
  text-align: center;
  z-index: 1;
  opacity: 0; }

.block-type--image .feed-item > a:hover .feed-item__figure:before {
  opacity: 0.65;
  margin-top: -45px; }

.block-source--twitter .feed-item__figure:before {
  content: "t"; }

.block-source--instagram .feed-item__figure:before {
  content: "i"; }

.block-source--pinterest .feed-item__figure:before {
  content: "p"; }

.block-source--facebook .feed-item__figure:before {
  content: "f"; }

.block-source--originals .feed-item__figure:before {
  content: ""; }

.block-type--text .feed-item__quote {
  text-align: justify;
  min-height: 4em;
  margin-bottom: 2em;
  font-family: "Trade Gothic W01", helvetica, arial, sans-serif; }
  .block-type--text .feed-item__quote strong {
    color: #da291c; }
  .block-type--text .feed-item__quote p {
    margin-bottom: 0.75em; }

.block-type--text .feed-item__title {
  padding-bottom: 7px; }

.block-type--text.feed-block--grey .feed-item__body,
.block-type--text.feed-block--white .feed-item__body {
  background-color: #ebebeb; }

.block-type--incidental figcaption {
  text-align: center;
  text-transform: uppercase;
  float: left;
  width: 100%; }
  .block-type--incidental figcaption .figcaption__title {
    margin: 0;
    text-align: center;
    font-size: 15px; }

.block-source--pinterest.feed-block--white .feed-block__content,
.block-source--instagram.feed-block--white .feed-block__content {
  border-bottom: none; }

.block-source--facebook .feed-item__title {
  padding-bottom: 0; }

.block-source--facebook .feed-item__date {
  padding-top: 0.3333em;
  padding-bottom: 21px; }

.block-source--twitter .feed-item__title {
  padding-bottom: 0; }

.block-source--twitter .feed-item__desc {
  margin: 0 0 18.2px; }

.block-source--twitter .feed-item__date {
  padding-top: 0.3333em;
  padding-bottom: 21px; }

.block-source--twitter .feed-item__figure {
  margin-bottom: 18.2px; }

.block-source--twitter .feed-item__body {
  position: relative; }
  .block-source--twitter .feed-item__body h2 a, .block-source--twitter .feed-item__body .h2 a, .block-source--twitter .feed-item__body blockquote a, .block-source--twitter .feed-item__body .accordion__title a {
    color: inherit; }
    .block-source--twitter .feed-item__body h2 a:hover, .block-source--twitter .feed-item__body .h2 a:hover, .block-source--twitter .feed-item__body blockquote a:hover, .block-source--twitter .feed-item__body .accordion__title a:hover {
      color: #da291c;
      text-decoration: underline; }

.block-source--twitter.feed-block--grey .feed-item__body,
.block-source--twitter.feed-block--white .feed-item__body {
  background-color: #ebebeb;
  border-bottom: none; }

.block-source--twitter.feed-block--single .feed-item__body {
  padding: 14px 14px 18.2px; }

.block-source--twitter.feed-block--group .feed-item__body {
  padding-top: 0; }

.block-source--twitter.feed-block--group.feed-block--white .feed-block__content {
  padding: 0 14px;
  background-color: #ebebeb; }

.form--feed-sign-up {
  zoom: 1; }
  .form--feed-sign-up:before,
  .form--feed-sign-up:after {
    content: "";
    display: table; }
  .form--feed-sign-up:after {
    clear: both; }
  .form--feed-sign-up .button, .form--feed-sign-up .header__search button, .header__search .form--feed-sign-up button {
    padding: 14px;
    background-color: #da291c;
    width: 100%;
    display: block; }
    .form--feed-sign-up .button:hover, .form--feed-sign-up .header__search button:hover, .header__search .form--feed-sign-up button:hover {
      text-decoration: none;
      background-color: #ffffff;
      color: #2b2b2b; }
  .form--feed-sign-up .input--email {
    border: 1px solid #e3e3e3;
    padding: 14px;
    color: #ffffff;
    height: 100%; }
    .form--feed-sign-up .input--email::-webkit-input-placeholder {
      color: #ffffff; }
    .form--feed-sign-up .input--email:-moz-placeholder {
      color: #ffffff;
      /* Firefox 18- */ }
    .form--feed-sign-up .input--email::-moz-placeholder {
      color: #ffffff;
      /* Firefox 19+ */ }
    .form--feed-sign-up .input--email:-ms-input-placeholder {
      color: #ffffff; }
    .form--feed-sign-up .input--email:focus::-webkit-input-placeholder {
      color: #7c7c7c; }
    .form--feed-sign-up .input--email:focus:-moz-placeholder {
      color: #7c7c7c;
      /* Firefox 18- */ }
    .form--feed-sign-up .input--email:focus::-moz-placeholder {
      color: #7c7c7c;
      /* Firefox 19+ */ }
    .form--feed-sign-up .input--email:focus:-ms-input-placeholder {
      color: #7c7c7c; }
  @media only screen and (min-width: 720px) {
    .form--feed-sign-up .input--email {
      margin: 0;
      min-height: 22px; }
    .form--feed-sign-up .button, .form--feed-sign-up .header__search button, .header__search .form--feed-sign-up button {
      margin: 0;
      padding: 14px 2px;
      min-height: 51px; }
      .form--feed-sign-up .button:hover, .form--feed-sign-up .header__search button:hover, .header__search .form--feed-sign-up button:hover {
        text-decoration: none; } }

/*========================================
SITE HEADER
========================================*/
.header--site {
  position: relative;
  border-bottom: 1px solid #e3e3e3;
  width: 100%;
  background-color: #ffffff;
  z-index: 100;
  margin-bottom: 0; }
  .header--site .container {
    padding: 0; }
  .header--site .grid__cell {
    margin-bottom: 0; }
  .header--site .search__toggle {
    float: right; }
  .header--site .nav__toggle {
    float: right;
    margin-right: 14px; }
  .header--site .header__logo {
    padding: 14px;
    padding-right: 0; }
  .header--site .nav--primary__wrap {
    margin-bottom: 0; }

.nav--primary .container {
  position: relative; }

.nav--primary .feed__filter {
  width: 100%;
  max-width: none;
  margin-top: -21px; }
  .nav--primary .feed__filter .link--title {
    display: inline-block;
    font-weight: 400; }
  .nav--primary .feed__filter div {
    display: inline-block;
    margin-top: 0;
    padding-top: 0;
    background: transparent; }
  .nav--primary .feed__filter ul {
    display: inline-block;
    margin-top: 0;
    padding-top: 0;
    margin: 0;
    padding: 0;
    background: transparent; }
    .nav--primary .feed__filter ul .link--title {
      font-weight: 700; }
  .nav--primary .feed__filter li + li:before {
    content: "";
    height: 2.4em;
    width: 1px;
    background-color: #e3e3e3;
    display: inline-block;
    position: relative;
    margin: 0 0 0 7px;
    top: 0.8em;
    -webkit-transform: rotate(19deg);
        -ms-transform: rotate(19deg);
            transform: rotate(19deg); }

.nav--primary .feed__options {
  margin-right: 0; }

.header__logo {
  display: block;
  transition: all 0.5s ease 0s; }
  .header__logo svg,
  .header__logo .clarks_originals_logo {
    transition: all 0.5s ease 0s;
    width: 121px;
    height: 77px; }
    .js-site-scrolled .header__logo svg,
    .js-site-scrolled .header__logo .clarks_originals_logo {
      width: 99px;
      height: 63px; }

.clarks_originals_logo {
  background-image: url("../img/logo.png");
  background-repeat: none;
  background-color: #fff; }

.takeover__logo svg,
.takeover__logo .clarks_originals_logo {
  width: 121px;
  height: 77px; }
  @media only screen and (min-width: 475px) {
    .takeover__logo svg,
    .takeover__logo .clarks_originals_logo {
      width: 143px;
      height: 91px; } }

.takeover__logo .clarks_originals_logo {
  background-image: url("../img/logo.png");
  background-repeat: none;
  background-color: transparent; }

.nav__toggle {
  cursor: pointer;
  display: block;
  width: 44px;
  height: 37px;
  padding: 17px 7px; }
  .nav__toggle span,
  .nav__toggle span:before,
  .nav__toggle span:after {
    z-index: 0;
    transition: top 0.4s ease 0.3s, bottom 0.4s ease 0.3s, background-color 0.1s ease 0.3s, -webkit-transform 0.5s ease 0s;
    transition: top 0.4s ease 0.3s, bottom 0.4s ease 0.3s, background-color 0.1s ease 0.3s, transform 0.5s ease 0s;
    height: 3px;
    width: 30px;
    background-color: #2b2b2b;
    display: block;
    position: relative; }
  .nav__toggle span:before {
    z-index: 3;
    top: -10px;
    content: "";
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);
    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center; }
  .nav__toggle span:after {
    z-index: 3;
    content: "";
    bottom: -7px;
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);
    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center; }
  .active .nav__toggle span,
  .nav__toggle.active span {
    transition: background-color 0.1s ease 0.3s;
    background-color: transparent; }
  .active .nav__toggle span:before,
  .active .nav__toggle span:after,
  .nav__toggle.active span:before,
  .nav__toggle.active span:after {
    transition: top 0.4s ease 0s, bottom 0.4s ease 0s, -webkit-transform 0.5s ease 0.3s;
    transition: top 0.4s ease 0s, bottom 0.4s ease 0s, transform 0.5s ease 0.3s; }
  .active .nav__toggle span:before,
  .nav__toggle.active span:before {
    top: 0px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .active .nav__toggle span:after,
  .nav__toggle.active span:after {
    bottom: 3px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }

button.search__button,
.search__toggle {
  cursor: pointer;
  display: block;
  margin-right: 21px;
  padding: 7px 7px; }
  button.search__button .icon--search,
  .search__toggle .icon--search {
    position: relative;
    display: block;
    background: #ffffff;
    width: 21px;
    height: 21px;
    border-radius: 21px;
    border: 3px solid #2b2b2b;
    color: #ffffff; }
    button.search__button .icon--search:before,
    .search__toggle .icon--search:before {
      content: "";
      position: absolute;
      bottom: -1px;
      right: -9px;
      display: block;
      width: 9px;
      height: 3px;
      background: #2b2b2b;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      -webkit-transform-origin: top left;
          -ms-transform-origin: top left;
              transform-origin: top left; }
  button.search__button:hover .icon--search,
  button.search__button.active .icon--search,
  .search__toggle:hover .icon--search,
  .search__toggle.active .icon--search {
    border-color: #da291c; }
    button.search__button:hover .icon--search:before,
    button.search__button.active .icon--search:before,
    .search__toggle:hover .icon--search:before,
    .search__toggle.active .icon--search:before {
      background-color: #da291c; }
  .header__search button.search__button .icon--search,
  .header__search .search__toggle .icon--search {
    margin: 0 auto;
    width: 35.07px;
    height: 35.07px;
    border: 5.01px solid #da291c; }
    .header__search button.search__button .icon--search:before,
    .header__search .search__toggle .icon--search:before {
      background-color: #da291c;
      right: -15.03px;
      width: 15.03px;
      height: 5.01px; }
  .header__search button.search__button:hover .icon--search,
  .header__search .search__toggle:hover .icon--search {
    border: 5.01px solid #2b2b2b; }
    .header__search button.search__button:hover .icon--search:before,
    .header__search .search__toggle:hover .icon--search:before {
      background-color: #2b2b2b; }

.nav--primary {
  text-align: center;
  font-family: "Trade Gothic W01", helvetica, arial, sans-serif;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  margin-bottom: -1px; }
  .nav--primary a {
    display: block;
    color: #2b2b2b; }
    .nav--primary a:hover {
      text-decoration: none;
      color: #da291c; }
    .nav--primary a:active,
    .nav--primary a:focus {
      outline: none; }
  .nav--primary .link--title {
    padding: 0 1em 7px; }
    .nav--primary .link--title + div {
      margin-top: 14px; }
    .nav--primary .link--title.is-active,
    .nav--primary .link--title.active {
      color: #da291c; }
  .nav--primary .nav-depth--1 {
    font-size: 24px;
    font-weight: 700; }
    .nav--primary .nav-depth--1 > ul > li {
      padding-top: 28px;
      padding-bottom: 28px;
      border-top: 1px solid #e3e3e3; }
  .nav--primary .nav-depth--2 {
    font-size: 15px; }
    .nav--primary .nav-depth--2 > ul > li > .link--title.is-active,
    .nav--primary .nav-depth--2 > ul > li > .link--title.active {
      color: #2b2b2b;
      text-decoration: underline;
      text-decoration-color: #da291c;
      -webkit-text-decoration-style: solid;
              text-decoration-style: solid;
      text-decoration-line: underline; }
  .nav--primary .nav-depth--3 {
    background-image: linear-gradient(to right, #e3e3e3 0%, #e3e3e3 60%, transparent 60%);
    background-position: 0 top;
    background-size: 15px 1px;
    background-repeat: repeat-x;
    font-weight: 400;
    padding-top: 28px; }
    .nav--primary .nav-depth--3 li {
      width: 50%;
      max-width: 144px;
      margin: 0; }
    .nav--primary .nav-depth--3 .link--title {
      padding: 1em;
      margin-bottom: 0; }
  .nav--primary .hidden-title > .link--title {
    display: none; }

.header__search,
#header__nav--primary {
  position: relative; }
  .header__search:before,
  .header__search:after,
  #header__nav--primary:before,
  #header__nav--primary:after {
    transition: all 0.4s ease 0s;
    content: "";
    display: block;
    position: absolute;
    height: 0;
    width: 0;
    left: 14px;
    bottom: 100%;
    border: 14px solid transparent;
    border-bottom-color: #e3e3e3;
    left: auto;
    right: 23px;
    margin-bottom: -1px;
    z-index: 9; }
  .header__search:after,
  #header__nav--primary:after {
    border-bottom-color: #ffffff;
    margin-bottom: -2px;
    z-index: 10; }
  .header__search.is-closed:before,
  .header__search.is-closed:after,
  #header__nav--primary.is-closed:before,
  #header__nav--primary.is-closed:after {
    border-width: 0px;
    right: 37px; }

.header__search:before,
.header__search:after {
  right: 95px; }

.header__search.is-open:before,
.header__search.is-open:after {
  right: 81px; }

#header__nav--primary {
  display: block !important; }
  #header__nav--primary .nav--primary {
    transition: all 0.5s ease-out 0s;
    max-height: 0;
    display: block; }
  #header__nav--primary.is-open .nav--primary {
    transition: all 0.5s ease-in 0s;
    max-height: 1000px; }

.header__search {
  margin-bottom: 0; }
  @media only screen and (max-width: 719px) {
    .header__search.palm {
      display: block !important; }
    .header__search.not-palm {
      display: none !important; } }
  @media only screen and (min-width: 720px) {
    .header__search.not-palm {
      display: block !important; }
    .header__search.palm {
      display: none !important; } }
  .header__search.palm .form--search {
    transition: max-height 0.5s ease-out 0s;
    max-height: 0;
    overflow: hidden; }
  .header__search.palm.is-open .form--search {
    transition: max-height 0.5s ease-in 0s;
    max-height: 400px; }

.header__search {
  text-align: left; }
  .header__search .form__row {
    display: block;
    border-top: 1px solid #e3e3e3; }
  .header__search .form__row--input {
    padding: 14px 7px; }
  .header__search input {
    font-weight: 400;
    font-size: 20px;
    font-family: "Trade Gothic W01", helvetica, arial, sans-serif;
    height: 49px;
    padding: 0 7px;
    border: none;
    width: 100%;
    color: #da291c; }
  .header__search button {
    font-size: 24px;
    font-size: 1.6rem;
    background-color: transparent;
    color: #2b2b2b; }
    .header__search button:hover {
      color: #000000;
      background-color: transparent; }
      .header__search button:hover span {
        border-bottom: 1px solid #da291c; }
  .header__search ::-webkit-input-placeholder {
    color: #2b2b2b; }
  .header__search :-moz-placeholder {
    color: #2b2b2b;
    /* Firefox 18- */ }
  .header__search ::-moz-placeholder {
    color: #2b2b2b;
    /* Firefox 19+ */ }
  .header__search :-ms-input-placeholder {
    color: #2b2b2b; }
  .header__search input:focus::-webkit-input-placeholder {
    color: #7c7c7c; }
  .header__search input:focus:-moz-placeholder {
    color: #7c7c7c;
    /* Firefox 18- */ }
  .header__search input:focus::-moz-placeholder {
    color: #7c7c7c;
    /* Firefox 19+ */ }
  .header__search input:focus:-ms-input-placeholder {
    color: #7c7c7c; }

@media only screen and (min-width: 720px) {
  .header--site {
    position: fixed;
    top: 0;
    left: 0; }
    .header--site .header__logo {
      padding-left: 28px; }
    .page-toolbar--visible .header--site {
      top: 32px; } }
    @media only screen and (min-width: 720px) and (max-width: 781px) {
      .page-toolbar--visible .header--site {
        top: 46px; } }

@media only screen and (min-width: 720px) {
  #header__nav--primary {
    position: static;
    display: inline-block !important;
    overflow: visible;
    padding-right: 14px; }
    #header__nav--primary .nav--primary,
    #header__nav--primary.is-open .nav--primary {
      max-height: none; }
    #header__nav--primary .suggested-searches,
    #header__nav--primary.is-open .suggested-searches {
      max-height: none; } }

@media only screen and (min-width: 720px) {
  .nav--primary {
    position: static;
    overflow: visible; }
    .nav--primary .strikeBefore:before {
      content: "";
      height: 2.4em;
      width: 1px;
      background-color: #e3e3e3;
      display: inline-block;
      position: relative;
      margin: 0 0 0 7px;
      top: 0.8em;
      -webkit-transform: rotate(19deg);
          -ms-transform: rotate(19deg);
              transform: rotate(19deg);
      margin: -1.2em 7px;
      top: -0.3em; }
    .nav--primary .strikeBefore > a {
      display: inline-block; }
    .nav--primary .nav-depth--1 {
      text-align: right;
      font-size: 18px; }
      .nav--primary .nav-depth--1 > ul > li {
        text-align: center;
        margin: 0;
        border: none;
        padding: 0; }
    .nav--primary .nav-depth--1 > ul > li > .link--title {
      position: relative;
      z-index: 100; }
      .nav--primary .nav-depth--1 > ul > li > .link--title:before,
      .nav--primary .nav-depth--1 > ul > li > .link--title:after {
        transition: all 0.4s ease 0s;
        content: "";
        display: block;
        position: absolute;
        height: 0;
        width: 0;
        left: 14px;
        bottom: 100%;
        border: 14px solid transparent;
        border-bottom-color: #e3e3e3;
        bottom: -40px;
        left: 50%;
        margin: 0;
        border-width: 0; }
        .js-subnav-hidden .nav--primary .nav-depth--1 > ul > li > .link--title:before,
        .js-subnav-hidden .nav--primary .nav-depth--1 > ul > li > .link--title:after {
          bottom: -32px; }
      .nav--primary .nav-depth--1 > ul > li > .link--title:after {
        margin-bottom: -1px;
        border-bottom-color: #ffffff; }
      .nav--primary .nav-depth--1 > ul > li > .link--title.active:before,
      .nav--primary .nav-depth--1 > ul > li > .link--title.active:after {
        margin-left: -14px;
        border-width: 14px; }
        .js-site-scrolled .nav--primary .nav-depth--1 > ul > li > .link--title.active:before,
        .js-site-scrolled .nav--primary .nav-depth--1 > ul > li > .link--title.active:after {
          bottom: -32px; }
        .js-subnav-hidden .nav--primary .nav-depth--1 > ul > li > .link--title.active:before,
        .js-subnav-hidden .nav--primary .nav-depth--1 > ul > li > .link--title.active:after {
          bottom: -32px;
          border-width: 0;
          margin-left: 0; }
    .js-site-scrolled .nav--primary .nav-depth--1 > ul > li#header__search--mobile-toggle > .link--title.active:before,
    .js-site-scrolled .nav--primary .nav-depth--1 > ul > li#header__search--mobile-toggle > .link--title.active:after {
      margin-left: -14px;
      border-width: 14px; }
    .nav--primary .link--title + div {
      margin-top: 0; }
    .nav--primary .nav-depth--2 {
      position: absolute;
      top: 100%;
      right: 0;
      width: 100%;
      background-color: #ffffff;
      border-top: 1px solid #e3e3e3;
      border-bottom: 1px solid #e3e3e3; }
    .nav--primary .nav-depth--3 {
      background-image: none;
      border-top: 0;
      padding-top: 0; }
      .nav--primary .nav-depth--3 li {
        width: auto;
        max-width: none; }
    .nav--primary .feed__filter {
      position: absolute;
      margin: 0;
      left: 0;
      bottom: 0;
      width: 150px;
      height: 100%;
      font-size: 16px;
      display: block;
      padding: 14px 14px 14px 44px;
      overflow: hidden;
      text-align: left; }
      .nav--primary .feed__filter .link--title {
        padding: 0;
        margin: 0 0 4px;
        display: inline-block;
        line-height: 1; }
        .nav--primary .feed__filter .link--title:active,
        .nav--primary .feed__filter .link--title:focus {
          margin-bottom: 3px;
          border-bottom: 1px solid;
          text-decoration: none; }
        .nav--primary .feed__filter .link--title.active,
        .nav--primary .feed__filter .link--title.is-active {
          color: #2b2b2b;
          margin-bottom: 3px;
          border-bottom: 1px solid #da291c; }
      .nav--primary .feed__filter > .link--title {
        margin-bottom: 5px; }
      .nav--primary .feed__filter li {
        display: block; }
      .nav--primary .feed__filter li + li:before {
        display: none; }
      .nav--primary .feed__filter:before,
      .nav--primary .feed__filter:after {
        content: "";
        position: absolute;
        top: 50%;
        margin-top: -120px;
        right: -35px;
        height: 0;
        width: 0;
        border-color: transparent transparent transparent #e3e3e3;
        border-width: 120px 35px;
        border-style: solid;
        background-color: transparent; }
      .nav--primary .feed__filter:after {
        border-color: transparent transparent transparent #ffffff;
        margin-right: 1px; }
    .nav--primary .nav-depth--2 .feed__options {
      margin-left: 150px;
      margin-right: 75px; }
    .nav--primary .feed__options > div > ul {
      min-height: 92px;
      padding: 14px;
      display: block;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
    .nav--primary .feed__options .nav-depth--3 .link--title {
      padding: 0.5em 1.5em; } }

@media only screen and (min-width: 720px) {
  .nav-depth--2 {
    display: block !important; }
    .nav-depth--2 > ul > .no-children {
      padding-top: 1em;
      padding-bottom: 1em; }
    .nav-depth--2.is-open {
      transition: all 0.4s ease 0s;
      top: 100%;
      max-height: 120px;
      border-top-width: 1px;
      border-bottom-width: 1px;
      opacity: 1;
      min-height: 92px;
      z-index: 99; }
      .nav-depth--2.is-open li {
        transition: all 0.4s ease 0s;
        opacity: 1; }
    .js-subnav-hidden .nav-depth--2.is-open,
    .nav-depth--2 {
      transition: min-height 0.4s ease 0s, min-height 0.4s ease 0s, max-height 0.4s ease 0s, top 0.4s ease 0s, opacity 0.2s ease 0.2s;
      top: 100%;
      max-height: 0;
      overflow: hidden;
      border-top: 1px solid #e3e3e3;
      border-bottom: 1px solid #e3e3e3;
      opacity: 0;
      min-height: 0;
      z-index: -2; }
      .js-subnav-hidden .nav-depth--2.is-open li,
      .nav-depth--2 li {
        transition: all 0.4s ease 0s;
        opacity: 0; } }

.header__search {
  z-index: 100; }
  .header__search.palm {
    margin-top: -1px;
    border-bottom: 1px #e3e3e3 solid;
    margin-bottom: 0; }
  .header__search > .container {
    padding-left: 0;
    padding-right: 0; }
  @media only screen and (min-width: 720px) {
    .header__search {
      display: none !important; }
      .header__search .container.container--header__search {
        padding: 77px 28px 210px; }
      .header__search .form--search {
        position: relative;
        margin: 0 0 105px; }
      .header__search .form__row--input {
        padding: 0 120px 0 0;
        border: 1px solid #e3e3e3; }
      .header__search .form__row--button {
        position: absolute;
        top: 0;
        right: 0;
        padding: 14px 0;
        height: 100%;
        width: 120px; }
      .header__search input {
        font-size: 40px;
        padding: 21px 21px;
        height: 90px;
        margin: 0; }
      .header__search button {
        height: 100%; }
      .header__search:before,
      .header__search:after {
        display: none; } }

.suggested-searches {
  padding: 0 28px 28px;
  opacity: 0.7;
  transition: opacity 0.5s ease 0s; }
  .suggested-searches:hover {
    opacity: 1; }
  .suggested-searches.suggested-searches__in-page {
    padding: 56px 0; }

.suggested-searches__title {
  margin-bottom: 0.75em; }

.suggested-searches__group-title {
  font-weight: 400;
  margin-bottom: 0.5em; }

.suggested-searches__group-figure {
  margin-bottom: 7px; }
  .suggested-searches__group-figure img {
    width: auto;
    max-width: 100%; }

.suggested-searches__nav li {
  margin: 0.25em 0; }

.suggested-searches__nav a {
  color: #2b2b2b; }
  .suggested-searches__nav a:hover {
    color: #da291c; }

@media only screen and (min-width: 1000px) {
  .flexbox .suggested-searches__group > .grid,
  .flexbox .suggested-searches__group > .grid > .grid__cell {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .flexbox .suggested-searches__nav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .flexbox .suggested-searches__nav:before,
    .flexbox .suggested-searches__nav:after {
      display: none; } }

.suggested-searches {
  padding: 0 28px 28px;
  opacity: 0.7;
  transition: opacity 0.5s ease 0s; }
  .suggested-searches:hover {
    opacity: 1; }

.suggested-searches__title {
  margin-bottom: 0.75em; }

.suggested-searches__group-title {
  font-weight: 400;
  margin-bottom: 0.5em; }

.suggested-searches__group-figure {
  max-width: 100%;
  margin-bottom: 7px; }
  .suggested-searches__group-figure img {
    width: auto;
    max-width: 100%; }

.suggested-searches__nav li {
  margin: 0.25em 0; }

.suggested-searches__nav a {
  color: #2b2b2b; }
  .suggested-searches__nav a:hover {
    color: #da291c; }

@media only screen and (min-width: 1000px) {
  .flexbox .suggested-searches__group > .grid,
  .flexbox .suggested-searches__group > .grid > .grid__cell {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .flexbox .suggested-searches__nav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .flexbox .suggested-searches__nav:before,
    .flexbox .suggested-searches__nav:after {
      display: none; } }

.search-title__wrap {
  padding: 2px 0 14px;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 28px; }

.search-title {
  font-size: 15px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  font-style: normal;
  text-transform: none;
  margin: 0 0 1em 0;
  font-family: "Trade Gothic W01", helvetica, arial, sans-serif;
  margin: 0;
  text-align: center;
  position: relative; }

.search-title__term {
  text-transform: uppercase;
  font-weight: 700; }

@media only screen and (min-width: 720px) {
  .search-title__wrap {
    padding-top: 16px; }
    .search-title__wrap .search-title__info {
      position: absolute;
      left: 0;
      top: 0; }
    .search-title__wrap .search-title__term {
      padding: 0 6em; } }

.lookbook-nav .nav-depth--2.is-open {
  min-height: 80px; }

.nav--primary .lookbook-nav .feed__options > div > ul {
  min-height: 80px; }

@media only screen and (min-width: 720px) {
  .feed__filter-alt {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    width: 210px !important;
    position: relative !important;
    float: left !important; } }

@media only screen and (min-width: 1400px) {
  .feed__filter-alt {
    width: 250px !important; } }

.feed__filter-alt .link--title {
  font-weight: bold !important;
  padding: 0 0 28px; }
  @media only screen and (min-width: 720px) {
    .feed__filter-alt .link--title {
      min-height: 80px;
      padding: 14px;
      display: block !important;
      display: -webkit-flex !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      margin: 0 !important; } }
  @media only screen and (min-width: 1400px) {
    .feed__filter-alt .link--title {
      font-size: 20px !important; } }

.feed__options-alt {
  width: 100%;
  font-size: 16px;
  font-size: 1.0666666667rem; }
  @media only screen and (min-width: 720px) {
    .feed__options-alt {
      float: left !important;
      margin: 0 !important;
      width: auto !important; }
      .feed__options-alt > div > ul {
        padding-right: 0 !important; } }

.feed__controls {
  display: none !important;
  font-size: 16px;
  font-size: 1.0666666667rem; }
  @media only screen and (min-width: 720px) {
    .feed__controls {
      display: block !important;
      float: right !important;
      padding-right: 30px !important; } }
  .feed__controls .pagination {
    border: 1px solid #e3e3e3;
    overflow: hidden;
    text-align: left;
    min-width: 150px; }
  .feed__controls .pagination__text,
  .feed__controls .pagination__control {
    line-height: 1;
    padding: 0.9em 1em; }
  .feed__controls .pagination__text {
    float: left;
    width: 54%;
    white-space: nowrap;
    text-align: center; }
  .feed__controls .pagination__controls {
    float: left;
    width: 46%;
    border-left: 1px solid #e3e3e3; }
  .feed__controls .pagination__control {
    float: left;
    width: 50%;
    padding-left: .15em;
    padding-right: .15em;
    text-align: center; }
    .feed__controls .pagination__control.disabled {
      color: #e3e3e3;
      cursor: default; }
    .feed__controls .pagination__control + .pagination__control {
      border-left: 1px solid #e3e3e3; }
  .feed__controls .nav-depth--3 {
    min-height: 80px;
    padding: 14px 0 !important;
    display: block !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 !important; }

.play-video {
  color: #2b2b2b;
  text-transform: uppercase;
  font-weight: 400;
  font-family: "Trade Gothic W01", helvetica, arial, sans-serif; }
  .play-video .icon {
    margin: 0 10px 0 0;
    position: relative;
    top: -2px; }
  .play-video:hover .icon {
    background: #da291c; }
  @media only screen and (max-width: 999px) {
    .play-video .video-text {
      display: none; } }

.feed__controls-block {
  float: left;
  margin: 0 0 0 28px; }
  .feed__controls-block:first-child {
    margin: 0; }

.feed__controls--pagination {
  display: none; }
  @media only screen and (min-width: 820px) {
    .feed__controls--pagination {
      display: block; } }

.cover-intro {
  position: relative; }
  @media only screen and (min-width: 1600px) {
    .cover-intro {
      margin: 0 -100px; } }
  @media only screen and (min-width: 1000px) {
    .cover-intro__title {
      font-size: 60px;
      text-align: center; } }
  @media only screen and (min-width: 1400px) {
    .cover-intro__title {
      position: absolute;
      z-index: 2;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      top: 135px; }
      .cover-intro__title > span {
        display: inline-block;
        background: #ffffff;
        padding: .4em; } }
  .cover-intro__block {
    position: relative;
    display: block;
    margin: 0 0 28px; }
    @media only screen and (min-width: 1000px) {
      .cover-intro__block {
        margin: 0; } }
    .cover-intro__block:hover .cover-intro__sub-title {
      background: #1f1f1f; }
      .cover-intro__block:hover .cover-intro__sub-title:before {
        border-color: transparent transparent #1f1f1f transparent; }
  .cover-intro__sub-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: .5em;
    margin: 0;
    background: rgba(31, 31, 31, 0.75);
    color: #ffffff;
    transition: background 0.5s ease-in; }
    .cover-intro__sub-title:before {
      content: "";
      transition: border-color 0.5s ease-in;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 14px 14px 14px;
      border-color: transparent transparent rgba(31, 31, 31, 0.75) transparent;
      position: absolute;
      top: -14px; }
    @media only screen and (min-width: 1000px) {
      .cover-intro__sub-title {
        font-size: 45px; } }
  .cover-intro__image {
    display: block; }

.lookbook-index__content {
  padding-top: 28px !important;
  padding-bottom: 28px !important;
  border: 0 !important;
  opacity: 0;
  text-align: left; }
  .lookbook-index__content .feed-block {
    opacity: 0;
    transition: opacity 0.5s ease-in; }
  .lookbook-index__content.show {
    opacity: 1; }
    .lookbook-index__content.show .feed-block {
      opacity: 1; }
  @media only screen and (min-width: 1000px) {
    .lookbook-index__content {
      padding-top: 100px !important;
      padding-bottom: 100px !important; } }

.lookbook-index__header {
  margin: 0 0 84px;
  text-align: center; }

.lookbook-index__section {
  margin-bottom: 56px; }

.lookbook-index__title {
  color: #2b2b2b; }
  .lookbook-index__title:hover {
    text-decoration: none;
    color: #da291c; }
  @media only screen and (min-width: 1000px) {
    .lookbook-index__title {
      font-size: 60px; } }

.lookbook-index__subtitle {
  font-size: 32px; }

.mfp-lookbook .mfp-close {
  position: fixed;
  top: 0; }

.lookbook-video-trigger {
  text-align: center;
  margin: 28px 0; }

/*========================================
SITE FOOTER
========================================*/
.footer--site {
  position: relative;
  width: 100%;
  background-color: #ffffff;
  text-align: center; }
  .footer--site .footer__top {
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    overflow: hidden; }
  .footer--site .container {
    padding: 0; }
  .footer--site .grid__cell {
    margin-bottom: 0; }
  .footer--site .footer__logo {
    padding: 14px 0;
    display: block; }
  .footer--site .clarks_originals_logo {
    background-image: url("../img/logo--72x46.png");
    background-repeat: none;
    background-color: #fcf; }
  @media only screen and (min-width: 720px) {
    .footer--site {
      padding-bottom: 130px; }
      .footer--site .lap-width--auto {
        width: auto; }
      .footer--site .footer__logo {
        position: absolute;
        bottom: 50px;
        left: 50%;
        width: 72px;
        margin-left: -36px; } }

.form--footer-signup {
  border-bottom: 1px solid #e3e3e3;
  padding: 28px 0 21px; }
  .form--footer-signup .form__row {
    display: inline-block;
    vertical-align: bottom; }
  .form--footer-signup .form__row--input {
    width: 200px; }
  .form--footer-signup .form__row--button {
    width: auto; }
  .form--footer-signup .form__row--button button {
    margin: 0 0 14px 11px;
    border-bottom: 2px solid #ffffff;
    padding: 0 1px; }
    .form--footer-signup .form__row--button button:hover {
      text-decoration: none;
      border-bottom: 2px solid #da291c;
      background-color: transparent; }
  @media only screen and (min-width: 720px) {
    .form--footer-signup {
      border-bottom: none; } }

.nav--footer {
  padding: 14px 0; }
  .nav--footer a {
    font-size: 18px;
    margin-bottom: 0;
    padding: 14px 0;
    color: #2b2b2b; }
  @media only screen and (min-width: 720px) {
    .nav--footer {
      text-align: right;
      padding: 21px 14px 21px 0; }
      .nav--footer li {
        margin-right: 14px; }
        .nav--footer li:last-child {
          margin-right: 14px; }
      .nav--footer a {
        padding: 7px 0; } }

.footer__copyright {
  font-size: 14px; }
  .footer__copyright .footer__copyright__date {
    display: block; }
  @media only screen and (min-width: 720px) {
    .footer__copyright {
      overflow: hidden;
      font-size: 18px;
      padding: 28px 0 28px 28px;
      margin: 0;
      text-align: left; }
      .footer__copyright .footer__copyright__date {
        display: inline-block;
        padding-right: 0.25em; }
      .footer__copyright .footer__copyright__company {
        display: inline-block; } }

.footer__site-credit {
  display: block;
  font-family: "Trade Gothic W01", helvetica, arial, sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  color: #7c7c7c;
  padding: 28px; }
  .footer__site-credit:hover {
    color: #7c7c7c;
    text-decoration: none; }
    .footer__site-credit:hover span {
      text-decoration: underline;
      color: #da291c; }
  @media only screen and (min-width: 720px) {
    .footer__site-credit {
      padding: 14px 28px;
      position: absolute;
      bottom: 0;
      right: 0;
      text-align: right; } }

.flex-section {
  clear: both;
  width: 100%;
  padding-top: 28px;
  padding-bottom: 28px; }
  .flex-section.double-padding {
    padding-top: 56px;
    padding-bottom: 56px; }
  .flex-section.double-padding--top {
    padding-top: 56px; }
  .flex-section.double-padding--bottom {
    padding-bottom: 56px; }

.flex-section__figure {
  text-align: center; }
  .flex-section__figure img {
    display: block;
    margin: 0 auto; }

.flex-section__header {
  position: relative;
  margin-top: -28px;
  margin-bottom: 42px;
  margin-left: -14px;
  margin-right: -14px; }
  @media only screen and (min-width: 720px) {
    .flex-section__header {
      margin-left: -28px;
      margin-right: -28px; } }
  .flex-section__header .flex-section__title {
    margin: 0 0 0 -2px;
    line-height: 0.9;
    max-width: 720px; }
  .flex-section__header .flex-section__publish-date {
    margin: 0.286em 0 0;
    display: block;
    font-size: 14px; }
  .flex-section__header .flex-section__content__wrap {
    position: relative;
    display: block;
    width: 100%;
    padding: 21px 14px 0;
    max-width: 483px;
    margin-left: auto;
    margin-right: auto; }
    @media only screen and (min-width: 720px) {
      .flex-section__header .flex-section__content__wrap {
        padding: 28px;
        background-color: #ebebeb;
        max-width: none;
        margin-left: 0;
        margin-right: 0; } }

.flex-section__pre-title {
  margin-bottom: 0.25em;
  margin-top: 0;
  letter-spacing: 0;
  font-weight: 400; }

.flex-section__header.flex-section__header--with-overlay .flex-section__content__wrap {
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.7); }
  @media only screen and (min-width: 720px) {
    .flex-section__header.flex-section__header--with-overlay .flex-section__content__wrap {
      position: absolute;
      bottom: 0;
      left: 0; } }

.flex-section__header .header__figure--video iframe {
  margin: 0 auto;
  display: block; }

.flex-section__title-container {
  padding-right: 21px;
  padding-left: 21px; }
  .flex-section--image--carousel .flex-section__title-container {
    text-align: left; }
  @media only screen and (min-width: 720px) {
    .flex-section__title-container {
      padding-left: 28px;
      padding-right: 28px; }
      .flex-section--image--grid .flex-section__title-container {
        padding-left: 28px;
        padding-right: 28px; }
      .flex-section--video .flex-section__title-container,
      .flex-section--image--carousel .flex-section__title-container {
        padding-left: 0;
        padding-right: 0; }
      .flex-section--3_up_image .flex-section__title-container {
        margin-left: 8.33333%;
        margin-right: 8.33333%; } }
  @media only screen and (min-width: 1000px) {
    .flex-section--3_up_image .flex-section__title-container {
      padding-right: 14px;
      padding-left: 14px; }
    .flex-section--3_up_image--right .flex-section__title-container {
      margin-left: 50%;
      margin-right: 0; }
    .flex-section--3_up_image--left .flex-section__title-container {
      text-align: right;
      margin-left: 0;
      margin-right: 50%; } }

.flex-section__introduction {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 1.4em;
  max-width: 455px;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (min-width: 720px) {
    .flex-section__introduction {
      max-width: none; } }

.flex-section__text {
  font-size: 15px;
  max-width: 455px;
  margin-left: auto;
  margin-right: auto; }
  .flex-section__text blockquote {
    text-align: left;
    margin: 0;
    padding: 0 0 28px; }
    .flex-section__text blockquote cite {
      text-align: left;
      margin-bottom: 1em; }
    .flex-section__text blockquote a {
      text-decoration: underline; }
  .flex-section__text .flex-section__figure {
    padding-bottom: 28px; }
  @media only screen and (min-width: 720px) {
    .flex-section__text blockquote,
    .flex-section__text .flex-section__figure {
      float: left;
      left: -56px;
      margin-bottom: 49px;
      margin-left: -75%;
      max-width: 100%;
      padding: 21px 0;
      padding: 0;
      position: relative;
      text-align: justify; }
    .flex-section__text cite {
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      text-align: right; }
    .flex-section__text .flex-section__figure {
      width: 100%;
      text-align: right !important; }
      .flex-section__text .flex-section__figure img {
        max-width: 100%;
        width: auto;
        margin: 0 0 0 auto; }
      .flex-section__text .flex-section__figure figcaption {
        float: right; } }

.flex-section--text--quote {
  display: block;
  background-color: #ebebeb;
  margin-top: 28px;
  margin-bottom: 28px; }
  .flex-section--text--quote blockquote {
    margin: 1em 0;
    text-align: left; }
    .flex-section--text--quote blockquote a {
      text-decoration: underline; }

.flex-section--text--text + .flex-section--text--text,
.flex-section--text--text_quote + .flex-section--text--text,
.flex-section--text--text_image + .flex-section--text--text,
.flex-section--featured + .flex-section--text--text,
.flex-section--text--text + .flex-section--text--text_quote,
.flex-section--text--text_quote + .flex-section--text--text_quote,
.flex-section--text--text_image + .flex-section--text--text_quote,
.flex-section--featured + .flex-section--text--text_quote,
.flex-section--text--text + .flex-section--text--text_image,
.flex-section--text--text_quote + .flex-section--text--text_image,
.flex-section--text--text_image + .flex-section--text--text_image,
.flex-section--featured + .flex-section--text--text_image {
  padding-top: 0;
  margin-top: -28px;
  margin-top: 0; }

.flex-section__figure-wrap {
  text-align: center; }
  .flex-section__figure-wrap .flex-section__figure {
    display: inline-block; }
    .flex-section__figure-wrap .flex-section__figure img {
      width: auto; }

.flex-section--image--grid {
  padding-bottom: 0; }
  .flex-section--image--grid .flex-section__figure {
    display: block;
    padding-bottom: 28px; }
  .flex-section--image--grid img {
    width: auto;
    max-width: 100%; }

.flex-section--video .flex-section--video__single + .flex-section--video__single {
  padding-top: 42px; }

.flex-section--video .flex-section__figure {
  display: block; }

.flex-section--3_up_image {
  padding-top: 56px;
  padding-bottom: 56px; }
  .flex-section--3_up_image .lookbook-image--primary {
    text-align: right; }
    .flex-section--3_up_image .lookbook-image--primary figcaption {
      text-align: left; }
  .flex-section--3_up_image .lookbook-image--product {
    padding-top: 56px;
    padding-bottom: 21px; }
    .flex-section--3_up_image .lookbook-image--product .flex-section__figure {
      max-width: 260px;
      margin: 0 auto; }
    .flex-section--3_up_image .lookbook-image--product .owl-theme .owl-dots {
      text-align: center; }
  .flex-section--3_up_image .lookbook-image--incidental {
    padding-top: 56px; }
    .flex-section--3_up_image .lookbook-image--incidental figcaption {
      text-align: left; }
  @media only screen and (min-width: 720px) {
    .flex-section--3_up_image .lookbook-image--product {
      padding-bottom: 0; }
    .flex-section--3_up_image .lookbook-image--primary {
      margin-right: -28px; }
    .flex-section--3_up_image .lookbook-image--incidental figcaption {
      text-align: right; } }
  @media only screen and (min-width: 720px) {
    .flex-section--3_up_image.flex-section--3_up_image--left .lookbook-image--primary {
      margin-right: 0; }
    .flex-section--3_up_image.flex-section--3_up_image--left .lookbook-image--incidental {
      margin-right: -28px; }
    .flex-section--3_up_image.flex-section--3_up_image--left .lookbook-image--primary figcaption {
      text-align: right; } }
  .flex-section--3_up_image.flex-section--3_up_image--left .lookbook-image--incidental figcaption {
    text-align: left; }
  @media only screen and (min-width: 1000px) {
    .flex-section--3_up_image {
      padding-top: 112px;
      padding-bottom: 112px; }
      .flex-section--3_up_image .lookbook-image--product {
        padding-bottom: 126px; }
      .flex-section--3_up_image .lookbook-image--primary,
      .flex-section--3_up_image .lookbook-image--incidental {
        padding-left: 0; } }

.flex-section--returnToFeed {
  padding-bottom: 56px; }
  .flex-section--returnToFeed .button, .flex-section--returnToFeed .header__search button, .header__search .flex-section--returnToFeed button {
    margin: 0 auto;
    width: 200px;
    padding-right: 25px; }
    .flex-section--returnToFeed .button:before, .flex-section--returnToFeed .header__search button:before, .header__search .flex-section--returnToFeed button:before {
      padding-right: 7px; }

.flex-section--disqus {
  max-width: 664px;
  margin-left: auto;
  margin-right: auto; }

.flex-section--related {
  padding-bottom: 14px; }
  .flex-section--related .flex-section__title {
    font-size: 18px;
    text-align: center;
    margin: 0 0 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid #e3e3e3; }

.block-type--related {
  margin-bottom: 28px; }
  .block-type--related .feed-item__body {
    padding: 0; }
  .block-type--related .feed-item__title {
    margin: 0;
    padding: 0;
    text-align: left; }
  .block-type--related .feed-item__link:hover {
    color: #da291c; }
  @media only screen and (min-width: 1000px) {
    .block-type--related .feed-item__body {
      padding: 7px 0 0; } }
  .block-type--related.active .feed-item__link {
    color: #da291c; }

.block-type--related--standard .feed-item__body {
  padding: 7px 0 0; }

@media only screen and (min-width: 1000px) {
  .block-type--related--standard .feed-item__body {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    min-height: 74px;
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.8);
    transition: background-color 0.5s ease 0s;
    padding: 14px 14px 18.2px; }
  .block-type--related--standard .feed-item__link:hover .feed-item__body {
    background-color: rgba(255, 255, 255, 0.9); } }

@media only screen and (max-width: 719px) {
  .flex-section--video figcaption,
  .flex-section--image--single figcaption,
  .flex-section--3_up_image figcaption {
    padding-left: 21px;
    padding-right: 7px; } }

.mfp-container .mfp-content {
  text-align: center; }

.mfp-wrap .mfp-close {
  font-size: 48px;
  width: 70px;
  height: 76px;
  padding: 14px; }

@media only screen and (max-width: 719px) {
  .mfp-wrap .mfp-close-btn-in .mfp-close {
    color: #ffffff; }
  .mfp-wrap .mfp-close {
    top: auto;
    right: auto;
    position: relative;
    width: 100%;
    opacity: 1;
    font-size: 28px;
    background-color: #2b2b2b;
    color: #ffffff !important; }
    .mfp-wrap .mfp-close:before {
      content: "close";
      font-family: "Trade Gothic W01", helvetica, arial, sans-serif;
      font-size: 24px;
      font-weight: 700;
      text-transform: uppercase;
      line-height: 27px;
      vertical-align: top;
      padding-right: 7px; }
    .mfp-wrap .mfp-close:hover {
      background-color: #da291c; } }

.popup__content {
  width: 100%;
  margin-right: auto;
  margin-left: auto; }

.feed-single {
  position: relative;
  background: #ffffff;
  padding: 21px 21px 28px;
  width: auto;
  max-width: 100%;
  display: inline-block;
  margin: 28px auto;
  text-align: center; }
  .feed-single .feed-single__grid {
    display: inline-block;
    width: auto;
    max-width: 100%; }
  @media only screen and (min-width: 720px) {
    .feed-single .feed-single__profile {
      width: auto;
      max-width: 33.33333%;
      min-width: 30%; }
    .feed-single .feed-single__media {
      width: auto;
      max-width: 66.66666%; }
    .feed-single.feed-single-source--youtube .feed-single__profile,
    .feed-single.feed-single-source--youtube .feed-single__media {
      width: auto;
      max-width: none;
      display: block; } }
  .feed-single .feed-single__profile {
    padding-top: 28px; }
    @media only screen and (max-width: 719px) {
      .feed-single .feed-single__profile {
        max-width: 400px; } }
  .feed-single .feed-block__header {
    padding-top: 0; }
  .owl-carousel .feed-single img.feed-item__figure,
  .owl-carousel .feed-single img.feed-item__avatar,
  .feed-single .feed-item__avatar {
    width: auto;
    max-width: 70px;
    margin: 0 auto 28px; }
  .feed-single .feed-item__link {
    display: inline-block;
    color: inherit; }
  .feed-single .feed-item__title {
    padding: 0;
    margin-bottom: 0; }
  .feed-single .feed-item__date {
    margin-top: 28px;
    margin-bottom: 28px;
    width: 100%;
    display: block; }
  .feed-single .feed-item__desc {
    text-align: center;
    float: none;
    display: inline-block; }
  @media only screen and (max-width: 719px) {
    .feed-single {
      padding: 14px 14px 18.999999998px; }
      .feed-single .feed-single__profile {
        max-width: 400px; }
      .feed-single .feed-single__media {
        max-width: 600px; } }

.page-type--feed-block-full .feed-single {
  display: block; }

.mfp--takeover .mfp-content {
  max-width: 1400px;
  margin-top: 28px; }

.mfp--takeover.mfp-bg {
  background-color: #2b2b2b; }
  .mfp--takeover.mfp-bg.mfp-ready {
    opacity: 0.9; }

.mfp--takeover .mfp-close {
  opacity: 1;
  color: #ffffff; }

.mfp--takeover .popup--takeover {
  display: block; }

.mfp--takeover .takeover__logo-wrap {
  display: block;
  margin: 0 0 28px; }

.mfp--takeover .feed-single {
  display: block;
  background-color: transparent;
  padding: 0;
  margin-top: 0; }
  .mfp--takeover .feed-single .feed-single__grid {
    display: block;
    max-width: none; }

.mfp--takeover .takeover__content {
  background-color: #ffffff;
  padding: 3% 3% 3.7%; }

.mfp--takeover .feed-item__title {
  margin: 28px 0 35px;
  margin: 1em 0 1.2em;
  line-height: 0.95;
  color: #ffffff; }
  @media only screen and (max-width: 474px) {
    .mfp--takeover .feed-item__title {
      font-size: 24px; } }

.mfp--takeover .feed-single__social-links .nav--social a:before,
.mfp--takeover .nav--social a,
.mfp--takeover .nav--social__title {
  color: #ffffff; }

.mfp--takeover .feed-single__social-links .nav--social {
  padding-top: 49px; }

@media only screen and (max-width: 719px) {
  .mfp--takeover .feed-single {
    margin-top: 0;
    margin-bottom: 0; }
  .mfp--takeover .takeover__content {
    padding: 0; }
  .mfp--takeover .mfp-content {
    margin-top: 110px;
    margin-bottom: 76px; } }

/**
 * Project specific
 */
/**
 * Theme Specific
 */
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

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

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

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel .owl-refresh .owl-item {
  display: none; }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1); }

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d; }

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto; }

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: scale 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -moz-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
      -ms-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 0;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.mfp-preloader {
  color: #2b2b2b;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #2b2b2b; }
    .mfp-preloader a:hover {
      color: #da291c; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #2b2b2b;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #2b2b2b;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #2b2b2b;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before,
  .mfp-arrow:after,
  .mfp-arrow .mfp-b,
  .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after,
  .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before,
  .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    border-right: 17px solid #2b2b2b;
    margin-left: 31px; }
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    border-left: 17px solid #2b2b2b;
    margin-left: 39px; }
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%; }
  .mfp-container {
    padding-left: 0;
    padding-right: 0; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

.mfp-bg {
  transition: opacity 0.7s ease-out 0s; }
  .mfp-bg.mfp-ready {
    opacity: 1;
    filter: alpha(opacity=100); }

.mfp-preloader {
  display: inline-block;
  padding-top: 90px;
  margin-top: -59px;
  background: url("../img/clarks-originals-loader-c-white.gif") no-repeat center center transparent; }
  .mfp-preloader a {
    text-decoration: underline; }
  .mfp-s-error .mfp-preloader {
    padding-top: 0;
    margin-top: -7.5px;
    background: transparent; }

.mfp-content .owl-theme .owl-prev,
.mfp-content .owl-theme .owl-next {
  width: 60px;
  opacity: 0.65;
  filter: alpha(opacity=65); }
  .mfp-content .owl-theme .owl-prev:hover,
  .mfp-content .owl-theme .owl-next:hover {
    color: #2b2b2b;
    opacity: 1;
    filter: alpha(opacity=100); }

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  100% {
    -webkit-transform: none;
    transform: none; } }

@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  100% {
    -webkit-transform: none;
    transform: none; } }

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

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

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

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

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

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

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes fadeOutDownBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeft {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes fadeOutRight {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes fadeOutRightBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes fadeOutUpBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transition-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transition-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transition-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transition-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  0% {
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

@keyframes rollOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  100% {
    opacity: 0; } }

@keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  100% {
    opacity: 0; } }

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%); } }

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%); } }

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); } }

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); } }

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

/*========================================
SITE HEADER
========================================*/
.central-content {
  position: relative;
  z-index: 1;
  transition: margin-top 0.3s ease-out 0s;
  overflow: hidden; }
  @media only screen and (min-width: 720px) {
    .central-content {
      margin-top: 108px; } }
  .lt-ie9 .central-content {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto; }

.flex-section--related--index {
  padding-bottom: 0; }
  .flex-section--related--index .flex-section__title {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none; }

.lookbook-index__toggle {
  color: #2b2b2b;
  display: block;
  cursor: pointer; }
  .lookbook-index__toggle:active,
  .lookbook-index__toggle:focus,
  .lookbook-index__toggle:hover {
    outline: none;
    color: #2b2b2b;
    text-decoration: none; }

.lookbook-index__toggle--palm {
  border-top: 1px solid #e3e3e3;
  text-align: left;
  padding: 21px 14px;
  font-size: 20px;
  position: relative; }
  .lookbook-index__toggle--palm .toggle__pre-title {
    font-weight: 400;
    font-size: 16px; }
  .lookbook-index__toggle--palm .nav__toggle {
    position: absolute;
    right: 7px;
    top: 24px; }

.lookbook-index__toggle--lap {
  border: 1px solid #e3e3e3;
  border-bottom-color: #ffffff;
  background-color: #ffffff;
  display: inline-block;
  padding: 21px 21px 18.000000004px 18.000000004px;
  position: relative;
  z-index: 3;
  margin-bottom: -1px; }
  .lookbook-index__toggle--lap:before {
    padding-right: 14px;
    content: "v"; }
    .active > .lookbook-index__toggle--lap:before {
      content: "^"; }

.lookbook-index__content .feed-block--single:active {
  color: #da291c; }

@media only screen and (min-width: 720px) {
  .lookbook-index__content {
    border-top: 1px solid #e3e3e3;
    padding-top: 14px;
    padding-bottom: 14px; } }

.lookbook-index__content.is-open {
  border-top: 1px solid #e3e3e3;
  padding-top: 14px;
  padding-bottom: 14px; }

@media only screen and (min-width: 720px) {
  .lookbook-index__content.is-closed {
    display: block !important; } }

@media only screen and (max-width: 719px) {
  .lookbook-index__content.is-closed .feed-block--single {
    display: none; } }

@media only screen and (min-width: 720px) {
  .block-type--related .feed-item__figure {
    background: #eee url(/assets/img/logo.png) center center no-repeat; }
    .block-type--related .feed-item__figure img {
      transition: opacity 0.5s ease 0s; }
  .block-type--related.feed-block--loading .feed-item__figure {
    padding-top: 64%; }
    .block-type--related.feed-block--loading .feed-item__figure img {
      position: absolute;
      opacity: 0; } }

.feed-block--group .owl-stage-outer,
.flex-section--image--grid .owl-stage-outer {
  overflow: visible; }

@media only screen and (max-width: 719px) {
  .feed-block--group .grid,
  .flex-section--image--grid .grid {
    margin-left: 0; }
  .feed-block--group .grid__cell,
  .flex-section--image--grid .grid__cell {
    padding: 0 14px; } }

.body-loader {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100%;
  margin-top: 150px;
  background: rgba(255, 255, 255, 0.95);
  width: 100%;
  text-align: center;
  margin-top: 1px;
  border-bottom: 1px solid #e3e3e3;
  z-index: 10;
  margin: 0;
  padding: 28px 0;
  opacity: 0;
  transition: opacity 0.4s ease; }
  .body-loader.active {
    left: 0;
    opacity: 1; }
  .body-loader .text {
    display: block;
    margin: 14px 0 0; }
  .body-loader .image {
    display: inline-block;
    position: relative; }
    .body-loader .image img {
      position: relative;
      z-index: 5; }
  .body-loader .loader-inner {
    display: table;
    height: 100%;
    width: 100%; }
  .body-loader .loader-content {
    display: table-cell;
    vertical-align: middle; }
  @media only screen and (min-width: 720px) {
    .body-loader {
      padding: 0; } }
