/* Dashboard menu color sequence */
/*$member_menu: (
  black:$black,
  orange:$orange,
  purple:$purple,
  yellow:$yellow,
  blue:$blue,
  green:$green,
  aqua:$aqua,
  red:$red,
  ivory:$ivory,
  gray:$gray,
);*/
/**
 * Foundation for Sites
 * Version 6.7.5
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.dramatist-main .pre-dot {
  font-weight: 900; }
  .dramatist-main .pre-dot::before {
    margin: -3px .4rem 0 0;
    border: 1px solid white; }

.mag-main-sect a {
  color: #000; }
.mag-main-sect .featured {
  text-align: center; }
.mag-main-sect .field-authors {
  line-height: 1;
  font-weight: 900; }
  .mag-main-sect .field-authors.field--label-inline .field-label {
    padding: 0 .5rem 0 0;
    line-height: inherit;
    font-weight: inherit;
    font-size: inherit; }

@media print, screen and (min-width: 40em) {
  .border-divide > .grid-x > .cell:not(:last-child) {
    border-right: 1px solid #eeefef;
    padding-right: 1rem; } }
@media print, screen and (min-width: 64em) {
  .border-divide > .grid-x > .cell:not(:last-child) {
    padding-right: 1.55rem; } }

.view-display-id-current_issue_random li:last-child .teaser {
  border-bottom: none; }

.view-taxonomy-term .view-header {
  text-align: left; }

.view-issues .views-exposed-form {
  border-bottom: 1px solid #727477;
  padding-bottom: 1.3rem; }
  .view-issues .views-exposed-form .form--inline {
    display: block;
    width: 100%; }
    .view-issues .views-exposed-form .form--inline .form-item {
      display: flex;
      align-items: center; }
      .view-issues .views-exposed-form .form--inline .form-item label {
        font-weight: 900;
        font-size: .7rem;
        text-transform: uppercase; }
      .view-issues .views-exposed-form .form--inline .form-item:first-of-type::before {
        display: none; }
  .view-issues .views-exposed-form select {
    width: auto;
    border-radius: 10px;
    margin: 0 0 0 .5rem;
    height: 1.5rem;
    padding-top: 2px;
    padding-left: 10px;
    line-height: 1;
    background-size: 12px 12px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50"><path d="M 9.984375 11 C 9.722656 11.003906 9.476563 11.109375 9.292969 11.292969 L 3.292969 17.292969 C 2.902344 17.683594 2.902344 18.316406 3.292969 18.707031 L 24.292969 39.707031 C 24.683594 40.097656 25.316406 40.097656 25.707031 39.707031 L 46.707031 18.707031 C 47.097656 18.316406 47.097656 17.683594 46.707031 17.292969 L 40.707031 11.292969 C 40.316406 10.902344 39.683594 10.902344 39.292969 11.292969 L 25 25.585938 L 10.707031 11.292969 C 10.515625 11.101563 10.253906 10.996094 9.984375 11 Z"></path></svg>'); }

.mag-menu-btn a {
  display: flex;
  align-items: center; }
.mag-menu-btn span {
  display: inline-block;
  font-size: 1.2rem;
  margin: 3px .5rem 0;
  color: #000; }

.mag-menu.callout {
  padding: 1.5rem; }
  @media print, screen and (min-width: 40em) {
    .mag-menu.callout {
      padding: 3rem; } }
.mag-menu .current-issue {
  max-width: 180px;
  padding-top: .4rem; }
@media screen and (min-width: 75em) {
  .mag-menu .grid-y.align-justify {
    height: 100%; } }
.mag-menu .vol-num {
  font-size: 1.3rem; }
.mag-menu .square {
  margin: 0 1rem 0 0;
  width: 14px;
  height: 14px;
  flex: none; }
.mag-menu a {
  line-height: normal;
  text-transform: uppercase; }
.mag-menu ul {
  padding: 0;
  display: block;
  width: 100%; }
.mag-menu li {
  display: flex;
  align-items: center;
  width: 100%;
  height: 2rem; }
.mag-menu h4 {
  text-transform: uppercase;
  font-size: .7rem;
  color: #939598;
  font-weight: 900; }

@media print, screen and (max-width: 39.99875em) {
  .grid-margin-x > .section-menu.cell {
    width: fit-content !important; } }
@media print, screen and (min-width: 64em) {
  .section-menu ul {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(6, 1.6rem);
    gap: 1rem;
    margin-bottom: 2rem; } }
.section-menu a {
  font-weight: 600; }
@media screen and (min-width: 75em) {
  .section-menu {
    margin-right: -2rem; }
  .section-menu ul {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(6, 2.1rem);
    gap: 1rem;
    margin-bottom: 0;
    padding-bottom: 0; } }
.section-menu li {
  display: flex;
  align-items: center;
  width: 100%; }

.toc-menu-wrap .toc-menu-btn {
  display: flex;
  justify-content: center;
  position: relative;
  height: 360px; }
  .toc-menu-wrap .toc-menu-btn a {
    position: absolute;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center; }
  .toc-menu-wrap .toc-menu-btn .mag-burger {
    margin-top: 1rem; }
  .toc-menu-wrap .toc-menu-btn img {
    width: auto;
    height: 270px; }
.toc-menu-wrap .toc-text {
  position: absolute;
  top: 320px; }

.toc-menu {
  background-color: #000; }
  .toc-menu.callout {
    margin-top: -180px;
    padding-top: 160px;
    text-align: center; }
  .toc-menu .vol-num {
    font-size: 2rem; }
  .toc-menu .close-button:hover {
    color: #d2232a; }
  .toc-menu ul li {
    margin-bottom: 2rem; }
    @media print, screen and (min-width: 64em) {
      .toc-menu ul li {
        margin-bottom: 3rem; } }
  .toc-menu .square {
    margin-bottom: 1rem; }
  @media print, screen and (min-width: 64em) {
    .toc-menu {
      font-size: 1.2rem !important; } }
  .toc-menu .field.field-authors.field--label-inline {
    font-size: .8rem !important; }
    .toc-menu .field.field-authors.field--label-inline label, .toc-menu .field.field-authors.field--label-inline .prefix, .toc-menu .field.field-authors.field--label-inline a {
      font-weight: 400 !important;
      color: #fff; }

.mag-burger {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 1.5rem;
  height: 16px;
  cursor: pointer; }
  .mag-burger::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #d2232a;
    box-shadow: 0 7px 0 #d2232a, 0 14px 0 #d2232a;
    content: ''; }
  .mag-burger:hover::after {
    background: #939598;
    box-shadow: 0 7px 0 #939598, 0 14px 0 #939598; }

.vol-num {
  font-family: priori-serif;
  line-height: normal; }

body .pill {
  border-radius: 25px; }

.field--name-field-date-label {
  font-size: .9rem;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 900; }

.body-trim {
  overflow-y: hidden;
  max-height: 400px;
  border-bottom: 1px solid #eeefef;
  position: relative; }
  .body-trim::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, white 80%, white 100%);
    height: 130px; }

.body-trim .ck-drop-cap {
  float: none;
  margin: 0; }

/*# sourceMappingURL=dg-mag.css.map */
