a.rfcc-btn {
  display: inline-block;
  box-sizing: border-box;
  text-decoration: none;
  font-family: "myriad-pro", sans-serif;
  border-radius: 50px;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  padding: 15px 50px;
  min-width: 260px;
  transition: background-color 0.2s ease, color 0.2s ease;
}
@media (max-width: 1024px) {
  a.rfcc-btn {
    font-size: 18px;
    padding: 15px 40px;
    min-width: 270px;
    transition: none;
  }
}
@media (max-width: 768px) {
  a.rfcc-btn {
    margin-bottom: 30px;
    max-width: 270px;
  }
}
a.rfcc-btn.white {
  background-color: #fff;
  border: 1px solid #fff;
  color: #173A52;
}
@media (max-width: 768px) {
  a.rfcc-btn.white {
    background-color: #173A52;
    color: #fff;
  }
}
a.rfcc-btn.darkest-teal {
  background-color: #173A52;
  border: 1px solid #173A52;
  color: #fff;
}
a.rfcc-btn.youtube::before {
  content: url("/themes/custom/cf/images/icon_play-triangle.svg");
  display: inline-block;
  margin-right: 5px;
  height: 17px;
  width: 20px;
}
@media (max-width: 768px) {
  a.rfcc-btn.youtube::before {
    content: url("/themes/custom/cf/images/icon_play-triangle_white.svg");
  }
}

@media (min-width: 1024px) {
  a.rfcc-btn:hover.white {
    background-color: #173A52;
    border: 1px solid #fff;
    color: #fff;
  }
  a.rfcc-btn:hover.darkest-teal {
    background-color: #fff;
    border: 1px solid #173A52;
    color: #173A52;
  }
  a.rfcc-btn:hover.youtube::before {
    content: url("/themes/custom/cf/images/icon_play-triangle_white.svg");
    display: inline-block;
    margin-right: 5px;
    height: 17px;
    width: 20px;
  }
}
.rfcc {
  width: 100%;
}
.rfcc--hero-section {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  margin-bottom: 110px;
  height: 670px;
}
@media (max-width: 1024px) {
  .rfcc--hero-section {
    height: 530px;
  }
}
@media (max-width: 768px) {
  .rfcc--hero-section {
    height: 320px;
    margin-bottom: 300px;
  }
}
@media (max-width: 425px) {
  .rfcc--hero-section {
    height: 270px;
    margin-bottom: 330px;
  }
}
.rfcc--hero-section--swoosh {
  line-height: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 3;
}
.rfcc--hero-section--swoosh img {
  width: 100%;
  margin-bottom: -1px;
}
.rfcc--hero-section--down-dotted-long {
  position: absolute;
  bottom: -45px;
  left: 50%;
  transform: translateX(-50%);
  height: 157px;
  width: 11px;
  z-index: 4;
}
@media (max-width: 768px) {
  .rfcc--hero-section--down-dotted-long {
    display: none;
  }
}
.rfcc--hero-section--down-dotted-short {
  display: none;
}
@media (max-width: 768px) {
  .rfcc--hero-section--down-dotted-short {
    display: block;
    position: absolute;
    bottom: -65px;
    left: 50%;
    transform: translateX(-50%);
    height: 67px;
    width: 11px;
    z-index: 4;
  }
}
.rfcc--hero-content {
  margin: 0 auto;
  max-width: 1140px;
  position: relative;
  padding: 0 20px;
  z-index: 4;
}
@media (max-width: 1024px) {
  .rfcc--hero-content {
    max-width: 560px;
  }
}
.rfcc--hero-content .large-title {
  padding-top: 110px;
}
@media (max-width: 1024px) {
  .rfcc--hero-content .large-title {
    padding-top: 130px;
  }
}
.rfcc--hero-content .large-title h1 {
  margin: 0;
  font-size: 85px;
  line-height: 75px;
}
@media (max-width: 1024px) {
  .rfcc--hero-content .large-title h1 {
    font-size: 65px;
    line-height: 55px;
  }
}
@media (max-width: 768px) {
  .rfcc--hero-content .large-title h1 {
    font-size: 55px;
    line-height: 50px;
  }
}
@media (max-width: 425px) {
  .rfcc--hero-content .large-title h1 {
    font-size: 40px;
    line-height: 40px;
  }
}
.rfcc--hero-content .large-title h1 span.white {
  color: #fff;
  font-style: italic;
}
.rfcc--hero-content .large-title h1 span.gold {
  color: #F3B916;
  padding-left: 170px;
}
@media (max-width: 1024px) {
  .rfcc--hero-content .large-title h1 span.gold {
    padding-left: 130px;
  }
}
@media (max-width: 768px) {
  .rfcc--hero-content .large-title h1 span.gold {
    padding-left: 70px;
  }
}
@media (max-width: 425px) {
  .rfcc--hero-content .large-title h1 span.gold {
    padding-left: 40px;
  }
}
.rfcc--hero-content .large-tagline {
  color: #fff;
  font-size: 25px;
  font-family: "myriad-pro", sans-serif;
  margin: 40px 0;
}
@media (max-width: 1024px) {
  .rfcc--hero-content .large-tagline {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .rfcc--hero-content .large-tagline {
    color: #173A52;
    font-size: 18px;
    text-align: center;
    margin: 0 auto;
    padding: 110px 0 0 0;
    max-width: 270px;
  }
}
.rfcc--hero-content .cta-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: unset;
  max-width: 560px;
  width: 100%;
}
@media (max-width: 1024px) {
  .rfcc--hero-content .cta-row {
    height: 56px;
  }
}
@media (max-width: 768px) {
  .rfcc--hero-content .cta-row {
    height: unset;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
  }
}
.rfcc--overlay {
  background: transparent linear-gradient(37deg, #173A52 0%, rgba(23, 58, 82, 0) 100%) 0% 0% no-repeat padding-box;
  mix-blend-mode: darken;
  opacity: 1;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 2;
}
.rfcc--lp-patient-stories-block {
  margin: 0 auto;
  max-width: 1140px;
  width: 100%;
}
.rfcc--lp-patient-stories-block--featured-wrapper {
  position: relative;
  display: block;
  padding-bottom: 120px;
  min-height: 800px;
}
@media (max-width: 1024px) {
  .rfcc--lp-patient-stories-block--featured-wrapper {
    min-height: 740px;
  }
}
@media (max-width: 768px) {
  .rfcc--lp-patient-stories-block--featured-wrapper {
    min-height: unset;
  }
}
.rfcc--lp-patient-stories-block--featured-wrapper .featured-image {
  box-sizing: border-box;
  position: absolute;
  line-height: 0;
  top: 0;
  z-index: 1;
}
@media (max-width: 1140px) {
  .rfcc--lp-patient-stories-block--featured-wrapper .featured-image {
    margin: 0 20px;
  }
}
@media (max-width: 768px) {
  .rfcc--lp-patient-stories-block--featured-wrapper .featured-image {
    position: relative;
    margin: 0;
    width: 100%;
  }
}
.rfcc--lp-patient-stories-block--featured-wrapper .featured-image img {
  height: auto;
  width: 100%;
}
.rfcc--lp-patient-stories-block--featured-wrapper .featured-text {
  background-color: #173A52;
  box-sizing: border-box;
  padding: 60px;
  position: absolute;
  top: 625px;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1040px;
  width: 100%;
  z-index: 2;
}
@media (max-width: 1024px) {
  .rfcc--lp-patient-stories-block--featured-wrapper .featured-text {
    top: 500px;
    max-width: 700px;
  }
}
@media (max-width: 768px) {
  .rfcc--lp-patient-stories-block--featured-wrapper .featured-text {
    position: relative;
    left: unset;
    top: unset;
    transform: unset;
    padding: 60px 20px;
    max-width: unset;
    width: 100%;
  }
}
.rfcc--lp-patient-stories-block--featured-wrapper .featured-text h2 {
  color: #fff;
  font-size: 45px;
  font-weight: 200;
  line-height: 45px;
  margin: 0;
}
@media (max-width: 1024px) {
  .rfcc--lp-patient-stories-block--featured-wrapper .featured-text h2 {
    font-size: 28px;
  }
}
.rfcc--lp-patient-stories-block--featured-wrapper .featured-text h2::after {
  display: inline-block;
  content: url("/themes/custom/cf/images/h2_dotted.svg");
  position: relative;
  height: 5px;
  width: 65px;
}
.rfcc--lp-patient-stories-block--featured-wrapper .featured-text .field--name-field-rfcc-featured-story-blurb {
  color: #fff;
  font-size: 25px;
  font-family: "myriad-pro", sans-serif;
  line-height: 40px;
  margin: 20px 0 35px 0;
}
@media (max-width: 1024px) {
  .rfcc--lp-patient-stories-block--featured-wrapper .featured-text .field--name-field-rfcc-featured-story-blurb {
    font-size: 18px;
  }
}
.rfcc--lp-patient-stories-block--manually-chosen-wrapper, .rfcc--lp-patient-stories-block--view-wrapper {
  display: grid;
  grid-template-columns: 66.66% 33.33%;
  margin: 0 0 60px 0;
  max-width: 1140px;
}
@media (max-width: 1140px) {
  .rfcc--lp-patient-stories-block--manually-chosen-wrapper, .rfcc--lp-patient-stories-block--view-wrapper {
    margin: 0 20px 60px 20px;
  }
}
@media (max-width: 1024px) {
  .rfcc--lp-patient-stories-block--manually-chosen-wrapper, .rfcc--lp-patient-stories-block--view-wrapper {
    grid-template-columns: unset;
    grid-template-rows: 1fr 400px;
    grid-row-gap: 30px;
  }
}
.rfcc--lp-patient-stories-block .field--name-field-rfcc-manually-chosen {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 747px;
  width: 100%;
}
@media (max-width: 1024px) {
  .rfcc--lp-patient-stories-block .field--name-field-rfcc-manually-chosen {
    grid-column-gap: 30px;
    max-width: unset;
  }
}
@media (max-width: 768px) {
  .rfcc--lp-patient-stories-block .field--name-field-rfcc-manually-chosen {
    grid-template-columns: unset;
    grid-column-gap: unset;
    grid-template-rows: 1fr 1fr;
    grid-row-gap: 30px;
  }
}
.rfcc--lp-patient-stories-block .field--name-field-rfcc-manually-chosen .field__item {
  max-width: 350px;
  width: 100%;
}
@media (max-width: 1140px) {
  .rfcc--lp-patient-stories-block .field--name-field-rfcc-manually-chosen .field__item {
    max-width: 320px;
  }
}
@media (max-width: 1024px) {
  .rfcc--lp-patient-stories-block .field--name-field-rfcc-manually-chosen .field__item {
    max-width: unset;
  }
}
.rfcc--lp-patient-stories-block .field--name-field-rfcc-manually-chosen .field__item:nth-of-type(1) {
  justify-self: start;
}
.rfcc--lp-patient-stories-block .field--name-field-rfcc-manually-chosen .field__item:nth-of-type(2) {
  justify-self: end;
}
@media (max-width: 1140px) {
  .rfcc--lp-patient-stories-block .field--name-field-rfcc-manually-chosen .field__item:nth-of-type(2) {
    justify-self: center;
  }
}
@media (max-width: 1024px) {
  .rfcc--lp-patient-stories-block .field--name-field-rfcc-manually-chosen .field__item:nth-of-type(2) {
    justify-self: end;
  }
}
.rfcc--lp-patient-stories-block .rfcc-teaser {
  border: 1px solid #e2e2e2;
  height: 525px;
  max-width: 350px;
  width: 100%;
}
@media (max-width: 1140px) {
  .rfcc--lp-patient-stories-block .rfcc-teaser {
    max-width: 320px;
  }
}
@media (max-width: 1024px) {
  .rfcc--lp-patient-stories-block .rfcc-teaser {
    max-width: unset;
  }
}
.rfcc--lp-patient-stories-block .rfcc-teaser--image {
  width: 100%;
}
.rfcc--lp-patient-stories-block .rfcc-teaser--image img {
  overflow: hidden;
  object-fit: cover;
}
@media (max-width: 1140px) {
  .rfcc--lp-patient-stories-block .rfcc-teaser--image img {
    max-width: 320px;
  }
}
@media (max-width: 1024px) {
  .rfcc--lp-patient-stories-block .rfcc-teaser--image img {
    max-width: unset;
  }
}
@media (max-width: 1024px) {
  .rfcc--lp-patient-stories-block .rfcc-teaser--image img {
    width: 100%;
  }
}
.rfcc--lp-patient-stories-block .rfcc-teaser--text {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 30px;
  height: 245px;
}
.rfcc--lp-patient-stories-block .rfcc-teaser--text a {
  text-decoration: none;
}
.rfcc--lp-patient-stories-block .rfcc-teaser--text h3 {
  color: #485864;
  font-family: "myriad-pro", sans-serif;
  font-size: 25px;
  margin: 0;
  line-height: 35px;
}
.rfcc--lp-patient-stories-block .rfcc-teaser--text .field--name-field-patient-story-body {
  font-family: "myriad-pro", sans-serif;
  font-size: 18px;
  line-height: 35px;
}
.rfcc--lp-patient-stories-block .rfcc-teaser--text a.learn-more {
  color: #173A52;
  font-family: "myriad-pro", sans-serif;
  font-weight: bold;
  font-size: 18px;
  align-self: flex-end;
  text-decoration: underline;
}
.rfcc--lp-patient-stories-block--view-more-card {
  background-color: #173A52;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-self: end;
  height: 525px;
  max-width: 350px;
  padding: 50px 30px;
  width: 100%;
}
@media (max-width: 1140px) {
  .rfcc--lp-patient-stories-block--view-more-card {
    max-width: 320px;
  }
}
@media (max-width: 1024px) {
  .rfcc--lp-patient-stories-block--view-more-card {
    max-width: unset;
    height: 400px;
  }
}
@media (max-width: 768px) {
  .rfcc--lp-patient-stories-block--view-more-card {
    max-width: unset;
    height: 400px;
  }
}
.rfcc--lp-patient-stories-block--view-more-card h3 {
  color: #fff;
  font-family: "chaparral-pro", "Georgia", serif;
  font-size: 45px;
  font-weight: 200;
  margin-top: 0;
}
@media (max-width: 1024px) {
  .rfcc--lp-patient-stories-block--view-more-card h3 {
    font-size: 28px;
  }
}
.rfcc--lp-patient-stories-block--view-more-card h3::after {
  display: inline-block;
  content: url("/themes/custom/cf/images/h2_dotted.svg");
  position: relative;
  height: 5px;
  width: 65px;
}
.rfcc--lp-patient-stories-block--view-more-card .field--name-field-rfcc-stories-cta-blurb {
  color: #fff;
  font-size: 25px;
  font-family: "myriad-pro", sans-serif;
  line-height: 35px;
}
@media (max-width: 1024px) {
  .rfcc--lp-patient-stories-block--view-more-card .field--name-field-rfcc-stories-cta-blurb {
    font-size: 22px;
  }
}
.rfcc--lp-patient-stories-block--view-more-card a.rfcc-btn {
  margin-top: auto;
}
.rfcc--first-block {
  overflow: visible;
  margin-bottom: 100px;
}
.rfcc--third-block {
  overflow: hidden;
  margin-bottom: 40px;
}
.rfcc--first-block, .rfcc--third-block {
  padding: 40px 0;
}
.rfcc--first-block .two-column, .rfcc--third-block .two-column {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1140px;
}
@media (max-width: 1024px) {
  .rfcc--first-block .two-column, .rfcc--third-block .two-column {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .rfcc--first-block .two-column, .rfcc--third-block .two-column {
    flex-direction: column;
    max-width: 400px;
  }
}
.rfcc--first-block .two-column .image-content, .rfcc--third-block .two-column .image-content {
  position: relative;
}
.rfcc--first-block .two-column .image-content-wrapper .field--name-field-first-block-image-caption, 
.rfcc--third-block .two-column .image-content-wrapper .field--name-field-third-block-image-caption {
  font-size: 18px;
  font-family: "myriad-pro", sans-serif;
  font-style: italic;
  padding: 80px 0 0 0;
  max-width: 500px;
}
.rfcc--first-block .two-column .image-content-wrapper .field--name-field-first-block-image-caption {
  text-align: left;
}
.rfcc--third-block .two-column .image-content-wrapper .field--name-field-third-block-image-caption {
  text-align: right;
}
@media (max-width: 1140px) {
  .rfcc--first-block .two-column .image-content-wrapper .field--name-field-first-block-image-caption, 
  .rfcc--third-block .two-column .image-content-wrapper .field--name-field-third-block-image-caption {
    margin: 0 20px;
  }
}
@media (max-width: 768px) {
  .rfcc--first-block .two-column .image-content-wrapper .field--name-field-first-block-image-caption, 
  .rfcc--third-block .two-column .image-content-wrapper .field--name-field-third-block-image-caption {
    padding: 40px 0 0 0;
  }
  .rfcc--third-block .two-column .image-content-wrapper .field--name-field-third-block-image-caption {
    text-align: left;
  }
}
.rfcc--first-block .two-column .image-content .dotted-border-desktop, .rfcc--third-block .two-column .image-content .dotted-border-desktop {
  display: block;
  position: absolute;
  top: -45px;
  left: -45px;
}
@media (max-width: 1024px) {
  .rfcc--first-block .two-column .image-content .dotted-border-desktop, .rfcc--third-block .two-column .image-content .dotted-border-desktop {
    display: block;
    top: -20px;
    left: -20px;
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 768px) {
  .rfcc--first-block .two-column .image-content .dotted-border-desktop, .rfcc--third-block .two-column .image-content .dotted-border-desktop {
    display: none;
  }
}
.rfcc--first-block .two-column .image-content .dotted-border-mobile, .rfcc--third-block .two-column .image-content .dotted-border-mobile {
  display: none;
}
@media (max-width: 768px) {
  .rfcc--first-block .two-column .image-content .dotted-border-mobile, .rfcc--third-block .two-column .image-content .dotted-border-mobile {
    display: block;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    height: 290px;
    width: 290px;
  }
}
.rfcc--first-block .two-column .text-content, .rfcc--third-block .two-column .text-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 768px) {
  .rfcc--first-block .two-column .text-content, .rfcc--third-block .two-column .text-content {
    padding-top: 40px;
    margin: 0 20px;
  }
}
@media (max-width: 768px) {
  .rfcc--first-block .two-column .field--name-field-rfcc-first-circle-image,
  .rfcc--first-block .two-column .field--name-field-rfcc-third-circle-image, .rfcc--third-block .two-column .field--name-field-rfcc-first-circle-image,
  .rfcc--third-block .two-column .field--name-field-rfcc-third-circle-image {
    display: flex;
    justify-content: center;
  }
}
.rfcc--first-block .two-column img, .rfcc--third-block .two-column img {
  border-radius: 50%;
}
@media (max-width: 1024px) {
  .rfcc--first-block .two-column img, .rfcc--third-block .two-column img {
    height: 360px;
    width: 360px;
  }
}
@media (max-width: 768px) {
  .rfcc--first-block .two-column img, .rfcc--third-block .two-column img {
    height: 250px;
    width: 250px;
  }
}
.rfcc--first-block .two-column h2, .rfcc--third-block .two-column h2 {
  color: #173A52;
  font-size: 45px;
  font-weight: 200;
  line-height: 45px;
  margin: 0 0 10px 0;
  max-width: 425px;
}
@media (max-width: 1024px) {
  .rfcc--first-block .two-column h2, .rfcc--third-block .two-column h2 {
    font-size: 28px;
    max-width: 300px;
  }
}
.rfcc--first-block .two-column .field--name-field-rfcc-first-block-blurb,
.rfcc--first-block .two-column .field--name-field-rfcc-third-block-blurb, .rfcc--third-block .two-column .field--name-field-rfcc-first-block-blurb,
.rfcc--third-block .two-column .field--name-field-rfcc-third-block-blurb {
  margin: 0;
  color: #151515;
  font-size: 25px;
  font-family: "myriad-pro", sans-serif;
  line-height: 40px;
  max-width: 520px;
}
@media (max-width: 1024px) {
  .rfcc--first-block .two-column .field--name-field-rfcc-first-block-blurb,
  .rfcc--first-block .two-column .field--name-field-rfcc-third-block-blurb, .rfcc--third-block .two-column .field--name-field-rfcc-first-block-blurb,
  .rfcc--third-block .two-column .field--name-field-rfcc-third-block-blurb {
    font-size: 18px;
    max-width: 400px;
  }
}
.rfcc--first-block .two-column a, .rfcc--third-block .two-column a {
  margin-top: 30px;
  max-width: 260px;
}
@media (max-width: 768px) {
  .rfcc--first-block {
    padding: 295px 0 0 0;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .rfcc--first-block {
    padding: 20px 0 0 0;
  }
}
@media (max-width: 1140px) {
  .rfcc--first-block .text-content {
    margin: 0 20px 0 60px;
  }
}
@media (max-width: 1024px) {
  .rfcc--first-block .text-content {
    margin: 0 20px 0 40px;
  }
}
.rfcc--third-block .two-column {
  padding-top: 40px;
}
@media (max-width: 1140px) {
  .rfcc--third-block .text-content {
    margin: 0 60px 0 20px;
  }
}
@media (max-width: 1024px) {
  .rfcc--third-block .text-content {
    margin: 0 40px 0 20px;
  }
}
@media (max-width: 768px) {
  .rfcc--third-block .text-content {
    padding-top: 0;
    order: 2;
  }
}
@media (max-width: 768px) {
  .rfcc--third-block .image-content {
    order: 1;
  }
}
.rfcc--second-block {
  position: relative;
  width: 100%;
}
.rfcc--second-block--full-width-curve {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.rfcc--second-block--full-width-curve img {
  width: 100%;
  margin-top: -1px;
}
.rfcc--second-block .image-content {
  margin-bottom: 300px;
}
@media (max-width: 1024px) {
  .rfcc--second-block .image-content {
    margin-bottom: 240px;
  }
}
@media (max-width: 768px) {
  .rfcc--second-block .image-content {
    margin-bottom: 0;
    line-height: 0;
  }
}
.rfcc--second-block .image-content .field--name-field-rfcc-large-image img {
  height: 800px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .rfcc--second-block .image-content .field--name-field-rfcc-large-image img {
    height: 300px;
  }
}
.rfcc--second-block .text-content-container {
  position: absolute;
  bottom: -210px;
  height: auto;
  width: 100%;
  max-width: 1140px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
@media (max-width: 1024px) {
  .rfcc--second-block .text-content-container {
    max-width: 720px;
  }
}
@media (max-width: 768px) {
  .rfcc--second-block .text-content-container {
    position: relative;
    bottom: unset;
    left: unset;
    transform: unset;
    max-width: unset;
  }
}
.rfcc--second-block .text-content {
  display: flex;
  flex-direction: column;
  background-color: #173A52;
  box-sizing: border-box;
  padding: 60px 60px 64px 60px;
  max-width: 960px;
}
@media (max-width: 1024px) {
  .rfcc--second-block .text-content {
    max-width: 720px;
  }
}
@media (max-width: 768px) {
  .rfcc--second-block .text-content {
    max-width: unset;
    padding: 40px 20px;
  }
}
.rfcc--second-block h2 {
  font-size: 45px;
  font-weight: normal;
  color: #fff;
  line-height: 45px;
  margin: 0 0 15px 0;
  max-width: 700px;
}
.rfcc--second-block h2::after {
  display: inline-block;
  content: url("/themes/custom/cf/images/h2_dotted.svg");
  position: relative;
  height: 5px;
  width: 65px;
}
@media (max-width: 1024px) {
  .rfcc--second-block h2 {
    font-size: 28px;
  }
}
.rfcc--second-block .field--name-field-rfcc-second-block-blurb {
  margin: 0;
  color: #fff;
  font-size: 25px;
  font-family: "myriad-pro", sans-serif;
  line-height: 40px;
}
@media (max-width: 1024px) {
  .rfcc--second-block .field--name-field-rfcc-second-block-blurb {
    font-size: 18px;
  }
}
.rfcc--second-block a {
  margin-top: 30px;
  max-width: 260px;
}
.rfcc--fourth-block {
  background-color: #173A52;
  position: relative;
  margin-top: 360px;
  height: 500px;
  width: 100%;
}
@media (max-width: 1024px) {
  .rfcc--fourth-block {
    margin-top: 210px;
    height: auto;
  }
}
@media (max-width: 768px) {
  .rfcc--fourth-block {
    margin-top: 100px;
  }
}
.rfcc--fourth-block--overlapping-curves {
  line-height: 0;
  position: absolute;
  top: -230px;
  width: 100%;
  z-index: 1;
}
@media (max-width: 1024px) {
  .rfcc--fourth-block--overlapping-curves {
    top: -160px;
  }
}
@media (max-width: 768px) {
  .rfcc--fourth-block--overlapping-curves {
    top: -100px;
  }
}
@media (max-width: 425px) {
  .rfcc--fourth-block--overlapping-curves {
    top: -60px;
  }
}
.rfcc--fourth-block--overlapping-curves img {
  width: 100%;
}
.rfcc--fourth-block .content-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  max-width: 1140px;
  width: 100%;
  z-index: 2;
}
@media (max-width: 1024px) {
  .rfcc--fourth-block .content-container {
    justify-content: space-evenly;
    padding: 0 20px 60px 20px;
    align-items: unset;
  }
}
@media (max-width: 768px) {
  .rfcc--fourth-block .content-container {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 425px) {
  .rfcc--fourth-block .content-container {
    padding: 20px 20px 60px 20px;
  }
}
.rfcc--fourth-block .text-content {
  display: flex;
  flex-direction: column;
  max-width: 520px;
}
@media (max-width: 768px) {
  .rfcc--fourth-block .text-content {
    order: 2;
  }
}
.rfcc--fourth-block h2 {
  font-size: 45px;
  font-weight: normal;
  color: #fff;
  line-height: 45px;
  margin: 0 0 15px 0;
  max-width: 425px;
}
@media (max-width: 1024px) {
  .rfcc--fourth-block h2 {
    font-size: 28px;
    max-width: 300px;
  }
}
.rfcc--fourth-block h2::after {
  display: inline-block;
  content: url("/themes/custom/cf/images/h2_dotted.svg");
  position: relative;
  height: 5px;
  width: 65px;
}
.rfcc--fourth-block .field--name-field-rfcc-fourth-block-blurb {
  margin: 0;
  color: #fff;
  font-size: 25px;
  font-family: "myriad-pro", sans-serif;
  line-height: 40px;
}
@media (max-width: 1024px) {
  .rfcc--fourth-block .field--name-field-rfcc-fourth-block-blurb {
    font-size: 18px;
    padding-right: 20px;
    box-sizing: border-box;
    max-width: 400px;
  }
}
.rfcc--fourth-block .cta-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 560px;
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 1024px) {
  .rfcc--fourth-block .cta-row {
    flex-direction: column;
    max-width: 240px;
  }
}
.rfcc--fourth-block .cta-row a {
  background-color: #fff;
  border: 1px solid #fff;
  color: #173A52;
  box-sizing: border-box;
  text-decoration: none;
  font-family: "myriad-pro", sans-serif;
  border-radius: 50px;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  padding: 15px 20px;
  min-width: 240px;
  transition: background-color 0.2s ease, color 0.2s ease;
}
@media (max-width: 1024px) {
  .rfcc--fourth-block .cta-row a {
    font-size: 18px;
    transition: none;
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .rfcc--fourth-block .cta-row a:hover {
    background-color: #173A52;
    border: 1px solid #fff;
    color: #fff;
  }
}
@media (max-width: 768px) {
  .rfcc--fourth-block .image-content {
    order: 1;
  }
}
@media (max-width: 768px) {
  .rfcc--fourth-block .image-content .video-thumb {
    display: block;
    max-width: 335px;
    max-height: 190px;
  }
}
.rfcc--fourth-block .image-content .video-thumb {
  position: relative;
}
@media (max-width: 768px) {
  .rfcc--fourth-block .image-content .video-thumb {
    max-width: 335px;
    max-height: 190px;
    margin-bottom: 40px;
  }
}
.rfcc--fourth-block .image-content .media--type-remote-video .colorbox-media-video {
  position: relative;
  z-index: 9;
}
.rfcc--fourth-block .image-content .media--type-remote-video .colorbox-media-video::before {
  content: "";
  background-image: url("/themes/custom/cf/images/icon_play_circle.svg");
  background-size: 102px 102px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 102px;
  width: 102px;
  z-index: 10;
}
@media (max-width: 1024px) {
  .rfcc--fourth-block .image-content .media--type-remote-video .colorbox-media-video::before {
    background-size: 85px 85px;
    height: 85px;
    width: 85px;
  }
}
.rfcc--fourth-block .image-content img {
  border-radius: 10px;
}
@media (max-width: 1024px) {
  .rfcc--fourth-block .image-content img {
    width: 335px;
    height: 190px;
  }
}
@media (max-width: 425px) {
  .rfcc--fourth-block .image-content img {
    width: 100%;
    height: auto;
  }
}
.rfcc--fourth-block .image-content h4 {
  font-family: "myriad-pro", sans-serif;
  font-size: 16px;
  text-transform: capitalize;
  margin-top: 10px;
}
.rfcc--fourth-block .image-content h4 span {
  font-weight: bold;
}
.rfcc--fourth-block .image-content h4.caption {
  color: #fff;
}

.rfcc-enhanced-general--header {
  position: relative;
  height: 200px;
  width: 100%;
}
@media (max-width: 1024px) {
  .rfcc-enhanced-general--header {
    height: 240px;
  }
}
.rfcc-enhanced-general--header-content {
  margin: 0 auto;
  max-width: 1140px;
  position: relative;
  padding: 0 20px;
  box-sizing: border-box;
  height: 200px;
}
@media (max-width: 1024px) {
  .rfcc-enhanced-general--header-content {
    height: 240px;
  }
}
.rfcc-enhanced-general h1 {
  font-weight: bold;
  font-size: 48px;
  margin: 0;
  position: absolute;
  z-index: 3;
  bottom: 30px;
}
@media (max-width: 1024px) {
  .rfcc-enhanced-general h1 {
    font-size: 32px;
    bottom: 20px;
  }
}
.rfcc-enhanced-general--header-image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  z-index: 1;
  height: 200px;
  width: 100%;
}
@media (max-width: 1024px) {
  .rfcc-enhanced-general--header-image {
    height: 240px;
  }
}
.rfcc-enhanced-general--overlay {
  background-color: #173A52;
  opacity: 0.75;
  position: absolute;
  top: 0;
  z-index: 2;
  height: 200px;
  width: 100%;
}
@media (max-width: 1024px) {
  .rfcc-enhanced-general--overlay {
    height: 240px;
  }
}
.rfcc-enhanced-general--green-area {
  background-color: #173A52;
  position: relative;
  height: auto;
  width: 100%;
}
.rfcc-enhanced-general--green-area-content {
  margin: 0 auto;
  position: relative;
  padding: 0 20px;
  box-sizing: border-box;
  height: auto;
  max-width: 1140px;
  width: 100%;
}
.rfcc-enhanced-general--green-area-content h2 {
  color: #fff;
  font-size: 28px;
  font-weight: 200;
  line-height: 45px;
  margin: 0;
  padding: 60px 0;
  max-width: 850px;
}
@media (max-width: 1024px) {
  .rfcc-enhanced-general--green-area-content h2 {
    font-size: 24px;
    padding: 40px 0;
  }
}

.rfcc-simple-text-block {
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  max-width: 1140px;
  width: 100%;
}
.rfcc-simple-text-block .field--name-field-simple-text-body {
  font-family: "myriad-pro", sans-serif;
  font-size: 18px;
  margin: 60px 0 0 0;
}
@media (max-width: 768px) {
  .rfcc-simple-text-block .field--name-field-simple-text-body {
    margin: 40px 0 0 0;
  }
}
.rfcc-simple-text-block .field--name-field-simple-text-body h2,
.rfcc-simple-text-block .field--name-field-simple-text-body h3,
.rfcc-simple-text-block .field--name-field-simple-text-body h4 {
  margin: 40px 0 20px 0;
}
.rfcc-simple-text-block .field--name-field-simple-text-body p {
  line-height: 45px;
}
.rfcc-simple-text-block .single-cta {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 560px;
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 1024px) {
  .rfcc-simple-text-block .single-cta {
    flex-direction: column;
    max-width: 240px;
  }
}
.rfcc-simple-text-block .single-cta a {
  background-color: #173A52;
  border: 1px solid #173A52;
  color: #fff;
  box-sizing: border-box;
  text-decoration: none;
  font-family: "myriad-pro", sans-serif;
  border-radius: 50px;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  padding: 15px 20px;
  min-width: 240px;
  transition: background-color 0.2s ease, color 0.2s ease;
}
@media (max-width: 1024px) {
  .rfcc-simple-text-block .single-cta a {
    font-size: 18px;
    transition: none;
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .rfcc-simple-text-block .single-cta a:hover {
    background-color: #fff;
    border: 1px solid #173A52;
    color: #173A52;
  }
}

.rfcc-text-image-caption {
  margin: 30px auto;
  padding: 0 20px;
  box-sizing: border-box;
  max-width: 1140px;
  width: 100%;
}
@media (max-width: 768px) {
  .rfcc-text-image-caption {
    margin: 10px auto;
  }
}
.rfcc-text-image-caption img {
  max-width: 1140px;
  height: auto;
  width: 100%;
}
.rfcc-text-image-caption .caption {
  display: flex;
  flex-direction: row;
}
.rfcc-text-image-caption .caption h4 {
  color: #151515;
  font-size: 16px;
  font-weight: bold;
  text-transform: capitalize;
  margin: 5px 0 0 0;
}
.rfcc-text-image-caption .caption .field--name-field-simple-image-caption {
  font-family: "myriad-pro", sans-serif;
  font-size: 16px;
  margin: 5px 0 0 0;
  padding-left: 5px;
}

.rfcc-large-image-with-overlay {
  display: block;
  font-family: "myriad-pro", sans-serif;
  font-size: 18px;
  margin: 65px auto;
  padding: 0 20px 320px 20px;
  box-sizing: border-box;
  position: relative;
  max-width: 1140px;
  width: 100%;
}
@media (max-width: 768px) {
  .rfcc-large-image-with-overlay {
    display: flex;
    flex-direction: column;
    line-height: 0;
    padding: 0 20px;
  }
}
@media (max-width: 425px) {
  .rfcc-large-image-with-overlay {
    padding: 0;
  }
}
.rfcc-large-image-with-overlay .overlay-content {
  background-color: #173A52;
  position: absolute;
  bottom: 45px;
  left: 80px;
  padding: 60px 50px;
  box-sizing: border-box;
  width: 100%;
}
.rfcc-large-image-with-overlay .overlay-content.shortbox {
  max-width: 870px;
  width: 100%;
}
.rfcc-large-image-with-overlay .overlay-content.longbox {
  max-width: 870px;
  width: 100%;
}
@media (max-width: 1140px) {
  .rfcc-large-image-with-overlay .overlay-content {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 768px) {
  .rfcc-large-image-with-overlay .overlay-content {
    position: relative;
    order: 2;
    bottom: unset;
    left: unset;
    max-width: unset;
    padding: 60px 20px;
    transform: unset;
  }
}
.rfcc-large-image-with-overlay .overlay-content h2 {
  color: #fff;
  font-weight: 200;
  font-size: 45px;
  margin: 0 0 40px 0;
  position: relative;
}
@media (max-width: 768px) {
  .rfcc-large-image-with-overlay .overlay-content h2 {
    font-size: 28px;
    line-height: 28px;
  }
}
.rfcc-large-image-with-overlay .overlay-content h2::after {
  content: url("/themes/custom/cf/images/dotted-line-for-text.svg");
  position: absolute;
  bottom: 0;
  height: 5px;
  width: 65px;
}
@media (max-width: 768px) {
  .rfcc-large-image-with-overlay .overlay-content h2::after {
    bottom: -20px;
  }
}
.rfcc-large-image-with-overlay .overlay-content .field--name-field-text-for-overlay {
  color: #fff;
  font-size: 25px;
  line-height: 50px;
  margin: 60px 0 0 0;
}
@media (max-width: 768px) {
  .rfcc-large-image-with-overlay .overlay-content .field--name-field-text-for-overlay {
    font-size: 18px;
    line-height: 45px;
  }
}
.rfcc-large-image-with-overlay .overlay-content .single-cta {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 560px;
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 1024px) {
  .rfcc-large-image-with-overlay .overlay-content .single-cta {
    flex-direction: column;
    max-width: 240px;
  }
}
.rfcc-large-image-with-overlay .overlay-content .single-cta a {
  background-color: #fff;
  border: 1px solid #fff;
  color: #173A52;
  box-sizing: border-box;
  text-decoration: none;
  font-family: "myriad-pro", sans-serif;
  border-radius: 50px;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  padding: 15px 20px;
  min-width: 240px;
  transition: background-color 0.2s ease, color 0.2s ease;
}
@media (max-width: 1024px) {
  .rfcc-large-image-with-overlay .overlay-content .single-cta a {
    transition: none;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .rfcc-large-image-with-overlay .overlay-content .single-cta a {
    padding: 25px 20px;
  }
}
@media (min-width: 1024px) {
  .rfcc-large-image-with-overlay .overlay-content .single-cta a:hover {
    background-color: #173A52;
    border: 1px solid #fff;
    color: #fff;
  }
}
.rfcc-large-image-with-overlay .overlay-content::after {
  content: url("/themes/custom/cf/images/green_area_down_arrow.svg");
  bottom: -14px;
  left: 70px;
  position: absolute;
  height: 17px;
  width: 30px;
}
@media (max-width: 768px) {
  .rfcc-large-image-with-overlay .large-image {
    order: 1;
  }
}
.rfcc-large-image-with-overlay .large-image img {
  max-width: 1140px;
  height: auto;
  width: 100%;
}

.rfcc-two-column-grid {
  margin: 65px auto;
  padding: 0 20px;
  box-sizing: border-box;
  max-width: 1140px;
  width: 100%;
}
.rfcc-two-column-grid .field--name-field-grid-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-auto-rows: auto;
}
@media (max-width: 1024px) {
  .rfcc-two-column-grid .field--name-field-grid-item {
    grid-template-columns: 1fr;
  }
}
.rfcc-two-column-grid .field--name-field-grid-item .grid__item {
  height: 100%;
  border: 1px solid #EBEBEB;
}
@media (max-width: 1024px) {
  .rfcc-two-column-grid .field--name-field-grid-item .grid__item {
    border: none;
  }
}
.rfcc-two-column-grid--content {
  padding: 80px 70px 110px 70px;
  box-sizing: border-box;
  max-width: 530px;
}
@media (max-width: 1024px) {
  .rfcc-two-column-grid--content {
    padding: 40px 20px;
    max-width: unset;
  }
}
.rfcc-two-column-grid--content h3 {
  color: #173A52;
  font-family: "myriad-pro", sans-serif;
  font-size: 25px;
  margin: 0 0 30px 0;
}
.rfcc-two-column-grid--content .field--name-field-grid-item-blurb {
  color: #151515;
  font-family: "myriad-pro", sans-serif;
  font-size: 18px;
  line-height: 45px;
  position: relative;
}
.rfcc-two-column-grid--content .field--name-field-grid-item-blurb::after {
  content: url("/themes/custom/cf/images/dotted-line-for-text.svg");
  position: absolute;
  bottom: -10px;
  left: 0;
  height: 5px;
  width: 65px;
}

.rfcc-callout-text-image {
  background-color: #EBEBEB;
  width: 100%;
}
.rfcc-callout-text-image--content {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  padding: 60px 20px;
  margin: 0 auto;
  max-width: 1140px;
  width: 100%;
}
@media (max-width: 1024px) {
  .rfcc-callout-text-image--content {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .rfcc-callout-text-image--content .image img {
    height: auto;
    width: 100%;
  }
}
.rfcc-callout-text-image--content .text-and-cta {
  padding: 35px 0 35px 65px;
  max-width: 550px;
}
@media (max-width: 1024px) {
  .rfcc-callout-text-image--content .text-and-cta {
    padding: 30px 0 0 0;
    max-width: unset;
  }
}
.rfcc-callout-text-image--content .text-and-cta h2 {
  color: #173A52;
  font-family: "chaparral-pro", "Georgia", serif;
  font-weight: 200;
  font-size: 28px;
  margin: 0 0 30px 0;
}
.rfcc-callout-text-image--content .text-and-cta .field--name-field-blurb-for-callout {
  font-size: 18px;
  font-family: "myriad-pro", sans-serif;
  line-height: 45px;
}
.rfcc-callout-text-image--content .text-and-cta .cta-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 520px;
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 1024px) {
  .rfcc-callout-text-image--content .text-and-cta .cta-row {
    flex-direction: column;
    max-width: 240px;
  }
}
.rfcc-callout-text-image--content .text-and-cta .cta-row a {
  background-color: #EBEBEB;
  border: 1px solid #173A52;
  color: #173A52;
  box-sizing: border-box;
  text-decoration: none;
  font-family: "myriad-pro", sans-serif;
  border-radius: 50px;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  padding: 15px 20px;
  min-width: 240px;
  transition: background-color 0.2s ease, color 0.2s ease;
}
@media (max-width: 1024px) {
  .rfcc-callout-text-image--content .text-and-cta .cta-row a {
    font-size: 18px;
    transition: none;
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .rfcc-callout-text-image--content .text-and-cta .cta-row a:hover {
    background-color: #173A52;
    border: 1px solid #173A52;
    color: #fff;
  }
}

.rfcc-multi-column-block {
  box-sizing: border-box;
  padding: 60px 20px;
  margin: 0 auto;
  max-width: 1140px;
  width: 100%;
}
@media (max-width: 425px) {
  .rfcc-multi-column-block {
    padding: 60px 20px 0 20px;
  }
}
.rfcc-multi-column-block .field--name-field-multi-column-block-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .rfcc-multi-column-block .field--name-field-multi-column-block-item {
    flex-direction: column;
    align-items: center;
  }
}
.rfcc-multi-column-block--column-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  max-width: 330px;
}
@media (max-width: 768px) {
  .rfcc-multi-column-block--column-item {
    max-width: unset;
    margin-bottom: 60px;
  }
}
.rfcc-multi-column-block--column-item h3 {
  color: #173A52;
  max-width: 215px;
}
.rfcc-multi-column-block--column-item .field--name-field-multi-column-blurb {
  font-family: "myriad-pro", sans-serif;
  font-size: 18px;
  line-height: 45px;
  max-width: 300px;
}
@media (max-width: 768px) {
  .rfcc-multi-column-block--column-item .field--name-field-multi-column-blurb {
    max-width: unset;
  }
}

.rfcc-campaign-cabinet {
  width: 100%;
}
.rfcc-campaign-cabinet--content {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 940px;
  width: 100%;
}
.rfcc-campaign-cabinet--content .heading-blurb h2 {
  font-family: "myriad-pro", sans-serif;
  font-weight: 200;
  font-size: 25px;
  color: #173A52;
  position: relative;
  line-height: 45px;
}
@media (max-width: 425px) {
  .rfcc-campaign-cabinet--content .heading-blurb h2 {
    font-size: 18px;
  }
}
.rfcc-campaign-cabinet--content .heading-blurb h2::after {
  content: url("/themes/custom/cf/images/dotted-line-for-text.svg");
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 65px;
}
.rfcc-campaign-cabinet--content .cabinet {
  display: flex;
  flex-direction: row;
}
@media (max-width: 425px) {
  .rfcc-campaign-cabinet--content .cabinet {
    display: flex;
    flex-direction: column;
  }
}
.rfcc-campaign-cabinet--content .cabinet h3 {
  font-family: "chaparral-pro", "Georgia", serif;
  font-weight: 200;
  font-size: 28px;
  color: #151515;
  margin: 30px 0 0 0;
}
@media (max-width: 425px) {
  .rfcc-campaign-cabinet--content .cabinet h3 {
    font-size: 18px;
  }
}
.rfcc-campaign-cabinet--content .cabinet .list {
  margin-top: 30px;
  padding-left: 90px;
}
@media (max-width: 425px) {
  .rfcc-campaign-cabinet--content .cabinet .list {
    padding-left: 0;
  }
}
.rfcc-campaign-cabinet--content .cabinet .paragraph--type--cabinet-group-list {
  margin-bottom: 30px;
}
.rfcc-campaign-cabinet--content .cabinet .field--name-field-cabinet-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 40px;
}
@media (max-width: 768px) {
  .rfcc-campaign-cabinet--content .cabinet .field--name-field-cabinet-group {
    display: flex;
    flex-direction: column;
  }
}
.rfcc-campaign-cabinet--content .cabinet .field--name-field-cabinet-group .group__item:nth-child(1) {
  order: 1;
}
.rfcc-campaign-cabinet--content .cabinet .field--name-field-cabinet-group .group__item:nth-child(2) {
  order: 3;
}
.rfcc-campaign-cabinet--content .cabinet .field--name-field-cabinet-group .group__item:nth-child(3) {
  order: 5;
}
.rfcc-campaign-cabinet--content .cabinet .field--name-field-cabinet-group .group__item:nth-child(4) {
  order: 2;
  grid-row: span 3;
}
.rfcc-campaign-cabinet--content .cabinet .field--name-field-cabinet-group-title {
  font-family: "myriad-pro", sans-serif;
  font-size: 18px;
  font-style: italic;
  color: #485864;
  margin-bottom: 10px;
}
.rfcc-campaign-cabinet--content .cabinet .field--name-field-cabinet-member {
  font-family: "myriad-pro", sans-serif;
  font-size: 18px;
  line-height: 45px;
}

.rfcc-circle-image--wrapper {
  margin: 90px 0;
  box-sizing: border-box;
  padding: 0 20px;
}
.rfcc-circle-image--wrapper .two-column {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1140px;
}
@media (max-width: 1140px) {
  .rfcc-circle-image--wrapper .two-column {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .rfcc-circle-image--wrapper .two-column {
    flex-direction: column;
    max-width: 350px;
  }
}
.rfcc-circle-image--wrapper .two-column .image-content-wrapper .image-content {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 592px;
  width: 592px;
}
.rfcc-circle-image--wrapper .two-column .image-content-wrapper .field--name-field-image-caption {
  color: #485864;
  font-size: 18px;
  font-family: "myriad-pro", sans-serif;
  font-style: italic;
  padding: 40px 0 0 0;
  max-width: 525px;
}
.rfcc-circle-image--wrapper.right .two-column .image-content-wrapper .field--name-field-image-caption {
  text-align: right;
}
.rfcc-circle-image--wrapper.left .two-column .image-content-wrapper .field--name-field-image-caption {
  text-align: left;
}
@media (max-width: 1140px) {
  .rfcc-circle-image--wrapper .two-column .image-content-wrapper .image-content {
    height: 430px;
    width: 430px;
  }
}
@media (max-width: 768px) {
  .rfcc-circle-image--wrapper .two-column .image-content-wrapper .image-content {
    height: 290px;
    width: 290px;
  }
  .rfcc-circle-image--wrapper.right .two-column .image-content-wrapper .field--name-field-image-caption {
    text-align: left;
  }
}
.rfcc-circle-image--wrapper .two-column .image-content-wrapper .image-content .dotted-border-desktop {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .rfcc-circle-image--wrapper .two-column .image-content-wrapper .image-content .dotted-border-desktop {
    display: none;
  }
}
@media (max-width: 1140px) {
  .rfcc-circle-image--wrapper .two-column .image-content-wrapper .image-content img.dotted-border-desktop {
    height: 430px;
    width: 430px;
  }
}
.rfcc-circle-image--wrapper .two-column .image-content-wrapper .image-content .dotted-border-mobile {
  display: none;
}
@media (max-width: 768px) {
  .rfcc-circle-image--wrapper .two-column .image-content-wrapper .image-content .dotted-border-mobile {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 290px;
    width: 290px;
  }
}
@media (max-width: 1140px) {
  .rfcc-circle-image--wrapper .two-column .image-content-wrapper .image-content .field--name-field-rfcc-circle-image img {
    height: 370px;
    width: 370px;
  }
}
@media (max-width: 768px) {
  .rfcc-circle-image--wrapper .two-column .image-content-wrapper .image-content .field--name-field-rfcc-circle-image img {
    height: 250px;
    width: 250px;
  }
}
.rfcc-circle-image--wrapper .two-column .text-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 768px) {
  .rfcc-circle-image--wrapper .two-column .text-content {
    padding-top: 40px;
    margin: 0 20px;
  }
}
.rfcc-circle-image--wrapper .two-column img {
  border-radius: 50%;
}
.rfcc-circle-image--wrapper .two-column h2 {
  color: #173A52;
  font-size: 45px;
  font-weight: 200;
  line-height: 45px;
  margin: 0 0 20px 0;
  max-width: 490px;
}
@media (max-width: 1024px) {
  .rfcc-circle-image--wrapper .two-column h2 {
    font-size: 28px;
    max-width: 350px;
  }
}
.rfcc-circle-image--wrapper .two-column .field--name-field-rfcc-circle-image-blurb {
  margin: 0;
  color: #151515;
  font-size: 25px;
  font-family: "myriad-pro", sans-serif;
  line-height: 40px;
  max-width: 520px;
}
@media (max-width: 1024px) {
  .rfcc-circle-image--wrapper .two-column .field--name-field-rfcc-circle-image-blurb {
    font-size: 18px;
    max-width: 350px;
  }
}
.rfcc-circle-image--wrapper .two-column a {
  margin-top: 30px;
  max-width: 260px;
}
.rfcc-circle-image--wrapper.left .two-column .text-content {
  box-sizing: border-box;
  padding-left: 70px;
}
@media (max-width: 1140px) {
  .rfcc-circle-image--wrapper.left .two-column .text-content {
    padding-left: 60px;
  }
}
@media (max-width: 768px) {
  .rfcc-circle-image--wrapper.left .two-column .text-content {
    padding-top: 40px;
    padding-left: 0;
    margin: 0;
    max-width: unset;
    width: 100%;
  }
}
.rfcc-circle-image--wrapper.right .two-column .text-content {
  margin-right: 20px;
  order: 1;
}
@media (max-width: 768px) {
  .rfcc-circle-image--wrapper.right .two-column .text-content {
    padding-top: 40px;
    margin: 0;
    order: 2;
    max-width: unset;
    width: 100%;
  }
}
.rfcc-circle-image--wrapper.right .two-column .image-content-wrapper {
  order: 2;
}
@media (max-width: 768px) {
  .rfcc-circle-image--wrapper.right .two-column .image-content-wrapper {
    order: 1;
  }
}

.rfcc-enhanced-footer {
  background-color: #F8F8F8;
}
.rfcc-enhanced-footer--content {
  margin: 0 auto;
  max-width: 1140px;
  position: relative;
  padding: 80px 20px 100px 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .rfcc-enhanced-footer--content {
    flex-direction: column;
    padding: 60px 20px;
  }
}
.rfcc-enhanced-footer--content .left h2 {
  color: #485864;
  font-size: 45px;
  font-weight: 200;
  margin: 0;
  max-width: 420px;
  position: relative;
}
@media (max-width: 1024px) {
  .rfcc-enhanced-footer--content .left h2 {
    font-size: 28px;
    max-width: unset;
  }
}
@media (max-width: 425px) {
  .rfcc-enhanced-footer--content .left h2 {
    max-width: 250px;
  }
}
.rfcc-enhanced-footer--content .left h2::after {
  content: url("/themes/custom/cf/images/dotted-line-for-text.svg");
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 65px;
}
@media (max-width: 1024px) {
  .rfcc-enhanced-footer--content .left h2::after {
    bottom: -5px;
  }
}
.rfcc-enhanced-footer--content .left .field--name-field-blurb-footer-block {
  font-family: "myriad-pro", sans-serif;
  font-size: 25px;
  line-height: 45px;
  margin-top: 60px;
  padding-right: 20px;
  max-width: 550px;
}
@media (max-width: 1024px) {
  .rfcc-enhanced-footer--content .left .field--name-field-blurb-footer-block {
    font-size: 18px;
    margin-top: 40px;
    padding-right: 20px;
    max-width: unset;
  }
}
@media (max-width: 768px) {
  .rfcc-enhanced-footer--content .left .field--name-field-blurb-footer-block {
    padding-right: 0;
  }
}
.rfcc-enhanced-footer--content .left .cta-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 520px;
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 1024px) {
  .rfcc-enhanced-footer--content .left .cta-row {
    flex-direction: column;
    max-width: 240px;
  }
}
.rfcc-enhanced-footer--content .left .cta-row a {
  background-color: #173A52;
  border: 1px solid #173A52;
  color: #fff;
  box-sizing: border-box;
  text-decoration: none;
  font-family: "myriad-pro", sans-serif;
  border-radius: 50px;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  padding: 15px 20px;
  min-width: 240px;
  transition: background-color 0.2s ease, color 0.2s ease;
}
@media (max-width: 1024px) {
  .rfcc-enhanced-footer--content .left .cta-row a {
    font-size: 18px;
    transition: none;
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .rfcc-enhanced-footer--content .left .cta-row a:hover {
    background-color: #F8F8F8;
    border: 1px solid #173A52;
    color: #173A52;
  }
}
.rfcc-enhanced-footer--content .right {
  border-left: 1px solid #F3B916;
  box-sizing: border-box;
  padding: 40px 0 0 80px;
}
@media (max-width: 1024px) {
  .rfcc-enhanced-footer--content .right {
    padding: 40px 0 0 40px;
  }
}
@media (max-width: 768px) {
  .rfcc-enhanced-footer--content .right {
    border-left: none;
    padding: 0;
    margin-top: 60px;
  }
}
.rfcc-enhanced-footer--content .right h3 {
  color: #173A52;
  font-size: 25px;
  margin-top: 0;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .rfcc-enhanced-footer--content .right h3 {
    margin-bottom: 30px;
  }
}
.rfcc-enhanced-footer--content .right h4 {
  color: #485864;
  font-size: 18px;
  font-weight: bold;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.rfcc-enhanced-footer--content .right address {
  color: #000;
  font-style: normal;
  font-family: "myriad-pro", sans-serif;
  font-size: 18px;
  line-height: 25px;
}
.rfcc-enhanced-footer--content .right address a {
  color: #173A52;
}

.rfcc-patient-story-page--header {
  position: relative;
  height: 200px;
  width: 100%;
}
.rfcc-patient-story-page--header-content {
  margin: 0 auto;
  max-width: 1140px;
  position: relative;
  padding: 0 20px;
  box-sizing: border-box;
  height: 200px;
}
.rfcc-patient-story-page h1 {
  font-weight: bold;
  font-size: 48px;
  margin: 0;
  position: absolute;
  z-index: 3;
  bottom: 30px;
}
@media (max-width: 1024px) {
  .rfcc-patient-story-page h1 {
    font-size: 32px;
    bottom: 20px;
  }
}
.rfcc-patient-story-page--header-image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  z-index: 1;
  height: 200px;
  width: 100%;
}
.rfcc-patient-story-page--overlay {
  background-color: #00263a;
  opacity: 0.55;
  position: absolute;
  top: 0;
  z-index: 2;
  height: 200px;
  width: 100%;
}
.rfcc-patient-story-page--content-area {
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  max-width: 1140px;
  position: relative;
  padding: 40px 20px 60px 20px;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  .rfcc-patient-story-page--content-area {
    flex-direction: column;
  }
}
.rfcc-patient-story-page--content-area .container {
  display: flex;
  flex-direction: column;
}
.rfcc-patient-story-page--content-area .container .byline {
  margin: 20px 0 0 0;
  color: #4c565e;
  font-size: 16px;
  font-family: "myriad-pro", sans-serif;
}
.rfcc-patient-story-page--content-area .container .byline address {
  font-style: normal;
}
.rfcc-patient-story-page--content-area .feature-container.show {
  display: block;
}
.rfcc-patient-story-page--content-area .feature-container.hide {
  display: none;
}
.rfcc-patient-story-page--content-area .field--name-field-story-feature-image {
  box-sizing: border-box;
  margin: 25px 0 20px 0;
  padding-right: 40px;
  max-width: 800px;
}
@media (max-width: 1024px) {
  .rfcc-patient-story-page--content-area .field--name-field-story-feature-image {
    padding-right: 0;
  }
}
.rfcc-patient-story-page--content-area .field--name-field-story-feature-image img {
  height: auto;
  width: 100%;
}
.rfcc-patient-story-page--content-area .caption {
  font-family: "myriad-pro", sans-serif;
  font-size: 16px;
}
.rfcc-patient-story-page--content-area .caption span {
  font-weight: bold;
}
.rfcc-patient-story-page--content-area .field--name-field-patient-story-body {
  padding-right: 40px;
  margin-top: 10px;
  box-sizing: border-box;
  max-width: 800px;
}
@media (max-width: 1024px) {
  .rfcc-patient-story-page--content-area .field--name-field-patient-story-body {
    width: 100%;
  }
}
.rfcc-patient-story-page--content-area .field--name-field-patient-story-body .video-embed-field-provider-youtube {
  margin: 40px 0;
}
.rfcc-patient-story-page--content-area .field--name-field-patient-story-body p {
  font-size: 18px;
  line-height: 45px;
}
.rfcc-patient-story-page--content-area .field--name-field-patient-story-body blockquote {
  margin: 40px 0 40px 150px;
}
.rfcc-patient-story-page--content-area .field--name-field-patient-story-body blockquote p {
  color: #173A52;
  font-family: "chaparral-pro", "Georgia", serif;
  font-size: 28px;
  font-weight: 200;
  position: relative;
}
.rfcc-patient-story-page--content-area .field--name-field-patient-story-body blockquote p::before {
  content: url("/themes/custom/cf/images/blockquote-quote.svg");
  top: 0;
  left: -75px;
  position: absolute;
  height: 44px;
  width: 56px;
}
.rfcc-patient-story-page--content-area .donate-form,
.rfcc-patient-story-page--content-area .subscribe-form {
  border: 1px solid #e2e2e2;
  box-sizing: border-box;
  padding: 0 40px;
  margin-top: 65px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 550px;
  width: 350px;
}
@media (max-width: 1024px) {
  .rfcc-patient-story-page--content-area .donate-form,
  .rfcc-patient-story-page--content-area .subscribe-form {
    padding: 60px 20px;
    height: auto;
    width: 100%;
  }
}
.rfcc-patient-story-page--content-area .donate-form--content,
.rfcc-patient-story-page--content-area .subscribe-form--content {
  text-align: center;
}
.rfcc-patient-story-page--content-area .donate-form--content h3,
.rfcc-patient-story-page--content-area .subscribe-form--content h3 {
  color: #485864;
  font-size: 25px;
  margin: 0 0 20px 0;
}
.rfcc-patient-story-page--content-area .donate-form--content p,
.rfcc-patient-story-page--content-area .subscribe-form--content p {
  font-size: 18px;
  line-height: 45px;
  margin: 0 auto;
  max-width: 270px;
}
.rfcc-patient-story-page--content-area .donate-form--content input,
.rfcc-patient-story-page--content-area .subscribe-form--content input {
  margin: 20px 0 40px 0;
  height: 45px;
  width: 300px;
}
.rfcc-patient-story-page--content-area .donate-form--content a,
.rfcc-patient-story-page--content-area .subscribe-form--content a {
  background-color: #173A52;
  border: 1px solid #173A52;
  color: #fff;
  display: block;
  box-sizing: border-box;
  text-decoration: none;
  font-family: "myriad-pro", sans-serif;
  border-radius: 50px;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  padding: 15px 20px;
  margin: 0 auto;
  max-width: 270px;
  transition: background-color 0.2s ease, color 0.2s ease;
}
@media (max-width: 1024px) {
  .rfcc-patient-story-page--content-area .donate-form--content a,
  .rfcc-patient-story-page--content-area .subscribe-form--content a {
    font-size: 18px;
    transition: none;
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .rfcc-patient-story-page--content-area .donate-form--content a:hover,
  .rfcc-patient-story-page--content-area .subscribe-form--content a:hover {
    background-color: #fff;
    border: 1px solid #173A52;
    color: #173A52;
  }
}
.rfcc-patient-story-page--content-area .donate-form {
  height: 420px;
}
.rfcc-patient-story-page--content-area .subscribe-form {
  display: none;
}
.rfcc-news-story-page--header {
  position: relative;
  min-height: 200px;
  height: 100%;
  width: 100%;
}
.rfcc-news-story-page--header-content {
  display: flex;
  margin: 0 auto;
  max-width: 1140px;
  position: relative;
  padding: 20px;
  box-sizing: border-box;
  min-height: 200px;
  height: 100%;
}
.rfcc-news-story-page h1 {
  align-self: flex-end;
  font-weight: bold;
  font-size: 48px;
  margin: 0;
  position: relative;
  z-index: 3;
  max-width: 800px;
}
@media (max-width: 1024px) {
  .rfcc-news-story-page h1 {
    font-size: 32px;
    bottom: 20px;
  }
}
.rfcc-news-story-page--header-image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  z-index: 1;
  min-height: 200px;
  height: 100%;
  width: 100%;
}
.rfcc-news-story-page--overlay {
  background-color: #00263a;
  opacity: 0.55;
  position: absolute;
  top: 0;
  z-index: 2;
  min-height: 200px;
  height: 100%;
  width: 100%;
}
.rfcc-news-story-page--content-area {
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  max-width: 1140px;
  position: relative;
  padding: 40px 20px 60px 20px;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  .rfcc-news-story-page--content-area {
    flex-direction: column;
  }
}
.rfcc-news-story-page--content-area .container {
  display: flex;
  flex-direction: column;
}
.rfcc-news-story-page--content-area .container .byline {
  margin: 20px 0 0 0;
  color: #4c565e;
  font-size: 16px;
  font-family: "myriad-pro", sans-serif;
}
.rfcc-news-story-page--content-area .container .byline address {
  font-style: normal;
}
.rfcc-news-story-page--content-area .feature-container.show {
  display: block;
}
.rfcc-news-story-page--content-area .feature-container.hide {
  display: none;
}
.rfcc-news-story-page--content-area .field--name-field-news-story-featured-image {
  box-sizing: border-box;
  margin: 25px 0 20px 0;
  padding-right: 40px;
  max-width: 800px;
}
@media (max-width: 1024px) {
  .rfcc-news-story-page--content-area .field--name-field-news-story-featured-image {
    padding-right: 0;
  }
}
.rfcc-news-story-page--content-area .field--name-field-news-story-featured-image img {
  height: auto;
  width: 100%;
}
.rfcc-news-story-page--content-area .caption {
  font-family: "myriad-pro", sans-serif;
  font-size: 16px;
}
.rfcc-news-story-page--content-area .caption span {
  font-weight: bold;
}
.rfcc-news-story-page--content-area .field--name-field-news-story-body {
  padding-right: 40px;
  margin-top: 10px;
  box-sizing: border-box;
  max-width: 800px;
}
@media (max-width: 1024px) {
  .rfcc-news-story-page--content-area .field--name-field-news-story-body {
    width: 100%;
  }
}
.rfcc-news-story-page--content-area .field--name-field-news-story-body .video-embed-field-provider-youtube {
  margin: 40px 0;
}
.rfcc-news-story-page--content-area .field--name-field-news-story-body p {
  font-size: 18px;
  line-height: 45px;
}
.rfcc-news-story-page--content-area .field--name-field-news-story-body blockquote {
  margin: 40px 0 40px 150px;
}
@media (max-width: 1024px) {
  .rfcc-news-story-page--content-area .field--name-field-news-story-body blockquote {
    margin: 40px 0 40px 80px;
  }
}
.rfcc-news-story-page--content-area .field--name-field-news-story-body blockquote p {
  color: #173A52;
  font-family: "chaparral-pro", "Georgia", serif;
  font-size: 28px;
  font-weight: 200;
  position: relative;
}
.rfcc-news-story-page--content-area .field--name-field-news-story-body blockquote p::before {
  content: url("/themes/custom/cf/images/blockquote-quote.svg");
  top: 0;
  left: -75px;
  position: absolute;
  height: 44px;
  width: 56px;
}
.rfcc-news-story-page--content-area .donate-form,
.rfcc-news-story-page--content-area .subscribe-form {
  border: 1px solid #e2e2e2;
  box-sizing: border-box;
  padding: 0 40px;
  margin-top: 65px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 550px;
  width: 350px;
}
@media (max-width: 1024px) {
  .rfcc-news-story-page--content-area .donate-form,
  .rfcc-news-story-page--content-area .subscribe-form {
    padding: 60px 20px;
    height: auto;
    width: 100%;
  }
}
.rfcc-news-story-page--content-area .donate-form--content,
.rfcc-news-story-page--content-area .subscribe-form--content {
  text-align: center;
}
.rfcc-news-story-page--content-area .donate-form--content h3,
.rfcc-news-story-page--content-area .subscribe-form--content h3 {
  color: #485864;
  font-size: 25px;
  margin: 0 0 20px 0;
}
.rfcc-news-story-page--content-area .donate-form--content p,
.rfcc-news-story-page--content-area .subscribe-form--content p {
  font-size: 18px;
  line-height: 45px;
  margin: 0 auto;
  max-width: 270px;
}
.rfcc-news-story-page--content-area .donate-form--content input,
.rfcc-news-story-page--content-area .subscribe-form--content input {
  margin: 20px 0 40px 0;
  height: 45px;
  width: 300px;
}
.rfcc-news-story-page--content-area .donate-form--content a,
.rfcc-news-story-page--content-area .subscribe-form--content a {
  background-color: #173A52;
  border: 1px solid #173A52;
  color: #fff;
  display: block;
  box-sizing: border-box;
  text-decoration: none;
  font-family: "myriad-pro", sans-serif;
  border-radius: 50px;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  padding: 15px 20px;
  margin: 0 auto;
  max-width: 270px;
  transition: background-color 0.2s ease, color 0.2s ease;
}
@media (max-width: 1024px) {
  .rfcc-news-story-page--content-area .donate-form--content a,
  .rfcc-news-story-page--content-area .subscribe-form--content a {
    font-size: 18px;
    transition: none;
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .rfcc-news-story-page--content-area .donate-form--content a:hover,
  .rfcc-news-story-page--content-area .subscribe-form--content a:hover {
    background-color: #fff;
    border: 1px solid #173A52;
    color: #173A52;
  }
}
.rfcc-news-story-page--content-area .donate-form {
  height: 420px;
}
.rfcc-news-story-page--content-area .subscribe-form {
  display: none;
}
/* News Stories and Patient Stories List Pages */
.view-patient-stories-list-page,
.view-news-stories-list-page {
  margin-bottom: 40px;
}
.view-patient-stories-list-page .view-header,
.view-news-stories-list-page .view-header {
  position: relative;
  width: 100%;
}
.view-news-stories-list-page .view-filters {
  display: flex;
  margin: 0 auto;
  max-width: 1140px;
  position: relative;
  padding: 0 20px;
  box-sizing: border-box;
}
.view-news-stories-list-page .view-filters .form--inline {
  display: flex;
  flex-direction: row;
  align-items: end;
}
.view-news-stories-list-page .view-filters .form--inline .form-wrapper {
  margin: 0;
}
.view-news-stories-list-page .view-filters .form--inline .form-composite > legend {
  color: #485864;
  font-family: "myriad-pro", sans-serif;
  font-size: 16px;
  font-weight: normal;
}
.view-news-stories-list-page .view-filters .form--inline .form-composite input {
  cursor: pointer;
}
.view-news-stories-list-page .view-filters .form--inline .form-composite input,
.view-news-stories-list-page .view-filters .form--inline .form-composite label {
  color: #485864;
  font-family: "myriad-pro", sans-serif;
  font-size: 16px;
}
.view-news-stories-list-page .view-filters .form--inline .form-wrapper input.form-submit {
  color: #485864;
  border-radius: 50px;
  padding: 11px 21px;
  border: none;
  background-color: #e2e2e2;
  margin-left: 10px;
  transition: background-color 0.2s ease;
}
.view-news-stories-list-page .view-filters .form--inline .form-wrapper input.form-submit:hover {
  background-color: #485864;
  color: white;
}
.view-patient-stories-list-page .view-header .view-content,
.view-news-stories-list-page .view-header .view-content {
  display: flex;
  margin: 0 auto;
  max-width: 1140px;
  position: relative;
  padding: 80px 20px 20px 20px;
  box-sizing: border-box;
}
@media (max-width: 425px) {
  .view-patient-stories-list-page .view-header .view-content,
  .view-news-stories-list-page .view-header .view-content {
    padding: 60px 20px 0 20px;
  }
}
.view-patient-stories-list-page .view-header .view-content .feature-block,
.view-news-stories-list-page .view-header .view-content .feature-block {
  height: 500px;
  width: 100%;
}
@media (max-width: 768px) {
  .view-patient-stories-list-page .view-header .view-content .feature-block,
  .view-news-stories-list-page .view-header .view-content .feature-block {
    height: 440px;
  }
}
.view-patient-stories-list-page .view-header .view-content .feature-container,
.view-news-stories-list-page .view-header .view-content .feature-container {
  position: relative;
}
.view-patient-stories-list-page .view-header .view-content .feature-container--text,
.view-news-stories-list-page .view-header .view-content .feature-container--text {
  color: #fff;
  position: absolute;
  left: 80px;
  bottom: 80px;
  max-width: 760px;
  display: flex;
  flex-direction: column;
  z-index: 3;
}
@media (max-width: 768px) {
  .view-patient-stories-list-page .view-header .view-content .feature-container--text,
  .view-news-stories-list-page .view-header .view-content .feature-container--text {
    left: 20px;
    bottom: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
}
.view-patient-stories-list-page .view-header .view-content .feature-container--text .date,
.view-news-stories-list-page .view-header .view-content .feature-container--text .date {
  font-family: "myriad-pro", sans-serif;
  font-size: 16px;
}
.view-patient-stories-list-page .view-header .view-content .feature-container--text h3,
.view-news-stories-list-page .view-header .view-content .feature-container--text h3 {
  margin-bottom: 0;
  font-size: 25px;
}
.view-patient-stories-list-page .view-header .view-content .feature-container--text h3 a,
.view-news-stories-list-page .view-header .view-content .feature-container--text h3 a {
  color: #fff;
  text-decoration: none;
}
.view-patient-stories-list-page .view-header .view-content .feature-container--text p a,
.view-news-stories-list-page .view-header .view-content .feature-container--text p a {
  color: #F3B916;
}
.view-patient-stories-list-page .view-header .view-content .feature-container--image,
.view-news-stories-list-page .view-header .view-content .feature-container--image {
  z-index: 1;
}
.view-patient-stories-list-page .view-header .view-content .feature-container--image img,
.view-news-stories-list-page .view-header .view-content .feature-container--image img {
  object-fit: cover;
  height: 500px;
  max-width: 1140px;
  width: 100%;
}
@media (max-width: 768px) {
  .view-patient-stories-list-page .view-header .view-content .feature-container--image img,
  .view-news-stories-list-page .view-header .view-content .feature-container--image img {
    height: 440px;
  }
}
.view-patient-stories-list-page .view-header .view-content .feature-container--overlay,
.view-news-stories-list-page .view-header .view-content .feature-container--overlay {
  background-color: #173A52;
  opacity: 0.75;
  position: absolute;
  height: 500px;
  width: 100%;
  z-index: 2;
}
@media (max-width: 768px) {
  .view-patient-stories-list-page .view-header .view-content .feature-container--overlay,
  .view-news-stories-list-page .view-header .view-content .feature-container--overlay {
    height: 440px;
  }
}
.view-patient-stories-list-page .view-header-content,
.view-news-stories-list-page .view-header-content {
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  max-width: 1140px;
  position: relative;
}
.view-patient-stories-list-page .view-header-content h1,
.view-news-stories-list-page .view-header-content h1 {
  font-weight: bold;
  font-size: 48px;
  margin: 0;
}
@media (max-width: 1024px) {
  .view-patient-stories-list-page .view-header-content h1,
  .view-news-stories-list-page .view-header-content h1 {
    font-size: 32px;
  }
}
.view-patient-stories-list-page .view-header-content h2,
.view-news-stories-list-page .view-header-content h2 {
  color: #fff;
  font-size: 28px;
  font-weight: 200;
  margin: 0;
}
.view-patient-stories-list-page .view-header-content p,
.view-news-stories-list-page .view-header-content p {
  color: #fff;
  line-height: 45px;
  font-size: 22px;
}
@media (max-width: 1024px) {
  .view-patient-stories-list-page .view-header-content p,
  .view-news-stories-list-page .view-header-content p {
    font-size: 18px;
  }
}
.view-patient-stories-list-page .view-header-content p a,
.view-news-stories-list-page .view-header-content p a {
  color: #F3B916;
}
.view-patient-stories-list-page .image-area,
.view-news-stories-list-page .image-area {
  position: relative;
  min-height: 200px;
}
.view-patient-stories-list-page .image-area .view-header-content,
.view-news-stories-list-page .image-area .view-header-content {
  display: flex;
  min-height: 200px;
  z-index: 3;
}
.view-patient-stories-list-page .image-area .view-header-content h1,
.view-news-stories-list-page .image-area .view-header-content h1 {
  align-self: flex-end;
  font-size: 48px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .view-patient-stories-list-page .image-area .view-header-content h1,
  .view-news-stories-list-page .image-area .view-header-content h1 {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .view-patient-stories-list-page .view-header-content h2,
  .view-news-stories-list-page .view-header-content h2 {
    font-size: 24px;
  }
}
.view-patient-stories-list-page .image-area .overlay,
.view-news-stories-list-page .image-area .overlay {
  background-color: #173A52;
  opacity: 0.75;
  position: absolute;
  top: 0;
  z-index: 2;
  min-height: 200px;
  width: 100%;
}
.view-patient-stories-list-page .green-area,
.view-news-stories-list-page .green-area {
  background-color: #173A52;
}
.view-patient-stories-list-page .green-area .view-header-content,
.view-news-stories-list-page .green-area .view-header-content {
  padding: 40px 20px;
}
@media (max-width: 768px) {
  .view-patient-stories-list-page .green-area .view-header-content,
  .view-news-stories-list-page .green-area .view-header-content {
    padding: 20px;
  }
}
.view-patient-stories-list-page .green-area .view-header-content::after,
.view-news-stories-list-page .green-area .view-header-content::after {
  content: url("/themes/custom/cf/images/green_area_down_arrow.svg");
  bottom: -14px;
  left: 20px;
  position: absolute;
  height: 17px;
  width: 30px;
}
.view-patient-stories-list-page .view-content,
.view-news-stories-list-page .view-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: minmax(525px, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin: 0 auto;
  max-width: 1140px;
  position: relative;
  box-sizing: border-box;
}
@media (max-width: 1140px) {
  .view-patient-stories-list-page .view-content,
  .view-news-stories-list-page .view-content {
    grid-template-rows: 565px 565px;
  }
}
@media (max-width: 1024px) {
  .view-patient-stories-list-page .view-content,
  .view-news-stories-list-page .view-content {
    grid-template-rows: 525px 525px;
  }
}
@media (max-width: 768px) {
  .view-patient-stories-list-page .view-content,
  .view-news-stories-list-page .view-content {
    grid-template-rows: unset;
  }
}
@media (max-width: 425px) {
  .view-patient-stories-list-page .view-content,
  .view-news-stories-list-page .view-content {
    grid-row-gap: 0;
  }
}
@media (max-width: 1024px) {
  .view-patient-stories-list-page .view-content,
  .view-news-stories-list-page .view-content {
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 30px;
  }
}
@media (max-width: 768px) {
  .view-patient-stories-list-page .view-content,
  .view-news-stories-list-page .view-content {
    grid-template-columns: 1fr;
    justify-items: center;
    padding: 50px 20px 20px;
  }
}
.view-patient-stories-list-page .view-content .views-row,
.view-news-stories-list-page .view-content .views-row {
  border: 1px solid #e2e2e2;
  height: 525px;
  max-width: 350px;
  width: 100%;
}
@media (max-width: 1140px) {
  .view-patient-stories-list-page .view-content .views-row,
  .view-news-stories-list-page .view-content .views-row {
    height: 565px;
    max-width: unset;
  }
}
@media (max-width: 1024px) {
  .view-patient-stories-list-page .view-content .views-row,
  .view-news-stories-list-page .view-content .views-row {
    height: 525px;
  }
}
@media (max-width: 768px) {
  .view-patient-stories-list-page .view-content .views-row,
  .view-news-stories-list-page .view-content .views-row {
    height: 475px;
  }
}
.view-patient-stories-list-page .view-content .views-row .card,
.view-news-stories-list-page .view-content .views-row .card {
  display: block;
  text-decoration: none;
  height: 100%;
}
.view-patient-stories-list-page .view-content .views-row .image,
.view-news-stories-list-page .view-content .views-row .image {
  overflow: hidden;
  height: 200px;
  width: 100%;
}
@media (max-width: 1024px) {
  .view-patient-stories-list-page .view-content .views-row .image,
  .view-news-stories-list-page .view-content .views-row .image {
    width: 100%;
  }
}
.view-patient-stories-list-page .view-content .views-row img,
.view-news-stories-list-page .view-content .views-row img {
  object-fit: cover;
  height: 200px;
  width: 100%;
}
@media (max-width: 1024px) {
  .view-patient-stories-list-page .view-content .views-row img,
  .view-news-stories-list-page .view-content .views-row img {
    width: 100%;
  }
}
.view-patient-stories-list-page .view-content .views-row .text,
.view-news-stories-list-page .view-content .views-row .text {
  padding: 30px 40px;
  display: grid;
  height: 250px;
}
@media (max-width: 1140px) {
  .view-patient-stories-list-page .view-content .views-row .text,
  .view-news-stories-list-page .view-content .views-row .text {
    height: 290px;
  }
}
@media (max-width: 1024px) {
  .view-patient-stories-list-page .view-content .views-row .text,
  .view-news-stories-list-page .view-content .views-row .text {
    height: 200px;
  }
}
.view-patient-stories-list-page .view-content .views-row .date,
.view-news-stories-list-page .view-content .views-row .date {
  color: #173A52;
  font-family: "myriad-pro", sans-serif;
  font-size: 16px;
}
.view-patient-stories-list-page .view-content .views-row h3,
.view-news-stories-list-page .view-content .views-row h3 {
  font-size: 25px;
  margin: 0;
}
.view-patient-stories-list-page .view-content .views-row h3 a,
.view-news-stories-list-page .view-content .views-row h3 a {
  color: #485864;
  text-decoration: none;
}
.view-patient-stories-list-page .view-content .views-row p,
.view-news-stories-list-page .view-content .views-row p {
  color: #151515;
  line-height: 35px;
  font-size: 18px;
}
.view-patient-stories-list-page .view-content .views-row .learn-more,
.view-news-stories-list-page .view-content .views-row .learn-more {
  font-family: "myriad-pro", sans-serif;
  font-weight: bold;
  font-size: 18px;
  align-self: flex-end;
}
.view-patient-stories-list-page .view-content .views-row.donate-form, .view-patient-stories-list-page .view-content .views-row.subscribe-form,
.view-news-stories-list-page .view-content .views-row.donate-form,
.view-news-stories-list-page .view-content .views-row.subscribe-form {
  grid-column: 3;
  grid-row: 1;
  z-index: 1;
}
@media (max-width: 1024px) {
  .view-patient-stories-list-page .view-content .views-row.donate-form, .view-patient-stories-list-page .view-content .views-row.subscribe-form,
  .view-news-stories-list-page .view-content .views-row.donate-form,
  .view-news-stories-list-page .view-content .views-row.subscribe-form {
    grid-column: 2;
    grid-row: 1;
  }
}
@media (max-width: 768px) {
  .view-patient-stories-list-page .view-content .views-row.donate-form, .view-patient-stories-list-page .view-content .views-row.subscribe-form,
  .view-news-stories-list-page .view-content .views-row.donate-form,
  .view-news-stories-list-page .view-content .views-row.subscribe-form {
    grid-column: 1;
    grid-row: 3;
  }
}
.view-patient-stories-list-page .view-content .views-row.donate-form .card, .view-patient-stories-list-page .view-content .views-row.subscribe-form .card,
.view-news-stories-list-page .view-content .views-row.donate-form .card,
.view-news-stories-list-page .view-content .views-row.subscribe-form .card {
  display: flex;
  justify-content: center;
  align-items: center;
}
.view-patient-stories-list-page .view-content .views-row.donate-form .content, .view-patient-stories-list-page .view-content .views-row.subscribe-form .content,
.view-news-stories-list-page .view-content .views-row.donate-form .content,
.view-news-stories-list-page .view-content .views-row.subscribe-form .content {
  text-align: center;
}
.view-patient-stories-list-page .view-content .views-row.donate-form .content h3, .view-patient-stories-list-page .view-content .views-row.subscribe-form .content h3,
.view-news-stories-list-page .view-content .views-row.donate-form .content h3,
.view-news-stories-list-page .view-content .views-row.subscribe-form .content h3 {
  color: #485864;
  font-size: 25px;
  margin: 0 0 20px 0;
}
.view-patient-stories-list-page .view-content .views-row.donate-form .content p, .view-patient-stories-list-page .view-content .views-row.subscribe-form .content p,
.view-news-stories-list-page .view-content .views-row.donate-form .content p,
.view-news-stories-list-page .view-content .views-row.subscribe-form .content p {
  line-height: 45px;
  margin: 0 0 20px 0;
  max-width: 270px;
}
.view-patient-stories-list-page .view-content .views-row.donate-form .content input, .view-patient-stories-list-page .view-content .views-row.subscribe-form .content input,
.view-news-stories-list-page .view-content .views-row.donate-form .content input,
.view-news-stories-list-page .view-content .views-row.subscribe-form .content input {
  margin: 20px 0 40px 0;
  height: 45px;
  width: 300px;
}
.view-patient-stories-list-page .view-content .views-row.donate-form .content a, .view-patient-stories-list-page .view-content .views-row.subscribe-form .content a,
.view-news-stories-list-page .view-content .views-row.donate-form .content a,
.view-news-stories-list-page .view-content .views-row.subscribe-form .content a {
  background-color: #173A52;
  border: 1px solid #173A52;
  color: #fff;
  display: block;
  box-sizing: border-box;
  text-decoration: none;
  font-family: "myriad-pro", sans-serif;
  border-radius: 50px;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  padding: 15px 20px;
  margin: 0 auto;
  max-width: 270px;
  transition: background-color 0.2s ease, color 0.2s ease;
}
@media (max-width: 1024px) {
  .view-patient-stories-list-page .view-content .views-row.donate-form .content a, .view-patient-stories-list-page .view-content .views-row.subscribe-form .content a,
  .view-news-stories-list-page .view-content .views-row.donate-form .content a,
  .view-news-stories-list-page .view-content .views-row.subscribe-form .content a {
    font-size: 18px;
    transition: none;
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .view-patient-stories-list-page .view-content .views-row.donate-form .content a:hover, .view-patient-stories-list-page .view-content .views-row.subscribe-form .content a:hover,
  .view-news-stories-list-page .view-content .views-row.donate-form .content a:hover,
  .view-news-stories-list-page .view-content .views-row.subscribe-form .content a:hover {
    background-color: #fff;
    border: 1px solid #173A52;
    color: #173A52;
  }
}
.view-patient-stories-list-page .view-content .views-row a,
.view-news-stories-list-page .view-content .views-row a {
  color: #173A52;
}
.view-patient-stories-list-page .pager,
.view-news-stories-list-page .pager {
  margin-top: 30px;
}
.view-patient-stories-list-page .pager__items,
.view-news-stories-list-page .pager__items {
  margin: 0 0 40px 0;
}
.view-patient-stories-list-page .pager__items .pager__item,
.view-news-stories-list-page .pager__items .pager__item {
  border-left: 1px solid #e2e2e2;
  padding: 0 5px;
  font-size: 18px;
}
.view-patient-stories-list-page .pager__items .pager__item:nth-child(1),
.view-news-stories-list-page .pager__items .pager__item:nth-child(1) {
  border-left: none;
}
.view-patient-stories-list-page .pager__items .pager__item a,
.view-news-stories-list-page .pager__items .pager__item a {
  color: #173A52;
  text-decoration: none;
}
.view-patient-stories-list-page .pager__items .pager__item.is-active a,
.view-news-stories-list-page .pager__items .pager__item.is-active a {
  color: #F3B916;
  font-weight: bold;
}
.view-patient-stories-list-page .pager__items .pager__item.pager__item--next, .view-patient-stories-list-page .pager__items .pager__item.pager__item--last, .view-patient-stories-list-page .pager__items .pager__item.pager__item--previous, .view-patient-stories-list-page .pager__items .pager__item.pager__item--first,
.view-news-stories-list-page .pager__items .pager__item.pager__item--next,
.view-news-stories-list-page .pager__items .pager__item.pager__item--last,
.view-news-stories-list-page .pager__items .pager__item.pager__item--previous,
.view-news-stories-list-page .pager__items .pager__item.pager__item--first {
  border-left: none;
  padding: 0 10px;
}
.view-patient-stories-list-page .pager__items .pager__item.pager__item--next a, .view-patient-stories-list-page .pager__items .pager__item.pager__item--last a, .view-patient-stories-list-page .pager__items .pager__item.pager__item--previous a, .view-patient-stories-list-page .pager__items .pager__item.pager__item--first a,
.view-news-stories-list-page .pager__items .pager__item.pager__item--next a,
.view-news-stories-list-page .pager__items .pager__item.pager__item--last a,
.view-news-stories-list-page .pager__items .pager__item.pager__item--previous a,
.view-news-stories-list-page .pager__items .pager__item.pager__item--first a {
  color: #173A52;
  text-decoration: underline;
}

.view-patient-stories-list-page .view-header .image-area {
  background-image: url("/themes/custom/cf/images/header-image_patient-stories.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.view-patient-stories-list-page .view-content {
  padding: 80px 20px 20px 20px;
}
.view-patient-stories-list-page .view-content .views-row .text {
  grid-template-rows: 1fr 1fr 1fr;
}

.view-news-stories-list-page .view-header .image-area {
  background-image: url("/themes/custom/cf/images/header-image_news.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.view-news-stories-list-page .view-content {
  padding: 20px;
}
.view-news-stories-list-page .view-content .views-row .text {
  grid-template-rows: 30px 1fr 1fr;
}

.lp-patient-stories-block.view-patient-stories-list-page {
  margin-bottom: 0;
}
.lp-patient-stories-block.view-patient-stories-list-page .view-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 525px;
  grid-column-gap: unset;
  padding: 0;
  max-width: 747px;
  width: 100%;
}
@media (max-width: 1024px) {
  .lp-patient-stories-block.view-patient-stories-list-page .view-content {
    grid-column-gap: 30px;
    max-width: unset;
  }
}
@media (max-width: 768px) {
  .lp-patient-stories-block.view-patient-stories-list-page .view-content {
    grid-template-columns: unset;
    grid-column-gap: unset;
    grid-template-rows: 1fr 1fr;
    grid-row-gap: 30px;
  }
}
.lp-patient-stories-block.view-patient-stories-list-page .views-row {
  height: unset;
  max-width: 350px;
  width: 100%;
}
@media (max-width: 1140px) {
  .lp-patient-stories-block.view-patient-stories-list-page .views-row {
    max-width: 320px;
  }
}
@media (max-width: 1024px) {
  .lp-patient-stories-block.view-patient-stories-list-page .views-row {
    max-width: unset;
  }
}
.lp-patient-stories-block.view-patient-stories-list-page .views-row .text {
  height: 250px;
}
.lp-patient-stories-block.view-patient-stories-list-page .views-row .text p {
  font-size: 18px;
  line-height: 35px;
}
.lp-patient-stories-block.view-patient-stories-list-page .views-row .learn-more {
  text-align: right;
}
.lp-patient-stories-block.view-patient-stories-list-page .views-row:nth-of-type(1) {
  justify-self: start;
}
.lp-patient-stories-block.view-patient-stories-list-page .views-row:nth-of-type(2) {
  justify-self: end;
}
@media (max-width: 1140px) {
  .lp-patient-stories-block.view-patient-stories-list-page .views-row:nth-of-type(2) {
    justify-self: center;
  }
}
@media (max-width: 1024px) {
  .lp-patient-stories-block.view-patient-stories-list-page .views-row:nth-of-type(2) {
    justify-self: end;
  }
}

.media--type-button-remote-video .colorbox-media-video {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: 1px solid #fff;
  color: #173A52;
  box-sizing: border-box;
  text-decoration: none;
  font-family: "myriad-pro", sans-serif;
  border-radius: 50px;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  padding: 15px 20px;
  min-width: 240px;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.media--type-button-remote-video .colorbox-media-video::before {
  content: url("/themes/custom/cf/images/icon_play-triangle.svg");
  display: inline-block;
  margin-right: 6px;
  height: 26px;
  width: 20px;
}
@media (max-width: 1024px) {
  .media--type-button-remote-video .colorbox-media-video {
    font-size: 18px;
    transition: none;
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .media--type-button-remote-video .colorbox-media-video:hover {
    background-color: #173A52;
    border: 1px solid #fff;
    color: #fff;
  }
  .media--type-button-remote-video .colorbox-media-video:hover::before {
    content: url("/themes/custom/cf/images/icon_play-triangle_white.svg");
    display: inline-block;
    margin-right: 6px;
    height: 26px;
    width: 20px;
  }
}