.oup-page-main {
  background: #eef3f7;
  padding-top: 30px;
}
.oup-page-main .oup-page-breadcrumbs-container {
  margin: 0 auto;
  max-width: 1110px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}
.oup-breadcrumbs {
  color: #002f5f;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0 0 76px;
}
.oup-breadcrumbs a {
  color: #002f5f;
  text-decoration: none;
}
.oup-breadcrumbs a:hover {
  color: #002f5f;
  text-decoration: underline;
}
.oup-breadcrumbs strong {
  font-weight: 800;
}
.oup-breadcrumbs span {
  color: #002f5f;
  margin: 0 8px;
}
@media (max-width: 767px) {
  .oup-breadcrumbs {
    font-size: 12px;
    margin-bottom: 36px;
  }
}
