/* Color Tokens */
#primary {
	color: #00548B; /* $primary */
}

#secondary {
	color: #D0282E; /* $secondary */
}

#tertiary {
	color: #3F79BC; /* $tertiary */
}

#light {
	color: #EFECE4; /* $light */
}

#dark {
	color: #53616F; /* $dark */
}

#white {
	color: #FFFFFF; /* $white */
}

#text {
	color: #2B2E30; /* $text */
}
/* End Color Tokens */

/* Sub Banner Styles */
.sub-highlight-container {
	background-color: #EFECE4; /* $light */
}

.sub-highlight-container .highlight-holder {
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.sub-highlight-container .highlight-holder .header-info {
	width: 60%;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 2.5em 5em 2.5em 6.389em;
}

.highlight-holder .header-info header {
	width: 100%;
	margin-bottom: 1em;
}

.highlight-holder .header-info header h4 {
	width: 100%;
	color: #00548B; /* $primary */
	font-weight: 600;
	font-size: 2.667em;
}

.highlight-holder .header-info header .drawn-arrow-container {
	left: -4.071em;
}

.highlight-holder .header-info header .drawn-arrow-container .drawn-arrow-container {
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.highlight-holder .header-info.visible .drawn-arrow-container {
	width: 20%;
}

.highlight-holder .header-info header .drawn-arrow-container .drawn-arrow {
	color: #FFFFFF;
}

.highlight-holder .header-info header .drawn-arrow-container .drawn-arrow:before {
	background-image: none;
	background-color: #FFFFFF;
}

.highlight-holder .header-info .highlight-details {
	width: 100%;
}

.highlight-holder .header-info .highlight-details p {
	font-size: 1.167em;
	color: #53616F; /* $dark */
	line-height: 1.524em;
	font-weight: 400;
}

.highlight-holder .header-info .highlight-details #testimonial {
	font-size: 1.5em;
	line-height: 1.2em;
	color: #6E206F;
	font-weight: 300;
	font-style: italic;
	padding-right: 2.5rem;
	max-width: 24em;
}

.highlight-holder .header-info .highlight-details .btn.v1 {
	margin-top: 3.429em;
}

.highlight-holder .image-holder {
	width: 40%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 35em;
}

.highlight-holder .image-holder img {
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
/* End Sub Banner Styles */

/* Sub Banner Styles [Green Theme] */
.green-theme.sub-highlight-container {
	background-color: #008e85;
}

.green-theme .highlight-holder .header-info header h4 {
	color: #FFFFFF;
}

.green-theme .highlight-holder .header-info .highlight-details p {
	color: #FFFFFF;
}
/* End Sub Banner Styles [Green Theme] */

/* Responsive [1650px] */
@media screen and (max-width: 1650px) {
	.sub-highlight-container {
	}

	.highlight-holder .header-info header h4 {
		font-size: 2.222em;
	}
}
/* End Responsive [1650px] */

/* Responsive [1500px] */
@media screen and (max-width: 1500px) {
	.sub-highlight-container {
	}

	.sub-highlight-container .highlight-holder .header-info {
		padding: 2.5em;
	}

	.highlight-holder .header-info header .drawn-arrow-container {
		display: none;
	}
}
/* End Responsive [1500px] */

/* Responsive [1200px] */
@media screen and (max-width: 1200px) {
	.sub-highlight-container {
	}

	.highlight-holder .image-holder {
		display: none;
	}

	.sub-highlight-container .highlight-holder .header-info {
		width: 100%;
		padding: 1.5em 2.5em;
	}

	.highlight-holder .header-info.visible .drawn-arrow-container {
		width: 15%;
	}
}
/* End Responsive [1200px] */

/* Responsive [1000px] */
@media screen and (max-width: 1000px) {
	.sub-highlight-container {
	}

	.highlight-holder .header-info header h4 {
		font-size: 2em;
	}
}
/* End Responsive [1000px] */

/* Responsive [800px] */
@media screen and (max-width: 800px) {
	.sub-highlight-container {
	}

	.sub-highlight-container .highlight-holder .header-info {
		padding: 2.25em 1.5em;
	}

	.highlight-holder .header-info .highlight-details .btn.v1 {
		margin-top: 2.5em;
	}

	.highlight-holder .header-info header h4 {
		font-size: 1.75em;
	}
}
/* End Responsive [800px] */

/* Responsive [600px] */
@media screen and (max-width: 600px) {
	.sub-highlight-container {
	}
}
/* End Responsive [600px] */

/* Responsive [450px] */
@media screen and (max-width: 450px) {
	.sub-highlight-container {
	}
}
/* End Responsive [450px] */
