/* 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 */

/* Non-Hospital Content */
.non-hosp-article {
}

.non-hosp-article .red p, .non-hosp-article .red ul {
	color: #D0282E;
}

.non-hosp-article figure {
	position: relative;
	height: 38.167em;
	background-color: #2B2E30; /* $text */
}

.non-hosp-article figure img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-size: cover;
	background-position: 50% 100%;
}

.content-container {
	position: relative;
	padding: 8em 5em 0em 15.5em;
}

.career-article .content-container {
	padding-bottom: 0;
}

.content-container .drawn-arrow-container {
	left: 0;
	top: 8.5rem;
}

.content-container.visible .drawn-arrow-container {
	width: 8em;
}

.content-container h1 {
	color: #00548B;
}
/* End Non-Hospital Content */

/* Non-Hospital Content [CTAs] */
.content-ctas {
	margin-top: 1em;
}

.content-ctas h4 {
	font-size: 1.667em;
	color: #00548B; /* $primary */
}

.content-ctas ul {
	margin-top: 1em;
}

.content-ctas li {
	margin-top: 1.25em;
	font-size: 1.167em;
	color: #53616F; /* $dark */
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-right: 1em;
	line-height: 1.5;
}

.content-ctas li icon {
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin-right: 0.5em;
	color: #3F79BC; /* $tertiary */
	font-size: 2.222em;
	position: relative;
	top: -0.125em;
}
/* End Non-Hospital Content [CTAs] */

/* Responsive [1650px] */
@media screen and (max-width: 1650px) {
	.content-container {
		padding: 6em 4em 6em 10em;
	}

	.non-hosp-article figure {
		height: 32em;
	}

	.content-container .drawn-arrow-container {
		top: 6.5rem;
	}

	.content-container.visible .drawn-arrow-container {
		width: 8rem;
	}
}
/* End Responsive [1650px] */

/* Responsive [1500px] */
@media screen and (max-width: 1500px) {
	.content-ctas li {
		font-size: 1.111em;
	}
}
/* End Responsive [1500px] */

/* Responsive [1200px] */
@media screen and (max-width: 1200px) {
	.non-hosp-article figure {
		height: 23em;
	}

	.content-container {
		padding: 4em 2em;
	}

	.content-container .drawn-arrow-container {
		top: 4.5rem;
		display: none;
	}

	.content-container.visible .drawn-arrow-container {
		width: 3rem;
	}
}
/* End Responsive [1200px] */

/* Responsive [1000px] */
@media screen and (max-width: 1000px) {
	.non-hosp-article figure {
		display: none;
	}
}
/* End Responsive [1000px] */

/* Responsive [800px] */
@media screen and (max-width: 800px) {
	.content-container {
		padding: 3em 1.5em;
	}
}
/* End Responsive [800px] */

/* Responsive [600px] */
@media screen and (max-width: 600px) {
	.content-ctas h4 {
		font-size: 1.333em;
	}

	.content-ctas li {
		width: 100%;
		padding-right: 0;
	}
}
/* End Responsive [600px] */

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