/*
 *
 * Navigation
 -----------------------------------------------*/
/* line 17 */
.external-links li {
  position: fixed;
  top: 50%;
  z-index: 100; }
  /* line 22 */
  .external-links li:first-child {
    font-family: "Chronicle Text G1 A", "Chronicle Text G1 B";
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    left: -8.75em;
    font-size: 0.9em; }
    @media (min-width: 62.5em) {
      /* line 22 */
      .external-links li:first-child {
        left: -7.65em;
        font-size: 0.95em; } }
  /* line 34 */
  .external-links li:last-child {
    font-family: "Ideal Sans SSm A", "Ideal Sans SSm B";
    text-transform: uppercase;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    letter-spacing: 1px;
    font-size: 0.7em;
    right: -2.75em; }
    @media (min-width: 62.5em) {
      /* line 34 */
      .external-links li:last-child {
        right: -1em; } }
/* line 47 */
.external-links a {
  color: #000;
  text-decoration: none; }

/* line 52 */
.page-navigation {
  font-family: "Ideal Sans SSm A", "Ideal Sans SSm B"; }
  @media (max-height: 400px) {
    /* line 52 */
    .page-navigation {
      display: none;
      /* don't show page-navigation on very short screens */ } }
  /* line 59 */
  .page-navigation li {
    position: fixed;
    z-index: 9999;
    text-transform: uppercase; }
    /* line 64 */
    .page-navigation li:first-child {
      top: 0;
      right: 1em; }
      @media (min-width: 62.5em) {
        /* line 64 */
        .page-navigation li:first-child {
          right: 2em; } }
      /* line 72 */
      .admin-bar .page-navigation li:first-child {
        /* For when logged in */
        top: 32px; }
    /* line 76 */
    .page-navigation li:last-child {
      bottom: 0;
      left: 1em; }
      @media (min-width: 62.5em) {
        /* line 76 */
        .page-navigation li:last-child {
          left: 2em; } }
  /* line 85 */
  .page-navigation a {
    background-color: #000;
    text-decoration: none;
    display: block;
    width: 12em;
    text-align: center;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    overflow: hidden;
    height: 1.5em; }
    /* line 97 */
    .page-navigation a.page-navigation__top {
      padding-top: 1em; }

/*
 *
 * Panels
 -----------------------------------------------*/
/* line 107 */
.panel {
  min-height: 100vh;
  font-family: "Chronicle Text G1 A", "Chronicle Text G1 B";
  position: relative; }

/* line 112 */
.panel--cover {
  padding: 2.8em;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (min-width: 35em) {
    /* line 112 */
    .panel--cover {
      margin-bottom: 6em; } }
  @media (max-height: 400px) {
    /* line 112 */
    .panel--cover {
      margin-bottom: 9em; } }
  /* line 124 */
  .panel--cover h1 {
    font-size: 2em;
    text-align: center;
    margin-bottom: 2em; }
    @media (min-width: 35em) {
      /* line 124 */
      .panel--cover h1 {
        font-size: 3.5em;
        margin-bottom: 0.5em; } }
    @media (min-width: 62.5em) {
      /* line 124 */
      .panel--cover h1 {
        font-size: 4.5em; } }
  /* line 137 */
  .panel--cover .panel__title-wrapper {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center; }

/* line 141 */
.panel__page {
  padding-top: 2em;
  padding-bottom: 2em;
  padding-left: 2.8em;
  padding-right: 2.8em; }
  @media (min-width: 62.5em) {
    /* line 141 */
    .panel__page {
      padding-left: 5em;
      padding-right: 5em; } }

/* line 152 */
.panel__page-number {
  font-family: "Chronicle Text G1 A", "Chronicle Text G1 B";
  font-size: 4em;
  position: relative;
  z-index: 10;
  margin-left: 0.625em; }
  @media (min-width: 62.5em) {
    /* line 152 */
    .panel__page-number {
      font-size: 4.5em;
      margin-left: 1.525em; } }
  /* line 164 */
  .panel__page-number:after {
    content: '.'; }

/* Text Panel */
/* line 170 */
.panel__text {
  line-height: 1.45;
  font-size: 0.9em;
  /* Paragraph spacing */ }
  @media (min-width: 35em) {
    /* line 170 */
    .panel__text {
      font-size: 0.95em; } }
  @media (min-width: 62.5em) {
    /* line 170 */
    .panel__text {
      max-width: 28em;
      margin-left: auto;
      margin-right: auto; } }
  /* line 184 */
  .panel__text--space-after p {
    margin-bottom: .75em; }
  /* line 187 */
  .panel__text--indent p {
    text-indent: 3em; }
  /* line 190 */
  .panel__text a {
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid #000; }

/* line 196 */
p.panel__text__author {
  text-indent: 0;
  margin-top: 1em;
  text-align: center; }

/* Image Panel */
/* line 204 */
.panel__image img {
  display: block; }
  @media (min-width: 35em) {
    /* line 204 */
    .panel__image img {
      width: 100%; } }
/* line 211 */
.panel__image--full-bleed {
  background-size: cover;
  min-height: 100vh; }
  @media (min-width: 35em) {
    /* line 211 */
    .panel__image--full-bleed {
      margin-left: 0;
      margin-right: 0;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; } }
  /* line 225 */
  .panel__image--full-bleed .panel__image-caption {
    bottom: 0;
    position: absolute;
    width: 13.5rem;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto; }

/* line 236 */
.panel__image-caption {
  /*border: 2px solid $text;*/
  font-size: 0.7em;
  padding: 1em;
  position: relative;
  z-index: 10;
  text-align: center;
  line-height: 1.4;
  background-color: #fff;
  width: 13.5rem;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 50em) {
    /* line 236 */
    .panel__image-caption {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0; } }
  /* line 256 */
  .panel__image-caption__name {
    font-family: "Ideal Sans SSm A", "Ideal Sans SSm B";
    text-transform: uppercase;
    letter-spacing: 1px; }
  /* line 261 */
  .panel__image-caption__title {
    font-style: italic; }

/* Double Panel */
/* line 267 */
.panel--double {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  @media (min-width: 35em) {
    /* line 267 */
    .panel--double {
      -webkit-align-items: stretch;
          -ms-flex-align: stretch;
                  -ms-grid-row-align: stretch;
              align-items: stretch;
      position: relative; }
      /* line 275 */
      .panel--double:after {
        border-right: 2px solid;
        content: "";
        height: 70%;
        left: calc(50% - 2px);
        position: absolute;
        top: 15%;
        width: 1px;
        z-index: 100; } }
  /* line 286 */
  .panel--double .panel__page {
    width: 100%;
    position: relative; }
    /* line 291 */
    .panel--double .panel__page--2 {
      -webkit-order: 3;
          -ms-flex-order: 3;
              order: 3; }
    @media (min-width: 35em) {
      /* line 286 */
      .panel--double .panel__page {
        width: 50%;
        padding-bottom: 5em; } }
    @media (min-width: 62.5em) {
      /* line 286 */
      .panel--double .panel__page {
        padding-bottom: 6em; } }
  /* line 305 */
  .panel--double .panel__image img {
    margin-bottom: 1em; }
    @media (min-width: 50em) {
      /* line 305 */
      .panel--double .panel__image img {
        margin-bottom: 2em; } }
    @media (min-width: 62.5em) {
      /* line 305 */
      .panel--double .panel__image img {
        margin-bottom: 4em; } }
  /* line 316 */
  .panel--double h2 {
    text-align: center;
    font-size: 2em;
    width: 100%;
    z-index: 100;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
    @media (min-width: 35em) {
      /* line 316 */
      .panel--double h2 {
        margin-bottom: 1.5em;
        font-size: 3.5em;
        -webkit-order: 3;
            -ms-flex-order: 3;
                order: 3;
        position: absolute;
        bottom: -1.25em;
        left: 0;
        right: 0; } }
    @media (min-width: 62.5em) {
      /* line 316 */
      .panel--double h2 {
        font-size: 4.5em; } }
  @media (min-width: 35em) {
    /* line 336 */
    .panel--double .panel__image-caption {
      margin-bottom: 2em; } }
  @media (min-width: 50em) {
    /* line 336 */
    .panel--double .panel__image-caption {
      margin-bottom: 1em; } }

@media (min-width: 50em) {
  /* line 348 */
  .panel__page--2 .panel__image-caption {
    right: 2.8rem; } }
@media (min-width: 62.5em) {
  /* line 348 */
  .panel__page--2 .panel__image-caption {
    right: 0; } }

/* Span Image Panel */
/* line 360 */
.panel--single {
  min-height: auto; }
  @media (min-width: 35em) {
    /* line 360 */
    .panel--single {
      position: relative; } }
  /* line 367 */
  .panel--single .panel__page-number {
    position: absolute; }
  /* line 370 */
  .panel--single .panel__page {
    padding-top: 0; }

/* line 374 */
.panel__image--span-page {
  margin-left: -2.8em;
  margin-right: -2.8em; }
  @media (min-width: 62.5em) {
    /* line 374 */
    .panel__image--span-page {
      margin-left: -5em;
      margin-right: -5em; } }

/* line 385 */
.panel__page--has-image-as-text .panel__page-number {
  top: -1.1em; }
/* line 388 */
.panel__page--has-image-as-text .panel__image--span-page {
  margin-top: 4em;
  margin-left: -1.25em;
  margin-right: -1.25em; }

/*
 *
 * Footer
 -----------------------------------------------*/
/* line 399 */
.site-footer {
  margin-top: 5em;
  margin-bottom: 5em;
  margin-left: 2.8em;
  margin-right: 2.8em; }
  @media (min-width: 35em) {
    /* line 399 */
    .site-footer {
      margin-top: 8em;
      margin-bottom: 8em; } }
  /* line 410 */
  .site-footer:before {
    content: '';
    width: 50%;
    border-top: 2px solid #000;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5em;
    display: block; }

/* line 420 */
.publication-credit {
  color: #ff9fd0;
  font-size: 0.7em;
  line-height: 1.4;
  text-align: center; }
  /* line 426 */
  .publication-credit a {
    color: #ff9fd0;
    text-decoration: none; }
    /* line 430 */
    .publication-credit a:hover {
      border-bottom: 1px solid #ff9fd0; }

/* line 435 */
.moca {
  background-image: url(../images/MOCA_logo2.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 270px;
  height: 30px;
  display: block;
  margin: 0.25em auto; }

/* line 444 */
.american-academy {
  background-image: url(../images/AAR-black-logo-web-smaller.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 170px;
  height: 32px;
  display: block;
  margin-top: 0.75em;
  margin-bottom: 1.6em;
  margin-left: auto;
  margin-right: auto; }

/*
 *
 * Loading Animation
 -----------------------------------------------*/
/* line 461 */
.veil {
  background-color: #fff;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99998;
  display: none; }
  /* line 471 */
  .site-loading .veil {
    display: block; }

/* Loading Gif */
/* line 477 */
.loading-icons {
  display: none !important; }

/* line 480 */
.loading-gif {
  position: fixed;
  top: calc(50% - (180px / 2));
  left: 0;
  right: 0;
  text-align: center;
  z-index: 99999;
  display: none; }
  /* line 489 */
  .site-loading .loading-gif {
    display: block; }
  /* line 493 */
  .loading-gif__image {
    width: auto;
    height: 180px; }

/*
 *
 * 404 Page
 -----------------------------------------------*/
/* line 562 */
.line-through {
  text-decoration: line-through;
  opacity: 0.25; }

/* line 566 */
.error-404-text {
  text-align: center; }
  /* line 569 */
  .error-404-text a {
    color: #000; }
