/**
 * File: legacy.scss
 * 
 * Legacy, configuration file.
 * Colors, mixins, imports.
 */
body {
  background-color: #3c3c3c;
  font-family: "freight-sans-pro", sans-serif;
  font-size: 18px;
  line-height: 1.5; }
  @media only screen and (max-width: 900px) {
    body {
      font-size: 16px; } }

h1, h2, h3 {
  font-family: "Shift", serif;
  line-height: 1.2; }

a {
  color: #600216; }

.btn {
  border-radius: 3px;
  display: inline-block;
  font-family: "freight-sans-pro", sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 0.25em 1.25em;
  text-transform: uppercase;
  background: #600216;
  color: white; }
  .btn:hover {
    background: #fec057;
    color: #600216; }
  .btn:hover {
    text-decoration: none; }
  .btn:active {
    -webkit-transform: translate3d(1px, 1px, 0);
            transform: translate3d(1px, 1px, 0); }

.btn-ghost {
  border-radius: 3px;
  display: inline-block;
  font-family: "freight-sans-pro", sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 0.25em 1.25em;
  text-transform: uppercase;
  border: 1px solid #600216;
  color: #600216; }
  .btn-ghost:hover {
    text-decoration: none; }
  .btn-ghost:active {
    -webkit-transform: translate3d(1px, 1px, 0);
            transform: translate3d(1px, 1px, 0); }

.btn-ghost-invert {
  border-radius: 3px;
  display: inline-block;
  font-family: "freight-sans-pro", sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 0.25em 1.25em;
  text-transform: uppercase;
  border: 1px solid white;
  border-color: rgba(255, 255, 255, 0.25);
  color: white;
  font-weight: normal; }
  .btn-ghost-invert:hover {
    background-color: white;
    color: black; }
  .btn-ghost-invert:hover {
    text-decoration: none; }
  .btn-ghost-invert:active {
    -webkit-transform: translate3d(1px, 1px, 0);
            transform: translate3d(1px, 1px, 0); }

.serial {
  font-family: "freight-sans-pro", sans-serif;
  font-weight: normal;
  height: 1.2em;
  line-height: 1.2; }
  .serial .season {
    font-family: "Shift", serif;
    font-weight: bold; }

form {
  max-width: 40em; }
  form .description {
    color: black;
    font-size: 1.22222em; }
  form .help {
    color: #bcbec0;
    font-size: 0.83333em; }

.form-element-text label,
.form-element-password label {
  font-size: 0.88889em;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-transform: uppercase; }

input[type="text"],
input[type="search"],
input[type="email"],
input[type="password"] {
  background: white;
  border: 1px solid #cccccc;
  margin: 0.25em 0;
  padding: 0.5em 0.75em; }
  input[type="text"]:focus,
  input[type="search"]:focus,
  input[type="email"]:focus,
  input[type="password"]:focus {
    border-color: #fec057; }

.form-element-submit {
  margin-top: 2em; }
  .form-element-submit input[type="submit"],
  .form-element-submit button[type="submit"] {
    border-radius: 3px;
    display: inline-block;
    font-family: "freight-sans-pro", sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.1em;
    padding: 0.25em 1.25em;
    text-transform: uppercase;
    background: #600216;
    color: white;
    padding: 0.75em 2em; }
    .form-element-submit input[type="submit"]:hover,
    .form-element-submit button[type="submit"]:hover {
      background: #fec057;
      color: #600216; }
    .form-element-submit input[type="submit"]:hover,
    .form-element-submit button[type="submit"]:hover {
      text-decoration: none; }
    .form-element-submit input[type="submit"]:active,
    .form-element-submit button[type="submit"]:active {
      -webkit-transform: translate3d(1px, 1px, 0);
              transform: translate3d(1px, 1px, 0); }

.form-element--register p,
.form-element--forgot p {
  color: gray;
  margin: 0 0 0.5em; }

.form-element--register a,
.form-element--forgot a {
  color: #62b4cd;
  text-decoration: none; }
  .form-element--register a:hover,
  .form-element--forgot a:hover {
    text-decoration: underline; }

@media only screen and (min-width: 1101px) {
  body.has-open-menu {
    overflow: hidden; } }

.pagewrap {
  background: white;
  padding-top: 160px;
  position: relative;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s; }
  @media only screen and (max-width: 900px) {
    .pagewrap {
      padding-top: 132px; } }
  @media only screen and (max-width: 400px) {
    .pagewrap {
      padding-top: 115px; } }

.content-main {
  min-height: 50vh;
  overflow: hidden;
  padding: 4em 3.57143%;
  background: white;
  background-image: linear-gradient(to bottom, #e6e6e6 0px, white 100px, white);
  background-repeat: no-repeat; }
  .page-issue .content-main,
  .page-story .content-main {
    background: transparent;
    padding: 0; }

.content-wrap {
  margin: 0 auto;
  overflow: visible;
  width: 46.15385%; }
  @media only screen and (min-width: 1500px) {
    .content-wrap {
      width: 692.30769px; } }
  @media only screen and (max-width: 1200px) {
    .content-wrap {
      width: 53.84615%; } }
  @media only screen and (max-width: 900px) {
    .content-wrap {
      width: 69.23077%; } }
  @media only screen and (max-width: 600px) {
    .content-wrap {
      width: 92.30769%; } }

.content-wrap--sidebar {
  width: auto; }
  .content-wrap--sidebar .content-sidebar {
    float: left;
    margin-right: 3.84615%;
    width: 23.07692%; }
  .content-wrap--sidebar .content-primary {
    float: right;
    width: 73.07692%; }

.header-wrap {
  width: 100%;
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
  z-index: 500;
  position: absolute;
  top: 0;
  right: 0;
  left: 0; }
  @media only screen and (min-width: 1101px) {
    .has-fixed-nav .header-wrap {
      position: fixed;
      -webkit-transform: translate3d(0, -100%, 0);
              transform: translate3d(0, -100%, 0);
      -webkit-transition: -webkit-transform 0s;
      transition: -webkit-transform 0s;
      transition: transform 0s;
      transition: transform 0s, -webkit-transform 0s; } }
  @media only screen and (min-width: 1101px) and (max-width: 900px) {
    .has-fixed-nav .header-wrap .anchor-library {
      padding-top: 10px;
      padding-bottom: 10px; } }
  @media only screen and (min-width: 1101px) and (max-width: 370px) {
    .has-fixed-nav .header-wrap .anchor-library {
      padding-top: 8px;
      padding-bottom: 8px; } }
  @media only screen and (min-width: 1101px) {
    .has-fixed-nav-expanded .header-wrap {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
      -webkit-transition: -webkit-transform 0.2s;
      transition: -webkit-transform 0.2s;
      transition: transform 0.2s;
      transition: transform 0.2s, -webkit-transform 0.2s; } }
  .header-wrap .anchor-library {
    color: #bcbec0;
    display: block;
    float: right;
    height: 22px;
    padding: 14px 0;
    text-decoration: none;
    z-index: 50;
    position: absolute;
    right: 3.57143%;
    bottom: 0; }
    @media only screen and (max-width: 370px) {
      .header-wrap .anchor-library {
        height: 20px;
        padding: 16px 0; } }
    .header-wrap .anchor-library:hover {
      opacity: 0.75; }
  .header-wrap .hamburger-text {
    font-size: 15px;
    letter-spacing: 0.15em;
    padding-right: 0.5em;
    position: relative;
    top: -2px;
    text-transform: uppercase; }
    @media only screen and (max-width: 900px) {
      .header-wrap .hamburger-text {
        display: none; } }
  .header-wrap .hamburger-icon {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 30px;
    height: 22px; }
    @media only screen and (max-width: 400px) {
      .header-wrap .hamburger-icon {
        width: 26px; } }
    .header-wrap .hamburger-icon:hover {
      opacity: 1; }
    .header-wrap .hamburger-icon .hamburger-box {
      width: 100%;
      height: 22px; }
    .header-wrap .hamburger-icon .hamburger-inner, .header-wrap .hamburger-icon .hamburger-inner:before, .header-wrap .hamburger-icon .hamburger-inner:after {
      background-color: #bcbec0;
      width: 30px;
      height: 3px; }
      @media only screen and (max-width: 400px) {
        .header-wrap .hamburger-icon .hamburger-inner, .header-wrap .hamburger-icon .hamburger-inner:before, .header-wrap .hamburger-icon .hamburger-inner:after {
          width: 26px; } }
    .header-wrap .hamburger-icon .hamburger-inner:before {
      top: -9px; }
      @media only screen and (max-width: 400px) {
        .header-wrap .hamburger-icon .hamburger-inner:before {
          top: -8px; } }
    .header-wrap .hamburger-icon .hamburger-inner:after {
      bottom: -9px; }
      @media only screen and (max-width: 400px) {
        .header-wrap .hamburger-icon .hamburger-inner:after {
          bottom: -8px; } }
    .header-wrap .hamburger-icon.is-active .hamburger-inner:before {
      -webkit-transform: translate3d(0, 9px, 0) rotate(45deg);
              transform: translate3d(0, 9px, 0) rotate(45deg); }
      @media only screen and (max-width: 400px) {
        .header-wrap .hamburger-icon.is-active .hamburger-inner:before {
          -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
                  transform: translate3d(0, 8px, 0) rotate(45deg); } }
    .header-wrap .hamburger-icon.is-active .hamburger-inner:after {
      -webkit-transform: translate3d(0, -9px, 0) rotate(-45deg);
              transform: translate3d(0, -9px, 0) rotate(-45deg); }
      @media only screen and (max-width: 400px) {
        .header-wrap .hamburger-icon.is-active .hamburger-inner:after {
          -webkit-transform: translate3d(0, -8px, 0) rotate(-45deg);
                  transform: translate3d(0, -8px, 0) rotate(-45deg); } }

.super-header {
  overflow: hidden;
  height: 92px;
  overflow: hidden;
  padding: 0.5em 3.57143%;
  position: relative;
  z-index: 100;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#771120), color-stop(60%, #600216), to(#600216));
  background-image: linear-gradient(to bottom, #771120, #600216 60%, #600216); }
  @media only screen and (max-width: 900px) {
    .super-header {
      height: 66px; } }
  @media only screen and (max-width: 400px) {
    .super-header {
      height: 50px; } }
  .super-header .umn-logo {
    display: block;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    width: 184px;
    height: 20px;
    position: absolute;
    top: 0.5em;
    left: 3.57143%; }
    .super-header .umn-logo img {
      display: block;
      width: 100%;
      height: auto; }
  .super-header .umn-logo-full {
    width: 290px;
    height: 38px; }
    @media only screen and (max-width: 900px) {
      .super-header .umn-logo-full {
        width: 225px;
        height: 30px; } }
    @media only screen and (max-width: 600px) {
      body.has-expanded-search .super-header .umn-logo-full {
        opacity: 0;
        pointer-events: none; } }
    @media only screen and (max-width: 400px) {
      .super-header .umn-logo-full {
        width: 175px;
        height: 24px; } }
  .super-header .umn-logo-sm {
    display: none; }
  .super-header .umnf-nameplate {
    color: white;
    letter-spacing: 0.05em;
    line-height: 1;
    text-transform: uppercase;
    position: absolute;
    top: 82px;
    left: 3.57143%; }
    @media only screen and (max-width: 900px) {
      .super-header .umnf-nameplate {
        top: 58px; } }
    @media only screen and (max-width: 600px) {
      body.has-expanded-search .super-header .umnf-nameplate {
        opacity: 0;
        pointer-events: none; } }
    @media only screen and (max-width: 400px) {
      .super-header .umnf-nameplate {
        font-size: 13px;
        top: 42px; } }
    .super-header .umnf-nameplate a {
      color: white; }
  .super-header .search-form {
    padding-right: 3.57143%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0; }
    .super-header .search-form.is-expanded .form-element--term {
      display: inline-block; }
    .super-header .search-form form {
      font-size: 16px;
      overflow: hidden;
      padding: 18px 0;
      position: relative;
      white-space: nowrap;
      z-index: 10; }
      @media only screen and (max-width: 900px) {
        .super-header .search-form form {
          padding: 9px 0; } }
    .super-header .search-form .form-element {
      display: inline;
      display: inline-block;
      margin: 0;
      vertical-align: middle; }
    .super-header .search-form .form-element--term {
      margin-right: 0.5em;
      overflow: hidden;
      width: 12em; }
      @media only screen and (max-width: 600px) {
        .super-header .search-form .form-element--term {
          display: none; } }
      .super-header .search-form .form-element--term label {
        display: none; }
      .super-header .search-form .form-element--term input {
        background: white;
        border: none;
        font-family: "freight-sans-pro", sans-serif;
        font-size: 15px;
        margin: 0;
        padding: 1px 6px; }
    .super-header .search-form .form-element-button button {
      background: url("https://d10p6pkj5na3og.cloudfront.net/legacy/Theme/search.png") no-repeat center;
      background-size: contain;
      direction: ltr;
      text-indent: -999em;
      width: 22px;
      height: 22px; }
  @media only screen and (min-width: 1101px) {
    .has-fixed-nav .super-header {
      background: #600216;
      height: 20px;
      z-index: 200; }
      .has-fixed-nav .super-header .umnf-nameplate,
      .has-fixed-nav .super-header .umn-logo-full {
        display: none; }
      .has-fixed-nav .super-header .umn-logo-sm {
        display: block; }
      .has-fixed-nav .super-header .search-form {
        background: #fec057; }
        .has-fixed-nav .super-header .search-form:after {
          background: #fec057;
          content: " ";
          display: block;
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg);
          -webkit-transform-origin: left top;
                  transform-origin: left top;
          height: 150%;
          width: 3em;
          position: absolute;
          top: 0;
          left: 0; }
        .has-fixed-nav .super-header .search-form form {
          padding: 6px 0; }
        .has-fixed-nav .super-header .search-form .form-element--term {
          opacity: 0;
          -webkit-transition: width 0.2s, opacity 0.2s;
          transition: width 0.2s, opacity 0.2s;
          width: 0; }
        .has-fixed-nav .super-header .search-form.is-expanded .form-element--term {
          margin-left: 0.5em;
          opacity: 1;
          width: 12em; }
        .has-fixed-nav .super-header .search-form.is-expanded .form-element-button button {
          border-radius: 3px;
          display: inline-block;
          font-family: "freight-sans-pro", sans-serif;
          font-size: 14px;
          font-weight: bold;
          letter-spacing: 0.1em;
          padding: 0.25em 1.25em;
          text-transform: uppercase;
          border: 1px solid #600216;
          color: #600216;
          background-image: none;
          background-color: #fec057;
          color: #600216;
          padding: 0 8px;
          text-indent: 0;
          width: auto;
          height: auto; }
          .has-fixed-nav .super-header .search-form.is-expanded .form-element-button button:hover {
            text-decoration: none; }
          .has-fixed-nav .super-header .search-form.is-expanded .form-element-button button:active {
            -webkit-transform: translate3d(1px, 1px, 0);
                    transform: translate3d(1px, 1px, 0); } }

.header-main {
  background: white;
  height: 22px;
  padding: 14px 3.57143%;
  position: relative;
  z-index: 10; }
  .page-issue:not(.has-fixed-nav) .header-main {
    background: transparent; }
    .page-issue:not(.has-fixed-nav) .header-main .sitename {
      display: none; }
      @media only screen and (max-width: 900px) {
        .page-issue:not(.has-fixed-nav) .header-main .sitename {
          display: block; } }
    @media only screen and (min-width: 901px) {
      .page-issue:not(.has-fixed-nav) .header-main .serial {
        color: black;
        margin-left: 3.57143%;
        margin-top: 0.9em;
        padding-bottom: 0;
        width: auto; } }
  @media only screen and (min-width: 1101px) {
    .has-fixed-nav .header-main {
      background: white;
      -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
              box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2); } }
  @media only screen and (min-width: 1101px) and (max-width: 900px) {
    .has-fixed-nav .header-main {
      padding-top: 10px;
      padding-bottom: 10px; }
      .has-fixed-nav .header-main .serial {
        padding-top: 10px;
        padding-bottom: 10px; } }
  @media only screen and (min-width: 1101px) and (max-width: 370px) {
    .has-fixed-nav .header-main {
      height: 16px; }
      .has-fixed-nav .header-main .sitename {
        margin-top: 0; }
      .has-fixed-nav .header-main .serial {
        display: none; } }
  .has-open-menu .header-main .sitename,
  .has-open-menu .header-main .serial {
    opacity: 0;
    pointer-events: none; }
  .header-main .sitename,
  .header-main .serial {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s; }
  .header-main .sitename {
    float: left;
    margin: 0;
    width: 100px;
    height: 20px; }
    @media only screen and (max-width: 370px) {
      .header-main .sitename {
        margin-top: -6px;
        width: 80px;
        height: 16px; } }
    .header-main .sitename a {
      display: block; }
    .header-main .sitename img {
      display: block;
      width: 100%;
      height: auto; }
  .header-main .serial {
    color: #bcbec0;
    display: block;
    font-size: 1.11111em;
    height: 22px;
    margin-left: -5em;
    padding: 14px 0;
    text-align: center;
    width: 10em;
    position: absolute;
    top: 0;
    left: 50%; }
    @media only screen and (max-width: 370px) {
      .header-main .serial {
        clear: left;
        font-size: 12px;
        height: auto;
        margin-left: 0;
        padding: 0.5em 0;
        position: static;
        text-align: left;
        width: auto; } }

/**
 * Thanks. https://jonsuh.com/hamburgers/
 */
.hamburger-icon {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }

.hamburger-icon:hover {
  opacity: 0.7; }

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease; }

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block; }

.hamburger-inner::before {
  top: -10px; }

.hamburger-inner::after {
  bottom: -10px; }

.hamburger-icon .hamburger-box {
  -webkit-perspective: 80px;
  perspective: 80px; }

.hamburger-icon .hamburger-inner {
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger-icon .hamburger-inner::before, .hamburger-icon .hamburger-inner::after {
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger-icon.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg); }

.hamburger-icon.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger-icon.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
  transform: translate3d(0, -10px, 0) rotate(-45deg); }

.nav-main {
  background: #600216;
  border-top: 1px solid white;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(-4em);
          transform: translateY(-4em);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.15s;
  transition: opacity 0.3s, -webkit-transform 0.15s;
  transition: opacity 0.3s, transform 0.15s;
  transition: opacity 0.3s, transform 0.15s, -webkit-transform 0.15s;
  z-index: 20;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  top: 110px;
  right: 0;
  left: 0; }
  @media only screen and (min-width: 1101px) {
    .nav-main {
      height: 100vh;
      overflow: auto; } }
  @media only screen and (max-width: 900px) {
    .nav-main {
      top: 82px; } }
  @media only screen and (max-width: 400px) {
    .nav-main {
      top: 66px; } }
  .nav-main:after {
    background-color: white;
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 32.14286%; }
    @media only screen and (max-width: 1200px) {
      .nav-main:after {
        display: none; } }
  .no-js .nav-main {
    height: auto;
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
            transform: none;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto; }
    .no-js .nav-main .nav-current-issue {
      background: white;
      background-image: linear-gradient(to bottom, #e6e6e6 0px, white 100px, white);
      background-repeat: no-repeat; }
    .no-js .nav-main .nav-library,
    .no-js .nav-main .nav-current-issue .issue-group {
      opacity: 1; }
  .has-open-menu .nav-main {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
    .has-open-menu .nav-main .nav-library,
    .has-open-menu .nav-main .nav-current-issue .issue-group {
      opacity: 1;
      -webkit-transition-delay: 0.15s;
              transition-delay: 0.15s;
      -webkit-transition-duration: 0.3s;
              transition-duration: 0.3s; }
    .has-open-menu .nav-main .nav-current-issue {
      -webkit-transition-delay: 0.3s;
              transition-delay: 0.3s; }
  @media only screen and (min-width: 1101px) {
    .has-fixed-nav .nav-main {
      height: calc(100vh - 38px);
      position: fixed;
      top: 38px; } }
  .nav-main .nav-library,
  .nav-main .nav-current-issue .issue-group {
    opacity: 0;
    -webkit-transition: opacity 0.15s;
    transition: opacity 0.15s; }
  .nav-main .nav-header {
    font-size: 1.22222em; }
  .nav-main .nav-library {
    background: #600216;
    color: white;
    float: left;
    padding: 2em 3.57143%;
    position: relative;
    width: 25%;
    z-index: 10; }
    @media only screen and (max-width: 1200px) {
      .nav-main .nav-library {
        float: none;
        width: auto; } }
    .nav-main .nav-library li {
      float: left;
      list-style: none;
      margin-right: 7.14286%;
      margin-bottom: 1em;
      width: 42.85714%; }
      @media only screen and (max-width: 1200px) {
        .nav-main .nav-library li {
          clear: none;
          margin-right: 3.57143%;
          max-width: 160px;
          width: 19.23077%; } }
      @media only screen and (max-width: 750px) {
        .nav-main .nav-library li {
          width: 21.42857%; } }
      @media only screen and (max-width: 600px) {
        .nav-main .nav-library li {
          width: 46.15385%; } }
      .nav-main .nav-library li .menuitem {
        color: white;
        display: block;
        text-decoration: none; }
    .nav-main .nav-library .menuitem:hover .issue-cover img {
      opacity: 0.75; }
    @media only screen and (max-width: 1200px) {
      .nav-main .nav-library .cover-wrap {
        max-width: 100%;
        width: 160px; } }
    .nav-main .nav-library .issue-cover {
      background-color: black;
      margin-bottom: 0.5em; }
      .nav-main .nav-library .issue-cover img {
        display: block;
        width: 100%;
        height: auto; }
    .nav-main .nav-library .serial {
      font-size: 1.11111em;
      letter-spacing: 0.05em;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .nav-main .nav-library .btnwrap {
      clear: both;
      padding-top: 1em; }
      @media only screen and (max-width: 400px) {
        .nav-main .nav-library .btnwrap {
          text-align: center; } }
  .nav-main .nav-current-issue {
    background: white;
    float: right;
    padding: 2em 3.57143%;
    position: relative;
    width: 60.71429%;
    z-index: 5; }
    @media only screen and (max-width: 1200px) {
      .nav-main .nav-current-issue {
        float: none;
        width: auto; } }
    .nav-main .nav-current-issue .nav-header {
      font-weight: normal; }
    .nav-main .nav-current-issue .issue-group {
      margin: 0 0 2em;
      min-height: 0;
      padding: 0; }
      .nav-main .nav-current-issue .issue-group:last-child {
        margin-bottom: 0; }
    .nav-main .nav-current-issue .issue-group-hed {
      border-top: 0;
      border-bottom: 1px solid #e6e6e6;
      color: #fec057;
      margin: 0 0 1em;
      padding: 0;
      text-align: left; }
    .nav-main .nav-current-issue .field-department {
      display: none; }
    .nav-main .nav-current-issue .issue-features {
      overflow: visible; }
      .nav-main .nav-current-issue .issue-features .issue-group-wrap {
        border: 0;
        min-height: 0;
        margin-left: 0;
        padding: 0; }
      .nav-main .nav-current-issue .issue-features .story-teaser {
        clear: left;
        float: left;
        width: 47.05882%; }
        .nav-main .nav-current-issue .issue-features .story-teaser:nth-child(even) {
          clear: none;
          float: right; }
        @media only screen and (max-width: 1200px) {
          .nav-main .nav-current-issue .issue-features .story-teaser {
            width: 48.07692%; } }
        @media only screen and (max-width: 800px) {
          .nav-main .nav-current-issue .issue-features .story-teaser {
            float: none;
            margin-left: 0;
            width: 76.92308%; }
            .nav-main .nav-current-issue .issue-features .story-teaser:nth-child(even) {
              float: none; } }
        @media only screen and (max-width: 600px) {
          .nav-main .nav-current-issue .issue-features .story-teaser {
            margin-bottom: 1em;
            width: auto; } }
        .nav-main .nav-current-issue .issue-features .story-teaser .storylink:before {
          height: 2em; }
        .nav-main .nav-current-issue .issue-features .story-teaser .storylink:after {
          display: none; }
        @media only screen and (max-width: 400px) {
          .nav-main .nav-current-issue .issue-features .story-teaser .storylink {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex; } }
        .nav-main .nav-current-issue .issue-features .story-teaser .thumbnail {
          height: 150px;
          padding-bottom: 0;
          width: 150px; }
          @media only screen and (max-width: 1200px) {
            .nav-main .nav-current-issue .issue-features .story-teaser .thumbnail {
              height: 180px;
              width: 180px; } }
          @media only screen and (max-width: 600px) {
            .nav-main .nav-current-issue .issue-features .story-teaser .thumbnail {
              height: 140px;
              width: 140px; } }
        .nav-main .nav-current-issue .issue-features .story-teaser .info {
          max-height: 180px;
          padding: 1em;
          width: 62.5%; }
          @media only screen and (max-width: 600px) {
            .nav-main .nav-current-issue .issue-features .story-teaser .info {
              max-height: 140px;
              text-align: left; } }
        .nav-main .nav-current-issue .issue-features .story-teaser .story-title {
          font-size: 0.88889em; }
          @media only screen and (max-width: 1200px) {
            .nav-main .nav-current-issue .issue-features .story-teaser .story-title {
              font-size: 1.11111em; } }
        .nav-main .nav-current-issue .issue-features .story-teaser .story-summary {
          font-size: 0.77778em;
          line-height: 1.4; }
    .nav-main .nav-current-issue .issue-departments {
      clear: both;
      padding-top: 3em; }
      @media only screen and (max-width: 500px) {
        .nav-main .nav-current-issue .issue-departments {
          padding-top: 1em; } }
      .nav-main .nav-current-issue .issue-departments .issue-group-wrap {
        padding: 0; }
        .nav-main .nav-current-issue .issue-departments .issue-group-wrap:after {
          display: none; }
      .nav-main .nav-current-issue .issue-departments .issue-dpt-group {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        clear: none;
        float: left;
        margin: 0;
        padding-right: 1.5em;
        width: 20%; }
        @media only screen and (max-width: 900px) {
          .nav-main .nav-current-issue .issue-departments .issue-dpt-group {
            margin-bottom: 2em;
            width: 33.33333%; }
            .nav-main .nav-current-issue .issue-departments .issue-dpt-group:nth-child(4) {
              clear: left; } }
        @media only screen and (max-width: 600px) {
          .nav-main .nav-current-issue .issue-departments .issue-dpt-group {
            float: none;
            width: auto; } }
      .nav-main .nav-current-issue .issue-departments .issue-dpt-group-hed {
        color: black;
        font-size: 0.88889em;
        letter-spacing: 0.05em;
        text-align: left; }
      .nav-main .nav-current-issue .issue-departments .story-link {
        font-size: 0.83333em;
        line-height: 1.25;
        margin: 0 0 0.75em; }
        .nav-main .nav-current-issue .issue-departments .story-link a {
          color: black; }

.footer-main {
  background: #3c3c3c;
  border-top: 0.33333em solid #600216;
  padding: 2em 3.57143% 1em;
  position: relative; }
  .footer-main .colleft {
    position: absolute;
    top: 2em;
    left: 3.57143%; }
    .footer-main .colleft .btn {
      clear: left;
      float: left; }
  .footer-main .colright {
    padding-top: 33px;
    text-align: right;
    position: absolute;
    top: 2em;
    right: 3.57143%; }
    .footer-main .colright .small {
      max-width: 16em; }
    @media only screen and (max-width: 900px) {
      .footer-main .colright {
        margin-bottom: 3em;
        padding-top: 0; }
        .footer-main .colright .small {
          margin: 0 auto; } }
  @media only screen and (max-width: 900px) {
    .footer-main .colleft,
    .footer-main .colright {
      clear: none;
      float: none;
      position: static;
      text-align: center; }
      .footer-main .colleft .btn,
      .footer-main .colright .btn {
        float: none; } }
  .footer-main .nameplate {
    display: block;
    float: left;
    width: 150px;
    height: 33px; }
    @media only screen and (max-width: 900px) {
      .footer-main .nameplate {
        float: none;
        margin: 0 auto 1em; } }
    .footer-main .nameplate img {
      display: block;
      width: 100%;
      height: auto; }
  .footer-main .btn {
    border: 1px solid #771120;
    margin: 0.75em 0; }
    @media only screen and (max-width: 900px) {
      .footer-main .btn {
        margin-top: 0; } }
    .footer-main .btn:hover {
      border-color: #fec057; }
  .footer-main .umn-logo {
    display: block;
    max-width: 290px;
    margin: 0 auto 2em; }
  .footer-main .small {
    color: white;
    font-size: 12px; }
    @media only screen and (max-width: 370px) {
      .footer-main .small {
        font-size: 11px; } }
    .footer-main .small a {
      color: inherit;
      text-decoration: underline; }
  .footer-main .legal {
    color: gray;
    text-align: center; }

.page-issue .content-main {
  overflow: visible; }

.issue {
  background: #e6e6e6;
  background-image: linear-gradient(to bottom, #cdcdcd 0px, #e6e6e6 100px, #e6e6e6);
  background-repeat: no-repeat; }

.issue-group-hed {
  border-top: 1px solid #cccccc;
  color: #bcbec0;
  font-family: "freight-sans-pro", sans-serif;
  font-size: 1.11111em;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin: 0 0 4em;
  padding: 1em 0 0;
  text-align: center;
  text-transform: uppercase; }
  @media only screen and (max-width: 600px) {
    .issue-group-hed {
      margin-bottom: 2em; } }

.issue-features {
  margin-top: -50px;
  min-height: 100vh;
  overflow: hidden;
  position: relative; }
  @media only screen and (max-width: 900px) {
    .issue-features {
      margin-top: 0; } }
  .issue-features .issue-cover {
    background: gray;
    width: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0; }
    @media only screen and (max-width: 900px) {
      .issue-features .issue-cover {
        position: relative;
        width: 100%; } }
    .issue-features .issue-cover .cover {
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      height: 50em;
      height: 100vh;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0; }
      @media only screen and (max-width: 900px) {
        .issue-features .issue-cover .cover {
          height: 40em;
          height: 100vh;
          height: calc(100vh - 132px);
          position: relative; } }
    .issue-features .issue-cover .tagline {
      padding: 2em 2em 1em; }
    .issue-features .issue-cover .nameplate {
      padding: 0 2em 2em; }
    .issue-features .issue-cover img {
      display: block;
      width: 100%;
      height: auto; }
    @media only screen and (min-width: 901px) {
      .issue-features .issue-cover.is-stuck .cover {
        position: fixed;
        width: 50%; }
      .issue-features .issue-cover.is-past .cover {
        position: absolute;
        top: auto;
        bottom: 0;
        width: 100%; } }
  .issue-features .issue-group-wrap {
    border-top: 50px solid white;
    margin-left: 50%;
    padding: 3.57143% 3.57143% 0; }
    @media only screen and (max-width: 900px) {
      .issue-features .issue-group-wrap {
        border-top: none;
        margin-left: 0;
        padding-right: 7.14286%;
        padding-left: 7.14286%; } }
    @media only screen and (max-width: 600px) {
      .issue-features .issue-group-wrap {
        padding-right: 3.57143%;
        padding-left: 3.57143%; } }
  @media only screen and (max-width: 600px) {
    .issue-features .story-teaser {
      margin-bottom: 1em; } }
  .issue-features .story-teaser:last-child {
    margin-bottom: 0; }
  .issue-features .story-summary {
    max-width: 30em; }

.issue-dispatches {
  padding: 4em 3.57143%; }
  @media only screen and (max-width: 1200px) {
    .issue-dispatches {
      padding-right: 14.28571%;
      padding-left: 14.28571%; } }
  @media only screen and (max-width: 900px) {
    .issue-dispatches {
      padding-right: 3.57143%;
      padding-left: 3.57143%; } }
  .issue-dispatches .dpt-dispatch {
    background-color: white;
    margin: 1em 1em 0 0;
    position: relative; }
    .issue-dispatches .dpt-dispatch:before, .issue-dispatches .dpt-dispatch:after {
      background-color: #62b4cd;
      content: " ";
      display: block;
      position: absolute; }
    .issue-dispatches .dpt-dispatch:before {
      height: 1em;
      bottom: 100%;
      right: 0;
      left: 0;
      -webkit-transform: skew(-45deg);
              transform: skew(-45deg);
      -webkit-transform-origin: left bottom;
              transform-origin: left bottom; }
    .issue-dispatches .dpt-dispatch:after {
      left: 100%;
      top: 0;
      bottom: 0;
      -webkit-transform: skewY(-45deg);
              transform: skewY(-45deg);
      -webkit-transform-origin: left top;
              transform-origin: left top;
      width: 1em; }
    .issue-dispatches .dpt-dispatch .ribbonshadow {
      background-color: rgba(0, 0, 0, 0.2);
      -webkit-transform: skewY(-45deg);
              transform: skewY(-45deg);
      -webkit-transform-origin: left top;
              transform-origin: left top;
      width: 1em;
      z-index: 10;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 100%; }
    .issue-dispatches .dpt-dispatch .bannerwrap {
      margin-right: -1em;
      position: relative; }

.issue-departments {
  overflow: hidden;
  padding: 0 3.57143%;
  position: relative; }
  @media only screen and (max-width: 900px) {
    .issue-departments {
      padding-right: 7.14286%;
      padding-left: 7.14286%; } }
  @media only screen and (max-width: 600px) {
    .issue-departments {
      padding-right: 3.57143%;
      padding-left: 3.57143%; } }
  .issue-departments .issue-group-wrap {
    overflow: hidden;
    position: relative; }
    .issue-departments .issue-group-wrap:after {
      border-left: 1px solid #cccccc;
      content: " ";
      display: block;
      position: absolute;
      top: 2.75em;
      bottom: 4em;
      left: 50%; }
      @media only screen and (max-width: 900px) {
        .issue-departments .issue-group-wrap:after {
          display: none; } }
  .issue-departments .story-teaser.is-first {
    margin-bottom: 0.33333333em;
    padding: 0;
    text-align: center; }
    .issue-departments .story-teaser.is-first:last-child {
      margin-bottom: 0; }
    .issue-departments .story-teaser.is-first .storylink:after {
      right: 8.33333%;
      left: 8.33333%;
      bottom: 1em; }
    .issue-departments .story-teaser.is-first .thumbnail {
      background: gray;
      height: 0;
      overflow: hidden;
      padding-bottom: 41.66667%;
      position: relative; }
      @media only screen and (max-width: 400px) {
        .issue-departments .story-teaser.is-first .thumbnail {
          padding-bottom: 56.25%; } }
      .issue-departments .story-teaser.is-first .thumbnail img {
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        position: absolute;
        top: 50%;
        right: 0;
        left: 0; }
    .issue-departments .story-teaser.is-first .info {
      padding-right: 8.33333%;
      padding-left: 8.33333%;
      padding-bottom: 2.5em; }
    .issue-departments .story-teaser.is-first .story-summary {
      margin-right: auto;
      margin-left: auto;
      max-width: 30em; }
  .issue-departments .story-teaser.not-first {
    margin-bottom: 0;
    overflow: hidden;
    padding: 0 8.33333%; }
    .issue-departments .story-teaser.not-first:after {
      border-bottom: 1px solid #e6e6e6;
      content: " ";
      display: block;
      position: absolute;
      right: 8.33333%;
      bottom: 0;
      left: 8.33333%; }
    .issue-departments .story-teaser.not-first:last-child:after {
      display: none; }
    .issue-departments .story-teaser.not-first .storylink {
      overflow: hidden;
      margin: 2em 0;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
      .issue-departments .story-teaser.not-first .storylink:after {
        margin-left: 1em;
        left: 40%; }
      .issue-departments .story-teaser.not-first .storylink:hover {
        -webkit-box-shadow: none;
                box-shadow: none; }
      @media only screen and (max-width: 400px) {
        .issue-departments .story-teaser.not-first .storylink {
          display: block;
          margin-bottom: 1em; }
          .issue-departments .story-teaser.not-first .storylink:after {
            margin-left: 0;
            left: 0; } }
    .issue-departments .story-teaser.not-first .thumbnail {
      -ms-flex-item-align: start;
          align-self: flex-start;
      float: left;
      width: 40%; }
      @supports (display: flex) {
        .issue-departments .story-teaser.not-first .thumbnail {
          float: none; } }
      @media only screen and (max-width: 400px) {
        .issue-departments .story-teaser.not-first .thumbnail {
          float: none;
          margin-bottom: 1em;
          width: auto; } }
    .issue-departments .story-teaser.not-first .thumbnail-inner {
      overflow: hidden;
      height: 0;
      padding-bottom: 100%;
      position: relative; }
      .issue-departments .story-teaser.not-first .thumbnail-inner div {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0; }
      .issue-departments .story-teaser.not-first .thumbnail-inner img {
        -o-object-fit: cover;
           object-fit: cover;
        font-family: 'object-fit: cover;';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0; }
    .issue-departments .story-teaser.not-first .info {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 0;
      padding-left: 1em;
      width: 60%; }
      @media only screen and (max-width: 400px) {
        .issue-departments .story-teaser.not-first .info {
          padding: 0 0 1em;
          text-align: center;
          width: auto; } }
  .issue-departments .story-teaser .field-department {
    display: none; }

.issue-dpt-group {
  clear: left;
  float: left;
  margin-bottom: 4em;
  width: 46.15385%; }
  .issue-dpt-group:nth-child(even) {
    clear: right;
    float: right; }
  @media only screen and (max-width: 900px) {
    .issue-dpt-group, .issue-dpt-group:nth-child(even) {
      clear: both;
      float: none;
      width: auto; } }

.issue-dpt-group-hed {
  font-family: "freight-sans-pro", sans-serif;
  font-size: 1.44444em;
  letter-spacing: 0.1em;
  text-transform: uppercase; }
  @media only screen and (max-width: 900px) {
    .issue-dpt-group-hed {
      text-align: center; } }
  .issue-dpt-group--gallery .issue-dpt-group-hed {
    color: #77b889; }
  .issue-dpt-group--gifts-at-work .issue-dpt-group-hed {
    color: #f36c22; }
  .issue-dpt-group--students .issue-dpt-group-hed {
    color: #ce1629; }
  .issue-dpt-group--impact .issue-dpt-group-hed {
    color: #685083; }
  .issue-dpt-group--research .issue-dpt-group-hed {
    color: #62b4cd; }

.issue-dpt-group--support .issue-dpt-group-hed {
  color: #600216; }

@media only screen and (max-width: 400px) {
  .issue-dpt-group--support .story-teaser .thumbnail img {
    margin-left: -10%;
    width: 120%; } }

.issue-dpt-group--support .story-teaser .info {
  padding-right: 8.33333%;
  padding-left: 8.33333%;
  text-align: left; }
  @media only screen and (max-width: 400px) {
    .issue-dpt-group--support .story-teaser .info {
      padding-bottom: 1.5em !important; } }

.issue-dpt-group--support .story-teaser .btnwrap {
  margin-top: 1em;
  padding-bottom: 0.5em;
  text-align: center; }
  @media only screen and (max-width: 400px) {
    .issue-dpt-group--support .story-teaser .btnwrap {
      margin-top: 1.5em; } }

.issue-dpt-group--support .story-teaser .btn {
  color: white;
  display: inline-block; }

.issue-library .cover-wrap {
  position: relative; }
  .issue-library .cover-wrap:after {
    background-image: url("https://d10p6pkj5na3og.cloudfront.net/legacy/Theme/nameplate-cover.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 90% auto;
    content: " ";
    display: block;
    height: 0;
    padding-bottom: 20.77922%;
    position: absolute;
    top: 5%;
    right: 0;
    left: 0; }

.page-archive .content-main {
  background: #e6e6e6;
  background-image: linear-gradient(to bottom, #cdcdcd 0px, #e6e6e6 100px, #e6e6e6);
  background-repeat: no-repeat; }

.library-full {
  width: auto; }
  .library-full:after {
    clear: both;
    content: " ";
    display: block; }
  .library-full ul.library {
    list-style: none;
    overflow: visible; }
  .library-full .issue-list-item {
    float: left;
    margin-right: 3.84615%;
    width: 30.76923%; }
    .library-full .issue-list-item:nth-child(3n) {
      margin-right: 0; }
  .library-full .issue-teaser {
    background: white;
    color: gray;
    display: block;
    text-decoration: none; }
    .library-full .issue-teaser:hover {
      -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
              box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      color: black; }
  .library-full .issue-cover {
    background: gray;
    margin: 0; }
  .library-full .serial {
    font-size: 1.22222em;
    padding: 0.75em;
    text-align: center; }

.component-hero {
  background: gray;
  display: none;
  position: relative; }
  .component-hero .field-asset.ui-imageuploader {
    background: #cccccc;
    margin: 0; }
  .component-hero .fieldwrap-credit {
    color: gray;
    font-size: 0.77778em;
    letter-spacing: 0.05em;
    padding: 0.25em 0.5em;
    text-transform: uppercase;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0; }
    @media only screen and (max-width: 900px) {
      .component-hero .fieldwrap-credit {
        font-size: 12px; } }
    .component-hero .fieldwrap-credit [contenteditable]:focus {
      letter-spacing: 0;
      text-transform: none; }
  .story-dpt-cover .component-hero,
  .story-dpt-feature .component-hero {
    display: block; }

.component-imagecmp,
.component-video {
  clear: both;
  margin: 4em auto; }
  @media only screen and (max-width: 600px) {
    .component-imagecmp,
    .component-video {
      margin: 2em auto; } }
  .component-imagecmp:first-child,
  .component-video:first-child {
    margin-top: 0; }
  .component-imagecmp .field-meta,
  .component-video .field-meta {
    color: gray;
    margin: 0 auto; }
    @media only screen and (min-width: 1350px) {
      .component-imagecmp .field-meta,
      .component-video .field-meta {
        font-size: 0.9em; } }
    @media only screen and (max-width: 600px) {
      .component-imagecmp .field-meta,
      .component-video .field-meta {
        font-size: 14px; } }
  .component-imagecmp .field-wrap-asset,
  .component-imagecmp .field-video,
  .component-video .field-wrap-asset,
  .component-video .field-video {
    margin: 0 0 1em; }
  .component-imagecmp .fieldwrap-credit,
  .component-video .fieldwrap-credit {
    color: #bcbec0;
    font-size: 0.77778em;
    letter-spacing: 0.05em;
    padding: 0.5em 0 0;
    text-transform: uppercase; }
    @media only screen and (max-width: 600px) {
      .component-imagecmp .fieldwrap-credit,
      .component-video .fieldwrap-credit {
        font-size: 12px; } }
    .component-imagecmp .fieldwrap-credit [contenteditable]:focus,
    .component-video .fieldwrap-credit [contenteditable]:focus {
      letter-spacing: 0;
      text-transform: none; }
  .component-imagecmp.align-full, .component-imagecmp[data-align="full"],
  .component-video.align-full,
  .component-video[data-align="full"] {
    clear: both;
    margin-right: -25%;
    margin-left: -25%; }
    @media only screen and (max-width: 1200px) {
      .component-imagecmp.align-full, .component-imagecmp[data-align="full"],
      .component-video.align-full,
      .component-video[data-align="full"] {
        margin-right: -28.57143%;
        margin-left: -28.57143%; } }
    .component-imagecmp.align-full .field-meta, .component-imagecmp[data-align="full"] .field-meta,
    .component-video.align-full .field-meta,
    .component-video[data-align="full"] .field-meta {
      margin: 0 auto;
      width: 66.66667%; }
      @media only screen and (max-width: 1200px) {
        .component-imagecmp.align-full .field-meta, .component-imagecmp[data-align="full"] .field-meta,
        .component-video.align-full .field-meta,
        .component-video[data-align="full"] .field-meta {
          width: 63.63636%; } }
    .story-dpt-cover .component-imagecmp.align-full,
    .story-dpt-feature .component-imagecmp.align-full, .story-dpt-cover .component-imagecmp[data-align="full"],
    .story-dpt-feature .component-imagecmp[data-align="full"], .story-dpt-cover
    .component-video.align-full,
    .story-dpt-feature
    .component-video.align-full, .story-dpt-cover
    .component-video[data-align="full"],
    .story-dpt-feature
    .component-video[data-align="full"] {
      margin-right: -35.71429%;
      margin-left: -35.71429%; }
      .story-dpt-cover .component-imagecmp.align-full .field-meta,
      .story-dpt-feature .component-imagecmp.align-full .field-meta, .story-dpt-cover .component-imagecmp[data-align="full"] .field-meta,
      .story-dpt-feature .component-imagecmp[data-align="full"] .field-meta, .story-dpt-cover
      .component-video.align-full .field-meta,
      .story-dpt-feature
      .component-video.align-full .field-meta, .story-dpt-cover
      .component-video[data-align="full"] .field-meta,
      .story-dpt-feature
      .component-video[data-align="full"] .field-meta {
        width: 58.33333%; }
    @media only screen and (max-width: 900px) {
      .component-imagecmp.align-full,
      .story-dpt-cover .component-imagecmp.align-full,
      .story-dpt-feature .component-imagecmp.align-full, .component-imagecmp[data-align="full"],
      .story-dpt-cover .component-imagecmp[data-align="full"],
      .story-dpt-feature .component-imagecmp[data-align="full"],
      .component-video.align-full,
      .story-dpt-cover
      .component-video.align-full,
      .story-dpt-feature
      .component-video.align-full,
      .component-video[data-align="full"],
      .story-dpt-cover
      .component-video[data-align="full"],
      .story-dpt-feature
      .component-video[data-align="full"] {
        margin-right: -22.22222%;
        margin-left: -22.22222%; }
        .component-imagecmp.align-full .field-meta,
        .story-dpt-cover .component-imagecmp.align-full .field-meta,
        .story-dpt-feature .component-imagecmp.align-full .field-meta, .component-imagecmp[data-align="full"] .field-meta,
        .story-dpt-cover .component-imagecmp[data-align="full"] .field-meta,
        .story-dpt-feature .component-imagecmp[data-align="full"] .field-meta,
        .component-video.align-full .field-meta,
        .story-dpt-cover
        .component-video.align-full .field-meta,
        .story-dpt-feature
        .component-video.align-full .field-meta,
        .component-video[data-align="full"] .field-meta,
        .story-dpt-cover
        .component-video[data-align="full"] .field-meta,
        .story-dpt-feature
        .component-video[data-align="full"] .field-meta {
          width: 69.23077%; } }
    @media only screen and (max-width: 600px) {
      .component-imagecmp.align-full,
      .story-dpt-cover .component-imagecmp.align-full,
      .story-dpt-feature .component-imagecmp.align-full, .component-imagecmp[data-align="full"],
      .story-dpt-cover .component-imagecmp[data-align="full"],
      .story-dpt-feature .component-imagecmp[data-align="full"],
      .component-video.align-full,
      .story-dpt-cover
      .component-video.align-full,
      .story-dpt-feature
      .component-video.align-full,
      .component-video[data-align="full"],
      .story-dpt-cover
      .component-video[data-align="full"],
      .story-dpt-feature
      .component-video[data-align="full"] {
        margin-right: -4.16667%;
        margin-left: -4.16667%; }
        .component-imagecmp.align-full .field-meta,
        .story-dpt-cover .component-imagecmp.align-full .field-meta,
        .story-dpt-feature .component-imagecmp.align-full .field-meta, .component-imagecmp[data-align="full"] .field-meta,
        .story-dpt-cover .component-imagecmp[data-align="full"] .field-meta,
        .story-dpt-feature .component-imagecmp[data-align="full"] .field-meta,
        .component-video.align-full .field-meta,
        .story-dpt-cover
        .component-video.align-full .field-meta,
        .story-dpt-feature
        .component-video.align-full .field-meta,
        .component-video[data-align="full"] .field-meta,
        .story-dpt-cover
        .component-video[data-align="full"] .field-meta,
        .story-dpt-feature
        .component-video[data-align="full"] .field-meta {
          width: 92.30769%; } }

.component-imagecmp.align-side, .component-imagecmp[data-align="side"] {
  margin-right: 33.33333%;
  width: 66.66667%; }
  @media only screen and (max-width: 1200px) {
    .component-imagecmp.align-side, .component-imagecmp[data-align="side"] {
      margin-right: 35.71429%;
      width: 64.28571%; } }
  @media only screen and (max-width: 900px) {
    .component-imagecmp.align-side, .component-imagecmp[data-align="side"] {
      margin-right: 33.33333%;
      width: 66.66667%; } }
  .story-dpt-cover .component-imagecmp.align-side,
  .story-dpt-feature .component-imagecmp.align-side, .story-dpt-cover .component-imagecmp[data-align="side"],
  .story-dpt-feature .component-imagecmp[data-align="side"] {
    clear: left;
    float: left;
    margin-left: -35.71429%;
    margin-right: 7.14286%;
    width: 57.14286%; }
    @media only screen and (max-width: 900px) {
      .story-dpt-cover .component-imagecmp.align-side,
      .story-dpt-feature .component-imagecmp.align-side, .story-dpt-cover .component-imagecmp[data-align="side"],
      .story-dpt-feature .component-imagecmp[data-align="side"] {
        margin-right: 11.11111%;
        margin-left: -22.22222%;
        width: 55.55556%; } }
  @media only screen and (max-width: 600px) {
    .component-imagecmp.align-side,
    .story-dpt-cover .component-imagecmp.align-side,
    .story-dpt-feature .component-imagecmp.align-side, .component-imagecmp[data-align="side"],
    .story-dpt-cover .component-imagecmp[data-align="side"],
    .story-dpt-feature .component-imagecmp[data-align="side"] {
      float: none;
      margin-right: 16.66667%;
      margin-left: 0;
      width: 83.33333%; } }

.component-imagemap {
  margin-right: -66.66667%;
  margin-left: -66.66667%; }
  @media only screen and (min-width: 1500px) {
    .component-imagemap {
      margin-right: -428.57143px;
      margin-left: -428.57143px; } }
  @media only screen and (max-width: 1200px) {
    .component-imagemap {
      margin-right: -50%;
      margin-left: -50%; } }
  .story-dpt-cover .component-imagemap,
  .story-dpt-feature .component-imagemap {
    margin-right: -50%;
    margin-left: -50%; }
    @media only screen and (min-width: 1500px) {
      .story-dpt-cover .component-imagemap,
      .story-dpt-feature .component-imagemap {
        margin-right: -375px;
        margin-left: -375px; } }
  @media only screen and (max-width: 900px) {
    .component-imagemap,
    .story-dpt-cover .component-imagemap,
    .story-dpt-feature .component-imagemap {
      margin-right: -27.77778%;
      margin-left: -27.77778%; } }
  @media only screen and (max-width: 600px) {
    .component-imagemap,
    .story-dpt-cover .component-imagemap,
    .story-dpt-feature .component-imagemap {
      margin-right: -8.33333%;
      margin-left: -8.33333%; } }
  .component-imagemap .field-imagemap-asset {
    border: solid black;
    border-width: 3px 0; }
  .component-imagemap .field-pin,
  .component-imagemap .subcomponent-index {
    background-color: #3c3c3c;
    border: 2px solid white;
    border-radius: 50%;
    color: white;
    font-family: "freight-sans-pro", sans-serif;
    font-size: 1em;
    line-height: 2em;
    padding: 0.5em;
    text-align: center;
    width: 2em;
    height: 2em; }
  .component-imagemap .field-pin {
    cursor: pointer;
    opacity: 0.66;
    -webkit-transition: opacity 0.15s;
    transition: opacity 0.15s; }
    @media only screen and (max-width: 600px) {
      .component-imagemap .field-pin {
        line-height: 1.5em;
        width: 1.5em;
        height: 1.5em; } }
    @media only screen and (max-width: 350px) {
      .component-imagemap .field-pin {
        font-size: 12px;
        opacity: 1; } }
    .component-imagemap .field-pin:hover, .component-imagemap .field-pin.is-active {
      border-color: white;
      opacity: 1; }
  .component-imagemap .subcomponent-index {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 10;
    position: absolute;
    top: 3.75em;
    left: 10.71429%; }
    @media only screen and (max-width: 900px) {
      .component-imagemap .subcomponent-index {
        left: 7.14286%; } }
    @media only screen and (max-width: 600px) {
      .component-imagemap .subcomponent-index {
        margin-left: -1em;
        position: relative;
        top: auto;
        left: auto;
        -webkit-transform: none;
                transform: none; } }
  .component-imagemap .imagechildren,
  .component-imagemap .subcomponent-imagechild {
    background: #e6e6e6;
    background-image: linear-gradient(to bottom, #cdcdcd 0px, #e6e6e6 100px, #e6e6e6);
    background-repeat: no-repeat; }
  .component-imagemap .subcomponent-imagechild {
    padding: 3em 10.71429%;
    position: relative; }
    @media only screen and (max-width: 900px) {
      .component-imagemap .subcomponent-imagechild {
        padding-right: 7.14286%;
        padding-left: 10.71429%; } }
    @media only screen and (max-width: 600px) {
      .component-imagemap .subcomponent-imagechild {
        padding: 2em 7.14286%; } }
    .component-imagemap .subcomponent-imagechild .field-meta {
      float: left;
      padding-left: 9.09091%;
      width: 36.36364%; }
      @media only screen and (max-width: 900px) {
        .component-imagemap .subcomponent-imagechild .field-meta {
          padding-left: 8.69565%;
          width: 39.13043%; } }
      @media only screen and (max-width: 600px) {
        .component-imagemap .subcomponent-imagechild .field-meta {
          float: none;
          padding-left: 0;
          width: auto; } }
    .component-imagemap .subcomponent-imagechild .field-wrap-asset {
      float: right;
      width: 45.45455%; }
      @media only screen and (max-width: 900px) {
        .component-imagemap .subcomponent-imagechild .field-wrap-asset {
          width: 43.47826%; } }
      @media only screen and (max-width: 600px) {
        .component-imagemap .subcomponent-imagechild .field-wrap-asset {
          float: none;
          margin-left: 0;
          width: auto; }
          .component-imagemap .subcomponent-imagechild .field-wrap-asset [data-jsload] {
            margin-bottom: 1em; } }
  .component-imagemap.js-enabled .subcomponent-imagechild {
    display: none; }
    @media only screen and (max-width: 600px) {
      .component-imagemap.js-enabled .subcomponent-imagechild {
        display: block; } }
    .component-imagemap.js-enabled .subcomponent-imagechild.is-visible {
      display: block; }
  .component-imagemap .ui-close-wrap {
    background: #cccccc;
    display: none; }
  .component-imagemap .ui-close {
    border: none;
    color: #3c3c3c;
    cursor: pointer;
    display: block;
    font-size: 0.83333em;
    letter-spacing: 0.05em;
    padding: 1.5em 1em;
    text-align: center;
    text-transform: uppercase; }
    .component-imagemap .ui-close:hover {
      color: #ce1629; }
      .component-imagemap .ui-close:hover .icon-close:before,
      .component-imagemap .ui-close:hover .icon-close:after {
        background-color: #ce1629; }
    .component-imagemap .ui-close .icon-close {
      display: inline-block;
      height: 3px;
      position: relative;
      top: -2px;
      vertical-align: middle;
      width: 30px; }
      .component-imagemap .ui-close .icon-close:before, .component-imagemap .ui-close .icon-close:after {
        background-color: gray;
        content: " ";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0; }
      .component-imagemap .ui-close .icon-close:before {
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg); }
      .component-imagemap .ui-close .icon-close:after {
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg); }
  .component-imagemap.has-visible-child .ui-close-wrap {
    display: block; }
    @media only screen and (max-width: 600px) {
      .component-imagemap.has-visible-child .ui-close-wrap {
        display: none;
        height: 0; } }
  .no-js .component-imagemap .subcomponent-imagechild {
    display: none; }
    .no-js .component-imagemap .subcomponent-imagechild:target {
      display: block; }
  .story-dpt-cover .component-imagemap .field-pin,
  .story-dpt-feature .component-imagemap .field-pin, .story-dpt-cover
  .component-imagemap .subcomponent-index,
  .story-dpt-feature
  .component-imagemap .subcomponent-index {
    background-color: #fec057; }
  .story-dpt-dispatch .component-imagemap .field-pin, .story-dpt-dispatch
  .component-imagemap .subcomponent-index {
    background-color: #62b4cd; }
  .story-dpt-students .component-imagemap .field-pin, .story-dpt-students
  .component-imagemap .subcomponent-index {
    background-color: #ce1629; }
  .story-dpt-research .component-imagemap .field-pin, .story-dpt-research
  .component-imagemap .subcomponent-index {
    background-color: #62b4cd; }
  .story-dpt-impact .component-imagemap .field-pin, .story-dpt-impact
  .component-imagemap .subcomponent-index {
    background-color: #685083; }
  .story-dpt-gifts-at-work .component-imagemap .field-pin, .story-dpt-gifts-at-work
  .component-imagemap .subcomponent-index {
    background-color: #f36c22; }
  .story-dpt-gallery .component-imagemap .field-pin, .story-dpt-gallery
  .component-imagemap .subcomponent-index {
    background-color: #77b889; }
  .component-imagemap[data-is-editmode] .field-pin .icon-drag:before,
  .component-imagemap[data-is-editmode] .field-pin .icon-drag:after {
    border-color: white; }
  .component-imagemap[data-is-editmode] .ui-add-wrap {
    text-align: center; }
  .component-imagemap[data-is-editmode] .imagechildren {
    display: none; }
  .component-imagemap[data-is-editmode].has-insertable-focus .imagechildren {
    display: block; }

.component-gallery {
  clear: both;
  margin-right: -41.66667%;
  margin-left: -41.66667%; }
  .component-gallery .field-meta {
    margin: 0 22.72727%; }
  @media only screen and (min-width: 1500px) {
    .component-gallery {
      margin-right: -267.85714px;
      margin-left: -267.85714px; } }
  @media only screen and (max-width: 1200px) {
    .component-gallery {
      margin-right: -28.57143%;
      margin-left: -28.57143%; }
      .component-gallery .field-meta {
        margin-right: 18.18182%;
        margin-left: 18.18182%; } }
  .story-dpt-cover .component-gallery,
  .story-dpt-feature .component-gallery {
    margin-right: -28.57143%;
    margin-left: -28.57143%; }
    @media only screen and (min-width: 1500px) {
      .story-dpt-cover .component-gallery,
      .story-dpt-feature .component-gallery {
        margin-right: -214.28571px;
        margin-left: -214.28571px; } }
    .story-dpt-cover .component-gallery .field-meta,
    .story-dpt-feature .component-gallery .field-meta {
      margin: 0 18.18182%; }
  @media only screen and (max-width: 900px) {
    .component-gallery,
    .story-dpt-cover .component-gallery,
    .story-dpt-feature .component-gallery {
      margin-right: -16.66667%;
      margin-left: -16.66667%; }
      .component-gallery .field-meta,
      .story-dpt-cover .component-gallery .field-meta,
      .story-dpt-feature .component-gallery .field-meta {
        margin-right: 12.5%;
        margin-left: 12.5%; } }
  @media only screen and (max-width: 600px) {
    .component-gallery,
    .story-dpt-cover .component-gallery,
    .story-dpt-feature .component-gallery {
      margin-right: -4.16667%;
      margin-left: -4.16667%; }
      .component-gallery .field-meta,
      .story-dpt-cover .component-gallery .field-meta,
      .story-dpt-feature .component-gallery .field-meta {
        margin-right: 3.84615%;
        margin-left: 3.84615%; } }
  .component-gallery .fieldwrap-gallery {
    border: solid #bcbec0;
    border-width: 2px 0;
    padding: 2em 0; }
  .component-gallery .gallery-slides {
    position: relative; }
  .component-gallery .imagechildren {
    margin-bottom: 0; }
  .component-gallery .field-wrap-asset {
    background: #cccccc;
    height: 0;
    margin-bottom: 1em;
    overflow: hidden;
    padding-bottom: 66.66667%;
    position: relative; }
    .component-gallery .field-wrap-asset .field-asset,
    .component-gallery .field-wrap-asset .ui-imageuploader .input-wrap,
    .component-gallery .field-wrap-asset .default-asset,
    .component-gallery .field-wrap-asset [data-js],
    .component-gallery .field-wrap-asset img {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
    .component-gallery .field-wrap-asset .field-asset[data-asset] .input-wrap {
      background-color: transparent !important; }
    .component-gallery .field-wrap-asset .input-wrap img,
    .component-gallery .field-wrap-asset img {
      height: 100%;
      margin: 0 auto;
      width: auto; }
  .component-gallery .field-meta {
    color: gray; }
    @media only screen and (max-width: 600px) {
      .component-gallery .field-meta {
        font-size: 14px; } }
  .component-gallery .fieldwrap-credit {
    font-size: 0.77778em;
    letter-spacing: 0.025em;
    margin-top: 1.5em;
    text-transform: uppercase; }
    @media only screen and (max-width: 600px) {
      .component-gallery .fieldwrap-credit {
        font-size: 12px; } }
  .component-gallery .gallery-thumbs {
    margin: 0 -1.13636%;
    padding: 2px; }
    @media only screen and (max-width: 900px) {
      .component-gallery .gallery-thumbs {
        margin-right: -1.04167%;
        margin-left: -1.04167%; } }
  .component-gallery .imagechild-thumb {
    margin: 0 auto 2em;
    margin-right: 1.11111%;
    margin-left: 1.11111%;
    margin-bottom: 2.22222%;
    padding: 0;
    position: relative;
    width: 10.27778%; }
    .component-gallery .imagechild-thumb a {
      opacity: 0.5; }
    @media only screen and (max-width: 900px) {
      .component-gallery .imagechild-thumb {
        margin-right: 1.02041%;
        margin-left: 1.02041%;
        width: 14.62585%; } }
    .component-gallery .imagechild-thumb.is-active:before {
      border-top: 0.125em solid #fec057;
      content: " ";
      display: block;
      pointer-events: none;
      z-index: 2;
      width: 100%;
      height: 0;
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0; }
    .component-gallery .imagechild-thumb.is-active a {
      opacity: 1; }
  .component-gallery .gallery-controls {
    padding-top: 33.33333%;
    pointer-events: none;
    z-index: 10;
    position: absolute;
    top: 0;
    right: 0;
    left: 0; }
    @media only screen and (max-width: 600px) {
      .component-gallery .gallery-controls {
        display: none; } }
    .component-gallery .gallery-controls a[data-action] {
      border: none;
      padding: 1em;
      pointer-events: auto;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      position: absolute;
      top: 100%; }
    .component-gallery .gallery-controls a[data-action="prev"] {
      right: 100%; }
    .component-gallery .gallery-controls a[data-action="next"] {
      left: 100%; }
    .component-gallery .gallery-controls .icon {
      background-color: white;
      background-image: url("https://d10p6pkj5na3og.cloudfront.net/legacy/Theme/gallery-arrows.png");
      background-position: center left;
      background-repeat: no-repeat;
      display: block;
      width: 27px;
      height: 77px; }
    .component-gallery .gallery-controls .icon-next {
      background-position: center right; }
    .component-gallery .gallery-controls .text {
      display: none; }
  .no-js .component-gallery .gallery-controls {
    display: none; }
  .no-js .component-gallery .subcomponent-imagechild {
    display: none; }
    .no-js .component-gallery .subcomponent-imagechild:target {
      display: block; }

.component-pullquote.align-side, .component-pullquote[data-align="side"],
.component-sidenote.align-side,
.component-sidenote[data-align="side"],
.component-ctacmp.align-side,
.component-ctacmp[data-align="side"] {
  clear: left;
  float: left;
  margin-left: -41.66667%;
  margin-right: 8.33333%;
  width: 58.33333%; }
  @media only screen and (max-width: 1200px) {
    .component-pullquote.align-side, .component-pullquote[data-align="side"],
    .component-sidenote.align-side,
    .component-sidenote[data-align="side"],
    .component-ctacmp.align-side,
    .component-ctacmp[data-align="side"] {
      margin-left: -35.71429%;
      margin-right: 7.14286%;
      width: 50%; } }
  @media only screen and (max-width: 900px) {
    .component-pullquote.align-side, .component-pullquote[data-align="side"],
    .component-sidenote.align-side,
    .component-sidenote[data-align="side"],
    .component-ctacmp.align-side,
    .component-ctacmp[data-align="side"] {
      margin-left: -22.22222%;
      margin-right: 11.11111%;
      width: 55.55556%; } }
  @media only screen and (max-width: 600px) {
    .component-pullquote.align-side, .component-pullquote[data-align="side"],
    .component-sidenote.align-side,
    .component-sidenote[data-align="side"],
    .component-ctacmp.align-side,
    .component-ctacmp[data-align="side"] {
      float: none;
      margin-left: 0;
      margin-right: 16.66667%;
      width: 83.33333%; } }

.story-dpt-cover .component-pullquote.align-side,
.story-dpt-feature .component-pullquote.align-side, .story-dpt-cover .component-pullquote[data-align="side"],
.story-dpt-feature .component-pullquote[data-align="side"], .story-dpt-cover
.component-sidenote.align-side,
.story-dpt-feature
.component-sidenote.align-side, .story-dpt-cover
.component-sidenote[data-align="side"],
.story-dpt-feature
.component-sidenote[data-align="side"] {
  clear: right;
  float: right;
  margin-right: -35.71429%;
  margin-left: 7.14286%;
  width: 50%; }
  @media only screen and (max-width: 900px) {
    .story-dpt-cover .component-pullquote.align-side,
    .story-dpt-feature .component-pullquote.align-side, .story-dpt-cover .component-pullquote[data-align="side"],
    .story-dpt-feature .component-pullquote[data-align="side"], .story-dpt-cover
    .component-sidenote.align-side,
    .story-dpt-feature
    .component-sidenote.align-side, .story-dpt-cover
    .component-sidenote[data-align="side"],
    .story-dpt-feature
    .component-sidenote[data-align="side"] {
      margin-right: -22.22222%;
      margin-left: 11.11111%;
      width: 55.55556%; } }
  @media only screen and (max-width: 600px) {
    .story-dpt-cover .component-pullquote.align-side,
    .story-dpt-feature .component-pullquote.align-side, .story-dpt-cover .component-pullquote[data-align="side"],
    .story-dpt-feature .component-pullquote[data-align="side"], .story-dpt-cover
    .component-sidenote.align-side,
    .story-dpt-feature
    .component-sidenote.align-side, .story-dpt-cover
    .component-sidenote[data-align="side"],
    .story-dpt-feature
    .component-sidenote[data-align="side"] {
      float: none;
      margin-right: 16.66667%;
      margin-left: 0;
      width: 83.33333%; } }

h1 + .component-pullquote.align-side,
h2 + .component-pullquote.align-side,
h3 + .component-pullquote.align-side, h1 + .component-pullquote[data-align="side"],
h2 + .component-pullquote[data-align="side"],
h3 + .component-pullquote[data-align="side"], h1 +
.component-sidenote.align-side,
h2 +
.component-sidenote.align-side,
h3 +
.component-sidenote.align-side, h1 +
.component-sidenote[data-align="side"],
h2 +
.component-sidenote[data-align="side"],
h3 +
.component-sidenote[data-align="side"] {
  margin-top: 0; }

.component-pullquote {
  clear: none;
  font-size: 1em;
  margin: 3em 0;
  padding: 0; }
  .component-pullquote:first-child {
    margin-top: 0; }
  .component-pullquote .pullquote-wrap {
    border-left: 1px solid #bcbec0;
    color: black;
    font-family: "Shift", serif;
    font-weight: bold;
    margin-left: 0.25em;
    padding: 0 0 0 1.25em;
    text-align: left; }
  .component-pullquote .field-pullquote {
    font-size: 1.66667em;
    font-style: normal;
    line-height: 1.25; }
    @media only screen and (max-width: 600px) {
      .component-pullquote .field-pullquote {
        font-size: 1.33333em; } }
  .component-pullquote .fieldwrap-attribution {
    font-style: italic;
    padding: 1em 0 0; }
    @media only screen and (max-width: 600px) {
      .component-pullquote .fieldwrap-attribution {
        font-size: 14px; } }
  .story-dpt-cover .component-pullquote.align-side .pullquote-wrap,
  .story-dpt-feature .component-pullquote.align-side .pullquote-wrap, .story-dpt-cover .component-pullquote[data-align="side"] .pullquote-wrap,
  .story-dpt-feature .component-pullquote[data-align="side"] .pullquote-wrap {
    margin-left: 0; }
  @media only screen and (max-width: 600px) {
    .component-pullquote.align-side .pullquote-wrap, .component-pullquote[data-align="side"] .pullquote-wrap {
      color: gray; } }

.component-sidenote {
  clear: none;
  color: gray;
  font-size: 0.88889em;
  line-height: 1.6875;
  position: relative; }
  .component-sidenote:first-child {
    margin-top: 0.5em; }
  .component-sidenote .field-text {
    border: solid #cccccc;
    border-width: 1px 0 0 1px;
    padding: 1.6875em 0 0 1.6875em; }
  .component-sidenote:last-child {
    margin-bottom: 0; }
    .component-sidenote:last-child .field-text {
      border: none;
      padding-top: 0;
      padding-left: 0; }
  .component-sidenote.align-side, .component-sidenote[data-align="side"] {
    padding-top: 0; }

.component-ctacmp {
  border: none;
  font-family: "freight-sans-pro", sans-serif;
  padding: 0.5em 0 0; }
  .component-ctacmp .fieldwrap-cta {
    background: #fec057;
    color: #600216;
    margin-right: 0.5em;
    padding: 2em 2.5em;
    position: relative; }
    @media only screen and (max-width: 600px) {
      .component-ctacmp .fieldwrap-cta {
        padding: 1.5em; } }
    .component-ctacmp .fieldwrap-cta:before, .component-ctacmp .fieldwrap-cta:after {
      background: gray;
      content: " ";
      display: block;
      position: absolute; }
    .component-ctacmp .fieldwrap-cta:before {
      background: #3c3c3c;
      height: 0.5em;
      right: 0;
      bottom: 100%;
      left: 0;
      -webkit-transform: skew(-45deg);
              transform: skew(-45deg);
      -webkit-transform-origin: left bottom;
              transform-origin: left bottom; }
    .component-ctacmp .fieldwrap-cta:after {
      top: 0;
      left: 100%;
      bottom: 0;
      width: 0.5em;
      -webkit-transform: skewY(-45deg);
              transform: skewY(-45deg);
      -webkit-transform-origin: left top;
              transform-origin: left top; }
  .component-ctacmp .textplaceholder {
    color: white; }
  .component-ctacmp .field-hed {
    border-bottom: 2px solid gray;
    font-family: "freight-sans-pro", sans-serif;
    font-size: 1.11111em;
    letter-spacing: 0.05em;
    margin: 0 0 1em;
    padding: 0 0 0.25em;
    text-transform: uppercase; }
    .component-ctacmp .field-hed [contenteditable]:focus {
      letter-spacing: 0;
      text-transform: none; }
  .component-ctacmp .field-text {
    color: #3c3c3c;
    margin: 1em 0; }
  .component-ctacmp .field-button {
    margin: 2em 0 0; }
    .component-ctacmp .field-button .button {
      border-radius: 3px;
      display: inline-block;
      font-family: "freight-sans-pro", sans-serif;
      font-size: 14px;
      font-weight: bold;
      letter-spacing: 0.1em;
      padding: 0.25em 1.25em;
      text-transform: uppercase;
      background: #600216;
      color: white;
      border: none; }
      .component-ctacmp .field-button .button:hover {
        background: #fec057;
        color: #600216; }
      .component-ctacmp .field-button .button:hover {
        text-decoration: none; }
      .component-ctacmp .field-button .button:active {
        -webkit-transform: translate3d(1px, 1px, 0);
                transform: translate3d(1px, 1px, 0); }
      .component-ctacmp .field-button .button:hover {
        background: black;
        color: white; }
  .story-dpt-cover .component-ctacmp.align-side,
  .story-dpt-feature .component-ctacmp.align-side, .story-dpt-cover .component-ctacmp[data-align="side"],
  .story-dpt-feature .component-ctacmp[data-align="side"] {
    margin-right: 7.14286%;
    margin-left: -35.71429%;
    width: 50%; }
    @media only screen and (max-width: 900px) {
      .story-dpt-cover .component-ctacmp.align-side,
      .story-dpt-feature .component-ctacmp.align-side, .story-dpt-cover .component-ctacmp[data-align="side"],
      .story-dpt-feature .component-ctacmp[data-align="side"] {
        margin-right: 11.11111%;
        margin-left: -22.22222%;
        width: 55.55556%; } }
    @media only screen and (max-width: 600px) {
      .story-dpt-cover .component-ctacmp.align-side,
      .story-dpt-feature .component-ctacmp.align-side, .story-dpt-cover .component-ctacmp[data-align="side"],
      .story-dpt-feature .component-ctacmp[data-align="side"] {
        margin-right: 16.66667%;
        margin-left: 0;
        width: 83.33333%; } }
  h1 + .component-ctacmp.align-side,
  h2 + .component-ctacmp.align-side,
  h3 + .component-ctacmp.align-side, h1 + .component-ctacmp[data-align="side"],
  h2 + .component-ctacmp[data-align="side"],
  h3 + .component-ctacmp[data-align="side"] {
    margin-top: 1em; }

.component-share {
  color: gray;
  display: none;
  padding-right: 3.57143%;
  padding-top: 4em;
  text-align: center;
  width: 7.14286%;
  z-index: 10; }
  @media (min-width: 601px) {
    .component-share {
      display: block; } }
  @media (min-width: 1401px) {
    .component-share {
      width: 3.57143%; } }
  .component-share, .component-share[contenteditable] {
    position: absolute;
    right: 0; }
  .component-share .component-share-label {
    font-family: "freight-sans-pro", sans-serif;
    font-size: 10px;
    letter-spacing: 0.1em;
    line-height: 1.2;
    text-transform: uppercase; }
  .component-share .links li {
    display: block;
    margin: .5em 0; }
  .component-share .links a {
    width: 40px;
    height: 40px;
    border: 1px solid #cccccc;
    border-radius: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    line-height: 40px;
    margin: 0 auto; }
    .component-share .links a:hover {
      background-color: #fec057;
      border-color: #fec057; }
      .component-share .links a:hover svg {
        fill: #600216; }
  .component-share .links svg {
    display: inline-block;
    fill: gray;
    position: relative;
    top: -2px;
    vertical-align: middle; }

.story {
  line-height: 1.5; }

.story-teaser {
  background: white; }
  .story-teaser .storylink {
    color: gray;
    display: block;
    text-decoration: none; }
    .story-teaser .storylink:hover {
      -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
              box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      color: black; }
      .story-teaser .storylink:hover .story-title {
        text-decoration: underline; }
  .story-teaser .thumbnail {
    background: gray;
    margin: 0; }
    .story-teaser .thumbnail img {
      display: block; }
  .story-teaser .info {
    overflow: hidden;
    padding: 1.5em;
    position: relative; }
  .story-teaser .field-department {
    font-size: 0.88889em;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.2;
    margin-bottom: 2em;
    text-transform: uppercase; }
  .story-teaser .story-title {
    color: black;
    font-size: 1.22222em;
    margin: 0.25em 0; }
  .story-teaser .story-summary {
    font-size: 0.88889em; }
  .story-teaser.dpt-cover .storylink, .story-teaser.dpt-feature .storylink,
  .story-next .story-teaser .storylink {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow: hidden; }
    .story-teaser.dpt-cover .storylink:before, .story-teaser.dpt-feature .storylink:before,
    .story-next .story-teaser .storylink:before {
      content: " ";
      display: block;
      height: 3em;
      pointer-events: none;
      z-index: 3;
      background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(1.5em, white), to(white));
      background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), white 1.5em, white);
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0; }
    .story-teaser.dpt-cover .storylink:after, .story-teaser.dpt-feature .storylink:after,
    .story-next .story-teaser .storylink:after {
      margin-left: 1.5em;
      left: 250px;
      right: 1.5em;
      bottom: 1em;
      z-index: 5; }
  .story-teaser.dpt-cover .thumbnail, .story-teaser.dpt-feature .thumbnail,
  .story-next .story-teaser .thumbnail {
    float: left;
    margin: 0;
    overflow: hidden;
    position: relative;
    z-index: 5;
    width: 250px;
    height: 250px; }
    .story-teaser.dpt-cover .thumbnail div, .story-teaser.dpt-feature .thumbnail div,
    .story-next .story-teaser .thumbnail div {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
    .story-teaser.dpt-cover .thumbnail img, .story-teaser.dpt-feature .thumbnail img,
    .story-next .story-teaser .thumbnail img {
      -o-object-fit: cover;
         object-fit: cover;
      font-family: 'object-fit: cover;';
      width: 100%;
      height: 100%; }
  .story-teaser.dpt-cover .info, .story-teaser.dpt-feature .info,
  .story-next .story-teaser .info {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-height: 250px;
    position: relative;
    width: calc(100% - 250px); }
  .story-teaser.dpt-cover .field-department, .story-teaser.dpt-feature .field-department,
  .story-next .story-teaser .field-department {
    color: #fec057; }
  @media only screen and (max-width: 1200px) {
    .story-teaser.dpt-cover .storylink:before, .story-teaser.dpt-feature .storylink:before,
    .story-next .story-teaser .storylink:before {
      height: 2em;
      background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(0.5em, white), to(white));
      background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), white 0.5em, white); }
    .story-teaser.dpt-cover .storylink:after, .story-teaser.dpt-feature .storylink:after,
    .story-next .story-teaser .storylink:after {
      margin-left: 1em;
      left: 180px;
      right: 1em;
      bottom: 0.5em; }
    .story-teaser.dpt-cover .thumbnail, .story-teaser.dpt-feature .thumbnail,
    .story-next .story-teaser .thumbnail {
      width: 180px;
      height: 180px; }
    .story-teaser.dpt-cover .info, .story-teaser.dpt-feature .info,
    .story-next .story-teaser .info {
      max-height: 180px;
      padding-top: 1em;
      padding-left: 1em;
      padding-right: 1em;
      width: calc(100% - 180px); }
    .story-teaser.dpt-cover .field-department, .story-teaser.dpt-feature .field-department,
    .story-next .story-teaser .field-department {
      font-size: 0.77778em;
      margin-bottom: 1.25em; } }
  @media only screen and (max-width: 900px) {
    .story-teaser.dpt-cover .storylink:after, .story-teaser.dpt-feature .storylink:after,
    .story-next .story-teaser .storylink:after {
      left: 200px;
      bottom: 1em; }
    .story-teaser.dpt-cover .thumbnail, .story-teaser.dpt-feature .thumbnail,
    .story-next .story-teaser .thumbnail {
      width: 200px;
      height: 200px; }
    .story-teaser.dpt-cover .info, .story-teaser.dpt-feature .info,
    .story-next .story-teaser .info {
      max-height: 200px;
      width: calc(100% - 200px); }
    .story-teaser.dpt-cover .field-department, .story-teaser.dpt-feature .field-department,
    .story-next .story-teaser .field-department {
      font-size: 14px; } }
  @media only screen and (max-width: 600px) {
    .story-teaser.dpt-cover .storylink:after, .story-teaser.dpt-feature .storylink:after,
    .story-next .story-teaser .storylink:after {
      left: 150px; }
    .story-teaser.dpt-cover .thumbnail, .story-teaser.dpt-feature .thumbnail,
    .story-next .story-teaser .thumbnail {
      width: 150px;
      height: 150px; }
    .story-teaser.dpt-cover .info, .story-teaser.dpt-feature .info,
    .story-next .story-teaser .info {
      max-height: 150px;
      width: calc(100% - 150px); } }
  @media only screen and (max-width: 400px) {
    .story-teaser.dpt-cover .storylink, .story-teaser.dpt-feature .storylink,
    .story-next .story-teaser .storylink {
      display: block; }
    .story-teaser.dpt-cover .storylink:after, .story-teaser.dpt-feature .storylink:after,
    .story-next .story-teaser .storylink:after {
      left: 0; }
    .story-teaser.dpt-cover .thumbnail, .story-teaser.dpt-feature .thumbnail,
    .story-next .story-teaser .thumbnail {
      float: none;
      padding-bottom: 100%;
      width: 100%;
      height: 0; }
    .story-teaser.dpt-cover .info, .story-teaser.dpt-feature .info,
    .story-next .story-teaser .info {
      max-height: none;
      padding-bottom: 2em;
      text-align: center;
      width: auto; } }
  .story-teaser.dpt-dispatch:last-child {
    margin-bottom: 0; }
  .story-teaser.dpt-dispatch .bannerwrap {
    overflow: hidden;
    position: relative; }
  .story-teaser.dpt-dispatch .thumbnail {
    float: left;
    width: 46.15385%; }
    @media only screen and (max-width: 1200px) {
      .story-teaser.dpt-dispatch .thumbnail {
        float: none;
        max-height: 70vh;
        overflow: hidden;
        width: 100%; } }
    @media only screen and (max-width: 900px) {
      .story-teaser.dpt-dispatch .thumbnail {
        max-height: 50vh; } }
  .story-teaser.dpt-dispatch .info {
    padding: 3em;
    padding-left: 7.69231%;
    padding-right: 15.38462%;
    position: relative; }
    .story-teaser.dpt-dispatch .info:after {
      background-color: #62b4cd;
      background-image: url("https://s3.amazonaws.com/cdn.webedition-r2.com/legacy/Theme/globe.svg");
      background-position: center;
      background-repeat: no-repeat;
      content: " ";
      display: block;
      width: 115px;
      height: 115px;
      position: absolute;
      top: 3em;
      right: 1em; }
    @media only screen and (max-width: 1200px) {
      .story-teaser.dpt-dispatch .info {
        padding: 2em;
        padding-right: 160px;
        padding-right: calc(115px + 3em); }
        .story-teaser.dpt-dispatch .info:after {
          top: 2em; } }
    @media only screen and (max-width: 600px) {
      .story-teaser.dpt-dispatch .info {
        padding-right: 3em; }
        .story-teaser.dpt-dispatch .info:after {
          display: none; } }
    @media only screen and (max-width: 400px) {
      .story-teaser.dpt-dispatch .info {
        padding-right: 7.69231%;
        padding-right: calc(3.84615% + 1em);
        padding-left: 3.84615%;
        padding-top: 1em;
        padding-bottom: 1em; } }
  .story-teaser.dpt-dispatch .field-department {
    color: #62b4cd; }
  .story-teaser.dpt-cover .field-department,
  .story-teaser.dpt-feature .field-department {
    color: #fec057; }
  .story-teaser.dpt-dispatch .field-department {
    color: #62b4cd; }
  .story-teaser.dpt-students .field-department {
    color: #ce1629; }
  .story-teaser.dpt-research .field-department {
    color: #62b4cd; }
  .story-teaser.dpt-impact .field-department {
    color: #685083; }
  .story-teaser.dpt-gifts-at-work .field-department {
    color: #f36c22; }
  .story-teaser.dpt-gallery .field-department {
    color: #77b889; }
  .story-teaser .storylink:after {
    background: gray;
    content: " ";
    display: none;
    height: 0.333333em;
    margin-right: 0.33333333em;
    pointer-events: none;
    -webkit-transform: skew(-45deg) translateZ(0);
            transform: skew(-45deg) translateZ(0);
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0; }
  .story-teaser .storylink:hover:after {
    display: block; }
  .story-teaser.dpt-cover .storylink:after,
  .story-teaser.dpt-feature .storylink:after {
    background-color: #fec057; }
  .story-teaser.dpt-dispatch .storylink:after {
    background-color: #62b4cd; }
  .story-teaser.dpt-students .storylink:after {
    background-color: #ce1629; }
  .story-teaser.dpt-research .storylink:after {
    background-color: #62b4cd; }
  .story-teaser.dpt-impact .storylink:after {
    background-color: #685083; }
  .story-teaser.dpt-gifts-at-work .storylink:after {
    background-color: #f36c22; }
  .story-teaser.dpt-gallery .storylink:after {
    background-color: #77b889; }

.page-story .content-main {
  background: white; }

.story-full {
  margin: 0; }
  .story-full article:after {
    clear: both;
    content: " ";
    display: block; }

.story-header {
  padding: 4em 14.28571% 2em;
  text-align: center;
  background: white;
  background-image: linear-gradient(to bottom, #e6e6e6 0px, white 100px, white);
  background-repeat: no-repeat; }
  @media only screen and (max-width: 900px) {
    .story-header {
      padding: 3em 7.14286%; } }
  @media only screen and (max-width: 600px) {
    .story-header {
      padding: 2em 3.57143%; } }
  .story-header .field-department {
    border-bottom: 0.125em solid rgba(0, 0, 0, 0.1);
    display: inline-block;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin-bottom: 3em;
    padding-bottom: 0.25em;
    text-transform: uppercase; }
    @media only screen and (max-width: 900px) {
      .story-header .field-department {
        font-size: 0.77778em; } }
    .story-dpt-cover .story-header .field-department,
    .story-dpt-feature .story-header .field-department {
      color: #fec057; }
    .story-dpt-dispatch .story-header .field-department {
      color: #62b4cd; }
    .story-dpt-students .story-header .field-department {
      color: #ce1629; }
    .story-dpt-research .story-header .field-department {
      color: #62b4cd; }
    .story-dpt-impact .story-header .field-department {
      color: #685083; }
    .story-dpt-gifts-at-work .story-header .field-department {
      color: #f36c22; }
    .story-dpt-gallery .story-header .field-department {
      color: #77b889; }
  .story-header .component-storytitle {
    font-size: 3.88889em;
    line-height: 1.1;
    margin: 0 0 0.4em; }
    @media only screen and (max-width: 900px) {
      .story-header .component-storytitle {
        font-size: 2.77778em; } }
    @media only screen and (max-width: 600px) {
      .story-header .component-storytitle {
        font-size: 2em; } }
    .story-header .component-storytitle:first-child {
      margin-top: 0; }
  .story-header .component-dek {
    color: gray;
    font-size: 1.11111em;
    font-family: "freight-sans-pro", sans-serif;
    letter-spacing: 0.05em;
    line-height: 1.5;
    margin: 1em auto;
    max-width: 38em;
    text-transform: uppercase; }
    @media only screen and (max-width: 900px) {
      .story-header .component-dek {
        font-size: 1em; } }
    @media only screen and (max-width: 600px) {
      .story-header .component-dek {
        font-size: 0.88889em; } }
  .story-header .component-byline {
    color: black;
    font-family: "freight-sans-pro", sans-serif;
    font-size: 0.88889em;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-transform: uppercase; }
    @media only screen and (max-width: 900px) {
      .story-header .component-byline {
        font-size: 0.77778em; } }
    @media only screen and (max-width: 600px) {
      .story-header .component-byline {
        font-size: 12px; } }
  .story-header .component-dek [contenteditable]:focus, .story-header .component-byline [contenteditable]:focus {
    letter-spacing: 0;
    text-transform: none; }
  .story-dpt-cover .story-header,
  .story-dpt-feature .story-header {
    padding-bottom: 4em; }
    @media only screen and (max-width: 900px) {
      .story-dpt-cover .story-header,
      .story-dpt-feature .story-header {
        padding-bottom: 3em; } }
    @media only screen and (max-width: 600px) {
      .story-dpt-cover .story-header,
      .story-dpt-feature .story-header {
        padding-bottom: 2em; } }

.storybody {
  margin: 0 auto;
  min-height: 10em;
  padding: 0 0 6em;
  width: 42.85714%; }
  @media only screen and (min-width: 1500px) {
    .storybody {
      width: 642.85714px; } }
  @media only screen and (max-width: 1200px) {
    .storybody {
      width: 50%; } }
  @media only screen and (max-width: 900px) {
    .storybody {
      width: 64.28571%; } }
  @media only screen and (max-width: 600px) {
    .storybody {
      width: 85.71429%; } }
  @media only screen and (min-width: 1350px) {
    .storybody {
      font-size: 1.11111em; } }
  .story-dpt-cover .storybody,
  .story-dpt-feature .storybody {
    padding-top: 4em;
    position: relative;
    width: 50%;
    background: white;
    background-image: linear-gradient(to bottom, #e6e6e6 0px, white 100px, white);
    background-repeat: no-repeat; }
    .story-dpt-cover .storybody:before, .story-dpt-cover .storybody:after,
    .story-dpt-feature .storybody:before,
    .story-dpt-feature .storybody:after {
      background-image: linear-gradient(to bottom, #e6e6e6 0px, white 100px, white); }
    .story-dpt-cover .storybody:before, .story-dpt-cover .storybody:after,
    .story-dpt-feature .storybody:before,
    .story-dpt-feature .storybody:after {
      background-repeat: no-repeat;
      content: " ";
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      width: 200%; }
    .story-dpt-cover .storybody:before,
    .story-dpt-feature .storybody:before {
      right: 100%; }
    .story-dpt-cover .storybody:after,
    .story-dpt-feature .storybody:after {
      left: 100%; }
    @media only screen and (min-width: 1500px) {
      .story-dpt-cover .storybody,
      .story-dpt-feature .storybody {
        width: 750px; } }
    @media only screen and (max-width: 900px) {
      .story-dpt-cover .storybody,
      .story-dpt-feature .storybody {
        width: 64.28571%; } }
    @media only screen and (max-width: 600px) {
      .story-dpt-cover .storybody,
      .story-dpt-feature .storybody {
        width: 85.71429%; } }
  .storybody > * {
    z-index: 5; }
  .storybody h1, .storybody h2 {
    font-family: "freight-sans-pro", sans-serif;
    font-size: 1.33333em;
    font-weight: bold;
    margin: 2.5em 0 0.75em; }
    .storybody h1:first-child, .storybody h2:first-child {
      margin-top: 0; }
  .storybody h2 {
    color: gray; }
  .storybody blockquote {
    border-left: 1px solid #bcbec0;
    color: gray;
    font-size: 1.33333em;
    font-style: normal;
    color: gray;
    margin: 2em 0 2em 0.25em;
    overflow: hidden;
    padding: 0 0 0 0.75em;
    text-align: left; }
  .storybody ul, .storybody ol {
    overflow: hidden;
    padding-left: 2em; }
  .storybody hr {
    border: none;
    border-bottom: 0.125em solid rgba(0, 0, 0, 0.1);
    margin: 2.5em auto;
    max-width: 8em; }
  .storybody a {
    border-bottom: 2px solid #fec057; }
    .storybody a:hover {
      border-bottom-color: #600216;
      text-decoration: none; }
  .story-dpt-cover:not(.page-storybuilder) .storybody > p:first-of-type:first-letter,
  .story-dpt-feature:not(.page-storybuilder) .storybody > p:first-of-type:first-letter {
    display: block;
    float: left;
    font-family: "Shift", serif;
    font-size: 7.5em;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 -8px;
    padding-right: 0.125em; }
    @media only screen and (max-width: 600px) {
      .story-dpt-cover:not(.page-storybuilder) .storybody > p:first-of-type:first-letter,
      .story-dpt-feature:not(.page-storybuilder) .storybody > p:first-of-type:first-letter {
        font-size: 5.5em; } }

.story-next-wrap {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto; }
  .story-dpt-cover .story-next-wrap .story-next,
  .story-dpt-feature .story-next-wrap .story-next {
    margin-right: 32.14286%;
    margin-left: 25%; }
    @media only screen and (max-width: 1200px) {
      .story-dpt-cover .story-next-wrap .story-next,
      .story-dpt-feature .story-next-wrap .story-next {
        margin-right: 25%; } }
    @media only screen and (max-width: 900px) {
      .story-dpt-cover .story-next-wrap .story-next,
      .story-dpt-feature .story-next-wrap .story-next {
        margin-right: 17.85714%;
        margin-left: 17.85714%; } }
    @media only screen and (max-width: 600px) {
      .story-dpt-cover .story-next-wrap .story-next,
      .story-dpt-feature .story-next-wrap .story-next {
        margin-right: 3.57143%;
        margin-left: 3.57143%; } }

.story-next {
  margin: 0 28.57143%;
  padding: 0 0 4em; }
  @media only screen and (max-width: 1200px) {
    .story-next {
      margin-right: 25%;
      margin-left: 25%; } }
  @media only screen and (max-width: 900px) {
    .story-next {
      margin-right: 17.85714%;
      margin-left: 17.85714%; } }
  @media only screen and (max-width: 600px) {
    .story-next {
      margin-right: 3.57143%;
      margin-left: 3.57143%; } }
  .story-next .story-next-hed {
    border-bottom: 1px solid #e6e6e6;
    font-family: "freight-sans-pro", sans-serif;
    font-size: 1.77778em;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin: 0 0 1em;
    text-transform: uppercase; }
    @media only screen and (max-width: 900px) {
      .story-next .story-next-hed {
        font-size: 1.44444em; } }
    @media only screen and (max-width: 600px) {
      .story-next .story-next-hed {
        font-size: 1.22222em; } }
  .story-next .story-teaser {
    margin: 0; }

.page-subscriber .content-main {
  background: #e6e6e6;
  background-image: linear-gradient(to bottom, #cdcdcd 0px, #e6e6e6 100px, #e6e6e6);
  background-repeat: no-repeat; }

.page-subscriber .menu--subscription {
  background: white;
  padding: 1.5em; }
  .page-subscriber .menu--subscription li {
    border-bottom: 1px solid #e6e6e6;
    padding: 0.25em 0; }
    .page-subscriber .menu--subscription li:last-child {
      border-bottom: none; }
  .page-subscriber .menu--subscription a {
    color: #62b4cd;
    font-size: 0.83333em;
    letter-spacing: 0.05em;
    text-transform: uppercase; }
    .page-subscriber .menu--subscription a:hover {
      text-decoration: none; }

.page-masthead .lede {
  border-bottom: 1px solid gray;
  font-size: 1.11111em;
  margin: 0 0 1.5em;
  padding: 0 0 0.75em; }

.page-masthead .content-wrap em cite,
.page-masthead .content-wrap i cite {
  font-style: normal; }

.page-masthead .content-wrap a {
  border-bottom: 2px solid #fec057; }
  .page-masthead .content-wrap a:hover {
    border-bottom-color: #600216;
    text-decoration: none; }
