<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Color Tokens */
.color-tokens {
	color: #0E3C58; /* $primary */
	background-color: #92A24B; /* $secondary */
	border-top-color: #6D8175; /* $tertiary */
	border-right-color: #666766; /* $text */
	border-bottom-color: #FFFFFF; /* $light */
	border-left-color: #1E1E1E; /* $dark */
}
/* End Color Tokens */

/* Content HC1 Styles */
.content-panel.hc1 {
	position: relative;
	overflow: hidden;
	padding: 0 0 7em;
}

.content-panel.hc1.health-system {
	padding: 4em 0 7em;
}

.content-panel.hc1 .wrapper {
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.content-panel.hc1 .left-zone {
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 50%;
}

.content-panel.hc1 header {
}

.content-panel.hc1 .text-panel {
	margin: 0 0 2em;
}

.content-panel.hc1 .bottom-text-panel {
	background-image: linear-gradient(to right,#ABC8AE,#B3C59D,#B9C48C);
	padding: 1em 1em;
	text-align: center;
}

.content-panel.hc1 .bottom-text-panel p {
	font-size: 1.222em;
	font-family: 'Merriweather', serif; /* @titlefont */
	font-style: italic;
	margin: 0;
	line-height: 1.5em;
}

.content-panel.hc1 .img-zone {
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 43%;
	height: 30em;
	position: relative;
}

.cms-edit-content .content-panel.hc1 .img-zone {
	padding: 10em;
}

.content-panel.hc1 .img-zone img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.content-panel.hc1.health-system .img-zone img {
	background-size: contain;
}

.content-panel.hc1 .img-zone .btn {
	position: absolute;
	bottom: 0;
	right: 0;
}

.content-panel.hc1.health-system .img-zone .btn {
	right: 50%;
	-webkit-transform: translatex(50%);
	-ms-transform: translatex(50%);
	transform: translatex(50%);
	bottom: -3em;
}

.content-panel.hc1.health-system .img-zone {
	height: 32em;
}
/* End Content HC1 Styles */

/* Content HC1 IE Fallbacks */
.no-flexbox .content-panel.hc1 .container {
	display: table;
}

.no-flexbox .content-panel.hc1 .content-half, .no-flexbox .content-panel.hc1 .image-half {
	display: table-cell;
}
/* End Content HC1 IE Fallbacks */

/* Responsive @ 1500px */
@media (max-width:1500px) {
}
/* End Responsive @ 1500px */

/* Responsive @ 1200px */
@media (max-width:1200px) {
}
/* End Responsive @ 1200px */

/* Responsive @ 800px */
@media (max-width:800px) {
	.content-panel.hc1 .wrapper {
		display: block;
	}

	.content-panel.hc1 .left-zone {
		width: 100%;
		margin-bottom: 2em;
	}

	.content-panel.hc1 .img-zone {
		width: 100%;
		height: 15em;
	}

	.content-panel.hc1 .img-zone .btn {
		width: 100%;
	}

	.content-panel.hc1 {
		padding: 0 0 4em;
	}
}
/* End Responsive @ 800px */
</pre></body></html>