/* Color Tokens */
.color-tokens {
	color: #AB123E; /* $primary */
	background-color: #5F6062; /* $secondary */
	border-left-color: #9BAB23; /* $tertiary */
	border-right-color: #E8E8E8; /* $light */
	border-bottom-color: #2C2C2E; /* $dark */
}
/* End Color Tokens */

/* Column Sizing */
p.half-left {
	width: 48%;
	float: left;
}

p.half-right {
	width: 48%;
	float: right;
}

p.third {
	width: 32.3%;
	display: inline-block;
	vertical-align: top;
}
/* End Column Sizing */

/* Content CTA */
.content-cta {
	text-align: center;
	color: #FFFFFF;
	background-color: #2C2C2E; /* $dark */
	background-image: url(/images/mission-image.jpg);
	padding: 7em .5em;
	background-position: center right;
	background-repeat: no-repeat;
	background-size: cover;
	font-size: 1.4em;
	font-weight: 600;
	border-bottom: .75em solid #9BAB23; /* $tertiary */
	margin: 2em 0 1.5em;
	text-shadow: 1px 1px 10px rgba(0,0,0,1);
}

p.content-cta {
	line-height: 1.6em;
}

.content-cta strong {
	display: block;
	font-size: 1.5em;
	font-weight: 400;
	margin-bottom: .2em;
}
/* End Content CTA */

/* Text Highlight V1 */
.text-highlight-1 {
	color: #2C2C2E; /* $dark */
	font-size: 1em;
	margin: 1.75em 0;
	padding: 1em;
	text-align: center;
	border: 3px solid #AB123E; /* $primary */
	position: relative;
}

.text-highlight-1:before {
	background-image: url('/images/Design/wavy-diamonds.png');
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	z-index: -1;
}

.text-highlight-1 a {
	font-weight: 600;
}

.text-highlight-1 a:hover {
	color: #2C2C2E; /* $dark */
	text-decoration: none;
}

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

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

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

/* Text Highlight V2 */
.text-highlight-2 {
	text-align: left;
	padding: 1.5em;
	background-color: #E8E8E8; /* $light */
}

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

p.text-highlight-2 a {
	font-weight: 600;
}

p.text-highlight-2 a:hover {
	color: #2C2C2E; /* $dark */
}

.text-highlight-2 strong {
	color: #AB123E; /* $primary */
	font-size: 1.2em;
}
/* 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 #AB123E; /* $primary */
	border-bottom: 3px solid #AB123E; /* $primary */
}

.text-highlight-3 strong {
	font-size: 1.38em;
	display: block;
}

.text-highlight-3 a {
	font-weight: 600;
}
/* End Text Highlight V3 */

/* Spotlight */
.spotlight.v1 {
	padding-left: 2em;
}

.spotlight.v1 > *:first-child {
	padding-top: 0;
	margin-top: 0;
}

.spotlight.v1 h2 + p {
	margin-top: -.5em;
}
/* End Spotlight */

/* Call Out V1 */
.call-out-v1 {
	padding: .5em 1em .5em 2.5em;
	font-size: 1.3em;
	font-family: 'Marcellus', serif; /* @titlefont */
	border-top: 3px solid #AB123E; /* $primary */
	border-bottom: 3px solid #AB123E; /* $primary */
	position: relative;
}

.call-out-v1:before {
	content: '\e80c';
	font-family: 'fontello';
	color: #e8e8e8;
	font-size: 1.5em;
	position: absolute;
	top: .1rem;
	left: .25rem;
	display: none;
}

p.call-out-v1 {
	line-height: 1.4;
}

.call-out-v1 a[href^=tel], .call-out-v1 a[href^=tel]:hover {
}

.call-out-v1 a {
	font-weight: 600;
}

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

/* Call Out V2 */
.call-out-v2 {
	padding: 1em;
	background-color: #5F6062; /* $secondary */
	color: #FFFFFF;
	font-size: 1.3em;
	text-align: left;
	margin: 0;
	font-family: 'Marcellus', serif;
}

.call-out-v2:before {
	content: '';
	height: 1px;
	width: 4em;
	background-color: #9BAB23; /* $tertiary */
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateX(-1em);
	-ms-transform: translateX(-1em);
	transform: translateX(-1em);
	margin-right: -.5em;
}

.call-out-v2 a {
	color: #9BAB23; /* $tertiary */
}

.call-out-v2 a:hover {
	color: #FFFFFF;
}

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

/* Bullet List V1 */
ul.bullet-list-1 {
	list-style: none;
	padding-left: 0;
	font-size: 1em;
	color: #2C2C2E; /* $dark */
	margin: 2em 0;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

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

ul.bullet-list-1.col2 li, ul.bullet-list-1.col3 li {
	padding-left: 2em;
}

ul.bullet-list-1 li {
	position: relative;
	padding: .5em 0 .5em 2em;
	margin: 0;
	width: 100%;
}

ul.bullet-list-1 ul li:last-child {
	padding-bottom: 0;
}

ul.bullet-list-1 li + li {
}

ul.bullet-list-1 li:before {
	content: '\e7bb';
	font-family: 'icomoon-ult';
	color: #AB123E; /* $primary */
	font-size: 1.5EM;
	position: absolute;
	top: .35em;
	left: 0;
	line-height: 1;
	width: auto;
	height: auto;
}
/* End Bullet List V1 */

/* Bullet List V2 */
.bullet-list-2 {
	border-top: 3px solid #AB123E; /* $primary */
	border-bottom: 3px solid #AB123E; /* $primary */
	padding: 1em 0;
	margin: 2em 0;
	list-style: none;
}

ul.bullet-list-2 {
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-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;
	width: 100%;
	list-style: none;
}

ul.bullet-list-2 li {
	padding: .5em 0 .5em 1.5em;
	position: relative;
	width: 100%;
}

ul.bullet-list-2 li:before {
	content: '';
	color: #FFFFFF;
	background-color: #B0B1B1;
	font-size: 1em;
	padding: .25em;
	position: absolute;
	top: 1em;
	left: 0;
	line-height: 1.4em;
	width: auto;
	height: auto;
}

ul.bullet-list-2 ul {
	list-style-type: none;
}

ul.bullet-list-2 ul li:before {
	background-color: transparent;
	border: 2px solid #B0B1B1;
	padding: .22em;
}

ul.bullet-list-2 li a {
	font-weight: 400;
}

ul.bullet-list-2 li a:hover {
	color: #5F6062; /* $secondary */
	text-decoration: none;
}
/* End Bullet List V2 */

/* Bullet List V3 */
ul.bullet-list-3 {
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	padding: 2em;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	overflow: hidden;
	border: 4px solid #E8E8E8; /* $light */
	margin: 2em 0;
	background-color: #E8E8E8; /* $light */
}

ul.bullet-list-3 li {
	font-size: 1.1em;
	padding: .5em 0 .5em 2em;
	position: relative;
	line-height: 1.6em;
	margin: 0;
	width: 100%;
}

ul.bullet-list-3 li:before {
	content: '\ea54';
	font-family: 'icomoon-ult';
	font-size: 2.5em;
	position: absolute;
	left: -0.3em;
	color: #AB123E; /* $primary */
	top: 0.02em;
	width: auto;
	height: auto;
	display: inline;
	line-height: 1;
}
/* End Bullet List V3 */

ul.col2 li {
	width: 50%;
	padding: .5em 2% .5em 1.5em;
}

ul.col3 li {
	width: 33%;
	padding: .5em 2% .5em 1.5em;
}

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

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: 100%;
	width: 8%;
	background-size: contain;
	background-repeat: no-repeat;
	color: #5F6062; /* $secondary */
	position: absolute;
	left: 0;
	top: 0;
	max-width: 3em;
	max-height: 3em;
	background-color: transparent;
}

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: 100%;
	width: 3em;
	background-size: contain;
	background-repeat: no-repeat;
	color: #5F6062; /* $secondary */
	position: absolute;
	left: 0;
	top: .2em;
	max-width: 2em;
	max-height: 2em;
	background-color: transparent;
}

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: 1300px) {
	.call-out-v1 {
		padding: .7em 3em;
	}
}

@media screen and (max-width: 1000px) {
	ul.col2 li {
		width: 50%;
		padding: .5em 2% .5em 1.5em;
	}

	ul.col3 li {
		width: 50%;
		padding: .5em 2% .5em 1.5em;
	}
}

@media screen and (max-width: 800px) {
	p.half-left {
		width: 100%;
		float: none;
	}

	p.half-right {
		width: 100%;
		float: none;
	}

	p.third {
		width: 100%;
		display: block;
	}

	.content-cta {
		padding: 5em .5em;
	}

	.call-out-v1 {
	}
}

@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%;
	}

	.call-out-v1 {
		line-height: 1.4em;
	}

	ul.col2 li {
		width: 100%;
		padding: .5em 2% .5em 1.5em;
	}

	ul.col3 li {
		width: 100%;
		padding: .5em 2% .5em 1.5em;
	}
}

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

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

	.content-cta {
		padding: 2em .5em;
	}
}
/* End Responsive */
