/* Call Out V1 */
p.call-out-v1 {
	padding: 1.666rem 35% 1.66rem 5%;
	position: relative;
	background-color: #FFFFFF; /* $white */
	border: 1px solid #E0E0E0;
}

p.call-out-block-new {
	padding: 1.666rem 6% 1.66rem 5%;
	position: relative;
	background-color: #0c5098;
	border: 1px solid #E0E0E0;
	color: #FFFFFF;
}

p.call-out-v1:before {
	content: '';
	display: block;
	width: 33%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background-image: url(/images/callout1-img.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

p.call-out-v1 strong {
	display: block;
	font-size: 1.888rem;
	margin-bottom: .5em;
	font-weight: 300;
}
/* End Call Out V1 */

/* Call Out V2 */
p.call-out-v2 {
	padding: 1.666rem 55% 1.66rem 5%;
	position: relative;
	background-color: #FFFFFF; /* $white */
	border: 1px solid #E0E0E0;
}

p.call-out-v2:before {
	content: '';
	display: block;
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background-image: url(/images/PalliativeCTA.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

p.call-out-v2 strong {
	display: block;
	font-size: 1.888rem;
	margin-bottom: .5em;
	font-weight: 300;
}
/* End Call Out V2 */

/* Bullet List V1 */
.content-style ul.bullet-list-1 {
}

.content-style ul.bullet-list-1 li {
}
/* End Bullet List V1 */

/* Bullet List V2 */
.content-style ul.bullet-list-2 {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.content-style ul.bullet-list-2 li {
	width: 48%;
}
/* End Bullet List V2 */

/* Bullet List V3 */
.content-style ul.bullet-list-3 {
	font-size: 1.22rem;
	list-style: none;
}

.content-style ul.bullet-list-3 li {
	padding-left: 1.8181em;
	position: relative;
}

.content-style ul.bullet-list-3 li:before {
	content: '';
	display: block;
	width: 1.8181em;
	height: .5em;
	border-radius: 3px;
	background-color: #21B7D6; /* $tertiary */
	position: absolute;
	top: .666em;
	left: 0;
	-webkit-transform: translateX(-75%);
	-ms-transform: translateX(-75%);
	transform: translateX(-75%);
}
/* End Bullet List V3 */
