@media print {
  body {
    font-family: 'GT Walsheim', sans-serif;
    font-size: 20px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
  }
  p {
    line-height: 1.5em;
    margin: 1em 0;
  }
  li {
    margin: 1em 0;
  }
  li p {
    margin: 0;
  }
  ol {
    list-style-position: inside;
    padding: 0;
  }
  .h1,
  h1 {
    display: inline-block;
    font-size: 40px;
    line-height: 1em;
    font-family: 'GT Walsheim', sans-serif;
    font-weight: bold;
  }
  .h2,
  h2 {
    font-size: 35px;
    font-family: 'GT Walsheim', sans-serif;
  }
  .h2.font-light,
  h2.font-light {
    font-weight: normal;
  }
  .h3,
  h3 {
    font-size: 25px;
    line-height: 25px;
    font-family: 'GT Walsheim', sans-serif;
    font-weight: bold;
  }
  .h3 a,
  h3 a {
    text-decoration: none;
  }
  a {
    color: inherit;
  }
  p.inText-quote {
    font-size: 35px;
    margin-bottom: 0;
  }
  span.inText-cited {
    display: block;
    font-size: 15px;
    color: #666666;
    padding-bottom: 10px;
    border-bottom: 1px solid #d2d2d2;
  }
  span.inText-cited:before {
    content: '-';
    margin-right: 2px;
  }
  .u-has-underlines a {
    color: #ec224f;
    position: relative;
    display: inline-block;
    outline: none;
    text-decoration: none;
    z-index: 1;
    padding-bottom: 2px;
  }
  .u-has-underlines a:hover {
    outline: none;
  }
  .u-has-underlines a:hover:after {
    opacity: 0.3;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }
  .u-has-underlines a:after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 0.3ex;
    margin-top: -0.2ex;
    background: #0bacbe;
    content: '';
    opacity: 0;
    z-index: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    transform: translateY(10px);
  }
  iframe {
    border: none;
  }
  .InfoBar,
  .ToolBar,
  .Nav-list,
  .Nav-search,
  .Search,
  .NewsNextPrev,
  .Footer svg,
  .Footer-social {
    display: none;
  }
  .Nav-logo svg {
    width: 64px;
    height: 66px;
  }
  .Nav img,
  .Footer img,
  .News img {
    max-width: 100%;
  }
}
@media print and (min-width: 768px) {
  body {
    font-size: 20px;
  }
  .h1,
  h1 {
    font-size: 55px;
    line-height: 55px;
  }
  .h2,
  h2 {
    font-size: 50px;
    line-height: 50px;
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .h3,
  h3 {
    font-size: 25px;
    line-height: 35px;
  }
  .inText-quote {
    font-size: 40px;
  }
}
@media print and (min-width: 1023px) {
  .h1,
  h1 {
    font-size: 70px;
    line-height: 75px;
  }
  .h2,
  h2 {
    font-size: 60px;
    line-height: 60px;
    margin-top: 75px;
    margin-bottom: 0.28571429em;
  }
}
/*# sourceMappingURL=/s/css/screen.css.map */