@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }
  *:not(input) {
    border: 0; }

html {
  box-sizing: border-box;
  overflow-y: scroll; }

*, *:before, *:after {
  box-sizing: inherit; }

:root {
  font-size: 16px;
  font-size: calc(0.2469135802vw + 13.2592592593px); }

body {
  background: #fff;
  color: #444;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1rem;
  line-height: 1.7;
  color: #222; }

h1 {
  font-weight: 700;
  margin: 0; }

h2 {
  font-weight: 700;
  text-transform: uppercase; }

h3 {
  font-weight: 500; }

h4 {
  font-weight: normal;
  text-transform: uppercase; }

h5 {
  font-weight: normal; }

a {
  color: #002b45;
  text-decoration: underline;
  transition: opacity 0.25s ease-out, color 0.25s ease-out; }
  a:hover {
    opacity: 0.75; }

img {
  max-width: 100%;
  height: auto; }

hr {
  border: 0;
  border-top: 1px solid #aaa;
  content: '';
  display: block;
  margin: 0.85rem 0;
  padding: 0; }
  @media (min-width: 42rem) {
    hr {
      margin: 1.7rem 0; } }

ul:not([class]), ol:not([class]) {
  list-style-type: none; }
  ul:not([class]) li + li, ol:not([class]) li + li {
    margin-top: 0.425rem; }
  ul:not([class]) li::before, ol:not([class]) li::before {
    display: inline-block; }

ul:not([class]) li::before {
  background: #444;
  content: "";
  height: 1px;
  margin-right: 0.75rem;
  width: 0.65rem;
  vertical-align: middle; }

ol:not([class]) {
  counter-reset: list-counter; }
  ol:not([class]) li::before {
    content: counter(list-counter);
    counter-increment: list-counter;
    font-variant-numeric: normal;
    font-weight: bold;
    width: 1.4rem; }

figure {
  margin: 3.4rem 0; }

figcaption {
  color: #888;
  font-size: 0.900090009rem;
  line-height: 1.4;
  font-weight: 500; }
  @media (min-width: 42rem) {
    figcaption {
      margin-top: 1.7rem; } }

address {
  font-style: normal; }
  address em {
    font-style: italic; }

.content__body p.highlight, .callout__body {
  font-family: "Chronicle Display A", "Chronicle Display B", serif; }

.small-caps {
  font-size: 0.85em;
  text-transform: uppercase; }

.dropcap, .page--article .content__body > p:first-of-type:not(.highlight)::first-letter {
  color: #002b45;
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  font-size: 6rem;
  font-style: normal !important;
  float: left;
  line-height: 0.6;
  margin: 0.5rem 0.3rem 0 -0.4rem; }

.hanging-indent {
  margin-left: 2.5rem !important;
  text-indent: -2.5rem !important; }

.no-indent {
  text-indent: 0 !important; }

html,
body {
  height: 100%; }

.main {
  min-height: 100%;
  margin-bottom: -8rem; }
  .main:after {
    content: '';
    display: block;
    height: 8rem; }

.main {
  padding-top: 6.2rem; }

.footer {
  position: relative;
  margin-top: 4.540973428vw;
  padding-top: calc(4.540973428vw + 1.7rem);
  padding-bottom: 1.7rem; }
  .footer:before {
    background: #fff;
    content: '';
    display: block;
    height: 4.540973428vw;
    left: 0;
    position: absolute;
    right: 0;
    transform: skewY(2.6deg);
    bottom: 100%;
    transform-origin: 0% 0%; }

.o-media {
  margin-top: 3.4rem; }
  @media (min-width: 42rem) {
    .o-media {
      margin-top: 1.7rem; } }
  .page--article-series .o-media {
    margin-top: 3.4rem; }

.o-media--horizontal:first-of-type {
  margin-top: 0; }

.o-media--horizontal + .o-media--horizontal:before {
  border: 0;
  border-top: 1px solid #aaa;
  content: '';
  display: block;
  margin-bottom: 1.7rem; }

@media (min-width: 64rem) {
  .o-media--horizontal .o-media__img {
    float: left;
    min-height: 1px;
    padding-right: 2.5vw;
    width: 40%; } }

@media (min-width: 64rem) {
  .o-media--horizontal .o-media__body {
    float: right;
    width: 60%; } }

.container {
  margin: 0 5vw; }

.container--inner {
  margin: 0 auto;
  width: 90vw;
  max-width: 72rem; }

.embed-container {
  position: relative;
  height: 0;
  overflow: hidden;
  max-width: 100%; }
  .embed-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .embed-container--16x9 {
    padding-bottom: 56.25%; }

.grid, .grid-2, .grid-3, .grid-4 {
  margin-left: -1.6666665vw;
  margin-right: -1.6666665vw; }
  .grid > *, .grid-2 > *, .grid-3 > *, .grid-4 > * {
    float: left;
    padding-left: 1.6666665vw;
    padding-right: 1.6666665vw; }
  .grid .c-tease__meta--type, .grid-2 .c-tease__meta--type, .grid-3 .c-tease__meta--type, .grid-4 .c-tease__meta--type, .grid .c-tease__meta--series, .grid-2 .c-tease__meta--series, .grid-3 .c-tease__meta--series, .grid-4 .c-tease__meta--series {
    margin-top: 0.85rem; }

@media (min-width: 42rem) {
  .grid-2 > * {
    width: 50%; }
    .grid-2 > *:nth-child(2n+1) {
      clear: both; } }

@media (min-width: 42rem) {
  .grid-3 > * {
    width: 33.33333%; }
    .grid-3 > *:nth-child(3n+1) {
      clear: both; } }

@media (min-width: 42rem) {
  .grid-4 > * {
    width: 25%; }
    .grid-4 > *:nth-child(4n+1) {
      clear: both; } }

.c-tease__meta {
  color: #888;
  display: block;
  font-size: 0.8101620243rem;
  line-height: 1.3; }
  .c-tease__meta a {
    color: inherit;
    text-decoration: none; }

.c-tease__meta--category {
  color: #222;
  font-size: 1rem;
  line-height: 1.7;
  font-weight: 500;
  margin-bottom: 1.7rem; }
  .c-tease__meta--category:before {
    border: 0;
    border-top: 1px solid #aaa;
    content: '';
    display: block;
    width: 4rem; }

.c-tease__meta--type, .c-tease__meta--series {
  font-weight: 500;
  text-transform: uppercase; }
  * + .c-tease__meta--type, * + .c-tease__meta--series {
    margin-top: 0.85rem; }

.c-tease__cta, .c-blog__cta {
  margin-top: 1.7rem;
  margin-bottom: 3.4rem;
  text-indent: 0 !important;
  text-transform: uppercase; }
  .c-tease__cta a, .c-blog__cta a {
    text-decoration: none; }

.c-tease__title, .c-blog__title {
  font-size: 1.8805476995rem;
  line-height: 1.2;
  color: #444;
  text-transform: none; }
  * + .c-tease__title, * + .c-blog__title {
    margin-top: 0.85rem; }
  .c-tease__meta--type + .c-tease__title, .c-tease__meta--type + .c-blog__title, .c-tease__meta--series + .c-tease__title, .c-tease__meta--series + .c-blog__title {
    margin-top: 0; }
  .c-tease__title a, .c-blog__title a {
    color: inherit;
    text-decoration: none; }

.c-tease__title--issue {
  color: #222;
  margin-bottom: 1.7rem; }

.c-tease__meta--author {
  margin-top: 0.85rem; }
  .c-tease__meta--author p + p {
    text-indent: 0 !important; }

.c-tease__description {
  color: #888;
  margin-top: 0.85rem; }

.c-blog__title.c-blog__title {
  margin-top: 0.5rem;
  margin-bottom: 0.85rem; }

hr.line {
  margin: 0; }

.header__bg {
  background: #fff;
  height: 2.8rem;
  position: fixed;
  width: 100%;
  z-index: 1; }

.header, .dropdown-menu {
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  height: 2.8rem;
  position: fixed;
  width: 100%;
  z-index: 10; }

.header__logo img {
  position: absolute;
  bottom: 0;
  float: left;
  width: 10rem;
  z-index: 1; }

@media (min-width: 42rem) {
  .header__nav {
    display: block;
    float: right;
    margin-left: 0;
    margin-left: -5vw;
    min-height: 2.8rem; } }

.header__menu--small {
  float: right; }
  @media (min-width: 42rem) {
    .header__menu--small {
      display: none; } }
  .header__menu--small select {
    height: 2.8rem; }

.header__menu--large {
  display: none; }
  @media (min-width: 42rem) {
    .header__menu--large {
      display: block; } }

.header__nav ul {
  list-style: none; }

.header__nav li {
  color: inherit;
  cursor: pointer;
  display: inline-block;
  line-height: 2.8rem;
  padding: 0;
  margin: 0;
  text-decoration: none; }
  .header__nav li:hover .dropdown-menu {
    display: block; }
  .header__nav li + li {
    margin-left: 1rem; }
  .header__nav li a {
    color: inherit;
    text-decoration: none; }
  .header__nav li svg {
    fill: #fff;
    vertical-align: middle;
    height: 32px;
    width: 32px; }

.dropdown-menu {
  background: rgba(0, 0, 0, 0.5);
  display: none;
  right: 0;
  padding-right: 5vw;
  width: auto; }
  .dropdown-menu:before {
    background: inherit;
    content: '';
    height: 2.8rem;
    width: 9999px;
    right: 100%;
    position: absolute;
    z-index: 10; }

.footer {
  background: #f2f2f2;
  color: #777;
  font-size: 0.900090009rem;
  line-height: 1.4; }
  .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6, .footer p, .footer a {
    color: inherit; }
  .footer a {
    text-decoration: none; }

@media (min-width: 42rem) {
  .footer__nav {
    float: right; } }

.footer__nav-item {
  font-weight: 500; }
  .footer__nav-item + .footer__nav-item {
    margin-left: 2rem; }

.hero {
  position: relative;
  overflow: hidden;
  margin-top: -6.2rem;
  width: 100%;
  height: 80vh;
  z-index: 1; }
  .hero:after {
    background: #fff;
    content: '';
    display: block;
    height: 4.540973428vw;
    left: 0;
    position: absolute;
    right: 0;
    transform: skewY(2.6deg);
    top: 100%;
    transform-origin: 100% 100%; }
  .page--default .hero {
    height: 40vh; }

.hero a {
  display: block;
  width: 100%;
  height: 100%; }

.hero__img, .hero img {
  width: 100%;
  height: 100%; }

.hero img {
  object-fit: cover; }

.hero__text {
  color: #222;
  margin-bottom: 3.4rem;
  position: relative;
  z-index: 1; }
  .hero__text a {
    color: inherit;
    text-decoration: none; }

.hero__meta {
  color: #888;
  font-weight: 500; }
  .hero__meta:before {
    border: 0;
    border-top: 1px solid #aaa;
    content: '';
    display: block;
    width: 4rem; }

.hero__title {
  font-size: 2.865105309rem;
  line-height: 1.1;
  color: inherit; }

.header__video {
  margin-bottom: 6.8rem; }

.header__meta, .header__title span {
  color: #888;
  display: block;
  font-size: 0.900090009rem;
  line-height: 1.4;
  text-decoration: none; }
  .header__meta a, .header__title span a {
    color: inherit;
    text-decoration: none; }

.header__meta--date {
  text-transform: uppercase; }
  .header__meta--date .small-caps {
    text-transform: none;
    font-size: inherit; }

.header__meta--category {
  margin-bottom: 1.7rem; }

.header__meta--author {
  margin-top: 1.7rem; }

.header__meta--type, .header__meta--series {
  text-transform: uppercase;
  font-weight: bold; }
  .header__meta--type .small-caps, .header__meta--series .small-caps {
    text-transform: none;
    font-size: inherit; }

.header__title {
  font-size: 2.321199517rem;
  line-height: 1.2;
  margin-bottom: 1.7rem; }
  .header__title span {
    font-size: 1.523548331rem;
    line-height: 1.3;
    display: block;
    font-weight: normal; }

.header__subtitle {
  color: #888;
  text-transform: uppercase; }

.drophead {
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  font-size: 1.8805476995rem;
  line-height: 1.2;
  margin-top: 1.7rem;
  max-width: 50rem;
  letter-spacing: 0.02em; }

.article-footer__editors-note {
  font-style: italic;
  margin-top: 1.7rem; }
  .article-footer__editors-note em {
    font-style: normal; }

.article-footer__section {
  font-size: 0.900090009rem;
  line-height: 1.4;
  margin-top: 1.7rem; }
  .article-footer__section:before {
    border: 0;
    border-top: 1px solid #aaa;
    content: '';
    display: block;
    width: 4rem; }
  .article-footer__section ul li::before {
    content: '';
    display: none;
    margin: 0;
    width: 0; }
  .article-footer__section--translation > :first-child {
    margin-top: 0.15em; }
  .article-footer__section--article-return {
    font-size: 1rem;
    line-height: 1.7; }
    .article-footer__section--article-return > :first-child {
      margin-top: 0.15em; }

@media (min-width: 64rem) {
  .main-content {
    margin: 0 auto;
    width: 60%; } }

.content__header {
  margin-bottom: 3.4rem;
  margin-top: 1.7rem; }

@media (min-width: 42rem) {
  .content__body {
    margin-left: 30vw; } }

@media (min-width: 64rem) {
  .content__body {
    margin-left: 0; } }

.content__body p {
  text-indent: 2.5rem; }
  .content__body p:first-of-type {
    text-indent: 0; }
  .content__body p.highlight {
    font-size: 1.523548331rem;
    line-height: 1.3;
    margin-bottom: 1.7rem; }
    .content__body p.highlight + p {
      text-indent: 0; }
  .content__body p + address {
    margin-bottom: 1.7rem;
    margin-top: 1.7rem; }

.content__body h2 {
  color: #002b45;
  margin-top: 1.7rem; }
  .content__body h2 + p {
    text-indent: 0; }

.content__body h3 {
  color: #002b45;
  margin-top: 0.85rem; }
  .content__body h3 + p {
    text-indent: 0; }

.content__body h4 {
  margin-top: 0.85rem; }
  .content__body h4 + p {
    text-indent: 0; }

.content__body > p:first-of-type {
  text-indent: 0 !important; }

.content__body ul, .content__body ol {
  margin-top: 1.7rem; }
  .content__body ul + *, .content__body ol + * {
    margin-top: 1.7rem; }

.content__body figure {
  margin-left: -5vw;
  margin-right: -5vw;
  text-align: center; }
  .content__body figure > * {
    text-align: left; }
  @media (min-width: 42rem) {
    .content__body figure {
      margin-left: -35vw;
      margin-right: -5vw; } }
  @media (min-width: 64rem) {
    .content__body figure {
      margin-left: -16.6666666667%;
      margin-right: -16.6666666667%; } }
  .content__body figure figcaption {
    margin-left: 5vw;
    margin-right: 5vw; }
    @media (min-width: 64rem) {
      .content__body figure figcaption {
        margin-left: 12.5%;
        margin-right: 12.5%; } }
  @media (min-width: 42rem) {
    .content__body figure.small {
      float: left;
      margin-left: -30vw;
      width: 26.666667vw; } }
  @media (min-width: 64rem) {
    .content__body figure.small {
      float: right;
      margin-right: -33.3333333333%;
      width: 27.7777777778%; } }
  .content__body figure.small figcaption {
    margin-top: 0; }
    @media (min-width: 42rem) {
      .content__body figure.small figcaption {
        margin-left: 0;
        margin-right: 0; } }

.content__body .figure__caption {
  font-weight: 500; }

.content__body .figure__credit {
  font-weight: normal; }

.page--404 .content__body p, .page-node-3811 .content__body p, .page-node-3813 .content__body p, .page-node-3875 .content__body p, .page-node-3896 .content__body p {
  text-indent: 0;
  margin-top: 1.7rem; }
  .page--404 .content__body p.highlight, .page-node-3811 .content__body p.highlight, .page-node-3813 .content__body p.highlight, .page-node-3875 .content__body p.highlight, .page-node-3896 .content__body p.highlight {
    font-family: "Gotham A", "Gotham B", sans-serif;
    margin-bottom: 1.7rem; }

.callout {
  max-width: 48rem; }
  .callout__body {
    font-size: 2.321199517rem;
    line-height: 1.2;
    font-weight: 300;
    letter-spacing: 0.003em; }
    .callout__body p:first-of-type {
      text-indent: 0; }
  .callout__attr, .box footer {
    text-transform: uppercase;
    font-size: 0.8101620243rem;
    line-height: 1.3;
    display: block;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-style: normal;
    font-weight: 500;
    margin-top: 0.85rem;
    letter-spacing: 0.015em; }
    .callout__attr .small-caps, .box footer .small-caps {
      text-transform: none;
      font-size: inherit; }
    .callout__attr p:first-of-type, .box footer p:first-of-type {
      text-indent: 0; }
    .callout__attr span, .box footer span {
      font-style: italic; }
      .callout__attr span em, .box footer span em {
        font-style: normal; }

.front .callout {
  margin-bottom: 3.4rem;
  margin-top: 3.4rem; }
  .front .callout:before {
    border: 0;
    border-top: 1px solid #aaa;
    content: '';
    display: block;
    width: 4rem; }
  .front .callout:before {
    margin-bottom: 0.85rem; }
  .front .callout p {
    color: #888; }

.drophead .callout {
  font-style: italic; }
  .drophead .callout em {
    font-style: normal; }

@media (min-width: 42rem) {
  .content__body .callout > * {
    margin-left: -30vw; } }

@media (min-width: 64rem) {
  .content__body .callout > * {
    margin-left: -33.3333333333%; } }

.cke_widget_wrapper .content__body .callout > *, .cke_widget_block .content__body .callout > * {
  float: none;
  margin-left: 5%;
  width: 95%; }

.content__body .callout:before, .content__body .callout:after {
  border: 0;
  border-top: 1px solid #aaa;
  content: '';
  display: block;
  width: 6rem;
  margin: 3.4rem 0; }

.box .callout > * {
  float: none;
  margin-left: 0;
  width: 100%; }

@media (min-width: 42rem) {
  .books {
    float: left;
    margin-left: -30vw;
    width: 26.666667vw; } }

@media (min-width: 64rem) {
  .books {
    float: left;
    margin-left: -33.3333333333%;
    width: 27.7777777778%; } }

@media (min-width: 42rem) {
  .note + .books {
    margin-top: 6.8rem; } }

@media (min-width: 64rem) {
  .note + .books {
    margin-top: 0; } }

.book {
  margin-bottom: 0.85rem; }
  @media (min-width: 42rem) {
    .book {
      margin-bottom: 3.4rem; } }

.book__title {
  font-size: 0.900090009rem;
  line-height: 1.4;
  font-style: italic; }
  .book__title em {
    font-style: normal; }

.book__info {
  font-size: 0.900090009rem;
  line-height: 1.4; }

.book__cover {
  display: none;
  margin-bottom: 0.85rem; }
  @media (min-width: 42rem) {
    .book__cover {
      display: block; } }
  .book__cover img {
    box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.3); }

.selected-references {
  margin-top: 1.7rem; }
  .selected-references:before {
    border: 0;
    border-top: 1px solid #aaa;
    content: '';
    display: block;
    width: 4rem; }
  .selected-references ol, .selected-references ul {
    margin-left: 2.5rem; }

@media (min-width: 42rem) {
  .issues-grid {
    margin: 0 -1rem; } }

.issue {
  margin-bottom: 1.7rem; }
  @media (min-width: 42rem) {
    .issue {
      margin-bottom: 0;
      float: left;
      width: 25%;
      display: inline-block;
      padding: 0 1rem; }
      .issue:first-of-type:not(:nth-last-child(4)) {
        width: 50%; }
        .issue:first-of-type:not(:nth-last-child(4)) .cover__container {
          padding-top: calc((50% - 1rem) * 1.2); } }

.cover__container {
  overflow: hidden;
  padding-top: 120%;
  margin: 0;
  position: relative; }

.issue__cover, .cover__container img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%; }

.social-bar {
  display: none; }
  @media (min-width: 64rem) {
    .social-bar {
      position: absolute;
      right: 0;
      display: block;
      margin-right: 1rem;
      padding-top: 20vh; } }
  .social-bar.js-social-bar--fixed {
    position: fixed;
    top: 0; }

.social-bar__icon {
  margin-bottom: 0.5rem;
  width: 2rem; }
  .social-bar__icon img {
    vertical-align: bottom; }

.note {
  font-size: 0.900090009rem;
  line-height: 1.4;
  margin-bottom: 1.7rem;
  color: #888; }
  @media (min-width: 42rem) {
    .note {
      float: left;
      margin-left: -30vw;
      width: 26.666667vw; } }
  @media (min-width: 64rem) {
    .note {
      float: right;
      margin-right: -33.3333333333%;
      width: 27.7777777778%; } }

.box {
  background: #f6f6f6;
  color: #2b2b2b;
  margin: 0.85rem -5vw;
  padding: 0.85rem 5vw; }
  @media (min-width: 42rem) {
    .box {
      margin: 1.7rem -5vw 1.7rem -2.5vw;
      padding: 0.85rem 5vw 0.85rem 2.5vw; } }
  @media (min-width: 64rem) {
    .box {
      margin: 3.4rem -3%;
      padding: 0.85rem 3%; } }
  .box h3 {
    font-size: 1.8805476995rem;
    line-height: 1.2;
    font-weight: 300;
    text-transform: uppercase;
    margin-top: 0; }
    .box h3 .small-caps {
      text-transform: none;
      font-size: inherit; }
  .box footer {
    color: #888; }

.teaser {
  color: #888;
  font-size: 0.900090009rem;
  line-height: 1.4;
  margin: 1.7rem 0; }
  @media (min-width: 42rem) {
    .teaser {
      float: left;
      margin-left: -30vw;
      width: 26.666667vw; } }
  @media (min-width: 64rem) {
    .teaser {
      float: left;
      margin-left: -33.3333333333%;
      width: 27.7777777778%; } }
  @media (min-width: 42rem) {
    .teaser {
      margin-top: 0;
      margin-bottom: 0; } }
  .teaser:before {
    border: 0;
    border-top: 1px solid #aaa;
    content: '';
    display: block;
    width: 4rem; }
  .teaser h3 {
    margin-top: 0; }
    .teaser h3 a {
      text-decoration: none; }
  .teaser img {
    margin-top: 0.85rem;
    width: 14rem; }

.s-content__body .has-interview-attr {
  text-indent: 0; }

.interview-attr {
  display: inline-block;
  font-weight: bold;
  width: 2.5rem; }

.article-list {
  list-style: none; }

.sidebar {
  display: none; }
  @media (min-width: 42rem) {
    .sidebar {
      display: block;
      float: left;
      width: 40%;
      padding-right: 3.333333vw; } }
  @media (min-width: 64rem) {
    .sidebar {
      width: 25%; } }

@media (min-width: 42rem) {
  .main-region {
    float: right;
    width: 60%; } }

@media (min-width: 64rem) {
  .main-region {
    width: 75%; } }

.categories__header {
  color: #222 !important;
  padding-bottom: 0.5rem 0; }
  .categories__header:before {
    border: 0;
    border-top: 1px solid #aaa;
    content: '';
    display: block;
    width: 4rem; }
  .categories__header:before {
    margin-bottom: 0.5rem; }

.categories__list, .facetapi-facet-field-category, .item-list .categories__list, .item-list .facetapi-facet-field-category {
  list-style: none;
  font-size: 0.900090009rem;
  line-height: 1.4;
  border: 0;
  border-top: 1px solid #aaa;
  content: '';
  display: block;
  margin-bottom: 3.4rem; }
  .categories__list li, .facetapi-facet-field-category li, .item-list .categories__list li, .item-list .facetapi-facet-field-category li {
    border: 0;
    border-bottom: 1px solid #aaa;
    content: '';
    display: block;
    margin: 0;
    padding: 0.4rem 0;
    color: #888;
    font-weight: 500; }
    .categories__list li a, .facetapi-facet-field-category li a, .item-list .categories__list li a, .item-list .facetapi-facet-field-category li a {
      color: inherit;
      text-decoration: none; }
    .categories__list li span, .facetapi-facet-field-category li span, .item-list .categories__list li span, .item-list .facetapi-facet-field-category li span {
      float: right;
      font-size: 0.8101620243rem;
      line-height: 1.3;
      font-weight: normal; }

.categories__list--collection li {
  color: #222; }

.social img {
  margin-left: -7px; }

.item-list .pager {
  list-style: none;
  margin-top: 1.7rem;
  text-align: center; }
  .item-list .pager li {
    display: inline-block;
    margin: 0;
    padding: 0; }
    .item-list .pager li + li {
      margin-left: 1.5rem; }
  .item-list .pager a {
    text-decoration: none;
    color: #888; }
  .item-list .pager .pager-current {
    color: #222;
    font-weight: bold; }

.admin-info {
  padding-top: 3.4rem; }

.anchor-nav {
  list-style: none;
  margin-bottom: 3.4rem; }
  .anchor-nav li {
    font-weight: 500;
    text-transform: uppercase; }
    .anchor-nav li:before {
      border: 0;
      border-top: 1px solid #aaa;
      content: '';
      display: block; }
    .anchor-nav li:last-child:after {
      border: 0;
      border-top: 1px solid #aaa;
      content: '';
      display: block; }
  .anchor-nav a {
    color: #888 !important;
    text-decoration: none; }

.page--staff .content__body p, .page-node-4050 .content__body p, .page-node-4145 .content__body p, .page-node-4157 .content__body p, .page-node-4191 .content__body p {
  color: #888; }

.page--staff .content__body a, .page-node-4050 .content__body a, .page-node-4145 .content__body a, .page-node-4157 .content__body a, .page-node-4191 .content__body a {
  color: inherit !important;
  text-decoration: none; }
  .page--staff .content__body a:hover, .page-node-4050 .content__body a:hover, .page-node-4145 .content__body a:hover, .page-node-4157 .content__body a:hover, .page-node-4191 .content__body a:hover {
    color: #002b45 !important;
    opacity: 1; }

.page--staff .content__body hr.line + h2, .page--staff .content__body hr.line + h3, .page-node-4050 .content__body hr.line + h2, .page-node-4050 .content__body hr.line + h3, .page-node-4145 .content__body hr.line + h2, .page-node-4145 .content__body hr.line + h3, .page-node-4157 .content__body hr.line + h2, .page-node-4157 .content__body hr.line + h3, .page-node-4191 .content__body hr.line + h2, .page-node-4191 .content__body hr.line + h3 {
  margin-top: 0; }

.page--staff .content__body hr.line, .page-node-4050 .content__body hr.line, .page-node-4145 .content__body hr.line, .page-node-4157 .content__body hr.line, .page-node-4191 .content__body hr.line {
  margin-top: 1.7rem; }
  .page--staff .content__body hr.line:first-of-type, .page-node-4050 .content__body hr.line:first-of-type, .page-node-4145 .content__body hr.line:first-of-type, .page-node-4157 .content__body hr.line:first-of-type, .page-node-4191 .content__body hr.line:first-of-type {
    margin-top: 0; }

.pull-double {
  margin-left: -.42em; }

.push-double {
  margin-right: .42em; }

.pull-single {
  margin-left: -.15em; }

.push-single {
  margin-right: .15em; }

.pull-T, .pull-V, .pull-W, .pull-Y {
  margin-left: -0.12em; }

.push-T, .push-V, .push-W, .push-Y {
  margin-right: 0.12em; }

.pull-O, .pull-C, .pull-o, .pull-c {
  margin-left: -0.04em; }

.push-O, .push-C, .push-o, .push-c {
  margin-right: 0.04em; }

.pull-A {
  margin-left: -0.03em; }

.push-A {
  margin-right: 0.03em; }

.u-crop-bottom {
  position: relative;
  overflow: hidden;
  vertical-align: bottom; }
  .u-crop-bottom:after {
    background: #fff;
    content: '';
    display: block;
    height: 4.540973428vw;
    left: 0;
    position: absolute;
    right: 0;
    transform: skewY(2.6deg);
    top: 100%;
    transform-origin: 100% 100%; }
  .u-crop-bottom * {
    vertical-align: inherit; }

.u-mt0 {
  margin-top: 0 !important; }

.hidden {
  display: none !important;
  visibility: hidden; }

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.clearfix:before, .o-media--horizontal:before, .container:before, .container--inner:before, .grid:before, .grid-2:before, .grid-3:before, .grid-4:before, .issues-grid:before,
.clearfix:after,
.o-media--horizontal:after,
.container:after,
.container--inner:after,
.grid:after,
.grid-2:after,
.grid-3:after,
.grid-4:after,
.issues-grid:after {
  content: " ";
  display: table; }

.clearfix:after, .o-media--horizontal:after, .container:after, .container--inner:after, .grid:after, .grid-2:after, .grid-3:after, .grid-4:after, .issues-grid:after {
  clear: both; }

.clearfix, .o-media--horizontal, .container, .container--inner, .grid, .grid-2, .grid-3, .grid-4, .issues-grid {
  *zoom: 1; }

.main-content [id]:before, .main-content [name]:before {
  display: block;
  content: "";
  height: 5rem;
  margin: -5rem 0 0;
  visibility: hidden;
  pointer-events: none; }

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h1,
  h2,
  h3 {
    page-break-after: avoid; }
  main {
    padding-top: 0; }
  .header__bg,
  .header,
  .dropdown-menu,
  .admin-info,
  .hero,
  .social-bar,
  .book__cover,
  aside,
  figure,
  img,
  .footer {
    display: none; }
  .container,
  .container--inner,
  .main-content,
  .content__body,
  .callout,
  .callout > * {
    margin: 0 !important;
    max-width: auto !important;
    width: auto !important; }
  .callout {
    font-size: 1.523548331rem;
    line-height: 1.3; }
  .callout__attr {
    margin-top: 0.85rem !important; } }