.introduction {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 30px;
  line-height: 1.875rem;
  padding-bottom: 36;
  margin-bottom: 36px;
  margin-bottom: 2.25rem;
}
.quote {
  margin-top: 0;
}
.quote-credit {
  text-align: right;
}
.image-in-quote {
  width: 35%;
  float: left;
  margin-right: 36px;
  margin-right: 2.25rem;
  margin-top: 6px;
  margin-top: 0.375rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  border: 5px solid #aaa;
  border: 0.3125rem solid #aaa;
}
@media only screen and (max-width: 579px) {
  .image-in-quote {
    float: none;
    width: 100%;
    margin: 0;
    margin: 0;
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
    border: 10px solid #aaa;
    border: 0.625rem solid #aaa;
  }
}
figure img {
  max-width: 100%;
  width: 100%;
  display: block;
  border: 5px solid #aaa;
  border: 0.3125rem solid #aaa;
}
figure figcaption {
  margin-top: 6px;
  margin-top: 0.375rem;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}
figure figcaption small {
  font-weight: normal;
}
.responsive-video {
  position: relative;
  padding-bottom: 53.1%;
  padding-top: 3.5%;
  height: 0;
}
.responsive-video iframe {
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#latest {
  margin-top: 36px;
  margin-top: 2.25rem;
}
.px-video-controls button {
  border: 1px solid rgba(255,255,255,0);
  border: 0.0625rem solid rgba(255,255,255,0);
}
