@charset "UTF-8";
/* CSS Document */
.darkblue_leftimg {
  background-color: #003380;
  padding: 60px;
  text-align: center;
  color: #ffffff;
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
}
.darkblue_leftimg.background1 {
  background-image: url(//55933-bcmed.s3.amazonaws.com/bcp/branded/css/ath/cancer_care_pg/cancer_care_stay_current.png);
}
.darkblue_leftimg.background2 {
  background-image: url(//55933-bcmed.s3.amazonaws.com/bcp/branded/css/ath/cancer_care_pg/cancer_care_your_partner.png);
}
.darkblue_leftimg h2, .darkblue_leftimg p {
  color: #ffffff;
}
.darkblue_leftimg p {
  font-size: 1rem;
}
.darkblue_leftimg h2, .grayBG h2 {
  font-size: 36px;
  font-weight: 400;
}
.darkblue_leftimg .rightContent {
  width: 80%;
  float: right;
  padding: 0px 60px;
}
.lightCTA {
  background-color: #fadbab;
  border-radius: 30px;
  border: none;
  text-transform: capitalize;
  font-weight: normal;
  font-family: 'Atlas Grotesk';
  padding: 10px 25px;
  color: #011d46;
  margin-top: 20px;
  text-decoration: none;
  display: inline-block;
  font-size: 1rem;
}

.grayBG{background-color:#f3f4f7; border:1px solid #e2e6ec; margin:60px; padding: 60px; border-radius:20px;}
.grayBG img{width:100%; border-radius:10px;}
.grayBG h3{font-weight:500; margin-top:40px;}
.grayBG .callOut{margin:60px 0;}
.grayBG .callOut p{font-size: 1rem;}
.grayBG .callOut h3{font-family: 'Atlas Grotesk', sans-serif; color:#003380; font-size:1.375rem; border-bottom:1px dashed #000000; padding-bottom:20px;}