@charset "UTF-8";
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

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

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

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

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

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

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

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

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

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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

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

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

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

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

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

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

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

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

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

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

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

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

.rrssb-buttons.large-format li a, .rrssb-buttons.large-format li a .text {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden; }

.rrssb-buttons, .rrssb-buttons li, .rrssb-buttons li a, .social-share-box li a {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.clearfix {
  *zoom: 1; }
  .clearfix:after {
    clear: both; }
  .clearfix:before, .clearfix:after {
    content: " ";
    display: table; }

.rrssb-buttons {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  height: 36px;
  margin: 0;
  padding: 0;
  width: 100%; }
  .rrssb-buttons li {
    float: left;
    height: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 13px; }
    .rrssb-buttons li:first-child a {
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px; }
    .rrssb-buttons li:last-child a {
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px; }
    .rrssb-buttons li.email a {
      background-color: #0a88ff; }
      .rrssb-buttons li.email a:hover {
        background-color: #006ed6; }
    .rrssb-buttons li.facebook a {
      background-color: #306199; }
      .rrssb-buttons li.facebook a:hover {
        background-color: #244872; }
    .rrssb-buttons li.tumblr a {
      background-color: #32506d; }
      .rrssb-buttons li.tumblr a:hover {
        background-color: #22364a; }
    .rrssb-buttons li.linkedin a {
      background-color: #007bb6; }
      .rrssb-buttons li.linkedin a:hover {
        background-color: #005983; }
    .rrssb-buttons li.twitter a {
      background-color: #2ba7e0; }
      .rrssb-buttons li.twitter a:hover {
        background-color: #1c8abc; }
    .rrssb-buttons li.googleplus a {
      background-color: #e93f2e; }
      .rrssb-buttons li.googleplus a:hover {
        background-color: #ce2616; }
    .rrssb-buttons li.youtube a {
      background-color: #df1c31; }
      .rrssb-buttons li.youtube a:hover {
        background-color: #b21627; }
    .rrssb-buttons li.reddit a {
      background-color: #ff5600; }
      .rrssb-buttons li.reddit a:hover {
        background-color: #cc4500; }
    .rrssb-buttons li.pinterest a {
      background-color: #b81621; }
      .rrssb-buttons li.pinterest a:hover {
        background-color: #8a1119; }
    .rrssb-buttons li.pocket a {
      background-color: #ED4054; }
      .rrssb-buttons li.pocket a:hover {
        background-color: #e4162d; }
    .rrssb-buttons li.github a {
      background-color: #444; }
      .rrssb-buttons li.github a:hover {
        background-color: #2b2b2b; }
    .rrssb-buttons li a {
      background-color: #ccc;
      display: block;
      font-size: 11px;
      font-weight: bold;
      height: 100%;
      padding: 11px 7px 12px 27px;
      position: relative;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      width: 100%;
      -webkit-transition: background-color 0.2s ease-in-out;
      -moz-transition: background-color 0.2s ease-in-out;
      -o-transition: background-color 0.2s ease-in-out;
      transition: background-color 0.2s ease-in-out; }
      .rrssb-buttons li a .icon {
        display: block;
        height: 100%;
        left: 10px;
        padding-top: 9px;
        position: absolute;
        top: 0;
        width: 10%; }
        .rrssb-buttons li a .icon svg {
          height: 17px;
          width: 17px; }
          .rrssb-buttons li a .icon svg path, .rrssb-buttons li a .icon svg polygon {
            fill: #fff; }
      .rrssb-buttons li a .text {
        color: #fff; }
      .rrssb-buttons li a:active {
        box-shadow: inset 1px 3px 15px 0 rgba(22, 0, 0, 0.25); }
    .rrssb-buttons li.small a {
      padding: 0; }
      .rrssb-buttons li.small a .icon {
        height: 100%;
        left: auto;
        margin: 0 auto;
        overflow: hidden;
        position: relative;
        top: auto;
        width: 100%; }
      .rrssb-buttons li.small a .text {
        visibility: hidden; }
  .rrssb-buttons.large-format {
    height: auto; }
    .rrssb-buttons.large-format li {
      height: auto; }
      .rrssb-buttons.large-format li a {
        font-size: 15px;
        font-size: 1vw;
        padding: 7% 0% 7% 12%;
        border-radius: 0.2em;
        line-height: 1vw; }
        .rrssb-buttons.large-format li a .icon {
          left: 7%;
          padding-top: 0;
          width: 12%; }
          .rrssb-buttons.large-format li a .icon svg {
            height: 100%;
            width: 100%; }
        .rrssb-buttons.large-format li a .text {
          font-size: 15px;
          font-size: 1vw; }
        .rrssb-buttons.large-format li a:hover {
          font-size: 15px;
          font-size: 1vw;
          padding: 7% 0% 7% 12%;
          border-radius: 0.2em; }
  .rrssb-buttons.tiny-format {
    height: 22px;
    position: relative; }
    .rrssb-buttons.tiny-format li {
      padding-right: 7px; }
      .rrssb-buttons.tiny-format li a {
        background-color: transparent;
        padding: 0; }
        .rrssb-buttons.tiny-format li a .icon svg {
          height: 70%;
          width: 100%; }
        .rrssb-buttons.tiny-format li a:hover, .rrssb-buttons.tiny-format li a:active {
          background-color: transparent; }
      .rrssb-buttons.tiny-format li.email a .icon svg path, .rrssb-buttons.tiny-format li.email a .icon svg polygon {
        fill: #0a88ff; }
      .rrssb-buttons.tiny-format li.email a .icon:hover .icon svg path, .rrssb-buttons.tiny-format li.email a .icon:hover .icon svg polygon {
        fill: #0054a3; }
      .rrssb-buttons.tiny-format li.facebook a .icon svg path, .rrssb-buttons.tiny-format li.facebook a .icon svg polygon {
        fill: #306199; }
      .rrssb-buttons.tiny-format li.facebook a .icon:hover .icon svg path, .rrssb-buttons.tiny-format li.facebook a .icon:hover .icon svg polygon {
        fill: #18304b; }
      .rrssb-buttons.tiny-format li.tumblr a .icon svg path, .rrssb-buttons.tiny-format li.tumblr a .icon svg polygon {
        fill: #32506d; }
      .rrssb-buttons.tiny-format li.tumblr a .icon:hover .icon svg path, .rrssb-buttons.tiny-format li.tumblr a .icon:hover .icon svg polygon {
        fill: #121d27; }
      .rrssb-buttons.tiny-format li.linkedin a .icon svg path, .rrssb-buttons.tiny-format li.linkedin a .icon svg polygon {
        fill: #007bb6; }
      .rrssb-buttons.tiny-format li.linkedin a .icon:hover .icon svg path, .rrssb-buttons.tiny-format li.linkedin a .icon:hover .icon svg polygon {
        fill: #003650; }
      .rrssb-buttons.tiny-format li.twitter a .icon svg path, .rrssb-buttons.tiny-format li.twitter a .icon svg polygon {
        fill: #2ba7e0; }
      .rrssb-buttons.tiny-format li.twitter a .icon:hover .icon svg path, .rrssb-buttons.tiny-format li.twitter a .icon:hover .icon svg polygon {
        fill: #156990; }
      .rrssb-buttons.tiny-format li.googleplus a .icon svg path, .rrssb-buttons.tiny-format li.googleplus a .icon svg polygon {
        fill: #e93f2e; }
      .rrssb-buttons.tiny-format li.googleplus a .icon:hover .icon svg path, .rrssb-buttons.tiny-format li.googleplus a .icon:hover .icon svg polygon {
        fill: #a01e11; }
      .rrssb-buttons.tiny-format li.youtube a .icon svg path, .rrssb-buttons.tiny-format li.youtube a .icon svg polygon {
        fill: #df1c31; }
      .rrssb-buttons.tiny-format li.youtube a .icon:hover .icon svg path, .rrssb-buttons.tiny-format li.youtube a .icon:hover .icon svg polygon {
        fill: #84111d; }
      .rrssb-buttons.tiny-format li.reddit a .icon svg path, .rrssb-buttons.tiny-format li.reddit a .icon svg polygon {
        fill: #ff5600; }
      .rrssb-buttons.tiny-format li.reddit a .icon:hover .icon svg path, .rrssb-buttons.tiny-format li.reddit a .icon:hover .icon svg polygon {
        fill: #993400; }
      .rrssb-buttons.tiny-format li.pinterest a .icon svg path, .rrssb-buttons.tiny-format li.pinterest a .icon svg polygon {
        fill: #b81621; }
      .rrssb-buttons.tiny-format li.pinterest a .icon:hover .icon svg path, .rrssb-buttons.tiny-format li.pinterest a .icon:hover .icon svg polygon {
        fill: #5d0b11; }
      .rrssb-buttons.tiny-format li.pocket a .icon svg path, .rrssb-buttons.tiny-format li.pocket a .icon svg polygon {
        fill: #ED4054; }
      .rrssb-buttons.tiny-format li.pocket a .icon:hover .icon svg path, .rrssb-buttons.tiny-format li.pocket a .icon:hover .icon svg polygon {
        fill: #b61124; }
      .rrssb-buttons.tiny-format li.github a .icon svg path, .rrssb-buttons.tiny-format li.github a .icon svg polygon {
        fill: #444; }
      .rrssb-buttons.tiny-format li.github a .icon:hover .icon svg path, .rrssb-buttons.tiny-format li.github a .icon:hover .icon svg polygon {
        fill: #111111; }

img.iconic {
  display: none; }

.iconic-property-fill, .iconic-property-text {
  stroke: none !important; }

.iconic-property-stroke {
  fill: none !important; }

.iconic * {
  fill: #4680a2;
  stroke: #4680a2; }

.iconic .iconic-property-accent {
  fill: #ff5a00;
  stroke: #ff5a00; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

.row {
  display: block; }
  .row:after {
    content: "";
    display: table;
    clear: both; }

.is_constrained {
  padding: 0 10px;
  max-width: 80em;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 30em) {
    .is_constrained {
      max-width: 26.25em;
      padding: 0; } }
  @media screen and (min-width: 48em) {
    .is_constrained {
      max-width: 45.625em; } }
  @media screen and (min-width: 64em) {
    .is_constrained {
      max-width: 59.875em; } }
  @media screen and (min-width: 71.25em) {
    .is_constrained {
      max-width: 67.5em; } }
  @media screen and (min-width: 85em) {
    .is_constrained {
      max-width: 80em; } }
  .is_constrained:after {
    content: "";
    display: table;
    clear: both; }

.is_constrained_narrow {
  padding: 0 10px;
  max-width: 80em;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 30em) {
    .is_constrained_narrow {
      max-width: 26.25em;
      padding: 0; } }
  @media screen and (min-width: 48em) {
    .is_constrained_narrow {
      max-width: 45.625em; } }
  @media screen and (min-width: 64em) {
    .is_constrained_narrow {
      max-width: 59.875em; } }
  @media screen and (min-width: 71.25em) {
    .is_constrained_narrow {
      max-width: 50.6875em; } }
  @media screen and (min-width: 85em) {
    .is_constrained_narrow {
      max-width: 60.125em; } }
  .is_constrained_narrow:after {
    content: "";
    display: table;
    clear: both; }

/* State Class (for JS) */
.is-none {
  display: none !important; }

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

.is-hidden {
  visibility: hidden !important;
  opacity: 0 !important; }

.is-visible {
  visibility: visible !important;
  opacity: 1 !important; }

.error {
  color: red !important; }

.entity-intro__bio {
  font-size: 18px;
  font-size: 1.125rem; }

* {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

html {
  height: 100%;
  margin: 0;
  font-size: 16px;
  min-width: 300px; }

body {
  margin: 0;
  padding-top: 68px;
  color: #242424;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 24px;
  height: 100%;
  color: #242424;
  background: #fff;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  background-color: #fff;
  overflow-x: hidden; }
  @media screen and (min-width: 48em) {
    body {
      padding-top: 88px; } }

fieldset {
  padding: 0;
  border: 0px transparent;
  background-color: transparent; }

img {
  max-width: 100%;
  height: auto; }

iframe {
  outline: 0;
  border: 0; }

h1, h2, h3, h4, h5, h6 {
  text-rendering: optimizeLegibility;
  margin: 0;
  line-height: 24px;
  font-family: howard;
  font-weight: normal; }
  .parchment-content h1, .parchment-content h2, .parchment-content h3, .parchment-content h4, .parchment-content h5, .parchment-content h6 {
    color: #242424; }

h1 {
  font-size: 36px;
  font-size: 2.25rem; }

h2 {
  font-size: 32px;
  font-size: 2rem;
  margin: 20px 0;
  text-align: center; }

h3 {
  font-size: 28px;
  font-size: 1.75rem;
  margin: 20px 0; }

h4 {
  font-size: 24px;
  font-size: 1.5rem;
  margin: 20px 0; }

h5 {
  font-size: 20px;
  font-size: 1.25rem; }

h6 {
  font-size: 16px;
  font-size: 1rem; }

hgroup {
  margin-bottom: 12px; }

.title {
  font-family: howard;
  font-size: 24px;
  text-transform: uppercase;
  margin: 0; }
  .title.\--hed {
    font-size: 28px;
    font-size: 1.75rem;
    font-weight: bold;
    line-height: .9;
    color: #102e57; }
    @media screen and (min-width: 48em) {
      .title.\--hed {
        font-size: 48px;
        font-size: 3rem; } }
  .title.\--dek {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: normal;
    line-height: 1;
    color: #102e57;
    margin: 5px auto; }
    @media screen and (min-width: 48em) {
      .title.\--dek {
        font-size: 26px;
        font-size: 1.625rem; } }

.title--h3, .parchment-content h3 {
  clear: both;
  color: #102e57;
  font-size: 26px;
  font-weight: normal;
  line-height: 1; }
  .gallery__item .title--h3, .gallery__item .parchment-content h3 {
    margin: 1.5rem auto 5px auto; }

.title, .parchment-content h3 {
  font-family: howard;
  font-size: 24px;
  text-transform: uppercase;
  margin: 0; }

.publishable h3 {
  margin: 1.5rem 1rem 5px 1rem;
  max-width: 600px; }
  @media screen and (min-width: 64em) {
    .publishable h3 {
      max-width: 700px; } }
  @media screen and (min-width: 48em) {
    .publishable h3 {
      font-size: 32px;
      margin: 1.5rem auto 5px auto; } }

.title--h1 {
  color: #102e57;
  font-size: 28px;
  font-weight: bold;
  line-height: .9; }
  @media screen and (min-width: 48em) {
    .title--h1 {
      font-size: 48px; } }

.title--h2 {
  color: #102e57;
  font-size: 20px;
  font-weight: normal;
  line-height: 1;
  max-width: 800px;
  margin: 5px auto; }
  @media screen and (min-width: 48em) {
    .title--h2 {
      font-size: 26px; } }

.page-heading {
  text-align: center;
  padding: 1.618em 0;
  background-color: #041327;
  position: relative;
  z-index: 1; }
  .page-heading.\--trans {
    background-color: transparent; }
  .page-heading.\--rough {
    background: #041327 url("/static/site/img/background_textured_down_darkblue.png") repeat-x center bottom;
    padding-bottom: 3.236em; }
  .page-heading .\--hed {
    color: #fff; }
  .page-heading .\--cat {
    font-weight: 100;
    font-size: 3.125em;
    margin: 85px 0 6px 0;
    letter-spacing: .25em; }
    .page-heading .\--cat span {
      display: block; }
    @media screen and (min-width: 48em) {
      .page-heading .\--cat {
        font-size: 3.75em; } }
    @media screen and (min-width: 64em) {
      .page-heading .\--cat {
        font-size: 5em; } }
    @media screen and (min-width: 85em) {
      .page-heading .\--cat {
        font-size: 6.25em; } }

button,
input[type="submit"] {
  font-size: 15px;
  font-size: 0.9375rem;
  display: inline-block;
  overflow: hidden;
  border: none;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 2;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
  text-decoration: none;
  text-overflow: ellipsis;
  text-align: center;
  color: #fff; }

.form__row {
  display: block;
  margin: 0; }
  .form__row:after {
    content: "";
    display: table;
    clear: both; }
  .form__row + .form__row {
    margin-top: 0.809em; }

.form__label {
  font-size: 22px;
  font-size: 1.375rem;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  color: #242424;
  vertical-align: middle; }

.form__label--split {
  display: inline-block; }
  @media screen and (min-width: 48em) {
    .form__label--split {
      text-align: right;
      width: 160px;
      margin-right: 40px; } }

fieldset {
  background: #e6e6e6;
  border: 1px solid #ccc;
  margin: 0 0 12px 0;
  padding: 24px; }

input,
label,
select {
  display: block;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 16px; }

label {
  margin-bottom: 6px;
  padding: 12px 0; }
  label.required:after {
    content: "*"; }
  label abbr {
    display: none; }

textarea,
input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color;
  -moz-transition: border-color;
  -o-transition: border-color;
  transition: border-color;
  background-color: white;
  border-radius: 0.1875em;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 16px;
  margin-bottom: 12px;
  padding: 12px 12px;
  width: 100%; }
  textarea:hover,
  input[type="email"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="url"]:hover, input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="month"]:hover, input[type="time"]:hover, input[type="week"]:hover {
    border-color: #b3b3b3; }
  textarea:focus,
  input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus {
    border-color: #102e57;
    outline: none; }

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

input[type="checkbox"], input[type="radio"] {
  display: inline;
  margin-right: 6px; }

select {
  width: auto;
  margin-bottom: 24px; }

button,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  button:hover,
  input[type="submit"]:hover {
    color: #fff; }

.btn--full {
  width: 100%; }

.btn--primary {
  background-color: #ff0a3e; }
  .btn--primary:hover {
    background-color: #ff446c; }

.btn--secondary {
  background-color: #18a4ec; }
  .btn--secondary:hover {
    color: #fff;
    background-color: #44c0ff; }

.btn--block {
  width: 100%;
  display: block;
  margin: 0 0 10px; }
  @media screen and (min-width: 48em) {
    .btn--block {
      width: auto; } }

.btn--fullmobile {
  width: 100%; }
  @media screen and (min-width: 48em) {
    .btn--fullmobile {
      width: auto; } }

img {
  margin: 0;
  max-width: 100%;
  height: auto; }

a {
  color: #ff5a00;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }
  a:active, a:focus, a:hover {
    color: #040c16;
    outline: 0; }

ul, ol {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .parchment-content ul {
    list-style-type: disc;
    margin-bottom: 12px;
    padding-left: 24px; }
  .parchment-content ol {
    list-style-type: decimal;
    margin-bottom: 12px;
    padding-left: 24px; }

dl {
  line-height: 24px;
  margin-bottom: 12px; }
  dl dt {
    font-weight: bold;
    margin-top: 12px; }
  dl dd {
    margin: 0; }

.parchment-content ul, .parchment-content ol {
  margin: 0 1em 1em 1em;
  max-width: 600px; }
  @media screen and (min-width: 64em) {
    .parchment-content ul, .parchment-content ol {
      max-width: 700px; } }
  @media screen and (min-width: 48em) {
    .parchment-content ul, .parchment-content ol {
      margin: 0 auto 1em auto; } }

/* [TODO] Override Lists
ul {
  @extend %default-ul;
}
ol {
  @extend %default-ol;
} */
abbr, acronym {
  border-bottom: 1px dotted #ccc;
  cursor: help; }

address {
  display: block;
  margin: 0 0 12px; }

del {
  color: #4a4a4a; }

small {
  color: #4a4a4a;
  display: block; }

sup {
  font-size: .6em; }

p {
  margin: 0; }
  p + p {
    margin-top: 12px; }

.parchment-content blockquote {
  font-family: howardBook;
  font-size: 65px;
  line-height: 65px;
  text-transform: uppercase;
  text-align: center;
  max-width: 570px;
  margin: 1em auto;
  position: relative;
  padding-top: 40px; }
  @media screen and (min-width: 64em) {
    .parchment-content blockquote {
      max-width: 670px; } }
  .parchment-content blockquote:before, .parchment-content blockquote:after {
    content: '';
    display: block;
    height: 1px;
    background: #b9b9b9;
    width: 670px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
    @media screen and (min-width: 64em) {
      .parchment-content blockquote:before, .parchment-content blockquote:after {
        width: 770px; } }
  .parchment-content blockquote:before {
    top: 0; }
  .parchment-content blockquote:after {
    margin: 40px auto 0; }

q {
  quotes: "“" "”" "‘" "’"; }
  q:before {
    content: open-quote; }
  q:after {
    content: close-quote; }

cite {
  color: #646464;
  font-style: italic; }
  cite:before {
    content: '\2014 \00A0'; }

hr {
  border: none;
  border-bottom: 1px solid #ccc;
  margin: 24px 0; }

table {
  margin: 12px 0;
  width: 100%; }

th {
  border-bottom: 1px solid #a6a6a6;
  font-weight: bold;
  padding: 12px 0;
  text-align: left; }

td {
  border-bottom: 1px solid #ccc;
  padding: 12px 0; }

tr, td, th {
  vertical-align: middle; }

.lf-thread-content .lf-powered-by {
  display: none !important; }

.lf-thread-content .fyre-edit-profile-link {
  display: none !important; }

.lf-thread-content .lf-author-flip-front, .lf-thread-content .lf-comment-author-avatar {
  border-radius: 50% !important;
  overflow: hidden; }

.lf-thread-content .lf-reply-btn {
  color: #ff5a00 !important; }

.fyre-widget .fyre-help {
  display: none !important; }

.lf-author-flip {
  border-radius: 50% !important;
  overflow: hidden !important; }

.lf-comment-container img.lf-comment-author-avatar {
  border-radius: 50% !important; }

.lf-comment-body p {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif !important; }

.lf-powered-by {
  display: none !important; }

.lf .lf-thread-popover .lf-thread .lf-thread-container article.lf-comment {
  margin-bottom: 12px !important;
  padding-bottom: 4px !important;
  border-bottom: solid 1px #ccc !important; }

.fyre-format-toolbar {
  width: 174px !important; }

@media all and (orientation: landscape) {
  span.lf-mobile-thread-btn {
    display: inline-block !important; }
  .lf section.lf-thread {
    display: block !important; } }

.btn {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: howard;
  padding: 10px 20px; }
  @media screen and (min-width: 48em) {
    .btn {
      font-size: 28px; } }
  @media screen and (min-width: 64em) {
    .btn {
      padding: 15px 30px; } }

.btn--line {
  border: 1px solid #ff5a00;
  color: #ff5a00;
  text-shadow: none; }
  .btn--line:hover {
    background-color: #ff5a00;
    color: #fff; }

.btn--line {
  border-color: #ff5a00; }
  .btn--line:hover {
    background-color: #ff5a00; }

.btn--solid {
  background-color: #ff5a00;
  color: #fff; }
  .btn--solid:hover {
    background-color: #ff5a00; }

.btn--blue {
  border: 1px solid #3A758C;
  color: #3A758C;
  padding: 0 15px;
  text-shadow: none; }
  @media screen and (min-width: 64em) {
    .btn--blue {
      padding: 0 15px; } }
  .btn--blue:hover {
    background-color: #3A758C !important;
    color: #fff; }

.btn--blue {
  border-color: #3A758C !important; }
  .btn--blue:hover {
    background-color: #3A758C !important; }

.btn--rounded {
  border-radius: 8px;
  border-width: 3px; }

.btn--small {
  padding: 5px 25px;
  font-size: 16px; }

.login-form-popup, .signup-form-popup, .resetpass-form-popup, .resetdone-form-popup {
  border: 1px solid #242424;
  position: relative;
  background: #FFF;
  width: auto;
  max-width: 756px;
  margin: 20px auto;
  padding: 10px 0;
  width: 93%; }

.loginform-box, .signupform-box, .resetpass-box, .resetdone-box {
  position: relative;
  background: #FFF;
  width: auto;
  max-width: 756px;
  margin: 20px auto;
  padding: 10px 0; }
  .loginform-box .signup-login-nav, .signupform-box .signup-login-nav, .resetpass-box .signup-login-nav, .resetdone-box .signup-login-nav {
    font-family: howard;
    text-transform: uppercase;
    margin: 0 auto;
    height: 40px;
    font-size: 1.5em; }
    .loginform-box .signup-login-nav li, .signupform-box .signup-login-nav li, .resetpass-box .signup-login-nav li, .resetdone-box .signup-login-nav li {
      width: 50%;
      float: left;
      padding: 0 20px; }
      .loginform-box .signup-login-nav li:first-child, .signupform-box .signup-login-nav li:first-child, .resetpass-box .signup-login-nav li:first-child, .resetdone-box .signup-login-nav li:first-child {
        border-right: 1px solid #242424; }
      .loginform-box .signup-login-nav li:first-child, .signupform-box .signup-login-nav li:first-child, .resetpass-box .signup-login-nav li:first-child, .resetdone-box .signup-login-nav li:first-child {
        text-align: right; }
      .loginform-box .signup-login-nav li:last-child, .signupform-box .signup-login-nav li:last-child, .resetpass-box .signup-login-nav li:last-child, .resetdone-box .signup-login-nav li:last-child {
        text-align: left; }
    .loginform-box .signup-login-nav a:hover, .signupform-box .signup-login-nav a:hover, .resetpass-box .signup-login-nav a:hover, .resetdone-box .signup-login-nav a:hover {
      text-decoration: underline;
      color: #ff5a00; }
  .loginform-box .link-resetpass:hover, .loginform-box .auth-form__label a:hover, .signupform-box .link-resetpass:hover, .signupform-box .auth-form__label a:hover, .resetpass-box .link-resetpass:hover, .resetpass-box .auth-form__label a:hover, .resetdone-box .link-resetpass:hover, .resetdone-box .auth-form__label a:hover {
    text-decoration: underline;
    color: #ff5a00; }
  .loginform-box .page-heading, .signupform-box .page-heading, .resetpass-box .page-heading, .resetdone-box .page-heading {
    background: none;
    padding-bottom: 0;
    margin: 1em 0;
    padding: 0; }
    .loginform-box .page-heading h1.title, .signupform-box .page-heading h1.title, .resetpass-box .page-heading h1.title, .resetdone-box .page-heading h1.title {
      color: #102e57;
      font-weight: 400; }
  .loginform-box .auth-form__prompt, .signupform-box .auth-form__prompt, .resetpass-box .auth-form__prompt, .resetdone-box .auth-form__prompt {
    font-size: 1.75rem;
    color: #102e57; }
    @media screen and (min-width: 48em) {
      .loginform-box .auth-form__prompt, .signupform-box .auth-form__prompt, .resetpass-box .auth-form__prompt, .resetdone-box .auth-form__prompt {
        font-size: 3rem; } }
  .loginform-box .auth-form, .signupform-box .auth-form, .resetpass-box .auth-form, .resetdone-box .auth-form {
    text-align: center; }
    .loginform-box .auth-form .auth-form__registration, .signupform-box .auth-form .auth-form__registration, .resetpass-box .auth-form .auth-form__registration, .resetdone-box .auth-form .auth-form__registration {
      margin: 10px 0 17px 0; }
    .loginform-box .auth-form .auth-social-links, .signupform-box .auth-form .auth-social-links, .resetpass-box .auth-form .auth-social-links, .resetdone-box .auth-form .auth-social-links {
      width: 100%;
      margin: 0 auto;
      display: inline-block; }
      @media screen and (min-width: 48em) {
        .loginform-box .auth-form .auth-social-links, .signupform-box .auth-form .auth-social-links, .resetpass-box .auth-form .auth-social-links, .resetdone-box .auth-form .auth-social-links {
          width: 80%; } }
      .loginform-box .auth-form .auth-social-links .auth-form__social-login-button, .signupform-box .auth-form .auth-social-links .auth-form__social-login-button, .resetpass-box .auth-form .auth-social-links .auth-form__social-login-button, .resetdone-box .auth-form .auth-social-links .auth-form__social-login-button {
        width: 21%;
        min-height: 57px;
        margin-left: 5%;
        float: left;
        border-radius: 0;
        background-color: #fff;
        border: 1px solid #242424;
        padding-top: 4%;
        left: 1%;
        overflow: hidden;
        transition: none; }
        @media screen and (min-width: 30em) {
          .loginform-box .auth-form .auth-social-links .auth-form__social-login-button, .signupform-box .auth-form .auth-social-links .auth-form__social-login-button, .resetpass-box .auth-form .auth-social-links .auth-form__social-login-button, .resetdone-box .auth-form .auth-social-links .auth-form__social-login-button {
            min-height: 95px;
            margin-left: 5%;
            padding-top: 4%;
            left: 0; } }
        @media screen and (min-width: 48em) {
          .loginform-box .auth-form .auth-social-links .auth-form__social-login-button, .signupform-box .auth-form .auth-social-links .auth-form__social-login-button, .resetpass-box .auth-form .auth-social-links .auth-form__social-login-button, .resetdone-box .auth-form .auth-social-links .auth-form__social-login-button {
            min-height: 80px;
            margin-left: 5%;
            padding-top: 4%; } }
        .loginform-box .auth-form .auth-social-links .auth-form__social-login-button span, .signupform-box .auth-form .auth-social-links .auth-form__social-login-button span, .resetpass-box .auth-form .auth-social-links .auth-form__social-login-button span, .resetdone-box .auth-form .auth-social-links .auth-form__social-login-button span {
          text-indent: -9999px;
          position: absolute; }
        .loginform-box .auth-form .auth-social-links .auth-form__social-login-button svg, .signupform-box .auth-form .auth-social-links .auth-form__social-login-button svg, .resetpass-box .auth-form .auth-social-links .auth-form__social-login-button svg, .resetdone-box .auth-form .auth-social-links .auth-form__social-login-button svg {
          height: 36px !important;
          width: 29px !important;
          display: block;
          margin: 0 auto;
          position: relative;
          left: 4%; }
          @media screen and (min-width: 30em) {
            .loginform-box .auth-form .auth-social-links .auth-form__social-login-button svg, .signupform-box .auth-form .auth-social-links .auth-form__social-login-button svg, .resetpass-box .auth-form .auth-social-links .auth-form__social-login-button svg, .resetdone-box .auth-form .auth-social-links .auth-form__social-login-button svg {
              height: 46px !important;
              width: 43px !important; } }
          .loginform-box .auth-form .auth-social-links .auth-form__social-login-button svg path, .signupform-box .auth-form .auth-social-links .auth-form__social-login-button svg path, .resetpass-box .auth-form .auth-social-links .auth-form__social-login-button svg path, .resetdone-box .auth-form .auth-social-links .auth-form__social-login-button svg path {
            fill: #102e57 !important;
            stroke: #102e57 !important; }
          .loginform-box .auth-form .auth-social-links .auth-form__social-login-button svg polygon, .signupform-box .auth-form .auth-social-links .auth-form__social-login-button svg polygon, .resetpass-box .auth-form .auth-social-links .auth-form__social-login-button svg polygon, .resetdone-box .auth-form .auth-social-links .auth-form__social-login-button svg polygon {
            fill: #102e57 !important;
            stroke: #102e57 !important; }
        .loginform-box .auth-form .auth-social-links .auth-form__social-login-button:hover, .signupform-box .auth-form .auth-social-links .auth-form__social-login-button:hover, .resetpass-box .auth-form .auth-social-links .auth-form__social-login-button:hover, .resetdone-box .auth-form .auth-social-links .auth-form__social-login-button:hover {
          border: 1px solid #ff5a00; }
          .loginform-box .auth-form .auth-social-links .auth-form__social-login-button:hover svg path, .signupform-box .auth-form .auth-social-links .auth-form__social-login-button:hover svg path, .resetpass-box .auth-form .auth-social-links .auth-form__social-login-button:hover svg path, .resetdone-box .auth-form .auth-social-links .auth-form__social-login-button:hover svg path {
            fill: #ff5a00 !important;
            stroke: #ff5a00 !important; }
          .loginform-box .auth-form .auth-social-links .auth-form__social-login-button:hover svg polygon, .signupform-box .auth-form .auth-social-links .auth-form__social-login-button:hover svg polygon, .resetpass-box .auth-form .auth-social-links .auth-form__social-login-button:hover svg polygon, .resetdone-box .auth-form .auth-social-links .auth-form__social-login-button:hover svg polygon {
            fill: #ff5a00 !important;
            stroke: #ff5a00 !important; }
        .loginform-box .auth-form .auth-social-links .auth-form__social-login-button:first-child, .signupform-box .auth-form .auth-social-links .auth-form__social-login-button:first-child, .resetpass-box .auth-form .auth-social-links .auth-form__social-login-button:first-child, .resetdone-box .auth-form .auth-social-links .auth-form__social-login-button:first-child {
          margin-left: 0; }
    .loginform-box .auth-form .auth-form__prompt, .signupform-box .auth-form .auth-form__prompt, .resetpass-box .auth-form .auth-form__prompt, .resetdone-box .auth-form .auth-form__prompt {
      clear: both; }
    .loginform-box .auth-form .auth-form__options li, .signupform-box .auth-form .auth-form__options li, .resetpass-box .auth-form .auth-form__options li, .resetdone-box .auth-form .auth-form__options li {
      text-align: left; }
    .loginform-box .auth-form .auth-form__controls, .signupform-box .auth-form .auth-form__controls, .resetpass-box .auth-form .auth-form__controls, .resetdone-box .auth-form .auth-form__controls {
      text-align: left; }
      .loginform-box .auth-form .auth-form__controls a, .signupform-box .auth-form .auth-form__controls a, .resetpass-box .auth-form .auth-form__controls a, .resetdone-box .auth-form .auth-form__controls a {
        font-size: 0.7em;
        padding-top: 2px; }
        @media screen and (min-width: 30em) {
          .loginform-box .auth-form .auth-form__controls a, .signupform-box .auth-form .auth-form__controls a, .resetpass-box .auth-form .auth-form__controls a, .resetdone-box .auth-form .auth-form__controls a {
            font-size: 0.8em;
            padding-top: 0px; } }
      .loginform-box .auth-form .auth-form__controls .auth-form__label, .signupform-box .auth-form .auth-form__controls .auth-form__label, .resetpass-box .auth-form .auth-form__controls .auth-form__label, .resetdone-box .auth-form .auth-form__controls .auth-form__label {
        font-size: 0.7em; }
        @media screen and (min-width: 30em) {
          .loginform-box .auth-form .auth-form__controls .auth-form__label, .signupform-box .auth-form .auth-form__controls .auth-form__label, .resetpass-box .auth-form .auth-form__controls .auth-form__label, .resetdone-box .auth-form .auth-form__controls .auth-form__label {
            font-size: 0.8em; } }
    .loginform-box .auth-form .auth-form__options .auth-form__label, .signupform-box .auth-form .auth-form__options .auth-form__label, .resetpass-box .auth-form .auth-form__options .auth-form__label, .resetdone-box .auth-form .auth-form__options .auth-form__label {
      font-size: 0.7em;
      line-height: 1.5em; }
      @media screen and (min-width: 30em) {
        .loginform-box .auth-form .auth-form__options .auth-form__label, .signupform-box .auth-form .auth-form__options .auth-form__label, .resetpass-box .auth-form .auth-form__options .auth-form__label, .resetdone-box .auth-form .auth-form__options .auth-form__label {
          font-size: 0.8em;
          line-height: 24px; } }
    .loginform-box .auth-form .auth-form__submit, .signupform-box .auth-form .auth-form__submit, .resetpass-box .auth-form .auth-form__submit, .resetdone-box .auth-form .auth-form__submit {
      width: 50%; }

.auth-form__fieldset input:focus {
  border: 1px solid #ff5a00 !important; }

@-webkit-keyframes rotate-forever {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-moz-keyframes rotate-forever {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotate-forever {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

.loading-spinner {
  -webkit-animation-duration: 0.75s;
  -moz-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: rotate-forever;
  -moz-animation-name: rotate-forever;
  animation-name: rotate-forever;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  animation-timing-function: linear;
  height: 30px;
  width: 30px;
  border: 8px solid #ff5a00;
  border-right-color: transparent;
  border-radius: 50%;
  display: none; }

.publishable__loadmore:hover .loading-spinner {
  border: 8px solid #fff;
  border-right-color: transparent;
  border-radius: 50%; }

.newsletter-form.in-the-footer .loading-spinner {
  float: right;
  top: 0;
  position: absolute;
  right: 50px;
  border: 8px solid #fff;
  border-right-color: transparent;
  border-radius: 50%; }
  @media screen and (min-width: 48em) {
    .newsletter-form.in-the-footer .loading-spinner {
      top: 32px; } }
  .newsletter-form.in-the-footer .loading-spinner.on {
    display: block; }

.newsletter-form.interstitial_newsletter__card .loading-spinner {
  float: right;
  top: 17px;
  position: absolute;
  right: 20px;
  border: 8px solid #ff5a00;
  border-right-color: transparent;
  border-radius: 50%; }
  .newsletter-form.interstitial_newsletter__card .loading-spinner.on {
    display: block; }

.events-block {
  margin-bottom: 60px;
  overflow: hidden; }

.event {
  width: 100%;
  margin-right: 2.1%;
  float: left;
  text-align: center;
  font-family: howard;
  margin-bottom: 20px;
  text-transform: uppercase;
  border: solid 1px #d4d4d4;
  padding-bottom: 39px; }
  @media screen and (min-width: 48em) {
    .event {
      width: 47.9%; } }
  @media screen and (min-width: 64em) {
    .event {
      width: 23.4%;
      margin-bottom: 0; } }
  .event:last-child {
    margin-right: 0; }
  .event span {
    display: block; }
  .event__date {
    color: #fff;
    background: #031b4c;
    padding: 13px 10px 12px 10px;
    position: relative;
    right: -1px;
    top: -1px;
    left: -1px;
    width: 100.6%;
    font-size: 2.2em;
    line-height: 0.9em; }
    .event__date span:last-child {
      font-size: 0.8em; }
  .event__details {
    font-size: 2em;
    padding: 25px 0 0;
    height: 210px;
    line-height: 1.19em; }
    .event__details span {
      font-size: 0.85em; }
    .event__details .venue {
      font-size: 1.1em;
      font-weight: bold;
      padding: 0 15px; }
  .event__tickets {
    font-size: 1.7em;
    font-weight: bold; }

.cropFrame {
  overflow: hidden;
  position: relative;
  display: inline-block; }

.cropImage {
  position: absolute;
  top: 0;
  left: 0;
  cursor: move;
  max-width: none; }

.cropControls {
  background: #000;
  width: 100%;
  height: 26px;
  position: absolute;
  z-index: 100;
  bottom: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: opacity .25s linear;
  -moz-transition: opacity .25s linear;
  -webkit-transition: opacity .25s linear;
  t-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.cropFrame.hover .cropControls {
  opacity: .55;
  filter: alpha(opacity=55); }

.cropControls span {
  display: block;
  float: left;
  color: #fff;
  font-size: 11px;
  margin: 7px 0 0 5px; }

.cropZoomIn,
.cropZoomOut {
  display: block;
  float: right;
  margin: 4px 4px 0 0;
  padding: 0;
  background: #fff;
  border: 1px solid #000;
  color: #000;
  border-radius: 4px;
  width: 18px;
  height: 18px;
  line-height: 16px;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  cursor: pointer; }

.cropZoomIn::after,
.cropZoomIn .after {
  content: "+";
  display: block;
  text-align: center; }

.cropZoomOut::after,
.cropZoomOut .after {
  content: "-";
  display: block;
  text-align: center; }

/*IE8*/
.cropZoomIn:after,
.cropZoomIn .after {
  content: "+";
  display: block;
  text-align: center; }

/*IE8*/
.cropZoomOut:after,
.cropZoomOut .after {
  content: "-";
  display: block;
  text-align: center; }

.saved-notify .saved-notification {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%); }

.saved-notification {
  top: -1px;
  right: 0;
  z-index: 50;
  width: 100%;
  padding: 20px;
  text-align: center;
  position: relative;
  background-color: #ff5a00; }
  .saved-notification.error {
    color: #fff;
    background-color: #c9302c; }
    .saved-notification.error .saved-notification--close {
      color: #c9302c; }

.saved-notification--message {
  color: #fff;
  font-size: 31px;
  font-weight: 600;
  max-width: 1280px;
  font-family: howard;
  position: relative;
  text-transform: uppercase; }

.saved-notification--close {
  top: 0px;
  right: 0px;
  font-size: 11px;
  background: #fff;
  color: #ff5a00;
  position: absolute;
  border-radius: 50%;
  padding: 0px 9.7px;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }
  .saved-notification--close:hover {
    color: #ff5a00; }

.csstransitions .fadeIn {
  opacity: 0;
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both; }

.csstransitions .fadeOut {
  opacity: 0; }

.csstransitions .bounceIn {
  -webkit-animation-name: bounceIn;
  -moz-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-moz-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    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.13, 1.13, 1.13);
    transform: scale3d(1.13, 1.13, 1.13); }
  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); } }

@-moz-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    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.13, 1.13, 1.13);
    transform: scale3d(1.13, 1.13, 1.13); }
  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% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    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.13, 1.13, 1.13);
    transform: scale3d(1.13, 1.13, 1.13); }
  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); } }

.interstitial {
  position: relative;
  text-align: center;
  color: #fff;
  font-family: howard;
  font-weight: bold;
  font-size: 28px;
  overflow: hidden;
  margin: 1em auto; }
  .interstitial h4 {
    color: #102e57;
    text-transform: uppercase; }
  .interstitial .interstitial_newsletter__card {
    width: 100%;
    clear: both;
    height: auto;
    background-color: #041327;
    padding: 40px 20px 60px 20px;
    border-radius: 10px; }
    .interstitial .interstitial_newsletter__card .email_optin_form .email_optin_input {
      margin: 0; }
    .interstitial .interstitial_newsletter__card .email_optin_form #email-input .input-wrap .email_optin_input {
      font-size: 25px; }
      @media screen and (min-width: 30em) {
        .interstitial .interstitial_newsletter__card .email_optin_form #email-input .input-wrap .email_optin_input {
          font-size: 35px; } }
      @media screen and (min-width: 64em) {
        .interstitial .interstitial_newsletter__card .email_optin_form #email-input .input-wrap .email_optin_input {
          font-size: 53px; } }
    @media screen and (min-width: 30em) {
      .interstitial .interstitial_newsletter__card .email_optin_form #email-input .input-wrap {
        margin-top: 0; } }
    @media screen and (min-width: 20em) {
      .interstitial .interstitial_newsletter__card .email_optin_form #email-input .input-wrap {
        margin-top: 0; } }
    .interstitial .interstitial_newsletter__card .email_optin_form #email-input .legal {
      color: #4680a2; }
    .interstitial .interstitial_newsletter__card .email_optin_form #email-input .email_optin_submit {
      font-size: 14px; }
      @media screen and (min-width: 30em) {
        .interstitial .interstitial_newsletter__card .email_optin_form #email-input .email_optin_submit {
          font-size: 22px; } }
  @media screen and (min-width: 48em) {
    .interstitial {
      font-size: 58px; } }
  .interstitial span {
    display: block;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }

.publishable__content .embed-type-image,
.publishable__content .embed-type-video {
  max-width: 800px;
  margin: 1em auto;
  text-align: center; }

.publishable__content iframe {
  margin: 0 auto !important;
  display: inline-block;
  text-align: center; }

.embed-type-image,
.embed-type-video {
  max-width: 800px;
  margin: 1em auto;
  text-align: center; }
  .embed-type-image iframe,
  .embed-type-video iframe {
    margin: 0 auto !important;
    display: inline-block;
    text-align: center; }

@media screen and (min-width: 48em) {
  .embed-position-left {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 40.2913699012%; }
    .embed-position-left:last-child {
      margin-right: 0; } }

@media screen and (min-width: 64em) {
  .embed-position-left {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%; }
    .embed-position-left:last-child {
      margin-right: 0; } }

@media screen and (min-width: 71.25em) {
  .embed-position-left {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 23.2317613015%;
    margin-left: 17.0596085997%; }
    .embed-position-left:last-child {
      margin-right: 0; } }

@media screen and (min-width: 48em) {
  .embed-position-right {
    width: 40%;
    float: right;
    margin-left: 1.618em; } }

@media screen and (min-width: 64em) {
  .embed-position-right {
    width: 30%; } }

@media screen and (min-width: 71.25em) {
  .embed-position-right {
    width: 24%;
    margin-right: 17%; } }

.embed-caption {
  font-weight: bold;
  line-height: 1.2;
  font-size: 14px;
  display: block;
  margin: 3px 0 0 0; }

.embed-source {
  display: block;
  color: #7d7d7d;
  font-size: 11px;
  margin: 0;
  font-weight: normal;
  font-style: normal;
  text-align: center; }

.embed-position-fill {
  max-width: 800px;
  margin: 1rem auto;
  position: relative; }
  .embed-position-fill a, .embed-position-fill img {
    width: 100%;
    display: block; }

.audio_embed {
  position: relative; }
  .audio_embed iframe {
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
    @media screen and (min-width: 48em) {
      .audio_embed iframe {
        bottom: 50px; } }

.interstitial {
  background: #f3f3f3;
  text-align: center; }
  .interstitial h4 {
    font-weight: 600;
    font-size: 36px; }
  .interstitial .interstitial__wrap {
    display: inline-block; }
    .interstitial .interstitial__wrap.n1 {
      width: 100%; }
    .interstitial .interstitial__wrap .interstitial__card {
      float: left;
      margin-right: 15px;
      margin-bottom: 20px;
      width: 44%; }
      @media screen and (min-width: 64em) {
        .interstitial .interstitial__wrap .interstitial__card {
          width: auto;
          margin-right: 30px; } }
      .interstitial .interstitial__wrap .interstitial__card:last-child {
        margin-right: 0; }
      .interstitial .interstitial__wrap .interstitial__card:nth-child(2) {
        margin-left: 15px; }
        @media screen and (min-width: 48em) {
          .interstitial .interstitial__wrap .interstitial__card:nth-child(2) {
            margin-left: 35px; } }
        @media screen and (min-width: 64em) {
          .interstitial .interstitial__wrap .interstitial__card:nth-child(2) {
            margin-left: auto; } }
      .interstitial .interstitial__wrap .interstitial__card a {
        display: block;
        max-width: 412px;
        background-color: rgba(16, 46, 87, 0.5); }
        .interstitial .interstitial__wrap .interstitial__card a:hover {
          background-color: rgba(16, 46, 87, 0); }
        .interstitial .interstitial__wrap .interstitial__card a img {
          opacity: 0.5;
          transition: all 0.2s linear; }
          .interstitial .interstitial__wrap .interstitial__card a img:hover {
            opacity: 1;
            transition: all 0.2s linear; }
        .interstitial .interstitial__wrap .interstitial__card a.pub_link {
          margin-top: 5px;
          color: #102e57;
          background-color: transparent; }
          @media screen and (min-width: 48em) {
            .interstitial .interstitial__wrap .interstitial__card a.pub_link {
              margin-top: 0; } }
          .interstitial .interstitial__wrap .interstitial__card a.pub_link:hover {
            color: #ff5a00 !important; }
      .interstitial .interstitial__wrap .interstitial__card .card__heading--inter {
        text-align: left;
        color: #102e57;
        text-transform: uppercase; }
        .interstitial .interstitial__wrap .interstitial__card .card__heading--inter .type {
          color: #ff5a00;
          font-size: 17px;
          font-weight: 100;
          padding: 0; }
          @media screen and (min-width: 48em) {
            .interstitial .interstitial__wrap .interstitial__card .card__heading--inter .type {
              padding: 8px 0; } }
        .interstitial .interstitial__wrap .interstitial__card .card__heading--inter h3 {
          margin-top: 0;
          font-weight: 600;
          font-size: 18px;
          margin-left: 0;
          max-width: 400px;
          line-height: 17px; }
          @media screen and (min-width: 48em) {
            .interstitial .interstitial__wrap .interstitial__card .card__heading--inter h3 {
              font-size: 26px;
              line-height: 24px; } }
          @media screen and (min-width: 64em) {
            .interstitial .interstitial__wrap .interstitial__card .card__heading--inter h3 {
              font-size: 30px; } }

.trivia-img-multi {
  position: relative; }
  .trivia-img-multi .embed-source {
    color: #fff;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    text-transform: initial;
    position: absolute;
    bottom: 0;
    right: 0;
    line-height: initial;
    padding: 5px 10px 5px 10px;
    background-color: rgba(0, 0, 0, 0.3); }

.trivia-img {
  position: relative; }
  .trivia-img .embed-source {
    color: #fff;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    text-transform: initial;
    position: absolute;
    bottom: 7px;
    right: 0;
    line-height: initial;
    padding: 5px 10px 5px 10px;
    background-color: rgba(0, 0, 0, 0.3); }

.main {
  padding-bottom: 40px;
  position: relative; }
  .is_continuous .main {
    padding-top: 60px; }

.main--bg {
  background: #fff url("/static/site/img/background_textured_main.png") repeat-x center top; }

.hero {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  background-color: #121a33;
  background-size: cover;
  background-position: center center;
  font-family: howard;
  color: #fff;
  text-align: center;
  text-transform: uppercase; }
  @media screen and (min-width: 48em) {
    .hero {
      text-align: left; } }
  .hero .type {
    text-shadow: none;
    background-color: #ff5a00;
    display: inline-block;
    padding: 3px 6px;
    font-size: 18px;
    font-weight: bold; }
    @media screen and (min-width: 48em) {
      .hero .type {
        margin: 0 25%; } }
    .hero .type .btn--line {
      border: 1px solid #ff5a00;
      color: #ff5a00; }
  @media screen and (min-width: 48em) {
    .hero .controls {
      text-align: right;
      margin: 0 25%; } }

.hero__overlay {
  background: transparent url("/static/site/img/background_textured_banner.png") repeat-x center bottom;
  padding: 20px 0;
  position: relative;
  min-height: 400px; }
  @media screen and (min-width: 71.25em) {
    .hero__overlay {
      min-height: 550px; } }

.hero__main {
  width: 100%;
  position: absolute;
  top: 60%;
  left: 50%;
  margin: auto;
  z-index: 1;
  font-weight: bold;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

/*blockquote*/
.hero__block {
  display: block;
  margin: 20px 0; }

/*p*/
.hero__quote {
  margin: 0;
  font-size: 32px;
  line-height: 1;
  text-align: center; }
  @media screen and (min-width: 48em) {
    .hero__quote {
      font-size: 48px; } }
  @media screen and (min-width: 71.25em) {
    .hero__quote {
      font-size: 72px; } }
  .hero__quote br {
    display: none; }
    @media screen and (min-width: 48em) {
      .hero__quote br {
        display: inline; } }

.hero__photosource {
  position: absolute;
  bottom: 10px;
  right: 50%;
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  transform: translateX(50%);
  padding: 10px 30px;
  font-weight: normal;
  font-style: normal;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 10px;
  text-transform: none; }
  @media screen and (min-width: 48em) {
    .hero__photosource {
      right: 1px;
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0); } }

.alert {
  display: block;
  text-align: center;
  background-color: #ffc;
  border-top: 1px solid #ff4;
  border-bottom: 1px solid #ff4;
  padding: 10px; }

.banner {
  z-index: 1;
  color: #fff;
  padding: 15px;
  font-size: 1.2em;
  display: none;
  font-family: howard;
  position: relative;
  text-transform: uppercase; }
  @media screen and (min-width: 48em) {
    .banner {
      font-size: 1.5em; } }
  @media screen and (min-width: 64em) {
    .banner {
      font-size: 2em; } }
  .banner .banner-content {
    display: block;
    max-width: 1280px;
    position: relative;
    padding-right: 10px;
    text-align: left; }
    @media screen and (min-width: 30em) {
      .banner .banner-content {
        padding-right: 135px; } }
  .banner__stamp {
    float: none;
    padding: 3px;
    color: #FF5A00;
    font-weight: bold;
    background: #fff;
    margin: 0 0 8px 0;
    display: inline-block; }
    @media screen and (min-width: 30em) {
      .banner__stamp {
        float: left;
        margin: 0 15px 0 0; } }
  .banner__message {
    margin: 0;
    color: #fff;
    font-weight: 600;
    line-height: 23px; }
    @media screen and (min-width: 30em) {
      .banner__message {
        line-height: 32px; } }
    .banner__message:hover {
      color: #fff; }
  .banner__social {
    margin: 8px 0 0 0;
    position: static; }
    @media screen and (min-width: 30em) {
      .banner__social {
        top: 0;
        right: 50px;
        margin: 0;
        position: absolute; } }
    .banner__social .icon {
      padding: 6px;
      border-radius: 3px;
      display: inline-block;
      border: solid 1px #fff; }
      .banner__social .icon:first-of-type {
        margin-right: 4px; }
    .banner__social .iconic * {
      fill: #fff; }
    .banner__social svg {
      display: block; }
  .banner__close {
    position: absolute;
    right: 0;
    top: 3px; }
    .banner__close svg {
      width: 24px !important;
      height: 24px !important;
      display: block;
      margin: 0 auto;
      position: relative; }
      .banner__close svg circle {
        fill: #ffffff !important;
        stroke: #ffffff !important;
        height: 30px;
        width: 30px; }
      .banner__close svg polygon {
        fill: #ff5a00 !important;
        stroke: #ff5a00 !important;
        stroke-width: 0; }
  .banner.\--alert {
    background-color: #ff5a00; }

.activity {
  font-family: howard;
  text-transform: uppercase; }
  .activity > ul > li {
    overflow: hidden;
    position: relative;
    padding: 32px 0;
    border-bottom: 1px solid #b9b9b9; }
    @media screen and (min-width: 48em) {
      .activity > ul > li {
        padding-right: 30%; } }
  .activity .meta {
    font-size: 1.1em;
    margin-top: 19px; }
    @media screen and (min-width: 48em) {
      .activity .meta {
        display: inline-block; } }
  .activity .tag {
    color: #fff;
    margin: 0 5px 0 0;
    padding: 2px 5px;
    background-color: #ed3e07; }
  @media screen and (min-width: 48em) {
    .activity .activity-img {
      float: left;
      max-width: 215px;
      margin-right: 35px; } }
  .activity .activity-title {
    font-size: 2.6em;
    line-height: 1em;
    font-weight: bold; }
  @media screen and (min-width: 48em) {
    .activity .activity-controls {
      right: 0px;
      top: 50%;
      translate: transformY(-50%);
      position: absolute;
      color: #fd5b06;
      font-weight: bold;
      font-size: 1.30em; }
      .activity .activity-controls li {
        float: left;
        margin-left: 10px;
        padding-left: 10px; }
        .activity .activity-controls li:last-child {
          border-left: 2px solid #bdc5d0; } }
  @media screen and (min-width: 48em) {
    .activity .related-users {
      bottom: 50px;
      left: 250px;
      position: absolute; } }
  .activity .related-users li {
    float: left;
    margin-right: 10px; }
    .activity .related-users li img {
      height: 43px;
      width: 43px;
      border-radius: 50%; }
  .activity .more {
    font-size: 1.1em;
    font-weight: bold;
    padding-top: 10px; }

.gallery__item {
  max-width: 600px;
  margin: 40px auto; }
  .gallery__item p {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto; }
  .gallery__item a img {
    display: block;
    margin: 0 auto; }
  .gallery__item.\--q {
    border: 1px solid #eae9e6;
    padding: 10px;
    text-align: center; }
    .gallery__item.\--q blockquote {
      font-size: 42px;
      font-size: 2.625rem;
      line-height: 1;
      padding: 3.236em 1.618em;
      font-family: howard;
      font-weight: 200;
      background: #eae9e6;
      background-size: 25%;
      color: #847e7b;
      margin: 0; }
  @media screen and (min-width: 48em) {
    .gallery__item {
      margin: 40px auto; } }

.gallery__photo {
  display: block; }

.publishable__header {
  clear: both;
  text-align: center;
  padding: 40px 0 0 0; }
  .publishable__header.extra-pad {
    padding-bottom: 40px; }

.publishable__header--content {
  color: #0d2e59;
  max-width: 800px;
  margin: 0 auto;
  line-height: 20px;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }

.publishable__byline {
  font-family: 'Helvetica';
  font-size: 14px !important;
  color: #464646;
  padding-top: 8px; }
  .publishable__byline a {
    text-decoration: none; }

.publishable h4 {
  text-align: center; }

.publishable__new {
  padding: 20px 0; }
  .publishable__new .create {
    background: #fff;
    padding: 20px; }

.publishable__loadmore {
  display: block;
  width: 170px;
  margin: 0 auto 35px auto;
  border: solid 4px #ff5a00; }
  .publishable__loadmore, .publishable__loadmore:focus {
    color: #ff5a00; }
  .publishable__loadmore:hover {
    color: #fff;
    background-color: #ff5a00;
    border: solid 4px #ff5a00; }

.back_to_top {
  display: block;
  width: 200px;
  margin: 0 auto 35px auto;
  border: solid 4px #ff5a00; }
  .back_to_top, .back_to_top:focus {
    color: #ff5a00; }
  .back_to_top:hover {
    color: #fff;
    background-color: #ff5a00;
    border: solid 4px #ff5a00; }

.show-button, .tag-button {
  border: solid 4px #ff5a00; }
  .show-button:first-of-type, .tag-button:first-of-type {
    margin-right: 10px; }
  .show-button:hover, .tag-button:hover {
    color: #fff;
    background-color: #ff5a00;
    border: solid 4px #ff5a00; }

.href-removed {
  color: #000000; }

body.search-overlay {
  overflow: hidden; }

.search-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  overflow: auto;
  display: none;
  padding-bottom: 60px;
  font-family: howard;
  -webkit-overflow-scrolling: touch; }
  .search-container.visible-search-container {
    display: block; }

.search-container {
  z-index: 1011; }
  .search-container form {
    clear: both;
    overflow: hidden;
    padding: 50px 0 0; }
  .search-container .close {
    width: 47px;
    height: 0;
    padding: 47px 0 0;
    overflow: hidden;
    display: block;
    position: absolute;
    top: 64px;
    right: 4%;
    z-index: 15;
    font-size: 1px;
    background: url(../img/search/button-close.png) no-repeat;
    background-size: 80% 80%; }
    @media screen and (min-width: 48em) {
      .search-container .close {
        background-size: inherit;
        top: 70px;
        right: 10%; } }
  .search-container .search-input {
    font-size: 40px;
    font-family: howard;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px;
    margin-left: 10%;
    outline: 0;
    border: 0;
    width: 70%; }
    .search-container .search-input:focus {
      outline: 0; }
    @media screen and (min-width: 48em) {
      .search-container .search-input {
        font-size: 50px; } }
  .search-container .results {
    width: 100%;
    margin: 0 auto; }
    @media screen and (min-width: 48em) {
      .search-container .results {
        width: 670px; } }
    @media screen and (min-width: 64em) {
      .search-container .results {
        width: 992px; } }
    @media screen and (min-width: 85em) {
      .search-container .results {
        width: 1311px; } }
    @media screen and (min-width: 48em) {
      .search-container .results.people-standalone {
        float: none;
        width: 320px; } }
    @media screen and (min-width: 48em) {
      .search-container .results.contents-standalone {
        float: none;
        margin: 20px auto 0;
        width: 638px; }
        .search-container .results.contents-standalone .search-contents {
          width: auto; }
          .search-container .results.contents-standalone .search-contents .cardboard__card {
            margin-left: 4px; } }
    @media screen and (min-width: 64em) {
      .search-container .results.contents-standalone {
        width: auto; }
        .search-container .results.contents-standalone .search-contents {
          width: auto; } }
  .search-container .search-people {
    width: 320px;
    margin: 0 auto; }
    @media screen and (min-width: 48em) {
      .search-container .search-people {
        margin: 20px 30px 0 0;
        float: left; } }
    .search-container .search-people ul {
      clear: both;
      margin: 0;
      padding: 0;
      list-style-type: none;
      overflow: hidden; }
    .search-container .search-people li {
      display: block;
      width: 310px;
      padding: 20px 0 0;
      margin: 0 auto;
      overflow: hidden; }
    .search-container .search-people .thumb {
      float: left;
      width: 100px;
      height: 100px;
      margin-right: 15px; }
    .search-container .search-people .details {
      width: 195px;
      font-family: helvetica, arial;
      text-align: left; }
      .search-container .search-people .details h3 a {
        color: #f15b22;
        font-family: helvetica, arial;
        font-size: 16px;
        font-weight: bold; }
      .search-container .search-people .details p {
        font-size: 10px;
        padding: 0; }
  .search-container .search-contents {
    width: auto;
    margin: 0 auto;
    position: relative; }
    @media screen and (min-width: 48em) {
      .search-container .search-contents {
        float: left;
        margin: 20px 0 0;
        min-width: 350px; }
        .search-container .search-contents .cardboard__card {
          width: 310px;
          margin: 4px 0 0 4px; } }
    @media screen and (min-width: 64em) {
      .search-container .search-contents {
        width: auto; } }
    @media screen and (min-width: 85em) {
      .search-container .search-contents {
        width: auto; } }
    .search-container .search-contents .filter-content {
      width: 130px;
      height: 30px;
      list-style-type: none;
      position: absolute;
      z-index: 2;
      font-size: 17px;
      text-transform: uppercase;
      right: 10px;
      top: 2px;
      cursor: pointer; }
      @media screen and (min-width: 48em) {
        .search-container .search-contents .filter-content {
          right: -16px;
          top: 20px;
          width: 150px; } }
      .search-container .search-contents .filter-content a {
        display: block;
        color: #000;
        text-decoration: none; }
      .search-container .search-contents .filter-content li:first-child {
        position: relative; }
      .search-container .search-contents .filter-content span {
        float: right; }
      .search-container .search-contents .filter-content li {
        float: left;
        width: 130px;
        height: 26px;
        padding: 0 10px;
        background: #dfdfdf; }
        .search-container .search-contents .filter-content li ul {
          width: 150px;
          display: none;
          position: absolute;
          left: 0;
          top: 26px; }
    .search-container .search-contents .cardboard__card {
      margin-top: 5px; }
  .search-container .cardboard__card {
    float: left; }
  .search-container h2 {
    display: block;
    margin-bottom: 0;
    margin-left: 20px;
    border-bottom: 1px solid #000;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    text-transform: capitalize;
    color: #000; }
    @media screen and (min-width: 48em) {
      .search-container h2 {
        margin-left: 0; } }
  .search-container h3 {
    margin: 0; }
  .search-container p {
    display: block;
    line-height: 1.1;
    font-size: 14px;
    margin: 0;
    padding: 5px 0 0 0; }
    .search-container p a {
      color: #777; }
  .search-container .view-more {
    cursor: pointer; }
  .search-container .view-more-bar {
    display: block;
    text-align: center;
    padding: 5px;
    margin: 0;
    color: #fff;
    background: #222;
    font-size: 12px;
    text-transform: uppercase; }
    .search-container .view-more-bar:hover {
      background-color: #444; }

.search-full-results {
  z-index: 12; }
  .search-full-results .container {
    position: relative; }
  .search-full-results .back-to-search {
    position: absolute;
    top: 15px;
    left: 15px;
    padding: 5px 10px;
    color: #fff;
    background-color: #222;
    text-transform: uppercase; }
  .search-full-results h2 {
    display: block;
    padding-top: 50px;
    font-size: 24px;
    line-height: 1;
    text-transform: uppercase;
    border-bottom: 5px solid #000; }

#link-load-more-search {
  margin-top: 20px;
  display: none; }

.filters {
  padding: 13px 0 45px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 100;
  font-family: howard;
  text-transform: uppercase; }
  @media screen and (min-width: 64em) {
    .filters {
      font-size: 28px; } }

.filter {
  position: relative;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding: 6px 15px;
  border: solid 1px transparent; }
  .filter:hover {
    color: #fff;
    border: solid 1px #fff; }

.filter--active {
  border: 1px solid #fff; }
  .filter--active:hover {
    color: #fff; }
  .filter--active::before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 50%;
    -webkit-transform: translate(-50%, 100%);
    -moz-transform: translate(-50%, 100%);
    -ms-transform: translate(-50%, 100%);
    -o-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%); }
    @media screen and (min-width: 48em) {
      .filter--active::before {
        height: 0;
        width: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 6px solid #fff; } }

.cardboard {
  background-color: #fff;
  padding: 4px;
  position: relative;
  z-index: 1; }
  .cardboard .controls {
    padding: 40px 0 0 0;
    text-align: center; }

.cardboard__card {
  position: relative;
  width: 100%;
  font-family: howard;
  background-color: #041327;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #fff;
  height: 540px;
  min-height: 400px;
  padding: 20px; }
  .homepage .cardboard__card, .triviapage .cardboard__card {
    float: left;
    border: 2px solid white; }
  .show__cards .cardboard__card {
    height: 559px; }
  .cardboard__card.alternate__card {
    padding: 0; }
  .cardboard__card .cardboard__bkg {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 400px;
    z-index: 1; }
  .cardboard__card.challenge_complete a {
    background-color: transparent; }
    .cardboard__card.challenge_complete a:hover {
      background-color: transparent; }
  @media screen and (min-width: 48em) {
    .cardboard__card {
      width: 238px;
      height: auto; }
      .homepage .cardboard__card {
        width: 33.3%;
        height: 320px;
        min-height: auto; }
      .show__cards .cardboard__card {
        height: 320px;
        min-height: auto; } }
  @media screen and (min-width: 64em) {
    .cardboard__card {
      width: 314px; }
      .homepage .cardboard__card {
        width: 33.3%;
        height: 417px; }
      .show__cards .cardboard__card {
        height: 420px; } }
  @media screen and (min-width: 71.25em) {
    .cardboard__card {
      width: 265px; }
      .homepage .cardboard__card {
        width: 25%;
        height: 353px; }
      .show__cards .cardboard__card {
        height: 353px; } }
  @media screen and (min-width: 85em) {
    .cardboard__card {
      width: 315px; }
      .homepage .cardboard__card {
        width: 25%;
        height: 417px; }
      .show__cards .cardboard__card {
        height: 424px; } }
  @media screen and (min-width: 48em) {
    .cardboard__card.promo--wide {
      width: 480px; } }
  @media screen and (min-width: 64em) {
    .cardboard__card.promo--wide {
      width: 632px; } }
  @media screen and (min-width: 71.25em) {
    .cardboard__card.promo--wide {
      width: 534px; } }
  @media screen and (min-width: 85em) {
    .cardboard__card.promo--wide {
      width: 634px; } }
  .cardboard__card.archive, .cardboard__card.game, .cardboard__card.ugc {
    text-align: center; }
  .cardboard__card .ugc__avatar {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }
    .cardboard__card .ugc__avatar .profile {
      border-radius: 50%;
      border: 5px solid #ff5a00; }
    .cardboard__card .ugc__avatar .stamp {
      position: absolute;
      bottom: -5px;
      right: -40px; }
  .cardboard__card a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background-color: rgba(28, 30, 136, 0.35);
    color: #fff; }
    .cardboard__card a:hover {
      background-color: rgba(28, 30, 136, 0.01); }

.card__info {
  text-transform: uppercase;
  text-align: center;
  padding: 20px; }
  .card__info span {
    display: block; }
  .card__info .card__participants {
    font-size: 23px;
    font-weight: 100; }
  .card__info .card__points {
    color: #fcae1a;
    margin-top: 80px;
    font-size: 25px; }
  .card__info .ach_progress {
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: 40px;
    margin-left: -20px;
    font-size: 1.3rem; }
    .card__info .ach_progress .ach_progress-first {
      width: 20px;
      margin: 0 auto;
      border-bottom: 1px #fff solid;
      color: #fcae1a; }
  .card__info .card__win {
    font-size: 20px; }
  .card__info h3 {
    font-size: 2.5rem;
    line-height: 2.2rem;
    font-weight: 600;
    margin: 5px 0; }

.card__heading {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 60%;
  padding: 10px 20px 20px 20px;
  text-align: left;
  text-transform: uppercase;
  line-height: 1; }
  .card__heading .play,
  .card__heading .exclusive {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 20px; }
  .card__heading .type {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    font-size: 18px;
    background-color: #ff5a00;
    color: #fff;
    margin-right: 20px;
    padding: 5px 10px 5px 20px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0.02em; }
    .card__heading .type time {
      color: #fff; }
  .card__heading h3 {
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    font-size: 29px;
    line-height: 1;
    margin: 0;
    font-weight: 600;
    letter-spacing: 0.01em; }
    @media screen and (min-width: 48em) {
      .promo--wide .card__heading h3 {
        width: 50%; } }
    @media screen and (min-width: 71.25em) {
      .card__heading h3 {
        font-size: 32px; } }

.parchment-content {
  display: block;
  -webkit-animation: fadeIn 1s ease-out;
  -moz-animation: fadeIn 1s ease-out;
  animation: fadeIn 1s ease-out; }
  .parchment-content:after {
    content: "";
    display: table;
    clear: both; }
  .parchment-content p {
    line-height: 1.5;
    font-size: 16px; }
    @media screen and (min-width: 48em) {
      .parchment-content p {
        font-size: 18px; } }
  .parchment-content > p {
    margin: 0 1em 1em 1em;
    max-width: 600px; }
    @media screen and (min-width: 64em) {
      .parchment-content > p {
        max-width: 700px; } }
    @media screen and (min-width: 48em) {
      .parchment-content > p {
        margin: 0 auto 1em auto; } }

#whiskey .fyre-editor * {
  border-color: #ccc; }

#whiskey .fyre-editor .fyre-editor-toolbar .goog-toolbar > div {
  background-image: none;
  background-color: #fff;
  border-radius: 0; }

#whiskey .fyre-editor .fyre-editor-container .fyre-editor-editable {
  background-color: #fff;
  border-radius: 0;
  box-shadow: none; }

.profile__primary .card__heading {
  display: none; }

.entity-intro__level {
  position: relative; }

.level-up {
  width: 65px;
  height: 65px;
  margin: 16px auto 0 auto; }

.level-up > svg {
  width: 100%;
  display: block; }

.level-percentage {
  position: absolute;
  font-family: howard;
  color: #102e57;
  font-size: 22px;
  top: 112px;
  left: 50%;
  width: 100px;
  margin: -50px 0 0 -50px; }

.points-to-next {
  text-align: center;
  text-transform: uppercase;
  font-family: howard;
  margin-top: 5px; }

.challenge_percentage {
  font-size: 40px;
  line-height: 40px;
  font-weight: 600;
  margin-top: 40px; }

.line-bar {
  width: 100px;
  margin: 0 auto; }

.card__completed_wrap {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: 120px;
  margin-left: -60px; }

.card__not-completed {
  width: 100px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -50px; }

.card__completed_check {
  width: 50px;
  margin: 40px auto 0 auto; }
  .card__completed_check .iconic-property-stroke {
    stroke: #fcae1a; }

.profile__primary {
  position: relative; }
  .profile__primary .profile__primary__tabs {
    display: block;
    text-align: center;
    border-bottom: 2px solid #e7eaee;
    margin-bottom: 1.618em; }
    .profile__primary .profile__primary__tabs:after {
      content: "";
      display: table;
      clear: both; }
  .profile__primary .profile__primary__tab {
    display: inline-block;
    width: 40%;
    margin: 0 auto -2px auto;
    padding: 0;
    text-align: center;
    font-family: howard;
    text-transform: uppercase;
    font-size: 24px;
    font-size: 1.5rem; }
    .profile__primary .profile__primary__tab a {
      display: block;
      padding: 17px 30px;
      background: #fff;
      text-decoration: none;
      border: 2px solid #e7eaee;
      border-bottom-color: #fff;
      background: #e7eaee;
      margin-left: -6px;
      color: #041327; }
    .profile__primary .profile__primary__tab.current a {
      background: #fff;
      border-bottom-color: #fff;
      color: #ff5a00; }

#tabs-1 {
  display: block; }

.tab-content {
  display: none;
  min-height: 420px; }

.card__completed {
  margin: 0 auto;
  font-size: 30px; }

#whiskey .\+large-type {
  font-size: 45px;
  font-size: 2.8125rem; }
  @media screen and (min-width: 85em) {
    #whiskey .\+large-type {
      font-size: 58px;
      font-size: 3.625rem; } }

.entity--bottom {
  max-width: 80em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-bottom: 30px; }
  .entity--bottom:after {
    content: "";
    display: table;
    clear: both; }

.left-col {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%; }
  .left-col:last-child {
    margin-right: 0; }
  @media screen and (min-width: 48em) {
    .left-col {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 23.2317613015%; }
      .left-col:last-child {
        margin-right: 0; } }

.right-col {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%; }
  .right-col:last-child {
    margin-right: 0; }
  @media screen and (min-width: 48em) {
    .right-col {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 74.4105871005%; }
      .right-col:last-child {
        margin-right: 0; } }
  .right-col .publishable__header {
    text-align: center; }
    @media screen and (min-width: 48em) {
      .right-col .publishable__header {
        text-align: left; } }

.vertical-spacer {
  clear: both;
  width: 100%;
  margin-bottom: 40px; }
  .vertical-spacer:after {
    content: "";
    display: table;
    clear: both; }

.entity-intro__cols {
  float: left;
  width: 100%;
  text-align: center; }
  .entity-intro__cols:last-child {
    width: 100%;
    float: right;
    margin-top: 30px; }
  @media screen and (min-width: 64em) {
    .entity-intro__cols {
      width: 55%; }
      .entity-intro__cols:last-child {
        width: 45%;
        margin-top: 0; } }

.entity-intro__avatar {
  float: none;
  margin: 0 auto;
  border-radius: 50%; }
  @media screen and (min-width: 48em) {
    .entity-intro__avatar {
      float: left;
      max-width: 150px;
      margin: 0 20px 0 0; } }
  @media screen and (min-width: 64em) {
    .entity-intro__avatar {
      max-width: 85px;
      margin: 25px 20px 0 0; } }
  @media screen and (min-width: 71.25em) {
    .entity-intro__avatar {
      max-width: 150px;
      margin: 0 20px 0 0; } }

.entity-intro__header {
  float: none;
  margin-top: 30px; }
  @media screen and (min-width: 48em) {
    .entity-intro__header {
      float: left; } }

.entity-intro__points-cols {
  width: 100%;
  float: left;
  padding: 0 10px;
  min-height: 150px;
  border-right: 0; }
  .entity-intro__points-cols:last-child {
    border-right: 0; }
  @media screen and (min-width: 48em) {
    .entity-intro__points-cols {
      width: 33%;
      border-right: 1px solid #b3b3b3; } }

.entity-cover {
  display: block;
  background-position: top center;
  background-size: cover; }
  .entity-cover:after {
    content: "";
    display: table;
    clear: both; }
  .entity-cover__overlay {
    height: 300px;
    background: url("../img/roughmask_white_bottom.png") repeat-x 0 100%; }
    @media screen and (min-width: 64em) {
      .entity-cover__overlay {
        height: 500px; } }
    .entity-cover__overlay.\--no-photo {
      height: 0; }
      @media screen and (min-width: 64em) {
        .entity-cover__overlay.\--no-photo {
          height: 0; } }

.entity-intro {
  display: block;
  background-color: #fff;
  padding: 1.618em;
  text-align: center; }
  .entity-intro:after {
    content: "";
    display: table;
    clear: both; }
  .entity-intro.is_negative {
    margin-top: -3.236em;
    margin-bottom: 0; }
  @media screen and (min-width: 48em) {
    .entity-intro {
      margin-right: 3.236em;
      margin-left: 3.236em;
      text-align: left; } }
  @media screen and (min-width: 64em) {
    .entity-intro__heading {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 74.4105871005%; }
      .entity-intro__heading:last-child {
        margin-right: 0; } }
  .entity-intro h3 {
    font-size: 20px;
    font-size: 1.25rem;
    color: #102e57;
    margin: 0;
    text-transform: uppercase;
    font-weight: bold; }
  .entity-intro .points {
    font-size: 48px;
    font-size: 3rem;
    font-family: howard;
    font-weight: bold;
    color: #102e57;
    margin-top: 24px; }
  .entity-intro__icon {
    display: inline-block;
    border-right: 1px solid #102e57;
    padding: 0 10px;
    vertical-align: middle;
    margin: 0;
    height: 28px; }
    .entity-intro__icon:last-child {
      border: none; }
    .entity-intro__icon path {
      fill: #102e57; }
    .entity-intro__icon a {
      display: block; }
  .entity-intro__bio {
    margin: 1.618em 0;
    text-align: left; }
    @media screen and (min-width: 64em) {
      .entity-intro__bio {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 100%; }
        .entity-intro__bio:last-child {
          margin-right: 0; } }
    .entity-intro__bio.\--bold {
      font-size: 20px;
      font-size: 1.25rem;
      font-family: howard;
      font-weight: bold;
      border-top: 1px solid #b3b3b3;
      padding: 1.618em;
      color: #102e57;
      text-transform: uppercase; }

.entity-quote {
  display: block;
  text-align: center;
  margin-bottom: 1.618em; }
  .entity-quote:after {
    content: "";
    display: table;
    clear: both; }
  .entity-quote__item {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1;
    color: #102e57;
    position: relative;
    margin: 0 0 1.618em 0; }
    @media screen and (min-width: 48em) {
      .entity-quote__item {
        font-size: 38px;
        font-size: 2.375rem;
        padding: 1.618em 120px;
        overflow: hidden; } }
    .entity-quote__item:before, .entity-quote__item:after {
      color: #f1f1f1; }
      @media screen and (min-width: 48em) {
        .entity-quote__item:before, .entity-quote__item:after {
          font-size: 400px;
          font-size: 25rem;
          font-family: howard;
          position: absolute;
          top: 0; } }
    .entity-quote__item:before {
      content: '“'; }
      @media screen and (min-width: 48em) {
        .entity-quote__item:before {
          left: -10px; } }
    .entity-quote__item:after {
      content: '”'; }
      @media screen and (min-width: 48em) {
        .entity-quote__item:after {
          right: -10px; } }

.entity-info {
  display: block;
  margin-bottom: 40px; }
  .entity-info:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (min-width: 48em) {
    .entity-info {
      margin-bottom: 4.854em; } }
  .entity-info__stats {
    font-size: 24px;
    font-size: 1.5rem;
    font-family: howard;
    color: #102e57;
    text-transform: uppercase;
    text-align: center; }
    .entity-info__stats a {
      color: #102e57; }
      .entity-info__stats a:hover {
        color: #ff5a00; }
    .entity-info__stats dt {
      font-weight: bold; }
    .entity-info__stats dd {
      font-weight: normal; }
    @media screen and (min-width: 48em) {
      .entity-info__stats {
        float: left;
        text-align: left; } }
  .entity-info__cards {
    width: 100%; }
    @media screen and (min-width: 48em) {
      .entity-info__cards {
        float: right;
        width: 480px; } }
    @media screen and (min-width: 64em) {
      .entity-info__cards {
        width: 632px; } }
    @media screen and (min-width: 71.25em) {
      .entity-info__cards {
        width: 803px; } }
    @media screen and (min-width: 85em) {
      .entity-info__cards {
        width: 953px; } }

.entity-bio__content p {
  display: block;
  margin: 0 auto;
  float: none;
  max-width: 880px;
  margin-left: 0; }

@media screen and (min-width: 48em) {
  .entity-bio__content p {
    max-width: 880px; } }

@media screen and (min-width: 64em) {
  .entity-bio__content p {
    max-width: 880px; } }

@media screen and (min-width: 71.25em) {
  .entity-bio__content p {
    max-width: 880px; } }

@media screen and (min-width: 85em) {
  .entity-bio__content p {
    max-width: 880px; } }

.plus {
  font-size: 500px;
  font-size: 31.25rem;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  color: rgba(255, 90, 0, 0.5); }

.entity__social .social {
  border: 0;
  padding: 1.618em 0;
  margin: 0; }
  .entity__social .social .rrssb-buttons {
    width: 280px;
    margin-left: 0; }

.entity-intro__title {
  word-break: normal; }

.entity-info__stats_list a {
  color: #ff5a00; }

.echelon-badge {
  max-width: 85px;
  margin-top: 16px; }

.header {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-bottom: 1px solid #b9b9b9;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.09);
  min-width: 280px;
  position: fixed;
  z-index: 10;
  right: 0;
  left: 0;
  top: 0;
  -webkit-transform: translateZ(0); }

.header__brand {
  display: block;
  height: 68px;
  z-index: 11;
  position: relative;
  background-color: #fff;
  padding: 10px 0; }
  .header__brand:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (min-width: 48em) {
    .header__brand {
      padding: 20px 0;
      height: 88px; } }

.header-right {
  float: right; }

.logo a {
  float: left;
  text-decoration: none; }

.go-home {
  max-width: 70px;
  margin-top: 11px;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none; }
  @media screen and (min-width: 30em) {
    .go-home {
      max-width: 999px;
      margin-top: 0; } }

.nav {
  float: left;
  display: none;
  margin: -20px 25px 0 25px; }
  @media screen and (min-width: 48em) {
    .nav {
      display: block; } }
  .nav > li {
    float: left;
    position: relative;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent; }
    .nav > li.active, .nav > li:hover {
      background: #f1f1f1;
      border-left: 1px solid #d3d3d3;
      border-right: 1px solid #d3d3d3;
      cursor: pointer; }
      .nav > li.active .nav__arrow, .nav > li:hover .nav__arrow {
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        transform: rotate(-180deg); }
      .nav > li.active .nav__arrow-mobile, .nav > li:hover .nav__arrow-mobile {
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        transform: rotate(-180deg); }
      .nav > li.active > a, .nav > li:hover > a {
        color: #ff5a00; }
    .nav > li:hover .nav__dropdown {
      display: block; }
    .nav > li a {
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      color: #4d80ab;
      display: block;
      font-family: howard;
      font-size: 1.30em;
      font-weight: bold;
      padding: 32px 18px 31px;
      -webkit-transition: none;
      -moz-transition: none;
      -o-transition: none;
      transition: none;
      text-transform: uppercase; }
      @media screen and (min-width: 64em) {
        .nav > li a {
          font-size: 1.60em; } }
      .nav > li a:hover {
        color: #ff5a00;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }

#icon-menu-header {
  width: 16px;
  height: 18px; }
  #icon-menu-header * {
    fill: #4680a2;
    stroke: #4680a2; }
  @media screen and (min-width: 30em) {
    #icon-menu-header {
      width: 18px; } }

.nav__arrow {
  vertical-align: middle; }
  .nav__arrow:after {
    height: 0;
    width: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #4680a2;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    content: '';
    display: inline-block;
    margin-left: 5px; }
  .nav__arrow:hover:after {
    height: 0;
    width: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #ff5a00; }

.nav__arrow-mobile {
  vertical-align: middle; }
  .nav__arrow-mobile:before {
    height: 0;
    width: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #4680a2;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    content: '';
    display: inline-block;
    margin: 15px 0 0 5px;
    position: absolute;
    right: 40px; }
  .nav__arrow-mobile:hover:before {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg); }

.nav__arrow-mobile-bottom {
  vertical-align: middle; }
  .nav__arrow-mobile-bottom:before {
    height: 0;
    width: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #4680a2;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    content: '';
    display: inline-block;
    margin: 15px 0 0 5px;
    position: absolute;
    right: 40px; }
  .nav__arrow-mobile-bottom:hover:before {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg); }

.nav__dropdown {
  display: none;
  position: absolute;
  top: 86px;
  left: -1px;
  width: 230px;
  background: #f1f1f1;
  border-left: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
  border-top: 1px solid #d3d3d3;
  z-index: -1; }
  .nav__dropdown li {
    clear: both;
    width: 100%; }
    .nav__dropdown li:last-child a {
      border-bottom: none; }
    .nav__dropdown li a {
      color: #fc5b00;
      font-weight: normal;
      padding: 10px 0 10px 23px;
      text-transform: uppercase;
      display: block;
      width: 100%;
      font-size: 1.30em;
      border-bottom: solid 1px #d3d3d3; }
      .nav__dropdown li a:hover {
        background: #fc5b00;
        color: #f1f1f1; }

.header__btn {
  border: 1px solid #ededed;
  border-radius: 3px;
  display: inline-block;
  line-height: 1;
  padding: 15px;
  font-family: howard;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  vertical-align: top;
  color: #417c9f;
  margin-left: 2.5px;
  height: 50px;
  background: #fff; }
  @media screen and (min-width: 64em) {
    .header__btn {
      margin-left: 10px; } }
  .header__btn:hover {
    color: #ff5a00; }
  .header__btn.is-open-header {
    background: #f1f1f1; }

.menu {
  padding: 15px;
  display: block;
  margin-left: 10px; }
  @media screen and (min-width: 48em) {
    .menu {
      margin-left: 10px;
      display: none; } }

.account {
  padding: 17px 20px 18px 20px;
  text-transform: lowercase;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 13px;
  float: left;
  position: relative;
  cursor: pointer;
  -webkit-transition: background 0.1s linear;
  -moz-transition: background 0.1s linear;
  -o-transition: background 0.1s linear;
  transition: background 0.1s linear; }
  @media screen and (min-width: 30em) {
    .account {
      padding: 17px 20px 18px 20px; } }
  @media screen and (min-width: 30em) {
    .account.logged-in {
      padding: 18px 40px 18px 40px; } }
  @media screen and (min-width: 48em) {
    .account {
      float: right; } }
  .account:hover {
    color: #417c9f;
    background-color: #f1f1f1;
    border: solid 1px #eaeaea; }
  .account .account__dropdown {
    border: solid 1px #eaeaea; }

.account__arrow {
  right: 0;
  top: 8px;
  width: 38px;
  height: 32px;
  float: right;
  z-index: 1;
  position: absolute;
  border-left: none; }
  @media screen and (min-width: 48em) {
    .account__arrow {
      border-left: solid 1px #c3c3c3; } }
  .account__arrow.is-open:before {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg); }
  .account__arrow:before {
    top: 14px;
    right: 12px;
    bottom: 0;
    z-index: 0;
    content: "";
    float: right;
    position: relative;
    margin-left: 20px;
    height: 0;
    width: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #417c9e; }
    @media screen and (min-width: 30em) {
      .account__arrow:before {
        right: 12px;
        height: 0;
        width: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 6px solid #417c9e; } }

.account-avatar {
  float: left;
  position: relative;
  perspective: 1000;
  top: -11px;
  left: -14px; }
  @media screen and (min-width: 30em) {
    .account-avatar {
      left: -30px; } }
  .account-avatar .counter {
    left: 18px;
    top: -4px;
    position: absolute;
    border-radius: 50%;
    background: #ff5b01;
    opacity: 0;
    z-index: 1;
    height: 23px;
    width: 23px;
    text-align: center;
    color: #fff;
    font-size: 1.15em;
    padding-top: 4px; }
  .account-avatar img {
    height: 28px;
    width: 28px;
    float: left;
    border-radius: 50%; }
    @media screen and (min-width: 30em) {
      .account-avatar img {
        height: 35px;
        width: 35px; } }

.avatar-flipper {
  float: left;
  transition: 0.35s;
  transform-style: preserve-3d;
  position: relative;
  height: 28px;
  width: 28px; }
  .avatar-flipper .front,
  .avatar-flipper .back {
    backface-visibility: hidden;
    position: absolute;
    height: 28px;
    width: 28px;
    top: 0;
    left: 0; }
  .avatar-flipper .front {
    z-index: 2;
    transform: rotateY(0deg); }
  .avatar-flipper .back {
    color: #fff;
    display: table;
    border-radius: 50%;
    text-align: center;
    background: #ff5a00;
    transform: rotateY(180deg); }
    .avatar-flipper .back span {
      display: table-cell;
      vertical-align: middle; }
  @media screen and (min-width: 30em) {
    .avatar-flipper {
      height: 35px;
      width: 35px; }
      .avatar-flipper .front,
      .avatar-flipper .back {
        height: 35px;
        width: 35px; } }

.flip {
  transform: rotateY(180deg); }

.account__dropdown {
  left: -1px;
  right: -1px;
  top: 46px;
  display: none;
  overflow: hidden;
  position: absolute;
  border-radius: 0 0 3px 3px;
  background: #f1f1f1; }
  .account__dropdown:hover {
    background: #f1f1f1; }
  .account__dropdown li {
    width: 100%;
    clear: both;
    overflow: hidden;
    border-bottom: solid 1px #d4d4d4; }
    .account__dropdown li:last-child {
      border-bottom: none; }
    .account__dropdown li a {
      color: #fc5b00;
      font-weight: normal;
      display: block;
      width: 100%;
      font-family: howard;
      font-size: 1.30em;
      text-transform: uppercase;
      padding: 12px 10px 12px 10px;
      transition: none; }
      @media screen and (min-width: 30em) {
        .account__dropdown li a {
          padding: 12px 10px 12px 10px; } }
      .account__dropdown li a:hover {
        background: #fc5b00;
        color: #f1f1f1; }
      .account__dropdown li a div {
        float: left;
        border-radius: 50%;
        padding: 7px;
        margin-right: 10px;
        background: #e2e2e3; }
        .account__dropdown li a div .iconic-property-fill {
          fill: #9f9f9f !important; }
        .account__dropdown li a div .iconic-property-accent {
          stroke: #9f9f9f !important; }
        .account__dropdown li a div .iconic-property-stroke {
          stroke: #9f9f9f !important; }
      .account__dropdown li a span {
        display: inline-block;
        margin: 8px 0 0 0; }

.text {
  display: none;
  float: left;
  color: #417c9e;
  margin: 10px 0 0 13px; }
  @media screen and (min-width: 64em) {
    .text {
      display: inline-block; } }

.search {
  padding: 15px 18px;
  border-radius: 3px;
  transition: none; }
  @media screen and (min-width: 48em) {
    .search {
      float: right; } }
  .search.is-open {
    border-radius: 3px 3px 0px 3px; }

#icon-search-header {
  width: 17px;
  height: 20px; }
  #icon-search-header * {
    fill: #4680a2;
    stroke: #4680a2; }

.searchbox {
  float: right;
  position: relative; }

.search__dropdown {
  display: none;
  position: absolute;
  top: 48px;
  width: 185px;
  z-index: 0;
  right: 0;
  z-index: -1; }
  .search__dropdown .search__field {
    border: #ededed;
    box-shadow: none;
    border: 1px solid #ededed;
    border-radius: 3px 0px 3px 3px;
    padding: 15px 10px 15px 15px; }
    .search__dropdown .search__field:active, .search__dropdown .search__field:focus, .search__dropdown .search__field:hover {
      color: #3780a0;
      border: solid 1px #ededed; }
    .search__dropdown .search__field::-webkit-input-placeholder {
      color: #3780a0; }
    .search__dropdown .search__field:-moz-placeholder {
      color: #3780a0; }
    .search__dropdown .search__field::-moz-placeholder {
      color: #3780a0; }
    .search__dropdown .search__field:-ms-input-placeholder {
      color: #3780a0; }

.header__progress {
  border-top: 1px solid #ececec;
  background-color: #fff;
  overflow: hidden; }

.progress__bar {
  -webkit-transition: width 0.2s;
  -moz-transition: width 0.2s;
  -o-transition: width 0.2s;
  transition: width 0.2s;
  background-color: #ff5a00;
  height: 8px;
  width: 0%; }

.header--pinned {
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px); }

.header--unpinned {
  -webkit-transform: translateY(-67px);
  -moz-transform: translateY(-67px);
  -ms-transform: translateY(-67px);
  -o-transform: translateY(-67px);
  transform: translateY(-67px); }
  @media screen and (min-width: 48em) {
    .header--unpinned {
      -webkit-transform: translateY(-87px);
      -moz-transform: translateY(-87px);
      -ms-transform: translateY(-87px);
      -o-transform: translateY(-87px);
      transform: translateY(-87px); } }

.header--not-top {
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.09); }

.header--top {
  box-shadow: none; }

.header__btn.listen_live {
  padding: 7px 6px 3px 0px;
  font-size: 15px;
  font-size: 0.9375rem; }
  @media screen and (min-width: 48em) {
    .header__btn.listen_live {
      padding: 5px 25px 5px 5px; } }
  .header__btn.listen_live li {
    font-weight: 100;
    font-size: 21px;
    font-size: 1.3125rem; }
    .header__btn.listen_live li:last-child {
      font-weight: normal;
      font-size: 13px;
      font-size: 0.8125rem; }
    @media screen and (min-width: 48em) {
      .header__btn.listen_live li {
        font-size: 25px;
        font-size: 1.5625rem; }
        .header__btn.listen_live li:last-child {
          font-weight: normal;
          font-size: 15px;
          font-size: 0.9375rem; } }
  .header__btn.listen_live:hover {
    color: #4d80ab;
    cursor: pointer; }
  .header__btn.listen_live svg {
    width: 35px;
    float: left;
    position: relative;
    top: -2px;
    left: 0px; }
    @media screen and (min-width: 48em) {
      .header__btn.listen_live svg {
        width: 50px;
        top: -6px;
        left: 6px; } }
  .header__btn.listen_live ul {
    float: left; }

.footer {
  margin-bottom: -40px; }
  .footer a {
    color: #fff;
    text-decoration: none; }
  .footer svg path, .footer svg polygon {
    fill: #fff; }

.footer-right {
  width: 260px;
  margin: 25px auto 114px auto;
  clear: both; }
  @media screen and (min-width: 48em) {
    .footer-right {
      float: right;
      width: auto;
      margin: 0;
      clear: none; } }
  .footer-right .follow {
    margin-top: 5px;
    color: #3A758C; }
  .footer-right span {
    display: block;
    float: left;
    margin: 0 8px; }
    .footer-right span:last-child {
      margin-right: 0; }

.logo-wrap {
  float: none;
  margin: 0 auto 20px auto; }
  @media screen and (min-width: 48em) {
    .logo-wrap {
      float: left; } }

.newsletter-form {
  clear: both;
  margin-top: 80px; }
  @media screen and (min-width: 48em) {
    .newsletter-form {
      margin-top: 0; } }
  .newsletter-form #email-input {
    position: relative; }
    .newsletter-form #email-input .input-input-wrap {
      display: block;
      width: 75%;
      margin-top: 110px; }
      @media screen and (min-width: 48em) {
        .newsletter-form #email-input .input-input-wrap {
          width: 78%; } }
      @media screen and (min-width: 64em) {
        .newsletter-form #email-input .input-input-wrap {
          margin-top: 0;
          width: 84%; } }
    .newsletter-form #email-input .legal {
      float: left;
      font-size: 15px;
      font-family: 'Arial';
      color: #3A758C;
      text-transform: none;
      margin: 10px 0 40px 0;
      letter-spacing: normal; }
      .newsletter-form #email-input .legal .accept {
        font-size: 12px;
        margin-top: 8px;
        display: block; }
        .newsletter-form #email-input .legal .accept a {
          color: #3A758C;
          border-bottom: 1px solid #3A758C; }
  .newsletter-form .email_optin_input {
    background: transparent;
    border: none;
    outline: none;
    color: #FFF;
    font-size: 35px;
    text-transform: uppercase;
    font-family: howard;
    font-weight: 100;
    width: 72%;
    padding: 0;
    margin: 20px 0 0 0; }
    @media screen and (min-width: 48em) {
      .newsletter-form .email_optin_input {
        padding: 0 125px 0 0;
        font-size: 58px;
        width: 82%; } }
    @media screen and (min-width: 64em) {
      .newsletter-form .email_optin_input {
        font-size: 52px; } }
  .newsletter-form ::-webkit-input-placeholder {
    color: #3A758C !important; }
  .newsletter-form :-moz-placeholder {
    color: #3A758C; }
  .newsletter-form ::-moz-placeholder {
    color: #3A758C; }
  .newsletter-form :-ms-input-placeholder {
    color: #3A758C; }
  .newsletter-form :-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0px 9999px #3A758C; }
  .newsletter-form .email_optin_submit {
    background: transparent;
    text-transform: uppercase;
    font-family: howard;
    font-weight: 400;
    position: absolute;
    bottom: 0;
    right: 0;
    float: right;
    margin-top: -1px;
    padding: 0 20px;
    font-size: 17px; }
    @media screen and (min-width: 48em) {
      .newsletter-form .email_optin_submit {
        float: none;
        padding: 8px 40px;
        font-size: 22px; } }
  .newsletter-form .email_success {
    text-transform: uppercase;
    font-size: 24px;
    line-height: 24px;
    font-weight: 100; }
    @media screen and (min-width: 48em) {
      .newsletter-form .email_success {
        font-size: 72px;
        line-height: 72px;
        width: 80%; } }
  .newsletter-form .signup-error {
    display: block;
    font-family: howard;
    font-size: 21px;
    color: #3A758C;
    font-weight: 100;
    line-height: normal;
    position: absolute;
    top: 0;
    -webkit-user-select: none; }
    @media screen and (min-width: 48em) {
      .newsletter-form .signup-error {
        font-size: 40px; } }
    @media screen and (min-width: 64em) {
      .newsletter-form .signup-error {
        font-size: 53px; } }
  .newsletter-form .dreaded-border {
    display: block;
    border-bottom: 1px solid #3A758C;
    width: 75%;
    height: 38px;
    position: absolute;
    top: 0;
    pointer-events: none; }
    @media screen and (min-width: 48em) {
      .newsletter-form .dreaded-border {
        height: 60px; } }
    @media screen and (min-width: 64em) {
      .newsletter-form .dreaded-border {
        width: 82%;
        height: 60px; } }
  .newsletter-form.interstitial_newsletter__card {
    text-transform: uppercase;
    border-radius: 0; }
    .newsletter-form.interstitial_newsletter__card .email_optin_form #email-input .email_optin_submit {
      font-size: 14px; }
      @media screen and (min-width: 48em) {
        .newsletter-form.interstitial_newsletter__card .email_optin_form #email-input .email_optin_submit {
          font-size: 14px; } }
      @media screen and (min-width: 64em) {
        .newsletter-form.interstitial_newsletter__card .email_optin_form #email-input .email_optin_submit {
          font-size: 22px; } }
    .newsletter-form.interstitial_newsletter__card .email_optin_form #email-input .legal {
      margin: 10px 0 20px 0;
      font-size: 12px; }
      @media screen and (min-width: 48em) {
        .newsletter-form.interstitial_newsletter__card .email_optin_form #email-input .legal {
          font-size: 14px; } }
    .newsletter-form.interstitial_newsletter__card .dreaded-border {
      height: 38px; }
      @media screen and (min-width: 48em) {
        .newsletter-form.interstitial_newsletter__card .dreaded-border {
          height: 38px; } }
      @media screen and (min-width: 64em) {
        .newsletter-form.interstitial_newsletter__card .dreaded-border {
          height: 60px; } }
    .newsletter-form.interstitial_newsletter__card .signup-error {
      font-size: 21px; }
      @media screen and (min-width: 48em) {
        .newsletter-form.interstitial_newsletter__card .signup-error {
          font-size: 32px; } }
      @media screen and (min-width: 64em) {
        .newsletter-form.interstitial_newsletter__card .signup-error {
          font-size: 53px; } }

.footer__stripe {
  background: #041327 url("/static/site/img/background_textured_footer.png") repeat-x center top;
  color: #fff;
  padding: 40px 0 20px 0;
  text-align: center; }
  .footer__stripe .title {
    display: none; }
    @media screen and (min-width: 48em) {
      .footer__stripe .title {
        display: inline; } }
  .footer__stripe .icon {
    display: inline-block;
    border-right: 1px solid #fff;
    padding: 0 20px;
    vertical-align: middle; }
    .footer__stripe .icon:last-child {
      border: none; }

.footer__primary {
  background: #041327;
  color: #fff;
  padding: 0 0 50px 0; }

.footernav {
  display: block;
  text-align: center;
  font-family: howard;
  font-size: 18px;
  margin-bottom: 12px;
  text-transform: uppercase; }
  .footernav:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (min-width: 48em) {
    .footernav {
      text-align: left; } }
  @media screen and (min-width: 64em) {
    .footernav {
      font-size: 22px; } }
  .footernav .go-home {
    text-decoration: none !important; }
  @media screen and (min-width: 48em) {
    .footernav nav {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 82.9403914003%; }
      .footernav nav:last-child {
        margin-right: 0; } }
  .footernav nav a {
    display: inline-block;
    padding: 10px; }

.smallprint {
  font-size: 0.6em; }
  @media screen and (min-width: 48em) {
    .smallprint {
      font-size: 0.65em; } }

.privacy-changed {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11.5px;
  margin-top: 5px; }

/*footer*/
.hero__cite {
  font-size: 22px; }
  @media screen and (min-width: 48em) {
    .hero__cite {
      text-align: right;
      padding: 0 15%; } }
  @media screen and (min-width: 64em) {
    .hero__cite {
      font-size: 38px; } }

.newsletter-form .interstitial_newsletter__card :-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0px 9999px #fff; }

.meme__content {
  display: block;
  margin-bottom: 60px;
  padding-bottom: 40px;
  border-bottom: 2px solid #ededed; }
  .meme__content:after {
    content: "";
    display: table;
    clear: both; }

.meme__container {
  display: block;
  display: block;
  position: relative; }
  .meme__container:after {
    content: "";
    display: table;
    clear: both; }
  .meme__container img {
    display: block; }
  @media screen and (min-width: 48em) {
    .meme__container {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 57.3509785009%; }
      .meme__container:last-child {
        margin-right: 0; } }

.meme_input {
  display: block;
  margin: 20px 0; }
  .meme_input:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (min-width: 48em) {
    .meme_input {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 40.2913699012%; }
      .meme_input:last-child {
        margin-right: 0; } }

.meme_top_text, .meme_bottom_text {
  position: absolute;
  left: 0;
  right: 0;
  resize: none;
  border: none;
  border-radius: 0;
  overflow: hidden;
  margin: 0;
  padding: 20px;
  font-family: "Impact";
  font-size: 2.5em;
  line-height: 1em;
  text-align: center;
  word-wrap: break-word;
  text-transform: uppercase;
  text-shadow: -4px -4px 0px #102e57, 4px -4px 0px #102e57, -4px 4px 0px #102e57, 4px 4px 0px #102e57;
  background-color: transparent;
  color: #fff; }

.meme_top_text {
  top: 0;
  height: 160px; }

.meme_bottom_text {
  bottom: 0;
  height: 160px; }

.meme__image {
  float: left;
  position: relative;
  width: 100%; }

#meme_rendered {
  margin: 0 auto; }

.meme_lists {
  display: block;
  max-width: 800px;
  margin: 0 auto;
  clear: left; }
  .meme_lists:after {
    content: "";
    display: table;
    clear: both; }

.meme_most_voted,
.meme_most_recent {
  display: block; }
  .meme_most_voted:after,
  .meme_most_recent:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (min-width: 48em) {
    .meme_most_voted,
    .meme_most_recent {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 48.821174201%; }
      .meme_most_voted:last-child,
      .meme_most_recent:last-child {
        margin-right: 0; } }
  .meme_most_voted .title,
  .meme_most_recent .title {
    display: block;
    margin-bottom: 40px;
    position: relative; }
    .meme_most_voted .title a,
    .meme_most_recent .title a {
      font-size: 20px;
      position: absolute;
      right: 0;
      top: 10px; }
  .meme_most_voted .meme,
  .meme_most_recent .meme {
    margin-bottom: 95px; }
    .meme_most_voted .meme:last-child,
    .meme_most_recent .meme:last-child {
      margin-bottom: 10px; }
    .meme_most_voted .meme .indent-author,
    .meme_most_recent .meme .indent-author {
      text-indent: 50px; }

.meme-title {
  font-weight: bold;
  font-size: 28px; }

.line-seperator {
  color: #b9b9b9;
  height: 1px;
  width: 100%; }

.meme-share {
  width: 100%;
  height: 50px; }
  .meme-share a {
    display: block;
    height: 50px;
    float: left;
    padding: 3%; }
    .meme-share a.meme-votes {
      padding: 0; }
    .meme-share a * {
      fill: #fff; }
    .meme-share a .iconic-property-stroke {
      stroke: #fff; }
  .meme-share .meme-votes {
    width: 32%;
    background-color: #ff5a00; }
    .meme-share .meme-votes div:first-child {
      color: #fff;
      float: left;
      width: 30%;
      padding: 4%;
      margin: 4% 0 0 16%; }
    .meme-share .meme-votes .num_votes {
      color: #fff;
      font-family: 'Helvetica';
      font-weight: bold;
      font-size: 25px;
      display: block;
      text-align: center;
      margin-top: 13px;
      float: left; }
  .meme-share .user_voted_true {
    background-color: #d4d4d4;
    pointer-events: none; }
  .meme-share .meme-fb {
    width: 17%;
    background-color: #3d5b98; }
  .meme-share .meme-twitter {
    width: 17%;
    background-color: #2ba7e0; }
  .meme-share .meme-reddit {
    width: 17%;
    background-color: #ff4500; }
  .meme-share .meme-more {
    width: 17%;
    background-color: #121a33; }

.meme-share-submit {
  width: 100%;
  height: 60px;
  margin-bottom: 100px; }
  .meme-share-submit a {
    display: block;
    height: 60px;
    float: left;
    padding: 3%; }
    .meme-share-submit a.meme-votes {
      padding: 0; }
    .meme-share-submit a * {
      fill: #fff; }
    .meme-share-submit a .iconic-property-stroke {
      stroke: #fff; }
  .meme-share-submit .meme-fb {
    width: 25%;
    background-color: #3d5b98; }
  .meme-share-submit .meme-twitter {
    width: 25%;
    background-color: #2ba7e0; }
  .meme-share-submit .meme-reddit {
    width: 25%;
    background-color: #ff4500; }
  .meme-share-submit .meme-more {
    width: 25%;
    background-color: #121a33; }

.meme-image a.meme-url {
  display: block;
  position: relative; }
  .meme-image a.meme-url:hover {
    text-decoration: none; }

.vote-rank {
  position: absolute;
  background-color: #fff200;
  left: 0;
  top: -50px;
  z-index: 5;
  font-family: "Impact";
  font-size: 30px;
  color: #102e57; }
  .vote-rank span {
    margin: 0 auto;
    position: relative;
    display: block;
    text-align: center;
    width: 50px;
    height: 50px;
    padding-top: 12px; }

.meme__submitted {
  width: 100%;
  margin-top: 0;
  line-height: normal;
  color: #102e57;
  float: left;
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 2px solid #ededed; }
  @media screen and (min-width: 71.25em) {
    .meme__submitted {
      margin-top: 52px; } }
  .meme__submitted .meme__content-left {
    font-family: 'howard';
    text-transform: uppercase;
    margin: 0;
    text-align: center;
    line-height: 33px; }
    @media screen and (min-width: 71.25em) {
      .meme__submitted .meme__content-left {
        margin: 100px 50px 0 0;
        text-align: left;
        line-height: 2em;
        float: left;
        width: 40%; } }
    .meme__submitted .meme__content-left img {
      float: left;
      width: 750px; }
    .meme__submitted .meme__content-left p.content-first {
      font-size: 70px;
      font-weight: bold;
      line-height: 50px; }
    .meme__submitted .meme__content-left p.content-second {
      font-size: 40px;
      margin-top: 15px; }
  .meme__submitted .meme__content-right {
    width: 80%;
    display: block;
    position: relative;
    margin: 20px auto 0 auto; }
    @media screen and (min-width: 71.25em) {
      .meme__submitted .meme__content-right {
        float: left;
        margin: 0;
        width: 55%; } }

.meme-get-votes {
  float: left;
  margin-top: 60px;
  width: 100%;
  line-height: 50px;
  display: block;
  font-family: 'howard'; }
  .meme-get-votes .meme-share-submit {
    margin-bottom: 0 !important; }
  .meme-get-votes .meme-share a div {
    margin: 0 !important;
    width: 40px !important;
    margin-left: 10% !important;
    padding: 5% !important;
    height: 50px !important; }
    @media screen and (min-width: 48em) {
      .meme-get-votes .meme-share a div {
        width: 50px !important;
        height: 50px !important; } }
    .meme-get-votes .meme-share a div.num_votes {
      margin-top: 0px !important;
      margin-left: 0px !important;
      padding: 0 !important;
      width: 40% !important; }
  .meme-get-votes.display-mobile {
    display: block;
    text-align: center;
    margin-top: 20px; }
    @media screen and (min-width: 71.25em) {
      .meme-get-votes.display-mobile {
        display: none; } }
  .meme-get-votes.display-desktop {
    display: none; }
    @media screen and (min-width: 71.25em) {
      .meme-get-votes.display-desktop {
        display: block; } }
  .meme-get-votes p {
    font-size: 30px;
    font-weight: bold; }

.meme-view-all {
  clear: both;
  text-align: right;
  margin-top: 40px;
  padding-top: 20px;
  border-top: 2px solid #ededed;
  text-transform: uppercase;
  font-family: 'howard';
  font-size: 25px; }

.create-another {
  font-size: 30px !important; }

#generate-meme {
  background-color: #ff5a00; }

.meme_most_recent .meme-wrap {
  display: block; }
  .meme_most_recent .meme-wrap:after {
    content: "";
    display: table;
    clear: both; }

.meme__individual {
  float: none !important;
  margin: 0 auto !important; }
  .meme__individual a.btn {
    display: block;
    font-size: 30px;
    margin: 30px auto;
    cursor: pointer;
    clear: left;
    border-width: 3px;
    width: 80%; }
  .meme__individual .display-mobile {
    display: block;
    margin-bottom: 30px; }

.memes-all-listed .meme_lists {
  max-width: none; }

.memes-all-listed .meme_most_recent_all {
  display: block; }
  .memes-all-listed .meme_most_recent_all:after {
    content: "";
    display: table;
    clear: both; }
  .memes-all-listed .meme_most_recent_all .meme {
    margin-bottom: 4.045em;
    display: block; }
    .memes-all-listed .meme_most_recent_all .meme:after {
      content: "";
      display: table;
      clear: both; }
    @media screen and (min-width: 48em) {
      .memes-all-listed .meme_most_recent_all .meme {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 31.7615656014%; }
        .memes-all-listed .meme_most_recent_all .meme:last-child {
          margin-right: 0; }
        .memes-all-listed .meme_most_recent_all .meme:nth-child(3n) {
          margin-right: 0; }
        .memes-all-listed .meme_most_recent_all .meme:nth-child(3n+1) {
          clear: left; } }

.meme-order-by {
  display: block;
  float: left;
  font-family: 'howard';
  text-transform: uppercase;
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 15px; }
  @media screen and (min-width: 48em) {
    .meme-order-by {
      font-size: 28px;
      margin-bottom: 25px; } }
  .meme-order-by .current-page {
    float: left;
    margin-bottom: 20px; }
    .meme-order-by .current-page a {
      display: inline-block;
      margin-left: 20px; }

.user_voted, .user_already_voted {
  display: none; }

.user_vote_check {
  display: block; }

.random-name-box {
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  background: url("../img/namegenerator/name-generator-bg.jpg") no-repeat top center;
  background-size: 100% 100%;
  padding: 5% 0;
  text-align: center;
  position: relative;
  /*h3*/
  /* Name Gen Social - Page Social over writes  */ }
  @media screen and (min-width: 20em) {
    .random-name-box {
      padding: 10% 0; } }
  .random-name-box h2 {
    margin: 0 auto;
    width: 50%; }
  .random-name-box .random-name-subheader,
  .random-name-box .random-name-info {
    margin: 0 auto;
    color: #ff5a00;
    font-family: howard;
    font-size: 25px;
    text-transform: uppercase;
    padding-bottom: 25px;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s; }
    @media screen and (min-width: 48em) {
      .random-name-box .random-name-subheader,
      .random-name-box .random-name-info {
        font-size: 40px;
        padding-bottom: 40px; } }
    @media screen and (min-width: 64em) {
      .random-name-box .random-name-subheader,
      .random-name-box .random-name-info {
        font-size: 60px;
        padding-bottom: 60px; } }
  .random-name-box .random-name-info {
    color: #fff;
    font-size: 22px;
    padding-bottom: 0; }
    @media screen and (min-width: 48em) {
      .random-name-box .random-name-info {
        font-size: 35px; } }
    @media screen and (min-width: 64em) {
      .random-name-box .random-name-info {
        font-size: 50px; } }
  .random-name-box .user-name-box {
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    width: 50%;
    position: absolute;
    height: 50px;
    display: inline-block;
    margin-bottom: 50px;
    left: 25%;
    top: 0; }
    @media screen and (min-width: 48em) {
      .random-name-box .user-name-box {
        height: 60px; } }
    @media screen and (min-width: 64em) {
      .random-name-box .user-name-box {
        height: 100px; } }
  .random-name-box .user-name {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    display: inline-block;
    /*height: 50px;*/
    text-align: center;
    font-family: howard;
    font-size: 18px;
    color: #102e57;
    text-transform: uppercase; }
    @media screen and (min-width: 48em) {
      .random-name-box .user-name {
        font-size: 24px; } }
    @media screen and (min-width: 64em) {
      .random-name-box .user-name {
        font-size: 36px; } }
  .random-name-box .btn--namegenerator {
    text-shadow: none;
    background-color: #ff5a00;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin: 0 auto;
    font-family: howard;
    text-transform: uppercase;
    padding: 0 4%;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s; }
    @media screen and (min-width: 48em) {
      .random-name-box .btn--namegenerator {
        font-size: 25px; } }
    @media screen and (min-width: 64em) {
      .random-name-box .btn--namegenerator {
        font-size: 38px; } }
  .random-name-box .result-display-box {
    position: relative;
    overflow: hidden;
    min-height: 70px;
    text-align: center; }
    @media screen and (min-width: 48em) {
      .random-name-box .result-display-box {
        min-height: 120px; } }
    @media screen and (min-width: 64em) {
      .random-name-box .result-display-box {
        min-height: 200px; } }
  .random-name-box .random-nickname-result {
    color: #fff;
    display: inline-block;
    width: 100%;
    font-family: Howard;
    font-size: 30px;
    position: relative;
    right: 0%;
    line-height: normal;
    text-transform: uppercase; }
    @media screen and (min-width: 48em) {
      .random-name-box .random-nickname-result {
        font-size: 50px; } }
    @media screen and (min-width: 64em) {
      .random-name-box .random-nickname-result {
        font-size: 80px; } }
  .random-name-box .namegen-social-box {
    width: 80%;
    margin: 0 auto;
    padding-top: 10px;
    height: auto;
    display: none; }
    @media screen and (min-width: 48em) {
      .random-name-box .namegen-social-box {
        width: 40%; } }
    .random-name-box .namegen-social-box .social {
      padding: 0;
      margin: 0 0 20px 0;
      border: 0;
      text-align: center; }
      .random-name-box .namegen-social-box .social ul {
        margin: 0;
        padding: 0;
        display: inline-block; }
        .random-name-box .namegen-social-box .social ul li {
          background-color: #102e57; }
    .random-name-box .namegen-social-box p {
      font-family: howard;
      color: #fff;
      text-transform: uppercase;
      font-size: 25px;
      text-transform: uppercase;
      padding-bottom: 20px; }
  .random-name-box .text-remove {
    height: 0;
    width: 100%;
    left: 0;
    opacity: 0;
    margin-bottom: 0; }

.wack-pack-canvas {
  display: none; }

#wack-pack-share-box {
  padding-left: 0; }
  #wack-pack-share-box li {
    margin-right: 15px;
    display: inline-block; }
    #wack-pack-share-box li.save-link-li {
      display: none; }
      body.mobile #wack-pack-share-box li.save-link-li {
        display: inline-block; }
    #wack-pack-share-box li .wack-pack-share-icon {
      width: 60px;
      height: 60px;
      display: block; }
      @media screen and (min-width: 48em) {
        #wack-pack-share-box li .wack-pack-share-icon {
          width: 70px;
          height: 70px; } }
    #wack-pack-share-box li .wack-pack-hover {
      display: none; }
    body:not(.mobile) #wack-pack-share-box li:hover .wack-pack-share-icon {
      display: none; }
    body:not(.mobile) #wack-pack-share-box li:hover .wack-pack-hover {
      display: block; }
  #wack-pack-share-box .wack-pack-save-hidden {
    position: fixed;
    top: 0px;
    left: 0;
    background-color: #fff;
    z-index: 10;
    height: 1500px;
    display: none; }
    #wack-pack-share-box .wack-pack-save-hidden.visible {
      display: block; }
    #wack-pack-share-box .wack-pack-save-hidden #another-save {
      margin-top: 10px; }

.auth-form {
  width: 96%;
  display: block;
  max-width: 580px;
  overflow: hidden;
  min-height: 245px;
  border-radius: 5px;
  margin: 0 auto 50px;
  padding: 0 25px 10px 25px;
  text-transform: uppercase; }
  .auth-form.reset-form {
    padding-top: 40px; }
  @media screen and (min-width: 48em) {
    .auth-form {
      padding: 0 50px 10px 50px; } }
  .auth-form__header {
    color: #fff;
    font-weight: bold;
    font-size: 2em;
    text-align: center; }
  .auth-form__registration {
    font-weight: bold;
    color: #666666;
    text-align: center;
    font-size: 0.9em;
    display: block;
    margin: 0 0 17px 0; }
  .auth-form__instructions {
    color: #797979;
    text-transform: none;
    margin-bottom: 25px; }
  .auth-form__social-login-button {
    width: 100%;
    color: #fff;
    padding: 10px;
    display: table;
    text-align: center;
    margin-bottom: 13px;
    border-radius: 4px;
    font-weight: bold;
    font-size: 0.9em;
    position: relative;
    background-color: #3d5b99; }
    .auth-form__social-login-button:hover {
      color: #fff; }
    .auth-form__social-login-button span {
      margin-top: -5px;
      display: inline-block;
      vertical-align: middle; }
    .auth-form__social-login-button svg {
      height: 20px !important;
      width: 20px !important;
      /*nessasary*/
      margin: 2px 7px -5px 0;
      position: absolute;
      left: 4%; }
      @media screen and (min-width: 48em) {
        .auth-form__social-login-button svg {
          left: 24%; } }
    .auth-form__social-login-button .iconic * {
      fill: #fff;
      stroke: transparent; }
    .auth-form__social-login-button.\--facebook {
      background-color: #3B5999; }
    .auth-form__social-login-button.\--twitter {
      background-color: #2aa7e1; }
    .auth-form__social-login-button.\--google-plus {
      background-color: #D95434; }
    .auth-form__social-login-button.\--instagram {
      background-color: #346387; }
  .auth-form__prompt {
    margin: 26px 0;
    text-align: center;
    font-size: 2.4em; }
  .auth-form__legal {
    font-size: 1em;
    display: block;
    margin: 10px 0 0 0;
    font-size: 0.8em;
    text-align: center;
    text-transform: lowercase; }
    .auth-form__legal:first-letter {
      text-transform: capitalize; }
    .auth-form__legal a {
      color: #0d6df8;
      text-transform: capitalize; }
  .auth-form__fieldset {
    margin: 0;
    padding: 0;
    border: none;
    background: transparent; }
    .auth-form__fieldset label {
      display: none; }
    .auth-form__fieldset input[type="email"], .auth-form__fieldset input[type="number"], .auth-form__fieldset input[type="password"], .auth-form__fieldset input[type="search"], .auth-form__fieldset input[type="tel"], .auth-form__fieldset input[type="text"], .auth-form__fieldset input[type="url"], .auth-form__fieldset input[type="color"], .auth-form__fieldset input[type="date"], .auth-form__fieldset input[type="datetime"], .auth-form__fieldset input[type="datetime-local"], .auth-form__fieldset input[type="month"], .auth-form__fieldset input[type="time"], .auth-form__fieldset input[type="week"] {
      color: #b4b4b4;
      font-weight: bold;
      font-size: 1.4em;
      border-radius: 0;
      padding: 17px 12px;
      background: #f8f8f8;
      font-family: howard;
      text-transform: uppercase;
      border: 1px solid #bfbfbf; }
      .auth-form__fieldset input[type="email"]::-webkit-input-placeholder, .auth-form__fieldset input[type="number"]::-webkit-input-placeholder, .auth-form__fieldset input[type="password"]::-webkit-input-placeholder, .auth-form__fieldset input[type="search"]::-webkit-input-placeholder, .auth-form__fieldset input[type="tel"]::-webkit-input-placeholder, .auth-form__fieldset input[type="text"]::-webkit-input-placeholder, .auth-form__fieldset input[type="url"]::-webkit-input-placeholder, .auth-form__fieldset input[type="color"]::-webkit-input-placeholder, .auth-form__fieldset input[type="date"]::-webkit-input-placeholder, .auth-form__fieldset input[type="datetime"]::-webkit-input-placeholder, .auth-form__fieldset input[type="datetime-local"]::-webkit-input-placeholder, .auth-form__fieldset input[type="month"]::-webkit-input-placeholder, .auth-form__fieldset input[type="time"]::-webkit-input-placeholder, .auth-form__fieldset input[type="week"]::-webkit-input-placeholder {
        color: #b3b3b3; }
      .auth-form__fieldset input[type="email"]::-moz-placeholder, .auth-form__fieldset input[type="number"]::-moz-placeholder, .auth-form__fieldset input[type="password"]::-moz-placeholder, .auth-form__fieldset input[type="search"]::-moz-placeholder, .auth-form__fieldset input[type="tel"]::-moz-placeholder, .auth-form__fieldset input[type="text"]::-moz-placeholder, .auth-form__fieldset input[type="url"]::-moz-placeholder, .auth-form__fieldset input[type="color"]::-moz-placeholder, .auth-form__fieldset input[type="date"]::-moz-placeholder, .auth-form__fieldset input[type="datetime"]::-moz-placeholder, .auth-form__fieldset input[type="datetime-local"]::-moz-placeholder, .auth-form__fieldset input[type="month"]::-moz-placeholder, .auth-form__fieldset input[type="time"]::-moz-placeholder, .auth-form__fieldset input[type="week"]::-moz-placeholder {
        color: #b3b3b3; }
      .auth-form__fieldset input[type="email"]:-moz-placeholder, .auth-form__fieldset input[type="number"]:-moz-placeholder, .auth-form__fieldset input[type="password"]:-moz-placeholder, .auth-form__fieldset input[type="search"]:-moz-placeholder, .auth-form__fieldset input[type="tel"]:-moz-placeholder, .auth-form__fieldset input[type="text"]:-moz-placeholder, .auth-form__fieldset input[type="url"]:-moz-placeholder, .auth-form__fieldset input[type="color"]:-moz-placeholder, .auth-form__fieldset input[type="date"]:-moz-placeholder, .auth-form__fieldset input[type="datetime"]:-moz-placeholder, .auth-form__fieldset input[type="datetime-local"]:-moz-placeholder, .auth-form__fieldset input[type="month"]:-moz-placeholder, .auth-form__fieldset input[type="time"]:-moz-placeholder, .auth-form__fieldset input[type="week"]:-moz-placeholder {
        color: #b3b3b3; }
      .auth-form__fieldset input[type="email"]:-ms-input-placeholder, .auth-form__fieldset input[type="number"]:-ms-input-placeholder, .auth-form__fieldset input[type="password"]:-ms-input-placeholder, .auth-form__fieldset input[type="search"]:-ms-input-placeholder, .auth-form__fieldset input[type="tel"]:-ms-input-placeholder, .auth-form__fieldset input[type="text"]:-ms-input-placeholder, .auth-form__fieldset input[type="url"]:-ms-input-placeholder, .auth-form__fieldset input[type="color"]:-ms-input-placeholder, .auth-form__fieldset input[type="date"]:-ms-input-placeholder, .auth-form__fieldset input[type="datetime"]:-ms-input-placeholder, .auth-form__fieldset input[type="datetime-local"]:-ms-input-placeholder, .auth-form__fieldset input[type="month"]:-ms-input-placeholder, .auth-form__fieldset input[type="time"]:-ms-input-placeholder, .auth-form__fieldset input[type="week"]:-ms-input-placeholder {
        color: #b3b3b3; }
  .auth-form__submit {
    padding: 0;
    width: 100%;
    border-radius: 0;
    background-color: #ff5a00; }
  .auth-form__controls {
    font-weight: bold;
    margin: 14px 0; }
    .auth-form__controls ul {
      margin-bottom: 14px; }
    .auth-form__controls a {
      float: right; }
  .auth-form__options {
    margin-bottom: 14px; }
  .auth-form__label {
    margin: 0;
    padding: 0;
    color: #676767;
    font-weight: bold;
    display: inline-block !important;
    font-size: 0.8em; }

.blank {
  color: #fff; }

.settings-password {
  max-width: 240px;
  margin: 20px auto 20px auto;
  display: block; }

.pw-reset {
  margin: 25px 0 25px 0; }

.errorlist {
  float: left;
  text-transform: none;
  margin-bottom: 15px;
  position: relative; }
  .errorlist:before {
    content: " ";
    top: 23px;
    left: 9px;
    position: absolute;
    height: 0;
    width: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #c9302c; }
  .errorlist li {
    background: #c9302c;
    color: #fff;
    float: left;
    padding: 0 5px;
    border-radius: 3px;
    font-size: 0.9em; }

.contact-form {
  width: 96%;
  display: block;
  max-width: 580px;
  overflow: hidden;
  font-family: howard;
  border-radius: 5px;
  margin: 30px auto 50px;
  padding: 0 25px 10px 25px;
  text-transform: uppercase; }
  .contact-form__intro {
    font-size: 30px;
    color: #102e57;
    text-align: center;
    padding-bottom: 23px; }
  .contact-form__fieldset {
    margin: 0;
    padding: 0;
    border: none;
    background: transparent; }
    .contact-form__fieldset label {
      padding: 0;
      color: #102e57;
      font-weight: bold;
      font-size: 1.2em;
      margin: 10px 0 10px 0; }
    .contact-form__fieldset textarea,
    .contact-form__fieldset input[type="email"], .contact-form__fieldset input[type="number"], .contact-form__fieldset input[type="password"], .contact-form__fieldset input[type="search"], .contact-form__fieldset input[type="tel"], .contact-form__fieldset input[type="text"], .contact-form__fieldset input[type="url"], .contact-form__fieldset input[type="color"], .contact-form__fieldset input[type="date"], .contact-form__fieldset input[type="datetime"], .contact-form__fieldset input[type="datetime-local"], .contact-form__fieldset input[type="month"], .contact-form__fieldset input[type="time"], .contact-form__fieldset input[type="week"] {
      color: #b4b4b4;
      font-weight: bold;
      font-size: 1.4em;
      border-radius: 0;
      padding: 17px 12px;
      background: #f8f8f8;
      font-family: howard;
      text-transform: uppercase;
      border: 1px solid #bfbfbf; }
      .contact-form__fieldset textarea::-webkit-input-placeholder,
      .contact-form__fieldset input[type="email"]::-webkit-input-placeholder, .contact-form__fieldset input[type="number"]::-webkit-input-placeholder, .contact-form__fieldset input[type="password"]::-webkit-input-placeholder, .contact-form__fieldset input[type="search"]::-webkit-input-placeholder, .contact-form__fieldset input[type="tel"]::-webkit-input-placeholder, .contact-form__fieldset input[type="text"]::-webkit-input-placeholder, .contact-form__fieldset input[type="url"]::-webkit-input-placeholder, .contact-form__fieldset input[type="color"]::-webkit-input-placeholder, .contact-form__fieldset input[type="date"]::-webkit-input-placeholder, .contact-form__fieldset input[type="datetime"]::-webkit-input-placeholder, .contact-form__fieldset input[type="datetime-local"]::-webkit-input-placeholder, .contact-form__fieldset input[type="month"]::-webkit-input-placeholder, .contact-form__fieldset input[type="time"]::-webkit-input-placeholder, .contact-form__fieldset input[type="week"]::-webkit-input-placeholder {
        color: #b3b3b3; }
      .contact-form__fieldset textarea::-moz-placeholder,
      .contact-form__fieldset input[type="email"]::-moz-placeholder, .contact-form__fieldset input[type="number"]::-moz-placeholder, .contact-form__fieldset input[type="password"]::-moz-placeholder, .contact-form__fieldset input[type="search"]::-moz-placeholder, .contact-form__fieldset input[type="tel"]::-moz-placeholder, .contact-form__fieldset input[type="text"]::-moz-placeholder, .contact-form__fieldset input[type="url"]::-moz-placeholder, .contact-form__fieldset input[type="color"]::-moz-placeholder, .contact-form__fieldset input[type="date"]::-moz-placeholder, .contact-form__fieldset input[type="datetime"]::-moz-placeholder, .contact-form__fieldset input[type="datetime-local"]::-moz-placeholder, .contact-form__fieldset input[type="month"]::-moz-placeholder, .contact-form__fieldset input[type="time"]::-moz-placeholder, .contact-form__fieldset input[type="week"]::-moz-placeholder {
        color: #b3b3b3; }
      .contact-form__fieldset textarea:-moz-placeholder,
      .contact-form__fieldset input[type="email"]:-moz-placeholder, .contact-form__fieldset input[type="number"]:-moz-placeholder, .contact-form__fieldset input[type="password"]:-moz-placeholder, .contact-form__fieldset input[type="search"]:-moz-placeholder, .contact-form__fieldset input[type="tel"]:-moz-placeholder, .contact-form__fieldset input[type="text"]:-moz-placeholder, .contact-form__fieldset input[type="url"]:-moz-placeholder, .contact-form__fieldset input[type="color"]:-moz-placeholder, .contact-form__fieldset input[type="date"]:-moz-placeholder, .contact-form__fieldset input[type="datetime"]:-moz-placeholder, .contact-form__fieldset input[type="datetime-local"]:-moz-placeholder, .contact-form__fieldset input[type="month"]:-moz-placeholder, .contact-form__fieldset input[type="time"]:-moz-placeholder, .contact-form__fieldset input[type="week"]:-moz-placeholder {
        color: #b3b3b3; }
      .contact-form__fieldset textarea:-ms-input-placeholder,
      .contact-form__fieldset input[type="email"]:-ms-input-placeholder, .contact-form__fieldset input[type="number"]:-ms-input-placeholder, .contact-form__fieldset input[type="password"]:-ms-input-placeholder, .contact-form__fieldset input[type="search"]:-ms-input-placeholder, .contact-form__fieldset input[type="tel"]:-ms-input-placeholder, .contact-form__fieldset input[type="text"]:-ms-input-placeholder, .contact-form__fieldset input[type="url"]:-ms-input-placeholder, .contact-form__fieldset input[type="color"]:-ms-input-placeholder, .contact-form__fieldset input[type="date"]:-ms-input-placeholder, .contact-form__fieldset input[type="datetime"]:-ms-input-placeholder, .contact-form__fieldset input[type="datetime-local"]:-ms-input-placeholder, .contact-form__fieldset input[type="month"]:-ms-input-placeholder, .contact-form__fieldset input[type="time"]:-ms-input-placeholder, .contact-form__fieldset input[type="week"]:-ms-input-placeholder {
        color: #b3b3b3; }
  .contact-form input[type="submit"] {
    width: 100%;
    border-radius: 0;
    background-color: #ff5a00;
    padding: 12px;
    margin-top: 10px; }

.contact-thanks {
  margin-top: 150px;
  text-align: center;
  min-height: 280px; }

#form__li_id_department {
  display: none; }

form[name="profile-settings-app-data"] .saved-notification {
  display: none; }

.settings-title-bar {
  float: left;
  width: 100%;
  display: block;
  margin: 20px 0 40px 0; }
  .settings-title-bar p {
    padding-left: 3px;
    display: block;
    width: 100%;
    float: left;
    font-size: 30px;
    text-align: center;
    line-height: 21px;
    padding: 13px 0 13px 0;
    font-family: howard;
    text-transform: uppercase;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc; }
  .settings-title-bar button {
    float: left;
    width: 8%;
    height: 44px;
    border-radius: 0;
    font-family: howard;
    font-size: 23px;
    text-transform: uppercase;
    line-height: 30px;
    outline: none; }
    .settings-title-bar button:hover {
      opacity: 0.7; }
  .settings-title-bar button.cancel {
    background-color: #ccc;
    color: #242424; }
  .settings-title-bar button.save {
    background-color: #ff5a00;
    color: #ccc; }

.section-content footer {
  text-align: center;
  margin: 10px; }
  .section-content footer button {
    background-color: #ff5a00; }
    .section-content footer button:hover {
      opacity: 0.7; }

.section-content .settings-form {
  overflow: hidden;
  margin: 0 0 20px 0;
  float: left;
  width: 100%; }
  .section-content .settings-form li:nth-child(1),
  .section-content .settings-form li:nth-child(3) {
    padding-right: 0; }
  .section-content .settings-form table th {
    border: 0px; }
  .section-content .settings-form table tr {
    border: 0px; }
    .section-content .settings-form table tr td {
      border: 0px;
      padding: 0px;
      display: inline-block; }
      .section-content .settings-form table tr td.notify label {
        margin: -35px 0 0 28px; }
        @media screen and (min-width: 48em) {
          .section-content .settings-form table tr td.notify label {
            margin: 0 0 0 9px; } }
    .section-content .settings-form table tr label {
      margin: 0 0 0 3px; }
  .section-content .settings-form.settings-account li {
    width: 100%; }
  .section-content .settings-form .settings-password {
    display: block;
    padding: 20px 10px;
    color: white;
    font-size: 18px;
    background-color: #ff5a00;
    width: 200px;
    margin: 5px auto; }
    .section-content .settings-form .settings-password:hover {
      color: white;
      opacity: 0.7; }
  .section-content .settings-form li input[type=text], .section-content .settings-form li input[type=email] {
    width: 100%;
    border: 0;
    background-color: #eee; }
  .section-content .settings-form li label {
    padding: 0; }
  .section-content .settings-form li ul {
    width: 100%; }
    .section-content .settings-form li ul li {
      margin-right: 0px; }
      .section-content .settings-form li ul li:first-child {
        padding-right: 0; }
      .section-content .settings-form li ul li label {
        float: left;
        width: 100%;
        padding: 8px 5px;
        background-color: #eee;
        border-radius: 0.1875em; }
        .section-content .settings-form li ul li label input {
          vertical-align: middle;
          margin: 5px;
          float: right; }
  @media screen and (min-width: 48em) {
    .section-content .settings-form li:nth-child(1),
    .section-content .settings-form li:nth-child(3) {
      padding-right: 20px; }
    .section-content .settings-form li ul li:first-child {
      padding-right: 13px; } }

.section-content form fieldset {
  padding: 25px 0;
  background-color: #ffffff;
  border: 0; }
  .section-content form fieldset ul li {
    width: 100%;
    float: left; }
    .section-content form fieldset ul li.about-me {
      width: 100%;
      margin-top: 20px; }
      .section-content form fieldset ul li.about-me textarea {
        border: none;
        background-color: #eee; }
    .section-content form fieldset ul li label {
      font-family: howard;
      font-size: 23px;
      text-transform: uppercase; }
    .section-content form fieldset ul li input[type=text] {
      width: 100%;
      border: 0;
      background-color: #eee; }

@media screen and (min-width: 48em) {
  .section-content form {
    padding: 25px; }
    .section-content form fieldset ul li {
      width: 50%; }
      .section-content form fieldset ul li input[type=text] {
        width: 75%; } }

.section-content .social-accounts-list {
  list-style-type: none;
  width: 100%;
  overflow: hidden;
  margin-bottom: 50px;
  text-align: center; }
  .section-content .social-accounts-list li {
    float: left;
    text-align: center;
    padding: 20px;
    width: 100%; }
    .section-content .social-accounts-list li svg {
      width: 50px;
      height: 50px;
      color: #ccc; }
    .section-content .social-accounts-list li a {
      clear: both;
      display: block;
      padding: 20px; }
  @media screen and (min-width: 48em) {
    .section-content .social-accounts-list li {
      width: 50%; } }
  @media screen and (min-width: 64em) {
    .section-content .social-accounts-list li {
      width: 25%; }
      .section-content .social-accounts-list li a {
        font-size: 22px; } }
  @media screen and (min-width: 85em) {
    .section-content .social-accounts-list li a {
      font-size: 28px; } }

/* PASSWORD RESET account-pwreset.html */
.myprofile form {
  display: block;
  width: 75%;
  margin: 0 auto; }
  .myprofile form label {
    font-family: howard;
    width: auto;
    padding: 0; }
  .myprofile form input {
    background-color: #eee;
    border-radius: 2px;
    border: 0; }

/* hack */
.account-img-float {
  float: left;
  margin-top: 50px; }
  @media screen and (min-width: 48em) {
    .account-img-float {
      float: none;
      margin-top: 0; } }

/*todo: fix this*/
section.matchup {
  padding-top: 0; }

.matchup .social {
  margin-bottom: 20px; }

.matchup .title {
  text-align: center; }

.comparison-container {
  clear: both; }

.matchup__decription {
  float: left;
  width: 100%;
  margin-bottom: 30px; }
  @media screen and (min-width: 48em) {
    .matchup__decription {
      width: 60%;
      margin-bottom: 0px; } }
  .matchup__decription p {
    margin-top: 20px; }

.matchup__upload {
  float: right;
  width: 100%;
  overflow: hidden;
  position: relative;
  border: solid 3px #ff5a00;
  padding: 15px 25px 15px 49px; }
  @media screen and (min-width: 48em) {
    .matchup__upload {
      width: auto; } }
  .matchup__upload:hover {
    background: #ff5a00; }
    .matchup__upload:hover span:first-of-type, .matchup__upload:hover span:last-of-type {
      color: #fff; }
    .matchup__upload:hover .iconic * {
      fill: #fff;
      stroke: #fff; }
  .matchup__upload span {
    display: block; }
    .matchup__upload span:first-of-type {
      color: #102e57;
      font-size: 0.7em;
      margin-bottom: 2px; }
    .matchup__upload span:last-of-type {
      color: #ff5a00;
      font-size: 1.3em; }
  .matchup__upload .upload-arrow {
    left: 0;
    top: 18px;
    position: absolute;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  .matchup__upload .iconic * {
    fill: #ff5a00;
    stroke: #ff5a00;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear; }
  .matchup__upload svg {
    width: 48px !important;
    height: 48px !important; }
  .matchup__upload path.iconic-arrow-thick-stem {
    stroke-width: 23px; }
  .matchup__upload.disabled {
    cursor: default;
    background: #dadada;
    border: solid 3px #c6c6c6; }
    .matchup__upload.disabled span:first-of-type, .matchup__upload.disabled span:last-of-type {
      color: #c6c6c6; }
    .matchup__upload.disabled .iconic * {
      fill: #c6c6c6;
      stroke: #c6c6c6; }

.upload-active .matchup__upload {
  cursor: default;
  background: #dadada;
  border: solid 3px #c6c6c6; }
  .upload-active .matchup__upload span:first-of-type, .upload-active .matchup__upload span:last-of-type {
    color: #c6c6c6; }
  .upload-active .matchup__upload .iconic * {
    fill: #c6c6c6;
    stroke: #c6c6c6; }

.overall-wrap {
  margin: 45px auto;
  overflow: hidden;
  /*clearfix*/
  position: relative; }
  .overall-wrap.video {
    max-width: 100%; }

.align-center {
  max-width: 600px;
  margin: 0 auto;
  display: block; }

.upload-active .overall-wrap {
  max-width: 1000px; }

.comparison-container__titles {
  width: 100%;
  clear: both;
  float: left;
  margin-top: 27px;
  margin-bottom: 15px; }
  .comparison-container__titles h2 {
    line-height: 42px;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 30px; }
    @media screen and (min-width: 48em) {
      .comparison-container__titles h2 {
        font-size: 48px; } }
  .comparison-container__titles .description {
    color: #102e57;
    line-height: 20px; }

.comparison-container__options {
  float: left;
  width: 100%; }

.vs {
  height: 35px;
  width: 35px;
  top: 50%;
  left: 50%;
  margin-left: -14.5px;
  z-index: 1;
  text-align: center;
  padding: 2px 0;
  font-size: 1.5em;
  font-family: howard;
  font-weight: bold;
  position: absolute;
  border-radius: 50%;
  background-color: #fff;
  border-top: solid 3px transparent;
  border-bottom: solid 3px transparent; }
  @media screen and (min-width: 48em) {
    .vs {
      height: auto;
      width: auto;
      top: 50px;
      border-radius: 0;
      padding: 4px 0 5px;
      font-size: 2.2em;
      background-color: transparent;
      border-top: solid 3px #102e57;
      border-bottom: solid 3px #102e57; } }

.half {
  width: 50%;
  float: left;
  padding: 0 25px;
  text-align: center;
  position: relative; }

.comparison-block {
  padding: 5px; }

.comparison-container__buttons {
  width: 100%;
  clear: both;
  float: left;
  margin-top: -17px; }

.comparison-button {
  width: 100%;
  display: block;
  padding: 20px 0;
  border-radius: 0;
  border: solid 3px #ff5a00;
  background-color: #ff5a00;
  margin: 0 auto;
  color: #fff; }
  .comparison-button:hover {
    color: #fff;
    background-color: #ff5a00; }
  .comparison-button span {
    display: block;
    font-weight: 100;
    font-size: 0.7em;
    margin-bottom: 0; }
    @media screen and (min-width: 48em) {
      .comparison-button span {
        margin-bottom: 5px; } }

/*types*/
.video.comparison-container .comparison-block:before {
  content: " ";
  top: 50%;
  left: 50%;
  margin-top: -12.25px;
  margin-left: -12.25px;
  height: 25px;
  width: 25px;
  position: absolute;
  background: url(../img/matchup/play.png);
  background-size: 100%; }
  @media screen and (min-width: 48em) {
    .video.comparison-container .comparison-block:before {
      margin-top: -37.5px;
      margin-left: -37.5px;
      height: 75px;
      width: 75px; } }

.details {
  width: 50%;
  float: right;
  text-align: right;
  position: relative;
  font-family: howard; }
  .details .details__title {
    padding: 0;
    margin-top: 32px;
    font-weight: bold;
    margin: 1.5rem 0 5px 0;
    text-transform: uppercase; }

.details__votes {
  font-size: 1.3em; }

.your-vote {
  top: 0;
  right: 0;
  color: #f42835;
  font-weight: bold;
  position: absolute;
  text-transform: uppercase; }

.a .details {
  padding-right: 7px; }
  @media screen and (min-width: 64em) {
    .a .details {
      padding-right: 0; } }

.b .details {
  float: left;
  text-align: left;
  padding-left: 7px; }
  @media screen and (min-width: 64em) {
    .b .details {
      padding-left: 0; } }

.comparison-container__percentages {
  width: 100%;
  float: left;
  display: none;
  overflow: hidden;
  margin-top: 15px;
  padding: 20px 0;
  border-top: solid 1px #b9b9b9;
  border-bottom: solid 1px #b9b9b9; }
  .comparison-container__percentages.ab-gallery {
    margin-top: 0; }
  .comparison-container__percentages .half.a {
    padding: 0 3px 0 0; }
  .comparison-container__percentages .half.b {
    padding: 0 0 0 3px; }

.percentage__img.a {
  max-width: 155px;
  float: right;
  margin-left: 18px; }

.percentage__img.b {
  max-width: 155px;
  float: left;
  margin-right: 18px; }

.progress-bar {
  height: 15px;
  width: auto;
  float: left;
  width: 100%;
  background-color: #d7d7d7; }

ß .progress-bar {
  background-color: #d7d7d7; }
  ß .progress-bar.a {
    float: right;
    background-color: #b80108; }
  ß .progress-bar.b {
    float: left;
    background-color: #028a22; }

.progress-value {
  font-family: howard;
  margin-top: 10px;
  font-size: 2.5em;
  line-height: 40px; }
  @media screen and (min-width: 48em) {
    .progress-value {
      margin-top: 14px;
      font-size: 3.5em; } }

.progress-value.a {
  color: #b80108;
  float: right;
  text-align: left; }

.progress-value.b {
  color: #b80108;
  text-align: right;
  float: left; }

/*prog bars*/
progress[value] {
  border: none;
  width: 100%;
  height: 15px;
  color: #b80108;
  background: #d7d7d7;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.flip-horizontal {
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  -ms-filter: fliph;
  filter: fliph; }

progress::-moz-progress-bar {
  background: #d7d7d7; }

progress::-webkit-progress-bar {
  background: #d7d7d7; }

progress::-moz-progress-bar {
  background: #b80108; }

progress::-moz-progress-value {
  background-color: #b80108; }

progress::-webkit-progress-value {
  background: #b80108; }

.win progress::-moz-progress-value {
  background-color: #028a22; }

.win progress::-webkit-progress-value {
  background: #028a22; }

.win progress::-moz-progress-bar {
  background: #028a22; }

.win progress[value] {
  color: #028a22; }

.win .progress-value {
  color: #028a22; }

.leaderboard-container {
  float: left;
  width: 100%; }

.leader-table {
  border-collapse: collapse;
  border-spacing: 0;
  background-color: white;
  font-family: howard;
  width: 100%;
  margin-top: 30px; }
  .leader-table th {
    color: #777777;
    font-size: 1.2em;
    text-transform: uppercase;
    border-bottom: solid 1px #b9b9b9; }
  .leader-table td {
    color: #102e57;
    font-size: 24px;
    font-weight: bold;
    padding: 15px 0;
    text-transform: uppercase; }
    @media screen and (min-width: 48em) {
      .leader-table td {
        font-size: 32px; } }
    @media screen and (min-width: 64em) {
      .leader-table td {
        font-size: 48px; } }

.leader-avatar {
  float: left;
  margin-right: 12px;
  display: none;
  max-width: 90px; }
  @media screen and (min-width: 48em) {
    .leader-avatar {
      display: block; } }
  @media screen and (min-width: 64em) {
    .leader-avatar {
      margin-right: 55px;
      max-width: 155px; } }

.rank-number {
  float: left;
  margin-top: 0; }
  @media screen and (min-width: 48em) {
    .rank-number {
      margin-top: 14.9%; } }
  @media screen and (min-width: 64em) {
    .rank-number {
      margin-top: 17.2%; } }

.rank-title {
  text-align: right;
  padding-right: 10%; }

.rank-col {
  width: 30%; }

.name-col {
  width: 55%; }

.leader-name {
  color: #ff5a00;
  line-height: 38px; }
  .leader-name a:hover {
    color: #ff5a00; }

.leader-ranking {
  color: #102e57;
  display: block; }

.leader-votes {
  font-size: 0.5em;
  margin-top: 9px;
  float: left;
  font-weight: lighter; }

.ab__item {
  width: 100%; }

.ab-button {
  padding: 0; }
  .ab-button span {
    margin-bottom: -18px; }

.submitted {
  bottom: 19px;
  left: 20px;
  color: #fff;
  position: absolute;
  padding-bottom: 9px; }
  .submitted a {
    color: #fff; }
  .submitted span {
    margin-right: 5px;
    display: none; }
    @media screen and (min-width: 48em) {
      .submitted span {
        display: inline-block;
        display: none; } }
  .submitted strong {
    font-size: 0.7em; }
    @media screen and (min-width: 48em) {
      .submitted strong {
        font-size: 1em; } }
  .submitted img {
    border-radius: 50%;
    margin-bottom: -12px;
    margin-right: 8px;
    max-width: 30px; }
    @media screen and (min-width: 48em) {
      .submitted img {
        max-width: 30em; } }

.end-card {
  position: relative;
  border-radius: 4px; }
  .end-card img {
    display: block;
    margin: 0 auto; }

.next-gallery {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #ff5a00;
  font-family: howard;
  font-size: 15px;
  background: #fff;
  text-transform: uppercase;
  padding: 10px 15px 7px 13px;
  border-radius: 0 10px 0 0; }
  @media screen and (min-width: 48em) {
    .next-gallery {
      font-size: 35px;
      padding: 29px 23px 27px 25px; } }
  .next-gallery span {
    color: #102e57;
    margin-right: 10px; }

.gallery__item {
  max-width: 600px; }
  .gallery__item p {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto; }

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #fff;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.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 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-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;
  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; }

.white-modal {
  position: relative;
  width: 98%;
  margin: 20px auto;
  max-width: 760px;
  background: #fff;
  min-height: 600px;
  border: solid 1px #dadada; }
  .white-modal:after {
    content: "";
    display: table;
    clear: both; }
  .white-modal img {
    margin: 0 auto;
    display: block;
    padding: 0 15px; }
  .white-modal .white-modal__header {
    color: #fff;
    font-weight: bold;
    font-size: 2em;
    text-align: center;
    text-transform: uppercase;
    background: #112e58;
    margin: -1px;
    width: auto;
    max-width: 9999px;
    padding: 20px 20px 50px 20px;
    background: url(../img/matchup/upload-texture.png) 80px -30px repeat-x; }

.modal-info {
  max-width: 686px;
  display: block;
  margin: 29px auto 25px;
  overflow: hidden;
  font-weight: bold;
  font-family: howard;
  font-size: 20px;
  padding: 0 15px;
  color: #102e57; }
  @media screen and (min-width: 30em) {
    .modal-info {
      font-size: 30px; } }
  .modal-info li {
    float: left; }
    .modal-info li:last-child {
      float: right; }

.submittedBy {
  float: left; }
  .submittedBy a {
    color: #ff5a00;
    margin-left: 5px; }

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

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

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

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

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

.mfp-close {
  width: 40px;
  height: 40px;
  line-height: 44px;
  background-color: #f25b22;
  border-radius: 50%;
  position: absolute;
  right: -16px;
  top: -16px;
  text-decoration: none;
  text-align: center;
  opacity: 1;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    background-color: #f25b22;
    filter: alpha(opacity=100); }

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

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

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  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 #FFF;
    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 #FFF;
    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; }

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

.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;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.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; }

* {
  outline: none; }

.upload-form {
  overflow: hidden;
  margin: 0 auto;
  background: #f3f3f3;
  border: solid 1px #b9b9b9; }
  .upload-form .upload-form__header {
    color: #fff;
    font-weight: bold;
    font-size: 2em;
    text-align: center;
    text-transform: uppercase;
    background: #112e58;
    margin: -1px;
    width: auto;
    max-width: 9999px;
    padding: 20px;
    background: url(../img/matchup/upload-texture.png) 80px -30px repeat-x; }
  .upload-form input[type="file"] {
    color: transparent;
    width: 100%;
    height: 65px;
    margin-bottom: 15px; }
    .upload-form input[type="file"].upload-file-select::before {
      content: 'Select a file'; }
    .upload-form input[type="file"].upload-file-upload-another::before {
      content: 'upload another photo'; }
  .upload-form input[type="file"]::-webkit-file-upload-button {
    visibility: hidden;
    color: transparent; }
  .upload-form input[type="file"]::before {
    width: 95%;
    outline: none;
    display: inline-block;
    color: #c7c7c7;
    background: #fff;
    border-radius: 0;
    cursor: pointer;
    font-weight: 700;
    text-align: center;
    font-family: howard;
    font-size: 1.3em;
    padding: 17px 8px;
    white-space: nowrap;
    border: 3px solid transparent;
    text-transform: uppercase;
    -webkit-user-select: none;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear; }
  .upload-form input[type="file"]:hover::before {
    color: #ff5a00;
    border: 3px solid #ff5a00; }
  .upload-form input[type="text"]:active::before {
    outline: 0;
    border: 3px solid #ff5a00; }
  .upload-form input[type="submit"] {
    display: none;
    color: #fff;
    font-family: howard;
    font-size: 1.3em;
    width: 100%;
    border-radius: 0;
    margin-bottom: 15px;
    padding: 9px;
    background: #ff5a00;
    border: solid 3px transparent;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear; }
  .upload-form input[type="submit"]:hover {
    color: #fff;
    border: 3px solid #ff5a00; }

.upload-left {
  width: 100%;
  float: left;
  padding: 40px 40px  0 40px; }
  @media screen and (min-width: 48em) {
    .upload-left {
      width: 49.5%;
      padding: 40px; } }
  .upload-left .spinner {
    background: url(../img/matchup/spinner.gif) no-repeat 0 0; }
  .upload-left .crop-hidden {
    background-color: green;
    display: block; }
  .upload-left .cropFrame .cropControls {
    display: none; }

.hidden {
  display: none; }

.upload-right {
  width: 100%;
  float: left;
  font-family: howard;
  text-align: center;
  text-transform: uppercase;
  padding: 27px 25px 10px 25px; }
  @media screen and (min-width: 48em) {
    .upload-right {
      width: 43.3%;
      padding: 27px 0 10px 0; } }

.upload-form__image {
  display: block;
  text-align: center; }
  .upload-form__image.user-fail-image {
    background: url(../img/matchup/user-fail.jpg) no-repeat center center;
    background-size: 100%; }

.upload-form__details {
  color: #777777;
  margin-bottom: 30px;
  margin-top: 18px; }

.upload-form__title--main {
  color: #122e53;
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 35px; }

.upload-form__subtitle {
  color: #122e53;
  margin-top: -20px; }

.upload-button {
  width: 100%;
  display: block;
  padding: 17px;
  color: #c7c7c7;
  margin-bottom: 15px;
  font-size: 1.3em;
  background: #ffffff;
  border: solid 3px transparent;
  font-weight: bold; }
  .upload-button.return {
    background-color: transparent;
    text-decoration: underline;
    border: 0px; }
    .upload-button.return:hover {
      border: 0px; }
  .upload-button:hover {
    color: #ff5900;
    border: solid 3px #ff5900; }

.legal {
  letter-spacing: 0.1em;
  font-weight: lighter;
  text-align: left;
  line-height: 1.4em;
  margin: 30px 0 0 0; }

.check {
  max-width: 60px; }

@-webkit-keyframes spinner {
  from {
    -webkit-transform: rotate(0); }
  to {
    -webkit-transform: rotate(360deg); } }

@-moz-keyframes spinner {
  from {
    -moz-transform: rotate(0); }
  to {
    -moz-transform: rotate(360deg); } }

@keyframes spinner {
  from {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0); }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* :not(:required) hides this rule from IE9 and below */
.spinner:not(:required) {
  position: absolute;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: white 1.5em 0 0 0, white 1.1em 1.1em 0 0, white 0 1.5em 0 0, white -1.1em 1.1em 0 0, white -1.5em 0 0 0, white -1.1em -1.1em 0 0, white 0 -1.5em 0 0, white 1.1em -1.1em 0 0;
  -moz-box-shadow: white 1.5em 0 0 0, white 1.1em 1.1em 0 0, white 0 1.5em 0 0, white -1.1em 1.1em 0 0, white -1.5em 0 0 0, white -1.1em -1.1em 0 0, white 0 -1.5em 0 0, white 1.1em -1.1em 0 0;
  box-shadow: white 1.5em 0 0 0, white 1.1em 1.1em 0 0, white 0 1.5em 0 0, white -1.1em 1.1em 0 0, white -1.5em 0 0 0, white -1.1em -1.1em 0 0, white 0 -1.5em 0 0, white 1.1em -1.1em 0 0;
  display: inline-block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: 27px;
  margin-left: 0;
  overflow: hidden;
  text-indent: 100%; }

.social {
  display: block;
  padding: 0 0 20px 0;
  margin: 40px 0 0 0; }
  .social:after {
    content: "";
    display: table;
    clear: both; }

.trivia-social-results {
  width: 80%;
  margin: 20px auto 0 auto; }
  @media screen and (min-width: 48em) {
    .trivia-social-results {
      margin: 20px 0 0 0; } }
  @media screen and (min-width: 64em) {
    .trivia-social-results {
      margin: 20px 0 0 0; } }
  @media screen and (min-width: 71.25em) {
    .trivia-social-results {
      margin: 20px 0 0 0; } }

.top-social-container {
  width: 100%;
  border-top: 2px solid #ededed;
  margin: 35px auto 0 auto; }

.social-element-container {
  display: block;
  padding: 0 0 20px 0;
  margin: -22px auto 0;
  width: 80%;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s; }
  @media screen and (min-width: 48em) {
    .social-element-container {
      width: 40%; } }
  @media screen and (min-width: 64em) {
    .social-element-container {
      width: 30%; } }
  @media screen and (min-width: 71.25em) {
    .social-element-container {
      width: 20%; } }

.recent-meme-social {
  width: 68%;
  float: left; }
  .recent-meme-social ul.social-share-box {
    height: 50px; }
    .recent-meme-social ul.social-share-box li a:first-child, .recent-meme-social ul.social-share-box li a:last-child {
      border-radius: 0px !important; }
    .recent-meme-social ul.social-share-box li a {
      padding-top: 10px; }
      .recent-meme-social ul.social-share-box li a svg {
        width: 28px !important;
        height: 28px !important; }
    .recent-meme-social ul.social-share-box .iconic {
      width: 28px !important;
      height: 28px !important; }

.social-share-box {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  height: 36px;
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
  background-color: inherit; }
  .social-share-box .iconic {
    width: 20px !important;
    height: 20px !important; }
    .social-share-box .iconic * {
      fill: #fff; }
  .social-share-box .iconic-link * {
    stroke: #fff; }
  .social-share-box li {
    float: left;
    height: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 13px; }
    .social-share-box li:first-child a {
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px; }
    .social-share-box li:last-child a {
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px; }
    .social-share-box li.email a {
      background-color: #0a88ff; }
      .social-share-box li.email a:hover {
        background-color: #006ed6; }
    .social-share-box li.facebook a {
      background-color: #306199; }
      .social-share-box li.facebook a:hover {
        background-color: #244872; }
    .social-share-box li.tumblr a {
      background-color: #32506d; }
      .social-share-box li.tumblr a:hover {
        background-color: #22364a; }
    .social-share-box li.linkedin a {
      background-color: #007bb6; }
      .social-share-box li.linkedin a:hover {
        background-color: #005983; }
    .social-share-box li.twitter a {
      background-color: #2ba7e0; }
      .social-share-box li.twitter a:hover {
        background-color: #1c8abc; }
    .social-share-box li.googleplus a {
      background-color: #e93f2e; }
      .social-share-box li.googleplus a:hover {
        background-color: #ce2616; }
    .social-share-box li.youtube a {
      background-color: #df1c31; }
      .social-share-box li.youtube a:hover {
        background-color: #b21627; }
    .social-share-box li.reddit a {
      background-color: #ff5600; }
      .social-share-box li.reddit a:hover {
        background-color: #cc4500; }
    .social-share-box li.pinterest a {
      background-color: #b81621; }
      .social-share-box li.pinterest a:hover {
        background-color: #8a1119; }
    .social-share-box li.pocket a {
      background-color: #ED4054; }
      .social-share-box li.pocket a:hover {
        background-color: #e4162d; }
    .social-share-box li.github a {
      background-color: #444; }
      .social-share-box li.github a:hover {
        background-color: #2b2b2b; }
    .social-share-box li a {
      background-color: #ccc;
      display: block;
      font-size: 11px;
      font-weight: bold;
      height: 100%;
      padding: 11px 7px 12px 27px;
      position: relative;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      width: 100%;
      -webkit-transition: background-color 0.2s ease-in-out;
      -moz-transition: background-color 0.2s ease-in-out;
      -o-transition: background-color 0.2s ease-in-out;
      transition: background-color 0.2s ease-in-out; }
      .social-share-box li a .icon {
        display: block;
        height: 100%;
        left: 10px;
        padding-top: 9px;
        position: absolute;
        top: 0;
        width: 10%; }
        .social-share-box li a .icon svg {
          height: 17px;
          width: 17px; }
          .social-share-box li a .icon svg path, .social-share-box li a .icon svg polygon {
            fill: #fff; }
      .social-share-box li a .text {
        color: #fff; }
      .social-share-box li a:active {
        box-shadow: inset 1px 3px 15px 0 rgba(22, 0, 0, 0.25); }
      .social-share-box li a.clipboard-copy {
        background-color: #5e5e5e; }
        .social-share-box li a.clipboard-copy:hover {
          background: #454545; }
    .social-share-box li.small a {
      padding: 7px 0 0 0; }
      .social-share-box li.small a .icon {
        height: 100%;
        left: auto;
        margin: 0 auto;
        overflow: hidden;
        position: relative;
        top: auto;
        width: 100%;
        padding-top: 0px; }
        .social-share-box li.small a .icon svg {
          height: 20px;
          width: 20px; }
      .social-share-box li.small a .text {
        visibility: hidden; }

.rrssb-buttons {
  margin: -18px auto 0 auto;
  background: #fff;
  width: 80%; }
  @media screen and (min-width: 48em) {
    .rrssb-buttons {
      width: 40%; } }
  @media screen and (min-width: 64em) {
    .rrssb-buttons {
      width: 30%; } }
  @media screen and (min-width: 71.25em) {
    .rrssb-buttons {
      width: 20%; } }
  .rrssb-buttons .iconic {
    width: 27px !important;
    height: 27px !important;
    padding-top: 8px; }
    .rrssb-buttons .iconic * {
      fill: #fff;
      outline: thin red solid; }

.linkCopy {
  display: none;
  background: #e2e2e2;
  border: none;
  margin-top: 13px;
  border-radius: 0; }

.tooltiptext {
  visibility: hidden;
  width: 220px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  z-index: 1; }

.copyMessage:hover .tooltiptext, .tooltiptext.active {
  visibility: visible; }

.social-card {
  min-height: 580px;
  padding: 65px 25px;
  position: relative;
  background: #fff;
  border: solid 1px #cacaca;
  margin-bottom: 15px;
  float: none;
  width: 100%;
  overflow: hidden; }
  @media screen and (min-width: 64em) {
    .social-card {
      width: 32.3%;
      float: left;
      margin-right: 1%;
      margin-bottom: 0; }
      .social-card:nth-child(3n) {
        float: right;
        margin-right: 0; } }
  @media screen and (min-width: 85em) {
    .social-card {
      margin-right: 1.5%;
      width: 32.3%; } }
  .social-card__avatar {
    display: block;
    text-align: center; }
    .social-card__avatar img {
      height: 60px;
      width: 60px;
      border-radius: 50%; }
    .social-card__avatar a {
      color: #333333;
      display: block; }
  .social-card__blockquote {
    top: 50%;
    left: 25px;
    right: 25px;
    display: block;
    position: absolute;
    text-align: center;
    font-size: 1.35em;
    line-height: 1.25em;
    padding-top: 25px;
    padding-bottom: 25px;
    border-top: 1px solid #cacaca;
    border-bottom: 1px solid #cacaca;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
    .social-card__blockquote a {
      color: #00aced;
      word-break: break-all; }
    @media screen and (min-width: 48em) {
      .social-card__blockquote {
        font-size: 1.35em; } }
    @media screen and (min-width: 64em) {
      .social-card__blockquote {
        font-size: 1.25em; } }
  .social-card__image-block {
    top: 53%;
    left: 45px;
    right: 45px;
    display: block;
    position: absolute;
    text-align: center;
    font-size: 1.1em;
    line-height: 1.25em;
    padding-top: 25px;
    padding-bottom: 25px;
    border-top: 1px solid #cacaca;
    border-bottom: 1px solid #cacaca;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
    .social-card__image-block a {
      color: #00aced; }
    .social-card__image-block img {
      margin: 0 auto;
      width: 75%; }
  .social-card__icon {
    fill: #00aced;
    position: absolute;
    bottom: 50px;
    left: 50%;
    margin-left: -25px; }

.twitter .social-card__avatar a {
  color: #00aced; }

.facebook.social-card {
  padding: 40px 45px; }

.facebook .social-card__avatar a {
  color: #2a2a2a; }

.facebook .social-card__icon {
  bottom: 30px;
  fill: #fff;
  background: #3a5898;
  padding: 10px 0 0px 9px;
  border-radius: 3px; }

.instagram.social-card {
  padding: 40px 45px; }

.instagram .social-card__icon {
  bottom: 30px;
  fill: #ff5a03; }

.vine.social-card {
  padding: 40px 45px; }

.vine .social-card__blockquote img {
  width: 75%;
  margin: 0 auto; }

.vine .social-card__icon {
  bottom: 30px;
  fill: #05ac83; }

.challenge__success {
  margin: 0 auto;
  max-width: 800px;
  font-family: howard;
  text-transform: uppercase;
  padding-top: 14px; }
  .challenge__success .row {
    padding-top: 20px; }
  .challenge__success__left {
    width: 50%;
    float: left;
    padding-bottom: 60px; }
  .challenge__success__top {
    overflow: hidden;
    position: relative;
    padding: 15px 15px 30px; }
  .challenge__success__snippet {
    color: #666666;
    font-size: 18px; }
  .challenge__success__title {
    color: #102e57;
    font-size: 27px;
    font-weight: bold; }
    .challenge__success__title.\--large {
      font-size: 45px;
      line-height: 40px;
      margin-bottom: 10px; }
    .challenge__success__title.\--bottom {
      color: #fff; }
    .challenge__success__title.\--topmessage {
      margin-bottom: 10px; }
    .challenge__success__title.\--badge {
      margin-top: 0;
      position: relative;
      display: inline-block; }
      .challenge__success__title.\--badge:before {
        content: " ";
        width: 75px;
        height: 75px;
        right: -51px;
        top: -56px;
        position: absolute;
        background: url(/static/site/img/temp-badge.png) 0 0 no-repeat;
        background-size: 100% 100%; }
  .challenge__success__signupbox {
    width: 100%;
    float: left; }
    @media screen and (min-width: 48em) {
      .challenge__success__signupbox {
        width: 45%; } }
    .challenge__success__signupbox h3 {
      margin: 0;
      color: #fff; }
  .challenge__success__signuporbox {
    width: 100%;
    float: left;
    font-family: 'howard';
    font-size: 30px;
    color: #fff;
    padding: 10px 0 20px 0; }
    @media screen and (min-width: 48em) {
      .challenge__success__signuporbox {
        width: 10%;
        padding-top: 93px; } }
  .challenge__success__text {
    text-transform: none;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }
  .challenge__success__loginbutton {
    width: 100%;
    color: #fff;
    padding: 10px;
    display: table;
    text-align: center;
    margin-bottom: 13px;
    border-radius: 4px;
    font-weight: bold;
    font-size: 0.7em;
    position: relative;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }
    .challenge__success__loginbutton:hover {
      color: #fff; }
    .challenge__success__loginbutton svg {
      height: 20px !important;
      width: 20px !important;
      margin: 2px 7px -5px 0;
      position: absolute;
      left: 15%; }
      .challenge__success__loginbutton svg path {
        fill: #fff !important;
        stroke: #fff !important; }
      .challenge__success__loginbutton svg polygon {
        fill: #fff !important;
        stroke: #fff !important; }
    .challenge__success__loginbutton.\--facebook {
      background-color: #3B5999; }
    .challenge__success__loginbutton.\--twitter {
      background-color: #2aa7e1; }
  .challenge__success__share {
    width: 35%;
    bottom: 30px;
    position: absolute; }
    .challenge__success__share h3 {
      color: #102e57;
      padding-bottom: 10px; }
  .challenge__success__signup {
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    font-size: 0.7em;
    display: block;
    margin: 10px 0;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }
  .challenge__success__img {
    width: 50%;
    float: left;
    padding-left: 35px; }
  .challenge__success__bottom {
    text-align: center;
    padding: 30px;
    background-color: #102e57; }

.page--video .main {
  padding-top: 0;
  margin: 0 auto;
  position: relative; }
  @media screen and (min-width: 71.25em) {
    .page--video .main {
      padding-right: 300px; } }

@media screen and (min-width: 48em) {
  .page--video .publishable__header {
    text-align: left; }
  .page--video .title {
    margin-left: 0; }
  .page--video .parchment-content > p {
    max-width: 100%; } }

@media screen and (min-width: 71.25em) {
  .page--video .footer, .page--video .banner {
    margin-right: 300px; }
  .page--video .video.publishable, .page--video .footer__primary {
    padding-left: 1.618em;
    padding-right: 1.618em; } }

.oo-player {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 0;
  height: 0; }

.oo-player .oo-player-video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .oo-player .oo-player-video-container > div {
    z-index: 1 !important; }
  .oo-player .oo-player-video-container .oo_controls_wrap .oo_mini_controls {
    left: 0 !important;
    right: 0 !important;
    height: 40px !important; }
    .oo-player .oo-player-video-container .oo_controls_wrap .oo_mini_controls .oo_controls_inner {
      left: 0 !important;
      right: 0 !important; }
      .oo-player .oo-player-video-container .oo_controls_wrap .oo_mini_controls .oo_controls_inner .oo_scrubber {
        left: 0px !important;
        right: 0px !important;
        bottom: 0px !important; }
        .oo-player .oo-player-video-container .oo_controls_wrap .oo_mini_controls .oo_controls_inner .oo_scrubber .oo_scrubber_track {
          left: 0 !important;
          right: 0 !important;
          top: -9px !important;
          bottom: 38px !important;
          border-radius: 0 !important; }
          .oo-player .oo-player-video-container .oo_controls_wrap .oo_mini_controls .oo_controls_inner .oo_scrubber .oo_scrubber_track .oo_buffer_progress {
            background-color: black !important;
            opacity: 0.5 !important;
            border-radius: 0 !important; }
          .oo-player .oo-player-video-container .oo_controls_wrap .oo_mini_controls .oo_controls_inner .oo_scrubber .oo_scrubber_track .oo_playhead_progress {
            background-color: #ff5a00 !important;
            border-radius: 0 !important; }
        .oo-player .oo-player-video-container .oo_controls_wrap .oo_mini_controls .oo_controls_inner .oo_scrubber .oo_currentTime {
          top: 12px !important;
          left: 22px !important; }
        .oo-player .oo-player-video-container .oo_controls_wrap .oo_mini_controls .oo_controls_inner .oo_scrubber .oo_currentTime:after {
          content: " / "; }
        .oo-player .oo-player-video-container .oo_controls_wrap .oo_mini_controls .oo_controls_inner .oo_scrubber .oo_duration {
          top: 12px !important;
          left: 53px !important; }
      .oo-player .oo-player-video-container .oo_controls_wrap .oo_mini_controls .oo_controls_inner .oo_play, .oo-player .oo-player-video-container .oo_controls_wrap .oo_mini_controls .oo_controls_inner .oo_pause {
        left: 50% !important;
        margin-left: -7px !important; }
      .oo-player .oo-player-video-container .oo_controls_wrap .oo_mini_controls .oo_controls_inner .oo_play {
        background-repeat: no-repeat !important;
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAdCAYAAABfeMd1AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowN2Q0NjlkNi1hNWM1LTQ2NzYtYTc3My0yMjZiM2YwZmY3MzMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NUJCRjA1QzQ5RUM2MTFFNDg4QUFDNzRERkYxODgxMTYiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NUJCRjA1QzM5RUM2MTFFNDg4QUFDNzRERkYxODgxMTYiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1ODNhZjM1YS03ZTVlLTQ4OTUtYmZhOC01ZjZiNjMyNWU0MjgiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MDdkNDY5ZDYtYTVjNS00Njc2LWE3NzMtMjI2YjNmMGZmNzMzIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+a0A+uwAAAVJJREFUeNq01j8oxHEYx/HvXb+UGAxSFpPJcimbhYlVFkyiDEpyZyBZdEmxUBYlmwxSJrchm66uSy7/JovFYFCKct7fep661C93P9/nU6+6u+XT93ff57lLVSfcmXNuHg/OKGkM4wZbaLMq8WlCDveYqvk8aImmA/soot+qRNOLKxyiy6rEJ4VxVLCCZosSTQvyuMOoVYnGP7ZjnMvjNCnRDOAau2i3KvGJMItHzMn74CUaP7w7KGPIqkTTgwJO0G1VohnBLdbRalWiK2pZFu6kn7fI2aUTB8ikDUteMO0Xr8VJPrGNNby7v+53gpxiEU+/hypEKvJ7VLCYkzcs+C83ruA/J/nGHlbxWs8OajQXyKJksYWfMYbBRgrqPckHNrAprxOt7LhUcYQlOUXixJWU5NZcWvxb8TdlBn2hCmpP8iU/Pnm5+0ETyRDlZGpN8iPAACkJPIR6IpGRAAAAAElFTkSuQmCC) !important; }
      .oo-player .oo-player-video-container .oo_controls_wrap .oo_mini_controls .oo_controls_inner .oo_pause {
        background-repeat: no-repeat !important;
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAbCAYAAACTHcTmAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowN2Q0NjlkNi1hNWM1LTQ2NzYtYTc3My0yMjZiM2YwZmY3MzMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MkQ1MjNCRDY5RUM3MTFFNDg4QUFDNzRERkYxODgxMTYiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MkQ1MjNCRDU5RUM3MTFFNDg4QUFDNzRERkYxODgxMTYiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1ODNhZjM1YS03ZTVlLTQ4OTUtYmZhOC01ZjZiNjMyNWU0MjgiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MDdkNDY5ZDYtYTVjNS00Njc2LWE3NzMtMjI2YjNmMGZmNzMzIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+/GRIggAAAC9JREFUeNpi/B/F8J8BP2DEIoZXDxMDDcCooaOGjho6auiooaOGjho6aihFACDAALkTA46m555iAAAAAElFTkSuQmCC) !important; }
    .oo-player .oo-player-video-container .oo_controls_wrap .oo_mini_controls .oo_toolbar_item {
      top: 14px !important; }
    .oo-player .oo-player-video-container .oo_controls_wrap .oo_mini_controls .oo_play {
      width: 15px !important;
      height: 15px !important; }
    .oo-player .oo-player-video-container .oo_controls_wrap .oo_mini_controls .oo_pause {
      width: 15px !important;
      height: 15px !important; }
    .oo-player .oo-player-video-container .oo_controls_wrap .oo_mini_controls .oo_fullscreen_on {
      right: 25px !important;
      width: 15px !important;
      height: 15px !important; }
    .oo-player .oo-player-video-container .oo_controls_wrap .oo_mini_controls .oo_fullscreen_off {
      right: 25px !important;
      width: 15px !important;
      height: 15px !important; }
  .oo-player .oo-player-video-container .oo_controls_wrap .oo_full_controls {
    left: 0 !important;
    right: 0 !important;
    height: 58px !important; }
    .oo-player .oo-player-video-container .oo_controls_wrap .oo_full_controls .oo_controls_inner {
      left: 0 !important;
      right: 0 !important; }
      .oo-player .oo-player-video-container .oo_controls_wrap .oo_full_controls .oo_controls_inner .oo_scrubber {
        left: 0px !important;
        right: 0px !important; }
        .oo-player .oo-player-video-container .oo_controls_wrap .oo_full_controls .oo_controls_inner .oo_scrubber .oo_scrubber_track {
          left: 0 !important;
          right: 0 !important;
          top: -19px !important;
          bottom: 48px !important;
          border-radius: 0 !important; }
          .oo-player .oo-player-video-container .oo_controls_wrap .oo_full_controls .oo_controls_inner .oo_scrubber .oo_scrubber_track .oo_buffer_progress {
            background-color: black !important;
            opacity: 0.5 !important;
            border-radius: 0 !important; }
          .oo-player .oo-player-video-container .oo_controls_wrap .oo_full_controls .oo_controls_inner .oo_scrubber .oo_scrubber_track .oo_playhead_progress {
            background-color: #ff5a00 !important;
            border-radius: 0 !important; }
        .oo-player .oo-player-video-container .oo_controls_wrap .oo_full_controls .oo_controls_inner .oo_scrubber .oo_currentTime {
          top: 17px !important;
          left: 35px !important; }
        .oo-player .oo-player-video-container .oo_controls_wrap .oo_full_controls .oo_controls_inner .oo_scrubber .oo_currentTime:after {
          content: " / "; }
        .oo-player .oo-player-video-container .oo_controls_wrap .oo_full_controls .oo_controls_inner .oo_scrubber .oo_duration {
          top: 17px !important;
          left: 74px !important; }
      .oo-player .oo-player-video-container .oo_controls_wrap .oo_full_controls .oo_controls_inner .oo_play, .oo-player .oo-player-video-container .oo_controls_wrap .oo_full_controls .oo_controls_inner .oo_pause {
        left: 50% !important;
        margin-left: -20px !important; }
    .oo-player .oo-player-video-container .oo_controls_wrap .oo_full_controls .oo_toolbar_item {
      top: 18px !important; }
    .oo-player .oo-player-video-container .oo_controls_wrap .oo_full_controls .oo_fullscreen_on {
      width: 20px !important;
      height: 20px !important;
      right: 35px !important; }
    .oo-player .oo-player-video-container .oo_controls_wrap .oo_full_controls .oo_fullscreen_off {
      width: 20px !important;
      height: 20px !important;
      right: 35px !important; }
  .oo-player .oo-player-video-container .oo_controls_wrap .oo_controls {
    background: black !important;
    border-radius: 0 !important; }
    .oo-player .oo-player-video-container .oo_controls_wrap .oo_controls .oo_playhead {
      top: 2px !important;
      width: 13px !important;
      height: 13px !important;
      background-repeat: no-repeat !important;
      background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowN2Q0NjlkNi1hNWM1LTQ2NzYtYTc3My0yMjZiM2YwZmY3MzMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MzM1ODM4MTI5RUMzMTFFNDg4QUFDNzRERkYxODgxMTYiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MzM1ODM4MTE5RUMzMTFFNDg4QUFDNzRERkYxODgxMTYiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1ODNhZjM1YS03ZTVlLTQ4OTUtYmZhOC01ZjZiNjMyNWU0MjgiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MDdkNDY5ZDYtYTVjNS00Njc2LWE3NzMtMjI2YjNmMGZmNzMzIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+xKk5ZQAAAH5JREFUeNpi+P//PwMStgHi5UD8BIh/QunlUHG4OhiDBYin/scPQPKsyJpm/ycOzIZpsv5PGrBmYmBgyGYgDeQwAnW+ADLESdD0DKTpP4k2/QI57yWJmt6ANO0nUdMhWISSAmxg8TSFSA1TkCOXlZwUgZ72nkLT3lNsaQ8gwAChholyzELKZgAAAABJRU5ErkJggg==) !important; }
    .oo-player .oo-player-video-container .oo_controls_wrap .oo_controls .oo_play {
      background-repeat: no-repeat !important;
      background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAdCAYAAABfeMd1AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowN2Q0NjlkNi1hNWM1LTQ2NzYtYTc3My0yMjZiM2YwZmY3MzMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NUJCRjA1QzQ5RUM2MTFFNDg4QUFDNzRERkYxODgxMTYiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NUJCRjA1QzM5RUM2MTFFNDg4QUFDNzRERkYxODgxMTYiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1ODNhZjM1YS03ZTVlLTQ4OTUtYmZhOC01ZjZiNjMyNWU0MjgiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MDdkNDY5ZDYtYTVjNS00Njc2LWE3NzMtMjI2YjNmMGZmNzMzIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+a0A+uwAAAVJJREFUeNq01j8oxHEYx/HvXb+UGAxSFpPJcimbhYlVFkyiDEpyZyBZdEmxUBYlmwxSJrchm66uSy7/JovFYFCKct7fep661C93P9/nU6+6u+XT93ff57lLVSfcmXNuHg/OKGkM4wZbaLMq8WlCDveYqvk8aImmA/soot+qRNOLKxyiy6rEJ4VxVLCCZosSTQvyuMOoVYnGP7ZjnMvjNCnRDOAau2i3KvGJMItHzMn74CUaP7w7KGPIqkTTgwJO0G1VohnBLdbRalWiK2pZFu6kn7fI2aUTB8ikDUteMO0Xr8VJPrGNNby7v+53gpxiEU+/hypEKvJ7VLCYkzcs+C83ruA/J/nGHlbxWs8OajQXyKJksYWfMYbBRgrqPckHNrAprxOt7LhUcYQlOUXixJWU5NZcWvxb8TdlBn2hCmpP8iU/Pnm5+0ETyRDlZGpN8iPAACkJPIR6IpGRAAAAAElFTkSuQmCC) !important; }
    .oo-player .oo-player-video-container .oo_controls_wrap .oo_controls .oo_pause {
      background-repeat: no-repeat !important;
      background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAbCAYAAACTHcTmAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowN2Q0NjlkNi1hNWM1LTQ2NzYtYTc3My0yMjZiM2YwZmY3MzMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MkQ1MjNCRDY5RUM3MTFFNDg4QUFDNzRERkYxODgxMTYiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MkQ1MjNCRDU5RUM3MTFFNDg4QUFDNzRERkYxODgxMTYiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1ODNhZjM1YS03ZTVlLTQ4OTUtYmZhOC01ZjZiNjMyNWU0MjgiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MDdkNDY5ZDYtYTVjNS00Njc2LWE3NzMtMjI2YjNmMGZmNzMzIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+/GRIggAAAC9JREFUeNpi/B/F8J8BP2DEIoZXDxMDDcCooaOGjho6auiooaOGjho6aihFACDAALkTA46m555iAAAAAElFTkSuQmCC) !important; }
    .oo-player .oo-player-video-container .oo_controls_wrap .oo_controls .oo_fullscreen_on {
      background-repeat: no-repeat !important;
      background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowN2Q0NjlkNi1hNWM1LTQ2NzYtYTc3My0yMjZiM2YwZmY3MzMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Rjk5OEZDODJBMzU1MTFFNDg5Q0ZDMzVDQ0U2NjkxM0YiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Rjk5OEZDODFBMzU1MTFFNDg5Q0ZDMzVDQ0U2NjkxM0YiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1ODNhZjM1YS03ZTVlLTQ4OTUtYmZhOC01ZjZiNjMyNWU0MjgiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MDdkNDY5ZDYtYTVjNS00Njc2LWE3NzMtMjI2YjNmMGZmNzMzIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+8IX2BwAAAW1JREFUeNpi3LdvHwOZQAGI04GYEZ8iR0fHChYG8sEDID4PxPOBmAuPugomCiwBuXIVkLIB4sf41FFkCdQikG9Cgfg/zSzZv3+/EpBaiS9umCi0QA1IHQRieVoFlwbIHiCWQRM/BcR3qGGJFhAfAGIpNPFLQOwBxEFA/JVSS74D8S80sRtA7AJMCO+B+DKQnQBLDORach+UsID4CZR/F4hdgYa/Rkp1a4BUJ6VxAjLYCYhPQi14gkVNDcWpC2jwbSBlCaTv45D/S63M+J+QGootIQbgswSU/qcDMRs1LHHBIi4GxKA6IANaZLBRaskyaN0AA8JAvAeIVaH8AKgaVkosEQXi9dA6gR+ItwOxLpo6BzSHkARglZYBtPIBFROmaGpAGcwViG9TagkIhGGRfwnEzkB8lZI4wVf9Pofm6BuUpi5clnyDlk03aZlPQImgGYi5aZ0ZQfX2ESCWo0ZwnSWgZgYQpwLxU3ItAQgwAEc8SG/bR3khAAAAAElFTkSuQmCC) !important; }
    .oo-player .oo-player-video-container .oo_controls_wrap .oo_controls .oo_fullscreen_off {
      background-repeat: no-repeat !important;
      background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowN2Q0NjlkNi1hNWM1LTQ2NzYtYTc3My0yMjZiM2YwZmY3MzMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MDQ1MDg0OUFBMzU2MTFFNDg5Q0ZDMzVDQ0U2NjkxM0YiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MDQ1MDg0OTlBMzU2MTFFNDg5Q0ZDMzVDQ0U2NjkxM0YiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1ODNhZjM1YS03ZTVlLTQ4OTUtYmZhOC01ZjZiNjMyNWU0MjgiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MDdkNDY5ZDYtYTVjNS00Njc2LWE3NzMtMjI2YjNmMGZmNzMzIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+YX/ClQAAAVNJREFUeNpi3L17NwMZgBGI/7u4uKAI7tmzhxlILQHidUC51TBxJgbyQCW6ANACkMVzgTgCiJcB+SGUWtIExJ5oFkwH4nioEAvUoiBKLAEFy3KgISpQfi8Qp6OpYQViP5iN5AJ+IN4AtGg7kC7EIr8IiJMptQQEtKEYHYDiJg0Y+f8oCS58YAYQp8IsoIUl04A4C2jBf2RBaltiBcRy6ILUtsQAiE8BE4MtLS0BATEg3gu0KI0BKdOQW6wwoBcruAAtfDJwloBwP6hUJYApsuQftFgoptQwYoKrD4ijgPgXreNkPxA/o6UlgkAMqiYVaGUJDxCDimxdWsUJBxBvBGJzNLnLQLyYGpaAq0kgdkITfwLEXkD8DogNgViHUp+sRUu6H6EWgCz6BsRhUJoiS5YCcRWUD0q+QdCggoHrQJxHaXCBQAe0zr4CxPtwVKdkA4AAAwBIr1U1WNseWAAAAABJRU5ErkJggg==) !important; }
    .oo-player .oo-player-video-container .oo_controls_wrap .oo_controls .oo_rewind {
      display: none !important; }
  .oo-player .oo-player-video-container .discovery_toaster {
    bottom: 80px !important; }

#whiskey .oo-player .oo_promo div.oo_start_button {
  -webkit-transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  -o-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  background-color: #ff5a00;
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2292%22%20height%3D%22112%22%3E%3Cpath%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%20d%3D%22M91.34%2055.68L1.35%20110.69V.67l89.99%2055.01z%22%2F%3E%3C%2Fsvg%3E) !important;
  background-size: 40% auto;
  border-radius: 0;
  bottom: 50%;
  left: 50%;
  width: 50px;
  height: 50px; }
  @media screen and (min-width: 48em) {
    #whiskey .oo-player .oo_promo div.oo_start_button {
      width: 80px;
      height: 80px; } }

@media screen and (min-width: 71.25em) {
  .related {
    width: 300px;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    padding: 100px 10px 10px 10px;
    background: black;
    overflow-x: hidden;
    overflow-y: scroll; } }

.related .related__grid {
  display: block; }
  .related .related__grid:after {
    content: "";
    display: table;
    clear: both; }

.related .related--video {
  display: block;
  position: relative;
  background-color: black;
  margin-bottom: 20px; }
  .related .related--video:after {
    content: "";
    display: table;
    clear: both; }
  .related .related--video.is_active {
    background-color: #ff5a00;
    border: 3px solid #ff5a00; }
  @media screen and (min-width: 48em) {
    .related .related--video {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 48.821174201%; }
      .related .related--video:last-child {
        margin-right: 0; }
      .related .related--video:nth-child(2n) {
        margin-right: 0; }
      .related .related--video:nth-child(2n+1) {
        clear: left; } }
  @media screen and (min-width: 71.25em) {
    .related .related--video {
      width: 100%;
      margin-right: 0;
      margin-bottom: 10px; } }
  .related .related--video img {
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    display: block; }
    @media screen and (min-width: 48em) {
      .related .related--video img {
        opacity: .7; } }
  .related .related--video:hover img {
    opacity: 1; }
  .related .related--video h3 {
    display: block;
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 20%;
    top: 40%;
    margin: 0;
    text-transform: uppercase;
    color: #fff;
    font-size: 24px;
    line-height: 1;
    font-weight: bold;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5); }
    .related .related--video h3 small {
      display: block;
      font-size: 10px;
      color: #fff;
      font-weight: bold;
      letter-spacing: .03em;
      font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      line-height: 1.3; }

.related h2 {
  text-transform: uppercase;
  font-weight: bold; }
  @media screen and (min-width: 71.25em) {
    .related h2 {
      color: #fff;
      font-size: 26px;
      margin-top: 0;
      margin-bottom: 10px; } }

.play {
  display: inline-block;
  padding: 12px 18px;
  background-color: rgba(255, 90, 0, 0.8); }
  .play .play__arrow {
    display: block;
    height: 0;
    width: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 12px solid #fff; }
  .play:hover {
    background-color: #ff5a00; }

.recap-search {
  display: block;
  margin-top: 15px; }
  .recap-search:after {
    content: "";
    display: table;
    clear: both; }
  .recap-search form {
    width: 100%;
    float: left;
    position: relative; }
    @media screen and (min-width: 48em) {
      .recap-search form {
        width: 50%; } }
  .recap-search .search__field {
    font-family: howard;
    font-weight: bold;
    font-size: 1.35em;
    text-transform: uppercase;
    color: #969698;
    padding-right: 45px;
    border: solid 1px #757486; }
    .recap-search .search__field::-webkit-input-placeholder {
      color: #969698; }
    .recap-search .search__field:-moz-placeholder {
      color: #969698; }
    .recap-search .search__field::-moz-placeholder {
      color: #969698; }
    .recap-search .search__field:-ms-input-placeholder {
      color: #969698; }
    .recap-search .search__field:hover, .recap-search .search__field:focus {
      border-color: #757486; }
  .recap-search .mag {
    top: 17px;
    right: 17px;
    fill: #121b38;
    position: absolute;
    cursor: pointer; }
  .recap-search .right-block {
    width: 100%;
    position: relative; }
    @media screen and (min-width: 48em) {
      .recap-search .right-block {
        padding-left: 13%;
        text-align: none;
        width: 50%; } }
    @media screen and (min-width: 64em) {
      .recap-search .right-block {
        margin-left: 44px; } }
    @media screen and (min-width: 85em) {
      .recap-search .right-block {
        margin-left: 54px; } }

.filter-by {
  font-weight: bold;
  color: #457b9d;
  display: none;
  font-family: howard;
  font-size: 1em;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  left: 4.7%;
  top: 12px; }
  @media screen and (min-width: 48em) {
    .filter-by {
      display: block; } }
  @media screen and (min-width: 64em) {
    .filter-by {
      font-size: 1.2em; }
      .recap-search .filter-by {
        left: 7.7%; } }
  @media screen and (min-width: 71.25em) {
    .filter-by {
      font-size: 1.2em; }
      .recap-search .filter-by {
        left: 10%; } }
  @media screen and (min-width: 85em) {
    .recap-search .filter-by {
      left: 12%; } }

.filter-dropdown {
  width: 49%;
  float: left;
  border: 1px solid #767587;
  border-radius: 3px;
  display: inline-block;
  line-height: 1;
  padding: 15px;
  font-family: howard;
  font-weight: bold;
  font-size: 18px;
  position: relative;
  cursor: pointer;
  text-transform: uppercase;
  vertical-align: top;
  color: #132b57;
  height: 50px;
  background: #fff; }
  .filter-dropdown.is-open {
    display: inline-block; }
    .filter-dropdown.is-open:before {
      -webkit-transform: rotate(-180deg);
      -moz-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
      -o-transform: rotate(-180deg);
      transform: rotate(-180deg); }
  .filter-dropdown:before {
    top: 6px;
    left: auto;
    right: -4px;
    bottom: 0;
    z-index: 0;
    content: "";
    float: right;
    position: relative;
    margin-left: 20px;
    height: 0;
    width: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #182037; }
  .filter-dropdown:after {
    top: 13px;
    left: auto;
    right: 33px;
    bottom: 0;
    z-index: 0;
    content: "";
    position: absolute;
    height: 23px;
    width: 1px;
    background: #c3c3c3; }

.month-filter {
  margin-right: 2%; }

.year-filter .dropdown {
  height: 160px;
  overflow-y: scroll; }

.dropdown {
  display: none;
  position: absolute;
  top: 49px;
  left: 0;
  width: 100%;
  padding: 9px 7px 10px 7px;
  background: #f1f1f1;
  border-radius: 0 0 5px 5px;
  z-index: 9; }
  .dropdown li {
    padding-bottom: 4px; }

.filter-block {
  width: 100%;
  clear: both;
  max-width: 955px;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  font-family: howard;
  text-transform: uppercase; }
  .filter-block .filter-by {
    top: 10px; }
  .filter-block .block-right {
    width: 100%;
    float: left;
    padding-left: 0;
    position: relative;
    margin-top: 15px; }
    @media screen and (min-width: 48em) {
      .filter-block .block-right {
        width: 60%;
        padding-left: 13%;
        margin-top: 0; } }
  @media screen and (min-width: 64em) {
    .filter-block .is_constrained {
      max-width: 59.875em; } }
  @media screen and (min-width: 71.25em) {
    .filter-block .is_constrained {
      max-width: 50.6875em; } }
  @media screen and (min-width: 85em) {
    .filter-block .is_constrained {
      max-width: 60.125em; } }

.filter-list {
  float: left;
  border: solid 2px #cccccc; }
  .filter-list li {
    margin: -1px -1.6px -1px -0.2px;
    float: left;
    text-align: center;
    padding: 7px 0; }
    .filter-list li.current {
      background: #ff5a00; }
      .filter-list li.current a {
        color: #fff; }
        .filter-list li.current a:hover {
          color: #fff; }
    .filter-list li a {
      color: #FF5A00;
      display: block;
      font-weight: bold;
      font-size: 1.2em;
      text-align: center; }
      .filter-list li a:hover {
        color: #ff5a00; }

.disabled {
  opacity: 0.7; }
  .disabled li.current {
    background: #666666; }
    .disabled li.current a {
      color: #fff; }
      .disabled li.current a:hover {
        color: #fff; }
  .disabled li a {
    color: #666666; }
    .disabled li a:hover {
      color: #666666; }

.popularity {
  width: 100%; }
  @media screen and (min-width: 48em) {
    .popularity {
      width: 40%; } }
  .popularity li {
    width: 50.4%; }

.alphabetical {
  width: 70.6%; }
  .alphabetical li {
    width: 25.5%;
    position: relative; }
    .alphabetical li:before {
      content: " ";
      top: 1px;
      right: 0;
      left: auto;
      bottom: 0;
      height: 36px;
      width: 2px;
      position: absolute;
      background-color: #cccccc;
      z-index: -1; }
    .alphabetical li:nth-child(4):before, .alphabetical li:nth-child(5):before {
      background-color: transparent; }
    .alphabetical li.all {
      top: 1px;
      right: 1px;
      left: auto;
      width: 25%;
      height: 40px;
      position: absolute;
      border: solid 2px #cccccc; }
      @media screen and (min-width: 48em) {
        .alphabetical li.all {
          width: 20%; } }

.navbar-container {
  overflow-x: auto; }

.navbar {
  border-top: 1px solid #b9b9b9;
  background-color: #fff;
  overflow: hidden;
  background: #fff;
  width: 100%;
  height: 11px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  margin: 0;
  padding: 0; }

.navbar::after {
  content: "";
  display: block;
  clear: both; }

.navbar.navbar--pinned,
.navbar.navbar--top,
.navbar.hovered {
  height: 60px; }

.navbar li {
  position: relative;
  width: 20%;
  height: 100%;
  float: left;
  list-style-type: none;
  border-left: 1px solid #b9b9b9;
  cursor: pointer;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  transition: all 200ms linear; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-moz-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.navbar li.completed::after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 10px;
  background: rgba(16, 46, 87, 0.5);
  opacity: 0;
  text-align: center;
  width: 50px;
  height: 0;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
  z-index: 1;
  opacity: 0;
  /* make things invisible upon start */
  /* animations */
  -webkit-animation: fadeIn ease-in 1;
  -moz-animation: fadeIn ease-in 1;
  animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 300ms;
  -moz-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-delay: 450ms;
  -moz-animation-delay: 450ms;
  animation-delay: 450ms; }
  @media screen and (min-width: 48em) {
    .navbar li.completed::after {
      height: 50px; } }

.navbar.navbar--unpinned li.completed::after {
  height: 0; }

.navbar svg.checkmark {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 8px;
  left: 13px;
  pointer-events: none;
  z-index: 2;
  display: block; }

.navbar svg.checkmark path {
  stroke: #fff;
  stroke-width: 13px;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none; }

.navbar li:first-child {
  border: none; }

.navbar.navbar--pinned .info,
.navbar.navbar--top .info,
.navbar.hovered .info {
  visibility: visible;
  opacity: 1;
  transition: all 200ms linear;
  transition-delay: 300ms; }

.navbar .info {
  position: relative;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  height: 60px;
  padding: 5px 10px;
  transition: all 100ms linear;
  transition-delay: 0ms;
  font-size: 15px;
  font-family: howard;
  text-transform: uppercase;
  color: #102e57;
  line-height: 1; }
  @media screen and (min-width: 71.25em) {
    .navbar .info {
      font-size: 18px; } }

.navbar .info::after {
  content: "";
  display: block;
  clear: both; }

.navbar svg.spinspin {
  float: left;
  margin-right: 5px;
  width: 50px;
  height: 50px; }

.navbar .info img {
  position: absolute;
  width: 50px;
  height: 50px; }
  @media screen and (min-width: 64em) {
    .navbar .info img {
      display: block; } }

.navbar .info p {
  height: 100%;
  padding-left: 55px;
  display: none; }
  @media screen and (min-width: 48em) {
    .navbar .info p {
      display: block; } }

.progress {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #ff5a00;
  width: 0%; }
  .navbar.navbar--pinned .progress,
  .navbar.navbar--top .progress,
  .navbar.hovered .progress {
    background-color: #e1e1e1; }
  .progress.progression {
    -webkit-transition: width 0.2s;
    -moz-transition: width 0.2s;
    -o-transition: width 0.2s;
    transition: width 0.2s;
    border-left: 5px solid #ff5a00; }

.vault--bg {
  background: #fff url("/static/site/img/vault/texture-bg.png") repeat-x center top; }
  .vault--bg:before {
    top: -50px;
    left: 0;
    content: " ";
    height: 1043px;
    width: 100%;
    z-index: auto;
    position: absolute;
    background: #1e1e1e url("/static/site/img/vault/howard-bg.jpg") no-repeat left bottom;
    background-size: 734px; }

.cardboard__card.vault a {
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff; }
  .cardboard__card.vault a:hover {
    background-color: transparent; }

.card_block {
  top: 50%;
  left: 20px;
  right: 20px;
  display: block;
  position: absolute;
  text-align: center;
  padding: 14px 0 4px 0;
  text-transform: uppercase;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }
  @media screen and (min-width: 85em) {
    .card_block.wide {
      left: 20px;
      right: 20px; } }
  @media screen and (min-width: 85em) {
    .card_block {
      left: 43px;
      right: 43px; } }
  .card_block.bordered {
    border-bottom: 1px solid #fff; }
  .card_block.bordered--solid {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff; }
  .card_block h3 {
    margin: 10px 0; }
  .card_block span {
    display: block;
    line-height: 1.2em;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3); }
    .card_block span.line.wide:before, .card_block span.line.wide:after {
      width: 20.5%; }
    .card_block span.line:before, .card_block span.line:after {
      content: " ";
      right: 0;
      top: 34px;
      height: 1px;
      width: 33.8%;
      position: absolute;
      background-color: #fff; }
    .card_block span.line:after {
      left: 0; }
    .card_block span.title {
      margin: 0;
      margin: 0;
      line-height: 31px;
      line-height: 35px;
      font-size: 2em; }
    .card_block span.thin {
      font-weight: 100;
      font-size: 1.15em; }
    .card_block span.spacing {
      letter-spacing: 4px; }
    .card_block span.extra-small {
      font-size: 0.7em;
      letter-spacing: 0px; }
    .card_block span.small {
      font-size: 1.5em; }
    .card_block span.medium {
      font-size: 1.9em;
      line-height: 59px; }
    .card_block span.large {
      font-size: 2.2em; }
      @media screen and (min-width: 64em) {
        .card_block span.large {
          font-size: 2.4em; } }
    .card_block span.extra-large {
      font-size: 2em; }
      @media screen and (min-width: 48em) {
        .card_block span.extra-large {
          font-size: 2.5em; } }
      @media screen and (min-width: 64em) {
        .card_block span.extra-large {
          font-size: 3em; } }
    .card_block span.pull-up {
      margin-bottom: -12px; }
    .card_block span.pull-down {
      margin-top: -12px; }
    .card_block span.push-down {
      margin-bottom: 12px; }
    .card_block span.spacing {
      letter-spacing: 3px; }
    .card_block span.bold {
      font-weight: bold; }

.card_block--image {
  width: 100%;
  height: 100%;
  background-color: #1b1b1b; }

.category-slugs {
  text-align: center;
  padding: 40px 0 20px 0; }
  .category-slugs a {
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    padding: 10px 15px;
    font-weight: bold;
    font-family: howard;
    font-size: 18px; }
    .category-slugs a:hover {
      color: #ff5a00; }
    @media screen and (min-width: 64em) {
      .category-slugs a {
        font-size: 28px; } }

.people .people-heading {
  position: relative;
  padding: 0 0 20px 0; }
  .people .people-heading span {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 36px;
    font-weight: bold;
    font-family: howard; }
  .people .people-heading .view-all {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-family: howard;
    font-size: 22px;
    margin-top: 10px; }
    @media screen and (min-width: 48em) {
      .people .people-heading .view-all {
        float: right;
        position: absolute;
        top: 0;
        right: 0;
        margin-top: 0; } }

.people .people-container-wrap {
  float: left;
  margin: 40px 0 0 0;
  width: 100%; }

.upromos {
  background-image: -webkit-linear-gradient(#041327 50%, transparent 50%), url("/static/site/img/background_textured_down_darkblue.png");
  background-image: linear-gradient(to   , transparent 50%), url("/static/site/img/background_textured_down_darkblue.png");
  background-repeat: repeat-x;
  background-position: 50% 51%;
  margin-bottom: 1.618em; }
  @media screen and (min-width: 64em) {
    .upromos .is_constrained {
      max-width: 59.875em; } }
  @media screen and (min-width: 71.25em) {
    .upromos .is_constrained {
      max-width: 50.6875em; } }
  @media screen and (min-width: 85em) {
    .upromos .is_constrained {
      max-width: 60.125em; } }

.trivia--page .layout {
  overflow-x: hidden; }

.trivia--game .publishable {
  padding-top: 30px; }
  @media screen and (min-width: 48em) {
    .trivia--game .publishable {
      padding-top: 90px; } }

.trivia {
  text-transform: uppercase;
  position: relative;
  max-width: 800px;
  margin: 0 auto; }
  .trivia h2 {
    line-height: 2rem; }

.trivia .answers {
  font-family: howard; }
  .trivia .answers::after {
    content: "";
    display: block;
    clear: both; }

.trivia .answers.multi li {
  width: 48%;
  float: left;
  margin-bottom: 20px;
  line-height: 0; }
  .trivia .answers.multi li.incorrect p {
    border: 10px solid #b80108;
    color: #b80108; }
  .trivia .answers.multi li.correct p {
    border: 10px solid #ff5a00;
    background: #ff5a00;
    color: #fff; }
  .trivia .answers.multi li.odd {
    margin-right: 4%; }
  .trivia .answers.multi li p {
    border: 10px solid #ccc;
    line-height: 1;
    color: #ff5a00;
    text-align: center;
    padding: 20px;
    font-size: 1.8em; }

.trivia li {
  list-style-type: none; }

.trivia .questions {
  padding: 0; }
  @media screen and (min-width: 48em) {
    .trivia .questions {
      margin-left: 120px; } }

.trivia .question {
  max-width: 600px;
  margin: 0 auto 40px auto;
  color: #102e57; }
  .trivia .question ul {
    padding: 0; }

.trivia .question.disabled {
  opacity: 0.2; }

.question.active .true-false li:hover {
  background: #ff5a00;
  color: #fff; }

.trivia .answers.true-false li {
  width: 48%;
  float: left;
  margin-right: 4%;
  border: 1px solid #ccc;
  text-align: center;
  color: #ff5a00;
  font-size: 4em;
  line-height: 1;
  padding: 100px 0; }
  .trivia .answers.true-false li.incorrect {
    color: #b80108;
    border: 1px solid #b80108; }
  .trivia .answers.true-false li.correct {
    background: #ff5a00;
    color: #fff; }
  .trivia .answers.true-false li:last-child {
    margin: 0; }

.trivia .answers.single li {
  border: 6px solid #ccc;
  color: #ff5a00;
  padding: 10px 20px;
  margin-bottom: 5px;
  font-size: 1.5em; }
  .trivia .answers.single li.correct {
    border-color: #ff5a00;
    background: #ff5a00;
    color: #fff; }
  .trivia .answers.single li.incorrect {
    border-color: #b80108;
    color: #b80108; }

/* @TODO: fix the multi select of ul > li */
.question.active ul > li:hover {
  border-color: #ff5a00;
  background: #ff5a00;
  color: #fff; }

.trivia .answers.single li p {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  font-family: howard;
  font-size: 18px; }
  @media screen and (min-width: 48em) {
    .trivia .answers.single li p {
      font-size: 28px; } }

.trivia .answers.single li .mark {
  background: url(/static/site/img/circles.png);
  background-size: 100% 200%;
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  line-height: 18px; }

.trivia .question.active .answers li:hover .mark {
  background-position: 0 100%; }

.trivia .question.complete .answers li.correct {
  color: #028a22;
  border: 6px solid #028a22; }

.trivia .question.complete .answers li.correct .mark {
  font-size: 2em;
  background: none; }

.trivia .question.complete .answers li.incorrect {
  color: #b80108;
  border: 6px solid #b80108; }

.trivia .question.complete .answers li.incorrect .mark {
  font-size: 2em;
  background: none; }

.trivia .question.complete .answers li {
  transition: all 250ms;
  color: #ccc; }

.trivia .question.active li:hover {
  cursor: pointer; }
  .trivia .question.active li:hover p {
    background: #ff5a00;
    color: #fff;
    border: 10px solid #ff5a00; }

.trivia .score {
  border: 5px solid #bcbcbc;
  padding: 10px 0;
  margin: 0 auto;
  background: #fff;
  width: 220px;
  /*transition: top 250ms ease-in-out;*/
  top: 0;
  left: 0;
  /*transition: top 250ms linear;*/
  opacity: 0; }
  @media screen and (min-width: 48em) {
    .trivia .score {
      width: 100px;
      transform: translate3d(0, 0, 0);
      position: absolute;
      margin-right: 20px; } }
  .trivia .score.pinned {
    top: 70px;
    z-index: 2;
    position: fixed;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%; }
    @media screen and (min-width: 48em) {
      .trivia .score.pinned {
        position: relative;
        width: auto;
        left: auto;
        top: auto;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0); } }
  .trivia .score.not-pinned {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    display: inline-block;
    position: relative; }
    @media screen and (min-width: 48em) {
      .trivia .score.not-pinned {
        width: auto;
        left: auto;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0); } }

.trivia .score::after {
  content: "";
  display: block;
  clear: both; }

.pinned-mask {
  display: none;
  position: fixed;
  width: 100%;
  height: 195px;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 1; }

.trivia .score li {
  padding: 10px;
  font-size: 2em;
  float: left;
  border-left: 1px solid #bcbcbc;
  width: 50%;
  text-align: center;
  line-height: 1;
  transition: all 250ms ease-in-out;
  font-family: howard; }
  .trivia .score li .iconic-check {
    width: 15px !important;
    height: 15px !important; }
  .trivia .score li .iconic-x {
    width: 15px !important;
    height: 15px !important; }

.trivia .score li:first-child {
  border: none; }
  .trivia .score li:first-child .iconic-property-stroke {
    stroke: #028a22; }

.trivia .score li:last-child .iconic-property-stroke {
  stroke: #b80108; }

.trivia .score li span.correct {
  color: #028a22;
  display: block; }

.trivia .score li span.incorrect {
  color: #b80108;
  display: block; }

.trivia .result {
  display: block;
  clear: both;
  border: 1px solid #959595;
  padding: 20px;
  color: #252525;
  opacity: 0;
  text-transform: uppercase;
  transition: all 250ms;
  /* temporary override
  min-height: 400px;
  background: url('../img/aziz/endcard_aziz.jpg');
  background-size: cover;
  background-position: top left;
  */ }
  .trivia .result:after {
    content: "";
    display: table;
    clear: both; }
  .trivia .result p {
    text-align: center; }
  .trivia .result .btn {
    margin-top: 1.618em; }
  .trivia .result .social {
    padding: 0; }
    .trivia .result .social .rrssb-buttons {
      width: 90% !important; }

.trivia .result.active {
  opacity: 1; }

@media screen and (min-width: 48em) {
  .trivia .result .info {
    float: left;
    width: 60%; } }

.trivia .result .info h2 {
  color: #666;
  font-size: 1em;
  font-family: howard; }

.trivia .result .info h3 {
  color: #102e57;
  font-size: 1.5em;
  line-height: 1;
  margin: 0;
  font-family: howard; }

.trivia .result .info .title {
  color: #102e57;
  font-size: 3em;
  font-weight: bold;
  line-height: 1; }

.trivia .result .info .description {
  text-transform: none;
  font-size: 1.2em; }

.trivia .results-photo-container {
  display: block;
  margin: 40px auto; }
  .trivia .results-photo-container img {
    height: auto;
    width: 100%; }
  @media screen and (min-width: 48em) {
    .trivia .results-photo-container {
      margin: 0;
      float: right;
      width: 38%; } }
  .trivia .results-photo-container .results-photo-credit {
    color: #7d7d7d;
    font-family: Helvetica;
    font-size: 9px;
    line-height: 11px;
    text-transform: none;
    text-align: right; }

.trivia .share li {
  display: inline; }

.challenge .loaded-async .social, .challenge .loaded-async .attribution {
  display: none; }

.challenge__cover {
  display: block;
  background-color: #ccc;
  background-size: cover;
  background-repeat: none;
  background-position: top center;
  text-align: center;
  color: #fff; }
  .challenge__cover:after {
    content: "";
    display: table;
    clear: both; }
  .challenge__cover__overlay {
    padding: 200px 0 80px 0;
    background: url("../img/roughmask_white_bottom.png") repeat-x 0 100%; }
    @media screen and (min-width: 64em) {
      .challenge__cover__overlay {
        padding: 300px 0 60px 0; } }

.challenge__detail__title {
  color: #fff;
  font-family: howard;
  text-transform: uppercase; }
  .challenge__detail__title.\--hed {
    font-size: 38px;
    font-size: 2.375rem;
    margin-bottom: 16px;
    line-height: .9;
    font-weight: bold;
    position: relative; }
    .challenge__detail__title.\--hed:before {
      -webkit-transform: translateX(-175%);
      -moz-transform: translateX(-175%);
      -ms-transform: translateX(-175%);
      -o-transform: translateX(-175%);
      transform: translateX(-175%);
      content: '';
      position: absolute;
      top: -50px;
      left: 50%;
      background: url("../img/points_badge.png") no-repeat center center;
      background-size: 60px;
      width: 60px;
      height: 60px; }
      @media screen and (min-width: 48em) {
        .challenge__detail__title.\--hed:before {
          top: -85px;
          background-size: 100px;
          width: 100px;
          height: 100px; } }
    @media screen and (min-width: 48em) {
      .challenge__detail__title.\--hed {
        font-size: 72px;
        font-size: 4.5rem;
        padding: 0 25%; } }
  .challenge__detail__title.\--lead {
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: normal;
    margin-bottom: 5px; }
    @media screen and (min-width: 48em) {
      .challenge__detail__title.\--lead {
        font-size: 32px;
        font-size: 2rem;
        padding: 0 15%; } }

.people {
  display: block;
  padding: 1.618em 0; }
  .people:after {
    content: "";
    display: table;
    clear: both; }

.staff {
  overflow: hidden;
  margin-top: 40px; }

.person {
  display: block;
  text-align: center; }
  .person:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (min-width: 48em) {
    .person {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 23.2317613015%; }
      .person:last-child {
        margin-right: 0; }
      .person:nth-child(4n) {
        margin-right: 0; }
      .person:nth-child(4n+1) {
        clear: left; } }
  .person__avatar {
    border-radius: 50%;
    margin-bottom: 5px;
    max-width: 175px;
    width: 100%; }
  .person__name {
    font-size: 24px;
    font-size: 1.5rem;
    font-family: howard;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    height: 50px; }

.show {
  display: block;
  margin: 3.236em 0; }
  .show:after {
    content: "";
    display: table;
    clear: both; }
  .show__date {
    border-top: 5px solid #102e57; }
    @media screen and (min-width: 64em) {
      .show__date {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 14.7019570017%; }
        .show__date:last-child {
          margin-right: 0; } }
  @media screen and (min-width: 64em) {
    .show__cards {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 82.9403914003%; }
      .show__cards:last-child {
        margin-right: 0; } }

.show__date {
  padding-top: 16px; }
  .show__date a {
    color: #102e57;
    text-align: left; }
  .show__date h2 {
    text-align: left; }

.show__navigation {
  height: 57px;
  margin: 0 auto 40px auto;
  width: 320px; }
  .show__navigation.no-next-show {
    width: 163px; }
    .show__navigation.no-next-show .show-button, .show__navigation.no-next-show .tag-button {
      margin-right: 0; }
  @media screen and (min-width: 48em) {
    .show__navigation {
      width: 380px; }
      .show__navigation.no-next-show {
        width: 194px; } }
  @media screen and (min-width: 64em) {
    .show__navigation {
      width: 439px; }
      .show__navigation.no-next-show {
        width: 214px; } }
  .show__navigation li {
    float: left;
    width: 160px; }
    @media screen and (min-width: 48em) {
      .show__navigation li {
        width: 190px; } }
    @media screen and (min-width: 64em) {
      .show__navigation li {
        width: 205px; } }

.cardboardrelated__card {
  position: relative;
  width: 100%;
  font-family: howard;
  background-color: #102e57;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #fff;
  min-height: 400px;
  padding: 20px;
  width: 100%; }
  @media screen and (min-width: 48em) {
    .cardboardrelated__card {
      width: 49%; } }
  @media screen and (min-width: 64em) {
    .cardboardrelated__card {
      width: 33%; } }
  .cardboardrelated__card.archive, .cardboardrelated__card.game, .cardboardrelated__card.ugc {
    text-align: center; }
  .cardboardrelated__card .ugc__avatar {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }
    .cardboardrelated__card .ugc__avatar .profile {
      border-radius: 50%;
      border: 5px solid #ff5a00; }
    .cardboardrelated__card .ugc__avatar .stamp {
      position: absolute;
      bottom: -5px;
      right: -40px; }
  .cardboardrelated__card a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(16, 46, 87, 0.5);
    color: #fff; }
    .cardboardrelated__card a:hover {
      background-color: rgba(16, 46, 87, 0); }

.page-404 {
  text-align: center;
  margin-top: 60px;
  color: #102e57;
  text-transform: uppercase; }
  .page-404 h1 {
    margin: 0 auto;
    font-size: 36px;
    line-height: 48px;
    max-width: 790px;
    font-weight: bold;
    margin-top: 30px; }
    @media screen and (min-width: 30em) {
      .page-404 h1 {
        font-size: 40px;
        line-height: 45px; } }
    @media screen and (min-width: 48em) {
      .page-404 h1 {
        font-size: 55px;
        line-height: 55px; } }
    @media screen and (min-width: 64em) {
      .page-404 h1 {
        font-size: 70px;
        line-height: 70px; } }
  .page-404 h4 {
    font-size: 30px;
    margin-top: 50px;
    margin-bottom: 30px; }
    @media screen and (min-width: 48em) {
      .page-404 h4 {
        font-size: 40px;
        margin-bottom: 40px; } }

.grid--404 {
  margin-bottom: 40px; }

.mobile-nav {
  width: 80%;
  max-width: 500px;
  position: fixed;
  overflow: auto;
  top: 67px;
  bottom: 0;
  padding: 0;
  z-index: 99;
  background: #f1f1f1;
  -webkit-transition: transform 0.2s ease;
  -moz-transition: transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%); }
  .mobile-nav > li {
    float: left;
    width: 100%;
    position: relative; }
    .mobile-nav > li > a {
      color: #417c9f;
      display: block;
      font-family: howard;
      font-size: 1.60em;
      font-weight: bold;
      text-transform: uppercase;
      border-bottom: 1px #d4d4d4 solid;
      padding: 17px; }
      .mobile-nav > li > a.triangle {
        position: absolute;
        top: 6px;
        right: 10px;
        padding: 12px;
        border: none; }
        .mobile-nav > li > a.triangle.is-open {
          -webkit-transform: rotate(-180deg);
          -moz-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
          -o-transform: rotate(-180deg);
          transform: rotate(-180deg); }

.nav__dropdown-mobile {
  display: none;
  position: relative;
  padding: 15px 0 15px 40px;
  border-bottom: 1px #d4d4d4 solid; }
  .nav__dropdown-mobile li {
    clear: both;
    width: 100%; }
    .nav__dropdown-mobile li:last-child a {
      border-bottom: none; }
    .nav__dropdown-mobile li a {
      color: #417c9f;
      padding: 6px 0;
      text-transform: uppercase;
      display: block;
      width: 100%;
      font-size: 1.5em;
      font-family: howard; }

.menu-open .mobile-nav {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0); }

.layout:before {
  content: " ";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
  -webkit-transition: opacity 200ms linear;
  -moz-transition: opacity 200ms linear;
  -o-transition: opacity 200ms linear;
  transition: opacity 200ms linear; }

.menu-open {
  overflow: hidden; }
  .menu-open .layout:before {
    z-index: 2;
    opacity: 1; }

.newsletter-form.interstitial_newsletter__card {
  background-color: #fff;
  padding: 0;
  border-top: 1px #d5d5d5 solid;
  border-bottom: 1px #d5d5d5 solid;
  height: 130px; }
  @media screen and (min-width: 48em) {
    .newsletter-form.interstitial_newsletter__card {
      padding: 50px;
      height: 170px; } }
  .newsletter-form.interstitial_newsletter__card .input-wrap {
    background-color: #f1f1f1; }
  .newsletter-form.interstitial_newsletter__card #email-input .email_optin_submit {
    color: #fff;
    background-color: #ff5a00;
    border-color: #ff5a00 !important;
    text-transform: none !important;
    font-size: 21px !important;
    padding: 8px 30px; }
    .newsletter-form.interstitial_newsletter__card #email-input .email_optin_submit:hover {
      color: #963500;
      background-color: #ff5a00 !important; }
  .newsletter-form.interstitial_newsletter__card #email-input .email_optin_input {
    color: #868686;
    font-size: 22px !important;
    padding: 18px 18px;
    text-transform: none;
    width: 72%; }
    @media screen and (min-width: 48em) {
      .newsletter-form.interstitial_newsletter__card #email-input .email_optin_input {
        width: 100%; } }
  .newsletter-form.interstitial_newsletter__card #email-input .signup-error {
    color: #868686;
    text-transform: none !important;
    font-size: 22px;
    padding: 18px 0 0 12px; }
    @media screen and (min-width: 48em) {
      .newsletter-form.interstitial_newsletter__card #email-input .signup-error {
        padding: 18px 0 0 18px; } }
    .newsletter-form.interstitial_newsletter__card #email-input .signup-error.success {
      padding-top: 0;
      padding-bottom: 21px;
      font-size: 23px; }
      @media screen and (min-width: 48em) {
        .newsletter-form.interstitial_newsletter__card #email-input .signup-error.success {
          padding-top: 18px;
          padding-bottom: 0;
          font-size: 32px; } }
  .newsletter-form.interstitial_newsletter__card #email-input .legal-top {
    position: absolute;
    top: -32px;
    left: 12px;
    font-size: 13px;
    color: #0f2d56;
    font-family: howard;
    font-weight: 400;
    text-transform: none; }
    @media screen and (min-width: 48em) {
      .newsletter-form.interstitial_newsletter__card #email-input .legal-top {
        font-size: 18px;
        top: -32px;
        left: 18px; } }
  .newsletter-form.interstitial_newsletter__card #email-input .accept {
    font-size: 11px;
    color: #b9b9b9;
    font-family: 'Arial';
    text-transform: none;
    text-align: left;
    font-weight: normal;
    position: absolute;
    left: 16px;
    line-height: 15px;
    margin-top: 8px; }
    .newsletter-form.interstitial_newsletter__card #email-input .accept a {
      color: #b9b9b9;
      border-bottom: 1px solid #b9b9b9;
      padding-bottom: 1px; }
    @media screen and (min-width: 64em) {
      .newsletter-form.interstitial_newsletter__card #email-input .accept {
        font-size: 14px;
        line-height: inherit;
        margin-top: inherit; } }

.results-list--title {
  margin: 30px 0 40px 0; }

.search-results-list {
  overflow: hidden;
  margin-bottom: 30px; }
  .search-results-list li {
    overflow: hidden;
    clear: both;
    margin-top: 20px;
    float: left;
    width: 100%; }
  .search-results-list .img {
    display: block;
    float: left;
    margin-right: 20px; }
  .search-results-list .title {
    width: 100%;
    margin-bottom: 10px;
    display: block; }
  .search-results-list .model {
    background: #ff5a00;
    padding: 4px 8px;
    color: #fff;
    font-family: howard;
    font-size: 18px; }
  .search-results-list .description {
    margin-top: 10px; }

.search-results .pagination {
  width: 100%;
  text-align: center;
  font-weight: bold;
  margin-bottom: 25px; }
  .search-results .pagination .count {
    float: left; }

.personality__prev {
  position: absolute;
  display: none;
  top: 83px;
  left: -20px; }
  .personality__prev .p_prev {
    height: 50px !important;
    width: 50px !important; }
  .personality__prev > .iconic * {
    fill: #c6c6c6;
    stroke-width: 0; }
  .personality__prev svg {
    position: absolute;
    z-index: 1; }
  @media screen and (min-width: 48em) {
    .personality__prev {
      display: block; } }
  .personality__prev span {
    display: block;
    color: #102e57 !important; }

.personality__next {
  position: absolute;
  display: none;
  top: 83px;
  right: 40px; }
  .personality__next .p_next {
    height: 50px !important;
    width: 50px !important; }
  .personality__next > .iconic * {
    fill: #c6c6c6;
    stroke-width: 0; }
  .personality__next svg {
    position: absolute;
    z-index: 1; }
  @media screen and (min-width: 48em) {
    .personality__next {
      display: block; } }
  .personality__next span {
    display: block;
    color: #102e57 !important; }
  .personality__next .details-avatar {
    float: right;
    margin-left: 14px; }

.personality_new--details {
  top: -15px;
  opacity: 0;
  display: flex;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  padding: 0 17px 0 45px;
  -webkit-transition: opacity 200ms linear;
  -moz-transition: opacity 200ms linear;
  -o-transition: opacity 200ms linear;
  transition: opacity 200ms linear; }
  .personality_new--details.next {
    right: -35px;
    text-align: right; }
  .personality_new--details span {
    font-family: Howard;
    font-weight: 100;
    white-space: nowrap;
    text-transform: uppercase;
    font-size: 15px; }
    .personality_new--details span.personality_new--name {
      font-size: 22px;
      font-weight: 600; }

.details-right {
  float: left;
  margin-top: 15px; }

.details-left {
  float: left;
  margin-top: 15px; }

.details-avatar {
  max-width: 80px;
  float: left;
  max-height: 80px;
  margin-right: 15px; }

.personality__prev:hover .personality_new--details,
.personality__next:hover .personality_new--details {
  opacity: 1; }

.twitter-tweet {
  margin: 10px auto; }

.instagram-media {
  width: 500px; }

@media screen and (min-width: 48em) {
  main.main.schedule-page-container {
    padding-top: 20px; } }

.weekly-schedule.is_constrained {
  padding: 0; }
  @media screen and (min-width: 48em) {
    .weekly-schedule.is_constrained {
      padding: 0 10px; } }

.stations {
  display: block;
  width: 100%;
  margin: 16px auto 0; }
  @media screen and (min-width: 48em) {
    .stations {
      width: 611px;
      height: 145px;
      margin-top: 60px; } }
  .stations .station-100, .stations .station-101 {
    display: inline-block;
    padding-top: 24.5%;
    width: 50%;
    background-size: 100%;
    background-repeat: no-repeat; }
    @media screen and (min-width: 48em) {
      .stations .station-100, .stations .station-101 {
        height: 145px;
        width: 275px; }
        .stations .station-100.station-101, .stations .station-101.station-101 {
          margin-left: 60px; } }
  .stations .station-100.active {
    background-image: url("../img/howard100Active.png"); }
  .stations .station-100.inactive {
    background-image: url("../img/howard100InactiveOneThird2.png"); }
  .stations .station-101.active {
    background-image: url("../img/howard101Active.png"); }
  .stations .station-101.inactive {
    background-image: url("../img/howard101InactiveOneThird2.png"); }

.page-type-selector {
  margin: 12px auto 0;
  display: block;
  left: 50%;
  position: relative;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%); }
  @media screen and (min-width: 48em) {
    .page-type-selector {
      display: inline-block;
      margin-top: 50px;
      min-width: 714px; } }

.page-select-btn {
  display: inline-block;
  margin: 0 auto 20px;
  border: solid 2px #c6c6c6;
  color: #c6c6c6;
  background-color: #fff;
  padding-top: 16px;
  padding-bottom: 16px;
  line-height: 24px;
  font-size: 25px;
  width: 50%; }
  .page-select-btn.page-choice {
    width: 33.3%;
    font-size: 14px; }
    @media screen and (min-width: 48em) {
      .page-select-btn.page-choice {
        width: 238px;
        font-size: 30px; } }
  @media screen and (min-width: 48em) {
    .page-select-btn {
      width: 238px;
      margin-bottom: 35px;
      border-width: 4px;
      font-size: 30px; } }
  .page-select-btn.show-schedules {
    border-right: 0;
    border-left: 0; }
    .page-select-btn.show-schedules.listen-active {
      border-right: solid 2px #c6c6c6; }
    @media screen and (min-width: 48em) {
      .page-select-btn.show-schedules {
        border-left: solid 4px #c6c6c6; }
        .page-select-btn.show-schedules.listen-active {
          border-right: solid 4px #c6c6c6; } }
    .page-select-btn.show-schedules:hover {
      color: #c9c9c9; }
      .page-select-btn.show-schedules:hover.active {
        color: #fff; }
  .page-select-btn.shows {
    border-left: 0;
    border-right: 0; }
    .page-select-btn.shows:hover {
      color: #c9c9c9; }
      .page-select-btn.shows:hover.active {
        color: #fff; }
  .page-select-btn.listen {
    border-right: 0;
    border-left: 0; }
    .page-select-btn.listen.schedule-active {
      border-left: solid 2px #c6c6c6; }
    @media screen and (min-width: 48em) {
      .page-select-btn.listen {
        border-right: solid 4px #c6c6c6; }
        .page-select-btn.listen.schedule-active {
          border-left: solid 4px #c6c6c6; } }
    .page-select-btn.listen:hover {
      color: #c9c9c9; }
      .page-select-btn.listen:hover.active {
        color: #fff; }
  .page-select-btn.show-all {
    color: #ff5a00;
    border: solid 4px #ff5a00;
    display: none;
    margin: 115px auto 0;
    font-size: 27px; }
    @media screen and (min-width: 48em) {
      .page-select-btn.show-all {
        display: block; }
        .page-select-btn.show-all.show-fewer {
          width: 248px; } }
  .page-select-btn.active {
    color: #fff;
    background-color: #ff5a00;
    border: solid 2px #ff5a00; }
    @media screen and (min-width: 48em) {
      .page-select-btn.active {
        border-width: 4px; } }

.mobile-nav-days {
  cursor: pointer; }
  .mobile-nav-days.open {
    width: 100%;
    z-index: 10; }
  @media screen and (min-width: 48em) {
    .mobile-nav-days {
      display: none; } }

.mobile-nav-day {
  height: 65px;
  width: 100%;
  font-family: howard;
  font-weight: bold;
  font-size: 28px;
  text-transform: uppercase;
  color: #102e57;
  background-color: #f1f1f1;
  padding: 24px; }
  .mobile-nav-day.open {
    border-bottom: 1px solid #b9b9b9; }
  .mobile-nav-day:first-child:before {
    top: 6px;
    left: auto;
    right: 8px;
    bottom: 0;
    z-index: 0;
    content: "";
    float: right;
    position: relative;
    margin-left: 20px;
    height: 0;
    width: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-top: 11px solid #ff5a00; }
  .mobile-nav-day:first-child.open:before {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg); }

.days-of-week {
  width: 100%;
  display: none;
  margin-bottom: 60px; }
  @media screen and (min-width: 48em) {
    .days-of-week {
      display: block;
      margin-left: 1.5%; } }

.day-of-week {
  display: inline-block;
  width: 13%;
  background-color: #c6c6c6;
  margin-right: 1%;
  padding-top: 16px;
  padding-bottom: 16px;
  cursor: pointer;
  color: #9e9e9e; }
  .day-of-week .day-name {
    font-family: howard;
    font-weight: bold;
    font-size: 22px;
    text-align: center; }
    @media screen and (min-width: 64em) {
      .day-of-week .day-name {
        font-size: 30px; } }
  .day-of-week .date {
    font-family: Helvetica;
    font-size: 18px;
    text-align: center;
    font-weight: normal;
    margin-top: 3px; }
  .day-of-week.active {
    background-color: #102e57; }
    .day-of-week.active .day-name, .day-of-week.active .date {
      color: #fff; }

.day-show {
  margin: 0 auto 20px;
  max-width: 950px;
  border-bottom: 1px solid #b9b9b9;
  padding-bottom: 20px;
  width: 85%; }
  @media screen and (min-width: 48em) {
    .day-show {
      border: 0;
      padding: 0;
      margin-bottom: 60px; } }
  .day-show:first-child {
    border-top: 1px solid #b9b9b9;
    padding-top: 20px;
    margin-top: 25px; }
    @media screen and (min-width: 48em) {
      .day-show:first-child {
        border-top: 0;
        margin-top: 0;
        padding-top: 0; } }
  .day-show .show-thumbnail {
    height: 158px;
    width: 158px;
    display: none;
    vertical-align: top; }
    @media screen and (min-width: 48em) {
      .day-show .show-thumbnail {
        display: inline-block; } }
    .day-show .show-thumbnail.id1 {
      background-image: url("../img/thumbnail2-stern-show.png"); }
    .day-show .show-thumbnail.id2 {
      background-image: url("../img/thumbnail2-howard-100.png"); }
    .day-show .show-thumbnail.id3 {
      background-image: url("../img/thumbnail2-howard-101.png"); }
    .day-show .show-thumbnail.id4 {
      background-image: url("../img/thumbnail2-west-coast.png"); }
    .day-show .show-thumbnail.id5 {
      background-image: url("../img/thumbnail2-jay-thomas.png");
      width: 157px;
      padding-right: 1px; }
    .day-show .show-thumbnail.id6 {
      background-image: url("../img/thumbnail2-greg-fitzsimmons.png"); }
    .day-show .show-thumbnail.id7 {
      background-image: url("../img/thumbnail1-oar.png"); }
    .day-show .show-thumbnail.id8 {
      background-image: url("../img/thumbnail-por.jpg"); }
  .day-show .show-details {
    display: inline-block;
    vertical-align: top;
    max-width: 410px;
    width: 100%;
    position: relative; }
    @media screen and (min-width: 48em) {
      .day-show .show-details {
        margin-left: 30px; }
        .all-shows .day-show .show-details {
          max-width: 410px; } }
    @media screen and (min-width: 64em) {
      .day-show .show-details {
        max-width: 600px; } }
    @media screen and (min-width: 71.25em) {
      .day-show .show-details {
        max-width: 710px; } }
    @media screen and (min-width: 85em) {
      .day-show .show-details {
        max-width: 760px; } }
    .all-shows .day-show .show-details {
      max-width: 100%; }
      @media screen and (min-width: 48em) {
        .all-shows .day-show .show-details {
          max-width: 410px; } }
      @media screen and (min-width: 64em) {
        .all-shows .day-show .show-details {
          max-width: 600px; } }
      @media screen and (min-width: 71.25em) {
        .all-shows .day-show .show-details {
          max-width: 710px; } }
      @media screen and (min-width: 85em) {
        .all-shows .day-show .show-details {
          max-width: 760px; } }
  .day-show .show-time {
    font-family: Helvetica;
    font-size: 14px;
    color: #000;
    display: inline-block; }
    @media screen and (min-width: 48em) {
      .day-show .show-time {
        font-weight: bold;
        font-size: 18px;
        color: #9e9e9e;
        display: block; } }
  .day-show .show-name {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: bold;
    margin-top: 0;
    font-size: 14px;
    color: #ff5a00;
    display: inline-block;
    position: absolute;
    min-width: 176px;
    left: 40%; }
    .all-shows .day-show .show-name {
      text-align: center;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 100%; }
    @media screen and (min-width: 48em) {
      .day-show .show-name {
        font-size: 24px;
        display: block;
        position: relative;
        left: auto;
        color: #000;
        margin-bottom: 8px; }
        .all-shows .day-show .show-name {
          text-align: left;
          left: auto;
          -webkit-transform: translateX(0);
          -moz-transform: translateX(0);
          -ms-transform: translateX(0);
          -o-transform: translateX(0);
          transform: translateX(0);
          width: auto; } }
    @media screen and (min-width: 71.25em) {
      .day-show .show-name {
        margin-bottom: 20px; } }
  .day-show .show-description {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 18px;
    display: none; }
    @media screen and (min-width: 48em) {
      .day-show .show-description {
        display: block;
        font-size: 15px;
        line-height: 17px; } }
    @media screen and (min-width: 71.25em) {
      .day-show .show-description {
        font-size: 18px;
        line-height: 20px; } }

.listen-container img {
  display: block; }

.listen-container .listen-bottom {
  display: block;
  margin: 20px auto 0;
  width: 50%; }
  @media screen and (min-width: 48em) {
    .listen-container .listen-bottom {
      width: auto; } }

.grayscale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%); }

.grayscale.grayscale-fade {
  -webkit-transition: -webkit-filter .5s; }

.grayscale.grayscale-off,
.grayscale.grayscale-fade:hover {
  -webkit-filter: grayscale(0%);
  filter: none; }

.grayscale.grayscale-replaced {
  filter: none;
  -webkit-filter: none; }

.grayscale.grayscale-replaced > svg {
  opacity: 1;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease; }

.grayscale.grayscale-replaced.grayscale-off > svg,
.grayscale.grayscale-replaced.grayscale-fade:hover > svg {
  opacity: 0; }

.page-content {
  margin-top: 30px; }
  .page-content.homepage {
    margin-top: 2px; }

.legacy iframe[src*="youtube"] {
  width: 100%;
  height: auto; }

.legacy iframe[src*="yahoo"] {
  width: 100%;
  height: auto; }

.legacy iframe[src*="vhx"] {
  width: 100%;
  height: auto; }
