/* Color Tokens */
.color-tokens {
	color: #00678F; /* $primary */
	background-color: #F5866C; /* $secondary */
	border-left-color: #0F563E; /* $tertiary */
	border-right-color: #DDEBF8; /* $light */
	border-bottom-color: #2C2C2E; /* $dark */
}
/* End Color Tokens */

/* Text Highlight V1 */
.text-highlight-1 {
	color: #00678F; /* $primary */
	font-weight: 500;
	border-left: solid .5em #0F563E; /* $tertiary */
	padding: 0 0 0 5%;
	font-size: 1.1em;
	margin: 1.75em 0;
}

.text-highlight-1 a {
	color: #F5866C; /* $secondary */
}

.text-highlight-1 a:hover {
	color: #0F563E; /* $tertiary */
}

.half.right .text-highlight-1 {
	border-left: none;
	border-right: solid .5em #0F563E; /* $tertiary */
	padding: 0 5% 0 0;
}

@media (max-width:799px) {
	.text-highlight-1 {
		border-right: solid .5em #0F563E; /* $tertiary */
		padding: 0 5%;
	}

	.half.right .text-highlight-1 {
		border-left: solid .5em #0F563E; /* $tertiary */
		padding: 0 5%;
	}
}
/* End Text Highlight V1 */

/* Text Highlight V2 */
.text-highlight-2 {
	color: #0F563E; /* $tertiary */
	font-weight: 500;
	border-left: solid .5em #F5866C; /* $secondary */
	padding: 0 0 0 5%;
	font-size: 1.1em;
	margin: 1.75em 0;
}

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

.text-highlight-2:after {
	display: block;
	clear: both;
	content: ' ';
}

_.text-highlight-2:before {
	content: '\e808';
	font-family: fontello;
	background-color: #F5866C;
	color: #FFFFFF;
	font-size: 4em;
	padding: .4em;
	width: 20%;
	height: 100%;
	float: left;
	margin: -.25em .5em -.25em -.25em;
	text-align: center;
}

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

.text-highlight-2 a:hover {
	color: #DDEBF8; /* $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;
	font-weight: 500;
	border: 2px solid #F5866C; /* $secondary */
}

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

/* Call Out V1 */
p.call-out-v1 {
	display: table;
	width: 100%;
	border-radius: 3px;
	background: #DDEBF8;
	overflow: hidden;
	color: #00678F;
	vertical-align: middle;
	margin: 3em auto 2.5em;
	font-size: .95em;
	letter-spacing: .1em;
	max-width: 1180px;
}

p.call-out-v1 > * {
	display: table-cell;
	padding: 1em;
	text-align: center;
	text-transform: uppercase;
}

p.call-out-v1 > *:first-child {
	background-color: #00678F;
	color: #FFFFFF;
	font-size: .95em;
}
/* End Call Out V1 */

/* Call Out V2 */
.call-out-v2 {
	padding: 1em;
	background-color: #00678F; /* $primary */
	color: #FFFFFF;
	text-align: center;
}

.call-out-v2 a {
	color: #DDEBF8; /* $light */
	font-weight: 500;
	text-decoration: underline;
}

.call-out-v2 a:hover {
	color: #F5866C; /* $secondary */
}

.call-out-v2 h1 {
	color: #FFFFFF;
}
/* End Call Out V2 */

/* Call Out V3 */
.call-out-v3 {
	padding: 1em;
	background-color: #0F563E; /* $tertiary */
	color: #FFFFFF;
	font-size: 1em;
	text-align: center;
	margin: 0;
}

.call-out-v3 a {
	color: #DDEBF8; /* $light */
	text-decoration: underline;
}

.call-out-v3 a:hover {
	color: #F5866C; /* $secondary */
}
/* End Call Out V3 */

/* Bullet List V1 */
ul.bullet-list-1 {
	padding: 0;
	list-style: none;
	color: #00678F; /* $primary */
}

ul.bullet-list-1 ul, ul.bullet-list-1 ul ul {
	list-style: none;
}

ul.bullet-list-1 li {
	position: relative;
	padding: .6em 0 .6em 1.75em;
	_border-bottom: 2px solid #DDEBF8;
}

ul.bullet-list-1 li + li {
	border-top: 2px solid #DDEBF8;
}

ul.bullet-list-1 li:before {
	content: '';
	display: block;
	width: .5em;
	height: .5em;
	background: #0F563E; /* $tertiary */
	position: absolute;
	left: 0;
	top: .95em;
	border-radius: 2px;
}

ul.bullet-list-1 li a {
	color: #0F563E; /* $tertiary */
}

ul.bullet-list-1 li a:hover {
	color: #F5866C; /* $secondary */
}
/* End Bullet List V1 */

/* Bullet List V2 */
.bullet-list-2 {
	background-color: #F1F1F1; /* $bg */
	padding: 2em;
}

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

ul.bullet-list-2 {
	padding: 1em;
	list-style: none;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}

ul.bullet-list-2 li {
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	padding: .6em 0 .6em 3em;
	position: relative;
}

ul.bullet-list-2 li:before {
	content: '\e7bd';
	font-family: 'icomoon-ult';
	color: #FFFFFF;
	background-color: #F5866C; /* $secondary */
	font-size: .65em;
	padding: .2em .4em;
	border-radius: 50%;
	position: absolute;
	top: 25%;
	left: 2.5%;
}

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

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

.bullet-list-3 li {
	background-color: #DDEBF8; /* $light */
	list-style: none;
	color: #00678F; /* $primary */
	padding: .75em .75em .75em 3.5em;
	position: relative;
	margin: 1px 0;
}

.bullet-list-3 li:before {
	content: '\e13d';
	font-family: 'icomoon-ult';
	position: absolute;
	padding: .5em;
	color: #FFFFFF;
	font-size: 1.2em;
	background-color: #00678F; /* $primary */
	left: 0;
	top: 0;
	height: 100%;
}

.bullet-list-3 ul li:before {
	content: '\e13d';
	font-family: 'icomoon-ult';
	position: absolute;
	padding: .5em;
	color: #00678F; /* $primary */
	font-size: 1.2em;
	left: 0;
	top: 0;
	height: 100%;
	background-color: transparent;
}

.bullet-list-3 li a {
	color: #F5866C; /* $secondary */
}

.bullet-list-3 li a:hover {
	color: #0F563E; /* $tertiary */
}
/* End Bullet List V3 */

/* Bullet List V4 */
ul.bullet-list-4 {
	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: center;
	-ms-flex-align: center;
	align-items: center;
}

.services-list ul.bullet-list-4 {
	-webkit-align-items: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
}

ul.bullet-list-4 li {
	-webkit-flex: 0 1 40%;
	-ms-flex: 0 1 40%;
	flex: 0 1 40%;
	max-width: 40%;
	padding: 1em 0 1em 2.5em;
	position: relative;
	line-height: 1.6em;
	list-style: none;
}

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

ul.bullet-list-4 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: #00678F; /* $primary */
	font-size: 1em;
	padding: 1em 2%;
	color: #DDEBF8; /* $light */
	margin: 0;
	line-height: 1;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .1em;
}

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

ul.bullet-list-4 li:last-child:nth-child(even) {
	-webkit-flex: 0 1 90%;
	-ms-flex: 0 1 90%;
	flex: 0 1 90%;
	max-width: 90%;
}
/* End Bullet List V4 */

/* Bullet List FANCY */
ul.bullet-list-fancy li {
	position: relative;
	margin-bottom: 1.5em;
	list-style: none;
	padding-left: 8%;
}

ul.bullet-list-fancy li:last-child {
	margin-bottom: .5em;
}

ul.bullet-list-fancy li:before {
	content: '';
	background-image: url(/images/landing-images/check-mark.png);
	background-position: center;
	height: 1.75em;
	width: 1.75em;
	background-size: contain;
	background-repeat: no-repeat;
	color: #F5866C; /* $secondary */
	position: absolute;
	left: 0;
	top: 0;
	max-width: 3em;
	max-height: 3em;
}

ul.bullet-list-fancy li h5, ul.bullet-list-fancy li p {
	margin: 0;
	font-size: 1em;
}
/* End Bullet List FANCY */

/* Bullet List FANCY V2 */
ul.bullet-list-fancy-2 li {
	position: relative;
	margin-bottom: 1.5em;
	list-style: none;
	padding-left: 3.3em;
}

ul.bullet-list-fancy-2 li:last-child {
	margin-bottom: .5em;
}

ul.bullet-list-fancy-2 li:before {
	content: '';
	background-image: url(/images/landing-images/right-arrow.png);
	background-position: center;
	height: 1.5em;
	width: 1.75em;
	background-size: contain;
	background-repeat: no-repeat;
	color: #F5866C; /* $secondary */
	position: absolute;
	left: 0;
	top: 0;
	max-width: 2em;
	max-height: 2em;
}

ul.bullet-list-fancy-2 li h5, ul.bullet-list-fancy-2 li p {
	margin: 0;
	font-size: 1em;
}
/* End Bullet List FANCY V2 */

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

	ul.bullet-list-1 {
		padding-left: 2%;
	}

	.call-out-v2 + table {
		display: none;
	}
}

@media screen and (max-width: 550px) {
	ul.bullet-list-fancy-2 li {
		padding-left: 2.6em;
	}

	ul.bullet-list-fancy-2 li:before {
		width: 1.5em;
	}

	p.call-out-v1, p.call-out-v1 > * {
		display: block;
		width: 100%;
	}

	ul.bullet-list-2 li:before {
		padding: .3em .4em;
	}

	ul.bullet-list-fancy li:before {
		left: -5%;
	}

	ul.bullet-list-4 li {
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
		width: 100%;
		max-width: 90%;
	}
}
/* End Responsive */
