/*
 * Redesign Base
 *
 * Mixins and Variables
 * 
 */
/*
$openL:"open-sans";
$openR:"open-sans";
$openS:"open-sans";
$openB:"open-sans";

$merriweatherR: "merriweather";
$merriweatherLR: "merriweather";
$merriweatherB: "merriweather";
$merriweatherLI: "merriweather";
$merriweatherBI: "merriweather";
$merriweatherHI: "merriweather";
*/
.card .youtubePlayer-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  box-sizing: border-box;
  display: block;
  margin-bottom: 2rem; }
  .card .youtubePlayer-container > iframe, .card .youtubePlayer-container > div, .card .youtubePlayer-container > video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

@media screen and (min-width: 320px) {
  .hidden-xxs {
    display: none; } }

@media screen and (min-width: 320px) {
  .visible-xxs {
    display: block; } }

@media screen and (min-width: 640px) {
  .hidden-sm {
    display: none; } }

@media screen and (min-width: 640px) {
  .visible-sm {
    display: block; } }

@media screen and (min-width: 960px) {
  .hidden-md {
    display: none; } }

@media screen and (min-width: 960px) {
  .visible-md {
    display: block; } }

@media screen and (min-width: 1300px) {
  .hidden-lg {
    display: none; } }

@media screen and (min-width: 1300px) {
  .visible-lg {
    display: block; } }

@media screen and (min-width: 640px) {
  .leaderboard.hidden-sm {
    display: block; } }
@media screen and (min-width: 768px) {
  .leaderboard.hidden-sm {
    display: none; } }
@media screen and (min-width: 640px) {
  .leaderboard.visible-sm {
    display: none; } }
@media screen and (min-width: 768px) {
  .leaderboard.visible-sm {
    display: block; } }

/*
 * Redesign Core
 *
 * Core CSS rules
 *
 */
/*
 * Redesign Base
 *
 * Mixins and Variables
 * 
 */
/*
$openL:"open-sans";
$openR:"open-sans";
$openS:"open-sans";
$openB:"open-sans";

$merriweatherR: "merriweather";
$merriweatherLR: "merriweather";
$merriweatherB: "merriweather";
$merriweatherLI: "merriweather";
$merriweatherBI: "merriweather";
$merriweatherHI: "merriweather";
*/
.card .youtubePlayer-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  box-sizing: border-box;
  display: block;
  margin-bottom: 2rem; }
  .card .youtubePlayer-container > iframe, .card .youtubePlayer-container > div, .card .youtubePlayer-container > video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.hidden-xxs {
  display: none; }

.visible-xxs {
  display: block; }

@media screen and (min-width: 640px) {
  .hidden-sm {
    display: none; } }

@media screen and (min-width: 640px) {
  .visible-sm {
    display: block; } }

@media screen and (min-width: 640px) {
  .leaderboard.hidden-sm {
    display: block; } }
@media screen and (min-width: 640px) {
  .leaderboard.visible-sm {
    display: none; } }

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*
$openL:"open-sans";
$openR:"open-sans";
$openS:"open-sans";
$openB:"open-sans";

$merriweatherR: "merriweather";
$merriweatherLR: "merriweather";
$merriweatherB: "merriweather";
$merriweatherLI: "merriweather";
$merriweatherBI: "merriweather";
$merriweatherHI: "merriweather";
*/
.color-scheme--blue ::selection {
  color: white;
  background: rgba(51, 153, 204, 0.9); }
.color-scheme--blue ::-moz-selection {
  color: white;
  background: rgba(51, 153, 204, 0.9); }
.color-scheme--red ::selection {
  color: white;
  background: rgba(197, 53, 28, 0.9); }
.color-scheme--red ::-moz-selection {
  color: white;
  background: rgba(197, 53, 28, 0.9); }
.color-scheme--green ::selection {
  color: white;
  background: rgba(0, 153, 153, 0.9); }
.color-scheme--green ::-moz-selection {
  color: white;
  background: rgba(0, 153, 153, 0.9); }
.color-scheme--plum ::selection {
  color: white;
  background: rgba(197, 46, 78, 0.9); }
.color-scheme--plum ::-moz-selection {
  color: white;
  background: rgba(197, 46, 78, 0.9); }
.color-scheme--york ::selection {
  color: white;
  background: rgba(251, 204, 41, 0.9); }
.color-scheme--york ::-moz-selection {
  color: white;
  background: rgba(251, 204, 41, 0.9); }
.color-scheme--scot ::selection {
  color: white;
  background: rgba(8, 137, 198, 0.9); }
.color-scheme--scot ::-moz-selection {
  color: white;
  background: rgba(8, 137, 198, 0.9); }
.fixedsticky {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky; }

/* When position: sticky is supported but native behavior is ignored */
.fixedsticky-withoutfixedfixed .fixedsticky-off,
.fixed-supported .fixedsticky-off {
  position: static; }

.fixedsticky-withoutfixedfixed .fixedsticky-on,
.fixed-supported .fixedsticky-on {
  position: fixed; }

.fixedsticky-dummy {
  display: none; }

.fixedsticky-on + .fixedsticky-dummy {
  display: block; }

.color-scheme--york ::selection {
  color: #222222; }

.color-scheme--york ::-moz-selection {
  color: #222222; }

h1, h2, h3, h4, h5, h6, p, span, a, cite, label, strong, b, em, i, ul, li, img, svg {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text; }

.ScribbleLive-header .ScribbleLive-header--tabbed-pane-below {
  margin-bottom: 0.1rem; }

.ScribbleLive-header {
  margin: auto; }
  .ScribbleLive-header--headline {
    margin-bottom: 1rem; }
  .ScribbleLive-header h1 {
    display: block;
    font-size: 2.6rem;
    font-family: "OpenSans-Bold";
    padding: 0.5rem 0rem 0.5rem 0.5rem;
    margin: 0;
    background-color: #405372;
    color: white; }
    .ScribbleLive-header h1 .livebanner {
      padding: 0 0.5rem;
      color: white;
      font-family: "OpenSans-Semibold";
      font-size: 2.4rem;
      background-color: #c20101;
      float: right; }
    .ScribbleLive-header h1:after {
      content: "";
      display: table;
      clear: both; }
  .ScribbleLive-header h3 {
    color: white;
    font-family: "OpenSans-Bold";
    font-size: 2.1rem;
    padding: 0.5rem;
    background-color: #0a224a; }

.ScribbleLiveStucked {
  margin-bottom: 1rem; }

.ScribbleLiveStucked:empty {
  margin-bottom: 0; }

.ScribbleLive {
  margin: 0;
  background-color: white;
  padding-top: 0rem; }

#ScribbleLive .card--timestamp a,
#ScribbleLiveStuck .card--timestamp a {
  color: #989898; }

.card {
  position: relative;
  background-color: white;
  border: 1px solid #dcdada;
  list-style-type: none;
  padding: 1rem 1rem 0rem 1rem;
  margin: 0 1rem 1rem 1rem; }
  .card__flag-container {
    text-align: right;
    margin-right: -10px; }
  .card__flag {
    max-width: 100%; }
  .card__icon {
    display: inline-block; }
  .card--topsection {
    line-height: 1.2em;
    margin: 0.5rem 0.5rem 0.5rem 0.4rem; }
    .card--topsection:after {
      clear: both;
      display: table;
      content: ""; }
  .card--content {
    text-align: left;
    margin: 1rem 0 0 0;
    text-overflow: ellipsis;
    clear: both;
    color: black;
    word-wrap: break-word; }
  .card--timestamp {
    margin-top: 1rem;
    font-size: 1.2rem;
    color: #989898; }
  .card--media {
    text-align: center;
    margin-top: 1rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 32rem; }
    .card--media img, .card--media video {
      margin: 0;
      max-width: 100%; }
  .card__media-caption {
    max-width: 32rem; }
  .card--is-pinned {
    position: absolute;
    top: -3px;
    left: -1px;
    width: 16px;
    height: 32px;
    background: url("/assets/images/scribblelive/pinned.png") top left no-repeat; }

.card:last-of-type {
  margin-bottom: 0; }

.card-author {
  float: left;
  display: table;
  color: black;
  vertical-align: top;
  max-width: 92%; }
  .card-author--avatar {
    display: table-cell;
    width: 4rem;
    margin-right: 1.5rem; }
  .card-author--info {
    display: table-cell;
    vertical-align: top;
    text-align: left; }
    .card-author--info a:link, .card-author--info a:visited, .card-author--info a:hover, .card-author--info a:active {
      color: black; }
  .card-author--name {
    font-weight: bold; }
  .card-author__source {
    color: #989898; }
    .card-author__source a:link, .card-author__source a:visited, .card-author__source a:hover, .card-author__source a:active {
      color: #989898; }

.card-avatar {
  float: right;
  width: 2rem;
  height: 2rem; }

.card-action {
  border-top-color: #cccfd4;
  border-top-width: 1px;
  border-top-style: solid;
  margin-top: 1rem;
  text-align: right; }

.scribblelive-loadmore,
.scribblelive-loadnewposts {
  width: 100%;
  height: 4rem;
  font-size: 1.6rem;
  color: white;
  background-color: #198ac4;
  outline: none;
  border: none; }

.scribblelive-loadmore-container {
  margin: 0 1rem; }

.scribblelive-loadmore {
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto; }

.scribblelive-loadnewposts {
  margin-bottom: 1rem; }

.scribblelive-loadnewposts--pinned {
  opacity: 0.8;
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
  left: 0; }

.card--twitter {
  border-top: 3px solid #55acee; }
  .card--twitter .card--content a:link, .card--twitter .card--content a:visited, .card--twitter .card--content a:hover, .card--twitter .card--content a:active {
    color: #55acee; }

.card--facebook {
  border-top: 3px solid #3f67a9; }
  .card--facebook .card--content a:link, .card--facebook .card--content a:visited, .card--facebook .card--content a:hover, .card--facebook .card--content a:active {
    color: #3f67a9; }

.card--poll {
  border-top: 3px solid #001747; }
  .card--poll .card--content a:link, .card--poll .card--content a:visited, .card--poll .card--content a:hover, .card--poll .card--content a:active {
    color: #001747; }

.card--instagram {
  border-top: 3px solid #517fa4; }
  .card--instagram .card--content a:link, .card--instagram .card--content a:visited, .card--instagram .card--content a:hover, .card--instagram .card--content a:active {
    color: #517fa4; }

.card--youtube {
  border-top: 3px solid #b6130e; }
  .card--youtube .card--content a:link, .card--youtube .card--content a:visited, .card--youtube .card--content a:hover, .card--youtube .card--content a:active {
    color: #b6130e; }

.card--wikipedia {
  border-top: 3px solid #bfc2c3; }
  .card--wikipedia .card--content a:link, .card--wikipedia .card--content a:visited, .card--wikipedia .card--content a:hover, .card--wikipedia .card--content a:active {
    color: #bfc2c3; }

.card--jp {
  border-top: 3px solid #001747; }
  .card--jp .card--content a:link, .card--jp .card--content a:visited, .card--jp .card--content a:hover, .card--jp .card--content a:active {
    color: #001747; }

.card--quickpost {
  border-top: 3px solid #001747; }
  .card--quickpost .card--content a:link, .card--quickpost .card--content a:visited, .card--quickpost .card--content a:hover, .card--quickpost .card--content a:active {
    color: #001747; }

.card--advancedpost {
  border-top: 3px solid #001747; }
  .card--advancedpost .card--content a:link, .card--advancedpost .card--content a:visited, .card--advancedpost .card--content a:hover, .card--advancedpost .card--content a:active {
    color: #001747; }

.card--unknown {
  border-top: 3px solid #dcdada; }
  .card--unknown .card--content a:link, .card--unknown .card--content a:visited, .card--unknown .card--content a:hover, .card--unknown .card--content a:active {
    color: #dcdada; }

.card--error {
  border-top: 3px solid #55acee; }
  .card--error .card--content a:link, .card--error .card--content a:visited, .card--error .card--content a:hover, .card--error .card--content a:active {
    color: #55acee; }

.card--video {
  border-top: 3px solid #001747; }
  .card--video .card--content a:link, .card--video .card--content a:visited, .card--video .card--content a:hover, .card--video .card--content a:active {
    color: #001747; }

.card--image {
  border-top: 3px solid #001747; }
  .card--image .card--content a:link, .card--image .card--content a:visited, .card--image .card--content a:hover, .card--image .card--content a:active {
    color: #001747; }

.unknown {
  border-top-width: 1px; }

.card--error .card--content {
  margin: 0;
  padding: 4rem 2rem 5rem 2rem;
  text-align: center; }
  .card--error .card--content h5 {
    color: #010101;
    font-family: "OpenSans-Bold"; }
  .card--error .card--content .errorExplained {
    color: #151515; }

.card--youtube .card__icon {
  width: 2.2rem;
  height: 2.2rem;
  background-image: url("/assets/images/scribblelive/youtube_circ.png"); }

.card--quickpost .card__icon,
.card--video .card__icon,
.card--image .card__icon,
.card--advancedpost .card__icon,
.card--poll .card__icon {
  width: 2.2rem;
  height: 2.2rem;
  background-image: url("/assets/images/cls0/scribble/site-icon.png"); }

.color-scheme--scot .card--quickpost .card__icon,
.color-scheme--scot .card--video .card__icon,
.color-scheme--scot .card--image .card__icon,
.color-scheme--scot .card--advancedpost .card__icon,
.color-scheme--scot .card--poll .card__icon {
  width: 2.2rem;
  height: 2.2rem;
  background-image: url("/assets/images/cls6/scribble/site-icon.png"); }

.card--facebook .card__icon {
  width: 2.2rem;
  height: 2.2rem;
  background-image: url("/assets/images/scribblelive/facebook_circ.png"); }

.card--twitter .card__icon {
  width: 2.2rem;
  height: 2.2rem;
  background-image: url("/assets/images/scribblelive/twitter_circ.png"); }

.card--youtube .card__icon {
  width: 2.2rem;
  height: 2.2rem;
  background-image: url("/assets/images/scribblelive/youtube_circ.png"); }

.card--instagram .card__icon {
  width: 2.2rem;
  height: 2.2rem;
  background-image: url("/assets/images/scribblelive/instagram_circ.png"); }

/* Event summary */
.event-topimage {
  padding: 0;
  max-width: 100%;
  font-family: "OpenSans-Semibold";
  margin-bottom: 0.1rem; }
  .event-topimage:after {
    content: "";
    display: table;
    clear: both; }
  .event-topimage--cont {
    position: relative;
    float: left;
    min-height: 4rem; }
    .event-topimage--cont--img {
      display: block;
      max-width: 100%; }
    .event-topimage--cont--notification {
      position: absolute;
      top: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.8); }
      .event-topimage--cont--notification h5 {
        color: white;
        font-family: "OpenSans-Semibold";
        font-size: 1.8rem;
        line-height: 1.8rem;
        padding: 0.5rem 1rem; }
        @media screen and (min-width: 481px) and (orientation: landscape) {
          .event-topimage--cont--notification h5 {
            font-size: 3rem;
            line-height: 3rem; } }
    .event-topimage--cont--title {
      position: absolute;
      bottom: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.5);
      max-width: 100%; }
      .event-topimage--cont--title h5 {
        color: white;
        font-family: "OpenSans-Semibold";
        font-size: 2rem;
        line-height: 2rem;
        padding: 0.5rem 1rem;
        height: 3rem;
        max-height: 3rem; }
        @media screen and (min-width: 481px) and (orientation: landscape) {
          .event-topimage--cont--title h5 {
            font-size: 3rem;
            line-height: 3rem;
            height: 4rem;
            max-height: 4rem; } }
    .event-topimage--cont .livebanner {
      padding: 0.5rem 1rem;
      color: white;
      font-family: "OpenSans-Semibold";
      font-size: 1.4rem;
      line-height: 1.4rem;
      background-color: #c20101;
      position: absolute;
      right: 0px;
      top: 0px; }
      @media screen and (min-width: 481px) and (orientation: landscape) {
        .event-topimage--cont .livebanner {
          font-size: 2.4rem;
          line-height: 2.4rem;
          padding: 0.5rem 2rem; } }
  .event-topimage .no-image {
    float: none !important; }
    .event-topimage .no-image .event-topimage--cont--title {
      max-width: 87%; }
    .event-topimage .no-image .event-topimage--cont--notification {
      margin-bottom: 1rem; }
    .event-topimage .no-image .livebanner {
      bottom: 0.5rem;
      top: auto; }
  .event-topimage .with-notification {
    min-height: 7rem; }
    @media screen and (min-width: 481px) and (orientation: landscape) {
      .event-topimage .with-notification {
        min-height: 9rem; } }

.tabbed-pane__item-details {
  display: none; }

.tabbed-pane__item-details.tab-active-details {
  display: block; }

.tabbed-pane.tabbed-pane--hidden {
  display: none; }

.tabbed-pane__item.tabbed-pane__item--hidden {
  display: none; }

/*tabbed pane*/
.tabbed-pane {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1rem;
  display: table;
  table-layout: fixed;
  width: 100%; }
  .tabbed-pane__list {
    background: #405372;
    display: table-row;
    list-style-type: none;
    border-collapse: separate;
    border-spacing: 0;
    margin-top: 0.1rem; }
  .tabbed-pane__item {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    padding: 1rem 0;
    font-weight: 700;
    color: white; }
  .tabbed-pane .tab-active {
    background: #0a224a; }

/*event summary*/
.event-summary {
  margin: 1rem 2rem 1rem 2rem; }
  .event-summary--title {
    color: #405372;
    background: none;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.8rem;
    padding: 0; }
  .event-summary--text {
    margin-top: 1rem;
    color: black;
    word-break: break-word; }

/* key events */
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("/assets/fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("/assets/fonts/bootstrap/glyphicons-halflings-regular.eot#iefix") format("embedded-opentype"), url("/assets/fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("/assets/fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("/assets/fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.key-events-widget, .key-events-widget.tab-active {
  display: none !important; }

.key-events {
  margin: 1rem 1rem 1rem; }
  .key-events__title {
    color: #405372;
    background: none;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.8rem;
    margin: 1rem 1rem 1rem 1rem;
    padding: 0;
    display: block; }
  .key-events .key-events-list {
    margin: 1rem; }
  .key-events .key-event {
    list-style-type: none;
    padding-bottom: 2.5rem; }
    .key-events .key-event:after {
      content: "";
      display: table;
      clear: both; }
    .key-events .key-event__timestamp {
      font-size: 1.4rem;
      font-weight: bold;
      color: #273e66;
      position: relative;
      padding-left: 2rem;
      padding-right: 0.5rem;
      float: left; }
      .key-events .key-event__timestamp:before {
        position: absolute;
        left: 0px;
        top: 0px;
        content: "\e258\e258";
        font-family: "Glyphicons Halflings";
        letter-spacing: -0.5rem;
        font-size: 1.1rem;
        color: #273e66;
        font-weight: bold; }
    .key-events .key-event__content a:link, .key-events .key-event__content a:visited {
      color: black; }
    .key-events .key-event__content a:hover, .key-events .key-event__content a:active {
      color: #55acee; }

.loading {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(222, 222, 222, 0.9);
  z-index: 9000; }

.circle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4rem;
  height: 4rem;
  border-radius: 4rem;
  -webkit-box-sizing: border-box;
  border: solid 0.6rem rgba(34, 34, 34, 0.25);
  border-top-color: #c00;
  -webkit-animation: spin .6s infinite linear;
  -moz-animation: spin .6s infinite linear;
  -ms-animation: spin .6s infinite linear;
  -o-animation: spin .6s infinite linear;
  animation: spin .6s infinite linear; }

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg); } }
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg); } }
@-ms-keyframes spin {
  100% {
    -ms-transform: rotate(360deg); } }
@-o-keyframes spin {
  100% {
    -o-transform: rotate(360deg); } }
.card .embed-container {
  max-width: 35rem;
  margin: 0 auto; }

.card--advertisement {
  padding: 0;
  margin: 0 -1rem 1rem -1rem;
  border: 0; }
  .card--advertisement .card--topsection {
    display: none; }
  .card--advertisement .card--content {
    margin: 0 auto; }
    .card--advertisement .card--content iframe {
      display: block;
      margin: 0 auto;
      max-width: 100%; }

.card--quickpost .card--media__container,
.card--image .card--media__container,
.card--video .card--media__container {
  display: inline-block;
  width: 100%; }
.card--quickpost .card--media__figure,
.card--image .card--media__figure,
.card--video .card--media__figure {
  display: block;
  line-height: 0; }
  .color-scheme--blue .card--quickpost .card--media__figure, .card--image .card--media__figure, .card--video .card--media__figure {
    background-color: rgba(0, 68, 102, 0.05); }
  .color-scheme--red .card--quickpost .card--media__figure, .card--image .card--media__figure, .card--video .card--media__figure {
    background-color: rgba(34, 0, 0, 0.05); }
  .color-scheme--green .card--quickpost .card--media__figure, .card--image .card--media__figure, .card--video .card--media__figure {
    background-color: rgba(0, 51, 51, 0.05); }
  .color-scheme--plum .card--quickpost .card--media__figure, .card--image .card--media__figure, .card--video .card--media__figure {
    background-color: rgba(60, 15, 20, 0.05); }
  .color-scheme--york .card--quickpost .card--media__figure, .card--image .card--media__figure, .card--video .card--media__figure {
    background-color: rgba(34, 34, 34, 0.05); }
  .color-scheme--scot .card--quickpost .card--media__figure, .card--image .card--media__figure, .card--video .card--media__figure {
    background-color: rgba(10, 34, 74, 0.05); }
  .card--quickpost .card--media__figure img,
  .card--image .card--media__figure img,
  .card--video .card--media__figure img {
    max-width: 100%; }
.card--quickpost .card__media-caption,
.card--image .card__media-caption,
.card--video .card__media-caption {
  font-size: 1.2rem;
  color: #6a6161;
  font-family: "OpenSans-Semibold", sans-serif;
  text-align: left;
  margin: 0;
  padding: 0;
  display: block; }
.card--quickpost .card-author,
.card--image .card-author,
.card--video .card-author {
  margin-bottom: 0.5rem; }

.card--flagged {
  background-color: #faeeee; }

.card--instagram object {
  display: block;
  margin: 0 auto;
  width: 190px; }

.card--instagram video {
  background-color: black; }

/*
 * Redesign Base
 *
 * Mixins and Variables
 * 
 */
/*
$openL:"open-sans";
$openR:"open-sans";
$openS:"open-sans";
$openB:"open-sans";

$merriweatherR: "merriweather";
$merriweatherLR: "merriweather";
$merriweatherB: "merriweather";
$merriweatherLI: "merriweather";
$merriweatherBI: "merriweather";
$merriweatherHI: "merriweather";
*/
.card .youtubePlayer-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  box-sizing: border-box;
  display: block;
  margin-bottom: 2rem; }
  .card .youtubePlayer-container > iframe, .card .youtubePlayer-container > div, .card .youtubePlayer-container > video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.hidden-xxs {
  display: none; }

.visible-xxs {
  display: block; }

@media screen and (min-width: 640px) {
  .hidden-sm {
    display: none; } }

@media screen and (min-width: 640px) {
  .visible-sm {
    display: block; } }

@media screen and (min-width: 640px) {
  .leaderboard.hidden-sm {
    display: block; } }
@media screen and (min-width: 640px) {
  .leaderboard.visible-sm {
    display: none; } }

#scribble-single-post__popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
  text-align: center;
  display: none; }

#scribble-single-post__centered-element {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

#scribble-single-post__centered-element .content {
  display: block;
  margin: auto;
  width: 33rem;
  max-height: 400px;
  overflow-y: scroll;
  text-align: left; }

#scribble-single-post__overlay {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  text-align: center;
  top: 0px;
  left: 0px;
  margin: 0px 0px 0px 0px;
  height: 100%;
  width: 100%;
  z-index: 1000; }

#close-single-post__popup {
  width: 33rem;
  text-align: right;
  background: white;
  margin: auto; }

#close-single-post__popup > span {
  cursor: pointer;
  padding-right: 1rem; }

.inline {
  display-block: inline; }

/*
 * Redesign Base
 *
 * Mixins and Variables
 * 
 */
/*
$openL:"open-sans";
$openR:"open-sans";
$openS:"open-sans";
$openB:"open-sans";

$merriweatherR: "merriweather";
$merriweatherLR: "merriweather";
$merriweatherB: "merriweather";
$merriweatherLI: "merriweather";
$merriweatherBI: "merriweather";
$merriweatherHI: "merriweather";
*/
.card .youtubePlayer-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  box-sizing: border-box;
  display: block;
  margin-bottom: 2rem; }
  .card .youtubePlayer-container > iframe, .card .youtubePlayer-container > div, .card .youtubePlayer-container > video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.hidden-xxs {
  display: none; }

.visible-xxs {
  display: block; }

@media screen and (min-width: 640px) {
  .hidden-sm {
    display: none; } }

@media screen and (min-width: 640px) {
  .visible-sm {
    display: block; } }

@media screen and (min-width: 640px) {
  .leaderboard.hidden-sm {
    display: block; } }
@media screen and (min-width: 640px) {
  .leaderboard.visible-sm {
    display: none; } }

.scribble-poll {
  box-sizing: border-box;
  color: black;
  margin-left: 1rem;
  margin-right: 1rem; }
  .scribble-poll--already-voted .scribble-poll__vote {
    display: none; }
  .scribble-poll--already-voted .scribble-poll__option-results {
    padding-right: 0; }
  .scribble-poll__options {
    padding: 0;
    list-style-type: none; }
  .scribble-poll__question {
    color: black;
    font-size: 2rem;
    font-family: "OpenSans-Semibold";
    margin-top: 1rem;
    margin-bottom: 2rem; }
  .scribble-poll__option-results {
    border: 1px solid #dcdada;
    padding-right: 6rem;
    position: relative;
    height: 3.5rem;
    margin-bottom: 1.5rem; }
  .scribble-poll__option-text {
    margin-bottom: 1rem; }
  .scribble-poll__percentage {
    color: white;
    margin-left: auto;
    padding-right: 1rem;
    font-size: 2.2rem;
    padding-top: 0.5rem;
    word-break: normal;
    white-space: nowrap;
    overflow-x: visible; }
  .scribble-poll__result-container {
    display: block;
    height: 3.3rem;
    width: 100%;
    background: #ebebeb; }
  .scribble-poll__result {
    text-align: right;
    height: 3.3rem;
    background: #405372; }
  .scribble-poll__vote {
    width: 6rem;
    height: 3.3rem;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #198ac4;
    color: white;
    outline: none;
    border: none;
    cursor: pointer; }

.scribble-poll--aside .scribble-poll {
  margin-left: 2rem;
  margin-right: 2rem;
  margin-top: 1rem; }

.ie9 .scribble-poll__percentage {
  min-width: 50px; }

/*
 * Redesign Base
 *
 * Mixins and Variables
 * 
 */
/*
$openL:"open-sans";
$openR:"open-sans";
$openS:"open-sans";
$openB:"open-sans";

$merriweatherR: "merriweather";
$merriweatherLR: "merriweather";
$merriweatherB: "merriweather";
$merriweatherLI: "merriweather";
$merriweatherBI: "merriweather";
$merriweatherHI: "merriweather";
*/
.card .youtubePlayer-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  box-sizing: border-box;
  display: block;
  margin-bottom: 2rem; }
  .card .youtubePlayer-container > iframe, .card .youtubePlayer-container > div, .card .youtubePlayer-container > video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.hidden-xxs {
  display: none; }

.visible-xxs {
  display: block; }

@media screen and (min-width: 640px) {
  .hidden-sm {
    display: none; } }

@media screen and (min-width: 640px) {
  .visible-sm {
    display: block; } }

@media screen and (min-width: 640px) {
  .leaderboard.hidden-sm {
    display: block; } }
@media screen and (min-width: 640px) {
  .leaderboard.visible-sm {
    display: none; } }

.article-third-slot .scribble-daily-widget {
  padding-left: 1rem;
  padding-right: 1rem; }

.scribble-daily-widget {
  height: 41.5rem;
  width: 100%;
  margin: 0 auto;
  margin-top: 1rem;
  margin-bottom: 3rem;
  clear: both; }
  .scribble-daily-widget__header {
    display: block;
    position: relative;
    height: 3.3rem;
    overflow: hidden;
    text-decoration: none;
    background-color: #0a224a; }
    .scribble-daily-widget__header:hover {
      text-decoration: none; }
  .scribble-daily-widget__header-red-block {
    position: absolute;
    top: 0.2rem;
    left: 0.2rem;
    height: 2.9rem;
    width: 3.3rem;
    background-color: #c20101; }
  .scribble-daily-widget__header-live {
    margin: 0 auto;
    line-height: 2.9rem;
    text-align: center;
    color: white; }
  .scribble-daily-widget__header-text {
    display: block;
    margin-left: 4rem;
    margin-right: 5rem;
    margin-top: 0.7rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: white; }
  .scribble-daily-widget__header-right {
    position: absolute;
    right: 0;
    top: 0; }
  .scribble-daily-widget__cards {
    padding-top: 1rem;
    height: 34.5rem;
    overflow: hidden;
    background: #f3f3f3;
    padding-left: 0;
    padding-right: 0; }
  .scribble-daily-widget__footer {
    display: block;
    position: relative;
    text-decoration: none;
    height: 40px;
    background-color: #f42d00; }
    .scribble-daily-widget__footer:hover {
      text-decoration: none; }
  .scribble-daily-widget__footer-left {
    position: absolute;
    left: 0;
    top: 0; }
  .scribble-daily-widget__footer-text {
    margin-left: 4rem;
    margin-right: 4rem;
    text-align: center;
    padding-top: 0.9rem;
    color: white; }
    .scribble-daily-widget__footer-text:hover {
      text-decoration: none; }
  .scribble-daily-widget__footer-right {
    position: absolute;
    right: 0;
    top: 0; }

.slab__block .scribble-daily-widget {
  margin-bottom: 0; }



/*# sourceMappingURL=scribble-dailywidget--mobile.css.map */
