@charset "UTF-8";
.clearfix:after,
.form__row:after,
.form--inline .form__row--controls:after,
.form--inline .form__row--actions:after {
  content: "";
  display: table;
  clear: both; }

.align-left {
  text-align: left; }

.align-center {
  text-align: center; }

.align-right {
  text-align: right; }

.justify {
  text-align: justify; }

.float-left {
  float: left; }

.float-center {
  float: none;
  margin-left: auto;
  margin-right: auto; }

.float-right {
  float: right; }

.no-space {
  margin: 0;
  padding: 0; }

.space {
  margin: 1.5rem; }

.space-top {
  margin-top: 1.5rem; }

.space-right {
  margin-right: 1.5rem; }

.space-btm {
  margin-bottom: 1.5rem; }

.space-left {
  margin-left: 1.5rem; }

.text-primary {
  color: #0abbef; }

.text-secondary {
  color: #16f4d0; }

.text-tertiary {
  color: #fcee21; }

.text-grey {
  color: #a1acb5; }

.text-grey-light {
  color: #dce8ef; }

.text-white {
  color: #fff; }

.img-center {
  display: block;
  margin: 0 auto 1.5rem auto; }

.is-uppercase {
  text-transform: uppercase; }

.hide {
  display: none;
  visibility: hidden; }

.visuallyhidden {
  position: absolute;
  margin: -1px;
  padding: 0;
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0); }

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  position: static;
  margin: 0;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto; }

.hide-on-mobile {
  display: none !important; }
  @media screen and (min-width: 40rem) {
    .hide-on-mobile {
      display: block; } }

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  @page {
    margin: 0.5cm; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

@-webkit-viewport {
  width: device-width;
  zoom: 1.0; }

@-moz-viewport {
  width: device-width;
  zoom: 1.0; }

@-ms-viewport {
  width: device-width;
  zoom: 1.0; }

@-o-viewport {
  width: device-width;
  zoom: 1.0; }

@viewport {
  width: device-width;
  zoom: 1.0; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

*,
*:before,
*:after {
  box-sizing: border-box; }

html,
body {
  height: 100%; }

html {
  background: #fff;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

audio,
canvas,
video {
  display: inline-block; }

body {
  line-height: 1.5; }

ol, ul {
  list-style: none; }

a:focus {
  outline: thin dotted; }

a:active,
a:hover {
  outline: 0; }

blockquote, q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

img,
video {
  max-width: 100%;
  height: auto;
  vertical-align: middle; }

iframe,
object,
embed {
  max-width: 100%; }

img {
  -ms-interpolation-mode: bicubic; }

svg:not(:root) {
  overflow: hidden; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer; }

input[type="search"] {
  box-sizing: border-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

html {
  font-size: 100%; }

body {
  font-family: "proxima-nova-alt-condensed", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #333; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "proxima-nova-alt-condensed", sans-serif;
  font-weight: normal; }

h1,
.h1 {
  font-size: 1.875rem;
  font-weight: 700;
  margin-top: .9375rem;
  margin-bottom: .75rem;
  line-height: 1.2; }
  @media screen and (min-width: 48rem) {
    h1,
    .h1 {
      font-size: 2.5rem;
      margin-top: 1.25rem;
      margin-bottom: 1rem;
      line-height: 1.3; } }
  @media screen and (min-width: 60.63rem) {
    h1,
    .h1 {
      font-size: 3.375rem;
      line-height: 1.3;
      margin-top: 1.625rem;
      margin-bottom: 1.375rem; } }

h2,
.h2 {
  font-size: 1.688rem;
  margin-top: .8125rem;
  margin-bottom: .6875rem; }
  @media screen and (min-width: 48rem) {
    h2,
    .h2 {
      font-size: 1.875rem;
      margin-top: .9375rem;
      margin-bottom: .75rem; } }

h3,
.h3 {
  font-size: 1.688rem;
  margin-top: .8125rem;
  margin-bottom: .6875rem; }

h4,
.h4 {
  font-size: 1.5rem;
  margin-top: .75rem;
  margin-bottom: .625rem; }

h5,
.h5 {
  font-size: 1.375rem;
  margin-top: .6875rem;
  margin-bottom: .5625rem; }

h6,
.h6 {
  font-size: 1.25rem;
  margin-top: .625rem;
  margin-bottom: .5rem; }

p {
  margin-bottom: 1.5rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  color: #333;
  line-height: 1.7; }

.font-primary {
  font-family: "proxima-nova-alt-condensed", sans-serif; }

.font-secondary {
  font-family: "Open Sans", sans-serif; }

.lead {
  font-size: 1.125rem; }

small,
.text-small {
  font-size: .75rem; }

.text-muted {
  color: #a1acb5; }

strong {
  font-weight: bold; }

em,
cite,
dfn,
var {
  font-style: italic; }

a {
  text-decoration: none;
  word-wrap: break-word;
  color: #0abbef; }

/*
a:hover {
  text-decoration: underline;
  color: shade($color-primary, 25%);
}
*/
a img {
  border: none;
  background: none; }

/*
a:hover img {
  border: none;
  background: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
*/
hr {
  margin: 1.5rem auto;
  border: 0;
  border-top: 0.0625rem solid #a1acb5;
  border-bottom: 0 solid #fff; }

sub,
sup {
  position: relative;
  margin-left: .25rem;
  font-size: 85%;
  font-weight: bold;
  line-height: 0;
  vertical-align: baseline; }

sup {
  top: -.5rem; }

sub {
  bottom: -.25rem; }

abbr[title] {
  border-bottom: 0.0625rem dotted #333; }

mark {
  background-color: yellow;
  color: #333;
  padding: .25rem; }

blockquote {
  margin-bottom: 1.5rem;
  padding-left: 1rem;
  padding-right: 1.5rem;
  border-left: 0.25rem solid #0abbef;
  font-family: "proxima-nova-alt-condensed", sans-serif; }
  blockquote p:last-of-type {
    margin-bottom: .25rem; }

figure {
  margin-bottom: 1.5rem; }

figcaption {
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: "proxima-nova-alt-condensed", sans-serif;
  font-size: .875rem;
  text-align: center;
  border-bottom: 0.0625rem solid #dce8ef; }

::-moz-selection {
  color: #fff;
  background: #0abbef; }

::selection {
  color: #fff;
  background: #0abbef; }

::-moz-selection {
  color: #fff;
  background: #0abbef; }

.container {
  display: block;
  max-width: 970px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px; }

.main-content {
  position: relative;
  top: 55px; }

@media screen and (min-width: 48rem) {
  .main-content {
    top: 70px; } }

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 44px;
  background: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid #e1eef7;
  z-index: 10000; }
  @media screen and (min-width: 40rem) {
    .header {
      height: 55px; } }

.header-container {
  max-width: 970px;
  margin-right: auto;
  margin-left: auto; }

.logo {
  background: url(../images/logo-hellou.svg) no-repeat 0 0;
  width: 90px;
  height: 34px;
  margin-top: 5px;
  margin-left: 12px;
  float: left; }
  @media screen and (min-width: 40rem) {
    .logo {
      width: 102px;
      height: 40px;
      margin-top: 7px; } }

.logo a {
  display: block;
  height: 100%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.nav-toggle {
  float: right;
  line-height: 44px;
  color: #333; }

.nav-collapse ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
  background-color: #fff; }
  @media screen and (min-width: 850px) {
    .nav-collapse ul {
      float: right;
      width: auto;
      margin-right: 6px;
      background-color: transparent; } }

.nav-collapse li {
  width: 100%;
  display: block; }

.nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
  float: right;
  background-color: #fff; }
  @media screen and (min-width: 850px) {
    .nav-collapse {
      margin-right: 12px;
      display: block;
      clear: none;
      background-color: transparent;
      overflow: visible; } }

.nav-collapse.opened {
  max-height: 9999px; }

.disable-pointer-events {
  pointer-events: none !important; }

.nav-toggle {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

@media screen and (min-width: 850px) {
  .nav-collapse {
    position: relative;
    box-shadow: none; }
  .nav-collapse.closed {
    max-height: none; }
  .nav-toggle {
    display: none; } }

/* ------------------------------------------
  MASK
--------------------------------------------- */
.mask {
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
  background: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  position: fixed;
  opacity: 0;
  z-index: 2;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0; }

.android .mask {
  -webkit-transition: none;
  transition: none; }

.js-nav-active .mask {
  visibility: visible;
  opacity: 1; }

@media screen and (min-width: 850px) {
  .mask {
    display: none !important;
    opacity: 0 !important; } }

/* ------------------------------------------
  NAVIGATION STYLES
--------------------------------------------- */
.fixed {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0; }

.nav-collapse {
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.26); }
  @media screen and (min-width: 850px) {
    .nav-collapse {
      box-shadow: none; } }

.nav-collapse,
.nav-collapse * {
  box-sizing: border-box; }

.nav-collapse,
.nav-collapse ul {
  list-style: none;
  width: 100%;
  float: left; }
  @media screen and (min-width: 850px) {
    .nav-collapse,
    .nav-collapse ul {
      width: auto; } }

@media screen and (min-width: 850px) {
  .nav-collapse {
    float: none;
    width: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

@media screen and (min-width: 850px) {
  .nav-collapse ul {
    margin: 0;
    padding: 0;
    list-style: none; } }

@media screen and (min-width: 850px) {
  .nav-collapse ul {
    margin-right: auto;
    margin-left: auto;
    background-color: transparent; } }

.nav-collapse li {
  float: left;
  width: 100%;
  position: relative; }
  @media screen and (min-width: 850px) {
    .nav-collapse li {
      width: auto; } }

.nav-collapse a {
  border-top: 1px solid #f2f2f2;
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
  padding: 1em 4.68em 1em;
  color: #333;
  width: 100%;
  float: right;
  text-align: right;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease; }
  @media screen and (min-width: 850px) {
    .nav-collapse a {
      font-size: 0.8rem; } }

.nav__top-stories a:hover {
  background-color: #de0f88;
  color: #fff; }

/*
.nav__news a:hover {
    background-color: $color-news;
    color: #fff;
}
*/
.nav__trending a:hover {
  background-color: #e50043;
  color: #fff; }

.nav__entertainment a:hover {
  background-color: #00b1eb;
  color: #fff; }

.nav__discover a:hover {
  background-color: #c1d133;
  color: #fff; }

.nav__featured a:hover {
  background-color: #C0D321;
  color: #fff; }

.nav__video a:hover {
  background-color: #FFBE05;
  color: #fff; }

@media screen and (min-width: 850px) {
  .nav-collapse a:hover {
    background-color: transparent;
    color: #333; } }

.nav-collapse li:after {
  position: absolute;
  right: 12px;
  top: 10px; }

@media screen and (min-width: 850px) {
  .nav-collapse a {
    border: none;
    line-height: 55px;
    padding: 0 0.8em;
    text-align: center;
    float: left;
    margin: 0; } }

/*
.nav-collapse ul ul a {
    background: #ca3817;
    padding-left: 2em;
    
    @media screen and (min-width: 850px) {
        display: none;
    }
}
*/
@media screen and (min-width: 850px) {
  .nav-indicator {
    position: absolute;
    left: 0px;
    top: -7px;
    width: 100%;
    height: 4px;
    min-width: 0px;
    background-color: #dedede; }
  .nav-link-current .nav-indicator {
    top: 0;
    -webkit-transition: none !important;
    transition: none !important;
    -webkit-transform: none !important;
            transform: none !important; } }

.colour-entertainment {
  background-color: #00b1eb; }

.colour-news {
  background-color: #ffbe05; }

.colour-trending {
  background-color: #e50e42; }

.colour-our-pick {
  background-color: #c1d133; }

.colour-top-stories {
  background-color: #de0f88; }

.nav__top-stories a:after,
.nav__trending a:after,
.nav__news a:after,
.nav__entertainment a:after,
.nav__discover a:after,
.nav__video a:after,
.nav__featured a:after {
  background: url(../images/cat-top-stories.svg);
  content: " ";
  background-size: contain;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 40px;
  height: 40px;
  margin-right: 4px;
  background-repeat: no-repeat;
  display: inline-block; }

.nav__top-stories a:after {
  background: url(../images/cat-top-stories.svg); }

.nav__trending a:after {
  background: url(../images/cat-trending.svg); }

.nav__news a:after {
  background: url(../images/cat-news.svg); }

.nav__entertainment a:after {
  background: url(../images/cat-entertainment.svg); }

.nav__discover a:after {
  background: url(../images/cat-discover.svg); }

.nav__featured a:after {
  background: url(../images/cat-featured.svg); }

.nav__video a:after {
  background: url(../images/cat-video.svg); }

@media screen and (min-width: 850px) {
  .nav__top-stories a:after,
  .nav__trending a:after,
  .nav__news a:after,
  .nav__entertainment a:after,
  .nav__discover a:after,
  .nav__video a:after,
  .nav__featured a:after {
    content: none; } }

/* ------------------------------------------
  NAV TOGGLE STYLES
--------------------------------------------- */
.nav-toggle {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  text-indent: -300px;
  position: relative;
  overflow: hidden;
  width: 35%;
  height: 43px;
  float: right;
  margin-right: 12px;
  color: #4A4A4A;
  /* Edit this to change the icon color */ }
  @media screen and (min-width: 40rem) {
    .nav-toggle {
      top: 5px; } }

.nav-toggle:before {
  color: #4A4A4A;
  /* Edit this to change the icon color */
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  letter-spacing: -0.5px;
  text-transform: none;
  text-align: right;
  position: absolute;
  content: "Top Stories";
  text-indent: 0;
  speak: none;
  width: 100%;
  right: 17px;
  top: 0; }

.nav-toggle:after {
  color: #0abbef;
  /* Edit this to change the icon color */
  font-size: 13px;
  font-family: Arial, sans-serif;
  text-transform: none;
  text-align: right;
  position: absolute;
  content: "▼";
  text-indent: 0;
  speak: none;
  width: 100%;
  left: 0;
  top: 1px; }

.nav-toggle.active:before {
  font-size: 35px;
  content: "×";
  /* Close icon */
  right: 14px;
  top: 1px;
  font-weight: 300; }

.nav-toggle.active:after {
  content: " ";
  /* Close icon */ }

/* ------------------------------------------
Social media buttons
--------------------------------------------- */
.masthead-sm-btns {
  float: right;
  width: 100%;
  padding: 10px; }
  @media screen and (min-width: 850px) {
    .masthead-sm-btns {
      margin: 0;
      margin-top: 6px;
      width: auto; } }

.masthead-sm-btn {
  position: relative;
  border-radius: 3px;
  display: inline-block;
  margin-right: 2%;
  overflow: hidden;
  width: 48%; }
  @media screen and (min-width: 850px) {
    .masthead-sm-btn {
      width: auto;
      margin-right: 3px; } }

.masthead-sm-btn:last-child {
  margin-right: 0;
  float: right; }
  @media screen and (min-width: 850px) {
    .masthead-sm-btn:last-child {
      margin-left: 10px; } }

.masthead-sm-btn a {
  text-align: center;
  display: inline-block;
  position: relative; }
  @media screen and (min-width: 850px) {
    .masthead-sm-btn a {
      width: auto;
      font-size: 11px;
      height: 20px;
      line-height: 20px;
      text-align: center;
      text-decoration: none;
      font-style: normal;
      font-weight: 400;
      text-decoration: none; } }

.masthead-sm-btns .count {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  float: right;
  background-color: #fff;
  padding: 0 4px; }

.masthead-sm-btns .share {
  color: #fff;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  float: left;
  padding: 0 8px 0 24px;
  font-weight: 600; }

.masthead-sm-btns .share:before {
  content: '';
  position: absolute;
  left: 19%;
  top: 0;
  background-position: 0 0;
  background-size: contain;
  background-repeat: no-repeat;
  height: 24px;
  width: 24px; }
  @media screen and (min-width: 850px) {
    .masthead-sm-btns .share:before {
      left: 0;
      top: -2px; } }

.masthead-sm-btn--facebook .share {
  background: #3b5998; }

.masthead-sm-btn--facebook .share:before {
  background-image: url(../images/icon-facebook-white.svg);
  left: 25%; }
  @media screen and (min-width: 850px) {
    .masthead-sm-btn--facebook .share:before {
      left: 0; } }

.masthead-sm-btn--twitter .share:before {
  background-image: url(../images/icon-twitter-white.svg); }

.masthead-sm-btn--twitter .share {
  background: #55acee; }

.masthead-sm-btn--twitter {
  color: #09b0ed;
  border: 1px solid #09b0ed; }

.masthead-sm-btn--facebook {
  color: #3d5a98;
  border: 1px solid #3d5a98; }

/* ------------------------------------------
Dropdown Nav
--------------------------------------------- */
@media screen and (min-width: 850px) {
  .nav__more {
    padding-right: 11px; } }

.nav__more > a {
  display: none; }
  @media screen and (min-width: 850px) {
    .nav__more > a {
      display: block; } }

@media screen and (min-width: 850px) {
  .nav__more:after {
    content: "▼";
    position: absolute;
    font-size: 7px;
    margin-top: 14px; } }

.nav__more ul {
  background: white; }
  @media screen and (min-width: 850px) {
    .nav__more ul {
      display: none;
      position: absolute;
      top: 54px; } }

@media screen and (min-width: 850px) {
  .nav__more:hover > ul {
    display: inherit; } }

@media screen and (min-width: 850px) {
  .nav__more ul li {
    width: 150px; } }

/* ------------------------------------------
Article page share nav
--------------------------------------------- */
.header-container .article__share-btns {
  float: none; }
  @media screen and (min-width: 48rem) {
    .header-container .article__share-btns {
      float: right; } }

.article-share-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 44px;
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid #e1eef7;
  z-index: 10000;
  padding-right: 4px; }
  @media screen and (min-width: 40rem) {
    .article-share-nav {
      height: 55px; } }

.article-share-nav .logo {
  display: none; }
  @media screen and (min-width: 48rem) {
    .article-share-nav .logo {
      display: block; } }

.share-nav__links {
  list-style-type: none;
  float: right; }

.article__share-btns--nav {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (min-width: 48rem) {
    .article__share-btns--nav {
      top: 7px;
      display: block; } }

.article__share-btns--nav a {
  height: 44px;
  border-radius: 0; }
  @media screen and (min-width: 40rem) {
    .article__share-btns--nav a {
      height: 55px; } }
  @media screen and (min-width: 48rem) {
    .article__share-btns--nav a {
      height: 40px; } }

.article-share-nav .article__share-btns li {
  width: 20%; }
  @media screen and (min-width: 48rem) {
    .article-share-nav .article__share-btns li {
      width: 60px; } }

@media screen and (min-width: 48rem) {
  .article-share-nav .article__share-btn--facebook {
    border-radius: 3px 0 0 3px; } }

.article-share-nav .article__next-btn {
  background-color: #474747;
  display: block;
  background-color: #474747;
  line-height: 45px;
  color: white;
  text-align: center;
  font-weight: 600;
  padding-right: 5px;
  font-size: 17px; }
  @media screen and (min-width: 40rem) {
    .article-share-nav .article__next-btn {
      line-height: 55px;
      font-size: 20px; } }
  @media screen and (min-width: 48rem) {
    .article-share-nav .article__next-btn {
      width: 160px;
      font-size: 18px;
      line-height: 40px;
      padding-right: 38px; } }

.article-share-nav .article__next-btn:after {
  content: '';
  position: absolute;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 0 22px 10px;
  border-color: transparent transparent transparent #474747;
  background: white; }
  @media screen and (min-width: 40rem) {
    .article-share-nav .article__next-btn:after {
      border-width: 27.5px 0 27.5px 10px; } }
  @media screen and (min-width: 48rem) {
    .article-share-nav .article__next-btn:after {
      border-width: 20px 0 20px 10px; } }

.article-share-nav .article__share-btn {
  width: 100%; }

.article-share-nav .article__next-btn-wrap {
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
      -ms-flex-positive: 2;
          flex-grow: 2; }
  @media screen and (min-width: 48rem) {
    .article-share-nav .article__next-btn-wrap {
      width: 130px !important; } }

.shine {
  /*   positioning */
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  /*   gradient   */
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(1%, rgba(255, 255, 255, 0.03)), color-stop(30%, rgba(255, 255, 255, 0.85)), color-stop(50%, rgba(255, 255, 255, 0.85)), color-stop(70%, rgba(255, 255, 255, 0.85)), color-stop(71%, rgba(255, 255, 255, 0.85)), color-stop(100%, rgba(255, 255, 255, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 1%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.85) 70%, rgba(255, 255, 255, 0.85) 71%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 1%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.85) 70%, rgba(255, 255, 255, 0.85) 71%, rgba(255, 255, 255, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 );
  /* IE6-9 */
  /*  forming the shine element
    play around with the width, skew and gradient to get different effects
  */
  width: 15%;
  height: 100%;
  transform: skew(-10deg, 0deg);
  -webkit-transform: skew(-10deg, 0deg);
  -moz-transform: skew(-10deg, 0deg);
  -ms-transform: skew(-10deg, 0deg);
  -o-transform: skew(-10deg, 0deg);
  /*  animating it  */
  -webkit-animation: move 2s;
          animation: move 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation: move 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-delay: 1s;
  -moz-transform: skew(-10deg, 0deg);
  -moz-animation: move 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-delay: 1s;
  -ms-transform: skew(-10deg, 0deg);
  -ms-animation: move 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-delay: 1s;
  -o-transform: skew(-10deg, 0deg);
  -o-animation: move 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-delay: 1s; }

/*  */
@keyframes move {
  0% {
    left: 0;
    opacity: 0; }
  5% {
    opacity: 0.0; }
  48% {
    opacity: 0.2; }
  80% {
    opacity: 0.0; }
  100% {
    left: 82%; } }

@-webkit-keyframes move {
  0% {
    left: 0;
    opacity: 0; }
  5% {
    opacity: 0.0; }
  48% {
    opacity: 0.2; }
  80% {
    opacity: 0.0; }
  100% {
    left: 82%; } }

button,
.btn,
input[type="submit"] {
  margin-top: 25px;
  margin-bottom: 25px;
  padding: .6rem 1.1rem;
  display: inline-block;
  font-family: "proxima-nova-alt-condensed", sans-serif;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.6;
  color: #fff;
  background-color: #0abbef;
  border: none;
  outline: none;
  cursor: pointer;
  vertical-align: middle;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border-radius: 3px;
  text-align: center;
  width: auto;
  min-height: 50px; }
  button:hover, button:focus, button:active,
  .btn:hover,
  .btn:focus,
  .btn:active,
  input[type="submit"]:hover,
  input[type="submit"]:focus,
  input[type="submit"]:active {
    color: #fff;
    text-decoration: none;
    background-color: #099fcb; }
  button.btn--disabled, button[disabled],
  .btn.btn--disabled,
  .btn[disabled],
  input.btn--disabled[type="submit"],
  input[disabled][type="submit"] {
    cursor: not-allowed;
    opacity: .6; }

.btn--secondary {
  background-color: #16f4d0; }
  .btn--secondary:hover, .btn--secondary:focus, .btn--secondary:active {
    background-color: #13cfb1; }

.btn--tertiary {
  color: #333;
  background-color: #fcee21; }
  .btn--tertiary:hover, .btn--tertiary:focus, .btn--tertiary:active {
    color: #333;
    background-color: #d6ca1c; }

.btn--grey {
  color: #333;
  background-color: #dce8ef; }
  .btn--grey:hover, .btn--grey:focus, .btn--grey:active {
    color: #333;
    background-color: #bbc5cb; }

.btn--arrow:after {
  content: '';
  position: absolute;
  right: 0.8rem;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
          transform: translate(0px, -50%);
  background-image: url(../images/icon-arrow-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 14px;
  height: 26px; }

.btn--icon {
  position: relative;
  padding-left: 60px;
  padding-right: 40px;
  text-align: left; }

.btn--icon:before {
  content: '';
  position: absolute;
  left: 0.3rem;
  top: 0;
  background-size: contain;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px; }

.btn--discover {
  background-color: #c1d133; }

.btn--discover:before {
  background-image: url(../images/cat-discover-white.svg); }

.btn--news {
  background-color: #ffbe05; }

.btn--news:before {
  background-image: url(../images/cat-news-white.svg); }

.btn--entertainment {
  background-color: #00b1eb; }

.btn--entertainment:before {
  background-image: url(../images/cat-entertainment-white.svg); }

.btn--trending {
  background-color: #e50043; }

.btn--trending:before {
  background-image: url(../images/cat-trending-white.svg); }

.btn--top-stories {
  background-color: #de0f88; }

.btn--top-stories:before {
  background-image: url(../images/cat-top-stories-white.svg); }

.btn--news {
  background-color: #ffbe05; }

.btn--entertainment {
  background-color: #00b1eb; }

.btn--trending {
  background-color: #e50043; }

.btn--small {
  padding: .25rem .75rem;
  font-size: .875rem; }

.btn--large {
  padding: .5rem 1.625rem;
  font-size: 1.375rem;
  line-height: normal; }

.btn--xlarge {
  padding: .75rem 1.75rem;
  font-size: 1.375rem;
  line-height: normal; }

.btn--rounded {
  border-radius: .25rem; }

.btn--pill {
  border-radius: 3rem; }

.btn--ghost {
  color: #0abbef;
  border: 0.125rem solid #0abbef;
  background-color: transparent; }
  .btn--ghost:hover, .btn--ghost:focus, .btn--ghost:active {
    background-color: #0abbef; }

.btn--block,
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  margin-right: 0;
  margin-left: 0;
  display: block;
  width: 100%; }

form,
fieldset {
  margin-bottom: 1.5rem; }

label {
  margin-bottom: .25rem;
  display: block;
  font-family: "proxima-nova-alt-condensed", sans-serif;
  cursor: pointer; }

fieldset {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding: 1.5rem;
  border: 0.0625rem solid #a1acb5; }

legend {
  margin: 0;
  margin-left: -.5rem;
  padding: 0 .5rem;
  display: block;
  font-family: "proxima-nova-alt-condensed", sans-serif; }

.form__row,
.form--inline .form__row--controls,
.form--inline .form__row--actions {
  margin-bottom: 1.5rem; }

input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
textarea,
select {
  padding: .375rem;
  display: block;
  width: 100%;
  height: 2.375rem;
  font: inherit;
  line-height: 1.5;
  color: #333;
  border: 0.0625rem solid #a1acb5; }

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
  margin-bottom: 0;
  display: inline-block;
  width: auto;
  cursor: pointer;
  vertical-align: baseline; }

textarea {
  height: 5.5rem;
  overflow: auto;
  resize: vertical; }

select {
  font-family: "proxima-nova-alt-condensed", sans-serif; }

input[type="submit"] {
  width: auto;
  margin-bottom: 0; }

input:focus,
select:focus,
textarea:focus {
  border-color: #0abbef;
  border-color: rgba(10, 187, 239, 0.8);
  outline: 0;
  outline: thin dotted \9;
  -webkit-transition: border .2s linear;
  transition: border .2s linear; }

input[disabled],
textarea[disabled] {
  background: #eef4f7;
  cursor: not-allowed;
  overflow: hidden;
  white-space: nowrap; }

.form--inline input,
.form--inline textarea,
.form--inline select {
  display: inline-block;
  width: auto; }

.form--inline label {
  display: inline-block;
  margin: 0 1rem 0 0;
  width: 6.5rem;
  text-align: right; }

.form--inline .form__row--controls, .form--inline .form__row--actions {
  margin-left: 7.5rem; }
  .form--inline .form__row--controls label, .form--inline .form__row--actions label {
    width: auto; }

.form--inline .form__row--actions {
  margin-bottom: 0; }

::-webkit-input-placeholder {
  color: #a1acb5; }

::-moz-placeholder {
  color: #a1acb5; }

:-ms-input-placeholder {
  color: #a1acb5; }

ul,
ol,
dl,
.list {
  margin-bottom: 1.5rem;
  margin-left: 1.75rem;
  font-family: inherit;
  list-style-position: outside; }

ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0; }

ul {
  list-style: disc; }
  ul ul {
    list-style: square; }
    ul ul ul {
      list-style: circle; }

ol {
  list-style: decimal; }
  ol ol {
    list-style: upper-alpha; }
    ol ol ol {
      list-style: lower-roman; }

dl {
  margin-left: 0; }

dt {
  font-weight: bold;
  font-family: "proxima-nova-alt-condensed", sans-serif; }

.list--unstyled {
  margin-left: 0;
  list-style: none; }

.list--inline {
  margin-left: 0; }
  .list--inline li {
    display: inline-block;
    margin-right: .5rem; }

.card {
  position: relative;
  width: 100%;
  height: 250px;
  margin-bottom: 4%;
  display: block;
  background: #fff;
  border-radius: 3px;
  cursor: pointer; }

.card .card__article-link {
  display: block;
  height: 100%;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden; }

.card__title {
  font-weight: 400;
  line-height: 1.3; }

.card__hero {
  width: 100%;
  height: 350px; }

@media screen and (min-width: 30rem) {
  .card {
    float: left;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%; }
  .card:nth-child(2n) {
    margin-right: 0;
    float: right; }
  .card__hero {
    width: 100%; } }

@media screen and (min-width: 48rem) {
  .card {
    width: 32%; }
  .card:nth-child(2n) {
    margin-right: 2%;
    float: left; }
  .card:nth-child(3n) {
    margin-right: 0;
    float: right; }
  .card__hero {
    width: 100%;
    height: 500px; } }

.card__hero {
  background: url(../images/img-hero.jpg);
  background-position: 50% 50%;
  background-size: cover; }

.card__hero-content {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
          transform: translate(0px, -50%);
  width: 100%;
  padding: 12px 20px 24px;
  background-color: rgba(0, 0, 0, 0.6); }
  @media screen and (min-width: 48rem) {
    .card__hero-content {
      padding: 12px 25px 24px; } }

.card__hero .card__title {
  color: #fff;
  font-size: 1.7rem;
  line-height: 1.25;
  font-weight: 300;
  text-align: center;
  margin: 0 0 10px 0; }

/*
.card__hero-trending {
    border-bottom: 7px solid $color-trending;   
}

.card__hero-news {
    border-bottom: 7px solid $color-news;   
}

.card__hero-entertainment {
    border-bottom: 7px solid $color-entertainment;   
}

.card__hero-discover {
    border-bottom: 7px solid $color-discover;   
}
*/
@media screen and (min-width: 30rem) {
  .card__hero .card__title {
    font-size: 1.9rem; } }

@media screen and (min-width: 48rem) {
  .card__hero .card__title {
    font-size: 2.4rem; } }

@media screen and (min-width: 60.63rem) {
  .card__hero .card__title {
    font-size: 3rem; } }

.card__solid {
  color: #fff;
  padding: 0 20px;
  text-align: center;
  line-height: 1; }

.card__solid .card__title {
  position: relative;
  top: 45%;
  -webkit-transform: translate(0px, -50%);
          transform: translate(0px, -50%);
  font-size: 1.7rem; }

/*
.card__solid-trending {
    background: $color-trending;   
}

.card__solid-news {
    background: $color-news;    
}

.card__solid-entertainment {
    background: $color-entertainment;     
}

.card__solid-discover {
    background: $color-discover;     
}
*/
@media screen and (min-width: 30rem) {
  .card__solid .card__title {
    font-size: 1.5rem;
    top: 40%; } }

@media screen and (min-width: 40rem) {
  .card__solid .card__title {
    font-size: 1.7rem; } }

@media screen and (min-width: 48rem) {
  .card__solid .card__title {
    font-size: 1.5rem;
    top: 38%; } }

@media screen and (min-width: 60.63rem) {
  .card__solid .card__title {
    font-size: 1.7rem; } }

.card__circle-content-valign {
  position: absolute;
  left: 0;
  right: 0;
  top: 45%;
  -webkit-transform: translate(0px, -50%);
          transform: translate(0px, -50%);
  padding: 10px 25px 0; }

.card__circle .card__title {
  font-size: 1.2rem;
  text-align: center;
  margin: 5px 0 0 0; }

.card__circle-img {
  width: 110px;
  height: auto;
  border-radius: 200px;
  display: block;
  margin: 0 auto 8px; }

/*
.card__circle-trending {
    border-bottom: 7px solid $color-trending;   
}

.card__circle-news {
    border-bottom: 7px solid $color-news;   
}

.card__circle-entertainment {
    border-bottom: 7px solid $color-entertainment;   
}

.card__circle-discover {
    border-bottom: 7px solid $color-discover;   
}
*/
@media screen and (min-width: 440px) {
  .card__circle-img {
    width: 120px;
    margin-bottom: 12px; }
  .card__circle-content-valign {
    top: 43%; } }

@media screen and (min-width: 30rem) {
  .card__circle .card__title {
    font-size: 1.2rem; }
  .card__circle-img {
    width: 90px; }
  .card__circle-content-valign {
    top: 42%; } }

@media screen and (min-width: 610px) {
  .card__circle-img {
    width: 110px;
    margin-bottom: 10px; }
  .card__circle-content-valign {
    top: 43%; } }

@media screen and (min-width: 40rem) {
  .card__circle-content-valign {
    top: 43%; }
  .card__circle .card__title {
    font-size: 1.3rem; } }

@media screen and (min-width: 48rem) {
  .card__circle-content-valign {
    top: 44%; }
  .card__circle .card__title {
    font-size: 1.2rem; }
  .card__circle-img {
    width: 95px; } }

@media screen and (min-width: 910px) {
  .card__circle-content-valign {
    top: 44%; }
  .card__circle .card__title {
    font-size: 1.2rem; }
  .card__circle-img {
    width: 105px;
    margin-bottom: 13px; } }

.card__split {
  text-align: left; }

.card__split-img {
  height: 53%;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-image: url(../img/img-split-planet.jpg);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }

.card__split-img:after {
  content: " ";
  background-size: contain;
  position: absolute;
  left: 15px;
  top: 40%;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  display: inline-block; }

.card__split-icon-trending:after {
  background: url(../images/cat-trending.svg); }

.card__split-icon-news:after {
  background: url(../images/cat-news.svg); }

.card__split-icon-entertainment:after {
  background: url(../images/cat-entertainment.svg); }

.card__split-icon-discover:after {
  background: url(../images/cat-discover.svg); }

.card__split .card__title {
  font-size: 1.2rem;
  padding: 0 15px;
  margin-top: 14px; }

/*
.card__split-trending {
    border-bottom: 7px solid $color-trending;   
}

.card__split-news {
    border-bottom: 7px solid $color-news;   
}

.card__split-entertainment {
    border-bottom: 7px solid $color-entertainment;   
}

.card__split-discover {
    border-bottom: 7px solid $color-discover;   
}
*/
@media screen and (min-width: 415px) {
  .card__split-img {
    height: 56%; }
  .card__split-img:after {
    top: 43%; } }

@media screen and (min-width: 30rem) {
  .card__split-img {
    height: 45%; }
  .card__split-img:after {
    top: 32%; } }

@media screen and (min-width: 538px) {
  .card__split-img {
    height: 53%; }
  .card__split-img:after {
    top: 40%; } }

@media screen and (min-width: 40rem) {
  .card__split .card__title {
    font-size: 1.3rem; }
  .card__split-img {
    height: 48%; }
  .card__split-img:after {
    top: 35%; } }

@media screen and (min-width: 48rem) {
  .card__split .card__title {
    font-size: 1.2rem; }
  .card__split-img {
    height: 44%; }
  .card__split-img:after {
    top: 31%; } }

@media screen and (min-width: 820px) {
  .card__split-img {
    height: 50%; }
  .card__split-img:after {
    top: 37%; } }

@media screen and (min-width: 60.63rem) {
  .card__split .card__title {
    font-size: 1.2rem; } }

.card__full {
  border-radius: 3px;
  background-image: url(../images/img-full-pink.jpg);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }

.card__full:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 3px 3px 0 0; }

.card__full .card__title {
  position: relative;
  top: 45%;
  -webkit-transform: translate(0px, -50%);
          transform: translate(0px, -50%);
  color: #fff;
  padding: 0 20px;
  text-align: center;
  z-index: 3;
  font-size: 1.7rem; }

/*
.card__full-trending {
    border-bottom: 7px solid $color-trending;   
}

.card__full-news {
    border-bottom: 7px solid $color-news;   
}

.card__full-entertainment {
    border-bottom: 7px solid $color-entertainment;   
}

.card__full-discover {
    border-bottom: 7px solid $color-discover;   
}
*/
@media screen and (min-width: 30rem) {
  .card__full .card__title {
    font-size: 1.5rem;
    top: 41%; } }

@media screen and (min-width: 40rem) {
  .card__full .card__title {
    font-size: 1.7rem; } }

@media screen and (min-width: 48rem) {
  .card__full .card__title {
    font-size: 1.5rem;
    top: 39%; } }

@media screen and (min-width: 60.63rem) {
  .card__full .card__title {
    font-size: 1.7rem; } }

.card__meta-data {
  color: #a1acb5;
  font-size: 0.85rem;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  margin: 0 12px 5px;
  z-index: 2; }

.card__solid .card__meta-data {
  margin-bottom: 15px; }

@media screen and (min-width: 30rem) {
  .card__hero .card__meta-data {
    max-width: 40%;
    margin-left: auto;
    margin-right: auto; } }

@media screen and (min-width: 40rem) {
  .card__hero .card__meta-data {
    max-width: 30%; } }

.card__share-count {
  width: 50%;
  float: left;
  text-align: left; }

.card__post-date {
  width: 50%;
  float: left;
  text-align: right; }

.card__meta-data .card__share-count:before,
.card__meta-data .card__post-date:before {
  content: " ";
  background-size: contain;
  position: relative;
  left: 0;
  top: 0;
  margin-right: 4px;
  background-repeat: no-repeat;
  display: inline-block; }

.card__meta-data .card__share-count:before {
  background: url(../images/icon-share.svg);
  width: 16px;
  height: 12px;
  top: 1px; }

.card__meta-data .card__post-date:before {
  background: url(../images/icon-clock.svg);
  width: 15px;
  height: 15px;
  top: 3px;
  margin-right: 5px; }

.card__meta-data-reverse {
  color: #fff; }

.card__meta-data-reverse .card__share-count:before {
  background: url(../images/icon-share-white.svg);
  width: 16px;
  height: 12px;
  top: 1px; }

.card__meta-data-reverse .card__post-date:before {
  background: url(../images/icon-clock-white.svg);
  width: 15px;
  height: 14px;
  top: 2px;
  margin-right: 5px; }

.article--content-leads {
  padding: 0 10px; }
  @media screen and (min-width: 30rem) {
    .article--content-leads {
      padding: 0; } }

.popular-cards {
  clear: both;
  overflow: hidden; }
  @media screen and (min-width: 30rem) {
    .popular-cards {
      margin-top: 20px; } }

@media screen and (min-width: 30rem) {
  .popular-cards:first-child {
    margin-top: 0; }
  .popular-cards .card {
    float: left;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%; }
  .popular-cards .card:nth-child(2n) {
    margin-right: 0;
    float: right; } }

.card .card__article-link {
  display: block;
  height: 100%;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden; }

@media screen and (min-width: 60.63rem) {
  .popular-cards .rhscard {
    width: 100%;
    margin-bottom: 20px; } }

.article__container {
  margin: 0.3em 0 0 0; }

@media screen and (min-width: 40rem) {
  .article__container {
    display: block;
    max-width: 970px;
    margin-top: 0.8em;
    margin-right: auto;
    margin-left: auto;
    padding-right: 12px;
    padding-left: 12px; } }

.main-column {
  width: 100%;
  margin-bottom: 25px; }

.main-column--discover {
  border-top: 7px solid #c1d133; }

.main-column--news {
  border-top: 7px solid #ffbe05; }

.main-column--trending {
  border-top: 7px solid #e50043; }

.main-column--entertainment {
  border-top: 7px solid #00b1eb; }

@media screen and (min-width: 40rem) {
  .main-column {
    border-radius: 3px; } }

@media screen and (min-width: 60.63rem) {
  .main-column {
    float: left;
    width: 68%; } }

.article {
  padding: 0 15px 25px;
  margin-bottom: 25px;
  background-color: #fff;
  border-radius: 0 0 3px 3px; }
  @media screen and (min-width: 40rem) {
    .article {
      padding: 0 30px 0.5rem; } }

.article__meta-data {
  position: relative;
  padding-top: 10px;
  margin-bottom: 2rem;
  width: 100%;
  content: "";
  display: table;
  clear: both; }

.article__category {
  position: relative;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  padding-left: 55px;
  top: 20px; }

.article__category:before {
  content: " ";
  background-size: contain;
  position: absolute;
  left: 0;
  top: -14px;
  width: 45px;
  height: 45px;
  margin-right: 4px;
  background-repeat: no-repeat;
  display: inline-block; }

.article__category--discover:before {
  background: url(../images/cat-discover.svg); }

.article__category--news:before {
  background: url(../images/cat-news.svg); }

.article__category--entertainment:before {
  background: url(../images/cat-entertainment.svg); }

.article__category--trending:before {
  background: url(../images/cat-trending.svg); }

.article__category--featured:before {
  background: url(../images/cat-featured.svg); }

.article__category--video:before {
  background: url(../images/cat-video.svg); }

.article__category--discover {
  color: #c1d133; }

.article__category--news {
  color: #ffbe05; }

.article__category--entertainment {
  color: #00b1eb; }

.article__category--trending {
  color: #e50043; }

.article__category--video {
  color: #FFBE05; }

.article__post-date {
  color: #a1acb5;
  font-size: 0.85rem;
  float: right;
  position: relative;
  margin-top: 22px; }

.article__post-date:before {
  position: relative;
  margin-right: 5px;
  top: 2px; }

.article__post-date:before {
  content: url(../images/icon-clock.svg); }

.article__title {
  clear: both;
  font-size: 33px;
  margin: 2.5rem 0 2rem 0; }
  @media screen and (min-width: 30rem) {
    .article__title {
      font-size: 38px;
      margin-bottom: 40px; } }
  @media screen and (min-width: 40rem) {
    .article__title {
      padding-right: 10%; } }

.article__author {
  font-family: "proxima-nova-alt-condensed", sans-serif;
  color: #a1acb5;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem; }

.twitter-follow-button {
  position: relative !important;
  margin-left: 5px;
  width: auto !important;
  position: relative;
  height: 23px !important;
  padding: 1px 8px 1px 6px;
  font-weight: 500;
  color: #1471ab;
  cursor: pointer;
  background-color: none;
  border-radius: 3px;
  box-sizing: border-box;
  top: 7px; }

.article__share-bar {
  margin-bottom: 1.5rem;
  width: 100%;
  content: "";
  display: table;
  clear: both; }

.article__share-count {
  position: relative;
  float: left;
  color: #0abbef;
  font-size: 19px;
  font-weight: 600;
  padding-left: 25px;
  margin-top: 8px; }
  @media screen and (min-width: 30rem) {
    .article__share-count {
      font-size: 25px;
      padding-left: 32px; } }

.article__share-count:before {
  content: "";
  background-image: url(../images/icon-share-blue.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 22px;
  height: 20px;
  position: absolute;
  margin-right: 0;
  left: 0;
  top: 5px; }
  @media screen and (min-width: 30rem) {
    .article__share-count:before {
      width: 27px;
      height: 25px;
      top: 7px; } }

.article__share-btns {
  float: right;
  margin: 0; }

.article__share-btns li {
  float: left;
  display: inline; }

.article__share-btn {
  position: relative;
  display: block;
  width: 50px;
  height: 47px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }
  @media screen and (min-width: 30rem) {
    .article__share-btn {
      width: 100px; } }

.article__share-btn--facebook {
  border-radius: 3px 0 0 3px; }

.article__share-btn--whatsapp {
  border-radius: 0 3px 3px 0; }

@media screen and (min-width: 40rem) {
  .article__share-btn--whatsapp {
    border-radius: 0; }
  .article__share-btn--reddit {
    border-radius: 0 3px 3px 0; } }

.article__share-btn--facebook {
  background-color: #3b5998; }

.article__share-btn--twitter {
  background-color: #55acee; }

.article__share-btn--whatsapp {
  background-color: #4dc247; }

.article__share-btn--reddit {
  background-color: #ff4500; }

.article__share-btn:before {
  position: relative;
  display: block;
  margin: 0 auto;
  top: 51%;
  -webkit-transform: translate(0px, -50%);
          transform: translate(0px, -50%);
  height: 41px;
  width: 40px;
  text-indent: 0; }

.article__share-btn--facebook:before {
  content: url(../images/icon-facebook-white.svg); }

.article__share-btn--twitter:before {
  content: url(../images/icon-twitter-white.svg); }

.article__share-btn--whatsapp:before {
  content: url(../images/icon-whatsapp-white.svg); }

.article__share-btn--reddit {
  display: none; }

@media screen and (min-width: 40rem) {
  .article__share-btn--reddit {
    display: block; }
  .article__share-btn--reddit:before {
    content: url(../images/icon-reddit-white.svg); } }

@media screen and (min-width: 80rem) {
  .article__share-btn--whatsapp {
    display: none; } }

.wabtn_container {
  display: none; }

.article__next-btn--after-post {
  position: relative; }

.article__next-btn--after-post a {
  display: block;
  background-color: #474747;
  line-height: 50px;
  color: white;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  border-radius: 3px 0 0 3px;
  margin: 40px 0;
  width: 100%;
  -webkit-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear; }
  @media screen and (min-width: 40rem) {
    .article__next-btn--after-post a {
      line-height: 60px;
      font-size: 20px;
      padding-right: 20px;
      margin: 50px 0; } }

.article__next-btn--after-post a:after {
  content: '';
  position: absolute;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 0 25px 15px;
  border-color: transparent transparent transparent #474747;
  background: white; }
  @media screen and (min-width: 40rem) {
    .article__next-btn--after-post a:after {
      border-width: 30px 0 30px 20px; } }

.article__next-btn--after-post a:hover {
  background-color: black;
  border-color: transparent transparent transparent black; }

.article img {
  width: 100%;
  border-radius: 3px; }

.article-img {
  display: block;
  border-radius: 3px;
  margin: 1.5rem auto; }

.article p:first-of-type {
  font-weight: 600; }

.article__video {
  width: 100%;
  margin-bottom: 1.5rem; }

.article__pull-quote {
  position: relative; }

.article__pull-quote blockquote {
  font-size: 23px;
  font-weight: 600;
  margin: 3rem 0 0.5rem;
  border: none;
  padding: 0 0 0 50px;
  line-height: 1.3; }
  @media screen and (min-width: 30rem) {
    .article__pull-quote blockquote {
      font-size: 26px;
      padding: 0 0 0 64px; } }

.article__pull-quote-source {
  display: block;
  margin-bottom: 3rem;
  font-style: normal;
  color: #333;
  padding-left: 50px; }
  @media screen and (min-width: 30rem) {
    .article__pull-quote-source {
      padding-left: 64px; } }

.article__pull-quote:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 37px; }

.article__pull-quote--discover:before {
  content: '';
  background-image: url(../images/icon-quote-discover.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 37px;
  height: 28px; }
  @media screen and (min-width: 30rem) {
    .article__pull-quote--discover:before {
      width: 50px;
      height: 38px; } }

.article__next-link {
  position: fixed;
  right: -41px;
  bottom: 50%;
  width: 50px;
  padding-top: 6px;
  padding-bottom: 6px;
  text-align: center;
  z-index: 100000; }
  @media screen and (min-width: 40rem) {
    .article__next-link {
      display: none !important; } }

.article__next-link a:before {
  display: block;
  content: "";
  background-image: url(../images/icon-next.svg);
  background-size: cover;
  position: absolute;
  width: 18px;
  height: 18px;
  left: 18px;
  top: 22px; }

.article__next-link a:link,
.article__next-link a:visited {
  color: #fff;
  position: relative;
  left: 8px;
  display: block;
  width: 100%;
  height: 80px;
  padding-top: 40px;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  background-color: rgba(0, 0, 0, 0.2);
  text-decoration: none; }

.secondary-column {
  display: none; }

@media screen and (min-width: 60.63rem) {
  .secondary-column {
    display: block;
    float: right;
    width: 30%;
    max-width: 300px; } }

.secondary-column .advert {
  position: relative;
  margin: 0 auto;
  width: 300px;
  text-align: center; }

.ad-space-top {
  margin-top: 20px; }

.ad-space-bottom {
  margin-bottom: 20px; }

.card__mpu {
  background-color: transparent; }

@media screen and (min-width: 60.63rem) {
  .article-masthead-ad__container {
    float: left;
    width: 68%; } }

.ad__masthead-mpu {
  position: relative;
  margin: 0 auto;
  width: 300px;
  margin-bottom: 1.1em;
  overflow: hidden;
  clear: both; }

#contentclick15937 {
  margin-top: 40px;
  border-top: 1px solid #0cb3e9 !important;
  border-bottom: 1px solid #0cb3e9 !important;
  padding: 0 !important; }

.cc_main_title {
  border-radius: 0 !important;
  padding: 0 !important;
  font-size: 20px !important;
  font-family: "proxima-nova-alt-condensed", sans-serif !important;
  color: #333 !important;
  background-color: #fff !important;
  padding-top: 10px !important; }

.cc_title_link {
  font-family: "proxima-nova-alt-condensed", sans-serif !important;
  color: #333 !important; }

.cc_image {
  border-radius: 4px; }

.cc_what_links {
  position: relative;
  width: 100%;
  float: right;
  margin-top: 3px; }

.cc_what_links a {
  margin-top: 5px;
  margin-left: 5px;
  font-weight: 300 !important;
  position: absolute;
  top: 1px; }

.cc_what_links normalLink {
  margin-bottom: 30px; }

/* Infeed – base 'split' style
-------------------------------------------------*/
.ad--infeed {
  border-bottom: 7px solid #e50e42; }

.ad {
  height: 100%; }

.ad__link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%; }

.ad__link:hover {
  text-decoration: none; }

.ad__headline-wrap {
  padding: 10px 15px;
  overflow: hidden; }

.ad__headline {
  color: #333;
  font-weight: 400;
  line-height: 1.3;
  font-size: 1.2rem; }

.ad__body {
  color: #8a939b; }

.ad__meta-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%; }

.ad__meta-promotor {
  color: #a1acb5;
  font-size: 0.8rem;
  position: absolute;
  width: 80%;
  bottom: 5px;
  left: 15px;
  padding: 0px;
  margin: 0;
  z-index: 100; }

.ad__meta-logo {
  position: absolute;
  z-index: 3;
  height: 18px;
  min-height: 18px;
  max-height: 18px;
  width: 18px;
  min-width: 18px;
  max-width: 18px;
  right: 10px;
  bottom: 8px;
  padding: 0;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%); }

/* infeed-split ---------------------*/
/*
.ad--infeed--split .ad__img {
    height: 125px;
    background-color: white;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border-radius: 3px 3px 0 0;
}

.ad--infeed--split .ad__headline-wrap {
    height: 115px;
}

@include respond-min(415px) {
    .ad--infeed--split .ad__img {
        height: 56%;
    }   
}

@include respond-min($mobileLandscape) {  //480px
    .ad--infeed--split .ad__img {
        height: 45%;
    }
}

@include respond-min(538px) {
    .ad--infeed--split .ad__img {
        height: 53%;
    } 
}


@include respond-min($tablet) {
    .card__split .card__title {    
        font-size: 1.3rem;   
    }
    
    .ad--infeed--split .ad__img {
        height: 48%;
    }   
}

@include respond-min($tabletWide) {   
    .ad--infeed--split .ad__headline {      
        font-size: 1.2rem;   
    }
    
    .ad--infeed--split .ad__img {
        height: 44%;
    }   
}

@include respond-min(820px) {
    .ad--infeed--split .ad__img {
        height: 50%;
    }    
}

@include respond-min($desktop) {
    .ad--infeed--split .ad__headline {    
        font-size: 1.2rem;   
    }
}
*/
/* infeed-split NEW ---------------------*/
.ad--infeed--split {
  height: auto; }
  @media screen and (min-width: 30rem) {
    .ad--infeed--split {
      height: 250px; } }

@media screen and (min-width: 30rem) {
  .ad--infeed--split .ad__img {
    background-color: white;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border-radius: 3px 3px 0 0;
    height: 60%; } }

@media screen and (min-width: 820px) {
  .ad--infeed--split .ad__img {
    height: 65%; } }

.ad--infeed--split .ad__img img {
  border-radius: 3px 3px 0 0; }
  @media screen and (min-width: 30rem) {
    .ad--infeed--split .ad__img img {
      display: none; } }

.ad--infeed--split .ad__headline-wrap {
  height: auto;
  padding-bottom: 5px; }
  @media screen and (min-width: 820px) {
    .ad--infeed--split .ad__headline-wrap {
      max-height: 58px; } }

.ad__body-wrap {
  display: none; }

.ad--infeed--split .ad__meta-wrap {
  position: relative; }
  @media screen and (min-width: 30rem) {
    .ad--infeed--split .ad__meta-wrap {
      position: absolute; } }

.ad--infeed--split .ad__meta-promotor {
  position: relative; }
  @media screen and (min-width: 30rem) {
    .ad--infeed--split .ad__meta-promotor {
      position: absolute; } }

@media screen and (min-width: 40rem) {
  .card__split .card__title {
    font-size: 1.3rem; } }

@media screen and (min-width: 48rem) {
  .ad--infeed--split .ad__headline {
    font-size: 1.2rem; } }

@media screen and (min-width: 60.63rem) {
  .ad--infeed--split .ad__headline {
    font-size: 1.2rem; } }

/* infeed-cover ---------------------*/
.ad--infeed--cover .ad__img {
  width: 100%;
  height: 100%;
  background-color: white;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-radius: 3px 3px 0 0; }

.ad--infeed--cover .ad:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 3px 3px 0 0; }

.ad--infeed--cover .ad__headline-wrap {
  position: absolute;
  top: 47%;
  -webkit-transform: translate(0px, -50%);
          transform: translate(0px, -50%);
  z-index: 3;
  text-align: center; }

.ad--infeed--cover .ad__headline {
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
  color: #fff; }

@media screen and (min-width: 30rem) {
  .ad--infeed--cover .ad__headline {
    font-size: 1.5rem;
    top: 41%; } }

@media screen and (min-width: 40rem) {
  .ad--infeed--cover .ad__headline {
    font-size: 1.7rem; } }

@media screen and (min-width: 48rem) {
  .ad--infeed--cover .ad__headline {
    font-size: 1.5rem;
    top: 39%; } }

@media screen and (min-width: 60.63rem) {
  .ad--infeed--cover .ad__headline {
    font-size: 1.7rem; } }

/* infeed-circle ---------------------*/
.ad--infeed--circle .ad__img {
  position: relative;
  top: 18px;
  width: 110px;
  height: 110px;
  background-color: white;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-radius: 200px;
  margin: 0 auto; }

.ad--infeed--circle .ad__headline-wrap {
  text-align: center;
  padding: 0 25px;
  margin-top: 28px; }

@media screen and (min-width: 440px) {
  .ad--infeed--circle .ad__img {
    width: 120px;
    height: 120px;
    margin-bottom: 12px; } }

@media screen and (min-width: 30rem) {
  .ad--infeed--circle .ad__headline {
    font-size: 1.2rem; }
  .ad--infeed--circle .ad__img {
    width: 90px;
    height: 90px; } }

@media screen and (min-width: 610px) {
  .ad--infeed--circle .ad__img {
    width: 110px;
    height: 110px;
    margin-bottom: 10px; } }

@media screen and (min-width: 40rem) {
  .ad--infeed--circle .ad__headline {
    font-size: 1.3rem; } }

@media screen and (min-width: 48rem) {
  .ad--infeed--circle .ad__headline {
    font-size: 1.2rem; }
  .ad--infeed--circle .ad__img {
    width: 95px;
    height: 95px; } }

@media screen and (min-width: 910px) {
  .ad--infeed--circle .ad__headline {
    font-size: 1.2rem; }
  .ad--infeed--circle .ad__img {
    width: 105px;
    height: 105px;
    margin-bottom: 13px; } }

/* infeed-solid ---------------------*/
.ad--infeed--solid {
  background-color: #e50e42; }

.ad--infeed--solid .ad__img {
  display: none; }

.ad--infeed--solid .ad__headline-wrap {
  text-align: center;
  position: relative;
  top: 45%;
  -webkit-transform: translate(0px, -50%);
          transform: translate(0px, -50%);
  padding: 0 20px; }

.ad--infeed--solid .ad__headline {
  color: white;
  font-size: 1.7rem;
  position: relative; }

.ad--infeed--solid .ad__meta-promotor {
  color: white; }

@media screen and (min-width: 30rem) {
  .ad--infeed--solid .ad__headline {
    font-size: 1.5rem;
    top: 40%; } }

@media screen and (min-width: 40rem) {
  .ad--infeed--solid .ad__headline {
    font-size: 1.7rem; } }

@media screen and (min-width: 48rem) {
  .ad--infeed--solid .ad__headline {
    font-size: 1.5rem;
    top: 38%; } }

@media screen and (min-width: 60.63rem) {
  .ad--infeed--solid .ad__headline {
    font-size: 1.7rem; } }

.ad--inarticle {
  border: 1px solid #dddddd;
  margin-bottom: 20px;
  border-radius: 3px;
  position: relative;
  padding: 5px;
  overflow: hidden;
  height: auto; }

@media screen and (min-width: 30rem) {
  .ad--inarticle .ad__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; } }

.ad--inarticle .ad__img {
  height: 100%;
  width: 100%;
  background-image: none !important;
  background-attachment: scroll;
  background-color: grey;
  background-size: 100% auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-radius: 2px 2px 0 0; }
  @media screen and (min-width: 30rem) {
    .ad--inarticle .ad__img {
      width: 55%;
      float: left;
      margin-bottom: 0; } }

.ad--inarticle .ad__text-wrap {
  height: 100%;
  padding: 4% 3% 2%; }
  @media screen and (min-width: 30rem) {
    .ad--inarticle .ad__text-wrap {
      padding-bottom: 4%; } }

.ad--inarticle .ad__headline-wrap {
  padding: 0;
  overflow: visible; }

.ad--inarticle .ad__headline {
  font-size: calc(112.5% + 0.5vw); }
  @media screen and (min-width: 60.63rem) {
    .ad--inarticle .ad__headline {
      font-size: 1.4rem; } }

.ad--inarticle .ad__meta-wrap {
  position: relative; }

.ad--inarticle .ad__meta-promotor {
  position: relative;
  bottom: 0;
  left: 0; }

html {
  background: #ebf4fa;
  height: 100%; }

body {
  background: #ebf4fa;
  height: 100%; }
