/* Typography
-------------------------------------------------- */
.ck-article h2 {
  text-align: center;
}

.ck-article a {
  text-decoration: underline;
  font-weight: bold;
}

.ck-article p.subtitle-two {
  font-family: inherit;
  font-weight: 600;
}

.ck-article p.subtitle-three {
  font-family: inherit;
  font-weight: normal;
}

.ck-article p.author {
  font-size: 1.25rem;
}

.ck-article blockquote p,
.ck-article blockquote {
  font-weight: normal;
  font-style: italic;
  text-align: center;
  font-family: inherit;
}

.entry-read-more,
.entry-about-of {
  font-size: 1.25rem;
}

.entry-read-more-inline a,
.entry-read-more-inline a:hover {
  text-decoration: none;
  font-weight: unset;
}

.entry-read-more-inline span:last-child {
  font-size: 1.25em;
  line-height: 1.2;
}

.entry-read-more-title {
  font-size: 1.5em;
  text-transform: uppercase;
}

.entry-read-more-inline span:last-child {
  font-size: 1.25em;
  line-height: 1.2;
}

span.paragraph-caption {
  font-family: "Source Sans Pro";
  font-size: 1rem;
  font-weight: normal;
  line-height: normal;
}

span.paragraph-caption span.paragraph-caption-title {
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .entry-read-more,
  .entry-about-of {
    font-size: 1rem;
  }

  .entry-read-more-item .entry-read-more-item-label::after {
    content: "\a";
    white-space: pre;
  }
}

/* Pallete
-------------------------------------------------- */
.article-subtitle .publish-date {
  color: var(--grey-4);
}

.ck-article hr {
  background: var(--grey-2);
}

.ck-article hr:after {
  background: var(--black);
}

.entry-read-more-inline:before {
  background-color: var(--grey-1);
}

.ck-article input[type="email"],
.ck-article input[type="text"] {
  color: var(--white);
  border-bottom-color: var(--yellow);
}

/* Grid
-------------------------------------------------- */
.ck-article .subtitle-two,
.ck-article .subtitle-three {
  margin-bottom: 4px;
}

.ck-article .inline-stamp {
  margin-bottom: 0;
}

span.paragraph-caption {
  margin-bottom: 0;
}

.ck-article > p + p {
  margin-top: unset !important;
}

.ck-article p.remove-bottom-margin {
  margin-bottom: 0.25em !important;
}

.ck-article hr {
  border: none;
  text-align: center;
  width: 100%;
  max-width: 20em;
}

.ck-article hr:after {
  content: "\00a0";
  display: inline-block;
  width: 80px;
}

.ck-article hr,
.ck-article hr:after {
  height: 2px;
}

.responsive-content-embedded {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.cke_editable .responsive-content-embedded {
  padding-top: 0;
}

.responsive-content-embedded iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.ck-article p .responsive-article-image {
  width: 100% !important;
  height: 100% !important;
}

.entry-read-more-inline {
  padding: 2em 0;
  margin-bottom: 2em;
  position: relative;
}

.entry-read-more-inline:before {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  width: 200vw;
  left: -100vw;
  z-index: -1;
}

/* General
-------------------------------------------------- */
section.bg > figcaption.credit {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 12px;
  text-align: right;
  margin-right: 42px;
  position: absolute;
  right: 0;
  margin-top: 5px;
}

article figure,
.ck-article figure {
  padding: 0 0 36px;
  text-align: center;
}

article figure figcaption,
.ck-article figure figcaption {
  text-align: center;
}

article figure p,
.ck-article figure p {
  max-width: 100%;
  padding: 0;
}

article p.full_width,
.ck-article p.full_width {
  width: 100%;
  max-width: 100%;
  margin-left: 0px;
  margin-right: 0px;
  text-align: center;
}

article p.full_width img,
.ck-article p.full_width img {
  width: 100%;
}

.ck-article p.full_width img {
  max-width: 100%;
  margin-left: 0px;
  margin-right: 0px;
}

.ck-article input[type="email"],
.ck-article input[type="text"] {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding: 5px 0;
}

.entry-read-more-title,
.entry-read-more-item {
  margin-bottom: 1rem;
}

.entry-read-more-item-content {
  display: flex;
  align-items: center;
}

.entry-read-more-items :last-child > div {
  margin-bottom: 0;
}

.entry-read-more-item-image {
  max-width: 7.5rem;
  width: 100%;
  height: 4rem;
  background-size: cover;
  background-repeat: no-repeat;
}

.entry-read-more-item-detail {
  min-width: 14.5rem;
  margin-left: 0.5rem;
}

.entry-read-more-item-label {
  margin-right: 0.25em;
}

.generic-tip {
  position: relative;
}

.generic-tip::before {
  content: attr(data-text);
  font-family: "Source Sans Pro";
  font-weight: normal;
  font-size: 1rem;
  color: white;
  background-color: black;
  white-space: nowrap;
  display: none;
  position: absolute;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  margin-left: 100%;
}

.generic-tip:hover:before {
  display: block;
}

@media screen and (max-width: 768px) {
  section.bg > figcaption.credit {
    margin-right: 15px;
  }
}
