@charset "UTF-8";
@keyframes fade-in-up {
  0% {
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }
html {
  scroll-behavior: smooth; }

body {
  height: auto !important;
  line-height: 0; }

audio {
  outline: none; }
  @media only screen and (max-width: 1200px) {
    audio {
      margin-top: 10px;
      margin-bottom: 10px; } }

.hidden {
  display: none; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif; }

h1 {
  font-weight: 800;
  font-size: 1.5rem;
  line-height: 2rem;
  color: #fff;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4); }

h2 {
  font-weight: 800;
  line-height: 1; }

h3 {
  font-size: 1.25rem;
  line-height: 2.25rem;
  font-weight: 600;
  color: #000; }

h4 {
  font-size: 1rem;
  font-weight: 600; }

hr {
  border-top: 1px solid #D8D8D8;
  margin: 0;
  margin-top: 3em;
  margin-bottom: 2em; }

p {
  font-family: "Montserrat", sans-serif;
  font-size: 1.25rem;
  line-height: 1.95rem;
  letter-spacing: 0.015em;
  color: #000; }

a {
  text-decoration: none;
  color: #000;
  border-bottom: 2px solid #899FCC;
  -webkit-transition: text-decoration 0.25s;
  -moz-transition: text-decoration 0.25s;
  -o-transition: text-decoration 0.25s;
  transition: text-decoration 0.25s; }
  a:hover {
    border-bottom: none; }

.logo {
  width: 70px;
  margin-bottom: 40px; }

.photo-credit {
  display: flex;
  line-height: 1.5;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.85);
  bottom: 0;
  right: 0;
  padding: 0.25em 0.75em;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: calc(0.85em + 0.05vw);
  color: #fff; }
  .photo-credit a {
    color: #fff;
    padding-right: 5px;
    padding-left: 5px; }

.stuck {
  position: fixed; }

.arrows {
  width: 60px;
  height: 72px;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  bottom: 20px; }
  @media only screen and (max-width: 900px) {
    .arrows {
      display: none; } }

.arrows path {
  stroke: #fff;
  fill: transparent;
  stroke-width: 1px;
  animation: arrow 2s infinite;
  -webkit-animation: arrow 2s infinite; }

@keyframes arrow {
  0% {
    opacity: 0; }
  40% {
    opacity: 1; }
  80% {
    opacity: 0; }
  100% {
    opacity: 0; } }
@-webkit-keyframes arrow /*Safari and Chrome*/ {
  0% {
    opacity: 0; }
  40% {
    opacity: 1; }
  80% {
    opacity: 0; }
  100% {
    opacity: 0; } }
@keyframes fade {
  0% {
    opacity: 1; }
  25% {
    opacity: 1; }
  75% {
    opacity: 0; }
  100% {
    opacity: 0; } }
iframe {
  margin-top: 25px;
  margin-bottom: 25px; }

.fade-img {
  animation-name: fade;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite; }

.arrows path.a1 {
  animation-delay: -1s;
  -webkit-animation-delay: -1s;
  /* Safari 和 Chrome */ }

.arrows path.a2 {
  animation-delay: -0.5s;
  -webkit-animation-delay: -0.5s;
  /* Safari 和 Chrome */ }

.arrows path.a3 {
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  /* Safari 和 Chrome */ }

.gradient-bg {
  display: flex;
  min-height: 80px;
  background: linear-gradient(to bottom, black, transparent); }

.flip-card {
  display: block;
  max-width: 440px;
  height: 400px;
  perspective: 1000px;
  margin: 0 auto;
  margin-bottom: 40px; }

.flip-card-inner {
  position: relative;
  max-width: 440px;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  margin: 0 auto; }
  .flip-card-inner h1 {
    display: block;
    margin-top: 25px;
    color: #000;
    font-size: 1.25rem; }
  .flip-card-inner h4 {
    color: #000; }
  .flip-card-inner p {
    display: block;
    font-size: 0.9rem;
    line-height: 1.25rem;
    padding: 0 14px;
    color: #000; }

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg); }

.flip-card-front, .flip-card-back {
  position: absolute;
  min-width: 440px;
  max-width: 440px;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.flip-card-front {
  color: black; }
  .flip-card-front img {
    max-height: 440px; }

.flip-card-back {
  background: #eaeaed !important;
  color: white;
  transform: rotateY(180deg); }

.soundcite-play:before {
  border-left: 0.75em solid #fff; }

.slick-prev:before, .slick-next:before {
  color: #000; }

.slider-holder {
  padding-left: 80px;
  padding-right: 80px;
  margin-top: 20px;
  margin-bottom: 80px;
  background: #f2f2f2;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2); }
  .slider-holder p {
    font-size: 1rem !important;
    line-height: 1.75rem !important; }

#story-photo {
  max-width: 450px;
  margin: 0 auto;
  margin-top: 50px; }
  #story-photo .caption {
    text-align: left; }

.under-below {
  text-decoration-color: #3e4657 !important;
  text-decoration: underline;
  -webkit-text-underline-position: under;
  -ms-text-underline-position: below;
  text-underline-position: under; }

.story-nav ol li {
  font-family: "Montserrat", sans-serif;
  font-weight: 400; }

.button-text {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  font-size: 0.9rem;
  font-weight: bold;
  padding: 5px 10px;
  color: #f2f2f2;
  background: #000; }
  .button-text:hover {
    background: #BFBFB8; }

.full-screen-intro {
  display: flex;
  min-height: 100vh;
  justify-content: center;
  background: url("../images/COVID-vF.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  animation: zoom 4s forwards; }
  @media only screen and (max-width: 900px) {
    .full-screen-intro {
      background-position: right; } }
  @media only screen and (max-width: 900px) {
    .full-screen-intro {
      min-height: 100%;
      padding-top: 80px;
      padding-bottom: 80px; } }

.pullquotes, .pullquotes-full {
  float: right;
  width: 300px;
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  line-height: 2.25rem;
  color: #655c9d;
  margin-top: 0px;
  margin-left: 15px;
  border: none; }
  .pullquotes .author, .pullquotes-full .author {
    margin-top: 10px;
    display: block;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.3rem;
    font-style: italic; }

.pullquotes-full {
  float: none;
  display: block;
  width: 100%;
  margin-left: 0;
  padding: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 2.5rem; }

.grid-container.story-content, .grid-container.photo-holder {
  max-width: 61.75rem; }
.grid-container.voices {
  max-width: 61.75rem;
  margin-top: 40px; }

.interactive .caption {
  padding-top: 15px;
  padding-bottom: 15px; }
  .interactive .caption p {
    font-family: "Montserrat", sans-serif;
    font-size: 0.8rem;
    line-height: 1.25rem; }

.voices .grid-padding-x {
  margin-bottom: 25px; }
.voices h1 {
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
  line-height: 1rem;
  color: #000; }

.photo-holder {
  margin-top: 25px; }

.strip {
  background: #3e4657; }
  .strip img {
    padding-top: 3rem;
    padding-bottom: 3rem; }

.shadow {
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2); }

.internal-nav {
  background: #f2f2f2;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin: 0 auto;
  margin-bottom: 5rem;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2); }
  .internal-nav ul {
    display: inline-block; }
    .internal-nav ul li {
      display: inline-block; }
      .internal-nav ul li a {
        font-family: "Montserrat", sans-serif;
        font-weight: bold;
        text-transform: uppercase;
        border: none;
        color: #000; }
        .internal-nav ul li a:hover {
          color: #899FCC; }

.story-content ul li {
  font-size: 1.25rem;
  line-height: 2.25rem;
  margin-bottom: 15px; }
.story-content h2 {
  margin-top: 15px;
  margin-bottom: 25px;
  line-height: 3rem;
  color: #000; }
.story-content p {
  font-family: "Montserrat", sans-serif;
  font-size: 1.25rem;
  line-height: 2.25rem;
  color: #000; }
  .story-content p.pulitzer-highlight {
    color: #000;
    padding-bottom: 15px; }
  .story-content p.byline {
    font-size: 1.1rem;
    margin-bottom: 0;
    padding-bottom: 0; }
  .story-content p.pubdate {
    font-family: "Montserrat", sans-serif;
    font-size: 0.9rem;
    text-transform: uppercase;
    padding: 0; }
.story-content .float-right {
  max-width: 300px;
  margin-left: 25px; }
  .story-content .float-right img {
    max-width: 300px; }
.story-content .caption {
  padding-top: 15px;
  padding-bottom: 15px; }
  .story-content .caption p {
    font-family: "Montserrat", sans-serif;
    font-size: 0.8rem;
    line-height: 1.25rem; }

#story {
  position: relative;
  display: flex;
  /*grid-template-columns: 1fr 1fr;*/
  height: 100vh;
  overflow: scroll; }
  @media only screen and (max-width: 900px) {
    #story {
      overflow: scroll; } }
  #story .content {
    max-width: 50%;
    padding: 2em; }
    @media only screen and (max-width: 900px) {
      #story .content {
        max-width: 100%;
        padding: 2em; } }
    #story .content .slug-date {
      display: block;
      font-family: "Montserrat", sans-serif;
      font-weight: 800;
      font-size: 0.8rem;
      margin-bottom: 15px;
      color: #ff0000; }
    #story .content h2 {
      margin-bottom: 25px; }
    #story .content p {
      font-family: "Montserrat", sans-serif;
      font-size: 1.25rem;
      line-height: 1.95rem;
      letter-spacing: 0.015em;
      color: #000; }
      #story .content p.summary {
        font-family: "Montserrat", sans-serif;
        font-weight: bold;
        font-size: 1.45rem;
        line-height: 2rem; }
      #story .content p.tease {
        margin-bottom: 25px; }
      #story .content p.pubdate {
        font-family: "Montserrat", sans-serif;
        font-size: 0.9rem; }
    #story .content iframe {
      margin-top: 1em;
      margin-bottom: 2em; }
  #story .profile {
    display: flex;
    flex-direction: row;
    flex-grow: 2;
    margin-bottom: 2em; }
    @media only screen and (max-width: 1200px) {
      #story .profile {
        flex-direction: column; } }
    #story .profile .shadow {
      max-width: 30%;
      order: 1; }
      @media only screen and (max-width: 1200px) {
        #story .profile .shadow {
          max-width: 100%; } }
    #story .profile .bio {
      max-width: 70%;
      order: 2; }
      @media only screen and (max-width: 1200px) {
        #story .profile .bio {
          max-width: 100%; } }
  #story .profile {
    display: flex;
    flex-direction: row;
    flex-grow: 2;
    margin-bottom: 2em; }
    @media only screen and (max-width: 1200px) {
      #story .profile {
        flex-direction: column; } }
    #story .profile .shadow {
      max-width: 30%;
      order: 1; }
      @media only screen and (max-width: 1200px) {
        #story .profile .shadow {
          max-width: 100%; } }
    #story .profile .bio {
      max-width: 70%;
      order: 2; }
      @media only screen and (max-width: 1200px) {
        #story .profile .bio {
          max-width: 100%; } }
  #story .slideshow {
    display: block;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    width: 50vw; }
    @media only screen and (max-width: 900px) {
      #story .slideshow {
        display: none; } }
    #story .slideshow .bgimg {
      position: absolute;
      width: 100%;
      height: 100vh;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center; }

#main_container .featured-block, #top-ten .featured-block {
  border-bottom: 1px solid #ccc;
  margin-bottom: 34px; }
#main_container.full-width, #top-ten.full-width {
  max-width: 100% !important; }
#main_container.single-story-post, #top-ten.single-story-post {
  max-width: 78rem;
  padding-top: calc(16px + 1vw);
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 60px;
  line-height: 1.5; }
  @media only screen and (max-width: 1260px) {
    #main_container.single-story-post, #top-ten.single-story-post {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
#main_container .parsely-results, #top-ten .parsely-results {
  max-width: 78rem;
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 60px; }
@media only screen and (max-width: 1100px) {
  #main_container, #top-ten {
    /*padding-top:calc(16.4px + 16vw);*/ } }
@media only screen and (max-width: 980px) {
  #main_container, #top-ten {
    /*padding-top:calc(16.4px + 18vw);*/ } }
#main_container small, #top-ten small {
  font-size: 12px;
  font-weight: 400;
  font-family: "Roboto", sans-serif; }
#main_container a, #top-ten a {
  text-decoration: underline;
  color: #003594;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: text-decoration 0.25s;
  -moz-transition: text-decoration 0.25s;
  -o-transition: text-decoration 0.25s;
  transition: text-decoration 0.25s; }
  #main_container a:hover, #top-ten a:hover {
    text-decoration: none; }

#credit_section {
  padding: 1rem 0;
  background-color: #BFBFB8; }
  #credit_section.grid-container .grid-container {
    max-width: 60rem;
    padding-left: 0px;
    padding-right: 0px; }
    #credit_section.grid-container .grid-container h4 {
      margin-bottom: 20px;
      font-weight: bold;
      text-transform: uppercase; }
    #credit_section.grid-container .grid-container p {
      font-size: 0.85rem;
      line-height: 1rem;
      margin: 0; }
      @media only screen and (max-width: 900px) {
        #credit_section.grid-container .grid-container p {
          padding-left: 12px;
          padding-right: 12px; } }

footer {
  background-color: #3e4657;
  padding: 2rem 0;
  color: #fff; }
  footer.grid-container.internal {
    margin-top: 40px; }
  footer.grid-container .grid-container {
    max-width: 60rem;
    padding-left: 0px;
    padding-right: 0px; }
    @media only screen and (max-width: 1024px) {
      footer.grid-container .grid-container #howard-center-logo {
        text-align: center; } }
    footer.grid-container .grid-container p, footer.grid-container .grid-container .copyright {
      color: #fff;
      font-size: 0.85rem;
      line-height: 1.25rem; }
      footer.grid-container .grid-container p a, footer.grid-container .grid-container .copyright a {
        color: #fff; }
    @media only screen and (max-width: 1260px) {
      footer.grid-container .grid-container {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }

/*# sourceMappingURL=covid-homeless.css.map */
