@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset,
.item-list ul li,
.form-type-radio .description,
.form-type-checkbox .description {
  padding: 0;
  margin: 0; }

label {
  font-weight: normal; }

li {
  list-style: none;
  list-style-image: none; }

.admin-menu #main-container {
  margin-top: 20px; }

.messages {
  overflow: auto; }

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, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline; }

body {
  line-height: 1;
  color: #000;
  background: #fff; }

ol, ul {
  list-style: none; }

table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

a img {
  border: none; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* ... unless it is a gigya UI element */ }
  *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* ... unless it is a gigya UI element */ }

.gigya-screen-dialog * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }
  .gigya-screen-dialog *:before, .gigya-screen-dialog *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }

.gig-bar-container * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }
  .gig-bar-container *:before, .gig-bar-container *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }

html {
  font-size: 6px;
  font-family: 'Lato', sans-serif; }

@media all and (min-width: 320px) and (max-width: 399px) {
  html {
    font-size: 9px; } }
@media all and (min-width: 400px) and (max-width: 479px) {
  html {
    font-size: 10px; } }
@media all and (min-width: 480px) and (max-width: 559px) {
  html {
    font-size: 12px; } }
@media all and (min-width: 560px) and (max-width: 639px) {
  html {
    font-size: 14px; } }
@media all and (min-width: 640px) and (max-width: 1024px) {
  html {
    font-size: 9px; } }
@media all and (min-width: 1025px) and (max-width: 1279px) {
  html {
    font-size: 10px; } }
@media all and (min-width: 1280px) {
  html {
    font-size: 12px; } }
body {
  overflow-y: hidden; }

em {
  font-style: italic; }

strong {
  font-weight: bold; }

#veil {
  display: none;
  background-color: #000;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  /* conditions to display veil*/ }

.modal #veil {
  display: block; }

@media all and (min-width: 640px) {
  #drawer-handle {
    display: none; } }
@media all and (max-width: 1024px) {
  .desktop-only {
    display: none !important; } }
@media all and (min-width: 1025px) {
  .mobile-only {
    display: none !important; } }
#top-nav {
  background-color: #191919;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 6rem;
  -ms-flex: 0 0 6rem;
  flex: 0 0 6rem;
  z-index: 10;
  color: #f4f4f4;
  /* Style the actions */ }
  #top-nav .action {
    height: inherit;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    width: 6rem;
    position: relative; }
  #top-nav a {
    color: inherit;
    text-decoration: none; }
  #top-nav nav {
    display: flex; }
    @media all and (max-width: 1024px) {
      #top-nav nav {
        padding-top: 5px; } }
    #top-nav nav #person-link {
      width: 6rem;
      align-items: center;
      justify-content: center;
      display: flex; }
      @media all and (min-width: 1025px) {
        #top-nav nav #person-link {
          order: 2;
          width: 8.4rem; } }
      #top-nav nav #person-link:hover .front-face {
        transform: none; }
      #top-nav nav #person-link ul {
        position: absolute;
        top: 6rem;
        right: 42px;
        width: 8.4rem;
        background-color: #ec1a2e;
        display: none;
        z-index: 10; }
        @media all and (min-width: 1025px) {
          #top-nav nav #person-link ul {
            right: 0; } }
        #top-nav nav #person-link ul:before {
          content: "";
          height: 0;
          border-left: 10px solid transparent;
          border-right: 10px solid transparent;
          border-bottom: 10px solid #ec1a2e;
          left: 50%;
          top: -10px;
          margin-left: -10px;
          position: absolute;
          display: block;
          width: 0; }
        #top-nav nav #person-link ul li {
          display: block;
          padding: 8px 0;
          margin: 0 8px;
          font-size: 14px;
          line-height: 18px; }
          #top-nav nav #person-link ul li:first-child {
            border-bottom: 1px solid #fff; }
          #top-nav nav #person-link ul li:last-child {
            border-bottom: none; }
      #top-nav nav #person-link.active ul {
        display: block; }
      @media all and (max-width: 1024px) {
        #top-nav nav #person-link .logged-in-icon {
          width: 22px; } }
    #top-nav nav .action {
      order: 1; }

#main-container {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden; }

#wrapper {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  -o-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  position: relative;
  z-index: 1;
  min-height: 0; }

#article-container {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  /* so that scroll markers work */
  overflow: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch; }
  #article-container .scrollMarker {
    border-top: 1px solid #f00;
    color: #fff;
    z-index: 10;
    position: absolute;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5); }

.action {
  padding: 0;
  font-size: 1rem;
  display: table;
  width: 100%; }
  .action .icon {
    display: table-cell;
    list-style: none;
    color: #666;
    border-right: 1px solid #bbb;
    vertical-align: middle;
    text-align: center;
    height: 4.4em;
    position: relative; }
    .action .icon:last-child {
      border-right-width: 0; }
    .action .icon .meta {
      line-height: 1em;
      display: inline-block;
      margin: 0;
      text-align: center;
      min-width: 4rem;
      font-size: 1.4em; }
    .action .icon svg {
      display: inline-block;
      line-height: 4.4em;
      vertical-align: middle;
      margin-right: 1em; }
    .action .icon .up-s {
      height: 4em;
      width: 3em; }
    .action .icon .up-l {
      height: 4em;
      width: 8em; }
    .action .icon .icon-comment, .action .icon .icon-share {
      width: 1.8em;
      height: 4em; }

#drawer {
  width: 32rem;
  background-color: #d0d2d5;
  text-align: center;
  -webkit-box-shadow: inset -6px 0 15px -7px rgba(0, 0, 0, 0.6);
  box-shadow: inset -6px 0 15px -7px rgba(0, 0, 0, 0.6);
  overflow: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  padding-top: 1.3rem;
  color: #333; }
  #drawer .title {
    font-family: 'Roboto Slab', 'Rockwell', serif;
    font-size: 2rem; }

.content-header {
  padding: 0.4rem 0 0 0; }

.leaderboard hr {
  margin-top: 2rem;
  margin-bottom: 0.5rem;
  border: 0;
  height: 1rem;
  background: url("../img/hrule.png") no-repeat center center;
  background-size: contain;
  max-width: none; }

.upvote-arrow {
  fill: #fff; }

.svg-upvote .down {
  fill: #b21f24;
  /* inactive state */ }

.disabled .svg-upvote .down {
  fill: #b7d54b !important; }

.svg-upvote .pill {
  fill: #eb1e2f;
  /* inactive state */ }

.disabled .svg-upvote .pill {
  fill: transparent !important; }

.svg-upvote:hover {
  cursor: pointer; }
  .svg-upvote:hover .down {
    fill: #b21f24;
    /* acts as shadow */ }
  .svg-upvote:hover .pill {
    fill: #d41f2a; }

.center-margin {
  margin: 60px auto; }

.linked .svg-upvote .down {
  fill: #b7d54b;
  /* acts as pill! */ }

.svg-upvote:active .pill {
  fill: transparent; }

.resized .resizable {
  height: auto !important;
  width: auto !important; }

.vote-bar {
  position: absolute;
  top: 1.8rem;
  left: 13.2rem; }

.home-logo a {
  display: inline-block; }
.home-logo .main-logo {
  display: inline-block;
  margin: 0;
  padding: 0.4rem 1rem 0;
  line-height: 1.333; }
  .home-logo .main-logo svg {
    width: 12rem;
    height: 5rem;
    margin-top: 2px; }
.home-logo .branding-logo {
  margin: 0;
  padding: 0 0 0 1rem;
  display: inline-block; }
  .home-logo .branding-logo .logo_from_independent {
    width: auto;
    height: 5rem;
    padding: 1.2rem 0 0.7rem; }

@media all and (max-width: 368px) {
  .home-logo .main-logo svg {
    width: 10.5rem; } }
@media all and (max-width: 1024px) {
  .home-logo .main-logo {
    line-height: 1;
    padding-top: 0; }
    .home-logo .main-logo .logo_i100 {
      width: 6rem;
      height: 4rem; } }
@media all and (min-width: 1025px) {
  .mpu {
    height: 90px;
    text-align: center; } }
@media all and (max-width: 1024px) {
  .mpu {
    height: 90px;
    overflow: hidden; } }
.social-toolbar .facebook:hover .icon-body {
  fill: #4f74b7; }
.social-toolbar .twitter:hover .icon-body {
  fill: #10c7ff; }
.social-toolbar .google-plus:hover .icon-body {
  fill: #ff5548; }
.social-toolbar .linked-in:hover .icon-body {
  fill: #0097d3; }
.social-toolbar .reddit:hover .icon-body {
  fill: #f4f4f4; }
.social-toolbar .pinterest:hover .icon-body {
  fill: #ea1827; }
.social-toolbar .icon-share:hover .icon-body {
  fill: #edeced; }

.article-head-bloc {
  position: relative;
  z-index: 10; }

.social-toolbar {
  list-style-type: none;
  text-align: center;
  margin: 0;
  padding: 3rem 0; }
  .social-toolbar .icon-round svg {
    width: 5rem;
    height: 5rem; }
  .social-toolbar .social-item {
    display: inline-block;
    padding: 0 1rem; }
    .social-toolbar .social-item:hover {
      cursor: pointer; }
    .social-toolbar .social-item .up-l {
      width: 15rem;
      height: 5rem; }
    .social-toolbar .social-item.facebook-like {
      vertical-align: middle; }
      @media all and (max-width: 760px) {
        .social-toolbar .social-item.facebook-like {
          margin-bottom: -20px; } }
  @media all and (max-width: 760px) {
    .social-toolbar .social-item {
      padding: 0 0.2rem; }
      .social-toolbar .social-item.facebook-like {
        margin-bottom: -20px; } }
  .social-toolbar .upvote {
    position: relative; }
    .social-toolbar .upvote .cta {
      position: absolute;
      top: 24%;
      left: 38%;
      color: #fff;
      text-transform: uppercase; }
    .social-toolbar .upvote .unselected {
      display: block; }
    .social-toolbar .upvote .is-selected {
      display: none; }
    .social-toolbar .upvote.disabled .unselected {
      display: none; }
    .social-toolbar .upvote.disabled .is-selected {
      display: block; }
  .social-toolbar .share {
    position: relative; }
    .social-toolbar .share .share-box {
      position: absolute;
      top: 6.6rem;
      left: -3.5rem;
      display: none;
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      -o-box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      width: 14rem;
      margin: 0;
      padding: 1.5rem 1.5rem 0 1.5rem;
      background-color: rgba(17, 17, 17, 0.9);
      -webkit-border-radius: 5px;
      border-radius: 5px; }
      .social-toolbar .share .share-box:before {
        content: ' ';
        display: block;
        width: 0;
        height: 0;
        border-left: 1.5rem solid transparent;
        border-right: 1.5rem solid transparent;
        border-bottom: 1.5rem solid rgba(17, 17, 17, 0.9);
        top: -1.5rem;
        left: 40%;
        position: absolute; }
      .social-toolbar .share .share-box.is-visible {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: box;
        display: flex; }
      .social-toolbar .share .share-box .social-item {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -o-box-flex: 1;
        box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-flex-basis: 50%;
        flex-basis: 50%;
        padding: 0 0 1.5rem 0; }
        .social-toolbar .share .share-box .social-item:nth-child(odd) {
          padding-right: 0.5rem; }
        .social-toolbar .share .share-box .social-item:nth-child(even) {
          padding-left: 0.5rem; }

article > .social-toolbar {
  padding: 0 0 1rem; }
  article > .social-toolbar .icon-round svg {
    width: 3.75rem;
    height: 3.75rem; }
  article > .social-toolbar .social-item {
    padding: 0 0.75rem;
    font-size: 1.2rem;
    line-height: 1.5em; }
    article > .social-toolbar .social-item .up-l {
      width: 11.25rem;
      height: 3.75rem; }
  article > .social-toolbar .share .share-box {
    top: 5.4rem;
    left: -4.4rem; }

@media all and (max-width: 639px) {
  .social-toolbar .share .share-box {
    width: 8rem;
    left: -0.7rem; }
    .social-toolbar .share .share-box:before {
      left: 35%; }
    .social-toolbar .share .share-box.is-visible {
      display: block; }
    .social-toolbar .share .share-box .social-item {
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      -o-box-flex: 0;
      box-flex: 0;
      -webkit-flex: none;
      -ms-flex: none;
      flex: none;
      -webkit-flex-basis: auto;
      flex-basis: auto;
      display: block; }
      .social-toolbar .share .share-box .social-item:nth-child(odd) {
        padding-right: 0; }
      .social-toolbar .share .share-box .social-item:nth-child(even) {
        padding-left: 0; }
  .social-toolbar .upvote .cta {
    font-size: 1.3rem; }
  .social-toolbar .icon-round svg {
    width: 4rem;
    height: 4rem; }
  .social-toolbar .social-item .up-l {
    width: 12rem;
    height: 4rem; } }
.article-column {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: auto; }
  .article-column #article-container {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }

.article-header {
  position: relative;
  z-index: 100;
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  -webkit-transition: 300ms ease;
  -moz-transition: 300ms ease;
  -o-transition: 300ms ease;
  -ms-transition: 300ms ease;
  transition: 300ms ease; }
  .article-header .social-toolbar {
    margin: 0;
    padding: 3px 0;
    list-style-type: none;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -o-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: rgba(241, 241, 241, 0.95); }
    .article-header .social-toolbar .social-item.ranking {
      font-family: 'Alfa Slab One', 'Rockwell', serif;
      font-size: 3rem; }
  .article-header.active {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }

@media all and (max-width: 1024px) {
  .article-header .social-toolbar .social-item {
    margin: 0;
    padding: 0 8px; }
    .article-header .social-toolbar .social-item.ranking {
      font-family: 'Alfa Slab One', 'Rockwell', serif;
      font-size: 3rem;
      line-height: 4.8rem; }
  .article-header .social-toolbar .icon .up-l {
    width: 12rem;
    height: 6rem; }
  .article-header .social-toolbar .icon .up-s, .article-header .social-toolbar .icon .facebook, .article-header .social-toolbar .icon .twitter, .article-header .social-toolbar .icon .share {
    width: 4rem;
    height: 4rem; } }
@media all and (min-width: 1025px) {
  .article-header .social-toolbar {
    padding: 1rem 0;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center; }
    .article-header .social-toolbar:after {
      content: ' ';
      display: block;
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      -o-box-flex: 1;
      box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1; }
    .article-header .social-toolbar .social-item {
      margin: 0;
      padding: 0; }
      .article-header .social-toolbar .social-item.ranking {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -o-box-flex: 1;
        box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        text-align: center;
        margin: 0 4rem 0 0; }
      .article-header .social-toolbar .social-item.upvote {
        position: relative;
        width: 12rem; }
        .article-header .social-toolbar .social-item.upvote .label {
          color: #fff;
          position: absolute;
          top: 1.4rem;
          right: 3.2rem;
          font-family: 'Lato', sans-serif;
          font-size: 1.4rem;
          text-transform: uppercase; }
      .article-header .social-toolbar .social-item.facebook, .article-header .social-toolbar .social-item.twitter, .article-header .social-toolbar .social-item.share {
        width: 4rem; }
    .article-header .social-toolbar .icon .up-s {
      display: none; }
    .article-header .social-toolbar .icon .up-l {
      width: 10rem;
      height: 4rem; }
    .article-header .social-toolbar .icon .up-s, .article-header .social-toolbar .icon .facebook, .article-header .social-toolbar .icon .twitter, .article-header .social-toolbar .icon .share {
      width: 3rem;
      height: 3rem; } }
.avatar-thumbnail {
  height: 3rem;
  width: 3rem; }

.logged-in-icon {
  width: 30px; }

.avatar {
  border: 0.2rem solid #fff;
  -webkit-border-radius: 2rem;
  border-radius: 2rem;
  background-image: url("../img/person.svg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat; }

.nickname {
  font-size: 1.2rem;
  font-weight: 700;
  vertical-align: middle;
  height: inherit; }

.user-menu {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform 400ms ease-in-out;
  -moz-transition: -moz-transform 400ms ease-in-out;
  -o-transition: -o-transform 400ms ease-in-out;
  -ms-transition: -ms-transform 400ms ease-in-out;
  transition: transform 400ms ease-in-out; }

.gigya-logged-in.user-menu-active .user-menu {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

.user-menu .menu-item {
  margin: 0;
  padding-top: 2.5rem;
  height: 6.8rem;
  text-align: center;
  border-bottom: 0.2rem solid #444;
  border-left: 0.7rem solid #444;
  background-color: rgba(0, 0, 0, 0.9); }
  .user-menu .menu-item a {
    color: #fff;
    font-size: 2rem;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 1.2rem; }
.user-menu .user-info {
  height: 23rem; }
.user-menu .nickname {
  margin-top: 1rem;
  font-size: 1.8rem; }
.user-menu .avatar {
  margin: 0 auto;
  width: 13rem;
  height: 13rem;
  -webkit-border-radius: 10rem;
  border-radius: 10rem; }

.top-menu .avatar-thumbnail {
  position: absolute;
  left: 2.1rem;
  top: 0.6rem;
  height: 4rem;
  width: 4rem; }

.logged-out-icon {
  display: none;
  text-transform: uppercase; }

.gigya-logged-in .logged-out-icon {
  display: block; }

.gigya-logged-in .logged-in-icon {
  display: none; }

@media all and (max-width: 1024px) {
  .desktop-version {
    display: none !important; } }
@media all and (min-width: 1025px) {
  .mobile-version {
    display: none !important; } }
@media all and (max-width: 1024px) {
  #top-nav {
    border-bottom: 0.2rem solid #444; }
    #top-nav .action.menu, #top-nav .action.person {
      border-left: 0.2rem solid #444; }
    #top-nav .action.menu .logged-out-icon, #top-nav .action.person .logged-out-icon {
      margin-left: 0.8rem; }
    #top-nav .action.menu .logged-in-icon, #top-nav .action.person .logged-in-icon {
      margin-top: -0.5rem;
      padding-left: 0.2rem; }
    #top-nav .action.menu {
      padding: 0;
      justify-content: center;
      align-items: center; }
    #top-nav .user-menu-wrapper, #top-nav .main-menu-wrapper {
      top: 6rem; } }
.gigya-screen-dialog-mobile {
  right: 0; }

@media all and (max-width: 1024px) {
  .user-menu .menu-item.logout {
    padding-top: 0; } }
.user-menu-wrapper {
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 6rem;
  bottom: 0;
  width: 32rem;
  z-index: -100;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0ms linear 600ms;
  -moz-transition: -moz-transform 0ms linear 600ms;
  -o-transition: -o-transform 0ms linear 600ms;
  -ms-transition: -ms-transform 0ms linear 600ms;
  transition: transform 0ms linear 600ms; }
  .user-menu-wrapper .inner-wrapper {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    -ms-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
    height: 100%;
    overflow: hidden; }

@media all and (max-width: 639px) {
  .user-menu-wrapper {
    width: 100%; } }
.user-menu-active .user-menu-wrapper {
  z-index: 100;
  -webkit-transition: all 0ms linear 0ms;
  -moz-transition: all 0ms linear 0ms;
  -o-transition: all 0ms linear 0ms;
  -ms-transition: all 0ms linear 0ms;
  transition: all 0ms linear 0ms;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }
  .user-menu-active .user-menu-wrapper .inner-wrapper {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }

@media all and (max-width: 1024px) {
  .main-menu-wrapper {
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 6rem;
    bottom: 0;
    width: 32rem;
    z-index: -100;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0ms linear 600ms;
    -moz-transition: -moz-transform 0ms linear 600ms;
    -o-transition: -o-transform 0ms linear 600ms;
    -ms-transition: -ms-transform 0ms linear 600ms;
    transition: transform 0ms linear 600ms; }
    .main-menu-wrapper .inner-wrapper {
      -webkit-transform: translateY(-100%);
      -moz-transform: translateY(-100%);
      -o-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
      transform: translateY(-100%);
      -webkit-transition: all 600ms ease-in-out;
      -moz-transition: all 600ms ease-in-out;
      -o-transition: all 600ms ease-in-out;
      -ms-transition: all 600ms ease-in-out;
      transition: all 600ms ease-in-out;
      height: 100%;
      overflow-x: scroll; } }
@media all and (max-width: 1024px) and (max-width: 639px) {
  .main-menu-wrapper {
    width: 100%; } }
@media all and (max-width: 1024px) {
  .top-menu-active .main-menu-wrapper {
    z-index: 100;
    -webkit-transition: all 0ms linear 0ms;
    -moz-transition: all 0ms linear 0ms;
    -o-transition: all 0ms linear 0ms;
    -ms-transition: all 0ms linear 0ms;
    transition: all 0ms linear 0ms;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
    .top-menu-active .main-menu-wrapper .inner-wrapper {
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -o-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); } }
@media all and (min-width: 640px) {
  .top-menu-active #veil {
    display: block; } }
@media all and (max-width: 1024px) {
  .user-menu-active #veil {
    display: block; } }
#drawer {
  width: 32rem;
  background-color: #d0d2d5;
  text-align: center;
  overflow: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  padding: 0;
  margin: 0;
  color: #333; }
  #drawer .title {
    font-family: 'Roboto Slab', 'Rockwell', serif;
    font-size: 2rem;
    padding: 1.3rem 0 1rem 0; }

.drawer-bar {
  position: relative; }
  .drawer-bar .title {
    margin: 0;
    padding: 0; }
  .drawer-bar .cta-refresh-list {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 1.4rem;
    left: 2.4rem; }
    .drawer-bar .cta-refresh-list:hover {
      cursor: pointer; }
    .drawer-bar .cta-refresh-list .refresh-icon {
      width: 1.9rem;
      height: 1.9rem; }

@media all and (max-width: 1024px) {
  #drawer {
    width: 35.555555556rem; } }
.gig-comments-container .community-guidelines ul {
  margin-left: 15px; }
  .gig-comments-container .community-guidelines ul li {
    list-style-type: disc;
    font-size: 14px;
    color: #281E1E;
    margin-bottom: 20px; }
.gig-comments-container .community-guidelines h2.box-title {
  font-size: 17px;
  color: #281E1E;
  margin: 20px 0; }
.gig-comments-container .community-guidelines p {
  font-size: 12px;
  color: #281E1E; }
  .gig-comments-container .community-guidelines p a, .gig-comments-container .community-guidelines p span {
    color: #eb1e2f; }
    .gig-comments-container .community-guidelines p a:hover, .gig-comments-container .community-guidelines p span:hover {
      text-decoration: underline; }
  .gig-comments-container .community-guidelines p span {
    cursor: pointer; }
.gig-comments-container .community-guidelines .copy-more {
  display: none; }

.comment-container {
  margin-top: 1rem; }

.comment-viewer {
  margin: 2rem auto 0; }

.comment-button {
  height: 3.8rem;
  background-color: #c1c1c1;
  padding: 0.6rem 3rem 0;
  margin-bottom: 1rem;
  text-transform: uppercase;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  display: none;
  -webkit-border-radius: 0.2rem;
  border-radius: 0.2rem; }

.hide-comments .gig-comments-comments, .hide-comments .gig-comments-header, .hide-comments .gig-comments-updates, .hide-comments .gig-comments-more, .hide-comments .gig-comments-count {
  display: none; }
.hide-comments .comment-button {
  display: inline-block; }

.focus-marker {
  position: absolute;
  top: 50vh;
  color: #fff; }

#go-to-top {
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  height: 2rem;
  background-color: #ec1b2e;
  color: #fff;
  font-size: 2rem;
  padding-top: 0.4rem; }
  #go-to-top.hidden {
    visibility: hidden; }

#gigya-login {
  margin: 0;
  padding: 2rem; }
  #gigya-login h1.gigya-screen-caption {
    font-family: 'Roboto Slab', 'Rockwell', serif;
    font-size: 4rem;
    line-height: 1.333;
    margin: 0 0 3.5rem 0;
    padding: 0;
    border: none; }
  #gigya-login .gigya-layout-row {
    margin: 0 0 1rem 0;
    padding: 0; }
  #gigya-login .gigya-composite-control {
    font-family: 'Roboto Slab', 'Rockwell', serif;
    font-size: 1.5rem;
    line-height: 1.333;
    margin: 0 0 1rem 0; }
  #gigya-login div.gigya-social-login {
    min-height: 0 !important;
    min-width: 0 !important;
    margin: 0 0 2rem 0; }
  #gigya-login .gigya-login-form {
    background-color: #f1f1f1;
    padding: 1rem;
    margin: 0 0 3rem 0; }
    #gigya-login .gigya-login-form .gigya-composite-control-textbox, #gigya-login .gigya-login-form .gigya-composite-control-password, #gigya-login .gigya-login-form .gigya-composite-control-submit {
      width: 50%; }

.profile-manager {
  padding: 2rem 0; }
  .profile-manager .profile-unit-list {
    zoom: 1;
    margin: 0 auto;
    padding: 0;
    width: 80%; }
    .profile-manager .profile-unit-list:before {
      content: "";
      display: table; }
    .profile-manager .profile-unit-list:after {
      content: "";
      display: table;
      clear: both; }
    .profile-manager .profile-unit-list .profile-unit {
      margin: 0 0 1rem 0;
      padding: 0;
      width: 50%;
      float: left; }
    .profile-manager .profile-unit-list .alpha-heading {
      font-family: 'Roboto Slab', 'Rockwell', serif;
      font-size: 3rem;
      line-height: 1.333;
      margin: 0 0 1rem 0;
      padding: 0; }
    .profile-manager .profile-unit-list .beta-heading {
      font-family: 'Roboto Slab', 'Rockwell', serif;
      font-size: 2rem;
      line-height: 1.333;
      margin: 0 0 1rem 0;
      padding: 1.3rem 0 0 0; }

.profile-unit-list div.gig-achievements-container {
  overflow-y: scroll; }

@media all and (max-width: 1139px) {
  .profile-manager .profile-unit-list .profile-unit {
    width: 100%;
    float: none; } }
@media all and (max-width: 959px) {
  .gigya-screen-dialog {
    width: 94%;
    left: 3% !important; } }
.scroll-teaser {
  opacity: 0;
  text-align: center;
  margin: -0.5rem 0 1.5rem; }
  .scroll-teaser .more-icon {
    width: 6%;
    display: inline-block;
    margin: 0 0.5rem;
    position: relative;
    top: 1.2rem; }
  .scroll-teaser p {
    font-size: 1.6rem;
    padding: 0 10%; }

.load-marker {
  display: block;
  height: 10px;
  width: 100%; }

@media all and (max-width: 959px) {
  .scroll-teaser {
    margin: -0.5rem 0 2rem; }
    .scroll-teaser .more-icon {
      width: 15%; }
    .scroll-teaser p {
      font-size: 1.8rem;
      padding: 0 10%;
      color: #585858; } }
.taboola * {
  font-family: 'Lato', sans-serif !important; }

/* Responsive styles

 - Extends the common and mobile styles
*/
@media all and (max-width: 1024px) {
  body {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

  #top-nav {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex; } }
@media all and (max-width: 1024px) and (max-width: 639px) {
  #drawer {
    position: absolute;
    z-index: 10000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    overflow: visible;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform 600ms ease-in-out;
    -moz-transition: -moz-transform 600ms ease-in-out;
    -o-transition: -o-transform 600ms ease-in-out;
    -ms-transition: -ms-transform 600ms ease-in-out;
    transition: transform 600ms ease-in-out;
    border-right: 0.4rem solid #ec1b2e; }

  .drawer-open #drawer {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -o-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }

  #drawer-bar {
    height: 5rem;
    z-index: 2; }

  #drawer-handle {
    font-size: 3.5rem;
    white-space: nowrap;
    top: 0.5rem;
    position: absolute;
    z-index: 2;
    right: -4rem;
    height: 4rem;
    width: 7rem;
    color: #fff;
    -webkit-border-radius: 2rem;
    border-radius: 2rem;
    background-color: #ec1b2e; }
    #drawer-handle svg {
      -webkit-transform: translateX(60%);
      -moz-transform: translateX(60%);
      -o-transform: translateX(60%);
      -ms-transform: translateX(60%);
      transform: translateX(60%);
      -webkit-transition: all 500ms ease-in-out 500ms;
      -moz-transition: all 500ms ease-in-out 500ms;
      -o-transition: all 500ms ease-in-out 500ms;
      -ms-transition: all 500ms ease-in-out 500ms;
      transition: all 500ms ease-in-out 500ms;
      height: 100%;
      width: 3rem; }

  .drawer-open #drawer-handle svg {
    -webkit-transform: translateX(-60%) rotateY(180deg);
    -moz-transform: translateX(-60%) rotateY(180deg);
    -o-transform: translateX(-60%) rotateY(180deg);
    -ms-transform: translateX(-60%) rotateY(180deg);
    transform: translateX(-60%) rotateY(180deg); }

  #list-wrapper {
    overflow: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    position: absolute;
    top: 5rem;
    left: 0;
    right: 0;
    bottom: 0; }
    #list-wrapper.list-hidden {
      display: none; }

  .article-column {
    border-left: 0.4rem solid #ec1b2e; } }
@media all and (max-width: 1024px) {
  .top-menu-active #top-nav .hamburger rect {
    fill: #ec1b2e; }

  #home-logo {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }

  .action.menu {
    width: 6rem;
    height: inherit;
    padding-top: 1.8rem;
    text-align: center; }

  .menu-item {
    margin: 0;
    padding-top: auto;
    height: auto;
    text-align: center;
    border-bottom: 0.2rem solid #444;
    border-left: 0.7rem solid #444;
    background-color: rgba(0, 0, 0, 0.9); }
    .menu-item a {
      color: #fff;
      font-size: 2rem;
      text-transform: uppercase;
      text-decoration: none;
      display: block;
      height: 7rem;
      line-height: 7rem; }
      .menu-item a.top-face {
        display: none; }

  .top-menu .menu-item {
    font-weight: 700; }
    .top-menu .menu-item:nth-child(1) {
      border-left-color: #ed1b2f; }
    .top-menu .menu-item:nth-child(2) {
      border-left-color: #e67e22; }
    .top-menu .menu-item:nth-child(3) {
      border-left-color: #f1c40f; }
    .top-menu .menu-item:nth-child(4) {
      border-left-color: #57d68d; }
    .top-menu .menu-item:nth-child(5) {
      border-left-color: #40a9ef; }
    .top-menu .menu-item:nth-child(6) {
      border-left-color: #3f57ec; }
    .top-menu .menu-item:nth-child(7) {
      border-left-color: #9b2fc7; }
    .top-menu .menu-item:nth-child(8) {
      border-left-color: #d43998; }

  .footer-menu .menu-item {
    border-left-color: #a0a0a0; }
    .footer-menu .menu-item a {
      font-size: 1.6rem; }

  .top-face, .third-face, #footer {
    display: none; } }
/*
  Desktop specific styles here...
*/
@media all and (min-width: 1025px) {
  #top-nav {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex; }
    #top-nav .footer-menu {
      display: none; }
    #top-nav .action.menu {
      display: none !important; }

  #footer {
    position: absolute;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 0.3rem 1rem 0.3rem 1rem;
    z-index: 100; }
    #footer li a {
      color: #333; }
    #footer * {
      display: inline-block;
      margin-right: 0.3rem; }
    #footer li:after {
      content: '|';
      margin-left: 0.3rem;
      color: #999; }
    #footer li:last-child:after {
      content: ''; }

  #home-logo {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 1.2rem;
    color: #fff;
    min-width: 5rem;
    max-height: 60px; }

  .top-menu {
    -webkit-perspective: 10000;
    -moz-perspective: 10000;
    -ms-perspective: 10000;
    perspective: 10000;
    font-size: 1rem;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -o-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    height: 6rem; }
    .top-menu .menu-item {
      position: relative;
      width: 8.4rem;
      height: 6rem;
      padding: 0.4rem 0 0;
      -webkit-transition: all 200ms ease-in-out;
      -moz-transition: all 200ms ease-in-out;
      -o-transition: all 200ms ease-in-out;
      -ms-transition: all 200ms ease-in-out;
      transition: all 200ms ease-in-out;
      -webkit-transform-origin: 50% 50% -8rem;
      -moz-transform-origin: 50% 50% -8rem;
      -o-transform-origin: 50% 50% -8rem;
      -ms-transform-origin: 50% 50% -8rem;
      transform-origin: 50% 50% -8rem;
      -webkit-transform-style: preserve-3d;
      -moz-transform-style: preserve-3d;
      -o-transform-style: preserve-3d;
      -ms-transform-style: preserve-3d;
      transform-style: preserve-3d;
      -webkit-transform: rotateX(0deg);
      -moz-transform: rotateX(0deg);
      -o-transform: rotateX(0deg);
      -ms-transform: rotateX(0deg);
      transform: rotateX(0deg); }
      .top-menu .menu-item.selectable {
        overflow: hidden; }
      .top-menu .menu-item:hover .third-face {
        -webkit-transform: rotateX(110deg);
        -moz-transform: rotateX(110deg);
        -o-transform: rotateX(110deg);
        -ms-transform: rotateX(110deg);
        transform: rotateX(110deg); }
      .top-menu .menu-item:hover .top-face {
        -webkit-transform: rotateX(50deg);
        -moz-transform: rotateX(50deg);
        -o-transform: rotateX(50deg);
        -ms-transform: rotateX(50deg);
        transform: rotateX(50deg); }
      .top-menu .menu-item:hover .front-face {
        -webkit-transform: rotateX(-10deg);
        -moz-transform: rotateX(-10deg);
        -o-transform: rotateX(-10deg);
        -ms-transform: rotateX(-10deg);
        transform: rotateX(-10deg); }
      .top-menu .menu-item.active.selectable .third-face {
        -webkit-transform: rotateX(60deg);
        -moz-transform: rotateX(60deg);
        -o-transform: rotateX(60deg);
        -ms-transform: rotateX(60deg);
        transform: rotateX(60deg); }
      .top-menu .menu-item.active.selectable .top-face {
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        transform: rotateX(0deg); }
      .top-menu .menu-item.active.selectable .front-face {
        -webkit-transform: rotateX(-60deg);
        -moz-transform: rotateX(-60deg);
        -o-transform: rotateX(-60deg);
        -ms-transform: rotateX(-60deg);
        transform: rotateX(-60deg); }
      .top-menu .menu-item.active.selectable:hover .third-face {
        -webkit-transform: rotateX(50deg);
        -moz-transform: rotateX(50deg);
        -o-transform: rotateX(50deg);
        -ms-transform: rotateX(50deg);
        transform: rotateX(50deg); }
      .top-menu .menu-item.active.selectable:hover .top-face {
        -webkit-transform: rotateX(-10deg);
        -moz-transform: rotateX(-10deg);
        -o-transform: rotateX(-10deg);
        -ms-transform: rotateX(-10deg);
        transform: rotateX(-10deg); }
      .top-menu .menu-item.active.selectable:hover .front-face {
        -webkit-transform: rotateX(-70deg);
        -moz-transform: rotateX(-70deg);
        -o-transform: rotateX(-70deg);
        -ms-transform: rotateX(-70deg);
        transform: rotateX(-70deg); }
    .top-menu .face {
      position: absolute;
      height: 5rem;
      width: inherit;
      -webkit-transform-origin: 50% 50% -4.33rem;
      -moz-transform-origin: 50% 50% -4.33rem;
      -o-transform-origin: 50% 50% -4.33rem;
      -ms-transform-origin: 50% 50% -4.33rem;
      transform-origin: 50% 50% -4.33rem;
      -webkit-transition: all 400ms ease;
      -moz-transition: all 400ms ease;
      -o-transition: all 400ms ease;
      -ms-transition: all 400ms ease;
      transition: all 400ms ease;
      text-align: center;
      text-transform: uppercase;
      padding-top: 2rem;
      border-left: 1px solid #555; }
    .top-menu .top-face {
      -webkit-transform: rotateX(60deg);
      -moz-transform: rotateX(60deg);
      -o-transform: rotateX(60deg);
      -ms-transform: rotateX(60deg);
      transform: rotateX(60deg); }
    .top-menu .front-face {
      -webkit-transform: rotateX(0deg);
      -moz-transform: rotateX(0deg);
      -o-transform: rotateX(0deg);
      -ms-transform: rotateX(0deg);
      transform: rotateX(0deg); }
    .top-menu .third-face {
      opacity: 0.8;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
      filter: alpha(opacity=80);
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-transform: rotateX(120deg);
      -moz-transform: rotateX(120deg);
      -o-transform: rotateX(120deg);
      -ms-transform: rotateX(120deg);
      transform: rotateX(120deg); }
    .top-menu .front-face {
      background-color: #333 !important; }
    .top-menu .menu-item:nth-child(1) .face {
      background-color: #ed1b2f; }
    .top-menu .menu-item:nth-child(2) .face {
      background-color: #e67e22; }
    .top-menu .menu-item:nth-child(3) .face {
      background-color: #f1c40f; }
    .top-menu .menu-item:nth-child(4) .face {
      background-color: #57d68d; }
    .top-menu .menu-item:nth-child(5) .face {
      background-color: #40a9ef; }
    .top-menu .menu-item:nth-child(6) .face {
      background-color: #3f57ec; }
    .top-menu .menu-item:nth-child(7) .face {
      background-color: #9b2fc7; }
    .top-menu .menu-item:nth-child(8) .face {
      background-color: #d43998; } }
@media all and (min-width: 1280px) {
  #home-logo {
    max-height: 72px; } }
.newslettercb label.Indy100 {
  background-image: url(http://assets.independent.co.uk/editorial/indySprite.png);
  background-position: 94px -272px; }

.newslettercb {
  padding: 10px 0px 20px 0px;
  position: relative;
  min-height: 60px;
  float: left;
  width: 275px;
  margin: 10px 0px 15px 0; }
  .newslettercb input[type=checkbox] {
    visibility: hidden;
    display: none; }
  .newslettercb label {
    cursor: pointer;
    position: relative;
    width: 60px;
    height: 60px;
    top: 0;
    border-radius: 4px;
    width: 82px;
    height: 89px; }
    .newslettercb label span {
      overflow: visible;
      width: 214px;
      position: relative;
      display: block;
      margin-left: 90px;
      font-size: 14px;
      line-height: 15px; }
      .newslettercb label span .gigya-newsletter-title {
        font-size: 18px;
        font-weight: bold;
        display: block;
        font-style: inherit;
        font-family: 'Roboto Slab', 'Rockwell', serif;
        margin-bottom: 10px; }
    .newslettercb label .subscribe-btn {
      margin-top: 5px;
      background: #EC1A2E;
      color: #fff;
      border: 1px solid #EC1A2E;
      text-decoration: none;
      display: inline-block;
      padding: 4px;
      margin-right: 1px;
      font-weight: bold;
      width: 87px;
      border-radius: 3px;
      text-align: center; }

#gigya-register-screen .hide {
  display: none;
  overflow: hidden; }

.page-indy100-login #main-container #wrapper .drawer,
.page-indy100-thankyou #main-container #wrapper .drawer,
.page-indy100-register #main-container #wrapper .drawer {
  display: none; }

#gigyaContainer {
  padding-top: 30px; }

.popup #gigyaContainer {
  padding-top: 50px; }
  @media all and (min-width: 530px) {
    .popup #gigyaContainer {
      padding-top: 80px; } }

.gigya-composite-control select::-ms-expand {
  display: none; }

.page-indy100-login,
.page-indy100-register {
  overflow-y: scroll; }

#thank-you-screen {
  margin: 0;
  max-width: 790px;
  padding: 12px 20px; }
  @media (min-width: 1000px) {
    #thank-you-screen {
      margin: 120px auto; } }
  #thank-you-screen h1 {
    margin-bottom: 10px;
    color: #281E1E;
    font: 26px/1.27 'Alfa Slab One', 'Rockwell', serif; }
    #thank-you-screen h1 span {
      font-size: inherit;
      display: block;
      color: #ec1b2e; }
      #thank-you-screen h1 span.signup-name {
        color: inherit;
        word-wrap: break-word;
        display: inline; }
  #thank-you-screen p {
    color: rgba(40, 30, 30, 0.9);
    line-height: 1.47; }
    #thank-you-screen p:not(.small-print) {
      font-size: 19px;
      margin: 14px 0; }
    #thank-you-screen p.small-print {
      font-size: 14px;
      margin: 0 0 8px; }
    #thank-you-screen p a {
      color: #EC1A2E; }
      #thank-you-screen p a:hover {
        color: #EC1A2E; }
  #thank-you-screen .button {
    text-align: center;
    font: bold 16px/40px 'Lato', sans-serif;
    text-decoration: none;
    display: inline-block;
    margin: 10px 0 12px;
    text-transform: uppercase;
    border-radius: 25px;
    background-color: #ec1a2e;
    color: #fff;
    height: 38px;
    padding: 0 30px;
    box-shadow: 0 3px #c31f28; }
  #thank-you-screen .return {
    display: block;
    font-weight: 500; }

.popup #thank-you-screen {
  background-color: #281E1E;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  height: 100vh; }
  @media screen and (max-width: 670px) and (orientation: landscape) {
    .popup #thank-you-screen {
      height: 100%; } }
  .popup #thank-you-screen .inner {
    width: 398px;
    overflow: hidden; }
  .popup #thank-you-screen p {
    color: #fff; }
  .popup #thank-you-screen h1 {
    color: #ec1b2e; }
    .popup #thank-you-screen h1 span {
      color: #fff; }
      .popup #thank-you-screen h1 span.signup-name {
        color: inherit; }

.leaderboard.article-width {
  max-width: none;
  padding: 0;
  text-align: center; }

.article-column {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: auto;
  background-color: #fff;
  overflow: hidden; }

article {
  position: relative;
  width: 100%;
  background-color: #fff;
  padding: 0;
  font-size: 1.6rem;
  color: color-body;
  line-height: 1.5em; }
  article .article-head-bloc {
    background-color: #fff; }
  article .article-width {
    margin-left: auto;
    margin-right: auto;
    padding: 0 7%; }
  article .headline {
    font-family: 'Alfa Slab One', 'Rockwell', serif;
    font-size: 3.8rem;
    margin-bottom: 1.4rem;
    /* 2rem in VD */
    text-align: center;
    max-width: 100%;
    line-height: normal; }
  article .commercial-badge {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0 auto 1.4rem; }
    article .commercial-badge .commercial-badge-term {
      margin-right: 0.5rem;
      text-align: right;
      text-transform: lowercase; }
      article .commercial-badge .commercial-badge-term a {
        color: #a0a0a0;
        text-decoration: none; }
    article .commercial-badge .commercial-badge-logo img {
      width: auto;
      height: 2em; }
  article .body p {
    line-height: 1.5em;
    color: #444; }
    article .body p:first-child {
      color: #333; }
  article .body h1, article .body h2, article .body h3, article .body h4, article .body h5, article .body h6, article .body hr {
    font-size: 2.2rem;
    margin-bottom: 2rem;
    /* 3rem in VD */
    color: #444; }
  article .body ul {
    padding-left: 4rem; }
  article .body ol {
    padding-left: 4rem;
    list-style-type: decimal; }
  article .body ul {
    list-style-type: none;
    position: relative; }
    article .body ul > li:before {
      content: '•';
      position: absolute;
      left: 2rem;
      margin-top: -0.2rem;
      font-size: 2rem;
      color: iRed; }
  article .body pre, article .body p, article .body li, article .body ul, article .body ol, article .body blockquote {
    margin-bottom: 3rem; }
  article .body p img {
    display: block;
    margin: 0 auto; }
  article .body blockquote {
    position: relative;
    padding-top: 3rem;
    font-family: 'Alfa Slab One', 'Rockwell', serif; }
    article .body blockquote p {
      color: #333;
      font-size: 2.2rem; }
      article .body blockquote p:last-child::after {
        content: ' „';
        color: #ec1b2e;
        font-size: 9rem;
        position: absolute;
        margin-top: -2.6rem; }
    article .body blockquote h1, article .body blockquote h2, article .body blockquote h3, article .body blockquote h4, article .body blockquote h5, article .body blockquote h6 {
      color: #333;
      font-size: 2.2rem; }
    article .body blockquote:before {
      content: '“';
      color: #ec1b2e;
      font-size: 9rem; }
  article .body table {
    border-style: solid;
    width: 100%;
    font-size: 1.6rem;
    margin-bottom: 3rem;
    border-color: #cbcbcb;
    border-width: 0 0 1px 1px; }
  article .body td {
    border-style: solid;
    padding: 1rem;
    border-color: #cbcbcb;
    border-width: 1px 1px 0 0;
    color: #333; }
  article .body th {
    padding: 1rem;
    border-color: #747474;
    border-style: solid;
    border-width: 1px 1px 0 0;
    color: #fff; }
  article .body thead {
    font-weight: bold;
    background-color: #333; }
  article .body tr:nth-child(even) {
    background-color: #f7f7f7; }
  article figure:not(.mediaembed) {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-line-pack: center;
    -webkit-align-content: center;
    align-content: center;
    margin: 0 0 2.8333rem 0;
    width: 100%; }
  article .img-container {
    max-width: 100%;
    overflow: hidden;
    position: relative; }
  article img {
    display: block;
    max-width: 100%; }
  article .dnd-atom-rendered .image img {
    width: 100%;
    height: auto !important; }
  article .dnd-atom-rendered .image .bc_container {
    display: block;
    position: relative;
    max-width: 100%; }
    article .dnd-atom-rendered .image .bc_container .video-js {
      padding-top: 56.25%;
      width: 100%; }
  article figcaption {
    background-color: rgba(0, 0, 0, 0.8);
    font-size: 1.4rem;
    color: #fff; }
    article figcaption .credit {
      text-transform: uppercase; }
    article figcaption .close {
      position: absolute;
      right: 1rem; }
  article .info {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3rem;
    width: 3rem;
    padding: 0.5rem 0 0 1rem;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out; }
  article .show-caption figcaption {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  article .show-caption .info {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%); }
  article .hero {
    display: block !important;
    max-width: 100%;
    width: 100%;
    position: relative; }
    article .hero .field-name-image {
      width: 100%; }
      article .hero .field-name-image img {
        width: 100%; }
  article .hero.video {
    width: 100%;
    display: block;
    position: relative; }
    article .hero.video:after {
      padding-top: 56.25%;
      display: block;
      content: ''; }
    article .hero.video .video-js {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  article .status-info {
    text-align: center;
    color: #a0a0a0;
    font-size: 1.2rem; }
    article .status-info .fb-like {
      padding: 0 1em; }
  article .link {
    text-decoration: none; }
  article .byline, article .rank {
    color: #ec1b2e; }
  article .author-profile-link {
    text-decoration: none;
    color: #ec1b2e; }
  article .section-link {
    text-decoration: none;
    color: #ec1b2e; }
  article .action {
    height: 6rem;
    font-size: 1.136rem;
    max-width: 64rem;
    margin: 0 auto 4rem;
    width: 86%; }
  article .caption-wrap {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%; }
  article .hero-caption {
    padding: 0.5em 1em; }
  article .footer-rule {
    border: 0;
    height: 1px;
    background-color: #d3d3d3; }

@media all and (min-width: 1050px) {
  article .article-width {
    padding: 0;
    max-width: 64rem; } }
@media all and (min-width: 960px) {
  article .headline {
    max-width: 64rem;
    margin-left: auto;
    margin-right: auto; } }
@media all and (max-width: 959px) {
  article .body blockquote p:last-child::after {
    font-size: 9rem; } }
@media all and (min-width: 960px) {
  article .body blockquote {
    padding-top: 0;
    width: column;
    margin: 0 auto; } }
@media all and (max-width: 959px) {
  article .body blockquote:before {
    float: left;
    height: 4rem;
    margin-top: 2rem;
    font-size: 9rem;
    margin-right: 0.1em; } }
@media all and (min-width: 960px) {
  article .body blockquote:before {
    position: absolute;
    left: -5rem;
    top: 3.3rem; } }
.article-list {
  overflow: hidden; }
  .article-list .card {
    background: #fff;
    border-left: 0.4rem #ed1b2f solid;
    display: block;
    height: 12rem;
    margin: 0 0.4rem 0.7rem 0.4rem;
    padding: 1rem 0 0 0;
    position: relative;
    text-align: left;
    -webkit-box-shadow: 0 2px 3px 0 #aaa;
    box-shadow: 0 2px 3px 0 #aaa; }
    .article-list .card .new-flag {
      display: none;
      position: absolute;
      width: 4.2rem;
      height: 4rem;
      z-index: 2;
      top: 0.3rem;
      left: -0.8rem; }
  .article-list .card-link {
    color: inherit;
    text-decoration: none; }
    .article-list .card-link:hover .article-thumb {
      transform: translateZ(0) scale(1.1); }
  .article-list .article-thumb-container {
    align-self: flex-start;
    margin-top: 5px;
    overflow: hidden;
    width: 7.833333333rem;
    height: 5.666666667rem; }
  .article-list .article-thumb {
    transition: .3s ease;
    width: 100%;
    height: 100%; }
  .article-list .contents {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    margin: 0 1rem;
    padding: 0;
    cursor: pointer;
    position: relative;
    height: 65%; }
    .article-list .contents:after {
      background-color: #fff;
      -webkit-box-shadow: 0 0 0.7rem 0.3em rgba(0, 0, 0, 0.1);
      box-shadow: 0 0 0.7rem 0.3em rgba(0, 0, 0, 0.1);
      content: " ";
      display: none;
      position: absolute;
      right: -11%;
      top: 34%;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      height: 2.8rem;
      width: 2.8rem; }
  .article-list .is-selected .contents:after {
    display: block; }
  .article-list .headline-wrapper {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 0 0 1rem; }
  .article-list h3 {
    font-family: 'Roboto Slab', 'Rockwell', serif;
    font-size: 1.4rem;
    line-height: 1.25;
    margin: 0 0 0.6rem 0;
    padding: 0;
    max-height: 5.7rem;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; }
    .article-list h3 a {
      color: #333;
      text-decoration: none; }
    .article-list h3 .rank {
      color: #ec1b2e;
      font-size: 1.8rem; }
  .article-list .commercial-badge,
  .article-list .displayDate {
    font-size: 1rem;
    width: 100%;
    color: #c3c3c3; }
  .article-list .commercial-badge {
    align-items: center;
    display: flex;
    justify-content: flex-start; }
    .article-list .commercial-badge .commercial-badge-term {
      margin-right: 0.5rem;
      text-align: right;
      text-transform: lowercase; }
      .article-list .commercial-badge .commercial-badge-term a {
        color: #444;
        text-decoration: none; }
    .article-list .commercial-badge .commercial-badge-logo img {
      width: auto;
      height: 1.5rem; }
  .article-list .action {
    margin: 0;
    padding: 0;
    height: 35%;
    line-height: 4; }
    .article-list .action .icon {
      border: none;
      display: inline-block;
      height: 3.4rem;
      line-height: 3.4rem;
      margin: 0;
      padding: 0;
      vertical-align: middle;
      float: right; }
      .article-list .action .icon.upvote {
        padding-left: 1rem;
        float: left; }
      .article-list .action .icon.shares {
        padding-right: 1rem; }
      .article-list .action .icon .up-s {
        width: 2rem;
        height: 2rem; }
      .article-list .action .icon .share-icon {
        width: 1.4rem;
        height: 1.4rem; }
      .article-list .action .icon .facebook, .article-list .action .icon .twitter {
        width: 2rem;
        height: 2rem;
        cursor: pointer; }
      .article-list .action .icon .facebook {
        margin-right: 0.5em; }
        .article-list .action .icon .facebook:hover .icon-body {
          fill: #4f74b7; }
      .article-list .action .icon .twitter:hover .icon-body {
        fill: #10c7ff; }
    .article-list .action .link {
      line-height: 3.5rem; }
    .article-list .action .number {
      font-size: 1.2rem; }
  .article-list .iconic {
    fill: #a0a0a0; }
  .article-list .card.new {
    position: relative; }
    .article-list .card.new .new-flag {
      display: block; }
    .article-list .card.new .contents {
      position: relative; }
  .article-list .mpu-card {
    height: 250px;
    margin: 0 0 1rem 0; }

.section-page .column-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: distribute;
  -moz-box-pack: distribute;
  -o-box-pack: distribute;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around; }
  .section-page .column-wrapper .column {
    -webkit-box-flex: 2;
    -moz-box-flex: 2;
    -o-box-flex: 2;
    box-flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
    padding: 0 2rem 4rem;
    overflow: hidden; }
    .section-page .column-wrapper .column:last-child {
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      -o-box-flex: 1;
      box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1; }
    .section-page .column-wrapper .column img {
      height: auto;
      width: 100%; }
.section-page .spotlight {
  background-color: #fff; }
  .section-page .spotlight a {
    text-decoration: none; }
  .section-page .spotlight .contents {
    padding: 1rem 1rem 0; }
  .section-page .spotlight .hero {
    display: block;
    margin: 0 0 1rem 0; }
  .section-page .spotlight .headline-wrapper .displayDate {
    color: #a0a0a0;
    font-size: 1.2rem;
    margin: 0 0 1rem 0; }
  .section-page .spotlight .headline-wrapper .headline {
    font-family: 'Alfa Slab One', 'Rockwell', serif;
    font-size: 2rem; }
    .section-page .spotlight .headline-wrapper .headline .rank {
      color: #ec1b2e; }
    .section-page .spotlight .headline-wrapper .headline .headline-inner {
      line-height: 1.333;
      color: #444;
      text-decoration: none; }
  .section-page .spotlight .action {
    margin-top: 1rem;
    border-bottom: 1px solid #e5e5e5;
    padding: 0 1rem; }
    .section-page .spotlight .action .icon {
      border: none;
      display: block;
      float: left;
      line-height: 4rem; }
      .section-page .spotlight .action .icon .icon-wrap {
        display: inline-block;
        position: relative; }
      .section-page .spotlight .action .icon.upvote {
        text-align: left;
        padding: 0 0 0 1rem; }
      .section-page .spotlight .action .icon.shares {
        display: none;
        text-align: right;
        padding: 0 1rem 0 0; }
      .section-page .spotlight .action .icon .cta {
        position: absolute;
        top: 33%;
        left: 28%;
        color: #fff;
        font-family: 'Lato', sans-serif;
        font-size: 1rem;
        text-transform: uppercase; }
        .section-page .spotlight .action .icon .cta:hover {
          cursor: pointer; }
      .section-page .spotlight .action .icon .unselected {
        display: block; }
      .section-page .spotlight .action .icon .is-selected {
        display: none; }
      .section-page .spotlight .action .icon.disabled .unselected {
        display: none; }
      .section-page .spotlight .action .icon.disabled .is-selected {
        display: block; }
      .section-page .spotlight .action .icon .up-l {
        width: 8.5rem;
        height: 3.5rem; }
      .section-page .spotlight .action .icon .share-icon {
        width: 2rem;
        height: 2rem; }
    .section-page .spotlight .action .link {
      float: right;
      cursor: pointer;
      text-transform: uppercase;
      margin-right: 1rem; }
      .section-page .spotlight .action .link svg {
        width: 2.8rem;
        height: 2.8rem;
        margin: 0 0.3em; }
      .section-page .spotlight .action .link.twitter:hover .icon-body {
        fill: #10c7ff; }
      .section-page .spotlight .action .link.facebook:hover .icon-body {
        fill: #4f74b7; }
  .section-page .spotlight .commercial-badge {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    margin: .5rem 0 0;
    padding-left: 1rem; }
    .section-page .spotlight .commercial-badge .commercial-badge-term {
      margin-right: 0.5rem;
      text-align: right;
      text-transform: lowercase; }
      .section-page .spotlight .commercial-badge .commercial-badge-term a {
        color: #444;
        text-decoration: none; }
    .section-page .spotlight .commercial-badge .commercial-badge-logo img {
      height: 2rem;
      width: auto; }
.section-page .category-heading {
  font-size: 4rem;
  font-family: 'Roboto Slab', 'Rockwell', serif;
  color: #363636;
  text-transform: capitalize; }

@media all and (min-width: 960px) and (max-width: 1279px) {
  .section-page .spotlight .action .link {
    margin-right: 0;
    width: 3.4rem;
    overflow: hidden; } }
@media all and (max-width: 959px) {
  .section-page .column-wrapper {
    display: block; } }
@media all and (max-width: 959px) {
  .section-page .column-wrapper .column {
    width: 100%;
    margin: 0 auto; } }
@media all and (min-width: 1280px) {
  .section-page .column-wrapper .column:first-child {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; } }
.author-page .author-info {
  margin-bottom: 2rem; }
.author-page .author-heading {
  font-family: 'Alfa Slab One', 'Rockwell', serif;
  font-size: 3.5rem;
  margin-left: 3rem; }
.author-page .author-twitter-link {
  color: #ec1b2e;
  display: block;
  font-size: 1.6rem;
  margin-bottom: 2.5rem;
  margin-left: 3rem;
  margin-top: 0.2rem;
  text-decoration: none; }
  .author-page .author-twitter-link:hover {
    color: #ec1b2e; }
.author-page .author-profile {
  color: #444;
  font-size: 1.6rem;
  margin-left: 3rem;
  margin-top: 2.5rem;
  line-height: 1.5em; }
.author-page .spotlight {
  background-color: #fff; }
  .author-page .spotlight a {
    text-decoration: none; }
  .author-page .spotlight .contents {
    padding: 1rem; }
  .author-page .spotlight .hero {
    display: block;
    margin: 0 0 1rem 0; }
  .author-page .spotlight .headline-wrapper .displayDate {
    color: #a0a0a0;
    font-size: 1.2rem;
    margin: 0 0 1rem 0; }
  .author-page .spotlight .headline-wrapper .headline {
    font-family: 'Alfa Slab One', 'Rockwell', serif;
    font-size: 2rem; }
    .author-page .spotlight .headline-wrapper .headline .rank {
      color: #ec1b2e; }
    .author-page .spotlight .headline-wrapper .headline .headline-inner {
      line-height: 1.333;
      color: #444;
      text-decoration: none; }
  .author-page .spotlight .action {
    border-bottom: 1px solid #e5e5e5;
    margin-top: 0; }
    .author-page .spotlight .action .icon {
      border: none;
      display: block;
      float: left;
      line-height: 4rem; }
      .author-page .spotlight .action .icon .icon-wrap {
        display: inline-block;
        position: relative; }
      .author-page .spotlight .action .icon.upvote {
        text-align: left;
        padding: 0 0 0 2rem; }
      .author-page .spotlight .action .icon.shares {
        display: none;
        text-align: right;
        padding: 0 2rem 0 0; }
      .author-page .spotlight .action .icon .cta {
        position: absolute;
        top: 6%;
        left: 28%;
        color: #fff;
        font-size: 1rem;
        text-transform: uppercase; }
        .author-page .spotlight .action .icon .cta:hover {
          cursor: pointer; }
      .author-page .spotlight .action .icon .unselected {
        display: block; }
      .author-page .spotlight .action .icon .is-selected {
        display: none; }
      .author-page .spotlight .action .icon.disabled .unselected {
        display: none; }
      .author-page .spotlight .action .icon.disabled .is-selected {
        display: block; }
      .author-page .spotlight .action .icon .up-l {
        width: 8.5rem;
        height: 3.5rem; }
      .author-page .spotlight .action .icon .share-icon {
        width: 2rem;
        height: 2rem; }
    .author-page .spotlight .action .link {
      float: right;
      cursor: pointer;
      text-transform: uppercase;
      margin-right: 1rem; }
      .author-page .spotlight .action .link svg {
        width: 2.8rem;
        height: 2.8rem;
        margin: 0 0.3em; }
      .author-page .spotlight .action .link.twitter {
        margin-right: 2rem; }
        .author-page .spotlight .action .link.twitter:hover .icon-body {
          fill: #10c7ff; }
      .author-page .spotlight .action .link.facebook:hover .icon-body {
        fill: #4f74b7; }
.author-page .category-heading {
  font-size: 4rem;
  font-family: 'Roboto Slab', 'Rockwell', serif;
  color: #363636;
  text-transform: capitalize; }
.author-page .column-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: distribute;
  -moz-box-pack: distribute;
  -o-box-pack: distribute;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around; }
  .author-page .column-wrapper .column {
    -webkit-box-flex: 2;
    -moz-box-flex: 2;
    -o-box-flex: 2;
    box-flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
    padding: 0 2rem 4rem;
    overflow: hidden; }
    .author-page .column-wrapper .column:last-child {
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      -o-box-flex: 1;
      box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1; }
    .author-page .column-wrapper .column img {
      height: auto !important;
      width: 100%; }

@media all and (min-width: 960px) and (max-width: 1279px) {
  .author-page .spotlight .action .link {
    margin-right: 0;
    width: 3.4rem;
    overflow: hidden; } }
@media all and (max-width: 959px) {
  .author-page .column-wrapper {
    display: block; } }
@media all and (max-width: 959px) {
  .author-page .column-wrapper .column {
    width: 100%;
    margin: 0 auto; } }
@media all and (min-width: 1280px) {
  .author-page .column-wrapper .column:first-child {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; } }
.box-comments .gig-comments-container *,
.box-comments *.gig-comments-container {
  font-size: 17px;
  line-height: 1.3;
  font-family: 'Lato', sans-serif;
  color: #281E1E; }
  .box-comments .gig-comments-container * .gig-comment-content,
  .box-comments .gig-comments-container * .gig-comment-data,
  .box-comments .gig-comments-container * .gig-composebox-data,
  .box-comments *.gig-comments-container .gig-comment-content,
  .box-comments *.gig-comments-container .gig-comment-data,
  .box-comments *.gig-comments-container .gig-composebox-data {
    padding-left: 0; }
  .box-comments .gig-comments-container * .gig-composebox-data,
  .box-comments *.gig-comments-container .gig-composebox-data {
    margin-bottom: 0; }
  .box-comments .gig-comments-container * .gig-comment-replybox,
  .box-comments *.gig-comments-container .gig-comment-replybox {
    background-color: transparent;
    padding: 0; }
    .box-comments .gig-comments-container * .gig-comment-replybox h2,
    .box-comments *.gig-comments-container .gig-comment-replybox h2 {
      display: none; }
    .box-comments .gig-comments-container * .gig-comment-replybox .gig-composebox-title,
    .box-comments .gig-comments-container * .gig-comment-replybox .gig-composebox-follow,
    .box-comments .gig-comments-container * .gig-comment-replybox .gig-composebox-username,
    .box-comments .gig-comments-container * .gig-comment-replybox .gig-composebox-logout span,
    .box-comments .gig-comments-container * .gig-comment-replybox .gig-composebox-textarea,
    .box-comments .gig-comments-container * .gig-comment-replybox .gig-comment-repliesArrow div,
    .box-comments *.gig-comments-container .gig-comment-replybox .gig-composebox-title,
    .box-comments *.gig-comments-container .gig-comment-replybox .gig-composebox-follow,
    .box-comments *.gig-comments-container .gig-comment-replybox .gig-composebox-username,
    .box-comments *.gig-comments-container .gig-comment-replybox .gig-composebox-logout span,
    .box-comments *.gig-comments-container .gig-comment-replybox .gig-composebox-textarea,
    .box-comments *.gig-comments-container .gig-comment-replybox .gig-comment-repliesArrow div {
      font-size: 12px; }
.box-comments h2.box-title {
  font: 20px/1.4 'Lato', sans-serif; }
.box-comments .gig-composebox-error {
  background-color: transparent;
  color: #999999;
  text-align: left;
  font-weight: 400; }
.box-comments .gig-composebox-editor {
  border: 1px solid #dadfe1;
  border-radius: 0; }
.box-comments .gig-comment-body,
.box-comments .gig-comment-body span,
.box-comments .gig-comment-body div,
.box-comments .gig-comment-username {
  font-size: 12px;
  line-height: 1.1; }
.box-comments .gig-comments-linksContainer li,
.box-comments .gig-comment-repliesArrow div,
.box-comments .gig-comment-time {
  font-size: 12px;
  color: #999999; }
.box-comments .gig-composebox-photo {
  display: none; }
.box-comments .gig-composebox-post {
  background: #ec1b2e;
  color: #fff;
  border: none;
  border-radius: 0.2rem;
  text-transform: none; }
  .box-comments .gig-composebox-post:hover {
    background: #ec1b2e; }
.box-comments .gig-comments-wrapper {
  background-color: rgba(0, 0, 0, 0.03);
  padding: 20px;
  margin-bottom: 20px; }
.box-comments .gig-comment-replies {
  padding-left: 40px; }
.box-comments .comment-button {
  background: linear-gradient(#f5f5f5, #f1f1f0);
  border-radius: 3px;
  border: 1px solid #e2e2e2;
  box-shadow: inset 1px 1px #fff;
  color: #281E1E;
  cursor: pointer;
  font-weight: 700;
  padding: 0 15px 1px;
  text-transform: none;
  display: inline; }
  .box-comments .comment-button:hover {
    background: linear-gradient(#EFEFEF, #E1E1E1); }
.box-comments .community-guidelines {
  margin-top: 20px; }
  .box-comments .community-guidelines p span, .box-comments .community-guidelines p a {
    font-size: inherit; }

.gig-comments-dialog .gig-comments-dialog-caption-container {
  padding: 12px; }
  .gig-comments-dialog .gig-comments-dialog-caption-container .gig-comments-dialog-caption {
    font: bold 18px/1 'Lato', sans-serif; }
.gig-comments-dialog .gig-comments-dialog-button.gig-comments-dialog-textbox-button {
  background: #EC1A2E;
  color: #fff;
  border: none;
  border-radius: 0.2rem;
  font: 14px/24px 'Lato', sans-serif; }

@font-face {
  font-family: "ines";
  src: url("//static.standard.co.uk/s3fs-public/font/ines.eot");
  src: url("//static.standard.co.uk/s3fs-public/font/ines.eot?#iefix") format("embedded-opentype"), url("//static.standard.co.uk/s3fs-public/font/ines.woff") format("woff"), url("//static.standard.co.uk/s3fs-public/font/ines.ttf") format("truetype"), url("//static.standard.co.uk/s3fs-public/font/ines.svg#ines") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'icomoon';
  src: url("//static.standard.co.uk/s3fs-public/font/icomoon.eot?235t6z");
  src: url("data:/application/font-woff2;charset=utf-8;base64,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") format("woff2"), url("//static.standard.co.uk/s3fs-public/font/icomoon.woff?235t6z") format("woff"), url("//static.standard.co.uk/s3fs-public/font/icomoon.eot?#iefix235t6z") format("embedded-opentype"), url("//static.standard.co.uk/s3fs-public/font/icomoon.ttf?235t6z") format("truetype"), url("//static.standard.co.uk/s3fs-public/font/icomoon.svg?235t6z#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-close:before {
  content: "\e603"; }

/*# sourceMappingURL=style.css.map */
