.eyebrow {
  margin: 0 0 15px 0;
  font-size: 11px;
  color: #666;
  font-family: 'Helvetica Neue', Arial, sans-serif; }

.status {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  margin: 10px 0 0; }
  .status .dot {
    width: 8px;
    height: 8px;
    display: inline-block;
    margin: 0 5px 0 5px;
    top: 0px;
    position: relative;
    background-color: #ccc; }
  .status .text {
    color: #ccc;
    font-weight: bold;
    display: inline-block; }

.status.blocked .dot {
  background-color: #F00; }
.status.blocked .text {
  color: red; }

.status.probablynotblocked .dot {
  background-color: #9CCF8B; }
.status.probablynotblocked .text {
  color: #9CCF8B; }

.status.nocensorshipdetected .dot {
  background-color: #16B512; }
.status.nocensorshipdetected .text {
  color: #16B512; }

.status.probablyblocked .dot {
  background-color: #FA9209; }
.status.probablyblocked .text {
  color: #FA9209; }

.status.inconclusive .dot {
  background-color: #E4E4E4; }
.status.inconclusive .text {
  color: #B5B5B5; }

.sites .status.inconclusive .dot {
  background-color: #d3d3d3; }

.status.nodata .dot {
  background-color: #888; }
.status.nodata .text {
  color: #888; }

.sites #content h1 {
  margin-bottom: 0px;
  text-align: left;
  margin-top: 0px;
  font-size: 28px; }
.sites .wide.top {
  margin-bottom: 10px; }
.sites .width-holder {
  width: 45px; }
.sites .day-by-day {
  margin: 0 0 10px 0;
  padding-bottom: 0px;
  border-bottom: 1px solid #EEE; }
  .sites .day-by-day h2 {
    float: left;
    margin: 0 0 0 0;
    padding-bottom: 0px;
    border-bottom: none; }
  .sites .day-by-day .status-legend-box {
    text-align: right;
    width: inherit;
    position: relative;
    float: right;
    top: -6px;
    right: -17px; }
.sites #sticker-sticky-wrapper {
  width: 45px;
  float: left;
  margin: 10px 6% 0 0;
  pointer-events: none; }
  .sites #sticker-sticky-wrapper .mini-map {
    width: 100%;
    margin: 0px;
    float: none; }
.sites .mini-map.faded {
  opacity: 0; }
.sites .mini-map {
  width: 45px;
  padding: 10px;
  margin: 10px 6% 0 0;
  float: left;
  position: relative;
  overflow-y: hidden;
  pointer-events: all;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
  opacity: 1;
  /* Colors inside the minimap */ }
  .sites .mini-map .overlay {
    top: -390px;
    position: absolute;
    width: 61px;
    z-index: 3;
    height: 1px;
    left: 2px;
    display: none;
    pointer-events: none; }
    .sites .mini-map .overlay .front {
      height: 28px;
      border: 1px solid #ccc;
      -webkit-box-shadow: 0px 4px 8px -3px #C2C2C2;
      -moz-box-shadow: 0px 4px 8px -3px #C2C2C2;
      box-shadow: 0px 4px 8px -3px #C2C2C2;
      pointer-events: all; }
    .sites .mini-map .overlay .back {
      height: 400px;
      background-color: white;
      opacity: 0.4;
      pointer-events: none; }
  .sites .mini-map h2 {
    border-bottom: none;
    padding-top: 0px;
    clear: both;
    font-size: 1px;
    margin-bottom: 5px;
    opacity: 0; }
  .sites .mini-map .block {
    width: 12%;
    height: 4px;
    margin: 0 1px 1px 0;
    float: left; }
  .sites .mini-map .block.nocensorshipdetected {
    background-color: #45d541; }
  .sites .mini-map .block.blocked {
    background-color: red; }
  .sites .mini-map .block.nodata {
    background-color: #eee; }
  .sites .mini-map .block.inconclusive {
    background-color: #d3d3d3; }
  .sites .mini-map .block.future.placeholder {
    border: 1px solid #e5e5e5;
    box-sizing: border-box; }
  .sites .mini-map .block.probablynotblocked {
    background-color: #45d541; }
  .sites .mini-map .block.probablyblocked {
    background-color: #FA9209; }
.sites .publication {
  border-bottom: none;
  padding: 0px;
  background-color: transparent;
  width: 87.5%;
  float: right;
  margin: 14px 0 0 0; }
  .sites .publication .month {
    margin: 0 0 10px 0; }
  .sites .publication h2 {
    padding-top: 10px;
    clear: both;
    border-bottom: none; }
  .sites .publication .row {
    margin: 10px 0; }
  .sites .publication .image {
    width: 13.5%;
    margin: 0px 0.78% 0.78% 0;
    cursor: pointer; }
    .sites .publication .image .day-overlay {
      color: #6E6E6E;
      background-color: rgba(255, 255, 255, 0.8);
      position: absolute;
      top: 0;
      right: 0;
      padding: 5px;
      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .sites .publication .image.placeholder {
    box-shadow: none;
    cursor: default; }
  .sites .publication .image.future.placeholder {
    border: 1px solid #EEE;
    box-sizing: border-box; }
    .sites .publication .image.future.placeholder .day-overlay {
      color: #ddd; }
  .sites .publication .image.day-labels {
    text-align: center;
    box-shadow: none;
    height: inherit;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 11px;
    margin-bottom: 0px;
    border-bottom: 1px solid #EEE;
    padding: 5px 0;
    color: #A6A6A6; }
.sites .page-overlay {
  display: none;
  z-index: 40000; }
.sites #page-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: url("//static.propublica.org/images/opacity90.png?201412161945");
  z-index: 40000;
  top: 0;
  left: 0; }
.sites #page-overlay-modal {
  width: 45%;
  background-color: #FFF;
  position: fixed;
  z-index: 40010;
  top: 10%;
  left: 27.5%;
  box-sizing: border-box;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 30px;
  border: 1px solid #DDD;
  -webkit-box-shadow: 0px 0px 15px -6px #6F6F6F;
  -moz-box-shadow: 0px 0px 15px -6px #6F6F6F;
  box-shadow: 0px 0px 15px -6px #6F6F6F; }
  .sites #page-overlay-modal .detail-info {
    width: 100%;
    padding: 0px 10px 15px;
    box-sizing: border-box;
    position: relative;
    text-align: center; }
    .sites #page-overlay-modal .detail-info .close {
      border: 1px solid #CCC;
      font-family: Arial;
      font-size: 10px;
      color: #7B7B7B;
      padding: 1px 4px;
      cursor: pointer;
      margin: 4px 0px 0 0;
      position: absolute;
      right: -22px;
      top: -26px; }
    .sites #page-overlay-modal .detail-info #today-date.status {
      font-size: 20px;
      margin: 0 10px 0 0;
      text-transform: none;
      font-family: "ff-meta-serif-web-1","ff-meta-serif-web-2","Georgia",serif; }
  .sites #page-overlay-modal .focus-image {
    position: relative; }
    .sites #page-overlay-modal .focus-image img {
      width: 100%;
      border: 1px solid #EEE;
      box-sizing: border-box;
      display: block; }
    .sites #page-overlay-modal .focus-image .pp {
      position: absolute;
      bottom: 30px;
      padding: 13px;
      font-size: 16px;
      background-color: rgba(0, 0, 0, 0.8);
      color: #FFF;
      width: 100%;
      box-sizing: border-box;
      left: 1px; }
    .sites #page-overlay-modal .focus-image .cover {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0px;
      left: 0px;
      opacity: 0.2; }
  .sites #page-overlay-modal .promo-blocks {
    width: 49%;
    float: left;
    padding: 10px;
    margin: 10px 1% 0 0;
    background-color: #eee;
    box-sizing: border-box;
    cursor: pointer;
    line-height: 1.2em; }
    .sites #page-overlay-modal .promo-blocks img {
      float: left;
      margin: 0 10px 10px 0;
      border: 1px solid #DDD;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      width: 45%; }
    .sites #page-overlay-modal .promo-blocks p {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      width: 50%;
      font-size: 12px;
      float: left; }
  .sites #page-overlay-modal .pp.promo-blocks.disable {
    opacity: 0.3; }
  .sites #page-overlay-modal .promo-blocks:last-child {
    margin: 10px 0 0 1%; }
.sites .arrows {
  width: 27.5%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  opacity: 0.5; }
  .sites .arrows .label {
    position: absolute;
    top: 36%;
    height: 30px;
    padding-top: 30px;
    width: 100px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
.sites .left-arrow {
  left: 0px; }
  .sites .left-arrow .label {
    background: url("//static.propublica.org/images/left-arrow.png?201412161945") no-repeat;
    background-size: 15px;
    right: 15%;
    text-align: right;
    background-position: right top; }
.sites .right-arrow {
  left: 72.5%; }
  .sites .right-arrow .label {
    background: url("//static.propublica.org/images/right-arrow.png?201412161945") no-repeat;
    background-size: 15px;
    left: 15%; }
.sites .left-arrow:hover, .sites .right-arrow:hover {
  opacity: 1;
  cursor: pointer; }

.viz-container {
  width: 100%;
  position: relative;
  padding-bottom: 10px; }
  .viz-container .label {
    font-family: "Helvetica Neue", Arial, sans-serif;
    float: left;
    font-weight: bold;
    margin-bottom: 6px;
    font-size: 12px; }
  .viz-container .label.right {
    float: right; }
  .viz-container #top-tooltip {
    display: none;
    position: absolute;
    pointer-events: none; }
    .viz-container #top-tooltip span {
      color: black; }

.viz {
  width: 100%;
  margin: 0 0 40px;
  position: relative; }
  .viz .bar-o {
    height: 20px;
    float: left;
    z-index: 2;
    position: relative; }
  .viz .bar-o:first-child .bar {
    border-left: 1px solid #ddd;
    opacity: 1; }
  .viz .bar {
    position: relative;
    top: 5px;
    height: 10px; }
  .viz .background-line {
    width: 99%;
    border-top: 1px solid #EEE;
    position: absolute;
    top: 9px; }
