@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 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; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * 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/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

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

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

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

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

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

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 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 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (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 and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

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

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

a {
  color: #07e;
  text-decoration: none; }
  a:hover {
    color: #e32; }

html {
  box-sizing: border-box; }

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

.bf-internal.global-nav-superposter {
  padding: 8px 12px 5px;
  z-index: 1001;
  position: relative;
  border-bottom: 0; }

.internal-navigation {
  padding: 9px 0 0 13px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 50px;
  background-color: #fff;
  position: fixed;
  width: 100%;
  z-index: 2000; }

.blank-placeholder {
  height: 45px; }
  .blank-placeholder:before {
    content: "\00a0"; }

.global-nav__main-menu {
  position: absolute;
  font-size: 14px;
  font-weight: 600;
  left: 6px; }
  .global-nav__main-menu .global-nav__title {
    float: left;
    padding: 6px;
    height: 30px; }
    .global-nav__main-menu .global-nav__title .global-nav-button {
      text-indent: 0;
      width: auto;
      float: left;
      color: #111; }
    .global-nav__main-menu .global-nav__title .global-nav-link:hover {
      color: #07e; }

.ptools .global-nav__main-menu {
  left: 0; }

.viral-logo {
  background: url("data:image/svg+xml,%3Csvg%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Asketch%3D%22http%3A//www.bohemiancoding.com/sketch/ns%22%3E%3Ctitle%3EArtboard%201%3C/title%3E%3Cdesc%3ECreated%20with%20Sketch.%3C/desc%3E%3Cg%20sketch%3Atype%3D%22MSArtboardGroup%22%20fill%3D%22none%22%3E%3Ccircle%20fill%3D%22%23e32%22%20sketch%3Atype%3D%22MSShapeGroup%22%20cx%3D%22255.5%22%20cy%3D%22256.5%22%20r%3D%22243.5%22/%3E%3Cpath%20d%3D%22M414.449%20251.191l-19.843-140.697-131.772%2053.163%2052.23%2030.154-49.339%2085.455-85.457-49.339-84.195%20145.832%2047.16%2027.226%2056.967-98.672%2085.457%2049.339%2076.565-132.614%2052.228%2030.154%22%20fill%3D%22%23fff%22%20sketch%3Atype%3D%22MSShapeGroup%22/%3E%3C/g%3E%3C/svg%3E");
  background-position: calc(100% - 99%) center;
  background-size: 20px;
  background-repeat: no-repeat;
  float: left;
  width: 20px;
  margin: 5px 8px;
  height: 20px;
  cursor: pointer; }

.global-nav__menu-title--expanded {
  color: #07e;
  background-color: #fff;
  cursor: pointer; }

.global-nav__menu-title {
  float: left;
  padding: 6px;
  height: 30px; }
  .global-nav__menu-title:before {
    content: "\25BE";
    position: relative;
    float: right;
    color: #aaa;
    padding: 0 5px;
    font-size: 12px; }

.global-nav__menu-list {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: absolute;
  padding: 10px 20px;
  top: 29px;
  min-width: 132px;
  color: #333;
  cursor: pointer;
  z-index: 100; }
  .global-nav__menu-list .list-item {
    line-height: 2;
    text-transform: capitalize;
    white-space: nowrap;
    position: relative; }
    .global-nav__menu-list .list-item:hover {
      color: #07e; }

.global-nav__sub-menu {
  left: 100%;
  position: absolute;
  top: 0;
  margin-left: 20px; }

.has-sub-menu:after {
  content: "\25b8";
  position: relative;
  top: -1px;
  left: 5px; }

.global-nav-mc.global-nav__menu-list {
  max-height: 400px;
  overflow: hidden;
  overflow-y: scroll; }

.bf-news-logo__bf {
  fill: #000; }

.bf-news-logo__news {
  fill: #e32; }

.flex, .tab-menu, .tab-menu .tab-menu__link {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.js-flex-order--1 {
  -webkit-box-ordinal-group: 1 !important;
  -moz-box-ordinal-group: 1 !important;
  -ms-flex-order: 1 !important;
  -webkit-order: 1 !important;
  order: 1 !important; }

.js-flex-order--2 {
  -webkit-box-ordinal-group: 2 !important;
  -moz-box-ordinal-group: 2 !important;
  -ms-flex-order: 2 !important;
  -webkit-order: 2 !important;
  order: 2 !important; }

.js-flex-order--3 {
  -webkit-box-ordinal-group: 3 !important;
  -moz-box-ordinal-group: 3 !important;
  -ms-flex-order: 3 !important;
  -webkit-order: 3 !important;
  order: 3 !important; }

.js-flex-order--4 {
  -webkit-box-ordinal-group: 4 !important;
  -moz-box-ordinal-group: 4 !important;
  -ms-flex-order: 4 !important;
  -webkit-order: 4 !important;
  order: 4 !important; }

.js-flex-order--5 {
  -webkit-box-ordinal-group: 5 !important;
  -moz-box-ordinal-group: 5 !important;
  -ms-flex-order: 5 !important;
  -webkit-order: 5 !important;
  order: 5 !important; }

.js-flex-order--6 {
  -webkit-box-ordinal-group: 6 !important;
  -moz-box-ordinal-group: 6 !important;
  -ms-flex-order: 6 !important;
  -webkit-order: 6 !important;
  order: 6 !important; }

.js-flex-order--7 {
  -webkit-box-ordinal-group: 7 !important;
  -moz-box-ordinal-group: 7 !important;
  -ms-flex-order: 7 !important;
  -webkit-order: 7 !important;
  order: 7 !important; }

.js-flex-order--8 {
  -webkit-box-ordinal-group: 8 !important;
  -moz-box-ordinal-group: 8 !important;
  -ms-flex-order: 8 !important;
  -webkit-order: 8 !important;
  order: 8 !important; }

.js-flex-order--9 {
  -webkit-box-ordinal-group: 9 !important;
  -moz-box-ordinal-group: 9 !important;
  -ms-flex-order: 9 !important;
  -webkit-order: 9 !important;
  order: 9 !important; }

.js-flex-order--10 {
  -webkit-box-ordinal-group: 10 !important;
  -moz-box-ordinal-group: 10 !important;
  -ms-flex-order: 10 !important;
  -webkit-order: 10 !important;
  order: 10 !important; }

.flex {
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: flex-start;
  align-content: flex-start; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.clear {
  clear: both; }

.page-search .page-search__search-button {
  padding: 0;
  margin: 0;
  background: none;
  border: 0; }

h1,
h2,
h5 {
  margin: 0; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

ul,
li,
blockquote {
  padding: 0;
  margin: 0; }

button {
  border: 0; }

@font-face {
  font-family: "Proxima Nova";
  src: url("/static/fonts/ProximaNova-Regular-webfont.woff2") format("woff2"), url("/static/fonts/ProximaNova-Regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: "Proxima Nova";
  src: url("/static/fonts/ProximaNova-Semibold-webfont.woff2") format("woff2"), url("/static/fonts/ProximaNova-Semibold-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-stretch: normal; }

html {
  font-family: 'Proxima Nova', Helvetica, sans-serif; }

.type--thin,
.solid .type--thin {
  font-weight: 100; }

.type--light,
.solid .type--light {
  font-weight: 200; }

.type--regular,
.solid .type--regular {
  font-weight: 400; }

.type--semi-bold,
.solid .type--semi-bold {
  font-weight: 600; }

.type--bold,
.solid .type--bold {
  font-weight: 700; }

.type--extrabold,
.solid .type--extrabold {
  font-weight: 800; }

.type--ultrablack,
.solid .type--ultrablack {
  font-weight: 900; }

.type--c-red,
.solid .type--c-red {
  color: #e32; }

.type .btn,
.solid .type .btn {
  font-weight: 600; }

.type .lede__tag,
.solid .type .lede__tag {
  font-weight: 600; }

textarea,
.input,
.solid textarea, .solid .input {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 22px;
  padding: 15px;
  background: #fff;
  border: 1px solid #ccc; }
  textarea::-webkit-input-placeholder,
  .input::-webkit-input-placeholder,
  .solid textarea::-webkit-input-placeholder, .solid .input::-webkit-input-placeholder {
    color: #b3b3b3;
    font-style: normal; }
  textarea:-moz-placeholder,
  .input:-moz-placeholder,
  .solid textarea:-moz-placeholder, .solid .input:-moz-placeholder {
    color: #b3b3b3;
    font-style: normal; }
  textarea::-moz-placeholder,
  .input::-moz-placeholder,
  .solid textarea::-moz-placeholder, .solid .input::-moz-placeholder {
    color: #b3b3b3;
    font-style: normal; }
  textarea:-ms-input-placeholder,
  .input:-ms-input-placeholder,
  .solid textarea:-ms-input-placeholder, .solid .input:-ms-input-placeholder {
    color: #b3b3b3;
    font-style: normal; }
  textarea:focus,
  .input:focus,
  .solid textarea:focus, .solid .input:focus {
    outline: 0; }
  textarea--search,
  .input--search,
  .solid textarea--search, .solid .input--search {
    margin: 10px 0;
    padding: 1px 21px 1px 5px;
    font-size: 14px;
    font-style: normal;
    width: auto; }
    textarea--search::-webkit-input-placeholder,
    .input--search::-webkit-input-placeholder,
    .solid textarea--search::-webkit-input-placeholder, .solid .input--search::-webkit-input-placeholder {
      color: #b3b3b3;
      font-style: italic; }
    textarea--search:-moz-placeholder,
    .input--search:-moz-placeholder,
    .solid textarea--search:-moz-placeholder, .solid .input--search:-moz-placeholder {
      color: #b3b3b3;
      font-style: italic; }
    textarea--search::-moz-placeholder,
    .input--search::-moz-placeholder,
    .solid textarea--search::-moz-placeholder, .solid .input--search::-moz-placeholder {
      color: #b3b3b3;
      font-style: italic; }
    textarea--search:-ms-input-placeholder,
    .input--search:-ms-input-placeholder,
    .solid textarea--search:-ms-input-placeholder, .solid .input--search:-ms-input-placeholder {
      color: #b3b3b3;
      font-style: italic; }

textarea {
  resize: vertical; }

select {
  display: inline; }

.label,
label {
  color: #333;
  font-size: 16px;
  line-height: 18px; }

.label--vertical,
.solid .label--vertical {
  display: block;
  padding-bottom: 10px; }

.quiz-checkbox [type=checkbox] {
  display: none; }

.quiz-checkbox label i:before {
  content: "\f096";
  font-size: 22px;
  color: #333; }

.quiz-checkbox [type=checkbox]:checked + i:before,
.quiz-checkbox.quiz-answer.selected input + i:before {
  content: "\f046"; }

.form-group,
.solid .form-group {
  margin-bottom: 20px;
  position: relative;
  overflow: auto;
  width: 100%; }
  .form-group textarea,
  .form-group .input,
  .solid .form-group textarea,
  .solid .form-group .input {
    width: 100%;
    border: 1px solid #ccc; }
  .form-group textarea:focus,
  .form-group .input:focus,
  .solid .form-group textarea:focus,
  .solid .form-group .input:focus {
    border: 1px solid #333; }
  .form-group .input--radio,
  .solid .form-group .input--radio {
    width: auto; }
  .form-group.item input,
  .solid .form-group.item input {
    width: auto; }
  .form-group .label span,
  .solid .form-group .label span {
    color: #999999; }
  .form-group .label--vertical,
  .solid .form-group .label--vertical {
    display: block;
    padding-bottom: 10px; }
    .solid .form-group .label--vertical,
    .solid .solid .form-group .label--vertical {
      padding-bottom: 0; }
  .form-group .lowercase,
  .solid .form-group .lowercase {
    text-transform: lowercase; }

.form-group--inline .input {
  width: auto; }

.form-group--inline .input:focus {
  border: 1px solid #333; }

.form-group--inline .input--big-search {
  width: 80%; }

.form-group--inline.newsletter-subscribe__form .input,
.form-group--inline .newsletter-form .input {
  width: 75.2%; }

.form-group--inline .btn--buzz {
  height: 54px; }

.has-errors {
  display: block;
  font-size: 12px; }
  .has-errors .input,
  .has-errors textarea {
    border: 1px solid #e32; }
  .has-errors label,
  .has-errors .label {
    color: #e32; }
  .has-errors .error {
    color: #e32;
    line-height: 15px; }

.list--inline {
  list-style: none; }
  .list--inline > li {
    display: inline-block; }

.list--numbered {
  list-style: none;
  counter-reset: li; }
  .list--numbered > li {
    margin-bottom: 30px;
    position: relative;
    counter-increment: li; }
    .list--numbered > li::before {
      content: counter(li);
      background-color: #e32;
      color: #fff;
      font-weight: 700;
      font-size: 22px;
      line-height: 33px;
      text-align: center;
      width: 35px;
      height: 33px;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2;
      padding: 2px 0 0; }

.list--unstyled {
  list-style: none;
  padding-left: 0;
  margin: 0; }

.column-3 .list--numbered > li:before {
  font-size: 15px;
  padding: 3px 9px;
  line-height: 23px;
  width: auto;
  height: auto; }

@font-face {
  font-family: "FontAwesome";
  src: url("/static/fonts/fontawesome-webfont.eot?v=4.2.0");
  src: url("/static/fonts/fontawesome-webfont.eot?#iefix&v=4.2.0") format("embedded-opentype"), url("/static/fonts/fontawesome-webfont.woff2?v=4.2.0") format("woff2"), url("/static/fonts/fontawesome-webfont.woff?v=4.2.0") format("woff"), url("/static/fonts/fontawesome-webfont.ttf?v=4.2.0") format("truetype"), url("/static/fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa,
.solid .fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center; }

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa--pull-left {
  margin-right: .3em; }

.fa--pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before,
.fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before,
.fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before,
.fa-users:before {
  content: "\f0c0"; }

.fa-chain:before,
.fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before,
.fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before,
.fa-usd:before {
  content: "\f155"; }

.fa-rupee:before,
.fa-inr:before {
  content: "\f156"; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158"; }

.fa-won:before,
.fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9"; }

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bell-slash-o:before {
  content: "\f1f7"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-area-chart:before {
  content: "\f1fe"; }

.fa-pie-chart:before {
  content: "\f200"; }

.fa-line-chart:before {
  content: "\f201"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

.page-header--responsive {
  min-width: 1020px; }
  .page-header--responsive .page-nav {
    min-width: 1020px; }
  .page-header--responsive .page-header__content,
  .page-header--responsive .page-nav__content {
    width: 1020px; }
  @media (min-width: 1125px) {
    .page-header--responsive {
      min-width: 1125px; }
      .page-header--responsive .page-header__content {
        width: 1125px; }
      .page-header--responsive .page-nav__actions .page-nav__action--app {
        display: inline-block; }
      .page-header--responsive .page-nav {
        min-width: 1125px; }
      .page-header--responsive .page-nav__content {
        width: 1125px; } }

.page-header--full {
  min-width: 1020px; }
  .page-header--full .page-nav {
    min-width: 1020px; }
  .page-header--full .page-header__content,
  .page-header--full .page-nav__content {
    width: 1020px; }
  .page-header--full .page-nav__actions .page-nav__action--app {
    display: inline-block; }

.page-header--draft {
  margin-top: 51px; }

@media (min-width: 1200px) {
  .page-header--wide .page-header__content,
  .page-header--wide .page-nav__content {
    width: 1200px; }
  .page-header--wide .page-nav__actions .page-nav__action--app {
    display: inline-block; } }

.page-header {
  min-width: 990px;
  text-align: center;
  background: #fff;
  font-size: 12px; }

.page-header__content {
  padding: 20px 15px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  box-sizing: border-box;
  width: 990px; }
  .page-header__content h1 {
    margin: 0; }
  .page-header__content .page-header__logo {
    float: left; }
  .page-header__content .page-header__logo--below-nav {
    margin-top: 10px; }
  .page-header__content .page-header__logo-primary__img {
    height: 51px;
    width: 288px;
    fill: #e32;
    shape-rendering: geometricPrecision; }
  .page-header__content .page-header__logo-primary .svg-icon {
    float: left;
    height: 50px;
    width: 287px; }
  .page-header__content .page-header__logo-primary .community {
    background: url("/static/images/global/unified_sprite.png?v=1460153433");
    background-position: -444px -138px;
    width: 210px;
    height: 40px;
    float: left; }
  .page-header__content .page-header__logo-primary .page-header__logo-primary__img--black {
    width: 243px;
    height: 43px; }
  .page-header__content .page-header__logo-primary--tagline-first .svg-icon {
    height: 20px;
    width: 111px;
    position: relative;
    top: 27px; }
  .page-header__content .page-header__logo-primary--tagline-first:before {
    display: block;
    float: left;
    font-weight: 700;
    font-size: 14px;
    color: #000;
    content: "ON";
    text-indent: 0;
    position: relative;
    top: 31px;
    margin: 0 6px 0 10px; }
  .page-header__content .page-header__logo-secondary {
    display: inline-block;
    font-weight: 200;
    font-size: 32px;
    color: #000;
    margin: 14px 0 0 5px;
    text-transform: capitalize; }
  .page-header__content .page-header__tagline {
    display: inline-block;
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    margin: 26px 0 0 10px; }
    .page-header__content .page-header__tagline a {
      color: #666; }
  .page-header__content .badge-list {
    float: right; }

.page-header__logo-secondary {
  height: 50px;
  width: 200px; }
  .page-header__logo-secondary.entertainment {
    background: url("/static/images/global/unified_sprite.png?v=1460153433");
    background-position: -291px -848px;
    height: 38px;
    width: 201px;
    margin: 10px 0 0 10px; }
  .page-header__logo-secondary.life {
    background: url("/static/images/global/unified_sprite.png?v=1460153433");
    background-position: 0 -257px;
    height: 72px;
    width: 128px;
    margin: 0 0 -21px 10px;
    position: relative;
    top: -2px; }
  .page-header__logo-secondary.community {
    background: url("/static/images/global/unified_sprite.png?v=1460153433");
    background-position: -444px -138px;
    width: 210px;
    height: 40px;
    float: left; }
  .page-header__logo-secondary.news {
    background: url("/static/images/global/unified_sprite.png?v=1460153433");
    background-position: -238px -788px;
    height: 31px;
    width: 128px;
    margin: 0;
    position: relative;
    top: 10px;
    left: -2px; }
  .page-header__logo-secondary.animals {
    background: url("/static/images/global/unified_sprite.png?v=1460153433");
    background-position: 0 -327px;
    margin-top: 4px;
    position: relative; }
  .page-header__logo-secondary.audio {
    background: url("/static/images/global/unified_sprite.png?v=1460153433");
    background-position: -323px -717px;
    left: 290px;
    width: 155px;
    position: relative;
    display: block;
    margin-top: 2px; }
  .page-header__logo-secondary.celebrity {
    background: url("/static/images/global/unified_sprite.png?v=1460153433");
    background-position: -215px -175px;
    width: 170px;
    position: relative;
    margin-top: 2px; }
  .page-header__logo-secondary.reader {
    background: url(/static/images/public/verticals/reader.png?v=1460153433);
    height: 50px;
    width: 150px;
    position: relative;
    margin-top: 7px; }
  .page-header__logo-secondary.lgbt {
    background: url("/static/images/global/unified_sprite.png?v=1460153433");
    background-position: -258px -340px;
    width: 140px;
    position: relative;
    margin-top: 2px; }
  .page-header__logo-secondary.music {
    background: url("/static/images/global/unified_sprite.png?v=1460153433");
    background-position: -225px -237px;
    position: relative;
    margin-top: 2px; }
  .page-header__logo-secondary.rewind {
    background: url("/static/images/global/unified_sprite.png?v=1460153433");
    background-position: -251px -288px;
    width: 192px;
    position: relative;
    margin-top: 2px; }
  .page-header__logo-secondary.books {
    background: url("/static/images/global/unified_sprite.png?v=1460153433");
    background-position: -240px 4px;
    height: 50px;
    width: 128px;
    margin-top: 2px;
    position: relative; }
  .page-header__logo-secondary.geeky {
    background: url("/static/images/global/unified_sprite.png?v=1460153433");
    background-position: -449px -293px;
    width: 120px;
    height: 42px;
    margin-top: 8px;
    position: relative; }

.logo-small--community {
  width: 202px !important;
  height: 36px !important;
  margin-top: 11px !important;
  fill: #e32; }

.minimal-header {
  height: 49px;
  text-align: left; }
  .minimal-header.minimal-header--fixed .minimal-header__content {
    position: fixed;
    top: 0;
    left: 0; }
  .minimal-header.minimal-header--full-width .page-container {
    width: 100%; }
  .minimal-header .minimal-header__content {
    width: 100%;
    min-width: 990px;
    height: 49px;
    z-index: 500;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    background: #fff; }
  .minimal-header .minimal-header__buzzfeed-logo {
    display: inline-block;
    margin: 12px 0 0; }
  .minimal-header .minimal-header__buzzfeed-logo__logo {
    display: block;
    height: 25px;
    width: 140px;
    fill: #e32; }
  .minimal-header .minimal-header__actions {
    display: block;
    float: right;
    margin: 9px 0 0; }
  .minimal-header .nav-signin {
    margin: 0 0 0 34px;
    display: inline-block;
    vertical-align: bottom; }
  .minimal-header .minimal-header__share {
    display: inline-block; }

.post-tools .minimal-header {
  margin: 40px 0 0; }

.post-tools .minimal-header--fixed {
  height: 89px; }
  .post-tools .minimal-header--fixed .minimal-header__content {
    top: 40px; }

.page-header--persistent-share {
  height: 49px;
  min-width: 1020px; }
  .page-header--persistent-share .page-header__content {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 1020px;
    height: 49px;
    z-index: 999;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    background: #fff; }
    .page-header--persistent-share .page-header__content .logo {
      position: absolute;
      top: 12px;
      left: 50%;
      margin-left: -494px;
      height: 25px;
      width: 140px; }
    .page-header--persistent-share .page-header__content .page-header--persistent-share__buzzfeed-logo__logo {
      display: block;
      height: 25px;
      width: 140px;
      fill: #e32; }
    .page-header--persistent-share .page-header__content .page-header--persistent-share__share {
      position: absolute;
      top: 9px;
      right: 50%;
      margin-right: -494px; }
  .page-header--persistent-share .page-header--with-ptools {
    top: 50px; }

.page-header--persistent-share-with-ptools {
  height: 99px; }

.SwitchUser {
  text-align: left;
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 50px;
  width: 300px;
  background: #eee;
  z-index: 1000;
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.6); }

.SwitchUser ul {
  padding: 0;
  margin: 5px 0;
  display: block !important; }

.SwitchUser li a {
  display: block;
  padding: 6px 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.SwitchUser li a:hover {
  background: #07e;
  color: #fff; }

.SwitchUser li img {
  margin-right: 7px;
  width: 25px;
  height: 25px;
  vertical-align: middle; }

.SwitchUser .microsite-new {
  float: left; }

.SwitchUser .microsite-new.logo {
  width: 20px;
  height: 25px;
  background-color: #07e;
  color: #fff;
  font-size: 1.5em;
  font-weight: 700;
  display: table-cell;
  padding: 0 0 2px 5px;
  vertical-align: middle;
  text-align: center;
  float: left; }

.SwitchUser .microsite-new.text {
  height: 25px;
  display: table-cell;
  padding: 2px 0 0 5px;
  vertical-align: middle;
  text-align: center; }

.SwitchUser .close_switch_list_ui .closeBtn {
  display: table-cell;
  background-color: #000;
  color: #fff;
  border-radius: 50px;
  border: 2px #fff solid;
  width: 20px;
  height: 18px;
  vertical-align: middle;
  text-align: center;
  padding: 0 0 2px; }

.SwitchUser .default_user {
  display: inline-block;
  opacity: .2;
  position: relative;
  top: 5px;
  width: 30px;
  height: 25px; }

.unified_header #usernav-ul,
.page-header #usernav-ul {
  float: right;
  width: auto; }

.unified_header #usernav-ul li,
.page-header #usernav-ul li {
  padding: 0;
  background: #fff;
  font-size: 17px;
  float: left; }

.unified_header #usernav-signin,
.page-header #usernav-signin {
  float: right;
  width: 115px;
  font-size: 13px;
  text-align: right;
  margin-left: 10px; }

.unified_header #usernav-signin a,
.page-header #usernav-signin a {
  font-weight: lighter;
  margin: 0 5px 0 0;
  color: #b8b8b8; }

.unified_header #usernav-signin a:hover,
.page-header #usernav-signin a:hover {
  color: #666; }

.unified_header #usernav-profile,
.page-header #usernav-profile {
  float: left;
  width: 109px;
  background: #fff;
  position: relative; }

.unified_header #usernav-displayname,
.page-header #usernav-displayname {
  color: #b8b8b8;
  float: left;
  padding: 0;
  margin: 0 0 8px;
  width: 100px;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0;
  text-align: right;
  text-shadow: none;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-overflow: ellipsis;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap; }

.unified_header #usernav-displayname:hover,
.page-header #usernav-displayname:hover {
  color: #666; }

.unified_header #usernav-profile-link .pointer,
.page-header #usernav-profile-link .pointer {
  border-top: 4px solid #b8b8b8;
  top: 7px; }

.unified_header #usernav-menu,
.page-header #usernav-menu {
  left: -75px !important;
  top: 20px;
  z-index: 1000; }

.unified_header #usernav-menu li a,
.page-header #usernav-menu li a {
  color: #858585; }

.unified_header .search_suggest ul li a,
.page-header .search_suggest ul li a {
  color: #07e; }

.unified_header #usernav-menu li a:hover,
.page-header #usernav-menu li a:hover {
  color: #fff;
  background: #222; }

.unified_header .SwitchUser,
.page-header .SwitchUser {
  right: -220px;
  top: 50px; }

.unified_header .SwitchUser li a,
.page-header .SwitchUser li a {
  display: block;
  padding: 6px 10px;
  overflow: hidden;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.unified_header .SwitchUser li a:hover,
.page-header .SwitchUser li a:hover {
  color: #fff; }

#usernav-menu {
  display: none;
  position: absolute;
  top: 20px;
  right: -10px;
  width: 187px;
  z-index: 99;
  border: 1px solid #e2e2e2;
  -webkit-box-shadow: 1px 4px 4px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 1px 4px 4px rgba(0, 0, 0, 0.4); }

#usernav-menu li a {
  top: 8px;
  right: 80px;
  font-weight: 600;
  float: left;
  width: 177px;
  padding: 6px 5px;
  border-bottom: 1px solid #ddd; }

#usernav-menu li:last-child a {
  border-bottom: 0; }

#usernav-menu li a:hover {
  color: #fff; }

ul.main_nav li.dropdown#usernav-ul {
  float: right;
  white-space: nowrap;
  margin-right: 0; }

ul.main_nav li.dropdown#usernav-ul {
  width: 200px; }

#usernav-profile-link .pointer {
  position: absolute;
  top: 6px;
  right: -2px;
  width: 0;
  height: 0;
  border-top: 4px solid #07e;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

a#usernav-profile-link:hover .pointer {
  border-top: 4px solid #f00; }

ul.main_nav li.dropdown#usernav-ul a#usernav-profile-link {
  display: block;
  padding: 0; }

#usernav-profile-link .fbicon {
  position: absolute;
  left: -2px;
  bottom: -3px; }

#xusernav-image {
  display: none; }

#usernav-displayname {
  float: left;
  padding: 0;
  margin: 0 0 8px;
  width: 100px;
  font-weight: normal;
  font-size: 13px;
  letter-spacing: 0;
  text-align: right;
  text-shadow: none;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-overflow: ellipsis;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap; }

.page-header #usernav-profile,
.unified-header.simple_header #usernav-profile,
.unified-header .lower .nav-right #usernav-profile {
  position: relative;
  top: 0; }

.page-header #usernav-signin,
.unified-header.simple_header #usernav-signin,
.unified-header .lower .nav-right #usernav-signin {
  width: auto;
  margin: -4px;
  float: right; }

.page-header #usernav-signin a.nav-signin-icon,
.unified-header.simple_header #usernav-signin a.nav-signin-icon,
.unified-header .lower .nav-right #usernav-signin a.nav-signin-icon {
  display: block;
  width: 25px;
  height: 25px;
  margin: 0;
  color: #111;
  margin: 5px;
  font-size: 22px; }

.page-header #usernav-signin a.nav-signin-icon:hover,
.unified-header.simple_header #usernav-signin a.nav-signin-icon:hover,
.unified-header .lower .nav-right #usernav-signin a.nav-signin-icon:hover {
  cursor: pointer;
  opacity: .8; }

.page-header #usernav-profile,
.unified-header.simple_header #usernav-profile,
.unified-header .lower .nav-right #usernav-profile {
  background: transparent;
  width: auto;
  float: right; }

.page-header #usernav-menu,
.unified-header.simple_header #usernav-menu,
.unified-header .lower .nav-right #usernav-menu {
  width: 175px;
  background: #fff;
  left: -150px !important;
  top: 25px;
  border: 1px solid #e2e2e2;
  border-bottom: 2px solid #e2e2e2;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  list-style: none;
  padding: 0;
  margin: 0; }

.page-header #usernav-menu li a,
.unified-header.simple_header #usernav-menu li a,
.unified-header .lower .nav-right #usernav-menu li a {
  border: 0 solid transparent;
  width: 90%;
  text-align: right;
  right: 10px;
  font-size: 14px;
  color: #07e; }
  .page-header #usernav-menu li a:hover,
  .unified-header.simple_header #usernav-menu li a:hover,
  .unified-header .lower .nav-right #usernav-menu li a:hover {
    color: #f34b2b;
    background: #fff; }

.page-header #usernav-menu li:first-child a:before,
.unified-header.simple_header #usernav-menu li:first-child a:before,
.unified-header .lower .nav-right #usernav-menu li:first-child a:before {
  content: "\25B6";
  color: #f44b2c;
  font-size: 10px;
  margin: 0 5px 0 0; }

.page-header #nav-signin .SwitchUser,
.unified-header.simple_header #nav-signin .SwitchUser,
.unified-header .lower .nav-right #nav-signin .SwitchUser {
  right: 0;
  top: 50px; }

.page-header .new-messages-top,
.unified-header.simple_header .new-messages-top,
.unified-header .lower .nav-right .new-messages-top {
  position: relative;
  float: none;
  font-size: 10px;
  padding: 3px;
  top: -2px;
  left: 5px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  top: -2px;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 3px; }

.page-header #nav-signin {
  top: 0;
  text-align: right; }

.unified-header.simple_header #nav-signin {
  top: 35px; }

#usernav-profile .default-user-image {
  font-size: 22px;
  color: #fff;
  background: #ddd;
  padding: 2px 5px; }

#nav_menu {
  top: 145px;
  left: 660px;
  width: 500px;
  background: #fff;
  position: absolute;
  z-index: 101;
  margin-top: 9px; }

#nav_menu .nav-menu-content {
  padding: 20px 20px 10px 10px;
  width: 540px; }

@media all and (min-width: 1125px) {
  #nav_menu {
    width: 445px; }
  #nav_menu .nav-menu-content {
    width: 570px; } }

#nav_menu #nav_menu_right {
  float: left;
  overflow: hidden;
  width: 150px;
  height: auto; }

#nav_menu.video-menu #nav_menu_right {
  width: 190px;
  display: none; }

#nav_menu.video-menu #nav_menu_left {
  width: 350px;
  float: left; }

#nav_menu.video-menu {
  width: 370px; }

#nav_menu #nav_menu_right .nav_menu_vertical a:hover {
  cursor: pointer; }

#nav_menu #nav_menu_right .nav_menu_vertical.active {
  background: #f7f7f7; }

#nav_menu #nav_menu_right .nav_menu_vertical.active a {
  color: #f34b2b; }

#nav_menu #nav_menu_right .nav_menu_vertical.active a[href="javascript: void(0)"] {
  color: #000; }

#nav_menu #nav_menu_right .nav_menu_vertical .bullett {
  margin: 0 10px 0 0; }

#nav_menu #nav_menu_right #nav_menu_hot.nav_menu_vertical:after {
  display: inline-block;
  width: 18px;
  height: 16px;
  margin: 0 0 -3px 5px;
  content: "";
  background: url("/static/images/global/unified_sprite.png?v=1460153433") no-repeat -150px -548px; }

#nav_menu #nav_menu_left {
  float: right;
  overflow: hidden;
  width: 390px;
  height: auto;
  min-height: 200px; }

#nav_menu #nav_menu_left ul {
  min-height: 340px; }

#nav_menu #nav_menu_left ul li {
  width: auto;
  display: block;
  overflow: hidden;
  margin: 0 0 15px; }

#nav_menu #nav_menu_left ul li .thumb_warpper {
  float: left;
  width: 100px;
  height: 66px;
  margin: 0 10px 0 0;
  position: relative; }

#nav_menu #nav_menu_left ul li .thumb_warpper .video_play_button {
  position: absolute;
  bottom: 0; }

#nav_menu #nav_menu_left ul li .thumb_wrapper .image_square {
  width: 125px;
  height: 83px; }

#nav_menu #nav_menu_left ul li .title_small {
  width: 260px;
  font-size: 16px;
  color: #000; }

#nav_menu #nav_menu_left ul li:hover .title_small {
  color: #07e; }

#nav_menu #nav_menu_left ul a.more_vertical {
  font-size: 14px;
  font-weight: 600;
  color: #f34b2b;
  display: block;
  margin: 10px 0; }

#nav_menu #nav_menu_left ul a.more_vertical:hover {
  color: #07e; }

#nav_menu #nav_menu_left ul a.more_vertical .pointer {
  font-size: 10px; }

#nav_menu .more-pointer {
  position: absolute;
  left: 50%;
  top: -10px;
  width: 20px;
  height: 12px;
  background: url("/static/images/global/unified_sprite.png?v=1460153433") no-repeat 0 -879px; }

.page-header--persistent-share__share span,
.minimal-header__share span,
.longform-header__share span {
  color: #999;
  font-weight: 600;
  font-size: 10px;
  text-transform: uppercase;
  vertical-align: top;
  line-height: 30px; }

.page-header--persistent-share__share .fa,
.minimal-header__share .fa,
.longform-header__share .fa {
  color: #fff; }

.page-header--persistent-share__share .circle-share,
.minimal-header__share .circle-share,
.longform-header__share .circle-share {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 0 0 5px;
  vertical-align: top; }

.page-header--persistent-share__share .circle-share:hover,
.minimal-header__share .circle-share:hover,
.longform-header__share .circle-share:hover {
  opacity: .7;
  transition: opacity 0.3s ease-in-out; }

.page-header--persistent-share__share .circle-facebook-share,
.minimal-header__share .circle-facebook-share,
.longform-header__share .circle-facebook-share {
  background: #3b5998; }

.page-header--persistent-share__share .fa-facebook,
.minimal-header__share .fa-facebook,
.longform-header__share .fa-facebook {
  background: #3b5998;
  font-size: 19px;
  margin: 6px 0 0 9px; }

.page-header--persistent-share__share .circle-twitter-share,
.minimal-header__share .circle-twitter-share,
.longform-header__share .circle-twitter-share {
  background: #55acee; }

.page-header--persistent-share__share .fa-twitter,
.minimal-header__share .fa-twitter,
.longform-header__share .fa-twitter {
  background: #55acee;
  font-size: 19px;
  margin: 6px 0 0 7px; }

.page-header--persistent-share__share .circle-email-share,
.minimal-header__share .circle-email-share,
.longform-header__share .circle-email-share {
  background: #000; }

.page-header--persistent-share__share .fa-envelope,
.minimal-header__share .fa-envelope,
.longform-header__share .fa-envelope {
  background: #000;
  font-size: 14px;
  margin: 7px 0 0 8px; }

.unified-header .page-search {
  float: left;
  position: relative;
  top: 9px; }

.new-vertical-callout.page-nav__action--hidden {
  display: none; }

.page-nav {
  background: #eaeaea;
  min-height: 50px; }

.page-nav__content {
  display: inline-block;
  vertical-align: top;
  width: 990px;
  text-align: left;
  position: relative; }

.page-nav__nav {
  display: inline-block;
  font-size: 0; }
  .page-nav__nav .page-nav__link-container {
    padding: 0; }
  .page-nav__nav .page-nav__link-container,
  .page-nav__nav .page-nav__item {
    display: inline-block;
    position: relative; }
  .page-nav__nav .page-nav__link {
    box-sizing: border-box;
    color: #111;
    height: 50px;
    font-size: 21px;
    display: block;
    padding: 12px 20px 16px; }
    .page-nav__nav .page-nav__link:hover {
      cursor: pointer; }
    .page-nav__nav .page-nav__link:hover,
    .page-nav__nav .page-nav__link.active {
      background: #fff; }
  .page-nav__nav .page-nav__more-icon {
    display: inline-block;
    height: 12px;
    width: 12px; }
    .page-nav__nav .page-nav__more-icon:hover {
      opacity: .8; }

.page-nav__item--dropdown .page-nav__link:hover {
  cursor: inherit; }

.page-nav__item--dropdown:hover .more-menu {
  display: block; }

.page-nav__actions {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 20px;
  line-height: 50px; }
  .page-nav__actions .page-nav__action {
    -webkit-transition: opacity 0.1s ease-in;
    -moz-transition: opacity 0.1s ease-in;
    transition: opacity 0.1s ease-in;
    font-size: 14px;
    font-weight: 600;
    color: #07e;
    display: inline-block;
    margin-right: 16px;
    line-height: normal;
    vertical-align: middle;
    position: relative; }
    .page-nav__actions .page-nav__action:hover {
      color: #000; }
  .page-nav__actions .page-nav__action--app {
    display: none;
    position: relative; }
  .page-nav__actions .page-nav__action--fb-share {
    position: relative;
    opacity: 1;
    height: 20px;
    overflow: hidden;
    position: relative; }
  .page-nav__actions .page-nav__action--twitter-share {
    bottom: -4px; }
  .page-nav__actions .page-nav__action--hidden {
    opacity: 0; }

.page-nav__right {
  margin-right: 180px;
  float: right; }

.page-nav__utilities {
  position: absolute;
  right: 0;
  top: 13px; }
  .page-nav__utilities .page-search,
  .page-nav__utilities .nav-signin {
    display: inline-block;
    vertical-align: top;
    margin-left: 5px; }
  .page-nav__utilities .nav-signin {
    position: relative;
    top: -3px; }

.page-header__content .page-header__logo-primary .community, .page-header__logo-secondary.entertainment, .page-header__logo-secondary.life, .page-header__logo-secondary.community, .page-header__logo-secondary.news, .page-header__logo-secondary.animals, .page-header__logo-secondary.audio, .page-header__logo-secondary.celebrity, .page-header__logo-secondary.reader, .page-header__logo-secondary.lgbt, .page-header__logo-secondary.music, .page-header__logo-secondary.rewind, .page-header__logo-secondary.books, .page-header__logo-secondary.geeky, .more-menu__footer .made-in-nyc {
  text-align: left;
  text-indent: -999em; }

.unified-header .lower .nav-left .menu-item .more-menu .more-menu__make-post-link, .more-menu .more-menu__make-post-link {
  background: #33b2bc;
  color: #fff;
  margin-left: 10px; }
  .unified-header .lower .nav-left .menu-item .more-menu .more-menu__make-post-link:hover, .more-menu .more-menu__make-post-link:hover {
    color: #fff;
    background: #288c94; }

.unified-header .lower .nav-left .menu-item .more-menu a {
  padding: 0;
  float: none; }

.unified-header .lower .nav-left .menu-item .more-menu .more-menu__make-post-link {
  padding: 6px 12px; }

.more-menu {
  display: none;
  box-sizing: border-box;
  position: absolute;
  top: 40px;
  left: 50%;
  margin-left: -250px;
  width: 500px;
  background: #fff;
  z-index: 101;
  margin-top: 9px;
  border: 1px solid #ccc;
  font-size: 14px; }
  .more-menu a {
    color: #111; }
    .more-menu a:hover {
      color: #07e; }
  .more-menu:after,
  .more-menu:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  .more-menu:after {
    border-color: transparent;
    border-bottom-color: #fff;
    border-width: 8px;
    margin-left: -8px; }
  .more-menu:before {
    border-color: transparent;
    border-bottom-color: #ccc;
    border-width: 9px;
    margin-left: -9px; }
  .more-menu .more-menu__community {
    font-size: 16px;
    border-bottom: 1px solid #ccc;
    padding: 19px 15px; }
  .more-menu .more-menu__sections {
    padding: 15px; }
  .more-menu .more-menu__sections-header {
    display: block;
    color: #ccc;
    margin-bottom: 10px; }
  .more-menu .more-menu__sections-link-container {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    padding: 0; }
  .more-menu .more-menu__section-link {
    font-size: 16px;
    display: inline-block;
    width: 153px;
    margin-bottom: 2px; }

.more-menu__footer {
  background: #eaeaea;
  padding: 5px 15px 15px; }
  .more-menu__footer li {
    display: inline; }
  .more-menu__footer .more-menu__footer-sub-content {
    padding: 0;
    font-size: 10px; }
    .more-menu__footer .more-menu__footer-sub-content .more-menu__copyright {
      margin: 10px 0 0;
      color: #999;
      display: block; }
    .more-menu__footer .more-menu__footer-sub-content > li {
      margin-right: 5px; }
  .more-menu__footer .made-in-nyc {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 46px;
    height: 46px;
    background: url("/static/images/global/unified_sprite.png?v=1460153433") no-repeat -535px -497px; }

.more-menu__footer-main-content {
  margin-bottom: 10px;
  padding: 0; }
  .more-menu__footer-main-content > li {
    margin-right: 10px; }

.page-search {
  height: 26px; }
  .page-search .page-search__form {
    position: relative; }
  .page-search .page-search__input {
    width: 26px;
    height: 26px;
    background: #fff;
    border: 1px solid #e2e2e2;
    padding: 0;
    opacity: 0;
    -webkit-transition: opacity 0.1s, width 0.3s;
    -moz-transition: opacity 0.1s, width 0.3s;
    transition: opacity 0.1s, width 0.3s; }
  .page-search .page-search__search-button {
    position: absolute;
    top: 0;
    right: 4px;
    padding: 4px;
    width: 26px;
    height: 26px;
    line-height: 26px;
    font-size: 18px; }
    .page-search .page-search__search-button:hover {
      cursor: pointer; }
    .page-search .page-search__search-button:focus {
      outline: none; }
    .page-search .page-search__search-button .page-search__icon {
      display: inline-block;
      vertical-align: top;
      position: relative;
      top: 1px; }
  .page-search .page-search__search-icon {
    height: 18px;
    width: 18px;
    stroke: #000; }
  .page-search.active .page-search__input {
    background: #fff;
    border: 1px solid #e2e2e2;
    width: 156px;
    padding: 0 28px 0 0;
    text-indent: 5px;
    opacity: 1; }
  .page-search.active .page-search__search-button {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg); }

.cookie-notice {
  height: 45px;
  border: 1px #F2F2F2;
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.08);
  width: 100%;
  z-index: 102;
  background: #fff;
  padding: 0px;
  position: fixed;
  top: 0px; }
  .cookie-notice__box {
    margin: auto;
    padding: 0px 10px;
    position: relative;
    width: 990px; }
    .cookie-notice__box--text {
      padding-right: 10px;
      padding-top: 5px;
      font: "Proxima Nova", Helvetica, Arial, sans-serif;
      font-size: 17px;
      color: #000;
      position: absolute;
      width: 950px; }
      .cookie-notice__box--text svg {
        height: 30px;
        width: 30px;
        position: relative;
        top: 3px; }
      .cookie-notice__box--text span {
        position: relative;
        top: -6px;
        padding-left: 15px; }
    .cookie-notice__box--remove {
      position: absolute;
      right: 13px;
      top: 13px; }
      .cookie-notice__box--remove svg {
        fill: #EAEAEA;
        height: 17px;
        width: 17px;
        display: inline-block;
        position: relative;
        padding-left: 10px; }
    .cookie-notice__box--set {
      font: "Proxima Nova", Helvetica, Arial, sans-serif;
      color: #000;
      position: absolute; }
    .cookie-notice__box--btn {
      height: 30px;
      margin-left: 15px;
      border-radius: 5px;
      font: "Proxima Nova", Helvetica, Arial, sans-serif;
      font-size: 13px;
      padding: 0px 8px;
      background: #0077ee;
      background-image: -moz-linear-gradient(center top, #07E 33%, #0060C1 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #007efd), color-stop(100%, #0060c1));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(left top, left bottom, from(#007efd), to(#0060c1));
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top, #007efd 0%, #0060c1 100%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(top, #007efd 0%, #0060c1 100%);
      /* IE10+ */
      background: linear-gradient(top, #007efd 0%, #0060c1 100%);
      /* W3C */
      color: #FFF;
      position: relative;
      top: -2px; }

@media all and (min-width: 1125px) {
  .ThreeColumns.HomePage .cookie-notice__box {
    width: 1125px !important;
    top: 28%; }
    .ThreeColumns.HomePage .cookie-notice__box .cookie-notice__box--remove {
      top: -3px; }
      .ThreeColumns.HomePage .cookie-notice__box .cookie-notice__box--remove svg {
        top: 4px; } }

.country-badge {
  width: 30px;
  height: 30px; }

.twitter--logo {
  background-color: #fff !important;
  color: #fff !important;
  float: left;
  margin-right: 10px;
  height: 18px; }
  .twitter--logo svg {
    fill: #08a0e9 !important;
    width: 18px !important;
    height: 18px !important; }

.vertical-section {
  margin-bottom: 30px; }
  .vertical-section .grid-posts > li {
    width: 100%; }
  .vertical-section .lede__link {
    position: relative; }
  .vertical-section .lede__media__duration {
    font-size: 14px; }

.videos .vertical-section,
.buzz .vertical-section {
  margin-bottom: 0; }

.solid .block-heading, .block-heading {
  clear: both;
  font-size: 22px;
  font-weight: 600;
  color: #333;
  margin: 0 0 15px; }
  .solid .block-heading a, .block-heading a {
    color: #333; }
    .solid .block-heading a:hover, .block-heading a:hover {
      color: #07e; }
  .section.first .solid .block-heading, .section.first .block-heading {
    margin-top: 15px; }
  .header .solid .block-heading, .header .block-heading {
    margin-bottom: 0; }
  .third-module--pinterest .solid .block-heading, .third-module--pinterest .block-heading {
    display: none; }

footer {
  width: 100%;
  border-top: 1px solid #ccc;
  background: #e6e6e6 !important; }

.page-footer {
  margin: 0 auto;
  width: 100%;
  max-width: 1040px;
  padding: 25px;
  position: relative; }
  .page-footer .footer-menu {
    padding: 0;
    margin: 0; }
    .page-footer .footer-menu > li {
      line-height: 170%;
      text-transform: capitalize;
      display: inline;
      margin: 0 7px 10px 0; }
  .page-footer .footer-menu__item {
    color: #000; }
    .page-footer .footer-menu__item:hover {
      color: #07e; }
  .page-footer .footer-menu--main {
    padding-bottom: 10px; }
    .page-footer .footer-menu--main > li {
      font-size: 15px; }
  .page-footer .footer-menu--sub {
    float: left;
    width: 52%;
    display: block;
    min-width: 490px; }
    .page-footer .footer-menu--sub > li {
      font-size: 11px; }

.footer-copyright {
  display: inline-block;
  width: 45%;
  min-width: 420px;
  padding: 0;
  text-align: justify !important;
  margin-top: 2px !important; }
  .footer-copyright li {
    display: inline; }
    .footer-copyright li:last-child {
      float: right; }
  .footer-copyright p {
    color: #999;
    font-size: 11px !important;
    display: inline; }
  .footer-copyright .made-in-nyc-logo {
    width: 46px;
    height: 47px;
    display: inline-block;
    background: url("/static/images/global/made-ny-logo.png?v=1460153433") no-repeat center;
    margin-top: -21px; }

.show-states {
  padding-top: 50px;
  background: #fff; }

.footer-header .page-footer {
  width: 100%;
  padding: 5px 3%; }

.footer-header .footer-copyright {
  width: 90%; }

.page-footer-wrapper {
  margin-top: 100px; }
  .footer-header .page-footer-wrapper {
    margin-top: 0; }

.footer--stacked footer {
  border: 1px solid #ccc; }

.footer--stacked .jp-menu-clean {
  display: block;
  text-wrap: none; }

.footer--stacked {
  text-align: center; }
  .footer--stacked .page-footer {
    width: 100%;
    padding: 25px 0; }
  .footer--stacked .footer-menu > li {
    display: block; }
  .footer--stacked .footer-menu--sub {
    width: 130px;
    margin: 0 auto;
    float: none;
    min-width: 0; }
    .footer--stacked .footer-menu--sub > li {
      display: inline; }
    .footer--stacked .footer-menu--sub > li:first-child {
      display: block;
      margin: 0; }
  .footer--stacked .footer-copyright {
    width: 100%;
    min-width: 0;
    margin-top: 20px !important;
    text-align: center !important; }
    .footer--stacked .footer-copyright li {
      display: block; }
    .footer--stacked .footer-copyright li:last-child {
      float: none; }
    .footer--stacked .footer-copyright p {
      font-size: 13px; }
    .footer--stacked .footer-copyright .made-in-nyc-logo {
      margin-top: 21px; }

.footer-header .page-footer {
  padding: 5px 3%; }

.footer-header .footer-copyright {
  width: 90%; }

.homepage-video {
  width: 470px; }
  .homepage-video header {
    border-bottom: solid 1px #e32;
    margin: 0 0 10px; }
    .homepage-video header h1 {
      color: #e32;
      font-size: 20px;
      font-weight: 700; }
  .homepage-video .featured-buzzes {
    width: 100%; }
  .homepage-video .lede__title {
    color: #000;
    font-size: 14px;
    line-height: 14px; }
    .homepage-video .lede__title .lede__link {
      color: #000;
      font-size: 14px;
      line-height: 14px; }
  .homepage-video .lede__media {
    position: relative; }

@media (min-width: 1125px) {
  .homepage-video {
    width: 520px; } }

.lede {
  overflow: hidden; }
  .lede__media {
    display: block;
    float: left;
    margin-right: 15px;
    position: relative; }
    .lede__media img {
      display: block; }
  .lede__body {
    overflow: hidden; }
  .lede__link {
    color: #333; }
    .lede__link:hover {
      color: #07e; }
      .lede__link:hover .lede__video-icon {
        background-color: #222; }
  .lede__title {
    margin: 0;
    color: #333;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2; }
    .lede__title--bold {
      font-weight: 600; }
  .lede__kicker {
    font-weight: 400;
    font-size: 15px;
    color: #222;
    line-height: 1.2;
    margin: 7px 0 0; }
    .lede__kicker b,
    .lede__kicker strong {
      font-weight: 400;
      font-style: normal; }
  .lede__meta {
    letter-spacing: .1px;
    margin-top: 5px; }
    .lede__meta__item {
      color: #aaa;
      font-size: 11px;
      display: inline-block;
      margin-left: 5px; }
      .lede__meta__item:first-child {
        margin-left: 0; }
      .lede__meta__item .lede__meta__advertiser {
        background: #edb802;
        color: #fff;
        font-size: 9px;
        letter-spacing: 1px;
        line-height: 1;
        padding: 3px 3px 2px;
        display: inline-block;
        text-transform: uppercase; }
      .lede__meta__item .lede__meta__advertiser .fa-user {
        font-size: 10px; }
      .lede__meta__item .lede__meta__icon {
        fill: #aaa;
        height: 10px;
        width: 10px;
        position: relative;
        top: 1px; }
      .lede__meta__item .lede__meta__icon--user {
        width: 11px;
        height: 10px; }
      .lede__meta__item .lede__meta__icon--comment {
        width: 12px;
        height: 11px;
        top: 2px; }
      .lede__meta__item .lede__meta__icon--eye {
        height: 12px;
        width: 13px;
        top: 3px; }
      .lede__meta__item a {
        color: #aaa; }
        .lede__meta__item a:hover {
          color: #222; }
  .lede__postedon {
    margin-left: 0px; }
  .lede__video-icon {
    display: block;
    width: 28px;
    height: 23px;
    position: absolute;
    bottom: 6px;
    left: 6px;
    background: #07e;
    border-radius: 4px; }
    .lede__video-icon__arrow {
      display: block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 5.5px 0 5.5px 8px;
      border-color: transparent transparent transparent #fff;
      margin: 6px 11px; }
  .lede--stacked .lede__media {
    float: none;
    margin: 0 0 10px; }
  .lede--stacked.lede--has-no-kicker .lede__media {
    position: relative; }
    .lede--stacked.lede--has-no-kicker .lede__media .lede__media__duration {
      right: 9px; }
      @media (min-width: 1150px) {
        .lede--stacked.lede--has-no-kicker .lede__media .lede__media__duration {
          right: 14px; } }
  .lede--featured .lede__media img {
    width: 256px; }

.lede__ptools {
  position: absolute;
  right: 0;
  top: 20px;
  width: 30px;
  height: 80px;
  padding: 5px;
  z-index: 1;
  cursor: pointer;
  box-sizing: content-box; }

.lede:hover .lede__ptools {
  display: block; }

.lede__body .lede__ptools {
  display: none; }

.lede--bold-title .lede__title {
  font-weight: 600; }

.lede--blue-title .lede__title {
  color: #07e; }

.lede--blue-title .lede__link {
  color: #07e; }
  .lede--blue-title .lede__link:hover {
    color: #e32; }

.lede--blue-title .lede__kicker {
  margin: 7px 0; }

.videos .lede__meta {
  display: none; }

.lede__badge {
  display: block;
  height: 50px;
  width: 50px;
  margin: -15px 0 -35px -15px;
  position: relative;
  z-index: 1;
  text-decoration: none; }

.small-meta {
  letter-spacing: .1px;
  margin: 5px 0 0;
  color: #aaa;
  font-size: 11px; }
  .small-meta .small-meta__item {
    color: #aaa;
    font-size: 11px;
    display: inline-block;
    margin-left: 5px; }
    .small-meta .small-meta__item:first-child {
      margin-left: 0; }
  .small-meta .small-meta__advertiser {
    background: #edb802;
    color: #fff;
    font-size: 9px;
    letter-spacing: 1px;
    line-height: 1;
    padding: 3px 3px 2px;
    display: inline-block;
    text-transform: uppercase; }
  .small-meta .small-meta__icon {
    fill: currentColor;
    height: 10px;
    width: 10px;
    position: relative;
    top: 1px; }
  .small-meta .small-meta__icon--time {
    top: 2px; }
  .small-meta .small-meta__icon--user {
    width: 11px;
    height: 10px; }
  .small-meta .small-meta__icon--comment {
    width: 12px;
    height: 11px;
    top: 2px; }
  .small-meta .small-meta__icon--eye {
    height: 12px;
    width: 13px;
    top: 3px; }
  .small-meta .small-meta__username {
    display: inline-block;
    max-width: 130px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .small-meta a {
    color: #aaa; }
    .small-meta a:hover {
      color: #777777; }
  .small-meta span {
    white-space: nowrap; }
  .small-meta.small-meta--bigger .small-meta__item {
    font-size: 14px; }
  .small-meta.small-meta--bigger .small-meta__icon {
    height: 13px;
    width: 13px; }

.no-meta .small-meta,
.has-no-meta-timestamp .small-meta__item--timestamp,
.has-no-meta-comment .small-meta__item--comment,
.Reader .small-meta, .Column2 .small-meta__item--timestamp {
  display: none; }

.img--hover {
  position: relative;
  display: block; }
  .img--hover .klok__title {
    display: none; }
  .img--hover:hover:before {
    display: block;
    background-color: #000;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    content: "";
    height: 100%;
    z-index: 70; }
  .img--hover:hover .klok__title {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin: 10px;
    color: #fff;
    z-index: 71;
    font-size: 14px;
    line-height: 16px; }
  .img--hover img {
    width: 100%;
    display: block; }

.btn {
  color: #fff !important;
  display: block;
  padding: 15px 20px; }
  .btn:hover {
    color: #fff; }

.partner-sash {
  position: absolute;
  background-color: #edb802;
  color: #fff;
  top: 0;
  left: 7px;
  padding: 3px 2px;
  line-height: 1;
  margin-left: -15px;
  font-size: 7px;
  letter-spacing: 1px;
  display: inline-block;
  text-transform: uppercase;
  z-index: 1;
  -webkit-transform: rotate(-15deg);
  -moz-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  -o-transform: rotate(-15deg);
  transform: rotate(-15deg); }

.partner-sash--horizontal {
  margin: 0;
  position: inherit;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none; }

.sponsor-sash {
  display: none; }

.hp-beta .col2 .vertical-section, .hp-layout .col2 .vertical-section {
  margin-bottom: 0; }

.hp-beta .midcol-dfp-story, .hp-layout .midcol-dfp-story {
  list-style-type: none;
  margin: 0 0 20px; }
  .hp-beta .midcol-dfp-story .bf-image-bigstory, .hp-layout .midcol-dfp-story .bf-image-bigstory {
    width: 100%;
    height: auto; }

.hp-beta .span-4 .bf-widget, .hp-layout .span-4 .bf-widget {
  background: #fff;
  margin-top: 0;
  min-height: 253px; }
  .hp-beta .span-4 .bf-widget .featured-section .partner-area, .hp-layout .span-4 .bf-widget .featured-section .partner-area {
    margin: 5px 0 10px;
    padding: 0 0 10px; }
  .hp-beta .span-4 .bf-widget .bf-item-title a, .hp-layout .span-4 .bf-widget .bf-item-title a {
    font-size: 20px;
    line-height: 22px; }
  .hp-beta .span-4 .bf-widget .flex-wide-thumb, .hp-layout .span-4 .bf-widget .flex-wide-thumb {
    height: auto; }
  .hp-beta .span-4 .bf-widget .bf-blurb.description, .hp-layout .span-4 .bf-widget .bf-blurb.description {
    display: none; }

.hp-foreign .f_other .partner-info {
  display: none; }

.hp-foreign .partner-sash {
  display: none; }

.hp-foreign .f_ad .partner-sash {
  display: inline-block; }

.Column2 .featured_section .partner-area {
  padding: 0; }
  .Column2 .featured_section .partner-area .campaign-wide-thumb {
    width: 336px;
    height: 119px; }
  .Column2 .featured_section .partner-area .lede__title {
    font-size: 19px;
    line-height: 21px;
    font-weight: 600; }

.vertical-sponsorship {
  display: inline;
  position: absolute;
  max-height: 50px;
  margin: 25px 10px; }

.span-4.entertainment .dfp_bigstory {
  margin-top: -280px;
  margin-bottom: 15px; }

.sidebar-front .BF_WIDGET_MSU.featured_section {
  margin-top: 0 !important; }

.BF_WIDGET_MSU {
  display: block;
  width: 336px;
  border: 2px solid #000;
  padding: 0 10px !important; }
  .BF_WIDGET_MSU.au-bsu {
    width: 100% !important; }
  .BF_WIDGET_MSU:not(.au-bsu) {
    margin-top: 22px !important; }
  .BF_WIDGET_MSU .bf-msu-header-banner {
    display: block !important;
    margin: -15px auto 0; }
  .BF_WIDGET_MSU .bf-msu-sponsorship-image {
    display: block !important;
    margin: 10px auto;
    max-width: 295px;
    max-height: 50px; }
  .BF_WIDGET_MSU .bf-msu-companion {
    clear: both; }
  .BF_WIDGET_MSU .bf-item {
    padding: 0 !important; }
    .BF_WIDGET_MSU .bf-item .media {
      display: none; }
    .BF_WIDGET_MSU .bf-item .lede__media {
      margin: 0; }
    .BF_WIDGET_MSU .bf-item .bf-item-title {
      margin: 3px 0 15px;
      margin-bottom: 15px; }
  .BF_WIDGET_MSU .bf-name {
    display: block !important;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: #000 !important;
    margin: 3px 0 15px; }
    .BF_WIDGET_MSU .bf-name.bf-url {
      line-height: 1; }
  .BF_WIDGET_MSU .bf-image-bigstory {
    display: block;
    width: 100% !important;
    height: auto;
    max-height: 120px; }
  .BF_WIDGET_MSU .f_ad .partner-sash {
    display: block !important; }

.videos .partner-area {
  margin-bottom: 30px; }
  .videos .partner-area .campaign-big-thumb {
    width: 100%; }

.f_sponsorship .sponsor-sash {
  position: absolute;
  background-color: #fff;
  color: #aaa;
  top: 0;
  left: 7px;
  padding: 3px;
  line-height: 1;
  margin-left: -15px;
  font-size: 7px;
  letter-spacing: 1px;
  display: inline-block;
  text-transform: uppercase;
  border: 1px solid #aaa;
  z-index: 1;
  -webkit-transform: rotate(-15deg);
  -moz-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  -o-transform: rotate(-15deg);
  transform: rotate(-15deg); }

.BF_WIDGET_SSU .bf-ssu-text-wrapper {
  position: absolute;
  bottom: 10px; }

.BF_WIDGET_SSU .bf-item-ssu-tune-in {
  display: inline-block !important;
  padding: 3px 10px;
  font-size: 12px;
  text-transform: uppercase;
  color: white;
  background-color: #ee3322;
  height: 21px; }

.BF_WIDGET_SSU .lede__title {
  background-color: rgba(0, 0, 0, 0.6); }

.BF_WIDGET_SSU .bf-url.bf-name {
  display: inline-block;
  color: white;
  padding: 3px 10px 0px; }

.BF_WIDGET_SSU .media {
  margin-top: 0;
  padding: 0px 0px 2px 10px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6); }
  .BF_WIDGET_SSU .media .bf-user_image_large {
    display: none; }
  .BF_WIDGET_SSU .media .by-line--f-ad {
    float: left;
    margin: 7px 5px 0px 0px; }
  .BF_WIDGET_SSU .media .bf-display_name {
    color: white;
    opacity: 0.6; }

.byline {
  overflow: hidden;
  zoom: 1;
  width: 310px;
  margin-bottom: 5px;
  height: 60px; }
  .byline__avatar {
    float: left;
    margin-right: 10px;
    display: block;
    width: 50px;
    height: 50px; }
  .byline__body {
    line-height: 19px;
    overflow: hidden;
    zoom: 1; }
  .byline__author {
    font-size: 17px;
    font-weight: 600; }
    .f_sponsorship .byline__author {
      display: block; }
  .byline__title {
    font-size: 17px;
    color: #444; }
  .byline__title_f_ad {
    display: none; }
  .byline.simple {
    width: auto;
    margin-left: 4px;
    height: 19px; }

.byline-divider::after {
  clear: both;
  content: "";
  display: table; }

.simple-byline-title {
  float: left;
  font-size: 17px;
  color: #666;
  margin: 0 0 5px 4px;
  line-height: 19px; }

.user-tier-box {
  width: 310px; }
  .user-tier-box p {
    margin: 0 0 5px;
    color: #999; }
  .user-tier-box.brand-publisher {
    float: right; }

.by-line {
  display: none; }

.by-line--f-other {
  display: none; }
  .f_partner .by-line--f-other,
  .f_other .by-line--f-other,
  .f_sponsorship .by-line--f-other {
    display: block; }

.by-line--f-ad {
  display: none; }
  .f_ad .by-line--f-ad {
    display: block; }

.by-line--f-partner {
  display: none; }

.by-line--f-sponsorship {
  display: none; }
  .f_sponsorship .by-line--f-sponsorship {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 3px;
    font-size: 9px;
    border: 1px solid #aaa;
    line-height: 1;
    color: #aaa; }

.f_sponsorship .bf-display_name {
  display: block; }

.f_sponsorship .partner-sash {
  display: none; }

.vertical-label {
  display: inline-block;
  margin: .5rem;
  background-color: #bababa;
  padding: .5rem;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase; }
  .vertical-label:hover {
    background-color: #e32;
    color: #fff; }
  .badge-wrapper + .vertical-label {
    margin-top: 30px;
    margin-left: 0; }
  .header-block .vertical-label {
    margin-left: 0; }

.digest {
  margin-bottom: 30px; }
  .digest .small-meta,
  .digest .lede__kicker {
    display: none; }
  .digest__heading {
    font-size: 28px;
    color: #333;
    margin: 0 0 10px;
    line-height: 1; }
    .digest__heading a {
      color: inherit; }
    .digest__heading a:hover {
      color: #07e; }
  .digest__list {
    list-style: none;
    padding-left: 0;
    margin: 0; }
  .digest__list-item {
    border-top: 1px solid #979797;
    margin-top: 15px;
    padding-top: 14px; }
  .digest__list-bigstory {
    border: 0;
    margin-top: 0;
    padding-top: 0; }
  .digest__list-title {
    font-size: 17px;
    color: #333;
    font-weight: 400;
    margin: 0; }
  .digest__link {
    color: inherit; }
    .digest__link:hover {
      color: #07e; }

.newsletter-subscribe {
  position: relative;
  margin: 25px 0 30px;
  padding-top: 27px; }
  .newsletter-subscribe .news-bubble {
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -28px;
    width: 56px;
    height: 56px;
    z-index: 1; }
    .newsletter-subscribe .news-bubble__svg {
      position: absolute;
      left: 50%;
      top: 0;
      margin-left: -28px;
      width: 56px;
      text-align: center; }
  .newsletter-subscribe__title {
    border: 1px solid #cbcbcb;
    border-bottom: 0;
    padding: 35px 20px 20px;
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    line-height: 22px;
    margin: 0; }
  .newsletter-subscribe__form {
    margin: 0;
    padding: 0; }
    .newsletter-subscribe__form::after {
      clear: both;
      content: "";
      display: table; }
    .newsletter-subscribe__form__reader {
      display: none; }
    .newsletter-subscribe__form__submit {
      padding: 18px 15px 16px;
      margin-left: -5px;
      float: right;
      vertical-align: top;
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      transition: all 0.2s; }
    .newsletter-subscribe__form__submit:hover {
      color: #fff;
      background: #07e;
      border-color: #07e; }
    @media screen and (-webkit-min-device-pixel-ratio: 0) {
      .newsletter-subscribe__form__submit {
        padding: 18px 15px 17px; } }
  .newsletter-subscribe .newsletter-subscribe__form__email-field {
    float: left;
    width: 75%;
    height: 50px;
    padding: 15px;
    border: 0;
    font-size: 16px;
    line-height: 20px;
    color: #333;
    border: 1px solid #cbcbcb;
    border-right: 0; }
    .newsletter-subscribe .newsletter-subscribe__form__email-field::-webkit-input-placeholder {
      color: #8d8d8d;
      font-style: "Proxima Nova"; }
    .newsletter-subscribe .newsletter-subscribe__form__email-field:-moz-placeholder {
      color: #8d8d8d;
      font-style: "Proxima Nova"; }
    .newsletter-subscribe .newsletter-subscribe__form__email-field::-moz-placeholder {
      color: #8d8d8d;
      font-style: "Proxima Nova"; }
    .newsletter-subscribe .newsletter-subscribe__form__email-field:-ms-input-placeholder {
      color: #8d8d8d;
      font-style: "Proxima Nova"; }
    .newsletter-subscribe .newsletter-subscribe__form__email-field.error-border {
      border-right: 1px solid #e32; }
  .newsletter-subscribe__message-success {
    text-align: center;
    border: 1px solid #cbcbcb;
    padding: 35px 20px;
    color: #333;
    font-size: 16px;
    text-align: center; }
    .newsletter-subscribe__message-success:before {
      content: "";
      display: inline-block;
      position: relative;
      top: 2px;
      width: 16px;
      height: 16px;
      margin-right: 3px;
      background: url("/static/images/global/check-green.svg?v=1460153433");
      background-size: 16px; }
  .newsletter-subscribe .newsletter-subscribe__spinner,
  .newsletter-subscribe .newsletter-subscribe__message-failure {
    width: 100%;
    padding: 10px 15px;
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid #cbcbcb;
    text-align: center;
    font-size: 16px; }
  .newsletter-subscribe__message-failure {
    border-top: 0; }
    .newsletter-subscribe__message-failure:before {
      display: none; }
  .newsletter-subscribe__spinner {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 54px; }
    .newsletter-subscribe__spinner .loader {
      margin: -4px auto 0; }
    .newsletter-subscribe__spinner--small {
      height: 46px; }
  .newsletter-subscribe * {
    box-sizing: border-box; }
  .newsletter-subscribe .hidden {
    display: none !important; }

.country-switch {
  position: relative;
  -webkit-box-shadow: inset 0 1px 1px #fff;
  -moz-box-shadow: inset 0 1px 1px #fff;
  -ms-box-shadow: inset 0 1px 1px #fff;
  -o-box-shadow: inset 0 1px 1px #fff;
  box-shadow: inset 0 1px 1px #fff;
  background: #e6e6e6;
  border-radius: 3px;
  border: solid 1px #cbcbcb;
  color: #07e;
  display: inline-block;
  font-size: 16px;
  padding: 0; }
  .country-switch:hover {
    cursor: pointer; }
  .country-switch .country-switch__button {
    display: inline-block;
    color: #07e;
    padding: 4px 11px !important; }
    .country-switch .country-switch__button:hover {
      color: #000; }
  .country-switch .country-switch__svg {
    position: relative;
    top: 2px;
    display: inline-block;
    pointer-events: none;
    fill: currentColor; }
  .country-switch .country-switch__globe {
    height: 16px;
    width: 16px;
    padding: 0 3px 0 0; }
  .country-switch .country-switch__arrow {
    height: 12px;
    width: 12px; }
  .country-switch .country-switch__menu {
    position: absolute;
    width: auto;
    z-index: 999;
    border-radius: 3px;
    padding: 10px;
    -webkit-box-shadow: 0 1px 3px #999;
    -moz-box-shadow: 0 1px 3px #999;
    -ms-box-shadow: 0 1px 3px #999;
    -o-box-shadow: 0 1px 3px #999;
    box-shadow: 0 1px 3px #999;
    background: #fff;
    box-sizing: content-box; }
    .country-switch .country-switch__menu a {
      color: #000;
      display: block;
      font-size: 18px;
      margin: 0 0 5px; }
    .country-switch .country-switch__menu a:hover {
      color: #07e; }

.country-switch-parent--top .country-switch__menu {
  bottom: 100%; }

.country-switch-parent--foreign--front .country-switch {
  margin: -4px 5px 0 0; }

.country-switch-parent--foreign--bpage .country-switch {
  float: right;
  margin: 4px 12px 0 0; }

.toggle {
  display: block;
  width: 100%;
  height: 35px;
  font-size: 14px;
  color: #969696;
  margin: 10px 0; }
  .toggle__label {
    display: block;
    float: left;
    padding: 9px 15px 9px 0;
    font-weight: bold; }
  .toggle__list {
    margin: 0;
    padding: 0;
    list-style: none; }
  .toggle__item {
    margin: 0;
    padding: 0;
    display: block;
    float: left;
    font-weight: 600; }
    .toggle__item:first-child .toggle__link {
      border-radius: 6px 0 0 6px; }
    .toggle__item:last-child .toggle__link {
      border-radius: 0 6px 6px 0; }
    .toggle__item + .toggle__item .toggle__link {
      border-left: 0; }
  .toggle__link {
    background-color: #fff;
    display: block;
    width: 75px;
    padding: 8px 0;
    border: 1px solid #e2e2e2;
    color: #969696;
    text-align: center; }
    .toggle__link::first-letter {
      text-transform: uppercase; }
    .toggle__link:hover {
      color: #07e; }
  .toggle__link--selected {
    background: #07e;
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    color: #fff;
    border-color: #07e; }
    .toggle__link--selected:hover {
      color: #fff; }

.swarm {
  position: relative;
  width: 100%; }
  .swarm .btn {
    box-shadow: none; }

.swarm__link {
  display: block; }

.swarm--newsapp--top-mobile .swarm__link {
  width: auto; }

.swarm__link {
  width: 1000px;
  margin: 0 auto;
  position: relative; }
  .BuzzPage .swarm__link,
  .VerticalSection .swarm__link,
  .HomeSection .swarm__link {
    width: 990px; }
  .HomePage .swarm__link {
    width: 1000px;
    padding-left: 0; }
  @media (min-width: 1125px) {
    .swarm__link,
    .HomePage .swarm__link {
      width: 1125px; } }

.swarm-bottom .swarm__link {
  width: 100%; }

.swarm {
  height: 60px; }
  .swarm::after {
    clear: both;
    content: "";
    display: table; }

.swarm--wider {
  min-width: 1020px; }

.swarm--newsapp--top-desktop {
  background-color: #444;
  background-image: -webkit-radial-gradient(#444, #222, , , , , , , , );
  background-image: radial-gradient(  #444, #222, , , , , , , , );
  color: #fff;
  position: relative; }
  .swarm--newsapp--top-desktop .swarm__icon {
    width: 33px;
    height: 36px;
    margin-right: 10px;
    position: relative;
    display: inline-block;
    top: 8px; }
  .swarm--newsapp--top-desktop .swarm__body {
    position: relative;
    text-align: left;
    top: 10px;
    display: inline-block; }
  .swarm--newsapp--top-desktop .swarm__copy {
    font-size: 18px;
    margin: 0 8px;
    display: inline-block;
    font-weight: 400;
    color: #fff;
    position: relative;
    bottom: 9px; }
  .swarm--newsapp--top-desktop .swarm__header {
    display: inline-block;
    fill: #fff; }
  .swarm--newsapp--top-desktop .swarm__header__svg {
    width: 200px;
    height: 39px;
    fill: #fff; }
  .swarm--newsapp--top-desktop .swarm__action {
    border: 0;
    display: inline-block;
    padding: 10px 20px;
    background: #07e;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    border-radius: 5px;
    position: relative;
    display: inline-block;
    bottom: 3px;
    margin-left: 30px; }
    .swarm--newsapp--top-desktop .swarm__action:hover {
      background: #0884ff; }

.swarm {
  height: 100%; }

.swarm,
.swarm__link,
.HomePage .swarm__link,
.VerticalSection .swarm__link,
.BuzzPage .swarm__link {
  width: 100%; }

.swarm--sponsored-swarm--top-desktop {
  position: relative;
  max-width: 1125px;
  max-height: 67px;
  margin: auto; }

.page-header--responsive .swarm--sponsored-swarm--top-desktop {
  padding-bottom: 2px;
  max-height: 67px; }

.BuzzPage .swarm--sponsored-swarm--top-desktop,
.UserPage .swarm--sponsored-swarm--top-desktop,
.VerticalSection .swarm--sponsored-swarm--top-desktop {
  max-width: 1020px; }

.app_promo--top-container {
  display: none; }

.swarm__loaded.app_promo--top-container {
  display: block;
  border-bottom: 1px solid #eaeaea;
  background-color: #fff; }

.desktop-sponsored-swarm__top-banner {
  width: 100%;
  height: 100%;
  margin-bottom: -5px; }

.badge-list {
  list-style: none;
  margin: 0;
  padding: 0; }
  .badge-list__item {
    display: inline-block;
    width: 50px;
    height: 52px;
    vertical-align: top;
    margin-left: 7px; }

.badge__link {
  display: block;
  position: relative;
  top: 2px; }
  .badge__link .badge__svg {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-color: #fe0;
    box-shadow: 0.8px 0.8px 0.2px #ccc; }
  .badge__link .badge__svg--trending {
    background-color: #e32; }
  .badge__link:hover {
    top: 0; }
  .badge__link--partner {
    width: 50px;
    height: 54px; }

.badge__link--bestof2015 {
  background: url("/static/images/partner/bestof2015/bestof2015_badge.png?v=1460153433") no-repeat center center; }

.btn--facebook, .btn--twitter, .btn--youtube, .btn--pinterest, .btn--instagram, .btn--tumblr, .btn--applenews, .btn--email, .btn--rss, .btn--submit, .btn--secondary, .hiring-widget .btn--pink {
  cursor: pointer;
  margin: 0;
  padding: 0;
  background-color: transparent;
  background-image: none;
  border: 0;
  white-space: nowrap;
  -webkit-appearance: none;
  appearance: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-family: inherit;
  height: 2.625rem;
  padding: 0.625rem 0.875rem;
  font-size: 1rem;
  border-radius: 3px;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 1px solid transparent;
  text-align: center;
  background-color: #07e;
  color: #fff;
  width: 100%; }
  .btn--facebook:focus,
  .btn--twitter:focus,
  .btn--youtube:focus,
  .btn--pinterest:focus,
  .btn--instagram:focus,
  .btn--tumblr:focus,
  .btn--applenews:focus,
  .btn--email:focus,
  .btn--rss:focus,
  .btn--submit:focus,
  .btn--secondary:focus,
  .hiring-widget .btn--pink:focus,
  .btn--facebook:active:focus, .btn--twitter:active:focus, .btn--youtube:active:focus, .btn--pinterest:active:focus, .btn--instagram:active:focus, .btn--tumblr:active:focus, .btn--applenews:active:focus, .btn--email:active:focus, .btn--rss:active:focus, .btn--submit:active:focus, .btn--secondary:active:focus, .hiring-widget .btn--pink:active:focus {
    outline: 0; }
  .btn--facebook:hover, .btn--twitter:hover, .btn--youtube:hover, .btn--pinterest:hover, .btn--instagram:hover, .btn--tumblr:hover, .btn--applenews:hover, .btn--email:hover, .btn--rss:hover, .btn--submit:hover, .btn--secondary:hover, .hiring-widget .btn--pink:hover {
    transition: background-color 0.3s ease 0s; }
  .btn--facebook svg, .btn--twitter svg, .btn--youtube svg, .btn--pinterest svg, .btn--instagram svg, .btn--tumblr svg, .btn--applenews svg, .btn--email svg, .btn--rss svg, .btn--submit svg, .btn--secondary svg, .hiring-widget .btn--pink svg {
    fill: currentColor; }

.btn--facebook {
  text-align: left;
  background-color: #3b5998 !important;
  color: #fff !important; }
  .btn--facebook:not(.button--disabled):hover {
    background-color: #1e2e4f !important;
    color: #fff !important; }
  .btn--facebook.button--disabled:hover {
    color: #fff !important; }
  .btn--facebook:not(.button--disabled):active {
    background-color: #090e17 !important; }

.btn--twitter {
  text-align: left;
  background-color: #00aced !important;
  color: #fff !important; }
  .btn--twitter:not(.button--disabled):hover {
    background-color: #006287 !important;
    color: #fff !important; }
  .btn--twitter.button--disabled:hover {
    color: #fff !important; }
  .btn--twitter:not(.button--disabled):active {
    background-color: #002a3a !important; }

.btn--youtube {
  text-align: left;
  background-color: #b00 !important;
  color: #fff !important; }
  .btn--youtube:not(.button--disabled):hover {
    background-color: #550000 !important;
    color: #fff !important; }
  .btn--youtube.button--disabled:hover {
    color: #fff !important; }
  .btn--youtube:not(.button--disabled):active {
    background-color: #080000 !important; }

.btn--pinterest {
  text-align: left;
  background-color: #cb2027 !important;
  color: #fff !important; }
  .btn--pinterest:not(.button--disabled):hover {
    background-color: #731216 !important;
    color: #fff !important; }
  .btn--pinterest.button--disabled:hover {
    color: #fff !important; }
  .btn--pinterest:not(.button--disabled):active {
    background-color: #310809 !important; }

.btn--instagram {
  text-align: left;
  background-color: #517fa4 !important;
  color: #fff !important; }
  .btn--instagram:not(.button--disabled):hover {
    background-color: #2f4a60 !important;
    color: #fff !important; }
  .btn--instagram.button--disabled:hover {
    color: #fff !important; }
  .btn--instagram:not(.button--disabled):active {
    background-color: #16222d !important; }

.btn--tumblr {
  text-align: left;
  background-color: #44546b !important;
  color: #fff !important; }
  .btn--tumblr:not(.button--disabled):hover {
    background-color: #1c232d !important;
    color: #fff !important; }
  .btn--tumblr.button--disabled:hover {
    color: #fff !important; }
  .btn--tumblr:not(.button--disabled):active {
    background-color: black !important; }

.btn--applenews {
  text-align: left;
  background-color: #222 !important;
  color: #fff !important; }
  .btn--applenews:not(.button--disabled):hover {
    background-color: black !important;
    color: #fff !important; }
  .btn--applenews.button--disabled:hover {
    color: #fff !important; }
  .btn--applenews:not(.button--disabled):active {
    background-color: black !important; }

.btn--email {
  text-align: left;
  background-color: #666 !important;
  color: #fff !important; }
  .btn--email:not(.button--disabled):hover {
    background-color: #333333 !important;
    color: #fff !important; }
  .btn--email.button--disabled:hover {
    color: #fff !important; }
  .btn--email:not(.button--disabled):active {
    background-color: #0d0d0d !important; }

.btn--rss {
  text-align: left;
  background-color: #f4851f !important;
  color: #fff !important; }
  .btn--rss:not(.button--disabled):hover {
    background-color: #a55308 !important;
    color: #fff !important; }
  .btn--rss.button--disabled:hover {
    color: #fff !important; }
  .btn--rss:not(.button--disabled):active {
    background-color: #5c2e05 !important; }

.btn--more {
  cursor: pointer;
  margin: 0;
  padding: 0;
  background-color: transparent;
  background-image: none;
  border: 0;
  white-space: nowrap;
  -webkit-appearance: none;
  appearance: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-family: inherit;
  height: 2.625rem;
  padding: 0.625rem 0.875rem;
  font-size: 1rem;
  border-radius: 3px;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 1px solid transparent;
  text-align: center;
  border: 1px solid #07e;
  color: #07e;
  background: none;
  width: 100%; }
  .btn--more:focus,
  .btn--more:active:focus {
    outline: 0; }
  .btn--more .btn--more__svg {
    display: inline-block;
    fill: currentColor;
    height: 17px;
    width: 12px;
    position: relative;
    margin: 0 0 0 3px;
    vertical-align: top;
    top: 1px; }
  .btn--more:hover {
    transition: background-color 0.3s ease 0s;
    color: #fff;
    background-color: #07e; }
  .btn--more:active {
    background-color: #004488; }
  .btn--more.btn--more--inline {
    display: inline-block;
    width: auto; }
  .btn--more:not(:last-child) {
    margin-bottom: 20px; }

.btn--submit {
  background: #07e; }
  .btn--submit:hover {
    background: #0055A9; }

.btn--secondary {
  border: 1px solid #07e;
  color: #07e !important;
  background: none; }
  .btn--secondary:hover {
    color: #fff !important;
    background-color: #07e; }
  .btn--secondary:active {
    background-color: #004488; }

.btn--buzz,
.btn--small,
.btn--buzz--disabled,
.solid .btn--buzz, .solid .btn--small, .solid .btn--buzz--disabled {
  cursor: pointer;
  margin: 0;
  padding: 0;
  background-color: transparent;
  background-image: none;
  border: 0;
  white-space: nowrap;
  -webkit-appearance: none;
  appearance: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-family: inherit;
  height: 2.625rem;
  padding: 0.625rem 0.875rem;
  font-size: 1rem;
  border-radius: 3px;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 1px solid transparent;
  text-align: center;
  width: 100%; }
  .btn--buzz:focus,
  .btn--buzz:active:focus,
  .btn--small:focus,
  .btn--small:active:focus,
  .btn--buzz--disabled:focus,
  .btn--buzz--disabled:active:focus,
  .solid .btn--buzz:focus,
  .solid .btn--buzz:active:focus, .solid .btn--small:focus,
  .solid .btn--small:active:focus, .solid .btn--buzz--disabled:focus,
  .solid .btn--buzz--disabled:active:focus {
    outline: 0; }
  .btn--buzz:hover,
  .btn--small:hover,
  .btn--buzz--disabled:hover,
  .solid .btn--buzz:hover, .solid .btn--small:hover, .solid .btn--buzz--disabled:hover {
    transition: background-color 0.3s ease 0s; }
  .btn--buzz span,
  .btn--small span,
  .btn--buzz--disabled span,
  .solid .btn--buzz span, .solid .btn--small span, .solid .btn--buzz--disabled span {
    color: inherit; }
  .btn--buzz small,
  .btn--small small,
  .btn--buzz--disabled small,
  .solid .btn--buzz small, .solid .btn--small small, .solid .btn--buzz--disabled small {
    font-size: 13px; }

.solid .btn--buzz, .btn--buzz {
  background-color: #07e;
  color: #fff; }
  .solid .btn--buzz:hover, .btn--buzz:hover {
    background-color: #004488;
    color: #fff; }
  .solid .btn--buzz:active, .btn--buzz:active {
    background-color: #001e3b; }

.btn--buzz.bf_submit:hover {
  background: #004488;
  border: 1px solid transparent; }

.solid .btn--buzz--disabled, .btn--buzz--disabled {
  opacity: .3; }
  .solid .btn--buzz--disabled:hover, .btn--buzz--disabled:hover {
    background-color: #07e;
    color: #fff;
    cursor: default;
    transition: none; }
    .solid .btn--buzz--disabled:hover .btn--buzz__caret, .btn--buzz--disabled:hover .btn--buzz__caret {
      opacity: .75; }

.solid .btn--buzz--discrete, .btn--buzz--discrete {
  border: 1px solid #07e;
  color: #07e;
  background: none; }
  .solid .btn--buzz--discrete:hover, .btn--buzz--discrete:hover {
    color: #fff;
    background-color: #07e; }
  .solid .btn--buzz--discrete:active, .btn--buzz--discrete:active {
    background-color: #004488; }
  .solid .btn--buzz--discrete .btn--buzz__caret, .btn--buzz--discrete .btn--buzz__caret {
    opacity: .6; }

.btn--buzz--small {
  font-size: 0.875rem;
  padding: 0.375rem 0.625rem;
  height: 2rem; }

.btn--buzz__caret {
  display: inline-block;
  fill: #fff;
  height: 17px;
  width: 12px;
  position: relative;
  top: 1px;
  margin: 0 0 0 3px;
  vertical-align: top; }

.btn--buzz--thin {
  padding: 8px 15px; }

.btn--buzz--green {
  background: #03a955;
  line-height: 18px; }

.btn--buzz--half-left {
  width: 48%;
  float: left; }

.btn--buzz--half-right {
  width: 48%;
  float: right; }

.solid .btn--buzz--inline, .btn--buzz--inline {
  display: inline-block;
  width: auto; }
  .solid .btn--buzz--inline + .btn--buzz--inline, .btn--buzz--inline + .btn--buzz--inline {
    margin-left: 6px; }

.bbm-button {
  font-size: 16px !important;
  line-height: 1.4em !important;
  border: transparent; }
  .bbm-button:hover {
    text-decoration: none; }

.page-breadcrumbs {
  display: inline-block;
  margin: 15px 0 5px;
  background-color: #bababa;
  padding: 4px 8px;
  font-size: 12px;
  line-height: 12px;
  color: #fff;
  text-transform: uppercase; }
  .page-breadcrumbs:hover {
    background-color: #07e;
    color: #fff; }
  .badge-wrapper + .page-breadcrumbs {
    margin-top: 30px; }

.hot-on-pinterest .hot-on-pinterest__title {
  display: block;
  font-size: 35px;
  font-weight: 600; }

.hot-on-pinterest .pinterest-button__with-icon {
  background-color: #bd081c;
  color: #fff;
  float: right;
  height: 38px;
  line-height: 38px;
  padding: 0 38px;
  text-align: center; }
  .hot-on-pinterest .pinterest-button__with-icon:hover {
    color: #fff; }

.hot-on-pinterest .pinterest-icon__svg {
  height: 18px;
  width: 19px;
  display: inline-block;
  height: 38px;
  margin-right: 5px;
  vertical-align: top;
  fill: #fff; }

.hot-on-pinterest .repins {
  color: #999;
  font-weight: 600;
  font-size: 11px;
  margin-top: 10px; }

.hot-on-pinterest .hot-on-pinterest__follow {
  font-weight: 600;
  width: 100%; }
  .hot-on-pinterest .hot-on-pinterest__follow .pinterest-button__with-icon {
    margin: 0;
    width: 100%; }

.hot-on-pinterest .hot-on-pinterest__more {
  margin-bottom: 10px; }

.hot-on-pinterest .pinterest-list {
  margin-bottom: 10px; }

.hot-on-pinterest .pinterest-list__li {
  display: inline-block;
  position: relative;
  text-align: left;
  vertical-align: top; }

.hot-on-pinterest .pinterest-list__pin {
  position: relative; }

.hot-on-pinterest .pinterest-list__pin__body {
  height: 100px;
  padding: 10px; }
  .hot-on-pinterest .pinterest-list__pin__body .partner-sash--horizontal {
    margin-top: 5px; }

.hot-on-pinterest .pinterest-list__pin-button {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px; }

.hot-on-pinterest .pinterest-list__pin:hover .pinterest-list__pin-button {
  display: block !important; }

.hot-on-pinterest .buzz-image__pic-pinterest {
  width: 100%;
  height: auto; }

.hot-on-pinterest .pinterest__caption {
  font-weight: 400 !important;
  font-size: 14px;
  line-height: 16px; }
  .hot-on-pinterest .pinterest__caption a {
    color: inherit;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px; }

.third-module--pinterest {
  margin: 20px 0 70px 0; }
  .third-module--pinterest .hot-on-pinterest__title {
    float: left; }
  .third-module--pinterest .hot-on-pinterest__logo {
    float: left;
    position: relative;
    z-index: 1; }
  .third-module--pinterest .hot-on-pinterest__follow {
    width: 300px;
    float: right; }
  .third-module--pinterest .hot-on-pinterest__fixer {
    clear: both;
    padding-top: 15px; }
  .third-module--pinterest .hide-buzz_holder {
    display: none; }
  .third-module--pinterest .buzz-holder {
    border: 1px solid #d7d7d7;
    height: 220px;
    margin: 0 0 0 10px; }
  .third-module--pinterest .btn--more {
    display: none; }
  .third-module--pinterest .pinterest-list {
    margin: 0 0 0 -10px;
    text-align: center; }
  .third-module--pinterest .pinterest-list__li {
    width: calc( 100%/6 - 4px); }

.hot-on-pinterest--vertical {
  border: 2px solid #d7d7d7;
  padding: 0 10px; }
  .hot-on-pinterest--vertical .hot-on-pinterest__heading {
    text-align: center; }
  .hot-on-pinterest--vertical .hot-on-pinterest__title {
    background-color: white;
    display: block;
    font-size: 20px;
    font-weight: 700;
    margin: -10px auto 10px auto;
    text-align: center;
    width: 190px; }
  .hot-on-pinterest--vertical .hot-on-pinterest__logo {
    clear: both;
    display: inline-block;
    margin-bottom: 15px;
    min-height: 50px;
    position: relative;
    width: 100%;
    z-index: 1; }
  .hot-on-pinterest--vertical .pinterest-list {
    margin: 0 0 10px -10px; }
  .hot-on-pinterest--vertical .pinterest-list__li {
    padding-top: 10px;
    width: calc( 50% - 3px); }
  .hot-on-pinterest--vertical .buzz-holder {
    height: 208px;
    border: 1px solid #d7d7d7;
    margin-left: 10px; }
  .hot-on-pinterest--vertical .buzz_holder {
    padding-left: 10px; }

.third-module--pinterest-post {
  margin-bottom: 50px; }
  .third-module--pinterest-post .hot-on-pinterest__title {
    float: left; }
  .third-module--pinterest-post .hot-on-pinterest__follow {
    width: 300px;
    float: right; }
  .third-module--pinterest-post .hot-on-pinterest__fixer {
    clear: both;
    padding-top: 15px; }
  .third-module--pinterest-post .pinterest-list {
    width: calc( 100% + 10px); }
  .third-module--pinterest-post .pinterest-list__li {
    padding-top: 10px;
    width: calc( 100%/3 - 3px); }
  .third-module--pinterest-post .buzz-holder {
    border: 1px solid #d7d7d7;
    height: 218px;
    margin-right: 10px; }

.pinterest-mobile {
  clear: both;
  padding: 15px 0; }
  .pinterest-mobile .pinterest-list__pin-button {
    bottom: 5px;
    display: block !important;
    position: absolute;
    right: 5px;
    top: auto; }
  .pinterest-mobile .pinterest-list__li {
    padding-top: 10px;
    width: 49.2%; }

.grid-posts > li {
  margin-bottom: 30px;
  width: 95%;
  position: relative; }

.grid-posts .lede--stacked {
  position: relative; }

.grid-posts.grid-posts--row-of-two,
.grid-posts.grid-posts--row-of-three {
  margin-left: -15px; }
  .grid-posts.grid-posts--row-of-two > li,
  .grid-posts.grid-posts--row-of-three > li {
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
    padding-left: 15px; }
  .grid-posts.grid-posts--row-of-two .lede__title,
  .grid-posts.grid-posts--row-of-three .lede__title {
    font-size: 22px; }

.grid-posts.grid-posts--row-of-two > li {
  width: 50%; }

.grid-posts.grid-posts--row-of-two .lede__image {
  width: 100%; }

.grid-posts.grid-posts--row-of-two .lede__kicker {
  display: none; }

.grid-posts.grid-posts--row-of-two .lede__badge {
  margin: -25px 0 -25px -25px; }

.grid-posts.grid-posts--row-of-three .lede__badge {
  margin: -10px 0 -40px -10px; }

.grid-posts.grid-posts--row-of-three > li {
  width: 33%; }

.grid-posts.grid-posts--featured {
  margin-bottom: 30px; }
  .grid-posts.grid-posts--featured > li {
    margin-bottom: 30px; }

.grid-posts .grid-posts__item--featured {
  margin-bottom: 15px; }

.videos .grid-posts--row-of-three .lede__media {
  position: relative; }

.has-ads .grid-posts--row-of-three .lede__image {
  width: 100%;
  height: 125px; }

.vertical-section.reader .lede__kicker {
  font-size: 15px;
  line-height: 19px;
  margin-top: 10px;
  margin-bottom: 6px; }

.vertical-section.reader .lede__meta__item .lede__meta__icon,
.vertical-section.reader .lede__timestamp,
.vertical-section.reader .lede__responses {
  display: none; }

.vertical-section.reader .lede__username,
.vertical-section.reader .lede__username a {
  float: left;
  width: 100%;
  max-width: 100%;
  font-size: 17px;
  line-height: 17px;
  font-weight: 600;
  text-overflow: inherit;
  margin-top: 10px;
  color: #f213eb; }

.vertical-section .grid-posts__item {
  border-bottom: 1px solid #eee;
  padding: 20px 0 17px;
  margin-bottom: 0; }
  .vertical-section .grid-posts__item:first-child {
    background: 0;
    padding-top: 0; }

.vertical-section .partner-area {
  float: none;
  padding: 20px 0 17px;
  margin-bottom: 0; }

.masthead-list {
  clear: both;
  border: 1px solid #ccc;
  border-top: 0;
  margin-bottom: 40px; }
  .masthead-list .masthead-list__heading {
    font-size: 28px;
    line-height: 1em;
    font-weight: bold;
    color: #333;
    padding: 28px 20px 24px;
    margin: 0;
    border-top: 1px solid #ccc; }
    .masthead-list .masthead-list__heading::first-letter {
      text-transform: uppercase; }
  .masthead-list .masthead-list__list {
    margin: 0 0 22px;
    padding: 0 20px;
    list-style: none; }

.masthead {
  clear: both; }
  .masthead .masthead__name {
    font-size: 18px;
    font-weight: normal;
    margin: 0; }
    .masthead .masthead__name .masthead__name__link {
      color: #07e; }
    .masthead .masthead__name a:hover {
      color: #e32; }
  .masthead .masthead__title {
    margin: 0 0 5px;
    font-weight: 600;
    font-size: 14px;
    color: #333; }
  .masthead .masthead__share {
    display: block;
    margin: 5px 0 20px;
    padding: 0;
    list-style: none; }
    .masthead .masthead__share .masthead__share__item {
      line-height: 1em; }
    .masthead .masthead__share .masthead__share__btn-svg {
      display: inline-block;
      width: 11px;
      height: 11px;
      fill: #8b8b8b;
      vertical-align: middle; }
    .masthead .masthead__share .masthead__share__info {
      font-size: 12px;
      color: #666; }
  .masthead .masthead__share__link:hover .masthead__share__info {
    color: #07e; }
  .masthead .masthead__share__link:hover .masthead__share__btn-svg {
    fill: #07e; }

.modal__wrapper {
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  padding: 1rem;
  z-index: 2000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s; }

.solid .modal__content {
  -webkit-animation-duration: 0.15s;
  animation-duration: 0.15s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  margin: 0 auto;
  position: relative;
  padding: 2rem; }

.solid .modal__close {
  width: 3rem;
  height: 3rem;
  padding: 1rem;
  float: right;
  margin: -2rem -2rem 0 0; }
  .solid .modal__close:hover {
    cursor: pointer; }

.modal__close-icon {
  width: 1rem;
  fill: #aaa; }
  .modal__close:hover .modal__close-icon {
    fill: #222; }

.js-show-modal {
  overflow: hidden; }

.modal__wrapper--open {
  visibility: visible;
  opacity: 1;
  overflow-x: hidden;
  overflow-y: auto; }
  .modal__wrapper--open .modal__content {
    -webkit-animation-name: modal__content-scale;
    animation-name: modal__content-scale; }

@-webkit-keyframes modal__content-scale {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.6, 0.6, 0.6);
    transform: scale3d(0.6, 0.6, 0.6); }
  50% {
    opacity: 1; } }

@-moz-keyframes modal__content-scale {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.6, 0.6, 0.6);
    transform: scale3d(0.6, 0.6, 0.6); }
  50% {
    opacity: 1; } }

@keyframes modal__content-scale {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.6, 0.6, 0.6);
    transform: scale3d(0.6, 0.6, 0.6); }
  50% {
    opacity: 1; } }

.superduper__error {
  display: none; }
  .select:invalid ~ .superduper__error {
    display: block; }

.editor-modal-wrapper {
  box-sizing: border-box;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 103;
  padding: 200px 10px 50px;
  overflow: auto;
  background: rgba(0, 0, 0, 0.75);
  transition: background-color 0.3s; }
  .editor-modal-wrapper * {
    box-sizing: border-box; }

.editor-modal {
  border-radius: 6px;
  margin: auto;
  width: auto;
  max-width: 499px;
  padding-bottom: 40px;
  font-family: "Proxima Nova";
  background: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.6), 0 1px 2px rgba(0, 0, 0, 0.9); }
  .editor-modal.two-col {
    max-width: 581px; }
  .editor-modal a {
    color: #07e; }
    .editor-modal a:hover {
      color: #e32; }
  .editor-modal .btn--submit .fa {
    margin-right: 12px;
    font-size: 20px; }
  .editor-modal .editor-modal__cancel {
    position: absolute;
    top: 19px;
    right: 15px;
    color: #ccc;
    font-size: 22px; }
    .editor-modal .editor-modal__cancel:hover {
      color: #333; }

.editor-modal__topbar {
  position: relative;
  margin-bottom: 30px;
  padding: 0 20px; }

.editor-modal__title {
  margin: 0;
  line-height: 1em;
  color: #312d3a;
  padding: 39px 0 0;
  text-align: center;
  font-size: 26px;
  font-weight: normal; }

.editor-modal__section {
  margin-top: 0;
  font-size: 16px;
  line-height: 26px;
  color: #555;
  text-align: center;
  padding: 0 17px; }
  .editor-modal__section::after {
    clear: both;
    content: "";
    display: table; }
  .editor-modal__section .btn--submit {
    width: 439px;
    text-align: center;
    margin: 0 auto;
    padding: 8px 20px;
    color: #fff; }
    .editor-modal__section .btn--submit:hover {
      color: #fff; }
  .editor-modal__section p {
    font-size: 14px;
    line-height: 16px;
    color: #555; }
  .editor-modal__section p:last-child {
    padding: 0;
    margin-bottom: 0; }
  .editor-modal__section h3 {
    margin: 0;
    font-size: 20px;
    line-height: 1em; }
  .editor-modal__section.modal-footer {
    font-size: 12px;
    line-height: 14px;
    margin-top: 24px;
    color: #262626;
    font-weight: normal; }
  .editor-modal__section.button-choice {
    padding: 0;
    text-align: left;
    margin: 0 0 20px 50px; }
    .editor-modal__section.button-choice .btn--submit {
      width: 217px;
      display: inline-block;
      cursor: pointer;
      padding: 8px 17px;
      text-align: left; }
    .editor-modal__section.button-choice .or-sep {
      display: inline-block;
      width: 39px;
      text-align: center;
      font: 12px/51px "Proxima Nova";
      color: #999; }

.editor-modal__section__col {
  margin-top: 0;
  float: left;
  width: 240px;
  font: 14px/16px "Proxima Nova";
  color: #333;
  text-align: left; }
  .editor-modal__section__col:first-child {
    margin: 0 22px 0 34px; }
  .editor-modal__section__col ul {
    list-style: disc inside;
    padding: 0 0 0 14px; }
    .editor-modal__section__col ul li {
      color: #777;
      margin-top: 5px;
      padding: 0;
      text-indent: -13px; }

.editor-modal__section__notice {
  margin: 40px 16px 35px;
  text-align: center;
  font: 16px/18px "Proxima Nova"; }

.bbm-wrapper {
  box-sizing: border-box;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  padding: 50px 10px;
  overflow: auto;
  background: rgba(0, 0, 0, 0.75);
  -webkit-transition: background-color 0.3s; }
  .bbm-wrapper * {
    box-sizing: border-box; }

.bbm-modal {
  border-radius: 3px;
  margin: auto;
  width: auto;
  max-width: 420px;
  background: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.6), 0 1px 2px rgba(0, 0, 0, 0.9); }

.bbm-views {
  width: 100%;
  box-sizing: border-box; }

.bbm-modal__topbar,
.bbm-modal__bottombar {
  padding: 0 20px; }

.bbm-modal__topbar {
  background-color: #e7e7e7;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 30px; }
  .bbm-modal__topbar > ul {
    list-style: none;
    text-align: center;
    padding: 0;
    margin: 0; }

.bbm-modal__tab {
  display: inline-block;
  padding: 15px 10px; }
  .bbm-modal__tab a {
    font-size: 16px;
    font-weight: 700;
    color: #999; }

.bbm-modal__tab a:hover,
.bbm-modal__tab .active {
  color: #222; }

.bbm-modal__title {
  padding: 20px 0 19px;
  margin: 0;
  font-size: 22px;
  line-height: 1em;
  color: #312d3a; }

.bbm-modal__section {
  padding: 0 20px;
  margin-top: 0;
  font-size: 16px;
  line-height: 26px;
  color: #575656; }
  .bbm-modal__section p {
    font-size: 14px;
    line-height: 16px;
    color: #575656; }
    .bbm-modal__section p:last-child {
      padding: 0;
      margin-bottom: 0; }
  .bbm-modal__section a {
    color: #ff643c; }
  .bbm-modal__section h3 {
    margin: 0;
    font-size: 20px;
    line-height: 1em; }

.bbm-modal__bottombar {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 18px;
  text-align: left;
  margin-top: 30px; }

.bbm-group::after {
  clear: both;
  content: "";
  display: table; }

.bbm-button {
  display: inline-block;
  color: rgba(49, 45, 58, 0.8);
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  line-height: 1em;
  padding: 10px 14px;
  border-radius: 3px;
  background: #fcfcfc;
  background-image: -o-linear-gradient(rgba(70, 30, 170, 0) 0%, rgba(65, 61, 75, 0.15) 100%);
  background-image: -moz-linear-gradient(rgba(70, 30, 170, 0) 0%, rgba(65, 61, 75, 0.15) 100%);
  background-image: -webkit-linear-gradient(rgba(70, 30, 170, 0) 0%, rgba(65, 61, 75, 0.15) 100%);
  background-image: -ms-linear-gradient(rgba(70, 30, 170, 0) 0%, rgba(65, 61, 75, 0.15) 100%);
  background-image: linear-gradient(rgba(70, 30, 170, 0) 0%, rgba(65, 61, 75, 0.15) 100%);
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 0 0 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 0 0 1px rgba(0, 0, 0, 0.2); }
  .bbm-button.inactive {
    opacity: .5;
    pointer-events: none; }

.bbm-button:active {
  background-image: -o-linear-gradient(rgba(70, 30, 170, 0) 0%, rgba(65, 61, 75, 0.25) 100%);
  background-image: -moz-linear-gradient(rgba(70, 30, 170, 0) 0%, rgba(65, 61, 75, 0.25) 100%);
  background-image: -webkit-linear-gradient(rgba(70, 30, 170, 0) 0%, rgba(65, 61, 75, 0.25) 100%);
  background-image: -ms-linear-gradient(rgba(70, 30, 170, 0) 0%, rgba(65, 61, 75, 0.25) 100%);
  background-image: linear-gradient(rgba(70, 30, 170, 0) 0%, rgba(65, 61, 75, 0.25) 100%);
  -moz-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.2); }

@-webkit-keyframes bbm-open {
  0% {
    -webkit-transform: matrix(0.99126, 0, 0, 0.99126, 0, 43.8813);
    opacity: .1259; }
  4% {
    -webkit-transform: matrix(0.99295, 0, 0, 0.99295, 0, 45.06809);
    opacity: .29544; }
  8% {
    -webkit-transform: matrix(0.99467, 0, 0, 0.99467, 0, 46.26922);
    opacity: .46703; }
  12% {
    -webkit-transform: matrix(0.99619, 0, 0, 0.99619, 0, 47.33355);
    opacity: .61908; }
  16% {
    -webkit-transform: matrix(0.99743, 0, 0, 0.99743, 0, 48.19991);
    opacity: .74284; }
  20% {
    -webkit-transform: matrix(0.99837, 0, 0, 0.99837, 0, 48.86067);
    opacity: .83724; }
  24% {
    -webkit-transform: matrix(0.99905, 0, 0, 0.99905, 0, 49.33658);
    opacity: .90523; }
  28% {
    -webkit-transform: matrix(0.99952, 0, 0, 0.99952, 0, 49.66049);
    opacity: .9515; }
  32% {
    -webkit-transform: matrix(0.99981, 0, 0, 0.99981, 0, 49.8675);
    opacity: .98107; }
  36% {
    -webkit-transform: matrix(0.99999, 0, 0, 0.99999, 0, 49.98966);
    opacity: .99852; }
  40% {
    -webkit-transform: matrix(1.00008, 0, 0, 1.00008, 0, 50.05361);
    opacity: 1.00766; }
  44% {
    -webkit-transform: matrix(1.00011, 0, 0, 1.00011, 0, 50.08);
    opacity: 1.01143; }
  48% {
    -webkit-transform: matrix(1.00012, 0, 0, 1.00012, 0, 50.08394);
    opacity: 1.01199; }
  52% {
    -webkit-transform: matrix(1.00011, 0, 0, 1.00011, 0, 50.07589);
    opacity: 1.01084; }
  56% {
    -webkit-transform: matrix(1.00009, 0, 0, 1.00009, 0, 50.06265);
    opacity: 1.00895; }
  60% {
    -webkit-transform: matrix(1.00007, 0, 0, 1.00007, 0, 50.04833);
    opacity: 1.0069; }
  64% {
    -webkit-transform: matrix(1.00005, 0, 0, 1.00005, 0, 50.03518);
    opacity: 1.00503; }
  68% {
    -webkit-transform: matrix(1.00004, 0, 0, 1.00004, 0, 50.02421);
    opacity: 1.00346; }
  72% {
    -webkit-transform: matrix(1.00002, 0, 0, 1.00002, 0, 50.01567);
    opacity: 1.00224; }
  76% {
    -webkit-transform: matrix(1.00001, 0, 0, 1.00001, 0, 50.00941);
    opacity: 1.00134; }
  80% {
    -webkit-transform: matrix(1.00001, 0, 0, 1.00001, 0, 50.00506);
    opacity: 1.00072; }
  84% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 50.00223);
    opacity: 1.00032; }
  88% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 50.0005);
    opacity: 1.00007; }
  92% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 49.99956);
    opacity: .99994; }
  96% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 49.99913);
    opacity: .99988; }
  100% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 50);
    opacity: 1; } }

.bbm-modal--open {
  -webkit-animation-duration: .3s;
  -webkit-animation-name: bbm-open;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: both;
  -webkit-transform-origin: 50% 50%;
  -webkit-backface-visibility: hidden; }

@-webkit-keyframes bbm-stacked {
  0% {
    -webkit-transform: matrix(0.99874, 0, 0, 0.99874, 0, 49.1187);
    opacity: .93705; }
  4% {
    -webkit-transform: matrix(0.99705, 0, 0, 0.99705, 0, 47.93192);
    opacity: .85228; }
  8% {
    -webkit-transform: matrix(0.99533, 0, 0, 0.99533, 0, 46.73078);
    opacity: .76648; }
  12% {
    -webkit-transform: matrix(0.99381, 0, 0, 0.99381, 0, 45.66645);
    opacity: .69046; }
  16% {
    -webkit-transform: matrix(0.99257, 0, 0, 0.99257, 0, 44.80009);
    opacity: .62858; }
  20% {
    -webkit-transform: matrix(0.99163, 0, 0, 0.99163, 0, 44.13933);
    opacity: .58138; }
  24% {
    -webkit-transform: matrix(0.99095, 0, 0, 0.99095, 0, 43.66342);
    opacity: .54739; }
  28% {
    -webkit-transform: matrix(0.99049, 0, 0, 0.99049, 0, 43.33951);
    opacity: .52425; }
  32% {
    -webkit-transform: matrix(0.99019, 0, 0, 0.99019, 0, 43.1325);
    opacity: .50946; }
  36% {
    -webkit-transform: matrix(0.99002, 0, 0, 0.99002, 0, 43.01034);
    opacity: .50074; }
  40% {
    -webkit-transform: matrix(0.98992, 0, 0, 0.98992, 0, 42.94639);
    opacity: .49617; }
  44% {
    -webkit-transform: matrix(0.98989, 0, 0, 0.98989, 0, 42.92001);
    opacity: .49429; }
  48% {
    -webkit-transform: matrix(0.98988, 0, 0, 0.98988, 0, 42.91606);
    opacity: .494; }
  52% {
    -webkit-transform: matrix(0.98989, 0, 0, 0.98989, 0, 42.92411);
    opacity: .49458; }
  56% {
    -webkit-transform: matrix(0.98991, 0, 0, 0.98991, 0, 42.93736);
    opacity: .49553; }
  60% {
    -webkit-transform: matrix(0.98993, 0, 0, 0.98993, 0, 42.95167);
    opacity: .49655; }
  64% {
    -webkit-transform: matrix(0.98995, 0, 0, 0.98995, 0, 42.96482);
    opacity: .49749; }
  68% {
    -webkit-transform: matrix(0.98997, 0, 0, 0.98997, 0, 42.97579);
    opacity: .49827; }
  72% {
    -webkit-transform: matrix(0.98998, 0, 0, 0.98998, 0, 42.98433);
    opacity: .49888; }
  76% {
    -webkit-transform: matrix(0.98999, 0, 0, 0.98999, 0, 42.99059);
    opacity: .49933; }
  80% {
    -webkit-transform: matrix(0.98999, 0, 0, 0.98999, 0, 42.99494);
    opacity: .49964; }
  84% {
    -webkit-transform: matrix(0.99, 0, 0, 0.99, 0, 42.99777);
    opacity: .49984; }
  88% {
    -webkit-transform: matrix(0.99, 0, 0, 0.99, 0, 42.9995);
    opacity: .49996; }
  92% {
    -webkit-transform: matrix(0.99, 0, 0, 0.99, 0, 43.00044);
    opacity: .50003; }
  96% {
    -webkit-transform: matrix(0.99, 0, 0, 0.99, 0, 43.00088);
    opacity: .50006; }
  100% {
    -webkit-transform: matrix(0.99, 0, 0, 0.99, 0, 43);
    opacity: .5; } }

.bbm-modal--stacked {
  -webkit-animation-duration: .43333s;
  -webkit-animation-name: bbm-stacked;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: both;
  -webkit-transform-origin: 50% 50%;
  -webkit-backface-visibility: hidden; }

@-webkit-keyframes bbm-stacked-reverse {
  0% {
    -webkit-transform: matrix(0.99123, 0, 0, 0.99123, 0, 43.86266);
    opacity: .56162; }
  4% {
    -webkit-transform: matrix(0.99293, 0, 0, 0.99293, 0, 45.05306);
    opacity: .64665; }
  8% {
    -webkit-transform: matrix(0.99465, 0, 0, 0.99465, 0, 46.25785);
    opacity: .7327; }
  12% {
    -webkit-transform: matrix(0.99618, 0, 0, 0.99618, 0, 47.32543);
    opacity: .80896; }
  16% {
    -webkit-transform: matrix(0.99742, 0, 0, 0.99742, 0, 48.19443);
    opacity: .87103; }
  20% {
    -webkit-transform: matrix(0.99837, 0, 0, 0.99837, 0, 48.8572);
    opacity: .91837; }
  24% {
    -webkit-transform: matrix(0.99905, 0, 0, 0.99905, 0, 49.33456);
    opacity: .95247; }
  28% {
    -webkit-transform: matrix(0.99951, 0, 0, 0.99951, 0, 49.65946);
    opacity: .97568; }
  32% {
    -webkit-transform: matrix(0.99981, 0, 0, 0.99981, 0, 49.8671);
    opacity: .99051; }
  36% {
    -webkit-transform: matrix(0.99999, 0, 0, 0.99999, 0, 49.98963);
    opacity: .99926; }
  40% {
    -webkit-transform: matrix(1.00008, 0, 0, 1.00008, 0, 50.05377);
    opacity: 1.00384; }
  44% {
    -webkit-transform: matrix(1.00012, 0, 0, 1.00012, 0, 50.08024);
    opacity: 1.00573; }
  48% {
    -webkit-transform: matrix(1.00012, 0, 0, 1.00012, 0, 50.08419);
    opacity: 1.00601; }
  52% {
    -webkit-transform: matrix(1.00011, 0, 0, 1.00011, 0, 50.07612);
    opacity: 1.00544; }
  56% {
    -webkit-transform: matrix(1.00009, 0, 0, 1.00009, 0, 50.06284);
    opacity: 1.00449; }
  60% {
    -webkit-transform: matrix(1.00007, 0, 0, 1.00007, 0, 50.04848);
    opacity: 1.00346; }
  64% {
    -webkit-transform: matrix(1.00005, 0, 0, 1.00005, 0, 50.03529);
    opacity: 1.00252; }
  68% {
    -webkit-transform: matrix(1.00004, 0, 0, 1.00004, 0, 50.02428);
    opacity: 1.00173; }
  72% {
    -webkit-transform: matrix(1.00002, 0, 0, 1.00002, 0, 50.01572);
    opacity: 1.00112; }
  76% {
    -webkit-transform: matrix(1.00001, 0, 0, 1.00001, 0, 50.00944);
    opacity: 1.00067; }
  80% {
    -webkit-transform: matrix(1.00001, 0, 0, 1.00001, 0, 50.00508);
    opacity: 1.00036; }
  84% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 50.00223);
    opacity: 1.00016; }
  88% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 50.0005);
    opacity: 1.00004; }
  92% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 49.99956);
    opacity: .99997; }
  96% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 49.99912);
    opacity: .99994; }
  100% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 50);
    opacity: 1; } }

.bbm-modal--stacked-reverse {
  -webkit-animation-duration: .43333s;
  -webkit-animation-name: bbm-stacked-reverse;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: both;
  -webkit-transform-origin: 50% 50%;
  -webkit-backface-visibility: hidden; }

@-webkit-keyframes bbm-destroy {
  0% {
    -webkit-transform: matrix(0.99874, 0, 0, 0.99874, 0, 49.1187);
    opacity: .8741; }
  4% {
    -webkit-transform: matrix(0.99705, 0, 0, 0.99705, 0, 47.93192);
    opacity: .70456; }
  8% {
    -webkit-transform: matrix(0.99533, 0, 0, 0.99533, 0, 46.73078);
    opacity: .53297; }
  12% {
    -webkit-transform: matrix(0.99381, 0, 0, 0.99381, 0, 45.66645);
    opacity: .38092; }
  16% {
    -webkit-transform: matrix(0.99257, 0, 0, 0.99257, 0, 44.80009);
    opacity: .25716; }
  20% {
    -webkit-transform: matrix(0.99163, 0, 0, 0.99163, 0, 44.13933);
    opacity: .16276; }
  24% {
    -webkit-transform: matrix(0.99095, 0, 0, 0.99095, 0, 43.66342);
    opacity: .09477; }
  28% {
    -webkit-transform: matrix(0.99049, 0, 0, 0.99049, 0, 43.33951);
    opacity: .0485; }
  32% {
    -webkit-transform: matrix(0.99019, 0, 0, 0.99019, 0, 43.1325);
    opacity: .01893; }
  36% {
    -webkit-transform: matrix(0.99002, 0, 0, 0.99002, 0, 43.01034);
    opacity: .00148; }
  40% {
    -webkit-transform: matrix(0.98992, 0, 0, 0.98992, 0, 42.94639);
    opacity: .00766; }
  44% {
    -webkit-transform: matrix(0.98989, 0, 0, 0.98989, 0, 42.92001);
    opacity: .01143; }
  48% {
    -webkit-transform: matrix(0.98988, 0, 0, 0.98988, 0, 42.91606);
    opacity: .01199; }
  52% {
    -webkit-transform: matrix(0.98989, 0, 0, 0.98989, 0, 42.92411);
    opacity: .01084; }
  56% {
    -webkit-transform: matrix(0.98991, 0, 0, 0.98991, 0, 42.93736);
    opacity: .00895; }
  60% {
    -webkit-transform: matrix(0.98993, 0, 0, 0.98993, 0, 42.95167);
    opacity: .0069; }
  64% {
    -webkit-transform: matrix(0.98995, 0, 0, 0.98995, 0, 42.96482);
    opacity: .00503; }
  68% {
    -webkit-transform: matrix(0.98997, 0, 0, 0.98997, 0, 42.97579);
    opacity: .00346; }
  72% {
    -webkit-transform: matrix(0.98998, 0, 0, 0.98998, 0, 42.98433);
    opacity: .00224; }
  76% {
    -webkit-transform: matrix(0.98999, 0, 0, 0.98999, 0, 42.99059);
    opacity: .00134; }
  80% {
    -webkit-transform: matrix(0.98999, 0, 0, 0.98999, 0, 42.99494);
    opacity: .00072; }
  84% {
    -webkit-transform: matrix(0.99, 0, 0, 0.99, 0, 42.99777);
    opacity: .00032; }
  88% {
    -webkit-transform: matrix(0.99, 0, 0, 0.99, 0, 42.9995);
    opacity: .00007; }
  92% {
    -webkit-transform: matrix(0.99, 0, 0, 0.99, 0, 43.00044);
    opacity: .00006; }
  96% {
    -webkit-transform: matrix(0.99, 0, 0, 0.99, 0, 43.00088);
    opacity: .00012; }
  100% {
    -webkit-transform: matrix(0.99, 0, 0, 0.99, 0, 43);
    opacity: 0; } }

.bbm-modal--destroy {
  -webkit-animation-duration: .43333s;
  -webkit-animation-name: bbm-destroy;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: both;
  -webkit-transform-origin: 50% 50%;
  -webkit-backface-visibility: hidden; }

@keyframes loader1 {
  0% {
    transform: rotate(20deg); }
  100% {
    transform: rotate(380deg); } }

@keyframes loader2 {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1); } }

@-webkit-keyframes loader1 {
  0% {
    -webkit-transform: rotate(20deg); }
  100% {
    -webkit-transform: rotate(380deg); } }

@-webkit-keyframes loader2 {
  0% {
    -webkit-transform: scale(0); }
  100% {
    -webkit-transform: scale(1); } }

.loader-parent {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }
  .loader-parent.loader-parent--white50p {
    background: rgba(255, 255, 255, 0.5);
    z-index: 1100; }
  .loader-parent .loader {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px; }
  .loader-parent .loader-overlay {
    position: absolute; }

.loader-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 9998;
  background: #fff;
  opacity: .89;
  -moz-opacity: .89;
  filter: alpha(opacity=89);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }

.loader__overlay {
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999; }

.loader {
  position: relative;
  border-radius: 50%;
  height: 40px;
  margin: 45px auto 0;
  vertical-align: middle;
  width: 40px;
  z-index: 9999;
  animation: loader1 1s infinite linear;
  -webkit-animation: loader1 1s infinite linear; }
  .loader span {
    display: none;
    text-align: center;
    font-weight: 200;
    font-size: 52px;
    line-height: 235px;
    margin: -58px 0 0;
    position: relative;
    top: 50%;
    left: 0; }
    .loader span.small {
      font-size: 12px;
      line-height: 1em; }
  .loader:before,
  .loader:after {
    position: absolute;
    content: "";
    width: 80%;
    height: 80%;
    background-color: #e32;
    top: 5%;
    left: 0;
    border-radius: 50%; }
  .loader:before {
    left: -6%;
    animation: loader2 1s infinite alternate ease-in-out;
    -webkit-animation: loader2 1s infinite alternate ease-in-out;
    transform-origin: 10% 50%;
    -webkit-transform-origin: 10% 50%; }
  .loader:after {
    left: auto;
    right: -6%;
    animation: loader2 1s 1s infinite alternate ease-in-out;
    -webkit-animation: loader2 1s 1s infinite alternate ease-in-out;
    transform: scale(0);
    -webkit-transform: scale(0);
    transform-origin: 90% 50%;
    -webkit-transform-origin: 90% 50%; }
  .loader.loader--small {
    margin-top: 0;
    height: 24px;
    width: 24px; }
    .loader.loader--small span {
      font-size: 12px;
      line-height: 1em;
      margin: 0;
      position: static; }
  .loader.loader--white:before,
  .loader.loader--white:after {
    background-color: #fff; }
  .loader.sailthru-email-spinner {
    margin-top: 10px; }

.btn--more--with-loader .loader {
  display: none; }

.btn--more--with-loader.loading .btn--more {
  background: #fff;
  border: 1px; }
  .btn--more--with-loader.loading .btn--more .loader {
    display: block;
    margin: -16px auto 0; }

.loader-zone-with-text {
  float: left;
  margin-right: 15px; }
  .loader-zone-with-text .loader {
    float: left;
    margin: -5px 10px 0 0; }

.suplist-modal .waiting {
  display: none; }

.ie9 .suplist-modal .loader {
  display: none; }

.ie9 .suplist-modal .waiting {
  display: block;
  text-align: center;
  font-size: 26px;
  line-height: 58px;
  position: relative;
  top: 50%;
  left: 0; }

.with-spinner-top-right {
  clear: both;
  position: relative; }
  .with-spinner-top-right .loader {
    position: absolute;
    top: 0;
    right: 0;
    margin: 6px; }

.show-loader-after {
  background: transparent; }
  .show-loader-after + .loader {
    display: block; }

.menu-item-with-spinner {
  position: relative;
  right: 0 !important;
  top: 0 !important; }
  .menu-item-with-spinner .loader {
    position: absolute;
    left: 10px;
    top: 0;
    margin: 0; }

.megaphone-modal-spinner {
  position: absolute;
  top: 40%;
  left: 46%;
  z-index: 9999;
  margin: 0 auto; }

.bpage-email-signup {
  position: relative; }
  .bpage-email-signup__form {
    position: relative; }
    .bpage-email-signup__form::after {
      clear: both;
      content: "";
      display: table; }
    .bpage-email-signup__form__reader {
      display: none; }
    .bpage-email-signup__form__title {
      padding-bottom: 20px; }
    .bpage-email-signup__form__subtitle {
      padding-bottom: 20px;
      color: #ccc; }
    .bpage-email-signup__form__submit {
      display: inline-block !important;
      border: 0 !important;
      filter: chroma(color=#000);
      outline: 0 !important; }
    .bpage-email-signup__form__email-field {
      width: 65% !important; }
  .bpage-email-signup__message-success {
    text-align: center;
    padding: 38px 20px;
    color: #333;
    font-size: 16px;
    text-align: center; }
    .bpage-email-signup__message-success:before {
      content: "";
      display: inline-block;
      position: relative;
      top: 2px;
      width: 16px;
      height: 16px;
      margin-right: 3px;
      background: url("/static/images/global/check-green.svg?v=1460153433");
      background-size: 16px; }
  .bpage-email-signup__message-failure {
    margin-top: 40px;
    border-top: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    text-align: center;
    font-size: 16px; }
  .bpage-email-signup__spinner-on {
    opacity: .3; }

.bpage-email-signup {
  padding: 15px 0 10px; }
  .wide-content .bpage-email-signup {
    padding: 25px 0;
    margin: 0 auto;
    width: 625px; }
  .bpage-email-signup__form__submit {
    width: 25% !important;
    height: 54px !important;
    vertical-align: middle; }
  .bpage-email-signup__form__email-field {
    vertical-align: middle; }
  .bpage-email-signup__form .loader {
    position: absolute;
    top: 0;
    left: 50%;
    margin: 6px 0 0 -25px; }

.bbm-wrapper {
  box-sizing: border-box;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  padding: 50px 10px;
  overflow: auto;
  background: rgba(0, 0, 0, 0.75);
  -webkit-transition: background-color 0.3s; }
  .bbm-wrapper * {
    box-sizing: border-box; }

.bbm-modal {
  border-radius: 3px;
  margin: auto;
  width: auto;
  max-width: 420px;
  background: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.6), 0 1px 2px rgba(0, 0, 0, 0.9); }

.bbm-views {
  width: 100%;
  box-sizing: border-box; }

.bbm-modal__topbar,
.bbm-modal__bottombar {
  padding: 0 20px; }

.bbm-modal__topbar {
  background-color: #e7e7e7;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 30px; }
  .bbm-modal__topbar > ul {
    list-style: none;
    text-align: center;
    padding: 0;
    margin: 0; }

.bbm-modal__tab {
  display: inline-block;
  padding: 15px 10px; }
  .bbm-modal__tab a {
    font-size: 16px;
    font-weight: 700;
    color: #999; }

.bbm-modal__tab a:hover,
.bbm-modal__tab .active {
  color: #222; }

.bbm-modal__title {
  padding: 20px 0 19px;
  margin: 0;
  font-size: 22px;
  line-height: 1em;
  color: #312d3a; }

.bbm-modal__section {
  padding: 0 20px;
  margin-top: 0;
  font-size: 16px;
  line-height: 26px;
  color: #575656; }
  .bbm-modal__section p {
    font-size: 14px;
    line-height: 16px;
    color: #575656; }
    .bbm-modal__section p:last-child {
      padding: 0;
      margin-bottom: 0; }
  .bbm-modal__section a {
    color: #ff643c; }
  .bbm-modal__section h3 {
    margin: 0;
    font-size: 20px;
    line-height: 1em; }

.bbm-modal__bottombar {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 18px;
  text-align: left;
  margin-top: 30px; }

.bbm-group::after {
  clear: both;
  content: "";
  display: table; }

.bbm-button {
  display: inline-block;
  color: rgba(49, 45, 58, 0.8);
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  line-height: 1em;
  padding: 10px 14px;
  border-radius: 3px;
  background: #fcfcfc;
  background-image: -o-linear-gradient(rgba(70, 30, 170, 0) 0%, rgba(65, 61, 75, 0.15) 100%);
  background-image: -moz-linear-gradient(rgba(70, 30, 170, 0) 0%, rgba(65, 61, 75, 0.15) 100%);
  background-image: -webkit-linear-gradient(rgba(70, 30, 170, 0) 0%, rgba(65, 61, 75, 0.15) 100%);
  background-image: -ms-linear-gradient(rgba(70, 30, 170, 0) 0%, rgba(65, 61, 75, 0.15) 100%);
  background-image: linear-gradient(rgba(70, 30, 170, 0) 0%, rgba(65, 61, 75, 0.15) 100%);
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 0 0 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 0 0 1px rgba(0, 0, 0, 0.2); }
  .bbm-button.inactive {
    opacity: .5;
    pointer-events: none; }

.bbm-button:active {
  background-image: -o-linear-gradient(rgba(70, 30, 170, 0) 0%, rgba(65, 61, 75, 0.25) 100%);
  background-image: -moz-linear-gradient(rgba(70, 30, 170, 0) 0%, rgba(65, 61, 75, 0.25) 100%);
  background-image: -webkit-linear-gradient(rgba(70, 30, 170, 0) 0%, rgba(65, 61, 75, 0.25) 100%);
  background-image: -ms-linear-gradient(rgba(70, 30, 170, 0) 0%, rgba(65, 61, 75, 0.25) 100%);
  background-image: linear-gradient(rgba(70, 30, 170, 0) 0%, rgba(65, 61, 75, 0.25) 100%);
  -moz-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.2); }

@-webkit-keyframes bbm-open {
  0% {
    -webkit-transform: matrix(0.99126, 0, 0, 0.99126, 0, 43.8813);
    opacity: .1259; }
  4% {
    -webkit-transform: matrix(0.99295, 0, 0, 0.99295, 0, 45.06809);
    opacity: .29544; }
  8% {
    -webkit-transform: matrix(0.99467, 0, 0, 0.99467, 0, 46.26922);
    opacity: .46703; }
  12% {
    -webkit-transform: matrix(0.99619, 0, 0, 0.99619, 0, 47.33355);
    opacity: .61908; }
  16% {
    -webkit-transform: matrix(0.99743, 0, 0, 0.99743, 0, 48.19991);
    opacity: .74284; }
  20% {
    -webkit-transform: matrix(0.99837, 0, 0, 0.99837, 0, 48.86067);
    opacity: .83724; }
  24% {
    -webkit-transform: matrix(0.99905, 0, 0, 0.99905, 0, 49.33658);
    opacity: .90523; }
  28% {
    -webkit-transform: matrix(0.99952, 0, 0, 0.99952, 0, 49.66049);
    opacity: .9515; }
  32% {
    -webkit-transform: matrix(0.99981, 0, 0, 0.99981, 0, 49.8675);
    opacity: .98107; }
  36% {
    -webkit-transform: matrix(0.99999, 0, 0, 0.99999, 0, 49.98966);
    opacity: .99852; }
  40% {
    -webkit-transform: matrix(1.00008, 0, 0, 1.00008, 0, 50.05361);
    opacity: 1.00766; }
  44% {
    -webkit-transform: matrix(1.00011, 0, 0, 1.00011, 0, 50.08);
    opacity: 1.01143; }
  48% {
    -webkit-transform: matrix(1.00012, 0, 0, 1.00012, 0, 50.08394);
    opacity: 1.01199; }
  52% {
    -webkit-transform: matrix(1.00011, 0, 0, 1.00011, 0, 50.07589);
    opacity: 1.01084; }
  56% {
    -webkit-transform: matrix(1.00009, 0, 0, 1.00009, 0, 50.06265);
    opacity: 1.00895; }
  60% {
    -webkit-transform: matrix(1.00007, 0, 0, 1.00007, 0, 50.04833);
    opacity: 1.0069; }
  64% {
    -webkit-transform: matrix(1.00005, 0, 0, 1.00005, 0, 50.03518);
    opacity: 1.00503; }
  68% {
    -webkit-transform: matrix(1.00004, 0, 0, 1.00004, 0, 50.02421);
    opacity: 1.00346; }
  72% {
    -webkit-transform: matrix(1.00002, 0, 0, 1.00002, 0, 50.01567);
    opacity: 1.00224; }
  76% {
    -webkit-transform: matrix(1.00001, 0, 0, 1.00001, 0, 50.00941);
    opacity: 1.00134; }
  80% {
    -webkit-transform: matrix(1.00001, 0, 0, 1.00001, 0, 50.00506);
    opacity: 1.00072; }
  84% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 50.00223);
    opacity: 1.00032; }
  88% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 50.0005);
    opacity: 1.00007; }
  92% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 49.99956);
    opacity: .99994; }
  96% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 49.99913);
    opacity: .99988; }
  100% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 50);
    opacity: 1; } }

.bbm-modal--open {
  -webkit-animation-duration: .3s;
  -webkit-animation-name: bbm-open;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: both;
  -webkit-transform-origin: 50% 50%;
  -webkit-backface-visibility: hidden; }

@-webkit-keyframes bbm-stacked {
  0% {
    -webkit-transform: matrix(0.99874, 0, 0, 0.99874, 0, 49.1187);
    opacity: .93705; }
  4% {
    -webkit-transform: matrix(0.99705, 0, 0, 0.99705, 0, 47.93192);
    opacity: .85228; }
  8% {
    -webkit-transform: matrix(0.99533, 0, 0, 0.99533, 0, 46.73078);
    opacity: .76648; }
  12% {
    -webkit-transform: matrix(0.99381, 0, 0, 0.99381, 0, 45.66645);
    opacity: .69046; }
  16% {
    -webkit-transform: matrix(0.99257, 0, 0, 0.99257, 0, 44.80009);
    opacity: .62858; }
  20% {
    -webkit-transform: matrix(0.99163, 0, 0, 0.99163, 0, 44.13933);
    opacity: .58138; }
  24% {
    -webkit-transform: matrix(0.99095, 0, 0, 0.99095, 0, 43.66342);
    opacity: .54739; }
  28% {
    -webkit-transform: matrix(0.99049, 0, 0, 0.99049, 0, 43.33951);
    opacity: .52425; }
  32% {
    -webkit-transform: matrix(0.99019, 0, 0, 0.99019, 0, 43.1325);
    opacity: .50946; }
  36% {
    -webkit-transform: matrix(0.99002, 0, 0, 0.99002, 0, 43.01034);
    opacity: .50074; }
  40% {
    -webkit-transform: matrix(0.98992, 0, 0, 0.98992, 0, 42.94639);
    opacity: .49617; }
  44% {
    -webkit-transform: matrix(0.98989, 0, 0, 0.98989, 0, 42.92001);
    opacity: .49429; }
  48% {
    -webkit-transform: matrix(0.98988, 0, 0, 0.98988, 0, 42.91606);
    opacity: .494; }
  52% {
    -webkit-transform: matrix(0.98989, 0, 0, 0.98989, 0, 42.92411);
    opacity: .49458; }
  56% {
    -webkit-transform: matrix(0.98991, 0, 0, 0.98991, 0, 42.93736);
    opacity: .49553; }
  60% {
    -webkit-transform: matrix(0.98993, 0, 0, 0.98993, 0, 42.95167);
    opacity: .49655; }
  64% {
    -webkit-transform: matrix(0.98995, 0, 0, 0.98995, 0, 42.96482);
    opacity: .49749; }
  68% {
    -webkit-transform: matrix(0.98997, 0, 0, 0.98997, 0, 42.97579);
    opacity: .49827; }
  72% {
    -webkit-transform: matrix(0.98998, 0, 0, 0.98998, 0, 42.98433);
    opacity: .49888; }
  76% {
    -webkit-transform: matrix(0.98999, 0, 0, 0.98999, 0, 42.99059);
    opacity: .49933; }
  80% {
    -webkit-transform: matrix(0.98999, 0, 0, 0.98999, 0, 42.99494);
    opacity: .49964; }
  84% {
    -webkit-transform: matrix(0.99, 0, 0, 0.99, 0, 42.99777);
    opacity: .49984; }
  88% {
    -webkit-transform: matrix(0.99, 0, 0, 0.99, 0, 42.9995);
    opacity: .49996; }
  92% {
    -webkit-transform: matrix(0.99, 0, 0, 0.99, 0, 43.00044);
    opacity: .50003; }
  96% {
    -webkit-transform: matrix(0.99, 0, 0, 0.99, 0, 43.00088);
    opacity: .50006; }
  100% {
    -webkit-transform: matrix(0.99, 0, 0, 0.99, 0, 43);
    opacity: .5; } }

.bbm-modal--stacked {
  -webkit-animation-duration: .43333s;
  -webkit-animation-name: bbm-stacked;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: both;
  -webkit-transform-origin: 50% 50%;
  -webkit-backface-visibility: hidden; }

@-webkit-keyframes bbm-stacked-reverse {
  0% {
    -webkit-transform: matrix(0.99123, 0, 0, 0.99123, 0, 43.86266);
    opacity: .56162; }
  4% {
    -webkit-transform: matrix(0.99293, 0, 0, 0.99293, 0, 45.05306);
    opacity: .64665; }
  8% {
    -webkit-transform: matrix(0.99465, 0, 0, 0.99465, 0, 46.25785);
    opacity: .7327; }
  12% {
    -webkit-transform: matrix(0.99618, 0, 0, 0.99618, 0, 47.32543);
    opacity: .80896; }
  16% {
    -webkit-transform: matrix(0.99742, 0, 0, 0.99742, 0, 48.19443);
    opacity: .87103; }
  20% {
    -webkit-transform: matrix(0.99837, 0, 0, 0.99837, 0, 48.8572);
    opacity: .91837; }
  24% {
    -webkit-transform: matrix(0.99905, 0, 0, 0.99905, 0, 49.33456);
    opacity: .95247; }
  28% {
    -webkit-transform: matrix(0.99951, 0, 0, 0.99951, 0, 49.65946);
    opacity: .97568; }
  32% {
    -webkit-transform: matrix(0.99981, 0, 0, 0.99981, 0, 49.8671);
    opacity: .99051; }
  36% {
    -webkit-transform: matrix(0.99999, 0, 0, 0.99999, 0, 49.98963);
    opacity: .99926; }
  40% {
    -webkit-transform: matrix(1.00008, 0, 0, 1.00008, 0, 50.05377);
    opacity: 1.00384; }
  44% {
    -webkit-transform: matrix(1.00012, 0, 0, 1.00012, 0, 50.08024);
    opacity: 1.00573; }
  48% {
    -webkit-transform: matrix(1.00012, 0, 0, 1.00012, 0, 50.08419);
    opacity: 1.00601; }
  52% {
    -webkit-transform: matrix(1.00011, 0, 0, 1.00011, 0, 50.07612);
    opacity: 1.00544; }
  56% {
    -webkit-transform: matrix(1.00009, 0, 0, 1.00009, 0, 50.06284);
    opacity: 1.00449; }
  60% {
    -webkit-transform: matrix(1.00007, 0, 0, 1.00007, 0, 50.04848);
    opacity: 1.00346; }
  64% {
    -webkit-transform: matrix(1.00005, 0, 0, 1.00005, 0, 50.03529);
    opacity: 1.00252; }
  68% {
    -webkit-transform: matrix(1.00004, 0, 0, 1.00004, 0, 50.02428);
    opacity: 1.00173; }
  72% {
    -webkit-transform: matrix(1.00002, 0, 0, 1.00002, 0, 50.01572);
    opacity: 1.00112; }
  76% {
    -webkit-transform: matrix(1.00001, 0, 0, 1.00001, 0, 50.00944);
    opacity: 1.00067; }
  80% {
    -webkit-transform: matrix(1.00001, 0, 0, 1.00001, 0, 50.00508);
    opacity: 1.00036; }
  84% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 50.00223);
    opacity: 1.00016; }
  88% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 50.0005);
    opacity: 1.00004; }
  92% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 49.99956);
    opacity: .99997; }
  96% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 49.99912);
    opacity: .99994; }
  100% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 50);
    opacity: 1; } }

.bbm-modal--stacked-reverse {
  -webkit-animation-duration: .43333s;
  -webkit-animation-name: bbm-stacked-reverse;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: both;
  -webkit-transform-origin: 50% 50%;
  -webkit-backface-visibility: hidden; }

@-webkit-keyframes bbm-destroy {
  0% {
    -webkit-transform: matrix(0.99874, 0, 0, 0.99874, 0, 49.1187);
    opacity: .8741; }
  4% {
    -webkit-transform: matrix(0.99705, 0, 0, 0.99705, 0, 47.93192);
    opacity: .70456; }
  8% {
    -webkit-transform: matrix(0.99533, 0, 0, 0.99533, 0, 46.73078);
    opacity: .53297; }
  12% {
    -webkit-transform: matrix(0.99381, 0, 0, 0.99381, 0, 45.66645);
    opacity: .38092; }
  16% {
    -webkit-transform: matrix(0.99257, 0, 0, 0.99257, 0, 44.80009);
    opacity: .25716; }
  20% {
    -webkit-transform: matrix(0.99163, 0, 0, 0.99163, 0, 44.13933);
    opacity: .16276; }
  24% {
    -webkit-transform: matrix(0.99095, 0, 0, 0.99095, 0, 43.66342);
    opacity: .09477; }
  28% {
    -webkit-transform: matrix(0.99049, 0, 0, 0.99049, 0, 43.33951);
    opacity: .0485; }
  32% {
    -webkit-transform: matrix(0.99019, 0, 0, 0.99019, 0, 43.1325);
    opacity: .01893; }
  36% {
    -webkit-transform: matrix(0.99002, 0, 0, 0.99002, 0, 43.01034);
    opacity: .00148; }
  40% {
    -webkit-transform: matrix(0.98992, 0, 0, 0.98992, 0, 42.94639);
    opacity: .00766; }
  44% {
    -webkit-transform: matrix(0.98989, 0, 0, 0.98989, 0, 42.92001);
    opacity: .01143; }
  48% {
    -webkit-transform: matrix(0.98988, 0, 0, 0.98988, 0, 42.91606);
    opacity: .01199; }
  52% {
    -webkit-transform: matrix(0.98989, 0, 0, 0.98989, 0, 42.92411);
    opacity: .01084; }
  56% {
    -webkit-transform: matrix(0.98991, 0, 0, 0.98991, 0, 42.93736);
    opacity: .00895; }
  60% {
    -webkit-transform: matrix(0.98993, 0, 0, 0.98993, 0, 42.95167);
    opacity: .0069; }
  64% {
    -webkit-transform: matrix(0.98995, 0, 0, 0.98995, 0, 42.96482);
    opacity: .00503; }
  68% {
    -webkit-transform: matrix(0.98997, 0, 0, 0.98997, 0, 42.97579);
    opacity: .00346; }
  72% {
    -webkit-transform: matrix(0.98998, 0, 0, 0.98998, 0, 42.98433);
    opacity: .00224; }
  76% {
    -webkit-transform: matrix(0.98999, 0, 0, 0.98999, 0, 42.99059);
    opacity: .00134; }
  80% {
    -webkit-transform: matrix(0.98999, 0, 0, 0.98999, 0, 42.99494);
    opacity: .00072; }
  84% {
    -webkit-transform: matrix(0.99, 0, 0, 0.99, 0, 42.99777);
    opacity: .00032; }
  88% {
    -webkit-transform: matrix(0.99, 0, 0, 0.99, 0, 42.9995);
    opacity: .00007; }
  92% {
    -webkit-transform: matrix(0.99, 0, 0, 0.99, 0, 43.00044);
    opacity: .00006; }
  96% {
    -webkit-transform: matrix(0.99, 0, 0, 0.99, 0, 43.00088);
    opacity: .00012; }
  100% {
    -webkit-transform: matrix(0.99, 0, 0, 0.99, 0, 43);
    opacity: 0; } }

.bbm-modal--destroy {
  -webkit-animation-duration: .43333s;
  -webkit-animation-name: bbm-destroy;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: both;
  -webkit-transform-origin: 50% 50%;
  -webkit-backface-visibility: hidden; }

.tabs__container {
  box-sizing: border-box; }
  .tabs__container:after {
    content: " ";
    display: block;
    height: 0;
    clear: both; }

.modal__tab {
  cursor: pointer;
  font-family: "Proxima Nova", Helvetica, Arial, sans-serif;
  float: left;
  text-align: center; }

.tab--active {
  cursor: default; }

.social-network__button {
  display: block;
  text-align: left; }

.fb--button {
  background-color: #3b5998; }

.gp--button {
  background: #dd4b39; }

.tw--button {
  background: #00aced; }

.social-network__label {
  color: #fff;
  display: inline-block;
  vertical-align: top; }

.login-signup__sep {
  border-top: 1px solid #d0d0d0;
  height: 0; }

.login-signup__sep-text {
  background: #fff;
  border: 1px solid #d0d0d0;
  border-radius: 13px;
  color: #d0d0d0;
  font-size: 15px;
  height: 26px;
  left: 50%;
  line-height: 22px;
  margin: 0 0 0 -13px;
  position: absolute;
  text-align: center;
  top: -13px;
  width: 26px; }

.login-signup__message-error {
  color: #e32;
  display: inline-block; }

.fb-gp-login-signup__message-error {
  color: #e32; }

.login-signup__form-label {
  color: #333;
  display: block; }

.login-signup__form-input {
  border: 1px solid #cbcbcb;
  color: #333;
  display: block; }
  .login-signup__form-input:focus {
    outline: none; }

.forgot-password__link {
  color: #07e;
  display: inline-block; }

.popup__loader-overlay {
  background: rgba(255, 255, 255, 0.7);
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 20; }

.loader {
  left: 50%;
  margin: -20px 0 0 -20px;
  position: absolute;
  top: 50%; }

.popup__close {
  font-size: 22px;
  color: #ccc;
  position: absolute;
  z-index: 10; }

.login-signup-text--small {
  font-size: 12px;
  line-height: 14px;
  color: #575656; }

.form-error .form-label {
  color: #e32; }

.form-error .text-input {
  border-color: #e32; }

.bbm-wrapper {
  background: rgba(255, 255, 255, 0.89);
  z-index: 10000; }

.bbm-modal {
  border: 1px solid #d0d0d0;
  border-radius: 0;
  box-shadow: none;
  margin: -50px auto auto;
  max-width: 502px;
  width: auto; }

.login-form__header {
  display: none; }

.bbm-modal__section {
  padding: 0; }
  .bbm-modal__section a {
    color: #07e; }
  .bbm-modal__section p {
    word-break: normal; }
  .bbm-modal__section .popup__message {
    font-size: 16px;
    line-height: 22px;
    margin: 20px 0;
    text-align: center; }
  .bbm-modal__section .login-signup__message--info {
    color: #f08a24; }

.tabs__container {
  margin-top: -1px;
  width: 502px; }
  .tabs__container:after {
    content: " ";
    display: block;
    height: 0;
    clear: both; }

.modal__tab {
  background-color: #f7f7f7;
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
  color: #333;
  font-size: 26px;
  font-weight: 600;
  height: 60px;
  line-height: 29px;
  padding-top: 15px;
  width: 250px; }
  .modal__tab:first-child {
    border-right: 1px solid #d0d0d0; }
  .modal__tab:hover {
    background-color: #fff; }

.tab--active {
  background-color: #fff;
  border-top: 3px solid #0077ef;
  border-bottom: 0;
  padding-top: 13px; }

.login-form__container,
.signup-form__container {
  padding: 45px 60px 50px; }

.social-network__button {
  height: 42px;
  margin: 0 auto 10px;
  width: 380px; }

.fb--button:hover {
  background-color: #344e86; }

.gp--button:hover {
  background-color: #d73925; }

.tw--button:hover {
  background-color: #0099d3; }

.social-network__icon {
  display: inline-block;
  fill: #fff; }

.fb--icon {
  height: 20px;
  margin: 11px 12px 0 18px;
  width: 20px; }

.gp--icon {
  height: 28px;
  margin: 10px 8px 0 16px;
  width: 26px; }

.tw--icon {
  height: 20px;
  margin: 11px 12px 0 18px;
  width: 20px; }

.social-network__label {
  font-size: 16px;
  line-height: 42px; }

.login-signup__sep {
  margin: 30px auto 10px;
  position: relative;
  width: 380px; }

.login-signup__message-error {
  font-size: 14px;
  line-height: 16px;
  margin: 5px auto 0;
  width: 380px; }

.login-signup__message--info {
  font-size: 14px;
  line-height: 16px;
  margin: 5px auto 0;
  width: 380px; }

.fb-gp-login-signup__message-error {
  font-size: 14px;
  line-height: 16px;
  margin: 5px auto 0;
  width: 380px; }

.login-signup__form-label {
  font-size: 16px;
  line-height: 1;
  margin: 0 auto;
  width: 380px; }

.login-signup__checkbox {
  display: none; }

.login-signup__checkbox-label {
  color: #333;
  font-size: 16px;
  line-height: 1; }
  .login-signup__checkbox-label:before {
    font-family: "FontAwesome";
    font-size: 18px;
    content: "\f096";
    color: #333;
    vertical-align: top;
    display: inline-block;
    width: 23px;
    height: 19px; }

.login-signup__checkbox:checked + label:before {
  content: "\f046"; }

.label--indent {
  margin: 20px auto 0; }

.fb-gp-label--indent {
  margin: 40px auto 0; }

.login-signup__form-input {
  font-size: 20px;
  height: 40px;
  line-height: 24px;
  margin: 8px auto 0;
  padding: 8px 18px;
  width: 380px; }

.username__input-wrapper {
  border: 1px solid #cbcbcb;
  height: 40px;
  margin: 8px auto 0;
  width: 380px; }
  .username__input-wrapper .username__text {
    color: #878787;
    display: inline-block;
    font-size: 18px;
    height: 40px;
    line-height: 24px;
    padding: 8px 0 8px 18px;
    text-transform: none;
    width: 192px; }
  .username__input-wrapper .username__input {
    border: 0;
    color: #878787;
    display: inline-block;
    font-size: 18px;
    height: 33px;
    line-height: 24px;
    padding: 8px 18px 8px 0;
    width: 180px; }
    .username__input-wrapper .username__input:focus {
      outline: none; }
  .username__input-wrapper .fb-gp-input--color {
    color: #333; }

.fb-gp-signup__info-block {
  background-color: #f7f7f7;
  border: 1px solid #cbcbcb;
  border-top: 0;
  color: #878787;
  font-size: 14px;
  line-height: 16px;
  min-height: 30px;
  height: auto;
  margin: 0 auto;
  padding: 7px 0 7px 18px;
  width: 380px; }

.form-input--info {
  border: 1px solid #f49b19; }

.forgot-password__link {
  font-size: 12px;
  line-height: 15px;
  margin: 10px 0 0; }
  .forgot-password__link:hover {
    color: #e32; }

.login-signup__submit-button {
  background-color: #0077ef;
  border: 0;
  display: block;
  width: 380px;
  height: 42px;
  line-height: 38px;
  margin: 18px auto 0;
  font-size: 16px;
  color: #fff;
  cursor: pointer; }
  .login-signup__submit-button:hover {
    background-color: #014a9b; }

.popup__close {
  right: 18px;
  top: 18px; }

.popup__close:hover {
  color: #333;
  cursor: pointer; }

.popup__header {
  color: #333;
  font-family: "Proxima Nova", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 26px;
  text-align: center; }

.thanks__icon {
  color: #6fb824;
  display: block;
  font-size: 40px;
  margin: 0 auto 20px;
  width: 35px; }

.fb-gp-success__user-avatar {
  height: 80px;
  margin: 0 auto 20px;
  position: relative;
  width: 80px; }
  .fb-gp-success__user-avatar .thanks__icon {
    margin: 0;
    position: absolute;
    right: -19px;
    top: -10px;
    z-index: 2; }
  .fb-gp-success__user-avatar .white-bg__block {
    background-color: #fff;
    height: 20px;
    position: absolute;
    right: -14px;
    top: 0;
    width: 25px;
    z-index: 1; }

.reset-password__container {
  padding: 40px 50px; }

.bbm-modal__section .reset-password__container .popup__message {
  margin: 20px 0 0; }

.bbm-modal__section .reset-password__container .login-signup__message-error {
  margin-left: 10px; }

.bbm-modal__section .reset-password__container .forgot-password__link {
  margin-left: 10px;
  text-align: right;
  width: 380px; }

.reset-password-success__container {
  padding: 35px 20px; }
  .reset-password-success__container .forgot-password__link {
    margin: 0;
    text-align: center;
    width: 460px; }

.bf-daily-email__logo {
  background: url("/static/images/public/signin/signup-sprite.png?v=1460153433") no-repeat -263px -9px;
  width: 83px;
  height: 19px;
  display: inline-block;
  margin: -4px 3px 0 4px;
  vertical-align: top; }

.bbm-modal__section .login-signup-text--small {
  font-size: 12px;
  line-height: 14px; }
  .bbm-modal__section .login-signup-text--small a {
    color: #07e !important; }
  .bbm-modal__section .login-signup-text--small a:hover {
    color: #e32 !important; }

.reactions-container {
  padding: 30px 0;
  border-bottom: 1px solid #eee; }
  .reactions-container .reactions-container__header {
    font-weight: 600;
    cursor: pointer;
    text-transform: uppercase; }
    .reactions-container .reactions-container__header:hover {
      color: #07e; }
    .reactions-container .reactions-container__header .fa-caret-right,
    .reactions-container .reactions-container__header .fa-caret-down {
      font-size: 20px; }
    .reactions-container .reactions-container__header.open .fa-caret-right,
    .reactions-container .reactions-container__header.closed .fa-caret-down {
      display: none; }

.reactions-box {
  width: 100%;
  margin: 10px 0;
  border-top: 1px solid #eee;
  padding: 5px 10px 20px 0; }

.wide-content .reactions-box {
  width: 625px;
  margin: 0 auto;
  border-top: 0;
  float: none; }

.inline-post .reactions-box {
  border-top: 0;
  margin: 0; }

.reactions-carousel {
  position: relative;
  width: 625px;
  margin-top: 10px; }
  .reactions-carousel .reactions-carousel__arrows {
    background: none #aaa repeat scroll 0 0;
    bottom: 0;
    position: absolute;
    text-align: center;
    width: 30px;
    color: #fff;
    cursor: pointer;
    line-height: 30px; }
    .reactions-carousel .reactions-carousel__arrows:hover {
      background: #07e; }
    .reactions-carousel .reactions-carousel__arrows--left {
      left: 0; }
    .reactions-carousel .reactions-carousel__arrows--right {
      right: 0; }
  .reactions-carousel .overlay {
    bottom: 0;
    content: " ";
    display: block;
    height: 100%;
    position: absolute;
    right: 34px;
    width: 50px;
    z-index: 3;
    background-image: -webkit-linear-gradient(right, white 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -moz-linear-gradient(right, white 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -ms-linear-gradient(right, white 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -o-linear-gradient(right, white 0%, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(right, white 0%, rgba(255, 255, 255, 0) 100%); }

.solid .reactions-carousel-wrap, .reactions-carousel-wrap {
  padding-top: 15px; }
  .solid .reactions-carousel-wrap.open, .reactions-carousel-wrap.open {
    overflow: hidden; }
    .solid .reactions-carousel-wrap.open .reactions-carousel, .reactions-carousel-wrap.open .reactions-carousel {
      -webkit-animation-duration: 0.8s;
      -moz-animation-duration: 0.8s;
      -ms-animation-duration: 0.8s;
      -o-animation-duration: 0.8s;
      animation-duration: 0.8s;
      -webkit-animation-fill-mode: both;
      -moz-animation-fill-mode: both;
      -ms-animation-fill-mode: both;
      -o-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-animation-name: rwgBounce;
      -moz-animation-name: rwgBounce;
      -ms-animation-name: rwgBounce;
      -o-animation-name: rwgBounce;
      animation-name: rwgBounce; }
  .solid .reactions-carousel-wrap.closed, .reactions-carousel-wrap.closed {
    height: 0;
    overflow: hidden;
    width: 100%; }
  .solid .reactions-carousel-wrap.reaction-badges__header.closed, .reactions-carousel-wrap.reaction-badges__header.closed {
    height: auto;
    overflow: visible; }

.reaction-gif .reactions-carousel__arrows {
  line-height: 61px;
  font-size: 13px;
  width: 16px; }

.reaction-gif .reactions-carousel {
  margin-left: 31px;
  width: 581px;
  clear: both; }
  .reaction-gif .reactions-carousel.move-left .reaction-gif__slider__items {
    left: -1090px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  .reaction-gif .reactions-carousel.move-right .reaction-gif__slider__items {
    left: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }

.reaction-gif .reactions-carousel-wrap.open {
  padding-top: 30px; }

@keyframes rwgBounce {
  0% {
    -webkit-transform: translateY(-1000px);
    -moz-transform: translateY(-1000px);
    -ms-transform: translateY(-1000px);
    -o-transform: translateY(-1000px);
    transform: translateY(-1000px); }
  60% {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px); }
  90% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

.reaction-badges .reaction-badges__message {
  font-weight: 600;
  font-size: 18px;
  margin-left: 30px;
  padding-top: 15px; }
  .reaction-badges .reaction-badges__message--error {
    color: #e32; }
  .reaction-badges .reaction-badges__message--voted {
    padding-top: 20px; }

.reaction-badges .reaction-badges__slider {
  overflow: hidden;
  margin: 0 34px; }
  .reaction-badges .reaction-badges__slider__items {
    width: 1800px;
    padding-left: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }

.reaction-badges .reaction-badges__item {
  margin: 0 4px 0 0;
  position: relative;
  display: inline-block; }

.reaction-badges .reaction-badges__bar {
  position: relative;
  overflow: hidden; }
  .reaction-badges .reaction-badges__bar--jump-bar,
  .reaction-badges .reaction-badges__bar--static-bar {
    width: 100%;
    position: absolute;
    background-color: #b1d3fc;
    height: 0;
    left: 0;
    bottom: 0;
    z-index: 2; }
  .reaction-badges .reaction-badges__bar--static-bar {
    z-index: 1; }
  .reaction-badges .reaction-badges__bar--jump-bar.animated {
    background: #07e;
    -webkit-animation-duration: 0.8s;
    -moz-animation-duration: 0.8s;
    -ms-animation-duration: 0.8s;
    -o-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both; }
  .reaction-badges .reaction-badges__bar--jump-bar.bounce-in-up {
    -webkit-animation-name: bounceInUp;
    -moz-animation-name: bounceInUp;
    -ms-animation-name: bounceInUp;
    -o-animation-name: bounceInUp;
    animation-name: bounceInUp; }

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-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: .7;
    visibility: visible;
    -webkit-transform: translate3d(0, 300px, 0);
    -moz-transform: translate3d(0, 300px, 0);
    -ms-transform: translate3d(0, 300px, 0);
    -o-transform: translate3d(0, 300px, 0);
    transform: translate3d(0, 300px, 0); }
  60% {
    opacity: 1;
    background: #07e;
    -webkit-transform: translate3d(0, -10px, 0);
    -moz-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    -o-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  75% {
    -webkit-transform: translate3d(0, 5px, 0);
    -moz-transform: translate3d(0, 5px, 0);
    -ms-transform: translate3d(0, 5px, 0);
    -o-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  90% {
    background: #b1d3fc;
    -webkit-transform: translate3d(0, -3px, 0);
    -moz-transform: translate3d(0, -3px, 0);
    -ms-transform: translate3d(0, -3px, 0);
    -o-transform: translate3d(0, -3px, 0);
    transform: translate3d(0, -3px, 0); }
  100% {
    background: #b1d3fc;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
  .reaction-badges .reaction-badges__bar__reaction-count {
    text-align: center;
    line-height: 14px; }

.reaction-badges .reaction-badges__btn {
  background: none #fe0 repeat scroll 0 0;
  color: #000;
  font-weight: 600;
  font-size: 11px;
  line-height: 29px;
  margin-top: 4px;
  padding-top: 1px;
  text-align: center;
  vertical-align: middle;
  min-width: 52px;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block; }
  .reaction-badges .reaction-badges__btn:hover {
    background: #07e;
    color: #fff; }
  .reaction-badges .reaction-badges__btn--voted {
    background: #f4ea80;
    color: #b6b17b; }
  .reaction-badges .reaction-badges__btn.love .reaction-badges__btn-word,
  .reaction-badges .reaction-badges__btn.hate .reaction-badges__btn-word {
    background: url("/static/images/public/social/lovehate-16_no_bg.png?v=1460153433") transparent repeat scroll 0 0;
    width: 19px;
    height: 16px;
    display: inline-block;
    text-indent: -9999px;
    vertical-align: middle; }
  .reaction-badges .reaction-badges__btn.hate .reaction-badges__btn-word {
    background-position: -19px 0; }
  .reaction-badges .reaction-badges__btn.love.reaction-badges__btn--voted .reaction-badges__btn-word,
  .reaction-badges .reaction-badges__btn.hate.reaction-badges__btn--voted .reaction-badges__btn-word {
    -webkit-opacity: 0.6;
    -moz-opacity: 0.6;
    -ms-opacity: 0.6;
    -o-opacity: 0.6;
    opacity: 0.6; }
  .reaction-badges .reaction-badges__btn.fairdinkum {
    width: 86px; }
  .reaction-badges .reaction-badges__btn.yaaass,
  .reaction-badges .reaction-badges__btn.trashy,
  .reaction-badges .reaction-badges__btn.lol,
  .reaction-badges .reaction-badges__btn.amazing,
  .reaction-badges .reaction-badges__btn.splendid,
  .reaction-badges .reaction-badges__btn.helpful,
  .reaction-badges .reaction-badges__btn.ohdear {
    width: 68px; }

.reaction-badges__btn-word {
  margin: 0 10px; }

.reaction-badges .reaction-badges__image,
.reaction-badges .reaction-badges__badge {
  margin: 0 auto; }

.reaction-badges .reaction-badges__badge {
  width: 26px;
  height: 25px; }

.reaction-badges .reaction-badges__badge-img {
  width: 25px;
  height: 25px; }

.wide-content .reaction-badges {
  margin-bottom: 0; }

.reaction-gif .reaction-gif__slider {
  position: relative;
  height: 61px;
  width: 539px;
  overflow: hidden;
  margin: 0 0 0 20px; }
  .reaction-gif .reaction-gif__slider__items {
    left: -545px;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
    font-size: 0;
    background: url("/static/images//global/unified_sprite.png?v=1460153433") no-repeat -177px -612px; }
  .reaction-gif .reaction-gif__slider .partner-sash {
    position: absolute;
    top: -10px;
    left: -7px;
    width: 50px;
    height: 50px;
    background: url("/static/images//global/unified_sprite.png?v=1460153433") no-repeat -177px -612px; }

.reaction-gif .reaction-gif__item {
  display: inline-block;
  margin-right: 4px; }
  .reaction-gif .reaction-gif__item:hover {
    cursor: pointer; }
  .reaction-gif .reaction-gif__item__thumb {
    width: 105px; }
  .reaction-gif .reaction-gif__item__thumb-loader {
    width: 16px;
    height: 16px;
    position: absolute;
    left: 46px;
    top: 23px; }

.reaction-gif__modal {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #dbdbdb;
  position: absolute;
  z-index: 999;
  left: 100px;
  bottom: 0;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }
  .reaction-gif__modal .reaction-gif__modal-wrapper {
    padding: 25px 40px; }
  .reaction-gif__modal .reaction-gif__modal__spinner {
    position: absolute;
    left: 50%;
    top: 40%;
    color: #333;
    font-size: 48px;
    z-index: 999; }
  .reaction-gif__modal .reaction-gif__modal__btn {
    margin-top: 10px; }
    .reaction-gif__modal .reaction-gif__modal__btn:hover {
      cursor: pointer; }

.tab-menu {
  margin-bottom: 25px; }
  .tab-menu .tab-menu__tab {
    position: relative;
    border: 1px solid #e32;
    border-left-width: 0; }
    .tab-menu .tab-menu__tab:first-child {
      border-left-width: 1px; }
  .tab-menu .tab-menu__link {
    padding: 1px 0 0;
    line-height: 45px;
    font-weight: 600;
    color: #e32;
    text-transform: uppercase;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center; }
    .tab-menu .tab-menu__link:hover {
      background: #e32;
      color: #fff; }
  .tab-menu .tab-menu__link--is-active {
    background: #e32;
    color: #fff; }
    .tab-menu .tab-menu__link--is-active:before {
      border-color: #e32 transparent transparent;
      border-style: solid;
      border-width: 8px;
      content: " ";
      height: 0;
      width: 0;
      left: 50%;
      margin: 0 -8px;
      position: absolute;
      top: 62px; }

.tab-menu--trending .tab-menu__tab {
  min-width: 200px;
  border: 2px solid #e32; }
  .tab-menu--trending .tab-menu__tab:first-child {
    min-width: 150px;
    border-left-width: 2px; }

.tab-menu--trending .tab-menu__link--is-active:before {
  top: 47px; }

.tab-menu--life .tab-menu__tab {
  min-width: 110px; }

.tab-menu--life .tab-menu__link {
  padding: 8px; }

.tab-menu--videos .tab-menu__tab {
  min-width: 200px; }

.tab-menu--videos .tab-menu__link {
  padding: 8px; }

.ie9 .tab-menu {
  float: none;
  display: table-row;
  margin: 0; }
  .ie9 .tab-menu li {
    float: none;
    display: table-cell;
    margin: 0; }
  .ie9 .tab-menu .tab-menu__tab {
    text-align: center; }
  .ie9 .tab-menu .tab-menu__link--is-active {
    display: inline-block;
    padding: 0 15px; }
  .ie9 .tab-menu .tab-menu__link:hover {
    display: inline-block;
    padding: 0 15px; }

.ie9 .tab-menu--trending,
.ie9 .tab-menu--life,
.ie9 .tab-menu--video {
  margin-bottom: 38px; }

.bf-select {
  color: #333;
  font-size: 0;
  line-height: 1px;
  position: relative; }
  .bf-select--disabled {
    opacity: 0.7; }
  .bf-select .bf-nativeselect-mobile {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    opacity: 0.001; }
  .bf-select .bf-nativeselect-desktop {
    display: none; }
  .bf-select-text {
    border: 1px solid #aaa;
    padding: 12px;
    position: relative;
    z-index: 2;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .has-errors .bf-select-text {
      border: 1px solid #e32; }
  .bf-select-text__value {
    display: block;
    font-size: 18px;
    line-height: 22px;
    overflow: hidden;
    white-space: nowrap; }
  .bf-select-text__arrow {
    background: #f4f4f4;
    border-left: 1px solid #eee;
    height: 46px;
    padding: 10px 10px 11px;
    position: absolute;
    right: 0;
    top: 0;
    width: 45px; }
  .bf-select-text__arrow:after {
    display: block;
    content: " ";
    height: 46px;
    position: absolute;
    right: 0;
    top: 0;
    width: 45px; }
  .bf-select-list {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #aaa;
    display: inline-block;
    left: 0;
    position: absolute;
    top: 47px;
    z-index: 3; }
  .bf-select-list__item {
    border-top: 1px solid #eee;
    color: #333;
    display: block;
    font-size: 18px;
    line-height: 22px;
    padding: 6px 13px;
    text-decoration: none; }
  .bf-select-list__item--active {
    background: #f4f4f4; }
  .bf-select-list__item:first-child {
    border-top: 0; }
  .bf-select-list__item:hover {
    background: #f4f4f4;
    color: #333; }

.load-more-button .load-more-button--button {
  margin-bottom: 20px; }

/* Todo: tmp changes from BF-25107. Should be removed */
.grid-posts__item--native-video {
  border-width: 1px;
  border-style: solid;
  border-color: #000;
  padding: 10px 10px 5px; }

.native-video {
  position: relative;
  margin-bottom: 30px;
  line-height: 0;
  font-size: 0;
  overflow: hidden; }
  .native-video__thumb {
    width: 100%; }
  .native-video__thumb-play {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 70px;
    width: 70px;
    padding: 10px 8px 10px 12px;
    margin-top: -35px;
    margin-left: -35px;
    border-radius: 50%;
    border-width: 4px;
    border-style: solid;
    border-color: #fff; }
    .native-video__thumb-play:before {
      background: #fff;
      opacity: 0;
      content: ' ';
      display: block;
      z-index: 1;
      height: 50px;
      width: 50px;
      position: absolute;
      top: 0;
      left: 0; }
  .native-video-loader {
    z-index: 3; }
  .native-video-error {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 25%;
    padding-right: 10%;
    padding-left: 10%;
    background: #eee;
    color: #000;
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    z-index: 4; }
  .native-video__embed {
    width: 100%; }
  .native-video-controls {
    width: 100%;
    padding: 10px 0;
    position: absolute;
    bottom: 5px;
    left: 0;
    z-index: 2; }
  .native-video__play-button {
    cursor: pointer;
    height: 18px;
    width: 18px;
    position: relative; }
    .native-video__play-button:before {
      background: #fff;
      opacity: 0;
      content: ' ';
      display: block;
      z-index: 1;
      height: 18px;
      width: 18px;
      position: absolute;
      top: 0;
      left: 0; }
  .native-video__mute-button {
    cursor: pointer;
    height: 20px;
    width: 20px;
    position: relative; }
    .native-video__mute-button:before {
      background: #fff;
      opacity: 0;
      content: ' ';
      z-index: 1;
      display: block;
      height: 20px;
      width: 20px;
      position: absolute;
      top: 0;
      left: 0; }
  .native-video__fullscreen-button {
    cursor: pointer;
    height: 20px;
    width: 20px;
    position: relative; }
    .native-video__fullscreen-button:before {
      background: #fff;
      opacity: 0;
      content: ' ';
      z-index: 1;
      display: block;
      height: 20px;
      width: 20px;
      position: absolute;
      top: 0;
      left: 0; }
  .native-video__play-icon {
    fill: #fff; }
    .native-video__play-button--pause .native-video__play-icon {
      display: none; }
  .native-video__pause-icon {
    fill: #fff;
    display: none; }
    .native-video__play-button--pause .native-video__pause-icon {
      display: block; }
  .native-video__fullscreen-icon {
    fill: #fff; }
  .native-video__unmute-icon {
    fill: #fff; }
    .native-video__mute-button--mute .native-video__unmute-icon {
      display: none; }
  .native-video__mute-icon {
    fill: #fff;
    display: none; }
    .native-video__mute-button--mute .native-video__mute-icon {
      fill: #fe4c5a;
      display: block; }
  .native-video .native-video__current-time-text,
  .native-video .native-video__duration-text {
    line-height: 20px;
    font-size: 14px;
    font-weight: bold;
    color: #fff; }
  .native-video .native-video-progress {
    background: rgba(255, 255, 255, 0.55);
    margin-top: 6px;
    height: 7px;
    width: 100%;
    position: relative; }
    .native-video .native-video-progress__load {
      background: #fff;
      z-index: 1;
      height: 7px;
      width: 0;
      position: absolute;
      top: 0;
      left: 0; }
    .native-video .native-video-progress__load-part {
      height: 7px;
      width: 0;
      position: absolute;
      top: 0;
      left: 0; }
    .native-video .native-video-progress__play {
      background: #fe4c5a;
      z-index: 2;
      height: 7px;
      width: 0;
      position: absolute;
      top: 0;
      left: 0; }
    .native-video .native-video-progress__seek-handle {
      cursor: pointer;
      z-index: 3;
      margin-top: -6px;
      margin-left: -9px;
      height: 18px;
      width: 18px;
      position: absolute;
      top: 0;
      left: 0; }

.bookmark-share {
  position: relative;
  background: #83499c; }
  .bookmark-share:hover {
    background: #5a2777; }
  .bookmark-share.disabled:hover {
    background: #83499c; }
  .bookmark-share div {
    float: left; }
  .bookmark-share .fa-bookmark {
    color: #fff;
    font-size: 27px;
    line-height: 40px;
    margin: 0 0 0 10px; }

.bookmark-tooltip {
  color: #fff;
  width: 138px;
  padding: 0 12px;
  height: 33px;
  line-height: 33px;
  background: #333;
  font-size: 12px;
  position: absolute;
  top: -95px;
  left: -62px;
  text-align: center;
  z-index: 10; }
  .bookmark-tooltip--bookmarked {
    width: 109px;
    height: 51px;
    padding: 7px 12px;
    line-height: 16px;
    top: -126px;
    left: -20px;
    box-sizing: content-box; }
  .bookmark-tooltip--bookmarked-standard {
    top: -94px;
    height: 15px;
    width: 78px;
    left: 0;
    padding: 8px 11px 9px; }
  .bookmark-tooltip .view-bookmarks {
    display: block;
    padding: 3px 5px;
    border: 1px solid #656565;
    font-weight: 600;
    font-size: 10px;
    line-height: 14px;
    color: #959595;
    margin: 8px 0 0;
    text-transform: uppercase; }
    .bookmark-tooltip .view-bookmarks:hover {
      border: 1px solid #5daeff;
      color: #5daeff; }
  .bookmark-tooltip:before,
  .bookmark-tooltip:after {
    top: 100%;
    bottom: 0;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0);
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom: 0; }
  .bookmark-tooltip:before {
    border-top-color: #333;
    border-width: 7px;
    left: 50%;
    margin-left: -7px; }
  .bookmark-tooltip:after {
    border-top-color: #333;
    border-width: 5px;
    left: 50%;
    margin-left: -5px; }

.video-splash-share .bookmark-tooltip--bookmarked {
  top: -85px; }

.video-splash-share .bookmark-tooltip--bookmarked-standard {
  top: -49px;
  height: 15px; }

.de .horizontal-share-buttons .bookmark-tooltip--bookmarked {
  height: 81px;
  top: -156px;
  left: -17px; }

.de .horizontal-share-buttons .bookmark-tooltip--bookmarked-standard {
  top: -114px;
  height: 35px;
  width: 100px;
  left: -11px;
  padding: 8px 11px 9px; }

.fr .horizontal-share-buttons .bookmark-tooltip--bookmarked,
.es .horizontal-share-buttons .bookmark-tooltip--bookmarked,
.pt .horizontal-share-buttons .bookmark-tooltip--bookmarked {
  height: 65px;
  top: -136px; }

.fr .horizontal-share-buttons .bookmark-tooltip--bookmarked-standard,
.es .horizontal-share-buttons .bookmark-tooltip--bookmarked-standard,
.pt .horizontal-share-buttons .bookmark-tooltip--bookmarked-standard {
  width: 100px;
  left: -11px;
  height: 15px;
  top: -94px; }

.share-block--longform .share-bookmark .bookmark-tooltip {
  background: #333;
  left: 69px;
  top: -7px; }

.share-block--longform .share-bookmark .bookmark-tooltip--bookmarked:before,
.share-block--longform .share-bookmark .bookmark-tooltip--bookmarked:after {
  border-bottom: 10px solid transparent;
  border-right: 10px solid #333;
  border-top: 10px solid transparent;
  left: -11%;
  margin: -10px 0 0;
  padding: 0;
  position: absolute;
  top: 50%; }

.share-block--longform .share-bookmark .bookmark-tooltip--bookmarked-standard {
  top: 10px; }

.share-block--longform .share-bookmark .fa-bookmark {
  color: #b8b8b8;
  margin: 0;
  padding-top: 6px; }

.share-block--longform .share-bookmark .view-bookmarks {
  height: auto !important;
  width: auto !important; }

.share-block--longform .share-bookmark .view-bookmarks:hover {
  border: 1px solid #5daeff;
  color: #5daeff; }

.fr .share-block--longform .bookmark-tooltip--bookmarked,
.es .share-block--longform .bookmark-tooltip--bookmarked,
.pt .share-block--longform .bookmark-tooltip--bookmarked {
  height: 65px;
  top: -14px; }

.fr .share-block--longform .bookmark-tooltip--bookmarked-standard,
.es .share-block--longform .bookmark-tooltip--bookmarked-standard,
.pt .share-block--longform .bookmark-tooltip--bookmarked-standard {
  height: 15px;
  top: 10px;
  width: 100px; }

.de .share-block--longform .bookmark-tooltip--bookmarked-standard {
  height: 35px;
  top: 0;
  width: 100px; }

.de .share-block--longform .bookmark-tooltip--bookmarked {
  height: 81px;
  top: -22px; }

.bookmark-white-overlay {
  background: rgba(255, 255, 255, 0.89);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 908; }

.bookmark-popup {
  width: 580px;
  background: #fff;
  z-index: 999;
  border: 1px #898989;
  font-size: 18px;
  color: #333;
  line-height: 20px;
  margin: -115px auto 0;
  top: 50%;
  position: relative;
  border: 1px solid #cbcbcb; }
  .bookmark-popup.login {
    margin: -306px auto 0; }
  .bookmark-popup a:hover {
    cursor: pointer;
    color: #e32; }
  .bookmark-popup .bookmark-popup__content {
    padding: 40px;
    width: 580px; }
  .bookmark-popup .bookmarks-promo {
    margin: 15px 0 0;
    width: 100%;
    background-position: 0 0;
    padding: 20px 5px 15px 240px;
    height: 90px; }
  .bookmark-popup .fb-button,
  .bookmark-popup .bf-gplus-button,
  .bookmark-popup .bf-tw-button {
    margin-top: 10px; }
  .bookmark-popup .fb-button,
  .bookmark-popup .bf-gplus-button {
    display: inline-block;
    width: 240px;
    margin: 10px 0; }
  .bookmark-popup .fb-button {
    margin: 10px 15px 0 0; }
  .bookmark-popup .bookmark-login__title {
    font-weight: 200;
    font-size: 26px;
    line-height: 30px; }
  .bookmark-popup .bookmark-login__content {
    margin: 30px 0 0;
    font-size: 18px;
    overflow: hidden; }
  .bookmark-popup .bookmark-login__text {
    display: table-cell;
    vertical-align: middle;
    height: 109px;
    font-size: 18px;
    line-height: 20px; }
  .bookmark-popup .bookmark-login__icon {
    background: url("/static/images/public/flow/bookmarks_popup.jpg?v=1460153433") 0 0 no-repeat #fff;
    width: 109px;
    float: left;
    height: 109px;
    margin: 0 20px 0 0; }
  .bookmark-popup .bookmark-login__content--app .bookmark-login__icon {
    background-position: 0 -110px; }
  .bookmark-popup .bookmark-login__link-download {
    display: block;
    margin: 20px 0 0; }
  .bookmark-popup .bookmark-login__more-signin {
    color: #07e;
    font-weight: 600;
    font-size: 14px; }
    .bookmark-popup .bookmark-login__more-signin:hover {
      cursor: pointer; }
  .bookmark-popup .bookmark-popup__close {
    font-size: 22px;
    color: #c6c6c6;
    position: absolute;
    top: 10px;
    right: 10px; }
    .bookmark-popup .bookmark-popup__close:hover {
      cursor: pointer;
      color: #333; }
  .pt .bookmark-popup .bookmarks-promo,
  .de .bookmark-popup .bookmarks-promo {
    margin: 15px 0 0;
    width: 255px;
    background-position: 0 0;
    padding: 10px 5px 15px 240px;
    height: 65px; }
  .de .bookmark-popup .fb-button,
  .de .bookmark-popup .bf-gplus-button {
    width: 270px;
    margin: 10px auto 0;
    display: block; }
  .fr .bookmark-popup .fb-button,
  .fr .bookmark-popup .bf-gplus-button {
    width: 315px;
    margin: 10px auto 0;
    display: block; }
  .pt .bookmark-popup .fb-button,
  .pt .bookmark-popup .bf-gplus-button,
  .es .bookmark-popup .fb-button,
  .es .bookmark-popup .bf-gplus-button {
    margin: 10px auto 0;
    display: block; }

.bookmark-tools {
  position: absolute;
  display: none;
  right: 8px;
  top: 5px;
  height: 24px;
  padding: 5px;
  z-index: 1; }
  .bookmark-tools .bookmark-tools__icon {
    display: block;
    width: 22px;
    height: 22px;
    color: #aaa;
    font-size: 13px;
    border-radius: 4px;
    border: 1px solid #b8b8b8;
    float: left;
    line-height: 22px;
    text-align: center;
    margin: 0 5px 0 0;
    background-color: #fff; }
    .bookmark-tools .bookmark-tools__icon:hover {
      color: #07e;
      border-color: #07e;
      background-color: #fff; }
  .bookmark-tools .bookmark-tools__delete-confirm {
    width: 100px;
    font-size: 14px;
    color: #333;
    clear: both;
    text-align: center;
    overflow: hidden;
    position: absolute;
    top: 40px;
    left: -10px;
    background: #fff;
    z-index: 2; }
    .bookmark-tools .bookmark-tools__delete-confirm span {
      line-height: 30px;
      display: block;
      border: 1px solid #e3e2e2;
      border-bottom: 0; }
    .bookmark-tools .bookmark-tools__delete-confirm .bookmark-tools__cancel-delete,
    .bookmark-tools .bookmark-tools__delete-confirm .bookmark-tools__delete {
      font-weight: 600;
      font-size: 12px;
      border: 1px solid #e3e2e2;
      height: 30px;
      line-height: 30px;
      display: block;
      width: 50px;
      float: left;
      color: #aaa; }
    .bookmark-tools .bookmark-tools__delete-confirm .bookmark-tools__delete {
      color: #07e;
      border-left: 0; }
    .bookmark-tools .bookmark-tools__delete-confirm .bookmark-tools__cancel-delete:hover {
      color: #333;
      border: 1px solid #333;
      cursor: pointer; }
    .bookmark-tools .bookmark-tools__delete-confirm .bookmark-tools__delete:hover {
      border: 1px solid #07e;
      cursor: pointer;
      margin-left: -1px;
      width: 51px; }
  li:hover .bookmark-tools {
    display: block; }

.share-block__list {
  list-style: none;
  margin: 0;
  padding: 0; }

.share-block--light {
  background: #fff;
  color: #b8b8b8;
  font-size: 24px;
  position: absolute; }
  .share-block--light a {
    background: none;
    color: #b8b8b8;
    height: 49px;
    width: 56px; }
    .share-block--light a::after {
      content: "";
      display: block;
      top: 0;
      bottom: 0;
      position: absolute;
      height: 49px;
      width: 56px; }
  .share-block--light li:hover a,
  .share-block--light .bookmark-share:hover .fa-bookmark {
    color: #fff; }
  .share-block--light li:hover svg {
    fill: #fff; }
  .share-block--light li {
    border-left: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
    position: relative; }
    .share-block--light li.clear {
      display: none; }
    .share-block--light li:first-child {
      border-top: 1px solid #e7e7e7; }
    .share-block--light li:last-child {
      border-bottom: 1px solid #e7e7e7; }
  .share-block--light .svg-icon {
    background: none;
    fill: #b8b8b8;
    height: 49px;
    width: 25px; }
  .share-block--light .share-bookmark {
    background: none;
    float: none;
    margin: 0; }
    .share-block--light .share-bookmark:hover,
    .share-block--light .share-bookmark:active {
      background: #83499c;
      border-color: #83499c; }
  .share-block--light .share-email:hover,
  .share-block--light .share-email:active {
    background: #666;
    border-color: #666; }
  .share-block--light .share-facebook:hover,
  .share-block--light .share-facebook:active {
    background: #3b5998;
    border-color: #3b5998; }
  .share-block--light .share-google:hover,
  .share-block--light .share-google:active {
    background: #dd4b39;
    border-color: #dd4b39; }
  .share-block--light .share-google > div {
    background: none !important;
    width: 55px; }
  .share-block--light .share-pinterest:hover,
  .share-block--light .share-pinterest:active {
    background: #cb2027;
    border-color: #cb2027; }
  .share-block--light .share-pinterest .svg-icon {
    height: 38px; }
  .share-block--light .share-twitter:hover,
  .share-block--light .share-twitter:active {
    background: #00aced;
    border-color: #00aced; }

.share-block--stacked a {
  display: block;
  height: 49px !important; }

.share-block--stacked li {
  display: block;
  height: 49px;
  line-height: 49px;
  text-align: center;
  width: 56px; }

.share-block--sticky {
  opacity: 1 !important;
  transition-delay: 0s !important;
  visibility: visible !important; }

.share-block--bookmarks {
  left: -13px;
  margin-top: 20px; }
  .share-block--bookmarks .share-google > div {
    background: none; }
  .share-block--bookmarks .share-block__list li,
  .share-block--bookmarks .share-block__list a {
    color: #b8b8b8;
    display: block;
    height: 49px;
    margin: 0;
    padding: 0;
    width: 56px; }
  .share-block--bookmarks .share-block__list a:hover {
    color: #fff; }
  .share-block--bookmarks .share-block__list .share-pinterest {
    display: none; }

.share-block--longform {
  -webkit-transition: visibility 0s linear 0.5s, opacity 0.5s linear;
  -moz-transition: visibility 0s linear 0.5s, opacity 0.5s linear;
  transition: visibility 0s linear 0.5s, opacity 0.5s linear;
  left: 32px;
  opacity: 0;
  position: fixed !important;
  top: 25% !important;
  visibility: hidden;
  z-index: 1; }
  .share-block--longform .share-button > div {
    float: none; }

#buzz_sub_buzz .buzz_superlist_item h2 {
  font-size: 26px;
  line-height: 28px;
  font-weight: 600;
  color: #121212;
  padding: 0 0 8px 0;
  margin: 0; }

#suplist_items .suplist_item_link h1 a.smaller {
  color: #828282;
  font-size: 13px;
  line-height: 17px; }

/* Pullquote shares */
.pullquote_shares_wrapper {
  position: absolute;
  bottom: 0px; }

.pullquote_shares {
  width: 130px;
  height: 30px;
  padding: 8px 12px;
  position: relative;
  bottom: 0px; }

.pullquote_shares.align_left {
  left: left; }

.pullquote_shares.align_right {
  float: right; }

.pullquote_shares .pull_quote_share {
  display: block;
  float: left;
  margin: 0 10px 0 0;
  width: 35px;
  height: 30px;
  background-image: url("/static/images/public/sprites/pullquote.png?v=1460153433"); }

.pullquote_shares .pull_quote_share:first-child + .pull_quote_share + .pull_quote_share {
  margin: 0px; }

.pullquote_shares .pull_quote_share.pin {
  background-position: 0px 0px; }

.pullquote_shares .pull_quote_share.fb {
  background-position: -40px 0px; }

.pullquote_shares .pull_quote_share.tw {
  background-position: -80px 0px; }

.pullquote_shares.style_light_transparent {
  background: rgba(255, 255, 255, 0.5); }

.pullquote_shares.style_dark_transparent,
.pullquote_shares.style_light_black {
  background: rgba(0, 0, 0, 0.5); }

.pullquote_shares .pull_quote_share.pin:hover {
  background-position: 0px 30px !important; }

.pullquote_shares .pull_quote_share.fb:hover {
  background-position: -40px 30px !important; }

.pullquote_shares .pull_quote_share.tw:hover {
  background-position: -80px 30px !important; }

.article_update,
.update__container,
.correction__container,
.buzz_superlist_item_article_correction,
.buzz_superlist_item_article_update {
  padding-bottom: 35px !important; }
  .article_update .article_update__header,
  .update__container .article_update__header,
  .correction__container .article_update__header,
  .buzz_superlist_item_article_correction .article_update__header,
  .buzz_superlist_item_article_update .article_update__header {
    font-weight: unset !important; }
  .article_update .article_update__text,
  .update__container .article_update__text,
  .correction__container .article_update__text,
  .buzz_superlist_item_article_correction .article_update__text,
  .buzz_superlist_item_article_update .article_update__text {
    margin-top: 25px !important;
    margin-bottom: 22px !important; }
  .article_update .article_update__time,
  .update__container .article_update__time,
  .correction__container .article_update__time,
  .buzz_superlist_item_article_correction .article_update__time,
  .buzz_superlist_item_article_update .article_update__time {
    font-size: 11px;
    color: #727272;
    margin-left: 10px;
    font-style: normal;
    white-space: nowrap; }

#buzz_sub_buzz .buzz_superlist_item .buzz_superlist_item_text blockquote {
  font-size: 17px;
  line-height: 23px;
  font-family: "Proxima Nova", Helvetica, Arial, sans-serif; }

#buzz_sub_buzz.suplist_long .buzz_superlist_item_quote blockquote {
  display: block;
  width: auto;
  padding: 10px 20px;
  margin: 20px 12px 20px 18px;
  background: #fcfcfc;
  border-left: 5px solid #e1e8ed;
  overflow: hidden; }

#buzz_sub_buzz.suplist_long .buzz_superlist_item_wide.buzz-superlist-item-audio {
  padding-left: 135px;
  padding-right: 135px; }

#buzz_sub_buzz .buzz_superlist_item_text blockquote,
#buzz_sub_buzz .buzz_superlist_item_text q,
#buzz_sub_buzz .buzz_superlist_item_article_update blockquote,
#buzz_sub_buzz .buzz_superlist_item_article_update q,
#buzz_sub_buzz .buzz_superlist_item_article_correction blockquote, #buzz_sub_buzz .buzz_superlist_item_article_correction q {
  display: block;
  width: auto;
  padding: 10px 20px;
  margin: 20px 12px 20px 18px;
  background: #fcfcfc;
  border-left: 5px solid #e1e8ed;
  overflow: hidden; }
  #buzz_sub_buzz .buzz_superlist_item_text blockquote p:last-child,
  #buzz_sub_buzz .buzz_superlist_item_text q p:last-child,
  #buzz_sub_buzz .buzz_superlist_item_article_update blockquote p:last-child,
  #buzz_sub_buzz .buzz_superlist_item_article_update q p:last-child,
  #buzz_sub_buzz .buzz_superlist_item_article_correction blockquote p:last-child, #buzz_sub_buzz .buzz_superlist_item_article_correction q p:last-child {
    padding-bottom: 0; }

.buzz_superlist_item h2 .twitter-emoji {
  width: 25px; }

.buzz_superlist_item .twitter-emoji {
  width: 20px; }

.wrapper-2col .col1,
.wrapper-2col .col2 {
  float: left;
  padding-left: 15px; }

.wrapper-2col .col1 {
  width: 675px; }
  @media (min-width: 1125px) {
    .wrapper-2col .col1 {
      width: 760px; } }
  .wrapper-2col .col1 .homepage-video {
    width: 95%; }

.wrapper-2col .col2 {
  width: 340px; }
  @media (min-width: 1125px) {
    .wrapper-2col .col2 {
      width: 370px; } }
  .wrapper-2col .col2 .grid-posts > li {
    margin-bottom: 15px; }
  .wrapper-2col .col2 .hot-block__list .list--unstyled .list__thumb {
    height: auto;
    width: 300px; }
    @media (min-width: 1125px) {
      .wrapper-2col .col2 .hot-block__list .list--unstyled .list__thumb {
        width: 355px; } }
  .wrapper-2col .col2 section + section {
    margin-top: 15px; }

.wrapper-2col .hot_quizzes__title,
.wrapper-2col .hot_videos__title,
.wrapper-2col .more-buzz__title {
  font-size: 26px;
  font-weight: 600;
  text-align: left;
  color: #000; }
  .wrapper-2col .hot_quizzes__title span,
  .wrapper-2col .hot_videos__title span,
  .wrapper-2col .more-buzz__title span {
    color: #e32; }

.wrapper-3col > div {
  float: left;
  padding-left: 15px; }

.wrapper-3col .col1 {
  width: 495px; }
  @media (min-width: 1125px) {
    .wrapper-3col .col1 {
      width: 545px; } }

.wrapper-3col .col2 {
  width: 300px; }
  @media (min-width: 1125px) {
    .wrapper-3col .col2 {
      width: 355px; } }

.wrapper-3col .col3 {
  width: 220px; }

.col2 section + section {
  margin-top: 40px; }

.bf-news-hp__header {
  margin-bottom: 15px; }
  .bf-news-hp__header svg {
    width: 242px;
    max-height: 28px;
    display: block; }

.trending-col__title {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: -.03em;
  line-height: 1;
  position: relative;
  margin: 5px 0 10px;
  color: #e32;
  padding-left: 26px; }
  .trending-col__title:before {
    content: "";
    display: inline-block;
    height: 22px;
    width: 22px;
    background: url("/static/images/global/unified_sprite.png?v=1460153433") -381px -771px;
    position: absolute;
    top: 3px;
    left: 1px; }

.lede__media img {
  width: 100%; }

.partner-area .lede__media img {
  width: auto; }

.page-container.page-container--community {
  margin-top: 10px;
  position: relative;
  width: 1005px !important; }

.sidebar-front.Column2 > div,
.sidebar-front.Column2 > section,
.BuzzPage .Column2 > div,
.BuzzPage .Column2 > section {
  margin-top: 0;
  margin-bottom: 30px; }

.BuzzPage .Column2 {
  margin-top: 10px; }

.Column2 .content {
  float: none; }

.Column2 .section.block::after,
.hot-on-pinterest.pinterest-vertical::after {
  clear: both;
  content: "";
  display: table; }

.list-video-shows > li {
  width: 50%;
  display: inline-block;
  margin: 0px -4px 25px 0px;
  vertical-align: top; }
  .list-video-shows > li:nth-child(odd) {
    padding-right: 50px; }
  .list-video-shows > li:nth-child(even) {
    padding-left: 50px; }

.swarm--newsapp--top-desktop .swarm__link {
  text-align: center; }

.thumbstrip {
  margin: 10px 0; }
  .thumbstrip::after {
    clear: both;
    content: "";
    display: table; }
  .thumbstrip .HotHead .unit, .thumbstrip .HotHead img {
    width: 115px !important;
    height: 76px !important; }
  .thumbstrip .HotHead .unit a span.title {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 5px;
    width: 115px;
    cursor: pointer;
    overflow: hidden;
    z-index: 2; }
  .thumbstrip .HotHead {
    margin-left: -10px; }
    .thumbstrip .HotHead > .unit {
      position: relative;
      float: left;
      margin-left: 10px; }
      .thumbstrip .HotHead > .unit img {
        width: 100%;
        display: block; }
  .thumbstrip .HotHead .unit a:hover span.title {
    display: block;
    color: #FFF;
    background: #07e !important; }
  .thumbstrip .HotHead .unit .title {
    font-size: 12px; }
  .thumbstrip .HotHead .unit a span.title span {
    display: block;
    max-height: 60px;
    overflow: hidden; }
  .thumbstrip .HotHead .unit a span.title small {
    font-size: 10px;
    color: #d3e3fe; }
  .thumbstrip .HotHead .unit .partner-info span {
    display: inline !important; }
  .thumbstrip .HotNext {
    display: block;
    z-index: 3;
    position: absolute;
    right: 0px;
    bottom: 0;
    width: 42px;
    height: 79px;
    overflow: hidden;
    z-index: 97; }
    .thumbstrip .HotNext a {
      background: url("/static/images/global/unified_sprite.png?v=1460153433") -576px -252px no-repeat;
      width: 42px;
      height: 79px;
      position: absolute;
      right: 0px;
      bottom: 0px; }
  .thumbstrip #hothead {
    position: relative; }
    .thumbstrip #hothead::after {
      clear: both;
      content: "";
      display: table; }

.hp-beta .unified-header #upper-wrapper, .hp-layout .unified-header #upper-wrapper {
  padding: 20px 0; }

.hp-beta .unified-header #lower-wrapper, .hp-layout .unified-header #lower-wrapper {
  padding-left: 0; }

.hp-beta .page-container, .hp-layout .page-container {
  padding-left: 0; }

.HotHead .thumb9 {
  display: none; }
  @media (min-width: 1125px) {
    .HotHead .thumb9 {
      display: block;
      margin-right: 0;
      margin-left: 0; } }
  .BuzzPage .HotHead .thumb9 {
    display: none; }

.quicklink hgroup h2 {
  margin-bottom: 2px; }

.quicklink small {
  display: block;
  font-size: 12px;
  margin-bottom: 10px; }

.quicklink small a {
  color: #aaa; }

.quicklink p {
  margin: 0 0 10px; }

.legacy-tests--home {
  position: fixed;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  background: url("/static/images/global/legacy-tests/legacy-test--home.png?v=1460153433"); }

.legacy-tests--hot-referrers {
  position: fixed;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  background: url("/static/images/global/legacy-tests/legacy-test--hot-referers.png?v=1460153433"); }

.legacy-tests--hot-on {
  position: fixed;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  background: url("/static/images/global/legacy-tests/legacy-test--hot-on.png?v=1460153433"); }

.legacy-tests--hot-on2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  background: url("/static/images/global/legacy-tests/legacy-test--hot-on2.png?v=1460153433"); }

.legacy-tests--cluster-hot-list-home5 {
  position: fixed;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  background: url("/static/images/global/legacy-tests/legacy-test--cluster-hot-list-home5.png?v=1460153433"); }

.legacy-tests--cluster-hot-list {
  position: fixed;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  background: url("/static/images/global/legacy-tests/legacy-test--cluster-hot-list.png?v=1460153433"); }

.legacy-tests--hot-list-template {
  position: fixed;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  background: url("/static/images/global/legacy-tests/legacy-test--hot-list-template.png?v=1460153433"); }

.legacy-tests--sidebar-hot-list {
  position: fixed;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  background: url("/static/images/global/legacy-tests/legacy-test--sidebar-hot-list.png?v=1460153433"); }

.legacy-tests--trending-topics-cluster-left {
  position: fixed;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  background: url("/static/images/global/legacy-tests/legacy-test--trending-topics-cluster-left.png?v=1460153433"); }

.legacy-tests--trending-topics-cluster-edit {
  position: fixed;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  background: url("/static/images/global/legacy-tests/legacy-test--trending-topics-cluster-edit.png?v=1460153433"); }

.legacy-tests--trending-topics-cluster-moderation {
  position: fixed;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  background: url("/static/images/global/legacy-tests/legacy-test--trending-topics-cluster-moderation.png?v=1460153433"); }

.legacy-tests--trending-topics-permalink {
  position: fixed;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  background: url("/static/images/global/legacy-tests/legacy-test--trending-topics-permalink.png?v=1460153433"); }

.legacy-tests--trending-clusters {
  position: fixed;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  background: url("/static/images/global/legacy-tests/legacy-test--trending-clusters.png?v=1460153433"); }

.legacy-tests--trending-topics-trending-topics {
  position: fixed;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  background: url("/static/images/global/legacy-tests/legacy-test--trending-topics-trending-topics.png?v=1460153433"); }

.legacy-tests--trending-topics-trending-topics-edit {
  position: fixed;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  background: url("/static/images/global/legacy-tests/legacy-test--trending-topics-edit.png?v=1460153433"); }

.legacy-tests--trending-topics-edit-sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  background: url("/static/images/global/legacy-tests/trending-topics-edit-sidebar.png?v=1460153433"); }

.legacy-tests--queue-old {
  position: fixed;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  background: url("/static/images/global/legacy-tests/legacy-test--queue-old.png?v=1460153433"); }

.legacy-tests--flow_queue {
  position: fixed;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  background: url("/static/images/global/legacy-tests/legacy-test--flow-queue.png?v=1460153433"); }

.legacy-tests--ajax-posts-page {
  position: fixed;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  background: url("/static/images/global/legacy-tests/legacy-test--ajax-posts-page.png?v=1460153433"); }

.legacy-tests--top-sites-beta {
  position: fixed;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  background: url("/static/images/global/legacy-tests/legacy-test--top-sites-beta.png?v=1460153433"); }

.news-app {
  line-height: 1.2;
  margin-left: auto;
  margin-right: auto; }
  .news-app__header {
    background: url("/static/images/public/news-app/get-the-app-header.png?v=1460153433") no-repeat 0;
    height: 400px;
    position: relative;
    background-size: cover;
    border-bottom: 4px solid #e32;
    background-position-y: 65%; }
    .news-app__header:before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-image: linear-gradient(to bottom, transparent, #000);
      opacity: .6; }
    .news-app__header__text {
      position: absolute;
      width: 50%;
      bottom: 120px;
      left: 100px; }
    .news-app__header__title {
      width: 400px;
      padding-bottom: 20px; }
    .news-app__header__subtitle {
      font-size: 28px;
      color: #fff;
      font-weight: 400; }
    .news-app__header__notify-me {
      padding-top: 20px;
      font-weight: 400; }
    .news-app__header__content {
      height: 400px;
      width: 990px;
      margin: 0 auto;
      position: relative; }
  .news-app__header__image {
    right: 0;
    position: absolute;
    padding-top: 90px;
    padding-right: 100px; }
    .news-app__header__image img {
      height: 600px; }
  .news-app__headline {
    font-size: 36px;
    color: #222;
    display: block;
    font-weight: 600; }
  .news-app__text {
    padding-top: 15%;
    width: 40%; }
  .news-app__meta {
    font-size: 22px;
    color: #aaa;
    display: block;
    padding-top: 20px;
    font-weight: 400; }
  .news-app__footnote {
    margin-top: 10px;
    font-size: 13px;
    color: #ccc;
    font-weight: 400; }
  .news-app__download-buttons {
    padding: 40px 0 290px;
    width: 792px;
    margin: 0 auto; }
  .news-app__get-the-app__button {
    background: url("/static/images/public/tools/app_store_download_small.png?v=1460153433") no-repeat;
    display: inline-block;
    width: 200px;
    background-size: 200px;
    height: 60px;
    padding-right: 20px; }
  .news-app__get-the-app {
    float: left; }
  .news-app__android-app__button {
    background: url("/static/images/public/tools/android_coming_soon_small.png?v=1460153433") no-repeat;
    display: inline-block;
    width: 170px;
    background-size: 170px;
    height: 60px; }
  .news-app__android-app {
    float: left; }
  .news-app__text-red {
    color: #e32; }
  .news-app__newsletter {
    border: 1px solid #ccc; }
    .news-app__newsletter .bpage-email-signup {
      padding: 60px; }
    .news-app__newsletter .bpage-email-signup__form__title {
      font-size: 36px;
      color: #222;
      display: block;
      font-weight: 600;
      padding-bottom: 0; }
    .news-app__newsletter .bpage-email-signup__form__subtitle {
      font-size: 22px;
      color: #aaa;
      display: block;
      padding: 10px 0 40px;
      font-weight: 400; }
    .news-app__newsletter .bpage-email-signup__message-success {
      padding: 0; }
  .news-app__border {
    border-top: 2px solid #666; }
  .news-app__flex-wrapper > * {
    align-self: center; }
  .news-app__row {
    padding: 60px 100px;
    overflow: hidden;
    margin: 0 auto;
    width: 792px; }
    .news-app__row--1 .news-app__col--unique {
      padding-top: 30px;
      width: 60%; }
    .news-app__row--2 img,
    .news-app__row--3 img {
      height: 446px; }
    .news-app__row--3 img {
      box-shadow: 0 0 5px 0 #ccc; }
    .news-app__row--4 img {
      width: 70%;
      margin: 40px 0;
      box-shadow: 0 0 5px 0 #ccc; }
  .news-app__row--5 img {
    margin: -5px; }
  .news-app__row--5 .news-app__col--unique {
    width: 100%; }
  .news-app__col--1 {
    float: left; }
  .news-app__col--2 {
    float: right; }
  .news-app__col--unique {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
  .news-app__section-separator {
    border-top: 1px solid #d8d8d8; }

.bf-news-logo__bf-white,
.bf-news-logo__news-white {
  fill: #fff; }

.full-width-page {
  width: 100% !important;
  padding: 0 !important; }

.solid {
  /*
  Solid is BuzzFeed's CSS style guide.
  solid.buzzfeed.com
*/
  /*Class to remove margins from block-grid__item and block-grid container*/
  /*Resizes block-grid__item to percentage of block-grid without margins*/ }
  .solid html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%; }
  .solid body {
    margin: 0; }
  .solid article,
  .solid aside,
  .solid details, .solid figcaption,
  .solid figure,
  .solid footer,
  .solid header,
  .solid main, .solid menu,
  .solid nav,
  .solid section,
  .solid summary {
    display: block; }
  .solid audio,
  .solid canvas,
  .solid progress,
  .solid video {
    display: inline-block; }
  .solid audio:not([controls]) {
    display: none;
    height: 0; }
  .solid progress {
    vertical-align: baseline; }
  .solid template, .solid [hidden] {
    display: none; }
  .solid a {
    background-color: transparent; }
  .solid a:active,
  .solid a:hover {
    outline-width: 0; }
  .solid abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted; }
  .solid b,
  .solid strong {
    font-weight: inherit; }
  .solid b,
  .solid strong {
    font-weight: bolder; }
  .solid dfn {
    font-style: italic; }
  .solid h1 {
    font-size: 2em;
    margin: 0.67em 0; }
  .solid mark {
    background-color: #ff0;
    color: #000; }
  .solid small {
    font-size: 80%; }
  .solid sub,
  .solid sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }
  .solid sub {
    bottom: -0.25em; }
  .solid sup {
    top: -0.5em; }
  .solid img {
    border-style: none; }
  .solid svg:not(:root) {
    overflow: hidden; }
  .solid code,
  .solid kbd,
  .solid pre,
  .solid samp {
    font-family: monospace, monospace;
    font-size: 1em; }
  .solid figure {
    margin: 1em 40px; }
  .solid hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible; }
  .solid button,
  .solid input,
  .solid select,
  .solid textarea {
    font: inherit; }
  .solid optgroup {
    font-weight: bold; }
  .solid button,
  .solid input, .solid select {
    overflow: visible; }
  .solid button,
  .solid input,
  .solid select,
  .solid textarea {
    margin: 0; }
  .solid button,
  .solid select {
    text-transform: none; }
  .solid button,
  .solid [type="button"],
  .solid [type="reset"],
  .solid [type="submit"] {
    cursor: pointer; }
  .solid [disabled] {
    cursor: default; }
  .solid button,
  .solid html [type="button"], .solid [type="reset"],
  .solid [type="submit"] {
    -webkit-appearance: button; }
  .solid button::-moz-focus-inner,
  .solid input::-moz-focus-inner {
    border: 0;
    padding: 0; }
  .solid button:-moz-focusring,
  .solid input:-moz-focusring {
    outline: 1px dotted ButtonText; }
  .solid fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em; }
  .solid legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal; }
  .solid textarea {
    overflow: auto; }
  .solid [type="checkbox"],
  .solid [type="radio"] {
    box-sizing: border-box;
    padding: 0; }
  .solid [type="number"]::-webkit-inner-spin-button,
  .solid [type="number"]::-webkit-outer-spin-button {
    height: auto; }
  .solid [type="search"] {
    -webkit-appearance: textfield; }
  .solid [type="search"]::-webkit-search-cancel-button,
  .solid [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }
  .solid html,
  .solid body,
  .solid div,
  .solid span,
  .solid applet,
  .solid object,
  .solid iframe,
  .solid h1,
  .solid h2,
  .solid h3,
  .solid h4,
  .solid h5,
  .solid h6,
  .solid p,
  .solid blockquote,
  .solid pre,
  .solid a,
  .solid abbr,
  .solid acronym,
  .solid address,
  .solid big,
  .solid cite,
  .solid code,
  .solid del,
  .solid dfn,
  .solid em,
  .solid img,
  .solid ins,
  .solid kbd,
  .solid q,
  .solid s,
  .solid samp,
  .solid small,
  .solid strike,
  .solid strong,
  .solid sub,
  .solid sup,
  .solid tt,
  .solid var,
  .solid b,
  .solid u,
  .solid i,
  .solid center,
  .solid dl,
  .solid dt,
  .solid dd,
  .solid ol,
  .solid ul,
  .solid li,
  .solid fieldset,
  .solid form,
  .solid label,
  .solid legend,
  .solid table,
  .solid caption,
  .solid tbody,
  .solid tfoot,
  .solid thead,
  .solid tr,
  .solid th,
  .solid td,
  .solid article,
  .solid aside,
  .solid canvas,
  .solid details,
  .solid embed,
  .solid figure,
  .solid figcaption,
  .solid footer,
  .solid header,
  .solid hgroup,
  .solid menu,
  .solid nav,
  .solid output,
  .solid ruby,
  .solid section,
  .solid summary,
  .solid time,
  .solid mark,
  .solid audio,
  .solid video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline; }
  .solid small {
    font-size: 16px; }
  .solid sub,
  .solid sup {
    font-size: 16px; }
  .solid sup {
    top: -0.5rem; }
  .solid sub {
    bottom: -.25rem; }
  .solid code,
  .solid kbd,
  .solid pre,
  .solid samp {
    font-size: 16px; }
  .solid fieldset {
    border: 0;
    margin: 0;
    padding: 0; }
  .solid optgroup {
    font-weight: 600; }
  .solid blockquote,
  .solid q {
    quotes: none; }
  .solid blockquote:before,
  .solid blockquote:after,
  .solid q:before,
  .solid q:after {
    content: "";
    content: none; }
  .solid body {
    color: #333; }
  .solid a {
    color: #07e; }
  .solid html {
    box-sizing: border-box; }
  .solid *,
  .solid *:before,
  .solid *:after {
    -moz-box-sizing: inherit;
    box-sizing: inherit; }
  .solid img {
    max-width: 100%;
    height: auto; }
  .solid input {
    -webkit-appearance: none;
    border-radius: 0; }
  .solid html {
    font-size: 16px;
    font-family: "Proxima Nova", Helvetica, Arial, sans-serif; }
  .solid body {
    font-size: 1rem;
    line-height: 1.5rem; }
  .solid h1 {
    font-size: 1.75rem;
    line-height: 2.25rem; }
  .solid h2 {
    font-size: 1.375rem;
    line-height: 1.625rem; }
  .solid h3 {
    font-size: 1.125rem;
    line-height: 1.375rem; }
  .solid h4 {
    font-size: 1rem;
    line-height: 1.5rem; }
  .solid h5 {
    font-size: 0.875rem;
    line-height: 1.25rem; }
  .solid h6 {
    font-size: 0.75rem;
    line-height: 1rem; }
  .solid .slab h6,
  .solid h6.slab {
    font-family: "Proxima Nova", Helvetica, Arial, sans-serif;
    font-weight: 400; }
  .solid a {
    text-decoration: none;
    color: #07e; }
    .solid a:hover {
      color: #004488;
      transition: color 0.15s ease 0s; }
  .solid strong,
  .solid b {
    font-weight: 600; }
  .solid em,
  .solid i {
    font-style: italic; }
  .solid ol,
  .solid ul {
    font-variant-numeric: tabular-nums;
    -moz-font-feature-settings: "tnum" 1;
    -moz-font-feature-settings: "tnum=1";
    -webkit-font-feature-settings: 'tnum' 1;
    font-feature-settings: 'tnum' 1;
    padding-left: 2rem; }
  .solid table {
    font-variant-numeric: tabular-nums;
    -moz-font-feature-settings: "tnum" 1;
    -moz-font-feature-settings: "tnum=1";
    -webkit-font-feature-settings: 'tnum' 1;
    font-feature-settings: 'tnum' 1;
    border-collapse: separate;
    border-spacing: 0;
    max-width: 100%;
    width: 100%; }
  .solid th {
    text-align: left;
    font-weight: 600;
    vertical-align: bottom; }
  .solid th,
  .solid td {
    padding: 0.5rem; }
  .solid td {
    vertical-align: middle; }
  .solid .xs-block-grid-1,
  .solid .xs-block-grid-2,
  .solid .xs-block-grid-3,
  .solid .xs-block-grid-4,
  .solid .xs-block-grid-5,
  .solid .xs-block-grid-6 {
    font-size: 0        !important;
    margin: -0.5rem !important;
    padding: 0          !important; }
  @media (min-width: 40rem) {
    .solid .sm-block-grid-1,
    .solid .sm-block-grid-2,
    .solid .sm-block-grid-3,
    .solid .sm-block-grid-4,
    .solid .sm-block-grid-5,
    .solid .sm-block-grid-6 {
      font-size: 0        !important;
      margin: -0.5rem !important;
      padding: 0          !important; } }
  @media (min-width: 52rem) {
    .solid .md-block-grid-1,
    .solid .md-block-grid-2,
    .solid .md-block-grid-3,
    .solid .md-block-grid-4,
    .solid .md-block-grid-5,
    .solid .md-block-grid-6 {
      font-size: 0        !important;
      margin: -0.5rem !important;
      padding: 0          !important; } }
  @media (min-width: 64rem) {
    .solid .lg-block-grid-1,
    .solid .lg-block-grid-2,
    .solid .lg-block-grid-3,
    .solid .lg-block-grid-4,
    .solid .lg-block-grid-5,
    .solid .lg-block-grid-6 {
      font-size: 0        !important;
      margin: -0.5rem !important;
      padding: 0          !important; } }
  .solid .block-grid__item {
    display: inline-block      !important;
    margin: 0.5rem !important;
    font-size: 16px !important;
    vertical-align: top        !important; }
  .solid .xs-block-grid-1 .block-grid__item {
    width: 100% !important; }
  .solid .xs-block-grid-2 .block-grid__item {
    width: calc(50% - 1rem) !important; }
  .solid .xs-block-grid-3 .block-grid__item {
    width: calc(33.3333333333% - 1rem) !important; }
  .solid .xs-block-grid-4 .block-grid__item {
    width: calc(25% - 1rem) !important; }
  .solid .xs-block-grid-5 .block-grid__item {
    width: calc(20% - 1rem) !important; }
  .solid .xs-block-grid-6 .block-grid__item {
    width: calc(16.6666666667% - 1rem) !important; }
  @media (min-width: 40rem) {
    .solid .sm-block-grid-1 .block-grid__item {
      width: 100% !important; }
    .solid .sm-block-grid-2 .block-grid__item {
      width: calc(50% - 1rem) !important; }
    .solid .sm-block-grid-3 .block-grid__item {
      width: calc(33.3333333333% - 1rem) !important; }
    .solid .sm-block-grid-4 .block-grid__item {
      width: calc(25% - 1rem) !important; }
    .solid .sm-block-grid-5 .block-grid__item {
      width: calc(20% - 1rem) !important; }
    .solid .sm-block-grid-6 .block-grid__item {
      width: calc(16.6666666667% - 1rem) !important; } }
  @media (min-width: 52rem) {
    .solid .md-block-grid-1 .block-grid__item {
      width: 100% !important; }
    .solid .md-block-grid-2 .block-grid__item {
      width: calc(50% - 1rem) !important; }
    .solid .md-block-grid-3 .block-grid__item {
      width: calc(33.3333333333% - 1rem) !important; }
    .solid .md-block-grid-4 .block-grid__item {
      width: calc(25% - 1rem) !important; }
    .solid .md-block-grid-5 .block-grid__item {
      width: calc(20% - 1rem) !important; }
    .solid .md-block-grid-6 .block-grid__item {
      width: calc(16.6666666667% - 1rem) !important; } }
  @media (min-width: 64rem) {
    .solid .lg-block-grid-1 .block-grid__item {
      width: 100% !important; }
    .solid .lg-block-grid-2 .block-grid__item {
      width: calc(50% - 1rem) !important; }
    .solid .lg-block-grid-3 .block-grid__item {
      width: calc(33.3333333333% - 1rem) !important; }
    .solid .lg-block-grid-4 .block-grid__item {
      width: calc(25% - 1rem) !important; }
    .solid .lg-block-grid-5 .block-grid__item {
      width: calc(20% - 1rem) !important; }
    .solid .lg-block-grid-6 .block-grid__item {
      width: calc(16.6666666667% - 1rem) !important; } }
  .solid .no-gutters {
    margin: 0 !important; }
    .solid .no-gutters .block-grid__item {
      margin: 0 !important; }
  .solid .xs-block-grid-1.no-gutters .block-grid__item {
    width: 100% !important; }
  .solid .xs-block-grid-2.no-gutters .block-grid__item {
    width: 50% !important; }
  .solid .xs-block-grid-3.no-gutters .block-grid__item {
    width: 33.3333333333% !important; }
  .solid .xs-block-grid-4.no-gutters .block-grid__item {
    width: 25% !important; }
  .solid .xs-block-grid-5.no-gutters .block-grid__item {
    width: 20% !important; }
  .solid .xs-block-grid-6.no-gutters .block-grid__item {
    width: 16.6666666667% !important; }
  @media (min-width: 40rem) {
    .solid .sm-block-grid-1.no-gutters .block-grid__item {
      width: 100% !important; }
    .solid .sm-block-grid-2.no-gutters .block-grid__item {
      width: 50% !important; }
    .solid .sm-block-grid-3.no-gutters .block-grid__item {
      width: 33.3333333333% !important; }
    .solid .sm-block-grid-4.no-gutters .block-grid__item {
      width: 25% !important; }
    .solid .sm-block-grid-5.no-gutters .block-grid__item {
      width: 20% !important; }
    .solid .sm-block-grid-6.no-gutters .block-grid__item {
      width: 16.6666666667% !important; } }
  @media (min-width: 52rem) {
    .solid .md-block-grid-1.no-gutters .block-grid__item {
      width: 100% !important; }
    .solid .md-block-grid-2.no-gutters .block-grid__item {
      width: 50% !important; }
    .solid .md-block-grid-3.no-gutters .block-grid__item {
      width: 33.3333333333% !important; }
    .solid .md-block-grid-4.no-gutters .block-grid__item {
      width: 25% !important; }
    .solid .md-block-grid-5.no-gutters .block-grid__item {
      width: 20% !important; }
    .solid .md-block-grid-6.no-gutters .block-grid__item {
      width: 16.6666666667% !important; } }
  @media (min-width: 64rem) {
    .solid .lg-block-grid-1.no-gutters .block-grid__item {
      width: 100% !important; }
    .solid .lg-block-grid-2.no-gutters .block-grid__item {
      width: 50% !important; }
    .solid .lg-block-grid-3.no-gutters .block-grid__item {
      width: 33.3333333333% !important; }
    .solid .lg-block-grid-4.no-gutters .block-grid__item {
      width: 25% !important; }
    .solid .lg-block-grid-5.no-gutters .block-grid__item {
      width: 20% !important; }
    .solid .lg-block-grid-6.no-gutters .block-grid__item {
      width: 16.6666666667% !important; } }
  .solid .fill-red {
    background-color: #e32 !important; }
  .solid .fill-red-lighter {
    background-color: #feebe9 !important; }
  .solid .fill-pink {
    background-color: #eb2649 !important; }
  .solid .fill-blue {
    background-color: #07e !important; }
  .solid .fill-yellow {
    background-color: #fe0 !important; }
  .solid .fill-yellow-lighter {
    background-color: #fffab6 !important; }
  .solid .fill-green {
    background-color: #6fb824 !important; }
  .solid .fill-green-lighter {
    background-color: #f1f8e9 !important; }
  .solid .fill-orange {
    background-color: #f49c1a !important; }
  .solid .fill-promoted-orange {
    background-color: #edb802 !important; }
  .solid .fill-gray-lighter {
    background-color: #f4f4f4 !important; }
  .solid .fill-gray {
    background-color: #aaa !important; }
  .solid .fill-gray-darker {
    background-color: #222 !important; }
  .solid .fill-white {
    background-color: #fff !important; }
  .solid .fill-facebook {
    background-color: #3b5998 !important; }
  .solid .fill-twitter {
    background-color: #55acee !important; }
  .solid .fill-google {
    background-color: #dd4b39 !important; }
  .solid .fill-linkedin {
    background-color: #0077b5 !important; }
  .solid .fill-pinterest {
    background-color: #bd081c !important; }
  .solid .fill-tumblr {
    background-color: #36465d !important; }
  .solid .fill-youtube {
    background-color: #cd201f !important; }
  .solid .fill-instagram {
    background-color: #517fa4 !important; }
  .solid .fill-vine {
    background-color: #00b488 !important; }
  .solid .fill-snapchat {
    background-color: #fffc00 !important; }
  .solid .text-gray {
    color: #333 !important; }
  .solid .text-white {
    color: #fff !important; }
  .solid .text-gray-lighter {
    color: #666 !important; }
  .solid .text-gray-lightest {
    color: #999 !important; }
  .solid .text-red {
    color: #e32 !important; }
  .solid .text-orange {
    color: #f49c1a !important; }
  .solid .text-green {
    color: #6fb824 !important; }
  .solid .text-blue {
    color: #07e !important; }
  .solid .fill-red-lighter {
    background-color: #feebe9 !important; }
  .solid .fill-yellow-lighter {
    background-color: #fffab6 !important; }
  .solid .fill-green-lighter {
    background-color: #f1f8e9 !important; }
  .solid .fill-gray-lighter {
    background-color: #f4f4f4 !important; }
  .solid .fill-gray-darker {
    background-color: #222 !important; }
  .solid .text-gray-lighter {
    color: #666 !important; }
  .solid .text-gray-lightest {
    color: #999 !important; }
  .solid .button {
    cursor: pointer                             !important;
    padding: 0                                  !important;
    background-color: transparent               !important;
    background-image: none                      !important;
    border: 1px solid transparent               !important;
    white-space: nowrap                         !important;
    -webkit-appearance: none;
    appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-family: inherit          !important;
    padding: 0.5rem 0.875rem !important;
    font-size: 1rem !important;
    line-height: 1.5rem !important;
    border-radius: 3px !important;
    text-decoration: none         !important;
    cursor: pointer               !important;
    display: inline-block         !important;
    border: 1px solid transparent !important;
    text-align: center            !important;
    background-color: #07e !important;
    color: #fff !important;
    border-color: #07e !important;
    border: 1px solid transparent         !important; }
    .solid .button,
    .solid .button:active:focus {
      outline: 0 !important; }
    .solid .button:not(.button--disabled):hover {
      background-color: #004488 !important;
      transition: background-color 0.15s ease 0s !important; }
    .solid .button:not(.button--disabled):active {
      background-color: #001e3b !important; }
    .solid .button.button--secondary {
      border: 1px solid #07e !important;
      color: #07e !important;
      background: none              !important; }
    .solid .button.button--secondary:not(.button--disabled):active {
      background-color: #004488 !important;
      border-color: #004488 !important;
      color: #fff !important; }
    .solid .button.button--secondary:not(.button--disabled):hover {
      background-color: #07e !important;
      color: #fff !important; }
    .solid .button.button--secondary.button--icon > svg {
      fill: #07e !important; }
    .solid .button.button--secondary.button--icon:not(.button--disabled):hover svg {
      fill: #fff !important; }
  .solid .button--negative {
    background-color: #e32 !important;
    color: #fff !important;
    border-color: #e32 !important;
    border: 1px solid transparent         !important; }
    .solid .button--negative:not(.button--disabled):hover {
      background-color: #9e180c !important;
      transition: background-color 0.15s ease 0s !important; }
    .solid .button--negative:not(.button--disabled):active {
      background-color: #570d07 !important; }
    .solid .button--negative.button--secondary {
      border: 1px solid #e32 !important;
      color: #e32 !important;
      background: none              !important; }
    .solid .button--negative.button--secondary:not(.button--disabled):active {
      background-color: #9e180c !important;
      border-color: #9e180c !important;
      color: #fff !important; }
    .solid .button--negative.button--secondary:not(.button--disabled):hover {
      background-color: #e32 !important;
      color: #fff !important; }
    .solid .button--negative.button--secondary.button--icon > svg {
      fill: #e32 !important; }
    .solid .button--negative.button--secondary.button--icon:not(.button--disabled):hover svg {
      fill: #fff !important; }
  .solid .button--white {
    background-color: #fff !important;
    color: #333 !important;
    border-color: #fff !important;
    border: 1px solid transparent         !important; }
    .solid .button--white:not(.button--disabled):hover {
      background-color: #cccccc !important;
      transition: background-color 0.15s ease 0s !important; }
    .solid .button--white:not(.button--disabled):active {
      background-color: #a6a6a6 !important; }
    .solid .button--white.button--secondary {
      border: 1px solid #fff !important;
      color: #fff !important;
      background: none              !important; }
    .solid .button--white.button--secondary:not(.button--disabled):active {
      background-color: #cccccc !important;
      border-color: #cccccc !important;
      color: #333 !important; }
    .solid .button--white.button--secondary:not(.button--disabled):hover {
      background-color: #fff !important;
      color: #333 !important; }
    .solid .button--white.button--secondary.button--icon > svg {
      fill: #fff !important; }
    .solid .button--white.button--secondary.button--icon:not(.button--disabled):hover svg {
      fill: #fff !important; }
    .solid .button--white.button--secondary:not(.button--disabled):active {
      background-color: #e6e6e6 !important; }
    .solid .button--white.button--icon > svg {
      fill: #222 !important; }
    .solid .button--white.button--icon:not(.button--disabled):hover svg {
      fill: #222 !important; }
    .solid .button--white.button--secondary.button--icon > svg {
      fill: #fff !important; }
    .solid .button--white.button--secondary.button--icon:not(.button--disabled):hover svg {
      fill: #222 !important; }
  .solid .button--transparent {
    background-color: transparent         !important;
    color: #07e !important;
    border-color: transparent             !important;
    border: 1px solid transparent         !important; }
    .solid .button--transparent:not(.button--disabled):hover {
      background-color: transparent       !important;
      color: #004488 !important; }
  .solid .button--disabled {
    opacity: .3 !important; }
    .solid .button--disabled:hover {
      cursor: default  !important;
      transition: none !important; }
  .solid .button--small {
    padding: 0.3125rem 0.625rem !important;
    font-size: 0.875rem !important;
    line-height: 1.25rem !important; }
  .solid .button--icon > svg {
    width: 1rem         !important;
    height: 1rem        !important;
    fill: #fff !important;
    margin-right: .5rem !important;
    position: relative  !important;
    top: .125rem        !important; }
  .solid .button--icon.button--small > svg {
    width: .875rem         !important;
    height: .875rem        !important;
    margin-right: .3125rem !important;
    position: relative     !important; }
  .solid .button--facebook {
    background-color: #3b5998 !important;
    color: #fff !important; }
    .solid .button--facebook:not(.button--disabled):hover {
      background-color: #1e2e4f !important;
      color: #fff !important; }
    .solid .button--facebook.button--disabled:hover {
      color: #fff !important; }
    .solid .button--facebook:not(.button--disabled):active {
      background-color: #090e17 !important; }
  .solid .button--twitter {
    background-color: #55acee !important;
    color: #fff !important; }
    .solid .button--twitter:not(.button--disabled):hover {
      background-color: #147bc9 !important;
      color: #fff !important; }
    .solid .button--twitter.button--disabled:hover {
      color: #fff !important; }
    .solid .button--twitter:not(.button--disabled):active {
      background-color: #0d5083 !important; }
  .solid .button--google {
    background-color: #dd4b39 !important;
    color: #fff !important; }
    .solid .button--google:not(.button--disabled):hover {
      background-color: #96271a !important;
      color: #fff !important; }
    .solid .button--google.button--disabled:hover {
      color: #fff !important; }
    .solid .button--google:not(.button--disabled):active {
      background-color: #55160f !important; }
  .solid .button--linkedin {
    background-color: #0077b5 !important;
    color: #fff !important; }
    .solid .button--linkedin:not(.button--disabled):hover {
      background-color: #00344f !important;
      color: #fff !important; }
    .solid .button--linkedin.button--disabled:hover {
      color: #fff !important; }
    .solid .button--linkedin:not(.button--disabled):active {
      background-color: #000203 !important; }
  .solid .button--pinterest {
    background-color: #bd081c !important;
    color: #fff !important; }
    .solid .button--pinterest:not(.button--disabled):hover {
      background-color: #5b040e !important;
      color: #fff !important; }
    .solid .button--pinterest.button--disabled:hover {
      color: #fff !important; }
    .solid .button--pinterest:not(.button--disabled):active {
      background-color: #120103 !important; }
  .solid .button--tumblr {
    background-color: #36465d !important;
    color: #fff !important; }
    .solid .button--tumblr:not(.button--disabled):hover {
      background-color: #11151c !important;
      color: #fff !important; }
    .solid .button--tumblr.button--disabled:hover {
      color: #fff !important; }
    .solid .button--tumblr:not(.button--disabled):active {
      background-color: black !important; }
  .solid .button--youtube {
    background-color: #cd201f !important;
    color: #fff !important; }
    .solid .button--youtube:not(.button--disabled):hover {
      background-color: #741212 !important;
      color: #fff !important; }
    .solid .button--youtube.button--disabled:hover {
      color: #fff !important; }
    .solid .button--youtube:not(.button--disabled):active {
      background-color: #320808 !important; }
  .solid .button--instagram {
    background-color: #517fa4 !important;
    color: #fff !important; }
    .solid .button--instagram:not(.button--disabled):hover {
      background-color: #2f4a60 !important;
      color: #fff !important; }
    .solid .button--instagram.button--disabled:hover {
      color: #fff !important; }
    .solid .button--instagram:not(.button--disabled):active {
      background-color: #16222d !important; }
  .solid .text-input,
  .solid .text-input--small,
  .solid .textarea,
  .solid .textarea--small,
  .solid .select,
  .solid .select--small {
    font-family: inherit        !important;
    background: #fff !important;
    font-size: 1rem !important;
    line-height: 1.5rem !important;
    padding: 0.5rem 0.75rem !important;
    border: 1px solid rgba(0, 0, 0, 0.2) !important; }
  .solid .select {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20width%3D%2712%27%20height%3D%278%27%20viewBox%3D%270%200%20488%20285%27%3E%3Cpath%20d%3D%27M483.11%2029.381l-24.449-24.485c-2.934-2.938-7.335-4.897-11.246-4.897-3.912%200-8.313%201.959-11.246%204.897l-192.168%20192.448-192.168-192.448c-2.934-2.938-7.335-4.897-11.246-4.897-4.401%200-8.313%201.959-11.246%204.897l-24.449%2024.485c-2.934%202.938-4.89%207.345-4.89%2011.263s1.956%208.325%204.89%2011.263l227.864%20228.196c2.934%202.938%207.335%204.897%2011.246%204.897%203.912%200%208.313-1.959%2011.246-4.897l227.864-228.196c2.934-2.938%204.89-7.345%204.89-11.263s-1.956-8.325-4.89-11.263z%27%20fill%3D%27%23000%27/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat                  !important;
    background-position: calc(100% - 1rem) center !important;
    background-size: .6875rem                     !important;
    -webkit-appearance: none                      !important;
    -moz-appearance: none                         !important;
    border-radius: 0                              !important;
    padding-right: 2.5rem                         !important; }
  .solid select::-ms-expand,
  .solid .select::-ms-expand {
    display: none; }
  .solid .select--small,
  .solid .text-input--small {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
    padding: 0.3125rem 0.625rem !important; }
  .solid .select--small {
    padding-right: 2rem                               !important;
    background-position: calc(100% - 0.875rem) center !important;
    background-size: .5rem                            !important; }
  .solid .textarea {
    display: block           !important;
    min-height: 6rem !important;
    padding: 0.5rem 0.75rem !important; }
  .solid .textarea--small {
    display: block              !important;
    min-height: 5rem !important;
    padding: 0.375rem 0.625rem !important;
    font-size: 0.875rem !important;
    line-height: 1.25rem !important; }
  .solid .radio {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
    .solid .radio + label {
      cursor: pointer             !important;
      display: block              !important; }
      .solid .radio + label:before {
        content: ""                   !important;
        display: inline-block         !important;
        width: .75rem                 !important;
        height: .75rem                !important;
        margin-right: .375rem         !important;
        position: relative            !important;
        bottom: -1px                  !important;
        background-color: #fff !important;
        border: 1px solid rgba(0, 0, 0, 0.2) !important; }
      .solid .radio + label:before {
        border-radius: 50% !important; }
  .solid .radio:checked + label:before {
    background-color: #fff !important;
    border: 4px solid #07e !important; }
  .solid .checkbox {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
    .solid .checkbox + label {
      cursor: pointer               !important;
      display: block                !important; }
      .solid .checkbox + label:before {
        content: ""                   !important;
        display: inline-block         !important;
        width: .75rem                 !important;
        height: .75rem                !important;
        margin-right: .375rem         !important;
        position: relative            !important;
        bottom: -1px                  !important;
        background-color: #fff !important;
        border: 1px solid rgba(0, 0, 0, 0.2) !important; }
      .solid .checkbox + label:before {
        border-radius: 30% !important; }
  .solid .checkbox:checked + label:before {
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2710%27%20height%3D%2710%27%20viewBox%3D%270%200%20512%20512%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%3E%3Cpath%20d%3D%27M491.185%20120.619l-42.818-42.818c-5.667-5.667-13.538-8.815-21.409-8.815-7.871%200-15.742%203.148-21.409%208.815l-206.534%20206.849-92.563-92.877c-5.667-5.667-13.538-8.815-21.409-8.815-7.871%200-15.742%203.148-21.409%208.815l-42.818%2042.818c-5.667%205.667-8.815%2013.538-8.815%2021.409%200%207.871%203.148%2015.742%208.815%2021.409l113.972%20113.972%2042.818%2042.818c5.667%205.667%2013.538%208.815%2021.409%208.815%207.871%200%2015.742-3.148%2021.409-8.815l42.818-42.818%20227.943-227.943c5.667-5.667%208.815-13.538%208.815-21.409%200-7.871-3.148-15.742-8.815-21.409z%27%20fill%3D%27%23fff%27/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat                 !important;
    background-position: center                  !important;
    background-color: #07e !important;
    background-size: .5rem                       !important;
    border-style: none                           !important; }
  .solid .form-label {
    display: block          !important;
    font-weight: 600 !important;
    margin-bottom: 0.5rem !important; }
  .solid .form-label--small {
    font-size: 0.875rem !important;
    margin-bottom: .25rem !important; }
  .solid .form-label--optional {
    color: #999 !important;
    font-weight: 400 !important; }
  .solid .form-label--required {
    color: #e32 !important;
    font-weight: 400 !important; }
  .solid .form-helper {
    color: #999 !important;
    display: block              !important;
    margin-top: 0.5rem !important;
    font-size: 0.875rem !important; }
  .solid .form-feedback {
    display: block       !important;
    margin-top: 0.5rem !important;
    font-size: 0.875rem !important; }
  .solid .form-fieldset--warning .form-feedback,
  .solid .form-fieldset--warning .form-label {
    color: #f49c1a !important; }
  .solid .form-fieldset--warning .text-input,
  .solid .form-fieldset--warning .text-input--small,
  .solid .form-fieldset--warning .textarea,
  .solid .form-fieldset--warning .textarea--small,
  .solid .form-fieldset--warning .select,
  .solid .form-fieldset--warning .select--small {
    border-color: #f49c1a !important; }
  .solid .form-fieldset--success .form-feedback,
  .solid .form-fieldset--success .form-label {
    color: #6fb824 !important; }
  .solid .form-fieldset--success .form-feedback:before {
    content: ""                                  !important;
    height: .875rem                              !important;
    width: .875rem                               !important;
    display: inline-block                        !important;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2710%27%20height%3D%2710%27%20viewBox%3D%270%200%20512%20512%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%3E%3Cpath%20d%3D%27M491.185%20120.619l-42.818-42.818c-5.667-5.667-13.538-8.815-21.409-8.815-7.871%200-15.742%203.148-21.409%208.815l-206.534%20206.849-92.563-92.877c-5.667-5.667-13.538-8.815-21.409-8.815-7.871%200-15.742%203.148-21.409%208.815l-42.818%2042.818c-5.667%205.667-8.815%2013.538-8.815%2021.409%200%207.871%203.148%2015.742%208.815%2021.409l113.972%20113.972%2042.818%2042.818c5.667%205.667%2013.538%208.815%2021.409%208.815%207.871%200%2015.742-3.148%2021.409-8.815l42.818-42.818%20227.943-227.943c5.667-5.667%208.815-13.538%208.815-21.409%200-7.871-3.148-15.742-8.815-21.409z%27%20fill%3D%27%23fff%27/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat                 !important;
    background-size: .5rem                       !important;
    background-color: #6fb824 !important;
    border-radius: 50%                           !important;
    background-position: center                  !important;
    margin-right: .375rem                        !important;
    position: relative                           !important;
    bottom: -2px                                 !important; }
  .solid .form-fieldset--success .text-input,
  .solid .form-fieldset--success .text-input--small,
  .solid .form-fieldset--success .textarea,
  .solid .form-fieldset--success .textarea--small,
  .solid .form-fieldset--success .select,
  .solid .form-fieldset--success .select--small {
    border-color: #6fb824 !important; }
  .solid .form-fieldset--error .form-feedback,
  .solid .form-fieldset--error .form-label {
    color: #e32 !important; }
  .solid .form-fieldset--error .text-input,
  .solid .form-fieldset--error .text-input--small,
  .solid .form-fieldset--error .textarea,
  .solid .form-fieldset--error .textarea--small,
  .solid .form-fieldset--error .select,
  .solid .form-fieldset--error .select--small {
    border-color: #e32 !important; }
  .solid .col {
    float: left !important; }
  .solid .xs-col-1 {
    width: 8.3333333333% !important; }
  .solid .xs-col-2 {
    width: 16.6666666667% !important; }
  .solid .xs-col-3 {
    width: 25% !important; }
  .solid .xs-col-4 {
    width: 33.3333333333% !important; }
  .solid .xs-col-5 {
    width: 41.6666666667% !important; }
  .solid .xs-col-6 {
    width: 50% !important; }
  .solid .xs-col-7 {
    width: 58.3333333333% !important; }
  .solid .xs-col-8 {
    width: 66.6666666667% !important; }
  .solid .xs-col-9 {
    width: 75% !important; }
  .solid .xs-col-10 {
    width: 83.3333333333% !important; }
  .solid .xs-col-11 {
    width: 91.6666666667% !important; }
  .solid .xs-col-12 {
    width: 100% !important; }
  .solid .xs-offset-1 {
    margin-left: 8.3333333333% !important; }
  .solid .xs-offset-2 {
    margin-left: 16.6666666667% !important; }
  .solid .xs-offset-3 {
    margin-left: 25% !important; }
  .solid .xs-offset-4 {
    margin-left: 33.3333333333% !important; }
  .solid .xs-offset-5 {
    margin-left: 41.6666666667% !important; }
  .solid .xs-offset-6 {
    margin-left: 50% !important; }
  .solid .xs-offset-7 {
    margin-left: 58.3333333333% !important; }
  .solid .xs-offset-8 {
    margin-left: 66.6666666667% !important; }
  .solid .xs-offset-9 {
    margin-left: 75% !important; }
  .solid .xs-offset-10 {
    margin-left: 83.3333333333% !important; }
  .solid .xs-offset-11 {
    margin-left: 91.6666666667% !important; }
  @media (min-width: 40rem) {
    .solid .sm-col-1 {
      width: 8.3333333333% !important; }
    .solid .sm-col-2 {
      width: 16.6666666667% !important; }
    .solid .sm-col-3 {
      width: 25% !important; }
    .solid .sm-col-4 {
      width: 33.3333333333% !important; }
    .solid .sm-col-5 {
      width: 41.6666666667% !important; }
    .solid .sm-col-6 {
      width: 50% !important; }
    .solid .sm-col-7 {
      width: 58.3333333333% !important; }
    .solid .sm-col-8 {
      width: 66.6666666667% !important; }
    .solid .sm-col-9 {
      width: 75% !important; }
    .solid .sm-col-10 {
      width: 83.3333333333% !important; }
    .solid .sm-col-11 {
      width: 91.6666666667% !important; }
    .solid .sm-col-12 {
      width: 100% !important; }
    .solid .sm-offset-1 {
      margin-left: 8.3333333333% !important; }
    .solid .sm-offset-2 {
      margin-left: 16.6666666667% !important; }
    .solid .sm-offset-3 {
      margin-left: 25% !important; }
    .solid .sm-offset-4 {
      margin-left: 33.3333333333% !important; }
    .solid .sm-offset-5 {
      margin-left: 41.6666666667% !important; }
    .solid .sm-offset-6 {
      margin-left: 50% !important; }
    .solid .sm-offset-7 {
      margin-left: 58.3333333333% !important; }
    .solid .sm-offset-8 {
      margin-left: 66.6666666667% !important; }
    .solid .sm-offset-9 {
      margin-left: 75% !important; }
    .solid .sm-offset-10 {
      margin-left: 83.3333333333% !important; }
    .solid .sm-offset-11 {
      margin-left: 91.6666666667% !important; } }
  @media (min-width: 52rem) {
    .solid .md-col-1 {
      width: 8.3333333333% !important; }
    .solid .md-col-2 {
      width: 16.6666666667% !important; }
    .solid .md-col-3 {
      width: 25% !important; }
    .solid .md-col-4 {
      width: 33.3333333333% !important; }
    .solid .md-col-5 {
      width: 41.6666666667% !important; }
    .solid .md-col-6 {
      width: 50% !important; }
    .solid .md-col-7 {
      width: 58.3333333333% !important; }
    .solid .md-col-8 {
      width: 66.6666666667% !important; }
    .solid .md-col-9 {
      width: 75% !important; }
    .solid .md-col-10 {
      width: 83.3333333333% !important; }
    .solid .md-col-11 {
      width: 91.6666666667% !important; }
    .solid .md-col-12 {
      width: 100% !important; }
    .solid .md-offset-1 {
      margin-left: 8.3333333333% !important; }
    .solid .md-offset-2 {
      margin-left: 16.6666666667% !important; }
    .solid .md-offset-3 {
      margin-left: 25% !important; }
    .solid .md-offset-4 {
      margin-left: 33.3333333333% !important; }
    .solid .md-offset-5 {
      margin-left: 41.6666666667% !important; }
    .solid .md-offset-6 {
      margin-left: 50% !important; }
    .solid .md-offset-7 {
      margin-left: 58.3333333333% !important; }
    .solid .md-offset-8 {
      margin-left: 66.6666666667% !important; }
    .solid .md-offset-9 {
      margin-left: 75% !important; }
    .solid .md-offset-10 {
      margin-left: 83.3333333333% !important; }
    .solid .md-offset-11 {
      margin-left: 91.6666666667% !important; } }
  @media (min-width: 64rem) {
    .solid .lg-col-1 {
      width: 8.3333333333% !important; }
    .solid .lg-col-2 {
      width: 16.6666666667% !important; }
    .solid .lg-col-3 {
      width: 25% !important; }
    .solid .lg-col-4 {
      width: 33.3333333333% !important; }
    .solid .lg-col-5 {
      width: 41.6666666667% !important; }
    .solid .lg-col-6 {
      width: 50% !important; }
    .solid .lg-col-7 {
      width: 58.3333333333% !important; }
    .solid .lg-col-8 {
      width: 66.6666666667% !important; }
    .solid .lg-col-9 {
      width: 75% !important; }
    .solid .lg-col-10 {
      width: 83.3333333333% !important; }
    .solid .lg-col-11 {
      width: 91.6666666667% !important; }
    .solid .lg-col-12 {
      width: 100% !important; }
    .solid .lg-offset-1 {
      margin-left: 8.3333333333% !important; }
    .solid .lg-offset-2 {
      margin-left: 16.6666666667% !important; }
    .solid .lg-offset-3 {
      margin-left: 25% !important; }
    .solid .lg-offset-4 {
      margin-left: 33.3333333333% !important; }
    .solid .lg-offset-5 {
      margin-left: 41.6666666667% !important; }
    .solid .lg-offset-6 {
      margin-left: 50% !important; }
    .solid .lg-offset-7 {
      margin-left: 58.3333333333% !important; }
    .solid .lg-offset-8 {
      margin-left: 66.6666666667% !important; }
    .solid .lg-offset-9 {
      margin-left: 75% !important; }
    .solid .lg-offset-10 {
      margin-left: 83.3333333333% !important; }
    .solid .lg-offset-11 {
      margin-left: 91.6666666667% !important; } }
  .solid .gutters {
    margin: 0 -0.5rem !important; }
    .solid .gutters > .col {
      padding: 0 0.5rem !important; }
  .solid .table-border {
    border: 1px solid rgba(0, 0, 0, 0.2) !important; }
    .solid .table-border th {
      border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important; }
    .solid .table-border tr td {
      border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important; }
    .solid .table-border tr:last-child td {
      border-bottom: 0       !important; }
  .solid .table-border td,
  .solid .table-border th {
    padding: .75rem !important; }
  .solid .table {
    border-collapse: separate !important;
    border-spacing: 0        !important;
    display: table    !important; }
  .solid .td,
  .solid .th {
    display: table-cell !important; }
  .solid .tr {
    display: table-row !important; }
  .solid .text-1 {
    font-size: 1.75rem !important;
    line-height: 2.25rem !important; }
  .solid .text-2 {
    font-size: 1.375rem !important;
    line-height: 1.625rem !important; }
  .solid .text-3 {
    font-size: 1.125rem !important;
    line-height: 1.375rem !important; }
  .solid .text-4 {
    font-size: 1rem !important;
    line-height: 1.5rem !important; }
  .solid .text-5 {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important; }
  .solid .text-6 {
    font-size: 0.75rem !important;
    line-height: 1rem !important; }
  .solid .regular,
  .solid .normal {
    font-weight: 400 !important; }
  .solid .bold {
    font-weight: 600 !important; }
  .solid .italic {
    font-style: italic    !important; }
  .solid .caps {
    text-transform: uppercase !important; }
  .solid .xs-text-left {
    text-align: left    !important; }
  .solid .xs-text-center {
    text-align: center  !important; }
  .solid .xs-text-right {
    text-align: right   !important; }
  .solid .xs-text-justify {
    text-align: justify !important; }
  @media (min-width: 40rem) {
    .solid .sm-text-left {
      text-align: left    !important; }
    .solid .sm-text-center {
      text-align: center  !important; }
    .solid .sm-text-right {
      text-align: right   !important; }
    .solid .sm-text-justify {
      text-align: justify !important; } }
  @media (min-width: 52rem) {
    .solid .md-text-left {
      text-align: left    !important; }
    .solid .md-text-center {
      text-align: center  !important; }
    .solid .md-text-right {
      text-align: right   !important; }
    .solid .md-text-justify {
      text-align: justify !important; } }
  @media (min-width: 64rem) {
    .solid .lg-text-left {
      text-align: left    !important; }
    .solid .lg-text-center {
      text-align: center  !important; }
    .solid .lg-text-right {
      text-align: right   !important; }
    .solid .lg-text-justify {
      text-align: justify !important; } }
  .solid .nowrap {
    white-space: nowrap !important; }
  .solid .truncate {
    white-space: nowrap   !important;
    overflow: hidden   !important;
    text-overflow: ellipsis !important; }
  .solid .decoration-none {
    text-decoration: none         !important; }
  .solid .decoration-underline {
    text-decoration: underline    !important; }
  .solid .decoration-line-through {
    text-decoration: line-through !important; }
  .solid .slab {
    font-family: "Caponi-Slab-Semibold", Georgia, serif !important;
    line-height: 1.1   !important;
    -webkit-font-feature-settings: "liga", "kern" !important;
    font-feature-settings: "liga", "kern" !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    .solid .slab.bold {
      font-family: "Caponi-Slab-Semibold", Georgia, serif !important;
      font-weight: 400 !important; }
    .solid .slab.italic {
      font-family: "Caponi-Slab-Semibold", Georgia, serif !important; }
  .solid .list-unstyled {
    margin-left: 0    !important;
    padding-left: 0    !important;
    list-style: none !important; }
  .solid .link-blue {
    color: #07e !important; }
    .solid .link-blue:hover {
      color: #004488 !important; }
  .solid .link-gray {
    color: #333 !important; }
    .solid .link-gray:hover {
      color: #07e !important; }
  .solid .link-gray-lighter {
    color: #999 !important; }
    .solid .link-gray-lighter:hover {
      color: #333 !important; }
  .solid .link-facebook {
    color: #3b5998 !important; }
    .solid .link-facebook:hover {
      color: #1e2e4f !important; }
  .solid .link-twitter {
    color: #55acee !important; }
    .solid .link-twitter:hover {
      color: #147bc9 !important; }
  .solid .link-google {
    color: #dd4b39 !important; }
    .solid .link-google:hover {
      color: #96271a !important; }
  .solid .link-linkedin {
    color: #0077b5 !important; }
    .solid .link-linkedin:hover {
      color: #00344f !important; }
  .solid .link-pinterest {
    color: #bd081c !important; }
    .solid .link-pinterest:hover {
      color: #5b040e !important; }
  .solid .link-tumblr {
    color: #36465d !important; }
    .solid .link-tumblr:hover {
      color: #11151c !important; }
  .solid .link-youtube {
    color: #cd201f !important; }
    .solid .link-youtube:hover {
      color: #741212 !important; }
  .solid .link-instagram {
    color: #517fa4 !important; }
    .solid .link-instagram:hover {
      color: #2f4a60 !important; }
  .solid .text-6 .slab,
  .solid .slab.text-6 {
    font-family: "Proxima Nova", Helvetica, Arial, sans-serif !important;
    font-weight: 400 !important; }
  .solid .text-1.slab,
  .solid .text-2.slab {
    line-height: 1.1 !important; }
  .solid .link-gray--lighter {
    color: #999 !important; }
    .solid .link-gray--lighter:hover {
      color: #333 !important; }
  .solid .rounded {
    border-radius: 3px !important; }
  .solid .rounded-top {
    border-radius: 3px 3px 0 0 !important; }
  .solid .rounded-right {
    border-radius: 0 3px 3px 0 !important; }
  .solid .rounded-bottom {
    border-radius: 0 0 3px 3px !important; }
  .solid .rounded-left {
    border-radius: 3px 0 0 3px !important; }
  .solid .circle {
    border-radius: 50%                                  !important; }
  .solid .xs-border {
    border: 1px solid rgba(0, 0, 0, 0.2) !important; }
  .solid .xs-border-top {
    border-top: 1px solid rgba(0, 0, 0, 0.2) !important; }
  .solid .xs-border-right {
    border-right: 1px solid rgba(0, 0, 0, 0.2) !important; }
  .solid .xs-border-bottom {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important; }
  .solid .xs-border-left {
    border-left: 1px solid rgba(0, 0, 0, 0.2) !important; }
  .solid .xs-border-lighter {
    border: 1px solid rgba(0, 0, 0, 0.1) !important; }
  .solid .xs-border-top-lighter {
    border-top: 1px solid rgba(0, 0, 0, 0.1) !important; }
  .solid .xs-border-right-lighter {
    border-right: 1px solid rgba(0, 0, 0, 0.1) !important; }
  .solid .xs-border-bottom-lighter {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important; }
  .solid .xs-border-left-lighter {
    border-left: 1px solid rgba(0, 0, 0, 0.1) !important; }
  .solid .xs-border-none {
    border: none        !important; }
  .solid .xs-border-top-none {
    border-top: none    !important; }
  .solid .xs-border-right-none {
    border-right: none  !important; }
  .solid .xs-border-bottom-none {
    border-bottom: none !important; }
  .solid .xs-border-left-none {
    border-left: none   !important; }
  .solid .xs-border--lighter {
    border: 1px solid rgba(0, 0, 0, 0.1) !important; }
  .solid .xs-border-top--lighter {
    border-top: 1px solid rgba(0, 0, 0, 0.1) !important; }
  .solid .xs-border-right--lighter {
    border-right: 1px solid rgba(0, 0, 0, 0.1) !important; }
  .solid .xs-border-bottom--lighter {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important; }
  .solid .xs-border-left--lighter {
    border-left: 1px solid rgba(0, 0, 0, 0.1) !important; }
  @media (min-width: 40rem) {
    .solid .sm-border {
      border: 1px solid rgba(0, 0, 0, 0.2) !important; }
    .solid .sm-border-top {
      border-top: 1px solid rgba(0, 0, 0, 0.2) !important; }
    .solid .sm-border-right {
      border-right: 1px solid rgba(0, 0, 0, 0.2) !important; }
    .solid .sm-border-bottom {
      border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important; }
    .solid .sm-border-left {
      border-left: 1px solid rgba(0, 0, 0, 0.2) !important; }
    .solid .sm-border-lighter {
      border: 1px solid rgba(0, 0, 0, 0.1) !important; }
    .solid .sm-border-top-lighter {
      border-top: 1px solid rgba(0, 0, 0, 0.1) !important; }
    .solid .sm-border-right-lighter {
      border-right: 1px solid rgba(0, 0, 0, 0.1) !important; }
    .solid .sm-border-bottom-lighter {
      border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important; }
    .solid .sm-border-left-lighter {
      border-left: 1px solid rgba(0, 0, 0, 0.1) !important; }
    .solid .sm-border-none {
      border: none        !important; }
    .solid .sm-border-top-none {
      border-top: none    !important; }
    .solid .sm-border-right-none {
      border-right: none  !important; }
    .solid .sm-border-bottom-none {
      border-bottom: none !important; }
    .solid .sm-border-left-none {
      border-left: none   !important; }
    .solid .sm-border--lighter {
      border: 1px solid rgba(0, 0, 0, 0.1) !important; }
    .solid .sm-border-top--lighter {
      border-top: 1px solid rgba(0, 0, 0, 0.1) !important; }
    .solid .sm-border-right--lighter {
      border-right: 1px solid rgba(0, 0, 0, 0.1) !important; }
    .solid .sm-border-bottom--lighter {
      border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important; }
    .solid .sm-border-left--lighter {
      border-left: 1px solid rgba(0, 0, 0, 0.1) !important; } }
  @media (min-width: 52rem) {
    .solid .md-border {
      border: 1px solid rgba(0, 0, 0, 0.2) !important; }
    .solid .md-border-top {
      border-top: 1px solid rgba(0, 0, 0, 0.2) !important; }
    .solid .md-border-right {
      border-right: 1px solid rgba(0, 0, 0, 0.2) !important; }
    .solid .md-border-bottom {
      border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important; }
    .solid .md-border-left {
      border-left: 1px solid rgba(0, 0, 0, 0.2) !important; }
    .solid .md-border-lighter {
      border: 1px solid rgba(0, 0, 0, 0.1) !important; }
    .solid .md-border-top-lighter {
      border-top: 1px solid rgba(0, 0, 0, 0.1) !important; }
    .solid .md-border-right-lighter {
      border-right: 1px solid rgba(0, 0, 0, 0.1) !important; }
    .solid .md-border-bottom-lighter {
      border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important; }
    .solid .md-border-left-lighter {
      border-left: 1px solid rgba(0, 0, 0, 0.1) !important; }
    .solid .md-border-none {
      border: none        !important; }
    .solid .md-border-top-none {
      border-top: none    !important; }
    .solid .md-border-right-none {
      border-right: none  !important; }
    .solid .md-border-bottom-none {
      border-bottom: none !important; }
    .solid .md-border-left-none {
      border-left: none   !important; }
    .solid .md-border--lighter {
      border: 1px solid rgba(0, 0, 0, 0.1) !important; }
    .solid .md-border-top--lighter {
      border-top: 1px solid rgba(0, 0, 0, 0.1) !important; }
    .solid .md-border-right--lighter {
      border-right: 1px solid rgba(0, 0, 0, 0.1) !important; }
    .solid .md-border-bottom--lighter {
      border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important; }
    .solid .md-border-left--lighter {
      border-left: 1px solid rgba(0, 0, 0, 0.1) !important; } }
  @media (min-width: 64rem) {
    .solid .lg-border {
      border: 1px solid rgba(0, 0, 0, 0.2) !important; }
    .solid .lg-border-top {
      border-top: 1px solid rgba(0, 0, 0, 0.2) !important; }
    .solid .lg-border-right {
      border-right: 1px solid rgba(0, 0, 0, 0.2) !important; }
    .solid .lg-border-bottom {
      border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important; }
    .solid .lg-border-left {
      border-left: 1px solid rgba(0, 0, 0, 0.2) !important; }
    .solid .lg-border-lighter {
      border: 1px solid rgba(0, 0, 0, 0.1) !important; }
    .solid .lg-border-top-lighter {
      border-top: 1px solid rgba(0, 0, 0, 0.1) !important; }
    .solid .lg-border-right-lighter {
      border-right: 1px solid rgba(0, 0, 0, 0.1) !important; }
    .solid .lg-border-bottom-lighter {
      border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important; }
    .solid .lg-border-left-lighter {
      border-left: 1px solid rgba(0, 0, 0, 0.1) !important; }
    .solid .lg-border-none {
      border: none        !important; }
    .solid .lg-border-top-none {
      border-top: none    !important; }
    .solid .lg-border-right-none {
      border-right: none  !important; }
    .solid .lg-border-bottom-none {
      border-bottom: none !important; }
    .solid .lg-border-left-none {
      border-left: none   !important; }
    .solid .lg-border--lighter {
      border: 1px solid rgba(0, 0, 0, 0.1) !important; }
    .solid .lg-border-top--lighter {
      border-top: 1px solid rgba(0, 0, 0, 0.1) !important; }
    .solid .lg-border-right--lighter {
      border-right: 1px solid rgba(0, 0, 0, 0.1) !important; }
    .solid .lg-border-bottom--lighter {
      border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important; }
    .solid .lg-border-left--lighter {
      border-left: 1px solid rgba(0, 0, 0, 0.1) !important; } }
  .solid .xs-overflow-hidden {
    overflow: hidden  !important; }
  .solid .xs-overflow-auto {
    overflow: auto    !important; }
  .solid .xs-overflow-scroll {
    overflow: scroll  !important; }
  .solid .xs-overflow-visible {
    overflow: visible !important; }
  .solid .xs-hide {
    display: none         !important; }
  .solid .xs-inline {
    display: inline       !important; }
  .solid .xs-block {
    display: block        !important; }
  .solid .xs-inline-block {
    display: inline-block !important; }
  .solid .xs-float-left {
    float: left  !important; }
  .solid .xs-float-right {
    float: right !important; }
  .solid .xs-float-none {
    float: none  !important; }
  .solid .xs-fit {
    max-width: 100% !important; }
  .solid .xs-full-height {
    height: 100%    !important; }
  .solid .xs-width-auto {
    width: auto      !important; }
  @media (min-width: 40rem) {
    .solid .sm-overflow-hidden {
      overflow: hidden  !important; }
    .solid .sm-overflow-auto {
      overflow: auto    !important; }
    .solid .sm-overflow-scroll {
      overflow: scroll  !important; }
    .solid .sm-overflow-visible {
      overflow: visible !important; }
    .solid .sm-hide {
      display: none         !important; }
    .solid .sm-inline {
      display: inline       !important; }
    .solid .sm-block {
      display: block        !important; }
    .solid .sm-inline-block {
      display: inline-block !important; }
    .solid .sm-float-left {
      float: left  !important; }
    .solid .sm-float-right {
      float: right !important; }
    .solid .sm-float-none {
      float: none  !important; }
    .solid .sm-fit {
      max-width: 100% !important; }
    .solid .sm-full-height {
      height: 100%    !important; }
    .solid .sm-width-auto {
      width: auto      !important; } }
  @media (min-width: 52rem) {
    .solid .md-overflow-hidden {
      overflow: hidden  !important; }
    .solid .md-overflow-auto {
      overflow: auto    !important; }
    .solid .md-overflow-scroll {
      overflow: scroll  !important; }
    .solid .md-overflow-visible {
      overflow: visible !important; }
    .solid .md-hide {
      display: none         !important; }
    .solid .md-inline {
      display: inline       !important; }
    .solid .md-block {
      display: block        !important; }
    .solid .md-inline-block {
      display: inline-block !important; }
    .solid .md-float-left {
      float: left  !important; }
    .solid .md-float-right {
      float: right !important; }
    .solid .md-float-none {
      float: none  !important; }
    .solid .md-fit {
      max-width: 100% !important; }
    .solid .md-full-height {
      height: 100%    !important; }
    .solid .md-width-auto {
      width: auto      !important; } }
  @media (min-width: 64rem) {
    .solid .lg-overflow-hidden {
      overflow: hidden  !important; }
    .solid .lg-overflow-auto {
      overflow: auto    !important; }
    .solid .lg-overflow-scroll {
      overflow: scroll  !important; }
    .solid .lg-overflow-visible {
      overflow: visible !important; }
    .solid .lg-hide {
      display: none         !important; }
    .solid .lg-inline {
      display: inline       !important; }
    .solid .lg-block {
      display: block        !important; }
    .solid .lg-inline-block {
      display: inline-block !important; }
    .solid .lg-float-left {
      float: left  !important; }
    .solid .lg-float-right {
      float: right !important; }
    .solid .lg-float-none {
      float: none  !important; }
    .solid .lg-fit {
      max-width: 100% !important; }
    .solid .lg-full-height {
      height: 100%    !important; }
    .solid .lg-width-auto {
      width: auto      !important; } }
  .solid .xs-m0 {
    margin: 0        !important; }
  .solid .xs-mt0 {
    margin-top: 0    !important; }
  .solid .xs-mr0 {
    margin-right: 0  !important; }
  .solid .xs-mb0 {
    margin-bottom: 0 !important; }
  .solid .xs-ml0 {
    margin-left: 0   !important; }
  .solid .xs-mx0 {
    margin-left: 0   !important;
    margin-right: 0  !important; }
  .solid .xs-my0 {
    margin-top: 0    !important;
    margin-bottom: 0 !important; }
  .solid .xs-m1 {
    margin: 0.5rem !important; }
  .solid .xs-mt1 {
    margin-top: 0.5rem !important; }
  .solid .xs-mr1 {
    margin-right: 0.5rem !important; }
  .solid .xs-mb1 {
    margin-bottom: 0.5rem !important; }
  .solid .xs-ml1 {
    margin-left: 0.5rem !important; }
  .solid .xs-mx1 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important; }
  .solid .xs-my1 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .solid .xs-m2 {
    margin: 1rem !important; }
  .solid .xs-mt2 {
    margin-top: 1rem !important; }
  .solid .xs-mr2 {
    margin-right: 1rem !important; }
  .solid .xs-mb2 {
    margin-bottom: 1rem !important; }
  .solid .xs-ml2 {
    margin-left: 1rem !important; }
  .solid .xs-mx2 {
    margin-left: 1rem !important;
    margin-right: 1rem !important; }
  .solid .xs-my2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .solid .xs-m3 {
    margin: 1.5rem !important; }
  .solid .xs-mt3 {
    margin-top: 1.5rem !important; }
  .solid .xs-mr3 {
    margin-right: 1.5rem !important; }
  .solid .xs-mb3 {
    margin-bottom: 1.5rem !important; }
  .solid .xs-ml3 {
    margin-left: 1.5rem !important; }
  .solid .xs-mx3 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important; }
  .solid .xs-my3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .solid .xs-m4 {
    margin: 2rem !important; }
  .solid .xs-mt4 {
    margin-top: 2rem !important; }
  .solid .xs-mr4 {
    margin-right: 2rem !important; }
  .solid .xs-mb4 {
    margin-bottom: 2rem !important; }
  .solid .xs-ml4 {
    margin-left: 2rem !important; }
  .solid .xs-mx4 {
    margin-left: 2rem !important;
    margin-right: 2rem !important; }
  .solid .xs-my4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important; }
  .solid .xs-m5 {
    margin: 3rem !important; }
  .solid .xs-mt5 {
    margin-top: 3rem !important; }
  .solid .xs-mr5 {
    margin-right: 3rem !important; }
  .solid .xs-mb5 {
    margin-bottom: 3rem !important; }
  .solid .xs-ml5 {
    margin-left: 3rem !important; }
  .solid .xs-mx5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important; }
  .solid .xs-my5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .solid .xs-m6 {
    margin: 4.5rem !important; }
  .solid .xs-mt6 {
    margin-top: 4.5rem !important; }
  .solid .xs-mr6 {
    margin-right: 4.5rem !important; }
  .solid .xs-mb6 {
    margin-bottom: 4.5rem !important; }
  .solid .xs-ml6 {
    margin-left: 4.5rem !important; }
  .solid .xs-mx6 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important; }
  .solid .xs-my6 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important; }
  .solid .xs-mx-auto {
    margin-left: auto !important;
    margin-right: auto !important; }
  @media (min-width: 40rem) {
    .solid .sm-m0 {
      margin: 0        !important; }
    .solid .sm-mt0 {
      margin-top: 0    !important; }
    .solid .sm-mr0 {
      margin-right: 0  !important; }
    .solid .sm-mb0 {
      margin-bottom: 0 !important; }
    .solid .sm-ml0 {
      margin-left: 0   !important; }
    .solid .sm-mx0 {
      margin-left: 0   !important;
      margin-right: 0  !important; }
    .solid .sm-my0 {
      margin-top: 0    !important;
      margin-bottom: 0 !important; }
    .solid .sm-m1 {
      margin: 0.5rem !important; }
    .solid .sm-mt1 {
      margin-top: 0.5rem !important; }
    .solid .sm-mr1 {
      margin-right: 0.5rem !important; }
    .solid .sm-mb1 {
      margin-bottom: 0.5rem !important; }
    .solid .sm-ml1 {
      margin-left: 0.5rem !important; }
    .solid .sm-mx1 {
      margin-left: 0.5rem !important;
      margin-right: 0.5rem !important; }
    .solid .sm-my1 {
      margin-top: 0.5rem !important;
      margin-bottom: 0.5rem !important; }
    .solid .sm-m2 {
      margin: 1rem !important; }
    .solid .sm-mt2 {
      margin-top: 1rem !important; }
    .solid .sm-mr2 {
      margin-right: 1rem !important; }
    .solid .sm-mb2 {
      margin-bottom: 1rem !important; }
    .solid .sm-ml2 {
      margin-left: 1rem !important; }
    .solid .sm-mx2 {
      margin-left: 1rem !important;
      margin-right: 1rem !important; }
    .solid .sm-my2 {
      margin-top: 1rem !important;
      margin-bottom: 1rem !important; }
    .solid .sm-m3 {
      margin: 1.5rem !important; }
    .solid .sm-mt3 {
      margin-top: 1.5rem !important; }
    .solid .sm-mr3 {
      margin-right: 1.5rem !important; }
    .solid .sm-mb3 {
      margin-bottom: 1.5rem !important; }
    .solid .sm-ml3 {
      margin-left: 1.5rem !important; }
    .solid .sm-mx3 {
      margin-left: 1.5rem !important;
      margin-right: 1.5rem !important; }
    .solid .sm-my3 {
      margin-top: 1.5rem !important;
      margin-bottom: 1.5rem !important; }
    .solid .sm-m4 {
      margin: 2rem !important; }
    .solid .sm-mt4 {
      margin-top: 2rem !important; }
    .solid .sm-mr4 {
      margin-right: 2rem !important; }
    .solid .sm-mb4 {
      margin-bottom: 2rem !important; }
    .solid .sm-ml4 {
      margin-left: 2rem !important; }
    .solid .sm-mx4 {
      margin-left: 2rem !important;
      margin-right: 2rem !important; }
    .solid .sm-my4 {
      margin-top: 2rem !important;
      margin-bottom: 2rem !important; }
    .solid .sm-m5 {
      margin: 3rem !important; }
    .solid .sm-mt5 {
      margin-top: 3rem !important; }
    .solid .sm-mr5 {
      margin-right: 3rem !important; }
    .solid .sm-mb5 {
      margin-bottom: 3rem !important; }
    .solid .sm-ml5 {
      margin-left: 3rem !important; }
    .solid .sm-mx5 {
      margin-left: 3rem !important;
      margin-right: 3rem !important; }
    .solid .sm-my5 {
      margin-top: 3rem !important;
      margin-bottom: 3rem !important; }
    .solid .sm-m6 {
      margin: 4.5rem !important; }
    .solid .sm-mt6 {
      margin-top: 4.5rem !important; }
    .solid .sm-mr6 {
      margin-right: 4.5rem !important; }
    .solid .sm-mb6 {
      margin-bottom: 4.5rem !important; }
    .solid .sm-ml6 {
      margin-left: 4.5rem !important; }
    .solid .sm-mx6 {
      margin-left: 4.5rem !important;
      margin-right: 4.5rem !important; }
    .solid .sm-my6 {
      margin-top: 4.5rem !important;
      margin-bottom: 4.5rem !important; }
    .solid .sm-mx-auto {
      margin-left: auto !important;
      margin-right: auto !important; } }
  @media (min-width: 52rem) {
    .solid .md-m0 {
      margin: 0        !important; }
    .solid .md-mt0 {
      margin-top: 0    !important; }
    .solid .md-mr0 {
      margin-right: 0  !important; }
    .solid .md-mb0 {
      margin-bottom: 0 !important; }
    .solid .md-ml0 {
      margin-left: 0   !important; }
    .solid .md-mx0 {
      margin-left: 0   !important;
      margin-right: 0  !important; }
    .solid .md-my0 {
      margin-top: 0    !important;
      margin-bottom: 0 !important; }
    .solid .md-m1 {
      margin: 0.5rem !important; }
    .solid .md-mt1 {
      margin-top: 0.5rem !important; }
    .solid .md-mr1 {
      margin-right: 0.5rem !important; }
    .solid .md-mb1 {
      margin-bottom: 0.5rem !important; }
    .solid .md-ml1 {
      margin-left: 0.5rem !important; }
    .solid .md-mx1 {
      margin-left: 0.5rem !important;
      margin-right: 0.5rem !important; }
    .solid .md-my1 {
      margin-top: 0.5rem !important;
      margin-bottom: 0.5rem !important; }
    .solid .md-m2 {
      margin: 1rem !important; }
    .solid .md-mt2 {
      margin-top: 1rem !important; }
    .solid .md-mr2 {
      margin-right: 1rem !important; }
    .solid .md-mb2 {
      margin-bottom: 1rem !important; }
    .solid .md-ml2 {
      margin-left: 1rem !important; }
    .solid .md-mx2 {
      margin-left: 1rem !important;
      margin-right: 1rem !important; }
    .solid .md-my2 {
      margin-top: 1rem !important;
      margin-bottom: 1rem !important; }
    .solid .md-m3 {
      margin: 1.5rem !important; }
    .solid .md-mt3 {
      margin-top: 1.5rem !important; }
    .solid .md-mr3 {
      margin-right: 1.5rem !important; }
    .solid .md-mb3 {
      margin-bottom: 1.5rem !important; }
    .solid .md-ml3 {
      margin-left: 1.5rem !important; }
    .solid .md-mx3 {
      margin-left: 1.5rem !important;
      margin-right: 1.5rem !important; }
    .solid .md-my3 {
      margin-top: 1.5rem !important;
      margin-bottom: 1.5rem !important; }
    .solid .md-m4 {
      margin: 2rem !important; }
    .solid .md-mt4 {
      margin-top: 2rem !important; }
    .solid .md-mr4 {
      margin-right: 2rem !important; }
    .solid .md-mb4 {
      margin-bottom: 2rem !important; }
    .solid .md-ml4 {
      margin-left: 2rem !important; }
    .solid .md-mx4 {
      margin-left: 2rem !important;
      margin-right: 2rem !important; }
    .solid .md-my4 {
      margin-top: 2rem !important;
      margin-bottom: 2rem !important; }
    .solid .md-m5 {
      margin: 3rem !important; }
    .solid .md-mt5 {
      margin-top: 3rem !important; }
    .solid .md-mr5 {
      margin-right: 3rem !important; }
    .solid .md-mb5 {
      margin-bottom: 3rem !important; }
    .solid .md-ml5 {
      margin-left: 3rem !important; }
    .solid .md-mx5 {
      margin-left: 3rem !important;
      margin-right: 3rem !important; }
    .solid .md-my5 {
      margin-top: 3rem !important;
      margin-bottom: 3rem !important; }
    .solid .md-m6 {
      margin: 4.5rem !important; }
    .solid .md-mt6 {
      margin-top: 4.5rem !important; }
    .solid .md-mr6 {
      margin-right: 4.5rem !important; }
    .solid .md-mb6 {
      margin-bottom: 4.5rem !important; }
    .solid .md-ml6 {
      margin-left: 4.5rem !important; }
    .solid .md-mx6 {
      margin-left: 4.5rem !important;
      margin-right: 4.5rem !important; }
    .solid .md-my6 {
      margin-top: 4.5rem !important;
      margin-bottom: 4.5rem !important; }
    .solid .md-mx-auto {
      margin-left: auto !important;
      margin-right: auto !important; } }
  @media (min-width: 64rem) {
    .solid .lg-m0 {
      margin: 0        !important; }
    .solid .lg-mt0 {
      margin-top: 0    !important; }
    .solid .lg-mr0 {
      margin-right: 0  !important; }
    .solid .lg-mb0 {
      margin-bottom: 0 !important; }
    .solid .lg-ml0 {
      margin-left: 0   !important; }
    .solid .lg-mx0 {
      margin-left: 0   !important;
      margin-right: 0  !important; }
    .solid .lg-my0 {
      margin-top: 0    !important;
      margin-bottom: 0 !important; }
    .solid .lg-m1 {
      margin: 0.5rem !important; }
    .solid .lg-mt1 {
      margin-top: 0.5rem !important; }
    .solid .lg-mr1 {
      margin-right: 0.5rem !important; }
    .solid .lg-mb1 {
      margin-bottom: 0.5rem !important; }
    .solid .lg-ml1 {
      margin-left: 0.5rem !important; }
    .solid .lg-mx1 {
      margin-left: 0.5rem !important;
      margin-right: 0.5rem !important; }
    .solid .lg-my1 {
      margin-top: 0.5rem !important;
      margin-bottom: 0.5rem !important; }
    .solid .lg-m2 {
      margin: 1rem !important; }
    .solid .lg-mt2 {
      margin-top: 1rem !important; }
    .solid .lg-mr2 {
      margin-right: 1rem !important; }
    .solid .lg-mb2 {
      margin-bottom: 1rem !important; }
    .solid .lg-ml2 {
      margin-left: 1rem !important; }
    .solid .lg-mx2 {
      margin-left: 1rem !important;
      margin-right: 1rem !important; }
    .solid .lg-my2 {
      margin-top: 1rem !important;
      margin-bottom: 1rem !important; }
    .solid .lg-m3 {
      margin: 1.5rem !important; }
    .solid .lg-mt3 {
      margin-top: 1.5rem !important; }
    .solid .lg-mr3 {
      margin-right: 1.5rem !important; }
    .solid .lg-mb3 {
      margin-bottom: 1.5rem !important; }
    .solid .lg-ml3 {
      margin-left: 1.5rem !important; }
    .solid .lg-mx3 {
      margin-left: 1.5rem !important;
      margin-right: 1.5rem !important; }
    .solid .lg-my3 {
      margin-top: 1.5rem !important;
      margin-bottom: 1.5rem !important; }
    .solid .lg-m4 {
      margin: 2rem !important; }
    .solid .lg-mt4 {
      margin-top: 2rem !important; }
    .solid .lg-mr4 {
      margin-right: 2rem !important; }
    .solid .lg-mb4 {
      margin-bottom: 2rem !important; }
    .solid .lg-ml4 {
      margin-left: 2rem !important; }
    .solid .lg-mx4 {
      margin-left: 2rem !important;
      margin-right: 2rem !important; }
    .solid .lg-my4 {
      margin-top: 2rem !important;
      margin-bottom: 2rem !important; }
    .solid .lg-m5 {
      margin: 3rem !important; }
    .solid .lg-mt5 {
      margin-top: 3rem !important; }
    .solid .lg-mr5 {
      margin-right: 3rem !important; }
    .solid .lg-mb5 {
      margin-bottom: 3rem !important; }
    .solid .lg-ml5 {
      margin-left: 3rem !important; }
    .solid .lg-mx5 {
      margin-left: 3rem !important;
      margin-right: 3rem !important; }
    .solid .lg-my5 {
      margin-top: 3rem !important;
      margin-bottom: 3rem !important; }
    .solid .lg-m6 {
      margin: 4.5rem !important; }
    .solid .lg-mt6 {
      margin-top: 4.5rem !important; }
    .solid .lg-mr6 {
      margin-right: 4.5rem !important; }
    .solid .lg-mb6 {
      margin-bottom: 4.5rem !important; }
    .solid .lg-ml6 {
      margin-left: 4.5rem !important; }
    .solid .lg-mx6 {
      margin-left: 4.5rem !important;
      margin-right: 4.5rem !important; }
    .solid .lg-my6 {
      margin-top: 4.5rem !important;
      margin-bottom: 4.5rem !important; }
    .solid .lg-mx-auto {
      margin-left: auto !important;
      margin-right: auto !important; } }
  .solid .xs-p0 {
    padding: 0 !important; }
  .solid .xs-pt0 {
    padding-top: 0 !important; }
  .solid .xs-pr0 {
    padding-right: 0 !important; }
  .solid .xs-pb0 {
    padding-bottom: 0 !important; }
  .solid .xs-pl0 {
    padding-left: 0 !important; }
  .solid .xs-px0 {
    padding-left: 0 !important;
    padding-right: 0  !important; }
  .solid .xs-py0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .solid .xs-p1 {
    padding: 0.5rem !important; }
  .solid .xs-pt1 {
    padding-top: 0.5rem !important; }
  .solid .xs-pr1 {
    padding-right: 0.5rem !important; }
  .solid .xs-pb1 {
    padding-bottom: 0.5rem !important; }
  .solid .xs-pl1 {
    padding-left: 0.5rem !important; }
  .solid .xs-px1 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important; }
  .solid .xs-py1 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .solid .xs-p2 {
    padding: 1rem !important; }
  .solid .xs-pt2 {
    padding-top: 1rem !important; }
  .solid .xs-pr2 {
    padding-right: 1rem !important; }
  .solid .xs-pb2 {
    padding-bottom: 1rem !important; }
  .solid .xs-pl2 {
    padding-left: 1rem !important; }
  .solid .xs-px2 {
    padding-left: 1rem !important;
    padding-right: 1rem !important; }
  .solid .xs-py2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .solid .xs-p3 {
    padding: 1.5rem !important; }
  .solid .xs-pt3 {
    padding-top: 1.5rem !important; }
  .solid .xs-pr3 {
    padding-right: 1.5rem !important; }
  .solid .xs-pb3 {
    padding-bottom: 1.5rem !important; }
  .solid .xs-pl3 {
    padding-left: 1.5rem !important; }
  .solid .xs-px3 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important; }
  .solid .xs-py3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .solid .xs-p4 {
    padding: 2rem !important; }
  .solid .xs-pt4 {
    padding-top: 2rem !important; }
  .solid .xs-pr4 {
    padding-right: 2rem !important; }
  .solid .xs-pb4 {
    padding-bottom: 2rem !important; }
  .solid .xs-pl4 {
    padding-left: 2rem !important; }
  .solid .xs-px4 {
    padding-left: 2rem !important;
    padding-right: 2rem !important; }
  .solid .xs-py4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important; }
  .solid .xs-p5 {
    padding: 3rem !important; }
  .solid .xs-pt5 {
    padding-top: 3rem !important; }
  .solid .xs-pr5 {
    padding-right: 3rem !important; }
  .solid .xs-pb5 {
    padding-bottom: 3rem !important; }
  .solid .xs-pl5 {
    padding-left: 3rem !important; }
  .solid .xs-px5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important; }
  .solid .xs-py5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .solid .xs-p6 {
    padding: 4.5rem !important; }
  .solid .xs-pt6 {
    padding-top: 4.5rem !important; }
  .solid .xs-pr6 {
    padding-right: 4.5rem !important; }
  .solid .xs-pb6 {
    padding-bottom: 4.5rem !important; }
  .solid .xs-pl6 {
    padding-left: 4.5rem !important; }
  .solid .xs-px6 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important; }
  .solid .xs-py6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important; }
  @media (min-width: 40rem) {
    .solid .sm-p0 {
      padding: 0 !important; }
    .solid .sm-pt0 {
      padding-top: 0 !important; }
    .solid .sm-pr0 {
      padding-right: 0 !important; }
    .solid .sm-pb0 {
      padding-bottom: 0 !important; }
    .solid .sm-pl0 {
      padding-left: 0 !important; }
    .solid .sm-px0 {
      padding-left: 0 !important;
      padding-right: 0  !important; }
    .solid .sm-py0 {
      padding-top: 0 !important;
      padding-bottom: 0 !important; }
    .solid .sm-p1 {
      padding: 0.5rem !important; }
    .solid .sm-pt1 {
      padding-top: 0.5rem !important; }
    .solid .sm-pr1 {
      padding-right: 0.5rem !important; }
    .solid .sm-pb1 {
      padding-bottom: 0.5rem !important; }
    .solid .sm-pl1 {
      padding-left: 0.5rem !important; }
    .solid .sm-px1 {
      padding-left: 0.5rem !important;
      padding-right: 0.5rem !important; }
    .solid .sm-py1 {
      padding-top: 0.5rem !important;
      padding-bottom: 0.5rem !important; }
    .solid .sm-p2 {
      padding: 1rem !important; }
    .solid .sm-pt2 {
      padding-top: 1rem !important; }
    .solid .sm-pr2 {
      padding-right: 1rem !important; }
    .solid .sm-pb2 {
      padding-bottom: 1rem !important; }
    .solid .sm-pl2 {
      padding-left: 1rem !important; }
    .solid .sm-px2 {
      padding-left: 1rem !important;
      padding-right: 1rem !important; }
    .solid .sm-py2 {
      padding-top: 1rem !important;
      padding-bottom: 1rem !important; }
    .solid .sm-p3 {
      padding: 1.5rem !important; }
    .solid .sm-pt3 {
      padding-top: 1.5rem !important; }
    .solid .sm-pr3 {
      padding-right: 1.5rem !important; }
    .solid .sm-pb3 {
      padding-bottom: 1.5rem !important; }
    .solid .sm-pl3 {
      padding-left: 1.5rem !important; }
    .solid .sm-px3 {
      padding-left: 1.5rem !important;
      padding-right: 1.5rem !important; }
    .solid .sm-py3 {
      padding-top: 1.5rem !important;
      padding-bottom: 1.5rem !important; }
    .solid .sm-p4 {
      padding: 2rem !important; }
    .solid .sm-pt4 {
      padding-top: 2rem !important; }
    .solid .sm-pr4 {
      padding-right: 2rem !important; }
    .solid .sm-pb4 {
      padding-bottom: 2rem !important; }
    .solid .sm-pl4 {
      padding-left: 2rem !important; }
    .solid .sm-px4 {
      padding-left: 2rem !important;
      padding-right: 2rem !important; }
    .solid .sm-py4 {
      padding-top: 2rem !important;
      padding-bottom: 2rem !important; }
    .solid .sm-p5 {
      padding: 3rem !important; }
    .solid .sm-pt5 {
      padding-top: 3rem !important; }
    .solid .sm-pr5 {
      padding-right: 3rem !important; }
    .solid .sm-pb5 {
      padding-bottom: 3rem !important; }
    .solid .sm-pl5 {
      padding-left: 3rem !important; }
    .solid .sm-px5 {
      padding-left: 3rem !important;
      padding-right: 3rem !important; }
    .solid .sm-py5 {
      padding-top: 3rem !important;
      padding-bottom: 3rem !important; }
    .solid .sm-p6 {
      padding: 4.5rem !important; }
    .solid .sm-pt6 {
      padding-top: 4.5rem !important; }
    .solid .sm-pr6 {
      padding-right: 4.5rem !important; }
    .solid .sm-pb6 {
      padding-bottom: 4.5rem !important; }
    .solid .sm-pl6 {
      padding-left: 4.5rem !important; }
    .solid .sm-px6 {
      padding-left: 4.5rem !important;
      padding-right: 4.5rem !important; }
    .solid .sm-py6 {
      padding-top: 4.5rem !important;
      padding-bottom: 4.5rem !important; } }
  @media (min-width: 52rem) {
    .solid .md-p0 {
      padding: 0 !important; }
    .solid .md-pt0 {
      padding-top: 0 !important; }
    .solid .md-pr0 {
      padding-right: 0 !important; }
    .solid .md-pb0 {
      padding-bottom: 0 !important; }
    .solid .md-pl0 {
      padding-left: 0 !important; }
    .solid .md-px0 {
      padding-left: 0 !important;
      padding-right: 0  !important; }
    .solid .md-py0 {
      padding-top: 0 !important;
      padding-bottom: 0 !important; }
    .solid .md-p1 {
      padding: 0.5rem !important; }
    .solid .md-pt1 {
      padding-top: 0.5rem !important; }
    .solid .md-pr1 {
      padding-right: 0.5rem !important; }
    .solid .md-pb1 {
      padding-bottom: 0.5rem !important; }
    .solid .md-pl1 {
      padding-left: 0.5rem !important; }
    .solid .md-px1 {
      padding-left: 0.5rem !important;
      padding-right: 0.5rem !important; }
    .solid .md-py1 {
      padding-top: 0.5rem !important;
      padding-bottom: 0.5rem !important; }
    .solid .md-p2 {
      padding: 1rem !important; }
    .solid .md-pt2 {
      padding-top: 1rem !important; }
    .solid .md-pr2 {
      padding-right: 1rem !important; }
    .solid .md-pb2 {
      padding-bottom: 1rem !important; }
    .solid .md-pl2 {
      padding-left: 1rem !important; }
    .solid .md-px2 {
      padding-left: 1rem !important;
      padding-right: 1rem !important; }
    .solid .md-py2 {
      padding-top: 1rem !important;
      padding-bottom: 1rem !important; }
    .solid .md-p3 {
      padding: 1.5rem !important; }
    .solid .md-pt3 {
      padding-top: 1.5rem !important; }
    .solid .md-pr3 {
      padding-right: 1.5rem !important; }
    .solid .md-pb3 {
      padding-bottom: 1.5rem !important; }
    .solid .md-pl3 {
      padding-left: 1.5rem !important; }
    .solid .md-px3 {
      padding-left: 1.5rem !important;
      padding-right: 1.5rem !important; }
    .solid .md-py3 {
      padding-top: 1.5rem !important;
      padding-bottom: 1.5rem !important; }
    .solid .md-p4 {
      padding: 2rem !important; }
    .solid .md-pt4 {
      padding-top: 2rem !important; }
    .solid .md-pr4 {
      padding-right: 2rem !important; }
    .solid .md-pb4 {
      padding-bottom: 2rem !important; }
    .solid .md-pl4 {
      padding-left: 2rem !important; }
    .solid .md-px4 {
      padding-left: 2rem !important;
      padding-right: 2rem !important; }
    .solid .md-py4 {
      padding-top: 2rem !important;
      padding-bottom: 2rem !important; }
    .solid .md-p5 {
      padding: 3rem !important; }
    .solid .md-pt5 {
      padding-top: 3rem !important; }
    .solid .md-pr5 {
      padding-right: 3rem !important; }
    .solid .md-pb5 {
      padding-bottom: 3rem !important; }
    .solid .md-pl5 {
      padding-left: 3rem !important; }
    .solid .md-px5 {
      padding-left: 3rem !important;
      padding-right: 3rem !important; }
    .solid .md-py5 {
      padding-top: 3rem !important;
      padding-bottom: 3rem !important; }
    .solid .md-p6 {
      padding: 4.5rem !important; }
    .solid .md-pt6 {
      padding-top: 4.5rem !important; }
    .solid .md-pr6 {
      padding-right: 4.5rem !important; }
    .solid .md-pb6 {
      padding-bottom: 4.5rem !important; }
    .solid .md-pl6 {
      padding-left: 4.5rem !important; }
    .solid .md-px6 {
      padding-left: 4.5rem !important;
      padding-right: 4.5rem !important; }
    .solid .md-py6 {
      padding-top: 4.5rem !important;
      padding-bottom: 4.5rem !important; } }
  @media (min-width: 64rem) {
    .solid .lg-p0 {
      padding: 0 !important; }
    .solid .lg-pt0 {
      padding-top: 0 !important; }
    .solid .lg-pr0 {
      padding-right: 0 !important; }
    .solid .lg-pb0 {
      padding-bottom: 0 !important; }
    .solid .lg-pl0 {
      padding-left: 0 !important; }
    .solid .lg-px0 {
      padding-left: 0 !important;
      padding-right: 0  !important; }
    .solid .lg-py0 {
      padding-top: 0 !important;
      padding-bottom: 0 !important; }
    .solid .lg-p1 {
      padding: 0.5rem !important; }
    .solid .lg-pt1 {
      padding-top: 0.5rem !important; }
    .solid .lg-pr1 {
      padding-right: 0.5rem !important; }
    .solid .lg-pb1 {
      padding-bottom: 0.5rem !important; }
    .solid .lg-pl1 {
      padding-left: 0.5rem !important; }
    .solid .lg-px1 {
      padding-left: 0.5rem !important;
      padding-right: 0.5rem !important; }
    .solid .lg-py1 {
      padding-top: 0.5rem !important;
      padding-bottom: 0.5rem !important; }
    .solid .lg-p2 {
      padding: 1rem !important; }
    .solid .lg-pt2 {
      padding-top: 1rem !important; }
    .solid .lg-pr2 {
      padding-right: 1rem !important; }
    .solid .lg-pb2 {
      padding-bottom: 1rem !important; }
    .solid .lg-pl2 {
      padding-left: 1rem !important; }
    .solid .lg-px2 {
      padding-left: 1rem !important;
      padding-right: 1rem !important; }
    .solid .lg-py2 {
      padding-top: 1rem !important;
      padding-bottom: 1rem !important; }
    .solid .lg-p3 {
      padding: 1.5rem !important; }
    .solid .lg-pt3 {
      padding-top: 1.5rem !important; }
    .solid .lg-pr3 {
      padding-right: 1.5rem !important; }
    .solid .lg-pb3 {
      padding-bottom: 1.5rem !important; }
    .solid .lg-pl3 {
      padding-left: 1.5rem !important; }
    .solid .lg-px3 {
      padding-left: 1.5rem !important;
      padding-right: 1.5rem !important; }
    .solid .lg-py3 {
      padding-top: 1.5rem !important;
      padding-bottom: 1.5rem !important; }
    .solid .lg-p4 {
      padding: 2rem !important; }
    .solid .lg-pt4 {
      padding-top: 2rem !important; }
    .solid .lg-pr4 {
      padding-right: 2rem !important; }
    .solid .lg-pb4 {
      padding-bottom: 2rem !important; }
    .solid .lg-pl4 {
      padding-left: 2rem !important; }
    .solid .lg-px4 {
      padding-left: 2rem !important;
      padding-right: 2rem !important; }
    .solid .lg-py4 {
      padding-top: 2rem !important;
      padding-bottom: 2rem !important; }
    .solid .lg-p5 {
      padding: 3rem !important; }
    .solid .lg-pt5 {
      padding-top: 3rem !important; }
    .solid .lg-pr5 {
      padding-right: 3rem !important; }
    .solid .lg-pb5 {
      padding-bottom: 3rem !important; }
    .solid .lg-pl5 {
      padding-left: 3rem !important; }
    .solid .lg-px5 {
      padding-left: 3rem !important;
      padding-right: 3rem !important; }
    .solid .lg-py5 {
      padding-top: 3rem !important;
      padding-bottom: 3rem !important; }
    .solid .lg-p6 {
      padding: 4.5rem !important; }
    .solid .lg-pt6 {
      padding-top: 4.5rem !important; }
    .solid .lg-pr6 {
      padding-right: 4.5rem !important; }
    .solid .lg-pb6 {
      padding-bottom: 4.5rem !important; }
    .solid .lg-pl6 {
      padding-left: 4.5rem !important; }
    .solid .lg-px6 {
      padding-left: 4.5rem !important;
      padding-right: 4.5rem !important; }
    .solid .lg-py6 {
      padding-top: 4.5rem !important;
      padding-bottom: 4.5rem !important; } }
  .solid .xs-relative {
    position: relative !important; }
  .solid .xs-absolute {
    position: absolute !important; }
  .solid .xs-fixed {
    position: fixed    !important; }
  .solid .xs-static {
    position: static   !important; }
  .solid .xs-z1 {
    z-index: 100 !important; }
  .solid .xs-z2 {
    z-index: 200 !important; }
  .solid .xs-z3 {
    z-index: 300 !important; }
  .solid .xs-z4 {
    z-index: 400 !important; }
  .solid .xs-t0 {
    top: 0 !important; }
  .solid .xs-r0 {
    right: 0 !important; }
  .solid .xs-b0 {
    bottom: 0 !important; }
  .solid .xs-l0 {
    left: 0 !important; }
  .solid .xs-t1 {
    top: 0.5rem !important; }
  .solid .xs-r1 {
    right: 0.5rem !important; }
  .solid .xs-b1 {
    bottom: 0.5rem !important; }
  .solid .xs-l1 {
    left: 0.5rem !important; }
  .solid .xs-t2 {
    top: 1rem !important; }
  .solid .xs-r2 {
    right: 1rem !important; }
  .solid .xs-b2 {
    bottom: 1rem !important; }
  .solid .xs-l2 {
    left: 1rem !important; }
  .solid .xs-t3 {
    top: 1.5rem !important; }
  .solid .xs-r3 {
    right: 1.5rem !important; }
  .solid .xs-b3 {
    bottom: 1.5rem !important; }
  .solid .xs-l3 {
    left: 1.5rem !important; }
  .solid .xs-t4 {
    top: 2rem !important; }
  .solid .xs-r4 {
    right: 2rem !important; }
  .solid .xs-b4 {
    bottom: 2rem !important; }
  .solid .xs-l4 {
    left: 2rem !important; }
  .solid .xs-t5 {
    top: 3rem !important; }
  .solid .xs-r5 {
    right: 3rem !important; }
  .solid .xs-b5 {
    bottom: 3rem !important; }
  .solid .xs-l5 {
    left: 3rem !important; }
  .solid .xs-t6 {
    top: 4.5rem !important; }
  .solid .xs-r6 {
    right: 4.5rem !important; }
  .solid .xs-b6 {
    bottom: 4.5rem !important; }
  .solid .xs-l6 {
    left: 4.5rem !important; }
  @media (min-width: 40rem) {
    .solid .sm-relative {
      position: relative !important; }
    .solid .sm-absolute {
      position: absolute !important; }
    .solid .sm-fixed {
      position: fixed    !important; }
    .solid .sm-static {
      position: static   !important; }
    .solid .sm-z1 {
      z-index: 100 !important; }
    .solid .sm-z2 {
      z-index: 200 !important; }
    .solid .sm-z3 {
      z-index: 300 !important; }
    .solid .sm-z4 {
      z-index: 400 !important; }
    .solid .sm-t0 {
      top: 0 !important; }
    .solid .sm-r0 {
      right: 0 !important; }
    .solid .sm-b0 {
      bottom: 0 !important; }
    .solid .sm-l0 {
      left: 0 !important; }
    .solid .sm-t1 {
      top: 0.5rem !important; }
    .solid .sm-r1 {
      right: 0.5rem !important; }
    .solid .sm-b1 {
      bottom: 0.5rem !important; }
    .solid .sm-l1 {
      left: 0.5rem !important; }
    .solid .sm-t2 {
      top: 1rem !important; }
    .solid .sm-r2 {
      right: 1rem !important; }
    .solid .sm-b2 {
      bottom: 1rem !important; }
    .solid .sm-l2 {
      left: 1rem !important; }
    .solid .sm-t3 {
      top: 1.5rem !important; }
    .solid .sm-r3 {
      right: 1.5rem !important; }
    .solid .sm-b3 {
      bottom: 1.5rem !important; }
    .solid .sm-l3 {
      left: 1.5rem !important; }
    .solid .sm-t4 {
      top: 2rem !important; }
    .solid .sm-r4 {
      right: 2rem !important; }
    .solid .sm-b4 {
      bottom: 2rem !important; }
    .solid .sm-l4 {
      left: 2rem !important; }
    .solid .sm-t5 {
      top: 3rem !important; }
    .solid .sm-r5 {
      right: 3rem !important; }
    .solid .sm-b5 {
      bottom: 3rem !important; }
    .solid .sm-l5 {
      left: 3rem !important; }
    .solid .sm-t6 {
      top: 4.5rem !important; }
    .solid .sm-r6 {
      right: 4.5rem !important; }
    .solid .sm-b6 {
      bottom: 4.5rem !important; }
    .solid .sm-l6 {
      left: 4.5rem !important; } }
  @media (min-width: 52rem) {
    .solid .md-relative {
      position: relative !important; }
    .solid .md-absolute {
      position: absolute !important; }
    .solid .md-fixed {
      position: fixed    !important; }
    .solid .md-static {
      position: static   !important; }
    .solid .md-z1 {
      z-index: 100 !important; }
    .solid .md-z2 {
      z-index: 200 !important; }
    .solid .md-z3 {
      z-index: 300 !important; }
    .solid .md-z4 {
      z-index: 400 !important; }
    .solid .md-t0 {
      top: 0 !important; }
    .solid .md-r0 {
      right: 0 !important; }
    .solid .md-b0 {
      bottom: 0 !important; }
    .solid .md-l0 {
      left: 0 !important; }
    .solid .md-t1 {
      top: 0.5rem !important; }
    .solid .md-r1 {
      right: 0.5rem !important; }
    .solid .md-b1 {
      bottom: 0.5rem !important; }
    .solid .md-l1 {
      left: 0.5rem !important; }
    .solid .md-t2 {
      top: 1rem !important; }
    .solid .md-r2 {
      right: 1rem !important; }
    .solid .md-b2 {
      bottom: 1rem !important; }
    .solid .md-l2 {
      left: 1rem !important; }
    .solid .md-t3 {
      top: 1.5rem !important; }
    .solid .md-r3 {
      right: 1.5rem !important; }
    .solid .md-b3 {
      bottom: 1.5rem !important; }
    .solid .md-l3 {
      left: 1.5rem !important; }
    .solid .md-t4 {
      top: 2rem !important; }
    .solid .md-r4 {
      right: 2rem !important; }
    .solid .md-b4 {
      bottom: 2rem !important; }
    .solid .md-l4 {
      left: 2rem !important; }
    .solid .md-t5 {
      top: 3rem !important; }
    .solid .md-r5 {
      right: 3rem !important; }
    .solid .md-b5 {
      bottom: 3rem !important; }
    .solid .md-l5 {
      left: 3rem !important; }
    .solid .md-t6 {
      top: 4.5rem !important; }
    .solid .md-r6 {
      right: 4.5rem !important; }
    .solid .md-b6 {
      bottom: 4.5rem !important; }
    .solid .md-l6 {
      left: 4.5rem !important; } }
  @media (min-width: 64rem) {
    .solid .lg-relative {
      position: relative !important; }
    .solid .lg-absolute {
      position: absolute !important; }
    .solid .lg-fixed {
      position: fixed    !important; }
    .solid .lg-static {
      position: static   !important; }
    .solid .lg-z1 {
      z-index: 100 !important; }
    .solid .lg-z2 {
      z-index: 200 !important; }
    .solid .lg-z3 {
      z-index: 300 !important; }
    .solid .lg-z4 {
      z-index: 400 !important; }
    .solid .lg-t0 {
      top: 0 !important; }
    .solid .lg-r0 {
      right: 0 !important; }
    .solid .lg-b0 {
      bottom: 0 !important; }
    .solid .lg-l0 {
      left: 0 !important; }
    .solid .lg-t1 {
      top: 0.5rem !important; }
    .solid .lg-r1 {
      right: 0.5rem !important; }
    .solid .lg-b1 {
      bottom: 0.5rem !important; }
    .solid .lg-l1 {
      left: 0.5rem !important; }
    .solid .lg-t2 {
      top: 1rem !important; }
    .solid .lg-r2 {
      right: 1rem !important; }
    .solid .lg-b2 {
      bottom: 1rem !important; }
    .solid .lg-l2 {
      left: 1rem !important; }
    .solid .lg-t3 {
      top: 1.5rem !important; }
    .solid .lg-r3 {
      right: 1.5rem !important; }
    .solid .lg-b3 {
      bottom: 1.5rem !important; }
    .solid .lg-l3 {
      left: 1.5rem !important; }
    .solid .lg-t4 {
      top: 2rem !important; }
    .solid .lg-r4 {
      right: 2rem !important; }
    .solid .lg-b4 {
      bottom: 2rem !important; }
    .solid .lg-l4 {
      left: 2rem !important; }
    .solid .lg-t5 {
      top: 3rem !important; }
    .solid .lg-r5 {
      right: 3rem !important; }
    .solid .lg-b5 {
      bottom: 3rem !important; }
    .solid .lg-l5 {
      left: 3rem !important; }
    .solid .lg-t6 {
      top: 4.5rem !important; }
    .solid .lg-r6 {
      right: 4.5rem !important; }
    .solid .lg-b6 {
      bottom: 4.5rem !important; }
    .solid .lg-l6 {
      left: 4.5rem !important; } }
  .solid .xs-align-top {
    vertical-align: top     !important; }
  .solid .xs-align-middle {
    vertical-align: middle  !important; }
  .solid .xs-align-bottom {
    vertical-align: bottom  !important; }
  @media (min-width: 40rem) {
    .solid .sm-align-top {
      vertical-align: top     !important; }
    .solid .sm-align-middle {
      vertical-align: middle  !important; }
    .solid .sm-align-bottom {
      vertical-align: bottom  !important; } }
  @media (min-width: 52rem) {
    .solid .md-align-top {
      vertical-align: top     !important; }
    .solid .md-align-middle {
      vertical-align: middle  !important; }
    .solid .md-align-bottom {
      vertical-align: bottom  !important; } }
  @media (min-width: 64rem) {
    .solid .lg-align-top {
      vertical-align: top     !important; }
    .solid .lg-align-middle {
      vertical-align: middle  !important; }
    .solid .lg-align-bottom {
      vertical-align: bottom  !important; } }
  .solid .clearfix:before,
  .solid .clearfix:after {
    content: " "   !important;
    display: table !important; }
  .solid .clearfix:after {
    clear: both !important; }
  .solid .page-message {
    position: relative;
    margin-top: .125rem;
    padding: .75rem;
    font-size: 1rem;
    font-weight: 600; }
  .solid .page-message__text:before {
    content: "";
    height: 1rem;
    width: 1rem;
    display: inline-block;
    position: relative;
    bottom: -2px;
    margin-right: 0.5rem;
    background-repeat: no-repeat;
    background-position: center; }
  .solid .page-message__action {
    text-decoration: underline; }
  .solid .page-message__close {
    position: absolute;
    right: .25rem;
    top: .375rem;
    padding: .5rem;
    cursor: pointer; }
  .solid .page-message__close-icon {
    width: .75rem; }
  .solid .page-message--error {
    background-color: #feebe9;
    color: #e32; }
    .solid .page-message--error .page-message__text,
    .solid .page-message--error .page-message__action {
      color: #e32; }
      .solid .page-message--error .page-message__text:before,
      .solid .page-message--error .page-message__action:before {
        background-image: url("data:image/svg+xml,%3Csvg%20width%3D%22488%22%20height%3D%22488%22%20viewBox%3D%220%200%20488%20488%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%3Cpath%20d%3D%22M244%200c-134.708%200-244%20109.292-244%20244s109.292%20244%20244%20244%20244-109.292%20244-244-109.292-244-244-244zm40.667%20396.182c0%205.719-4.448%2010.484-9.849%2010.484h-61c-5.719%200-10.484-4.766-10.484-10.484v-60.365c0-5.719%204.766-10.484%2010.484-10.484h61c5.401%200%209.849%204.766%209.849%2010.484v60.365zm-.635-109.292c-.318%204.448-5.083%207.943-10.802%207.943h-58.776c-6.036%200-10.802-3.495-10.802-7.943l-5.401-197.297c0-2.224.953-4.448%203.177-5.719%201.906-1.589%204.766-2.542%207.625-2.542h69.896c2.859%200%205.719.953%207.625%202.542%202.224%201.271%203.177%203.495%203.177%205.719l-5.719%20197.297z%22%20fill%3D%22%23e32%22/%3E%3C/svg%3E");
        background-size: 1rem; }
    .solid .page-message--error .page-message__close-icon {
      fill: #fa9287; }
    .solid .page-message--error .page-message__close:hover .page-message__close-icon {
      fill: #e32; }
  .solid .page-message--success {
    background-color: #f1f8e9;
    color: #6fb824; }
    .solid .page-message--success .page-message__text,
    .solid .page-message--success .page-message__action {
      color: #6fb824; }
      .solid .page-message--success .page-message__text:before,
      .solid .page-message--success .page-message__action:before {
        background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2710%27%20height%3D%2710%27%20viewBox%3D%270%200%20512%20512%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%3E%3Cpath%20d%3D%27M491.185%20120.619l-42.818-42.818c-5.667-5.667-13.538-8.815-21.409-8.815-7.871%200-15.742%203.148-21.409%208.815l-206.534%20206.849-92.563-92.877c-5.667-5.667-13.538-8.815-21.409-8.815-7.871%200-15.742%203.148-21.409%208.815l-42.818%2042.818c-5.667%205.667-8.815%2013.538-8.815%2021.409%200%207.871%203.148%2015.742%208.815%2021.409l113.972%20113.972%2042.818%2042.818c5.667%205.667%2013.538%208.815%2021.409%208.815%207.871%200%2015.742-3.148%2021.409-8.815l42.818-42.818%20227.943-227.943c5.667-5.667%208.815-13.538%208.815-21.409%200-7.871-3.148-15.742-8.815-21.409z%27%20fill%3D%27%23fff%27/%3E%3C/svg%3E");
        background-size: .625rem;
        background-color: #6fb824;
        border-radius: 50%; }
    .solid .page-message--success .page-message__close-icon {
      fill: #c0df9c; }
    .solid .page-message--success .page-message__close:hover .page-message__close-icon {
      fill: #6fb824; }
  .solid .page-message__action:hover {
    color: #07e; }
  .solid .button-group,
  .solid .button-group--small {
    position: relative;
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    text-decoration: none;
    color: #07e; }
    .solid .button-group .button-group__radio,
    .solid .button-group--small .button-group__radio {
      border: 0;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
  .solid .button-group__item {
    display: inline-block;
    cursor: pointer;
    float: left;
    padding: 0.5rem 0.875rem;
    border-right: 1px solid rgba(0, 0, 0, 0.2); }
    .solid .button-group__item:hover {
      transition: background-color 0.3s ease 0s;
      background-color: #f4f4f4; }
    .solid .button-group__item:last-of-type {
      border: 0; }
  .solid .button-group .button-group__radio:checked + .button-group__item,
  .solid .button-group--small .button-group__radio:checked + .button-group__item {
    background-color: #f4f4f4;
    color: #333; }
  .solid .button-group--small .button-group__item {
    padding: 0.3125rem 0.625rem;
    font-size: 0.875rem;
    line-height: 1.25rem; }
  .solid .modal {
    background: rgba(255, 255, 255, 0.9);
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    padding: 1rem;
    z-index: 400;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s;
    overflow-x: hidden;
    overflow-y: auto; }
  .solid .modal__content {
    -webkit-animation-duration: 0.15s;
    animation-duration: 0.15s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    margin: 0 auto;
    position: relative;
    padding: 2rem; }
  .solid .modal__close {
    width: 3rem;
    height: 3rem;
    padding: 1rem;
    float: right;
    margin: -2rem -2rem 0 0; }
    .solid .modal__close:hover {
      cursor: pointer; }
      .solid .modal__close:hover .modal__close-icon {
        fill: #222; }
  .solid .modal__close-icon {
    width: 1rem;
    fill: #aaa; }
  .solid .js-show-modal {
    overflow: hidden; }
    .solid .js-show-modal .modal {
      visibility: visible;
      opacity: 1; }
    .solid .js-show-modal .modal__content {
      -webkit-animation-name: modal__content-scale;
      animation-name: modal__content-scale; }

@-webkit-keyframes modal__content-scale {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.6, 0.6, 0.6);
    transform: scale3d(0.6, 0.6, 0.6); }
  50% {
    opacity: 1; } }

@-moz-keyframes modal__content-scale {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.6, 0.6, 0.6);
    transform: scale3d(0.6, 0.6, 0.6); }
  50% {
    opacity: 1; } }

@keyframes modal__content-scale {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.6, 0.6, 0.6);
    transform: scale3d(0.6, 0.6, 0.6); }
  50% {
    opacity: 1; } }
  .solid .tag {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    display: inline-block;
    font-size: 0.75rem; }
  .solid .tag__text,
  .solid .tag__link,
  .solid .tag__delete {
    padding: 0 0.5rem; }
  .solid .tag__text,
  .solid .tag__link {
    float: left; }
  .solid .tag__delete {
    float: left;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    cursor: pointer; }
  .solid .tag__delete-icon {
    width: .625rem;
    fill: #aaa;
    vertical-align: middle;
    transition: 200ms;
    transition-timing-function: ease-in-out;
    -webkit-transition: 50ms;
    -webkit-transition-timing-function: ease-in;
    margin-left: 1px; }
    .solid .tag__delete-icon:hover {
      fill: #444444; }
  .solid .tag__delete {
    padding: 0 0.3125rem; }
    .solid .tag__delete:hover .tag__delete-icon {
      fill: #444444; }
  .solid .text-over__container {
    width: 725px;
    z-index: 2; }
  .solid .text-over__header {
    font-size: 72px;
    line-height: 1;
    max-width: 900px;
    outline: 2px dashed transparent; }
  .solid .text-over__dek {
    font-size: 24px;
    line-height: 23px; }
  .solid .text-over__gradient {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.65) 0%, transparent 100%); }

.connect-widget {
  margin-bottom: 30px; }
  .span-4 .connect-widget:first-child {
    margin-top: 0; }
  .connect-widget .connect-widget__title {
    text-align: center;
    position: relative;
    overflow: hidden;
    font-weight: 300;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 15px; }
    .connect-widget .connect-widget__title:before,
    .connect-widget .connect-widget__title:after {
      background-color: #979797;
      content: "";
      display: inline-block;
      height: 1px;
      position: relative;
      vertical-align: middle;
      width: 50%; }
    .connect-widget .connect-widget__title:before {
      margin-left: -50%;
      right: 5px; }
    .connect-widget .connect-widget__title:after {
      margin-right: -50%;
      left: 5px; }
    .connect-widget--tvandmovies .connect-widget .connect-widget__title:before {
      right: 0; }
    .connect-widget--tvandmovies .connect-widget .connect-widget__title:after {
      left: 0; }
  .connect-widget .connect-widget__button {
    padding-top: .6rem; }
    .connect-widget .connect-widget__button + .connect-widget__button {
      margin-top: 6px; }
  .connect-widget .connect-widget__svg-logo {
    display: inline-block;
    width: 80px;
    height: 14px;
    fill: #e32; }
  .connect-widget .connect-widget__btn-svg {
    fill: #fff;
    height: 16px;
    width: 16px;
    display: inline-block;
    position: relative;
    top: 3px;
    margin-right: 7px; }
  .connect-widget.connect-widget--quiz {
    margin-top: 30px; }

.post2 .description + ul {
  list-style-type: disc;
  list-style-position: inside;
  font-size: 17px;
  line-height: 21px;
  color: #000; }
  .post2 .description + ul b,
  .post2 .description + ul strong {
    font-weight: 600; }
  .post2 .description + ul > li {
    margin: 10px 0; }

.post-datetimes {
  margin: 20px 0;
  display: block;
  min-height: 10px; }
  .post-datetimes b .buzz-datetime {
    font-weight: bold; }
  .post-datetimes span {
    line-height: 10px; }
    .post-datetimes span.buzz-datetime {
      display: block;
      text-transform: none;
      letter-spacing: -.02em;
      padding-left: 0;
      font-weight: normal;
      font-size: 10px;
      color: #999;
      min-height: 16px; }
    .post-datetimes span time {
      white-space: nowrap; }

.bff-quiz__input {
  width: 79%;
  float: left;
  border: 1px solid #ddd;
  margin: 0 0 10px;
  padding: 11px;
  min-height: 26px;
  background-color: #f2f2f2;
  position: relative;
  box-sizing: border-box; }
  .bff-quiz__input input {
    width: 99%; }

.bff-quiz__form {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  box-sizing: border-box;
  opacity: 1;
  max-height: 1000px; }
  .bff-quiz__form .bff-quiz__submit-btn {
    display: block;
    width: 19%;
    float: right;
    margin: 0 auto;
    font-size: 20px !important;
    padding: 5px 25px !important; }

.bff-quiz__form--hidden {
  max-height: 0;
  overflow: hidden; }

.bff-quiz__form--disabled {
  opacity: .4; }

.bff-quiz__create-results--hidden {
  display: none; }

.bff-quiz__error {
  background: #e32;
  clear: both;
  display: block;
  text-align: center;
  margin: 10px 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  box-sizing: border-box;
  opacity: 1;
  max-height: 1000px; }

.bff-quiz__error--hidden {
  overflow: hidden;
  opacity: 0;
  max-height: 0; }

.bff-quiz__error-message {
  display: block;
  color: #fff;
  margin: 5px;
  padding: 3px 0; }

.bff-quiz__custom-title {
  font-size: 26px;
  color: #fff;
  text-align: left;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  padding-left: 210px;
  padding-bottom: 20px;
  padding-top: 0; }

.bff-quiz__create-results {
  text-align: center; }

.bff-quiz__create-image {
  position: absolute;
  width: 625px;
  height: 179px; }

.bff-quiz__create-title {
  position: relative;
  width: 625px;
  height: 179px;
  display: table;
  -ms-word-break: break-all;
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto; }

.bff-quiz__create-title--take {
  position: absolute;
  top: 20px;
  left: 0; }

.bff-quiz__create-title--take-hidden {
  display: none; }

.bff-quiz-myo {
  display: block;
  text-align: center;
  border-top: 1px solid #ddd;
  padding-top: 25px;
  padding-bottom: 30px; }

.bff-quiz-myo__link {
  padding: 13px 30px;
  display: inline-block;
  border: 1px solid #d0d0d0;
  white-space: nowrap; }

.bff-quiz-myo__pencil {
  width: 36px;
  height: 36px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px; }

.bff-quiz-myo__message {
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle; }

.bff-quiz-myo__how-well-msg {
  display: block;
  font-size: 20px;
  margin-bottom: 20px; }

.bff-leaderboard--hidden {
  display: none; }

.bff-leaderboard__container {
  background: #0c3395;
  background-image: -webkit-linear-gradient(top, #0c3395 0%, #348ef0 100%);
  background-image: -moz-linear-gradient(top, #0c3395 0%, #348ef0 100%);
  background-image: -ms-linear-gradient(top, #0c3395 0%, #348ef0 100%);
  background-image: -o-linear-gradient(top, #0c3395 0%, #348ef0 100%);
  background-image: linear-gradient(top, #0c3395 0%, #348ef0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$bff-gradient-top', endColorstr='$bff-gradient-bottom', GradientType=0);
  -webkit-transition: max-height 0.3s ease-out;
  -moz-transition: max-height 0.3s ease-out;
  -ms-transition: max-height 0.3s ease-out;
  -o-transition: max-height 0.3s ease-out;
  transition: max-height 0.3s ease-out;
  max-height: 1000px; }

.bff-leaderboard__container--hidden {
  max-height: 0;
  overflow: hidden; }

.bff-leaderboard__player-container {
  border-bottom: 3px solid #fff;
  margin-left: 0;
  padding: 0 50px;
  color: #fff;
  line-height: 50px;
  box-sizing: border-box;
  display: block;
  font-size: 22px; }
  .bff-leaderboard__player-container:last-child {
    border-bottom: 0; }

.bff-leaderboard__player-container--new {
  background: #ddd;
  color: #000;
  border-top: 1px solid #fff; }

.bff-leaderboard__player-position {
  display: inline-block;
  box-sizing: border-box;
  width: 10%;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-align: left; }
  .bff-leaderboard__player-container--wipe-effect-on .bff-leaderboard__player-position {
    opacity: 1; }

.bff-leaderboard__player-name {
  display: inline-block;
  width: 80%;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0;
  text-align: left; }
  .bff-leaderboard__player-container--wipe-effect-on .bff-leaderboard__player-name {
    opacity: 1; }

.bff-leaderboard__player-score {
  display: inline-block;
  width: 10%;
  box-sizing: border-box;
  text-align: right;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0; }
  .bff-leaderboard__player-container--wipe-effect-on .bff-leaderboard__player-score {
    opacity: 1; }

.bff-leaderboard__player-container--wipe-effect {
  width: 100%;
  position: relative; }

.bff-leaderboard__player-container--wipe-effect:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7); }

.bff-leaderboard__player-container--wipe-effect-on:after {
  width: 120%;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.bff-leaderboard__show {
  text-align: center;
  display: block;
  padding-bottom: 25px;
  margin: 0 auto;
  width: 360px; }

.bff-leaderboard__show--hidden {
  display: none; }

.bff-leaderboard__show-border {
  border-bottom: 2px solid #ddd;
  display: block; }

.bff-leaderboard__show-text {
  text-align: center;
  display: inline-block;
  position: relative;
  background: #fff;
  color: #000;
  top: 12px;
  padding: 0 10px;
  font-size: 20px; }

.bff-leaderboard__reveal {
  display: block;
  text-align: center; }

.bff-leaderboard-facebook-sign {
  height: 50px;
  background: #ddd;
  padding: 20px;
  -webkit-transition: all 0.3s ease-out 1s;
  -moz-transition: all 0.3s ease-out 1s;
  -ms-transition: all 0.3s ease-out 1s;
  -o-transition: all 0.3s ease-out 1s;
  transition: all 0.3s ease-out 1s; }

.bff-leaderboard-facebook-sign--hidden {
  height: 0;
  overflow: hidden;
  padding: 0 20px; }

.bff-leaderboard-facebook-sign__button {
  background: #3b569a;
  display: block;
  width: 260px;
  height: 55px;
  text-align: left;
  float: left;
  margin-right: 15px;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }
  .bff-leaderboard-facebook-sign__button .fb-icon {
    color: #fff;
    font-size: 26px;
    margin: 15px 18px 0;
    display: inline-block; }
  .bff-leaderboard-facebook-sign__button .fb-label {
    font-size: 18px;
    color: #fff;
    line-height: 55px;
    vertical-align: top;
    display: inline-block; }

.bff-leaderboard-facebook-sign__button--waiting {
  opacity: .5; }

.bff-leaderboard-facebook-sign__button-message {
  padding: 10px 0 !important;
  line-height: 20px !important; }

#buzz_sub_buzz .poll_quiz .quiz_result_area .answer_shares,
#buzz_sub_buzz .poll_quiz .quiz_result_area .poll_is_closed,
#buzz_sub_buzz .poll_quiz .quiz_result_area .poll_end_voting {
  border: 1px solid #ddd;
  background-color: transparent;
  padding: 20px 15px 0px 20px; }

#buzz_sub_buzz .quiz .answer_shares {
  clear: both;
  overflow: hidden;
  background-color: #fefefe;
  padding: 20px; }
  #buzz_sub_buzz .quiz .answer_shares h2 {
    float: left;
    margin: 0 15px 0px 0;
    padding: 0 0 20px 0; }

#buzz_sub_buzz .quiz .quiz_result .quiz_img_and_source {
  position: relative;
  width: 300px;
  float: left;
  margin: 0 0 20px 0; }

#buzz_sub_buzz .quiz .quiz_result_area {
  clear: both; }

#buzz_sub_buzz .quiz_question .quiz_reveal {
  clear: both;
  background-color: #fefefe;
  border: 1px solid #ddd;
  overflow: hidden;
  padding: 20px; }
  #buzz_sub_buzz .quiz_question .quiz_reveal .quiz_img_and_source_625 {
    margin-bottom: 0; }
  #buzz_sub_buzz .quiz_question .quiz_reveal .quiz_img_and_source {
    position: relative;
    width: 300px;
    float: left;
    margin: 0 0 20px 0; }
  #buzz_sub_buzz .quiz_question .quiz_reveal .quiz--question__embed {
    margin: 0 0 20px 0; }
  #buzz_sub_buzz .quiz_question .quiz_reveal .headline-1 .cross .quiz-answer-svg {
    fill: #ff7775; }
  #buzz_sub_buzz .quiz_question .quiz_reveal .headline-1 .tic .quiz-answer-svg {
    fill: #84f272; }
  #buzz_sub_buzz .quiz_question .quiz_reveal .headline-1 .answer_response.correct .tic, #buzz_sub_buzz .quiz_question .quiz_reveal .headline-1 .answer_response.wrong .cross {
    display: block; }
  #buzz_sub_buzz .quiz_question .quiz_reveal .headline-1 .answer_response.correct .message_text, #buzz_sub_buzz .quiz_question .quiz_reveal .headline-1 .answer_response.wrong .message_text {
    display: block;
    font-weight: 700;
    font-size: 30px; }
  #buzz_sub_buzz .quiz_question .quiz_reveal .headline-1 .answer_response.correct .message_text {
    color: #84f272; }
  #buzz_sub_buzz .quiz_question .quiz_reveal .headline-1 .answer_response.wrong .message_text {
    color: #ff7775; }

.quiz_question.freeform .quiz-answer {
  display: none; }

.quiz_question.freeform.wrong .quiz_reveal {
  display: none; }

.quiz_question.freeform.wrong .quiz_reveal.reveal_with_media {
  display: block; }

.quiz_question.freeform .freeform--input {
  width: 100%;
  margin: 20px 0;
  text-align: center; }

.quiz_question.freeform .answer_response.wrong {
  display: none !important; }

.quiz_question.freeform .freeform--input.correct_answer {
  border: 1px solid #88f078; }

.quiz_question.freeform .has-errors .freeform--input {
  border: 1px solid #e32 !important;
  outline: none; }

.quiz_question.freeform .freeform--give-up {
  float: right;
  margin-top: 1rem;
  display: block;
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 1.2;
  visibility: hidden; }

.quiz_question.freeform .freeform--give-up:hover {
  cursor: pointer; }

.quiz_question.freeform .form-group {
  overflow: visible; }

.quiz_question.freeform .form-group.has-errors .freeform--give-up {
  visibility: visible; }

.quiz_question.freeform .animated {
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.quiz_question.freeform .shake {
  -webkit-animation-name: guessShake;
  animation-name: guessShake;
  animation: guessShake 150ms 2 linear;
  -moz-animation: guessShake 150ms 2 linear;
  -webkit-animation: guessShake 150ms 2 linear;
  -o-animation: guessShake 150ms 2 linear; }

.quiz_question.freeform .slideInDown {
  -webkit-animation-name: giveUpDisplay;
  animation-name: giveUpDisplay; }

@keyframes guessShake {
  0% {
    transform: translate(7px, 0); }
  50% {
    transform: translate(-7px, 0); }
  100% {
    transform: translate(0, 0); } }

@-moz-keyframes guessShake {
  0% {
    -moz-transform: translate(7px, 0); }
  50% {
    -moz-transform: translate(-7px, 0); }
  100% {
    -moz-transform: translate(0, 0); } }

@-webkit-keyframes guessShake {
  0% {
    -webkit-transform: translate(7px, 0); }
  50% {
    -webkit-transform: translate(-7px, 0); }
  100% {
    -webkit-transform: translate(0, 0); } }

@-ms-keyframes guessShake {
  0% {
    -ms-transform: translate(7px, 0); }
  50% {
    -ms-transform: translate(-7px, 0); }
  100% {
    -ms-transform: translate(0, 0); } }

@-o-keyframes guessShake {
  0% {
    -o-transform: translate(7px, 0); }
  50% {
    -o-transform: translate(-7px, 0); }
  100% {
    -o-transform: translate(0, 0); } }

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

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

.vertical-section {
  margin-bottom: 40px; }
  .vertical-section__heading {
    font-size: 28px;
    color: #333;
    margin: 0 0 15px; }

.page-content .breaking-bar {
  margin-top: 10px;
  margin-bottom: 10px; }

@media all and (min-width: 1125px) {
  .page-content .breaking-bar {
    margin-top: 3px;
    margin-bottom: 10px; } }

.breaking-bar {
  font-size: 14px;
  background-color: #e32;
  color: #fff;
  overflow: hidden;
  zoom: 1;
  margin-bottom: 15px; }
  .breaking-bar div {
    height: 20px;
    padding: 15px;
    display: inline-block;
    background-color: #e32;
    box-sizing: content-box;
    line-height: 20px; }
  .breaking-bar a {
    color: #fff; }
    .breaking-bar a:hover .svg-icon {
      text-decoration: none; }
  .breaking-bar .breaking-bar__head {
    font-weight: 600;
    font-size: 14px;
    background-color: #d81806;
    text-transform: uppercase;
    float: left; }
  .breaking-bar .breaking-bar__body {
    font-size: 16px; }
    .breaking-bar .breaking-bar__body a {
      text-decoration: underline; }
    .breaking-bar .breaking-bar__body a:hover {
      text-decoration: underline;
      opacity: .60;
      color: #fff; }
  .breaking-bar .breaking-bar__footer {
    height: 20px;
    padding: 15px;
    display: inline-block;
    background-color: #e32;
    box-sizing: content-box;
    float: right; }
    .breaking-bar .breaking-bar__footer:hover {
      color: #fff;
      text-decoration: underline; }
  .breaking-bar .breaking-bar__icon--twitter {
    fill: #fff;
    position: relative;
    margin: 0 5px 0 0;
    top: 2px;
    width: 15px;
    height: 15px;
    display: inline-block; }
  .breaking-bar .breaking-bar__icon--caret-right {
    fill: #fff;
    position: relative;
    margin: 0 0 0 5px;
    top: 2px;
    width: 12px;
    height: 12px;
    display: inline-block; }

.indepth-module {
  clear: both;
  margin: 10px 0 25px; }
  .indepth-module__logo-wrap {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
    overflow: hidden; }
    .indepth-module__logo-wrap:before,
    .indepth-module__logo-wrap:after {
      background-color: #e32;
      position: relative;
      content: "";
      display: inline-block;
      height: 2px;
      width: 50%;
      top: -11px; }
    .indepth-module__logo-wrap:before {
      margin-left: -50%; }
    .indepth-module__logo-wrap:after {
      margin-right: -50%; }
    .indepth-module__logo-wrap__logo-image {
      position: relative;
      display: inline-block;
      width: 200px;
      height: 28px;
      margin: 0 8px;
      background: url("/static/images/global/unified_sprite.png?v=1460153433") no-repeat -291px -822px; }
  .indepth-module__text {
    margin-top: -25px; }
  .indepth-module__title {
    display: block;
    position: relative;
    width: 70%;
    margin: 0 auto;
    background: #fff;
    text-align: center;
    padding: 5px;
    font-family: "Charter-Roman", Georgia, serif;
    font-size: 20px;
    line-height: 24px;
    color: #222; }
    .indepth-module__title:hover {
      color: #e32; }
  .indepth-module__subtitle {
    margin-top: 5px;
    font-family: "Charter-Roman", Georgia, serif;
    font-size: 18px;
    color: #999;
    text-align: center; }
    .indepth-module__subtitle a {
      color: inherit; }

.bf-news-logo__news {
  fill: #e32; }

.wyntk-module {
  width: 100%;
  border: solid 1px #ccc;
  overflow: hidden;
  position: relative;
  margin-top: 15px;
  border-radius: 3px;
  margin-top: 15px; }
  .wyntk-module .wyntk-module__head {
    margin: 0;
    display: block;
    text-align: center;
    width: 100%;
    background: #fff;
    padding: 15px 0; }
  .wyntk-module .wyntk-module__logo--image {
    position: relative;
    display: inline-block;
    width: auto;
    height: 18px;
    margin-left: auto;
    margin-right: auto; }
  .wyntk-module .no-svg .wyntk-module__logo--image {
    background: url("/static/images/global/unified_sprite.png?v=1460153433") no-repeat -291px -822px;
    width: 200px;
    height: 25px; }
  .wyntk-module .bf-news-hp__header svg {
    width: 200px; }
  .wyntk-module .wyntk-module__headline {
    font-size: 1em;
    color: #e32;
    font-weight: 600;
    padding: 15px 0 0;
    border-top: 1px solid #ccc; }
  .wyntk-module .wyntk-module__body {
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 100%;
    padding: 0 20px 20px;
    height: 100%; }
    .wyntk-module .wyntk-module__body .btn--buzz {
      background: #222;
      margin: 20px 0 0; }
    .wyntk-module .wyntk-module__body .btn--buzz:hover {
      background: #090909; }
    .wyntk-module .wyntk-module__body ul {
      list-style-type: disc;
      padding-left: 20px; }
    .wyntk-module .wyntk-module__body li {
      list-style-position: initial;
      margin: 12px 0; }
      @media (max-width: 700px) {
        .wyntk-module .wyntk-module__body li {
          line-height: 22px; } }
    .wyntk-module .wyntk-module__body h1 {
      font-size: 1.34em;
      margin: 10px 0; }
    .wyntk-module .wyntk-module__body h2 {
      font-size: 1.17em;
      margin: 10px 0; }
    .wyntk-module .wyntk-module__body h3 {
      font-size: 1em;
      margin: 10px 0; }
    .wyntk-module .wyntk-module__body h4 {
      font-size: .83em;
      margin: 10px 0; }
    .wyntk-module .wyntk-module__body h5 {
      font-size: .75em;
      margin: 10px 0; }
    .wyntk-module .wyntk-module__body h6 {
      font-size: .58em;
      margin: 10px 0 5px; }
    .wyntk-module .wyntk-module__body p {
      margin: 10px 0;
      line-height: 20px; }
    .wyntk-module .wyntk-module__body h1,
    .wyntk-module .wyntk-module__body h2,
    .wyntk-module .wyntk-module__body h3,
    .wyntk-module .wyntk-module__body h4,
    .wyntk-module .wyntk-module__body h5,
    .wyntk-module .wyntk-module__body h6 {
      font-weight: 600; }
  @media (max-width: 700px) {
    .wyntk-module {
      margin: 10px 0; } }

.no-svg .wyntk-module__logo--image {
  background: url("/static/images/global/unified_sprite.png?v=1460153433") no-repeat -291px -822px;
  width: 200px;
  height: 25px; }

.hiring-widget {
  border: 1px solid #cbcbcb;
  padding: 20px;
  margin: 40px 0; }
  .hiring-widget .hiring-widget__title {
    font-size: 28px;
    color: #333;
    font-weight: normal;
    margin: 0 0 15px;
    line-height: 1em; }
  .hiring-widget p {
    font-size: 16px;
    color: #333;
    margin: 0 0 15px; }
  .hiring-widget .fa-angle-right {
    float: right;
    font-size: 20px;
    font-weight: 900; }
  .hiring-widget .btn--pink {
    background: #eb2649;
    color: #fff; }
    .hiring-widget .btn--pink:hover {
      background: #e31539; }

.otherblogs-widget {
  border: 1px solid #cbcbcb;
  padding: 20px 15px;
  margin-bottom: 40px;
  margin-top: 47px; }

.otherblogs-widget__title {
  width: 100%;
  font-size: 20px;
  color: #333;
  font-weight: normal;
  margin: -30px 0 15px;
  line-height: 1em;
  text-align: center; }
  .otherblogs-widget__title span {
    background-color: #fff;
    padding: 0 5px; }

.otherblogs-widget__links-circles {
  display: table;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center; }

.otherblogs-widget__links-circles__item {
  display: table-cell;
  text-align: center; }

.otherblogs-widget__links-circles__circle {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  display: inline-block;
  box-sizing: border-box;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  border: 2px solid #eb2649;
  padding: 18px 0;
  margin: 8px 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  color: #000;
  line-height: 1.2em; }
  .otherblogs-widget__links-circles__circle:hover {
    background: #eb2649;
    color: #fff; }
    .otherblogs-widget__links-circles__circle:hover .otherblogs-widget__links-circles__big-pink {
      color: #fff; }

.otherblogs-widget__links-circles__big-pink {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  display: block;
  font-size: 18px;
  font-weight: normal;
  color: #eb2649;
  text-transform: none; }

.page-container {
  width: 1000px;
  margin: 0 auto;
  padding-left: 15px;
  box-sizing: border-box; }
  @media (min-width: 1125px) {
    .page-container {
      width: 1125px !important; } }
  .page-container--height-100p {
    height: 100%; }
  .page-container--height-100p {
    height: 100%; }

.row {
  margin: 0 0 15px -15px; }
  .row--top {
    margin-top: 15px;
    margin-bottom: 30px; }
  .row::after {
    clear: both;
    content: "";
    display: table; }

.span-1 {
  width: 8.33333%; }

.span-2 {
  width: 16.66667%; }

.span-3 {
  width: 25%; }

.span-4 {
  width: 33.33333%; }

.span-5 {
  width: 41.66667%; }

.span-6 {
  width: 50%; }

.span-7 {
  width: 58.33333%; }

.span-8 {
  width: 66.66667%; }

.span-9 {
  width: 75%; }

.span-10 {
  width: 83.33333%; }

.span-11 {
  width: 91.66667%; }

.span-12 {
  width: 100%; }

[class^="span-"] {
  float: left;
  padding-left: 15px; }

.title-bar {
  width: 100%;
  height: 138px;
  margin-bottom: 40px;
  line-height: 138px;
  color: #fff;
  font-weight: 100;
  font-size: 65px; }
  .title-bar .title-bar__zone-content-header {
    display: block;
    height: 100%;
    vertical-align: middle;
    background-repeat: no-repeat;
    color: #fff; }
  .title-bar--bgblog {
    background: #F6195C url("/static/images/global/blogheader-bg.png?v=1460153433") no-repeat top center;
    background: url("/static/images/global/blogheader-bg.png?v=1460153433") no-repeat top center, -webkit-gradient(linear, left bottom, left top, color-stop(0, #F6195C), color-stop(1, #EC3829));
    background: url("/static/images/global/blogheader-bg.png?v=1460153433") no-repeat -ms-linear-gradient(bottom, #F6195C, #EC3829);
    background: url("/static/images/global/blogheader-bg.png?v=1460153433") no-repeat top center, -moz-linear-gradient(center bottom, #F6195C 0%, #EC3829 100%);
    background: url("/static/images/global/blogheader-bg.png?v=1460153433") no-repeat top center, linear-gradient(to bottom, #F6195C 0%, #EC3829 100%); }
    .title-bar--bgblog .title-bar__zone-content-header {
      padding-left: 190px;
      background-position: 15px center; }
  .title-bar--openlab {
    background: #eb2649; }
    .title-bar--openlab .title-bar__zone-content-header {
      padding-left: 630px;
      text-indent: -9999px; }
  .title-bar--bgred {
    background-color: #ee3322; }
    .title-bar--bgred .title-bar__zone-content-header {
      background: url("/static/images/global/trending_header_arrow.png?v=1460153433") no-repeat 260px 18px; }
  .title-bar--vertical {
    font-weight: 600;
    font-size: 36px;
    color: #000;
    margin-bottom: 0;
    line-height: 1;
    height: auto;
    padding: 30px 0 23px; }
    .title-bar--vertical .page-container {
      width: 1015px !important; }
  .title-bar--horizontal-gradient {
    background: #ea1c60;
    background: -webkit-gradient(linear, left center, right center, color-stop(0, #e32), color-stop(1, #ea1c60));
    background: linear-gradient(to right, #e32 0%, #ea1c60 100%);
    background: -moz-linear-gradient(right, #ea1c60 0%, #e32 100%); }
  .title-bar--video-shows .page-container {
    height: 100%; }
  .title-bar--video-shows .title-bar__zone-content-header__svg {
    fill: #fff;
    width: auto;
    vertical-align: middle; }
  .title-bar--video-shows .title-bar__zone-content-header {
    float: left;
    height: 100%;
    width: 300px; }
  .title-bar--video-shows .title-bar__description-container {
    float: left;
    margin: 0 0 0 75px; }
  .title-bar--video-shows .title-bar__description {
    font-size: 20px;
    height: 100%;
    vertical-align: middle;
    font-weight: 400;
    margin: 0;
    color: #fff; }
  .title-bar--datablog .title-bar__zone-content-header {
    background-image: url("/static/images/global/blogheader-data.png?v=1460153433"); }
  .title-bar--pressblog .title-bar__zone-content-header {
    background-image: url("/static/images/global/blogheader-press.png?v=1460153433"); }
  .title-bar--techblog .title-bar__zone-content-header {
    background-image: url("/static/images/global/blogheader-tech.png?v=1460153433"); }
  .title-bar--editblog .title-bar__zone-content-header {
    background-image: url("/static/images/global/blogheader-edit.png?v=1460153433");
    background-position: 15px 12px; }
  .title-bar--trending .title-bar__zone-content-header {
    background-image: url("/static/images/global/trending_header_arrow.png?v=1460153433"); }
  .title-bar--openlab .title-bar__zone-content-header {
    background-image: url("/static/images/global/blogheader-openlab.png?v=1460153433");
    background-position: 15px center; }

.vertical-header-logo {
  max-height: 80px;
  display: inline-block; }

.Reader .title-bar--vertical {
  padding: 0px;
  text-align: center; }

.Reader .vertical-header-logo {
  max-height: 155px;
  width: 990px; }

.Reader .page-container {
  padding-left: 0px; }

.feedback-steps-container {
  z-index: 3000;
  position: relative; }

.feedback-steps {
  max-width: 400px;
  z-index: 4000; }

.feedback-highlight-layer,
.feedback-highlight-layer * {
  z-index: 3000; }

.ptools-stats__icon {
  width: 14px;
  fill: #e32;
  margin: 2px 5px 0 0;
  float: left; }

.ptools-social-stats__icon {
  width: 12px;
  margin: 1px 6px 0 0;
  float: left; }

.ptools-buzzpage .ptools-stats {
  height: 40px; }

.ptools-buzzpage .ptools-stats .ptools-stats__icon:hover,
.ptools-buzzpage .ptools-stats.post-tool--tooltip .social.stats:hover {
  color: #07e; }

.ptools-stats.ptools-stats--share.post-tool--tooltip {
  position: absolute;
  top: 30px;
  height: auto;
  width: 280px; }

.post-tool--tooltip::before {
  background-color: #fff;
  content: "\00a0";
  display: block;
  height: 12px;
  width: 12px;
  position: absolute;
  top: -7px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 0;
  border-right: 0;
  left: 50%; }

.ptools-stats--facebook .ptools-social-stats__icon {
  fill: #3b5998; }

.ptools-stats--tweet .ptools-social-stats__icon {
  fill: #55acee; }

.ptools-stats--pinterest .ptools-social-stats__icon {
  fill: #bd081c; }

.ptools-stats--email__share .ptools-social-stats__icon {
  fill: #aaa; }

.ptools-editbuzz {
  position: absolute;
  right: 0; }
  .ptools-editbuzz .ptools-editbuzz.post-tool-edit--tooltip.post-tool--tooltip {
    top: 35px;
    height: auto;
    width: 350px; }
  .ptools-editbuzz .post-tool--tooltip.post-tool-edit--tooltip::before {
    background-color: #fff;
    content: "\00a0";
    display: block;
    height: 12px;
    width: 12px;
    position: absolute;
    top: -7px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 0;
    border-right: 0;
    right: 19px;
    left: auto; }
  .ptools-editbuzz .translate-active {
    background-color: #6fb824 !important;
    color: #fff !important;
    border: 1px solid #6fb824 !important; }

.more-tooltip__button:hover {
  cursor: pointer; }

.delete-link {
  color: #e32 !important;
  float: left;
  cursor: pointer; }
  .delete-link:hover {
    color: #07e !important; }

.wknd-promo {
  width: 625px;
  margin: 0 auto 30px;
  overflow: hidden; }

.wknd-promo__header {
  display: table;
  width: 100%;
  background: #f0f0f0; }
  .wknd-promo__header h1 {
    font-size: 17px;
    font-family: "Proxima Nova", Helvetica, Arial, sans-serif;
    font-weight: 600;
    color: #808080; }
  .wknd-promo__header:hover {
    background: #dcdcdc; }

.wknd-promo__header h1,
.wknd-promo__header__img__container {
  display: table-cell;
  vertical-align: middle;
  padding: 10px 15px; }

.wknd-promo__header h1 {
  font-size: 17px;
  font-weight: 600;
  color: #808080; }

.wknd-promo__header__img__container {
  text-align: right; }

.wknd-promo__header__img {
  display: inline-block;
  min-height: 13px;
  padding: 0 0 0 78px;
  background: url("/static/images/public/wknd-b-page-unit.png") left center no-repeat; }
  .wknd-promo__header__img img {
    height: 100%; }
  .wknd-promo__header__img:after {
    content: "\f105";
    display: inline-block;
    margin: 0 0 0 10px;
    font-family: FontAwesome;
    font-size: 19px;
    color: #e32; }

.wknd-promo__items {
  width: 880px; }

.wknd-promo__item {
  float: left;
  width: 202px;
  box-sizing: border-box;
  padding: 12px 0;
  margin-right: 10px;
  color: #000; }
  .wknd-promo__item a {
    display: block;
    color: inherit; }
  .wknd-promo__item .media a {
    color: #07e; }
    .wknd-promo__item .media a:hover {
      color: #e32; }

.wknd-promo__item--first {
  padding-left: 0; }

.wknd-promo__item__img {
  height: 70px;
  overflow: hidden; }

.wknd-promo__item__title {
  padding: 1ex 0 0;
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  font-weight: normal; }
  .wknd-promo__item__title:hover {
    color: #07e; }

.user-bio {
  background-color: #eaeaea;
  padding: 10px 20px;
  color: #666;
  font-size: 15px;
  line-height: 20px;
  width: auto; }

.wide-content .user-bio {
  width: 720px;
  margin: 0 auto; }

.byline {
  overflow: hidden;
  zoom: 1;
  width: 310px;
  margin-bottom: 5px;
  height: 60px; }
  .byline__avatar {
    float: left;
    margin-right: 10px;
    display: block;
    width: 50px;
    height: 50px; }
  .byline__body {
    line-height: 19px;
    overflow: hidden;
    zoom: 1; }
  .byline__author {
    font-size: 17px;
    font-weight: 600; }
    .f_sponsorship .byline__author {
      display: block; }
  .byline__title {
    font-size: 17px;
    color: #444; }
  .byline__title_f_ad {
    display: none; }
  .byline.simple {
    width: auto;
    margin-left: 4px;
    height: 19px; }

.byline-divider::after {
  clear: both;
  content: "";
  display: table; }

.simple-byline-title {
  float: left;
  font-size: 17px;
  color: #666;
  margin: 0 0 5px 4px;
  line-height: 19px; }

.user-tier-box {
  width: 310px; }
  .user-tier-box p {
    margin: 0 0 5px;
    color: #999; }
  .user-tier-box.brand-publisher {
    float: right; }

.by-line {
  display: none; }

.by-line--f-other {
  display: none; }
  .f_partner .by-line--f-other,
  .f_other .by-line--f-other,
  .f_sponsorship .by-line--f-other {
    display: block; }

.by-line--f-ad {
  display: none; }
  .f_ad .by-line--f-ad {
    display: block; }

.by-line--f-partner {
  display: none; }

.by-line--f-sponsorship {
  display: none; }
  .f_sponsorship .by-line--f-sponsorship {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 3px;
    font-size: 9px;
    border: 1px solid #aaa;
    line-height: 1;
    color: #aaa; }

.f_sponsorship .bf-display_name {
  display: block; }

.f_sponsorship .partner-sash {
  display: none; }

.reranked-list h2 .twitter-emoji {
  width: 20px; }

.reranked-list .rank-description .twitter-emoji {
  width: 18px; }

.dateline-wrapper {
  clear: both;
  float: none;
  overflow: hidden;
  margin: 10px 0; }
  .dateline-wrapper .dl__col {
    float: left;
    margin: 0 10px 0 0;
    color: #6b6b6b;
    font-size: 16px; }
    .dateline-wrapper .dl__col .dl__title {
      display: block;
      margin: 5px 0 0; }
    .dateline-wrapper .dl__col .dl__name {
      display: block; }

.solid .contributions-tab, .contributions-tab {
  border-bottom: 1px solid #e6e6e6;
  float: left;
  height: 38px;
  margin-bottom: 10px;
  margin-top: 20px;
  width: 100%; }
  .solid .contributions-tab .contributions-title, .contributions-tab .contributions-title {
    border-radius: 5px 5px 0 0;
    border: 1px solid #e6e6e6;
    border-bottom: 1px solid #fff;
    color: #000;
    float: left;
    font-size: 20px;
    font-weight: 700;
    line-height: 23px;
    margin-bottom: 0;
    margin-top: 0;
    padding: 7px 20px; }

.add-yours-block {
  position: relative; }
  .add-yours-block::after {
    clear: both;
    content: "";
    display: table; }

.add-yours-form__region {
  margin-top: 15px; }

.add-yours__header {
  margin: 0; }
  .add-yours__header .header--label {
    color: #000;
    text-transform: capitalize; }

.description__section {
  border: 1px solid #ccc;
  box-sizing: border-box;
  color: #000;
  font-family: Helvetica;
  height: 100%;
  outline: none;
  padding: 15px;
  resize: none;
  width: 100%; }

.submit-error__message {
  color: #f04124; }

.add-yours__submit-button {
  border: 0;
  box-sizing: border-box;
  display: block;
  color: #fff;
  cursor: pointer; }

.add-yours__image {
  position: relative; }

.uploaded__image {
  max-width: 100%;
  max-height: 100%; }

.change-image__input {
  display: none; }

.custom-change-image__button {
  background-color: #0074f2;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 14px;
  left: 20px;
  line-height: 30px;
  padding: 0 20px;
  position: absolute;
  text-align: center;
  top: 20px; }

.discard-image__upload-container {
  border-radius: 12px;
  overflow: hidden;
  position: absolute;
  right: 20px;
  top: 20px; }

.discard-image__upload-bg {
  fill: #fff;
  position: absolute; }

.discard-image__upload {
  fill: #07e;
  position: absolute; }

.comments__container {
  box-sizing: border-box;
  border: 1px solid #ddd; }

.comment__content {
  word-break: break-all; }

.add-yours-social__region {
  border-top: 1px solid #ddd; }

.add-yours-block {
  clear: both;
  margin: 10px 0 30px; }

.add-yours__header .header--label {
  font-size: 24px; }

.add-yours__image-upload {
  margin-top: 25px;
  width: 625px; }

.image-upload__container {
  background-color: #f7f7f7;
  border: 1px dashed #979797;
  box-sizing: border-box;
  height: 90px;
  padding: 0 50px;
  width: 625px; }

.upload--error {
  border: 1px dashed #f04124; }

.submit-error__message {
  font-size: 13px;
  line-height: 15px;
  margin-top: 10px; }

.image-upload__container.in {
  background-color: #f7f7f7; }

.image-upload__container.hover {
  background-color: #33b2bc; }

.image-upload__container.fade {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 1; }

.drag-and-drop__icon {
  float: left;
  margin: 25px 10px 0 0; }

.image-upload__icon {
  fill: #333;
  width: 55px;
  height: 50px; }

.drag-and-drop__label {
  color: #333;
  float: left;
  margin-top: 25px; }
  .drag-and-drop__label .text--big {
    display: block;
    float: left;
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0 0; }
  .drag-and-drop__label .text--small {
    display: block;
    float: left;
    font-size: 14px;
    font-weight: bold;
    margin: 15px 0 0 50px; }

.drop-to-upload {
  border: 1px dashed #333;
  background-color: #33b2bc; }
  .drop-to-upload .image-upload__icon {
    fill: #fff; }

.drop-to-upload__label {
  color: #fff;
  display: none;
  float: left;
  margin: 12px 0 0 70px; }
  .drop-to-upload__label .text--big {
    display: block;
    font-size: 36px;
    font-weight: bold;
    text-align: center; }
  .drop-to-upload__label .text--small {
    display: block;
    font-size: 14px; }

.image-upload__button {
  float: right;
  margin-top: 30px; }

.custom-image-upload__button {
  background-color: #0077ef;
  border: 0;
  display: block;
  line-height: 30px;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  padding: 0 20px; }
  .custom-image-upload__button:hover {
    background-color: #014a9b; }

.image-upload__input {
  display: none; }

.add-yours__description {
  height: 90px;
  margin-top: 25px;
  width: 625px; }

.description__section {
  font-size: 18px; }

.add-yours__allowed-tags {
  margin: 10px 0 0 1px; }

.add-yours__allowed-tags span {
  color: #aaa;
  font-size: 14px;
  font-weight: normal; }

.add-yours__facebook-contribution {
  display: none;
  margin: 10px 0 0 1px; }

.facebook__checkbox {
  display: none; }

.facebook__checkbox-label {
  color: #333;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  vertical-align: baseline; }
  .facebook__checkbox-label:before {
    font-family: "FontAwesome";
    font-size: 18px;
    content: "\f096";
    color: #333;
    vertical-align: top;
    display: inline-block;
    width: 20px;
    height: 19px; }
  .facebook__checkbox-label .facebook__checkbox-label-text {
    color: #aaa;
    font-weight: normal;
    vertical-align: baseline; }
  .facebook__checkbox-label .facebook__checkbox-label-link {
    font-weight: normal;
    vertical-align: baseline; }

.facebook__checkbox:checked + label:before {
  content: "\f046"; }

.add-yours__submit {
  margin-top: 25px; }

.add-yours__submit-button {
  background-color: #0077ef;
  font-size: 16px;
  height: 50px;
  line-height: 48px;
  width: 625px; }
  .add-yours__submit-button:hover {
    background-color: #014a9b; }

.add-yours__image {
  margin-top: 30px; }

.custom-change-image__button {
  border: 1px solid #fff;
  height: 30px;
  width: 132px; }
  .custom-change-image__button:hover {
    background-color: #014a9b; }

.discard-image__upload-container {
  height: 30px;
  width: 31px; }

.discard-image__upload-bg {
  height: 42px;
  width: 43px;
  top: -6px;
  left: -6px; }

.discard-image__upload {
  height: 24px;
  width: 25px;
  top: 3px;
  left: 3px; }
  .discard-image__upload:hover {
    fill: #014a9b;
    cursor: pointer; }

.comments__container {
  margin-top: 20px;
  width: 625px; }

.comment__header {
  margin-top: 30px;
  padding: 0 30px; }
  .comment__header .header--label {
    font-size: 24px;
    text-transform: capitalize; }

.comment__image {
  margin-top: 25px;
  padding: 0 30px; }

.comment__content {
  font-size: 17px;
  line-height: 22px;
  margin: 20px 0 30px;
  padding: 0 30px; }

.add-yours-social__region {
  margin-bottom: 50px;
  padding: 30px; }
  .add-yours-social__region .header--label {
    font-size: 24px; }

.social__container {
  margin-top: 15px; }

.shares-order {
  height: 0; }

.share-email__block,
.solid .share-email__block {
  line-height: 16px;
  position: absolute !important;
  text-align: left;
  width: 515px;
  z-index: 999; }
  .share-email__block .catcha-service,
  .solid .share-email__block .catcha-service {
    display: block;
    text-align: center; }
    .share-email__block .catcha-service .field,
    .solid .share-email__block .catcha-service .field {
      padding-bottom: 10px; }
    .share-email__block .catcha-service .headline-1,
    .solid .share-email__block .catcha-service .headline-1 {
      color: #2d2d2d;
      display: block;
      font-size: 16px !important;
      font-weight: 600;
      margin: 5px 0 !important;
      padding-bottom: 0 !important;
      text-align: left;
      text-transform: none; }
    .share-email__block .catcha-service img,
    .solid .share-email__block .catcha-service img {
      min-height: 270px; }
    .share-email__block .catcha-service .text,
    .solid .share-email__block .catcha-service .text {
      box-sizing: border-box;
      width: 482px !important; }
  .share-email__block div,
  .solid .share-email__block div {
    float: none; }
  .share-email__block .error-icon,
  .solid .share-email__block .error-icon {
    background: url("/static/images/ui/notification_icons.png?v=1460153433") 0 -16px no-repeat;
    display: inline-block;
    height: 16px;
    position: relative;
    top: 3px;
    width: 20px; }
  .share-email__block .message,
  .solid .share-email__block .message {
    font-size: 16px;
    margin-bottom: 10px;
    padding: 0; }
  .share-email__block .newsletter-recipient,
  .solid .share-email__block .newsletter-recipient {
    color: #999;
    font-size: 16px;
    line-height: 1.4;
    text-transform: none; }
  .share-email__block .newsletters-signup,
  .solid .share-email__block .newsletters-signup {
    margin: 20px 0; }
    .share-email__block .newsletters-signup .check-box,
    .solid .share-email__block .newsletters-signup .check-box {
      display: inline-block;
      vertical-align: top;
      margin: 10px 5px 5px 0; }
    .share-email__block .newsletters-signup .check-off,
    .solid .share-email__block .newsletters-signup .check-off {
      background-position: 0 -4px;
      height: 14px;
      width: 18px; }
    .share-email__block .newsletters-signup .check-on,
    .solid .share-email__block .newsletters-signup .check-on {
      background-position: -18px 0;
      height: 18px;
      margin-top: 6px;
      width: 18px; }
    .share-email__block .newsletters-signup .checked,
    .solid .share-email__block .newsletters-signup .checked {
      opacity: .5; }
    .share-email__block .newsletters-signup .newsletters-signup__bf-logo,
    .solid .share-email__block .newsletters-signup .newsletters-signup__bf-logo {
      fill: #e32;
      height: 28px;
      width: 100px; }
    .share-email__block .newsletters-signup .newsletters-signup__box,
    .solid .share-email__block .newsletters-signup .newsletters-signup__box {
      display: inline-block;
      margin: 7px 0 7px 7px;
      vertical-align: top; }
    .share-email__block .newsletters-signup .newsletters-signup__frequency,
    .solid .share-email__block .newsletters-signup .newsletters-signup__frequency {
      color: #999;
      font-size: 16px;
      line-height: 20px; }
    .share-email__block .newsletters-signup .newsletters-signup__logo,
    .solid .share-email__block .newsletters-signup .newsletters-signup__logo {
      display: inline-block;
      margin-right: 10px; }
    .share-email__block .newsletters-signup .sprite,
    .solid .share-email__block .newsletters-signup .sprite {
      background-image: url("/static/images/public/sprites/mail_page.png?v=1460153433");
      background-repeat: no-repeat;
      display: inline-block; }
    .share-email__block .newsletters-signup .animals-logo,
    .solid .share-email__block .newsletters-signup .animals-logo {
      background-position: 0 -135px;
      height: 29px;
      width: 135px; }
    .share-email__block .newsletters-signup .books-logo,
    .solid .share-email__block .newsletters-signup .books-logo {
      background-position: 0 -1106px;
      height: 28px;
      width: 78px; }
    .share-email__block .newsletters-signup .business-logo,
    .solid .share-email__block .newsletters-signup .business-logo {
      background-position: 0 -898px;
      height: 28px;
      width: 121px; }
    .share-email__block .newsletters-signup .celebrity-logo,
    .solid .share-email__block .newsletters-signup .celebrity-logo {
      background-position: 0 -929px;
      height: 28px;
      margin: 2px 0 0;
      width: 132px; }
    .share-email__block .newsletters-signup .diy-logo,
    .solid .share-email__block .newsletters-signup .diy-logo {
      background-position: 0 -780px;
      height: 28px;
      width: 45px; }
    .share-email__block .newsletters-signup .entertainment-logo,
    .solid .share-email__block .newsletters-signup .entertainment-logo {
      background-position: 0 -1077px;
      height: 28px;
      width: 130px; }
    .share-email__block .newsletters-signup .fashion-logo,
    .solid .share-email__block .newsletters-signup .fashion-logo {
      background-position: 0 -747px;
      height: 28px;
      width: 130px; }
    .share-email__block .newsletters-signup .food-logo,
    .solid .share-email__block .newsletters-signup .food-logo {
      background-position: 0 -956px;
      height: 28px;
      width: 132px; }
    .share-email__block .newsletters-signup .fwd-logo,
    .share-email__block .newsletters-signup .tech-logo,
    .solid .share-email__block .newsletters-signup .fwd-logo,
    .solid .share-email__block .newsletters-signup .tech-logo {
      background-position: 0 -53px;
      height: 26px;
      width: 79px; }
    .share-email__block .newsletters-signup .longform-logo,
    .solid .share-email__block .newsletters-signup .longform-logo {
      background-position: -110px -110px;
      height: 28px;
      width: 132px; }
    .share-email__block .newsletters-signup .parents-logo,
    .solid .share-email__block .newsletters-signup .parents-logo {
      background-position: 0 -1479px;
      height: 29px;
      width: 109px; }
    .share-email__block .newsletters-signup .politics-logo,
    .solid .share-email__block .newsletters-signup .politics-logo {
      background-position: 0 -22px;
      height: 29px;
      width: 109px; }
    .share-email__block .newsletters-signup .sports-logo,
    .solid .share-email__block .newsletters-signup .sports-logo {
      background-position: 0 -111px;
      height: 25px;
      width: 109px; }
    .share-email__block .newsletters-signup .style-logo,
    .solid .share-email__block .newsletters-signup .style-logo {
      background-position: 0 -1292px;
      height: 23px;
      margin: 5px 0 0;
      width: 61px; }
    .share-email__block .newsletters-signup .videos-logo,
    .solid .share-email__block .newsletters-signup .videos-logo {
      background-position: 0 -1229px;
      height: 26px;
      margin: 0 5px;
      width: 75px; }
  .share-email__block p,
  .solid .share-email__block p {
    display: inline-block;
    font-size: 16px !important;
    font-weight: 600;
    margin: 0;
    padding: 12px 0 !important; }
    .share-email__block p.share-email__error-text,
    .solid .share-email__block p.share-email__error-text {
      padding-top: 12px !important; }
  .share-email__block .share-email__cancel,
  .solid .share-email__block .share-email__cancel {
    color: #999;
    float: right;
    font-size: 13px;
    line-height: 50px;
    margin-right: 10px;
    width: auto !important; }
  .share-email__block:hover .share-email__cancel,
  .solid .share-email__block:hover .share-email__cancel {
    color: #999; }
  .share-email__block .share-email__cancel-x,
  .solid .share-email__block .share-email__cancel-x {
    color: #e6e6e6 !important;
    font-size: 14px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 9999; }
    .share-email__block .share-email__cancel-x:hover,
    .solid .share-email__block .share-email__cancel-x:hover {
      cursor: pointer; }
  .share-email__block .success-icon,
  .solid .share-email__block .success-icon {
    background: url("/static/images/ui/notification_icons.png?v=1460153433") 0 0 no-repeat;
    display: inline-block;
    height: 16px;
    position: relative;
    top: 3px;
    vertical-align: initial !important;
    width: 20px; }
  .share-email__block .share-email__textarea,
  .solid .share-email__block .share-email__textarea {
    height: 80px; }

.share-email__modal {
  background: #fff;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
  color: #111;
  float: none;
  padding: 15px;
  position: relative; }
  .share-email__modal::after,
  .share-email__modal::before {
    border-color: transparent;
    border-style: solid;
    bottom: 100%;
    content: " ";
    height: 0;
    pointer-events: none;
    position: absolute;
    top: auto;
    width: 0; }
  .share-email__modal::after {
    border-bottom-color: #fff;
    border-width: 9px;
    left: 50%;
    margin-left: -9px; }
  .share-email__modal::before {
    border-bottom-color: #e6e6e6;
    border-width: 10px;
    left: 50%;
    margin-left: -10px; }
  .share-email--left-arrow .share-email__modal::after,
  .share-email--left-arrow .share-email__modal::before,
  .buzz-superlist-item:not(.buzz-superlist-item-update) .share-email__modal::after,
  .buzz-superlist-item:not(.buzz-superlist-item-update) .share-email__modal::before {
    top: 50%;
    width: 0; }
  .share-email--left-arrow .share-email__modal::after,
  .buzz-superlist-item:not(.buzz-superlist-item-update) .share-email__modal::after {
    border-color: transparent;
    border-right-color: #fff;
    border-bottom-color: transparent;
    left: 0;
    margin-top: -9px;
    margin-left: -18px; }
  .share-email--left-arrow .share-email__modal::before,
  .buzz-superlist-item:not(.buzz-superlist-item-update) .share-email__modal::before {
    border-color: transparent;
    border-right-color: #e6e6e6;
    border-bottom-color: transparent;
    left: 0;
    margin-left: -20px;
    margin-top: -10px; }
  .share-email__modal.hide-arrow::after,
  .share-email__modal.hide-arrow::before {
    content: none;
    border-width: 0; }

.eventfarm-iframe__iframe {
  display: block;
  height: 1500px;
  width: 600px; }

.back-to-top {
  top: 10px !important; }
  .cookie-notice:not([class~=hidden]) ~ .longform-header-wrapper ~ .back-to-top {
    top: 105px !important; }
  .cookie-notice:not([class~=hidden]) ~ .back-to-top {
    top: 60px !important; }
  .longform-header-wrapper ~ .back-to-top {
    top: 64px !important; }
  .ptools-buzzpage ~ .back-to-top {
    top: 55px !important; }
  .longform-header-wrapper ~ .ptools-buzzpage ~ .back-to-top {
    top: 104px !important; }
  .page-header--persistent-share ~ .back-to-top {
    top: 104px !important; }
  .cookie-notice:not([class~=hidden]) ~ .longform-header-wrapper ~ .ptools-buzzpage ~ .back-to-top {
    top: 164px !important; }

.posted-time {
  position: relative;
  display: inline-block;
  left: -18px;
  width: 245px;
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 15px;
  color: #aaa; }
  .posted-time .posted-time__icon-time {
    display: inline-block; }
  .posted-time .posted-time__icon-time__svg {
    width: 13px;
    height: 13px;
    fill: #cacaca;
    margin: 1px 0 -1px; }

.solid .timer-wrapper {
  border: solid 1px rgba(0, 0, 0, 0.2);
  padding: 24px;
  border-radius: 3px; }
  .solid .timer-wrapper__time-display {
    text-align: center;
    font-size: 36px;
    line-height: 42px; }
  .solid .timer-wrapper .btn--buzz--inline.timer-wrapper__btn-start,
  .solid .timer-wrapper .btn--buzz--inline.timer-wrapper__btn-pause,
  .solid .timer-wrapper .btn--buzz--inline.timer-wrapper__btn-reset {
    width: 100%;
    margin-left: 0;
    margin-top: .5rem; }
  .solid .timer-wrapper.timer-running .timer-wrapper__btn-start {
    display: none; }
  .solid .timer-wrapper.timer-running .timer-wrapper__btn-pause,
  .solid .timer-wrapper.timer-running .timer-wrapper__btn-reset {
    display: block; }
  .solid .timer-wrapper.timer-paused .timer-wrapper__btn-pause {
    display: none; }
  .solid .timer-wrapper.timer-paused .timer-wrapper__btn-start,
  .solid .timer-wrapper.timer-paused .timer-wrapper__btn-reset {
    display: block; }
  .solid .timer-wrapper.timer-finished .timer-wrapper__btn-start,
  .solid .timer-wrapper.timer-finished .timer-wrapper__btn-pause {
    display: none; }
  .solid .timer-wrapper.timer-finished .timer-wrapper__btn-reset {
    display: block; }
  .solid .timer-wrapper.timer-finished .timer-wrapper__time-display {
    color: #666;
    animation-duration: .4s;
    animation-name: timer-blink;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out; }

.solid .timer-wrapper__btn-start {
  display: block; }
  .solid .timer-wrapper__btn-start .timer-wrapper__btn-icon {
    margin-right: 5px;
    width: 14px;
    fill: #fff; }

.solid .timer-wrapper__btn-pause,
.solid .timer-wrapper__btn-reset {
  display: none; }
  .solid .timer-wrapper__btn-pause .timer-wrapper__btn-icon,
  .solid .timer-wrapper__btn-reset .timer-wrapper__btn-icon {
    margin-right: 5px;
    width: 14px;
    fill: #07e; }
  .solid .timer-wrapper__btn-pause:hover .timer-wrapper__btn-icon,
  .solid .timer-wrapper__btn-reset:hover .timer-wrapper__btn-icon {
    fill: #fff; }

@keyframes timer-blink {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@media all and (min-width: 480px) {
  .solid .timer-wrapper__time-display {
    float: right; }
  .solid .timer-wrapper .btn--buzz--inline.timer-wrapper__btn-start,
  .solid .timer-wrapper .btn--buzz--inline.timer-wrapper__btn-pause,
  .solid .timer-wrapper .btn--buzz--inline.timer-wrapper__btn-reset {
    width: auto;
    margin-top: 0; }
  .solid .timer-wrapper .timer-wrapper__btn-start {
    display: inline-block; }
  .solid .timer-wrapper.timer-running .timer-wrapper__btn-pause,
  .solid .timer-wrapper.timer-running .timer-wrapper__btn-reset {
    display: inline-block; }
  .solid .timer-wrapper.timer-paused .timer-wrapper__btn-start,
  .solid .timer-wrapper.timer-paused .timer-wrapper__btn-reset {
    display: inline-block; }
  .solid .timer-wrapper.timer-paused .timer-wrapper__btn-pause {
    display: none; }
  .solid .timer-wrapper.timer-paused .timer-wrapper__btn-reset {
    margin-left: 6px; }
  .solid .timer-wrapper.timer-finished .timer-wrapper__btn-reset {
    display: inline-block;
    margin-left: 0; } }

.info-tile__overlay {
  background-color: #000;
  height: 100%;
  left: 0;
  opacity: .5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2000; }

.info-tile__arrow-container {
  height: 69px;
  position: absolute;
  width: 32px; }

.info-tile {
  background-color: #fff;
  line-height: 1em;
  margin: 0 5px;
  opacity: 1;
  padding-bottom: 15px;
  padding-left: 23px;
  padding-right: 23px;
  padding-top: 20px;
  width: 345px;
  z-index: 3000; }
  .info-tile .info-tile__button {
    background-color: #0077ef;
    color: #fff;
    cursor: pointer;
    font-size: 23px;
    height: 45px;
    line-height: 2em;
    margin-top: 15px;
    text-align: center;
    width: 299px; }
  .info-tile .info-tile__price {
    color: #000;
    font-size: 13px;
    font-weight: bold;
    margin-top: 15px; }
  .info-tile .info-tile__long-desc {
    color: #000;
    font-size: 13px;
    margin-top: 15px; }
  .info-tile .info-tile__image {
    height: 230px;
    margin-top: 20px;
    width: 230px; }
  .info-tile .info-tile__short-desc {
    color: #000;
    font-size: 14px;
    font-weight: bold; }
  .info-tile .info-tile__title {
    color: #434343;
    font-size: 18px;
    font-weight: bold; }

.swipe {
  overflow: hidden;
  position: relative;
  visibility: hidden; }

.swipe__wrap {
  overflow: hidden;
  position: relative; }
  .swipe__wrap > div {
    float: left;
    position: relative;
    width: 100%; }

.section-divider {
  display: block;
  border: 0;
  background: #999;
  margin: 0;
  width: 100%; }

.section-divider--thin,
.section-divider--thick {
  width: 90%;
  margin: 0 auto; }

.section-divider--thin {
  border-bottom: 1px solid #999; }

.section-divider--thick {
  border-bottom: 5px solid #999;
  opacity: .5;
  margin-top: 5px; }

.section-divider--custom {
  max-width: 100%;
  display: block;
  margin: 0 auto; }

.section-divider__container {
  background-repeat: no-repeat;
  width: 100%;
  margin: 0 auto; }

.bf-audio__button .bf-audio__icon {
  fill: #fff; }

.bf-audio__button .bf-audio__icon--play {
  display: inline-block;
  width: 30px;
  margin: 9pt 0 0 4px; }

.bf-audio__button .bf-audio__icon--pause {
  display: none;
  width: 25px;
  margin: 12pt 0 0; }

.bf-audio__button .show-icon-play .bf-audio__icon--play {
  display: inline-block; }

.bf-audio__button .show-icon-play .bf-audio__icon--pause {
  display: none; }

.bf-audio__button .show-icon-pause .bf-audio__icon--play {
  display: none; }

.bf-audio__button .show-icon-pause .bf-audio__icon--pause {
  display: inline-block; }

.editorial-sponsorship__disclaimer {
  border: 1px solid #ccc;
  color: #999;
  float: right;
  font-size: 13px;
  margin: 0 15px 0 0;
  min-height: 70px;
  padding: 10px;
  width: 310px; }
  .editorial-sponsorship__disclaimer.editorial-sponsorship__disclaimer--full-width {
    width: auto;
    margin: auto;
    float: none; }
  .editorial-sponsorship__disclaimer .editorial-sponsorship__disclaimer__sponsor-name {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-left: 20%;
    width: 80%; }
  .editorial-sponsorship__disclaimer .editorial-sponsorship__disclaimer__text {
    margin-left: 20%;
    width: 80%; }
  .editorial-sponsorship__disclaimer .editorial-sponsorship__disclaimer__sponsor-image img {
    float: left;
    margin-right: 10px;
    width: 50px; }

.editorial-sponsorship__disclaimer--footer {
  background-color: #eaeaea;
  clear: both;
  color: #666;
  font-size: 15px;
  line-height: 20px;
  margin: 5px 0;
  padding: 10px 20px; }
  .editorial-sponsorship__disclaimer--footer.editorial-sponsorship__disclaimer--full-width {
    width: auto;
    margin: 0 10px; }

.disclaimer--top {
  border: 1px solid #f4f4f4;
  clear: both;
  color: #999;
  font-size: 13px;
  margin: 0 15px 5px 0;
  padding: 10px;
  width: 620px; }
  .disclaimer--top.disclaimer--full-width {
    margin: 0 0 10px;
    width: auto; }

.disclaimer--bottom {
  background-color: #eaeaea;
  clear: both;
  color: #666;
  font-size: 15px;
  line-height: 20px;
  margin: 5px 0;
  padding: 10px 20px;
  width: auto; }
  .disclaimer--bottom.disclaimer--full-width {
    margin: 0 10px 20px; }

.buzz__article.suplist-long ol,
.buzz__article.suplist-long ul {
  font-family: Georgia, Cambria, serif;
  margin: 18px 0 18px 20px;
  padding: 0 40px;
  list-style-position: outside; }
  .buzz__article.suplist-long ol li,
  .buzz__article.suplist-long ul li {
    font-size: 18px;
    line-height: 30px; }

.buzz__article.suplist-long ul {
  list-style-type: disc; }

.buzz__article.suplist-long ol {
  list-style-type: decimal; }

/*  Hide/Show styles for GoWatchIt AB Test on pitchperfect posts - 92878340 (Tyler Abrams) 
**  Hide the widget before AB test starts
*/
.Column2 .gowatchit_video_container.GWIABTest {
  display: none; }

.Column2 .gowatchit_video_container.GWItest {
  display: none !important; }

.Column2 .gowatchit_video_container.GWIcontrol {
  display: block !important; }

.ab_test_mp4--hide .sub_buzz_content__mp4,
.sub_buzz_content__gif {
  display: none; }

.ab_test_mp4--hide .sub_buzz_content__gif {
  display: block; }

.quiz__percentile-title {
  font-size: 18px; }

.quiz_results_percentile--design .quiz__percentile-title,
.quiz_results_percentile--control .quiz__percentile-title {
  display: none; }

.quiz_results_percentile--both .quiz__percentile-title,
.quiz_results_percentile--percentile .quiz__percentile-title {
  display: block;
  margin-bottom: 20px; }

.quiz_results_percentile--both .quiz_tally,
.quiz_results_percentile--design .quiz_tally {
  background: #ff0;
  padding: 5px !important;
  display: inline-block; }

html:lang(ja),
html:lang(ja) .wide-content #buzz_sub_buzz.suplist_long .buzz_superlist_item_text blockquote, html:lang(ja) .wide-content #buzz_sub_buzz.suplist_long .buzz_superlist_item_text > p {
  font-family: "ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic","MS Gothic","ＭＳ ゴシック","Helvetica Neue",Helvetica,Arial,sans-serif !important; }

html:lang(ja) .post2 #post-title {
  line-height: 44px; }

html:lang(ja) #buzz_sub_buzz .buzz-superlist-item h2 {
  line-height: 36px; }

html:lang(ja) #buzz_sub_buzz .buzz_superlist_item p, html:lang(ja) .wide-content #buzz_sub_buzz.suplist_long .buzz_superlist_item_text blockquote, html:lang(ja) .wide-content #buzz_sub_buzz.suplist_long .buzz_superlist_item_text, html:lang(ja) .wide-content #buzz_sub_buzz.suplist_long .buzz_superlist_item_text > p {
  font-size: 18px;
  line-height: 28px; }

html:lang(ja) .lede__title {
  line-height: 1.3 !important; }

html:lang(ja) .Content .post h2 {
  line-height: 1.3 !important; }

html:lang(ja) .Content .post .description {
  margin-top: 0; }
