/**
 * Define media queries
 */
.covid__button {
  color: #0000EE;
  font-family: serif;
  font-size: 15px;
  border: none;
  background-color: inherit;
  text-decoration: underline;
  padding: 0;
  cursor: pointer;
}

.covid__body-wrap {
  margin: 0;
  position: relative;
}

.covid__body-wrap--second {
  height: 100vh;
}
.covid__body-wrap--second .covid__main-content {
  height: auto;
  min-height: 900px;
}
.covid__body-wrap--second .covid__footer-wrap {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 1;
}

.covid__main-content {
  box-sizing: border-box;
  padding: 30px 0;
  height: 100vh;
  min-height: 750px;
  margin: 0;
  position: relative;
  overflow: hidden;
}

.covid__header-wrap {
  padding: 0 10px;
}

.covid__header-link-wrap {
  display: flex;
  justify-content: space-between;
}

.covid__header-social-wrap {
  transition: opacity 1s ease;
}

.covid__header-social-title {
  display: none;
}

.covid__header-social-link {
  text-decoration: none;
}
.covid__header-social-link:first-of-type {
  margin-right: 15px;
}

.covid__header-url {
  color: #999999;
  font-family: sans-serif;
  font-weight: normal;
  font-size: 12px;
}

.covid__header-title {
  font-size: 48px;
  margin: 0 0 20px;
}

.covid__header-copy {
  transition: opacity 1s ease;
  line-height: 135%;
  margin: 0 0 15px;
}

.covid__timeline-wrap {
  transition: opacity 0.8s ease;
}

.covid__timeline-button-wrap {
  display: flex;
  padding: 0 10px;
}

.swiper-button-prev,
.swiper-button-next {
  position: relative;
  width: auto;
  height: auto;
  margin: 0;
  left: 0;
  right: 0;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  display: none;
}

.covid__timeline-break {
  color: black;
  padding: 0 5px;
}

.swiper-container {
  width: 100%;
  height: 500px;
}

.slide-content {
  height: 500px;
}
.slide-content:after {
  content: "";
  background-color: #AA1122;
  position: absolute;
  left: 50%;
  bottom: 58px;
  transform: translateX(-50%);
  width: 1px;
  height: 200px;
}

.swiper-wrapper {
  transition: opacity 0.8s ease;
}

.swiper-slide {
  opacity: 0 !important;
}

.swiper-slide-active {
  opacity: 1 !important;
  transition: opacity 0.8s ease;
}

.swiper-slide:nth-of-type(2) .slide-content:after {
  height: 20.7vh;
}

.covid__carousel-timeline-img-wrap,
.covid__carousel-timeline-quote-wrap {
  width: 90%;
  max-width: 400px;
  max-height: 100%;
  display: block;
  margin: 0 auto;
  padding: 70px 0 15px;
  background-color: white;
  position: relative;
  z-index: 1;
}

.covid__carousel-timeline-img-wrap {
  text-decoration: none;
}

.covid__carousel-timeline-content-wrap {
  border: 1px solid #999999;
  border-radius: 10px;
  padding: 5px 10px;
}

.covid__carousel-timeline-img {
  width: 100%;
}

.covid__carousel-img-deaths {
  font-family: sans-serif;
  font-size: 12px;
  color: #AA1122;
  text-decoration: none;
  margin: 0;
  padding: 0 0 7px 7px;
}

.covid__carousel-timeline-quote-wrap {
  text-align: center;
}

.covid__carousel-quote {
  margin: 0 0 13px 0;
  line-height: 130%;
}

.covid__carousel-quote-credit {
  font-family: sans-serif;
  color: #666666;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 0 2px;
}

.covid__carousel-quote-cta {
  font-family: sans-serif;
  color: #666666;
  font-size: 10px;
  font-weight: normal;
  text-decoration: underline;
  margin: 0;
  transition: color 0.8s ease;
}
.covid__carousel-quote-cta:focus {
  color: #AA1122;
}

.covid__carousel-quote-deaths {
  font-family: sans-serif;
  font-size: 12px;
  color: #AA1122;
  text-decoration: none;
  margin: 7px 0 0;
}

.covid__timeline-ekg {
  background-size: contain;
  background-repeat: repeat-x;
  background-position: center;
  height: 165px;
  width: 1000px;
  position: absolute;
  left: 0;
  bottom: 19px;
  z-index: 1;
}
.covid__timeline-ekg .ekg {
  opacity: 1;
  stroke-dasharray: 620;
  animation: dash 3.5s linear reverse infinite;
}
@keyframes dash {
  to {
    stroke-dashoffset: 1200;
  }
}
@keyframes fade {
  0% {
    opacity: 1;
  }
  35% {
    opacity: 0;
  }
}

.covid__source {
  color: #999999;
  font-family: sans-serif;
  font-size: 9px;
  margin-left: 10px;
  padding-top: 10px;
}
.covid__source a {
  color: #999999;
  text-decoration: none;
  border-bottom: 1px solid #999999;
  padding-bottom: 2px;
  transition: color 0.8s ease;
}
.covid__source a:focus {
  color: #AA1122;
}

.covid__footer-wrap {
  background-color: black;
  color: white;
  margin: 0;
  padding: 14px 0;
}

.covid__footer-content-wrap {
  width: 90%;
  max-width: 450px;
  display: block;
  margin: 0 auto;
  font-family: sans-serif;
  font-weight: normal;
}

.covid__footer-copy-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 15px;
}

.covid__footer-copy {
  width: 75%;
  font-size: 13px;
}

.covid__footer-cta {
  padding: 6px;
}
.covid__footer-cta a {
  color: black;
  font-weight: normal;
  text-decoration: none;
}

.covid__footer-credit {
  color: white;
  font-size: 10px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid white;
  padding: 4px;
  display: block;
  margin: 0 auto;
  width: fit-content;
  max-width: 200px;
}

.covid__hidden {
  margin: 0;
  transition: all 1s ease;
  position: relative;
  opacity: 0;
  height: 0;
  z-index: -1;
}
.covid__hidden .covid__timeline-ekg {
  height: 0;
  opacity: 0;
}
.covid__hidden .swiper-container,
.covid__hidden .slide-content {
  height: 0px;
}

@media screen and (min-width: 720px) {
  .covid__hidden .covid__timeline-ekg {
    transition: opacity 5s ease;
    height: 0;
    opacity: 0;
  }

  .covid__body-wrap--second .covid__main-content {
    min-height: 1000px;
  }

  .covid__main-content {
    min-height: 930px;
  }

  .covid__header-social-wrap {
    display: flex;
    align-items: center;
  }

  .covid__header-social-title {
    display: inline;
    color: #999999;
    text-transform: uppercase;
    font-weight: bold;
    font-family: sans-serif;
    font-size: 12px;
    margin: 0 15px 0 0;
  }

  .covid__header-copy {
    width: 80%;
    max-width: 650px;
  }

  .swiper-container {
    height: 450px;
    min-height: 450px;
    position: absolute;
  }

  .slide-content {
    box-sizing: border-box;
    position: relative;
    width: 350px;
    min-height: 450px;
    height: 450px;
  }
  .slide-content:after {
    height: 360px;
  }

  .covid__carousel-timeline-img-wrap,
.covid__carousel-timeline-quote-wrap {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    top: auto;
    left: auto;
    transform: none;
    padding: 60px 0 15px;
  }

  .covid__timeline-ekg {
    width: 100%;
    opacity: 1;
    transition: opacity 5s ease;
    left: inherit;
  }

  .swiper-slide:first-of-type .slide-content {
    left: 3%;
  }

  .swiper-slide:nth-of-type(2) .slide-content {
    left: 6%;
  }

  .swiper-slide:nth-of-type(3) .slide-content {
    left: 9%;
  }

  .swiper-slide:nth-of-type(4) .slide-content {
    left: 12%;
  }

  .swiper-slide:nth-of-type(5) .slide-content {
    left: 15%;
  }

  .swiper-slide:nth-of-type(6) .slide-content {
    left: 20%;
  }

  .swiper-slide:nth-of-type(7) .slide-content {
    left: 24%;
  }

  .swiper-slide:nth-of-type(8) .slide-content {
    left: 30%;
  }

  .swiper-slide:nth-of-type(9) .slide-content {
    left: 35%;
  }

  .swiper-slide:nth-of-type(10) .slide-content {
    left: 42%;
  }

  .swiper-slide:nth-of-type(11) .slide-content {
    left: 45%;
  }

  .swiper-slide:nth-of-type(12) .slide-content {
    left: 48%;
  }

  .swiper-slide:nth-of-type(13) .slide-content {
    left: 52%;
  }

  .swiper-slide:nth-of-type(14) .slide-content {
    left: 55%;
  }

  .ekg2 {
    animation-delay: 2.75s;
  }

  .covid__source {
    position: fixed;
    margin: 0;
    padding: 10px;
    bottom: 72px;
    background-color: white;
    z-index: 1;
  }

  .covid__footer-wrap {
    padding: 8px 0;
  }

  .covid__footer-content-wrap {
    width: 100%;
    max-width: none;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-around;
  }

  .covid__footer-copy-wrap {
    justify-content: flex-end;
    width: 60%;
    padding-bottom: 0;
  }

  .covid__footer-copy {
    width: 75%;
    text-align: right;
    margin-right: 20px;
  }

  .covid__footer-credit {
    margin: 0;
    width: 35%;
  }
}
@media screen and (min-width: 960px) {
  .covid__body-wrap--second .covid__main-content {
    height: auto;
    min-height: 900px;
  }

  .swiper-container {
    height: 420px;
    min-height: 420px;
    position: absolute;
  }

  .slide-content {
    height: 500px;
    min-height: 420px;
  }

  .slide-content {
    box-sizing: border-box;
    position: relative;
    width: 365px;
  }
  .slide-content:after {
    height: 170px;
    bottom: 138px;
  }

  .covid__carousel-timeline-img-wrap,
.covid__carousel-timeline-quote-wrap {
    padding: 40px 0 15px;
  }

  .covid__source {
    bottom: 57px;
  }

  .covid__footer-copy-wrap {
    width: 64%;
  }
}
@media screen and (min-width: 1200px) {
  .swiper-slide:nth-of-type(2) .slide-content {
    left: 8%;
  }

  .swiper-slide:nth-of-type(3) .slide-content {
    left: 12%;
  }

  .swiper-slide:nth-of-type(4) .slide-content {
    left: 15%;
  }

  .swiper-slide:nth-of-type(5) .slide-content {
    left: 18%;
  }

  .swiper-slide:nth-of-type(6) .slide-content {
    left: 24%;
  }

  .swiper-slide:nth-of-type(7) .slide-content {
    left: 31%;
  }

  .swiper-slide:nth-of-type(8) .slide-content {
    left: 35%;
  }

  .swiper-slide:nth-of-type(9) .slide-content {
    left: 42%;
  }

  .swiper-slide:nth-of-type(10) .slide-content {
    left: 47%;
  }

  .swiper-slide:nth-of-type(11) .slide-content {
    left: 51%;
  }

  .swiper-slide:nth-of-type(12) .slide-content {
    left: 55%;
  }

  .swiper-slide:nth-of-type(13) .slide-content {
    left: 62%;
  }

  .swiper-slide:nth-of-type(14) .slide-content {
    left: 67%;
  }
}
@media (hover: hover) {
  .covid__carousel-quote-cta:hover {
    color: #AA1122;
  }

  .covid__source a:hover {
    color: #AA1122;
  }
}

/*# sourceMappingURL=main.css.map */
