@charset "UTF-8";
/*
*	Main style
*	Martini Responsive 2016
*	---
*	Last checked
*	on:
*	by:
*	---
*	History
*
*
*
*
*
*	---
*	Only imports go in here in the following order
*	Core - Components - New
*	---
*	When a new section of SASS is added, a new SCSS file
*	is to be made in the /scss/imports/new/ dir which
*	will then be combined with the core files (if code
*	is reusable) or added to its own file in the
*	/scss/imports/comp/ dir. Once done, the /new/ SCSS
*	can be deleted.
*	---
*	Any questions email tomhackett@newsquest.co.uk or
*	grab me on jabber/skype.
*/
/* 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;
  vertical-align: baseline;
  border: 0;
  font: inherit;
  font-size: 100%;
}

/* 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-spacing: 0;
  border-collapse: collapse;
}

h1, h2, h3, h4, h5 {
  line-height: 1.2em;
}

/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

.side-ad {
  margin-bottom: 10px;
}

#subscription-spinner {
  display: none;
}

#subscription-content {
  background: none !important;
  height: auto !important;
}

.most-tab-content3 .tab-pane {
  overflow: hidden;
}

.most-read-slide {
  position: relative;
  left: 0;
  -webkit-transition: left 1s ease;
  -moz-transition: left 1s ease;
  -ms-transition: left 1s ease;
  -o-transition: left 1s ease;
  transition: left 1s ease;
}

.most-read-slide ol:last-child {
  position: absolute;
  top: 0;
  left: 100%;
}

#MostRead3, #MostRead-more3 {
  width: 100%;
  float: left;
}

/*
  Just some notes
  The designs give us 4 views
    Desktop
    Tablet (landscape)
    Tablet
    Mobile

  We currently break at 768px, 600px and 480px.
  480px is suitable for mobile devices.
  768px will hit all tablets if we use device-width rather than width
  We can use orientation:landscape to specifically target landscape tablets
  but the issue we will have is that ads differ between these two designs
  mostly in the sidebar. I'm not sure if we can display: none on ads or not?

  tl;dr
  Make 768px into tablet landscape, 600px into tablet portrait. The rest is good.
*/
/* Mixins */
/*
** The main theme mixin uses the following:
** $name - Name of colour scheme, used for the ID
** $primary - Primary colour (links, bigger blocks of colour)
** $secondary - Secondary colour (hover states, borders, accents)
** $light - Lighter colour (backgrounds, bars)
**
** The mixin is in the core/_mixins.scss file
*/
/* Colour schemes take elements from the theme and recolour them
** The main theme mixin uses the following:
** $name - Name of colour scheme, used for the ID
** $primary - Primary colour (links, bigger blocks of colour)
** $secondary - Secondary colour (hover states, borders, accents)
** $light - Lighter colour (backgrounds, bars)
**
** The mixin is in the core/_mixins.scss file
*/
.schemeRed .primary-color {
  color: #A01016;
}

.schemeRed .primary-background {
  background-color: #A01016;
}

.schemeRed .primary-border {
  border-color: #A01016;
}

.schemeRed .secondary-color {
  color: #dc0b17;
}

.schemeRed .secondary-background {
  background-color: #dc0b17;
}

.schemeRed .secondary-border {
  border-color: #dc0b17;
}

.schemeRed .light-color {
  color: #fcebeb;
}

.schemeRed .light-background {
  background-color: #fcebeb;
}

.schemeRed .light-border {
  border-color: #fcebeb;
}

.schemeRed .nav-shortcuts nav a:hover,
.schemeRed .main-nav nav + nav a:hover,
.schemeRed .carousel .jcarousel-control,
.schemeRed #comments-list button.button-transparent,
.schemeRed #comments-list button.reply,
.schemeRed span.item-count,
.schemeRed .see-more-stories button,
.schemeRed .article-body a,
.schemeRed .bizColMore a,
.schemeRed #disasterHeadline a:hover,
.schemeRed a:focus,
.schemeRed .page-section,
.schemeRed .title a,
.schemeRed .page-section a,
.schemeRed .more-news,
.schemeRed #home .sitename, .schemeRed #home .share-stat0s,
.schemeRed .comment-disclaimer a
#disasterHeadline a:hover {
  color: #A01016;
}

.schemeRed .main-nav nav + nav a:hover,
.schemeRed .articles-cta {
  border-color: #A01016;
}

.schemeRed .main-nav nav .active {
  border-color: #dc0b17;
}

.schemeRed a:hover,
.schemeRed .comment-controls .report:hover,
.schemeRed .most-tabs a.active,
.schemeRed .related-articles a:hover h5,
.schemeRed .article-body a:hover,
.schemeRed .title a:hover,
.schemeRed .page-section a:hover,
.schemeRed .more-news:hover {
  color: #dc0b17;
}

.schemeRed .see-more-stories button:hover,
.schemeRed #comments-list button.reply:hover {
  background-color: #A01016;
}

.schemeRed .main-nav nav:first-of-type a:hover,
.schemeRed .deco-strip:after,
.schemeRed .footer-strip,
.schemeRed .send-us-your-news,
.schemeRed .main-nav nav .active {
  background-color: #dc0b17;
}

.schemeRed .social-icons-container span > div {
  background-color: #fcebeb;
}

.schemeRed .announcements .new-note-alert, .schemeRed .announcement .notice-alert {
  background-image: url("/resources/responsive-static/img/schemeRed/announcement-corner.png");
}

.schemeRed a.twitter-button {
  color: #3ea1cb;
}

.schemeRed i.fa-print {
  color: #A01016;
}

.schemeRed a.button, .schemeRed button {
  color: #ffffff;
}

.schemeRed #disasterHeadline a {
  color: #3f3f3f;
}

.schemeBlue .primary-color {
  color: #14497f;
}

.schemeBlue .primary-background {
  background-color: #14497f;
}

.schemeBlue .primary-border {
  border-color: #14497f;
}

.schemeBlue .secondary-color {
  color: #3771c6;
}

.schemeBlue .secondary-background {
  background-color: #3771c6;
}

.schemeBlue .secondary-border {
  border-color: #3771c6;
}

.schemeBlue .light-color {
  color: #F7F4F1;
}

.schemeBlue .light-background {
  background-color: #F7F4F1;
}

.schemeBlue .light-border {
  border-color: #F7F4F1;
}

.schemeBlue .nav-shortcuts nav a:hover,
.schemeBlue .main-nav nav + nav a:hover,
.schemeBlue .carousel .jcarousel-control,
.schemeBlue #comments-list button.button-transparent,
.schemeBlue #comments-list button.reply,
.schemeBlue span.item-count,
.schemeBlue .see-more-stories button,
.schemeBlue .article-body a,
.schemeBlue .bizColMore a,
.schemeBlue #disasterHeadline a:hover,
.schemeBlue a:focus,
.schemeBlue .page-section,
.schemeBlue .title a,
.schemeBlue .page-section a,
.schemeBlue .more-news,
.schemeBlue #home .sitename, .schemeBlue #home .share-stat0s,
.schemeBlue .comment-disclaimer a
#disasterHeadline a:hover {
  color: #14497f;
}

.schemeBlue .main-nav nav + nav a:hover,
.schemeBlue .articles-cta {
  border-color: #14497f;
}

.schemeBlue .main-nav nav .active {
  border-color: #3771c6;
}

.schemeBlue a:hover,
.schemeBlue .comment-controls .report:hover,
.schemeBlue .most-tabs a.active,
.schemeBlue .related-articles a:hover h5,
.schemeBlue .article-body a:hover,
.schemeBlue .title a:hover,
.schemeBlue .page-section a:hover,
.schemeBlue .more-news:hover {
  color: #3771c6;
}

.schemeBlue .see-more-stories button:hover,
.schemeBlue #comments-list button.reply:hover {
  background-color: #14497f;
}

.schemeBlue .main-nav nav:first-of-type a:hover,
.schemeBlue .deco-strip:after,
.schemeBlue .footer-strip,
.schemeBlue .send-us-your-news,
.schemeBlue .main-nav nav .active {
  background-color: #3771c6;
}

.schemeBlue .social-icons-container span > div {
  background-color: #F7F4F1;
}

.schemeBlue .announcements .new-note-alert, .schemeBlue .announcement .notice-alert {
  background-image: url("/resources/responsive-static/img/schemeBlue/announcement-corner.png");
}

.schemeBlue a.twitter-button {
  color: #3ea1cb;
}

.schemeBlue i.fa-print {
  color: #14497f;
}

.schemeBlue a.button, .schemeBlue button {
  color: #ffffff;
}

.schemeBlue #disasterHeadline a {
  color: #3f3f3f;
}

.schemeGreen .primary-color {
  color: #277844;
}

.schemeGreen .primary-background {
  background-color: #277844;
}

.schemeGreen .primary-border {
  border-color: #277844;
}

.schemeGreen .secondary-color {
  color: #34a11f;
}

.schemeGreen .secondary-background {
  background-color: #34a11f;
}

.schemeGreen .secondary-border {
  border-color: #34a11f;
}

.schemeGreen .light-color {
  color: #f0f5e2;
}

.schemeGreen .light-background {
  background-color: #f0f5e2;
}

.schemeGreen .light-border {
  border-color: #f0f5e2;
}

.schemeGreen .nav-shortcuts nav a:hover,
.schemeGreen .main-nav nav + nav a:hover,
.schemeGreen .carousel .jcarousel-control,
.schemeGreen #comments-list button.button-transparent,
.schemeGreen #comments-list button.reply,
.schemeGreen span.item-count,
.schemeGreen .see-more-stories button,
.schemeGreen .article-body a,
.schemeGreen .bizColMore a,
.schemeGreen #disasterHeadline a:hover,
.schemeGreen a:focus,
.schemeGreen .page-section,
.schemeGreen .title a,
.schemeGreen .page-section a,
.schemeGreen .more-news,
.schemeGreen #home .sitename, .schemeGreen #home .share-stat0s,
.schemeGreen .comment-disclaimer a
#disasterHeadline a:hover {
  color: #277844;
}

.schemeGreen .main-nav nav + nav a:hover,
.schemeGreen .articles-cta {
  border-color: #277844;
}

.schemeGreen .main-nav nav .active {
  border-color: #34a11f;
}

.schemeGreen a:hover,
.schemeGreen .comment-controls .report:hover,
.schemeGreen .most-tabs a.active,
.schemeGreen .related-articles a:hover h5,
.schemeGreen .article-body a:hover,
.schemeGreen .title a:hover,
.schemeGreen .page-section a:hover,
.schemeGreen .more-news:hover {
  color: #34a11f;
}

.schemeGreen .see-more-stories button:hover,
.schemeGreen #comments-list button.reply:hover {
  background-color: #277844;
}

.schemeGreen .main-nav nav:first-of-type a:hover,
.schemeGreen .deco-strip:after,
.schemeGreen .footer-strip,
.schemeGreen .send-us-your-news,
.schemeGreen .main-nav nav .active {
  background-color: #34a11f;
}

.schemeGreen .social-icons-container span > div {
  background-color: #f0f5e2;
}

.schemeGreen .announcements .new-note-alert, .schemeGreen .announcement .notice-alert {
  background-image: url("/resources/responsive-static/img/schemeGreen/announcement-corner.png");
}

.schemeGreen a.twitter-button {
  color: #3ea1cb;
}

.schemeGreen i.fa-print {
  color: #277844;
}

.schemeGreen a.button, .schemeGreen button {
  color: #ffffff;
}

.schemeGreen #disasterHeadline a {
  color: #3f3f3f;
}

.schemePurple .primary-color {
  color: #504DA1;
}

.schemePurple .primary-background {
  background-color: #504DA1;
}

.schemePurple .primary-border {
  border-color: #504DA1;
}

.schemePurple .secondary-color {
  color: #6173b5;
}

.schemePurple .secondary-background {
  background-color: #6173b5;
}

.schemePurple .secondary-border {
  border-color: #6173b5;
}

.schemePurple .light-color {
  color: #e2e1f4;
}

.schemePurple .light-background {
  background-color: #e2e1f4;
}

.schemePurple .light-border {
  border-color: #e2e1f4;
}

.schemePurple .nav-shortcuts nav a:hover,
.schemePurple .main-nav nav + nav a:hover,
.schemePurple .carousel .jcarousel-control,
.schemePurple #comments-list button.button-transparent,
.schemePurple #comments-list button.reply,
.schemePurple span.item-count,
.schemePurple .see-more-stories button,
.schemePurple .article-body a,
.schemePurple .bizColMore a,
.schemePurple #disasterHeadline a:hover,
.schemePurple a:focus,
.schemePurple .page-section,
.schemePurple .title a,
.schemePurple .page-section a,
.schemePurple .more-news,
.schemePurple #home .sitename, .schemePurple #home .share-stat0s,
.schemePurple .comment-disclaimer a
#disasterHeadline a:hover {
  color: #504DA1;
}

.schemePurple .main-nav nav + nav a:hover,
.schemePurple .articles-cta {
  border-color: #504DA1;
}

.schemePurple .main-nav nav .active {
  border-color: #6173b5;
}

.schemePurple a:hover,
.schemePurple .comment-controls .report:hover,
.schemePurple .most-tabs a.active,
.schemePurple .related-articles a:hover h5,
.schemePurple .article-body a:hover,
.schemePurple .title a:hover,
.schemePurple .page-section a:hover,
.schemePurple .more-news:hover {
  color: #6173b5;
}

.schemePurple .see-more-stories button:hover,
.schemePurple #comments-list button.reply:hover {
  background-color: #504DA1;
}

.schemePurple .main-nav nav:first-of-type a:hover,
.schemePurple .deco-strip:after,
.schemePurple .footer-strip,
.schemePurple .send-us-your-news,
.schemePurple .main-nav nav .active {
  background-color: #6173b5;
}

.schemePurple .social-icons-container span > div {
  background-color: #e2e1f4;
}

.schemePurple .announcements .new-note-alert, .schemePurple .announcement .notice-alert {
  background-image: url("/resources/responsive-static/img/schemePurple/announcement-corner.png");
}

.schemePurple a.twitter-button {
  color: #3ea1cb;
}

.schemePurple i.fa-print {
  color: #504DA1;
}

.schemePurple a.button, .schemePurple button {
  color: #ffffff;
}

.schemePurple #disasterHeadline a {
  color: #3f3f3f;
}

.schemeRed .fotorama__arr, .schemeRed .fotorama__fullscreen-icon, .schemeRed .fotorama__video-close, .schemeRed .fotorama__video-play {
  background-image: url(/resources/responsive-static/img/fotorama_red.png);
  background-repeat: no-repeat;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 2dppx) {
  .schemeRed .fotorama__arr, .schemeRed .fotorama__fullscreen-icon, .schemeRed .fotorama__video-close, .schemeRed .fotorama__video-play {
    background-image: url(/resources/responsive-static/img/fotorama_red@2x.png);
    background-size: 96px 160px;
    background-repeat: no-repeat;
  }
}

.schemeRed .announcements .tiled-list > ul > li {
  border: solid 1px #FFCECA;
}

.schemeRed .announcements .tiled-list > ul > li:hover {
  border: solid 1px #ffa8a1;
}

.schemeRed .announcements .tiled-list > ul > li a:hover p {
  color: #A01016;
}

.schemeRed .announcements .tiled-list > ul > li h3 strong {
  border-bottom: solid 1px #A01016;
}

.schemeRed .announcements .tiled-list > ul .promo-ad-space {
  background: #D0021B;
}

.schemeRed .announcements .tiled-list > ul .promo-ad-space:hover {
  background: #D0021B;
}

.schemeRed .announcements .tiled-list > ul .promo-ad-space:active {
  background: #D0021B;
}

.schemeRed .announcements .tiled-list > ul .promo-ad-space > ul > li {
  color: #ffffff !important;
}

.schemeRed .announcements .tiled-list > ul .promo-ad-space > ul > li > a {
  color: #ffffff !important;
}

.schemeRed .announcements .notice .notice-header h1 strong {
  border-bottom: solid 2px #A01016;
}

.schemeRed .announcements .notice .notice-container {
  border: solid 1px #FFCECA;
}

.schemeRed .announcements .notice .notice-container .message-board .replied-post {
  border-top: solid 1px #FFCECA;
}

.schemeRed .announcements .notice .notice-container .message-board .replied-post:before {
  border-top: solid 1px #ffeae9;
}

.schemeRed .announcements .notice .notice-form .img-options {
  border-top: solid 1px #FFCECA;
}

.schemeRed .announcements .notice .notice-form .img-options:hover:after {
  color: #A01016;
}

.schemeRed .announcements .pager a:hover {
  background: #A01016;
}

.schemeRed .announcements .pager a:active {
  background: #A01016;
}

.schemeBlue .fotorama__arr, .schemeBlue .fotorama__fullscreen-icon, .schemeBlue .fotorama__video-close, .schemeBlue .fotorama__video-play {
  background-image: url(/resources/responsive-static/img/fotorama_blue.png);
  background-repeat: no-repeat;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 2dppx) {
  .schemeBlue .fotorama__arr, .schemeBlue .fotorama__fullscreen-icon, .schemeBlue .fotorama__video-close, .schemeBlue .fotorama__video-play {
    background-image: url(/resources/responsive-static/img/fotorama_blue@2x.png);
    background-size: 96px 160px;
    background-repeat: no-repeat;
  }
}

.schemeBlue .announcements .tiled-list > ul > li {
  border: solid 1px #cae0ff;
}

.schemeBlue .announcements .tiled-list > ul > li:hover {
  border: solid 1px #a1c8ff;
}

.schemeBlue .announcements .tiled-list > ul > li a:hover p {
  color: #3B99FC;
}

.schemeBlue .announcements .tiled-list > ul > li h3 strong {
  border-bottom: solid 1px #3B99FC;
}

.schemeBlue .announcements .tiled-list > ul .promo-ad-space {
  background: #6CB3FD;
}

.schemeBlue .announcements .tiled-list > ul .promo-ad-space:hover {
  background: #6CB3FD;
}

.schemeBlue .announcements .tiled-list > ul .promo-ad-space:active {
  background: #6CB3FD;
}

.schemeBlue .announcements .notice .notice-header h1 strong {
  border-bottom: solid 2px #3B99FC;
}

.schemeBlue .announcements .notice .notice-container {
  border: solid 1px #cae0ff;
}

.schemeBlue .announcements .notice .notice-container .message-board .replied-post {
  border-top: solid 1px #cae0ff;
}

.schemeBlue .announcements .notice .notice-container .message-board .replied-post:before {
  border-top: solid 1px #e9f2ff;
}

.schemeBlue .announcements .notice .notice-form .img-options {
  border-top: solid 1px #cae0ff;
}

.schemeBlue .announcements .notice .notice-form .img-options:hover:after {
  color: #3B99FC;
}

.schemeBlue .announcements .pager a:hover {
  background: #3B99FC;
}

.schemeBlue .announcements .pager a:active {
  background: #3B99FC;
}

.schemeGreen .fotorama__arr, .schemeGreen .fotorama__fullscreen-icon, .schemeGreen .fotorama__video-close, .schemeGreen .fotorama__video-play {
  background-image: url(/resources/responsive-static/img/fotorama_green.png);
  background-repeat: no-repeat;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 2dppx) {
  .schemeGreen .fotorama__arr, .schemeGreen .fotorama__fullscreen-icon, .schemeGreen .fotorama__video-close, .schemeGreen .fotorama__video-play {
    background-image: url(/resources/responsive-static/img/fotorama_green@2x.png);
    background-size: 96px 160px;
    background-repeat: no-repeat;
  }
}

.schemeGreen .announcements .tiled-list > ul > li {
  border: solid 1px #AFEDC0;
}

.schemeGreen .announcements .tiled-list > ul > li:hover {
  border: solid 1px #8ee6a6;
}

.schemeGreen .announcements .tiled-list > ul > li a:hover p {
  color: #35A11F;
}

.schemeGreen .announcements .tiled-list > ul > li h3 strong {
  border-bottom: solid 1px #35A11F;
}

.schemeGreen .announcements .tiled-list > ul .promo-ad-space {
  background: #5C8E71;
}

.schemeGreen .announcements .tiled-list > ul .promo-ad-space:hover {
  background: #5C8E71;
}

.schemeGreen .announcements .tiled-list > ul .promo-ad-space:active {
  background: #5C8E71;
}

.schemeGreen .announcements .tiled-list > ul .promo-ad-space > ul > li {
  color: #ffffff !important;
}

.schemeGreen .announcements .tiled-list > ul .promo-ad-space > ul > li > a {
  color: #ffffff !important;
}

.schemeGreen .announcements .notice .notice-header h1 strong {
  border-bottom: solid 2px #35A11F;
}

.schemeGreen .announcements .notice .notice-container {
  border: solid 1px #AFEDC0;
}

.schemeGreen .announcements .notice .notice-container .message-board .replied-post {
  border-top: solid 1px #AFEDC0;
}

.schemeGreen .announcements .notice .notice-container .message-board .replied-post:before {
  border-top: solid 1px #c8f3d4;
}

.schemeGreen .announcements .notice .notice-form .img-options {
  border-top: solid 1px #AFEDC0;
}

.schemeGreen .announcements .notice .notice-form .img-options:hover:after {
  color: #35A11F;
}

.schemeGreen .announcements .pager a:hover {
  background: #35A11F;
}

.schemeGreen .announcements .pager a:active {
  background: #35A11F;
}

.schemePurple .fotorama__arr, .schemePurple .fotorama__fullscreen-icon, .schemePurple .fotorama__video-close, .schemePurple .fotorama__video-play {
  background-image: url(/resources/responsive-static/img/fotorama_purple.png);
  background-repeat: no-repeat;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 2dppx) {
  .schemePurple .fotorama__arr, .schemePurple .fotorama__fullscreen-icon, .schemePurple .fotorama__video-close, .schemePurple .fotorama__video-play {
    background-image: url(/resources/responsive-static/img/fotorama_purple@2x.png);
    background-size: 96px 160px;
    background-repeat: no-repeat;
  }
}

.schemePurple .announcements .tiled-list > ul > li {
  border: solid 1px #CCCAED;
}

.schemePurple .announcements .tiled-list > ul > li:hover {
  border: solid 1px #aface3;
}

.schemePurple .announcements .tiled-list > ul > li a:hover p {
  color: #6173B5;
}

.schemePurple .announcements .tiled-list > ul > li h3 strong {
  border-bottom: solid 1px #6173B5;
}

.schemePurple .announcements .tiled-list > ul .promo-ad-space {
  background: #6B71CE;
}

.schemePurple .announcements .tiled-list > ul .promo-ad-space:hover {
  background: #6B71CE;
}

.schemePurple .announcements .tiled-list > ul .promo-ad-space:active {
  background: #6B71CE;
}

.schemePurple .announcements .tiled-list > ul .promo-ad-space > ul > li {
  color: #ffffff !important;
}

.schemePurple .announcements .tiled-list > ul .promo-ad-space > ul > li > a {
  color: #ffffff !important;
}

.schemePurple .announcements .notice .notice-header h1 strong {
  border-bottom: solid 2px #6173B5;
}

.schemePurple .announcements .notice .notice-container {
  border: solid 1px #CCCAED;
}

.schemePurple .announcements .notice .notice-container .message-board .replied-post {
  border-top: solid 1px #CCCAED;
}

.schemePurple .announcements .notice .notice-container .message-board .replied-post:before {
  border-top: solid 1px #e2e1f5;
}

.schemePurple .announcements .notice .notice-form .img-options {
  border-top: solid 1px #CCCAED;
}

.schemePurple .announcements .notice .notice-form .img-options:hover:after {
  color: #6173B5;
}

.schemePurple .announcements .pager a:hover {
  background: #6173B5;
}

.schemePurple .announcements .pager a:active {
  background: #6173B5;
}

/*
* Weather fonts
* Created with iconvau.lt
*/
@font-face {
  font-family: "iconvault";
  font-weight: normal;
  font-style: normal;
  src: url("/resources/responsive-static/fonts/iconvault_forecastfont.eot");
  src: url("/resources/responsive-static/fonts/iconvault_forecastfont.eot?#iefix") format("embedded-opentype"), url("/resources/responsive-static/fonts/iconvault_forecastfont.woff") format("woff"), url("/resources/responsive-static/fonts/iconvault_forecastfont.ttf") format("truetype"), url("/resources/responsive-static/fonts/iconvault_forecastfont.svg#iconvault") format("svg");
}

.icon-thunder,
.icon-sunny,
.icon-drizzle,
.icon-hail,
.icon-showers,
.icon-rain,
.icon-snowy,
.icon-frosty,
.icon-windy,
.icon-windyrain,
.icon-windysnow,
.icon-sleet,
.icon-moon,
.icon-night,
.icon-sun,
.icon-cloud,
.icon-sunrise,
.icon-sunset,
.icon-mist {
  text-decoration: inherit;
  font-family: 'iconvault';
  font-size: 6em;
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}

@media only screen and (min-width: 479px) and (max-width: 678px) {
  .icon-thunder,
  .icon-sunny,
  .icon-drizzle,
  .icon-hail,
  .icon-showers,
  .icon-rain,
  .icon-snowy,
  .icon-frosty,
  .icon-windy,
  .icon-windyrain,
  .icon-windysnow,
  .icon-sleet,
  .icon-moon,
  .icon-night,
  .icon-sun,
  .icon-cloud,
  .icon-sunrise,
  .icon-sunset,
  .icon-mist {
    position: absolute;
    display: inline-block;
    text-decoration: inherit;
    text-transform: none;
    font-family: "iconvault";
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
  }
}

/* -----BaseCloud----- */
.base-cloud:before {
  position: absolute;
  content: '\f105';
  color: #cccccc;
  font-family: 'iconvault';
}

/* -----windyraincloud----- */
.windyrain-cloud:before {
  position: absolute;
  content: '\f111';
  color: #cccccc;
  font-family: 'iconvault';
}

/* -----Windysnowcloud----- */
.windysnow-cloud:before {
  position: absolute;
  content: '\f109';
  color: #cccccc;
  font-family: 'iconvault';
}

/* -----Basethundercloud----- */
.base-thunder-cloud:before {
  position: absolute;
  content: '\f105';
  color: #000;
  font-family: 'iconvault';
}

/* -----Thunder----- */
.icon-thunder:before {
  position: absolute;
  content: "\f114";
  color: orange;
}

/* -----Sunny----- */
.icon-sunny:after {
  position: absolute;
  content: "\f101";
  color: orange;
}

/* -----Drizzle----- */
.icon-drizzle:before {
  position: absolute;
  content: "\f10a";
  color: #82b2e4;
}

/* -----Hail----- */
.icon-hail:before {
  position: absolute;
  content: "\f10f";
  color: #cccccc;
}

/* -----Showers----- */
.icon-showers:before {
  position: absolute;
  content: "\f104";
  color: #82b2e4;
}

/* -----Rainy----- */
.icon-rainy:before {
  position: absolute;
  content: "\f107";
  color: #4681c3;
}

/* -----Snowy----- */
.icon-snowy:before {
  position: absolute;
  content: "\f10b";
  color: #acd3f3;
}

/* -----Frosty----- */
.icon-frosty:before {
  position: absolute;
  content: "\f102";
  color: #85d8f7;
}

/* -----Windy----- */
.icon-windy:before {
  position: absolute;
  content: "\f115";
  color: #cccccc;
}

/* -----WindyRain----- */
.icon-windyrain:before {
  position: absolute;
  content: "\f10e";
  color: #acd3f3;
}

/* -----WindySnow----- */
.icon-windysnow:before {
  position: absolute;
  content: "\f103";
  color: #acd3f3;
}

/* -----Sleet----- */
.icon-sleet:before {
  position: absolute;
  content: "\f10c";
  color: #acd3f3;
}

/* -----Moon----- */
.icon-moon:after {
  position: absolute;
  content: "\f10d";
  color: orange;
}

/* -----Night----- */
.icon-night:after {
  position: absolute;
  content: "\f100";
  color: orange;
}

/* -----Sun----- */
.icon-sun:after {
  position: absolute;
  content: "\f113";
  color: orange;
}

/* -----Cloud----- */
.icon-cloud:after {
  position: absolute;
  content: "\f106";
  color: #cccccc;
}

/* -----Sunrise----- */
.icon-sunrise:before {
  position: absolute;
  content: '\f112';
  color: orange;
}

/* -----Sunset----- */
.icon-sunset:before {
  position: absolute;
  content: '\f110';
  color: #f96f23;
}

/* -----Mist----- */
.icon-mist:before {
  position: absolute;
  content: '\f108';
  color: #cccccc;
}

.super-large {
  font-size: 48px;
}

.xx-large {
  font-size: 42px;
}

.x-large {
  font-size: 34px;
}

.large {
  font-size: 24px;
}

.medium {
  font-size: 21px;
}

.small {
  font-size: 18px;
}

.x-small {
  font-size: 16px;
}

.xx-small {
  font-size: 15px;
}

.tiny {
  font-size: 14px;
}

.mini {
  font-size: 12px;
}

/*

Just some notes on font sizes:

15px seems to have been used a lot across the new homepage design, so
maybe this should be taken as the new "medium" or "regular" variable as well
as the default for all elements.

*/
.loud {
  font-weight: bold;
}

.semi-loud {
  font-weight: 600;
}

.quiet {
  font-weight: normal;
}

.ttu {
  text-transform: uppercase;
}

.l-aling {
  text-align: left;
}

.c-align {
  text-align: center;
}

.r-align {
  text-align: right;
}

.muted, .muted a {
  color: #797979;
}

body {
  background-color: #f9f9f9;
}

body, input, button {
  font-family: "Source Sans Pro", sans-serif;
}

a, a:visited, a:active {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

a:hover {
  text-decoration: none;
  color: #A01016;
}

a:focus {
  text-decoration: none;
}

button {
  vertical-align: middle;
  outline: none;
}

.wrapper {
  width: 960px;
  margin: 0 auto;
}

@media (max-width: 960px) {
  .wrapper {
    width: 100%;
  }
}

#contentContainer {
  background: #ffffff;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 480px) {
  #contentContainer {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.search-container {
  margin: 0;
  padding: 0 10px;
  background-color: #e3e3eb;
}

.mobile-only {
  display: none;
}

@media (max-width: 480px) {
  .mobile-only {
    display: block;
  }
}

@media (max-width: 600px) {
  .mobile-only {
    display: block;
  }
}

.article-extra:before, .article-extra:after {
  display: table;
  content: " ";
}

.article-extra:after {
  clear: both;
}

.article-extra section {
  margin-bottom: 20px;
}

.article-extra section h4 {
  margin-bottom: 10px;
}

.promoted-wrapper:before, .promoted-wrapper:after, .also-wrapper:before, .also-wrapper:after {
  display: table;
  content: " ";
}

.promoted-wrapper:after, .also-wrapper:after {
  clear: both;
}

.promoted-block {
  margin-top: 15px;
}

.promoted-block h4 {
  margin-bottom: 10px;
}

.also-read {
  margin-top: 15px;
}

.also-read a {
  color: #000;
}

#uatu-title {
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  .also-wrapper .clearfix {
    display: none;
  }
}

.article-horizontal {
  max-width: 300px;
  display: inline-block;
  vertical-align: top;
  min-width: 50px;
  width: 23.275%;
  box-sizing: border-box;
  position: relative;
  margin: 0 0 0 2.3%;
}

.article-horizontal:first-child {
  margin-left: 0;
}

@media (max-width: 992px) {
  .article-horizontal {
    width: 48.8%;
    max-width: 500px;
    margin-bottom: 10px;
  }
  .article-horizontal:nth-child(4) {
    margin-left: 0;
  }
}

.article-horizontal img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.most-block .tab-content ol li span {
  width: 34px;
  padding: 10px 0 0 0;
  text-align: right;
  min-width: 40px;
}

.most-block .tab-content ol li span.fa-comments {
  padding: 0;
  width: auto;
  min-width: auto;
}

.most-block .tab-content ol li a {
  padding: 10px 0 0 10px;
}

.most-block .clearfix {
  border-bottom: 1px solid #ffffff;
  margin: 0 20px;
}

.most-block .clearfix:last-child {
  border: 0;
}

@media (max-width: 480px) {
  .most-block .clearfix {
    border-bottom: 0;
    margin: 0;
  }
  .most-block li {
    border-bottom: 1px solid #ffffff;
    padding-bottom: 10px;
    margin-bottom: 0;
  }
}

.most-block-full span.item-count {
  width: 45px;
}

#MostRead-more {
  display: none;
}

.show-more #MostRead-more {
  display: block;
}

.see-more {
  margin-right: 10px;
  padding: 10px 0;
  text-align: right;
}

.mini-banners:before, .mini-banners:after {
  display: table;
  content: " ";
}

.mini-banners:after {
  clear: both;
}

.mini-banners div {
  text-align: center;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0;
}

@media (min-width: 992px) {
  .mini-banners div {
    float: left;
    width: 33.33333%;
  }
}

@media (max-width: 768px) {
  .mini-banners div {
    margin-bottom: 10px;
  }
}

.bottom-leaderboard {
  padding-bottom: 20px;
  text-align: center;
}

header .advert {
  background: #ffffff;
  padding-bottom: 20px;
}

@media (max-width: 600px) {
  header .advert {
    padding-bottom: 10px;
    min-height: auto;
  }
}

.nav-shortcuts {
  height: 35px;
  border-top: 1px solid #371556;
  border-bottom: 1px solid #e3e3eb;
}

@media (max-width: 768px) {
  .nav-shortcuts {
    display: none;
  }
}

.nav-shortcuts > nav {
  float: left;
  margin-left: 5px;
}

.nav-shortcuts > nav a {
  display: inline-block;
  padding: 0 8px;
  color: #3f3f3f;
  line-height: 35px;
}

.nav-shortcuts #topNav a, .nav-shortcuts #topNav a:visited, .nav-shortcuts #topNav a:active, .nav-shortcuts .search-container a, .nav-shortcuts .search-container a:visited, .nav-shortcuts .search-container a:active, .nav-shortcuts #loggedInContainer a, .nav-shortcuts #loggedInContainer a:visited, .nav-shortcuts #loggedInContainer a:active, .nav-shortcuts #loginContainer a, .nav-shortcuts #loginContainer a:visited, .nav-shortcuts #loginContainer a:active {
  color: #3f3f3f;
}

.book-an-ad {
  height: 35px;
  margin-left: 20px;
  background-color: rgba(0, 0, 0, 0.1);
}

@media (max-width: 992px) {
  .book-an-ad {
    display: none;
  }
}

.social-icons-container {
  float: right;
  margin: 7px 2px 0 0;
}

.social-icons-container span {
  position: relative;
  display: inline-block;
}

.social-icons-container span > a {
  display: inline-block;
  width: 20px;
  min-width: 22px;
  height: 22px;
  margin: 0 4px;
  padding: 3px 0 0 0;
  text-align: center;
  border: none;
  border-radius: 50%;
  background-color: #ffffff;
  font-size: 14px;
  line-height: 18px;
  color: #3f3f3f;
}

.social-icons-container span > a.rss:hover {
  color: #ffffff;
  background-color: #3f3f3f;
}

.social-icons-container span > a.twitter {
  color: #3ea1cb;
}

.social-icons-container span > a.twitter:hover {
  color: #ffffff;
  background-color: #3ea1cb;
}

.social-icons-container span > a.fb {
  color: #395283;
}

.social-icons-container span > a.fb:hover {
  color: #ffffff;
  background-color: #395283;
}

.social-icons-container span > a:hover {
  border: 0;
}

.social-icons-container span > div {
  position: absolute;
  z-index: 10;
  top: 40px;
  left: -85px;
  display: none;
  width: 200px;
  padding: 10px;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.4);
  -moz-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.4);
  box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.4);
}

.dd-arrow {
  position: absolute;
  top: -20px;
  left: 50%;
  width: 42px;
  height: 20px;
  margin-left: -21px;
  background: url(/resources/responsive-static/img/dd-arrow.png) top center no-repeat;
}

.dd-arrow.right {
  right: -1px;
  left: auto;
  width: 21px;
  margin-left: 0;
  background: url(/resources/responsive-static/img/dd-arrow-right.png) top center no-repeat;
}

#navShortcuts .search-container {
  position: relative;
  float: right;
  height: 35px;
  border-bottom: 1px solid #e3e3eb;
}

#navShortcuts .search-container .fa-search {
  font-size: 18px;
  line-height: 18px;
}

#btnSearchToggle {
  color: #371556;
}

#divSearchBox {
  position: absolute;
  z-index: 10;
  top: 36px;
  right: 1px;
  display: none;
  width: 240px;
  padding: 15px;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.4);
  -moz-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.4);
  box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.4);
}

#divSearchBox.on {
  display: block;
}

#divSearchBox input[type="text"] {
  display: inline-block;
  width: 160px;
  margin-right: 10px;
}

#divSearchBox button {
  display: inline-block;
  min-width: 28px;
  height: 28px;
  padding: 0;
  color: #ffffff;
  border: 1px solid transparent;
  border-radius: 50px;
  background-color: #371556;
  font-size: 16px;
}

#loggedInContainer, #loginContainer {
  float: right;
  margin: 8px 11px 0 0;
}

#loggedInContainer a, #loginContainer a {
  padding: 0 2px;
}

#sectionBranding {
  background: #ffffff;
  position: relative;
  padding: 10px 0;
}

.widget-weather {
  position: absolute;
  right: 10px;
  margin-top: 15px;
  width: 180px;
}

@media (max-width: 768px) {
  .widget-weather {
    display: none;
  }
}

.widget-weather p {
  padding-top: 32px;
}

.weather-icon {
  position: absolute;
  top: -15px;
  left: 54%;
  display: block;
  margin-left: -2em;
}

.weather-icon div {
  padding: 0 0 5px 0;
  font-size: 3em;
}

.logo img {
  padding: 10px 0 15px 0;
}

@media (max-width: 768px) {
  .logo img {
    width: 60%;
    height: auto;
  }
}

.main-nav {
  background: #ffffff;
}

.main-nav a {
  display: inline-block;
  padding: 0 8px;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 15px;
  line-height: 35px;
}

.main-nav a:hover {
  color: #ffffff;
}

.main-nav nav {
  margin: 0 15px;
  padding-left: 0;
  border-bottom: 5px solid;
}

@media (max-width: 991px) {
  .main-nav nav {
    margin: 0;
  }
}

@media (max-width: 768px) {
  .main-nav nav > a {
    display: none;
  }
  .main-nav nav > a:nth-child(1), .main-nav nav > a:nth-child(2), .main-nav nav > a:nth-child(3), .main-nav nav > a:nth-child(4) {
    display: inline-block;
  }
}

.main-nav nav .button-toggle-nav {
  display: none;
}

@media (max-width: 768px) {
  .main-nav nav .button-toggle-nav {
    display: inline-block;
  }
}

.main-nav nav + nav {
  overflow: hidden;
  height: 30px;
  border-bottom: none;
  background-color: #f7f4f1;
}

@media (max-width: 768px) {
  .main-nav nav + nav {
    display: none;
  }
}

.main-nav nav + nav a {
  padding: 0 10px;
  text-transform: capitalize;
  color: #3f3f3f;
  border-bottom: 3px solid transparent;
  font-size: 15px;
  font-weight: 600;
  line-height: 27px;
}

.main-nav nav + nav a:active, .main-nav nav + nav a:visited {
  color: #3f3f3f;
}

.main-nav nav + nav a:hover {
  border-bottom: 3px solid;
  background-color: transparent;
}

.main-nav nav + nav a:active {
  color: #797979;
}

.main-nav .title {
  background: url(/resources/responsive-static/img/header-nav-arrow.png) center right;
}

#navMobile {
  display: none;
}

#navMobile.on {
  display: block;
}

#navMobile .in-menu-options {
  border-bottom: 1px solid #444;
}

#navMobile .options-container {
  background: #000;
}

#navMobile .options-container button {
  width: 50px;
  height: 50px;
  text-align: center;
  vertical-align: middle;
  color: #ffffff;
  border: none;
  outline: none;
  background-color: transparent;
}

#navMobile .options-container a {
  float: right;
  padding: 0 16px;
  line-height: 50px;
}

#navMobile #searchContainer {
  padding: 17px 13px;
  background-color: #f7f4f1;
}

#navMobile #searchContainer input[type="text"] {
  width: 75%;
  padding: 9px;
}

#navMobile #searchContainer button {
  float: right;
  width: 36px;
  height: 36px;
  color: #ffffff;
  border: 1px solid transparent;
  border-radius: 50px;
  background-color: #371556;
}

#navMobile .nav-items {
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #343434;
}

#navMobile .nav-items a {
  display: block;
  width: 100%;
  padding: 5px 0 5px 15px;
  color: #ffffff;
  border-bottom: 1px solid #444;
  outline: none;
}

.footer-container {
  width: 100%;
  margin: auto;
  padding: 10px 15px 0 15px;
  font-size: 12px;
}

@media (max-width: 768px) {
  .footer-container {
    width: 100%;
  }
  .footer-container .switch-to-mobile {
    display: none;
  }
}

.footer-container ul {
  padding: 0;
  list-style: none;
}

.footer-container a, .footer-container a:active, .footer-container a:visited {
  color: #3f3f3f;
}

.footer-strip {
  height: 4px;
  width: 100%;
  display: block;
  margin-bottom: 10px;
}

.footer-links {
  float: left;
  margin: 0;
}

@media (max-width: 768px) {
  .footer-links {
    padding: 0;
  }
}

.footer-links li a {
  color: #999999;
}

.footer-notice {
  clear: none;
  margin: 5px 0;
}

.ipso-regulated {
  margin: 10px 0 0 0;
  padding: 10px 0;
  border-bottom: 4px #f9f9f9 solid;
  background-color: #ffffff;
}

@media (max-width: 768px) {
  .ipso-regulated {
    margin: 0 0 15px 0;
    padding: 0;
  }
}

.ipso-regulated::after {
  display: block;
  visibility: hidden;
  clear: both;
  overflow: hidden;
  width: 0;
  height: 0;
  content: ".";
  font-size: 0;
  line-height: 0;
}

.ipso-regulated h5 {
  display: block;
  float: left;
  /*margin: 0 15px 0 0;*/
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: normal;
}

@media (max-width: 768px) {
  .ipso-regulated h5 {
    float: none;
    margin-top: 10px;
  }
}

.ipso-regulated h5 span {
  display: block;
  font-family: 'Times New Roman', Times, serif;
  font-size: 34px;
}

.ipso-regulated p {
  display: block;
  float: right;
  clear: none;
  width: 800px;
  margin: 0;
  padding: 0;
}

@media (max-width: 768px) {
  .ipso-regulated p {
    float: none;
    width: 100%;
  }
}

.footer-submenu {
  width: 100%;
}

@media (max-width: 768px) {
  .footer-submenu {
    padding: 0;
  }
}

.footer-submenu li, .footer-links li {
  display: inline-block;
  margin-right: 15px;
}

/*
 *  Footer used exclusively on herald scotland
*/
#herald {
  margin: 0;
  padding: 30px 0 0 0;
  color: #333333;
  border-top: 1px #d8d8d8 solid;
  background-color: #f9f9f9;
}

#herald strong {
  font-weight: 600;
}

#herald h4 {
  font-weight: 600;
  margin: 0 0 20px 0;
}

#herald .footer-container {
  margin: 0;
  padding: 10px 0;
}

#herald .footer-links-list > li {
  border-right: 1px #d8d8d8 solid;
  line-height: 1.7;
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  #herald .footer-links-list > li {
    float: left;
    width: 50%;
  }
}

@media (min-width: 992px) {
  #herald .footer-links-list > li {
    float: left;
    width: 16.66667%;
  }
}

#herald .footer-links-list > li.our-network {
  font-weight: 600;
}

#herald .footer-links-list > li.our-colleagues, #herald .footer-links-list > li.our-network {
  border-right: 0;
}

@media (max-width: 480px) {
  #herald .footer-links-list > li:nth-child(odd) {
    clear: left;
    border-right: 0;
  }
  #herald .footer-links-list > li .switch-to-mobile {
    display: none;
  }
}

#herald .ipso-regulated {
  clear: both;
  float: none;
}

#herald .ipso-logo {
  line-height: 22px;
}

#herald.et {
  background-color: transparent;
  border-top: 0;
}

#herald.et .footer-container, #herald.et .footer-links-list a {
  background-color: #333;
  color: #999;
}

#herald.et .ipso-regulated {
  margin-bottom: 0;
}

.article-labels .breaking {
  background-color: #EA3F35;
}

.article-labels .exclusive, .article-labels .commercial {
  background-color: #007F4C;
}

.article-labels .live {
  background-color: #4A91E1;
}

h1.headline {
  margin: 0 0 20px 0;
  font-size: 34px;
  line-height: 1.1em;
}

@media (max-width: 768px) {
  h1.headline {
    margin-right: 30px;
  }
}

.article-wrapper {
  margin: 0 -15px;
}

.article-wrapper:before, .article-wrapper:after {
  display: table;
  content: " ";
}

.article-wrapper:after {
  clear: both;
}

.article-wrapper article {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .article-wrapper article {
    float: left;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .article-wrapper article {
    float: left;
    width: 66.66667%;
  }
}

@media (max-width: 768px) {
  .article-wrapper article {
    width: 60%;
  }
}

@media (max-width: 765px) {
  .article-wrapper article {
    width: 100%;
  }
}

.article-wrapper aside {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  .article-wrapper aside {
    float: left;
    width: 33.33333%;
  }
}

@media (max-width: 768px) {
  .article-wrapper aside {
    float: left;
    width: 40%;
    display: block;
  }
}

@media (max-width: 480px) {
  .article-wrapper aside {
    display: none;
  }
}

@media (max-width: 765px) {
  .article-wrapper aside {
    display: none;
  }
}

.article-hero {
  text-align: center;
}

.article-hero img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 480px) {
  .article-hero img {
    width: 100%;
  }
}

.hero-caption {
  padding-bottom: 5px;
}

.hero-caption a {
  display: block;
}

.hero-caption span {
  display: block;
  margin-top: 5px;
}

.article-credits {
  padding: 10px 0;
}

.article-credits .author-image {
  float: left;
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

.article-credits .author-image img {
  border-radius: 50px;
}

@media (max-width: 480px) {
  .article-credits .author-image {
    display: none;
  }
}

.article-credits .author-details {
  float: left;
}

.article-credits p a {
  color: #371556;
}

.article-credits p span {
  color: #371556;
}

.article-credits .twitter-button {
  margin-left: 10px;
}

@media (max-width: 480px) {
  .article-credits .twitter-button {
    display: inline;
    margin-left: 0;
  }
}

#responsive-cta {
  position: relative;
  background-color: #f8f8f8;
}

.email-news-promo-panel {
  padding: 15px 10px;
  margin: 0 0 10px 0;
}

.email-news-promo-panel input[type=text] {
  margin: 10px auto;
  max-width: 60%;
  width: 300px;
  padding: 5px 10px;
  margin: 10px 10px 0 10px;
  display: inline;
  margin-right: 10px;
}

.email-news-promo-panel button {
  min-width: 100px;
}

@media (max-width: 480px) {
  .email-news-promo-panel h2, .email-news-promo-panel p {
    font-size: 12px;
  }
  .email-news-promo-panel input[type=text] {
    display: block;
    margin: 10px auto;
  }
}

/*
.email-news-promo-panel {
  margin-bottom: 10px;

  p {
    color: $white;
    position: relative;

    display: inline-block;

    width: 36%;
    margin-right: 4%;
    padding: 5px 23px 5px 2%;

    vertical-align: middle;
    height: 40px;
  }

  i {
    position: absolute;
    top: 0;
    right: 0;

    display: inline-block;

    width: 25px;
    min-height: 50px;

    background: url(/resources/responsive-static/img/cta-r-arrow.png) no-repeat scroll right center transparent;
  }

  input[type=text] {
    display: inline-block;

    width: 30%;
    margin-right: 4%;

    vertical-align: middle;
    padding: 10px;
  }

  button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    float: right;

    min-width: auto; // XXX Remove if this has to go from the button style
    //margin-top: 5px;
    padding: 4px 40px;
  }

  @media (max-width: $screen-sm) {

    p, input[type=text], button {

    }

    p {
      width: 60%;
      padding: 5px 2%;
    }

    i {
      display: none;
    }

    input[type=text] {
      display: none;
    }

    button {
      width: 30%;
      //margin-top: 8px;
      padding: 4px;

      font-size: 14px;
    }
  }
}
*/
.article-body h2, .article-body p {
  margin-bottom: 10px;
  word-break: break-word;
}

.article-body p {
  font-size: 16px;
}

.article-body ul {
  list-style: disc;
  margin: 0 0 10px 30px;
}

.article-body a, .article-body strong, .article-body b {
  font-weight: 600;
}

.article-body i, .article-body em {
  font-style: italic;
}

.article-body a {
  text-decoration: underline;
}

.comments-button {
  margin: 28px 0 18px 0;
  padding: 4px 0;
  font-weight: 400;
}

@media (max-width: 768px) {
  .comments-button {
    text-align: center;
  }
}

.comments-button a {
  min-width: 190px;
  padding: 4px 20px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border: 1px solid #e3e3eb;
  border-radius: 50px;
  background-color: transparent;
}

.side-ad {
  text-align: center;
}

@media (max-width: 768px) {
  .side-ad {
    margin: 20px 0;
  }
}

.most-read-commented .read-more {
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.most-read-commented button span {
  margin-right: 10px;
}

#advertisingContainer, #advertisingContainerTwo, #mostReadContainer {
  position: relative;
}

.most-read-commented .side-ad {
  margin-top: 10px;
}

.comments-headline {
  margin: 0 15px;
}

.comments-wrapper {
  padding-bottom: 20px;
}

.comments-wrapper:before, .comments-wrapper:after {
  display: table;
  content: " ";
}

.comments-wrapper:after {
  clear: both;
}

.comments-wrapper section {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-right: 45px;
}

@media (min-width: 768px) {
  .comments-wrapper section {
    float: left;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .comments-wrapper section {
    float: left;
    width: 66.66667%;
  }
}

.comments-wrapper aside {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .comments-wrapper aside {
    float: left;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .comments-wrapper aside {
    float: left;
    width: 33.33333%;
  }
}

@media (max-width: 768px) {
  .comments-wrapper .floating-social {
    display: none;
  }
  .comments-wrapper section {
    padding-right: 15px;
  }
}

.comments-wrapper > .deco-strip {
  margin-left: 15px;
  margin-right: 15px;
}

.comment-disclaimer {
  margin-bottom: 10px;
}

.comment-status {
  padding: 10px;
}

.comments {
  margin-top: 10px;
}

.post-comment textarea {
  width: 100%;
  height: 120px;
  margin-top: 10px;
  padding: 3%;
}

.comment {
  margin-top: 10px;
  padding: 10px;
}

.comment.nested-comment {
  margin-top: 0;
  border-top: 1px dashed #e3e3eb;
}

.comment .timestamp {
  float: right;
  color: #371556;
}

@media (max-width: 480px) {
  .comment .timestamp {
    float: none;
    clear: both;
    display: block;
  }
}

.nested-comment-1 {
  margin-left: 15px;
}

.nested-comment-2 {
  margin-left: 30px;
}

.nested-comment-3 {
  margin-left: 45px;
}

.nested-comment-4 {
  margin-left: 60px;
}

.comment-body {
  margin-top: 10px;
}

.article-quote {
  margin-bottom: 10px;
  padding: 10px;
  background: #ffffff;
}

.comment-controls {
  margin-top: 10px;
}

.comment-controls .l-align {
  float: left;
}

.comment-controls .r-align {
  float: right;
}

.comment-controls button {
  background: #ffffff;
}

.comment-controls .good {
  color: #518851;
}

.comment-controls .bad {
  color: #ce0b24;
}

.comments-wrapper form {
  margin-top: 10px;
}

.comments-wrapper form textarea {
  width: 93.5%;
  height: 120px;
  margin-top: 10px;
  padding: 3%;
}

.comments-wrapper blockquote {
  margin: 10px 0 20px 30px;
  background-image: url(/resources/responsive-static/img/bg-reply.png);
  background-repeat: no-repeat;
  background-position: 0 2px;
}

.comments-wrapper #emailMeUponNewComment {
  margin: 20px 0 0 0;
}

.comments-wrapper #emailMeUponNewComment > form {
  margin: 0;
}

.comments-wrapper #emailMeUponNewComment label {
  display: inline;
  margin-left: 5px;
}

.comments-wrapper #sectionArticleRecommendations div[class*="grid"] .content-wrapper,
.comments-wrapper #sectionArticlePromoted div[class*="grid"] .content-wrapper {
  padding: 10px 0;
}

.comments-wrapper #sectionArticleRecommendations .twin {
  width: 48%;
}

/* New comments design. */
#commentSort {
  width: inherit;
  background-color: #ffffff;
}

#comments-list button.button-transparent {
  background-color: transparent;
}

#comments-list button.cancel,
#comments-list button.comment-report,
#comments-list button.edit-comment,
#comments-list button.delete-comment,
#comments-list button.quote-remove,
#comments-list button.quote-selected,
#comments-list button.reply {
  min-width: 0;
}

#comments-list #comments-list button.reply:hover {
  color: #ffffff;
}

#comments-list button.delete-comment {
  color: #d2021b;
}

#comments-list button.delete-comment:hover {
  color: #ffffff;
  background-color: #d2021b;
}

#comments-list .quote-preview {
  margin: 11px 0 10px 0;
  padding: 1px;
}

#comments-list .nested-comment {
  border-top: 1px dashed #d8d8d8;
}

#comments-list .reply-area.nested-comment {
  border: 1px solid #d8d8d8;
}

#comments-list .replying-icon {
  margin: 0 10px !important;
  border: none;
}

#comments-list .article-quote br:first-of-type {
  display: none;
}

.comment-username {
  word-wrap: break-word;
}

#cookieWarning {
  display: none;
  position: fixed;
  z-index: 150;
  right: 0;
  bottom: 0;
  width: 320px;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.65);
  -moz-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.65);
  box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.65);
}

#cookieWarning .title {
  color: #ffffff;
  background-color: #164d85;
}

#cookieWarning > div {
  padding: 10px;
}

#cookieWarning p {
  margin-bottom: 10px;
}

#cookieWarning a {
  float: left;
  padding-top: 10px;
}

#cookieWarning button {
  float: right;
  min-width: inherit;
}

@media (max-width: 768px) {
  #cookieWarning {
    width: 100%;
  }
  #cookieWarning > div {
    padding: 5px;
  }
  #cookieWarning p {
    margin: 0;
  }
}

@media (max-width: 480px) {
  #cookieWarning .title, #cookieWarning p {
    font-size: 12px;
  }
}

.next-story-m {
  height: auto;
  max-height: 100px;
  box-shadow: none;
  line-height: 2;
  display: none;
  background-color: #14497f;
  border-bottom: solid 3px #000;
  color: #fff;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  width: 100%;
}

.next-story-m a {
  display: table-row;
  margin-left: 10px;
}

.next-story-m h4 {
  font-weight: 600;
  font-size: 16px;
  white-space: normal;
  vertical-align: top;
  display: table-cell;
  color: #fff;
  vertical-align: middle;
  padding: 5px 10px 8px;
  line-height: 18px;
}

.next-story-m a h4:after {
  width: 20px;
  display: inline-block;
}

.next-story-m a:hover h4:after {
  font-weight: 400;
  color: #fff;
  content: '\f105';
  margin-left: 5px;
  font-family: "FontAwesome";
}

.next-story-m img {
  width: 110px;
  margin-top: -28px;
  text-align: center;
  height: 100%;
  border: none !important;
  display: table-cell;
  float: right;
}

.next-story-m .next {
  line-height: .9;
  background: none;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  background: #000;
  display: inline-block;
  padding: 5px 10px 8px;
}

.globalWarning {
  background-color: #575757;
  border-bottom: 1px solid #000;
  color: #e3e3eb;
  font-size: 14px;
  padding: 10px;
  position: fixed;
  top: 0;
  left: 0;
  height: 30px;
  overflow: hidden;
  text-align: left;
  width: 100%;
  max-width: 180px;
  z-index: 9999;
  -webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.globalWarning:hover {
  width: 100%;
  max-width: 180px;
  height: 100%;
  overflow: auto;
}

@media (max-width: 768px) {
  .globalWarning {
    display: none;
  }
}

.globalWarning a {
  color: #e3e3eb;
}

.globalWarning a:hover {
  color: #ffffff;
}

.globalWarning ul {
  list-style: disc;
}

.globalWarning ul li {
  display: block;
}

.livefeed-summary {
  margin-bottom: 20px;
}

.livefeed-item {
  padding: 10px 20px 10px 0;
  margin: 20px 0 10px 0;
  display: table;
  table-layout: fixed;
  border-bottom: 4px solid #e3e3eb;
  width: 100%;
}

.livefeed-timestamp, .livefeed-content {
  display: table-cell;
}

.livefeed-content video {
  max-width: 100%;
  height: auto;
}

.livefeed-timestamp {
  padding: 0 20px 0 0;
  width: 110px;
  text-align: right;
}

.liveTime {
  margin-bottom: 10px;
}

.livefeed-content img {
  max-width: 100%;
  height: auto;
}

#panelJobSearchSubmit h3 {
  font-size: 18px;
}

#panelJobSearchSubmit > div > div {
  padding: 0 5px;
}

#subscription-content {
  display: none;
}

#subscription-content img {
  border: none;
}

#subscription-spinner {
  text-align: center;
  border: none;
}

#subscription-spinner img {
  border: none;
}

#article #subscribe-box-outer {
  height: 460px;
  padding-top: 40px;
  background: url(/resources/static/standard/subscription/subscription-text-block.jpg);
}

#article #subscribe-box-outer #subscribe-box-container {
  width: 95%;
  max-width: 520px;
  margin: auto;
  min-height: 180px;
  background-color: #1A6BAE;
  background: url(/resources/static/standard/subscription/herald-scotland-background.png) repeat;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 20px;
}

#article #subscribe-box-outer #subscribe-box-header {
  width: 100%;
  border-bottom: 1px solid #8cb2d4;
  padding-bottom: 5px;
  overflow: hidden;
}

#article #subscribe-box-outer #subscribe-box-header a {
  font-family: Arial, sans-serif;
  float: right;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

#article #subscribe-box-outer #subscribe-box-header img {
  float: left;
  width: auto;
}

#article #subscribe-box-outer #subscribe-box-content:after {
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  clear: both;
}

#article #subscribe-box-outer #subscribe-box-content h2 {
  font-family: Georgia, serif;
  color: #fff;
  font-size: 26px;
  font-weight: normal;
  text-shadow: 0px 1px 0px #0b235c;
  margin: 10px 0;
  text-transform: none;
}

#article #subscribe-box-outer #subscribe-box-content p {
  font-family: Arial, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  text-shadow: 0px 1px 0px #0b235c;
  margin: 0 0 12px 0;
}

#article #subscribe-box-outer #subscribe-box-content .subscribe-btn {
  width: 280px;
  height: 30px;
  background: url(/resources/static/standard/subscription/herald-scotland-subscribe-background.png) repeat;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  color: #fff;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  text-shadow: 0px 1px 0px #345c10;
  text-transform: uppercase;
  float: left;
  text-decoration: none;
}

#article #subscribe-box-outer #subscribe-box-content .subscribe-btn.narrow {
  width: 220px;
}

@media (max-width: 480px) {
  #article #subscribe-box-outer #subscribe-box-content .subscribe-btn.narrow {
    display: block;
    margin: 0 0 10px 0;
  }
}

#article #subscribe-box-outer #subscribe-box-content .sign-in-btn {
  width: 89px;
  height: 30px;
  background: url(/resources/static/standard/subscription/herald-scotland-signin-background.png) repeat;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  color: #fff;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  text-shadow: 0px 1px 0px #345c10;
  text-transform: uppercase;
  float: right;
  text-decoration: none;
  margin-left: 5px;
}

@media (max-width: 480px) {
  #article #subscribe-box-outer #subscribe-box-content .sign-in-btn {
    float: none;
    clear: both;
    display: block;
    margin: 0;
  }
}

#article #subscribe-box-outer #subscribe-box-content .already-registered {
  font-family: Arial, sans-serif;
  color: #fff;
  font-size: 12px;
  font-style: italic;
  text-align: right;
  margin: 0;
  height: 20px;
  position: relative;
  height: 30px;
  line-height: 30px;
  float: right;
}

#article #subscribe-box-outer #subscribe-box-content .already-registered span {
  display: block;
  float: left;
}

@media only screen and (max-width: 480px) {
  article #subscribe-box-outer #subscribe-box-content .already-registered {
    padding-top: 10px;
  }
  article #subscribe-box-outer #subscribe-box-content .already-registered span {
    width: 150px;
    line-height: 1.3;
  }
}

/** subscription page css **/
#subscription-page .main {
  background: #fff url("/resources/static/standard/subscription/header-image.jpg") no-repeat right center;
  color: #1B6DAE;
  font-size: 32px;
  line-height: 2.6em;
  padding: 0 200px 0 0;
}

#subscription-page #subscription {
  border-collapse: separate;
  border-spacing: 0;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

#subscription-page #subscription caption {
  background: #1b6dae;
  color: #FFFFFF;
  margin-bottom: 2px;
  padding: 2px;
  text-align: left;
}

#subscription-page #subscription thead th {
  border-bottom: none;
  color: #FFFFFF;
  font-size: 14px;
  padding: 4px;
  text-align: center;
}

#subscription-page #subscription tbody td,
#subscription-page #subscription tfoot td {
  font-size: 11px;
  padding: 5px 0;
  text-align: center;
}

#subscription-page #subscription tbody td {
  border-right: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}

#subscription-page #subscription tbody td strong {
  font-size: 18px;
}

#subscription-page .on {
  background: transparent url("/resources/static/standard/subscription/circle-on.png") no-repeat center center;
}

#subscription-page .off {
  background: transparent url("/resources/static/standard/subscription/circle-off.png") no-repeat center center;
}

#subscription-page .align-left {
  text-align: left !important;
}

#subscription-page .items {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

#subscription-page .items li {
  display: inline-block;
  margin-right: 4px;
}

#subscription-page .iphone {
  background: transparent url("/resources/static/standard/subscription/iphone-icon.png") no-repeat;
  height: 32px;
  text-indent: -9999em;
  width: 21px;
}

#subscription-page .ipad {
  background: transparent url("/resources/static/standard/subscription/ipad-icon.png") no-repeat;
  height: 35px;
  text-indent: -9999em;
  width: 29px;
}

#subscription-page .imac {
  background: transparent url("/resources/static/standard/subscription/imac-icon.png") no-repeat;
  height: 32px;
  text-indent: -9999em;
  width: 40px;
}

#subscription-page .kindle {
  background: transparent url("/resources/static/standard/subscription/kindle-icon.png") no-repeat;
  height: 37px;
  text-indent: -9999em;
  width: 23px;
}

#subscription-page .free-text {
  color: #0c2d77;
  font-size: 24px;
}

#subscription-page .kindle-row {
  position: relative;
}

#subscription-page .kindle-row span {
  font-weight: bold;
  position: absolute;
  right: 2px;
  text-align: center;
  top: 20px;
  width: 48px;
}

#subscription-page td.current {
  background-color: #e3edf6;
  color: #000;
}

#subscription-page td.current a {
  color: #000;
}

#subscription-page td.subscribe {
  background-color: #459113;
}

#subscription-page td.subscribe a {
  color: #fff;
}

/* For: /my/subscriptiondigital/web/ */
#freepress-subscription-ma fieldset {
  border: 1px solid #cacaca;
  padding: 7px;
}

#freepress-subscription-ma p {
  margin: 1em 0;
}

#freepress-subscription-ma .description {
  color: #666;
  margin-bottom: 5px;
}

/* For: /my/app/ */
#app-information img {
  border: 0px;
}

#app-information h1,
#app-information h2,
#app-information h3 {
  color: #1B6DAE;
}

#app-information .box {
  float: left;
  width: 465px;
}

#app-information .box .product {
  float: left;
}

#app-information .box .text {
  float: left;
}

#app-information h2,
#app-information .sign-in h2 {
  font-size: 28px;
  line-height: 2.4;
  font-weight: 600;
}

#app-information .box .text h3 {
  font-size: 24px;
  line-height: 4;
  font-weight: 600;
}

#app-information .box .text p {
  line-height: 16px;
}

#app-information .apple-app .text {
  margin: 0 0 0 10px;
  width: 205px;
}

#app-information .android-app .text {
  margin: 0 10px;
  width: 240px;
}

#app-information .kindle-app .text {
  padding-left: 20px;
  width: 300px;
}

#app-information .kindle-app .text h3 {
  padding-left: 78px;
}

#app-information .section {
  clear: both;
  margin-bottom: 20px;
}

.grid_4 #app-information .box .text {
  clear: both;
  margin: 0 0 16px 10px;
}

.grid_4 #app-information .box .text h3 {
  line-height: 1;
}

#subscription-content-england {
  margin-bottom: 20px;
  background: url(/resources/static/standard/subscription/subscription-text-block.jpg);
}

#subscription-content-england a {
  text-decoration: none;
}

#subscription-content-england .article-overlay {
  padding: 20px 20px 0 20px;
  clear: both;
  background-color: #f7f4f1;
  -webkit-box-shadow: 0px 0px 17px 0px rgba(50, 50, 50, 0.8);
  -moz-box-shadow: 0px 0px 17px 0px rgba(50, 50, 50, 0.8);
  box-shadow: 0px 0px 17px 0px rgba(50, 50, 50, 0.8);
}

#subscription-content-england .article-overlay-title {
  border-bottom: 4px solid #ffffff;
  padding-bottom: 10px;
}

#subscription-content-england .editors-avatar {
  float: left;
  width: 150px;
  display: table-cell;
  margin: 10px 0px 10px 0px;
}

#subscription-content-england .editors-avatar img {
  width: 100%;
  height: auto;
}

@media (max-width: 992px) {
  #subscription-content-england .editors-avatar {
    float: none;
    display: block;
    margin: 10px auto;
  }
}

#subscription-content-england blockquote {
  display: table-cell;
  padding-left: 40px;
  position: relative;
  border: 0;
}

#subscription-content-england blockquote:before {
  content: '“';
  position: absolute;
  left: 0;
  font-size: 84px;
}

#subscription-content-england blockquote h2 {
  font-size: 24px;
  line-height: 26px;
  font-weight: 600;
  margin: 0;
}

#subscription-content-england .article-overlay-body {
  margin: 10px 0;
  background-image: url(../img/d-pointer.png);
  background-repeat: no-repeat;
  background-position: top center;
}

#subscription-content-england .article-overlay-body.secondary-background {
  color: #ffffff;
  margin: 0 -20px;
  padding: 0 10px;
}

#subscription-content-england .article-overlay-body.secondary-background .cta-message, #subscription-content-england .article-overlay-body.secondary-background .cta-container {
  width: 50%;
  float: left;
  padding: 20px 10px;
}

@media (max-width: 992px) {
  #subscription-content-england .article-overlay-body.secondary-background .cta-message, #subscription-content-england .article-overlay-body.secondary-background .cta-container {
    width: 100%;
    float: none;
    padding: 0 10px;
  }
}

@media (max-width: 992px) {
  #subscription-content-england .article-overlay-body.secondary-background .cta-message {
    padding-top: 20px;
  }
}

#subscription-content-england .article-overlay-body.secondary-background .cta-message p {
  font-size: 18px;
  line-height: 22px;
}

#subscription-content-england .article-overlay-body.secondary-background .cta-container a {
  font-weight: normal;
  display: block;
  color: #ffffff;
  text-align: center;
  margin-bottom: 20px;
}

#subscription-content-england .article-overlay-body.secondary-background .cta-container #variable-button {
  background: transparent;
  border: 1px solid #ffffff;
}

#subscription-content-england .content-wrapper {
  padding: 10px;
}

.page-wrapper:before, .page-wrapper:after {
  display: table;
  content: " ";
}

.page-wrapper:after {
  clear: both;
}

.page-wrapper > article, .page-wrapper .content {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 66.66667%;
}

@media (max-width: 992px) {
  .page-wrapper > article, .page-wrapper .content {
    width: 59%;
  }
}

@media (max-width: 480px) {
  .page-wrapper > article, .page-wrapper .content {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

.page-wrapper .full-content {
  width: 100%;
}

.page-wrapper aside {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  float: left;
  width: 33.33333%;
}

@media (max-width: 992px) {
  .page-wrapper aside {
    width: 41%;
  }
}

@media (max-width: 480px) {
  .page-wrapper aside {
    display: none;
  }
}

.title {
  font-size: 32px;
  font-weight: 600;
}

.title i {
  font-size: 18px;
  font-weight: normal;
}

.page-section {
  font-weight: 600;
  margin-bottom: 10px;
}

.page-section i {
  font-weight: normal;
}

h1.page-section {
  font-size: 22px;
}

h1.page-section i {
  font-size: 14px;
}

.alert {
  margin-top: 10px;
  padding: 15px;
  border-bottom: 1px solid transparent;
}

.alert ul {
  margin-left: 30px;
  color: #212d31;
}

.alert li {
  margin-left: 25px;
  list-style: disc;
}

.alert .icon {
  color: inherit;
}

.alert .message {
  padding-left: 10px;
}

.alert-bad {
  color: #ce0a23;
  border-bottom-color: #d42a40;
  background-color: #f7d0d1;
}

.alert-bad .message {
  color: #ce0a23;
}

.alert-good {
  color: #427313;
  border-bottom-color: #8fd64d;
  background-color: #f5fae5;
}

.alert-good .message {
  color: #427313;
}

.deco-strip {
  height: 4px;
  background-color: #e3e3eb;
  margin: 15px 0;
}

.deco-strip:after {
  display: block;
  width: 33.3%;
  max-width: 100%;
  height: 4px;
  content: '';
}

.advert-container {
  margin: 0 0 10px 0;
}

.advert-container > div {
  text-align: center;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .advert-container a {
    display: none;
  }
}

.advert-title {
  padding: 10px;
}

.advert-title a {
  float: right;
}

button {
  cursor: pointer;
}

.button:hover, .button.active, .button-inverse {
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  color: #371556;
  border: 1px solid #e3e3eb;
  background-color: #ffffff;
}

.button, .button-inverse:hover {
  color: #ffffff;
  border: 1px solid transparent;
  background-color: #371556;
}

.button, .button-inverse {
  min-width: 190px;
  padding: 4px 20px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  /* height: 30px; */
  border-radius: 50px;
}

.button-with-icon {
  min-width: 28px;
  height: 28px;
  padding: 0;
  font-size: 16px;
}

.button-with-icon.bg-comments {
  height: 45px;
}

.search-button {
  height: 29px;
  margin-top: 3px;
  padding: 0;
  color: #371556;
  border: none;
  background: none;
}

.floating-social-wrapper {
  position: absolute;
  top: 0;
  right: 8px;
  width: 28px;
  height: 100%;
}

@media (max-width: 480px) {
  .floating-social-wrapper {
    right: 15px;
    height: auto;
  }
}

.floating-social > button, .floating-social > a {
  margin-bottom: 5px;
  display: block;
}

.floating-social.fixed {
  position: fixed;
  top: 10px;
}

.bg-comments {
  background-color: #356fc9;
  font-size: 14px;
}

.bg-comments span {
  display: block;
}

.mobile-social {
  text-align: center;
  display: block;
  padding: 10px 0;
  text-align: left;
  font-weight: 600;
  margin-bottom: 10px;
}

.mobile-social.top-sharing {
  padding-top: 0;
}

@media (max-width: 768px) {
  .mobile-social {
    display: block;
  }
}

.mobile-social > button, .mobile-social > a {
  display: inline-block;
  margin: 5px;
}

.mobile-social .button-with-icon {
  height: 35px;
  min-width: 35px;
  font-size: 18px;
}

.mobile-social .read-comments {
  display: block;
  width: 80%;
  margin: 0 auto;
  padding: 5px;
}

.end-social {
  border-bottom: 4px solid #e3e3eb;
}

.c-fb {
  color: #395283;
}

.c-twitter {
  color: #3ea1cb;
}

.c-whatsapp {
  color: #59b867;
}

.c-email {
  color: #9c9991;
}

.bg-fb {
  background-color: #395283;
}

.bg-twitter {
  background-color: #3ea1cb;
}

.bg-whatsapp {
  background-color: #59b867;
}

.bg-email {
  background-color: #9c9991;
}

.tabs li + li {
  float: right;
}

.tabs li + li a {
  color: #797979;
}

.tabs li {
  display: inline-block;
  width: 49.5%;
  padding: 10px 0;
}

.tabs li.active a {
  color: #000;
}

.tab-pane {
  padding-bottom: 10px;
}

.tab-content {
  display: none;
}

.tab-content ol {
  margin-bottom: 10px;
}

.tab-content ol li:last-child {
  border: 0;
}

.tab-content ol li span {
  display: table-cell;
  min-width: 34px;
  vertical-align: top;
  color: #2da30a;
  font-size: 26px;
  line-height: 1em;
}

.tab-content ol li a {
  display: table-cell;
  vertical-align: middle;
  color: #3f3f3f;
}

.tab-content ol li .fa-comments {
  font-size: 12px;
  display: inline-block;
  line-height: 18px;
  color: #797979;
}

.tab-content ol li .fa-comments:before {
  padding-right: 2px;
}

.tab-content.active {
  display: block;
}

.most-tab-content > div {
  padding-right: 10px;
}

.most-tabs li {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 15px;
  width: auto;
}

.most-tabs li + li {
  float: none;
}

.most-tabs li a {
  display: block;
  padding: 0;
}

.most-tabs li.active a {
  color: #000;
}

.most-tab-content li {
  float: left;
  width: 33.33333%;
  margin-bottom: 10px;
}

@media (max-width: 480px) {
  .most-tab-content li {
    float: none;
    width: 100%;
  }
}

.most-column a, .most-column a:active, .most-column a:visited {
  display: table-cell;
  padding: 10px;
  vertical-align: middle;
  color: #3f3f3f;
}

#mostReadContainer ol, #mostReadSportContainer ol {
  padding: 0 10px;
}

#mostReadContainer li, #mostReadSportContainer li {
  padding: 5px 0;
  font-size: 21px;
  border-bottom: 1px solid #ffffff;
}

#mostReadContainer li:last-child, #mostReadSportContainer li:last-child {
  border: 0;
}

#mostReadContainer li span, #mostReadSportContainer li span {
  padding: 2px 10px 0 5px;
}

#mostReadContainer .tab-content li, #mostReadSportContainer .tab-content li {
  padding: 5px 0;
  font-size: 16px;
}

.see-more-stories {
  margin: 10px 0 0 0;
}

.see-more-stories button {
  min-width: 100px;
  padding: 4px 10px;
}

.see-more-stories .fa {
  padding: 0 10px 0 0;
}

.see-more-stories button:hover {
  color: #ffffff;
}

.macro-block {
  width: 100%;
  margin: 20px 0;
  padding: 10px;
}

div#map_canvas1,
div#map_canvas2,
div#map_canvas3,
div#map_canvas4,
div#map_canvas5 {
  width: 100% !important;
}

.section-poll {
  width: 100%;
  margin: 0 10px 0 0;
}

.section-poll h3 {
  margin-bottom: 10px;
}

.section-poll .poll-options-container [class^="o"],
.section-poll .poll-options-container [class*="-progress"] {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  position: relative;
}

@media (max-width: 768px) {
  .section-poll {
    display: block;
    float: none;
    width: 100%;
    margin: 20px 0;
  }
}

.section-poll .content-wrapper {
  margin-top: 10px;
  padding: 10px 0;
}

ul.poll-options {
  list-style: none;
  margin: 10px 0;
}

ul.poll-options > li > div {
  position: relative;
  height: 34px;
}

ul.poll-options label {
  line-height: 2em;
  width: 100%;
  padding: 0 10px;
  display: block;
}

ul.poll-options input[type="radio"] {
  display: inline-block;
  margin: 3px 10px 3px 3px;
}

.o1-progress {
  background-color: #000000;
}

.o2-progress {
  background-color: #D0021B;
}

.o3-progress {
  background-color: #417505;
}

.o4-progress {
  background-color: #4A90E2;
}

.o5-progress {
  background-color: #F5A623;
}

.o6-progress {
  background-color: #C759DE;
}

.o7-progress {
  background-color: #50E3C2;
}

.o8-progress {
  background-color: #B4CA43;
}

.o9-progress {
  background-color: #6C50E3;
}

.o10-progress {
  background-color: #E350B2;
}

.o1 {
  background-color: #E5E5E5;
}

.o2 {
  background-color: #FAE5E8;
}

.o3 {
  background-color: #ECF1E6;
}

.o4 {
  background-color: #ECF4FC;
}

.o5 {
  background-color: #FDEED3;
}

.o6 {
  background-color: #F4DEF9;
}

.o7 {
  background-color: #DCFAF3;
}

.o8 {
  background-color: #F0F5DA;
}

.o9 {
  background-color: #E2DCFA;
}

.o10 {
  background-color: #FADCF0;
}

.progress {
  overflow: hidden;
  height: 100%;
  margin-bottom: 20px;
  border-radius: 4px;
}

.progress-text {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  padding-top: 4px;
  text-align: center;
  color: #000000;
}

.progress-text span {
  float: right;
  margin-right: 5px;
  padding: 0 6px 1px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.8);
}

.article-body img {
  max-width: 100%;
  height: auto;
}

.related-articles {
  padding: 10px 0 0 0;
  position: relative;
}

.related-articles .deco-strip {
  margin: 0 0 10px 0;
}

.related-articles h4 {
  margin: 10px 0;
  font-weight: 600;
}

.related-articles .see-more {
  display: block;
  width: 100%;
  padding: 10px;
  margin-top: 10px;
  text-align: center;
}

.article-body blockquote, .article-body ul.headlines-list {
  margin: 20px 10px;
  border-top: 5px solid #e3e3eb;
  border-bottom: 5px solid #e3e3eb;
}

.article-body blockquote {
  position: relative;
  padding: 10px 0 10px 30px;
}

.article-body blockquote:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '"';
  font-size: 60px;
  line-height: 1em;
}

.article-body blockquote p {
  color: #3f3f3f;
}

.article-body blockquote p:last-child {
  margin: 0;
}

ul.headlines-list {
  list-style: disc;
  padding: 10px 10px 10px 30px;
}

iframe.youtube {
  max-width: 100%;
}

@media (max-width: 768px) {
  iframe.youtube {
    max-width: none;
    width: 100%;
  }
}

.admin-header {
  background-color: #575757;
  width: 100%;
  display: block;
}

.admin-header a {
  padding: 5px 10px;
  color: #e3e3eb;
  display: block;
}

.admin-header a:hover, .admin-header a:focus {
  color: #ffffff;
}

.admin-links {
  width: 100%;
  padding: 5px 0;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #575757;
}

.admin-links li {
  display: inline-block;
}

.admin-links li.right {
  float: right;
  font-size: 18px;
  margin-right: 10px;
}

.admin-links li.right button, .admin-links li.right button.admin-button {
  background: #866a8f;
  color: #ffffff;
}

.admin-links.visible {
  display: block;
}

.articlePreviewForm li {
  line-height: 18px;
}

.admin-header + .admin-links {
  margin-top: 0;
}

.admin-links li a,
button.admin-button,
.standard-list article .admin-links a {
  display: block;
  padding: 5px 10px;
  color: #b1b1b9;
  border: none;
}

.admin-links li a:hover,
button.admin-button:hover,
.standard-list article .admin-links a:hover {
  color: #ffffff;
}

.admin-links.small li a,
button.admin-button-small {
  padding: 2px 8px;
  font-size: 11px;
}

button.admin-button,
button.admin-button-small {
  border-radius: 5px;
  background-color: #575757;
}

.carousel h5 {
  white-space: normal;
  font-size: 14px;
  height: 50px;
  overflow: hidden;
  color: #000;
}

.carousel ul {
  margin: 0;
}

.carousel .jcarousel-wrapper {
  position: relative;
}

.carousel .jcarousel-control {
  position: absolute;
  top: 0;
  width: 24px;
  height: 100%;
  /* for when non responsive */
  cursor: pointer;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  background-color: #eae8e5;
}

.carousel .jcarousel-control:hover {
  color: #371556;
}

.carousel .jcarousel-control:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -3px;
  padding-left: 0;
  font-size: 24px;
}

.carousel .jcarousel-control-next {
  right: 0;
  left: inherit;
}

.carousel .jcarousel-control:hover {
  background-color: #e3e3eb;
}

.carousel .jcarousel-clip {
  overflow: hidden;
  height: 100%;
  margin: 0 30px;
}

.carousel .jcarousel-clip ul {
  margin: 0;
  position: relative;
  white-space: nowrap;
}

.carousel .jcarousel-clip li {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 24%;
  margin-right: 1%;
  vertical-align: top;
}

.carousel .jcarousel-clip li:nth-child(5) {
  margin-left: 1%;
}

@media (max-width: 768px) {
  .carousel .jcarousel-clip li {
    width: 32%;
  }
  .carousel .jcarousel-clip li strong {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .carousel .jcarousel-clip li {
    width: 99%;
  }
}

.carousel .jcarousel-clip .no-logo strong {
  width: auto;
}

.carousel img {
  width: 100%;
  height: auto;
}

.carousel .search-container {
  margin-top: 5px;
  padding: 5px;
}

@media (max-width: 768px) {
  .carousel .search-container {
    display: none;
  }
}

.carousel .search-container form {
  display: table;
  width: 95%;
  margin: 0 auto;
}

.carousel .search-container form > div {
  display: table-row;
}

.carousel .search-container form > div > div {
  display: table-cell;
  vertical-align: middle;
}

.carousel .search-container form h3 {
  margin-bottom: 0;
}

.carousel .search-container form input[type="text"] {
  width: 200px;
  padding: 5px;
}

.carousel.featured-jobs a > div, .carousel.end-block-carousel a > div {
  padding: 5px 10px;
  white-space: normal;
}

.carousel.featured-jobs img, .carousel.end-block-carousel img {
  position: absolute;
  top: 8px;
  right: 8px;
  max-width: 80px;
  border: none !important;
}

.carousel.featured-jobs strong, .carousel.end-block-carousel strong {
  display: block;
  overflow: hidden;
  width: 100%;
  padding-right: 0;
  min-height: 60px;
}

.carousel.featured-jobs img + strong, .carousel.end-block-carousel img + strong {
  padding-right: 80px;
}

.featured-jobs, .end-block-carousel {
  position: relative;
}

.featured-jobs h4, .end-block-carousel h4 {
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .featured-jobs h4, .end-block-carousel h4 {
    margin: 0;
  }
}

.featured-jobs h4 i, .end-block-carousel h4 i {
  font-size: 12px;
  vertical-align: middle;
  padding-left: 5px;
}

.featured-jobs img, .end-block-carousel img {
  padding: 0 0 0 10px;
}

.featured-jobs li, .end-block-carousel li {
  height: 130px;
  background: #E0EDF5;
}

.featured-jobs li a, .end-block-carousel li a {
  color: #000;
}

.featured-jobs li strong, .end-block-carousel li strong {
  font-weight: 600;
}

@media (max-width: 992px) {
  .featured-jobs li img, .end-block-carousel li img {
    width: 75px;
  }
}

@media (max-width: 768px) {
  .featured-jobs li img, .end-block-carousel li img {
    display: none;
  }
}

.featured-jobs > a, .end-block-carousel > a {
  position: absolute;
  right: 0;
  top: 18px;
}

@media (max-width: 480px) {
  .featured-jobs > a, .end-block-carousel > a {
    display: none;
  }
}

.featured-jobs .location, .featured-jobs .jobTopOppSalary, .end-block-carousel .location, .end-block-carousel .jobTopOppSalary {
  display: block;
}

.related-articles.carousel > a {
  font-weight: normal;
  color: #797979;
  display: block;
  display: block;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.related-articles.carousel h3 {
  margin-bottom: 10px;
  position: absolute;
}

@media (max-width: 767px) {
  .related-articles.carousel h3 {
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
  }
}

.related-articles.carousel .jcarousel-control {
  position: absolute;
  top: -40px;
  width: 28px;
  height: 28px;
  cursor: pointer;
  border-radius: 28px;
  background-color: transparent;
}

.related-articles.carousel .jcarousel-control-prev {
  right: 40px;
}

.related-articles.carousel .jcarousel-clip {
  margin: 0;
}

.related-articles.carousel .jcarousel-wrapper {
  margin: 48px 0 20px 0;
}

.related-articles.carousel a {
  text-decoration: none;
}

.related-articles.carousel img {
  margin-bottom: 10px;
}

.related-articles.carousel h5 {
  font-size: 16px;
  font-weight: 600;
  height: 70px;
}

#c2f h2 {
  margin: 0 0 5px 0;
  padding: 0 0 5px 0;
}

#c2f h2::after {
  padding-left: 8px;
  content: '\f105';
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  font-family: "FontAwesome";
  font-size: 85%;
}

#c2f h2:hover::after {
  color: #371556;
}

.carousel.end-block-carousel .biz-title strong {
  width: 100px;
}

@media (max-width: 768px) {
  .carousel.end-block-carousel .biz-title strong {
    width: 90px;
  }
}

.carousel.end-block-carousel .bizColMore {
  position: absolute;
  bottom: 10px;
  left: 10px;
}

/**  VERTICAL **/
#recruit .carousel-vertical .jcarousel {
  position: relative;
  overflow: hidden;
  height: 353px;
}

.carousel-vertical .jcarousel-wrapper {
  padding: 20px 0;
}

.carousel-vertical h2 a:last-child {
  display: block;
  float: none;
}

.carousel-vertical .search-container {
  margin-top: 0;
}

.carousel-vertical .search-container form {
  width: inherit;
}

.carousel-vertical .search-container form > div {
  margin-top: -5px;
}

.carousel-vertical .search-container form > div,
.carousel-vertical .search-container form > div > div {
  display: inherit;
  padding: 5px 0;
}

.carousel-vertical .search-container form > div > div {
  float: left;
  width: 50%;
}

.carousel-vertical .search-container form > div > div:first-child,
.carousel-vertical .search-container form > div > div:last-child {
  float: none;
  width: 100%;
}

.carousel-vertical .search-container input[type="text"] {
  width: 120px;
  padding: 5px;
}

.carousel-vertical .search-container button {
  width: 95%;
}

.carousel-vertical .jcarousel {
  position: relative;
  overflow: hidden;
  height: 345px;
  margin: 0;
}

.carousel-vertical .jcarousel-clip {
  margin: 0;
}

.carousel-vertical .jcarousel-clip ul {
  position: relative;
  height: 20000em;
  white-space: normal;
}

.carousel-vertical .jcarousel-clip li {
  float: left;
  width: 100%;
  border-bottom: 5px solid #ffffff;
}

.carousel-vertical .jcarousel-clip li strong {
  width: 180px;
  height: 48px;
  line-height: 16px;
}

.carousel-vertical .jcarousel-control {
  width: 100%;
  height: 12px;
}

.carousel-vertical .jcarousel-control-prev {
  top: 0;
}

.carousel-vertical .jcarousel-control-next {
  top: 378px;
  right: inherit;
}

.carousel-vertical .carousel-mobile .jcarousel-control:before {
  margin-top: -14px;
}

.featured-jobs.carousel-vertical > a {
  position: static;
  top: auto;
  right: auto;
  display: block;
  margin-bottom: 10px;
}

.featured-jobs.carousel-vertical .jcarousel-control {
  padding: 10px 0;
}

.featured-jobs.carousel-vertical .jcarousel-clip {
  margin-top: 10px;
  margin-bottom: 10px;
}

.featured-jobs.carousel-vertical .search-container input[type="text"] {
  width: 280px;
  margin-top: 10px;
}

.featured-jobs.carousel-vertical .search-container button {
  margin-top: 10px;
}

/* Click to find */
.carousel-vertical #c2f .jcarousel {
  height: 332px;
}

.carousel-vertical #c2f .jcarousel-clip li {
  height: 77px;
}

.carousel-vertical #c2f .jcarousel-clip li .biz-title {
  overflow: hidden;
  width: 228px;
  padding: 5px 10px;
}

.carousel-vertical #c2f .jcarousel-clip li .bizColMore a {
  position: relative;
  bottom: 5px;
  padding: 5px 10px;
}

.carousel-vertical #c2f .jcarousel-control-next {
  top: 349px;
}

.carousel-vertical #c2f .search-container {
  margin-top: 16px;
}

#c2f img {
  border: none;
}

#c2f li .logo img {
  position: absolute;
  top: 8px;
  right: 8px;
  max-width: 100px;
  height: 65px;
}

#c2f li .biz-title {
  width: 110px;
  height: 50px;
  padding: 5px 10px;
  white-space: normal;
}

#c2f li .biz-title a {
  float: none;
}

.grid_12 #c2f li .biz-title a > strong {
  width: 100px;
  height: 65px;
  line-height: 16px;
}

.grid_12 #c2f li .bizColMore {
  position: relative;
  bottom: -28px;
  padding: 5px 10px;
}

.grid_12 #c2f li .nonstory-links a {
  padding-left: 0px;
}

.grid_12 #c2f .jcarousel > ul > li {
  margin-right: 7px;
}

#c2f .carousel.carousel-horizontal .jcarousel-control-next,
#c2f .carousel.carousel-horizontal .jcarousel-control-prev {
  height: 80px;
}

/*!
 * Fotorama 4.6.3 | http://fotorama.io/license/
 */
.fotorama__arr:focus:after, .fotorama__fullscreen-icon:focus:after, .fotorama__html, .fotorama__img, .fotorama__nav__frame:focus .fotorama__dot:after, .fotorama__nav__frame:focus .fotorama__thumb:after, .fotorama__stage__frame, .fotorama__stage__shaft, .fotorama__video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.fotorama--fullscreen, .fotorama__img {
  max-width: 99999px !important;
  max-height: 99999px !important;
  min-width: 0 !important;
  min-height: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

.fotorama__wrap .fotorama__grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.fotorama__grabbing * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.fotorama__spinner {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
}

.fotorama__wrap--css3 .fotorama__arr, .fotorama__wrap--css3 .fotorama__fullscreen-icon, .fotorama__wrap--css3 .fotorama__nav__shaft, .fotorama__wrap--css3 .fotorama__stage__shaft, .fotorama__wrap--css3 .fotorama__thumb-border, .fotorama__wrap--css3 .fotorama__video-close, .fotorama__wrap--css3 .fotorama__video-play {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fotorama__caption, .fotorama__nav:after, .fotorama__nav:before, .fotorama__stage:after, .fotorama__stage:before, .fotorama__wrap--css3 .fotorama__html, .fotorama__wrap--css3 .fotorama__nav, .fotorama__wrap--css3 .fotorama__spinner, .fotorama__wrap--css3 .fotorama__stage, .fotorama__wrap--css3 .fotorama__stage .fotorama__img, .fotorama__wrap--css3 .fotorama__stage__frame {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.fotorama__arr:focus, .fotorama__fullscreen-icon:focus, .fotorama__nav__frame {
  outline: 0;
}

.fotorama__arr:focus:after, .fotorama__fullscreen-icon:focus:after, .fotorama__nav__frame:focus .fotorama__dot:after, .fotorama__nav__frame:focus .fotorama__thumb:after {
  content: '';
  border-radius: inherit;
  background-color: rgba(0, 175, 234, 0.5);
}

.fotorama__wrap--video .fotorama__stage, .fotorama__wrap--video .fotorama__stage__frame--video, .fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html, .fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img, .fotorama__wrap--video .fotorama__stage__shaft {
  -webkit-transform: none !important;
  transform: none !important;
}

.fotorama__wrap--css3 .fotorama__nav__shaft, .fotorama__wrap--css3 .fotorama__stage__shaft, .fotorama__wrap--css3 .fotorama__thumb-border {
  transition-property: -webkit-transform, width;
  transition-property: transform, width;
  transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
  transition-duration: 0ms;
}

.fotorama__arr, .fotorama__fullscreen-icon, .fotorama__no-select, .fotorama__video-close, .fotorama__video-play, .fotorama__wrap {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fotorama__select {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.fotorama__nav, .fotorama__nav__frame {
  margin: auto;
  padding: 0;
}

.fotorama__caption__wrap, .fotorama__nav__frame, .fotorama__nav__shaft {
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
}

.fotorama__nav__frame, .fotorama__thumb-border {
  box-sizing: content-box;
}

.fotorama__caption__wrap {
  box-sizing: border-box;
}

.fotorama--hidden, .fotorama__load {
  position: absolute;
  left: -99999px;
  top: -99999px;
  z-index: -1;
}

.fotorama__arr, .fotorama__fullscreen-icon, .fotorama__nav, .fotorama__nav__frame, .fotorama__nav__shaft, .fotorama__stage__frame, .fotorama__stage__shaft, .fotorama__video-close, .fotorama__video-play {
  -webkit-tap-highlight-color: transparent;
}

/*.fotorama__arr, .fotorama__fullscreen-icon, .fotorama__video-close, .fotorama__video-play {
    background: url(fotorama.png) no-repeat;
}
@media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:2dppx) {
    .fotorama__arr, .fotorama__fullscreen-icon, .fotorama__video-close, .fotorama__video-play {
    background: url(fotorama@2x.png) 0 0/96px 160px no-repeat;
}
}*/
.fotorama__thumb {
  background-color: #7f7f7f;
  background-color: rgba(127, 127, 127, 0.2);
}

@media print {
  .fotorama__arr, .fotorama__fullscreen-icon, .fotorama__thumb-border, .fotorama__video-close, .fotorama__video-play {
    background: none !important;
  }
}

.fotorama {
  min-width: 1px;
  overflow: hidden;
}

.fotorama:not(.fotorama--unobtrusive) > *:not(:first-child) {
  display: none;
}

.fullscreen {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: #000;
}

.fotorama--fullscreen {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  float: none !important;
  z-index: 2147483647 !important;
  background: #000;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
}

.fotorama--fullscreen .fotorama__caption {
  display: block;
}

.fotorama--fullscreen .fotorama__nav, .fotorama--fullscreen .fotorama__stage {
  background: #000;
}

.fotorama__wrap {
  -webkit-text-size-adjust: 100%;
  position: relative;
  direction: ltr;
  z-index: 0;
}

.fotorama__wrap--rtl .fotorama__stage__frame {
  direction: rtl;
}

.fotorama__nav, .fotorama__stage {
  overflow: hidden;
  position: relative;
  max-width: 100%;
}

.fotorama__wrap--pan-y {
  -ms-touch-action: pan-y;
}

.fotorama__wrap .fotorama__pointer {
  cursor: pointer;
}

.fotorama__wrap--slide .fotorama__stage__frame {
  opacity: 1 !important;
}

.fotorama__stage__frame {
  overflow: hidden;
}

.fotorama__stage__frame.fotorama__active {
  z-index: 8;
}

.fotorama__wrap--fade .fotorama__stage__frame {
  display: none;
}

.fotorama__wrap--fade .fotorama__fade-front, .fotorama__wrap--fade .fotorama__fade-rear, .fotorama__wrap--fade .fotorama__stage__frame.fotorama__active {
  display: block;
  left: 0;
  top: 0;
}

.fotorama__wrap--fade .fotorama__fade-front {
  z-index: 8;
}

.fotorama__wrap--fade .fotorama__fade-rear {
  z-index: 7;
}

.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
  z-index: 9;
}

.fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
  display: none;
}

.fotorama__img {
  -ms-filter: "alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  border: none !important;
}

.fotorama__error .fotorama__img, .fotorama__loaded .fotorama__img {
  -ms-filter: "alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

.fotorama--fullscreen .fotorama__loaded--full .fotorama__img, .fotorama__img--full {
  display: none;
}

.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
  display: block;
}

.fotorama__wrap--only-active .fotorama__nav, .fotorama__wrap--only-active .fotorama__stage {
  max-width: 99999px !important;
}

.fotorama__wrap--only-active .fotorama__stage__frame {
  visibility: hidden;
}

.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
  visibility: visible;
}

.fotorama__nav {
  font-size: 0;
  line-height: 0;
  /*text-align: center*/
  padding-left: 15px;
  display: none;
  white-space: nowrap;
  z-index: 5;
}

.fotorama__nav__shaft {
  position: relative;
  left: 0;
  top: 0;
  text-align: left;
}

.fotorama__nav__frame {
  position: relative;
  cursor: pointer;
}

.fotorama__nav--dots {
  display: block;
}

.fotorama__nav--dots .fotorama__nav__frame {
  width: 18px;
  height: 30px;
}

.fotorama__nav--dots .fotorama__nav__frame--thumb, .fotorama__nav--dots .fotorama__thumb-border {
  display: none;
}

.fotorama__nav--thumbs {
  display: block;
}

.fotorama__nav--thumbs .fotorama__nav__frame {
  padding-left: 0 !important;
}

.fotorama__nav--thumbs .fotorama__nav__frame:last-child {
  padding-right: 0 !important;
}

.fotorama__nav--thumbs .fotorama__nav__frame--dot {
  display: none;
}

.fotorama__dot {
  display: block;
  width: 4px;
  height: 4px;
  position: relative;
  top: 12px;
  left: 6px;
  border-radius: 6px;
  border: 1px solid #7f7f7f;
}

.fotorama__nav__frame:focus .fotorama__dot:after {
  padding: 1px;
  top: -1px;
  left: -1px;
}

.fotorama__nav__frame.fotorama__active .fotorama__dot {
  width: 0;
  height: 0;
  border-width: 3px;
}

.fotorama__nav__frame.fotorama__active .fotorama__dot:after {
  padding: 3px;
  top: -3px;
  left: -3px;
}

.fotorama__thumb {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}

.fotorama__nav__frame:focus .fotorama__thumb {
  z-index: 2;
}

.fotorama__thumb-border {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  border-style: solid;
  /*border-color: #00afea;
    */
  background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0.25), rgba(64, 64, 64, 0.1));
}

.fotorama__caption {
  position: absolute;
  z-index: 12;
  bottom: 0;
  left: 0;
  right: 0;
  font-family: 'Source Sans Pro',  sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #eee;
  max-height: 55px;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.fotorama__caption a {
  text-decoration: none;
  color: #000;
  border-bottom: 1px solid;
  border-color: rgba(0, 0, 0, 0.5);
}

.fotorama__caption a:hover {
  color: #333;
  border-color: rgba(51, 51, 51, 0.5);
}

.fotorama__wrap--rtl .fotorama__caption {
  left: auto;
  right: 0;
}

.fotorama__wrap--no-captions .fotorama__caption, .fotorama__wrap--video .fotorama__caption {
  display: none;
}

.fotorama__caption__wrap {
  background-color: #3f3f3f;
  background-color: rgba(0, 0, 0, 0.74);
  padding: 5px;
}

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.fotorama__wrap--css3 .fotorama__spinner {
  -webkit-animation: spinner 24s infinite linear;
  animation: spinner 24s infinite linear;
}

.fotorama__wrap--css3 .fotorama__html, .fotorama__wrap--css3 .fotorama__stage .fotorama__img {
  transition-property: opacity;
  transition-timing-function: linear;
  transition-duration: .3s;
}

.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html, .fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img {
  -ms-filter: "alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}

.fotorama__select {
  cursor: auto;
}

.fotorama__video {
  top: 32px;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 10;
}

@-moz-document url-prefix() {
  .fotorama__active {
    box-shadow: 0 0 0 transparent;
  }
}

.fotorama__arr, .fotorama__fullscreen-icon, .fotorama__video-close, .fotorama__video-play {
  position: absolute;
  z-index: 11;
  cursor: pointer;
}

.fotorama__arr {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 50%;
  margin-top: -16px;
}

.fotorama__arr--prev {
  left: 2px;
  background-position: 0 0;
}

.fotorama__arr--next {
  right: 2px;
  background-position: -32px 0;
}

.fotorama__arr--disabled {
  pointer-events: none;
  cursor: default;
  *display: none;
  opacity: .1;
}

.fotorama__fullscreen-icon {
  width: 32px;
  height: 32px;
  top: 2px;
  right: 2px;
  background-position: 0 -32px;
  z-index: 20;
}

.fotorama__arr:focus, .fotorama__fullscreen-icon:focus {
  border-radius: 50%;
}

.fotorama--fullscreen .fotorama__fullscreen-icon {
  background-position: -32px -32px;
}

.fotorama__video-play {
  width: 96px;
  height: 96px;
  left: 50%;
  top: 50%;
  margin-left: -48px;
  margin-top: -48px;
  background-position: 0 -64px;
  opacity: 0;
}

.fotorama__wrap--css2 .fotorama__video-play, .fotorama__wrap--video .fotorama__stage .fotorama__video-play {
  display: none;
}

.fotorama__error .fotorama__video-play, .fotorama__loaded .fotorama__video-play, .fotorama__nav__frame .fotorama__video-play {
  opacity: 1;
  display: block;
}

.fotorama__nav__frame .fotorama__video-play {
  width: 32px;
  height: 32px;
  margin-left: -16px;
  margin-top: -16px;
  background-position: -64px -32px;
}

.fotorama__video-close {
  width: 32px;
  height: 32px;
  top: 0;
  right: 0;
  background-position: -64px 0;
  z-index: 20;
  opacity: 0;
}

.fotorama__wrap--css2 .fotorama__video-close {
  display: none;
}

.fotorama__wrap--css3 .fotorama__video-close {
  -webkit-transform: translate3d(32px, -32px, 0);
  transform: translate3d(32px, -32px, 0);
}

.fotorama__wrap--video .fotorama__video-close {
  display: block;
  opacity: 1;
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__video-close {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr, .fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  opacity: 0;
}

.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus, .fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  opacity: 1;
}

.fotorama__wrap--video .fotorama__arr, .fotorama__wrap--video .fotorama__fullscreen-icon {
  opacity: 0 !important;
}

.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr, .fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  display: none;
}

.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus, .fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  display: block;
}

.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr, .fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon {
  display: none !important;
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) {
  -webkit-transform: translate3d(32px, -32px, 0);
  transform: translate3d(32px, -32px, 0);
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
  -webkit-transform: translate3d(-48px, 0, 0);
  transform: translate3d(-48px, 0, 0);
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
  -webkit-transform: translate3d(48px, 0, 0);
  transform: translate3d(48px, 0, 0);
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon {
  -webkit-transform: translate3d(32px, -32px, 0) !important;
  transform: translate3d(32px, -32px, 0) !important;
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
  -webkit-transform: translate3d(-48px, 0, 0) !important;
  transform: translate3d(-48px, 0, 0) !important;
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
  -webkit-transform: translate3d(48px, 0, 0) !important;
  transform: translate3d(48px, 0, 0) !important;
}

.fotorama__wrap--css3 .fotorama__arr:not(:focus), .fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus), .fotorama__wrap--css3 .fotorama__video-close:not(:focus), .fotorama__wrap--css3 .fotorama__video-play:not(:focus) {
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  transition-duration: .3s;
}

.fotorama__nav:after, .fotorama__nav:before, .fotorama__stage:after, .fotorama__stage:before {
  content: "";
  display: block;
  position: absolute;
  text-decoration: none;
  top: 0;
  bottom: 0;
  width: 10px;
  height: auto;
  z-index: 10;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: 1px 100%, 5px 100%;
}

.fotorama__nav:before, .fotorama__stage:before {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 0, 0 0;
  left: -10px;
}

.fotorama__nav.fotorama__shadows--left:before, .fotorama__stage.fotorama__shadows--left:before {
  left: 0;
}

.fotorama__nav:after, .fotorama__stage:after {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 100% 0, 100% 0;
  right: -10px;
}

.fotorama__nav.fotorama__shadows--right:after, .fotorama__stage.fotorama__shadows--right:after {
  right: 0;
}

.fotorama--fullscreen .fotorama__nav:after, .fotorama--fullscreen .fotorama__nav:before, .fotorama--fullscreen .fotorama__stage:after, .fotorama--fullscreen .fotorama__stage:before, .fotorama__wrap--fade .fotorama__stage:after, .fotorama__wrap--fade .fotorama__stage:before, .fotorama__wrap--no-shadows .fotorama__nav:after, .fotorama__wrap--no-shadows .fotorama__nav:before, .fotorama__wrap--no-shadows .fotorama__stage:after, .fotorama__wrap--no-shadows .fotorama__stage:before {
  display: none;
}

.fotorama__nav-wrap {
  background-color: #3f3f3f;
  padding-top: 15px;
  padding-bottom: 15px;
}

.fotorama__stage {
  background-color: #3f3f3f;
}

.fotorama__stage:hover .fotorama__caption {
  max-height: 100%;
}

@media (max-width: 768px) {
  .fotorama__caption {
    display: block;
    font-size: 14px;
  }
  .fotorama__caption .truncate-preview {
    display: none;
  }
  .fotorama__caption .truncate-full-screen {
    display: none;
  }
  .fotorama__caption .truncate::after {
    content: "...";
  }
}

@media (max-width: 768px) {
  .fotorama--fullscreen .fotorama__caption .truncate-preview {
    display: inherit;
  }
}

.liveGoal,
.livePenalty,
.liveRedCard,
.liveYellowCard,
.livePost,
.liveBar,
.liveSubstitution,
.liveStart,
.liveHalf,
.liveFull,
.liveSix,
.liveFifty,
.liveHundred,
.liveFour,
.liveOut,
.liveNotOut,
.liveTea,
.liveLunch,
.liveDrinks,
.liveEnd,
.liveTea,
.liveTry,
.liveConversion,
.liveDropGoal,
.liveRugbyPenalty,
.liveSpeedway,
.liveHockeyGoal {
  background: url(/resources/responsive-static/img/sports_events.png) no-repeat scroll 100% -70px transparent;
  content: " ";
  float: left;
  height: 60px;
  position: relative;
  width: 90px;
  text-align: center;
}

.liveGoal,
.livePenalty,
.livePost,
.liveBar,
.liveSubstitution,
.liveStart,
.liveHalf,
.liveFull,
.liveTea,
.liveLunch,
.liveDrinks,
.liveEnd,
.liveTry,
.liveConversion,
.liveDropGoal,
.liveRugbyPenalty,
.liveSpeedway,
.liveHockeyGoal,
#eventList .liveGoal,
#eventList .livePenalty,
#eventList .livePost,
#eventList .liveBar,
#eventList .liveSubstitution,
#eventList .liveStart,
#eventList .liveHalf,
#eventList .liveFull,
#eventList .liveTea,
#eventList .liveLunch,
#eventList .liveDrinks,
#eventList .liveEnd,
#eventList .liveTry,
#eventList .liveConversion,
#eventList .liveDropGoal,
#eventList .liveRugbyPenalty,
#eventList .liveSpeedway,
#eventList .liveHockeyGoal {
  text-shadow: 0px 0px 3px black;
  color: #ffffff;
}

.liveHockeyGoal,
.liveGoal {
  content: "Goal";
}

.liveHockeyGoal {
  background-position: 100% -1107px;
}

.livePenalty {
  content: "Penalty";
}

/*
.liveGoal .liveTime,
.liveSpeedway .liveTime,
.liveTry .liveTime,
.liveConversion .liveTime,
.liveDropGoal .liveTime,
.liveHockeyGoal .liveTime {
   background-color: #99cc00;
   border-bottom: 1px solid #83af00;
   text-shadow: -1px -1px 0 #83AF00;
   color: #FFF;
}
.livePenalty .liveTime,
.liveRugbyPenalty .liveTime {
   background-color: #cc0000;
   border-bottom: 1px solid #cc3333;
   text-shadow: -1px -1px 0 #cc3333;
   color: #FFF;
}
.liveStart .liveTime,
.liveHalf .liveTime,
.liveFull .liveTime {
   background-color: #DCDCDC;
   border-bottom: 1px solid #BBB;
   text-shadow: 1px 1px 0 #EEE;
}
*/
.liveRedCard {
  background-position: 100% -140px;
}

.liveYellowCard {
  background-position: 100% -210px;
}

.livePost {
  content: "Post";
  background-position: 100% -905px;
}

.liveBar {
  content: "Bar";
  background-position: 100% -975px;
}

.liveSubstitution {
  content: "Substitution";
  background-position: 100% -1040px;
}

.liveStart {
  background-position: 100% 0;
  content: "Kick-off";
}

.liveHalf {
  background-position: 100% 0;
  content: "Half-time";
}

.liveFull {
  background-position: 100% 0;
  content: "Full-time";
}

.liveSix {
  background-position: 100% -280px;
}

.liveFour {
  background-position: 100% -350px;
}

.liveFifty {
  background-position: 100% -560px;
}

.liveHundred {
  background-position: 100% -630px;
}

.liveOut {
  background-position: 100% -420px;
}

.liveNotOut {
  background-position: 100% -490px;
}

.liveTea {
  background-position: 100% -700px;
  content: "Tea";
}

.liveLunch {
  background-position: 100% -700px;
  content: "Lunch";
}

.liveDrinks {
  background-position: 100% -700px;
  content: "Drinks";
}

.liveEnd {
  background-position: 100% -700px;
  content: "Close of play";
}

.liveTry {
  background-position: 100% -760px;
  content: "Try";
}

.liveConversion {
  background-position: 100% -760px;
  content: "Conversion";
}

.liveDropGoal {
  background-position: 100% -760px;
  content: "Drop goal";
}

.liveRugbyPenalty {
  background-position: 100% -760px;
  content: "Penalty";
}

.liveSpeedway {
  background-position: 100% -835px;
}

.liveDailyWeatherBad {
  content: "\f0c2";
}

.liveDailyWeatherGood {
  content: "\f185";
}

.liveDailyCinema {
  content: "\f008";
}

.liveDailyTravel {
  content: "\f018";
}

.liveDailyEvent {
  content: "\f145";
}

.liveDailyComment {
  content: "\f10d";
}

.liveDailyTwitter {
  content: "\f099";
}

.liveDailySport {
  content: "\f091";
}

.liveDailyPicture {
  content: "\f030";
}

.liveDailyTelephone {
  content: "\f095";
}

.liveDailyEmail {
  content: "\f0e0";
}

.fixed {
  position: fixed !important;
  top: 10px !important;
}

.pinned {
  position: absolute !important;
  bottom: 10px !important;
}

.adwarn {
  background: #0072b4;
  position: fixed;
  width: 100%;
  z-index: 101;
}

.adwarn p, .adwarn h1 {
  color: #fff;
  margin-bottom: 10px;
}

.adwarn .large {
  line-height: 23px;
}

.adwarn .medium {
  line-height: 20px;
}

.adblocker-debug {
  display: none;
}

.adwarn a, .adwarn a:visited, .adwarn a:active {
  color: #fff;
  text-decoration: underline;
}

.adwarn a:hover {
  color: #dedede;
}

.adblock-warning {
  padding: 10px;
  bottom: 0;
}

.adblock-warning-severe {
  padding: 40px 10px;
  bottom: 0;
}

.adblock-warning-severe a, .adblock-warning-severe a:visited, .adblock-warning-severe a:active {
  color: #F8E71C;
}

.adblock-warning-severe a:hover {
  color: #89B437;
}

.adblock-warning-severe.adwarn-article {
  bottom: 20%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.adblock-small {
  padding: 10px;
}

.adblock-small p {
  text-align: center;
}

.adwarn-wrap {
  width: 940px;
  margin: 0 auto;
}

.adblock-content {
  background: url(/resources/static/standard/subscription/subscription-text-block.jpg);
  height: 620px;
}

@media (max-width: 960px) {
  .adwarn-wrap {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .adblock-small {
    padding: 5px 10px;
  }
  .adwarn p {
    margin-bottom: 5px;
  }
  .adwarn p.small {
    font-size: 12px;
  }
}

.articles-cta {
  padding: 10px;
  border-top: 4px solid;
  text-align: center;
}

.articles-cta h2 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}

.articles-cta p {
  width: 100%;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 16px;
}

.articles-cta input {
  width: 80%;
  padding: 5px 20px;
  margin-bottom: 10px;
  font-size: 15px;
}

.articles-cta button {
  min-width: auto;
  padding: 6px 32px;
}

@media (max-width: 992px) {
  #sectionHomepageNews #cta1 {
    width: 100%;
    margin: 0 0 15px 0;
  }
}

@media (max-width: 480px) {
  #sectionHomepageNews #cta1 {
    margin-bottom: 30px;
  }
}

.label {
  display: inline-block;
  margin: 0 5px 5px 0;
  padding: 0 10px;
  text-transform: uppercase;
  color: #ffffff;
  background: #EA3F35;
  font-size: 14px;
  line-height: 26px;
  vertical-align: middle;
}

.dfp-ad {
  text-align: center;
}

#DFP_standard_mpu_1 {
  margin-top: 10px;
}

#sectionHomepageNews aside #DFP_standard_mpu_1 {
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (max-width: 992px) {
  #DFP_standard_mpu_1 {
    margin-bottom: 15px;
  }
}

@media (max-width: 480px) {
  #DFP_standard_mpu_1 {
    margin-top: 30px;
  }
}

@media (max-width: 768px) {
  #DFP_high_vis {
    margin-bottom: 15px;
  }
}

@media (max-width: 480px) {
  #DFP_high_vis {
    margin-bottom: 45px;
  }
}

@media (max-width: 600px) {
  #DFP_premium_mpu {
    margin-bottom: 15px;
  }
}

@media (max-width: 480px) {
  #DFP_premium_mpu {
    margin-bottom: 45px;
  }
}

#DFP_standard_mpu_2 {
  text-align: right;
}

#sectionHomepageNews aside #DFP_standard_mpu_2 {
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (max-width: 600px) {
  #DFP_standard_mpu_2 {
    margin-bottom: 15px;
  }
}

@media (max-width: 480px) {
  #DFP_standard_mpu_2 {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
  }
}

#DFP_leaderboard_1 {
  margin-bottom: 20px;
}

.mini-banners {
  margin-bottom: 30px;
}

.deco-strip {
  margin: 10px 0 15px 0;
}

div#liveMultiHide {
  width: 300px;
  max-width: 300px;
}

div#liveMultiHide p, div#liveMultiHide cite, div#liveMultiHide time, div#liveMultiHide li {
  font-family: "Source Sans Pro", sans-serif;
}

div#liveMultiHide .vjs-playlist cite {
  overflow: visible;
  text-overflow: clip;
  white-space: normal;
}

@media (max-width: 480px) {
  #sectionHomepageNews div#liveMultiHide {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  #sectionHomepageNews div#liveMultiHide .panel-gallery {
    width: 300px;
    margin: 0 auto;
  }
}

#home {
  font-size: 16px;
}

#home > section {
  float: none;
  clear: both;
}

#home h1, #home h2 {
  word-break: break-word;
}

#home a.comments {
  margin-left: 10px;
}

#home .admin-links {
  float: none;
  clear: both;
}

#home .meta {
  font-size: 14px;
}

#home .meta .sitename, #home .meta .share-stats {
  display: block;
}

#home article.headline {
  margin-bottom: 20px;
}

.bottom-leaderboard {
  margin-top: 20px;
}

.clearfix-odd {
  display: none;
}

#sectionHomepageNews {
  padding-top: 15px;
  margin: 0 -10px;
  display: table;
}

#sectionHomepageNews h1 {
  font-size: 30px;
  font-weight: 600;
  line-height: 34px;
}

#sectionHomepageNews .articles-cta {
  width: 50%;
  float: left;
}

#sectionHomepageNews div.content {
  display: table-cell;
  width: 100%;
  float: none;
  vertical-align: top;
}

#sectionHomepageNews aside {
  display: table-cell;
  min-width: 300px;
  float: none;
  vertical-align: top;
}

#sectionHomepageNews aside h1.page-section {
  font-size: 22px;
}

i {
  margin: 0 5px 0 0;
}

.more-news {
  display: block;
  width: 100%;
  text-align: right;
  font-size: 18px;
  padding-right: 15px;
}

.more-news i {
  font-size: 12px;
  vertical-align: middle;
  margin: 0;
}

.disaster-block {
  position: relative;
}

.disaster-block h2 {
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1em;
}

.disaster-block .mobile-only {
  display: none;
  padding: 0 15px 15px 15px;
}

.disaster-block article, .disaster-block img {
  float: left;
}

.disaster-block article {
  width: 42%;
  padding: 10px 25px 10px 10px;
}

.disaster-block img {
  width: 56.25%;
  height: auto;
  padding: 15px 0;
}

.disaster-block a,
.disaster-block .timestamp,
.disaster-block .comments {
  color: #3f3f3f;
}

.disaster-block .meta {
  position: absolute;
  bottom: 10px;
  left: 10px;
}

.articles-list article {
  width: 50%;
  float: left;
  padding-right: 15px;
  margin-bottom: 15px;
}

.articles-list article img {
  width: 36.666666666666664%;
  float: left;
}

.articles-list article section {
  width: 63.33333333333333%;
  padding-left: 10px;
  float: left;
}

.articles-list article section h2 {
  font-size: 16px;
}

.articles-list article.no-image section {
  width: 100%;
  float: none;
}

.articles-list .label {
  line-height: 14px;
  display: inline;
}

.standard-list h1.page-section, .standard-block h1.page-section {
  margin: 10px 0;
}

.standard-list article a, .standard-block article a {
  color: #3f3f3f;
}

.standard-list .timestamp, .standard-block .timestamp {
  color: #866a8f;
}

.standard-list h2, .standard-block h2 {
  font-size: 16px;
}

.standard-list article.headline img, .standard-list article.headline section {
  float: left;
}

.standard-list article.headline img {
  width: 60%;
  height: auto;
}

.standard-list article.headline section {
  width: 40%;
  padding-left: 10px;
}

.standard-list .articles-highlighted article {
  width: 50%;
  float: left;
  padding-right: 20px;
  margin-bottom: 30px;
}

.standard-list .articles-highlighted article img {
  width: 100%;
  margin-bottom: 5px;
  height: auto;
}

.standard-list .articles-highlighted article section {
  width: 100%;
}

.standard-list .articles-highlighted article section h2 {
  font-size: 16px;
}

.commercial-feature {
  color: #4A91E1;
  text-transform: uppercase;
  display: block;
  font-size: 15px;
}

#sectionHomepageSport h1.title {
  margin: 15px 0;
}

#sectionHomepageSport .content {
  padding: 0;
  width: 100%;
  float: none;
  clear: both;
}

#sectionHomepageSport article.headline h1 {
  font-size: 30px;
  line-height: 34px;
  margin-bottom: 10px;
}

#sectionHomepageSport article.headline p {
  font-size: 18px;
}

#sectionHomepageSport article.headline img, #sectionHomepageSport article.headline section {
  float: right;
}

#sectionHomepageSport article.headline section {
  padding-right: 15px;
}

#sectionHomepageSport .articles-highlighted article, #sectionHomepageSport .articles-highlighted .articles-cta {
  width: 33.33333%;
}

#sectionHomepageSport .articles-list article {
  width: 33.33333%;
}

#sectionHomepageSport .articles-ad {
  text-align: right;
}

.standard-block .articles-list {
  width: 66.66666%;
  float: left;
}

article.featured {
  width: 33.3333%;
  padding-right: 20px;
  float: left;
  margin-bottom: 20px;
}

article.featured img {
  width: 100%;
  height: auto;
  margin-bottom: 5px;
}

article.featured h2 {
  font-size: 18px;
  line-height: 1.1em;
  font-weight: 600;
}

article.featured p {
  font-size: 16px;
  display: none;
}

.standard-block.with-ad .articles-list, .standard-block.with-ad .story-ad {
  width: 33.3333%;
}

.standard-block.with-ad .articles-list article {
  width: 100%;
}

.standard-block.with-ad .story-ad {
  float: left;
}

.featured-block {
  margin: 0 0 15px 0;
}

.featured-block > section {
  padding: 10px 15px 0 15px;
}

.featured-block article {
  float: left;
  width: 50%;
  padding-bottom: 5px;
}

.featured-block article section {
  float: left;
  width: 70%;
  padding: 5px 15px;
}

.featured-block img {
  float: left;
  width: 30%;
  border: 10px solid #ffffff;
}

.featured-block p {
  font-size: 15px;
}

#jobs-carousel-panel {
  margin-bottom: 30px;
}

.business-directory {
  margin-bottom: 30px;
}

.local-info #events-live-travel-panel > section {
  float: left;
  width: 33.3333337%;
}

.local-info #events-live-travel-panel > section > div {
  padding: 10px;
}

.local-info h2, .local-info ul, .local-info form {
  margin: 0 0 10px 0;
}

.local-info form input[type=text] {
  width: 210px;
}

.traffic-and-travel, .whats-on {
  padding-right: 15px;
}

.traffic-and-travel li {
  padding: 0 0 5px 20px;
  list-style: none;
  background-repeat: no-repeat;
  background-position: left 6px;
}

.traffic-and-travel .red {
  background-image: url(../img/disc-red.gif);
}

.traffic-and-travel .amber {
  background-image: url(../img/disc-amber.gif);
}

.incident-count {
  display: block;
  margin: 0 0 5px 0;
  color: #ff0000;
}

.incident-count em {
  padding: 2px 5px;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #ff0000;
}

.whats-on li span {
  display: inline-block;
  float: left;
  width: 65px;
}

.whats-on li a {
  display: block;
  overflow: hidden;
}

#local-info-box li {
  margin-top: 10px;
  width: 48.5%;
  display: inline-block;
}

.vouchers-block {
  margin: 15px 0;
  padding: 10px;
}

.vouchers-block h2 {
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.vouchers-block article {
  width: 50%;
  float: left;
  margin-bottom: 15px;
}

.vouchers-block article img, .vouchers-block article div {
  float: left;
}

.vouchers-block article img {
  width: 30%;
  height: auto;
  padding-right: 15px;
}

.vouchers-block article div {
  width: 70%;
}

.vouchers-block article h3 {
  font-size: 15px;
  font-weight: 600;
}

.vouchers-block article p {
  font-size: 15px;
}

#sectionHomepageNews a.comments,
#sectionHomepageSport a.comments,
.standard-block a.comments {
  color: #C4C4C4;
}

@media (max-width: 768px) {
  .disaster-block h2 {
    font-size: 40px;
  }
  .disaster-block article, .disaster-block img {
    float: none;
  }
  .disaster-block article {
    width: 100%;
  }
  .disaster-block article p, .disaster-block article .meta {
    display: none;
  }
  .disaster-block img {
    width: 100%;
    padding: 0 15px;
  }
  .disaster-block p.mobile-only {
    padding: 10px 15px;
  }
  .disaster-block .mobile-only {
    display: block;
  }
  #sectionHomepageNews article.headline section {
    width: 100%;
    float: none;
  }
  #sectionHomepageNews .articles-highlighted article img, #sectionHomepageNews .articles-list article img {
    width: 36.666666666666664%;
  }
  #sectionHomepageNews .articles-highlighted article section, #sectionHomepageNews .articles-list article section {
    width: 63.33333333333333%;
  }
  #sectionHomepageNews .articles-list section {
    width: 100%;
  }
  #sectionHomepageNews article.headline .mobile-only {
    display: block;
    margin-bottom: 15px;
  }
  #sectionHomepageNews article.headline img {
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
  }
  #sectionHomepageNews article.headline section h1 {
    display: none;
  }
  #sectionHomepageNews .articles-highlighted img {
    float: left;
  }
  #sectionHomepageNews .articles-highlighted section {
    padding-left: 15px;
    float: left;
  }
  #sectionHomepageNews .articles-highlighted article, #sectionHomepageNews .articles-list article {
    width: 100%;
  }
  #sectionHomepageNews .articles-highlighted article img, #sectionHomepageNews .articles-list article img {
    width: 36.666666666666664%;
  }
  #sectionHomepageNews .articles-highlighted article section, #sectionHomepageNews .articles-list article section {
    width: 63.33333333333333%;
  }
  #sectionHomepageNews .articles-highlighted article h2, #sectionHomepageNews .articles-list article h2 {
    font-size: 17px;
  }
  #sectionHomepageNews .articles-highlighted article.no-image section, #sectionHomepageNews .articles-list article.no-image section {
    width: 100%;
  }
  #sectionHomepageSport .articles-ad {
    display: none;
  }
  #sectionHomepageSport .articles-highlighted article {
    width: 50%;
  }
  #sectionHomepageSport .articles-list article {
    width: 50%;
  }
  #sectionHomepageSport .articles-list > .clearfix {
    display: none;
  }
  #sectionHomepageSport .articles-list .clearfix-odd {
    display: block;
  }
  .standard-block article.featured {
    width: 100%;
    float: none;
    padding: 0;
  }
  .standard-block article.featured img, .standard-block article.featured section {
    width: 50%;
    float: left;
  }
  .standard-block article.featured img {
    padding-right: 15px;
  }
  .standard-block article.featured h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .standard-block article.featured p {
    display: block;
    font-size: 18px;
    line-height: 1.2em;
  }
  .standard-block .articles-list {
    width: 100%;
    float: none;
  }
  .standard-block.with-ad .articles-list {
    width: 50%;
    float: left;
  }
  .standard-block.with-ad .articles-list article {
    width: 100%;
  }
  .standard-block.with-ad .story-ad {
    width: 50%;
    text-align: center;
  }
  .local-info #events-live-travel-panel .traffic-and-travel {
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
  }
  .local-info #events-live-travel-panel > section {
    width: 50%;
  }
}

@media (max-width: 600px) {
  .disaster-block article {
    padding: 10px 10px 0 10px;
  }
  #sectionHomepageNews {
    display: block;
  }
  #sectionHomepageNews div.content, #sectionHomepageNews aside {
    display: block;
    width: 100%;
    display: block;
  }
  #sectionHomepageNews aside {
    min-width: auto;
    width: 100%;
    float: none;
    clear: both;
    display: block;
    padding: 10px;
  }
  #sectionHomepageSport article.headline .mobile-only {
    display: block;
  }
  #sectionHomepageSport article.headline img {
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
  }
  #sectionHomepageSport article.headline section {
    width: 100%;
  }
  #sectionHomepageSport article.headline section h1 {
    display: none;
  }
  #sectionHomepageSport .articles-highlighted article, #sectionHomepageSport .articles-list article {
    width: 100%;
    float: none;
    padding: 0;
  }
  #sectionHomepageSport .articles-highlighted article h2, #sectionHomepageSport .articles-list article h2 {
    font-size: 15px;
  }
  #sectionHomepageSport .articles-highlighted img, #sectionHomepageSport .articles-highlighted section {
    float: left;
  }
  #sectionHomepageSport .articles-highlighted img {
    width: 36.666666666666664%;
  }
  #sectionHomepageSport .articles-highlighted section {
    width: 63.33333333333333%;
    padding-left: 15px;
  }
  .standard-block article.featured p, .standard-block.with-ad article.featured p {
    display: none;
  }
  .standard-block .articles-list article, .standard-block.with-ad .articles-list article {
    width: 100%;
  }
  .standard-block .articles-list article img, .standard-block.with-ad .articles-list article img {
    width: 25%;
  }
  .standard-block .articles-list article section, .standard-block.with-ad .articles-list article section {
    width: 75%;
  }
  .standard-block .story-ad, .standard-block.with-ad .story-ad {
    width: 100%;
  }
  .featured-block article {
    width: 100%;
    float: none;
    padding: 0;
  }
  #most-full-block {
    display: none;
  }
  .standard-block .featured .mobile-only {
    display: none;
  }
}

@media (max-width: 480px) {
  #sectionHomepageNews aside {
    width: 100%;
    float: none;
    clear: both;
    display: block;
    padding: 10px 0;
  }
  #sectionHomepageNews aside > div {
    margin-left: 10px;
    margin-right: 10px;
  }
  .disaster-block {
    margin-left: -10px;
    margin-right: -10px;
    padding-bottom: 30px;
  }
  .disaster-block h2 {
    font-size: 32px;
  }
  .disaster-block .meta {
    left: 15px;
  }
  .standard-list article.headline .mobile-only, .standard-list article.headline section {
    padding-left: 10px;
    padding-right: 10px;
  }
  .standard-block {
    margin-left: -10px;
    margin-right: -10px;
  }
  .standard-block .deco-strip {
    margin-left: 10px;
    margin-right: 10px;
  }
  .standard-block .articles-list, .standard-block > h1 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .standard-block article.featured .mobile-only {
    display: block;
  }
  .standard-block article.featured .mobile-only, .standard-block article.featured section {
    padding-left: 10px;
    padding-right: 10px;
  }
  .standard-block article.featured img {
    width: 100%;
    padding: 0;
  }
  .standard-block article.featured section {
    width: 100%;
    float: none;
  }
  .standard-block article.featured section h2 {
    display: none;
  }
  .standard-block .deco-strip {
    margin-left: 10px;
    margin-right: 10px;
  }
  .standard-block.with-ad .articles-list {
    width: 100%;
    float: none;
  }
  .standard-block.with-ad .articles-list article {
    width: 100%;
  }
  .standard-block.with-ad .story-ad {
    width: 100%;
    text-align: center;
    float: none;
  }
  .articles-highlighted, .articles-list {
    padding: 0 10px;
  }
  .standard-block article.featured p, .standard-block.with-ad article.featured p {
    display: block;
  }
  #sectionHomepageNews .articles-highlighted article,
  #sectionHomepageNews .articles-list article,
  #sectionHomepageSport .articles-highlighted,
  #sectionHomepageSport .articles-list,
  .articles-list article,
  .standard-block .articles-list article,
  .standard-block.with-ad .articles-list article {
    padding-right: 0;
  }
  #sectionHomepageNews .articles-highlighted article img,
  #sectionHomepageNews .articles-list article img,
  #sectionHomepageSport .articles-highlighted img,
  #sectionHomepageSport .articles-list img,
  .articles-list article img,
  .standard-block .articles-list article img,
  .standard-block.with-ad .articles-list article img {
    width: 36.666666666666664%;
  }
  #sectionHomepageNews .articles-highlighted article section,
  #sectionHomepageNews .articles-list article section,
  #sectionHomepageSport .articles-highlighted section,
  #sectionHomepageSport .articles-list section,
  .articles-list article section,
  .standard-block .articles-list article section,
  .standard-block.with-ad .articles-list article section {
    width: 63.33333333333333%;
  }
  #sectionHomepageNews .articles-list article.no-image section {
    width: 100%;
  }
  .local-info #events-live-travel-panel > section {
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
  }
  .vouchers-block {
    margin: 20px 0;
    padding: 10px;
  }
  .vouchers-block h2 {
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 20px;
  }
  .vouchers-block article {
    width: 100%;
    float: none;
    clear: both;
  }
}

#home aside > div {
  position: relative;
}

#home aside .fixed {
  position: fixed;
  top: 10px;
}

#home aside .pinned {
  position: absolute;
  bottom: 10px;
}

.live-news-block {
  margin-bottom: 10px;
  font-size: 16px;
}

.live-news-block h2, .live-news-block h3 {
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
}

.live-news-block h2 {
  display: inline-block;
  padding: 5px 10px;
  color: #ffffff;
  background: #EA3F35;
}

.live-news-block h3 {
  margin-bottom: 5px;
}

.live-news-block img {
  width: 100%;
  height: auto;
}

.live-news-block .timestamp {
  display: inline-block;
  color: #ff0000;
  font-size: 14px;
  line-height: 16px;
}

.live-news-block iframe {
  width: 280px !important;
}

.live-news-block section {
  height: 300px;
  padding: 10px;
  overflow-y: auto;
  background: #3f3f3f;
}

.live-news-block section .timestamp {
  display: block;
  padding: 0;
  color: #e2e1f4;
  font-size: 14px;
}

.live-news-block div {
  margin-bottom: 10px;
}

.live-news-block div:last-child {
  margin-bottom: 0;
}

.live-news-block div a {
  color: #5fa0cf;
}

.live-news-block .live-more-link {
  color: #ffffff;
  font-weight: 700;
}

.live-news-block > a {
  display: block;
  width: 100%;
  padding: 10px;
  color: #ffffff;
  background: #3c6237;
  font-weight: 700;
  text-align: right;
}

.live-news-block > a i {
  color: #ffffff;
}

.live-news-block > a:hover {
  color: #3c6237;
  background: #ffffff;
}

.live-news-block > a:hover i {
  color: #3c6237;
}

.live-news-block blockquote {
  color: #ffffff;
}

.send-us-your-news {
  margin: 20px 0;
  padding: 10px 0;
  text-align: center;
}

.send-us-your-news a {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
}

@media (max-width: 600px) {
  .see-more-stories {
    display: none;
  }
}

.comment-moderation-rules {
  padding: 20px;
  background: #e2e7ea;
}

.comment-moderation-logo {
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #c0c7cc;
}

.comment-moderation-rules h3 {
  font-family: "Helvetica Neue",arial,sans-serif;
  color: #333;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 12px;
}

.comment-moderation-rules p {
  margin-bottom: 14px;
  font-size: 14px;
}

.comment-moderation-rules-link {
  text-align: center;
  margin-bottom: 12px;
}

.comment-moderation-rules-link a {
  display: inline-block;
  background: #68b040;
  color: #fff;
  font-family: "Helvetica Neue",arial,sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  padding: 8px 24px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.comment-moderation-rules-details {
  padding: 20px;
  background: #737e86;
}

.comment-moderation-rules-details p {
  color: #f2f2f2;
  margin-bottom: 0;
}

.comment_moderation_rules_image {
  float: left;
  margin-right: 20px;
}

#auto-related {
  border-bottom: 1px solid #cccccc;
  padding: 10px 0;
}

#auto-related .show-more {
  float: right;
  margin-top: 2px;
}

#auto-related input {
  float: left;
}

#auto-related p.small.quiet {
  clear: none;
  margin-left: 23px;
  width: 205px;
}

#auto-related p.x-small.quiet {
  margin-top: 4px;
}

#auto-related #relatedSelect {
  margin-top: 12px;
}

#auto-related #relatedId {
  margin: 12px auto 0 auto;
}

#add-related-section {
  margin-bottom: 10px;
}

.news-for-your-area .items-list, .essential-links .items-list {
  width: 100%;
  float: left;
  padding: 10px 15px 0 15px;
}

.news-for-your-area li, .essential-links li {
  width: 25%;
  float: left;
  padding-right: 15px;
  font-size: 16px;
  min-height: 50px;
}

.news-for-your-area li a, .essential-links li a {
  color: #3f3f3f;
}

@media (max-width: 768px) {
  .news-for-your-area li, .essential-links li {
    width: 33%;
  }
}

@media (max-width: 600px) {
  .news-for-your-area li, .essential-links li {
    width: 50%;
  }
}

@media (max-width: 480px) {
  .news-for-your-area li, .essential-links li {
    width: 100%;
  }
}

.ad-centered {
  text-align: center;
}

.dfp-ad {
  margin-top: 20px;
}

@media (max-width: 320px) {
  .dfp-ad, .bottom-leaderboard {
    margin-left: -10px;
  }
  #DFP_mini_banner_1 {
    margin-left: 0;
  }
  #DFP_leaderboard_1 {
    margin: 0 -10px;
  }
}

@media (max-width: 480px) {
  #DFP_premium_mpu {
    margin-bottom: 30px;
  }
}

.panel-gallery {
  margin-bottom: 10px;
}

.panel-gallery ul {
  margin: 0;
  padding: 0;
}

.panel-gallery .panel-photo li {
  display: none;
  margin: 0;
  padding: 0;
}

.panel-gallery .panel-photo li.current {
  display: block;
}

.panel-gallery .panel-photo span {
  display: block;
  background-color: #3f3f3f;
  font-size: 16px;
  padding: 1em;
  font-weight: 600;
  color: #ffffff;
}

.panel-gallery .panel-photo a {
  display: block;
}

.panel-gallery .panel-thumbnails {
  position: relative;
  z-index: 2;
  margin-top: -9px;
}

.panel-gallery .panel-thumbnails img {
  width: 73px;
  height: auto;
}

.panel-gallery .panel-thumbnails li {
  float: left;
  margin-right: 2px;
  padding-top: 11px;
}

.panel-gallery .panel-thumbnails li.current {
  background: transparent url(../img/up-triangle.png) center 0 no-repeat;
}

.panel-gallery .panel-thumbnails li:first-child {
  margin-right: 2px;
}

.panel-gallery .panel-thumbnails li:nth-child(4) {
  margin-right: 0;
  margin-left: 1px;
}

.panel-single-photo {
  margin-bottom: 10px;
}

.panel-single-photo span {
  display: block;
  background-color: #3f3f3f;
  font-size: 16px;
  padding: 1em;
  font-weight: 600;
  color: #ffffff;
}

.panel-single-photo span a {
  color: #ffffff;
}

#contentContainer, .main-nav, header .advert, #sectionBranding, .nav-shortcuts {
  border-left: solid 1px #efefef;
  border-right: solid 1px #efefef;
}

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