/*
 * Redesign Base
 *
 * Mixins and Variables
 * 
 */
/**
 * Susy breakpoint variables for min to max pairings
 * https://github.com/at-import/breakpoint/wiki/Basic-Media-Queries#default-single-and-pair
 *
 */
/**
 * Susy shorthand maps altering the number of columns and max-widths for each breakpoint
 * These maps are passed into the breakpoint contexts below
 *
 */
/**
 * This map is used to reset a grid context to 0 columns
 * uncomment debug to see the out put in the terminal
 * TO-DO Usage of this in get-layout mixin is currently not producing any output
 * so needs understanding why
 *
 */
/**
 * Set global box-sizing:border-box
 *
 */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate3d(0, -25%, 0);
    transform: translate3d(0, -25%, 0);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  box-shadow: none !important;
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857px; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }

  .modal-sm {
    width: 300px; } }
@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }
.event-topimage--cont {
  position: relative;
  width: 100%;
  display: block; }
  .event-topimage--cont:before {
    content: " ";
    display: block; }
  .event-topimage--cont img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }

.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%; }

.u-clearfix {
  zoom: 1; }
  .u-clearfix:before, .u-clearfix:after {
    content: "";
    display: table; }
  .u-clearfix:after {
    clear: both; }

.u-adaptive-container {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .u-adaptive-container:after {
    content: " ";
    display: block;
    clear: both; }
  @media (min-width: 320px) {
    .u-adaptive-container {
      max-width: 100%;
      margin-left: auto;
      margin-right: auto; }
      .u-adaptive-container:after {
        content: " ";
        display: block;
        clear: both; } }
  @media (min-width: 480px) {
    .u-adaptive-container {
      max-width: 100%;
      margin-left: auto;
      margin-right: auto; }
      .u-adaptive-container:after {
        content: " ";
        display: block;
        clear: both; } }
  @media (min-width: 640px) {
    .u-adaptive-container {
      max-width: 748px;
      margin-left: auto;
      margin-right: auto; }
      .u-adaptive-container:after {
        content: " ";
        display: block;
        clear: both; } }
  @media (min-width: 960px) {
    .u-adaptive-container {
      max-width: 960px;
      margin-left: auto;
      margin-right: auto; }
      .u-adaptive-container:after {
        content: " ";
        display: block;
        clear: both; } }
  @media (min-width: 1300px) {
    .u-adaptive-container {
      max-width: 1280px;
      margin-left: auto;
      margin-right: auto; }
      .u-adaptive-container:after {
        content: " ";
        display: block;
        clear: both; } }

.event-summary--text .readmorelink, .scribble-poll__vote {
  background-color: transparent;
  color: #0c418c;
  cursor: pointer;
  text-decoration: none; }
  .event-summary--text .readmorelink:visited, .scribble-poll__vote:visited {
    background-color: transparent;
    color: #0c418c;
    text-decoration: none; }
  .event-summary--text .readmorelink:hover, .scribble-poll__vote:hover, .event-summary--text .readmorelink:active, .scribble-poll__vote:active {
    background-color: transparent;
    color: #0c418c;
    text-decoration: none; }

.scribble-daily-widget__header {
  font-family: "open-sans", sans-serif;
  font-weight: normal;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 46px;
  line-height: 4.6rem;
  font-weight: 900;
  text-transform: uppercase; }

.scribble-daily-widget__footer {
  font-family: "open-sans", sans-serif;
  font-weight: normal;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 46px;
  line-height: 4.6rem;
  font-weight: 800;
  text-transform: uppercase; }

.scribble-daily-widget, .slab__block .scribble-daily-widget {
  background-color: #ffffff; }

.scribble-daily-widget__header {
  color: #222222;
  background-color: #ffffff; }

.scribble-daily-widget__footer {
  background-color: #DA0E0E;
  color: #ffffff;
  cursor: pointer;
  text-decoration: none;
  padding-left: 16px; }
  .scribble-daily-widget__footer svg {
    fill: #ffffff; }
  .scribble-daily-widget__footer:visited {
    background-color: #DA0E0E;
    color: #ffffff;
    text-decoration: none; }
  .scribble-daily-widget__footer:hover, .scribble-daily-widget__footer:active {
    background-color: #0C418C;
    color: #ffffff;
    text-decoration: none; }
    .scribble-daily-widget__footer:hover svg, .scribble-daily-widget__footer:active svg {
      fill: #ffffff; }

.scribble-daily-widget__cards {
  background-color: #ffffff; }

.scribble-poll__percentage {
  font-style: italic; }

.svg-masthead-portsmouth-news {
  max-height: 32px;
  max-height: 3.2rem; }
  @media screen and (min-width: 640px) {
    .svg-masthead-portsmouth-news {
      max-height: 45px;
      max-height: 4.5rem; } }
  @media screen and (min-width: 960px) {
    .svg-masthead-portsmouth-news {
      max-height: 54px;
      max-height: 5.4rem; } }

.scribble-poll__percentage {
  font-style: normal; }

.scribble-daily-widget {
  width: 100%;
  height: 100%;
  min-height: 430px;
  max-height: 1040px;
  margin: 1rem auto 3rem;
  clear: both;
  position: relative; }
  @media screen and (min-width: 320px) {
    .scribble-daily-widget {
      position: relative;
      height: 430px;
      margin-bottom: 20px; } }
  @media screen and (min-width: 960px) {
    .scribble-daily-widget {
      margin-left: 0;
      margin-right: 0;
      padding-left: 0;
      padding-right: 0; } }
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    background: #DA0E0E; }
  100% {
    -webkit-transform: scale(1.5);
    opacity: 0; } }
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1);
    background: #DA0E0E; }
  100% {
    -moz-transform: scale(1.5);
    opacity: 0; } }
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    background: #DA0E0E; }
  100% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0; } }
  .scribble-daily-widget__header {
    display: block;
    position: relative;
    height: 4.6rem;
    padding: 0 1.6rem;
    overflow: hidden;
    text-decoration: none; }
    .scribble-daily-widget__header:hover {
      text-decoration: none; }
  .scribble-daily-widget .dot {
    position: absolute;
    right: 1.8rem;
    top: 1.8rem;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 1rem;
    background: #DA0E0E;
    opacity: 1; }
  .scribble-daily-widget .animated {
    -webkit-animation-duration: 3s;
    -moz-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite; }
  .scribble-daily-widget .pulse {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    animation-name: pulse; }
  .scribble-daily-widget__cards {
    height: 34.5rem;
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
    margin-top: 0; }
    @media screen and (min-width: 960px) {
      .scribble-daily-widget__cards {
        padding-left: 1rem;
        padding-right: 1rem; } }
  .scribble-daily-widget__footer {
    display: block;
    width: 100%;
    position: absolute;
    text-decoration: none;
    bottom: 0;
    left: 0; }
  .scribble-daily-widget .icon {
    position: absolute;
    right: 10px;
    top: 10px;
    height: 2.5rem;
    width: 2.5rem;
    background: none; }
  .scribble-daily-widget .card-action {
    display: none; }

.slab__block .scribble-daily-widget {
  margin-bottom: 0;
  overflow: hidden; }

.card {
  margin: 0 1rem 1rem;
  background: #ffffff;
  border-bottom: 1px solid rgba(10, 34, 74, 0.05);
  position: relative;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 2rem;
  padding: 0.6rem;
  list-style-type: none; }
  @media screen and (min-width: 960px) {
    .card {
      margin: 0 0 1rem; } }
  .card__flag-container {
    text-align: right;
    margin-right: -10px; }
  .card__flag {
    max-width: 100%; }
  .card__icon {
    display: inline-block; }
  .card--topsection:after {
    clear: both;
    display: table;
    content: ""; }
  .card--error {
    margin: 4rem 0 0; }
    @media screen and (min-width: 960px) {
      .card--error {
        margin: 4rem 0 1rem; } }
  .card--content {
    font-family: "open-sans", sans-serif;
    font-weight: normal;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 16px;
    line-height: 1.6rem;
    background: none;
    padding: 1rem 1rem 2rem;
    margin: 0;
    border: 0;
    overflow: hidden; }
    .card--content a:link,
    .card--content a:visited,
    .card--content a:hover,
    .card--content a:active,
    .card--content a:focus {
      text-decoration: none;
      color: #1cb1bb; }
  .card--timestamp {
    font-family: "open-sans", sans-serif;
    font-weight: normal;
    font-size: 10px;
    font-size: 1rem;
    line-height: 12px;
    line-height: 1.2rem;
    padding: 0.6rem;
    position: absolute;
    right: 0;
    bottom: 0;
    color: #222222; }
    .card--timestamp a:link,
    .card--timestamp a:visited,
    .card--timestamp a:hover,
    .card--timestamp a:active,
    .card--timestamp a:focus {
      text-decoration: none;
      color: #666666; }
  .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: 2.4rem;
    height: 2.4rem;
    margin-right: 1.5rem; }
  .card-author--info {
    font-family: "open-sans", sans-serif;
    font-weight: normal;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 14px;
    line-height: 1.4rem;
    display: table-cell;
    vertical-align: middle;
    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--name a {
      text-decoration: none; }
  .card-author__source {
    display: none; }

.card-avatar {
  float: right;
  width: 1.6rem;
  height: 1.6rem; }

.card-action {
  display: none; }

.unknown {
  border-top-width: 1px; }

.card--youtube .card__icon {
  width: 1.6rem;
  height: 1.6rem;
  background-image: url("/assets/images/scribblelive/youtube_circ.png");
  background-size: cover; }

.card--quickpost .card__icon,
.card--video .card__icon,
.card--image .card__icon,
.card--advancedpost .card__icon,
.card--poll .card__icon {
  width: 1.6rem;
  height: 1.6rem;
  background-image: url("/assets/images/cls0/scribble/site-icon.png");
  background-size: cover; }

.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: 1.6rem;
  height: 1.6rem;
  background-image: url("/assets/images/cls6/scribble/site-icon.png");
  background-size: cover; }

.card--facebook .card__icon {
  width: 1.6rem;
  height: 1.6rem;
  background-image: url("/assets/images/scribblelive/facebook_circ.png");
  background-size: cover; }

.card--twitter .card__icon {
  width: 1.6rem;
  height: 1.6rem;
  background-image: url("/assets/images/scribblelive/twitter_circ.png");
  background-size: cover; }

.card--youtube .card__icon {
  width: 1.6rem;
  height: 1.6rem;
  background-image: url("/assets/images/scribblelive/youtube_circ.png");
  background-size: cover; }

.card--instagram .card__icon {
  width: 1.6rem;
  height: 1.6rem;
  background-image: url("/assets/images/scribblelive/instagram_circ.png");
  background-size: cover; }

.event-topimage {
  padding: 0;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  font-family: "open-sans", sans-serif;
  font-weight: normal;
  font-weight: 600;
  margin-bottom: 0.1rem;
  background-color: rgba(34, 34, 34, 0.05); }
  @media screen and (min-width: 960px) {
    .event-topimage {
      margin-bottom: 1rem; } }
  .event-topimage:after {
    content: "";
    display: table;
    clear: both; }
  .event-topimage--cont {
    width: 100%;
    position: relative;
    float: left;
    overflow: hidden; }
    .event-topimage--cont.no-image {
      background-color: initial; }
      .event-topimage--cont.no-image:before {
        padding-top: 0; }
    .event-topimage--cont:before {
      padding-top: 20.3%; }
    .event-topimage--cont--img {
      display: block;
      width: 100%;
      max-width: 100%; }
    .event-topimage--cont--notification {
      position: absolute;
      top: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.8);
      width: 100%;
      text-align: center; }
      .event-topimage--cont--notification h5 {
        color: white;
        font-family: "open-sans", sans-serif;
        font-weight: normal;
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: 600;
        line-height: 1.1;
        padding: 0.5rem 1rem; }
        @media screen and (min-width: 640px) {
          .event-topimage--cont--notification h5 {
            font-family: "open-sans", sans-serif;
            font-weight: normal;
            font-size: 22px;
            font-size: 2.2rem;
            font-weight: 600;
            line-height: 1.1; } }
        @media screen and (min-width: 960px) {
          .event-topimage--cont--notification h5 {
            font-family: "open-sans", sans-serif;
            font-weight: normal;
            font-size: 26px;
            font-size: 2.6rem;
            font-weight: 600;
            line-height: 1.1; } }
    .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: "open-sans", sans-serif;
        font-weight: normal;
        font-size: 20px;
        font-size: 2rem;
        line-height: 20px;
        line-height: 2rem;
        font-weight: 600;
        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; } }
        @media screen and (min-width: 960px) {
          .event-topimage--cont--title h5 {
            font-size: 5rem;
            line-height: 5rem;
            padding: 1rem 2rem;
            height: 7rem;
            max-height: 7rem; } }
    .event-topimage--cont .livebanner {
      padding: 0.5rem 1rem;
      color: white;
      font-family: "open-sans", sans-serif;
      font-weight: normal;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 14px;
      line-height: 1.4rem;
      font-weight: 600;
      background-color: #c20101;
      position: absolute;
      right: 0;
      top: 0; }
      @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; } }
      @media screen and (min-width: 960px) {
        .event-topimage--cont .livebanner {
          font-size: 4.2rem;
          line-height: 4.2rem;
          padding: 1rem 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 {
      position: relative;
      padding: 2rem 0; }
    .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; } }
    @media screen and (min-width: 960px) {
      .event-topimage .with-notification {
        min-height: 14rem; } }

.tabbed-pane__item-details {
  display: none; }
  @media screen and (min-width: 960px) {
    .tabbed-pane__item-details {
      display: block; } }

.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 {
  font-family: "open-sans", sans-serif;
  font-weight: normal;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.1;
  display: table;
  table-layout: fixed;
  width: 100%;
  background: #ffffff; }
  @media screen and (min-width: 960px) {
    .tabbed-pane {
      display: none; } }
  .tabbed-pane__list {
    display: table-row;
    list-style-type: none;
    border-collapse: separate;
    border-spacing: 0;
    margin-top: 0.1rem; }
    @media screen and (min-width: 960px) {
      .tabbed-pane__list {
        width: auto; } }
    .tabbed-pane__list--live {
      display: inline-block;
      margin: 0 auto; }
  .tabbed-pane__item {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    padding: 1rem 0;
    font-weight: 700;
    color: #222222; }
  .tabbed-pane .tab-active {
    background: #f2f2f2; }
  .tabbed-pane .dot {
    position: relative;
    display: inline-block;
    right: 5px;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 1rem;
    background: #DA0E0E;
    opacity: 1; }
  .tabbed-pane .animated {
    -webkit-animation-duration: 3s;
    -moz-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite; }
  .tabbed-pane .pulse {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    animation-name: pulse; }

#scribbleStream.tab-active-details,
#scribbleKeyEvents.tab-active-details,
#scribblePoll.tab-active-details {
  display: block; }

#scribbleStream, #scribbleKeyEvents, #scribblePoll {
  display: none;
  margin-top: 0;
  padding-top: 10px; }
  @media screen and (min-width: 960px) {
    #scribbleStream, #scribbleKeyEvents, #scribblePoll {
      padding-top: 0;
      display: block; } }

/*event summary*/
.event-summary {
  padding: 1rem 0; }
  .event-summary--title {
    font-family: "open-sans", sans-serif;
    font-weight: normal;
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: 600;
    color: #222222;
    line-height: 1.35;
    margin: 0; }
  .event-summary--text {
    font-size: 18px;
    font-size: 1.8rem;
    margin-top: 1rem;
    margin-left: 0;
    color: black;
    word-break: break-word;
    max-width: 100%; }
    @media screen and (min-width: 640px) {
      .event-summary--text {
        max-width: 70rem; } }
    @media screen and (min-width: 960px) {
      .event-summary--text {
        max-width: 70rem; } }
    @media screen and (min-width: 1300px) {
      .event-summary--text {
        max-width: 100%; } }
    .event-summary--text .readmorelink {
      font-weight: normal;
      margin: 0.5rem 0; }
      .event-summary--text .readmorelink:before {
        content: " ";
        display: block; }
    .event-summary--text .firstText {
      font-weight: bold; }
    .event-summary--text .lessText {
      font-weight: normal;
      display: none; }

/* key events */
.key-events-widget,
.key-events-widget.tab-active {
  display: none !important; }

.key-events {
  padding: 1rem 1rem 1rem 1rem;
  background-color: #fff; }
  @media screen and (min-width: 960px) {
    .key-events {
      margin-bottom: 1rem; } }
  .key-events__title {
    font-family: "open-sans", sans-serif;
    font-weight: normal;
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: 600;
    color: #222222;
    display: none;
    line-height: 1.35;
    margin: 0;
    padding: 0 0 5px; }
    @media screen and (min-width: 960px) {
      .key-events__title {
        display: block; } }
  .key-events .key-events-list {
    margin: 0;
    max-width: 48rem; }
  .key-events #ScribbleLiveKeyEvents {
    margin: 0;
    padding: 0; }
  .key-events .key-event {
    list-style-type: none;
    border-top: 1px solid #e8e8e8;
    margin-top: 1rem; }
    .key-events .key-event:after {
      content: "";
      display: table;
      clear: both; }
    .key-events .key-event__timestamp {
      font-family: "open-sans", sans-serif;
      font-weight: normal;
      font-size: 15px;
      font-size: 1.5rem;
      font-weight: 600;
      display: block;
      padding-left: 0;
      float: none;
      padding-right: 0; }
      @media screen and (min-width: 960px) {
        .key-events .key-event__timestamp {
          display: block;
          padding-left: 0;
          float: none;
          padding-right: 0; }
          .key-events .key-event__timestamp:before {
            content: "";
            display: none; } }
    .key-events .key-event__content {
      float: none;
      position: relative;
      border-left: 5px solid #f2f2f2;
      padding-left: 5px;
      margin: 5px 0px;
      line-height: 1.35; }
      @media screen and (min-width: 960px) {
        .key-events .key-event__content {
          float: none;
          position: relative;
          border-left: 5px solid #f2f2f2;
          padding-left: 5px;
          margin: 5px 0px;
          font-size: 14px;
          font-size: 1.4rem; } }
      .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 {
  -webkit-transition: spin 0.6s infinite linear;
  -o-transition: spin 0.6s infinite linear;
  transition: spin 0.6s infinite linear;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4rem;
  height: 4rem;
  border-radius: 4rem;
  border: solid 0.6rem rgba(34, 34, 34, 0.25);
  border-top-color: #cc0000; }

@-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--advertisement {
  padding: 0;
  margin: 0 -1rem 1rem;
  border: 0; }
  @media screen and (min-width: 960px) {
    .card--advertisement {
      padding-top: 1rem;
      padding-bottom: 1rem;
      margin: 0 auto 1rem;
      border: 1px solid #dcdada; } }
  .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;
  background-color: rgba(34, 34, 34, 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 {
  color: #6a6161;
  font-size: 1.2rem;
  font-family: "open-sans", sans-serif;
  font-weight: normal;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
  text-align: left;
  margin: auto;
  padding: 0;
  display: block; }
.card--quickpost .card-author,
.card--image .card-author,
.card--video .card-author {
  margin-bottom: 0.5rem; }

.card--instagram object {
  display: block;
  margin: 0 auto;
  width: 190px; }

.card--instagram video {
  background-color: #222222; }

#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; }
  @media screen and (min-width: 960px) {
    #scribble-single-post__centered-element .content {
      width: 63rem; } }

#scribble-single-post__overlay {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  text-align: center;
  top: 0;
  left: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  z-index: 1000; }

#close-single-post__popup {
  width: 33rem;
  text-align: right;
  background: #ffffff;
  margin: auto; }
  @media screen and (min-width: 960px) {
    #close-single-post__popup {
      width: 63rem; } }

#close-single-post__popup > span {
  cursor: pointer;
  padding-right: 1rem; }

.inline {
  display: inline-block; }

.scribble-poll {
  color: #181818;
  background-color: #ffffff;
  padding: 1rem; }
  .scribble-poll__aside {
    width: 100%; }
  .scribble-poll__title {
    font-family: "open-sans", sans-serif;
    font-weight: normal;
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: 600;
    color: #222222;
    display: none;
    line-height: 1.1; }
    @media screen and (min-width: 960px) {
      .scribble-poll__title {
        display: block; } }
  .scribble-poll__already-voted .scribble-poll__vote {
    display: none; }
  .scribble-poll__already-voted .scribble-poll__option-results {
    padding-right: 0; }
  .scribble-poll__options {
    font-family: "open-sans", sans-serif;
    font-weight: normal;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 600;
    border-top: 1px solid #e8e8e8;
    list-style-type: none;
    margin-top: 0;
    padding: 1rem 0 0; }
  .scribble-poll__question {
    font-size: 23px;
    font-size: 2.3rem;
    font-weight: 400;
    line-height: 1.1;
    margin: 1rem 0; }
  .scribble-poll__option-results {
    position: relative;
    margin-bottom: 1.5rem; }
  .scribble-poll__option-text {
    float: left;
    color: #222222; }
  .scribble-poll__percentage {
    font-family: "open-sans", sans-serif;
    font-weight: normal;
    font-size: 58px;
    font-size: 5.8rem;
    line-height: 1.1;
    font-weight: 600;
    color: #313131;
    margin-left: auto;
    word-break: normal;
    white-space: nowrap;
    overflow-x: visible;
    width: 100%;
    text-align: center;
    clear: both;
    letter-spacing: -1.6px; }
  .scribble-poll__result-container {
    display: block;
    height: 0.5rem;
    width: 100%;
    background: #bfbfbf; }
  .scribble-poll__result {
    text-align: right;
    height: 0.5rem;
    background: #313131; }
  .scribble-poll__vote {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.1;
    display: block;
    position: relative;
    float: right;
    padding: 0;
    outline: none;
    border: 0;
    cursor: pointer; }

.ie9 .scribble-poll__percentage {
  min-width: 50px; }



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