@charset "UTF-8";
/* reset everything */
* {
  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.24691vw + 13.25926px);
}

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: 700;
}

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;
}

strong {
  color: #222222;
}

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.90009rem;
  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;
}

/* font overrides */
.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;
}

.article--inset .dropcap, .article--inset .page--article .content__body > p:first-of-type:not(.highlight)::first-letter, .page--article .article--inset .content__body > p:first-of-type:not(.highlight)::first-letter {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit !important;
  float: none;
  line-height: inherit;
  margin: initial;
}

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

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

/* sticky footer */
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.54097vw;
  padding-top: calc(4.54097vw + 1.7rem);
  padding-bottom: 1.7rem;
}

.footer:before {
  background: #fff;
  content: '';
  display: block;
  height: 4.54097vw;
  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%;
}

form {
  margin-top: 1.7rem;
}

[type='text'],
[type='password'],
[type='date'],
[type='datetime'],
[type='datetime-local'],
[type='month'],
[type='week'],
[type='email'],
[type='number'],
[type='search'],
[type='tel'],
[type='time'],
[type='url'],
[type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  margin: 0 0 1rem;
  padding: 0.3rem 0.5rem;
  border: 1px solid #666;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  font-size: 1rem;
  line-height: 1.7;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

[type='text']:focus,
[type='password']:focus,
[type='date']:focus,
[type='datetime']:focus,
[type='datetime-local']:focus,
[type='month']:focus,
[type='week']:focus,
[type='email']:focus,
[type='number']:focus,
[type='search']:focus,
[type='tel']:focus,
[type='time']:focus,
[type='url']:focus,
[type='color']:focus,
textarea:focus {
  outline: none;
  border: 1px solid #333;
  background-color: #fff;
  box-shadow: 0 0 5px #666;
}

textarea {
  max-width: 100%;
}

textarea[rows] {
  height: auto;
}

input::placeholder,
textarea::placeholder {
  color: #888;
}

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #eee;
  cursor: not-allowed;
}

[type='submit'],
[type='button'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 2px;
}

input[type='search'] {
  box-sizing: border-box;
}

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem;
}

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
}

[type='checkbox'] + label[for],
[type='radio'] + label[for] {
  cursor: pointer;
}

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem;
}

[type='file'] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 0.90009rem;
  line-height: 1.4;
  font-weight: normal;
  color: #888;
}

label.middle {
  margin: 0 0 1rem;
  padding: 0.5625rem 0;
}

.help-text, .form-item .description {
  margin-top: -0.5rem;
  font-size: 0.81016rem;
  line-height: 1.3;
  font-style: italic;
  color: #888;
}

.input-group {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  align-items: stretch;
}

.input-group > :first-child {
  border-radius: 2px 0 0 2px;
}

.input-group > :last-child > * {
  border-radius: 0 2px 2px 0;
}

.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap;
}

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #666;
  background: #ccc;
  color: #444;
  text-align: center;
  white-space: nowrap;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
}

.input-group-label:first-child {
  border-right: 0;
}

.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  flex: 1 1 0px;
  height: auto;
  min-width: 0;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  flex: 0 0 auto;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  height: 2.5rem;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  max-width: 100%;
  margin-bottom: 0.5rem;
}

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #666;
}

.fieldset legend {
  margin: 0;
  margin-left: 0.1875rem;
  padding: 0 0.1875rem;
  background: #fff;
}

select {
  margin: 0 0 1rem;
  padding: 0.3rem 0.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #666;
  border-radius: 2px;
  background-color: #fff;
  font-size: 1rem;
  line-height: 1.7;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb(128, 128, 128)'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
}

@media screen and (min-width: 0\0) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}

select:focus {
  outline: none;
  border: 1px solid #666;
  box-shadow: 0 0 5px #666;
}

select:disabled {
  background-color: #eee;
  cursor: not-allowed;
}

select::-ms-expand {
  display: none;
}

select[multiple] {
  height: auto;
  background-image: none;
}

.grid, .grid-2, .grid-3, .grid-4 {
  margin-left: -1.66667vw;
  margin-right: -1.66667vw;
}

.grid > *, .grid-2 > *, .grid-3 > *, .grid-4 > * {
  float: left;
  padding-left: 1.66667vw;
  padding-right: 1.66667vw;
}

.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;
  }
}

.button, .button-primary,
.button--primary,
.form-submit {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 2px;
  padding: 1em 1em;
  margin: 0 0 1.7rem 0;
  font-size: 0.9rem;
  text-decoration: none;
  background-color: #ccc;
  color: #444;
}

[data-whatinput='mouse'] .button, [data-whatinput='mouse'] .button-primary, [data-whatinput='mouse']
.button--primary, [data-whatinput='mouse']
.form-submit {
  outline: 0;
}

.button:hover, .button-primary:hover,
.button--primary:hover,
.form-submit:hover, .button:focus, .button-primary:focus,
.button--primary:focus,
.form-submit:focus {
  opacity: 0.75;
}

.button.tiny, .tiny.button-primary,
.tiny.button--primary,
.tiny.form-submit {
  font-size: 0.6rem;
}

.button.small, .small.button-primary,
.small.button--primary,
.small.form-submit {
  font-size: 0.75rem;
}

.button.large, .large.button-primary,
.large.button--primary,
.large.form-submit {
  font-size: 1.25rem;
}

.button.disabled, .disabled.button-primary,
.disabled.button--primary,
.disabled.form-submit, .button[disabled], [disabled].button-primary,
[disabled].button--primary,
[disabled].form-submit {
  opacity: 0.25;
  cursor: not-allowed;
}

.button--cta {
  background-color: #002b45;
  color: #fff;
  margin-top: 0.85rem;
}

.c-tease__meta {
  color: #888;
  display: block;
  font-size: 0.81016rem;
  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 {
  margin-top: 1.7rem;
  margin-bottom: 3.4rem;
  text-indent: 0 !important;
  text-transform: uppercase;
}

.c-tease__cta a {
  text-decoration: none;
}

.c-tease__title {
  font-size: 1.88055rem;
  line-height: 1.2;
  color: #444;
  text-transform: none;
}

* + .c-tease__title {
  margin-top: 0.85rem;
}

.c-tease__meta--type + .c-tease__title, .c-tease__meta--series + .c-tease__title {
  margin-top: 0;
}

.c-tease__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;
}

.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 {
  background-color: transparent;
  border: none;
  box-shadow: none;
  height: 2.8rem;
}

.header__menu--small option,
.header__menu--small optgroup {
  color: #444;
}

.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.90009rem;
  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.54097vw;
  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.86511rem;
  line-height: 1.1;
  color: inherit;
}

.header__video {
  margin-bottom: 6.8rem;
}

.header__meta, .header__title span {
  color: #888;
  display: block;
  font-size: 0.90009rem;
  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.3212rem;
  line-height: 1.2;
}

.header__title span {
  font-size: 1.52355rem;
  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.88055rem;
  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.90009rem;
  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.52355rem;
  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.66667%;
    margin-right: -16.66667%;
  }
}

.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.66667vw;
  }
}

@media (min-width: 64rem) {
  .content__body figure.small {
    float: right;
    margin-right: -33.33333%;
    width: 27.77778%;
  }
}

.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;
}

.article--inset {
  background: #f6f6f6;
  color: #2b2b2b;
  margin: 0.85rem -5vw;
  padding: 0.85rem 5vw;
}

@media (min-width: 42rem) {
  .article--inset {
    margin: 1.7rem -5vw 1.7rem -2.5vw;
    padding: 0.85rem 5vw 0.85rem 2.5vw;
  }
}

@media (min-width: 64rem) {
  .article--inset {
    margin: 3.4rem -3%;
    padding: 0.85rem 3%;
  }
}

.article--inset h3 {
  font-size: 1.88055rem;
  line-height: 1.2;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: 0;
}

.article--inset h3 .small-caps {
  text-transform: none;
  font-size: inherit;
}

.article--inset footer {
  color: #888;
}

.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.3212rem;
  line-height: 1.2;
  font-weight: 300;
  letter-spacing: 0.003em;
}

.callout__body p:first-of-type {
  text-indent: 0;
}

.article--inset footer, .callout__attr {
  text-transform: uppercase;
  font-size: 0.81016rem;
  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;
}

.article--inset footer .small-caps, .callout__attr .small-caps {
  text-transform: none;
  font-size: inherit;
}

.article--inset footer p:first-of-type, .callout__attr p:first-of-type {
  text-indent: 0;
}

.article--inset footer span, .callout__attr span {
  font-style: italic;
}

.article--inset footer span em, .callout__attr 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.33333%;
  }
}

.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.66667vw;
  }
}

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

@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.90009rem;
  line-height: 1.4;
  font-style: italic;
}

.book__title em {
  font-style: normal;
}

.book__info {
  font-size: 0.90009rem;
  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);
}

.cta {
  color: #888;
  font-size: 0.90009rem;
  line-height: 1.4;
}

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

@media (min-width: 64rem) {
  .cta {
    float: right;
    margin-right: -33.33333%;
    width: 27.77778%;
  }
}

.cta__title {
  margin-top: 0 !important;
}

.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.90009rem;
  line-height: 1.4;
  margin-bottom: 1.7rem;
  color: #888;
}

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

@media (min-width: 64rem) {
  .note {
    float: right;
    margin-right: -33.33333%;
    width: 27.77778%;
  }
}

.teaser {
  color: #888;
  font-size: 0.90009rem;
  line-height: 1.4;
  margin: 1.7rem 0;
}

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

@media (min-width: 64rem) {
  .teaser {
    float: left;
    margin-left: -33.33333%;
    width: 27.77778%;
  }
}

@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;
}

.interview-attr {
  display: inline-block;
  font-weight: bold;
  min-width: 2.5rem;
  margin-left: -2.5rem;
  text-indent: 0;
}

.cke_panel_list .interview-attr {
  margin-left: 0;
  min-width: auto;
}

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

.sidebar {
  display: none;
}

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

@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.90009rem;
  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.81016rem;
  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;
}

/* Double quote (") marks */
.pull-double {
  margin-left: -.42em;
}

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

/* Single quote (') marks */
.pull-single {
  margin-left: -.15em;
}

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

/* French chevron followed by space (« ) marks */
.pull-fr-chevron {
  margin-left: -.7em;
}

.push-fr-chevron {
  margin-right: .7em;
}

/* Optical margin alignment for particular letters */
.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.54097vw;
  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.52355rem;
    line-height: 1.3;
  }
  .callout__attr {
    margin-top: 0.85rem !important;
  }
}

/*# sourceMappingURL=style.css.map */