body {
  font-family: "Open Sans", Arial, sans-serif;
  margin: 0;
  padding: 0;
  font-weight: 400;
}

a {
  text-decoration: underline;
  cursor: pointer;
  color: #212121;
}

p {
  line-height: 1.4;
  font-size: 1.3rem;
}

ul {
  list-style: none;
  padding-inline-start: 0;
}

ol {
  font-size: 1.4rem;
  font-weight: 800;
  padding-inline-start: 25px;
}

ol li {
  padding: 8px 0;
}

/* share */
.content-container {
  width: 650px;
  margin: 0 auto;
  padding-top: 60px;
}

@media (max-width: 650px) {
  .content-container {
    width: 95%;
  }
}

.page-header {
  text-align: center;
  padding: 50px 0 10px 0;
  font-weight: 800;
  font-size: 2.9rem;
  line-height: 1.3;
}

.page-desc {
  font-size: 1.4rem;
  line-height: 1.3;
  padding-top: 15px;
}

/* readers */
#hearken {
  margin: 25px 0;
  width: 100%;
}

blockquote {
  border-left: 3px solid #b56969;
  color: #b56969;
  font-size: 1.25em;
  font-style: italic;
  line-height: 1.8em;
  margin: 1.1em 1em 4em 1em;
  padding: 1em 2em;
  position: relative;
  transition: .2s border ease-in-out;
  z-index: 0;
}

blockquote:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -4px;
  height: 2em;
  width: 5px;
  margin-top: -1em;
}

blockquote:after {
  content: "\f10e";
  position: absolute;
  top: 50%;
  left: -1em;
  color: #fff;
  padding: 8px;
  background-color: #b56969;
  font-family: 'fontawesome';
  font-style: normal;
  line-height: 1em;
  text-align: center;
  text-indent: -2px;
  width: 1.6em;
  margin-top: -0.5em;
  transition: 0.2s all ease-in-out, 0.4s transform ease-in-out;
}

blockquote.format:before, blockquote.format:after {
  display: none;
}

blockquote:active:after {
  transform: rotateY(360deg);
}

blockquote cite {
  display: block;
  font-size: 1em;
  line-height: 1.8em;
  margin-top: 1em;
}

blockquote cite span {
  font-weight: 800;
}

@media (max-width: 980px) {
  blockquote {
    font-size: 1.1em;
    margin: 1.1em -2em;
  }
}

@media (max-width: 767px) {
  blockquote {
    border-top: 2px solid #b56969;
    border-bottom: 2px solid #b56969;
    border-left: none;
    margin: 1.5em 0;
    padding: 1.5em 1em;
  }
  blockquote:before {
    left: 50%;
    top: 0;
    height: 4px;
    margin-top: -3px;
    margin-left: -1em;
    width: 2em;
  }
  blockquote:after {
    font-size: 0.75em;
    left: 50%;
    top: 0;
    width: 1.8em;
    margin-top: -0.5em;
    margin-left: -0.5em;
  }
  blockquote cite {
    text-align: left;
  }
}

.note {
  font-style: italic;
  font-size: 1.1rem;
  border-top: 1px solid #898989;
  padding-top: 15px;
  margin-top: 15px;
}

/* experts */
.expert-responses {
  margin-top: 35px;
  padding-top: 35px;
}

.response-container {
  padding: 30px 0;
  border-top: 1px dotted #898989;
}

.response-container:first-of-type {
  border: 0;
}

.response-container img {
  width: 250px;
  float: left;
  margin: 0 15px 15px 0;
}

@media (max-width: 650px) {
  .response-container img {
    width: 100%;
    float: none;
  }
}

.name {
  font-size: 1.4rem;
  font-weight: 800;
  line-height: 1.3;
}

.org {
  font-size: 1.1rem;
  line-height: 1.3;
}

.org-city {
  font-size: 1.1rem;
  text-transform: uppercase;
}

.position {
  font-style: italic;
  font-size: 1.1rem;
  line-height: 1.3;
  padding: 5px 0 10px 0;
}

@media (max-width: 650px) {
  .position {
    padding-bottom: 15px;
  }
}

.response {
  font-size: 1.3rem;
}

.q1 {
  padding-bottom: 25px;
}
