@import url('responsive-base-blessed1.css?z=1443206188182');

  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 20px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body {
      border-top: 1px solid #ddd; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }
  .panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #ddd; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ddd; }
    .panel-default > .panel-heading .badge {
      color: #f5f5f5;
      background-color: #333333; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #428bca; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #428bca;
    border-color: #428bca; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #428bca; }
    .panel-primary > .panel-heading .badge {
      color: #428bca;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #428bca; }

.panel-success {
  border-color: #d6e9c6; }
  .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #d6e9c6; }
    .panel-success > .panel-heading .badge {
      color: #dff0d8;
      background-color: #3c763d; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }
  .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #bce8f1; }
    .panel-info > .panel-heading .badge {
      color: #d9edf7;
      background-color: #31708f; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }
  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #faebcc; }
    .panel-warning > .panel-heading .badge {
      color: #fcf8e3;
      background-color: #8a6d3b; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }
  .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ebccd1; }
    .panel-danger > .panel-heading .badge {
      color: #f2dede;
      background-color: #a94442; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }
  .embed-responsive.embed-responsive-16by9 {
    padding-bottom: 56.25%; }
  .embed-responsive.embed-responsive-4by3 {
    padding-bottom: 75%; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 6px; }

.well-sm {
  padding: 9px;
  border-radius: 3px; }

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate3d(0, -25%, 0);
    transform: translate3d(0, -25%, 0);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.428571429px; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.428571429; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }

  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }

  .modal-sm {
    width: 300px; } }
@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal; }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }
  .popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25); }
  .popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }
  .popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff; }
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25); }
  .popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px; }

.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;
  visibility: hidden !important; }

.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

@-ms-viewport {
  width: device-width; }
.visible-xs, .visible-sm, .visible-md, .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; }

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

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

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

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

  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; } }
/*MEDIA QUERY MIXINS*/
@media (min-width: 992px) {
  .pull-right-md {
    float: right; } }

/*BASE NEWSWORKS COLOR VARIABLES*/
/*POPE VARIABLES*/
/*TYPE VARIABLES*/
/*POPE VARIABLES
$pope-color: #AD1F24;
$pope-color-gray: #b27a77;
$pope-color-transparent: rgba(173, 31, 36, .45);
$pope-color-transition: rgba(173, 31, 36, .65);
$pope-color-bright: #cd2029;
$pope-color-vibrant: #E3282F;
$over-pope-color: #fff;*/
/*SEE BOTTOM OF DOCUMENT FOR POPE ARTICLE STYLE OVERRIDES*/
     /*MEDIA QUERY MIXINS

     @mixin mobile-lg {
        @media (min-width: 568px) {
            @content;
        }
     }

     @mixin tablet {
        @media (min-width: 768px) {
            @content;
        }
     }

     @mixin desktop {
        @media (min-width: 992px) {
            @content;
        }
     }

     @mixin desktop-only {
        @media (min-width: 992px)
        and (max-width: 1199px) {
            @content;
        }
     }

     @mixin desktop-lg {
        @media (min-width: 1200px) {
            @content;
        }
     }
*/
/*OTHER MIXINS
@mixin font-smoothing {
   -webkit-font-smoothing: antialiased;
   font-smoothing: antialiased;
}*/
/* Style reference: Newsworks primary yellow (dark backgrounds): #FDB913, secondary yellow (light backgrounds) #FAA634. Links: #385074 inline links need a lighter color: to show up effectively: #46699e */
/*-------------------------------------------
    Mixins
-------------------------------------------*/
   /**
* Convert font-size from px to rem with px fallback
*
* @param $size - the value in pixel you want to convert
*
* e.g. p {@include fontSize(12px);}
*
*/
/*MORE MIXINS*/
/*-------------------------------------------
    End Mixins
-------------------------------------------*/
/* CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, .inline-ad .more h4, div.pope-ad 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;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

#features h2, #speakeasy h2, #nwtonight h2 {
  margin-bottom: 10px; }

/* 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;
  border-left: 7px solid #8d97a5;
  padding: 5px 10px 1px 15px;
  font-style: italic;
  margin: 10px 10px 10px 30px;
  color: #7a8696;
  background: #f1f1f1; }

blockquote p {
  margin-bottom: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: 1.5em;
  font-style: italic; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.shadowbox {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden; }

#nwtrow {
  margin-top: 20px;
  margin-bottom: 20px; }

#features img, #top-featured img, #speakeasy img {
  box-shadow: 0 1px 3px rgba(50, 50, 50, 0.5);
  margin-bottom: 10px; }

#features .articles {
  margin-bottom: 40px;
  min-height: 105px; }

#features .articles img {
  display: block;
  max-width: 100%; }

.login_iframe {
  width: 100%; }

.panel-group .icon-arrow-down2 {
  float: left;
  padding-top: 2px; }
.panel-group .panel-heading {
  cursor: pointer; }

.gdoc_module {
  background-color: #F7F7F7;
  padding: 20px 20px 5px 20px;
  margin: 5px 0 10px;
  border: 1px solid #E3E3E3; }
  .gdoc_module p {
    font-size: 0.875rem;
    font-family: 'Open Sans';
    letter-spacing: -0.5px;
    line-height: 20px;
    margin: 5px 0; }

@media (max-width: 767px) {
  .gdoc_module {
    background-color: #fff;
    padding: 3px;
    margin: 5px 0 10px;
    border: 0px solid #E3E3E3; } }
@media (min-width: 481px) {
  #features .articles img {
    max-width: 200px;
    float: right;
    margin: 0 0 20px 20px; } }
.ie8 #features .articles img {
  max-width: 200px !important;
  height: 112px;
  float: right;
  margin: 0 0 20px 20px; }

/* needed for IE8 */
/* End CSS Reset */
.mayor-hp h1 {
  font-size: 1.75rem;
  line-height: 1em; }

/* Typography */
body {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #565559;
  background-color: #ffffff; }

.introtext, .show-introtext {
  line-height: 1.2;
  font-family: 'Open Sans';
  letter-spacing: -0.5px;
  line-height: 20px; }

h1 {
  font-size: 28px;
  font-size: 1.75rem;
  color: #385074;
  font-weight: bold; }

h2 {
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: bold; }

h2 a {
  color: #385074; }

article a {
  color: #6b8cbd; }

.link-group a {
  display: inline-block; }

.ec-contact-group > h2 {
  padding: 1rem 0; }
.ec-contact-group .ec-contact-person {
  padding-bottom: 1.5rem; }
  .ec-contact-group .ec-contact-person h2 {
    font-size: 1.15rem;
    color: #385074; }
  .ec-contact-group .ec-contact-person:last-child {
    padding-bottom: 0; }
  .ec-contact-group .ec-contact-person p {
    margin: 0; }
.ec-contact-group h4, .ec-contact-group .inline-ad .more h4, .inline-ad .more .ec-contact-group h4, .ec-contact-group div.pope-ad h4, div.pope-ad .ec-contact-group h4 {
  color: #565559; }
  .ec-contact-group h4.italics {
    padding-bottom: .25rem; }

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

.linkbars h2, .mobile-linkbars h2 {
  font-size: 15px;
  font-size: 0.9375rem; }

#breaking p, .linkbars p, .mobile-linkbars p {
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase; }

#breaking li h2, .linkbars li h2, .mobile-linkbars li h2 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.2rem;
  font-weight: normal; }

#breaking li p, .linkbars li p, .mobile-linkbars li p {
  line-height: 1.5rem;
  color: #aaa; }

.mobile-linkbars {
  margin-bottom: 50px; }

#refresh {
  background-color: #FAA634; }

#updated {
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: white;
  padding: 3px 0;
  background-color: #4fc463;
  position: relative;
  top: -5px;
  display: none;
  border-bottom: 1px solid #CCC;
  text-align: center; }

.timestamp {
  font-size: 11px;
  font-size: 0.6875rem;
  text-transform: uppercase;
  font-style: italic; }

.heading-context, .title_overline {
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: normal;
  text-transform: uppercase;
  /* display: block; */
  margin-bottom: 3px;
  min-height: .7rem;
  /* keep the headlines aligned even if they don't have an overline */ }

.title_overline {
  color: #aaa; }

.search-icon {
  position: absolute;
  width: 40px;
  left: -26px;
  top: 19px; }
  .search-icon .icon-search {
    color: #fff; }
    .search-icon .icon-search:hover {
      text-decoration: none;
      color: #7cc2ff; }

.jp-no-solution {
  font-size: 10px;
  font-size: 0.625rem;
  top: 21px;
  position: relative;
  left: 11px; }

#topsearchbox {
  width: 125px;
  background-color: #666666 !important;
  background: #666666;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2NjY2NjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000000), color-stop(100%, #666666));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #000000 0%, #666666 100%);
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #000000 0%, #666666 100%);
  /* W3C */
  border: none;
  height: 17px;
  color: white;
  position: relative;
  left: 24px;
  border-radius: 14px;
  padding-left: 10px;
  /* ie */ }

#topsearchbutton {
  line-height: 15px;
  border: none;
  text-shadow: none;
  background: none;
  box-shadow: none;
  width: 24px;
  position: relative;
  z-index: 100;
  /* keeps magnifying glass from disappearing on search field focus */ }

button#topsearchbutton .icon-search {
  position: relative;
  right: 7px; }

button#topsearchbutton:hover {
  color: #FDB913; }

/* BOOTSTRAP OVERRIDES */
/* Prevent Bootstrap from wasting time trying to load Glyphicons sprite */
/*#accordion*/
.panel-title {
  color: #6b8cbd; }
  .panel-title .icon-arrow-down2 {
    font-size: 24px;
    font-size: 1.5rem;
    margin-right: 20px; }

@media (max-width: 979px) {
  /* Keep the NewsWorks logo centered between 768 and 979px instead of going to a liquid layout */
  .navbar .container {
    width: 768px; } }
@media (max-width: 768px) {
  /* Return to liquid layout for mobile */
  .navbar .container {
    width: auto; } }
.navbar-fixed-top {
  /* override bootstrap default */
  margin-bottom: 0;
  position: fixed; }

.navbar-inverse .navbar-inner {
  background-color: #333;
  background-image: none;
  border: none; }

.navbar-fixed-top .navbar-inner {
  padding: 0 5px;
  height: 53px; }

.navbar .btn-navbar .icon-bar {
  width: 25px;
  height: 3px; }

a {
  /* override bootstrap default */
  color: #385074;
  text-decoration: none; }

a:hover {
  /* override bootstrap default */
  color: #6b8cbd;
  text-decoration: underline; }

.media-body {
  overflow: visible; }

.badge {
  text-shadow: none; }

.btn-search {
  color: #ffffff;
  background-image: none; }

.ie .btn-warning:active {
  background-color: #FAA634; }

#navigation {
  background-color: #565559;
  color: white;
  padding: 2px 0;
  font-size: 11px;
  font-weight: 500;
  border-top: 1px solid #222; }

#navigation a {
  color: white; }

.blurb-bar {
  position: absolute;
  top: 53px;
  padding-top: 3px;
  padding-bottom: 3px;
  z-index: 1020;
  display: block;
  background-color: #fff;
  -webkit-animation: slideUp 800ms ease-in both 5000ms;
          animation: slideUp 800ms ease-in both 5000ms; }

@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  100% {
    -webkit-transform: translate3d(0, -50px, 0);
            transform: translate3d(0, -50px, 0); } }

@keyframes slideUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  100% {
    -webkit-transform: translate3d(0, -50px, 0);
            transform: translate3d(0, -50px, 0); } }
#blurb {
  color: #385074;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  top: 1px; }

#blurb a {
  color: #999; }

/* Need to resize this as the viewport changes */
@media (min-width: 768px) and (max-width: 979px) {
  .money-icon {
    margin-left: 10px; }

  .donor_banner_money {
    width: 94%; }

  .donor_banner_container #right img {
    width: 25%;
    height: auto; }

  .donor_banner_container #left {
    width: 55%; }

  .donor_banner_container #right {
    width: 40%;
    text-align: center;
    padding-left: 0px;
    float: right; } }
@media (max-width: 767px) {
  .money-icon {
    margin-left: 10px; }

  .donor_banner_money {
    width: 94%; }

  .donor_banner_container #right img {
    width: 70px;
    height: auto;
    float: none; }

  .donor_banner_container #left {
    width: 95%; }

  .donor_banner_container #right {
    width: 100%;
    text-align: center;
    padding-left: 0px;
    margin-left: auto;
    margin-right: auto;
    float: left; } }
/* Customize the navbar links to be fill the entire space of the .navbar */
.menubar .menubar-inner {
  padding: 0; }

.menubar .menunav {
  margin: 0;
  display: table;
  width: 100%; }

.ie7 .menubar .menunav {
  display: inline; }

.menubar .menunav > li {
  display: table-cell;
  width: 1%;
  float: none;
  text-align: center; }

.ie7 .menubar .menunav > li {
  display: inline;
  margin-right: 30px; }

.menubar .menunav li:first-child a {
  border-left: 0;
  border-radius: 3px 0 0 3px; }

.menubar .menunav li:last-child a {
  border-right: 0;
  border-radius: 0 0 0 0; }

.menubar #hypermenu {
  float: right; }

.alert {
  line-height: 1.5em; }

.well {
  background-color: #F7F7F7; }

/* END BOOTSTRAP OVERRIDES */
/* NAV */
/* menu built on Codrops demo slide/push menus: http://tympanus.net/codrops/2013/04/17/slide-and-push-menus/ */
/* General styles for sidebar menu */
.spmenu {
  background: #f7f7f7;
  position: fixed;
  left: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  font-family: 'Open Sans'; }

.spmenu a {
  display: block;
  color: #8e8e8e;
  font-size: .85rem; }

.spmenu a:hover, .spmenu a:active {
  background: #FFB651;
  color: #fff; }

.spmenu > a {
  -webkit-transform: translate3d(-50px, 0, 0);
          transform: translate3d(-50px, 0, 0);
  opacity: 0; }

.spmenu-open.spmenu a:nth-of-type(1) {
  -webkit-transition: all 0.2s 0.1s;
          transition: all 0.2s 0.1s; }

.spmenu-open.spmenu a:nth-of-type(2) {
  -webkit-transition: all 0.2s 0.15s;
          transition: all 0.2s 0.15s; }

.spmenu-open.spmenu a:nth-of-type(3) {
  -webkit-transition: all 0.2s 0.2s;
          transition: all 0.2s 0.2s; }

.spmenu-open.spmenu a:nth-of-type(4) {
  -webkit-transition: all 0.2s 0.25s;
          transition: all 0.2s 0.25s; }

.spmenu-open.spmenu a:nth-of-type(5) {
  -webkit-transition: all 0.2s 0.3s;
          transition: all 0.2s 0.3s; }

.spmenu-open.spmenu a:nth-of-type(6) {
  -webkit-transition: all 0.2s 0.35s;
          transition: all 0.2s 0.35s; }

.spmenu-open.spmenu a:nth-of-type(7) {
  -webkit-transition: all 0.2s 0.4s;
          transition: all 0.2s 0.4s; }

.spmenu-open.spmenu a:nth-of-type(8) {
  -webkit-transition: all 0.2s 0.45s;
          transition: all 0.2s 0.45s; }

.spmenu-open.spmenu a:nth-of-type(9) {
  -webkit-transition: all 0.2s 0.5s;
          transition: all 0.2s 0.5s; }

.spmenu-open.spmenu a:nth-of-type(10) {
  -webkit-transition: all 0.2s 0.55s;
          transition: all 0.2s 0.55s; }

.spmenu-open.spmenu a:nth-of-type(11) {
  -webkit-transition: all 0.2s 0.6s;
          transition: all 0.2s 0.6s; }

.spmenu-open.spmenu a:nth-of-type(12) {
  -webkit-transition: all 0.2s 0.65s;
          transition: all 0.2s 0.65s; }

.spmenu-open.spmenu a:nth-of-type(13) {
  -webkit-transition: all 0.2s 0.7s;
          transition: all 0.2s 0.7s; }

.spmenu-open.spmenu a:nth-of-type(14) {
  -webkit-transition: all 0.2s 0.75s;
          transition: all 0.2s 0.75s; }

.spmenu-open.spmenu a:nth-of-type(15) {
  -webkit-transition: all 0.2s 0.8s;
          transition: all 0.2s 0.8s; }

.spmenu-open.spmenu-open.spmenu a {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1; }

.spmenu #side-social a {
  font-weight: normal; }

.spmenu #side-social a:hover {
  background: none; }

/* Orientation-dependent styles for the content of the menu */
.spmenu-vertical {
  width: 240px;
  height: 100%;
  top: 58px;
  z-index: 0; }

.spmenu-vertical a {
  border-bottom: 1px solid #e5e5e5;
  padding: 12px 0 12px 20px;
  text-decoration: none;
  text-transform: uppercase;
  margin-right: 15px;
  margin-left: 15px; }

.ie9 .spmenu-vertical {
  z-index: 1; }

/* Hide menu to the left for ie8 */
.lte9 .spmenu-left {
  left: -240px;
  top: 70px; }

.lte9 .spmenu-left.spmenu-open {
  left: 0px;
  z-index: 1; }

/* Push classes applied to the body */
.spmenu-push {
  overflow-x: hidden;
  position: relative;
  left: 0; }

.spmenu-push-toright {
  -webkit-transform: translateZ(0);
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(240px, 0, 0) !important;
  -ms-transform: translate3d(240px, 0, 0) !important;
  transform: translate3d(240px, 0, 0) !important; }

.lte9 .spmenu-push-toright {
  position: relative;
  left: 240px; }

.ie9 #sidebar, .ie8 #sidebar {
  z-index: 100;
  position: fixed; }

/* Make sidebar visible on IE9 */
.ie9 .iehide, .ie8 .iehide {
  position: fixed;
  left: -250px; }

/* Transitions */
.spmenu,
.spmenu-push {
    /*
-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
*/
  -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1); }

#searchbg {
  background-color: #2c2c2c;
  margin: 10px 0 10px 15px;
  width: 195px;
  float: none; }

#sidesearchbox {
  width: 163px;
  height: 17px;
  border: none !important;
  /* need !important to override the styles google is imposing (IE only)*/
  border-radius: 14px; }

#sidesearchbutton {
  height: 25px;
  line-height: 15px;
  text-shadow: none;
  box-shadow: none;
  color: #2c2c2c;
  background: none;
  border: none !important;
  /* need !important to override the styles google is imposing (IE only)*/
  position: relative;
  left: -35px;
  top: -1px; }

.art-nav [class*="span"] {
  margin-left: 20px; }

#side-social {
  margin: 10px 0 10px 15px; }

.ie9 #side-social {
  margin: 10px 0 10px 0; }

.menu-label {
  margin: auto;
  position: absolute;
  top: 0;
  left: -12px;
  bottom: 0;
  right: 0; }

.menu-label-container {
  position: absolute;
  left: 76px;
  height: 54px;
  top: 23px;
  color: #FFF; }

.ie .menu-label {
  top: -4px; }

/* #aside li:last {border-bottom: none;} */
/* END NAV */
/* Main Content */
#content {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  background: #fff; }

/* Sidebar Toggle */
.ie9 .iehide {
  position: fixed;
  left: -250px; }

.togglenav {
  float: left;
  position: relative; }

@media (max-width: 767px) {
  .togglenav {
    position: fixed;
    left: -25px;
    margin: 0; } }
@media (min-width: 768px) and (max-width: 991px) {
  .togglenav {
    position: fixed;
    left: -5px;
    margin: 0; } }
    /*
 @media (min-width: 768px) {
         .togglenav {padding-top: 0;}
         }

        @media (max-width: 767px) {
          .togglenav {margin: 0;}
        }
*/
.togglenav a {
  cursor: pointer;
  background-color: #212121;
  padding: 6px 9px 8px;
  display: block;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1); }

.togglenav a:navactive {
  padding: 7px 9px;
  opacity: 0.65; }

#toggle-button {
  background: #FAA634;
  background-repeat: repeat-x;
  border-color: #040404;
  padding: 27px; }
  #toggle-button:hover {
    text-decoration: none; }

.hide {
  visibility: hidden; }

/* prevents FOUC on iOS */
.hyperlocal {
  padding-left: 10px; }

#socialicons li {
  background-color: #1c1c1c;
  float: left;
  display: inline; }

#side-social a:hover {
  text-decoration: none; }

.scrollcontent {
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  height: 100% !important;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2); }

#content {
  -webkit-overflow-scrolling: touch; }

/* #content {overflow-y: hidden;}  */
/* fixes double vertical scrollbar issue in certain circumstances - but causes scroll issues on iOS*/
aside li span, .togglenav a, .button {
  border-radius: 2px; }

.spmenu-vertical a.pulse-nav {
  padding-left: 40px; }
  .spmenu-vertical a.pulse-nav img {
    max-height: 100%;
    margin: 0; }

/* END SIDEBAR */
/* Ads */
.adstyle {
  text-align: center;
  margin-bottom: 30px; }

/* .adstyle .heading-context {margin-bottom: 5px;} */
#mini-banner {
  padding-top: 60px;
  padding-bottom: 20px; }

#comments {
  padding-top: 3px; }

/* SUPPORT BANNER */
.support {
  display: block;
  background-color: #ffb94d;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 20px;
  padding: 10px 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  line-height: 2em; }

.support-top {
  margin-top: -10px;
  margin-bottom: 20px; }

.white {
  color: white;
  font-size: 18px;
  font-size: 1.125rem;
  display: inline-block; }

.dk-grey {
  color: #686871;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  display: inline-block; }

.support .icon-nwbubble {
  margin: 0 20px 0 15px;
  color: white;
  font-size: 40px;
  position: relative;
  top: 11px; }

@media (max-width: 479px) {
  .support .icon-nwbubble {
    top: 4px; } }
.support a {
  position: relative;
  top: -7px; }
  .support a:hover {
    text-decoration: none; }

/* IMAGES */
#desktoplogo {
  /* one high res main logo to rule them all  */
  max-height: 35px;
  position: relative;
  display: inline-block;
  height: auto;
  width: auto;
  -webkit-backface-visibility: visible; }

.ie8 #desktoplogo {
  top: -20px; }

.logo-holder {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

@media (max-width: 350px) {
  .logo-holder {
    padding: 0; } }
/* Targets high resolution screens
   ========================================================================== */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /*styles here */ }
/* END IMAGES */
/* Link styles */
.carousel-caption {
  background: rgba(0, 0, 0, 0.85); }

#phone-navbar .navbar, #phone-navbar .btn-navbar {
  display: inline;
  float: left;
  -webkit-tap-highlight-color: transparent;
  height: 40px;
  width: 40px;
  border-radius: 0;
  margin: 0; }

@media (max-width: 767px) {
  #phone-navbar .btn-navbar {
    margin-top: 0;
    margin-left: 20px; } }
#logobar {
  height: 54px; }

#breaking h1, #speakeasy h1, #blogging h1 {
  font-weight: normal; }

#breaking a, #breaking-mobile a, .linkbars a, .mobile-linkbars a {
  text-decoration: none;
  color: #385074; }

#breaking h1 a, #breaking-mobile h1 a, .linkbars h1 a, .mobile-linkbars h1 a {
  color: #263f61; }

#breaking .column-cta a, #breaking-mobile .column-cta a, .linkbars .column-cta a, .mobile-linkbars .column-cta a {
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  color: #cdcdcd;
  background-color: #444447; }

#breaking .column-cta a:hover, #breaking-mobile .column-cta a:hover, .linkbars .column-cta a:hover, .mobile-linkbars .column-cta a:hover {
  color: #404042;
  background-color: #fbb93d; }

#breaking .column-cta a img, #breaking-mobile .column-cta a img, .linkbars .column-cta a img, .mobile-linkbars .column-cta a img {
  position: relative;
  top: -1px;
  float: right;
  padding-right: 1px;
  width: 11px;
  height: 11px; }

#breaking #b-new {
  color: white;
  background-color: #FAA634;
  text-decoration: none;
  border-bottom: 1px solid #CCC; }

#breaking #b-old {
  color: #335273;
  background-color: white; }

/* Layout */
#topnav {
  padding-left: 40px;
  padding-right: 40px; }

#topnav li, topnav ul {
  display: inline;
  padding-top: 5px;
  vertical-align: bottom;
  margin-bottom: 10px; }

#search {
  display: inline-block;
  padding-top: 5px;
  margin-top: 20px;
  margin-bottom: 0; }

#topnav img {
  vertical-align: middle;
  padding-top: 10px; }

#topnav form {
  display: inline;
  vertical-align: middle;
  padding-top: 10px; }

#breaking {
  float: left; }

#breaking li {
  padding: 3px;
  margin: 7px 0; }

/* Effect 21: borders slight translate */
/*.linkeffect {
    transition: color 0.3s;
}

.linkeffect::before,
.linkeffect::after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #6B8CBD;
    content: '';
    opacity: 0;
    transition: opacity 0.3s, transform 0.3s;
    transform: translateY(-10px);
}

.linkeffect::before {
    top: 0;
    transform: translateY(-10px);
}

.linkeffect::after {
    bottom: 0;
    transform: translateY(10px);
}

.linkeffect:hover::before,
.linkeffect:focus::before,
.linkeffect:hover::after,
.linkeffect:focus::after {
    opacity: 1;
    transform: translateY(0px);
}*/
#feedlist li {
  margin: 0 0 20px 0;
  padding: 5px;
  position: relative;
  -webkit-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out; }
  #feedlist li:hover {
    background-color: #D0E5FF; }

.column-cta {
  text-align: center; }

.column-cta a {
  display: block;
  padding: 6px 0 6px 0;
  margin: 10px 0 5px 0; }

#list-wrapper {
  margin-top: 10px;
  padding: 5px 0; }

#leaderboard {
  margin-top: 55px; }

.banner-ad {
  margin-bottom: 30px;
  text-align: center; }

.support-centered {
  line-height: 4em; }

.support-dark {
  color: #444447; }

#top-featured {
  padding-bottom: 10px; }
  #top-featured h1 {
    font-weight: bold; }

@media all and (max-width: 767px) {
  .hp-main-column {
    padding-top: 75px; }

  .hp-main-column-with-support-top {
    padding-top: 75px; }

  .support-top {
    margin-top: 66px;
    margin-bottom: 20px; } }
#top-featured img {
  margin-top: 10px; }

.window {
  margin-top: 12px;
  margin-top: 0.714em;
  overflow-y: hidden;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  position: relative;
  /* fixes scrolling in IE */
  padding-left: 0;
  padding-right: 0; }

.ie8 .window {
  padding-top: 0;
  padding-bottom: 0; }

.slider-frame {
  overflow: hidden;
  overflow-x: scroll;
  padding-left: 20px;
  padding-right: 20px; }

.slider-frame-wrapper {
  overflow: visible;
  margin-bottom: 0;
  white-space: nowrap; }

.ie8 .slider-frame-wrapper {
  margin: 20px 0; }

/* BLOGS SLIDER */
/* Link styles */
#blogging a, .linkbars a, .mobile-linkbars a {
  text-decoration: none; }

#blogging a:hover, .linkbars a:hover, .mobile-linkbars a:hover {
  text-decoration: underline; }

.blogger {
  float: left;
  margin-right: 5px; }

.ie8 .blogger {
  width: 85px; }

/* Layout */
#blogging {
  margin-top: 20px; }

#blogging li {
  display: inline-block;
  width: 250px;
  vertical-align: top;
  white-space: normal; }

.ie7 #blogging li {
  display: inline; }

.ie7 #blogging li h2 {
  line-height: 100%; }

@media (max-width: 320px) {
  #blogging li {
    width: 240px; } }
#blog-list-wrapper {
  padding-top: 7px;
  padding-bottom: 15px; }

#blogwindow {
  margin-top: 20px;
  padding-bottom: 0;
  -webkit-overflow-scrolling: touch; }

.bloggername {
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: normal;
  text-transform: uppercase;
  font-style: italic;
  line-height: 1.1em;
  width: 80px;
  margin-top: 10px; }

.blogcontent {
  padding-right: 20px; }

#bloglist h2 {
  font-size: 16px;
  font-size: 1rem; }

#bloglist li img {
  border: 1px #bababa solid;
  float: left;
  margin: 1px 3px 7px 0;
  max-width: 77px; }

/* END BLOGS SLIDER */
/* STUFF WE LIKE */
#submit-stuff {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  text-align: right; }

@media all and (min-width: 768px) {
  #submit-stuff {
    margin-top: 20px; } }
.italics {
  font-style: italic; }

#stuff-pad {
  margin-top: 43px; }

#stuffing {
  margin-top: 10px; }

#stuffing a {
  text-decoration: none; }

/* Layout */
#stuffing .media {
  display: inline-block;
  *display: inline;
  /* IE7 fix */
  width: 250px;
  height: 200px;
  vertical-align: top;
  margin-top: 0;
  white-space: normal; }

#stuff-list-wrapper {
  margin-top: 10px;
  padding-top: 7px; }

#stuffwindow {
  overflow-y: hidden;
  /* hide vertical scrollbar in Firefox */
  -webkit-overflow-scrolling: touch;
  padding-top: 5px;
  padding-bottom: 0; }

.stuffcontent {
  padding-right: 20px; }

#stufflist div .introtext, #stufflist div .show-introtext {
  font-size: 12px;
  font-size: 0.75rem;
  display: block;
  margin-top: 5px;
  width: 230px; }

#stufflist div img {
  border: 1px #bababa solid;
  width: 225px;
  height: 126px; }

/* END STUFF SLIDER */
/* FEATURES */
#features {
  background-color: #F7F7F7;
  padding: 20px 20px 5px 20px;
  margin-top: 10px;
  border: 1px solid #E3E3E3; }

#features .introtext, #features .show-introtext {
  font-size: 14px;
  font-size: 0.875rem; }

/* SPEAKEASY */
#speakeasy h1 {
  padding-bottom: 20px; }

#speakeasy .introtext, #speakeasy .show-introtext {
  font-size: 14px;
  font-size: 0.875rem; }

#speakeasy .articles {
  margin-bottom: 20px; }

#speakeasy img {
  margin-bottom: 10px; }

/* NWTONIGHT */
#showrow {
  margin-bottom: 50px; }

.nwtonight {
  background-color: #7A8494;
  padding: 10%;
  min-height: 240px;
  color: #fff;
  margin-top: 30px; }

.show-feature-img {
  padding-right: 20px; }

.pulse-hp-logo {
  padding: 0; }

.nwtonight a:link, .nwtonight a:visited, .nwtonight a:hover, .nwtonight a:active {
  color: #6dbdfe; }

.nwtintrotext {
  font-weight: lighter;
  font-size: 14px;
  font-size: 0.875rem; }

.nwtheader {
  font-size: 13px;
  font-size: 0.8125rem;
  text-transform: uppercase; }

.ie8 .nwtonight .media img {
  max-width: 300px;
  max-height: 169px;
  float: right; }

.nwt-listen {
  color: #ccc;
  font-size: 13px;
  font-size: 0.8125rem;
  padding-top: 20px;
  width: 300px; }

.nwt-inner h2 {
  padding-bottom: 10px; }
.nwt-inner img {
  padding-bottom: 15px; }

.nwt-listen a:link, .nwt-listen a:visited {
  color: #ccc !important; }

.nwt-option {
  padding-bottom: 5px; }

.show-introtext {
  line-height: 1.2em;
  font-size: 14px;
  font-size: 0.875rem; }

/* PODCASTS */
#podcasts {
  min-height: 120px;
  margin-top: 30px;
  height: 100%; }
  #podcasts .title_overline {
    text-align: center; }

#podcast-inner {
  background: #7A8494;
  margin-bottom: 20px;
  padding: 10%;
  color: #ccc; }
  #podcast-inner a {
    color: #6dbdfe; }
  #podcast-inner h2 a {
    color: #fff; }

#podcast-options i {
  float: left; }

.pod-option {
  margin-bottom: 20px;
  font-size: 14px;
  font-size: 0.875rem; }

.pod-option-text {
  margin-left: 30px; }

/* NPR */
#npr {
  padding-top: 20px;
  padding-bottom: 20px; }

#npr ul {
  margin-bottom: 30px; }

#npr ul li {
  font-size: 12px;
  font-size: 0.75rem; }

#keystone-feed-logo {
  height: 35px;
  position: relative;
  top: 3px;
  font-size: 32px;
  font-size: 2rem;
  width: 170px;
  background: #908E8D; }
  #keystone-feed-logo a.icon-keystonecrossroads {
    padding: 0 10px;
    color: #FFF; }
    #keystone-feed-logo a.icon-keystonecrossroads:hover {
      color: #C0CB81;
      text-decoration: none; }

#kc-hr {
  margin: 14px 0 20px 0; }

.npr {
  margin: 0;
  padding: 0;
  width: 28px;
  font-size: 28px;
  font-size: 1.75rem; }

.nprn {
  color: #eb3c2e; }

.nprp {
  color: #000; }

.nprr {
  color: #4962b0; }

.storylist li {
  display: block;
  margin-bottom: 15px; }

#contact-header {
  margin-left: 20px; }

#contact {
  background-color: #f7f7f9;
  padding-top: 20px;
  margin-bottom: 30px; }

/* FOOTER */
.footer {
  background-color: #565559;
  color: #b1b1b1;
  font-size: 12px;
  font-size: 0.75rem;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  line-height: 170%; }

.footer a {
  color: #b1b1b1;
  font-size: 12px;
  font-size: 0.75rem; }

.footer [class*="span"] {
  margin-left: 20px; }

#nwfooter {
  margin-top: 20px;
  border-bottom: 1px solid #686868; }

#partnersfooter h1 {
  color: #b1b1b1;
  font-weight: 100;
  letter-spacing: 2px;
  line-height: 170%; }

.fullwidth, .full-nav {
  /* make footer span out to border. */
  margin-left: -20px;
  margin-right: -20px;
  border-bottom: 1px solid #686868;
  overflow: hidden; }

/* Footer Links 3 Column for Tablet and Desktop */
#footerwhyy .links li, #footerpartners .links li, #footernw .links li, #footernw p {
  width: 33%;
  float: left; }

#footernw p {
  margin: 0; }

/* Handheld Width */
@media (max-width: 767px) {
  /* Footer Link Single Column */
  #footerwhyy .links li, #footerpartners .links li, #footernw .links li, #footernw p {
    width: 50%;
    float: left; } }
/* END FOOTER */
/* SCROLLBAR STYLING */
/* Custom scrollbars for webkit - forces scrollbar on Mountain Lion*/
::-webkit-scrollbar {
  width: 9px;
  height: 9px;
  -webkit-appearance: none; }

/* Track */
::-webkit-scrollbar-track {
  border-radius: 0 0 4px 4px; }

/* Handle */
::-webkit-scrollbar-thumb {
  background: #565559;
  background-color: rgba(95, 95, 95, 0.5);
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.5);
  border-radius: 2px; }

::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(0, 0, 0, 0.4); }

#comments .storylist li {
  float: left;
  width: 100%; }

#comments .storylist li .article-title {
  float: left;
  width: 80%; }

/* Log in/out boxes */
#loginBox {
  color: white; }
  #loginBox .modal-content {
    background-color: #565559; }

/*    #modlgn_remember {
        float: left;
        position: relative;
        top: -4px;
        margin-right: 5px;
    }

    #forgot-options {padding-top: 15px;}
    #forgot-options li {
        padding-top: 10px;
        @include fontSize(13px);
        }


    .mod_login a {color: #829cc3;}


    #mod_loginform .button, #jfbcLogoutButton {
        color: #ffffff;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        background-color: $nw-sec-yel;
        background-image: none;
        padding: 4px 12px;
        width: auto;
        border: none;
        margin-bottom: 10px;
        margin-top:10px;
    }
    .fb_connect_user {padding-top: 10px;}

    #loginBox a {
        color:#829cc3;
    }

*/
/* ------------------------------------------------NEWSWORKIAN WEBFONT --------------------------------------------------------------*/
.whyy-logo-top, .whyy-logo-top a {
  color: #eee;
  font-size: 24px;
  font-size: 1.5rem;
  text-decoration: none; }

@media (max-width: 300px) {
  .streamplayer {
    display: none; } }
.div-why, .div-y {
  width: 47px;
  float: right;
  margin-top: 15px; }
  .div-why:hover, .div-y:hover {
    text-decoration: none; }

.div-why {
  overflow: hidden;
  position: relative;
  left: 23px; }

.div-y {
  overflow: visible;
  position: relative; }

.div-streamplay {
  float: right;
  position: absolute;
  top: -9px;
  left: 14px; }
  .div-streamplay:hover {
    text-decoration: none; }

@media (max-width: 514px) {
  .div-why {
    height: 0;
    width: 0; } }
.icon-streamplay {
  color: rgba(207, 207, 207, 0.5);
  font-size: 43px;
  font-size: 2.6875rem; }
  .icon-streamplay:hover {
    text-decoration: none;
    color: #7cc2ff; }

.icon-streampause {
  color: #7cc2ff;
  font-size: 43px;
  font-size: 2.6875rem;
  position: absolute;
  top: 0; }
  .icon-streampause:hover {
    text-decoration: none;
    color: #7cc2ff; }

.ie8 .jp-no-solution {
  visibility: hidden; }

.ie8 .icon-streamplay, .ie8 .icon-streampause {
  visibility: hidden; }

.ie9 .div-streamplay {
  position: absolute;
  eft: 50px; }

.icon-why {
  display: block;
  -webkit-animation: slideWhy 400ms ease-in both 4000ms;
          animation: slideWhy 400ms ease-in both 4000ms;
  position: relative; }

@-webkit-keyframes slideWhy {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(50px, 0, 0);
            transform: translate3d(50px, 0, 0);
    opacity: 0; } }

@keyframes slideWhy {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(50px, 0, 0);
            transform: translate3d(50px, 0, 0);
    opacity: 0; } }
.icon-ybubble {
  display: block;
  float: right;
  -webkit-animation: spinY 400ms linear both 4200ms;
          animation: spinY 400ms linear both 4200ms;
  overflow: visible; }

@-webkit-keyframes spinY {
  0% {
    -webkit-transform: rotate(0deg) scale3d(1, 1, 1);
            transform: rotate(0deg) scale3d(1, 1, 1);
    opacity: 1; }
  100% {
    -webkit-transform: rotate(450deg) scale3d(1.3, 1.3, 1);
            transform: rotate(450deg) scale3d(1.3, 1.3, 1);
    opacity: 0; } }

@keyframes spinY {
  0% {
    -webkit-transform: rotate(0deg) scale3d(1, 1, 1);
            transform: rotate(0deg) scale3d(1, 1, 1);
    opacity: 1; }
  100% {
    -webkit-transform: rotate(450deg) scale3d(1.3, 1.3, 1);
            transform: rotate(450deg) scale3d(1.3, 1.3, 1);
    opacity: 0; } }
.animate-streamplay {
  -webkit-animation: scalePlaybutton 600ms linear both 4500ms;
          animation: scalePlaybutton 600ms linear both 4500ms; }

/* Generated with Bounce.js. Edit at http://goo.gl/3A8MrM - opacity added*/
@-webkit-keyframes scalePlaybutton {
  0% {
    -webkit-transform: matrix3d(-0.5, 0, 0, 0, 0, -0.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(-0.5, 0, 0, 0, 0, -0.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    opacity: 0; }
  3.333333% {
    -webkit-transform: matrix3d(-0.32893, -0.61297, 0, 0, 0.61297, -0.32893, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(-0.32893, -0.61297, 0, 0, 0.61297, -0.32893, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  6.666667% {
    -webkit-transform: matrix3d(0.39644, -0.75354, 0, 0, 0.75354, 0.39644, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.39644, -0.75354, 0, 0, 0.75354, 0.39644, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  10% {
    -webkit-transform: matrix3d(0.89287, -0.33682, 0, 0, 0.33682, 0.89287, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.89287, -0.33682, 0, 0, 0.33682, 0.89287, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  13.333333% {
    -webkit-transform: matrix3d(1.00642, 0.08851, 0, 0, -0.08851, 1.00642, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.00642, 0.08851, 0, 0, -0.08851, 1.00642, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  16.666667% {
    -webkit-transform: matrix3d(0.98619, 0.30687, 0, 0, -0.30687, 0.98619, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.98619, 0.30687, 0, 0, -0.30687, 0.98619, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  20% {
    -webkit-transform: matrix3d(0.9723, 0.35593, 0, 0, -0.35593, 0.9723, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.9723, 0.35593, 0, 0, -0.35593, 0.9723, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  23.333333% {
    -webkit-transform: matrix3d(0.98104, 0.30888, 0, 0, -0.30888, 0.98104, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.98104, 0.30888, 0, 0, -0.30888, 0.98104, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  26.666667% {
    -webkit-transform: matrix3d(0.9946, 0.22167, 0, 0, -0.22167, 0.9946, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.9946, 0.22167, 0, 0, -0.22167, 0.9946, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  30% {
    -webkit-transform: matrix3d(1.00189, 0.13138, 0, 0, -0.13138, 1.00189, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.00189, 0.13138, 0, 0, -0.13138, 1.00189, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    opacity: 1; }
  33.333333% {
    -webkit-transform: matrix3d(1.00263, 0.05815, 0, 0, -0.05815, 1.00263, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.00263, 0.05815, 0, 0, -0.05815, 1.00263, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  36.666667% {
    -webkit-transform: matrix3d(1.00056, 0.00871, 0, 0, -0.00871, 1.00056, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.00056, 0.00871, 0, 0, -0.00871, 1.00056, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  40% {
    -webkit-transform: matrix3d(0.99865, -0.01848, 0, 0, 0.01848, 0.99865, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.99865, -0.01848, 0, 0, 0.01848, 0.99865, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  43.333333% {
    -webkit-transform: matrix3d(0.99788, -0.02876, 0, 0, 0.02876, 0.99788, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.99788, -0.02876, 0, 0, 0.02876, 0.99788, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  46.666667% {
    -webkit-transform: matrix3d(0.99805, -0.02823, 0, 0, 0.02823, 0.99805, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.99805, -0.02823, 0, 0, 0.02823, 0.99805, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  50% {
    -webkit-transform: matrix3d(0.99862, -0.02223, 0, 0, 0.02223, 0.99862, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.99862, -0.02223, 0, 0, 0.02223, 0.99862, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  53.333333% {
    -webkit-transform: matrix3d(0.9992, -0.0146, 0, 0, 0.0146, 0.9992, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.9992, -0.0146, 0, 0, 0.0146, 0.9992, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  56.666667% {
    -webkit-transform: matrix3d(0.99963, -0.00769, 0, 0, 0.00769, 0.99963, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.99963, -0.00769, 0, 0, 0.00769, 0.99963, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  60% {
    -webkit-transform: matrix3d(0.99989, -0.00255, 0, 0, 0.00255, 0.99989, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.99989, -0.00255, 0, 0, 0.00255, 0.99989, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  63.333333% {
    -webkit-transform: matrix3d(1.00002, 0.00062, 0, 0, -0.00062, 1.00002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.00002, 0.00062, 0, 0, -0.00062, 1.00002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  66.666667% {
    -webkit-transform: matrix3d(1.00007, 0.00214, 0, 0, -0.00214, 1.00007, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.00007, 0.00214, 0, 0, -0.00214, 1.00007, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  70% {
    -webkit-transform: matrix3d(1.00008, 0.00249, 0, 0, -0.00249, 1.00008, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.00008, 0.00249, 0, 0, -0.00249, 1.00008, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  73.333333% {
    -webkit-transform: matrix3d(1.00006, 0.00216, 0, 0, -0.00216, 1.00006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.00006, 0.00216, 0, 0, -0.00216, 1.00006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  76.666667% {
    -webkit-transform: matrix3d(1.00004, 0.00155, 0, 0, -0.00155, 1.00004, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.00004, 0.00155, 0, 0, -0.00155, 1.00004, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  80% {
    -webkit-transform: matrix3d(1.00002, 0.00092, 0, 0, -0.00092, 1.00002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.00002, 0.00092, 0, 0, -0.00092, 1.00002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  83.333333% {
    -webkit-transform: matrix3d(1.00001, 0.00041, 0, 0, -0.00041, 1.00001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.00001, 0.00041, 0, 0, -0.00041, 1.00001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  86.666667% {
    -webkit-transform: matrix3d(1, 0.00006, 0, 0, -0.00006, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0.00006, 0, 0, -0.00006, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  90% {
    -webkit-transform: matrix3d(1, -0.00013, 0, 0, 0.00013, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, -0.00013, 0, 0, 0.00013, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  93.333333% {
    -webkit-transform: matrix3d(1, -0.0002, 0, 0, 0.0002, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, -0.0002, 0, 0, 0.0002, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  96.666667% {
    -webkit-transform: matrix3d(1, -0.0002, 0, 0, 0.0002, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, -0.0002, 0, 0, 0.0002, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    opacity: 1; } }
@keyframes scalePlaybutton {
  0% {
    -webkit-transform: matrix3d(-0.5, 0, 0, 0, 0, -0.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(-0.5, 0, 0, 0, 0, -0.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    opacity: 0; }
  3.333333% {
    -webkit-transform: matrix3d(-0.32893, -0.61297, 0, 0, 0.61297, -0.32893, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(-0.32893, -0.61297, 0, 0, 0.61297, -0.32893, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  6.666667% {
    -webkit-transform: matrix3d(0.39644, -0.75354, 0, 0, 0.75354, 0.39644, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.39644, -0.75354, 0, 0, 0.75354, 0.39644, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  10% {
    -webkit-transform: matrix3d(0.89287, -0.33682, 0, 0, 0.33682, 0.89287, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.89287, -0.33682, 0, 0, 0.33682, 0.89287, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  13.333333% {
    -webkit-transform: matrix3d(1.00642, 0.08851, 0, 0, -0.08851, 1.00642, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.00642, 0.08851, 0, 0, -0.08851, 1.00642, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  16.666667% {
    -webkit-transform: matrix3d(0.98619, 0.30687, 0, 0, -0.30687, 0.98619, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.98619, 0.30687, 0, 0, -0.30687, 0.98619, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  20% {
    -webkit-transform: matrix3d(0.9723, 0.35593, 0, 0, -0.35593, 0.9723, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.9723, 0.35593, 0, 0, -0.35593, 0.9723, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  23.333333% {
    -webkit-transform: matrix3d(0.98104, 0.30888, 0, 0, -0.30888, 0.98104, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.98104, 0.30888, 0, 0, -0.30888, 0.98104, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  26.666667% {
    -webkit-transform: matrix3d(0.9946, 0.22167, 0, 0, -0.22167, 0.9946, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.9946, 0.22167, 0, 0, -0.22167, 0.9946, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  30% {
    -webkit-transform: matrix3d(1.00189, 0.13138, 0, 0, -0.13138, 1.00189, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.00189, 0.13138, 0, 0, -0.13138, 1.00189, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    opacity: 1; }
  33.333333% {
    -webkit-transform: matrix3d(1.00263, 0.05815, 0, 0, -0.05815, 1.00263, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.00263, 0.05815, 0, 0, -0.05815, 1.00263, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  36.666667% {
    -webkit-transform: matrix3d(1.00056, 0.00871, 0, 0, -0.00871, 1.00056, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.00056, 0.00871, 0, 0, -0.00871, 1.00056, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  40% {
    -webkit-transform: matrix3d(0.99865, -0.01848, 0, 0, 0.01848, 0.99865, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.99865, -0.01848, 0, 0, 0.01848, 0.99865, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  43.333333% {
    -webkit-transform: matrix3d(0.99788, -0.02876, 0, 0, 0.02876, 0.99788, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.99788, -0.02876, 0, 0, 0.02876, 0.99788, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  46.666667% {
    -webkit-transform: matrix3d(0.99805, -0.02823, 0, 0, 0.02823, 0.99805, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.99805, -0.02823, 0, 0, 0.02823, 0.99805, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  50% {
    -webkit-transform: matrix3d(0.99862, -0.02223, 0, 0, 0.02223, 0.99862, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.99862, -0.02223, 0, 0, 0.02223, 0.99862, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  53.333333% {
    -webkit-transform: matrix3d(0.9992, -0.0146, 0, 0, 0.0146, 0.9992, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.9992, -0.0146, 0, 0, 0.0146, 0.9992, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  56.666667% {
    -webkit-transform: matrix3d(0.99963, -0.00769, 0, 0, 0.00769, 0.99963, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.99963, -0.00769, 0, 0, 0.00769, 0.99963, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  60% {
    -webkit-transform: matrix3d(0.99989, -0.00255, 0, 0, 0.00255, 0.99989, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.99989, -0.00255, 0, 0, 0.00255, 0.99989, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  63.333333% {
    -webkit-transform: matrix3d(1.00002, 0.00062, 0, 0, -0.00062, 1.00002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.00002, 0.00062, 0, 0, -0.00062, 1.00002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  66.666667% {
    -webkit-transform: matrix3d(1.00007, 0.00214, 0, 0, -0.00214, 1.00007, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.00007, 0.00214, 0, 0, -0.00214, 1.00007, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  70% {
    -webkit-transform: matrix3d(1.00008, 0.00249, 0, 0, -0.00249, 1.00008, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.00008, 0.00249, 0, 0, -0.00249, 1.00008, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  73.333333% {
    -webkit-transform: matrix3d(1.00006, 0.00216, 0, 0, -0.00216, 1.00006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.00006, 0.00216, 0, 0, -0.00216, 1.00006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  76.666667% {
    -webkit-transform: matrix3d(1.00004, 0.00155, 0, 0, -0.00155, 1.00004, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.00004, 0.00155, 0, 0, -0.00155, 1.00004, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  80% {
    -webkit-transform: matrix3d(1.00002, 0.00092, 0, 0, -0.00092, 1.00002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.00002, 0.00092, 0, 0, -0.00092, 1.00002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  83.333333% {
    -webkit-transform: matrix3d(1.00001, 0.00041, 0, 0, -0.00041, 1.00001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.00001, 0.00041, 0, 0, -0.00041, 1.00001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  86.666667% {
    -webkit-transform: matrix3d(1, 0.00006, 0, 0, -0.00006, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0.00006, 0, 0, -0.00006, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  90% {
    -webkit-transform: matrix3d(1, -0.00013, 0, 0, 0.00013, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, -0.00013, 0, 0, 0.00013, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  93.333333% {
    -webkit-transform: matrix3d(1, -0.0002, 0, 0, 0.0002, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, -0.0002, 0, 0, 0.0002, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  96.666667% {
    -webkit-transform: matrix3d(1, -0.0002, 0, 0, 0.0002, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, -0.0002, 0, 0, 0.0002, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    opacity: 1; } }
.spmenu .sidesocialicons {
  display: inline;
  padding: 0;
  margin: 3px;
  text-decoration: none;
  border-bottom: none;
  position: relative; }
  .spmenu .sidesocialicons.icon-facebook-v3 {
    font-size: 22px;
    font-size: 1.375rem;
    top: -5px;
    color: #8cb2ec; }
    .spmenu .sidesocialicons.icon-facebook-v3:hover {
      color: #6095e5;
      text-shadow: 0 0 5px rgba(255, 255, 255, 0.5); }
  .spmenu .sidesocialicons.icon-twitter-v3 {
    top: -3px;
    font-size: 23px;
    font-size: 1.4375rem;
    left: -2px;
    color: #aee6fd; }
    .spmenu .sidesocialicons.icon-twitter-v3:hover {
      color: #7cd7fc;
      text-shadow: 0 0 5px rgba(255, 255, 255, 0.5); }
  .spmenu .sidesocialicons.icon-youtube-v3 {
    font-size: 29px;
    font-size: 1.8125rem;
    color: #ff8d8e; }
    .spmenu .sidesocialicons.icon-youtube-v3:hover {
      color: #ff5a5b;
      text-shadow: 0 0 5px rgba(255, 255, 255, 0.5); }
  .spmenu .sidesocialicons.icon-rss-v3 {
    font-size: 32px;
    font-size: 2rem;
    top: 2px;
    color: #ffe9b2; }
    .spmenu .sidesocialicons.icon-rss-v3:hover {
      color: #ffda7f;
      text-shadow: 0 0 5px rgba(255, 255, 255, 0.5); }
  .spmenu .sidesocialicons.icon-itunes-v3 {
    left: -9px;
    font-size: 29px;
    font-size: 1.8125rem;
    color: #c5acf6; }
    .spmenu .sidesocialicons.icon-itunes-v3:hover {
      color: #a57ef1;
      text-shadow: 0 0 5px rgba(255, 255, 255, 0.5); }

/* Desktop social icons */
.social-icons {
  position: fixed;
  top: 130px;
  right: -1px;
  z-index: 1040;
  height: 32px;
  width: 32px; }

.social-icons a {
  background-size: 32px 32px;
  display: block; }

.social-icons a.social-fb, a.social-twitter, a.social-youtube, a.social-rss, a.social-itunes {
  font-size: 24px;
  font-size: 1.5rem;
  color: #c4c4c4;
  height: 32px;
  width: 32px; }

a.social-fb:hover {
  color: #829cc3;
  text-decoration: none; }

a.social-twitter:hover {
  color: #94cde4;
  text-decoration: none; }

a.social-youtube:hover {
  color: #eeaaa8;
  text-decoration: none; }

a.social-rss:hover {
  color: #fdea81;
  text-decoration: none; }

a.social-itunes:hover {
  color: #9cb4d6;
  text-decoration: none; }

#side-social-list {
  margin: 0 0 0 15px; }

#toggle-button .icon-menu {
  font-size: 32px;
  font-size: 2rem;
  position: relative;
  top: -16px;
  left: -16px;
  color: #FFF;
  -webkit-transition: all 0.4s ease;
          transition: all 0.4s ease;
  display: block;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  width: 32px;
  height: 32px; }

.rotate180 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

.ie .rotate180 {
  -ms-transform: rotate(90deg);
  -ms-filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=.5);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=.5);
  -webkit-filter: none;
          filter: none; }

#whyy-sidebar {
  font-size: 32px;
  font-size: 2rem;
  color: #fff;
  text-align: center;
  height: 30px;
  padding-left: 70px;
  border: none; }

#whyy-sidebar:hover {
  text-decoration: none;
  background: none; }

#podcast-icon {
  color: #fff;
  float: right;
  font-size: 40px;
  position: relative;
  top: -5px; }

#podcast-inner #podcast-icon {
  left: -20px; }

@media (min-width: 980px) and (max-width: 1199px) {
  #podcast-icon {
    font-size: 32px;
    top: -3px; } }
@media (min-width: 768px) and (max-width: 979px) {
  #podcast-icon {
    display: none; } }
#nwtonight-logo {
  color: #fff;
  height: 52px;
  font-size: 48px;
  font-size: 3rem; }

#whyy-feed-logo {
  font-size: 28px;
  font-size: 1.75rem;
  height: 28px;
  text-decoration: none; }

#nw-logo-yellow {
  height: 32px;
  font-size: 32px;
  font-size: 2rem;
  color: #b1b1b1;
  margin-bottom: 10px; }

#whyy-logo-grey {
  width: 22%;
  /* override font-awesome settings */
  font-size: 32px;
  font-size: 2rem;
  height: 38px;
  text-decoration: none; }

@media all and (max-width: 1210px) {
  #nw-logo-yellow, #whyy-logo-grey {
    font-size: 25px;
    font-size: 1.5625rem; } }
#stateimpact {
  height: 28px; }

#stateimpact-feed-logo {
  color: #881c08;
  font-size: 104px;
  font-size: 6.5rem;
  position: relative;
  top: -35px;
  text-decoration: none; }

.copyright {
  padding: 15px;
  margin-bottom: 50px; }

[class^="icon-"], [class*=" icon-"] {
  background-image: none; }

.feature-video-container {
  margin-bottom: 20px; }

.subscribe {
  margin: 55px 0 0 0;
  text-align: center; }

.subscribe button {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  border: none;
  border-bottom: 1px solid #ccc;
  background: none;
  color: #fff;
  background-color: #FFB94D;
  padding: 7px;
  border-radius: 5px; }

.subscribe-form {
  line-height: 1.5em;
  color: #ddd;
  border-radius: 5px;
  padding: 20px;
  background-image: url("/images/newsworks-mail-web.png");
  background-repeat: no-repeat;
  background-position: right top;
  background-color: #353c47; }
  .subscribe-form h2 {
    padding-bottom: 10px; }
  .subscribe-form form {
    margin-bottom: 0px; }
  .subscribe-form .input-append {
    padding-top: 10px; }
  .subscribe-form .confirmation-msg {
    font-size: 13px;
    font-size: .8rem; }

#reader-alert {
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  padding: 20px 35px 20px 20px;
  -webkit-animation-delay: 5s; }
  #reader-alert h2 {
    text-align: center;
    margin-bottom: 5px; }
  #reader-alert .btn, #reader-alert a.btn {
    margin: 15px 0 5px; }

/*-------------------------------------------
    Print styles
-------------------------------------------*/
@media print {
  #spmenu-s1 {
    display: none !important; }

  /*hide sidebar menu */
  .navbar {
    display: block;
    background-color: #000 !important;
    width: 100%;
    position: absolute;
    top: 0;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact; }

  article a[href^="#"]:after {
    content: ""; }

  /*hide anchor links*/
  a[href^=\/]:after {
    content: ""; }

  /*hide relative links*/
  a[href]:after {
    font-weight: normal;
    text-decoration: none;
    color: #646464;
    font-size: 0.7rem;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; }

  .nwtonight, #blogwindow, .catdescription, .scrollcontent {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact; }

  .catdescription {
    background-color: #7A8494; }

  .cat-logo img {
    max-width: 300px;
    max-height: 55px; }

  .side-social-wrapper, .bottomfloatingHeader, .footerbox, .listen-area, .related-articles, .author-tabs, .streamplayer, .footer, #contact, .linkbars, .mobile-linkbars, #podcasts, .subscribe, #toggle-button, .item-social, .audio-container, .category_social_container, .bio-block, #mc_embed_signup {
    display: none !important; }

  /*hide all the stuff that requires click interaction - you can't click on paper! */
  .story-author {
    float: left; }

  .author-details a[href]:after, showrow a[href]:after, .catsocial a[href]:after {
    content: ""; } }
/*!--------------------------------------------------------------------
STYLES "Outdated Browser"
Version:    1.0.2 - 2014
author:     Burocratik
website:    http://www.burocratik.com
* @preserve
-----------------------------------------------------------------------*/
#outdated {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 170px;
  text-align: center;
  text-transform: uppercase;
  z-index: 1500;
  background-color: #f25648;
  color: #ffffff;
  filter: alpha(opacity=95); }

* html #outdated {
  position: absolute; }

#outdated h6 {
  font-size: 25px;
  line-height: 25px;
  margin: 20px 0 10px; }

#outdated p {
  font-size: 12px;
  line-height: 18px; }

#outdated #btnUpdateBrowser {
  display: block;
  position: relative;
  padding: 10px 20px;
  margin: 10px auto 0;
  width: 180px;
  color: #ffffff;
  text-decoration: none;
  border: 2px solid #ffffff;
  cursor: pointer; }

#outdated #btnUpdateBrowser:hover {
  color: #f25648;
  background-color: #ffffff; }

#outdated .last {
  position: absolute;
  top: 20px;
  right: 30px;
  width: 15px;
  height: 15px; }

#outdated #btnCloseUpdateBrowser {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #ffffff;
  font-size: 36px; }

.lte8 #outdated {
  display: block; }

/*POPE BASE OVERRIDES*/
.inline-ad {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  /*POPE CLASS WHEN APPLIED TO INLINE AD*/ }
  @media (max-width: 767px) {
    .inline-ad {
      margin-top: 2.5rem; } }
  .inline-ad .fine-print {
    text-transform: uppercase;
    position: absolute;
    height: 1.5rem;
    top: -1.5rem;
    letter-spacing: .05em;
    width: 100%;
    text-align: center; }
    @media (min-width: 768px) {
      .inline-ad .fine-print {
        display: none; } }
  .inline-ad .more .link-on-top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 1rem; }
  .inline-ad .more .skyline {
    background-image: url("http://www.newsworks.org/images/stories/skyline_sky-white-transparent.png");
    background-size: cover;
    background-position: 50% 44%; }
  .inline-ad .pope.pope-ad {
    padding: 1rem;
    border-color: #AD1F24; }
    .inline-ad .pope.pope-ad .link-on-top {
      background-color: #AD1F24;
      -webkit-transition: background-color 0.5s ease-out;
      transition: background-color 0.5s ease-out; }
      .inline-ad .pope.pope-ad .link-on-top:hover {
        background-color: #cd2029; }
      .inline-ad .pope.pope-ad .link-on-top:active {
        -webkit-transition: none;
                transition: none;
        background-color: #E3282F; }
      .inline-ad .pope.pope-ad .link-on-top h1, .inline-ad .pope.pope-ad .link-on-top h2, .inline-ad .pope.pope-ad .link-on-top h3, .inline-ad .pope.pope-ad .link-on-top h4, .inline-ad .pope.pope-ad .link-on-top h5, .inline-ad .pope.pope-ad .link-on-top h6, .inline-ad .pope.pope-ad .link-on-top a {
        color: #fff; }
      .inline-ad .pope.pope-ad .link-on-top h3 {
        color: #e5e5e5; }
  .inline-ad .pope a {
    color: #AD1F24; }
    .inline-ad .pope a:hover {
      text-decoration: none;
      color: #cd2029; }
  .inline-ad .pope h2 {
    font-size: 1.5rem; }
    @media (min-width: 768px) {
      .inline-ad .pope h2 {
        font-size: 1.25rem; } }
  .inline-ad .pope h3 {
    font-size: .75rem;
    line-height: 1.4em;
    padding-bottom: 0; }

/*LIVE BLOG STYLING*/
#live-blog-container {
  max-height: 500px;
  overflow: scroll; }
  #live-blog-container p {
    color: #565559; }

#live-feed {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 1.4em; }
  #live-feed blockquote, #live-feed blockquote p {
    margin: 0 !important;
    border: none !important;
    background: none !important;
    font-size: 1.2rem !important;
    line-height: 1.3em !important;
    padding: .5rem !important;
    color: #565559 !important;
    quotes: inherit !important; }
@grid-break {
  #live-feed blockquote, #live-feed blockquote p {
    font-size: 1.4rem !important;
    padding: 1rem !important; } }
  #live-feed div[id^="div"] {
    border-bottom: 1px solid #e5e5e5 !important;
    padding-top: 1rem !important;
    color: #565559;
    margin: 0 !important; }
    #live-feed div[id^="div"]:first-of-type {
      padding-top: 1.5rem !important; }
    #live-feed div[id^="div"] > p:first-of-type {
      margin-bottom: .5rem !important;
      color: #565559 !important; }
    #live-feed div[id^="div"] > p:last-of-type {
      margin: 0;
      padding-bottom: 1.5rem; }
  #live-feed span[id^="share"] {
    display: block !important; }
  #live-feed a.comment {
    font-size: .7rem !important;
    color: #565559 !important;
    opacity: .6 !important; }

#status_bar {
  background-color: #565559 !important;
  padding: .3rem .2rem !important; }
  #status_bar p {
    font-size: .8rem !important; }

.main-feature #live-feed #live-blog-container {
  margin-top: .5rem; }
@media (min-width: 768px) {
  .main-feature #live-feed #status_bar {
    font-size: 1rem !important; } }
.main-feature #live-feed div[id^="div"]:first-of-type {
  padding-top: .2rem !important; }
.main-feature #live-feed div[id^="div"] blockquote {
  font-size: 1.2rem !important; }
  @media (min-width: 768px) {
    .main-feature #live-feed div[id^="div"] blockquote {
      font-size: 1.4rem !important; } }
.main-feature #live-feed div[id^="div"] p {
  font-size: .9rem !important; }

.pope h1.entry-title {
  color: #AD1F24;
  -webkit-transition: background-color 0.15s ease-out;
  transition: background-color 0.15s ease-out; }
.pope #live-blog-container p {
  color: #565559; }

div.pope-ad {
  color: #AD1F24;
  border: 3px solid #f0e4e4;
  line-height: 1.4rem;
  padding: 10px;
  margin-bottom: 20px;
  -webkit-transition: border-color 0.15s ease-out;
  transition: border-color 0.15s ease-out; }
  div.pope-ad.skyline {
    background: #f0e4e4 url("http://www.newsworks.org/images/stories/skyline_sky-white.png") no-repeat center;
    background-size: 100%;
    -webkit-transition: background-color 0.15s ease-out;
    transition: background-color 0.15s ease-out; }
  div.pope-ad p {
    color: #565559; }
  div.pope-ad h3 {
    color: #565559;
    text-transform: uppercase;
    font-size: 1.1rem;
    letter-spacing: .05rem;
    font-weight: bold;
    padding-bottom: 20%; }
    div.pope-ad h3 em {
      font-style: italic; }
  div.pope-ad h2 {
    margin-bottom: 0 !important;
    font-size: 1.75rem;
    line-height: 1.2em; }
  div.pope-ad .randomized-element {
    display: none; }
    div.pope-ad .randomized-element:before, div.pope-ad .randomized-element:after {
      content: " ";
      display: table; }
    div.pope-ad .randomized-element:after {
      clear: both; }
    @media (min-width: 768px) {
      div.pope-ad .randomized-element .mod-article-info {
        display: block;
        float: right;
        width: 48%;
        padding-left: 1rem; } }
    div.pope-ad .randomized-element .mod-article-info h4 {
      margin-bottom: .25rem; }
    div.pope-ad .randomized-element .mod-article-info p {
      margin: 0;
      font-size: .8rem;
      line-height: 1.3em; }
    @media (min-width: 768px) {
      div.pope-ad .randomized-element .image-link {
        width: 52%;
        display: block;
        float: left; }
        div.pope-ad .randomized-element .image-link img {
          margin: 0; } }
    div.pope-ad .randomized-element h4 {
      font-size: 1.1rem;
      line-height: 1.3em;
      font-weight: bold; }
      @media (min-width: 768px) {
        div.pope-ad .randomized-element h4 {
          font-size: 1.2rem; } }

/*END DIV POPE-AD*/
a.pope-ad:hover {
  text-decoration: none; }
  a.pope-ad:hover .pope-ad {
    background-color: #e8d7d6;
    border-color: #e8d7d6; }
    a.pope-ad:hover .pope-ad h1, a.pope-ad:hover .pope-ad h2, a.pope-ad:hover .pope-ad h3, a.pope-ad:hover .pope-ad h4, a.pope-ad:hover .pope-ad h5, a.pope-ad:hover .pope-ad h6, a.pope-ad:hover .pope-ad p {
      text-decoration: none; }
a.pope-ad:focus {
  text-decoration: none; }
a.pope-ad:active .pope-ad {
  background-color: #e6bcbd;
  border-color: #e6bcbd; }

#sub-nav-bar {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  position: fixed;
  min-height: 20px;
  width: 100%;
  z-index: 1040;
  top: 53px; }
  #sub-nav-bar.pope {
    background-color: #AD1F24;
    -webkit-transition: background-color 0.15s ease-out;
    transition: background-color 0.15s ease-out; }
  @media (min-width: 992px) {
    #sub-nav-bar:hover {
      background-color: #cd2029; } }
  #sub-nav-bar:active {
    background-color: #E3282F; }
  #sub-nav-bar a:hover, #sub-nav-bar a:active, #sub-nav-bar a:visited, #sub-nav-bar a:focus {
    color: #fff;
    text-decoration: none; }
  #sub-nav-bar h3 {
    padding: 7px 0 7px 0;
    text-align: center;
    color: #fff;
    font-size: .7rem;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: bold;
    line-height: 1.3em; }
    @media (min-width: 992px) {
      #sub-nav-bar h3 {
        font-size: .9rem; } }

.article-page.itemid-334 .art-post {
  margin-top: 100px; }
.article-page.itemid-334 .featured-story-author, .article-page.itemid-334 .whyy-jp-playpause-pad {
  background-color: #b27a77; }
.article-page.itemid-334 .related-articles h1.window-heading {
  color: #AD1F24; }
  /*
             &:after {
                 content: "pope in philly";
                 width: 100%;
                 min-height: 20px;
                 background-color: $pope-color;
                 border-bottom: none;
                 padding: 7px 0 7px 0;
                 text-align: center;
                 color: $over-pope-color;
                 text-transform: uppercase;
                 letter-spacing: .1em;
                 font-size: .7rem;
                 font-smoothing: antialiased;
  
                 @include desktop {
                  font-size: .9em;
                 }
  
             }
  
  */ }
  .article-page.itemid-334 .navbar:after {
    content: "pope in philly";
    width: 100%;
    min-height: 20px;
    background-color: #AD1F24;
    border-bottom: none;
    padding: 7px 0 7px 0;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .1em;
    line-height: 1.3em;
    font-size: .7rem;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased; }
    @media (min-width: 992px) {
      .article-page.itemid-334 .navbar:after {
        font-size: .9rem; } }
  .article-page.itemid-334 .navbar.navbar-inverse {
    background: none !important;
    border: none !important; }
.article-page.itemid-334.article-id-85344 #sub-nav-bar.pope h3:after {
  content: " / get outta town"; }

/*HIDE Lead image in quiz result redirects*/
body.article-id-85534 div.hero-block, body.article-id-85539 div.hero-block, body.article-id-85540 div.hero-block, body.article-id-85541 div.hero-block {
  display: none; }

iframe.pope body {
  background-color: red; }

body.pope .spmenu-vertical {
  top: 82px; }
  @media (min-width: 768px) {
    body.pope .spmenu-vertical {
      top: 86px; } }
body.pope #toggle-button {
  background-color: #AD1F24; }

.show {
  display: block !important; }

.fine-print {
  font-size: .6rem; }