/* Restoration-only layer: pre-JS slider un-stack (CLS) + mobile fallback for the
   fixed-width 2016 layout. Desktop >=768px is untouched. */
.bw-slideshow .slides .slide ~ .slide { display: none; }
.bw-slideshow .slidesjs-container .slide ~ .slide { display: block; }

@media (max-width: 767px) {
  html { overflow-x: clip; }
  body { -webkit-text-size-adjust: 100%; }
  .container, .page-width { width: auto !important; max-width: 100% !important; padding-left: 10px; padding-right: 10px; box-sizing: border-box; }
  #bw-body, #bw-body-wrap, #bw-header-wrap, #bw-footer-wrap, #bw-top-nav { width: auto !important; max-width: 100% !important; }
  .span12, .span11, .span10, .span9, .span8, .span7, .span6, .span5, .span4, .span3, .span2, .span1 { width: auto !important; float: none !important; margin-left: 0 !important; }
  #bw-left-sidebar, #bw-right-sidebar, #bw-content-container {
    width: auto !important; float: none !important; margin: 0 0 16px 0 !important; }
  #bw-header, #bw-footer, #bw-footer-wrap { width: auto !important; max-width: 100% !important; }
  #bw-header .span6, #bw-header-text, #bw-header-text > div, #bw-header-text .headerAd {
    width: auto !important; float: none !important; text-align: center !important; margin: 0 auto 8px auto !important; }
  #bw-logo { text-align: center; }
  #bw-header-text > div, #bw-header-text .headerAd, #bw-header-text .harrisonhead {
    max-height: none !important; overflow: visible; display: block; clear: both; }
  #bw-header .topad { margin-bottom: 8px; }

  img { max-width: 100% !important; height: auto !important; }
  .bw-article-summary-image, .bw-article-main-image, .section_image_cell, .section_image {
    float: none !important; width: auto !important; max-width: 100% !important; margin: 0 0 10px 0 !important; }
  ul.navigation.menu { display: flex; flex-wrap: wrap; justify-content: center; }
  ul.navigation.menu > li { float: none !important; }
  ul.navigation.menu > li > a { padding: 10px 12px !important; display: block; min-height: 44px; box-sizing: border-box; line-height: 24px; }
  .bw-slideshow { width: auto !important; }
  .bw-slideshow .slide img, .slide-full { width: 100% !important; max-width: 100% !important; height: auto !important; }
  table { max-width: 100%; }
  table.comcal_table, table.section_table, table.related_table, table.outer_social_bookmark,
  .bw-archives-list, #bw-content table { max-width: 100%; }
  .tbl-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; max-width: 100%; }
  td.comcal_empty_day, td.comcal_weekend, td.comcal_today, td.comcal_event_day, td.comcal_empty_cell { height: 44px !important; }
  .comcal_days { width: auto !important; }
  #bw-content, #bw-grid, .bw-row-fluid, .bw-block12, .bw-block6, .bw-block4, .bw-block8 {
    width: auto !important; float: none !important; max-width: 100% !important; }
  .headline p { font-size: 14px; line-height: 1.35; padding: 0 6px; }
  #bw-content a, #bw-left-sidebar a, #bw-right-sidebar a, #bw-footer a { word-break: break-word; }
}
