<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 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 */

/* General text highlights Styles *//* End General text highlights Styles */
/* Side-bar text highlights Styles */

.content-style .side-bar-highlight {
	background-color: #D7ECFA;
	padding: 1em;
	width: 33%;
}
/* End Side-bar text highlights Styles */


/* Bullet List t2 */
ul.bullet-list.t2 {
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

ul.bullet-list.t2 li {
	-webkit-flex: 0 1 50%;
	-ms-flex: 0 1 50%;
	flex: 0 1 50%;
	text-align: left;
}
/* End Bullet List t2 */

/* Bullet List t3 */
ul.bullet-list.t3 {
	padding-left: 3.5em;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

ul.bullet-list.t3 li {
	padding: 0.1em .5em 0.1em 0;
	font-style: italic;
	font-size: 1.15em;
	line-height: 1.3;
	color: #6E206F;
	-webkit-flex: 0 1 100%;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
	width: 100%;
	margin-bottom: 1em;
}

ul.bullet-list.t3 li:before {
	left: -3em;
	width: 2em;
	top: 0.45em;
	background-color: #deeaf2;
}
/* End Bullet List t3 */

/* Bullet List t4 */
ul.bullet-list.t4 {
	padding-left: 3.5em;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

ul.bullet-list.t4 li {
	padding: 0.1em .5em 0.1em 0;
	font-style: italic;
	font-size: 1.15em;
	line-height: 1.3;
	color: #6E206F;
	-webkit-flex: 0 1 50%;
	-ms-flex: 0 1 50%;
	flex: 0 1 50%;
	width: 50%;
	margin-bottom: 1em;
}

ul.bullet-list.t4 li:before {
	left: -3em;
	width: 2em;
	top: 0.45em;
	background-color: #DEEAF2;
}
/* End Bullet List t4 */

/*BULLET LIST t5*/

.bullet-list.t5 {
	column-count: 2;
    column-gap: 1em;
	margin-bottom: 1em;
}

/*END BULLET LIST t5*/

/* Text Highlight t1 */
p.text-highlight.t1 {
	padding: 1.429em 0;
	font-size: 1.167em;
	color: #6E206F;
	font-weight: 600;
	position: relative;
	line-height: 1.429em;
	font-family: 'Montserrat', sans-serif; /* @mainfont */
	padding-left: 2em;
	padding-right: 2em;
}

.recolor p.text-highlight.t1 {
	color:rgba(58, 72, 85, 1);
}
p.text-highlight.t1.small{
	font-size:.9em;
}

p.text-highlight.t1:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-image: linear-gradient(to right,#F3F2ED,#D7ECFA);
	z-index: -1;
	-webkit-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

p.text-highlight.t1 .btn.v1.small {
	display: inline-block;
	float: right;
}



p.text-highlight.t4 {
	padding: 1.429em 1em 0 0;
	font-size: 1.167em;
	color: #00548B;
	font-weight: 600;
	position: relative;
	line-height: 1.429em;
	font-family: 'Montserrat', sans-serif; /* @mainfont */
	margin-left: 2em;
}

p.text-highlight.t4 .red {
	color: #c03936;
}

.red {
	color: #c03936;
}


p.text-highlight.t4.small{
	font-size:.9em;
}

p.text-highlight.t4:before {
	content: '';
	position: absolute;
	left: -2em;
	top: 0;
	height: 100%;
	width: 100%;
	background-image: linear-gradient(to right,#F3F2ED,#D7ECFA);
	z-index: -1;
	-webkit-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

p.text-highlight.t4 .btn.v1.small {
	display: inline-block;
	float: right;
}

.floated-image-container {
}

.floated-image-container img {
	float: left;
	margin: 1em 1.556em 1em -12.667em;
	max-width: 50%;
}

.floated-figure {
	float: left;
	width: 22.889em;
	margin: 1.556em 2.056em 1.556em -12em;
}

.floated-figure img {
	display: block;
	width: 100%;
}

.floated-figure figcaption {
	font-size: 1em;
	background-image: linear-gradient(to right,#EFECE4,#D8E4F2);
	font-family: 'Source Sans 3';
	line-height: 1.412em;
	padding: 1em 1.9em;
	text-align: left;
}

.quote-highlight.v1 {
	color: #6E206F;
	font-size: 2.222em;
	line-height: 1.200em;
	font-weight: 300;
	font-style: italic;
	font-family: 'Source Sans 3', sans-serif;
	margin: 2.5rem 0;
	position: relative;
}

.quote-highlight.v1:before {
	width: 23.611rem;
	height: 2.111rem;
	content: '';
	background-image: url(/images/design-assets/quote-arrow.png);
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	right: calc(100% + 2.722rem);
	top: 0.15em;
}
/* End Text Highlight t1 */

/* Text Highlight t1 - Warning */
p.text-highlight.t1.warning {
	font-size: 1em;
}

p.text-highlight.t1.warning:before, .wide p.text-highlight.t1:before {
	width: auto;
	left: -4.556em;
	right: -2em;
}
.wide p.text-highlight.t1.half:before {
	left:-1em;
}

p.text-highlight.t1.warning::after, .wide p.text-highlight.t1::after {
	content: '';
	display: block;
	height: 2em;
	width: 2em;
	position: absolute;
	top: 50%;
	margin-top: -1em;
	left: -3.5em;
}
/* End Text Highlight t1 - Warning */

/* Text Highlight t2 */
p.text-highlight.t2, .heroes .text-highlight.t2 {
	font-size: 1.9em;
	line-height: 1.5em;
	font-style: italic;
	color: #6E206F;
	font-weight: 300;
	position: relative;
	padding: 1em 0;
}

_p.text-highlight.t2:before {
	content: '';
	width: calc( 100% - 10em);
	height: 0.15em;
	position: absolute;
	top: 30%;
	left: -100%;
	background-image: linear-gradient(to right,#F2F2ED,#D7ECFA);
	-webkit-transform: translate(45%, -50%);
	-ms-transform: translate(45%, -50%);
	transform: translate(45%, -50%);
}

_p.text-highlight.t2:after {
	content: '\e0fd';
	position: absolute;
	top: 30%;
	-webkit-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	font-family: 'icomoon-ult';
	font-style: normal;
	color: #d7ecfa;
	left: -10%;
}
.heroes .text-highlight.t2 {
	font-size: 1em;
}
.heroes .text-highlight.t2 span {
	text-align: right;
	line-height: 1em;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
}
.heroes .text-highlight.t2 p {
	font-size: 1em;
	line-height: 1.4em;
	font-style: italic;
	color: #6E206F;
	font-weight: 300;
	position: relative;
	font-family: 'Montserrat', sans-serif;
}
/* End Text Highlight t2 */

/* Text Highlight t3 */
p.text-highlight.t3 {
	color: #6E206F;
	font-size: 1.1em;
	line-height: 1.4;
	position: relative;
	padding: 2.5em 0;
	font-family: 'Montserrat', sans-serif;
}

p.text-highlight.t3:before, p.text-highlight.t3:after {
	position: absolute;
	content: '';
	height: 1px;
	background-color: gray;
	top: 50%;
	width: 90%;
	z-index: -1;
}

p.text-highlight.t3:after {
	right: -100%;
}

p.text-highlight.t3:before {
	left: -100%;
}
/* End Text Highlight t3 */

/* Text Highlight t4 - Warning */
p.text-highlight.t4.warning {
	font-size: 1em;
}

p.text-highlight.t4.warning:before {
	width: auto;
    left: -2.056em;
    right: 0em;
}

p.text-highlight.t4.warning::after {
	content: '';
	display: block;
	height: 2em;
	width: 2em;
	position: absolute;
	top: 50%;
	margin-top: -1em;
	left: -3.5em;
}
/* End Text Highlight t4 - Warning */

/* Text Highlight t5 - centered - Used on Mychart page */
p.text-highlight.t5 {
	padding: 1.429em 1em;
	font-size: 1em;
	color: #6E206F;
	font-weight: 600;
	position: relative;
	line-height: 1.429em;
	font-family: 'Montserrat', sans-serif; /* @mainfont */
	text-align: center
}

p.text-highlight.t5::before {
	content: '';
	position: absolute;
	left: -5%;
	top: 0;
	height: 100%;
	background-image: linear-gradient(to right,#F3F2ED,#D7ECFA);
	z-index: -1;
	-webkit-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	width: 110%;
}

/* End Text Highlight t5 - centered - Used on Mychart page */

/* Content CTA 1 */
p.content-cta-1 {
	background: #78678f;
	color: #FFF;
	padding: 1em 2em;
	font-size: 2em;
	line-height: 1.3;
	font-style: italic;
	font-weight: 300;
	margin: 1.5em 0;
}

p.content-cta-1 a.btn {
	background: transparent;
	padding: 1.444em 1.5em 1.444em 0;
	text-align: left;
	font-size: 0.45em;
	font-style: normal;
	color: #FFF;
	position: relative;
	transition: padding 0.5s ease 0s;
	box-shadow: none;
}

p.content-cta-1 a.btn:after {
	position: absolute;
	content: '';
	background-image: url('/cms/svg/icon_57597.ffffff.svg');
	height: 1em;
	width: 1em;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	left: 90%;
	transition: left 0.5s ease 0s;
}

p.content-cta-1 a.btn:hover:after {
	content: '';
	background-image: url('/cms/svg/icon_57597.D0282E.svg');
}

p.content-cta-1 a.btn:hover {
	padding: 1.444em 1.5em 1.444em 0.5em;
	background: transparent;
}

p.content-cta-1 a.btn:hover:after {
	left: 91%;
}
/* End Content CTA 1 */

/* Content CTA Buttons */
ul.content-cta-buttons {
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

ul.content-cta-buttons li {
	padding-left: 0;
	-webkit-flex: 0 1 31%;
	-ms-flex: 0 1 31%;
	flex: 0 1 31%;
	width: 31%;
}

ul.content-cta-buttons li:before {
	display: none;
}

ul.content-cta-buttons li a {
	font-size: 0.778em;
	color: #00548B;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	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;
}

ul.content-cta-buttons li a:after {
	position: absolute;
	content: '';
	background-image: url('/cms/svg/icon_57597.ffffff.svg');
	height: 1em;
	width: 1em;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	left: 90%;
	opacity: 0;
	transition: opacity 0.5s ease 0s;
}

ul.content-cta-buttons li a:hover {
	background-color: #D0282E; /* $secondary */
	color: #FFFFFF; /* $white */
}

ul.content-cta-buttons li a:hover:after {
	opacity: 1;
}
/* End Content CTA Buttons */

/* Responsive [1650px] */
@media screen and (max-width: 1650px) {
	p.text-highlight.t2:before {
		width: calc( 100% - 5em);
		-webkit-transform: translate(10%, -50%);
		-ms-transform: translate(10%, -50%);
		transform: translate(10%, -50%);
	}

	p.text-highlight.t2:after {
		left: -21%;
	}
}
/* End Responsive [1650px] */

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

	.floated-image-container img {
		margin: 1em 1.556em 1em -6.667em;
	}

	p.text-highlight.t2:before {
		width: calc( 100% - 10em);
		left: -50%;
		-webkit-transform: translate(-33%, -50%);
		-ms-transform: translate(-33%, -50%);
		transform: translate(-33%, -50%);
	}

	p.text-highlight.t2:after {
		left: -7.5%;
	}

	p.text-highlight.t1.warning:before, .wide p.text-highlight.t1:not(.half):before  {
		left: -2.5em;
	}

		p.text-highlight.t1.warning::after, .wide p.text-highlight.t1::after {
		height: 1.5em;
		width: 1.5em;
		left: -2em;
	}
}
/* End Responsive [1500px] */

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

	.floated-image-container img {
		margin: 1em 1.556em 1em -2.5em;
	}

	.floated-figure {
		margin: 1.556em 2.056em 1.556em -5.2em;
	}

	p.text-highlight.t2:before {
		-webkit-transform: translate(-30%, -50%);
		-ms-transform: translate(-30%, -50%);
		transform: translate(-30%, -50%);
	}

	p.text-highlight.t2:after {
		left: -3.5%;
	}

	ul.bullet-list.t3 li, ul.bullet-list.t4 li {
		font-size: 1.25em;
	}

	p.text-highlight.t1.warning {
		padding-left: 3.667em;
	}

		p.text-highlight.t1.warning::after, .wide p.text-highlight.t1::after {
		height: 2em;
		top: 50%;
		margin-top: -1em;
	}
}
/* End Responsive [1200px] */

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

	.floated-image-container img {
		max-width: 50%;
	}

	.floated-figure {
		margin: 1.556em 2.056em 1.556em -1.6em;
	}

	p.text-highlight.t2:before {
		-webkit-transform: translate(-23%, -50%);
		-ms-transform: translate(-23%, -50%);
		transform: translate(-23%, -50%);
	}

	p.text-highlight.t2:after {
		left: -5.5%;
	}


}
/* End Responsive [1000px] */

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

	.floated-image-container img {
		margin: 1.5em auto;
		display: block;
	}

	p.text-highlight.t2:before {
		width: 25%;
		-webkit-transform: translate(90%, -50%);
		-ms-transform: translate(90%, -50%);
		transform: translate(90%, -50%);
	}

	p.text-highlight.t2:after {
		left: -5%;
	}

	ul.bullet-list.t4 li {
		-webkit-flex: 0 1 45%;
		-ms-flex: 0 1 45%;
		flex: 0 1 45%;
		width: 45%;
	}

	p.text-highlight.t3 {
		padding: 0;
	}
	.content-style .side-bar-highlight {
	width: 50%;
}
}
/* End Responsive [800px] */

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

	.floated-figure {
		float: none;
		margin: 1.778em auto;
		width: 100%;
	}

	.floated-figure figcaption {
		padding: 0.444em 3%;
	}

	.quote-highlight.v1 {
		font-size: 1.522em;
		margin: 1.778rem 0;
	}

	p.text-highlight.t2:before, p.text-highlight.t2:after {
		display: none;
	}

	ul.bullet-list.t3 li, ul.bullet-list.t4 li {
		margin-bottom: 0.5em;
		font-size: 1.05em;
	}

	ul.bullet-list.t3 li:before, ul.bullet-list.t4 li:before {
		left: -3em;
		width: 2em;
	}

	ul.bullet-list.t4 li {
		padding: 0.1em 1em 0.1em 0;
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		width: 100%;
	}

	ul.bullet-list.t3 li {
	}

	ul.bullet-list.t2 li {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		width: 100%;
	}

	ul.bullet-list.t3, ul.bullet-list.t4 {
		padding-left: 3em;
	}
	.bullet-list.t5 {
	column-count: 1;
}

	p.content-cta-1 {
		padding: 0.5em 1.5em;
		margin: 1.5em 0;
		font-size: 1.7em;
	}

	.floated-image-container img {
		max-width: 100%;
	}
	.content-style .side-bar-highlight {
	width: 100%;
}
}
/* End Responsive [600px] */

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

	p.text-highlight.t1 {
		font-size: 1em;
	}
}
/* End Responsive [450px] */
</pre></body></html>