/* Color Tokens */
.color-tokens {
	color: #006B5C; /* $primary */
	background-color: #7D003D; /* $secondary */
	border-left-color: #7DC3B0; /* $tertiary */
	border-right-color: #EFF0F0; /* $light */
	border-bottom-color: #2C2C2E; /* $dark */
	border-top-color: #666666; /* $text */
}
/* End Color Tokens */

/* Text Highlight V1 */
.text-highlight-1 {
	color: #7D003D; /* $secondary */
}

.text-highlight-1 a {
	color: #7D003D; /* $secondary */
	text-decoration: underline;
}

.text-highlight-1 a:hover {
	color: #2C2C2E; /* $dark */
}
/* End Text Highlight V1 */

/* Text Highlight V2 */
.text-highlight-2 {
	background-color: #006B5C; /* $primary */
	text-align: left;
	color: #FFFFFF;
	padding: 0.8em 6em 0.8em 1.8em;
	border-radius: 3em;
	overflow: hidden;
	position: relative;
	text-transform: uppercase;
}

.wide .text-highlight-2 {
	display: inline-block;
}

.content-panel p.text-highlight-2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.06em;
	margin: 2em 0;
}

p.text-highlight-2 {
	line-height: normal;
}

.text-highlight-2:after {
	display: block;
	content: ' ';
	position: absolute;
	right: 0;
	width: 4em;
	height: 10em;
	-webkit-transform: rotate(-30deg);
	-moz-transform: rotate(-30deg);
	-o-transform: rotate(-30deg);
	transform: rotate(-30deg);
	background-color: #7D003D; /* $secondary */
	top: -3.25em;
	z-index: 1;
}

.text-highlight-2:before {
	content: '\e819';
	font-family: 'fontello';
	color: #FFFFFF;
	font-size: 1.8em;
	position: absolute;
	z-index: 2;
	right: .7em;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.text-highlight-2 a {
	font-weight: 600;
	color: #FFFFFF;
}

.text-highlight-2 a:hover {
	color: #EFF0F0; /* $light */
}

@media (max-width:600px) {
	.text-highlight-2:before {
	}
}
/* End Text Highlight V2 */

/* Text Highlight V3 */
.text-highlight-3 {
	text-align: center;
	font-size: 1.1em;
	line-height: 2em;
	padding: .75em;
	border-top: 3px solid #7DC3B0; /* $tertiary */
	border-bottom: 3px solid #7DC3B0; /* $tertiary */
	font-weight: 600;
}

.text-highlight-3 strong {
	font-size: 1.38em;
	display: block;
	text-transform: uppercase;
}
/* End Text Highlight V3 */

/* Call Out V1 */
.call-out-v1 {
	padding: 1em;
	background-color: #7DC3B0; /* $tertiary */
	color: #EFF0F0; /* $light */
	font-size: 1.4em;
	text-align: center;
}

.call-out-v1 a {
	color: #006B5C; /* $primary */
	font-weight: 600;
}

.call-out-v1 a:hover {
	color: #EFF0F0; /* $light */
}
/* End Call Out V1 */

/* Call Out V2 */
.call-out-v2 {
	padding: 1em;
	background-color: #7D003D; /* $secondary */
	color: #EFF0F0; /* $light */
	font-weight: 600;
	font-size: 1em;
	text-align: center;
	margin: 0;
}

.call-out-v2 a {
	color: #FFFFFF;
	text-decoration: underline;
}

.call-out-v2 a:hover {
	color: #EFF0F0; /* $light */
	text-decoration: none;
}

.call-out-v2 em {
	color: #ACB1B1; /* darken($light,27%) */
	display: block;
	font-weight: 400;
}
/* End Call Out V2 */

/* Content CTA V1 */
.content-cta-1 {
	background: #EEE url(/images/2016/Content_CTA1BG.jpg) top left no-repeat;
	padding: 3% 4%;
	border: 1px solid #AEAEAE;
	margin: 2em 0;
	display: table;
	width: 100%;
	text-align: left;
	max-width: 920px;
}

.content-cta-1.full-width {
	max-width: 1274px;
}

.wide .content-cta-1 {
	margin: 2em auto;
	max-width: 1000px;
}

.content-cta-1 .leftside, .content-cta-1 .rightside {
	display: table-cell;
	vertical-align: middle;
}

.content-cta-1 .leftside {
	width: 45%;
	padding-right: 1em;
}

.content-cta-1 .rightside {
	width: 55%;
}

.content-cta-1 h2 {
	padding-top: 0;
	margin: 0 0 .5em;
}

.content-panel .content-cta-1 p, .content-cta-1 p {
	color: #7D003D; /* $secondary */
	font-size: 1.25em;
	margin: 0;
	line-height: 1;
}

.content-cta-1 .btn {
	overflow: hidden;
	position: relative;
	background-color: #006B5C; /* $primary */
	padding-right: 5em;
	display: block;
	text-align: left;
	margin: .5em 0;
}

.content-cta-1 .btn:hover {
	background-color: #7D003D; /* $secondary */
}

.content-cta-1 .btn:before {
	content: '\e819';
	font-family: 'fontello';
	color: #FFFFFF;
	font-size: 1.8em;
	position: absolute;
	z-index: 2;
	right: .7em;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: left;
}

.content-cta-1.physician .btn:before {
	content: '\e813';
}

.content-cta-1.awards .btn:before {
	content: '\f462';
	font-family: 'icomoon-ult';
}

.content-cta-1 .btn:after {
	display: block;
	content: ' ';
	position: absolute;
	right: 0;
	width: 4em;
	height: 10em;
	-webkit-transform: rotate(-30deg);
	-moz-transform: rotate(-30deg);
	-o-transform: rotate(-30deg);
	transform: rotate(-30deg);
	background-color: #7D003D;
	top: -3.25em;
	z-index: 1;
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

.content-cta-1:after {
	content: '';
	clear: both;
	display: block;
}
/* End Content CTA V1 */

/* Content CTA V2 */
.content-cta-2 {
	text-align: center;
	background: #EEE url(/images/2016/Content_CTA2.png) top left no-repeat;
	background-size: cover;
	padding: 3% 4%;
	border: 1px solid #AEAEAE;
	margin: 2em auto;
	display: block;
	width: 100%;
	max-width: 675px;
}

.content-cta-2 h2 {
	font-size: 4em;
	margin: 0;
	padding: 0;
}

.content-cta-2 p {
	color: #7D003D; /* $secondary */
	font-size: 1.5em;
	margin: .5em 0;
	line-height: 1.2em;
}

.content-cta-2 a.btn {
	color: #FFFFFF;
	background-color: #006B5C; /* $primary */
	font-size: 1.2em;
	margin-top: 50%;
}
/* End Content CTA V2 */

/* Content CTA V3 */
.content-cta-3 {
	text-align: center;
	background: #EEE url(/images/2016/Content_CTA2BG.jpg) top left no-repeat;
	background-size: cover;
	padding: 3%;
	border: .5em solid #409989;
	margin: 2em auto;
	display: block;
	width: 29em;
	height: 29em;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
}

.content-cta-3 .cta-wrap {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	left: 0;
	margin: 0 auto;
}

.content-cta-3 h2 {
	margin: 0;
	padding: 0;
	font-size: 2.5em;
	color: #419A8A;
	font-weight: 500;
	text-shadow: 0 0 7px #FFFFFF;
}

.content-cta-3 h3 {
	color: #6DA898;
	font-size: 2.1em;
	margin: .5em 0;
	font-weight: normal;
	text-shadow: 0 0 7px #FFFFFF;
}

.content-cta-3 a.btn {
	color: #FFFFFF;
	background-color: #7D003D; /* $secondary */
	font-size: 1.1em;
	margin-top: 1.5em;
	font-weight: normal;
}
/* End Content CTA V3 */

/* Bullet List V1 */
.bullet-list-1 {
	background-color: #FFFFFF;
	padding: 2em;
}

.bullet-list-1 h2, .bullet-list-1 h3 {
	font-size: 2em;
}

ul.bullet-list-1 {
	padding: 1em;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

ul.bullet-list-1 li {
	-webkit-flex: 0 0 48%;
	-ms-flex: 0 0 48%;
	flex: 0 0 48%;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	padding: .75em 0 .75em 3em;
	position: relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	color: #7D003D; /* $secondary */
}

ul.bullet-list-1 li:before {
	content: '\e7bd';
	font-family: 'icomoon-ult';
	color: #FFFFFF;
	background-color: #AEAEAE;
	font-size: 1em;
	border-radius: 50%;
	position: absolute;
	top: 10%;
	left: 0;
	width: 1.9em;
	height: 1.9em;
	padding: 0.2em .45em;
}

ul.bullet-list-1 li a {
	font-weight: 400;
}
/* End Bullet List V1 */

/* Bullet List V2 */
ul.bullet-list-2 {
	margin: 0;
	padding: 0;
	list-style: none;
}

.bullet-list-2 li {
	background-color: #FFFFFF;
	list-style: none;
	color: #7D003D; /* $secondary */
	padding: 1em .75em 1em 3.5em;
	position: relative;
	margin: 0 !important;
	border-right: 1px solid #dbdbdb;
	border-left: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
}

.bullet-list-2 li:first-child {
	border-top: 1px solid #dbdbdb;
}

.bullet-list-2 li:before {
	content: '\e188';
	font-family: 'icomoon-ult';
	position: absolute;
	color: #DBDBDB;
	font-size: 2em;
	left: 0.4em;
	top: 0.55em;
}

.bullet-list-2 li a {
	color: #006B5C; /* $primary */
}

.bullet-list-2 li a:hover {
	color: #7D003D; /* $secondary */
}

.bullet-list-2 li ul {
	padding-left: 0;
}

.bullet-list-2 li ul li, .bullet-list-2 li ul li:first-child {
	border: 0;
	padding: 0.25em 0.5em 0.25em 1.7em;
}

.bullet-list-2 li ul li:before {
	content: '\e088';
	font-size: .65em;
}
/* End Bullet List V2 */

/* Bullet List V3 */
ul.bullet-list-3 {
	background-color: #f1f0e9;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	padding: 0;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

ul.bullet-list-3 li {
	-webkit-flex: 0 1 40%;
	-ms-flex: 0 1 40%;
	flex: 0 1 40%;
	max-width: 40%;
	font-size: 1.25em;
	padding: 1em 0 1em 2.5em;
	position: relative;
	line-height: 1.6em;
}

ul.bullet-list-3 li:before {
	content: '\e7bb';
	font-family: icomoon-ult;
	font-size: 2em;
	position: absolute;
	left: 0;
	color: #7DC3B0; /* $tertiary */
	top: .5em;
}

ul.bullet-list-3 li:first-child {
	-webkit-flex: 1 1 100%;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	max-width: 100%;
	text-align: center;
	background-color: #006B5C; /* $primary */
	font-size: 1.5625em;
	padding: .5em 2%;
	color: #EFF0F0; /* $light */
	margin: 0;
	line-height: 1;
}

ul.bullet-list-3 li:first-child:before {
	content: none;
}

ul.bullet-list-3 li:last-child:nth-child(even) {
	-webkit-flex: 0 1 90%;
	-ms-flex: 0 1 90%;
	flex: 0 1 90%;
	max-width: 90%;
}

ul.bullet-list-3 .bullet-list-3-header {
	color: #FFFFFF;
}

ul.bullet-list-3 .bullet-list-3-header:hover {
	color: #7D003D;
}
/* End Bullet List V3 */

/* Responsive Systems @ 800px */
@media screen and (max-width: 800px) {
	.content-cta-1 {
		display: block;
	}

	.content-cta-1 .leftside, .content-cta-1 .rightside {
		width: 100%;
		display: block;
	}

	.content-cta-1 .rightside {
		padding-top: 1em;
	}
}
/* End Responsive Systems @ 800px */

/* Responsive Systems @ 600px */
@media screen and (max-width: 600px) {
	ul.bullet-list-1 li {
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}

	.content-cta-2 h2 {
		font-size: 2.5em;
	}
}
/* End Responsive Systems @ 600px */

/* Responsive Systems @ 480px */
@media screen and (max-width: 480px) {
	.content-cta-3 {
		font-size: 2.9vw;
	}
}
/* End Responsive Systems @ 480px */
