* { margin: 0; padding: 0; }

body {
  zoom: 1.1;
  background: #d4d0c8;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #000;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

a { color: #00274c; text-decoration: underline; }
a:visited { color: #551a8b; }
a:hover { color: #cc0000; text-decoration: none; }

#page {
  width: 760px;
  margin: 6px auto 0 auto;
  background: #fff;
  border: 1px solid #999;
}

#utility-bar {
  background: #fff;
  text-align: right;
  padding: 3px 6px;
  font-size: 10px;
  color: #555;
  border-bottom: 1px solid #ccc;
}

#utility-bar a {
  color: #555;
  text-decoration: none;
  font-size: 10px;
}

#utility-bar a:hover { text-decoration: underline; }
#utility-bar span { color: #aaa; margin: 0 3px; }

#masthead {
  background: #fff;
  padding: 8px 10px 6px 10px;
  border-bottom: 1px solid #ccc;
}

#masthead h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  color: #00274c;
  font-weight: normal;
  letter-spacing: -0.5px;
}

#masthead h1 a,
#masthead h1 a:visited {
  color: #00274c;
  text-decoration: none;
}

#masthead h1 strong {
  color: #ffcb05;
  font-size: 32px;
  font-weight: bold;
  font-style: italic;
  margin-right: 4px;
}

#masthead .tagline {
  font-size: 9px;
  color: #888;
  margin-top: 1px;
  font-style: italic;
}

#audience-nav {
  background: #4a5f7a;
  padding: 5px 6px 0 6px;
  border-bottom: 3px solid #ffcb05;
  line-height: 1;
}

#audience-nav a {
  display: inline-block;
  color: #cccccc;
  text-decoration: none;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 4px 11px 6px 11px;
  margin-right: 2px;
  background: #3a4f6a;
  border: 1px solid #2d3f55;
  border-bottom: none;
  vertical-align: bottom;
  position: relative;
  top: 1px;
}

#audience-nav a.active {
  background: #ffcb05;
  color: #00274c;
  border-color: #ffcb05;
  padding-top: 5px;
}

#audience-nav a:hover {
  background: #ffcb05;
  color: #00274c;
  border-color: #ffcb05;
}

#photo-bar {
  background: linear-gradient(135deg, #00274c 0%, #4a5f7a 50%, #00274c 100%);
  height: 52px;
  border-bottom: 2px solid #ffcb05;
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
}

#photo-bar .scroll-text {
  color: rgba(255,203,5,0.15);
  font-family: Georgia, serif;
  font-size: 48px;
  font-weight: bold;
  white-space: nowrap;
  position: absolute;
  animation: scrollbg 30s linear infinite;
}

@keyframes scrollbg {
  0% { transform: translateX(760px); }
  100% { transform: translateX(-3000px); }
}

#photo-bar .overlay {
  position: absolute;
  left: 10px;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#photo-bar .overlay span {
  color: #ffcb05;
}

#ticker-row {
  background: #fffde0;
  border-bottom: 1px solid #e0d800;
  font-size: 10px;
  padding: 3px 0;
  overflow: hidden;
}

#ticker-row b { color: #cc0000; margin-left: 8px; margin-right: 6px; }

#body-table {
  width: 100%;
  border-collapse: collapse;
}

#col-left {
  width: 175px;
  vertical-align: top;
  background: #4a5f7a;
  border-right: 1px solid #3a4f6a;
  padding: 0;
}

#col-left ul {
  list-style: none;
  padding: 0;
}

#col-left ul li a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: right;
  padding: 4px 8px;
  border-bottom: 1px solid #3a4f6a;
  letter-spacing: 0.3px;
}

#col-left ul li a:hover {
  background: #3a4f6a;
  color: #ffcb05;
}

.left-section-head {
  background: #ffcb05;
  color: #00274c;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 3px 8px;
  text-align: right;
  letter-spacing: 0.5px;
}

.left-section-head.alt {
  background: #cc0000;
  color: #ffffff;
}

#focus-links {
  list-style: none;
  padding: 0;
}

#focus-links li {
  border-bottom: 1px solid #3a4f6a;
}

#focus-links li a {
  display: block;
  color: #ffcb05;
  text-decoration: none;
  font-size: 10px;
  font-weight: bold;
  text-align: right;
  padding: 4px 8px 4px 4px;
  line-height: 1.3;
}

#focus-links li a:before {
  content: "\25B9 ";
  font-size: 9px;
}

#focus-links li a:hover {
  background: #3a4f6a;
  color: #fff;
}

#col-center {
  width: 390px;
  vertical-align: top;
  padding: 0;
  border-right: 1px solid #cccccc;
}

#col-right {
  width: 193px;
  vertical-align: top;
  background: #f4f4f0;
  padding: 0;
}

#col-center:last-child {
  width: auto;
  border-right: none;
}

.section-title {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
  font-weight: bold;
  color: #00274c;
  padding: 6px 8px 4px 8px;
  border-bottom: 2px solid #00274c;
  margin-bottom: 6px;
}

.section-title span { color: #cc0000; }

.story {
  padding: 6px 8px 8px 8px;
  border-bottom: 1px dotted #cccccc;
}

.story table { width: 100%; border-collapse: collapse; }

.story-thumb {
  width: 90px;
  height: 58px;
  background: #c0ccd8;
  border: 1px solid #999;
  vertical-align: top;
  text-align: center;
  font-size: 9px;
  color: #666;
  padding-top: 20px;
}

.story-text { vertical-align: top; padding-left: 8px; }

.story h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
  color: #00274c;
  margin-bottom: 3px;
  line-height: 1.3;
  font-weight: bold;
}

.story h2 a { color: #00274c; text-decoration: none; }
.story h2 a:hover { color: #cc0000; text-decoration: underline; }

.story .byline {
  font-size: 9px;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  margin-bottom: 4px;
}

.story p {
  font-size: 11px;
  line-height: 1.6;
  color: #222;
  margin-bottom: 4px;
}

.story .more {
  font-size: 10px;
  font-weight: bold;
}

.story .num {
  display: inline;
  font-size: 18px;
  font-family: Georgia, serif;
  font-weight: bold;
  color: #cc0000;
}

.story ul {
  margin: 3px 0 4px 16px;
  font-size: 11px;
  line-height: 1.7;
  color: #222;
}

.story .src {
  font-size: 9px;
  color: #666;
  margin-top: 4px;
}

.story .src a { font-size: 9px; }

.brief-list {
  padding: 4px 8px;
  border-bottom: 1px dotted #ccc;
}

.brief-list ul { list-style: none; padding: 0; }
.brief-list ul li {
  border-bottom: 1px dotted #ddd;
  padding: 3px 0;
  font-size: 11px;
  line-height: 1.4;
}

.brief-list ul li:before { content: "\25B9 "; color: #4a5f7a; }
.brief-list ul li:last-child { border-bottom: none; }

.right-head {
  background: #4a5f7a;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 3px 6px;
  letter-spacing: 0.5px;
}

.right-block {
  padding: 6px;
  border-bottom: 1px solid #ccc;
  font-size: 11px;
}

.right-block ul { list-style: none; padding: 0; }
.right-block ul li {
  border-bottom: 1px dotted #ccc;
  padding: 3px 0;
  line-height: 1.4;
}

.right-block ul li:last-child { border-bottom: none; }


.blink {
  animation: blink 1s step-start infinite;
}

@keyframes blink {
  50% { opacity: 0; }
}

.new-flag {
  display: inline-block;
  background: #cc0000;
  color: #fff;
  font-size: 8px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 1px 4px;
  margin-right: 4px;
  vertical-align: middle;
  animation: blink 1.4s step-start infinite;
}

#footer {
  background: #4a5f7a;
  color: #ccc;
  font-size: 9px;
  padding: 6px 10px;
  text-align: center;
  border-top: 2px solid #ffcb05;
}

#footer a { color: #ffcb05; font-size: 9px; }

.share-links {
  font-size: 9px;
  color: #888;
  margin-top: 8px;
  padding-top: 5px;
  border-top: 1px dotted #ccc;
}

.share-links a {
  color: #555;
  text-decoration: none;
  font-weight: bold;
}

.share-links a:hover { text-decoration: underline; color: #cc0000; }

.last-updated {
  font-size: 9px;
  color: #999;
  font-style: italic;
  text-align: right;
  padding: 0 8px 5px 8px;
}

.story-photo {
  float: left;
  width: 180px;
  max-width: 50%;
  height: auto;
  margin: 2px 10px 6px 0;
  border: 1px solid #999;
  padding: 2px;
  background: #fff;
}

.story-photo-wrap {
  float: left;
  width: 184px;
  max-width: 50%;
  margin: 2px 10px 6px 0;
}

.story-photo-wrap img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #999;
  padding: 2px;
  background: #fff;
  box-sizing: border-box;
}

.photo-credit {
  font-size: 8px;
  color: #999;
  text-align: right;
  padding-top: 1px;
}

.teaser-thumb {
  float: left;
  width: 90px;
  height: auto;
  margin: 2px 8px 4px 0;
  border: 1px solid #999;
}

.breadcrumb {
  font-size: 9px;
  color: #888;
  padding: 5px 8px 0 8px;
}

.breadcrumb a { color: #4a5f7a; }

.more-box {
  margin: 10px 8px 6px 8px;
  border: 1px solid #ccc;
  background: #f7f7f2;
}

.more-box .more-head {
  background: #4a5f7a;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 3px 6px;
  letter-spacing: 0.5px;
}

.more-box ul {
  list-style: none;
  padding: 4px 8px;
}

.more-box ul li {
  font-size: 10px;
  padding: 3px 0;
  border-bottom: 1px dotted #ddd;
}

.more-box ul li:last-child { border-bottom: none; }
.more-box ul li:before { content: "\25B9 "; color: #4a5f7a; }
.more-box ul li .more-date { color: #999; font-size: 9px; }

#post-nav {
  font-size: 10px;
  padding: 6px 8px;
  border-top: 1px dotted #ccc;
  margin-top: 4px;
}

.backtotop {
  text-align: right;
  font-size: 9px;
  padding: 2px 8px 8px 8px;
}

.backtotop a { color: #888; }

.section-list .story h2 { margin-bottom: 1px; }

.story-lead {
  background: #fbfbf6;
  border: 1px solid #e0e0d0;
  margin: 0 4px 6px 4px;
  padding: 10px;
}

.story-lead .teaser-thumb {
  float: right;
  width: 150px;
  margin: 2px 0 6px 12px;
  border: 1px solid #8a8a8a;
}

.story-lead .new-flag { margin-bottom: 7px; }

.story-lead h2 { font-size: 19px; line-height: 21px; margin-bottom: 5px; }
.story-lead .byline { font-size: 10px; margin-bottom: 8px; }
.story-lead p { font-size: 12px; line-height: 17px; color: #333; margin-bottom: 8px; }

.story-lead .lead-excerpt {
  clear: right;
  font-size: 11px;
  line-height: 16px;
  color: #555;
  border-top: 1px dotted #c4c4c4;
  padding-top: 8px;
  margin-top: 0;
}

.story-lead .more { clear: both; margin-top: 7px; }
.story-lead .more a { font-size: 11px; color: #cc0000; text-decoration: none; }
.story-lead .more a:hover { text-decoration: underline; }

.story-photo-wrap.expanded {
  float: none;
  width: 100%;
  max-width: 100%;
  margin: 2px 0 6px 0;
}

#ticker-row a { color: #00274c; }

#news-pager {
  font-size: 10px;
  text-align: center;
  padding: 8px;
  color: #888;
}

.section-empty {
  font-size: 11px;
  color: #777;
  font-style: italic;
  padding: 8px;
}

.xml-badge {
  background: #f60;
  color: #fff;
  font-size: 9px;
  font-weight: bold;
  padding: 1px 4px;
  border: 1px solid #c50;
  text-decoration: none;
  letter-spacing: 0.5px;
}

.xml-badge:visited { color: #fff; }
.xml-badge:hover { background: #e50; color: #fff; }

#subscribe-form input {
  width: 100%;
  box-sizing: border-box;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  padding: 4px;
  border: 1px solid #999;
  border-top-color: #777;
  border-left-color: #777;
  background: #fff;
  margin-bottom: 4px;
}

#subscribe-form button {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #fff;
  background: #4a5f7a;
  border: 1px solid #00274c;
  padding: 4px 12px;
  cursor: pointer;
}

#subscribe-form button:hover { background: #00274c; }
#subscribe-form button:disabled { background: #999; border-color: #888; cursor: default; }

#subscribe-msg {
  font-size: 10px;
  color: #cc0000;
  margin-top: 4px;
  line-height: 1.4;
}

.subscribe-ok { font-size: 11px; color: #060; line-height: 1.5; }

#mobile-subscribe-bar { display: none; }

/* mobile edition */
@media only screen and (max-width: 640px) {

  body { zoom: 1; }

  #page {
    width: auto;
    margin: 0;
    border-left: none;
    border-right: none;
  }

  #utility-bar { padding: 5px 8px; }
  #utility-bar a { font-size: 11px; }

  #masthead { padding: 8px 8px 6px 8px; }
  #masthead h1 { font-size: 19px; }
  #masthead h1 strong { font-size: 27px; }
  #masthead .tagline { font-size: 8px; }
  #masthead .tagline::after { content: " | mobile edition"; }

  #audience-nav { padding: 5px 4px 0 4px; }
  #audience-nav a {
    font-size: 10px;
    padding: 7px 8px 8px 8px;
    margin-right: 1px;
    letter-spacing: 0;
  }

  #photo-bar { height: 40px; }
  #photo-bar .scroll-text { font-size: 34px; animation-name: scrollbg-m; }
  #photo-bar .overlay {
    font-size: 10px;
    right: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  /* stack the columns: stories first, sidebar boxes after, site index last */
  #body-table, #body-table tbody, #body-table td { display: block; width: auto; }
  #body-table tr { display: flex; flex-direction: column; }

  #col-center { order: 1; width: auto; border-right: none; }
  #col-right { order: 2; width: auto; border-top: 2px solid #ffcb05; }
  #col-left { order: 3; width: auto; border-right: none; border-top: 2px solid #ffcb05; }

  #col-left ul li a, #focus-links li a {
    text-align: left;
    font-size: 11px;
    padding: 8px 10px;
  }

  .left-section-head { text-align: left; padding: 5px 10px; }

  .story { padding: 8px; }
  .story h2 { font-size: 15px; }
  .story p { font-size: 12px; }
  .story .byline { font-size: 10px; }
  .story .more { font-size: 11px; padding: 2px 0; }

  .story-lead { margin: 0 0 6px 0; border-left: none; border-right: none; }
  .story-lead h2 { font-size: 18px; }
  .story-lead .lead-excerpt { font-size: 12px; }

  .story-photo-wrap {
    float: none;
    width: 100%;
    max-width: 100%;
    margin: 2px 0 6px 0;
  }

  .teaser-thumb { width: 80px; }

  /* lead photo goes full width on phones */
  .story-lead .teaser-thumb {
    float: none;
    width: 100%;
    margin: 2px 0 6px 0;
  }


  .right-block { font-size: 12px; padding: 8px; }
  .right-block ul li { padding: 5px 0; }

  .more-box ul li { font-size: 11px; padding: 5px 0; }

  #post-nav { font-size: 11px; line-height: 1.8; }
  .backtotop { font-size: 11px; padding: 4px 8px 10px 8px; }
  .share-links { font-size: 11px; line-height: 1.8; }

  #news-pager { font-size: 11px; padding: 10px; }

  .breadcrumb { font-size: 10px; }

  #footer { font-size: 10px; line-height: 1.6; }

  #mobile-subscribe-bar {
    display: block;
    background: #00274c;
    padding: 7px 8px;
    border-bottom: 2px solid #ffcb05;
  }

  #mobile-subscribe-bar form {
    display: flex;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
  }

  #mobile-subscribe-bar label {
    color: #ffcb05;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    white-space: nowrap;
  }

  #subscribe-email-mobile {
    flex: 1;
    min-width: 120px;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    padding: 4px 5px;
    border: 1px solid #aaa;
    background: #fff;
    box-sizing: border-box;
  }

  #subscribe-form-mobile button {
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    color: #00274c;
    background: #ffcb05;
    border: 1px solid #c9a000;
    padding: 4px 10px;
    cursor: pointer;
    white-space: nowrap;
  }

  #subscribe-form-mobile button:disabled { background: #aaa; border-color: #999; color: #fff; }

  #subscribe-msg-mobile {
    font-size: 10px;
    color: #ffcb05;
    line-height: 1.4;
    width: 100%;
  }

  .subscribe-ok-mobile {
    font-size: 11px;
    color: #ffcb05;
    line-height: 1.5;
  }
}

@keyframes scrollbg-m {
  0% { transform: translateX(100vw); }
  100% { transform: translateX(-3000px); }
}
