
html header #live-promo {
  font-family: 'Hind', arial, sans-serif;
  height: 30px;
  background-color: #d5e8f3;
  top: 10px;
  position: relative;
  box-shadow: 0px 1px 1px #000;
  white-space: nowrap; }
  html header #live-promo #live-promo-inner {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    text-align: center; }
    @media only screen and (max-width: 1046px) {
      html header #live-promo #live-promo-inner {
        padding-left: 0; } }
    html header #live-promo #live-promo-inner a {
      text-decoration: none;
      padding: 0 12px;
      box-sizing: border-box;
      font-weight: bold;
      text-transform: uppercase;
      display: inline-block;
      background-color: #bb270f;
      color: white;
      height: 100%;
      vertical-align: middle;
      line-height: 30px;
      text-shadow: 1px 1px 1px #000;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      max-width: 100%; }
      html header #live-promo #live-promo-inner a.promo-double {
        max-width: 50%; }
      html header #live-promo #live-promo-inner a:nth-child(2) {
      background-color: #c8827b; }
        @media only screen and (max-width: 1046px) {
          html header #live-promo #live-promo-inner a.promo-double {
            font-size: 14px; } }

html #featured-posts-wrap.top-shelf-fixed {
  top: -37px !important; }

html #featured-posts-wrap.top-shelf-expanded {
  top: 77px !important; }

html body {
  padding-top: 140px; }
  @media only screen and (max-width: 1046px) {
    html body {
      padding-top: 100px; } }

html header.compact #live-promo {
  top: 3px; }
  @media only screen and (max-width: 1046px) {
    html header.compact #live-promo {
      top: -3px; } }
