@charset "UTF-8";
/**
 * This file is for theming the news and patient story content types.
 */
.page-node-type-patient-story h1 {
  margin-bottom: 0;
  font-size: 2rem;
}
@media (min-width: 64em) {
  .page-node-type-patient-story h1 {
    font-size: 3.125rem;
  }
}

.view-patient-story-patient-name {
  font-size: 1.5rem;
  font-weight: bold;
  color: #14828c;
  margin-bottom: 0.875rem;
}

.node--type-news .field--name-field-news-source,
.node--type-news .field--name-field-story-source,
.node--type-news .field--name-field-author,
.node--type-patient-story .field--name-field-news-source,
.node--type-patient-story .field--name-field-story-source,
.node--type-patient-story .field--name-field-author {
  font-style: italic;
}
.node--type-news .field--name-field-news-source:after,
.node--type-news .field--name-field-story-source:after,
.node--type-news .field--name-field-author:after,
.node--type-patient-story .field--name-field-news-source:after,
.node--type-patient-story .field--name-field-story-source:after,
.node--type-patient-story .field--name-field-author:after {
  font-style: normal;
  font-size: 0.75rem;
  content: " • ";
  color: #14828c;
  margin: 0 0.25rem 0 0.5rem;
}
.node--type-news .by-line,
.node--type-patient-story .by-line {
  color: #506380;
  font-size: 1rem;
  font-weight: 400;
  font-family: "Helvetica Neue Regular", "HelveticaNeue", "Helvetica", "Arial", sans-serif;
}
.node--type-news .field--name-field-news-source,
.node--type-news .field--name-field-story-source,
.node--type-news .field--name-field-author,
.node--type-news .field--name-field-date-published,
.node--type-patient-story .field--name-field-news-source,
.node--type-patient-story .field--name-field-story-source,
.node--type-patient-story .field--name-field-author,
.node--type-patient-story .field--name-field-date-published {
  color: #506380;
  font-size: 1rem;
  display: inline-block;
  margin: 1.5rem 0;
}
.node--type-news .field--name-field-tags,
.node--type-patient-story .field--name-field-tags {
  font-size: 0.875rem;
  color: #0f388a;
}
.node--type-news .field--name-field-tags .field__label,
.node--type-patient-story .field--name-field-tags .field__label {
  font-size: 1.125rem;
  font-family: "Helvetica Neue Bold", "HelveticaNeue", "Helvetica", "Arial", sans-serif;
  font-weight: bold;
  margin-bottom: 1rem;
}
.node--type-news .field--name-field-tags .field__item,
.node--type-patient-story .field--name-field-tags .field__item {
  display: inline-block;
  line-height: 1.3125rem;
  padding: 0.25rem 0.75rem;
  margin-right: 0.75rem;
  margin-bottom: 1rem;
  border: 1px solid #7e92ae;
  border-radius: 0.9375rem;
}

.node--type-patient-story .field--name-field-story-source,
.node--type-patient-story .field--name-field-author,
.node--type-patient-story .field--name-field-date-published {
  font-style: normal;
}
.node--type-patient-story .rrssb {
  display: flex;
  align-items: center;
  padding: 0;
  width: 100%;
  margin-bottom: 3.125rem;
  font-size: 0;
}
.node--type-patient-story .rrssb-buttons {
  display: flex;
  margin: 0;
}
.node--type-patient-story .rrssb-buttons li {
  margin-right: 1rem;
}
.node--type-patient-story .rrssb-buttons li a {
  display: inline-block;
}
.node--type-patient-story .rrssb-buttons li a:hover,
.node--type-patient-story .rrssb-buttons li a:focus {
  transform: scale(105%);
  background-color: transparent;
}
.node--type-patient-story .rrssb-buttons li a .rrssb-icon {
  width: 100%;
  height: 100%;
}
.node--type-patient-story .rrssb-buttons .rrssb-twitter a {
  background-color: transparent;
  width: 24px;
  height: 20px;
}
.node--type-patient-story .rrssb-buttons .rrssb-twitter .rrssb-icon {
  position: static;
  background: url("/themes/custom/dos/dist/icon/svg/twitter-teal.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.node--type-patient-story .rrssb-buttons .rrssb-facebook a {
  background-color: transparent;
  width: 22px;
  height: 19px;
}
.node--type-patient-story .rrssb-buttons .rrssb-facebook .rrssb-icon {
  background: url("/themes/custom/dos/dist/icon/svg/facebook-teal.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.node--type-patient-story .rrssb-buttons .rrssb-email a {
  background-color: transparent;
  width: 26px;
  height: 19px;
}
.node--type-patient-story .rrssb-buttons .rrssb-email .rrssb-icon {
  background: url("/themes/custom/dos/dist/icon/svg/email.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.node--type-patient-story .rrssb-buttons .rrssb-print a {
  background-color: transparent;
  width: 23px;
  height: 20px;
}
.node--type-patient-story .rrssb-buttons .rrssb-print .rrssb-icon {
  background: url("/themes/custom/dos/dist/icon/svg/print.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.node--type-patient-story .rrssb-prefix {
  color: #0f388a;
  font-size: 1.125rem;
  font-weight: 500;
  font-family: "Helvetica Neue Regular", "HelveticaNeue", "Helvetica", "Arial", sans-serif;
}
.node--type-patient-story .rrssb-text {
  display: none;
}
/*# sourceMappingURL=story.css.map */
