/* Site-specific styles */
.issue-title {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  text-transform: none;
  letter-spacing: normal;
  font-size: 1rem;
  font-weight: bold;
  color: #101820; }

a.archive-link, a.index-feature {
  text-decoration: none;
  -webkit-transition: background-color .1s;
  transition: background-color .1s; }
  a.archive-link:hover, a.index-feature:hover {
    background-color: rgba(65, 182, 230, 0.08);
    outline: solid 1px #41b6e6; }

a.index-feature {
  color: #101820; }
  a.index-feature h2, a.index-feature h3 {
    color: #012169; }
  a.index-feature .h3 {
    font-size: 1.5rem; }
  a.index-feature .h4 {
    color: #b58500; }

.index-feature-secondary {
  background-color: #ebf5f9; }

.promo-banner {
  text-decoration: none; }
  .promo-banner img {
    max-width: 300px;
    outline: solid 1px transparent;
    -webkit-transition: outline-color .25s;
    transition: outline-color .25s; }
  .promo-banner:hover img {
    outline-color: #41b6e6; }

.article__meta {
  border-bottom: none; }

.article__author::after {
  display: none; }

.article-subhead {
  font-size: 1.25rem; }

@media (min-width: 576px) {
  .figure.float-sm-left, .figure.float-sm-right {
    max-width: 50%; } }

@media (min-width: 992px) {
  a.index-feature figure, a.index-feature p {
    margin-bottom: 0; }
  a.index-feature.index-feature-tertiary figure {
    margin-bottom: 1rem; } }