/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 3.0.0b1
build: 1160
*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
li {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
input,
textarea,
select {
  *font-size: 100%;
}
legend {
  color: #000;
}
/* Mixins.less
 * Snippets of reusable CSS to develop faster and keep code readable
 * ----------------------------------------------------------------- */
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
  margin: 0;
  font-family: "FontSiteSansCond", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.667;
  overflow-y: scroll;
  color: #333333;
  background: #ededed;
  letter-spacing: -0.02em;
}
a {
  color: #ff0197;
  text-decoration: none;
}
#primary {
  max-width: 1350px;
  margin: 0 auto;
}
.svgs {
  display: none;
}
.type {
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  -ms-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  opacity: 99;
  filter: alpha(opacity=9900);
  filter: alpha(opacity=99);
  -khtml-opacity: 0.99;
  -moz-opacity: 0.99;
  opacity: 0.99;
}
.type.not-inited {
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.link {
  cursor: pointer;
}
.sponsor-hub {
  display: none;
}
.unicorn {
  text-align: center;
}
.unicorn > div {
  text-align: center;
}
.unicorn > iframe,
.unicorn > div {
  margin: 0 auto;
}
.unicorn iframe {
  margin: 0 auto;
}
.unicorn .timing {
  position: absolute;
  top: 0px;
  left: 0;
  background: #ccc;
  z-index: 1000000000;
  font-family: arial;
  font-size: 11px !important;
  line-height: 1;
}
.unicorn .timing span {
  clear: both;
  text-align: left;
  display: block;
  padding: 3px 7px;
}
.unicorn .timing span:first-of-type {
  border-bottom: 1px solid black;
}
.unicorn .timing span strong {
  font-weight: bold;
}
.unicorn .timing span em {
  min-width: 50px;
  display: block;
  text-align: right;
  margin-left: 5px;
  font-weight: bold;
  float: right;
}
.environment-devel .unicorn--loading {
  outline: 2px solid red;
}
.environment-devel .rendered {
  outline: 2px solid yellow;
  position: relative;
}
.environment-devel .viewed {
  outline: 2px solid green;
}
#ashq-overlay {
  z-index: 5000000 !important;
}
.unicorn--desktop-LREC,
.unicorn--tablet-LREC,
.unicorn--phone-LREC {
  min-height: 250px;
  margin: 0 auto;
}
.unicorn--phone-BANNER {
  min-height: 50px;
  margin: 0 auto;
}
.unicorn--desktop-BANNER_JIVOX {
  display: none;
  margin: 0 auto;
  height: 66px;
}
.unicorn--desktop-PIXEL,
.unicorn--tablet-PIXEL,
.unicorn--phone-PIXEL {
  min-height: 1px;
  max-height: 1px;
  position: absolute !important;
}
span.unicorn {
  display: block;
}
@media (max-width: 767px) {
  .unicorn--phone-BANNER.inited--desktop {
    display: none;
  }
  .unicorn--phone-BANNER.inited--tablet {
    display: none;
  }
  html {
    -webkit-text-size-adjust: 100%;
  }
}
@media (min-width: 768px) {
  .unicorn--tablet-BANNER {
    min-height: 90px;
  }
  .unicorn--tablet-LSKY {
    min-height: 600px;
  }
}
@media (max-width: 991px) {
  .unicorn--tablet-BANNER.inited--desktop {
    display: none;
  }
  .unicorn--desktop-BANNER_JIVOX.inited--desktop {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .unicorn--desktop-BANNER {
    min-height: 90px;
  }
  .unicorn--desktop-LSKY {
    min-height: 600px;
  }
  .unicorn--desktop-BANNER_JIVOX {
    display: block;
    min-height: 66px;
  }
}
.top-left {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  visibility: hidden;
}
@keyframes ripple {
  100% {
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(3);
    -ms-transform: scale(3);
    transform: scale(3);
  }
}
@-webkit-keyframes ripple {
  100% {
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(3);
    -ms-transform: scale(3);
    transform: scale(3);
  }
}
@-moz-keyframes ripple {
  100% {
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(3);
    -ms-transform: scale(3);
    transform: scale(3);
  }
}
@keyframes flash {
  0% {
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  50% {
    opacity: 100;
    filter: alpha(opacity=10000);
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  100% {
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
@-webkit-keyframes flash {
  0% {
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  50% {
    opacity: 100;
    filter: alpha(opacity=10000);
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  100% {
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
@-moz-keyframes flash {
  0% {
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  50% {
    opacity: 100;
    filter: alpha(opacity=10000);
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  100% {
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
.form-btn {
  background: #ff0197;
  border: 0;
  border-radius: 3px;
  font-size: 15px;
  font-style: italic;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1;
  color: #ffffff;
  font-family: 'FontSiteSansCond';
  padding: 12px 20px 11px 20px;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  min-height: 40px;
  margin: 0;
  cursor: pointer;
}
.form-btn:hover {
  background-color: #e20085;
}
.block-title {
  margin: 20px -10px 20px -10px;
  padding: 0 5px;
  background: #ff0197;
  height: 40px;
  overflow: hidden;
  text-align: center;
}
.block-title span {
  color: #ededed;
  font-size: 65px;
  line-height: .66;
  font-weight: 700;
  display: block;
  position: relative;
  top: -2px;
  font-style: italic;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  white-space: nowrap;
}
.only {
  display: none;
}
.only--phone {
  display: block;
}
.except {
  display: block;
}
.except--phone {
  display: none;
}
.unicorn--placeholder {
  height: 1px;
  width: 5px;
  position: absolute;
  background: rgba(0, 0, 0, 0.05);
}
.test-unicorn {
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.test-unicorn em {
  line-height: 1;
  display: block;
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (min-width: 768px) {
  .only--phone {
    display: none;
  }
  .only--tablet {
    display: block;
  }
  .block-title {
    margin: 0 0 10px 0;
    height: 37px;
  }
  .block-title span {
    font-size: 60px;
  }
  .except--phone {
    display: block;
  }
  .except--tablet {
    display: none;
  }
}
@media (min-width: 992px) {
  .only--tablet {
    display: none;
  }
  .only--desktop {
    display: block;
  }
  .except--tablet {
    display: block;
  }
  .except--desktop {
    display: none;
  }
}
@media (min-width: 1200px) {
  .only--desktop {
    display: none;
  }
  .only--desktop-big {
    display: block;
  }
  .except--desktop {
    display: block;
  }
  .except--desktop-big {
    display: none;
  }
}
@-webkit-keyframes repaint {
  from {
    opacity: 99.9%;
  }
  to {
    opacity: 100%;
  }
}
@-moz-keyframes repaint {
  from {
    opacity: 99.9%;
  }
  to {
    opacity: 100%;
  }
}
@keyframes repaint {
  from {
    opacity: 99.9%;
  }
  to {
    opacity: 100%;
  }
}
.svg--right-arrow {
  position: relative;
  top: 0px;
  margin-left: 2px;
  display: inline-block;
  height: 12px;
  width: 8px;
}
.svg--right-arrow svg {
  display: block;
}
.svg--down-arrow {
  position: relative;
  top: -13px;
  margin-left: 2px;
  display: inline-block;
  height: 35px;
  width: 54px;
}
.svg--down-arrow svg {
  display: block;
}
.more-content {
  margin: 30px 10px;
  background: #ff0197;
  text-align: center;
  height: 40px;
  overflow: hidden;
}
.more-content a {
  color: #ededed;
  font-size: 66px;
  line-height: .66;
  font-weight: 700;
  display: block;
  position: relative;
  top: -1px;
  font-style: italic;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  white-space: nowrap;
}
.more-content .prefix {
  display: none;
}
.more-content .svg--down-arrow {
  width: 40px;
  height: 26px;
  top: -8px;
}
.more-content:hover {
  background: #e20085;
}
#ashq-tagalong_home {
  clear: both;
}
@media (min-width: 768px) {
  .more-content {
    margin: 50px 10px;
    height: 45px;
  }
  .more-content a {
    font-size: 75px;
    top: -2px;
  }
  .more-content .prefix {
    display: inline;
  }
  .more-content .svg--down-arrow {
    width: 45px;
    height: 28px;
    top: -10px;
  }
}
@media (min-width: 992px) {
  .more-content {
    height: 60px;
  }
  .more-content a {
    font-size: 100px;
    top: -2px;
  }
  .more-content .svg--down-arrow {
    width: 54px;
    height: 35px;
    top: -13px;
  }
}
/* Mixins.less
 * Snippets of reusable CSS to develop faster and keep code readable
 * ----------------------------------------------------------------- */
.page-header {
  padding: 10px 10px 0 10px;
}
.page-header header {
  padding: 10px 0;
}
.page-header strong {
  display: block;
  font-size: 19px;
  font-weight: 700;
  text-transform: uppercase;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  color: #ff0197;
  line-height: 1.2;
}
.page-header .search-term {
  color: #ff0197;
}
.page-header .headline {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  font-style: italic;
  display: inline-block;
  text-transform: uppercase;
}
.page-header .main-category-title {
  display: none;
}
.page-header .sub-category-title {
  display: inline-block;
}
.page-header .unicorn-wrap {
  margin: 0 -10px;
}
.page-header-sub-nav {
  position: relative;
  top: -8px;
  margin-left: 10px;
  display: none;
}
.page-header-sub-nav li {
  display: inline-block;
}
.page-header-sub-nav li a {
  display: inline-block;
  padding: 0 10px;
  font-size: 20px;
  color: #333333;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  font-style: italic;
  position: relative;
  line-height: 1;
}
.page-header-sub-nav li a:after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 10px;
  right: 10px;
  height: 3px;
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  background-color: #ff0197;
}
.page-header-sub-nav li a:hover:after {
  opacity: 99;
  filter: alpha(opacity=9900);
  filter: alpha(opacity=99);
  -khtml-opacity: 0.99;
  -moz-opacity: 0.99;
  opacity: 0.99;
}
.page-header-sub-nav li.selected a:after {
  opacity: 99;
  filter: alpha(opacity=9900);
  filter: alpha(opacity=99);
  -khtml-opacity: 0.99;
  -moz-opacity: 0.99;
  opacity: 0.99;
}
.page-body .page-body-sub .unicorn-wrap {
  min-height: 250px;
  margin: 20px 0;
  display: none;
}
.page-body .page-body-sub .newsletter-signup {
  display: none;
}
.page-body .page-body-sub .you-might-like {
  margin: 20px 0;
  padding: 6px 12px;
}
.page-body .page-body-main {
  width: 100%;
}
.page-body .page-body-main .unicorn-wrap-in-stream {
  margin-bottom: 20px;
  margin-top: -21px;
  position: relative;
  z-index: 1;
  border-top: 1px solid #ededed;
}
.page-body .page-body-main .wall .unicorn-wrap-in-stream {
  margin: 20px 0;
  border-top: 0;
}
.page-footer {
  background: #e2e2e2;
  position: relative;
  margin-bottom: 10px;
}
.page-footer .you-might-like {
  padding: 20px 10px;
}
.page-body-wrap {
  position: relative;
}
@media (min-width: 768px) {
  .csspositionsticky .page-body .sticky-rail {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    bottom: 0;
    -webkit-transform: translate3d(0, 0, 1);
    transform: translate3d(0, 0, 1);
  }
  .page-header {
    padding: 10px 20px 0 20px;
  }
  .page-header .headline {
    font-size: 44px;
  }
  .page-header header {
    padding: 20px 0;
  }
  .page-header .unicorn-wrap {
    margin: 10px auto;
  }
  .page-body {
    padding: 0 20px;
  }
  .page-body .page-body-wrap {
    padding-right: 322px;
    zoom: 1;
  }
  .page-body .page-body-wrap:before,
  .page-body .page-body-wrap:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .page-body .page-body-wrap:after {
    clear: both;
  }
  .page-body .page-body-wrap:before,
  .page-body .page-body-wrap:after {
    display: table;
    content: "";
    zoom: 1;
  }
  .page-body .page-body-wrap:after {
    clear: both;
  }
  .page-body .page-body-main {
    width: 100%;
    float: left;
  }
  .page-body .page-body-sub {
    float: right;
    position: relative;
    width: 300px;
    margin-right: -322px;
    padding: 0;
  }
  .page-body .page-body-sub .unicorn-wrap {
    display: block;
  }
  .page-body .page-body-sub .newsletter-signup {
    display: block;
  }
  .page-body .page-body-sub .you-might-like {
    background: #e2e2e2;
  }
  .page-body .page-body-main {
    float: left;
  }
  .page-body .page-body-main .wall {
    width: 100%;
  }
  .page-body .page-body-main .more-cards {
    margin-right: -322px;
  }
  .page-footer {
    background: transparent;
    margin-bottom: -1px;
    padding: 0 20px;
  }
  .page-footer .you-might-like {
    border: 1px solid #cccccc;
    border-width: 1px 0;
    padding: 27px 0px;
    min-height: 340px;
  }
}
@media (min-width: 768px) {
  .page-header .main-category-title {
    display: inline-block;
  }
  .page-header .sub-category-title {
    display: none;
  }
  .page-header-sub-nav {
    display: inline-block;
  }
}
@media (min-width: 992px) {
  .page-footer .you-might-like {
    min-height: 280px;
  }
}
@media (min-width: 1200px) {
  .page-footer .you-might-like {
    min-height: 340px;
  }
}
/*! Flickity v1.1.0
http://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
    position: relative;
}
.flickity-enabled:focus {
    outline: none;
}
.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%;
}
.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
    position: absolute;
    top: 50%;
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50%;
    background: white;
    background: hsla(0, 0%, 100%, 0.75);
    cursor: pointer;
    /* vertically center */
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.flickity-prev-next-button:hover {
    background: white;
}
.flickity-prev-next-button:focus {
    outline: none;
    box-shadow: 0 0 0 5px #09F;
}
.flickity-prev-next-button:active {
    filter: alpha(opacity=60);
    /* IE8 */
    opacity: 0.6;
}
.flickity-prev-next-button.previous {
    left: 10px;
}
.flickity-prev-next-button.next {
    right: 10px;
}

/* right to left */

.flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 10px;
}
.flickity-prev-next-button:disabled {
    filter: alpha(opacity=0);
    /* IE8 */
    opacity: 0;
    cursor: auto;
}
.flickity-prev-next-button svg {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%;
}
.flickity-prev-next-button .arrow {
    fill: #333;
}

/* color & size if no SVG - IE8 and Android 2.3 */

.flickity-prev-next-button.no-svg {
    color: #333;
    font-size: 26px;
}

/* ---- page dots ---- */

.flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: -25px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1;
}
.flickity-rtl .flickity-page-dots {
    direction: rtl;
}
.flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: #333;
    border-radius: 50%;
    filter: alpha(opacity=25);
    /* IE8 */
    opacity: 0.25;
    cursor: pointer;
}
.flickity-page-dots .dot.is-selected {
    filter: alpha(opacity=100);
    /* IE8 */
    opacity: 1;
}
/* Mixins.less
 * Snippets of reusable CSS to develop faster and keep code readable
 * ----------------------------------------------------------------- */
.nav {
  clear: both;
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.nav .nav-item {
  float: left;
  display: none;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
}
.nav .nav-item > a {
  color: #ededed;
  padding-left: 8px;
  padding-right: 8px;
  text-decoration: none;
  line-height: 40px;
  position: relative;
}
.nav .nav-item > a:before {
  background-color: #ededed;
  content: '';
  bottom: -3px;
  position: absolute;
  left: 8px;
  right: 8px;
  z-index: -1;
  height: 2px;
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.nav .nav-item > a em {
  position: relative;
  top: 2px;
}
.nav .nav-item.hover > a:before,
.nav .nav-item.click-hover > a:before,
.nav .nav-item.nav-item--selected > a:before {
  opacity: 99;
  filter: alpha(opacity=9900);
  filter: alpha(opacity=99);
  -khtml-opacity: 0.99;
  -moz-opacity: 0.99;
  opacity: 0.99;
}
.nav .open {
  position: absolute;
  left: 0px;
  top: 0;
  display: none;
  z-index: 1;
  height: 40px;
  width: 45px;
  overflow: hidden;
  line-height: 48px;
  color: #ededed;
  font-size: 25px;
  cursor: pointer;
}
.nav .open span {
  margin-left: 15px;
}
.nav .nav-item--latino {
  font-weight: 400;
}
.nav .nav-item--orphan {
  float: right;
}
.nav .mini {
  background-color: #ff0197;
  height: 40px;
  position: absolute;
  z-index: 7000000;
  left: 0;
  right: 0;
  top: 0;
}
.nav .mini .wrap {
  position: relative;
  max-width: 1350px;
  margin: 0 auto;
  height: 40px;
  padding: 0;
}
.nav .mini .logo-proxy {
  margin: 0 -2.5px 0 auto;
  position: relative;
  width: 296px;
  overflow: hidden;
  line-height: 1;
}
.nav .mini .logo-proxy img {
  display: block;
  width: auto;
  height: 41px;
}
.nav .mini .logo {
  position: absolute;
  top: 0;
  left: 0px;
  right: 0;
  bottom: 0;
  height: auto;
  padding: 0;
  color: #ff0197;
}
.nav .mini .logo a {
  display: block;
  font-size: 0px;
}
.nav .mini .links {
  position: relative;
  z-index: 1;
  display: none;
  margin-left: 20px;
}
.nav .full {
  left: 0;
  right: 0;
  top: 0;
  height: 40px;
  overflow: hidden;
  visibility: hidden;
  -webkit-transition: visibility 0.2s ease-in;
  -moz-transition: visibility 0.2s ease-in;
  -ms-transition: visibility 0.2s ease-in;
  -o-transition: visibility 0.2s ease-in;
  transition: visibility 0.2s ease-in;
}
.nav .full .wrap {
  position: relative;
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 10px;
}
.nav .full .logo-proxy {
  margin: -2px -6px 0 0;
  position: relative;
}
.nav .full .logo-proxy img {
  display: block;
  width: 100%;
  height: auto;
}
.nav .full .logo {
  position: absolute;
  top: -2px;
  left: 0px;
  right: 0;
  bottom: 3px;
  height: auto;
  padding: 0;
  color: #ff0197;
}
.nav .full .nav-item > a {
  margin-right: 12px;
  font-size: 16px;
  color: #ff0197;
  padding: 0;
  line-height: 70px;
}
.nav .full .nav-item > a:before {
  background-color: #ff0197;
  content: '';
  top: -5px;
  bottom: -5px;
  position: absolute;
  left: -10px;
  right: -10px;
  z-index: -1;
  height: auto;
  -ms-transform: rotate(-0.5deg);
  -webkit-transform: rotate(-0.5deg);
  transform: rotate(-0.5deg);
}
.nav .full .nav-item.hover > a,
.nav .full .nav-item.click-hover > a {
  color: #ededed;
}
.nav .full .nav-item--popular > a {
  margin-right: 0 !important;
}
.nav .full .nav-item--follow > a,
.nav .full .nav-item--newsletter > a {
  color: #333333;
}
.nav .full .nav-item--follow.hover > a,
.nav .full .nav-item--newsletter.hover > a,
.nav .full .nav-item--follow.click-hover > a,
.nav .full .nav-item--newsletter.click-hover > a {
  color: #ededed;
}
.nav .full .links {
  height: 72px;
  margin: 0 auto;
  max-width: 1350px;
  position: relative;
  z-index: 1;
  white-space: nowrap;
}
.nav .full use,
.nav .full svg {
  color: #ff0197;
}
.nav use,
.nav svg {
  color: #ededed;
}
.site-inited .nav {
  opacity: 100;
  filter: alpha(opacity=10000);
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.nav .index-tabs {
  height: 56px;
  background: #ededed;
  display: none;
  zoom: 1;
}
.nav .index-tabs a {
  float: left;
  display: block;
  width: 33%;
  height: 56px;
  line-height: 54px;
  text-align: center;
  text-transform: uppercase;
  color: #333333;
  font-size: 24px;
  font-style: italic;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
}
.nav .index-tabs a span {
  position: relative;
}
.nav .index-tabs a span:after {
  content: '';
  display: none;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  height: 4px;
  background: #ff0197;
}
.nav .index-tabs a.selected span:after {
  display: block;
}
.nav .index-tabs:before,
.nav .index-tabs:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.nav .index-tabs:after {
  clear: both;
}
.nav .index-tabs:before,
.nav .index-tabs:after {
  display: table;
  content: "";
  zoom: 1;
}
.nav .index-tabs:after {
  clear: both;
}
.nav .nav-menu {
  background: #ededed;
  position: absolute;
  margin-left: -30px;
  margin-top: -10px;
  pointer-events: none;
  overflow: hidden;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  font-size: 18px;
}
.nav .nav-menu ul {
  min-width: 130px;
  margin: 15px 40px 15px 30px;
}
.lte10 .nav .nav-menu {
  visibility: hidden;
}
.nav .nav-menu li {
  line-height: 1;
  display: block;
}
.nav .nav-menu a {
  padding: 5px 0;
  display: inline-block;
  position: relative;
}
.nav .nav-menu a:after {
  content: '';
  position: absolute;
  height: 2px;
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  bottom: 3px;
  left: 0;
  right: 0;
  background-color: #ff0197;
}
.nav .nav-menu a:hover:after {
  opacity: 99;
  filter: alpha(opacity=9900);
  filter: alpha(opacity=99);
  -khtml-opacity: 0.99;
  -moz-opacity: 0.99;
  opacity: 0.99;
}
.nav .nav-menu a > span {
  display: none;
}
.nav .nav-menu .more-item--selected a:after {
  opacity: 99;
  filter: alpha(opacity=9900);
  filter: alpha(opacity=99);
  -khtml-opacity: 0.99;
  -moz-opacity: 0.99;
  opacity: 0.99;
}
.nav .mini .nav-item .nav-menu {
  margin-left: -22px;
}
.nav .mini .nav-item--follow .nav-menu {
  margin-left: -150px;
}
.nav .nav-item--newsletter .nav-menu {
  margin-left: -300px;
  width: 410px;
  padding: 20px;
}
.nav .nav-item--follow .nav-menu ul {
  margin: 15px 15px 15px 15px;
}
.nav .nav-item--follow .nav-menu li {
  white-space: nowrap;
  margin: 0 0 10px 0;
  padding: 0 25px 10px 15px;
  border-bottom: 1px solid #cccccc;
}
.nav .nav-item--follow .nav-menu li.last {
  border: 0;
  padding-bottom: 0;
}
.nav .nav-item--follow .nav-menu em {
  font-size: 18px;
  font-style: italic;
  font-weight: 700;
  display: inline-block;
  min-width: 90px;
}
.nav .nav-item--follow .nav-menu a {
  display: inline-block;
}
.nav .nav-item--follow .nav-menu .btn {
  font-size: 14px;
  padding: 5px 10px;
  background-color: #ff0197;
  color: #ededed;
}
.nav .nav-item--follow .nav-menu .btn:after {
  display: none;
}
.nav .nav-item--follow .nav-menu .btn:hover {
  background-color: #e20085;
}
.nav .nav-item--follow .nav-menu .btn--facebook {
  background-color: #3c5a96;
}
.nav .nav-item--follow .nav-menu .btn--facebook:hover {
  background-color: #29427b;
}
.nav .nav-item--follow .nav-menu .btn--twitter {
  background-color: #1dadea;
}
.nav .nav-item--follow .nav-menu .btn--twitter:hover {
  background-color: #0098d0;
}
.nav .nav-item--follow .nav-menu .btn--pinterest {
  background-color: #c80a38;
}
.nav .nav-item--follow .nav-menu .btn--pinterest:hover {
  background-color: #b5002f;
}
.nav .nav-item--follow .nav-menu .btn--instagram {
  background-color: #125688;
}
.nav .nav-item--follow .nav-menu .btn--instagram:hover {
  background-color: #0a4e73;
}
.nav .nav-item--follow .nav-menu .btn--youtube {
  background-color: #e62117;
}
.nav .nav-item--follow .nav-menu .btn--youtube:hover {
  background-color: #cc181e;
}
.nav .nav-item.hover .nav-menu,
.nav .nav-item.click-hover .nav-menu {
  pointer-events: auto;
  opacity: 99;
  filter: alpha(opacity=9900);
  filter: alpha(opacity=99);
  -khtml-opacity: 0.99;
  -moz-opacity: 0.99;
  opacity: 0.99;
}
.lte10 .nav .nav-item.hover .nav-menu,
.lte10 .nav .nav-item.click-hover .nav-menu {
  visibility: visible;
}
.nav .newsletter-signup-footer a:after {
  display: none;
}
@media (max-width: 767px) {
  .nav .mini {
    overflow: hidden;
  }
  .nav .mini .open {
    display: block;
  }
  .nav .mini .wrap {
    padding-left: 42px;
  }
  .nav .mini .logo-proxy {
    margin: 0 auto;
  }
  .page-type--index .nav .mini {
    height: 96px;
  }
  .page-type--index .nav .full {
    height: 96px;
  }
  .page-type--index .index-tabs {
    display: block;
  }
}
@media (min-width: 768px) {
  .page-type--not-index .mini,
  .page-type--not-index .full {
    height: 44px;
  }
  .page-type--not-index .mini .logo-proxy {
    margin: 0 0 0 10px;
    top: -1px;
    position: relative;
    width: 332px;
    overflow: hidden;
  }
  .page-type--not-index .mini .logo-proxy img {
    display: block;
    width: auto;
    height: 46px;
  }
  .page-type--not-index .full {
    background-color: #ff0197;
  }
  .nav .mini .logo-proxy {
    display: inline-block;
    float: left;
    margin: 0 0 0 10px;
    top: -1px;
    position: relative;
    width: 332px;
    overflow: hidden;
  }
  .nav .mini .logo-proxy img {
    display: block;
    width: auto;
    height: 46px;
  }
  .nav .mini .links {
    display: block;
  }
  .nav .mini .links .nav-item {
    font-size: 18px;
  }
  .nav .mini .links .nav-item > a {
    line-height: 45px;
  }
  .nav .mini .nav-item--popular.hover > a,
  .nav .mini .nav-item--popular.click-hover > a,
  .nav .mini .nav-item--popular.nav-item--selected > a {
    color: #e01786;
  }
  .nav .mini .nav-item--popular.hover > a:before,
  .nav .mini .nav-item--popular.click-hover > a:before,
  .nav .mini .nav-item--popular.nav-item--selected > a:before {
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  .nav .mini .nav-item--popular.hover > a:after,
  .nav .mini .nav-item--popular.click-hover > a:after,
  .nav .mini .nav-item--popular.nav-item--selected > a:after {
    background: #ededed;
  }
  .nav .mini .nav-item--popular > a {
    color: #ff0197;
  }
  .nav .mini .nav-item--popular > a:after {
    position: absolute;
    content: '';
    left: 0;
    right: -5px;
    background: #ededed;
    top: 1px;
    left: 5px;
    bottom: 1px;
    z-index: -1;
    pointer-events: none;
    display: block;
    -webkit-transform: skew(-12deg, 0);
    -ms-transform: skewX(-12deg) skewY(0);
    transform: skew(-12deg, 0);
  }
  .nav .full .nav-item--popular.hover > a,
  .nav .full .nav-item--popular.click-hover > a,
  .nav .full .nav-item--popular.nav-item--selected > a {
    color: #ededed;
  }
  .nav .full .nav-item--popular.hover > a:before,
  .nav .full .nav-item--popular.click-hover > a:before,
  .nav .full .nav-item--popular.nav-item--selected > a:before {
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  .nav .full .nav-item--popular.hover > a:after,
  .nav .full .nav-item--popular.click-hover > a:after,
  .nav .full .nav-item--popular.nav-item--selected > a:after {
    background: #e01786;
  }
  .nav .full .nav-item--popular > a {
    color: #ededed;
  }
  .nav .full .nav-item--popular > a:after {
    position: absolute;
    content: '';
    left: 0;
    right: -8px;
    background: #ff0197;
    top: 0;
    left: -2px;
    bottom: 0;
    z-index: -1;
    pointer-events: none;
    display: block;
    -webkit-transform: skew(-12deg, 0);
    -ms-transform: skewX(-12deg) skewY(0);
    transform: skew(-12deg, 0);
  }
  .page-type--index:not(.show-only-mini) .nav .mini {
    height: 44px;
  }
  .page-type--index:not(.show-only-mini) .nav .mini .logo-proxy {
    margin: 0 0 0 10px;
    top: -1px;
    position: relative;
    width: 334px;
    overflow: hidden;
  }
  .page-type--index:not(.show-only-mini) .nav .mini .logo-proxy img {
    display: block;
    width: auto;
    height: 45px;
  }
  .page-type--index:not(.show-only-mini) .nav .full {
    height: auto;
    visibility: visible;
    overflow: visible;
  }
  .page-type--index.show-only-mini .full {
    height: 50px;
  }
  .page-type--index.show-only-mini .nav .mini {
    height: 44px;
  }
  .nav .full .nav-item {
    display: block;
  }
  .nav .full .nav-item--latino a {
    margin-right: 10px;
  }
  .nav .full .nav-item--search a {
    margin-right: 0px !important;
  }
  .nav .mini .nav-item--news {
    display: block;
  }
  .nav .mini .nav-item--celebrity {
    display: block;
  }
  .nav .mini .nav-item--entertainment {
    display: block;
  }
  .nav .mini .nav-item--more {
    display: block;
  }
  .nav .mini .nav-item--more .nav-menu {
    margin-left: -40px;
  }
  .nav .mini .nav-menu .more-item--news,
  .nav .mini .nav-menu .more-item--celebrity,
  .nav .mini .nav-menu .more-item--entertainment {
    display: none;
  }
  .nav .mini .nav-item--follow {
    display: block;
  }
  .nav .mini .nav-item--follow span {
    display: none;
  }
  .nav .mini .nav-item--follow em {
    font-size: 20px;
  }
  .nav .mini .nav-item--search {
    display: block;
  }
  .nav .mini .nav-item--search span {
    display: none;
  }
  .nav .mini .nav-item--search em {
    font-size: 24px;
  }
}
@media (min-width: 838px) {
  .nav .full .nav-item > a {
    font-size: 17px;
    margin-right: 16px;
  }
}
@media (min-width: 888px) {
  .nav .mini .nav-item--awards-events {
    display: block;
  }
  .nav .mini .nav-menu .more-item--awards-events {
    display: none;
  }
  .nav .full .nav-item > a {
    margin-right: 17px;
    font-size: 18px;
  }
}
@media (min-width: 940px) {
  .nav .mini .nav-item--style {
    display: block;
  }
  .nav .mini .nav-menu .more-item--style {
    display: none;
  }
}
@media (min-width: 992px) {
  .nav .mini .nav-item--style {
    display: none;
  }
  .nav .mini .nav-menu .more-item--style {
    display: block;
  }
  .page-type--not-index .mini,
  .page-type--not-index .full {
    height: 50px;
  }
  .page-type--not-index .mini .logo-proxy {
    width: 376px;
  }
  .page-type--not-index .mini .logo-proxy img {
    height: 52px;
  }
  .page-type--not-index .full {
    background-color: #ff0197;
  }
  .page-type--index:not(.show-only-mini) .nav .mini {
    height: 50px;
  }
  .page-type--index:not(.show-only-mini) .nav .mini .logo-proxy {
    width: 376px;
  }
  .page-type--index:not(.show-only-mini) .nav .mini .logo-proxy img {
    height: 52px;
  }
  .page-type--index.show-only-mini .full {
    height: 60px;
  }
  .page-type--index.show-only-mini .nav .mini {
    height: 50px;
  }
  .page-type--index.show-only-mini .nav .mini .logo-proxy {
    width: 376px;
  }
  .page-type--index.show-only-mini .nav .mini .logo-proxy img {
    height: 52px;
  }
  .nav .mini .links .nav-item {
    font-size: 20px;
  }
  .nav .mini .links .nav-item > a {
    line-height: 50px;
  }
  .nav .full .nav-item > a {
    font-size: 19px;
  }
}
@media (min-width: 1048px) {
  .nav .mini .nav-item--style {
    display: block;
  }
  .nav .mini .nav-menu .more-item--style {
    display: none;
  }
  .nav .full .nav-item > a {
    margin-right: 22px;
    font-size: 19px;
  }
}
@media (min-width: 1130px) {
  .nav .full .nav-item > a {
    margin-right: 30px;
  }
}
@media (min-width: 1190px) {
  .nav .mini .nav-item--latino,
  .nav .mini .nav-item--eye-candy,
  .nav .mini .nav-item--popular {
    display: block;
  }
  .nav .mini .nav-item--more {
    display: none;
  }
}
@media (min-width: 1250px) {
  .nav .mini .nav-item--follow span {
    display: inline-block;
  }
  .nav .mini .nav-item--follow .nav-menu {
    margin-left: -85px;
  }
}
@media (max-width: 340px) {
  .nav .open {
    font-size: 20px;
  }
  .nav .open span {
    margin-left: 5px;
  }
  .nav .mini .wrap {
    padding-left: 25px;
  }
}
/* Mixins.less
 * Snippets of reusable CSS to develop faster and keep code readable
 * ----------------------------------------------------------------- */
.nav.headroom .mini {
  -webkit-transition: transform .2s ease-in, opacity .2s ease-in;
  -moz-transition: transform .2s ease-in, opacity .2s ease-in;
  -ms-transition: transform .2s ease-in, opacity .2s ease-in;
  -o-transition: transform .2s ease-in, opacity .2s ease-in;
  transition: transform .2s ease-in, opacity .2s ease-in;
}
.nav .mini {
  -ms-transform: translateY(-200%);
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.nav.headroom--pinned .mini {
  position: fixed;
  -ms-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 99;
  filter: alpha(opacity=9900);
  filter: alpha(opacity=99);
  -khtml-opacity: 0.99;
  -moz-opacity: 0.99;
  opacity: 0.99;
}
.nav.headroom--unpinned .mini {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  -ms-transform: translateY(-200%);
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.nav.headroom--top .mini {
  position: absolute;
  -ms-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 99;
  filter: alpha(opacity=9900);
  filter: alpha(opacity=99);
  -khtml-opacity: 0.99;
  -moz-opacity: 0.99;
  opacity: 0.99;
  -webkit-animation: repaint 10ms;
  animation: repaint 10ms;
}
.nav.headroom--pinned.headroom--unpinned .mini {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  -ms-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 99;
  filter: alpha(opacity=9900);
  filter: alpha(opacity=99);
  -khtml-opacity: 0.99;
  -moz-opacity: 0.99;
  opacity: 0.99;
}
@media (min-width: 768px) {
  .page-type--index:not(.show-only-mini) .nav.headroom--top .mini {
    position: absolute;
    -ms-transform: translateY(-200%);
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%);
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
@media (max-width: 767px) {
  .nav .mini {
    position: fixed;
  }
  .nav.headroom--top .mini {
    position: fixed;
  }
}
.lte9.page-type--index .nav .full {
  display: block;
}
.lte9.page-type--index .nav .mini {
  display: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
}
.lte9.page-type--not-index .nav .mini {
  position: fixed;
  opacity: 99;
  filter: alpha(opacity=9900);
  filter: alpha(opacity=99);
  -khtml-opacity: 0.99;
  -moz-opacity: 0.99;
  opacity: 0.99;
  -ms-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}
/* Mixins.less
 * Snippets of reusable CSS to develop faster and keep code readable
 * ----------------------------------------------------------------- */
.nav .search-form-wrap {
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  background: #ededed;
  margin-top: -20px;
  height: 36px;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.nav .search-form-wrap .input-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.nav .search-form-wrap .input-wrap .icon-search {
  position: absolute;
  right: -3px;
  top: 4px;
  font-size: 26px;
  line-height: 1;
  color: #ff0197;
  pointer-events: none;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.nav .search-form-wrap .input-wrap .icon-cancel {
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 26px;
  line-height: 1;
  color: #cccccc;
  pointer-events: none;
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in;
  -moz-transition: opacity 0.3s ease-in;
  -ms-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
.nav .search-form-wrap .input-wrap .icon-cancel:hover {
  color: #333333;
}
.lte10 .nav .search-form-wrap .input-wrap .icon-cancel {
  visibility: hidden;
}
.nav .search-form-wrap input {
  width: 100%;
  border: 0;
  font-style: italic;
  font-weight: 400;
  padding: 8px 0 7px 0;
  top: 0;
  bottom: 0;
  position: absolute;
  font-size: 16px;
  text-transform: none;
  outline: none;
  cursor: pointer;
  -moz-appearance: none;
  box-shadow: none;
  border-radius: 2px;
}
.nav .search-form-wrap input:focus {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  cursor: auto;
}
.nav .search-form-wrap button {
  position: absolute;
  right: 0;
  top: 0px;
  bottom: 0px;
  width: 85px;
  background: #ff0197;
  color: #ffffff;
  border: 0;
  font-size: 16px;
  font-family: "FontSiteSansCond", sans-serif;
  font-style: italic;
  font-weight: 700;
  border-radius: 2px;
  text-transform: uppercase;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease-in;
  -moz-transition: opacity 0.3s ease-in;
  -ms-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.lte10 .nav .search-form-wrap button {
  visibility: hidden;
}
.nav .mini .nav-item--search {
  position: relative;
}
.nav .mini .search-form-wrap {
  position: absolute;
  background: #ff0197;
  top: 24px;
  right: 0%;
  pointer-events: none;
  width: 50px;
  overflow: hidden;
  left: auto;
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  z-index: 1;
}
.lte10 .nav .mini .search-form-wrap {
  visibility: hidden;
}
.nav .mini .search-form-wrap .input-wrap {
  right: 5px;
  display: inline-block;
}
.nav .mini .search-form-wrap input {
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  pointer-events: none;
  background-color: #ededed;
}
.nav .mini .search-form-wrap input:focus {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
}
.nav .mini .search-form-wrap input:invalid {
  box-shadow: 0 0 3px #fd0c4b;
}
.nav .mini .search-form-wrap button {
  right: 10px;
  top: 0;
  bottom: 0px;
}
.nav .mini .search-form-wrap .icon-search {
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.nav .mini.show-search .nav-item--follow {
  visibility: hidden;
}
.nav .mini.show-search .search-form-wrap {
  pointer-events: auto;
  width: 360px;
  visibility: visible;
  opacity: 99;
  filter: alpha(opacity=9900);
  filter: alpha(opacity=99);
  -khtml-opacity: 0.99;
  -moz-opacity: 0.99;
  opacity: 0.99;
}
.nav .mini.show-search .search-form-wrap .input-wrap {
  right: 105px;
}
.nav .mini.show-search .search-form-wrap button {
  background: #ededed;
  color: #ff0197;
  opacity: 99;
  filter: alpha(opacity=9900);
  filter: alpha(opacity=99);
  -khtml-opacity: 0.99;
  -moz-opacity: 0.99;
  opacity: 0.99;
  pointer-events: auto;
  cursor: pointer;
  visibility: visible;
}
.nav .mini.show-search .search-form-wrap input {
  padding: 8px 30px 7px 35px;
  opacity: 99;
  filter: alpha(opacity=9900);
  filter: alpha(opacity=99);
  -khtml-opacity: 0.99;
  -moz-opacity: 0.99;
  opacity: 0.99;
  pointer-events: auto;
}
.nav .mini.show-search .search-form-wrap .icon-search {
  right: 100%;
  margin-right: -30px;
  opacity: 99;
  filter: alpha(opacity=9900);
  filter: alpha(opacity=99);
  -khtml-opacity: 0.99;
  -moz-opacity: 0.99;
  opacity: 0.99;
}
.nav .mini.show-search .search-form-wrap .icon-cancel {
  opacity: 99;
  filter: alpha(opacity=9900);
  filter: alpha(opacity=99);
  -khtml-opacity: 0.99;
  -moz-opacity: 0.99;
  opacity: 0.99;
  -webkit-transition: all .3s ease-in .3s, color .3s ease-in;
  -moz-transition: all .3s ease-in .3s, color .3s ease-in;
  -ms-transition: all .3s ease-in .3s, color .3s ease-in;
  -o-transition: all .3s ease-in .3s, color .3s ease-in;
  transition: all .3s ease-in .3s, color .3s ease-in;
  pointer-events: auto;
  cursor: pointer;
  visibility: visible;
}
.nav .full .nav-item--search {
  position: relative;
}
.nav .full .nav-item--search a {
  visibility: hidden;
}
.nav .full .nav-item--search .search-form-wrap input {
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.nav .full.show-search .nav-item--newsletter,
.nav .full.show-search .nav-item--follow {
  pointer-events: none;
}
.nav .full.show-search .search-form-wrap {
  left: -260px;
}
.nav .full.show-search .search-form-wrap .input-wrap {
  right: 95px;
}
.nav .full.show-search .search-form-wrap .input-wrap input {
  padding-left: 35px;
  opacity: 99;
  filter: alpha(opacity=9900);
  filter: alpha(opacity=99);
  -khtml-opacity: 0.99;
  -moz-opacity: 0.99;
  opacity: 0.99;
}
.nav .full.show-search .search-form-wrap .input-wrap input:invalid {
  box-shadow: 0 0 5px rgba(255, 1, 151, 0.25);
}
.nav .full.show-search .search-form-wrap .input-wrap .icon-search {
  right: 100%;
  margin-right: -30px;
}
.nav .full.show-search .search-form-wrap .input-wrap .icon-cancel {
  opacity: 99;
  filter: alpha(opacity=9900);
  filter: alpha(opacity=99);
  -khtml-opacity: 0.99;
  -moz-opacity: 0.99;
  opacity: 0.99;
  -webkit-transition: all .3s ease-in .3s, color .3s ease-in;
  -moz-transition: all .3s ease-in .3s, color .3s ease-in;
  -ms-transition: all .3s ease-in .3s, color .3s ease-in;
  -o-transition: all .3s ease-in .3s, color .3s ease-in;
  transition: all .3s ease-in .3s, color .3s ease-in;
  pointer-events: auto;
  cursor: pointer;
  visibility: visible;
}
.nav .full.show-search .search-form-wrap button {
  display: inline-block;
  opacity: 99;
  filter: alpha(opacity=9900);
  filter: alpha(opacity=99);
  -khtml-opacity: 0.99;
  -moz-opacity: 0.99;
  opacity: 0.99;
  visibility: visible;
  cursor: pointer;
  pointer-events: auto;
  -webkit-transition: opacity 0.3s ease-in 0.3s;
  -moz-transition: opacity 0.3s ease-in 0.3s;
  -ms-transition: opacity 0.3s ease-in 0.3s;
  -o-transition: opacity 0.3s ease-in 0.3s;
  transition: opacity 0.3s ease-in 0.3s;
}
@media (min-width: 992px) {
  .nav .full .nav-item--search {
    position: relative;
    width: 85px;
  }
  .nav .full .nav-item--search .search-form-wrap input {
    padding: 8px 30px 7px 10px;
    opacity: 99;
    filter: alpha(opacity=9900);
    filter: alpha(opacity=99);
    -khtml-opacity: 0.99;
    -moz-opacity: 0.99;
    opacity: 0.99;
  }
  .nav .full .nav-item--search .search-form-wrap .icon-search {
    right: 5px;
  }
  .nav .full .nav-item--search > a {
    visibility: hidden;
  }
  .nav .mini .search-form-wrap {
    top: 26px;
  }
}
@media (min-width: 1100px) {
  .nav .full .nav-item--search {
    width: 90px;
  }
}
@media (min-width: 1180px) {
  .nav .full .nav-item--search {
    width: 150px;
  }
}
/* Mixins.less
 * Snippets of reusable CSS to develop faster and keep code readable
 * ----------------------------------------------------------------- */
.nav-mobile-mask {
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 1;
  background: #ededed;
}
.lte10 .nav-mobile-mask {
  display: none;
}
.nav-mobile {
  pointer-events: none;
  position: fixed;
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  top: 0;
  left: 0;
  z-index: 7000001;
  right: 0;
  bottom: 0;
  overflow: scroll;
  background: #ededed;
  -webkit-transition: opacity 0.3s ease-in;
  -moz-transition: opacity 0.3s ease-in;
  -ms-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
  padding: 0;
  -webkit-font-smoothing: antialiased;
}
.nav-mobile .close {
  position: absolute;
  left: 0px;
  top: 0;
  z-index: 10;
  height: 40px;
  width: 45px;
  overflow: hidden;
  line-height: 48px;
  color: #ededed;
  font-size: 28px;
  cursor: pointer;
}
.nav-mobile .close span {
  margin-left: 15px;
}
.nav-mobile .nav-item {
  margin-bottom: 22px;
}
.nav-mobile .nav-item a {
  display: block;
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  font-style: italic;
  line-height: 1;
  margin-bottom: 5px;
}
.nav-mobile .nav-menu a {
  font-size: 22px;
  margin-bottom: 10px;
}
.nav-mobile .nav-item--latino a {
  font-weight: 400;
}
.nav-mobile .links {
  padding: 70px 20px 0px 20px;
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  border-bottom: 300px solid #ff0197;
}
.nav-mobile use,
.nav-mobile svg {
  color: #ededed;
}
.nav-mobile .logo-proxy {
  margin: 0 auto 0 auto;
  position: relative;
  width: 296px;
  overflow: hidden;
  line-height: 1;
}
.nav-mobile .logo-proxy img {
  display: block;
  width: auto;
  height: 41px;
}
.nav-mobile .logo {
  position: absolute;
  top: 0;
  left: 0px;
  right: 0;
  bottom: 0;
  height: auto;
  padding: 0;
}
.nav-mobile .logo a {
  display: block;
  font-size: 0px;
}
.nav-mobile .toolbar {
  position: fixed;
  left: 0;
  z-index: 1;
  right: 0;
  height: 40px;
  padding-left: 42px;
  overflow: hidden;
  background-color: #ff0197;
}
.nav-mobile .nav-item--follow {
  background-color: #ff0197;
  margin: 50px -20px 0 -20px;
  padding: 0 20px;
}
.nav-mobile .nav-item--follow .follow-title {
  display: block;
  color: #ededed;
  text-align: center;
  font-style: italic;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
  padding-top: 5px;
}
.nav-mobile .nav-item--follow .nav-menu {
  text-align: center;
}
.nav-mobile .nav-item--follow .nav-menu li {
  max-width: 20%;
  display: inline-block;
  text-align: center;
}
.nav-mobile .nav-item--follow .nav-menu li em {
  display: none;
}
.nav-mobile .nav-item--follow .nav-menu li a {
  position: relative;
  border: 1px solid #ededed;
  width: 40px;
  height: 40px;
  line-height: 46px;
  border-radius: 100%;
  color: #ededed;
  display: block;
  text-decoration: none;
  margin: 0 9px;
  font-size: 22px;
}
.nav-mobile .nav-item--mobile-search > a {
  display: none;
}
.nav-mobile .nav-item--mobile-search .input-wrap {
  position: relative;
  display: block;
}
.nav-mobile .nav-item--mobile-search .input-wrap input {
  width: 100%;
  border: 0;
  padding: 8px 40px;
  font-style: italic;
}
.nav-mobile .nav-item--mobile-search .input-wrap .icon-search {
  position: absolute;
  top: 3px;
  left: 5px;
  font-size: 26px;
  color: #ff0197;
}
.nav-mobile .nav-item--mobile-search .input-wrap .icon-cancel {
  position: absolute;
  top: 3px;
  right: 5px;
  font-size: 26px;
  color: #cccccc;
}
.nav-mobile .nav-item--mobile-search button {
  display: none;
}
.nav-mobile .nav-item--popular > a span {
  display: none;
}
@media (max-width: 340px) {
  .nav-mobile .close span {
    margin-left: 0px;
  }
  .nav-mobile .toolbar {
    padding-left: 25px;
  }
}
@media (max-width: 767px) {
  .show-nav-mobile body {
    overflow: hidden;
    height: 100%;
    width: 100%;
    position: fixed;
  }
  .show-nav-mobile .nav-mobile-mask {
    opacity: 99;
    filter: alpha(opacity=9900);
    filter: alpha(opacity=99);
    -khtml-opacity: 0.99;
    -moz-opacity: 0.99;
    opacity: 0.99;
  }
  .show-nav-mobile .nav-mobile {
    pointer-events: auto;
    opacity: 99;
    filter: alpha(opacity=9900);
    filter: alpha(opacity=99);
    -khtml-opacity: 0.99;
    -moz-opacity: 0.99;
    opacity: 0.99;
  }
  .show-nav-mobile .nav-mobile .links {
    -ms-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@media (min-width: 768px) {
  .nav-mobile {
    display: none;
  }
}
.fixedsticky {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
}

/* When position: sticky is supported but native behavior is ignored */

.fixedsticky-withoutfixedfixed .fixedsticky-off, .fixed-supported .fixedsticky-off {
    position: static;
}
.fixedsticky-withoutfixedfixed .fixedsticky-on, .fixed-supported .fixedsticky-on {
    position: fixed;
}
.fixedsticky-dummy {
    display: none;
}
.fixedsticky-on + .fixedsticky-dummy {
    display: block;
}
.fixedsticky-bottom {
    bottom: 0px;
}
.fixedsticky-top {
    top: 0px;
}

/*!
 * # Semantic UI 2.1.4 - Sticky
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Copyright 2015 Contributors
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */


/*******************************
            Sticky
*******************************/

.ui.sticky {
    position: static;
    -webkit-transition: none;
    transition: none;
    z-index: 800;
}

/*******************************
            States
*******************************/


/* Bound */

.ui.sticky.bound {
    position: absolute;
    left: auto;
    right: auto;
}

/* Fixed */

.ui.sticky.fixed {
    position: fixed;
    left: auto;
    right: auto;
}

/* Bound/Fixed Position */

.ui.sticky.bound.top, .ui.sticky.fixed.top {
    top: 0px;
    bottom: auto;
}
.ui.sticky.bound.bottom, .ui.sticky.fixed.bottom {
    top: auto;
    bottom: 0px;
}
.ui.sticky.bound.bottom {
    margin-right: 0;
    right: 0;
}
.ui.sticky.bound.bottom.rail {
    right: 10px;
}
.ui.sticky.bound.bottom.article-sub {
    right:20px;
}

/*******************************
            Types
*******************************/

.ui.native.sticky {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
}

/*******************************
         Theme Overrides
*******************************/


/*******************************
         Site Overrides
*******************************/
/* Mixins.less
 * Snippets of reusable CSS to develop faster and keep code readable
 * ----------------------------------------------------------------- */
.content-card {
  -webkit-font-smoothing: antialiased;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
  zoom: 1;
}
.content-card.last {
  margin-bottom: 0;
}
.content-card .img-wrap {
  width: 30%;
  float: left;
  position: relative;
}
.content-card .img-wrap .proxy-img {
  width: 100%;
  padding-top: 100%;
  position: relative;
  display: block;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  -moz-transition: opacity 0.4s ease-in;
  -ms-transition: opacity 0.4s ease-in;
  -o-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
}
.content-card .img-wrap .proxy-img.loaded {
  opacity: 99;
  filter: alpha(opacity=9900);
  filter: alpha(opacity=99);
  -khtml-opacity: 0.99;
  -moz-opacity: 0.99;
  opacity: 0.99;
}
.content-card .img-wrap .content-icon {
  position: absolute;
  bottom: 5%;
  right: 5%;
  width: 25px;
  height: 25px;
  display: block;
  border-radius: 100%;
  pointer-events: none;
  background-color: rgba(255, 1, 151, 0.75);
  color: #ffffff;
  text-align: center;
  z-index: 1;
}
.content-card .img-wrap .content-icon span {
  height: 15px;
  width: 15px;
  font-size: 12px;
  line-height: 1;
  position: absolute;
  top: 7px;
  left: 7px;
}
.content-card .description {
  display: none;
}
.content-card .text-wrap {
  padding: 0 0 5px 15px;
  float: left;
  width: 70%;
}
.content-card .partner {
  display: block;
  color: #898989;
  font-style: italic;
  font-size: 16px;
  margin-bottom: 3px;
}
.content-card .partner .svg--right-arrow {
  width: 6px;
  height: 9px;
  top: -1px;
}
.content-card .celeb-name {
  color: #ff0197;
  text-transform: uppercase;
  font-size: 22px;
  font-style: italic;
  font-weight: 700;
  display: block;
  line-height: 1;
  margin-bottom: 3px;
  -webkit-font-smoothing: antialiased;
}
.content-card .celeb-name:hover {
  color: #e20085;
}
.content-card .title {
  color: #333333;
  text-decoration: none;
  font-size: 20px;
  overflow: hidden;
  display: block;
  line-height: 1.06;
}
.content-card .publish-time {
  color: #898989;
  display: none;
  font-size: 15px;
  text-transform: uppercase;
  font-style: italic;
  line-height: 1;
}
.content-card .publish-time--since {
  margin-top: 5px;
  display: block;
}
.content-card .meta {
  display: block;
  font-size: 15px;
  text-transform: uppercase;
  font-style: italic;
  line-height: 1;
}
.content-card .meta .share {
  margin-top: 3px;
  margin-left: -3px;
  display: block;
}
.content-card .meta a {
  text-decoration: none;
  display: inline-block;
  margin-right: 8px;
}
.content-card .meta a:hover {
  color: #e20085;
}
.content-card .meta .icon-facebook,
.content-card .meta .icon-twitter {
  position: relative;
  top: 4px;
  margin-top: -2px;
  font-size: 20px;
  margin-right: 2px;
  display: inline-block;
}
.content-card .meta em {
  font-style: italic;
}
.content-card a.title:hover {
  color: #000000;
}
.content-card:before,
.content-card:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.content-card:after {
  clear: both;
}
.content-card:before,
.content-card:after {
  display: table;
  content: "";
  zoom: 1;
}
.content-card:after {
  clear: both;
}
.content-card--celebrity .img-wrap {
  width: 25%;
}
.content-card--celebrity .img-wrap .proxy-img {
  padding-top: 140%;
}
.content-card--celebrity .text-wrap {
  width: 75%;
}
.content-card--celebrity .title {
  font-size: 24px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .content-card .celeb-name {
    font-size: 15px;
    margin-top: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .content-card--celebrity .img-wrap {
    width: 30%;
  }
  .content-card--celebrity .text-wrap {
    width: 70%;
  }
  .content-card--celebrity .title {
    font-size: 24px;
    min-height: 0;
    line-height: 1;
    margin-bottom: 10px;
  }
  .content-card--celebrity .meta {
    display: none;
  }
}
/* Mixins.less
 * Snippets of reusable CSS to develop faster and keep code readable
 * ----------------------------------------------------------------- */
.rail {
  position: relative;
}
.rail.fixedsticky {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
}
.rail-section {
  margin-bottom: 40px;
}
.section-header h4 {
  color: #ffffff;
  font-weight: 700;
  z-index: 1;
  padding-left: 25px;
  font-size: 30px;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  position: relative;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 25px;
  line-height: 1;
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.section-header h4 a {
  color: #ffffff;
}
.section-header .title {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  top: 4px;
}
.section-header .title:before {
  background-color: #333333;
  content: '';
  display: block;
  top: -4px;
  bottom: -4px;
  position: absolute;
  left: -15px;
  right: -15px;
  z-index: -1;
  -ms-transform: rotate(-0.5deg);
  -webkit-transform: rotate(-0.5deg);
  transform: rotate(-0.5deg);
}
.rail-section-footer {
  margin-top: 10px;
}
.rail-section-footer .text {
  font-size: 21px;
  font-weight: 500;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
}
.rail-section-footer a:hover {
  color: #e20085;
}
.rail-section--videos .content-card .img-wrap {
  width: 48%;
}
.rail-section--videos .content-card .img-wrap .proxy-img {
  padding-top: 67%;
  overflow: hidden;
  background-position: center 15%;
}
.rail-section--videos .content-card .text-wrap {
  width: 52%;
}
.page-wrap .rail-section,
.content-body .rail-section {
  margin-bottom: 20px;
}
.page-wrap .section-header h4,
.content-body .section-header h4 {
  font-size: 20px;
  padding-left: 20px;
}
.page-wrap .section-header .title:before,
.content-body .section-header .title:before {
  left: -10px;
  right: -10px;
}
.page-wrap .rail-section-footer,
.content-body .rail-section-footer {
  margin-top: -10px;
}
.type-index .rail.is_stuck {
  margin-left: 23px;
}
@media (min-width: 768px) {
  .page-body-main .rail-section-body {
    zoom: 1;
    padding: 0;
    border-bottom: 1px solid #cccccc;
  }
  .page-body-main .rail-section-body:before,
  .page-body-main .rail-section-body:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .page-body-main .rail-section-body:after {
    clear: both;
  }
  .page-body-main .rail-section-body:before,
  .page-body-main .rail-section-body:after {
    display: table;
    content: "";
    zoom: 1;
  }
  .page-body-main .rail-section-body:after {
    clear: both;
  }
  .rail-section-body .content-card .meta {
    position: relative;
    margin-top: 8px;
  }
  .rail-section-body .content-card .meta span {
    margin-top: 0px;
    top: 2px;
    font-size: 16px;
  }
  .rail-section-body .content-card .meta .share {
    position: absolute;
    top: -4px;
    margin-top: 0;
    white-space: nowrap;
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in;
    -moz-transition: opacity 0.3s ease-in;
    -ms-transition: opacity 0.3s ease-in;
    -o-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in;
  }
  .rail-section-body .content-card .meta .publish-time {
    opacity: 99;
    filter: alpha(opacity=9900);
    filter: alpha(opacity=99);
    -khtml-opacity: 0.99;
    -moz-opacity: 0.99;
    opacity: 0.99;
    margin-top: 0;
    -webkit-transition: opacity 0.3s ease-in;
    -moz-transition: opacity 0.3s ease-in;
    -ms-transition: opacity 0.3s ease-in;
    -o-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in;
  }
  .rail-section-body .content-card.hover .meta .publish-time {
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  .rail-section-body .content-card.hover .meta .share {
    opacity: 99;
    filter: alpha(opacity=9900);
    filter: alpha(opacity=99);
    -khtml-opacity: 0.99;
    -moz-opacity: 0.99;
    opacity: 0.99;
  }
}
/* Mixins.less
 * Snippets of reusable CSS to develop faster and keep code readable
 * ----------------------------------------------------------------- */
.taboola {
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  min-height: 1px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.taboola.inited {
  opacity: 99;
  filter: alpha(opacity=9900);
  filter: alpha(opacity=99);
  -khtml-opacity: 0.99;
  -moz-opacity: 0.99;
  opacity: 0.99;
}
.taboola.trc_related_container {
  clear: none;
}
.taboola .thumbnails-e .trc_rbox_header,
.taboola .thumbnails-c .trc_rbox_header,
.taboola .thumbnails-d .trc_rbox_header,
.taboola .thumbnails-f .trc_rbox_header {
  font-family: "FontSiteSansCond", sans-serif;
  font-size: 22px;
  line-height: 1;
}
.taboola .thumbnails-e .logoDiv a span,
.taboola .thumbnails-c .logoDiv a span,
.taboola .thumbnails-d .logoDiv a span,
.taboola .thumbnails-f .logoDiv a span {
  color: #908f8f;
  font-size: 13px;
  -webkit-font-smoothing: antialiased;
}
.taboola .thumbnails-g .trc_rbox_header {
  font-family: "FontSiteSansCond", sans-serif;
  font-size: 22px;
  line-height: 1;
  color: #333333 !important;
}
.taboola .thumbnails-g .logoDiv a span {
  color: #908f8f !important;
}
.taboola .thumbnails-g .video-title {
  color: #333333 !important;
}
.taboola .thumbnails-g a:hover .video-title {
  color: #000000 !important;
}
.taboola .trc_spotlight_item * {
  font-family: Helvetica, arial !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 17px !important;
}
.taboola .text-links-a .trc-widget-footer {
  position: absolute;
}
.taboola .text-links-a .trc-widget-footer .logoDiv a span {
  color: #333333;
}
.taboola .text-links-a .trc_rbox_header {
  font-size: 16px;
}
.taboola .text-links-a .trc_spotlight_item * {
  font-size: 16px !important;
}
.taboola .text-links-a .trc_rbox_div .videoCube.thumbnail_none a {
  margin-left: 0;
  list-style: none;
}
.taboola .text-links-a .videoCube {
  cursor: default !important;
}
.taboola .text-links-a .videoCube:hover .video-title {
  text-decoration: none !important;
}
.taboola .text-links-a .videoCube a {
  cursor: pointer;
  display: inline-block !important;
}
.taboola .text-links-a .videoCube a:hover .video-title {
  text-decoration: underline !important;
}
.taboola .text-links-a .videoCube .video-label-box {
  display: inline-block !important;
}
.taboola .text-links-a .syndicatedItem .video-title {
  color: #ff0197;
}
.taboola .text-links-a .syndicatedItem .video-title:hover {
  color: #e20085;
}
.rail .taboola {
  min-height: 450px;
}
.taboola .thumbnails-f {
  margin-bottom: 20px;
}
.taboola .thumbnails-f .trc_spotlight_item * {
  line-height: 22px !important;
}
.taboola .thumbnails-f .trc_rbox_header {
  color: #333333 !important;
  padding-bottom: 1px;
}
.taboola .thumbnails-f .videoCube {
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flexbox !important;
  display: -ms-flex !important;
  display: flex  !important;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.taboola .thumbnails-f .videoCube .item-thumbnail-href {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}
.taboola .thumbnails-f .videoCube.thumbnail_start .thumbBlock_holder {
  float: none;
  width: 90px;
}
.taboola .thumbnails-f .videoCube.syndicatedItem .video-label-box {
  height: auto !important;
}
.taboola .thumbnails-f .syndicatedItem .video-title {
  color: #333333;
  max-height: none !important;
}
.taboola .thumbnails-f .syndicatedItem .video-title:hover {
  color: #000000;
}
@media (max-width: 991px) {
  .taboola .thumbnails-f .videoCube {
    width: 47.99975%;
  }
  .taboola .thumbnails-f .videoCube_3_child,
  .taboola .thumbnails-f .videoCube_4_child {
    display: none !important;
  }
  .taboola .thumbnails-f .videoCube.thumbnail_start .thumbBlock_holder {
    width: 104px;
  }
}
@media (min-width: 1200px) {
  .taboola .thumbnails-f .videoCube.thumbnail_start .thumbBlock_holder {
    width: 104px;
  }
}
.zergnet .hd {
  zoom: 1;
  height: 30px;
  margin-top: 10px;
}
.zergnet .hd:before,
.zergnet .hd:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.zergnet .hd:after {
  clear: both;
}
.zergnet .hd:before,
.zergnet .hd:after {
  display: table;
  content: "";
  zoom: 1;
}
.zergnet .hd:after {
  clear: both;
}
.zergnet .hd .attribution {
  display: none;
  text-align: right;
}
.zergnet .title {
  font-weight: 600;
  font-size: 22px;
  line-height: 1;
  padding-bottom: 4px;
  text-transform: uppercase;
}
.zergnet .attribution {
  font-size: 13px;
  color: #908f8f;
  display: block;
  text-align: right;
  font-family: Helvetica, arial;
  -webkit-font-smoothing: antialiased;
}
.zergnet .attribution:hover {
  text-decoration: underline;
}
.zergnet .attribution:after {
  content: '';
  display: inline-block;
  width: 19px;
  height: 15px;
  margin-left: 3px;
  position: relative;
  top: 3px;
}
.zergnet .zergrow {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: wrap row;
  -moz-flex-flow: wrap row;
  -ms-flex-flow: wrap row;
  flex-flow: wrap row;
  margin: 0 -3px;
}
.zergnet .zergentity {
  width: 50%;
  padding: 0 3px;
  margin-bottom: 10px;
  font-family: Helvetica, arial;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
}
.zergnet .zergentity:last-child {
  display: none;
}
.zergnet .zergentity img {
  width: 100%;
  height: auto;
}
.zergnet .zergentity a {
  color: #333333;
  display: block;
}
.zergnet .zergentity a span {
  display: block;
  color: #898989;
}
.zergnet .zergentity:hover .zergheadline {
  text-decoration: underline;
}
.zergnet .zergentity:hover .zergheadline span {
  text-decoration: none;
}
.rail .zergnet {
  min-height: 499px;
}
.page-footer .zergnet .hd .attribution,
.page-footer .zergnet .hd .attribution {
  display: block;
}
.post-footer .zergnet .hd,
.page-footer .zergnet .hd {
  margin-top: 0px;
}
.post-footer .zergnet .hd .attribution,
.page-footer .zergnet .hd .attribution {
  display: block;
}
.post-footer .zergnet .zergrow,
.page-footer .zergnet .zergrow {
  display: block;
  zoom: 1;
  margin: 0 0 0 -2%;
}
.post-footer .zergnet .zergrow:before,
.page-footer .zergnet .zergrow:before,
.post-footer .zergnet .zergrow:after,
.page-footer .zergnet .zergrow:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.post-footer .zergnet .zergrow:after,
.page-footer .zergnet .zergrow:after {
  clear: both;
}
.post-footer .zergnet .zergrow:before,
.page-footer .zergnet .zergrow:before,
.post-footer .zergnet .zergrow:after,
.page-footer .zergnet .zergrow:after {
  display: table;
  content: "";
  zoom: 1;
}
.post-footer .zergnet .zergrow:after,
.page-footer .zergnet .zergrow:after {
  clear: both;
}
.post-footer .zergnet .attribution,
.page-footer .zergnet .attribution {
  float: right;
}
.post-footer .zergnet .title,
.page-footer .zergnet .title {
  float: left;
}
.post-footer .zergnet .zergentity,
.page-footer .zergnet .zergentity {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  float: left;
  width: 22.997999999999998%;
  margin: 0 0 0 2%;
  line-height: 22px;
}
.post-footer .zergnet .zergentity:last-child,
.page-footer .zergnet .zergentity:last-child {
  display: none;
}
.post-footer .zergnet .zergentity .zergimg,
.page-footer .zergnet .zergentity .zergimg {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}
.post-footer .zergnet .zergentity img,
.page-footer .zergnet .zergentity img {
  width: 90px;
  margin-right: 10px;
}
.post-footer .zergnet .ft,
.page-footer .zergnet .ft {
  display: none;
}
.spotlight {
  margin-bottom: 20px;
}
.spotlight .bd {
  min-height: 80px;
}
.spotlight .zergnet .zergrow {
  display: block;
  zoom: 1;
  margin: 0;
}
.spotlight .zergnet .zergrow:before,
.spotlight .zergnet .zergrow:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.spotlight .zergnet .zergrow:after {
  clear: both;
}
.spotlight .zergnet .zergrow:before,
.spotlight .zergnet .zergrow:after {
  display: table;
  content: "";
  zoom: 1;
}
.spotlight .zergnet .zergrow:after {
  clear: both;
}
.spotlight .zergnet .title {
  float: left;
}
.spotlight .zergnet .zergentity {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  margin: 0;
  font-size: 16px;
  min-height: 80px;
  font-weight: 200;
  line-height: 1.25;
}
.spotlight .zergnet .zergentity:last-child {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.spotlight .zergnet .zergentity .zergimg {
  width: 20%;
  margin-right: 10px;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}
.spotlight .zergnet .zergentity img {
  display: block;
  width: 100%;
  height: auto;
}
.spotlight .zergnet .zergentity:hover .zergheadline {
  text-decoration: none;
}
.spotlight .zergnet .zergentity a {
  color: #333333;
  text-decoration: none;
}
.spotlight .zergnet .zergentity a:hover {
  color: #000000;
  text-decoration: none;
}
@media (max-width: 991px) {
  .post-footer .zergnet .zergentity,
  .page-footer .zergnet .zergentity {
    width: 47.99999%;
  }
  .post-footer .zergnet .zergentity:nth-child(3),
  .page-footer .zergnet .zergentity:nth-child(3),
  .post-footer .zergnet .zergentity:nth-child(4),
  .page-footer .zergnet .zergentity:nth-child(4),
  .post-footer .zergnet .zergentity:nth-child(5),
  .page-footer .zergnet .zergentity:nth-child(5) {
    display: none;
  }
  .post-footer .zergnet .zergentity img,
  .page-footer .zergnet .zergentity img {
    width: 104px;
  }
}
@media (min-width: 768px) {
  .spotlight .zergnet .zergentity .zergimg {
    width: 28%;
  }
}
@media (min-width: 1200px) {
  .post-footer .zergnet .zergentity img,
  .page-footer .zergnet .zergentity img {
    width: 104px;
  }
}
/* Mixins.less
 * Snippets of reusable CSS to develop faster and keep code readable
 * ----------------------------------------------------------------- */
.wall {
  width: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  position: relative;
  zoom: 1;
  -webkit-transition: height 0.3s ease-in;
  -moz-transition: height 0.3s ease-in;
  -ms-transition: height 0.3s ease-in;
  -o-transition: height 0.3s ease-in;
  transition: height 0.3s ease-in;
}
.wall.wall--posts {
  margin-bottom: 110px;
}
.wall:before,
.wall:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.wall:after {
  clear: both;
}
.wall:before,
.wall:after {
  display: table;
  content: "";
  zoom: 1;
}
.wall:after {
  clear: both;
}
.wall .more-cards {
  position: absolute;
  bottom: -70px;
  left: 10px;
  right: 10px;
  margin: 0;
}
.wall .unicorn-wrap-in-stream {
  margin: 20px 0 ;
}
.wall .unicorn-wrap-in-stream--banner {
  margin: 5px 0;
}
.wall-wrap > h4 {
  display: none;
}
.wall-card {
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  margin-bottom: 10px;
  width: 100%;
  position: relative;
}
.wall-card .img {
  display: block;
  position: relative;
  padding-top: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-blend-mode: luminosity;
  background-color: rgba(255, 1, 151, 0.08);
  margin: 0 auto;
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.wall-card .img img {
  display: block;
}
.wall-card .img.loaded {
  opacity: 99;
  filter: alpha(opacity=9900);
  filter: alpha(opacity=99);
  -khtml-opacity: 0.99;
  -moz-opacity: 0.99;
  opacity: 0.99;
  -webkit-transition: opacity .3s ease-in, background-color .5s ease-in;
  -moz-transition: opacity .3s ease-in, background-color .5s ease-in;
  -ms-transition: opacity .3s ease-in, background-color .5s ease-in;
  -o-transition: opacity .3s ease-in, background-color .5s ease-in;
  transition: opacity .3s ease-in, background-color .5s ease-in;
}
.wall-card .img:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.15);
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in;
  -moz-transition: opacity 0.3s ease-in;
  -ms-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
  pointer-events: none;
  content: '';
  z-index: 1;
}
.wall-card.hover .img {
  -webkit-transition: opacity .3s ease-in .2s, background-color .25s ease-in .25s;
  -moz-transition: opacity .3s ease-in .2s, background-color .25s ease-in .25s;
  -ms-transition: opacity .3s ease-in .2s, background-color .25s ease-in .25s;
  -o-transition: opacity .3s ease-in .2s, background-color .25s ease-in .25s;
  transition: opacity .3s ease-in .2s, background-color .25s ease-in .25s;
}
.wall-card.hover .img:after {
  opacity: 99;
  filter: alpha(opacity=9900);
  filter: alpha(opacity=99);
  -khtml-opacity: 0.99;
  -moz-opacity: 0.99;
  opacity: 0.99;
}
.wall-card .title {
  display: block;
  padding: 22px 20px 14px 20px;
  text-transform: uppercase;
  font-size: 26px;
  line-height: 1;
  color: #333333;
  font-weight: 700;
  letter-spacing: -0.02em;
  -webkit-font-smoothing: antialiased;
}
.wall-card a {
  text-decoration: none;
}
.wall-card .partner {
  font-size: 20px;
  font-style: italic;
  color: #898989;
  margin: 10px 0;
  display: block;
  -webkit-font-smoothing: antialiased;
}
.wall-card .partner-default {
  margin-top: -5px;
  display: none;
}
.wall-card .content-icon {
  position: absolute;
  top: -75px;
  left: 50%;
  width: 40px;
  height: 40px;
  display: block;
  margin-left: -20px;
  border-radius: 100%;
  pointer-events: none;
  background-color: rgba(255, 1, 151, 0.75);
  color: #ffffff;
  text-align: center;
}
.wall-card .content-icon span {
  height: 20px;
  width: 20px;
  font-size: 18px;
  line-height: 1;
  position: absolute;
  top: 12px;
  left: 11px;
}
.wall-card .content-icon span.icon-video {
  font-size: 16px;
  top: 12px;
  left: 12px;
}
.wall-card .content-icon span.icon-article {
  top: 11px;
  left: 10px;
  font-size: 18.5px;
}
.wall-card .content-icon span.icon-gallery {
  top: 11px;
  left: 10px;
  font-size: 18.5px;
}
.wall-card .text-wrap {
  position: relative;
  z-index: 1;
  line-height: 1;
}
.wall-card .text-content {
  position: relative;
  background: #ffffff;
  padding-bottom: 14px;
  border-bottom: 1px solid #cccccc;
}
.wall-card .franchise {
  color: white;
  font-weight: 700;
  z-index: 1;
  font-size: 20px;
  line-height: 1;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  position: absolute;
  display: inline-block;
  top: -18px;
  left: 0;
  right: 0;
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.wall-card .franchise span {
  position: relative;
  display: inline-block;
  white-space: nowrap;
}
.wall-card .franchise span:before {
  background-color: #ff0197;
  content: '';
  display: block;
  top: -4px;
  bottom: -4px;
  position: absolute;
  left: -25px;
  right: -25px;
  z-index: -1;
  -ms-transform: rotate(-1deg);
  -webkit-transform: rotate(-1deg);
  transform: rotate(-1deg);
}
.wall-card .share {
  position: relative;
  text-align: center;
  pointer-events: none;
  height: 30px;
}
.wall-card .share div {
  display: inline-block;
}
.wall-card .share a {
  display: inline-block;
  margin: 0 5px;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  position: relative;
  line-height: 30px;
  font-size: 24px;
  color: #898989;
  pointer-events: auto;
  cursor: pointer;
}
.ink {
  display: block;
  position: absolute;
  background: rgba(255, 1, 151, 0.9);
  border-radius: 100%;
  -webkit-transform: scale(0.01);
  -ms-transform: scale(0.01);
  transform: scale(0.01);
  z-index: 10;
  pointer-events: none;
}
.wall--no-rail .wall-card {
  width: 25%;
}
.wall-card--quote {
  cursor: default;
}
.wall-card--quote h3 {
  display: none;
}
.wall-card--quote .img {
  padding-top: 133%;
}
.wall-card--quote .share-wrap {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}
.wall-card--quote .share-wrap .share a {
  color: #ffffff;
}
.wall-card--breaking-exclusive .img-wrap .img:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0px;
  width: 128px;
  height: 125px;
  background: url(//d3izb2c22fwp6s.cloudfront.net/cache/img/exclusive-flag_1465501742.png) no-repeat;
  background-size: contain;
  display: block;
  pointer-events: none;
  z-index: 2;
}
/*animation effect*/
.ink.animate {
  -webkit-animation: ripple 0.5s ease-in;
  animation: ripple 0.5s ease-in;
  animation-fill-mode: forwards;
}
@media (min-width: 768px) {
  .wall-wrap {
    padding: 0 17px 0 20px;
  }
  .wall-wrap > h4 {
    display: block;
    font-size: 36px;
    text-transform: uppercase;
    line-height: 1;
    color: #ff0197;
    font-style: italic;
    font-weight: 500;
    margin: 40px 0 25px 0;
  }
  .wall-wrap--article {
    display: none;
  }
  .wall.wall--posts {
    margin-bottom: 200px;
  }
  .wall .more-cards {
    margin: 0;
    left: 0;
    right: 0;
    bottom: -120px;
  }
  .wall--posts .wall-card {
    width: 50%;
    padding: 0 3px 0 0;
  }
  .not-initialized {
    position: absolute;
  }
  .not-mobile-detected .wall-card {
    margin-bottom: 3px;
  }
  .not-mobile-detected .wall-card .img-wrap {
    overflow: hidden;
    border: 1px solid transparent;
  }
  .not-mobile-detected .wall-card .text-content {
    background-color: #ededed;
    border-bottom: 0;
    padding-bottom: 20px;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.15s ease-out 0.15s;
    -moz-transition: all 0.15s ease-out 0.15s;
    -ms-transition: all 0.15s ease-out 0.15s;
    -o-transition: all 0.15s ease-out 0.15s;
    transition: all 0.15s ease-out 0.15s;
  }
  .not-mobile-detected .wall-card .partner-touch {
    display: none;
  }
  .not-mobile-detected .wall-card .partner-default {
    display: block;
  }
  .not-mobile-detected .wall-card .title {
    font-size: 24px;
  }
  .not-mobile-detected .wall-card .text-wrap .share {
    height: 43px;
    left: 0;
    right: 0;
    overflow: hidden;
    max-height: 0;
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: max-height .15s ease-out .15s, opacity .15s ease-in;
    -moz-transition: max-height .15s ease-out .15s, opacity .15s ease-in;
    -ms-transition: max-height .15s ease-out .15s, opacity .15s ease-in;
    -o-transition: max-height .15s ease-out .15s, opacity .15s ease-in;
    transition: max-height .15s ease-out .15s, opacity .15s ease-in;
  }
  .not-mobile-detected .wall-card .text-wrap .share a {
    border: 1px solid #ff0197;
    width: 43px;
    height: 43px;
    line-height: 48px;
    color: #ff0197;
  }
  .not-mobile-detected .wall-card .text-wrap .share a:hover {
    background-color: #ff0197;
    border-color: #ff0197;
    color: #ededed;
  }
  .not-mobile-detected .wall-card.hover .text-content {
    -ms-transform: translateY(-50px);
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -ms-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    margin-bottom: -55px;
  }
  .not-mobile-detected .wall-card.hover .share {
    max-height: 43px;
    opacity: 99;
    filter: alpha(opacity=9900);
    filter: alpha(opacity=99);
    -khtml-opacity: 0.99;
    -moz-opacity: 0.99;
    opacity: 0.99;
    -webkit-transition: max-height .15s ease-out, opacity .15s ease-in .15s;
    -moz-transition: max-height .15s ease-out, opacity .15s ease-in .15s;
    -ms-transition: max-height .15s ease-out, opacity .15s ease-in .15s;
    -o-transition: max-height .15s ease-out, opacity .15s ease-in .15s;
    transition: max-height .15s ease-out, opacity .15s ease-in .15s;
  }
  .not-mobile-detected .wall-card.hover .content-icon {
    opacity: 99;
    filter: alpha(opacity=9900);
    filter: alpha(opacity=99);
    -khtml-opacity: 0.99;
    -moz-opacity: 0.99;
    opacity: 0.99;
    background-color: #ff0197;
  }
  .not-mobile-detected .wall-card.hover .title {
    color: #000000;
  }
  .not-mobile-detected .wall-card .content-icon {
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -ms-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
  }
  .not-mobile-detected .wall-card.wall-card--video .content-icon {
    opacity: 99;
    filter: alpha(opacity=9900);
    filter: alpha(opacity=99);
    -khtml-opacity: 0.99;
    -moz-opacity: 0.99;
    opacity: 0.99;
  }
}
@media (min-width: 939px) {
  .wall-card {
    width: 50%;
    padding: 0 3px 0 0;
  }
  .wall--posts .wall-card {
    width: 33.3%;
  }
  .wall-card--special .img {
    padding-top: 175%;
  }
}
@media (min-width: 1200px) {
  .wall-card {
    width: 33.33%;
  }
  .wall--posts .wall-card {
    width: 25%;
  }
}
/* Mixins.less
 * Snippets of reusable CSS to develop faster and keep code readable
 * ----------------------------------------------------------------- */
.newsletter-signup-header {
  display: none;
}
.newsletter-signup-body {
  visibility: visible;
}
.newsletter-signup-body form {
  margin: 0;
  zoom: 1;
}
.newsletter-signup-body form:before,
.newsletter-signup-body form:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.newsletter-signup-body form:after {
  clear: both;
}
.newsletter-signup-body form:before,
.newsletter-signup-body form:after {
  display: table;
  content: "";
  zoom: 1;
}
.newsletter-signup-body form:after {
  clear: both;
}
.newsletter-signup-body input.text {
  border: 0;
  line-height: 1;
  padding: 11px 20px 9px 20px;
  font-size: 15px;
  font-style: italic;
  text-transform: uppercase;
  font-weight: 500;
  display: inline-block;
  float: left;
  min-height: 40px;
  margin: 0 2% 0 0;
  width: 65%;
  max-width: 65%;
  -webkit-font-smoothing: antialiased;
}
.newsletter-signup-body .input-wrap {
  position: relative;
  display: block;
}
.newsletter-signup-body .input-wrap .error-message {
  position: absolute;
  z-index: 1;
  font-style: italic;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  left: 0px;
  top: 48px;
  display: block;
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  padding: 5px 20px;
  background: #ff0197;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.newsletter-signup-body .input-wrap .error-message:after {
  position: absolute;
  content: '';
  top: -10px;
  width: 0;
  left: 20px;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ff0197;
}
.newsletter-signup-body .form-btn {
  max-width: 33%;
  width: 33%;
  padding-left: 0;
  float: left;
  padding-right: 0;
}
.newsletter-signup-body .has-error .error-message {
  opacity: 85;
  filter: alpha(opacity=8500);
  filter: alpha(opacity=85);
  -khtml-opacity: 0.85;
  -moz-opacity: 0.85;
  opacity: 0.85;
}
.newsletter-signup-footer {
  font-size: 14px;
  font-style: italic;
  padding: 5px 0;
  -webkit-font-smoothing: antialiased;
  font-weight: 500;
  color: #898989;
}
.newsletter-signup-footer a {
  color: #898989;
  text-decoration: underline;
}
.newsletter-signup {
  position: relative;
}
.newsletter-signup-confirm {
  visibility: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  text-transform: uppercase;
  font-weight: 700;
  font-style: italic;
  line-height: .85;
  text-align: center;
  color: #ff0197;
}
.newsletter-signup-confirm .newsletter-signup-confirm-close {
  display: none;
}
.newsletter-signup-confirm .message {
  font-size: 48px;
  padding: 10px 20px;
}
.newsletter-signup-confirm .message span {
  display: block;
  font-size: 20px;
}
.has-subscribed .newsletter-signup-wrap {
  visibility: hidden;
}
.has-subscribed .newsletter-signup-body {
  visibility: hidden;
}
.has-subscribed .newsletter-signup-confirm {
  visibility: visible;
}
.has-subscribed .nav-item--newsletter .newsletter-signup-confirm-close {
  display: block;
}
.newsletter-signup--sub .newsletter-signup-header {
  display: block;
}
.newsletter-signup--sub .newsletter-signup-body .form-btn {
  padding-left: 10px;
  padding-right: 10px;
  width: 33%;
  max-width: 35%;
}
.newsletter-signup--sub .newsletter-signup-body input.text {
  max-width: 65%;
  width: 65%;
}
.newsletter-signup--sub .newsletter-signup-footer {
  font-size: 13px;
  margin-bottom: 5px;
}
.newsletter-signup--sub h5 {
  font-size: 16px;
  text-transform: uppercase;
  color: #ff0197;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 8px;
  line-height: 1;
}
.newsletter-signup--nav h5 {
  font-size: 20px;
  text-transform: uppercase;
  color: #ff0197;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 8px;
  line-height: 1;
}
.newsletter-fly-in {
  position: fixed;
  left: 0;
  right: 0;
  padding: 20px 10px;
  bottom: -300px;
  background: #ededed;
  border: 1px solid #cccccc;
  border-bottom: 0;
  -webkit-transition: bottom 0.7s ease-in;
  -moz-transition: bottom 0.7s ease-in;
  -ms-transition: bottom 0.7s ease-in;
  -o-transition: bottom 0.7s ease-in;
  transition: bottom 0.7s ease-in;
}
.newsletter-fly-in .close {
  position: absolute;
  top: 0px;
  right: 5px;
  font-size: 24px;
  -webkit-font-smoothing: antialiased;
  color: #a9a9a9;
  z-index: 1;
}
.newsletter-fly-in .close:hover {
  color: #333333;
}
.newsletter-fly-in .newsletter-signup-footer {
  text-align: center;
}
.newsletter-fly-in h5 {
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
  color: #ff0197;
  text-align: center;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 20px;
  padding: 0 40px;
}
.newsletter-fly-in h5 br {
  display: none;
}
.newsletter-fly-in.toasted {
  bottom: 0;
}
.newwave-fly-in {
  position: fixed;
  left: 0;
  right: 0;
  padding: 0;
  bottom: -500px;
  background: #a4edfe;
  border: 1px solid #95cddc;
  border-bottom: 0;
  -webkit-transition: bottom 0.7s ease-in;
  -moz-transition: bottom 0.7s ease-in;
  -ms-transition: bottom 0.7s ease-in;
  -o-transition: bottom 0.7s ease-in;
  transition: bottom 0.7s ease-in;
}
.newwave-fly-in:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  background: #71d3e7;
}
.newwave-fly-in .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 3;
  cursor: pointer;
}
.newwave-fly-in .close {
  position: absolute;
  top: 0px;
  right: 5px;
  font-size: 24px;
  -webkit-font-smoothing: antialiased;
  color: #353535;
  z-index: 4;
  cursor: pointer;
}
.newwave-fly-in .close:hover {
  color: #333333;
}
.newwave-fly-in .newsletter-signup-footer {
  text-align: center;
}
.newwave-fly-in h5 {
  font-size: 48px;
  line-height: 1;
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  text-transform: uppercase;
  color: #ff0197;
  text-align: center;
  font-weight: 500;
  font-style: italic;
  margin: 0;
  letter-spacing: -0.04em;
  padding: 0;
}
.newwave-fly-in h5 br {
  display: none;
}
.newwave-fly-in .cta {
  text-transform: uppercase;
  font-style: italic;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  text-align: center;
  color: #ff0197;
  z-index: 2;
}
.newwave-fly-in .cta .text {
  display: block;
  font-weight: 700;
}
.newwave-fly-in .cta .btn {
  color: #ffffff;
  background: #ff0197;
  padding: 5px 15px;
  margin: 0 auto;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  border-radius: 3px;
  font-weight: 500;
}
.newwave-fly-in .new-wave {
  padding-top: 63%;
  background: url(//d3izb2c22fwp6s.cloudfront.net/cache/img/new-wave_1465501742.png) no-repeat center bottom;
  background-size: cover;
  margin-bottom: 20px;
  z-index: 1;
  position: relative;
  font-size: 18px;
  margin-top: -10px;
}
.newwave-fly-in.toasted {
  bottom: 0;
}
@media (min-width: 375px) {
  .newsletter-signup-confirm .message {
    font-size: 55px;
  }
  .newwave-fly-in h5 {
    font-size: 50px;
  }
}
@media (min-width: 768px) {
  .newsletter-signup-body input.text {
    min-height: 41px;
    font-size: 16px;
  }
  .newsletter-signup-body .form-btn {
    max-width: 28%;
    font-size: 16px;
  }
  .newsletter-fly-in,
  .newwave-fly-in {
    position: fixed;
    left: 50%;
    right: auto;
    width: 700px;
    padding: 40px 105px;
    margin-left: -350px;
  }
  .newsletter-fly-in .close,
  .newwave-fly-in .close {
    top: 10px;
    right: 15px;
    font-size: 36px;
  }
  .newsletter-fly-in h5,
  .newwave-fly-in h5 {
    font-size: 26px;
  }
  .newwave-fly-in {
    padding: 0;
  }
  .newwave-fly-in h5 {
    top: 10px;
    font-size: 80px;
  }
  .newwave-fly-in .new-wave {
    margin-bottom: 0;
    margin-top: -40px;
  }
  .newwave-fly-in .cta {
    padding-bottom: 15px;
  }
  .newwave-fly-in .cta .text {
    color: #333333;
    font-size: 30px;
  }
}
/* Mixins.less
 * Snippets of reusable CSS to develop faster and keep code readable
 * ----------------------------------------------------------------- */
.post-wrap.hidden {
  display: none;
}
.post-header {
  text-align: center;
  padding: 10px;
  position: relative;
}
.post-header .unicorn-wrap {
  margin: 0 -10px;
  height: 50px;
}
.post-body {
  padding: 0 10px;
  position: relative;
}
.post-footer {
  background: #e2e2e2;
  position: relative;
  margin-bottom: 10px;
}
.post-footer .you-might-like {
  padding: 20px 10px;
}
.posts-celebrity-bio .article-intro {
  display: none;
}
@media (min-width: 768px) {
  .post-header .unicorn-wrap {
    margin: 10px auto;
    height: 90px;
  }
  .post-footer {
    background: transparent;
    margin-bottom: -1px;
    padding: 0 20px;
  }
  .post-footer .you-might-like {
    border: 1px solid #cccccc;
    border-width: 1px 0;
    padding: 27px 0px;
    min-height: 340px;
  }
  .post-body {
    padding: 0 20px;
  }
  .video-meta {
    float: left;
    min-width: 200px;
  }
  .video-share.content-share--1 {
    float: left;
    margin-right: 10px;
  }
  .post-wrap .unicorn {
    display: none;
  }
  .post-wrap--0 .unicorn {
    display: block;
  }
  .post-wrap.initialized .unicorn {
    display: block;
  }
  .post-wrap.tracked .post-header {
    background-color: rgba(255, 255, 255, 0.1);
  }
}
@media (min-width: 992px) {
  .post-footer .you-might-like {
    min-height: 280px;
  }
}
@media (min-width: 1200px) {
  .post-footer .you-might-like {
    min-height: 340px;
  }
}
/* Mixins.less
 * Snippets of reusable CSS to develop faster and keep code readable
 * ----------------------------------------------------------------- */
.category-body .page-body-wrap,
.celebrity-content-body .page-body-wrap {
  position: relative;
}
.category-body .wall,
.celebrity-content-body .wall {
  margin-bottom: 110px;
}
.news-header .unicorn-wrap--more,
.search-header .unicorn-wrap--more {
  position: relative;
  padding: 10px 0;
  margin: 0 -10px;
}
@media (min-width: 768px) {
  .csspositionsticky .category-body .page-body-sub,
  .csspositionsticky .celebrity-content-body .page-body-sub {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    bottom: 0;
  }
  .csspositionsticky .category-footer,
  .csspositionsticky .celebrity-content-footer {
    margin-top: 200px;
  }
  .category-footer,
  .celebrity-content-footer {
    margin-top: 200px;
  }
  .category-body-wrap {
    position: relative;
  }
  .category-body .wall,
  .celebrity-content-body .wall {
    margin-bottom: 0;
  }
  .news-header .unicorn-wrap--more,
  .search-header .unicorn-wrap--more {
    background: #e2e2e2;
  }
  .category-body-sub.sticky {
    -webkit-animation: repaint 10ms;
    animation: repaint 10ms;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .category-body-sub .wall-load-unicorn-wrap {
    margin-bottom: 20px;
  }
  .category-body-sub .wall-load-unicorn-wrap.inited {
    height: 250px;
  }
}
@media (min-width: 1350px) {
  .news-header .unicorn-wrap--more,
  .search-header .unicorn-wrap--more {
    margin: 10px auto;
  }
  .news-header .unicorn-wrap--more:after,
  .search-header .unicorn-wrap--more:after,
  .news-header .unicorn-wrap--more:before,
  .search-header .unicorn-wrap--more:before {
    content: '';
    width: 49.4vw;
    position: absolute;
    background: #e2e2e2;
    top: 0;
    bottom: 0;
    z-index: -1;
  }
  .news-header .unicorn-wrap--more:after,
  .search-header .unicorn-wrap--more:after {
    left: 50%;
  }
  .news-header .unicorn-wrap--more:before,
  .search-header .unicorn-wrap--more:before {
    right: 50%;
  }
}
/* Mixins.less
 * Snippets of reusable CSS to develop faster and keep code readable
 * ----------------------------------------------------------------- */
.type-index #primary {
  zoom: 1;
  position: relative;
  padding: 0;
}
.type-index #primary:before,
.type-index #primary:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.type-index #primary:after {
  clear: both;
}
.type-index #primary:before,
.type-index #primary:after {
  display: table;
  content: "";
  zoom: 1;
}
.type-index #primary:after {
  clear: both;
}
.type-index .wall {
  max-width: 1020px;
  margin-bottom: 200px;
  width: 100%;
  zoom: 1;
  -webkit-transition: height 0.3s ease-in;
  -moz-transition: height 0.3s ease-in;
  -ms-transition: height 0.3s ease-in;
  -o-transition: height 0.3s ease-in;
  transition: height 0.3s ease-in;
}
.type-index .wall:before,
.type-index .wall:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.type-index .wall:after {
  clear: both;
}
.type-index .wall:before,
.type-index .wall:after {
  display: table;
  content: "";
  zoom: 1;
}
.type-index .wall:after {
  clear: both;
}
.type-index .wall .unicorn-wrap-in-stream--banner {
  margin-bottom: 17px;
}
.type-index .wall--no-rail {
  max-width: 100%;
}
.type-index .featured {
  width: 100%;
}
.type-index .featured .rail {
  display: block;
  margin-bottom: -60px;
}
.type-index .featured .content-card {
  padding-bottom: 15px;
  margin-bottom: 15px;
  vertical-align: middle;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.type-index .featured .content-card .img-wrap {
  float: none;
  width: 120px;
  min-width: 120px;
}
.type-index .featured .content-card .text-wrap {
  width: calc(100% -120px);
  padding: 0 0 0 12px;
  float: none;
}
.type-index .featured .content-card .text-wrap .title {
  font-size: 18px;
  max-height: none;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.09;
}
.type-index .featured .content-card .text-wrap .share {
  white-space: nowrap;
}
.type-index .featured .unicorn-wrap-in-stream--lrec {
  margin: 20px -20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #cccccc;
}
.type-index .featured .unicorn-wrap-in-stream--banner {
  margin: 5px 0 0 0;
}
.type-index .content-card .publish-time--actual,
.type-index .content-card .publish-time--since {
  display: none;
}
.type-index .content-card .meta .share {
  display: block;
  opacity: 99;
  filter: alpha(opacity=9900);
  filter: alpha(opacity=99);
  -khtml-opacity: 0.99;
  -moz-opacity: 0.99;
  opacity: 0.99;
  position: relative;
}
.type-index .mobile-rail {
  height: 2000px;
  width: 100%;
  height: 100%;
}
.type-index .mobile-rail .rail {
  display: block;
}
.type-index .mobile-rail .content-card {
  padding-bottom: 15px;
  margin-bottom: 15px;
  vertical-align: middle;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.type-index .mobile-rail .content-card .text-wrap {
  float: none;
  padding: 0 0 0 12px;
}
.type-index .mobile-rail .content-card .img-wrap {
  float: none;
}
.type-index .mobile-rail .content-card .title {
  font-size: 19px;
}
.type-index .mobile-rail .rail-section-footer .text {
  font-size: 30px;
  text-align: center;
  display: block;
}
.type-index .mobile-rail .unicorn-wrap-in-stream--lrec {
  margin: 20px -20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #cccccc;
}
.type-index .mobile-rail .unicorn-wrap-in-stream--banner {
  margin: 5px 0 -3px 0;
}
.type-index .mobile-rail .svg--right-arrow {
  height: 15px;
  width: 10px;
}
.type-index .desktop-rail {
  display: none;
}
.type-index .desktop-rail .invisible {
  position: absolute;
}
.type-index .rail {
  width: 100%;
  padding: 20px;
  display: none;
}
.type-index .flickity-enabled .wall,
.type-index .flickity-enabled .mobile-rail,
.type-index .flickity-enabled .featured {
  display: block;
}
.not-mobile-detected .type-index .content-card .share a {
  color: #898989;
}
.not-mobile-detected .type-index .content-card .share a:hover {
  color: #e20085;
}
.not-mobile-detected .type-index .desktop-rail {
  margin-top: 1px;
}
@media (min-width: 768px) {
  .type-index #primary {
    padding: 3px 332px 3px 10px;
    margin-bottom: 200px;
  }
  .type-index .desktop-rail {
    display: block;
    float: right;
  }
  .type-index .desktop-rail .rail {
    float: right;
    width: 300px;
    margin-right: -322px;
    padding: 0;
    display: block;
  }
  .type-index .mobile-rail {
    display: none;
  }
  .type-index .featured {
    display: none;
  }
  .type-index .wall {
    float: left;
    margin-bottom: 0;
    display: block;
  }
  .type-index .wall .more-cards {
    margin-right: -322px;
  }
  .index-home .rail .unicorn-wrap {
    margin: 0 auto 20px auto;
  }
  .index-home .rail .unicorn-wrap .unicorn {
    margin: 0 auto;
  }
  .type-index .desktop-rail .content-card {
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
  .type-index .desktop-rail .content-card.last {
    margin-bottom: 0;
  }
  .type-index .desktop-rail .content-card .img-wrap {
    width: 20%;
  }
  .type-index .desktop-rail .content-card .text-wrap {
    width: 80%;
    padding: 0 0 0 12px;
  }
  .type-index .desktop-rail .content-card .celeb-name {
    font-size: 15px;
    margin-top: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .type-index .desktop-rail .content-card .title {
    font-size: 18px;
  }
  .type-index .desktop-rail .content-card .meta span {
    font-size: 13px;
  }
  .type-index .desktop-rail .content-card .meta .share {
    top: -2px;
  }
  .type-index .desktop-rail .section-header h4 {
    font-size: 19px;
    margin-bottom: 17px;
    line-height: 1.2;
  }
  .type-index .desktop-rail .rail-section--videos .content-card .img-wrap {
    width: 30%;
  }
  .type-index .desktop-rail .rail-section--videos .content-card .text-wrap {
    width: 70%;
  }
  .type-index .desktop-rail .rail-section {
    margin-bottom: 20px;
  }
  .type-index .desktop-rail .rail-section + .unicorn-wrap {
    margin-top: -10px;
  }
  .type-index .desktop-rail .rail-section-footer {
    margin-top: 5px;
  }
  .type-index .desktop-rail .content-card--celebrity .img-wrap {
    width: 30%;
  }
  .type-index .desktop-rail .content-card--celebrity .text-wrap {
    width: 70%;
  }
  .type-index .desktop-rail .content-card--celebrity .title {
    font-size: 24px;
    min-height: 0;
    line-height: 1;
    margin-bottom: 10px;
  }
  .type-index .desktop-rail .content-card--celebrity .meta {
    display: none;
  }
}
/* Mixins.less
 * Snippets of reusable CSS to develop faster and keep code readable
 * ----------------------------------------------------------------- */
.content-wrap .icon-item {
  color: #ffffff;
  display: inline-block;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  background: #ff0197;
  text-align: center;
  line-height: 47px;
  font-size: 20px;
  margin-left: 5px;
  cursor: pointer;
}
.content-wrap .icon-item:hover {
  background: #e20085;
  color: #ffffff;
}
.content-wrap .icon-item span {
  display: none;
}
.content-wrap .icon-item.icon-facebook {
  background-color: #3c5a96;
}
.content-wrap .icon-item.icon-facebook:hover {
  background-color: #29427b;
}
.content-wrap .icon-item.icon-twitter {
  background-color: #1dadea;
}
.content-wrap .icon-item.icon-twitter:hover {
  background-color: #0098d0;
}
.content-wrap .icon-item.icon-pinterest {
  background-color: #c80a38;
}
.content-wrap .icon-item.icon-pinterest:hover {
  background-color: #b5002f;
}
.content-wrap .close-slideshow {
  display: none;
}
.content-wrap .back-to-top {
  display: none;
  position: relative;
}
.content-wrap .back-to-top svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}
.content-wrap .back-to-top .arrow {
  fill: #ffffff;
}
.content-wrap .inline-related-galleries {
  display: block;
  clear: both;
  font-family: "FontSiteSansCond", sans-serif;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
}
.content-wrap .inline-related-galleries .inline-related-galleries-title {
  display: block;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: .2em;
}
.content-wrap .inline-related-galleries a {
  display: block;
  font-size: 28px;
  font-weight: 500;
}
.content-wrap .inline-related-galleries .svg--right-arrow {
  height: 16px;
  width: 12px;
  margin-left: 8px;
}
.content-header {
  margin-bottom: 17px;
}
.content-header strong {
  display: block;
  font-size: 19px;
  font-weight: 700;
  text-transform: uppercase;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  color: #ff0197;
  line-height: 1.2;
}
.content-header .headline {
  font-size: 40px;
  font-weight: 700;
  line-height: .85;
  text-transform: uppercase;
}
.content-body {
  font-family: Helvetica, arial;
  font-size: 18px;
  line-height: 1.5;
  width: 100%;
}
.content-body p {
  margin-bottom: 18px;
}
.content-body p:empty {
  display: none;
}
.content-body p.slide-title {
  font-weight: 600;
  margin-bottom: 15px;
}
.content-body a:hover {
  color: #e20085;
}
.content-body .content-text-wrap b,
.content-body .content-text-wrap strong {
  font-weight: 600;
}
.content-body .content-text-wrap i,
.content-body .content-text-wrap em {
  font-style: italic;
}
.content-body .content-meta {
  font-size: 14px;
}
.content-body .content-meta a {
  color: #333333;
}
.content-body .content-meta a:hover {
  text-decoration: underline;
}
.content-body .inline-photo {
  display: block;
  position: relative;
  max-width: 600px;
  width: 100%;
  margin: 0 auto 20px auto;
  clear: both;
}
.content-body .inline-photo .proxy-img {
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  height: auto;
}
.content-body .inline-photo .credit {
  padding: 10px 0 0 0;
  line-height: 1;
  display: block;
  font-family: "FontSiteSansCond", sans-serif;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  color: #898989;
}
.content-body .inline-photo--horizontal {
  max-width: 100%;
}
.content-body .iframe-wrap {
  clear: both;
  position: relative;
}
.content-body .iframe-wrap.is-iframe {
  display: block;
}
.content-body .iframe-wrap.is-iframe .iframe-content {
  display: inline-block;
  margin: 0px auto 3px auto;
  max-width: 620px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  display: block;
  border-radius: 3px;
  position: relative;
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  -moz-transition: opacity 0.4s ease-in;
  -ms-transition: opacity 0.4s ease-in;
  -o-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
}
.content-body .iframe-wrap .top-left {
  left: 50%;
}
.content-body .iframe-wrap .iframe-content {
  display: block;
  position: relative;
}
.content-body .iframe-wrap.loaded .iframe-content {
  opacity: 99;
  filter: alpha(opacity=9900);
  filter: alpha(opacity=99);
  -khtml-opacity: 0.99;
  -moz-opacity: 0.99;
  opacity: 0.99;
}
.content-body .iframe-wrap.playbuzz-embed .playbuzz-wrap {
  display: block;
}
.content-body .iframe-wrap.playbuzz-embed .pb_feed {
  display: block;
}
.content-body .iframe-wrap.youtube-embed {
  border: 0;
}
.content-body .iframe-wrap.youtube-embed .iframe-content {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: none;
  padding-top: 56%;
}
.content-body .iframe-wrap.youtube-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.content-body .iframe-wrap.twitter-embed iframe,
.content-body .iframe-wrap.twitter-embed twitterwidget {
  margin: 0 auto;
}
.content-body .iframe-wrap.facebook-embed {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.content-body .iframe-wrap.facebook-embed .fb-wrap {
  margin: 0 auto;
  display: block;
  position: relative;
  -webkit-transition: opacity 0.4s ease-in;
  -moz-transition: opacity 0.4s ease-in;
  -ms-transition: opacity 0.4s ease-in;
  -o-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
}
.content-body .iframe-wrap.facebook-embed .fb-post {
  display: block;
  width: 100%;
}
.content-body .inserted-frame {
  width: 100%;
  border: 0;
  display: block;
}
.content-body .author,
.content-body .provider {
  font-weight: 600;
  display: inline-block;
  margin-right: 10px;
  position: relative;
}
.content-body .provider--has-author:after {
  position: absolute;
  top: 50%;
  margin-top: -2px;
  height: 4px;
  width: 4px;
  border-radius: 100%;
  background-color: #333333;
  content: '';
  display: block;
  left: -9px;
}
.content-body .dateline {
  display: block;
  font-weight: 200;
  -webkit-font-smoothing: antialiased;
}
.content-body .content-related {
  margin: 30px 0;
}
.content-body .partner-links .title {
  text-transform: uppercase;
  font-weight: 600;
}
.content-body .partner-links a:hover {
  color: #e20085;
}
.content-body .partner-links a .source {
  color: #333333;
}
.content-body .unicorn-wrap-in-stream--embed {
  padding: 15px 0 0 0;
  z-index: 1;
  display: block;
  position: relative;
}
.content-body .unicorn-wrap-in-stream--words {
  padding: 0 0 20px 0;
  margin: 0 -10px;
}
.content-share {
  width: 100%;
  height: 50px;
  margin-bottom: 18px;
  zoom: 1;
  display: none;
}
.content-share:before,
.content-share:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.content-share:after {
  clear: both;
}
.content-share:before,
.content-share:after {
  display: table;
  content: "";
  zoom: 1;
}
.content-share:after {
  clear: both;
}
.content-share a {
  display: block;
  float: left;
  width: 25%;
  height: 50px;
  text-align: center;
  color: #ffffff;
  font-size: 28px;
  overflow: hidden;
  line-height: 60px;
}
.content-share a span {
  font-family: 'FontSiteSansCond';
  position: relative;
  font-size: 15px;
  text-transform: uppercase;
  line-height: 1;
  font-style: italic;
  display: inline-block;
  margin-left: 3px;
  top: -9px;
}
.content-share a:hover {
  color: #ffffff;
}
.content-share .icon-facebook {
  background-color: #3c5a96;
}
.content-share .icon-facebook:hover {
  background-color: #29427b;
}
.content-share .icon-twitter {
  background-color: #1dadea;
}
.content-share .icon-twitter:hover {
  background-color: #0098d0;
}
.content-share .icon-pinterest {
  background-color: #c80a38;
}
.content-share .icon-pinterest:hover {
  background-color: #b5002f;
}
.content-share .icon-mail {
  background-color: #ff0197;
}
.content-share .icon-mail:hover {
  background-color: #e20085;
}
.content-break {
  clear: both;
}
.not-mobile-detected .content-sub .content-card .share a {
  color: #898989;
}
.not-mobile-detected .content-sub .content-card .share a:hover {
  color: #e20085;
}
.content-sub {
  position: relative;
}
.content-sub .content-card {
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.content-sub .content-card.last {
  margin-bottom: 0;
}
.content-sub .content-card .img-wrap {
  width: 20%;
}
.content-sub .content-card .text-wrap {
  width: 80%;
  padding: 0 0 0 12px;
}
.content-sub .content-card .celeb-name {
  font-size: 15px;
  margin-top: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.content-sub .content-card .title {
  font-size: 18px;
}
.content-sub .content-card .meta span {
  font-size: 13px;
}
.content-sub .content-card .meta .share {
  top: -2px;
}
.content-sub .content-card .publish-time--actual,
.content-sub .content-card .publish-time--since {
  display: none;
}
.content-sub .content-card .meta .share {
  display: block;
  opacity: 99;
  filter: alpha(opacity=9900);
  filter: alpha(opacity=99);
  -khtml-opacity: 0.99;
  -moz-opacity: 0.99;
  opacity: 0.99;
  position: relative;
}
.content-sub .rail-section--videos .content-card .img-wrap {
  width: 35%;
}
.content-sub .rail-section--videos .content-card .text-wrap {
  width: 65%;
}
.content-sub .rail-section-header h4 {
  font-size: 19px;
  margin-bottom: 17px;
  line-height: 1.2;
}
.content-sub .rail-section-header .title:before {
  background-color: #ff0197;
}
.content-sub .newsletter-signup--sub {
  display: none;
}
.content-sub .unicorn-wrap {
  min-height: 250px;
  margin: 20px 0;
}
.content-sub .we-recommend {
  margin-bottom: 20px;
}
.video-sub .we-recommend {
  margin-top: 20px;
}
.video-sub .unicorn-wrap {
  margin-top: 0;
}
.content-gallery {
  padding-top: 0;
  height: 150%;
  margin: 20px -10px;
  position: relative;
  overflow: hidden;
}
.paused .content-gallery {
  pointer-events: none;
}
.initialized .content-gallery {
  overflow: visible;
}
.content-gallery .description {
  display: none;
}
.content-gallery .meta {
  display: none;
}
.content-gallery .share {
  position: absolute;
  bottom: 15px;
  right: 15px;
  z-index: 2;
  display: none;
}
.content-gallery .slide-share {
  display: block;
}
.content-gallery .slide-share-destination {
  position: absolute;
  bottom: 70px;
  right: 20px;
  display: none;
}
.content-gallery .meta-destination {
  display: block;
  min-height: 60px;
  position: relative;
  border-top: 1px solid #cccccc;
}
.content-gallery .meta-destination .count,
.content-gallery .meta-destination .credit {
  padding: 10px;
  line-height: 1;
  display: block;
  font-family: "FontSiteSansCond", sans-serif;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  color: #898989;
}
.content-gallery .meta-destination .count {
  max-width: 20%;
  float: right;
}
.content-gallery .meta-destination .credit {
  max-width: 80%;
  float: left;
}
.content-gallery .slides {
  border-top: 1px solid #cccccc;
}
.content-gallery .slides:after {
  content: attr(data-after-content);
  display: none;
}
.content-gallery .slide {
  width: 100%;
}
.content-gallery .slide-unicorn {
  display: none;
}
.content-gallery .slide-arrows {
  display: none;
}
.content-gallery .img-wrap {
  position: relative;
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  -moz-transition: opacity 0.4s ease-in;
  -ms-transition: opacity 0.4s ease-in;
  -o-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
}
.content-gallery .img-wrap .top-left {
  left: 50%;
}
.content-gallery .img-wrap.loaded {
  opacity: .99;
}
.content-gallery .img {
  z-index: 1;
  position: relative;
}
.content-gallery .loaded-img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  height: auto;
}
.content-gallery .icon-item.icon-twitter {
  display: none;
}
.content-gallery .icon-item.icon-mail {
  display: none;
}
.content-gallery img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-color: #ededed;
}
.content-gallery .slide--has-endcard img {
  background-size: cover;
}
.content-gallery .slide--has-endcard .share {
  display: none;
}
.content-gallery .slide--has-endcard .img-wrap:after {
  position: absolute;
  content: '';
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: block;
}
.content-gallery .flickity-prev-next-button {
  height: 72px;
  display: none;
  width: 72px;
  background: #ff0197;
}
.content-gallery .flickity-prev-next-button .arrow {
  fill: #ffffff;
}
.content-gallery .flickity-prev-next-button.next {
  right: -23px;
}
.content-gallery .flickity-prev-next-button.previous {
  left: -23px;
}
.content-gallery .flickity-prev-next-button:hover {
  background: #e20085;
}
.content-gallery .flickity-prev-next-button:disabled:hover {
  background-color: #ff0197;
}
.content-gallery-endcard,
.slide-endcard {
  display: none;
  position: absolute;
  top: 50%;
  height: 72px;
  right: 25px;
  margin-top: -66px;
}
.content-gallery-endcard .up-next,
.slide-endcard .up-next {
  height: 92px;
  width: 220px;
  top: -10px;
  position: absolute;
  right: -1px;
  background: #ededed;
  padding: 15px 95px 0 20px;
}
.content-gallery-endcard .up-next span,
.slide-endcard .up-next span {
  display: block;
  font-weight: 700;
  font-family: "FontSiteSansCond", sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.content-gallery-endcard .up-next span.a,
.slide-endcard .up-next span.a {
  color: #ff0197;
  font-style: italic;
}
.slide-endcard {
  display: block;
  z-index: 2;
  right: 0;
}
.show-endcard .content-gallery-endcard {
  display: block;
}
.show-endcard .slide-share-destination {
  display: none;
  opacity: 0;
}
.content-video-wrap {
  position: relative;
  padding-top: 56.25%;
  clear: both;
  background-color: #ccc;
  margin-bottom: 30px;
}
.content-video-wrap .video-player {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}
.content-video-wrap .youtube-iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 0;
  display: block;
}
.video-body-wrap .content-share--2 {
  display: none;
}
@media (max-width: 767px) {
  .content-share--3 {
    z-index: 100;
    bottom: 0;
    margin: 0 -10px;
    width: auto;
    top: auto;
    display: block;
  }
  .content-share--3.fixedsticky-on {
    left: 0;
    right: 0;
    margin: 0;
  }
  .content-video--2 {
    display: none;
  }
  .content-video {
    margin-left: -10px;
    margin-right: -10px;
  }
  .slide--has-endcard .slide-endcard {
    margin-top: -36px;
  }
  .slide--has-endcard .flickity-prev-next-button.next {
    display: block;
    right: 12px;
  }
  .content-body {
    margin: 0 -10px;
    padding: 0 10px;
  }
}
@media (min-width: 768px) {
  .content-video--2 {
    display: none;
  }
  .content-gallery {
    width: 375px;
    height: 600px;
    margin: 20px auto;
  }
  .content-gallery .flickity-viewport {
    min-height: 500px;
  }
  .content-gallery .description-destination .count,
  .content-gallery .description-destination .credit {
    padding: 10px 0;
  }
  .content-gallery .flickity-prev-next-button {
    display: block;
  }
  .content-root {
    zoom: 1;
  }
  .content-root:before,
  .content-root:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .content-root:after {
    clear: both;
  }
  .content-root:before,
  .content-root:after {
    display: table;
    content: "";
    zoom: 1;
  }
  .content-root:after {
    clear: both;
  }
  .content-wrap {
    padding-right: 325px;
    zoom: 1;
  }
  .content-wrap:before,
  .content-wrap:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .content-wrap:after {
    clear: both;
  }
  .content-wrap:before,
  .content-wrap:after {
    display: table;
    content: "";
    zoom: 1;
  }
  .content-wrap:after {
    clear: both;
  }
  .content-body {
    float: left;
    padding-right: 25px;
    border-right: 1px solid #cccccc;
  }
  .content-body .unicorn-wrap-in-stream--embed.only--phone {
    display: none;
  }
  .content-body .unicorn-wrap-in-stream--words {
    display: none;
  }
  .content-sub {
    float: right;
    width: 300px;
    margin-right: -325px;
    padding: 0;
  }
  .content-sub .newsletter-signup--sub {
    display: block;
  }
  .content-header .headline {
    font-size: 44px;
  }
  .content-body {
    font-size: 16px;
    margin-bottom: 22px;
  }
  .content-body .content-meta {
    font-size: 16px;
  }
  .content-share {
    max-width: 320px;
  }
  .content-share a span {
    display: none;
  }
  .content-share--1,
  .content-share--2 {
    display: block;
  }
  .content-share--2 {
    margin-top: 32px;
  }
}
.no-images-image {
  display: block;
  margin-bottom: 20px;
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .content-video--1 {
    display: none;
  }
  .slide-endcard {
    display: none;
  }
  .content-gallery img {
    height: 133%;
  }
  .content-gallery .share {
    display: none;
  }
  .content-gallery .slide-share-destination {
    display: block;
  }
  .content-body .iframe-wrap {
    margin: 0 auto 0 auto;
    overflow: hidden;
  }
  .content-body .iframe-wrap.facebook-embed {
    max-width: 620px;
  }
  .content-body .iframe-wrap.facebook-twitter {
    max-width: 620px;
  }
  .content-video--2 {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .video-sub {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .video-sub .unicorn-wrap {
    -webkit-order: -1;
    -moz-order: -1;
    -ms-order: -1;
    order: -1;
  }
  .video-sub .newsletter-signup--sub {
    -webkit-order: 0;
    -moz-order: 0;
    -ms-order: 0;
    order: 0;
  }
}
/* Mixins.less
 * Snippets of reusable CSS to develop faster and keep code readable
 * ----------------------------------------------------------------- */
.article-body-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.celebrity-bio-shortener {
  max-height: 13.5em;
  overflow: hidden;
  padding-right: 30px;
  margin-bottom: 20px;
}
.article-gallery {
  display: none;
  background: #ededed;
  width: 100%;
  height: auto;
}
.article-gallery .slides:after {
  content: '';
}
.article-gallery .slide {
  display: none;
}
.article-gallery .slide--0 {
  display: block;
}
.article-meta {
  font-size: 16px;
  margin: .5em 0;
  line-height: 1.3;
}
.article-meta a {
  color: #333333;
}
.article-meta .author,
.article-meta .provider {
  display: inline-block;
  margin-right: 12px;
  position: relative;
}
.article-meta .author:after,
.article-meta .provider:after {
  content: "\00b7";
  font-size: 30px;
  position: absolute;
  right: -10px;
  top: -10px;
}
.article-meta .provider:after {
  display: none;
}
.article-meta .dateline {
  display: block;
}
.unicorn-wrap-article-gallery {
  display: none;
}
.unicorn-wrap-article-gallery .unicorn {
  display: none;
}
.article-sponsored .content-text-wrap {
  min-height: 1000px;
}
.article-intro {
  -webkit-order: -1;
  -moz-order: -1;
  -ms-order: -1;
  order: -1;
  position: relative;
  margin-bottom: 20px;
}
.article-intro .img-wrap {
  display: block;
  padding-top: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.article-intro .article-intro-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  cursor: pointer;
}
.article-intro .share,
.article-intro .launch {
  position: absolute;
  bottom: 15px;
  right: 15px;
  z-index: 2;
}
.article-intro .share .icon-mail,
.article-intro .share .icon-twitter {
  display: none;
}
.article-intro .launch {
  left: 10px;
  right: auto;
}
.celebrity-header-proxy {
  display: none;
}
.article-celebrity .full-bio-btn:hover {
  color: #ffffff;
  background: #e20085;
}
.article-celebrity-gallery .slides {
  border-top: 0;
}
.article-celebrity-gallery .meta-destination {
  border-top: 0;
}
.article--celebrity-no-bio .celebrity-related-content-mini .content-card {
  -webkit-flex: 1 1 100%;
  -moz-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}
@media (max-width: 991px) {
  .show-slideshow-global .more-bar {
    display: none;
  }
  .show-slideshow-global .post-wrap:not(.show-slideshow) {
    display: none;
  }
  .show-slideshow .celebrity-header {
    display: none;
  }
  .show-slideshow .article-wrap {
    padding-right: 0;
  }
  .show-slideshow .article-wrap .content-body {
    padding-right: 0;
    float: none;
    border-right: 0;
    padding-top: 20px;
  }
  .show-slideshow .article-wrap .content-sub {
    display: none;
  }
  .show-slideshow .article-wrap .article-intro,
  .show-slideshow .article-wrap .article-body-text {
    display: none;
  }
  .show-slideshow .article-wrap .article-body-wrap {
    padding-right: 0;
  }
  .show-slideshow .article-wrap .article-text-wrap > * {
    display: none;
  }
  .show-slideshow .article-wrap .article-text-wrap > .article-gallery-wrap {
    display: block;
  }
  .show-slideshow .article-wrap .article-gallery {
    display: block;
  }
  .show-slideshow .article-wrap .article-gallery .slide {
    display: block;
    margin-bottom: 20px;
  }
  .show-slideshow .article-wrap .slide-unicorn {
    display: block;
    margin: 30px auto 40px auto;
  }
  .show-slideshow .article-wrap .slide-unicorn--hidden,
  .show-slideshow .article-wrap .unicorn-wrap-in-stream--words {
    display: none;
  }
  .show-slideshow .full-bio-btn {
    display: none;
  }
  .show-slideshow .post-header,
  .show-slideshow .post-footer {
    display: none;
  }
  .show-slideshow .article-header {
    display: none;
  }
  .show-slideshow .article-meta {
    display: none;
  }
  .show-slideshow .article-related {
    display: none;
  }
  .show-slideshow .wall-wrap--article {
    display: none;
  }
  .show-slideshow .close-slideshow {
    position: fixed;
    top: 70px;
    right: 20px;
    display: block;
    font-size: 30px;
    z-index: 1;
  }
  .show-slideshow .close-slideshow:before {
    top: 1px;
    position: relative;
  }
  .show-slideshow + .wall-wrap--article,
  .show-slideshow + .article-next + .wall-wrap--article {
    display: none;
  }
  .article-gallery {
    padding: 0;
    margin: 0px 0;
    height: auto;
  }
  .article-gallery .meta-destination {
    display: none;
  }
  .article-gallery .slides {
    border-top: 0;
  }
  .article-gallery .slides:after {
    content: '';
  }
  .article-gallery .slide {
    border: 0;
    padding-top: 20px;
  }
  .article-gallery .slide .description,
  .article-gallery .slide .meta {
    display: block;
  }
  .article-gallery .slide .meta {
    line-height: 1;
    padding-bottom: 20px;
    font-family: "FontSiteSansCond", sans-serif;
    font-size: 18px;
    -webkit-font-smoothing: antialiased;
    color: #898989;
    zoom: 1;
  }
  .article-gallery .slide .meta:before,
  .article-gallery .slide .meta:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .article-gallery .slide .meta:after {
    clear: both;
  }
  .article-gallery .slide .meta:before,
  .article-gallery .slide .meta:after {
    display: table;
    content: "";
    zoom: 1;
  }
  .article-gallery .slide .meta:after {
    clear: both;
  }
  .article-gallery .slide .meta .count {
    float: left;
  }
  .article-gallery .slide .meta .credit {
    float: right;
    max-width: 80%;
    text-align: right;
  }
  .article-gallery .slide--has-endcard .img-wrap {
    max-width: 600px;
    margin: 0 auto;
  }
  .article-gallery .slide-text {
    border-top: 1px solid #cccccc;
    padding: 12px 10px;
    margin-top: 20px;
  }
  .article-gallery img {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
  }
  .article-new-style .content-body,
  .article-old-style .content-body {
    padding-right: 0;
    border-right: 0;
  }
}
@media (max-width: 767px) {
  .article-body {
    padding: 0;
    margin: 0;
  }
  .article-intro {
    margin-left: -10px;
    margin-right: -10px;
  }
  .show-slideshow .article-wrap .content-body {
    padding-top: 0;
    padding-right: 0;
  }
  .show-slideshow .close-slideshow {
    top: 50px;
  }
  .article-gallery .slide {
    border: 0;
    padding: 0;
  }
  .article-gallery .slide .meta {
    font-family: Helvetica, arial;
    font-size: 16px;
    padding-bottom: 8px;
    color: #333333;
  }
  .article-gallery .slide .meta .count {
    font-weight: 600;
  }
  .article-gallery .slide .meta .credit {
    text-transform: uppercase;
    font-weight: 200;
    font-size: 14px;
  }
  .article-gallery .slide-text {
    border-top: 0;
    margin-top: 0;
  }
  .article--celebrity-no-bio .celebrity-related-content-mini .rail-section-footer {
    margin-top: 10px;
  }
}
@media (max-width: 600px) {
  .article-gallery .slides {
    margin: 0 -10px;
  }
}
@media (min-width: 768px) {
  .csspositionsticky .article-wrap .article-sub {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    top: 13px;
  }
  .article-meta .provider:after {
    display: inline-block;
  }
  .article-meta .dateline {
    display: inline-block;
  }
  .article-wrap {
    margin-top: -35px;
  }
  .article-body {
    padding-top: 35px;
  }
  .article-new-style .article-sub .unicorn-wrap,
  .article-old-style .article-sub .unicorn-wrap {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .csspositionsticky .article-wrap .article-sub {
    top: 20px;
  }
  .article-body-wrap {
    display: block;
  }
  .article-old-style .content-body {
    padding-right: 20px;
  }
  .article-old-style .article-gallery .slides {
    border-top: 0;
  }
  .article-old-style .article-gallery .meta-destination {
    border-top: 0;
  }
  .article-new-style .content-body {
    padding-right: 20px;
  }
  .article-new-style .article-body-wrap {
    padding-left: 100px;
    position: relative;
  }
  .article-new-style .article-body-wrap > .article-gallery-wrap {
    padding-top: 0;
    border-top: 0;
  }
  .article-new-style .content-share--1 {
    position: absolute;
    left: 0;
    top: 5px;
    width: 60px;
  }
  .article-new-style .content-share--1 a {
    float: none;
    width: 60px;
    height: 60px;
    line-height: 69px;
  }
  .article-new-style .article-gallery {
    display: block;
    width: 425px;
    float: none;
    clear: both;
    max-height: none;
    margin-top: 0;
    margin: 0 auto 0 auto;
  }
  .article-new-style .article-gallery .slides {
    border: 0;
  }
  .article-new-style .article-gallery .slides:after {
    content: 'flickity';
  }
  .article-new-style .article-gallery .slide {
    display: block;
  }
  .article-new-style .article-gallery-wrap {
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    margin-bottom: 25px;
    padding-top: 20px;
  }
  .article-new-style .article-gallery {
    border-top: 0;
  }
  .article-new-style .article-gallery .meta-destination {
    border-top: 0;
  }
  .article-intro {
    display: none;
  }
  .article-gallery {
    display: block;
    width: 375px;
    float: right;
    clear: none;
    max-height: 581px;
    margin: 0px 5px 20px 35px;
  }
  .article-gallery .slides:after {
    content: 'flickity';
  }
  .article-gallery .slide {
    display: block;
  }
  /*
	.article-celebrity-gallery {
		&:before {
			content:'';
			display: block;
			z-index:0;
			width:36px;
			position: absolute;
			top:0;
			left:-35px;
			bottom:0;
			border:1px solid @body-color;
			border-width:0 30px 0 5px;
			background:@border-color;
		}		
	}
	*/
  .article--celebrity-no-bio .content-break {
    display: none;
  }
  .article--celebrity-no-bio .celebrity-related-content-mini {
    clear: none;
    z-index: 0;
    position: relative;
  }
  .article--celebrity-no-bio .article-celebrity-gallery {
    z-index: 1;
  }
  .article--celebrity-no-bio .celebrity-related-content-mini .rail-section-header {
    display: none;
  }
  .article--celebrity-no-bio .celebrity-related-content-mini .content-card {
    width: 100%;
  }
  .article--celebrity-no-bio .celebrity-related-content-mini .content-card--3,
  .article--celebrity-no-bio .celebrity-related-content-mini .content-card--4,
  .article--celebrity-no-bio .celebrity-related-content-mini .content-card--5 {
    display: none;
  }
  .article-new-style .article-gallery .flickity-prev-next-button.next {
    right: -50px;
  }
  .article-new-style .article-gallery .flickity-prev-next-button.previous {
    left: -50px;
  }
}
@media (min-width: 1050px) {
  .article-new-style .article-gallery .flickity-prev-next-button.next {
    right: -80px;
  }
  .article-new-style .article-gallery .flickity-prev-next-button.previous {
    left: -80px;
  }
}
@media (min-width: 1120px) {
  .article-celebrity-gallery {
    margin: 0px 5px 20px 35px;
  }
  .article-old-style .article-gallery {
    margin: -68px 10px 20px 40px;
  }
}
@media (min-width: 1125px) {
  .unicorn-wrap-article-gallery {
    display: block;
    height: 110px;
    margin-top: -20px;
  }
  .unicorn-wrap-article-gallery .unicorn {
    display: block;
    height: 90px;
    position: absolute;
    right: 0;
  }
}
@media (min-width: 1220px) {
  .article-celebrity-gallery {
    margin: -219px 5px 20px 35px;
  }
  .article-celebrity-gallery:before {
    content: '';
    border: 1px solid #ededed;
    border-width: 0 30px 0 15px;
    display: block;
    z-index: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -45px;
    width: 46px;
    background: #cccccc;
  }
  .article-new-style .article-gallery .flickity-prev-next-button.next {
    right: -100px;
  }
  .article-new-style .article-gallery .flickity-prev-next-button.previous {
    left: -100px;
  }
}
@media (min-width: 1225px) {
  .unicorn-wrap-article-gallery .unicorn {
    margin: 0 auto;
    position: relative;
  }
}
/* Mixins.less
 * Snippets of reusable CSS to develop faster and keep code readable
 * ----------------------------------------------------------------- */
.gallery-gallery {
  height: auto;
}
@media (max-width: 991px) {
  .gallery-gallery {
    -webkit-order: 2;
    -moz-order: 2;
    -ms-order: 2;
    order: 2;
    margin: 0 auto;
    width: auto;
    padding: 0;
    height: auto;
  }
  .gallery-gallery .slide-unicorn {
    display: block;
    margin: 0px auto 20px auto;
  }
  .gallery-gallery .slide-unicorn--hidden {
    display: none;
  }
  .gallery-gallery .img-wrap {
    max-width: 600px;
    margin: 0 auto;
  }
  .gallery-gallery .slides {
    border-top: 0;
  }
  .gallery-gallery .slides:after {
    content: '';
  }
  .gallery-gallery .slide {
    border: 1px solid #cccccc;
    border-width: 1px 0;
    padding-top: 20px;
    margin-top: -1px;
  }
  .gallery-gallery .slide .description,
  .gallery-gallery .slide .meta {
    display: block;
  }
  .gallery-gallery .slide .meta {
    line-height: 1;
    padding-bottom: 20px;
    font-family: "FontSiteSansCond", sans-serif;
    font-size: 18px;
    -webkit-font-smoothing: antialiased;
    color: #898989;
    zoom: 1;
  }
  .gallery-gallery .slide .meta:before,
  .gallery-gallery .slide .meta:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .gallery-gallery .slide .meta:after {
    clear: both;
  }
  .gallery-gallery .slide .meta:before,
  .gallery-gallery .slide .meta:after {
    display: table;
    content: "";
    zoom: 1;
  }
  .gallery-gallery .slide .meta:after {
    clear: both;
  }
  .gallery-gallery .slide .meta .count {
    float: left;
    max-width: 20%;
    text-align: left;
  }
  .gallery-gallery .slide .meta .credit {
    float: right;
    max-width: 80%;
    text-align: right;
  }
  .gallery-gallery .slide:last-of-type {
    border-bottom: 0;
  }
  .gallery-gallery .slide-text {
    padding: 10px 10px 0 10px;
    margin-top: 0px;
  }
  .gallery-body {
    float: none;
    border-right: 0;
    padding: 0;
    margin: 0 auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .gallery-body .back-to-top {
    position: fixed;
    top: 55px;
    pointer-events: none;
    right: 15px;
    display: block;
    -webkit-transition: opacity 0.3s ease-in;
    -moz-transition: opacity 0.3s ease-in;
    -ms-transition: opacity 0.3s ease-in;
    -o-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in;
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    font-size: 30px;
    z-index: 1;
  }
  .show-back-to-top .gallery-body .back-to-top {
    display: block;
    pointer-events: auto;
    opacity: 99;
    filter: alpha(opacity=9900);
    filter: alpha(opacity=99);
    -khtml-opacity: 0.99;
    -moz-opacity: 0.99;
    opacity: 0.99;
  }
  .gallery-body-wrap {
    -webkit-order: 1;
    -moz-order: 1;
    -ms-order: 1;
    order: 1;
  }
  .gallery-sub {
    display: none;
  }
  .gallery-wrap {
    padding-right: 0;
  }
  .gallery-wrap .meta-destination,
  .gallery-wrap .description-destination,
  .gallery-wrap .gallery-related {
    display: none;
  }
}
@media (max-width: 767px) {
  .gallery-gallery .slide {
    border: 0;
    padding: 0;
    margin-top: 0;
  }
  .gallery-gallery .slide .meta {
    font-family: Helvetica, arial;
    font-size: 16px;
    padding-bottom: 8px;
    color: #333333;
  }
  .gallery-gallery .slide .meta .count {
    font-weight: 600;
  }
  .gallery-gallery .slide .meta .credit {
    text-transform: uppercase;
    font-weight: 200;
    font-size: 14px;
  }
  .gallery-gallery .slide-text {
    margin-top: 0;
  }
}
@media (max-width: 600px) {
  .gallery-gallery .slides {
    margin: 0 -10px;
    overflow: hidden;
  }
}
@media (min-width: 992px) {
  .gallery-wrap {
    padding-right: 325px;
  }
  .content-gallery-endcard {
    right: 11px;
  }
  .gallery-gallery .meta-destination {
    border-top: 0;
  }
  .gallery-body {
    float: left;
    display: block;
    width: 100%;
    padding-right: 25px;
    border-right: 1px solid #cccccc;
  }
  .gallery-sub {
    float: right;
    display: block;
    width: 300px;
    margin-right: -325px;
    padding: 0;
  }
  .gallery-body {
    float: left;
    padding-right: 25px;
    border-right: 1px solid #cccccc;
  }
  .gallery-gallery {
    float: right;
    border: 0;
    padding: 0 10px 0 35px;
    margin: 0;
    width: 325px;
  }
  .gallery-gallery .slides {
    border-top: 0;
  }
  .gallery-gallery .flickity-viewport {
    min-height: 373px;
  }
  .gallery-body-wrap {
    padding-right: 350px;
  }
  .gallery-body {
    position: relative;
  }
  .gallery-body .content-break {
    display: none;
  }
  .gallery-body:after {
    content: '';
    top: 0;
    right: 350px;
    bottom: 0;
    width: 1px;
    display: block;
    background: #cccccc;
    position: absolute;
  }
  .gallery-body .description-destination {
    font-size: 14px;
    border-top: 1px solid #cccccc;
    margin-top: -14px;
    display: block;
    padding-top: 18px;
  }
  .gallery-body .gallery-related {
    font-size: 14px;
    border-top: 1px solid #cccccc;
    margin-top: -12px;
    padding-top: 18px;
  }
  .gallery-body .gallery-related .trc_rbox_header {
    font-size: 14px;
  }
  .gallery-body .gallery-related .trc_spotlight_item * {
    font-size: 14px !important;
  }
  .gallery-gallery .slides:after {
    content: 'flickity';
  }
}
@media (min-width: 1050px) {
  .gallery-body:after {
    right: 400px;
  }
  .gallery-body-wrap {
    padding-right: 400px;
  }
  .gallery-gallery {
    width: 375px;
  }
  .gallery-gallery .slides {
    border-top: 0;
  }
  .gallery-gallery .flickity-viewport {
    min-height: 440px;
  }
}
@media (min-width: 1175px) {
  .gallery-body:after {
    right: 500px;
  }
  .content-gallery-endcard {
    right: 25px;
  }
  .gallery-body-wrap {
    padding-right: 500px;
  }
  .gallery-gallery {
    padding: 0 25px 0 50px;
    width: 475px;
  }
  .gallery-gallery .slides {
    border-top: 0;
  }
  .gallery-gallery .flickity-viewport {
    min-height: 533px;
  }
}
@media (min-width: 1280px) and (min-height: 920px) {
  .gallery-body:after {
    right: 600px;
  }
  .gallery-body-wrap {
    padding-right: 600px;
  }
  .gallery-gallery {
    padding: 0 25px 0 50px;
    width: 575px;
  }
  .gallery-gallery .slides {
    border-top: 0;
  }
  .gallery-gallery .flickity-viewport {
    min-height: 667px;
  }
}
/* Mixins.less
 * Snippets of reusable CSS to develop faster and keep code readable
 * ----------------------------------------------------------------- */
.news-body {
  padding: 0 10px;
}
.news-content-card .publish-time--since {
  display: none;
}
.news-content-card .publish-time--actual {
  display: block;
  margin-bottom: 3px;
}
.news-content-card .img-wrap {
  max-width: 150px;
}
.news-content-card .text-wrap .title {
  max-height: none;
  min-height: 0;
  font-size: 22px;
}
.news-content-card .text-wrap .title span {
  display: block;
}
.news-body-sub {
  display: none;
}
@media (min-width: 768px) {
  .news-body-wrap {
    position: relative;
  }
  .news-body-sub {
    display: block;
  }
  .news-content-card .img-wrap {
    width: 25%;
  }
  .news-content-card .publish-time--actual {
    font-size: 16px;
  }
  .news-content-card .text-wrap {
    width: 75%;
  }
  .news-content-card .text-wrap .title {
    font-size: 34px;
    margin-bottom: 8px;
  }
}
@media (min-width: 992px) {
  .news-content-card .img-wrap {
    width: 20%;
  }
  .news-content-card .text-wrap {
    width: 80%;
  }
  .news-content-card .text-wrap .title {
    font-size: 37px;
  }
}
/* Mixins.less
 * Snippets of reusable CSS to develop faster and keep code readable
 * ----------------------------------------------------------------- */
.search-body {
  padding: 0 10px;
}
.search-content-card .publish-time--since {
  display: none;
}
.search-content-card .publish-time--actual {
  display: block;
  margin-bottom: 3px;
}
.search-content-card .img-wrap {
  max-width: 150px;
}
.search-content-card .img-wrap .content-icon {
  display: none;
}
.search-content-card .text-wrap .title {
  max-height: none;
  min-height: 0;
  font-size: 22px;
}
.search-content-card .text-wrap .title .title-wrap {
  display: block;
}
.search-content-card .title-content-icon {
  width: 24px;
  height: 24px;
  background-color: #ff0197;
  margin-left: 6px;
  display: inline-block;
  border-radius: 100%;
  position: relative;
  text-align: center;
  top: 2px;
  color: #ffffff;
}
.search-content-card .title-content-icon span {
  height: 16px;
  width: 16px;
  font-size: 12px;
  line-height: 1;
  position: absolute;
  top: 6px;
  left: 4px;
}
.search-content-card .title:hover .title-content-icon {
  background-color: #e20085;
}
.no-results {
  font-style: italic;
}
.no-results h5 {
  text-transform: uppercase;
  margin-bottom: 10px;
}
.no-results .suggestions {
  line-height: 1.4;
}
.no-results li {
  list-style-type: disc;
  margin-left: 18px;
  line-height: 1.4;
}
.search-wrap .search-form-wrap {
  margin: 30px 0;
  position: relative;
  width: 300px;
}
.search-wrap .search-form-wrap .input-wrap {
  position: relative;
  width: 210px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: inline-block;
}
.search-wrap .search-form-wrap .input-wrap .icon-search {
  position: absolute;
  left: 4px;
  top: 4px;
  font-size: 26px;
  line-height: 1;
  color: #ff0197;
  z-index: 1;
  pointer-events: none;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.search-wrap .search-form-wrap .input-wrap .icon-cancel {
  display: none;
}
.search-wrap .search-form-wrap input {
  border: 0;
  font-style: italic;
  font-weight: 400;
  padding: 8px 0 7px 35px;
  display: block;
  width: 100%;
  font-size: 16px;
  text-transform: none;
  outline: none;
  cursor: pointer;
  -moz-appearance: none;
  box-shadow: none;
  border-radius: 2px;
}
.search-wrap .search-form-wrap input:focus {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  cursor: auto;
}
.search-wrap .search-form-wrap button {
  position: absolute;
  right: 0;
  top: 0px;
  bottom: 0px;
  width: 85px;
  background: #ff0197;
  color: #ffffff;
  border: 0;
  font-size: 16px;
  font-family: "FontSiteSansCond", sans-serif;
  font-style: italic;
  font-weight: 700;
  border-radius: 2px;
  text-transform: uppercase;
  display: inline-block;
}
@media (max-width: 767px) {
  .search-body-sub {
    display: none;
  }
  .search-header .headline {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .search-body {
    padding: 0px 20px;
  }
  .search-content-card .img-wrap {
    width: 25%;
  }
  .search-content-card .publish-time--actual {
    font-size: 16px;
  }
  .search-content-card .text-wrap {
    width: 75%;
  }
  .search-content-card .text-wrap .title {
    font-size: 34px;
    margin-bottom: 8px;
  }
}
@media (min-width: 992px) {
  .search-content-card .img-wrap {
    width: 20%;
  }
  .search-content-card .text-wrap {
    width: 80%;
  }
  .search-content-card .text-wrap .title {
    font-size: 37px;
  }
}
/* Mixins.less
 * Snippets of reusable CSS to develop faster and keep code readable
 * ----------------------------------------------------------------- */
.celebrities-body {
  padding: 0 10px;
}
.celebrities-body .rail-section-body {
  border-bottom: 0;
}
.celebrities-body .trending-celebs {
  padding: 0;
}
.celebrities-list-nav {
  margin: 0 -10px 24px -10px;
  top: 0;
  white-space: nowrap;
}
.celebrities-list-nav li {
  display: inline-block;
  margin-right: 24px;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 700;
  font-size: 60px;
}
.celebrities-list-nav li a {
  color: #333333;
}
.celebrities-list-nav li a:hover {
  color: #ff0197;
}
.celebrities-list-nav li span {
  color: #a9a9a9;
}
.celebrities-list-nav li.selected a {
  position: relative;
  color: #ff0197;
}
.celebrities-list-nav li.selected a:hover {
  color: #e20085;
}
.celebrities-list-nav li.selected a:after {
  content: '';
  position: absolute;
  bottom: 0px;
  height: 5px;
  background: #ff0197;
  left: 0;
  right: 0;
}
.celebrities-list {
  position: relative;
}
.celebrities-list .back-to-top {
  color: #ffffff;
  display: inline-block;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  background: #ff0197;
  text-align: center;
  line-height: 47px;
  font-size: 20px;
  margin-left: 5px;
  cursor: pointer;
  position: fixed;
  top: 55px;
  pointer-events: none;
  right: 15px;
  display: block;
  -webkit-transition: opacity 0.3s ease-in;
  -moz-transition: opacity 0.3s ease-in;
  -ms-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  font-size: 30px;
  z-index: 1;
}
.celebrities-list .back-to-top:hover {
  background: #e20085;
  color: #ffffff;
}
.celebrities-list .back-to-top span {
  display: none;
}
.celebrities-list .back-to-top svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}
.celebrities-list .back-to-top .arrow {
  fill: #ffffff;
}
.celebrities-list.show-back-to-top .back-to-top {
  display: block;
  pointer-events: auto;
  opacity: 99;
  filter: alpha(opacity=9900);
  filter: alpha(opacity=99);
  -khtml-opacity: 0.99;
  -moz-opacity: 0.99;
  opacity: 0.99;
}
.celebrities-lists {
  margin-bottom: 40px;
}
.celebrities-lists a {
  font-style: italic;
  font-weight: 500;
  font-size: 30px;
  color: #333333;
}
.celebrities-lists a:hover {
  color: #e20085;
}
.celebrities-lists li {
  padding: 0 10px;
}
@media (min-width: 768px) {
  .celebrities-list.show-back-to-top .back-to-top {
    display: none;
  }
  .celebrities-body {
    padding: 0 20px;
  }
  .celebrities-list-nav {
    margin: 0 0 24px 0;
  }
  .celebrities-list-nav li {
    height: 70px;
    padding-left: 24px;
    margin-right: 0;
    font-size: 24px;
    line-height: 72px;
  }
  .celebrities-list-nav li a {
    color: #333333;
  }
  .celebrities-list-nav li a:hover {
    color: #ff0197;
  }
  .celebrities-list-nav li span {
    color: #a9a9a9;
  }
  .celebrities-list-nav li.selected {
    font-size: 72px;
    position: relative;
  }
  .celebrities-list-nav li.selected a {
    color: #ff0197;
  }
  .celebrities-list-nav li.selected a:hover {
    color: #e20085;
  }
  .celebrities-list-nav li.selected a:after {
    display: none;
  }
  .celebrities-lists {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    -webkit-column-rule: 1px outset #cccccc;
    /* Chrome, Safari, Opera */
    -moz-column-rule: 1px outset #cccccc;
    /* Firefox */
    column-rule: 1px outset #cccccc;
  }
  .celebrities-lists a {
    font-size: 18px;
  }
  .celebrities-list {
    margin-right: -322px;
  }
}
@media (min-width: 992px) {
  .celebrities-list {
    margin-right: 0;
  }
  .celebrities-lists {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0px;
  }
}
@media (min-width: 1200px) {
  .celebrities-lists {
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0px;
  }
}
/* Mixins.less
 * Snippets of reusable CSS to develop faster and keep code readable
 * ----------------------------------------------------------------- */
.generic-header .headline {
  font-style: normal;
}
.generic-body-main article {
  padding: 0 10px;
  font-family: Helvetica, arial;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 40px;
  width: 100%;
}
.generic-body-main article p {
  margin-bottom: 20px;
}
.generic-body-main article b,
.generic-body-main article strong {
  font-weight: 600;
}
.generic-body-main article .lead-in {
  text-transform: uppercase;
}
.generic-body-main article i,
.generic-body-main article em {
  font-style: italic;
}
.generic-body-main article h2,
.generic-body-main article h3 {
  font-weight: 600;
  margin-bottom: 20px;
}
.generic-body-main article h2 {
  text-transform: uppercase;
}
.generic-body-main article li {
  margin-left: 30px;
  margin-bottom: 20px;
  list-style-type: disc;
}
.generic-body-main article ol > li {
  list-style-type: decimal;
}
.generic-body-main article ol.alpha > li {
  list-style-type: upper-alpha;
}
.generic-body-main .contact-us,
.generic-body-main .editorial-staff,
.generic-body-main .got-a-tip {
  padding: 0 10px;
}
.generic-body-main .contact-us .rail-section-body,
.generic-body-main .editorial-staff .rail-section-body,
.generic-body-main .got-a-tip .rail-section-body {
  padding: 0 20px;
  font-family: Helvetica, arial;
  font-size: 16px;
  line-height: 1.6;
  border-bottom: 0;
}
.generic-body-main .about-us-description {
  padding: 0 10px 20px 10px;
  font-family: Helvetica, arial;
  font-size: 16px;
  line-height: 1.6;
}
.generic-body-main .editorial-staff ul {
  zoom: 1;
}
.generic-body-main .editorial-staff ul:before,
.generic-body-main .editorial-staff ul:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.generic-body-main .editorial-staff ul:after {
  clear: both;
}
.generic-body-main .editorial-staff ul:before,
.generic-body-main .editorial-staff ul:after {
  display: table;
  content: "";
  zoom: 1;
}
.generic-body-main .editorial-staff ul:after {
  clear: both;
}
.generic-body-main .editorial-staff ul li strong {
  text-transform: uppercase;
  font-family: "FontSiteSansCond", sans-serif;
  font-style: italic;
  font-weight: 600;
  font-size: 18px;
  display: block;
}
.generic-body-main .editorial-staff ul li li {
  padding-top: 3px;
  display: block;
}
.generic-body-main .editorial-staff ul li .last-position {
  margin-bottom: 10px;
}
.generic-body-main .contact-us,
.generic-body-main .got-a-tip {
  margin-top: 30px;
  font-weight: 100;
}
.generic-body-main .contact-us strong,
.generic-body-main .got-a-tip strong,
.generic-body-main .contact-us a,
.generic-body-main .got-a-tip a {
  font-weight: bold;
}
.generic-newsletter-subscribe .newsletter-content h2,
.generic-newsletter-unsubscribe .newsletter-content h2 {
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 10px;
}
.generic-newsletter-subscribe .newsletter-content h5,
.generic-newsletter-unsubscribe .newsletter-content h5 {
  font-weight: 700;
  font-size: 24px;
  font-style: italic;
  text-transform: uppercase;
  color: #ff0197;
}
.generic-newsletter-subscribe .newsletter-content .system-error,
.generic-newsletter-unsubscribe .newsletter-content .system-error {
  display: block;
  color: red;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  font-style: italic;
}
.generic-newsletter-subscribe .generic-body-wrap,
.generic-newsletter-unsubscribe .generic-body-wrap {
  padding: 0 10px;
}
.generic-newsletter-subscribe .newsletter-image,
.generic-newsletter-unsubscribe .newsletter-image {
  margin: 20px 20px 50px 20px;
}
.generic-newsletter-subscribe .newsletter-image img,
.generic-newsletter-unsubscribe .newsletter-image img {
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  position: relative;
  height: auto;
}
@media (min-width: 768px) {
  .generic-newsletter-subscribe .page-wrap,
  .generic-newsletter-unsubscribe .page-wrap {
    max-width: 860px;
    margin: 40px auto;
  }
  .generic-newsletter-subscribe .generic-body-wrap,
  .generic-newsletter-unsubscribe .generic-body-wrap {
    padding-right: 0;
    padding: 0;
  }
  .generic-newsletter-subscribe .generic-body-main,
  .generic-newsletter-unsubscribe .generic-body-main {
    max-width: 1200px;
    margin: 0 auto;
  }
  .generic-newsletter-subscribe .newsletter-content-wrap,
  .generic-newsletter-unsubscribe .newsletter-content-wrap {
    margin-bottom: 80px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
  }
  .generic-newsletter-subscribe .newsletter-content-wrap .newsletter-content,
  .generic-newsletter-unsubscribe .newsletter-content-wrap .newsletter-content {
    -webkit-flex-basis: 58%;
    -moz-flex-basis: 58%;
    -ms-flex-basis: 58%;
    flex-basis: 58%;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    margin-right: 20px;
  }
  .generic-newsletter-subscribe .newsletter-content h2,
  .generic-newsletter-unsubscribe .newsletter-content h2 {
    font-size: 40px;
    margin-bottom: 30px;
  }
  .generic-newsletter-subscribe .newsletter-content h5,
  .generic-newsletter-unsubscribe .newsletter-content h5 {
    font-size: 34px;
  }
  .generic-newsletter-subscribe .newsletter-image,
  .generic-newsletter-unsubscribe .newsletter-image {
    margin: 0;
  }
  .lte9 .generic-newsletter-subscribe .newsletter-image,
  .lte9 .generic-newsletter-unsubscribe .newsletter-image {
    display: none;
  }
  .generic-newsletter-subscribe .newsletter-image img,
  .generic-newsletter-unsubscribe .newsletter-image img {
    top: -60px;
  }
  .generic-body-main article {
    padding: 0;
  }
  .generic-body-main .contact-us,
  .generic-body-main .editorial-staff,
  .generic-body-main .got-a-tip {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .generic-body-main .editorial-staff ul {
    zoom: 1;
  }
  .generic-body-main .editorial-staff ul:before,
  .generic-body-main .editorial-staff ul:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .generic-body-main .editorial-staff ul:after {
    clear: both;
  }
  .generic-body-main .editorial-staff ul:before,
  .generic-body-main .editorial-staff ul:after {
    display: table;
    content: "";
    zoom: 1;
  }
  .generic-body-main .editorial-staff ul:after {
    clear: both;
  }
  .generic-body-main .editorial-staff ul li {
    float: left;
    width: 33%;
  }
  .generic-body-main .editorial-staff ul li li {
    float: none;
    width: 100%;
  }
}
/* Mixins.less
 * Snippets of reusable CSS to develop faster and keep code readable
 * ----------------------------------------------------------------- */
.trending-celebs {
  padding: 0 10px;
}
.trending-celebs .content-card {
  padding: 0 0 20px 0;
}
.celebrities-wrap .trending-celebs .content-card {
  display: block;
}
@media (min-width: 768px) {
  .trending-celebs {
    padding: 0;
    zoom: 1;
  }
  .trending-celebs:before,
  .trending-celebs:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .trending-celebs:after {
    clear: both;
  }
  .trending-celebs:before,
  .trending-celebs:after {
    display: table;
    content: "";
    zoom: 1;
  }
  .trending-celebs:after {
    clear: both;
  }
  .trending-celebs .content-cards {
    zoom: 1;
  }
  .trending-celebs .content-cards:before,
  .trending-celebs .content-cards:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .trending-celebs .content-cards:after {
    clear: both;
  }
  .trending-celebs .content-cards:before,
  .trending-celebs .content-cards:after {
    display: table;
    content: "";
    zoom: 1;
  }
  .trending-celebs .content-cards:after {
    clear: both;
  }
  .trending-celebs .content-card {
    margin-bottom: 0;
    padding-right: 10px;
    float: left;
    min-height: 150px;
    width: 50%;
  }
  .trending-celebs .content-card--4,
  .trending-celebs .content-card--5 {
    display: none;
  }
  .celebrities-wrap .trending-celebs .content-card {
    border-bottom: 0;
    width: 50%;
    display: inline-block;
    float: none;
  }
  .celebrities-wrap .trending-celebs .content-card .title {
    max-height: 4em;
  }
}
@media (min-width: 992px) {
  .trending-celebs .content-card {
    border-bottom: 0;
    width: 33.3%;
  }
  .trending-celebs .content-card--3 {
    display: none;
  }
  .celebrities-wrap .trending-celebs .content-card {
    border-bottom: 0;
    width: 33.3%;
  }
}
@media (min-width: 1100px) {
  .trending-celebs .content-card--3 {
    display: none;
  }
}
/* Mixins.less
 * Snippets of reusable CSS to develop faster and keep code readable
 * ----------------------------------------------------------------- */
.celebrity-header {
  zoom: 1;
  -webkit-order: -2;
  -moz-order: -2;
  -ms-order: -2;
  order: -2;
  padding: 0;
}
.celebrity-header header {
  padding-bottom: 0;
}
.celebrity-header:before,
.celebrity-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.celebrity-header:after {
  clear: both;
}
.celebrity-header:before,
.celebrity-header:after {
  display: table;
  content: "";
  zoom: 1;
}
.celebrity-header:after {
  clear: both;
}
.celebrity-header .headline {
  display: block;
  margin-bottom: 10px;
}
.celebrity-header .celebrity-header-sub-nav {
  margin-left: -10px;
  display: inline-block;
}
.celebrity-header .proxy-img {
  display: none;
  float: left;
  padding-top: 110px;
  margin-right: 20px;
  width: 80px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 360px) {
  .celebrity-header .celebrity-header-sub-nav a {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .celebrity-header {
    padding: 0;
    border-bottom: 1px solid #cccccc;
  }
  .celebrity-header .proxy-img {
    display: block;
    margin-bottom: 20px;
  }
  .article-celebrity .celebrity-header {
    margin-bottom: 20px;
  }
}
@media (min-width: 1220px) {
  .article-celebrity .celebrity-header {
    position: absolute;
    padding: 0;
    left: 20px;
    right: 780px;
  }
  .article-celebrity .headline {
    padding-right: 10px;
  }
  .article-celebrity .celebrity-header-proxy {
    display: block;
  }
  .article-celebrity .celebrity-header-proxy .celebrity-header {
    right: 0px;
    padding-right: 410px;
    left: 0;
    visibility: hidden;
    position: relative;
    font-family: "FontSiteSansCond", sans-serif;
  }
}
/* Mixins.less
 * Snippets of reusable CSS to develop faster and keep code readable
 * ----------------------------------------------------------------- */
.celebrity-related-content-mini {
  font-family: "FontSiteSansCond", sans-serif;
  clear: both;
}
.show-slideshow .celebrity-related-content-mini {
  display: none;
}
.celebrity-related-content-mini {
  padding: 0;
  margin-top: 20px;
}
.celebrity-related-content-mini .content-card {
  padding: 0 0 20px 0;
}
.celebrity-related-content-mini .rail-section-footer {
  margin-top: 0;
}
.celebrity-related-content-card .description {
  display: block;
}
.celebrity-related-content-card .title {
  display: block;
  line-height: 1.2em;
  max-height: 3.6em;
}
.celebrity-related-content-card .title span {
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
}
.celebrity-related-content-card .img-wrap {
  width: 20%;
}
.celebrity-related-content-card .text-wrap {
  width: 80%;
}
@media (min-width: 768px) {
  .celebrity-related-content-mini .content-cards {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap row;
    -moz-flex-flow: wrap row;
    -ms-flex-flow: wrap row;
    flex-flow: wrap row;
  }
  .celebrity-related-content-mini .content-card {
    margin-bottom: 0;
    -webkit-flex: 1 1 50%;
    -moz-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    padding-right: 10px;
    border-bottom: 0;
    min-width: 100%;
  }
}
@media (min-width: 992px) {
  .celebrity-related-content-mini .content-card {
    min-width: 50%;
    max-width: 50%;
  }
}
/* Mixins.less
 * Snippets of reusable CSS to develop faster and keep code readable
 * ----------------------------------------------------------------- */
.generic-notfound .notfound-content-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.generic-notfound .notfound-content h2 {
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 10px;
}
.generic-notfound .notfound-content .cta {
  font-weight: 700;
  font-size: 24px;
  font-style: italic;
  color: #ff0197;
  margin-bottom: 20px;
  display: block;
}
.generic-notfound .notfound-content .cta:hover {
  color: #e20085;
}
.generic-notfound .generic-body-wrap {
  padding: 0 10px;
}
.generic-notfound .notfound-image {
  -webkit-order: -1;
  -moz-order: -1;
  -ms-order: -1;
  order: -1;
  margin: 0 -10px 20px -10px;
}
.generic-notfound .notfound-image img {
  display: block;
  width: 100%;
  margin: 0 auto;
  position: relative;
  height: auto;
}
.generic-notfound .svg--right-arrow {
  height: 14px;
  width: 10px;
}
@media (min-width: 768px) {
  .generic-notfound .page-wrap {
    max-width: 690px;
    margin: 40px auto;
    min-height: 500px;
  }
  .generic-notfound .generic-body-wrap {
    padding-right: 0;
    padding: 0;
  }
  .generic-notfound .generic-body-main {
    max-width: 1200px;
    margin: 0 auto;
  }
  .generic-notfound .notfound-content-wrap {
    margin-bottom: 80px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .generic-notfound .notfound-content-wrap.no-image .notfound-content {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
  .generic-notfound .notfound-content-wrap .notfound-content {
    -webkit-flex-basis: 53%;
    -moz-flex-basis: 53%;
    -ms-flex-basis: 53%;
    flex-basis: 53%;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    margin-right: 40px;
  }
  .generic-notfound .notfound-content h2 {
    font-size: 38px;
    margin-bottom: 20px;
  }
  .generic-notfound .notfound-content .cta {
    font-size: 34px;
  }
  .generic-notfound .notfound-image {
    -webkit-order: 1;
    -moz-order: 1;
    -ms-order: 1;
    order: 1;
    margin: 0;
  }
  .generic-notfound .notfound-image img {
    top: -83px;
  }
  .lte9 .generic-notfound .notfound-image img {
    top: 0;
  }
  .generic-notfound .svg--right-arrow {
    height: 18px;
    width: 13px;
  }
}
/* Mixins.less
 * Snippets of reusable CSS to develop faster and keep code readable
 * ----------------------------------------------------------------- */
.footer .copyright {
  display: none;
  line-height: 1;
  font-size: 14px;
  font-weight: 500;
  font-style: italic;
  color: #898989;
  -webkit-font-smoothing: antialiased;
}
.footer .footer-body {
  background-color: #e2e2e2;
  border-top: 1px solid #cccccc;
}
.footer .footer-body .sections {
  max-width: 1330px;
  margin: 0 auto;
  padding: 0 20px;
}
.footer .footer-body .section {
  padding: 27px 0 25px 0;
  border-bottom: 1px solid #cccccc;
}
.footer .footer-body .section-wrap {
  text-align: center;
}
.footer .footer-body h5 {
  font-size: 17px;
  text-transform: uppercase;
  color: #ff0197;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 8px;
  line-height: 1;
}
.footer .footer-footer {
  padding: 20px 0;
}
.footer .sections .section-newsletter .newsletter-signup {
  max-width: 400px;
  padding: 0 3px;
  margin: 0 auto;
}
.footer .sections .section-logos {
  border-bottom: 0;
  padding-bottom: 20px;
}
.footer .sections .section-logos .section-wrap {
  zoom: 1;
  max-width: 400px;
  margin: 0 auto;
}
.footer .sections .section-logos .section-wrap:before,
.footer .sections .section-logos .section-wrap:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.footer .sections .section-logos .section-wrap:after {
  clear: both;
}
.footer .sections .section-logos .section-wrap:before,
.footer .sections .section-logos .section-wrap:after {
  display: table;
  content: "";
  zoom: 1;
}
.footer .sections .section-logos .section-wrap:after {
  clear: both;
}
.footer .sections .section-logos .ww-logo {
  width: 60%;
  padding-top: 10px;
  display: block;
  float: left;
}
.footer .sections .section-logos .whalerock-logo {
  width: 30%;
  float: right;
}
.footer .sections .section-logos .whalerock-logo a {
  color: #898989;
}
.footer .sections .section-social {
  padding-top: 22px;
}
.footer .sections .section-social ul {
  display: block;
  text-align: center;
}
.footer .sections .section-social li {
  display: inline-block;
  max-width: 20%;
}
.footer .sections .section-social li a {
  position: relative;
  border: 1px solid #ff0197;
  width: 40px;
  height: 40px;
  line-height: 45px;
  border-radius: 100%;
  color: #ff0197;
  display: block;
  text-decoration: none;
  margin: 0 9px;
  font-size: 24px;
}
.footer .sections .section-social li a span {
  display: none;
}
.footer .sections .section-social li a:hover {
  color: #e2e2e2;
  background: #ff0197;
}
.footer .sections .section-social li.first a {
  margin-left: 0;
}
.footer .sections .section-social li.last a {
  margin-right: 0;
}
.footer .footer-footer {
  max-width: 1330px;
  margin: 0 auto;
  margin-bottom: 20px;
  text-align: center;
}
.footer .footer-footer .copyright {
  display: block;
  margin-bottom: 10px;
}
.footer .footer-footer .copyright br {
  display: none;
}
.footer .footer-footer li {
  display: inline-block;
  padding: 0 16px;
  position: relative;
}
.footer .footer-footer li.break {
  display: block;
}
.footer .footer-footer li a {
  font-style: italic;
  color: #333333;
}
.footer .footer-footer li a:hover {
  color: #000000;
}
.footer .footer-footer li:after {
  content: '';
  display: block;
  position: absolute;
  height: 4px;
  width: 4px;
  background-color: #333333;
  border-radius: 100%;
  top: 50%;
  margin-top: -2px;
  left: -2px;
}
.footer .footer-footer li.first:after {
  display: none;
}
@media (min-width: 768px) {
  .footer .footer-body .sections {
    margin: 0 60px;
    zoom: 1;
  }
  .footer .footer-body .sections:before,
  .footer .footer-body .sections:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .footer .footer-body .sections:after {
    clear: both;
  }
  .footer .footer-body .sections:before,
  .footer .footer-body .sections:after {
    display: table;
    content: "";
    zoom: 1;
  }
  .footer .footer-body .sections:after {
    clear: both;
  }
  .footer .footer-body .section-newsletter {
    border-bottom: 0;
  }
  .footer .footer-body .section-newsletter .newsletter-signup {
    max-width: none;
  }
  .footer .footer-body .section-social {
    float: left;
    width: 58%;
    border-bottom: 0;
  }
  .footer .footer-body .section-social .section-wrap {
    text-align: left;
  }
  .footer .footer-body .section-social ul {
    text-align: left;
  }
  .footer .footer-body .section-social ul li a {
    text-align: center;
  }
  .footer .footer-body .section-logos {
    float: right;
    padding-left: 30px;
    margin-bottom: 30px;
    border-left: 1px solid #cccccc;
    width: 41%;
  }
  .footer .footer-body .section-logos .ww-logo {
    display: block;
    float: none;
    width: 220px;
    height: 35px;
    margin-bottom: 10px;
    padding-top: 0;
  }
  .footer .footer-body .section-logos .whalerock-logo {
    float: left;
    width: 110px;
  }
  .footer .footer-body .section-logos .copyright {
    display: block;
    float: left;
    position: relative;
    left: 10px;
    padding-top: 10px;
  }
  .footer .footer-footer .copyright {
    display: none;
  }
}
@media (min-width: 992px) {
  .footer .footer-body {
    padding: 20px 0;
  }
  .footer .footer-body .sections {
    zoom: 1;
    margin: 0px auto;
    padding: 0 10px;
  }
  .footer .footer-body .sections:before,
  .footer .footer-body .sections:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .footer .footer-body .sections:after {
    clear: both;
  }
  .footer .footer-body .sections:before,
  .footer .footer-body .sections:after {
    display: table;
    content: "";
    zoom: 1;
  }
  .footer .footer-body .sections:after {
    clear: both;
  }
  .footer .footer-body .section {
    width: 30%;
    float: left;
    min-height: 130px;
    padding: 0 10px;
    border-bottom: 0;
    border-right: 1px solid #cccccc;
  }
  .footer .footer-body .section-1 {
    width: 40%;
    padding-left: 0;
  }
  .footer .footer-body .section-2 h5 {
    padding-top: 1em;
  }
  .footer .footer-body .section-3 {
    border-right: 0;
    padding-right: 0;
  }
  .footer .footer-body h5 {
    font-size: 20px;
  }
  .footer .footer-body .section-newsletter h5 {
    margin-right: -5px;
  }
  .footer .footer-body .section-logos {
    border-left: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-left: 40px;
  }
  .footer .footer-body .section-logos .section-wrap {
    display: inline-block;
  }
  .footer .footer-body .section-social {
    text-align: center;
  }
  .footer .footer-body .section-social .section-wrap {
    display: inline-block;
    text-align: center;
  }
  .footer .footer-body .section-social .section-wrap ul {
    margin: 0 auto;
  }
  .footer .footer-body .section-social .section-wrap li a {
    line-height: 48px;
    width: 43px;
    height: 43px;
  }
  .footer .footer-footer {
    padding: 20px;
  }
  .footer .footer-footer li.break {
    display: none;
  }
  .footer .footer-footer li.post-break:after {
    display: block;
  }
}
.show-slideshow-global .footer {
  display: none;
}
@media (min-width: 1200px) {
  .footer .footer-body h5 {
    font-size: 22px;
  }
}
#css-default {
	height:1px !important;
}