/* 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.wide {
	padding: 3.222em 26.667em 0;
}

.sub-page-cta.wide.heroes {
	padding: 1em 2em 1em;
}

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

.sub-page-cta.wide .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.wide .cta-holder ul li {
	width: 100%;
}

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

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

.sub-page-cta.wide .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.wide .cta-holder ul li a:hover, .no-touch .sub-page-cta.wide .cta-holder ul li a:focus {
	color: #FFFFFF;
	background-color: #D0282E;
}

.sub-page-cta.wide .cta-holder ul li a icon {
	font-size: 2em;
	padding-right: .5em;
}
.sub-page-cta.wide .cta-holder ul li a .icon-cont svg {
    height: 2em;
    width: 2em;
    margin-right: 1em;
}
.sub-page-cta.wide .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.wide .cta-holder ul li a:hover icon:last-child, .no-touch .sub-page-cta.wide .cta-holder ul li a:focus icon:last-child {
	opacity: 1;
}

.content-area.wide {
	padding: 0 20.667em;
	position: relative;
}

.sign-up-for-e-news-page .content-area.wide {
	padding: 3.222em 26.667em;
}

.content-area.wide.extra {
	padding: 4.5em 26.667em;
}

.sub-page-cta.wide + .content-area {
	padding: 3.222em 26.667em;
}

.health-care-heroes-page .sub-page-cta.wide + .content-area {
	padding: 1.222em 26.667em;
}

.content-area.wide .drawn-arrow-container {
	left: 0;
	top: 5%;
}

.sign-up-for-e-news-page .content-area.wide .drawn-arrow-container {
	top: 2.622em;
}

.content-area.wide.visible .drawn-arrow-container {
	width: 19%;
}

.event-page .content-area.wide.visible .drawn-arrow-container {
	display: none;
}

.content-area.services {
	padding: 4.222em 20.667em;
	position: relative;
}

.content-area.services .drawn-arrow-container {
	left: -4em;
}

.content-area.services.visible .drawn-arrow-container {
	width: 25%;
}
/* End Sub Banner Styles */

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

.green-theme.sub-page-cta.wide .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.wide {
	}

	.sign-up-for-e-news-page .content-area.wide {
		padding: 3.222em 17.667em;
	}

	.sign-up-for-e-news-page .content-area.wide .drawn-arrow-container {
		width: 18%;
	}

	.content-area.wide {
		padding: 0 15.667em;
	}
}
/* End Responsive [1650px] */

/* Responsive [1500px] */
@media screen and (max-width: 1500px) {
		.content-area.wide, .content-area.services {
		padding: 2em 12.667em;
	}

	.sub-page-cta.wide + .content-area {
		padding: 0 12.667em;
	}

	.health-care-heroes-page .sub-page-cta.wide + .content-area {
		padding: 0 12.667em;
	}

	.sub-page-cta.wide {
		padding: 0 12.667em;
	}

	.sign-up-for-e-news-page .content-area.wide {
		padding: 3.222em 14.567em;
	}

	.content-area.wide.extra {
		padding: 4em 12.667em;
	}

	.content-area.wide.visible .drawn-arrow-container {
		width: 12.5%;
	}

	.content-area.services .drawn-arrow-container {
		width: 1em;
	}
}
/* End Responsive [1500px] */

/* Responsive [1200px] */
@media screen and (max-width: 1200px) {
	.sub-page-cta.wide {
		padding: 0 2.5em;
	}

	.sub-page-cta.wide + .content-area, .health-care-heroes-page .sub-page-cta.wide + .content-area {
		padding: 0 2.5em;
	}

	.content-area.wide.extra {
		padding: 3.5em 2.5em;
	}

	.content-area.wide.visible .drawn-arrow-container {
		width: 3%;
	}

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

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

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

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

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

		.content-area.wide, .content-area.services {
		padding: 2em 2.5em;
	}

	.content-area.services.visible .drawn-arrow-container {
		width: 13%;
	}

	.sign-up-for-e-news-page .content-area.wide {
		padding: 3.222em 6.567em;
	}
}
/* End Responsive [1200px] */

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

	.sign-up-for-e-news-page .content-area.wide {
		padding: 3.222em 3%;
	}
}
/* End Responsive [1000px] */

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

	.content-area.wide.visible .drawn-arrow-container {
		width: 5%;
	}

		.content-area.wide, .content-area.services {
		padding: 2em 1.5em;
	}
}
/* End Responsive [800px] */

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

	.content-area.wide.extra {
		padding: 3.5em 1.5em;
	}
}
/* End Responsive [600px] */

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

	.content-area.wide.visible .drawn-arrow-container {
		width: 8%;
	}
}
/* End Responsive [450px] */
