@import url(carousel.css);
@import url(feedicons.css);
@import url(comments-moderation.css);
@font-face {
  font-family: "martini-new-icons";
  src: url("../fonts/martini-new-icons.eot");
  src: url("../fonts/martini-new-icons.eot?#iefix") format("embedded-opentype"), url("../fonts/martini-new-icons.woff") format("woff"), url("../fonts/martini-new-icons.ttf") format("truetype"), url("../fonts/martini-new-icons.svg#martini-new-icons") format("svg");
  font-weight: normal;
  font-style: normal; }
[data-icon]:before {
  font-family: "martini-new-icons" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="icon-martini-"]:before,
[class*=" icon-martini-"]:before {
  font-family: "martini-new-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* RESET */
h1, h2, p, ul {
  margin: 0;
  padding: 0;
  clear: both; }

li {
  list-style: none;
  padding: 0 0 5px 0; }

/* GLOBAL V2 */
body {
  font-family: "Source Sans Pro", sans-serif;
  background-color: white;
  color: #3f3f3f;
  font-size: 62.5%; }

h2 {
  margin-bottom: 5px; }

label {
  display: block;
  margin-bottom: 2px; }

label.mandatory::before {
  content: '* ';
  color: #ff0000; }

ul {
  margin-bottom: 10px; }

.grid_3, .grid_4, .grid_8, .grid_12 {
  margin-bottom: 20px; }

.clear-bottom-margin {
  margin-bottom: 0 !important; }

.clear-left-margin {
  margin-left: 0 !important; }

.clear-bottom-padding {
  padding-bottom: 0 !important; }

a {
  color: #3f3f3f;
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s; }

/* DW added */
a:visited {
  color: inherit; }

#contentContainer {
  padding-left: 10px;
  background-color: #fff;
  position: relative;
  cursor: default; }

.container_12 {
  width: 950px; }

#contentContainer img {
  border: 1px solid #ddd; }

.caps {
  text-transform: uppercase; }

.clear-caps {
  text-transform: none; }

.content-wrapper {
  padding: 10px; }

.clear-border {
  border: none !important; }

/* header */
.header-container {
  width: 940px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #fff;
  cursor: default; }

.header-wrapper {
  width: 940px;
  background-color: #fff;
  margin: 0 auto; }

.header-wrapper.first-child {
  border-top: 1px solid #371855;
  padding-bottom: 0;
  width: 960px; }

.header-wrapper section {
  margin-bottom: 10px; }

.header-wrapper li, .tabs li {
  display: inline-block;
  padding-bottom: 0; }

.header-wrapper li a {
  display: block;
  padding: 0 8px; }

#sectionShortcuts li.subscribe {
  text-align: center;
  width: 170px; }

nav {
  position: relative; }

/* main nav */
#navMain {
  overflow: hidden;
  position: relative; }

#navMain .nav-main-wrapper ul:first-child,
#navMain .nav-sec-wrapper ul:first-child {
  height: 35px;
  overflow: hidden;
  border-bottom: 5px solid #ddd;
  font-size: 1.5em; }

#navMain .nav-main-wrapper ul:first-child a,
#navMain .nav-sec-wrapper ul:first-child a {
  color: white;
  padding: 10px 8px; }

#navMain ul li:first-child > a {
  padding-left: 10px;
  padding-right: 10px; }

#navMain ul:first-child .icon {
  color: white !important; }

/* Sub menu */
#navMain ul + ul {
  height: 30px;
  overflow: hidden; }

#navMain ul + ul li a {
  border-bottom: 3px solid transparent;
  padding-top: 6px;
  padding-bottom: 5px; }

#navMain ul + ul li a:hover {
  border-bottom: 3px solid #ddd; }

#navMain ul + ul li.title {
  background: url(../img/header-nav-arrow.png) center right; }

.v-spacer {
  height: 5px; }

.v-spacer2x {
  height: 10px; }

.h-spacer {
  margin: 0 5px; }

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

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

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

.block {
  display: block; }

.circle {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%; }

.story .icon, [class*="leadstory"] .icon {
  margin-right: 5px; }

.story-vertical h2 {
  margin-top: 10px; }

.bad {
  color: #ce0b24 !important; }

.good {
  color: #518851 !important; }

.helper-text {
  clear: both;
  margin-top: 5px; }

.nonstory p,
h2 + p {
  margin: 8px 0; }

h2.x-large + p {
  margin: 0; }

h2.x-large {
  margin-bottom: 0; }

input[type="checkbox"] {
  margin-right: 10px; }

input.input-stretched {
  width: 96%;
  padding-left: 2%;
  padding-right: 2%; }

input.disabled,
input[disabled="disabled"] {
  color: #bababa;
  background: url(../img/pad-lock.png) white no-repeat right center; }

[class*="leadstory"] p,
[class*="leadstory"] h1,
[class*="leadstory"] h2 {
  padding: 5px 10px 5px 0; }

.leadstory-4col p,
.leadstory-4col h1,
.leadstory-4col h2,
.leadstory-4col span {
  padding-left: 10px; }

.leadstory-4col {
  padding-bottom: 10px; }

.leadstory-8col .timestamp,
.leadstory-12col .timestamp {
  display: block;
  padding-bottom: 10px; }

.story-details {
  position: relative; }

.story-details span,
.story-details h2,
.story-details p {
  margin-bottom: 15px; }

.story-details p {
  clear: none; }

.story-details p.small-bottom {
  margin-bottom: 5px; }

h1 a, h2 a {
  font-weight: 600; }

h1.page-title {
  margin-bottom: 5px; }

.page-title a, .section-title a, .section-sub-title a {
  color: #371556; }

.section-title {
  padding-bottom: 5px; }

.section-title a:first-child:after,
.section-sub-title a:after,
.page-title a:after,
a.langle:after,
span.langle:after,
span.dangle:after,
span.rangle:after,
span.uangle:after,
a.rangle:after {
  font-family: "FontAwesome";
  content: '\f105';
  font-size: 85%;
  padding-left: 8px;
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s; }

.section-title a:hover:after,
.section-sub-title a:hover:after,
.page-title a:hover:after,
a.langle:hover:after,
span.langle:hover:after,
a.rangle:hover:after {
  padding-left: 12px;
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  color: #371556; }

a.langle:after,
span.langle:after {
  content: '\f104'; }

span.dangle:after {
  content: '\f107'; }

span.uangle:after {
  content: '\f106'; }

a.langle:hover:after,
span.langle:hover:after {
  padding-left: 0;
  padding-right: 12px; }

.tinted-container {
  background-color: #f7f4f1; }
  .tinted-container header {
    background: #EAE8E5;
    padding: 10px;
    margin-bottom: 10px; }
    .tinted-container header p {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      line-height: 1em; }

.timestamp {
  color: #A27CAF; }

.muted {
  color: #797979; }

.section-border-default {
  border: 2px solid #ddd; }

.deco-strip-wrapper {
  height: 4px;
  background-color: #ddd;
  margin-bottom: 5px; }

.deco-strip {
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  width: 300px;
  height: 4px; }

a:hover .deco-strip {
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  width: 100%; }

.advert {
  text-align: center; }

.advert img {
  border: none !important; }

.advert-leaderboard {
  min-width: 728px;
  min-height: 90px;
  margin-left: auto;
  margin-right: auto; }

.advert-double div {
  float: left;
  margin-right: 20px; }

.advert-double div:last-child {
  margin-right: 0; }

.ufo-left {
  float: left;
  margin: 0 20px 10px 0; }

.ufo-right {
  float: right;
  margin: 0 0 10px 20px; }

.ufo-topleft {
  float: left;
  margin: 0 20px 20px 0; }

.ufo-topright {
  float: right;
  margin: 0 0 20px 20px; }

.ufo-bottomright {
  float: right;
  margin: 0 0 0 20px; }

body > section.advert {
  position: relative;
  /* left:-10px; */ }

.hidden {
  display: none; }

.error input[type="text"] {
  background-color: #f7d0d1; }

.error p {
  color: #ca0007; }

.form-row {
  margin: 5px 0;
  clear: both;
  float: none; }

.form-row input[type="text"],
.form-row input[type="password"],
select {
  margin-bottom: 2px;
  height: 28px;
  width: 99%;
  font-size: 14px; }

select.select-small {
  width: 100px; }

.twin {
  display: block;
  width: 50%;
  float: left; }

/* tabs */
.tab-content > .tab-pane {
  display: none; }

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

.grid_4.tab-pane {
  margin-top: 120px; }

.tabs {
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
  float: left !important;
  width: 100%; }

.tabs ul {
  margin-left: 0 !important; }

.tabs li {
  padding: 10px 15px;
  position: relative;
  left: 5px;
  bottom: -2px;
  z-index: 13; }

.tabs li.active {
  border: 1px solid #ccc;
  border-top-width: 2px;
  border-bottom-color: #f7f4f1; }

.tabs li.active a {
  color: #3f3f3f;
  cursor: default;
  outline: none; }

.tabs li a {
  padding: 0; }

.tabs-body {
  border-bottom: none;
  float: none;
  height: inherit; }

.tabs-body ul {
  margin-left: 0; }

.tabs-body li {
  background-color: #e9e9e9;
  left: 0;
  bottom: 0;
  vertical-align: bottom;
  padding: 0; }

.tabs-body li.active {
  border: none;
  background-color: #f7f4f1;
  padding: 0;
  font-size: 20px;
  transition: none; }

.tabs-body li a {
  padding: 20px 40px;
  display: block;
  transition: none; }

/* livefeed */
.livefeed-statusbar {
  display: table; }

.livefeed-statusbar > div {
  display: table-row; }

.livefeed-statusbar > div > div {
  display: table-cell;
  padding: 0 3px;
  background-color: #dddddd;
  vertical-align: middle; }

.livefeed-statusbar button {
  border: none;
  color: #fff;
  padding: 10px; }

.livefeed-statusbar div > span {
  padding: 0 5px; }

.livefeed-item {
  margin-top: 10px; }

.livefeed-item div.timestamp {
  display: inline-block;
  padding: 10px;
  color: #f2cffe; }

.livefeed-item p {
  line-height: 22px; }

.livefeed-item p:last-child {
  margin-bottom: 0; }

.livefeed-item .ufo {
  margin-bottom: 0; }

.livefeed-item .icon {
  color: #3f3f3f; }

/* pager */
.pager input[type="text"] {
  width: 20px;
  padding: 3px 5px;
  margin: -5px 5px 0 5px;
  border-radius: 0;
  border: 1px solid transparent; }

.pager ul li {
  display: inline-block; }

.pager button {
  border: 1px solid #d8d8d8;
  background: none;
  width: 55px;
  height: 25px;
  border-radius: 12px;
  margin: 0 10px 5px 5px;
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s; }

.pager a,
.pager span.disabled,
.pager span.selected {
  display: block;
  width: 35px;
  height: 28px;
  border-radius: 50%;
  padding: 0;
  padding-top: 7px; }

.pager span.disabled,
.pager span.disabled:hover:after {
  padding: 0;
  color: #d8d8d8; }

.pager span.selected {
  background: #D8D8D8;
  color: #3f3f3f; }

.pager a:hover,
.pager .button-pager:hover:after,
.pager button:hover {
  color: white;
  border-color: transparent;
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s; }

.pager .button-pager:after {
  font-size: 21px;
  padding-left: 0; }

.pager .button-pager:hover:after {
  padding: 0; }

.pager ul.r-align li {
  text-align: center; }

.story-credits {
  padding-top: 10px;
  padding-bottom: 10px; }

.story-credits p {
  margin: 5px 0; }

.sharing-options {
  padding: 10px 0; }

.sharing-options button {
  margin-right: 5px; }

.sharing-options-wide div:first-child,
.sharing-options-wide div:last-child {
  padding-top: 3px; }

.sharing-options-wide div:first-child {
  width: 40px; }

.sharing-options-wide div:last-child {
  float: right; }

.sharing-options-narrow {
  width: 160px;
  padding: 5px 0; }

.sharing-options-narrow > div {
  padding: 3px 10px; }

.sharing-options-narrow button:last-child {
  margin-right: 0; }

#lower-print-button {
  margin-left: 5px; }

blockquote {
  margin: 0;
  padding: 0 20px; }

blockquote blockquote {
  margin: 15px 0 0 0; }

div.alert {
  border-bottom: 1px solid transparent;
  padding-top: 5px;
  padding-bottom: 5px; }

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

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

div.alert .icon {
  color: inherit; }

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

div.alert-bad .message {
  color: #ca0007;
  padding-left: 10px; }

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

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

.back2top-container {
  border-top: 4px solid #ddd; }

.back2top-container button {
  height: inherit;
  padding: 10px 30px;
  min-width: inherit; }

.grid_2.fat-skyscraper {
  margin-right: 0px;
  width: 160px; }

.grid_6.fat-skyscraper {
  margin-right: 0px; }

.fixed {
  position: fixed;
  top: 10px; }

#main {
  box-shadow: none; }

/* FONTS */
.super-large {
  font-size: 42px;
  line-height: 44px; }

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

.x-large {
  font-size: 28px;
  line-height: 30px; }

.large {
  font-size: 21px; }

.medium {
  font-size: 18px; }

.small {
  font-size: 16px;
  line-height: 20px; }

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

.tiny {
  font-size: 12px; }

.loud {
  font-weight: bold; }

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

.quiet {
  font-weight: normal; }

/* LABEL (breaking/live) */
span.label {
  font-size: 14px;
  font-weight: normal;
  color: #ff0000;
  margin: 0 5px 0 0;
  display: block; }

span.label-inline {
  float: left;
  margin-top: 0; }

span.label em {
  font-style: normal;
  padding: 2px 5px; }

span.label em.alert {
  background: #ff0000;
  color: white;
  text-transform: uppercase; }

span.label.shareStatsRead {
  color: #000000; }

span.label.shareStatsFb {
  color: #356fc9; }

h1 em.commercial {
  background: none repeat scroll 0 0 #759059;
  color: #fff;
  display: inline-block;
  float: left;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.2em;
  padding: 1px 5px 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  top: 2px;
  width: 80px; }

h1 em.commercial span {
  display: block;
  padding: 1px 0;
  text-align: center;
  width: 80px; }

/* ICON */
.icon {
  font-family: 'FontAwesome';
  font-weight: normal;
  text-shadow: none;
  font-style: normal;
  padding: 0 !important; }

.icon-inactive {
  color: #797979 !important; }

a:hover .icon {
  color: #371556;
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s; }

/* DW added */
.icon-video-camera:before {
  content: "\f03d"; }

.icon-fb:before {
  content: "\f09a"; }

.icon-google-plus:before {
  content: "\f0d5"; }

.icon-twitter:before {
  content: "\f099"; }

.icon-rss:before {
  content: "\f09e"; }

.icon-whatsapp:before {
  content: "\f232"; }

.icon-email:before {
  content: "\f0e0"; }

.icon-email-o:before {
  content: "\f003"; }

.icon-comment-o:before {
  content: "\f0e5"; }

.icon-chat:before {
  content: "\f1d7"; }

.icon-user:before {
  content: "\f007"; }

.icon-search:before {
  content: "\f002"; }

.icon-home:before {
  content: "\f015"; }

.icon-lchevron:before {
  content: "\f053"; }

.icon-rchevron:before {
  content: "\f054"; }

.icon-rcaret:before {
  content: "\f0da"; }

.icon-hamburger:before {
  content: "\f0c9"; }

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

.icon-comments:before {
  content: "\f086"; }

.icon-upvote:before {
  content: "\f087"; }

.icon-downvote:before {
  content: "\f088"; }

.icon-printer:before {
  content: "\f02f"; }

.icon-tick:before {
  content: "\f00c"; }

.icon-alert:before {
  content: "\f071"; }

.icon-info:before {
  content: "\f05a"; }

.icon-martini-home:before {
  content: "a"; }

.icon-martini-home:before {
  content: "a"; }

.icon-sign-in:before {
  content: "\f090"; }

/*  BUTTON  */
button {
  outline: none; }

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

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

.button-inverse:hover {
  color: white !important; }

.button:visited {
  color: white; }

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

.button .icon,
.button-inverse:hover .icon {
  color: white; }

.button:hover .icon,
.button.active .icon,
.button-inverse .icon {
  color: #371556; }

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

@-moz-document url-prefix() {
  .button-with-icon {
    line-height: 1; } }
.button-with-icon-small {
  min-width: 20px;
  height: 17px;
  padding: 3px 0 0 0;
  text-align: center; }

.button-inline {
  display: inline-block; }

.button-chromeless {
  border: none;
  height: 30px; }

.button-chromeless:hover {
  border: none; }

.button-round {
  padding: 0 !important;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%; }

.button-stretched {
  width: 100%;
  height: inherit; }

.button-shell {
  background: none;
  border: 1px solid white; }

span.button {
  cursor: pointer; }

/* branding */
.bg-default {
  background-color: #797979; }

.bg-rss {
  background-color: #797979; }

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

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

.bg-google-plus {
  background-color: #cd4a3f; }

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

.bg-comment {
  background-color: #9B9891; }

.bg-clear {
  background: none; }

.bg-red {
  background-color: #ff0000 !important;
  color: #fff; }

.bg-green {
  background-color: #f5fae5; }

.bg-dark {
  background-color: #3f3f3f; }

/* SECTION SPECIFIC */
#sectionEmailAlerts h2 {
  margin-bottom: 5px; }

/* Shortcuts */
#sectionShortcuts {
  border-bottom: 1px solid #ddd;
  height: 35px;
  margin-bottom: 0; }

#sectionShortcuts ul, .tabs ul {
  float: left;
  margin: 10px 0 0 5px; }

#sectionShortcuts > div, #sectionShortcuts > div > div {
  float: right;
  margin: 2px 0px 0 0; }

#sectionShortcuts div.social-icons-container {
  margin-top: 5px; }

#sectionShortcuts div a {
  margin: 0 4px; }

#sectionShortcuts .dd-container {
  position: relative; }

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

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

#sectionShortcuts .dd {
  display: none;
  z-index: 10;
  position: absolute;
  width: 200px;
  padding: 15px;
  top: 30px;
  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);
  -webkit-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.4); }

#sectionShortcuts .dd p {
  margin: 10px 0; }

#sectionShortcuts .dd a {
  margin: 2px 0; }

#sectionShortcuts > ul {
  margin: 0 0 0 5px; }

#sectionShortcuts > ul li {
  padding: 10px 0 0 0;
  height: 25px; }

#sectionShortcuts .book-an-ad {
  padding: 0;
  height: 35px;
  margin-left: 20px; }

#sectionShortcuts .book-an-ad a {
  color: #A01016;
  display: block;
  height: 25px;
  padding: 10px 10px 0 10px;
  background-color: rgba(0, 0, 0, 0.1); }

#sectionShortcuts .book-an-ad a:hover {
  color: #dc0b17; }

#sectionShortcuts li.subscribe {
  width: auto;
  /* overriding the 170px width rule. Remove that from the original css! */ }

#sectionShortcuts .social-icons-container .bg-rss {
  background-color: #ffffff; }

#sectionShortcuts .social-icons-container .bg-rss:hover {
  background-color: #797979; }

#sectionShortcuts .social-icons-container .button.bg-rss .icon {
  color: #797979; }

#sectionShortcuts .social-icons-container .button.bg-rss .icon:hover {
  color: #ffffff; }

#sectionShortcuts .social-icons-container .bg-twitter {
  background-color: #ffffff; }

#sectionShortcuts .social-icons-container .bg-twitter:hover {
  background-color: #3ea1cb; }

#sectionShortcuts .social-icons-container .button.bg-twitter .icon {
  color: #3ea1cb; }

#sectionShortcuts .social-icons-container .button.bg-twitter .icon:hover {
  color: #ffffff; }

#sectionShortcuts .social-icons-container .bg-fb {
  background-color: #ffffff; }

#sectionShortcuts .social-icons-container .bg-fb:hover {
  background-color: #395283; }

#sectionShortcuts .social-icons-container .button.bg-fb .icon {
  color: #395283; }

#sectionShortcuts .social-icons-container .button.bg-fb .icon:hover {
  color: #ffffff; }

#sectionShortcuts #searchContainer button,
#sectionShortcuts #loginContainer > button {
  font-family: "Source Sans Pro", sans-serif; }

#sectionShortcuts #searchContainer button:hover,
#sectionShortcuts #loginContainer > button:hover {
  color: #356fc9; }

#sectionShortcuts #loginContainer > button {
  margin-top: -1px; }

/* Search */
#searchContainer {
  background-color: #e3e3eb;
  height: 35px;
  margin: 0 !important;
  padding: 0 10px;
  top: -2px; }

#searchContainer input[type="text"] {
  width: 160px; }

#searchContainer .dd {
  right: 1px;
  top: 36px; }

#searchContainer #btnSearchToggle {
  color: #371556;
  margin-top: 3px;
  padding: 0; }

#searchContainer #btnSearchToggle > span {
  color: #371556;
  vertical-align: -1px; }

/* Social icons */
#sectionShortcuts .social-icons-container .dd {
  left: -100px; }

/* Search archive */
#sectionSearchArchive .archive-wrapper > .grid_6 {
  margin-right: 20px;
  width: 440px; }

#sectionSearchArchive .archive-wrapper > .grid_2 {
  margin-left: 0;
  width: 160px; }

#sectionSearchArchive .story {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-right: 0; }

#sectionSearchArchive .story .grid_4,
#sectionSearchArchive .story .grid_6 {
  margin-right: 0; }

#sectionSearchArchive .story .grid_4 {
  width: 290px; }

#sectionSearchArchive .story.grid_6 {
  width: 440px; }

.search-statusbar span,
.search-statusbar ul {
  display: inline-block;
  margin-right: 5px; }

.search-statusbar ul li {
  background-color: white;
  display: inline-block;
  padding: 2px 8px 5px;
  margin-left: 1px;
  margin-right: 1px; }

.search-statusbar select.select-small {
  width: 110px; }

span.story-count {
  padding: 8px 0;
  display: block; }

#sectionSearchArchive .date-range-container select.select-small {
  width: 85px;
  margin-right: 20px; }

#sectionSearchArchive .date-range-container select.select-small:last-child {
  margin-right: 0; }

/* Login / Registration */
#loginContainer .dd {
  right: -55px;
  top: 35px; }

#loginContainer a {
  line-height: 30px;
  display: inline-block; }

.form-login .third-party-login {
  padding: 10px 0; }

#loggedInContainer {
  padding: 5px 10px 0 0; }

/* MA Verification */
.form-account-double {
  background: url(../img/white-vertical-divider.png) center repeat-y; }

.form-account .twin {
  width: 50%;
  position: relative; }

.form-account .twin-right,
.form-account .twin-left {
  margin: 0; }

.form-account table {
  width: 420px; }

.form-account table tr td:first-child {
  text-align: right; }

.form-account table tr td {
  padding: 10px 0; }

.form-account table tr td:last-child {
  padding-left: 20px; }

.form-account label {
  width: 155px; }

.form-account .checkbox label {
  width: inherit;
  text-align: left;
  position: relative;
  padding-left: 25px;
  display: block; }

.form-account .checkbox input[type=checkbox] {
  position: absolute;
  top: 1px;
  left: 0px; }

.form-account .checkbox td {
  padding-left: 0 !important; }

.form-account input[type="text"],
.form-account input[type="password"] {
  padding: 5px;
  width: 230px;
  font-size: 14px; }

.form-account section {
  border-bottom: 4px solid #fff;
  padding: 15px 0; }

.form-account .twin section:first-child {
  padding-top: 0; }

.form-account .twin section:last-child {
  border-bottom: none; }

.form-account-container {
  margin: 20px 0 20px 0; }

.form-account-container .content-wrapper {
  padding: 10px 20px; }

.form-account-container .content-wrapper + form {
  margin-top: 0; }

.form-account .helper-text {
  padding-right: 20px; }

.form-account input + input {
  margin-top: 4px; }

.form-account-overlay {
  background: #fff;
  width: 98%;
  box-shadow: 0px 0px 16px 0px rgba(50, 50, 50, 0.45);
  -moz-box-shadow: 0px 0px 16px 0px rgba(50, 50, 50, 0.45);
  -webkit-box-shadow: 0px 0px 16px 0px rgba(50, 50, 50, 0.45); }

#subscriptionTotal {
  background-color: #f5fae5;
  padding: 15px 8px;
  border: 1px solid transparent; }

#jobAlerts .content-wrapper .content-wrapper {
  background-color: #fff; }

.article-overlay-body .twin:nth-child(2) a {
  color: #ffffff; }

.article-overlay-body .twin:nth-child(2) a:hover {
  color: #371556; }

/* Branding */
#sectionBranding {
  margin: 0 0 10px 0;
  padding-top: 10px;
  position: relative; }

#sectionBranding .widget-weather {
  position: absolute;
  right: 10px;
  width: 180px; }

#sectionBranding .widget-weather ul {
  margin-bottom: 30px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -2em; }

#sectionBranding .widget-weather li {
  font-size: 4em; }

#sectionBranding .widget-weather p {
  padding-top: 45px; }

#sectionBranding .widget-weather p.tiny {
  font-size: 15px; }

/* Most read and most commented stores */
#sectionMostReadStories ul,
#sectionMostCommentedStories ul {
  display: table; }

#sectionMostReadStories li,
#sectionMostCommentedStories li {
  display: table-row; }

#sectionMostReadStories a,
#sectionMostReadStories li span.item-count,
#sectionMostCommentedStories a,
#sectionMostCommentedStories li span.item-count {
  display: table-cell;
  padding: 10px;
  vertical-align: middle;
  border-bottom: 5px solid white; }

#sectionMostReadStories li span.item-count,
#sectionMostCommentedStories li span.item-count {
  text-align: right; }

#sectionMostReadStories li span.muted,
#sectionMostCommentedStories li span.muted {
  color: #9b9b9b; }

#sectionMostReadStories button,
#sectionMostCommentedStories button {
  min-width: inherit; }

#sectionMostReadStories button span:after,
#sectionMostCommentedStories button span:after {
  padding-left: 0;
  padding-right: 8px; }

/* Local Area */
#sectionYourLocalArea input[type="text"] {
  width: 220px; }

#sectionYourLocalArea .indented {
  display: inline-block;
  float: left;
  width: 65px; }

#sectionYourLocalArea .indentedLink {
  display: block;
  overflow: hidden; }

.grid_12 #sectionYourLocalArea .tinted-container {
  min-height: 250px; }

/* Section:  Traffic Updates */
#trafficUpdates li {
  padding-left: 20px;
  background-position: left 6px;
  background-repeat: no-repeat; }

#trafficUpdates li.amber {
  background-image: url(../img/disc-amber.gif); }

#trafficUpdates li.red {
  background-image: url(../img/disc-red.gif); }

#trafficUpdates span.label {
  margin-top: 0; }

#sectionMobilePopover {
  max-height: 1px;
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  width: 100vw;
  position: relative;
  overflow: hidden; }

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

#uatu-list {
  margin-top: 20px; }

#uatu-list div.clearfix {
  clear: both;
  margin-right: 10px !important; }

/*section[id*="sectionArticle"] { padding: 10px 0; }*/
section[id*="sectionArticle"] div[class*="grid"] * {
  margin-right: 20px; }

#sectionArticleComments div[class*="grid"] a,
#sectionArticleComments div[class*="grid"] .content-wrapper *,
#sectionArticleRecommendations div[class*="grid"] .content-wrapper *,
#sectionArticleComments div[class*="grid"] form *,
#uatu-list,
#uatu-list .twin.story-vertical,
#sectionArticleComments {
  margin-right: 0; }

#sectionArticleComments p {
  margin: 10px 0; }

#sectionArticleComments .tinted-container button {
  border: none; }

#sectionArticleComments .twin-right button {
  min-width: inherit;
  padding: 4px 15px; }

#sectionArticleComments .twin-right button:last-child {
  margin-left: 5px; }

#sectionArticleComments .twin-left button {
  margin-right: 5px !important; }

#sectionArticleComments form {
  margin-top: 20px; }

#sectionArticleComments form textarea {
  width: 93.5%;
  padding: 3%;
  height: 120px;
  margin-top: 10px; }

#sectionArticleComments blockquote {
  background-image: url(../img/bg-reply.png);
  background-repeat: no-repeat;
  background-position: 0 2px;
  margin: 10px 0 20px 30px; }

#sectionArticleComments #emailMeUponNewComment {
  margin: 10px 0 10px 0; }

#sectionArticleComments #emailMeUponNewComment > form {
  margin: 0; }

#sectionArticleComments #emailMeUponNewComment label {
  display: inline;
  margin-left: 5px; }

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

#sectionArticleRecommendations .twin {
  width: 48%; }

#articlePage3rdPartyContent {
  position: relative; }

#articlePage3rdPartyContent .advert {
  width: 160px;
  position: absolute;
  top: 45px;
  left: 460px; }

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

section.articlePage3rdPartyContentStrip {
  width: 160px; }

section.articlePage3rdPartyContentStrip .ob_box_cont.SB_1 ul {
  list-style-position: inside;
  list-style-type: disc; }

section.articlePage3rdPartyContentStrip .ob_box_cont.SB_1 ul li {
  list-style: inherit; }

section.articlePage3rdPartyContentStrip .ob_box_cont.SB_1 ul li a {
  color: #3f86ae; }

section.articlePage3rdPartyContentStrip .ob_org_header {
  display: none; }

section.articlePage3rdPartyContentStrip .ob_logo {
  margin-bottom: 0px; }

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

.OUTBRAIN#outbrain_widget_0 {
  max-width: 452px !important; }

.OUTBRAIN .ob-widget-header {
  display: none; }

.OUTBRAIN .ob-strip-layout .ob-dynamic-rec-container {
  margin-right: 22px !important;
  max-width: 208px !important;
  width: 208px !important; }

.OUTBRAIN .ob-widget .ob-dynamic-rec-container {
  display: block !important;
  float: left !important;
  min-width: inherit !important; }

.OUTBRAIN .ob-widget .ob-dynamic-rec-container ~ .ob-dynamic-rec-container {
  margin: 0px !important; }

.OUTBRAIN .MB_1 .ob-widget-section.ob-first ul,
.OUTBRAIN .AR_1 .ob-widget-section.ob-first ul
.OUTBRAIN .AR_2 .ob-widget-section.ob-first ul
.OUTBRAIN .AR_3 .ob-widget-section.ob-first ul {
  width: 460px !important; }

.OUTBRAIN .ob-strip-layout .ob-rec-text, .OUTBRAIN .ob-widget .ob-rec-image-container {
  margin-right: 0px !important; }

.grid_4 #uatu-list .story-vertical img {
  width: 100%; }

.grid_6 #uatu-list .story-vertical img {
  width: 208px; }

#cookieWarning {
  width: 310px;
  position: fixed;
  bottom: 0;
  right: -310px;
  z-index: 150;
  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);
  -webkit-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.65); }

#cookieWarning > div {
  padding: 10px; }

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

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

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

/*  feed icons - from exisiting */
.liveGoal .liveTime:after,
.livePenalty .liveTime:after,
.liveRedCard .liveTime:after,
.liveYellowCard .liveTime:after,
.livePost .liveTime:after,
.liveBar .liveTime:after,
.liveSubstitution .liveTime:after,
.liveStart .liveTime:after,
.liveHalf .liveTime:after,
.liveFull .liveTime:after,
.liveSix .liveTime:after,
.liveFifty .liveTime:after,
.liveHundred .liveTime:after,
.liveFour .liveTime:after,
.liveOut .liveTime:after,
.liveNotOut .liveTime:after,
.liveTea .liveTime:after,
.liveLunch .liveTime:after,
.liveDrinks .liveTime:after,
.liveEnd .liveTime:after,
.liveTea .liveTime:after,
.liveTry .liveTime:after,
.liveConversion .liveTime:after,
.liveDropGoal .liveTime:after,
.liveRugbyPenalty .liveTime:after,
.liveSpeedway .liveTime:after,
.liveHockeyGoal .liveTime:after {
  background: url(../img/sports_events.png) no-repeat scroll 100% -70px transparent;
  content: " ";
  float: left;
  height: 60px;
  position: relative;
  width: 60px;
  margin-right: 20px;
  text-align: right; }

.liveGoal .liveTime:after,
.livePenalty .liveTime:after,
.livePost .liveTime:after,
.liveBar .liveTime:after,
.liveSubstitution .liveTime:after,
.liveStart .liveTime:after,
.liveHalf .liveTime:after,
.liveFull .liveTime:after,
.liveTea .liveTime:after,
.liveLunch .liveTime:after,
.liveDrinks .liveTime:after,
.liveEnd .liveTime:after,
.liveTry .liveTime:after,
.liveConversion .liveTime:after,
.liveDropGoal .liveTime:after,
.liveRugbyPenalty .liveTime:after,
.liveSpeedway .liveTime:after,
.liveHockeyGoal .liveTime:after,
#eventList .liveGoal .liveTime:after,
#eventList .livePenalty .liveTime:after,
#eventList .livePost .liveTime:after,
#eventList .liveBar .liveTime:after,
#eventList .liveSubstitution .liveTime:after,
#eventList .liveStart .liveTime:after,
#eventList .liveHalf .liveTime:after,
#eventList .liveFull .liveTime:after,
#eventList .liveTea .liveTime:after,
#eventList .liveLunch .liveTime:after,
#eventList .liveDrinks .liveTime:after,
#eventList .liveEnd .liveTime:after,
#eventList .liveTry .liveTime:after,
#eventList .liveConversion .liveTime:after,
#eventList .liveDropGoal .liveTime:after,
#eventList .liveRugbyPenalty .liveTime:after,
#eventList .liveSpeedway .liveTime:after,
#eventList .liveHockeyGoal .liveTime:after {
  text-shadow: 0px 0px 3px black;
  color: white; }

.liveHockeyGoal .liveTime:after,
.liveGoal .liveTime:after {
  content: "Goal"; }

.liveHockeyGoal .liveTime:after {
  background-position: 100% -1107px; }

.livePenalty .liveTime:after {
  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 .liveTime:after {
  background-position: 100% -140px; }

.liveYellowCard .liveTime:after {
  background-position: 100% -210px; }

.livePost .liveTime:after {
  content: "Post";
  background-position: 100% -905px; }

.liveBar .liveTime:after {
  content: "Bar";
  background-position: 100% -975px; }

.liveSubstitution .liveTime:after {
  content: "Substitution";
  background-position: 100% -1040px; }

.liveStart .liveTime:after {
  background-position: 100% 0;
  content: "Kick-off"; }

.liveHalf .liveTime:after {
  background-position: 100% 0;
  content: "Half-time"; }

.liveFull .liveTime:after {
  background-position: 100% 0;
  content: "Full-time"; }

.liveSix .liveTime:after {
  background-position: 100% -280px; }

.liveFour .liveTime:after {
  background-position: 100% -350px; }

.liveFifty .liveTime:after {
  background-position: 100% -560px; }

.liveHundred .liveTime:after {
  background-position: 100% -630px;
  width: 84px; }

.liveOut .liveTime:after {
  background-position: 100% -420px;
  width: 84px; }

.liveNotOut .liveTime:after {
  background-position: 100% -490px;
  width: 84px; }

.liveTea .liveTime:after {
  background-position: 100% -700px;
  content: "Tea"; }

.liveLunch .liveTime:after {
  background-position: 100% -700px;
  content: "Lunch"; }

.liveDrinks .liveTime:after {
  background-position: 100% -700px;
  content: "Drinks"; }

.liveEnd .liveTime:after {
  background-position: 100% -700px;
  content: "Close of play"; }

.liveTry .liveTime:after {
  background-position: 100% -760px;
  content: "Try"; }

.liveConversion .liveTime:after {
  background-position: 100% -760px;
  content: "Conversion"; }

.liveDropGoal .liveTime:after {
  background-position: 100% -760px;
  content: "Drop goal"; }

.liveRugbyPenalty .liveTime:after {
  background-position: 100% -760px;
  content: "Penalty"; }

.liveSpeedway .liveTime:after {
  background-position: 100% -835px; }

.liveDailyWeatherBad .liveTime:after {
  content: "\f0c2"; }

.liveDailyWeatherGood .liveTime:after {
  content: "\f185"; }

.liveDailyCinema .liveTime:after {
  content: "\f008"; }

.liveDailyTravel .liveTime:after {
  content: "\f018"; }

.liveDailyEvent .liveTime:after {
  content: "\f145"; }

.liveDailyComment .liveTime:after {
  content: "\f10d"; }

.liveDailyTwitter .liveTime:after {
  content: "\f099"; }

.liveDailySport .liveTime:after {
  content: "\f091"; }

.liveDailyPicture .liveTime:after {
  content: "\f030"; }

.liveDailyTelephone .liveTime:after {
  content: "\f095"; }

.liveDailyEmail .liveTime:after {
  content: "\f0e0"; }

/* Featurette - from exisiting */
.portrait-featurette {
  height: 250px;
  margin-bottom: 20px; }

.portrait-featurette.in-news {
  margin-bottom: 0; }

.portrait-featurette .featurette {
  max-height: 250px;
  width: 22%;
  margin-right: 4%;
  margin-bottom: 0;
  float: left;
  display: inline;
  position: relative;
  font-weight: 600; }

.portrait-featurette.in-news .featurette {
  margin-bottom: 20px; }

.portrait-featurette .featurette img {
  max-height: 108px;
  max-width: 140px;
  width: 100%;
  margin-top: -3px;
  height: auto;
  background: #333; }

.portrait-featurette .featurette a {
  display: block;
  height: 250px; }

.portrait-featurette.in-news .featurette a {
  display: block;
  height: inherit; }

.portrait-featurette .featurette a:hover p {
  color: #993300; }

.portrait-featurette .featurette a p {
  margin-top: 10px;
  padding: 0 4px;
  background: none;
  color: #444;
  font-size: 14px;
  line-height: 20px;
  min-height: 16px;
  position: relative;
  max-height: 80px;
  overflow: hidden; }

.portrait-featurette .featurette.end-feature {
  margin-right: 0; }

.portrait-featurette .featurette strong {
  color: #fff;
  border-radius: 3px;
  display: block;
  height: 40px;
  font-size: 15px;
  overflow: hidden;
  text-transform: uppercase;
  font-family: "Trebuchet MS",sans-serif;
  font-weight: normal;
  padding: 5px 10px;
  position: relative;
  z-index: 3; }

.portrait-featurette .featurette:hover strong {
  color: #fff; }

/* Live Panel Style - from exisiting */
.panel-live-news h4 {
  text-transform: uppercase;
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 0;
  font-size: 18px; }

.panel-live-news h4 a {
  background-color: #ff0000;
  color: #ffffff;
  display: block;
  padding: 5px 10px; }

.panel-live-news h5 {
  font-size: 14px;
  font-weight: normal;
  margin: 5px; }

.panel-live-news .panel-live-last-updated {
  color: #ff0000;
  display: inline-block;
  font-size: 14px; }

.panel-live-news-items-container {
  background-color: #3f3f3f;
  height: 360px;
  padding: 4px; }

.panel-live-news .panel-live-news-items {
  height: 360px;
  overflow: auto; }

.panel-live-news .panel-live-news-item {
  border-bottom: 4px #555555 solid;
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-right: 4px;
  font-size: 16px;
  line-height: 20px; }

.panel-live-news .panel-live-news-item a {
  color: #aaccff; }

.panel-live-news .panel-live-news-item a:hover {
  text-decoration: underline; }

.panel-live-news .panel-live-news-item p {
  color: #ffffff;
  margin-bottom: 15px;
  margin-left: 5px; }

#contentContainer .panel-live-news .panel-live-news-item img {
  border: none; }

.panel-live-news .live-time {
  color: #a27caf; }

.panel-live-news .panel-live-news-footer button {
  font-size: 14px; }

.panel-live-news .panel-live-news-footer {
  padding: 15px;
  margin-top: 15px;
  margin-bottom: 15px; }

/* force scroll for webkit
::-webkit-scrollbar {
   width: 12px;
}

::-webkit-scrollbar-track {
   -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
   border-radius: 10px;
   background-color: #cccccc;
}

::-webkit-scrollbar-thumb {
   border-radius: 10px;
   -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
*/
/* Footer - from existing */
#herald .footer-container {
  width: 960px;
  margin: 0 auto;
  color: #333333;
  background-color: #f9f9f9;
  padding: 10px 0 0 0;
  border-top: 1px #d8d8d8 solid;
  font-size: 12px; }

#herald.et .footer-container {
  background-color: #333;
  color: #999; }

#herald.et .footer-container a {
  color: #999; }

#herald.et .footer-container a:hover {
  color: #bbb; }

#herald .footer-links-list::after {
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  clear: both; }

#herald .footer-links-list {
  background: url(../img/hs-footer.gif) 0 0 repeat-y;
  margin: 0; }

#herald .footer-links-list li {
  margin: 0;
  padding: 20px 0;
  float: left;
  width: 16.6%; }

#herald .footer-links-list li h4 {
  padding: 0 20px; }

#herald .footer-links-list li ul {
  padding: 0 20px; }

#herald .footer-links-list li li {
  width: 100%;
  padding: 0;
  border: none;
  line-height: 1.7; }

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

.footer-container {
  background: #fff;
  padding: 0 10px;
  width: 940px;
  font-size: 12px;
  margin: auto; }

.footer-container ul li {
  display: inline;
  margin-right: 10px; }

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

.footer-notice {
  clear: none; }

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

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

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

.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; }

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

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

/* Legacy admin only buttons */
.admin-links {
  font-size: 1em !important;
  margin-top: 5px !important;
  clear: both;
  padding: 0 !important;
  overflow: hidden; }

.admin-links li {
  margin: 0 !important;
  padding: 0 !important;
  margin-right: 1px !important;
  display: inline;
  float: left;
  border: none !important; }

.admin-links li a,
.admin-links li a:visited,
.admin-button,
.admin-button:visited {
  cursor: pointer;
  display: inline-block;
  padding: 5px 14px 6px;
  background: #3b5998;
  border: 1px solid #324c82;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  color: #ffffff !important;
  font-size: 13px;
  line-height: normal;
  border-radius: 3px; }

.admin-links li a:hover,
.admin-button:hover {
  background: #2d4373;
  color: #fff;
  text-decoration: none; }

.admin-links li a:focus,
.admin-button:focus {
  outline: 1px dotted #666; }

.admin-links li a:active,
.admin-button:active {
  background: #2d4373; }

.admin-buttonLarge
.admin-button-large {
  font-size: 15px;
  line-height: normal;
  padding: 9px 14px 9px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; }

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

.admin-links .admin-button-large {
  margin: 6px 0 6px 6px; }

.admin-options {
  margin: 0 0 10px;
  padding: 5px;
  border: 1px solid #000;
  background-color: #993000;
  color: #FFF;
  clear: both; }

.admin-options a {
  color: #FFF !important; }

#contentContainer .grid_12.nonstory ol li,
#contentContainer .grid_4.nonstory ol li {
  list-style-type: decimal; }

.grid_4 #mostRead li span,
.grid_4 #mostCommented li span,
.grid_4 #mostReadYesterday li span {
  left: 8px;
  position: absolute; }

.sponsored-story {
  background: #F1ECE7;
  position: relative; }

.sponsored-story .grid_2 {
  min-height: 94px; }

.sponsored-story h2,
.sponsored-story p {
  float: left;
  margin: 5px 0; }

.sponsored-story p {
  font-size: 14px;
  margin-bottom: 10px;
  width: 100%; }

h2 em.commercial {
  background: none repeat scroll 0 0 #759059;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  line-height: 1.3em;
  padding: 2px 0 3px 8px;
  position: relative;
  text-transform: uppercase;
  float: left;
  top: -4px;
  left: -9px;
  min-width: 150px; }

h2 em.commercial span {
  background: #444;
  text-align: center;
  padding: 0 5px 1px;
  margin-left: 1px;
  line-height: auto; }

/* RESOLUTION SPECIFIC */
@media only screen and (min-width: 728px) {
  .mobile-only {
    display: none; } }
@media only screen and (max-width: 728px) {
  /* moved to style_m */ }
/***  TEMP / BIN ***/
.placeholder-featured-jobs {
  height: 445px; }

.placeholder-local-businesses {
  height: 165px; }

/** Hack to get fotorama captions displaying nicely on article pages as the legacy css fixes don't get pulled in **/
#contentContainer div.fotorama__caption div.fotorama__caption__wrap {
  width: 100%; }

a.buy-this-photo {
  float: right;
  margin-left: 10px;
  min-width: inherit; }

.leadstory-8col .fotorama__caption a.buy-this-photo {
  margin: -5px 0px 0px 10px; }

#userUploadForm h3 {
  margin-top: 20px; }

/* Make Google Ads readable. */
#google-ads-container1, #google-ads-container3 {
  margin-top: 20px; }

#google-ads-container1 a, #google-ads-container3 a {
  color: #14497f; }

#google-ads-container1 h5, #google-ads-container3 h5 {
  margin: 0px; }

#google-ads-container1 li, #google-ads-container3 li {
  margin-bottom: 10px; }

#google-ads-container1 p, #google-ads-container3 p {
  margin: 8px 0px; }

/* Subscriptions terms page. */
#subscription-terms td {
  background-color: #eeeeee;
  border-top: 2px solid #ffffff; }

.grid_4 #subscription-terms td {
  border-left: 2px solid #ffffff; }

/* Multimedia panel single picture */
#liveMultiHide {
  margin-bottom: 18px; }

#liveMultiHide img {
  border: none; }

.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; }

#sectionArticleComments .article-quote {
  border-top: 1px dotted #D8D8D8;
  border-left: 1px dotted #D8D8D8;
  background-color: #fff;
  padding: 0px 0px 20px 5px;
  background-image: url(/resources/static/nile/img/bg-reply.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  margin-bottom: 10px;
  margin-top: 10px; }

#sectionArticleComments .author {
  color: gray; }

#sectionArticleComments .wider {
  margin-right: 0 !IMPORTANT; }

.sectionPoll .footnote {
  display: block; }

.sectionPoll .poll-options-container {
  width: 300px; }

.sectionPoll .poll-options-container label {
  padding: 5px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px; }

.sectionPoll .poll-options-container input {
  margin-right: 10px;
  margin-left: 3px; }

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

.sectionPoll .poll-options-container .progress-text {
  padding-top: 5px;
  display: block;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  color: black;
  z-index: 1;
  width: 100%; }
  .sectionPoll .poll-options-container .progress-text span {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 3px;
    padding: 0 6px 1px;
    float: right;
    margin-right: 5px; }

.sectionPoll .progress {
  height: 30px; }

.sectionPoll .o1-progress {
  background-color: #000; }

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

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

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

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

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

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

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

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

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

.sectionPoll .o1 {
  background-color: #E5E5E5; }

.sectionPoll .o2 {
  background-color: #FAE5E8; }

.sectionPoll .o3 {
  background-color: #ECF1E6; }

.sectionPoll .o4 {
  background-color: #ECF4FC; }

.sectionPoll .o5 {
  background-color: #FDEED3; }

.sectionPoll .o6 {
  background-color: #F4DEF9; }

.sectionPoll .o7 {
  background-color: #DCFAF3; }

.sectionPoll .o8 {
  background-color: #F0F5DA; }

.sectionPoll .o9 {
  background-color: #E2DCFA; }

.sectionPoll .o10 {
  background-color: #FADCF0; }

.ufo-topleft > .preview-mpu {
  border: 1px solid #000000;
  height: 228px;
  padding: 10px;
  width: 278px; }

.ufo-left > .preview-mpu {
  border: 1px solid #000000;
  height: 108px;
  padding: 10px;
  width: 258px; }

.story-details ul.headlines-list {
  clear: none;
  list-style: outside disc;
  margin-left: 0.5em; }

.story-details ul.headlines-list > li {
  left: 1em;
  list-style: outside;
  position: relative; }

#send-us-your-news {
  margin-bottom: 20px;
  padding: 20px 10px;
  text-align: center; }

/* Homepage and Third-column most read and most commented tabs */
.most-read-commented h2 {
  margin-bottom: 0px;
  padding-botom: 0px; }

.most-read-commented .tabs {
  width: 100%; }

.most-read-commented .tabs ul {
  width: 100%; }

.most-read-commented .tabs li {
  width: 49.5%; }

.most-read-commented .tabs-body li.active {
  font-size: 18px; }

.most-read-commented .tabs-body li a {
  text-align: center;
  padding: 20px 0 20px 0; }

.most-read-commented .tab-content i {
  font-style: normal;
  font-size: 14px;
  color: #9B9B9B; }

.most-read-commented .tab-content .icon-comments {
  margin-left: 5px; }

#education .story img {
  width: 100%; }

#education .mapLinks img {
  border: none; }

#education .eduList {
  margin-top: 10px; }

#education .eduList li.eduEnhanced .eduDetails,
#education .eduList li.eduStandard .eduDetails {
  margin-top: -15px;
  margin-left: 10px; }

#education .eduList li.eduEnhanced .eduDetails .eduImg img,
#education .eduList li.eduStandard .eduDetails .eduImg img {
  max-width: 100px; }

#education .eduList li.eduEnhanced .eduDetails h5,
#education .eduList li.eduStandard .eduDetails h5 {
  margin-bottom: 10px; }

#education .eduList li.eduEnhanced .eduDetails p,
#education .eduList li.eduStandard .eduDetails p {
  margin-bottom: 10px; }

#education .eduList li.eduEnhanced .eduLinks li,
#education .eduList li.eduStandard .eduLinks li {
  display: inline; }

#education .eduList li.eduEnhanced .eduLinks button,
#education .eduList li.eduStandard .eduLinks button {
  min-width: initial; }

#education .eduBubble .eduDetails {
  display: block !important; }

#education .eduBubble ul.eduLinks {
  text-align: center; }

#education .eduBubble li {
  margin-top: 10px; }

#education .eduBubble li.eduLinkMap {
  visibility: hidden;
  display: none; }

#education .eduKey li {
  list-style: none;
  padding: 0 0 5px 0;
  display: inline;
  margin-right: 30px;
  margin-bottom: 10px; }

#educationMap {
  border: 1px solid #CCCCCC;
  height: 398px;
  margin-top: 15px;
  margin-bottom: 20px;
  width: 618px; }

#comments-list .edit-comment-form textarea,
#comments-list .reply-comment-form textarea {
  margin: 10px 0;
  padding: 10px;
  width: 96%; }

#comments-list textarea.source-comment {
  background-color: #ffffff;
  cursor: auto;
  margin-top: 0; }

#comments-list .edit-comment-form button.tiny {
  float: right;
  margin-left: 10px; }

#comments-list .alert.alert-bad.delete-alert {
  margin-right: 0 !important; }

#comments-list .alert.alert-bad.delete-alert > .content-wrapper {
  margin-right: 0 !important; }

#comments-list .alert.alert-bad.delete-alert .delete-buttons-container {
  margin-top: 10px; }

#comments-list .alert.alert-bad.delete-alert .delete-buttons-container button:last-of-type {
  margin-left: 10px; }

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

#comments-list .tinted-container-blue {
  background-color: #e1edf5; }

#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 {
  line-height: 20px;
  min-width: 0; }

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

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

#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 {
  border: none;
  margin: 0 10px !important; }

#comments-list .comment-controls > .l-align {
  float: left; }

#comments-list .comment-controls > .r-align {
  float: right; }

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

#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; }

iframe#twitter-widget-0 {
  width: 236px !important; }

.bc-player-4827826b-a8ea-436c-855d-1c8f5da9138a_default.vjs-mouse .vjs-big-play-button {
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto; }

#article ol {
  margin: 0;
  font-family: "Source Sans Pro", sans-serif; }

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

/* Author Section */
#authBio {
  margin-bottom: 20px; }
  #authBio .dblCol {
    border-bottom: 1px solid #EAE8E5;
    margin: 0 0 20px;
    padding: 0 0 10px; }
  #authBio #authBioDetails {
    border-bottom: none !important;
    width: 100%;
    float: left; }
  #authBio ul {
    padding: 0;
    list-style: none;
    width: 500px;
    float: left; }
    .noPicture #authBio ul {
      width: 100%; }
  #authBio li {
    width: 60%;
    margin: 0;
    padding: 0;
    float: left;
    line-height: 27px; }
  #authBio span {
    font-weight: normal; }
  #authBio h2 {
    margin-bottom: 0; }
  #authBio h3 {
    border-bottom: 1px solid #E1E1E1;
    margin: 0 0 15px;
    padding: 0 0 15px; }
  #authBio .paginate li {
    list-style: none;
    float: left;
    padding: 2px 5px;
    font-size: .8em;
    margin: 5px 0;
    border-right: 1px solid #DDD;
    line-height: 1; }
    #authBio .paginate li:last-child {
      border-right: none;
      margin-right: -2px; }
    #authBio .paginate li.currentItem {
      background: #e1e1e1; }
      #authBio .paginate li.currentItem a {
        color: #000; }
  #authBio .btn {
    margin: 10px 0 !important; }
  #authBio .author-profile p {
    margin-left: 110px; }
  #authBio.nopicture .author-profile p {
    margin-left: 0; }
  #authBio .author-profile {
    min-height: auto; }

li.contactDetails {
  width: 40%;
  text-align: right;
  float: right;
  word-wrap: break-word; }
  li.contactDetails.contactDetailsEmail {
    line-height: 1; }

.authBioList {
  width: 100%;
  float: none; }
  .authBioList ul {
    float: left; }
  .authBioList li {
    border-bottom: 1px solid #E1E1E1;
    margin: 0 0 15px;
    padding: 0 0 15px;
    width: 100%; }
    .authBioList li li {
      border: none;
      margin: 0;
      padding: 0;
      width: 60%; }
      .authBioList li li.profileLink {
        width: 100%;
        text-align: right; }

.authList {
  border-bottom: 1px solid #E1E1E1;
  margin: 0 0 15px;
  padding: 0 0 15px; }

.authorPic {
  margin: 0 0 10px 10px;
  float: right; }
  .authorPic.left {
    margin: 0 10px 10px 0;
    float: left; }

.author-profile {
  padding: 0 10px 10px 10px;
  position: relative; }
  .author-profile h4 {
    margin-bottom: 5px; }
  .author-profile p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .author-profile .authorBio p {
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
    text-align: left; }

.author-contact h4 {
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
  word-break: normal; }
.author-contact p {
  clear: right;
  font-size: 14px;
  line-height: 21px; }
.author-contact a {
  color: #3f86ae; }

.author-contact-single {
  width: 100%; }

.authorBio {
  margin-bottom: 10px;
  display: block; }

a.author-profile-link {
  color: #fff;
  display: block;
  text-align: center;
  padding: 10px;
  font-size: 14px;
  width: 75%;
  margin: 10px auto 20px auto; }
  a.author-profile-link:visited {
    color: #fff; }
  a.author-profile-link:hover, a.author-profile-link:visited:hover {
    color: #fff; }

.author-row {
  display: table;
  table-layout: fixed;
  border-spacing: 20px 20px; }

.author-row div {
  display: table-cell;
  float: none !important;
  max-width: 300px; }

#top-right-link {
  position: absolute;
  top: 0;
  right: 10px; }
  #top-right-link a {
    line-height: 45px; }

/* TH: Article */
* html #articleDisplay {
  height: 1%; }

#article ol.vjs-playlist li {
  list-style-type: none;
  font-size: 16px;
  line-height: 20px; }

/* Styles for the blog layout */
.blog-list > .grid_4, .blog-list > .grid_8 {
  margin: 0px 5px 20px 5px;
  min-height: 250px;
  height: 250px; }

.blog-list .comment > h4.author {
  padding: 5px 10px; }
  .blog-list .comment > h4.author a {
    font-size: 18px; }
.blog-list .comment .author-profile {
  width: 90px;
  padding: 3px;
  margin-top: 10px;
  text-align: center;
  background: #f1f1f7; }
  .blog-list .comment .author-profile > a {
    font-size: 12px;
    font-weight: bold;
    color: #3f3f3f; }
.blog-list .comment > .left {
  width: 125px; }
  .blog-list .comment > .left > .author-picture {
    width: 100px;
    height: 100px;
    border: 1px solid #ddd; }
.blog-list .comment > .right {
  width: 175px; }
  .blog-list .comment > .right > h3.headline {
    padding: 0px 10px 0px 0px;
    margin-bottom: 10px; }
    .blog-list .comment > .right > h3.headline > a {
      font-size: 16px; }
  .blog-list .comment > .right p.meta {
    font-size: 14px; }
    .blog-list .comment > .right p.meta > span:first-child {
      padding-right: 15px; }
    .blog-list .comment > .right p.meta span {
      font-weight: bold; }

.blog-list .comment-mobile {
  margin-bottom: 20px; }
  .blog-list .comment-mobile .author-profile {
    width: auto;
    max-width: 60%;
    padding: 10px 0; }
    .blog-list .comment-mobile .author-profile > a {
      font-size: 14px; }
  .blog-list .comment-mobile > .left {
    width: 35%; }
    .blog-list .comment-mobile > .left > .author-picture {
      margin-left: 12.5%;
      width: 75%;
      height: 75%; }
  .blog-list .comment-mobile > .right {
    width: 55%;
    padding-right: 5%; }
    .blog-list .comment-mobile > .right > h3.headline > a {
      font-size: 18px; }

/* Wide cards for blog layout */
.blog-list > .grid_8.comment > .right {
  width: 495px; }
  .blog-list > .grid_8.comment > .right > h3.headline > a {
    font-size: 20px; }
  .blog-list > .grid_8.comment > .right > p.intro {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px; }

.blog-list > .bulletin-signup {
  width: 296px;
  min-height: 206px;
  height: 206px;
  margin-bottom: 60px;
  border: 2px solid #000000; }
  .blog-list > .bulletin-signup > #sectionEmailAlerts > h2 {
    background-color: #c63329;
    margin: 20px 45px 25px 15px;
    padding: 10px 5px;
    color: #ffffff;
    position: relative; }
    .blog-list > .bulletin-signup > #sectionEmailAlerts > h2:after {
      left: 100%;
      top: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(198, 51, 41, 0);
      border-left-color: #c63329;
      border-width: 32px;
      margin-top: -32px; }
  .blog-list > .bulletin-signup > #sectionEmailAlerts > input {
    display: block;
    margin: 0 15px 25px 15px;
    width: 246px;
    padding: 8px; }
  .blog-list > .bulletin-signup > #sectionEmailAlerts > button {
    display: block; }

.blog-list > .mobile-bulletin-signup {
  height: 226px;
  min-height: 226px;
  padding: 10px 0;
  margin: 0 10% 20px 10%;
  width: 80%; }
  .blog-list > .mobile-bulletin-signup > #sectionEmailAlerts > input {
    margin: 0 10% 25px 10%;
    width: 75%; }

.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 0;
  bottom: 0; }

.adblock-warning-severe {
  padding: 40px 0;
  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 0; }

.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; }

.caranddriving > .video_responsive {
  position: relative;
  padding: 20px 0px 0px 0px;
  margin: 0px;
  height: 250px; }

.caranddriving .video_responsive > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* Social icon fade ins */
.leadstory-4col,
.leadstory-8col,
.leadstory-12col {
  position: relative; }

.leadstory-4col .main-story-shares,
.leadstory-8col .main-story-shares,
.leadstory-12col .main-story-shares {
  z-index: 5;
  opacity: 0;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  position: absolute;
  top: 162px;
  left: 230px; }

.leadstory-12col .main-story-shares {
  left: 465px;
  top: 325px; }

.leadstory-4col .main-story-shares li,
.leadstory-8col .main-story-shares li,
.leadstory-12col .main-story-shares li {
  float: left;
  display: inline; }

.leadstory-4col .main-story-shares li:first-child,
.leadstory-8col .main-story-shares li:first-child,
.leadstory-12col .main-story-shares li:first-child {
  padding-right: 5px; }

.leadstory-4col:hover .main-story-shares,
.leadstory-8col:hover .main-story-shares,
.leadstory-12col:hover .main-story-shares {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  opacity: 1; }

.main-story-shares a {
  background: rgba(255, 255, 255, 0.8);
  width: auto;
  height: 15px;
  width: 10px;
  padding: 5px 8px;
  border-radius: 20px;
  margin: 2px;
  float: none;
  text-align: center;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3); }

.main-story-shares .icon.icon-twitter,
.main-story-shares .icon.icon-fb {
  display: inline;
  text-align: center;
  font-size: 13px;
  padding-left: 4px;
  margin-right: auto; }

.main-story-shares .icon.icon-twitter {
  color: #3ea1cb; }

.main-story-shares .icon.icon-fb {
  color: #395283; }

.main-story-shares .button {
  background-color: rgba(255, 255, 255, 0.8); }

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