/* Color Tokens */
.color-tokens {
	color: #3C9085; /* $primary */
	background-color: #9D7168; /* $secondary */
	border-left-color: #B4ACA7; /* $tertiary */
	border-right-color: #3EC3B1; /* $light */
	border-top-color: #FFFFFF; /* $white */
	border-bottom-color: #000000; /* $dark */
}
/* End Color Tokens */

/* Text Highlight V1 */
ul.text-highlight-1 {
	padding: 0;
	list-style: none;
	margin: .5em 0 2em;
}

ul.text-highlight-1 li {
	padding: .5em 0 .5em 2em;
	position: relative;
}

ul.text-highlight-1 li:before {
	content: '\ea54';
	display: inline-block;
	position: absolute;
	left: 0;
	font-family: icomoon-ult;
	font-size: 2em;
	color: #3C9085; /* $primary */
	top: .25em;
	line-height: 1;
}

ul.text-highlight-1 li:first-child {
	font-size: 1.388em;
	padding: 0;
	font-family: 'Montserrat', sans-serif; /* @accentfont */
	color: #9D7168; /* $secondary */
}

ul.text-highlight-1 li:first-child:before {
	content: none;
	color: #9D7168; /* $secondary */
}
/* End Text Highlight V1 */

/* Text Highlight V1b */
ul.text-highlight-1b {
	padding: 0;
	list-style: none;
	margin: 1em 0 2em;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

ul.text-highlight-1b li {
	padding: .5em 0 .5em 2em;
	position: relative;
	-webkit-flex: 1 1 50%;
	-ms-flex: 1 1 50%;
	flex: 1 1 50%;
}

ul.text-highlight-1b li:before {
	content: '\ea54';
	display: inline-block;
	position: absolute;
	left: 0;
	font-family: icomoon-ult;
	font-size: 2em;
	color: #3C9085; /* $primary */
	top: .25em;
	line-height: 1;
}

ul.text-highlight-1b li:first-child {
	font-size: 1.388em;
	padding: 0;
	font-family: 'Montserrat', sans-serif; /* @accentfont */
	color: #9D7168; /* $secondary */
	-webkit-flex: 1 1 100%;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
}

ul.text-highlight-1b li:first-child:before {
	content: none;
	color: #9D7168; /* $secondary */
}

.subcontent-contact {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
/* End Text Highlight V1b */

/* Text Highlight V2 */
ul.text-highlight-2 {
	background-image: url(../images/BG_txtC1.jpg);
	padding: 1em;
	background-position: center;
	background-size: cover;
	list-style: none;
	text-align: center;
}

ul.text-highlight-2 li:first-child {
	font-size: 1.11em;
	padding: .75em 5%;
	border: none;
	background-color: #6C4C46; /* darken($secondary,32%) */
	border-bottom: 1px solid #FFFFFF; /* $white */
	color: #FFFFFF; /* $white */
}

ul.text-highlight-2 li:first-child:after, ul.text-highlight-2 li:last-child:after {
	content: none;
}

ul.text-highlight-2 li {
	padding: 1em 5%;
	position: relative;
	background-color: rgba(255,255,255,0.851); /* alpha($white,85%) */
}
/* End Text Highlight V2 */

/* Text Highlight V3 */
ul.text-highlight-3 {
	border: 2px solid #9D7168; /* $secondary */
	padding: 1em 5% 1.5em;
	list-style: none;
	margin: 1em 0 2.5em;
	background-image: url(../images/BG_bulletList3.html);
	background-size: cover;
	background-position: center center;
}

ul.text-highlight-3 li {
	padding: .5em 0 .5em 2em;
	position: relative;
}

ul.text-highlight-3 li:first-child {
	padding: 1em 0;
	font-size: 1.11em;
	color: #9D7168; /* $secondary */
	font-weight: 700;
	border-bottom: 1px solid #36AD9C; /* darken($light,12%) */
}

ul.text-highlight-3 li:first-child:before {
	content: none;
}

ul.text-highlight-3 li:before {
	content: '\ea54';
	display: inline-block;
	position: absolute;
	left: 0;
	font-family: icomoon-ult;
	font-size: 2em;
	color: #3C9085; /* $primary */
	top: .25em;
	line-height: 1;
}
/* End Text Highlight V3 */

/* Text Highlight V4 */
ul.text-highlight-4 {
	background-position: center;
	background-size: cover;
	list-style: none;
	padding: 0;
	margin: 1em 0 2em 0;
}

ul.text-highlight-4 li:first-child {
	background-color: #8A6259; /* darken($secondary,13%) */
	color: #FFFFFF; /* $white */
	font-size: 1.11em;
	padding: .75em 5%;
	border: none;
	margin: 0;
}

ul.text-highlight-4 li:first-child:after, ul.text-highlight-4 li:last-child:after {
	content: none;
}

ul.text-highlight-4 li:first-child:before {
	content: none;
}

ul.text-highlight-4 li {
	background-color: #E8E6E5; /* lighten($tertiary,70%) */
	padding: 1em 2% 1em 4em;
	position: relative;
}

ul.text-highlight-4 li:before {
	content: '\e7bc';
	font-family: icomoon-ult;
	font-size: 1.5em;
	color: #FFFFFF; /* $white */
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: .5em;
}

ul.text-highlight-4 li:after {
	content: '';
	display: block;
	width: 96%;
	height: 1px;
	background-color: #FFFFFF; /* $white */
	bottom: 0;
	position: absolute;
	left: 2%;
}
/* End Text Highlight V4 */

/* Text Highlight V4 In Columns */
ul.text-highlight-4.flex {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

ul.text-highlight-4.flex li {
	width: 50%;
	padding: 1em 5% 1em 8%;
}

ul.text-highlight-4.flex li:first-child {
	width: 100%;
}
/* End Text Highlight V4 In Columns */

/* Text Highlight V5 */
ul.text-highlight-5 {
	background-color: #E8E6E5; /* lighten($tertiary,70%) */
	-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;
	margin: 1em 0 2em;
}

ul.text-highlight-5 a {
}

ul.text-highlight-5 a:hover {
}

ul.text-highlight-5 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;
}

ul.text-highlight-5 li:before {
	content: '\e7bb';
	font-family: icomoon-ult;
	font-size: 1.5em;
	position: absolute;
	left: 0;
	color: #000000; /* $dark */
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

ul.text-highlight-5 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: #A29992; /* darken($tertiary,11%) */
	font-size: 1.25em;
	padding: 1em 2%;
	color: #FFFFFF; /* $white */
	margin: 0;
	line-height: 1;
	font-family: 'Montserrat', sans-serif; /* @accentfont */
}

ul.text-highlight-5 li:first-child:before {
	content: none;
}

ul.text-highlight-5 li:last-child:nth-child(even) {
	-webkit-flex: 0 1 90%;
	-ms-flex: 0 1 90%;
	flex: 0 1 90%;
	max-widtH: 90%;
}
/* End Text Highlight V5 */

/* Call Out V1 */
p.call-out-1 {
	background-color: #E8E6E5; /* lighten($tertiary,70%) */
	text-align: center;
	padding: 1em;
	margin: .5em 0 2em;
}

p.call-out-1 strong {
	display: block;
	font-size: 1.35em;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif; /* @accentfont */
}

p.call-out-1 a {
}

p.call-out-1 a:hover {
}
/* End Call Out V1 */

/* Call Out V2 */
p.call-out-2 {
	padding: 0 0 0 1.5em;
	margin: 1em 0 2em;
	border-left: 5px solid #B4ACA7; /* $tertiary */
	color: #3EC3B1; /* $light */
}

p.call-out-2 a {
	color: #9D7168; /* $secondary */
}

p.call-out-2 a:hover {
	color: #B4ACA7; /* $tertiary */
}
/* End Call Out V2 */

/* Call Out V3 */
p.call-out-3 {
	padding: 1.5em 5%;
	border-top: 2px solid #9D7168; /* $secondary */
	border-bottom: 2px solid #9D7168; /* $secondary */
	text-align: center;
	list-style: none;
	position: relative;
	margin: .5em 0 2em;
	clear: both;
}

.meet-the-team p.call-out-3 {
	font-size: 1.5em;
	padding: 0 5%;
	text-transform: uppercase;
	letter-spacing: 2px;
	border-color: #6EC3B8; /* lighten($primary,33%) */
}

p.call-out-3 strong {
	font-size: 1.38em;
	color: #9D7168; /* $secondary */
	display: block;
	font-family: 'Montserrat', sans-serif; /* @accentfont */
	font-weight: 400;
	line-height: 1.4;
}
/* End Call Out V3 */

/* Call Out V4 */
p.call-out-4 {
	padding: 10% 8%;
	background-image: url(../images/BG_txtC1.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	margin: 2em 0;
	list-style: none;
	text-align: center;
	line-height: 1.4;
	position: relative;
}

p.call-out-4:before {
	content: '';
	position: absolute;
	width: 92%;
	height: 90%;
	top: 5%;
	left: 4%;
	background-color: rgba(255,255,255,0.678); /* alpha($white,68%) */
}

p.call-out-4 strong {
	display: block;
	font-size: 1.38em;
	font-weight: 400;
	position: relative;
	font-family: 'Montserrat', sans-serif; /* @accentfont */
}

p.call-out-4 em {
	position: relative;
	display: block;
	padding: 1em 0;
}

p.call-out-4 .btn {
	margin: 1em .5em 0;
	position: relative;
}
/* End Call Out V4 */

/* Call Out V5 */
p.call-out-5 {
	padding: 4em 10%;
	background-image: url(../images/BG_txtC2.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	text-align: left;
	color: #000000; /* $dark */
	margin: 1em 0 2em;
	list-style: none;
	position: relative;
}

p.call-out-5:before {
	content: '';
	position: absolute;
	width: 90%;
	height: calc(100% - 4em);
	top: 2em;
	left: 5%;
	background-color: rgba(255,255,255,0.878); /* alpha($white,88%) */
}

p.call-out-5 strong {
	display: block;
	font-size: 1.944em;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif; /* @accentfont */
	position: relative;
	line-height: 1.2;
}

p.call-out-5 em {
	display: block;
	position: relative;
}

p.call-out-5 .btn {
	float: right;
}
/* End Call Out V5 */

/* Call Out V6 */
p.call-out-6 {
	padding: 2em 5% 2em 50%;
	list-style: none;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 2em 0;
	position: relative;
	background-color: #948982; /* darken($tertiary,20%) */
	color: #FFFFFF; /* $white */
}

p.call-out-6:before {
	content: '';
	display: block;
	position: absolute;
	width: 45%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: url(../images/BG_txtC3.jpg);
	background-position: top;
	background-size: cover;
	border-right: 4px solid #FFFFFF; /* $white */
}

p.call-out-6 strong {
	display: block;
	font-size: 1.45em;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif; /* @accentfont */
	line-height: 1.4;
	padding-bottom: .5em;
}

p.call-out-6 .btn {
	display: table;
	margin-top: 1em;
}
/* End Call Out V6 */

/* Call Out V7 */
p.call-out-7 {
	background-color: #E8E6E5; /* lighten($tertiary,70%) */
	text-align: center;
	padding: 2em 5% 0;
	overflow: hidden;
	margin: 2em 0;
}

p.call-out-7 strong {
	display: block;
	font-family: 'Montserrat', sans-serif; /* @accentfont */
	font-size: 1.388em;
	font-weight: 400;
	padding-bottom: .5em;
	line-height: 1.4;
}

p.call-out-7 a {
	display: block;
	color: #FFFFFF; /* $white */
	background-color: #B4ACA7; /* $tertiary */
	padding: 1em 2%;
	margin-top: 2em;
	width: 112%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	left: 50%;
	position: relative;
}
/* End Call Out V7 */

/* Call Out V8 */
p.call-out-8 {
	border: 2px solid #9D7168; /* $secondary */
	padding: 2em 33.33% 2em 5%;
	margin: 2em 0;
}

p.call-out-8 strong {
	color: #9D7168; /* $secondary */
	display: block;
	font-size: 1.38em;
	font-family: 'Montserrat', sans-serif; /* @accentfont */
	font-weight: 400;
}

p.call-out-8 a {
	float: right;
	-webkit-transform: translate(150%, -150%);
	-ms-transform: translate(150%, -150%);
	transform: translate(150%, -150%);
}
/* End Call Out V8 */

/* Call Out V9 */
p.call-out-9 {
	font-size: 1.2em;
	position: relative;
	padding: 1.5em 5%;
	background-color: #857971; /* darken($tertiary,29%) */
	color: #FFFFFF; /* $white */
	text-align: center;
	margin: 2em 0;
	line-height: 1.4;
}
/* End Call Out V9 */

/* IE Fallbacks */
.no-flexbox ul.flex.text-highlight-4 {
	display: block;
}

.no-flexbox ul.flex.text-highlight-4 li {
	display: block;
}
/* End IE Fallbacks */

/* Responsive */
@media screen and (max-width:800px) {
	p.call-out-6 strong {
		font-size: 1.4em;
	}

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

@media screen and (max-width: 700px) {
	ul.call-out-2 {
		display: block;
	}

	ul.call-out-2 li:last-child {
		text-align: center;
		padding-top: 1em;
	}

	p.call-out-6 {
		padding: 2em 5%;
		background-color: rgba(240,240,240,0.8);
		color: #000000; /* $dark */
	}

	p.call-out-6:before {
		width: 100%;
		z-index: -1;
	}

	p.call-out-8 {
		padding: 2em 5%;
	}

	p.call-out-8 a {
		float: none;
		-webkit-transform: translate(0);
		-ms-transform: translate(0);
		transform: translate(0);
	}

	ul.text-highlight-4.flex li, ul.text-highlight-4 li {
		width: 100%;
		padding: 1em 5% 1em 4em;
	}

	ul.text-highlight-5 {
		display: block;
	}

	ul.text-highlight-5 li {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: 100%;
	}
}

@media screen and (max-width: 500px) {
	ul.text-highlight-1b li {
		-webkit-flex: 1 1 100%;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
	}

	ul.text-highlight-1b {
		line-height: 1.7em;
	}

	ul.text-highlight-1 li strong {
		line-height: 1.3;
		display: block;
		margin-bottom: .3em;
	}
}
/* End Responsive */
