/* 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-page-cta {
	padding: 1.5em 0 1.5em;
	display: none!important;
}

.sub-page-cta .cta-holder {
}

.sub-page-cta .cta-holder ul {
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.sub-page-cta .cta-holder ul li {
	width: 100%;
}

.sub-page-cta .cta-holder ul.items-2 li {
	width: 48%;
}

.sub-page-cta .cta-holder ul.items-3 li {
	width: 31%;
}

.sub-page-cta .cta-holder ul li a {
	font-size: 0.778em;
	color: #00548B; /* $primary */
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 1.714em .5em;
	background-color: #DEEAF2;
	transition: color .5s ease 0s, background-color .5s ease 0s;
	font-weight: 600;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.no-touch .sub-page-cta .cta-holder ul li a:hover, .no-touch .sub-page-cta .cta-holder ul li a:focus {
	color: #FFFFFF;
	background-color: #D0282E;
}

.sub-page-cta .cta-holder ul li a icon {
	font-size: 2em;
	padding-right: .5em;
}

.sub-page-cta .cta-holder ul li a icon:last-child {
	opacity: 0;
	transition: opacity .5s ease 0s;
	padding-right: 0;
	padding-left: 0.8em;
	font-size: 1.25em;
}

.no-touch .sub-page-cta .cta-holder ul li a:hover icon:last-child, .no-touch .sub-page-cta .cta-holder ul li a:focus icon:last-child {
	opacity: 1;
}
/* End Sub Banner Styles */

/* Sub Banner Styles [Green Theme] */
.green-theme.sub-page-cta .cta-holder ul li a {
	background-color: #ffb45c;
	color: #6E206F;
}

.green-theme.sub-page-cta .cta-holder ul li a:hover {
	background-color: #fa951f;
	color: #FFFFFF; /* $white */
}
/* End Sub Banner Styles [Green Theme] */

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

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

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

	.sub-page-cta .cta-holder ul {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.sub-page-cta .cta-holder ul.items-3 li {
		width: 100%;
		margin-top: 1em;
	}

	.sub-page-cta .cta-holder ul.items-3 li:first-child {
		margin-top: 0;
	}

	.sub-page-cta .cta-holder ul.items-2 li {
		width: 100%;
		margin-top: 1em;
	}

	.sub-page-cta .cta-holder ul.items-2 li:first-child {
		margin-top: 0;
	}
}
/* End Responsive [1200px] */

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

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

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

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