@import url(https://fonts.googleapis.com/css?family=Roboto:400,400i,500,700);

.navbar-primary {
  background: linear-gradient(180deg, #3e8ec0 0%, #2f7ba8 100%);
  border-bottom: 1px solid #2a6f98;
}

.navbar-primary .navbar-brand {
  color: #fff;
}

.navbar-primary .navbar-brand:hover,
.navbar-primary .navbar-brand:focus {
  color: #fff;
}

.navbar .logo {
  display: block;
  height: 52px;
  width: 91px;
}

.navbar-primary .form-control {
  border-color: rgba(255, 255, 255, 0.45);
}

.btn-outline-inverse {
  border-color: rgba(255, 255, 255, 0.75);
  color: #fff;
}

.btn-outline-inverse:hover,
.btn-outline-inverse:focus {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
}

.article-content::after {
  clear: both;
  content: "";
  display: block;
}

.article-content figure.figure {
  display: block;
  margin: 1.6rem auto;
  max-width: 100%;
}

.article-content figure.figure .figure-img {
  background: #fff;
  border: 1px solid #d7e5ef;
  border-radius: 0.38rem;
  box-shadow: 0 2px 7px rgba(30, 61, 86, 0.14);
  display: block;
  margin: 0 auto;
}

.article-content figure.figure .figure-caption {
  color: #5e7485;
  font-size: 0.92rem;
  line-height: 1.4;
  margin-top: 0.55rem;
  text-align: center;
}

.article-content table {
  border: 1px solid #d7e5ef;
  border-collapse: collapse;
  margin: 1.35rem 0 0.35rem;
  width: 100%;
}

.article-content table th,
.article-content table td {
  border: 1px solid #d7e5ef;
  line-height: 1.45;
  padding: 0.44rem 0.58rem;
  vertical-align: top;
}

.article-content table thead th {
  background: #eff6fb;
  color: #2b3c4a;
  font-weight: 600;
}

.article-content table tbody tr:nth-child(even) {
  background: #fbfdff;
}

.article-content table thead.fsm-legacy-empty-head {
  display: none;
}

.article-content table thead.fsm-legacy-empty-head + tbody tr:first-child td {
  background: #eff6fb;
  color: #2b3c4a;
  font-weight: 600;
}

.article-content .table-caption {
  color: #5e7485;
  font-size: 0.92rem;
  line-height: 1.4;
  margin: 0.38rem 0 1.2rem;
}

.article-title {
  letter-spacing: -0.012em;
  line-height: 1.08;
  margin-bottom: 0.7rem;
}

.article-meta {
  color: #6d8495;
  font-size: 0.94rem;
  letter-spacing: 0.012em;
  line-height: 1.48;
  margin-bottom: 1.15rem;
}

.article-meta .list-inline-item {
  margin-bottom: 0.2rem;
}

.article-meta a {
  font-weight: 500;
}

.fsm-nav-shell {
  align-items: center;
  display: flex;
  gap: 0.5rem;
}

.fsm-nav-links {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
}

.fsm-nav-links .nav-item {
  margin-left: 0.5em;
  margin-right: 0.5em;
}

.fsm-nav-links .nav-link {
  font-size: 0.85rem;
  letter-spacing: 0.05em;
  padding-bottom: 0.25em;
  padding-top: 0.25em;
  text-transform: uppercase;
}

.fsm-nav-toggle {
  align-items: center;
  background: #fff;
  border: 1px solid #d7e5ef;
  border-radius: 0.34rem;
  color: #327faa;
  cursor: pointer;
  display: none;
  font-size: 0.9rem;
  font-weight: 600;
  gap: 0.48rem;
  line-height: 1;
  padding: 0.42rem 0.6rem;
}

.fsm-nav-toggle-icon {
  border-bottom: 2px solid currentColor;
  border-top: 2px solid currentColor;
  display: inline-block;
  height: 0.65rem;
  position: relative;
  width: 0.95rem;
}

.fsm-nav-toggle-icon::after {
  border-top: 2px solid currentColor;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: calc(50% - 1px);
}

.fsm-mobile-search {
  display: none;
}

.navbar-clear {
  background: #fff;
  border-bottom: 1px solid #e2edf4;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}

.navbar-clear .nav-link {
  border-radius: 0.3rem;
  transition: background-color 0.12s ease, color 0.12s ease;
}

.navbar-clear .nav-link:hover,
.navbar-clear .nav-link:focus {
  background: #f1f8fd;
  text-decoration: none;
}

.card.article-card,
.card.issue-card,
.card.book-card {
  border: 1px solid #d5e4ef;
  border-radius: 0.58rem;
  box-shadow: 0 2px 7px rgba(30, 61, 86, 0.11);
  height: 100%;
  overflow: hidden;
  transition: box-shadow 0.12s ease, transform 0.12s ease;
}

.card.article-card:hover,
.card.issue-card:hover,
.card.book-card:hover,
.card.article-card:focus-within,
.card.issue-card:focus-within,
.card.book-card:focus-within {
  box-shadow: 0 5px 16px rgba(30, 61, 86, 0.16);
  transform: translateY(-1px);
}

.article-card .card-body,
.issue-card .card-body,
.book-card .card-body {
  padding: 0.8rem 0.88rem 0.88rem;
}

.article-card-img {
  background-color: #eceeef;
  height: 350px;
  overflow: hidden;
  position: relative;
}

.article-card-img.embed-responsive::before {
  display: none;
}

.article-card-img .article-card-img-item {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  inset: 0.1rem;
  position: absolute;
}

.issue-card-img,
.book-card-img {
  background-color: #eceeef;
}

.issue-card-img-item,
.book-card-img-item {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.article-card-title {
  color: #292b2c;
  font-size: 1.02rem;
  font-weight: 400;
  line-height: 1.33333;
  margin-bottom: 0;
}

.article-card-title a {
  box-shadow: inset 0 -3px #d1eaf6;
  color: inherit;
  text-decoration: none;
}

.article-card-title a:hover,
.article-card-title a:focus {
  box-shadow: inset 0 -3px #a7d6ed;
  text-decoration: none;
}

.issue-card .card-title,
.book-card-title {
  font-size: 1.02rem;
  line-height: 1.28;
  margin-bottom: 0.35rem;
}

.article-card-sectionname {
  color: #868e98;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  margin-bottom: 0.25rem;
  margin-top: 0;
  text-transform: uppercase;
}

.article-card-meta {
  color: #868e98;
  font-size: 0.75rem;
  margin-top: 0.5rem;
  text-transform: uppercase;
}

.article-card-sectionname a,
.article-card-meta a {
  color: inherit;
  text-decoration: none;
}

.article-card-sectionname a:hover,
.article-card-sectionname a:focus,
.article-card-meta a:hover,
.article-card-meta a:focus {
  color: #2a84b5;
  text-decoration: none;
}

.issue-card .card-text,
.book-card .card-text {
  color: #6f8798;
  font-size: 0.82rem;
  line-height: 1.35;
  margin-bottom: 0;
}

.books-chapter-list {
  border: 1px solid #d8e5ef;
  border-radius: 0.42rem;
  margin-bottom: 0;
  overflow: hidden;
}

.books-chapter-list thead th {
  background: #eef6fc;
  border-bottom: 1px solid #d8e5ef;
  color: #2e4454;
  font-size: 0.88rem;
  letter-spacing: 0.01em;
  padding: 0.58rem 0.72rem;
}

.books-chapter-list tbody td {
  border-top: 1px solid #ebf2f7;
  padding: 0.54rem 0.72rem;
}

.books-chapter-list tbody tr:hover {
  background: #f8fcff;
}

.books-chapter-list tbody td:first-child a {
  color: #2b3c4a;
  font-weight: 500;
  text-decoration: none;
}

.books-chapter-list tbody td:first-child a:hover,
.books-chapter-list tbody td:first-child a:focus {
  color: #246e98;
  text-decoration: none;
}

.books-chapter-list tbody td:nth-child(2) a {
  color: #5e7485;
  text-decoration: none;
}

.books-chapter-list tbody td:nth-child(2) a:hover,
.books-chapter-list tbody td:nth-child(2) a:focus {
  color: #2a84b5;
  text-decoration: none;
}

.embed-responsive {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.embed-responsive::before {
  content: "";
  display: block;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  border: 0;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-3by4::before {
  padding-top: 133.333333%;
}

.sr-only {
  clip: rect(0, 0, 0, 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mr-3 {
  margin-right: 1rem !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.ml-3 {
  margin-left: 1rem !important;
}

.author-bio-box {
  align-items: flex-start;
  background: linear-gradient(180deg, #f8fcff 0%, #eef6fc 100%);
  border: 1px solid #d5e4ef;
  border-radius: 0.6rem;
  display: flex;
  gap: 1rem;
  padding: 1rem;
}

.author-bio-photo {
  flex: 0 0 150px;
}

.author-bio-photo img {
  border: 1px solid #c8d9e6;
  box-shadow: 0 2px 7px rgba(30, 61, 86, 0.16);
  display: block;
  width: 100%;
}

.author-bio-content {
  flex: 1 1 auto;
  min-width: 0;
}

.author-bio-content > :last-child {
  margin-bottom: 0;
}

.article-hero {
  display: block;
  float: right;
  margin: 0 0 1rem 1.5rem;
  max-width: 420px;
  min-width: 220px;
  width: 45%;
}

.article-hero .figure-img {
  display: block;
  margin-bottom: 0;
  width: 100%;
}

.article-card-img-item-placeholder {
  background-color: #f3f7fa;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.article-card-img .article-card-img-item-placeholder {
  background-position: center center;
  background-size: contain;
}

@media (max-width: 767px) {
  .author-bio-box {
    flex-direction: column;
  }

  .author-bio-photo {
    flex: 0 0 auto;
    max-width: 170px;
  }

  .article-hero {
    float: none;
    margin: 0 0 1rem;
    max-width: 100%;
    min-width: 0;
    width: 100%;
  }

  .article-content table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}

.books-index-list .list-group-item {
  align-items: center;
  display: flex;
  font-size: 1.03rem;
  justify-content: space-between;
  min-height: 3rem;
}

.books-index-list .books-index-main {
  display: flex;
  flex-direction: column;
}

.books-index-list .books-index-title {
  align-items: center;
  display: inline-flex;
}

.books-index-list .books-index-title::before {
  border: 2px solid #4b97c8;
  border-radius: 2px;
  box-shadow: inset 0.18rem 0 0 #d8ecf9;
  content: "";
  display: inline-block;
  height: 1.02rem;
  margin-right: 0.52rem;
  width: 0.82rem;
}

.books-index-list .books-index-authors {
  color: #6f8798;
  font-size: 0.82rem;
  letter-spacing: 0.015em;
  margin-left: 1.34rem;
  margin-top: 0.14rem;
}

.books-index-list .books-index-cta {
  color: #4b97c8;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin-left: 1rem;
  text-transform: uppercase;
  white-space: nowrap;
}

.navbar-clear .nav-link.active {
  color: #2a7eaf;
  font-weight: 700;
  position: relative;
}

.navbar-clear .nav-link.active::after {
  background: #2a7eaf;
  border-radius: 2px;
  bottom: -0.12rem;
  content: "";
  height: 2px;
  left: 0.35rem;
  position: absolute;
  right: 0.35rem;
}

@media (max-width: 991px) {
  .article-title {
    font-size: clamp(2rem, 8vw, 2.8rem);
    line-height: 1.11;
  }

  .article-meta {
    font-size: 0.86rem;
    line-height: 1.52;
    margin-bottom: 1rem;
  }

  .fsm-nav-shell {
    align-items: stretch;
    display: block;
  }

  .fsm-nav-toggle {
    display: inline-flex;
  }

  .fsm-nav-links {
    border-top: 1px solid #e2edf4;
    display: none;
    margin-top: 0.62rem;
    padding-top: 0.28rem;
    width: 100%;
  }

  .fsm-nav-links.is-open {
    display: block;
  }

  .fsm-nav-links .nav-item {
    display: block;
    margin: 0;
  }

  .fsm-nav-links .nav-link {
    display: block;
    margin: 0.1rem 0;
    padding: 0.45rem 0.35rem;
  }

  .fsm-mobile-search {
    border-top: 1px solid #e2edf4;
    display: none;
    gap: 0.45rem;
    margin-top: 0.38rem;
    padding: 0.62rem 0 0.1rem;
  }

  .fsm-mobile-search .form-control {
    min-width: 0;
  }

  .fsm-nav-shell.is-open .fsm-mobile-search {
    display: flex;
  }

  .navbar-clear .nav-link.active::after {
    display: none;
  }

  .navbar-clear .nav-link.active {
    background: #eaf5fc;
  }
}

.book-nav {
  background: #f8fcff;
  border: 1px solid #d9e8f2;
  border-radius: 0.5rem;
  padding: 0.55rem;
}

.book-nav-grid {
  align-items: stretch;
  display: grid;
  gap: 0.5rem;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
}

.book-nav-item {
  min-width: 0;
}

.book-nav-prev {
  justify-self: start;
  text-align: left;
}

.book-nav-all {
  align-self: center;
  text-align: center;
}

.book-nav-next {
  justify-self: end;
  text-align: right;
}

.book-nav-link {
  background: #fff;
  border: 1px solid #d6e4ee;
  border-radius: 0.4rem;
  color: #2479ab;
  display: block;
  min-height: 100%;
  padding: 0.45rem 0.6rem;
  text-decoration: none;
}

.book-nav-link:hover,
.book-nav-link:focus {
  background: #edf7fd;
  text-decoration: none;
}

.book-nav-label {
  color: #7890a0;
  display: block;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin-bottom: 0.1rem;
  text-transform: uppercase;
}

.book-nav-title {
  display: block;
  line-height: 1.25;
  max-height: 2.5em;
  overflow: hidden;
  white-space: normal;
}

.book-nav-prev .book-nav-link,
.book-nav-next .book-nav-link {
  max-width: 26rem;
}

.book-nav-link-center {
  font-weight: 600;
  padding: 0.85rem 1rem;
  white-space: nowrap;
}

.book-nav-placeholder {
  background: #f8fcff;
  border: 1px dashed #d6e4ee;
  border-radius: 0.4rem;
  display: block;
  min-height: 3rem;
}

@media (max-width: 767px) {
  .books-index-list .list-group-item {
    align-items: flex-start;
    flex-direction: column;
  }

  .books-index-list .books-index-cta {
    margin-left: 0;
    margin-top: 0.15rem;
  }

  .books-index-list .books-index-authors {
    margin-left: 0;
  }

  .book-nav-grid {
    grid-template-columns: 1fr;
  }

  .book-nav-prev,
  .book-nav-next,
  .book-nav-all {
    text-align: left;
  }

  .book-nav-link-center {
    text-align: center;
  }

  .book-nav-placeholder {
    display: none;
  }
}
