/*! 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-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 { font-weight: 100; }
.type--light { font-weight: 200; }
.type--regular { font-weight: 400; }
.type--semi-bold { font-weight: 600; }
.type--bold { font-weight: 700; }
.type--extrabold { font-weight: 800; }
.type--ultrablack { font-weight: 900; }
.type--c-red { color: #e32; }
.type .btn { font-weight: 600; }
.type .lede__tag { font-weight: 600; }

textarea, .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 { color: #b3b3b3; font-style: normal; }
textarea:-moz-placeholder, .input:-moz-placeholder { color: #b3b3b3; font-style: normal; }
textarea::-moz-placeholder, .input::-moz-placeholder { color: #b3b3b3; font-style: normal; }
textarea:-ms-input-placeholder, .input:-ms-input-placeholder { color: #b3b3b3; font-style: normal; }
textarea:focus, .input:focus { outline: 0; }
textarea--search, .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 { color: #b3b3b3; font-style: italic; }
textarea--search:-moz-placeholder, .input--search:-moz-placeholder { color: #b3b3b3; font-style: italic; }
textarea--search::-moz-placeholder, .input--search::-moz-placeholder { color: #b3b3b3; font-style: italic; }
textarea--search:-ms-input-placeholder, .input--search:-ms-input-placeholder { color: #b3b3b3; font-style: italic; }

textarea { resize: vertical; }

select { display: inline; }

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

.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 { margin-bottom: 20px; position: relative; overflow: auto; width: 100%; }
.form-group textarea, .form-group .input { width: 100%; border: 1px solid #ccc; }
.form-group textarea:focus, .form-group .input:focus { border: 1px solid #333; }
.form-group .input--radio { width: auto; }
.form-group.item input { width: auto; }
.form-group .label span { color: #999999; }
.form-group .label--vertical { display: block; padding-bottom: 10px; }
.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: 73%; }
.form-group--inline .btn--buzz { height: 54px; border: 0px; }

.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 { 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: .2em .25em .15em; border: solid .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; }

@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 .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: black; 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.entertainment { background: url("/static/images/global/unified_sprite.png?v=201508251703"); 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=201508251703"); background-position: 0px -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=201508251703"); background-position: -444px -138px; width: 210px; height: 40px; float: left; }
.page-header__logo-secondary.news { background: url("/static/images/global/unified_sprite.png?v=201508251703"); background-position: -238px -788px; height: 31px; width: 128px; margin: 0; position: relative; top: 10px; left: -2px; }

.CommunityUserBG .logo-smaller svg { width: 202px !important; height: 36px !important; margin-top: 11px !important; }

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

.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=201508251703") 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=201508251703") no-repeat 0 -879px; }

.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; -moz-transition: opacity 0.1s; -ms-transition: opacity 0.1s; -o-transition: opacity 0.1s; transition: opacity 0.1s; 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__logo-secondary.entertainment, .page-header__logo-secondary.life, .page-header__logo-secondary.community, .page-header__logo-secondary.news, .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=201508251703") 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; -ms-transition: opacity 0.1s, width 0.3s; -o-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 { -moz-transform: rotate(-10deg); -o-transform: rotate(-10deg); -ms-transform: rotate(-10deg); -webkit-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; }

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

.block-heading { clear: both; font-size: 22px; font-weight: 600; color: #333; margin: 0 0 15px; }
.block-heading a { color: #333; }
.block-heading a:hover { color: #07e; }
.section.first .block-heading { margin-top: 15px; }
.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: 31%; display: block; min-width: 385px; }
.page-footer .footer-menu--sub > li { font-size: 11px; }

.footer-copyright { display: inline-block; width: 58%; 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=201508251703") 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 { 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; }
.lede__media img { display: block; }
.lede__body { overflow: hidden; }
.lede__link { color: #333; }
.lede__link:hover { color: #07e; }
.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--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 0; }
.lede--blue-title .lede__meta { margin-top: 5px; }

.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; -webkit-transform: rotate(-15deg); -moz-transform: rotate(-15deg); -ms-transform: rotate(-15deg); -o-transform: rotate(-15deg); transform: rotate(-15deg); }

.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 .partner-area, .hp-layout .midcol-dfp-story .partner-area { margin: 0; float: none; border-top: 1px solid #eee; border-bottom: 1px solid #eee; padding: 19px 0 12px; }
.hp-beta .midcol-dfp-story .bf-image-bigstory, .hp-layout .midcol-dfp-story .bf-image-bigstory { width: 340px !important; height: 120px !important; }

.hp-beta .span-4 .bf-widget, .hp-layout .span-4 .bf-widget { background: #fff; margin-top: 0; min-height: 253px; border-bottom: 1px solid #e0e0e0; }
.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; }

.BF_WIDGET_MSU { display: block; width: 336px; border: 2px solid #000; }
.BF_WIDGET_MSU.au-bsu { padding-left: 0 !important; width: 32% !important; margin-left: 0.834em; }
.BF_WIDGET_MSU.au-bsu .bf-image-bigstory { width: 95% !important; height: auto; }
.BF_WIDGET_MSU .partner-area { padding: 0 !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 .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; left: 8px; color: #000 !important; width: 95%; margin: 3px 0 15px; }
.BF_WIDGET_MSU .bf-name.bf-url { line-height: 1; }
.BF_WIDGET_MSU .bf-image-bigstory { display: block; width: 320px !important; height: 113px !important; margin: auto; }
.BF_WIDGET_MSU .partner-sash { display: block !important; left: 18px; }

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

.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; }
.byline__title { font-size: 17px; color: #444; }
.byline.simple { width: auto; margin-left: 4px; height: 19px; }

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

.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 { display: block; }

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

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

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

.digest { margin-bottom: 30px; }
.digest .lede__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: none; padding: 35px 20px 20px; text-align: center; font-size: 20px; font-weight: 500; line-height: 22px; margin: 0; }
.newsletter-subscribe__form { margin: 0; padding: 0; }
.newsletter-subscribe__form:before, .newsletter-subscribe__form:after { content: ""; display: table; }
.newsletter-subscribe__form:after { clear: both; }
.newsletter-subscribe__form__reader { display: none; }
.newsletter-subscribe__form .newsletter-subscribe__form__email-field { float: left; width: 75%; height: 50px; padding: 15px; border: none; font-size: 16px; line-height: 20px; color: #333; border: 1px solid #CBCBCB; border-right: none; }
.newsletter-subscribe__form .newsletter-subscribe__form__email-field::-webkit-input-placeholder { color: #8D8D8D; }
.newsletter-subscribe__form .newsletter-subscribe__form__email-field:-moz-placeholder { color: #8D8D8D; }
.newsletter-subscribe__form .newsletter-subscribe__form__email-field::-moz-placeholder { color: #8D8D8D; }
.newsletter-subscribe__form .newsletter-subscribe__form__email-field:-ms-input-placeholder { color: #8D8D8D; }
.newsletter-subscribe__form .newsletter-subscribe__form__email-field.error-border { border-right: 1px solid #E32; }
.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; -ms-transition: all 0.2s; -o-transition: all 0.2s; transition: all 0.2s; }
.newsletter-subscribe__form__submit:hover { color: white; background: #07e; border-color: #07e; }
@media screen and (-webkit-min-device-pixel-ratio: 0) { .newsletter-subscribe__form__submit { padding: 18px 15px 17px; } }
.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=201508251703"); 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: 0px; 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 #ccc; 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 { width: 16px; height: 16px; padding: 0 3px 0 0; }
.country-switch .country-switch__arrow { width: 12px; height: 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:before, .swarm:after { content: ""; display: table; }
.swarm:after { clear: both; }

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

.swarm--newsapp--top-desktop { background-color: #222; background: -webkit-gradient(radial, center center, 0, center center, 460, from(#444), to(#222)); background: -webkit-radial-gradient(circle, #444, #222); background: -moz-radial-gradient(circle, #444, #222); background: -ms-radial-gradient(circle, #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: #e32; color: #fff; font-size: 18px; font-weight: 400; border-radius: 5px; -o-transition: .3s; -ms-transition: .3s; -moz-transition: .3s; -webkit-transition: .3s; transition: .3s; position: relative; display: inline-block; bottom: 3px; margin-left: 30px; }
.swarm--newsapp--top-desktop .swarm__action:hover { background: #9e180c; }

.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: .8px .8px .2px #ccc; }
.badge__link .badge__svg--trending { background-color: #e32; }
.badge__link:hover { top: 0; }
.badge__link--partner { width: 50px; height: 54px; }

.badge__link--foodnetwork { background: url("/static/images/partner/bullseye/Badge_Bullseye.png?v=201508251703") no-repeat center center; }

.btn--facebook, .btn--twitter, .btn--youtube, .btn--pinterest, .btn--instagram, .btn--tumblr, .btn--email, .btn--rss, .btn--submit, .btn--secondary, .hiring-widget .btn--pink { color: #fff; display: block; padding: 15px 20px; font-size: 18px; font-weight: 400; border-radius: 0; box-sizing: border-box; box-shadow: none; }
.btn--facebook:hover, .btn--twitter:hover, .btn--youtube:hover, .btn--pinterest:hover, .btn--instagram:hover, .btn--tumblr:hover, .btn--email:hover, .btn--rss:hover, .btn--submit:hover, .btn--secondary:hover, .hiring-widget .btn--pink:hover { color: #fff; }
.btn--facebook svg, .btn--twitter svg, .btn--youtube svg, .btn--pinterest svg, .btn--instagram svg, .btn--tumblr svg, .btn--email svg, .btn--rss svg, .btn--submit svg, .btn--secondary svg, .hiring-widget .btn--pink svg { fill: currentColor; }

.btn--facebook { background: #3b5998; }
.btn--facebook:hover { background: #344e86; }

.btn--twitter { background: #00aced; }
.btn--twitter:hover { background: #0099d3; }

.btn--youtube { background-color: #b00; }
.btn--youtube:hover { background: #a20000; }

.btn--pinterest { background: #cb2027; }
.btn--pinterest:hover { background: #b51d23; }

.btn--instagram { background: #517fa4; }
.btn--instagram:hover { background: #497293; }

.btn--tumblr { background: #44546b; }
.btn--tumblr:hover { background: #3a485b; }

.btn--email { background: #666; }
.btn--email:hover { background: #595959; }

.btn--rss { background: #f4851f; }
.btn--rss:hover { background: #ee780c; }

.btn--more { display: block; border: 1px solid #333; background: #fff; clear: both; color: #333; text-align: center; padding: 15px 20px; text-transform: uppercase; font-size: 16px; box-sizing: border-box; width: 100%; }
.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 { background-color: #e32; border-color: #e32; color: #fff; }
.btn--more.btn--more--inline { display: inline-block; width: auto; }
.btn--more:not(:last-child) { margin-bottom: 20px; }

.btn--submit { background: #07e; cursor: pointer; font-size: 16px; padding: 12px 17px; }
.btn--submit:hover { background: #0055A9; }

.btn--secondary { background: #aaa; cursor: pointer; font-size: 16px; padding: 12px 17px; }
.btn--secondary:hover { background: #9d9d9d; }

.btn--buzz { display: block; padding: 15px 20px; box-sizing: border-box; width: 100%; border: none; background: #07e; font-size: 16px; font-weight: normal; line-height: 20px; text-align: center; color: #fff; cursor: pointer; border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0; }
.btn--buzz span { color: inherit; }
.btn--buzz:hover { color: #fff; background: #005dbb; border: none; }
.btn--buzz.btn--buzz--disabled, .btn--buzz.btn--buzz--disabled:hover { cursor: default; background: #bfdcfa; color: #fff; }
.btn--buzz.btn--buzz--disabled .btn--buzz__caret, .btn--buzz.btn--buzz--disabled:hover .btn--buzz__caret { opacity: 0.75; }
.btn--buzz.btn--buzz--discrete { background: #aaa; }
.btn--buzz.btn--buzz--discrete .btn--buzz__caret { opacity: 0.6; }
.btn--buzz.btn--buzz--discrete:hover { background: #6f6f6f; }
.btn--buzz.btn--buzz--half-left { width: 48%; float: left; }
.btn--buzz.btn--buzz--half-right { width: 48%; float: right; }
.btn--buzz.btn--buzz--inline { display: inline-block; width: auto; }
.btn--buzz.btn--buzz--inline + .btn--buzz--inline { margin-left: 6px; }
.btn--buzz.btn--buzz--small { padding: 6px 12px; font-size: 13px; }
.btn--buzz.btn--buzz--thin { padding: 8px 15px; }
.btn--buzz.btn--buzz--green { background: #03a955; line-height: 18px; }
.btn--buzz small { font-size: 13px; }
.btn--buzz .btn--buzz__caret { display: inline-block; fill: #fff; height: 17px; width: 12px; position: relative; top: 1px; margin: 0 0 0 3px; vertical-align: top; }

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

.pinterest-button__with-icon { color: #333; display: inline-block; padding: 5px 8px; line-height: 18px; margin-left: 5px; border-radius: 4px; border: 1px solid #d7d7d7; position: relative; font-size: 18px; font-weight: 600; background: #e6e6e6; background-image: -webkit-linear-gradient(to bottom, #f9f9f9 0%, #e7e7e7 100%); background-image: -moz-linear-gradient(to bottom, #f9f9f9 0%, #e7e7e7 100%); background-image: -ms-linear-gradient(to bottom, #f9f9f9 0%, #e7e7e7 100%); background-image: -o-linear-gradient(to bottom, #f9f9f9 0%, #e7e7e7 100%); background-image: linear-gradient(to bottom, #f9f9f9 0%, #e7e7e7 100%); }
.pinterest-button__with-icon:hover { background: #f9f9f9; background-image: -webkit-linear-gradient(to bottom, rgba(249, 249, 249, 0.6) 0%, rgba(231, 231, 231, 0.6) 100%); background-image: -moz-linear-gradient(to bottom, rgba(249, 249, 249, 0.6) 0%, rgba(231, 231, 231, 0.6) 100%); background-image: -ms-linear-gradient(to bottom, rgba(249, 249, 249, 0.6) 0%, rgba(231, 231, 231, 0.6) 100%); background-image: -o-linear-gradient(to bottom, rgba(249, 249, 249, 0.6) 0%, rgba(231, 231, 231, 0.6) 100%); background-image: linear-gradient(to bottom, rgba(249, 249, 249, 0.6) 0%, rgba(231, 231, 231, 0.6) 100%); }

.pinterest-icon__svg { width: 19px; height: 18px; display: inline-block; margin-right: 5px; vertical-align: top; fill: #d3131b; }

.repins { padding: 20px 10px 0; color: #999; font-weight: 600; font-size: 11px; }

.buzz-holder { display: inline-block; vertical-align: top; width: 160px; height: 220px; border-radius: 3px; margin: 0 15px 15px 0; position: relative; }
.buzz-holder.buzz-holder--shadow { box-shadow: 0 0 3px #aaa; }

.hot-on-pinterest__follow { float: left; font-weight: 600; }

.pinterest__caption { font-weight: 400; font-size: 14px; line-height: 16px; padding: 10px 10px 0; }

.third-module { border: 1px solid #ccc; padding: 15px; margin: 15px 0 30px; }

.hot-on-pinterest--vertical .hot-on-pinterest__title { display: none; }
.hot-on-pinterest--vertical .hot-on-pinterest__title .hot-on-pinterest__text { color: #333; font-size: 22px; font-weight: 600; line-height: 44px; }
.hot-on-pinterest--vertical .hot-on-pinterest__header-holder { margin-bottom: 10px; padding-top: 10px; }
.hot-on-pinterest--vertical .hot-on-pinterest__fixer { margin-top: 15px; width: 336px; }
.hot-on-pinterest--vertical .buzz-holder:nth-child(2n+0) { margin-right: 0; }
.hot-on-pinterest--vertical .buzz-holder .pinterest-list__pin-button { position: absolute; top: 10px; left: 10px; }
.hot-on-pinterest--vertical .buzz-holder .pinterest__caption { color: #333; }
.hot-on-pinterest--vertical .buzz-holder.buzz-holder--hidden { visibility: hidden; height: 1px; display: none; }
.hot-on-pinterest--vertical .buzz-image__pic-pinterest { width: 160px; border-radius: 2px 2px 0 0; }
.hot-on-pinterest--vertical .hot-on-pinterest__image { background: url("/static/images/global/unified_sprite.png?v=201508251703") no-repeat scroll -175px -547px transparent; width: 105px; height: 25px; display: inline-block; vertical-align: bottom; }
.hot-on-pinterest--vertical .hot-on-pinterest__text { display: block; float: left; }
.hot-on-pinterest--vertical .blockify-button { text-align: center; width: 308px; display: inline-block; }

.third-module--pinterest .hot-on-pinterest--vertical .hot-on-pinterest__title { display: block; overflow: hidden; margin-bottom: 15px; }
.third-module--pinterest .hot-on-pinterest--vertical .pinterest-button__with-icon { height: 44px; line-height: 34px; float: left; padding-left: 38px; margin-left: 15px; }
.third-module--pinterest .hot-on-pinterest--vertical .buzz-image__pic-pinterest { width: 100%; }
.third-module--pinterest .hot-on-pinterest--vertical .hot-on-pinterest__header-holder { display: none; }
.third-module--pinterest .hot-on-pinterest--vertical .hot-on-pinterest__fixer { margin: 0; width: auto; }
.third-module--pinterest .hot-on-pinterest--vertical .buzz-holder { width: 15.30%; height: 215px; margin: 0 -5px 0 15px; }
.third-module--pinterest .hot-on-pinterest--vertical .hide-buzz_holder { display: none; }
.third-module--pinterest .hot-on-pinterest--vertical .buzz-holder--shadow { box-shadow: none; }
.third-module--pinterest .hot-on-pinterest--vertical .btn--more { display: none; }
.third-module--pinterest .vertical-section-heading { display: none; }
.third-module--pinterest .pinterest-list { height: 215px; overflow: hidden; margin: 15px 0 0 -15px; }
.third-module--pinterest .pinterest-list__li--hidden { border: 1px solid #eee; }
.third-module--pinterest .hidden { display: inline-block !important; }
.third-module--pinterest .pinterest__caption { height: 58px; }
.third-module--pinterest .pinterest-list__pin__body a { color: #333; }
.third-module--pinterest .pinterest-list__pin__body a:hover { color: #07e; }
.third-module--pinterest .hot-on-pinterest__follow > span { display: none; }
.third-module--pinterest .pinterest-icon__svg { display: block; margin-right: 10px; margin-top: 7px; float: left; margin-left: -25px; }

.third-module--pinterest-post { padding: 0; border: 0; margin: 0 0 20px; clear: both; overflow: hidden; }
.third-module--pinterest-post .hot-on-pinterest__fixer { margin: 15px 0 0; width: 100%; }
.third-module--pinterest-post .buzz-image__pic-pinterest { width: 100%; }
.third-module--pinterest-post .buzz-holder { width: 195px; height: 220px; margin: 0 12px 15px 3px; }
.third-module--pinterest-post .hot-on-pinterest__subtitle { float: left; margin-top: -6px; }
.third-module--pinterest-post .hot-on-pinterest__subtitle .hot-on-pinterest__image { background: url("/static/images//global/unified_sprite.png?v=201508251703") no-repeat scroll -175px -545px transparent; width: 105px; height: 27px; display: inline-block; vertical-align: bottom; }
.third-module--pinterest-post .hot-on-pinterest__follow { float: right; }

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

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

.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); -webkit-transition: background-color .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: #575656; text-align: center; padding: 0 17px; }
.editor-modal__section:before, .editor-modal__section:after { content: ""; display: table; }
.editor-modal__section:after { clear: both; }
.editor-modal__section .btn--submit { width: 439px; text-align: center; margin: 0 auto; color: #fff; }
.editor-modal__section .btn--submit:hover { color: #fff; }
.editor-modal__section p { font-size: 14px; line-height: 16px; color: #575656; }
.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-left: 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: #979797; }

.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: #7e7e7e; 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 .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; word-break: break-all; }
.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:before, .bbm-group:after { content: ""; display: table; }
.bbm-group:after { clear: both; }

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

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

.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; cursor: pointer; font-family: "Proxima Nova", Helvetica, Arial, sans-serif; font-weight: 600; font-size: 26px; float: left; height: 60px; line-height: 29px; padding-top: 15px; text-align: center; 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; cursor: default; padding-top: 13px; }

.login-form__container, .signup-form__container { padding: 50px 60px; }

.social-network__button { display: block; height: 42px; margin: 0 auto 11px; text-align: left; width: 380px; border-radius: 3px; }

.fb--button { background-color: #3b569a; }
.fb--button:hover { background-color: #1b336f; }

.gp--button { background: #cf341e; }
.gp--button:hover { background-color: #aa2917; }

.tw--button { background: #55acef; }
.tw--button:hover { background-color: #2288d6; }

.social-network__icon { display: inline-block; fill: #fff; }

.fb--icon { height: 16px; margin: 13px 13px 0 16px; width: 16px; }

.gp--icon { height: 22px; margin: 10px 8px 0 16px; width: 22px; }

.tw--icon { height: 17px; margin: 11px 12px 0 18px; width: 17px; }

.social-network__label { color: #fff; display: inline-block; font-size: 16px; line-height: 43px; vertical-align: top; }

.login-signup__sep { border-top: 1px solid #d0d0d0; height: 0; margin: 29px auto 2px; position: relative; width: 380px; }

.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; font-size: 12px; height: 15px; line-height: 15px; margin: 0 auto; width: 380px; }

.login-signup__message--info { color: #f49b19; font-size: 14px; line-height: 15px; margin: 5px auto 0; width: 380px; }

.fb-gp-login-signup__message-error { color: #e32; font-size: 14px; line-height: 15px; margin: 5px auto 0; width: 380px; }

.login-signup__form-label { color: #333; display: block; font-size: 16px; line-height: 1; margin: 0 auto; width: 380px; }

.login-signup__checkbox { display: none; }

.login-signup__checkbox-label { color: #333; font-size: 15px; 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: 19px auto 0; }

.fb-gp-label--indent { margin: 40px auto 0; }

.login-signup__form-input { border: 1px solid #cbcbcb; color: #333; display: block; font-size: 15px; height: 43px; line-height: 24px; margin: 8px auto 0; padding: 16px 10px 15px; width: 380px; }
.login-signup__form-input:focus { outline: none; }

.login-signup__subscription { padding-top: 7px; }

.username__input-wrapper { border: 1px solid #cbcbcb; height: 41px; margin: 8px auto 0; width: 380px; }
.username__input-wrapper .username__text { color: #878787; display: inline-block; font-size: 15px; height: 43px; line-height: 29px; padding: 7px 0 15px 11px; width: 141px; }
.username__input-wrapper .username__input { border: 0; color: #878787; display: inline-block; font-size: 15px; height: 37px; line-height: 24px; padding: 16px 18px 15px 0; width: 181px; }
.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 { color: #07e; display: inline-block; font-size: 12px; line-height: 15px; margin: 5px 0 0; }
.forgot-password__link:hover { color: #e32; }

.login-signup__submit-button { background-color: #0077ef; border: 0; display: block; width: 380px; height: 44px; line-height: 37px; margin: 27px auto 5px; font-size: 16px; color: #fff; cursor: pointer; border-radius: 3px; }
.login-signup__submit-button:hover { background-color: #014a9b; }

.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.loader-6 { left: 50%; margin: -20px 0 0 -20px; position: absolute; top: 50%; }

.popup__close { font-size: 22px; color: #ccc; position: absolute; right: 18px; top: 18px; z-index: 10; }

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

.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=201508251703") no-repeat -263px -9px; width: 83px; height: 19px; display: inline-block; margin: -5px 3px 0 4px; vertical-align: top; }

.bbm-modal__section { padding: 0; }
.bbm-modal__section a { color: #07e; }
.bbm-modal__section a:hover { color: #e32; }
.bbm-modal__section .login-signup-text--small { font-size: 12px; line-height: 14px; color: #878787; padding-top: 5px; }
.bbm-modal__section .popup-message { font-size: 16px; line-height: 22px; margin: 20px 0; text-align: center; }
.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; }

@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%; }
.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 .3s; -moz-transition: all .3s; transition: all .3s; }

.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:before, .bpage-email-signup__form:after { content: ""; display: table; }
.bpage-email-signup__form:after { clear: both; }
.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=201508251703"); 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; }

.add-yours-form__region { float: left; }

.add-yours-form__region { float: left; clear: left; }

.add-yours-header { margin-top: 65px; margin-bottom: 35px; }

.add-yours-image { position: relative; }

.add-yours-image-upload { width: 630px; height: 90px; }

.image-upload-container { border: dashed 1px #979797; background: #F7F7F7; height: 90px; padding: 0px 50px; }

.image-upload-container.in { background: #F7F7F7; }

.image-upload-container.hover { background: lawngreen; }

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

.drop-to-upload { border: dashed 1px #000000; background: #33B2BC; }

.upload-error { border: dashed 1px #F04124; }

.image-upload-icon { width: 46px; height: 38px; }

.drag-and-drop-icon { float: left; margin-top: 26px; margin-right: 10px; }

.drag-and-drop-label { float: left; margin-top: 15px; }

.image-upload-button { float: right; margin-top: 30px; }

.drop-to-upload-label { display: none; float: left; margin-top: 20px; }

.add-yours-description { margin-bottom: 13px; width: 630px; height: 90px; }

.description-section { border: 1px solid #CBCBCB; width: 100%; box-sizing: border-box; }

textarea { resize: none; width: 100%; height: 100%; }

.add-yours-allowed-tags { margin-bottom: 25px; }

.add-yours-allowed-tags span { color: #AAAAAA; font-size: 14px; font-weight: normal; }

.header-label { color: #333; font-family: "Proxima Nova", Helvetica, Arial, sans-serif; font-weight: 600; font-size: 26px; text-transform: capitalize; }

.add-yours-submit { width: 100%; margin-bottom: 70px; }

.add-yours-submit-button { background-color: #0077ef; border: none; display: block; width: 630px; height: 51px; line-height: 48px; font-size: 16px; color: #fff; cursor: pointer; }
.add-yours-submit-button:hover { background-color: #014a9b; }

input[type="file"].image-upload-input { display: none; }

input[type="file"].change-image-input { display: none; }

.custom-image-upload-button { background-color: #0077ef; border: none; display: block; line-height: 30px; font-size: 14px; color: #fff; cursor: pointer; padding: 0px 20px; }
.custom-image-upload-button:hover { background-color: #014a9b; }

.custom-change-image-button { background-color: #0077ef; border: none; display: block; width: 132px; height: 30px; line-height: 30px; font-size: 14px; color: #fff; cursor: pointer; padding: 0px 20px; position: absolute; top: 20px; left: 20px; }
.custom-change-image-button:hover { background-color: #014a9b; }

.discard-image-upload { color: #0077EE; position: absolute; top: 20px; right: 20px; }
.discard-image-upload:hover { color: #014a9b; cursor: pointer; }

.submit-error-message { color: #ee3322; display: inline-block; font-size: 12px; height: 15px; line-height: 15px; margin: 0 auto; width: 380px; }

.has-error { display: block; border: 1px solid red; }

.comments-container { margin-top: 50px; border: solid 1px #979797; width: 530px; display: block; padding: 0px 30px 30px 30px; }

.comment-header { margin: 25px 0px 30px 0px; }

.comment-content { margin-top: 20px; margin-bottom: 30px; word-break: break-all; }

.uploaded-image { max-width: 100%; max-height: 100%; }

.separator { margin-top: 35px; margin-left: 320px; }

.add-yours-social__region { margin-bottom: 50px; }

.social-container { margin-top: 15px; }

.ajax-loader { background: #ffffff url("/static/images/public/spinners/big_on_white.gif") no-repeat center center; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; filter: alpha(opacity=75); opacity: 0.75; position: absolute; z-index: 0; 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%); }

.reactions-carousel-wrap.open { padding-top: 15px; overflow: hidden; }
.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; }
.reactions-carousel-wrap.closed { height: 0; overflow: hidden; width: 100%; }
.reactions-carousel-wrap.reaction-badges__header.closed { height: auto; overflow: visible; }

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

.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; -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=201508251703") 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.yaaass, .reaction-badges .reaction-badges__btn.trashy, .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; }

.reactions-with-gift .reactions-header, .special .reactions-header { font-weight: 600; cursor: pointer; text-transform: uppercase; }
.reactions-with-gift .reactions-header:hover, .special .reactions-header:hover { color: #07e; }
.reactions-with-gift .reactions-header .fa-caret-right, .reactions-with-gift .reactions-header .fa-caret-down, .special .reactions-header .fa-caret-right, .special .reactions-header .fa-caret-down { font-size: 20px; }
.reactions-with-gift .reactions-header.open .fa-caret-right, .reactions-with-gift .reactions-header.closed .fa-caret-down, .special .reactions-header.open .fa-caret-right, .special .reactions-header.closed .fa-caret-down { display: none; }

.add-yours-form__region { float: left; }

.add-yours-form__region { float: left; clear: left; }

.add-yours-header { margin-top: 65px; margin-bottom: 35px; }

.add-yours-image { position: relative; }

.add-yours-image-upload { width: 630px; height: 90px; }

.image-upload-container { border: dashed 1px #979797; background: #F7F7F7; height: 90px; padding: 0px 50px; }

.image-upload-container.in { background: #F7F7F7; }

.image-upload-container.hover { background: lawngreen; }

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

.drop-to-upload { border: dashed 1px #000000; background: #33B2BC; }

.upload-error { border: dashed 1px #F04124; }

.image-upload-icon { width: 46px; height: 38px; }

.drag-and-drop-icon { float: left; margin-top: 26px; margin-right: 10px; }

.drag-and-drop-label { float: left; margin-top: 15px; }

.image-upload-button { float: right; margin-top: 30px; }

.drop-to-upload-label { display: none; float: left; margin-top: 20px; }

.add-yours-description { margin-bottom: 13px; width: 630px; height: 90px; }

.description-section { border: 1px solid #CBCBCB; width: 100%; box-sizing: border-box; }

textarea { resize: none; width: 100%; height: 100%; }

.add-yours-allowed-tags { margin-bottom: 25px; }

.add-yours-allowed-tags span { color: #AAAAAA; font-size: 14px; font-weight: normal; }

.header-label { color: #333; font-family: "Proxima Nova", Helvetica, Arial, sans-serif; font-weight: 600; font-size: 26px; text-transform: capitalize; }

.add-yours-submit { width: 100%; margin-bottom: 70px; }

.add-yours-submit-button { background-color: #0077ef; border: none; display: block; width: 630px; height: 51px; line-height: 48px; font-size: 16px; color: #fff; cursor: pointer; }
.add-yours-submit-button:hover { background-color: #014a9b; }

input[type="file"].image-upload-input { display: none; }

input[type="file"].change-image-input { display: none; }

.custom-image-upload-button { background-color: #0077ef; border: none; display: block; line-height: 30px; font-size: 14px; color: #fff; cursor: pointer; padding: 0px 20px; }
.custom-image-upload-button:hover { background-color: #014a9b; }

.custom-change-image-button { background-color: #0077ef; border: none; display: block; width: 132px; height: 30px; line-height: 30px; font-size: 14px; color: #fff; cursor: pointer; padding: 0px 20px; position: absolute; top: 20px; left: 20px; }
.custom-change-image-button:hover { background-color: #014a9b; }

.discard-image-upload { color: #0077EE; position: absolute; top: 20px; right: 20px; }
.discard-image-upload:hover { color: #014a9b; cursor: pointer; }

.submit-error-message { color: #ee3322; display: inline-block; font-size: 12px; height: 15px; line-height: 15px; margin: 0 auto; width: 380px; }

.has-error { display: block; border: 1px solid red; }

.comments-container { margin-top: 50px; border: solid 1px #979797; width: 530px; display: block; padding: 0px 30px 30px 30px; }

.comment-header { margin: 25px 0px 30px 0px; }

.comment-content { margin-top: 20px; margin-bottom: 30px; word-break: break-all; }

.uploaded-image { max-width: 100%; max-height: 100%; }

.separator { margin-top: 35px; margin-left: 320px; }

.add-yours-social__region { margin-bottom: 50px; }

.social-container { margin-top: 15px; }

.ajax-loader { background: #ffffff url("/static/images/public/spinners/big_on_white.gif") no-repeat center center; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; filter: alpha(opacity=75); opacity: 0.75; position: absolute; z-index: 0; display: none; }

.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; -ms-flex-pack: center; justify-content: center; -webkit-justify-content: center; -moz-justify-content: center; -webkit-box-align: center; -moz-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: 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; }

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

.social-share-icons-list .bookmark-share { background: none; float: none; margin: 0; }
.social-share-icons-list .bookmark-share:hover, .social-share-icons-list .bookmark-share:active { background: #83499c; border-color: #83499c; }
.social-share-icons-list .bookmark-share .fa-bookmark { color: #b8b8b8; padding-top: 6px; margin: 0; }
.social-share-icons-list .bookmark-share:hover .fa-bookmark, .social-share-icons-list .bookmark-share:active .fa-bookmark { color: #fff; }
.social-share-icons-list .bookmark-tooltip--bookmarked { background: #333333; top: -7px; left: 69px; }
.social-share-icons-list .bookmark-tooltip--bookmarked-standard { top: 10px; }
.social-share-icons-list .bookmark-tooltip--bookmarked:before, .social-share-icons-list .bookmark-tooltip--bookmarked:after { border-right: 10px solid #333; border-bottom: 10px solid transparent; border-top: 10px solid transparent; left: -11%; top: 50%; position: absolute; padding: 0; margin: -10px 0 0; }
.social-share-icons-list .bookmark-tooltip .view-bookmarks { width: auto !important; height: auto !important; }
.fr .social-share-icons-list .bookmark-tooltip--bookmarked, .es .social-share-icons-list .bookmark-tooltip--bookmarked, .pt .social-share-icons-list .bookmark-tooltip--bookmarked { height: 65px; top: -14px; }
.fr .social-share-icons-list .bookmark-tooltip--bookmarked-standard, .es .social-share-icons-list .bookmark-tooltip--bookmarked-standard, .pt .social-share-icons-list .bookmark-tooltip--bookmarked-standard { width: 100px; height: 15px; top: 10px; }

.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; }
.de .social-share-icons-list .bookmark-tooltip--bookmarked { height: 81px; top: -22px; }
.de .social-share-icons-list .bookmark-tooltip--bookmarked-standard { width: 100px; height: 35px; top: 0; }

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

.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=201508251703") 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; width: 60px; 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: 104px; 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; width: 101px; 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; }
li:hover .bookmark-tools { display: block; }

#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=201508251703"); }

.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__header { display: block; padding: 5px 0; font-family: "Proxima Nova", Helvetica, Arial, sans-serif; font-weight: 700; font-size: 13px; text-transform: uppercase; }
.article_update__text { font-size: 17px; line-height: 23px; font-family: "Proxima Nova", Helvetica, Arial, sans-serif; }
.article_update__time { padding: 0 10px; color: #727272; font-family: "Proxima Nova", Helvetica, Arial, sans-serif; font-size: 11px; 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 .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-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=201508251703") -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:before, .Column2 .section.block:after, .hot-on-pinterest.pinterest-vertical:before, .hot-on-pinterest.pinterest-vertical:after { content: ""; display: table; }
.Column2 .section.block:after, .hot-on-pinterest.pinterest-vertical:after { clear: both; }

.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:before, .thumbstrip:after { content: ""; display: table; }
.thumbstrip:after { clear: both; }
.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=201508251703") -576px -252px no-repeat; width: 42px; height: 79px; position: absolute; right: 0px; bottom: 0px; }
.thumbstrip #hothead { position: relative; }
.thumbstrip #hothead:before, .thumbstrip #hothead:after { content: ""; display: table; }
.thumbstrip #hothead:after { clear: both; }

.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=201508251703"); }

.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=201508251703"); }

.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=201508251703"); }

.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=201508251703"); }

.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=201508251703"); }

.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=201508251703"); }

.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=201508251703"); }

.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=201508251703"); }

.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=201508251703"); }

.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=201508251703"); }

.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=201508251703"); }

.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=201508251703"); }

.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=201508251703"); }

.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=201508251703"); }

.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=201508251703"); }

.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=201508251703"); }

.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=201508251703"); }

.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=201508251703"); }

.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=201508251703"); }

.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=201508251703"); }

.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=201508251703") 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=201508251703") 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=201508251703") 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; }

.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 { font-size: 16px; line-height: 30px; }
.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: 20px; width: 20px; display: inline-block; position: relative; top: 4px; margin-right: 10px; }
.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 .3s; -moz-transition: all .3s; transition: all .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 .5s; -moz-transition: all .5s; transition: all .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 #E3E3E3; 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_question .quiz_reveal { clear: both; background-color: #fefefe; border: 1px solid #dddddd; overflow: hidden; padding: 0 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 .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; }

.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=201508251703") 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=201508251703") 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 h* { 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=201508251703") 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 { font-size: 16px; background: #eb2649; }
.hiring-widget .btn--pink:hover { background: #c90e2f; }

.otherblogs-widget { border: 1px solid #cbcbcb; padding: 20px; 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; -ms-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; display: inline-block; box-sizing: border-box; width: 86px; height: 86px; border-radius: 50%; border: 2px solid #eb2649; padding: 24px 0; margin: 8px 0; text-align: center; text-transform: uppercase; font-size: 14px; color: #000; line-height: 1.3em; }
.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; -ms-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; display: block; font-size: 23px; 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:before, .row:after { content: ""; display: table; }
.row:after { clear: both; }

.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=201508251703") no-repeat top center; background: url("/static/images/global/blogheader-bg.png?v=201508251703") 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=201508251703") no-repeat -ms-linear-gradient(bottom, #F6195C, #EC3829); background: url("/static/images/global/blogheader-bg.png?v=201508251703") no-repeat top center, -moz-linear-gradient(center bottom, #F6195C 0%, #EC3829 100%); background: url("/static/images/global/blogheader-bg.png?v=201508251703") 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--bgred { background-color: #ee3322; }
.title-bar--bgred .title-bar__zone-content-header { background: url("/static/images/global/trending_header_arrow.png?v=201508251703") 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=201508251703"); }
.title-bar--pressblog .title-bar__zone-content-header { background-image: url("/static/images/global/blogheader-press.png?v=201508251703"); }
.title-bar--techblog .title-bar__zone-content-header { background-image: url("/static/images/global/blogheader-tech.png?v=201508251703"); }
.title-bar--editblog .title-bar__zone-content-header { background-image: url("/static/images/global/blogheader-edit.png?v=201508251703"); background-position: 15px 12px; }
.title-bar--trending .title-bar__zone-content-header { background-image: url("/static/images/global/trending_header_arrow.png?v=201508251703"); }

.vertical-header-logo { max-height: 80px; display: inline-block; }

.Ideas .title-bar--vertical { text-align: center; }

.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; }
.byline__title { font-size: 17px; color: #444; }
.byline.simple { width: auto; margin-left: 4px; height: 19px; }

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

.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 { display: block; }

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

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

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

.contributions-tab { border-bottom: 1px solid #e6e6e6; float: left; height: 38px; margin-bottom: 10px; margin-top: 20px; width: 100%; }
.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-form__region { margin-top: 15px; }

.add-yours__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.loader-6 { left: 50%; margin: -20px 0 0 -20px; position: absolute; top: 50%; }

.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 .3s ease-out; -moz-transition: all .3s ease-out; -ms-transition: all .3s ease-out; -o-transition: all .3s ease-out; transition: all .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 { line-height: 16px; position: absolute !important; text-align: left; width: 515px; z-index: 999; }
.share-email .catcha-service { display: block; text-align: center; }
.share-email .catcha-service .field { padding-bottom: 10px; }
.share-email .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 .catcha-service img { min-height: 270px; }
.share-email .catcha-service .text { box-sizing: border-box; width: 482px !important; }
.share-email div { float: none; }
.share-email .error-icon { background: url("/static/images/ui/notification_icons.png?v=201508251703") 0 -16px no-repeat; display: inline-block; height: 16px; position: relative; top: 3px; width: 20px; }
.share-email .message { font-size: 16px; margin-bottom: 10px; padding: 0; }
.share-email .newsletter-recipient { color: #999; font-size: 16px; line-height: 1.4; text-transform: none; }
.share-email .newsletters-signup { margin: 20px 0; }
.share-email .newsletters-signup .check-box { display: inline-block; vertical-align: top; margin: 10px 5px 5px 0; }
.share-email .newsletters-signup .check-off { background-position: 0 -4px; height: 14px; width: 18px; }
.share-email .newsletters-signup .check-on { background-position: -18px 0; height: 18px; margin-top: 6px; width: 18px; }
.share-email .newsletters-signup .checked { opacity: .5; }
.share-email .newsletters-signup .newsletters-signup__bf-logo { fill: #e32; height: 28px; width: 100px; }
.share-email .newsletters-signup .newsletters-signup__box { display: inline-block; margin: 7px 0 7px 7px; vertical-align: top; }
.share-email .newsletters-signup .newsletters-signup__frequency { color: #999; font-size: 16px; line-height: 20px; }
.share-email .newsletters-signup .newsletters-signup__logo { display: inline-block; margin-right: 10px; }
.share-email .newsletters-signup .sprite { background-image: url("/static/images/public/sprites/mail_page.png?v=201508251703"); background-repeat: no-repeat; display: inline-block; }
.share-email .newsletters-signup .animals-logo { background-position: 0 -135px; height: 29px; width: 135px; }
.share-email .newsletters-signup .books-logo { background-position: 0 -1106px; height: 28px; width: 78px; }
.share-email .newsletters-signup .business-logo { background-position: 0 -898px; height: 28px; width: 121px; }
.share-email .newsletters-signup .celebrity-logo { background-position: 0 -929px; height: 28px; margin: 2px 0 0; width: 132px; }
.share-email .newsletters-signup .diy-logo { background-position: 0 -780px; height: 28px; width: 45px; }
.share-email .newsletters-signup .entertainment-logo { background-position: 0 -1077px; height: 28px; width: 130px; }
.share-email .newsletters-signup .fashion-logo { background-position: 0 -747px; height: 28px; width: 130px; }
.share-email .newsletters-signup .food-logo { background-position: 0 -956px; height: 28px; width: 132px; }
.share-email .newsletters-signup .fwd-logo, .share-email .newsletters-signup .tech-logo { background-position: 0 -53px; height: 26px; width: 79px; }
.share-email .newsletters-signup .longform-logo { background-position: -110px -110px; height: 28px; width: 132px; }
.share-email .newsletters-signup .parents-logo { background-position: 0 -1479px; height: 29px; width: 109px; }
.share-email .newsletters-signup .politics-logo { background-position: 0 -22px; height: 29px; width: 109px; }
.share-email .newsletters-signup .sports-logo { background-position: 0 -111px; height: 25px; width: 109px; }
.share-email .newsletters-signup .style-logo { background-position: 0 -1292px; height: 23px; margin: 5px 0 0; width: 61px; }
.share-email .newsletters-signup .videos-logo { background-position: 0 -1229px; height: 26px; margin: 0 5px; width: 75px; }
.share-email p { display: inline-block; font-size: 16px !important; font-weight: 600; margin: 0; padding: 12px 0 !important; }
.share-email p.share-email__error-text { padding-top: 12px !important; }
.share-email .share-email__cancel { color: #999; float: right; font-size: 13px; line-height: 50px; margin-right: 10px; width: auto !important; }
.share-email:hover .share-email__cancel { color: #999; }
.share-email .share-email__cancel-x { color: #e6e6e6 !important; font-size: 14px; position: absolute; right: 10px; top: 10px; z-index: 9999; }
.share-email .share-email__cancel-x:hover { cursor: pointer; }
.share-email .success-icon { background: url("/static/images/ui/notification_icons.png?v=201508251703") 0 0 no-repeat; display: inline-block; height: 16px; position: relative; top: 3px; vertical-align: initial !important; width: 20px; }
.share-email .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; }

/*  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; }

.shares_order { height: 0; }

.js-shares_order--control.bottom_shares .shares_order { display: none; }
.js-shares_order--control.bottom_shares .referrer_shares, .js-shares_order--control.bottom_shares .vertical_shares, .js-shares_order--control.bottom_shares .other_shares { display: block; }
.js-shares_order--control .upper-share-buttons .linkedin_share, .js-shares_order--control .upper-share-buttons .stumbleupon_share, .js-shares_order--control .upper-share-buttons .reddit_share, .js-shares_order--control .upper-share-buttons .tumblr_share { display: none; }
.Business .js-shares_order--control .upper-share-buttons .linkedin_share { display: block; }
.Business .js-shares_order--control .upper-share-buttons .pinterest_share { display: none; }
.has_quiz .js-shares_order--control .upper-share-buttons .tumblr_share { display: block; }
.js-shares_order--control .bottom-more-share-buttons .gplus_share, .js-shares_order--control .bottom-more-share-buttons .linkedin_share, .js-shares_order--control .bottom-more-share-buttons .tumblr_share { display: none; }

header[rel\:owner="amex"] .js-shares_order--control .upper-share-buttons .linkedin_share, header[rel\:owner="americanexpress"] .js-shares_order--control .upper-share-buttons .linkedin_share { display: block; }

.js-shares_order--reorder.bottom_shares .shares_order { display: block; }
.js-shares_order--reorder.bottom_shares .referrer_shares, .js-shares_order--reorder.bottom_shares .vertical_shares, .js-shares_order--reorder.bottom_shares .other_shares { display: none; }
.js-shares_order--reorder .upper-share-buttons .linkedin_share, .js-shares_order--reorder .upper-share-buttons .stumbleupon_share, .js-shares_order--reorder .upper-share-buttons .reddit_share, .js-shares_order--reorder .upper-share-buttons .tumblr_share { display: none; }

#react_gif_carousel_wrapper.ted2.open { padding: 0 0 60px 0; }

#react_gif_carousel_wrapper .ted2_logo { float: right; padding: 0 55px 10px 0; }
