/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
html {
  -webkit-font-smoothing: antialiased;
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active, a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *  Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Improves appearance and consistency in all browsers.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *  and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *  `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

@font-face {
  font-family: 'BrownStd-Regular';
  src: url("../fonts/BrownStd-Regular.eot");
  src: url("../fonts/BrownStd-Regular.woff2") format("woff2"), url("../fonts/BrownStd-Regular.woff") format("woff"), url("../fonts/BrownStd-Regular.ttf") format("truetype"), url("../fonts/BrownStd-Regular.otf") format("opentype"), url("../fonts/BrownStd-Regular.svg#BrownStd-Regular") format("svg"); }

@font-face {
  font-family: 'BrownStd-Bold';
  src: url("../fonts/BrownStd-Bold.eot");
  src: url("../fonts/BrownStd-Bold.woff2") format("woff2"), url("../fonts/BrownStd-Bold.woff") format("woff"), url("../fonts/BrownStd-Bold.ttf") format("truetype"), url("../fonts/BrownStd-Bold.otf") format("opentype"), url("../fonts/BrownStd-Regular.svg#BrownStd-Bold") format("svg"); }

@font-face {
  font-family: 'BrownStd-Light';
  src: url("../fonts/BrownStd-Light.eot");
  src: url("../fonts/BrownStd-Light.woff") format("woff"), url("../fonts/BrownStd-Light.otf") format("opentype"); }

@font-face {
  font-family: 'BrownStd-RegularAlt';
  src: url("../fonts/BrownStd-RegularAlt.eot");
  src: url("../fonts/BrownStd-RegularAlt.woff") format("woff"), url("../fonts/BrownStd-RegularAlt.otf") format("opentype"); }

@font-face {
  font-family: 'PlayfairDisplay-Regular;';
  src: url("../fonts/PlayfairDisplay-Regular.eot");
  src: url("../fonts/PlayfairDisplay-Regular.woff") format("woff"), url("../fonts/PlayfairDisplay-Regular.ttf") format("truetype"); }

@font-face {
  font-family: 'PlayfairDisplay-Black';
  src: url("../fonts/PlayfairDisplay-Black.eot");
  src: url("../fonts/PlayfairDisplay-Black.woff") format("woff"), url("../fonts/PlayfairDisplay-Black.ttf") format("truetype"); }

@font-face {
  font-family: 'PlayfairDisplay-Bold';
  src: url("../fonts/PlayfairDisplay-Bold.eot");
  src: url("../fonts/PlayfairDisplay-Bold.woff") format("woff"); }

@font-face {
  font-family: 'TiemposText-Regular';
  src: url("../fonts/TiemposTextWeb-Regular.eot");
  src: url("../fonts/TiemposTextWeb-Regular.woff") format("woff"), url("../fonts/TiemposText-Regular.otf") format("opentype"), url("../fonts/TiemposTextWeb-Regular.ttf") format("truetype"); }

html {
  font-size: 62.5%; }
  @media screen and (max-width: 449px) {
    html {
      font-size: 31.25%; } }
  @media screen and (min-width: 600px) and (max-width: 767px) {
    html {
      font-size: 50%; } }
  @media screen and (min-width: 500px) and (max-width: 599px) {
    html {
      font-size: 35%; } }
  @media screen and (min-width: 450px) and (max-width: 499px) {
    html {
      font-size: 37.25%; } }

body {
  margin: 0 auto;
  color: white; }

body:after {
  display: none;
  content: url("../images/twitter_hover.png") url("../images/facebook_hover.png") url("../images/instagram_hover.png"); }

header {
  height: 60px;
  background-color: #ffffff; }

h1, h2 {
  margin: 0;
  text-align: center; }

h1 {
  text-transform: uppercase;
  font-family: BrownStd-Bold, sans-serif;
  font-size: 1.2rem;
  line-height: initial;
  letter-spacing: 0.96rem;
  color: inherit;
  font-weight: normal; }
  @media screen and (min-width: 0px) and (max-width: 1024px) {
    h1 {
      font-family: BrownStd-Bold, sans-serif;
      font-size: 1.99rem;
      line-height: 2.12;
      letter-spacing: 1.59rem;
      color: inherit;
      font-weight: normal; } }

h2 {
  font-family: PlayfairDisplay-Regular;
  font-size: 7.2rem;
  line-height: 1.07;
  letter-spacing: 0.08rem;
  color: inherit;
  font-weight: inherit; }
  @media screen and (min-width: 0px) and (max-width: 1024px) {
    h2 {
      font-size: 6.0rem;
      line-height: 1.2; } }

.bgPink {
  background-color: #f75352; }

.bgBlack {
  background-color: black; }

/*.bgWhiteBorder {
    background-color:white;
    color:black;
    border:2rem solid black;
}*/
.copyShortcut {
  font-family: BrownStd-Light, sans-serif;
  font-size: 1.2rem;
  line-height: 3.33;
  letter-spacing: inherit;
  color: inherit;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 3.33;
  letter-spacing: inherit;
  color: inherit;
  position: absolute;
  bottom: 0.7rem;
  right: 1.8rem;
  text-align: right;
  color: #a3a3a3;
  text-decoration: underline;
  cursor: pointer; }

.container {
  max-width: 128rem;
  margin: 0 auto;
  position: relative; }

.fadeOut {
  visibility: hidden; }

.hide {
  display: none; }

.hidden {
  opacity: 0; }

.show {
  display: block; }

.r29-loader-subtle {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 50px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMjUgMjUiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDI1IDI1IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHBhdGggZD0iTTE2LjkyLDEyLjZjLTAuODksMC0xLjQ3LTAuNjgtMS40Ny0xLjU0YzAtMC4wNywwLjAxLTAuMTQsMC4wMS0wLjIxYzAtMC4wMSwwLTAuMDMsMC0wLjA0YzAuMS0wLjc0LDAuNjUtMS4yOSwxLjQ2LTEuMjkKCWMwLjg5LDAsMS40NywwLjY4LDEuNDcsMS41NEMxOC40LDExLjkyLDE3LjgxLDEyLjYsMTYuOTIsMTIuNiBNMTQuOTEsMTYuODNsLTIuMTMtMi43NWMwLjc4LTAuMjUsMS40MS0wLjY2LDEuODctMS4yMwoJYzAuNTEsMC42NCwxLjMxLDEuMDUsMi4yNywxLjA1YzAuMDEsMCwwLjA3LDAsMC4wNywwTDE0LjkxLDE2LjgzeiBNMTYuOTIsOC4yMmMtMC42MSwwLTEuMTYsMC4xNy0xLjYsMC40NQoJYy0wLjUyLTEuOC0yLjA4LTIuODEtNC40Ni0yLjgxSDcuMXYxLjMxaDMuODZjMS45NywwLDMuMTMsMS4wNywzLjEzLDIuOTRjMCwxLjg3LTEuMTcsMi45NC0zLjEzLDIuOTRoLTAuMDNsMC4yMi0wLjMzCgljMC40OC0wLjcyLDAuOTEtMS40MiwwLjkxLTIuMDljMC0xLjM3LTAuODctMi40MS0yLjU3LTIuNDFjLTEuNDcsMC0yLjU4LDEuMTQtMi41OCwyLjQ2aDEuNGMwLTAuNjYsMC40My0xLjE1LDEuMTgtMS4xNQoJYzAuOCwwLDEuMTcsMC40NiwxLjE3LDEuMTRjMCwwLjUyLTAuMzMsMS4wNC0wLjcsMS41N2wtMC41NiwwLjgxSDcuMXYxLjNoMS40MWwtMi40NiwzLjZoNS44OXYtMS4zMUg4LjQ3bDEuNTctMi4yOWgwLjgyCgljMC4xNCwwLDAuMjcsMCwwLjQtMC4wMWw0LjEyLDUuMzhoMS43N2wtMS4zNi0xLjc2bDIuNTktMy43OGMwLjY3LTAuOTQsMS40NC0xLjk1LDEuNDQtMy4xMkMxOS44MSw5LjUsMTguNjIsOC4yMiwxNi45Miw4LjIyIi8+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPg==");
  background-size: cover;
  background-position: center center;
  z-index: 1;
  opacity: 0.3; }

.r29-loader-subtle::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  border-left: 3px solid #333;
  border-right: 3px solid #333;
  border-top: 3px solid #333;
  border-bottom: 3px solid transparent;
  border-radius: 50%;
  -webkit-animation: loaderspin 1s linear 0s infinite normal;
  z-index: 2; }

.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #979797;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards; }

.checkmark {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #fff;
  stroke-miterlimit: 10;
  margin: 10% auto;
  box-shadow: inset 0px 0px 0px #979797;
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 50%;
  margin-top: -28px;
  margin-left: -28px;
  display: none; }
  .checkmark.animate {
    display: block;
    -webkit-animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both, fadeInOut 3s;
    -webkit-animation-fill-mode: forwards;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both, fadeInOut 3s;
    animation-fill-mode: forwards; }

.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards; }

.overlay {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  background-color: #f75352;
  overflow-y: hidden;
  transition: 0.5s;
  font-family: BrownStd-Regular, sans-serif; }
  .overlay h1 {
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.96rem;
    text-transform: uppercase; }
  .overlay a, .overlay p {
    padding: 8px;
    text-decoration: none;
    font-family: BrownStd-Regular, sans-serif;
    font-size: 1.7rem;
    font-weight: 300;
    letter-spacing: 0.02rem;
    line-height: 7rem;
    color: white;
    display: inline;
    transition: 0.3s;
    white-space: nowrap; }
  .overlay .loading, .overlay .outdated {
    position: relative;
    top: 45%;
    width: 100%;
    text-align: center; }
    .overlay .loading .lead, .overlay .outdated .lead {
      font-size: 2.72rem; }
    .overlay .loading .link, .overlay .outdated .link {
      padding-top: 6px; }
  .overlay a:hover, .overlay a:focus {
    text-decoration: underline; }
  @media screen and (min-width: 0px) and (max-width: 1024px) {
    .overlay .overlay {
      overflow-y: auto; }
    .overlay .overlay a {
      font-size: 20px; } }

@-webkit-keyframes stroke {
  100% {
    stroke-dashoffset: 0; } }

@keyframes stroke {
  100% {
    stroke-dashoffset: 0; } }

@-webkit-keyframes scale {
  0%, 100% {
    transform: none; }
  50% {
    transform: scale3d(1.1, 1.1, 1); } }

@keyframes scale {
  0%, 100% {
    transform: none; }
  50% {
    transform: scale3d(1.1, 1.1, 1); } }

@keyframes fadeInOut {
  0% {
    opacity: 1; }
  70% {
    opacity: 0.8; }
  100% {
    opacity: 0;
    visibility: hidden;
    display: none; } }

@-webkit-keyframes fadeInOut {
  0% {
    opacity: 1; }
  70% {
    opacity: 0.8; }
  100% {
    opacity: 0;
    visibility: hidden;
    display: none; } }

@-webkit-keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #979797; } }

@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #979797; } }

@-webkit-keyframes loaderspin {
  0% {
    -webkit-transform: rotate(360deg); }
  100% {
    -webkit-transform: rotate(0deg); } }

.shareButtons {
  text-align: center; }
  @media screen and (min-width: 0px) and (max-width: 1024px) {
    .shareButtons {
      padding-top: 5rem; } }
  .shareButtons a.button {
    font-family: BrownStd-Bold,sans-serif;
    font-size: 1.2rem;
    line-height: inherit;
    letter-spacing: 0.24rem;
    text-decoration: none;
    margin: 0 1rem;
    text-transform: uppercase;
    border-radius: 4rem;
    padding: 1.5rem 3rem 1.6rem 5rem;
    min-width: 1.35rem;
    min-height: 4.5rem;
    display: inline-block;
    cursor: pointer; }
    @media screen and (min-width: 0px) and (max-width: 1024px) {
      .shareButtons a.button {
        font-family: BrownStd-Bold,sans-serif;
        font-size: 1.62rem;
        padding: 1.5rem 0 0 4rem;
        height: 5.8rem;
        width: 17.8rem;
        letter-spacing: 0.32rem;
        color: white; } }
    .shareButtons a.button.twitter {
      background-image: url("../images/twitter.png");
      background-repeat: no-repeat;
      background-size: 1.6rem 1.4rem;
      background-position: 2.5rem 1.6rem; }
      @media screen and (min-width: 0px) and (max-width: 1024px) {
        .shareButtons a.button.twitter {
          background-image: url("../images/twitter.png");
          background-repeat: no-repeat;
          background-size: 2.5rem 2rem;
          background-position: 3.2rem 1.7rem; } }
      @media screen and (max-width: 1024px) and (min-width: 0px) and (-webkit-min-device-pixel-ratio: 3) {
        .shareButtons a.button.twitter {
          padding: 2rem 0 0 4.5rem; } }
      .shareButtons a.button.twitter:hover, .shareButtons a.button.twitter:active, .shareButtons a.button.twitter:focus {
        background-color: white;
        border: 0.3rem solid white;
        color: black;
        background-image: url("../images/twitter_hover.png");
        background-repeat: no-repeat;
        background-size: 1.6rem 1.4rem;
        background-position: 2.5rem 1.6rem; }
        @media screen and (min-width: 0px) and (max-width: 1024px) {
          .shareButtons a.button.twitter:hover, .shareButtons a.button.twitter:active, .shareButtons a.button.twitter:focus {
            background-image: url("../images/twitter_hover.png");
            background-repeat: no-repeat;
            background-size: 2.5rem 2rem;
            background-position: 3.2rem 1.7rem; } }
    .shareButtons a.button.facebook {
      background-image: url("../images/facebook.png");
      background-repeat: no-repeat;
      background-size: 0.8rem 1.6rem;
      background-position: 3.4rem 1.4rem; }
      @media screen and (min-width: 0px) and (max-width: 1024px) {
        .shareButtons a.button.facebook {
          background-image: url("../images/facebook.png");
          background-repeat: no-repeat;
          background-size: 1.2rem 2.4rem;
          background-position: 4rem 1.7rem; } }
      @media screen and (max-width: 1024px) and (min-width: 0px) and (-webkit-min-device-pixel-ratio: 3) {
        .shareButtons a.button.facebook {
          padding: 2rem 0 0 2.5rem; } }
      .shareButtons a.button.facebook:hover, .shareButtons a.button.facebook:active, .shareButtons a.button.facebook:focus {
        background-color: white;
        border: 0.3rem solid white;
        color: black;
        background-image: url("../images/facebook_hover.png");
        background-repeat: no-repeat;
        background-size: 0.8rem 1.6rem;
        background-position: 3.4rem 1.4rem; }
        @media screen and (min-width: 0px) and (max-width: 1024px) {
          .shareButtons a.button.facebook:hover, .shareButtons a.button.facebook:active, .shareButtons a.button.facebook:focus {
            background-image: url("../images/facebook_hover.png");
            background-repeat: no-repeat;
            background-size: 1.2rem 2.4rem;
            background-position: 4rem 1.7rem; } }
    .shareButtons a.button.instagram {
      display: none; }
      @media screen and (min-width: 0px) and (max-width: 1024px) {
        .shareButtons a.button.instagram {
          background-image: url("../images/instagram.png");
          background-repeat: no-repeat;
          background-size: 2.4rem 2.4rem;
          background-position: 4.2rem 1.7rem;
          display: inline-block; } }
      @media screen and (max-width: 1024px) and (min-width: 0px) and (-webkit-min-device-pixel-ratio: 3) {
        .shareButtons a.button.instagram {
          padding: 2rem 0 0 4.5rem; } }
      .shareButtons a.button.instagram:hover, .shareButtons a.button.instagram:active, .shareButtons a.button.instagram:focus {
        background-color: white;
        border: 0.3rem solid black;
        color: black;
        background-image: url("../images/instagram_hover.png");
        background-repeat: no-repeat;
        background-size: 2.4rem 2.4rem;
        background-position: 4.2rem 1.7rem;
        /*@include media($mobile) {
                   @include social-image-background('/content/images/instagram_hover.png', no-repeat, 1.2rem, 2.4rem, 4.1rem, 1.5rem);
                }*/ }

.left {
  float: left; }

.right {
  float: right; }

a.nolink {
  cursor: default; }

.hoverImage {
  position: relative;
  -webkit-tap-highlight-color: transparent; }
  .hoverImage img {
    position: relative;
    display: none;
    top: 0;
    right: 0;
    z-index: -1; }
  .hoverImage.scroll img {
    display: none; }
    @media screen and (min-width: 0px) and (max-width: 1024px) {
      .hoverImage.scroll img {
        display: block;
        position: absolute;
        -webkit-animation-duration: 6s;
        -moz-animation-duration: 6s;
        animation-duration: 6s;
        -webkit-animation-iteration-count: 1;
        -moz-animation-iteration-count: 1;
        animation-iteration-count: 1;
        -webkit-animation-delay: 1s;
        -moz-animation-delay: 1s;
        animation-delay: 1s; }
      @-webkit-keyframes fadeOut {
        from {
          opacity: 1;
          visibility: visible; }
        to {
          opacity: 0;
          visibility: hidden; } }
      @keyframes fadeOut {
        from {
          opacity: 1;
          visibility: visible; }
        to {
          opacity: 0;
          visibility: hidden; } } }
  .hoverImage:hover img, .hoverImage:active img, .hoverImage:focus img, .hoverImage.hover img, .hoverImage .hover img {
    display: block;
    position: absolute;
    visibility: visible; }

.hashTagCopy {
  font-family: BrownStd-Bold, sans-serif; }

.bodyCopy {
  font-style: normal;
  font-stretch: normal;
  text-align: justify; }
  @media screen and (min-width: 1025px) {
    .bodyCopy {
      font-family: TiemposText-Regular, sans-serif;
      font-size: 1.4rem;
      line-height: 3rem;
      letter-spacing: 0.01rem;
      color: inherit;
      font-weight: normal; } }
  @media screen and (min-width: 0px) and (max-width: 1024px) {
    .bodyCopy {
      font-family: TiemposText-Regular, sans-serif;
      font-size: 2.5rem;
      line-height: 5rem;
      letter-spacing: 0.1rem;
      color: inherit;
      font-weight: inherit; } }

.IIV::-webkit-media-controls-play-button,
.IIV::-webkit-media-controls-start-playback-button {
  opacity: 0;
  pointer-events: none;
  width: 5px; }

.videoPlayButton {
  display: none;
  width: 7rem;
  z-index: 100000;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 7rem; }

.innerContent {
  padding: 10rem 13.4% 12rem 13.4%; }
  @media screen and (min-width: 0px) and (max-width: 1024px) {
    .innerContent {
      padding: 10rem 0 14rem 0; } }

#videoHolder {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 2; }

header {
  height: 6rem;
  background-color: white;
  position: fixed;
  top: 0;
  width: 100%;
  box-shadow: 2.2px 2px 15px 0 rgba(0, 0, 0, 0.1);
  z-index: 100;
  display: none; }
  header .innerContent {
    padding: 1.5rem 0 1.5rem 0;
    height: 100%; }
  @media screen and (min-width: 0px) and (max-width: 1024px) {
    header {
      height: 10rem;
      margin-top: 0; } }
  header #headerWrap {
    width: 100%; }
    header #headerWrap > div {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    header #headerWrap #clientLogo {
      margin-right: 1.9rem;
      right: 0; }
      @media screen and (min-width: 0px) and (max-width: 1024px) {
        header #headerWrap #clientLogo {
          margin-right: 3.1rem; } }
      @media screen and (min-width: 1025px) {
        header #headerWrap #clientLogo span {
          font-family: BrownStd-Regular, sans-serif;
          font-size: 1.15rem;
          line-height: 2.55;
          letter-spacing: 0.2rem;
          color: #a3a3a3;
          font-weight: normal;
          margin-right: 1.5rem;
          top: 0.2rem;
          position: relative; } }
      @media screen and (min-width: 0px) and (max-width: 1024px) {
        header #headerWrap #clientLogo span {
          display: none; } }
      header #headerWrap #clientLogo img {
        width: 22.3rem;
        height: 3.2rem; }
  header #headerR29Logo {
    margin-left: 2rem; }
    header #headerR29Logo img {
      width: auto;
      height: 30px; }

#beSeenSection, #antiStockSection {
  color: black; }

#mainContent {
  overflow: hidden; }
  #mainContent #holdingImage {
    display: none; }
  #mainContent .playButton {
    left: 50%;
    display: none;
    position: absolute;
    margin: 0 auto;
    top: 50%;
    height: 50px;
    width: 50px;
    margin-left: -25px;
    margin-top: -25px;
    z-index: 1000; }
    #mainContent .playButton.show {
      display: block; }
    #mainContent .playButton.hide {
      display: none; }
  #mainContent .playbutton {
    bottom: 3vh;
    left: 0;
    right: 0;
    text-align: center;
    cursor: default;
    position: absolute;
    z-index: 1; }
    #mainContent .downArrow img {
      position: absolute;
      bottom: 10px;
      left: 50%;
      width: 5.0rem;
      margin-left: -2.5rem;
      cursor: pointer; }
      @media screen and (min-width: 0px) and (max-width: 1024px) {
        #mainContent .downArrow img {
          margin-left: -2.0rem;
          width: 4.0rem; } }
  #mainContent .loading-arrow {
    color: grey;
    font-size: 10rem;
    font-weight: 300;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 100; }
    @media screen and (min-width: 0px) and (max-width: 1024px) {
      #mainContent .loading-arrow {
        top: 33%; } }
    @media screen and (min-width: 1025px) {
      #mainContent .loading-arrow {
        top: 38%; } }
  #mainContent.androidLoading #animationSection video {
    display: none; }
  #mainContent.androidLoading #animationSection #holdingImage {
    display: block;
    width: 100%;
    height: 100%;
    background-color: white;
    position: relative;
    text-align: center;
    overflow: hidden; }
    #mainContent.androidLoading #animationSection #holdingImage #videoImage {
      position: relative;
      width: 100%;
      top: -80px; }
  #mainContent.preAnimation > div {
    display: none; }
  #mainContent.animationReady > div {
    display: block; }

#animationSection {
  position: relative;
  width: 100%;
  margin-top: 0; }
  #animationSection video {
    height: auto;
    width: 100%;
    z-index: 1; }
    @media screen and (orientation: portrait) {
      #animationSection video.mobileCorrect {
        object-fit: initial;
        height: auto;
        min-height: 480px;
        width: 100%; } }
    @media screen and (max-aspect-ratio: 1280 / 740) and (min-width: 769px) {
      #animationSection video {
        height: 100%;
        width: auto; } }

#manifestoSection {
  z-index: 1; }
  #manifestoSection:before, #manifestoSection:after {
    background-color: #f75352; }
  @media screen and (min-width: 0px) and (max-width: 1024px) {
    #manifestoSection .innerContent {
      padding-right: 8.1%;
      padding-left: 8.1%; } }
  #manifestoSection h1 {
    padding-bottom: 4rem; }
  #manifestoSection h2 {
    padding: 0 0 6rem 0;
    z-index: 10;
    position: relative; }
    #manifestoSection h2 a.hoverImage img {
      width: 35.5rem;
      height: 23.6rem;
      left: -50%;
      top: -50%; }
      @media screen and (min-width: 0px) and (max-width: 1024px) {
        #manifestoSection h2 a.hoverImage img {
          left: initial;
          top: -3rem; } }
  #manifestoSection .underlineLinks a {
    text-decoration: none;
    background-image: url('../images/underline.png');
    background-size: 1px 100%;
    background-repeat: repeat-x;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  #manifestoSection .shareButtons {
    clear: both; }
    @media screen and (min-width: 0px) and (max-width: 1024px) {
      #manifestoSection .shareButtons {
        padding-top: 6rem; } }
    #manifestoSection .shareButtons a.button.twitter {
      border: 0.2rem solid white; }
      @media screen and (min-width: 0px) and (max-width: 1024px) {
        #manifestoSection .shareButtons a.button.twitter {
          font-size: 1.95rem;
          padding: 2rem 0 0 5rem;
          height: 7rem;
          width: 27.3rem;
          letter-spacing: 0.39rem;
          font-weight: 700;
          background-position: 3.3rem 2.3rem; } }
      @media screen and (max-width: 1024px) and (min-width: 0px) and (-webkit-min-device-pixel-ratio: 3) {
        #manifestoSection .shareButtons a.button.twitter {
          padding: 2.6rem 0 0 5rem; } }
  #manifestoSection .startAnimation {
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    animation-delay: 0s; }
  #manifestoSection #manifestoBodyContent {
    margin: 0 9.8% 6rem 9.8%;
    z-index: 10;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation-duration: 3s;
    -moz-animation-duration: 3s;
    animation-duration: 3s; }
    #manifestoSection #manifestoBodyContent .startAnimation {
      -webkit-animation-duration: 3s;
      -moz-animation-duration: 3s;
      animation-duration: 3s; }
    #manifestoSection #manifestoBodyContent a.hoverImage img {
      width: 12.6rem;
      height: 15.2rem;
      left: 75%;
      top: -15%; }
    #manifestoSection #manifestoBodyContent div {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 48.821174201%;
      margin-right: 8.4%; }
      #manifestoSection #manifestoBodyContent div:last-child {
        margin-right: 0; }
      @media screen and (min-width: 0px) and (max-width: 1024px) {
        #manifestoSection #manifestoBodyContent div {
          margin-right: 0%;
          width: 100%; } }
    @media screen and (min-width: 0px) and (max-width: 1024px) {
      #manifestoSection #manifestoBodyContent div:nth-of-type(1) {
        margin-right: 0%;
        margin-bottom: 3rem;
        width: 100%; } }
    @media screen and (min-width: 0px) and (max-width: 1024px) {
      #manifestoSection #manifestoBodyContent {
        margin: 0 0 6rem 0;
        font-size: 2.5rem;
        line-height: 5rem;
        letter-spacing: 0.1rem;
        display: block; } }

#jwVideo {
  background-color: black; }
  #jwVideo .innerContent {
    padding: 0; }

@media screen and (min-width: 1025px) {
  #beSeenSection .innerContent {
    padding-right: 6.4rem;
    padding-left: 6.4rem; } }

@media screen and (min-width: 0px) and (max-width: 1024px) {
  #beSeenSection .innerContent {
    padding: 10rem 0 14rem 0; } }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #beSeenSection .innerContent {
    padding: 10rem 0 0rem 0; } }

#beSeenSection h1 {
  padding-bottom: 4rem; }
  @media screen and (min-width: 0px) and (max-width: 1024px) {
    #beSeenSection h1 {
      padding: 0 8.1% 4rem 8.1%; } }

#beSeenSection h2 {
  padding: 0 9.3rem 6rem 9.3rem; }
  @media screen and (min-width: 0px) and (max-width: 1024px) {
    #beSeenSection h2 {
      padding: 0 8.1% 4rem 8.1%; } }

#beSeenSection #beSeenMore {
  margin-right: 15%;
  margin-left: 47.5%;
  width: 35%;
  position: relative;
  z-index: 1;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s; }
  @media screen and (min-width: 0px) and (max-width: 1024px) {
    #beSeenSection #beSeenMore {
      margin: auto;
      padding: 0 8.1% 0 8.1%;
      width: 100%; } }

#beSeenStories {
  /* Stories section */ }
  #beSeenStories .flex-container {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    margin-top: -10vh;
    padding: 0;
    clear: both;
    list-style-type: none; }
    #beSeenStories .flex-container img {
      max-width: 100%; }
    #beSeenStories .flex-container span {
      position: absolute; }
    #beSeenStories .flex-container .gif img {
      width: 100%;
      -webkit-animation-delay: 6s;
      -moz-animation-delay: 6s;
      animation-delay: 6s; }
    #beSeenStories .flex-container .copy {
      color: #f75352;
      line-height: 2.19em;
      text-align: left;
      -webkit-animation-duration: 3s;
      -moz-animation-duration: 3s;
      animation-duration: 3s; }
      #beSeenStories .flex-container .copy h3 {
        font-family: BrownStd-Light;
        text-align: left;
        width: 100%;
        letter-spacing: 0.3rem;
        padding: 0;
        font-size: 1.6rem;
        line-height: 2; }
        @media screen and (min-width: 0px) and (max-width: 1024px) {
          #beSeenStories .flex-container .copy h3 {
            padding: 0;
            font-size: 2.8rem; } }
      @media screen and (min-width: 0px) and (max-width: 1024px) {
        #beSeenStories .flex-container .copy {
          clear: both;
          font-size: 2.6em;
          line-height: 2.3em;
          margin: 11vw 1.5px;
          padding: 10% 15%;
          position: relative; } }
      @media screen and (min-width: tablet) {
        #beSeenStories .flex-container .copy {
          font-size: 90%; } }
    #beSeenStories .flex-container .imageCopy {
      -webkit-animation-duration: 2s;
      -moz-animation-duration: 2s;
      animation-duration: 2s; }
      #beSeenStories .flex-container .imageCopy img {
        width: 20vw; }
        @media screen and (min-width: 0px) and (max-width: 1024px) {
          #beSeenStories .flex-container .imageCopy img {
            width: 40vw; } }
      @media screen and (min-width: 0px) and (max-width: 1024px) {
        #beSeenStories .flex-container .imageCopy span {
          font-size: 1.7em;
          color: #898989; } }
    #beSeenStories .flex-container li {
      display: block;
      font-family: BrownStd-Regular, sans-serif;
      font-size: 1.1rem;
      line-height: initial;
      letter-spacing: 0.06em;
      color: inherit;
      font-weight: inherit;
      flex-grow: 1;
      margin: 0;
      padding: 0;
      position: relative;
      text-align: center;
      align-items: center;
      justify-content: center;
      /* Idividual row items */ }
      #beSeenStories .flex-container li a{
        color: inherit;
        text-decoration: none;
      }
      #beSeenStories .flex-container li span{
        display: none;
      }
      #beSeenStories .flex-container li:first-child {
        width: 60%; }
        #beSeenStories .flex-container li:first-child img {
          margin-bottom: 5em; }
        @media screen and (min-width: 0px) and (max-width: 1024px) {
          #beSeenStories .flex-container li:first-child {
            width: 100%; } }
      #beSeenStories .flex-container li:nth-child(2) {
        width: 40%; }
        @media screen and (min-width: 0px) and (max-width: 1024px) {
          #beSeenStories .flex-container li:nth-child(2) {
            width: 100%; } }
        #beSeenStories .flex-container li:nth-child(2) img {
          left: 25%;
          object-fit: contain;
          position: absolute;
          top: 50%; }
          @media screen and (min-width: 0px) and (max-width: 1024px) {
            #beSeenStories .flex-container li:nth-child(2) img {
              left: 0; } }
        #beSeenStories .flex-container li:nth-child(2) span {
          -webkit-transform: rotate(90deg);
          -moz-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
          -o-transform: rotate(90deg);
          transform: rotate(90deg);
          bottom: 14rem;
          position: absolute;
          right: 3rem; }
          @media screen and (min-width: 0px) and (max-width: 1024px) {
            #beSeenStories .flex-container li:nth-child(2) span {
              top: 6.5rem;
              left: -14.6vw;
              transform: rotate(-90deg); } }
          @media screen and (min-width: 1280px) {
            #beSeenStories .flex-container li:nth-child(2) span {
              bottom: 19rem;
              right: -2rem; } }
      #beSeenStories .flex-container li:nth-child(3) {
        width: 40%; }
        @media screen and (min-width: 0px) and (max-width: 1024px) {
          #beSeenStories .flex-container li:nth-child(3) {
            width: 100%; } }
        #beSeenStories .flex-container li:nth-child(3) img {
          margin-top: 10%;
          float: right; }
          @media screen and (min-width: 0px) and (max-width: 1024px) {
            #beSeenStories .flex-container li:nth-child(3) img {
              margin-top: 44%; } }
        #beSeenStories .flex-container li:nth-child(3) span {
          -webkit-transform: rotate(-90deg);
          -moz-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
          -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
          left: 14.5rem;
          top: 7rem; }
          @media screen and (min-width: 0px) and (max-width: 1024px) {
            #beSeenStories .flex-container li:nth-child(3) span {
              right: -56%;
              top: 47%;
              transform: rotate(0deg); } }
          @media screen and (min-width: 1280px) {
            #beSeenStories .flex-container li:nth-child(3) span {
              top: 6rem; } }
      #beSeenStories .flex-container li:nth-child(4) {
        margin-bottom: -8.96rem;
        width: 60%; }
        @media screen and (min-width: 0px) and (max-width: 1024px) {
          #beSeenStories .flex-container li:nth-child(4) {
            width: 100%; } }
        #beSeenStories .flex-container li:nth-child(4) img {
          width: 10vw;
          float: left;
          margin-left: 10em;
          margin-top: 7%;
          width: 10vw; }
          @media screen and (min-width: 0px) and (max-width: 1024px) {
            #beSeenStories .flex-container li:nth-child(4) img {
              width: 40vw;
              margin-left: 3em; } }
        #beSeenStories .flex-container li:nth-child(4) span {
          left: 11rem;
          top: 49%; }
          @media screen and (min-width: 0px) and (max-width: 1024px) {
            #beSeenStories .flex-container li:nth-child(4) span {
              left: 2em;
              top: 2vh; } }
          @media screen and (min-width: 1280px) {
            #beSeenStories .flex-container li:nth-child(4) span {
              top: 52%; } }
      #beSeenStories .flex-container li:nth-child(5) {
        width: 40%;
        font-size: 1.25vw;
        line-height: 2.19;
        letter-spacing: 0.02rem;
        color: #f75352;
        font-family: BrownStd-Light, sans-serif; }
        
        #beSeenStories .flex-container li:nth-child(5) span {
          display: block;
        }
        @media screen and (min-width: 1280px) {
          #beSeenStories .flex-container li:nth-child(5) {
            font-size: 1.6rem; } }
        @media screen and (min-width: 0px) and (max-width: 1024px) {
          #beSeenStories .flex-container li:nth-child(5) {
            width: 100%;
            margin: 11vw 1.5px 1vw 1.5px;
            padding: 10% 15% 0% 15%; } }
        @media screen and (min-width: 1025px) {
          #beSeenStories .flex-container li:nth-child(5) span {
            padding: 7.2rem 9.8rem 2rem 3.5rem; } }
        @media screen and (min-width: 0px) and (max-width: 1024px) {
          #beSeenStories .flex-container li:nth-child(5) span {
            font-family: BrownStd-Light, sans-serif;
            font-size: 3.0rem;
            line-height: 2.24;
            letter-spacing: 0.05rem;
            position: relative;
            padding: 0; } }
        @media screen and (min-width: 1025px) and (max-width: 1150px) {
          #beSeenStories .flex-container li:nth-child(5) span {
            padding: 5rem 4rem 2rem 3.5rem; } }
      #beSeenStories .flex-container li:nth-child(6) {
        width: 60%; }
        @media screen and (min-width: 0px) and (max-width: 1024px) {
          #beSeenStories .flex-container li:nth-child(6) {
            width: 100%; } }
      #beSeenStories .flex-container li:nth-child(7) {
        width: 20%; }
        @media screen and (min-width: 0px) and (max-width: 1024px) {
          #beSeenStories .flex-container li:nth-child(7) {
            width: 100%; } }
        #beSeenStories .flex-container li:nth-child(7) img {
          left: 5em;
          position: absolute;
          top: -3em;
          width: 10vw; }
          @media screen and (min-width: 0px) and (max-width: 1024px) {
            #beSeenStories .flex-container li:nth-child(7) img {
              width: 40vw;
              top: 7em; } }
          @media screen and (min-width: 1280px) {
            #beSeenStories .flex-container li:nth-child(7) img {
              left: 3em;
              top: -6em; } }
        #beSeenStories .flex-container li:nth-child(7) span {
          -webkit-transform: rotate(90deg);
          -moz-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
          -o-transform: rotate(90deg);
          transform: rotate(90deg);
          left: -4rem;
          top: -2rem; }
          @media screen and (min-width: 0px) and (max-width: 1024px) {
            #beSeenStories .flex-container li:nth-child(7) span {
              left: 47vw;
              top: 12.7rem;
              transform: rotate(-90deg); } }
          @media screen and (min-width: 1280px) {
            #beSeenStories .flex-container li:nth-child(7) span {
              left: -6em;
              top: -4em; } }
      #beSeenStories .flex-container li:nth-child(8) {
        width: 30%; }
        @media screen and (min-width: 0px) and (max-width: 1024px) {
          #beSeenStories .flex-container li:nth-child(8) {
            width: 100%; } }
        #beSeenStories .flex-container li:nth-child(8) img {
          margin-top: 27%;
          margin-bottom: 30%; }
          @media screen and (min-width: 0px) and (max-width: 1024px) {
            #beSeenStories .flex-container li:nth-child(8) img {
              float: right;
              margin-top: 52%;
              margin-bottom: 0; } }
        #beSeenStories .flex-container li:nth-child(8) span {
          bottom: 1%; }
          @media screen and (min-width: 0px) and (max-width: 1024px) {
            #beSeenStories .flex-container li:nth-child(8) span {
              right: 3%;
              top: 47%; } }
          @media screen and (min-width: 1280px) {
            #beSeenStories .flex-container li:nth-child(8) span {
              bottom: 6%; } }
      #beSeenStories .flex-container li:nth-child(9) {
        width: 50%; }
        @media screen and (min-width: 0px) and (max-width: 1024px) {
          #beSeenStories .flex-container li:nth-child(9) {
            width: 100%;
            font-size: inherit;
            letter-spacing: inherit;
            line-height: inherit;
            padding-bottom: 0;
            margin: 11vw 1.5px 2vw 1.5px; } }
        #beSeenStories .flex-container li:nth-child(9) span {
          font-size: 2.5vw;
          font-family: BrownStd-Bold, sans-serif;
          line-height: 1.32;
          padding: 2em;
          padding: 4rem 4rem 0 5rem; }
          @media screen and (min-width: 1280px) {
            #beSeenStories .flex-container li:nth-child(9) span {
              font-size: 3.2rem; } }
          @media screen and (min-width: 0px) and (max-width: 1024px) {
            #beSeenStories .flex-container li:nth-child(9) span {
              padding: 0;
              position: relative;
              font-family: BrownStd-Light, sans-serif;
              font-size: 3.0rem;
              line-height: 2.24;
              letter-spacing: 0.05rem; } }
      #beSeenStories .flex-container li:nth-child(10) {
        width: 60%; }
      #beSeenStories .flex-container li:nth-child(9) span{
        display: block;
      }
        @media screen and (min-width: 0px) and (max-width: 1024px) {
          #beSeenStories .flex-container li:nth-child(10) {
            width: 100%; } }
      #beSeenStories .flex-container li:nth-child(11) {
        order: 14;
        width: 20%; }
        @media screen and (min-width: 0px) and (max-width: 1024px) {
          #beSeenStories .flex-container li:nth-child(11) {
            width: 100%;
            order: 11; } }
        #beSeenStories .flex-container li:nth-child(11) img {
          width: 10vw;
          float: left; }
          @media screen and (min-width: 0px) and (max-width: 1024px) {
            #beSeenStories .flex-container li:nth-child(11) img {
              width: 40vw;
              margin-top: 5em; } }
        #beSeenStories .flex-container li:nth-child(11) span {
          -webkit-transform: rotate(90deg);
          -moz-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
          -o-transform: rotate(90deg);
          transform: rotate(90deg);
          right: 2rem;
          top: 12%; }
          @media screen and (min-width: 0px) and (max-width: 1024px) {
            #beSeenStories .flex-container li:nth-child(11) span {
              left: -4vw;
              position: absolute;
              top: 29%;
              -webkit-transform: rotate(-90deg);
              -moz-transform: rotate(-90deg);
              -ms-transform: rotate(-90deg);
              -o-transform: rotate(-90deg);
              transform: rotate(-90deg); } }
          @media screen and (min-width: 768px) and (max-width: 1024px) {
            #beSeenStories .flex-container li:nth-child(11) span {
              top: 11rem; } }
          @media screen and (min-width: 1280px) {
            #beSeenStories .flex-container li:nth-child(11) span {
              right: 2em; } }
      #beSeenStories .flex-container li:nth-child(12) {
        width: 40%;
        order: 11; }
        @media screen and (min-width: 0px) and (max-width: 1024px) {
          #beSeenStories .flex-container li:nth-child(12) {
            width: 100%;
            order: 12; }
            #beSeenStories .flex-container li:nth-child(12) img {
              float: right;
              margin-top: 6em; } }
      #beSeenStories .flex-container li:nth-child(13) {
        width: 20%;
        order: 13; }
        @media screen and (min-width: 0px) and (max-width: 1024px) {
          #beSeenStories .flex-container li:nth-child(13) {
            width: 100%;
            order: 13; } }
        #beSeenStories .flex-container li:nth-child(13) img {
          margin-top: 57%; }
          @media screen and (min-width: 0px) and (max-width: 1024px) {
            #beSeenStories .flex-container li:nth-child(13) img {
              float: left;
              margin-left: 8em;
              margin-top: 9em; } }
          @media screen and (min-width: 1280px) {
            #beSeenStories .flex-container li:nth-child(13) img {
              margin-top: 66%; } }
        #beSeenStories .flex-container li:nth-child(13) span {
          right: 0;
          bottom: -7.6rem; }
          @media screen and (min-width: 0px) and (max-width: 1024px) {
            #beSeenStories .flex-container li:nth-child(13) span {
              left: -14.5%;
              top: 10%; } }
          @media screen and (min-width: 768px) and (max-width: 1024px) {
            #beSeenStories .flex-container li:nth-child(13) span {
              left: -15vw; } }
          @media screen and (min-width: 1280px) {
            #beSeenStories .flex-container li:nth-child(13) span {
              bottom: -7rem; } }
      #beSeenStories .flex-container li:last-child {
        width: 60%;
        order: 12;
        height: 40vh; }
        #beSeenStories .flex-container li:last-child span{
          display: block;
        }
        @media screen and (min-width: 768px) and (max-width: 1024px) {
          #beSeenStories .flex-container li:last-child {
            height: auto; } }
        @media screen and (min-width: 0px) and (max-width: 1024px) {
          #beSeenStories .flex-container li:last-child {
            width: 100%;
            order: 14;
            padding: 10% 15% 0% 15%;
            margin: 11vw 1.5px 0 1.5px; } }
        #beSeenStories .flex-container li:last-child span {
          font-family: BrownStd-Light, sans-serif;
          line-height: 4.2rem;
          font-size: 1.95vw;
          letter-spacing: 0.3px;
          padding: 15% 15% 0% 10%; }
          @media screen and (min-width: 1280px) {
            #beSeenStories .flex-container li:last-child span {
              font-size: 2.5rem; } }
          @media screen and (min-width: 0px) and (max-width: 1024px) {
            #beSeenStories .flex-container li:last-child span {
              padding: 0;
              font-family: BrownStd-Light, sans-serif;
              font-size: 3.0rem;
              line-height: 2.24;
              letter-spacing: 0.05rem;
              position: relative;
              margin-bottom: 0; } }
    @media screen and (min-width: 0px) and (max-width: 1024px) {
      #beSeenStories .flex-container {
        width: 100%;
        flex-wrap: nowrap;
        flex-direction: column;
        margin-top: 8vh; } }

.ie #beSeenDivider {
  margin-bottom: -13%; }

#beSeenDivider {
  /*text-align: center;
   margin-bottom:-10%;
   //margin-bottom: -7vw;
   width: 107%;
   margin-left: -3.5%;
   overflow: hidden;
   white-space: nowrap;

   @include BrownStdBoldFont($font-size: 27.2vw, $line-height: auto, $letter-spacing: 0, $color:$refinery-pink, $font-weight: inherit);


   @include media($largeScreen) {
      font-size: 34.6rem;*/ }
  #beSeenDivider .innerContent {
    font-family: BrownStd-Bold, sans-serif;
    font-size: 27.2vw;
    line-height: initial;
    letter-spacing: 0;
    color: #f75352;
    font-weight: inherit;
    padding: 0;
    text-align: center;
    margin-bottom: -7vw;
    width: 107%;
    margin-left: -3.5%;
    overflow: hidden;
    white-space: nowrap;
    letter-spacing: 0; }
    @media screen and (min-width: 1280px) {
      #beSeenDivider .innerContent {
        font-size: 34.6rem;
        margin-bottom: -8.96rem; } }
    #beSeenDivider .innerContent.osFontFix {
      margin-bottom: -10vw; }
      @media screen and (min-width: 1025px) {
        #beSeenDivider .innerContent.osFontFix {
          margin-bottom: -13rem; } }

@-moz-document url-prefix() {
  #beSeenDivider {
    margin-bottom: -9.7vw; }
    @media screen and (min-width: 1280px) {
      #beSeenDivider {
        margin-bottom: -12.7rem; } } }

#joinSection {
  clear: both; }
  #joinSection h1 {
    padding: 0 0 4.1rem 0; }
    @media screen and (min-width: 0px) and (max-width: 1024px) {
      #joinSection h1 {
        padding: 0 0 3rem 0; } }
  #joinSection .innerContent {
    padding-left: 27.5%;
    padding-right: 27.5%; }
    @media screen and (min-width: 0px) and (max-width: 1024px) {
      #joinSection .innerContent {
        padding-right: 8.1%;
        padding-left: 8.1%; } }
    @media screen and (min-width: 1025px) and (max-width: 1150px) {
      #joinSection .innerContent {
        padding: 8rem 25% 12rem 25%; } }
  @media screen and (min-width: 0px) and (max-width: 1024px) {
    #joinSection .shareButtons {
      padding-top: 3rem; } }
  #joinSection .shareButtons a.button {
    border: 0.3rem solid black; }
  #joinSection .shareButtons a.button:hover {
          border: 0.3rem solid white; }
    @media screen and (min-width: 0px) and (max-width: 1024px) {
      #joinSection .shareButtons a.button {
        margin-top: 2rem;
        background-position: 3.4rem 1.5rem; }
        #joinSection .shareButtons a.button.twitter {
          background-position: 3.4rem 1.7rem; } }
  @media screen and (min-width: 0px) and (max-width: 1024px) {
    #joinSection #joinBodyCopy {
      padding: 0; } }
  #joinSection #joinShareCopyArea:before{
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    margin-left: -0.25em;
  }
  #joinSection #joinShareCopyArea {
    font-size: 0;
    background-color: white;
    margin: 6.1rem 0 4rem 0;
    height: 19.2rem;
    position: relative; }
    @media screen and (min-width: 0px) and (max-width: 1024px) {
      #joinSection #joinShareCopyArea {
        height: 28.2rem; }
        #joinSection #joinShareCopyArea .copyShortcut {
          text-transform: lowercase;
          right: 5rem;
          bottom: 0rem;
          font-size: 1.9rem; } }
    #joinSection #joinShareCopyArea #hashTag {
      font-family: BrownStd-Light, sans-serif;
      font-size: 31.5rem;
      line-height: 0.25em;
      letter-spacing: 2.05rem;
      color: white;
      font-weight: 300;
      position: absolute;
      z-index: 50;
      left: -15rem;
      top: 50%;
      margin-top: -4rem; }
      @media screen and (min-width: 0px) and (max-width: 1024px) {
        #joinSection #joinShareCopyArea #hashTag {
          font-size: 20rem;
          line-height: 0.4;
          letter-spacing: -0.2rem;
          font-weight: 100;
          left: -6.8rem;
          bottom: 3rem; } }
    #joinSection #joinShareCopyArea #joinShareCopy {
      display: inline-block;
      font-family: BrownStd-Light, sans-serif;
      font-size: 1.7rem;
      line-height: 2.8rem;
      letter-spacing: 0.02rem;
      color: black;
      font-weight: inherit;
      padding: 0 20px;
      margin: 0 0 0 19.2rem;
      vertical-align: middle; }
      @media screen and (min-width: 0px) and (max-width: 1024px) {
        #joinSection #joinShareCopyArea #joinShareCopy {
          font-size: 2.29rem;
          line-height: 1.85;
          letter-spacing: 0.01rem;
          font-weight: 300;
          margin: 0 0 0 18.5rem; } }
    #joinSection #joinShareCopyArea #join_shareImageUrl img {
      position: absolute;
      top: 0;
      left: 0;
      height: 19.2rem;
      width: auto; }
      @media screen and (min-width: 0px) and (max-width: 1024px) {
        #joinSection #joinShareCopyArea #join_shareImageUrl img {
          height: 28.2rem;
          width: auto; } }

#antiStockSection .innerContent {
  padding-right: 10.9%;
  padding-left: 12.7%; }
  @media screen and (min-width: 0px) and (max-width: 1024px) {
    #antiStockSection .innerContent {
      padding-right: 8.1%;
      padding-left: 8.1%; } }

#antiStockSection h1 {
  padding: 0 0 4.8rem 0; }

#antiStockSection h2 {
  padding: 0 0 7rem 0; }
  @media screen and (min-width: 0px) and (max-width: 1024px) {
    #antiStockSection h2 {
      padding: 0 0 7rem 0; } }

#antiStockSection #antiStockBody {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  margin: 0 5.7% 4rem 7.2%;
  height: 50rem; }
  #antiStockSection #antiStockBody #antiStockImage img {
    width: 100%; }
  #antiStockSection #antiStockBody > div {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    box-ordinal-group: 1;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -ms-flex-order: 1;
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%; }
    #antiStockSection #antiStockBody > div:last-child {
      margin-right: 0; }
    @media screen and (min-width: 1025px) {
      #antiStockSection #antiStockBody > div {
        text-align: left; } }
  #antiStockSection #antiStockBody > div:nth-of-type(1) {
    margin-right: 7.6%; }
    @media screen and (min-width: 0px) and (max-width: 1024px) {
      #antiStockSection #antiStockBody > div:nth-of-type(1) {
        height: auto;
        width: 100%;
        margin-bottom: 3.7rem; } }
  #antiStockSection #antiStockBody > div:nth-of-type(2) {
    margin-bottom: 4rem; }
  @media screen and (min-width: 0px) and (max-width: 1024px) {
    #antiStockSection #antiStockBody {
      margin: 0;
      height: auto; } }
  @media screen and (min-width: 0px) and (max-width: 1024px) and (max-width: 1024px) and (min-width: 0px) and (-webkit-min-device-pixel-ratio: 3) {
    #antiStockSection #antiStockBody {
      min-height: 100%; } }
  @media screen and (min-width: 0px) and (max-width: 1024px) {
      #antiStockSection #antiStockBody > div:nth-of-type(2) {
        order: 0; }
      #antiStockSection #antiStockBody > div {
        flex: 1 0 0;
        width: 100%; } }
    @media screen and (min-width: 0px) and (max-width: 1024px) and (max-width: 1024px) and (min-width: 0px) and (-webkit-min-device-pixel-ratio: 3) {
      #antiStockSection #antiStockBody > div {
        height: 100%;
        clear: both; } }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    #antiStockSection #antiStockBody {
      margin: 0;
      height: auto; }
      #antiStockSection #antiStockBody > div:nth-of-type(2) {
        order: 0; }
      #antiStockSection #antiStockBody > div {
        flex: 1 0 0;
        width: 100%; } }
  @media screen and (min-width: 0px) and (max-width: 1024px) {
    #antiStockSection #antiStockBody #antiStockBodyCopy {
      margin-bottom: 5rem; } }
  @media screen and (min-width: 0px) and (max-width: 1024px) {
    #antiStockSection #antiStockBody #antiStockBodyCopy {
      padding: 0; } }
  #antiStockSection #antiStockBody #seeThe67Copy {
    position: relative; }
    #antiStockSection #antiStockBody #seeThe67Copy #antiStockCtaCopy {
      font-family: BrownStd-Light, sans-serif;
      font-size: 1.7rem;
      line-height: 2.8rem;
      letter-spacing: 0.02rem;
      color: black;
      font-weight: normal;
      background-color: #f7f7f7;
      border: solid 0.1rem #cccccc;
      padding: 4.2rem 3.5rem 5rem 3.1rem;
      position: relative; }
      @media screen and (min-width: 0px) and (max-width: 1024px) {
        #antiStockSection #antiStockBody #seeThe67Copy #antiStockCtaCopy {
          font-family: BrownStd-Light, sans-serif;
          font-size: 2.2rem;
          line-height: 1.85em;
          letter-spacing: 0.01rem;
          color: black;
          font-weight: normal;
          padding: 3.6rem 5.9rem 4.4rem 4.7rem; } }
    #antiStockSection #antiStockBody #seeThe67Copy .copyShortcut {
      color: #888888; }
      @media screen and (min-width: 0px) and (max-width: 1024px) {
        #antiStockSection #antiStockBody #seeThe67Copy .copyShortcut {
          display: none; } }
  @media screen and (min-width: 0px) and (max-width: 1024px) {
    #antiStockSection #antiStockBody .shareButtons {
      padding-top: 0;
      text-align: center; } }
  #antiStockSection #antiStockBody .shareButtons a.button {
    color: white;
    margin-left: 0;
    margin-top: 3rem; }
    #antiStockSection #antiStockBody .shareButtons a.button:hover, #antiStockSection #antiStockBody .shareButtons a.button:active, #antiStockSection #antiStockBody .shareButtons a.button:focus {
      background-image: url("../images/twitter.png");
      background-color: black;
      color: white;
      border: 0.3rem solid black;
      padding: 1.2rem 2.7rem 1.3rem 4.7rem; }
      @media screen and (min-width: 1025px) {
        #antiStockSection #antiStockBody .shareButtons a.button:hover, #antiStockSection #antiStockBody .shareButtons a.button:active, #antiStockSection #antiStockBody .shareButtons a.button:focus {
          
          background-position: 2.2rem 1.3rem; } }
      @media screen and (min-width: 0px) and (max-width: 1024px) {
        #antiStockSection #antiStockBody .shareButtons a.button:hover, #antiStockSection #antiStockBody .shareButtons a.button:active, #antiStockSection #antiStockBody .shareButtons a.button:focus {
          padding: 1.9rem 0 0 4.9rem;
          background-position: 3.1rem 1.6rem; } }
    @media screen and (min-width: 0px) and (max-width: 1024px) {
      #antiStockSection #antiStockBody .shareButtons a.button {
        padding: 2rem 0 0 5rem;
        margin-top: 6.3rem;
        background-color: black;
        background-position: 3.3rem 1.8rem; } }
    @media screen and (max-width: 1024px) and (min-width: 0px) and (-webkit-min-device-pixel-ratio: 3) {
      #antiStockSection #antiStockBody .shareButtons a.button {
        padding: 2.15rem 0 0 5rem; } }

footer {
  display: none;
  clear: both;
  background-color: black; }
  footer .innerContent {
    text-align: center;
    padding-right: 13.9%;
    padding-left: 12.4%; }
    @media screen and (min-width: 0px) and (max-width: 1024px) {
      footer .innerContent {
        padding-right: 13.6%;
        padding-left: 13.2%; } }
  footer #links {
    font-size: 2.22rem;
    line-height: 2.5;
    height: auto;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin: 5.9rem 0 10rem 0;
    text-decoration: none;
    font-size: 2.22rem;
    text-align: center; }
    @media screen and (min-width: 1025px) {
      footer #links {
        font-size: 1.2rem;
        text-align: left; } }
    @media screen and (min-width: 0px) and (max-width: 1024px) {
      footer #links {
        letter-spacing: 0.01rem;
        display: block; } }
    footer #links a, footer #links a:hover, footer #links a:active, footer #links a:visited {
      color: white; }
      @media screen and (min-width: 0px) and (max-width: 1024px) {
        footer #links a, footer #links a:hover, footer #links a:active, footer #links a:visited {
          text-decoration: none; } }
    @media screen and (min-width: 1025px) {
      footer #links #leftLinks {
        margin-right: 8.3rem; } }
    footer #links > div {
      width: 100%; }
      footer #links > div span {
        font-style: italic;
        color: #f75352;
        display: block;
        margin: -1rem 0 1rem 0; }
      @media screen and (min-width: 0px) and (max-width: 1024px) {
        footer #links > div {
          clear: both;
          height: auto; } }
      @media screen and (min-width: 1025px) {
        footer #links > div {
          width: 100%;
          text-align: center; }
        @media screen and (min-width: 1025px) {
          footer #links > div span {
            display: inline;
            margin: 0 0 0 1rem; } }
  footer #footerR29Logo {
    width: 3.8rem;
    margin: 0 auto;
    text-align: center; }
    @media screen and (min-width: 0px) and (max-width: 1024px) {
      footer #footerR29Logo {
        width: 9.5rem; } }
    footer #footerR29Logo img {
      width: 3.8rem;
      height: 3.8rem; }
      @media screen and (min-width: 0px) and (max-width: 1024px) {
        footer #footerR29Logo img {
          width: 9.5rem;
          height: 9.5rem; } }

/*# sourceMappingURL=main.css.map */