<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
	color:#121212;
	font-family: 'Work Sans', sans-serif;
	font-size:1em;
	font-weight:400;
}

@media screen and (min-width: 40em) {	
	body{font-size:1.125em;	}
}

.max-width-1200{max-width:1200px;margin:0 auto;}
.max-width-1120{max-width:1120px;margin:0 auto;}
.max-width-1060{max-width:1060px;margin:0 auto;}
.max-width-940{max-width:940px;margin:0 auto;}

.max-width-padding{padding:0 16px;}
@media screen and (min-width: 40em) {	
	.max-width-padding{padding:0 32px;}
}
@media screen and (min-width: 80em) {	
	.max-width-padding{padding:0 16px;}	
}

.display-flex{display:flex;height:100%;}
.flex-wrap{flex-wrap:wrap;}
.flex-nowrap{flex-wrap:nowrap;}

.flex-justify-start{justify-content:flex-start;}
.flex-justify-end{justify-content:flex-end;}
.flex-justify-center{justify-content:center;}
.flex-justify-between{justify-content:space-between;}
.flex-justify-around{justify-content:space-around;}
.flex-justify-evenly{justify-content:space-evenly;}

.flex-align-items-start{align-items:flex-start;}
.flex-align-items-end{align-items:flex-end;}
.flex-align-items-center{align-items:center;}
.flex-align-items-stretch{align-items:stretch;}
.flex-align-items-baseline{align-items:baseline;}

.flex-align-content-start{align-content:flex-start;}
.flex-align-content-end{align-content:flex-end;}
.flex-align-content-stretch{align-content:stretch;}
.flex-align-content-center{align-content:center;}
.flex-align-content-between{align-content:space-between;}
.flex-align-content-around{align-content:space-around;}

.flex-mobile-col-100{
	box-sizing: border-box;
	width:100%;
	margin-bottom:1.5rem;
}

@media screen and (min-width: 40em) {
	.flex-width-45{
		box-sizing: border-box;
		width:45%;
	}
	.flex-width-68{
		box-sizing: border-box;
		width:68%;
	}
}

.text-align-center{
	text-align:center;
}

.desktop-hide{display:block !important;}
.desktop-hide-flex{display:flex !important;}
.mobile-hide{display:none !important;}
.mobile-hide-flex{display:none !important;}

@media screen and (min-width: 40em) {
	.desktop-hide{display:none !important;}
	.desktop-hide-flex{display:none !important;}
	.mobile-hide{display:block !important;}
	.mobile-hide-flex{display:flex !important;}	
}

.aria-invisible{
	border: 0; 
	clip: rect(0 0 0 0); 
	height: 1px;  
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.margin-bottom-none{margin-bottom:0 !important;}
.margin-bottom-0-5rem{margin-bottom:0.5rem !important;}
.margin-bottom-1-5rem{margin-bottom:1.5rem !important;}
.margin-top-none{margin-top:0 !important;}
.margin-top-0-75rem{margin-top:0.75rem !important;}
.margin-top-2rem{margin-top:2rem !important;}
.margin-top-4rem{margin-top:4rem !important;}
.margin-top-6rem{margin-top:6rem !important;}

.padding-bottom-none{padding-bottom:0 !important;}
.padding-bottom-0-25rem{padding-bottom:0.25rem !important;}
.padding-bottom-1-5rem{padding-bottom:1.5rem !important;}

strong{font-weight:700 !important;}

.weight-300{font-weight:300 !important;}
.weight-400{font-weight:400 !important;}
.weight-500{font-weight:500 !important;}
.weight-600{font-weight:600 !important;}
.weight-700{font-weight:700 !important;}
.weight-800{font-weight:800 !important;}
.weight-900{font-weight:900 !important;}

.uppercase{text-transform:uppercase !important;}
.underline-none{text-decoration:none !important;}

h1{
	color:#006DAF;
	font-family: 'Montserrat', sans-serif;
	font-size:1.4rem;
	font-weight:500;
	margin:1.375rem 0;
}

h2{	
	font-family: 'Work Sans', sans-serif;
    font-size: 1.25rem;
	font-weight:600;
    line-height: 1.333em;
	margin:1.375rem 0;
	color:#006DAF;
	text-decoration: none;
}

h3{
	color:#121212;
	font-family: 'Work Sans', sans-serif;
	font-size:1.25rem;
	font-weight:600;
	margin:1.375rem 0 1rem 0;
}

h3.extra-margin{
	margin:2.375rem 0 1rem 0;
}



p{
	color:#121212;
	font-size:1rem;
	line-height:1.444em;
}

p.size-21{
	color:#121212;
	font-size:1.25rem;
	line-height:1.444em;
}

p a,
li a{
	color:#006DAF;
	text-decoration: underline;
}

p a:hover{
	text-decoration: none;
}

ul,ol{
	margin-left:0;
	padding-left:1.125em;
}

ul ul{
	list-style-type: disc;
}

ol.no-bullets,
ul.no-bullets{
	list-style-type:none;
}

ol.no-bullets li,
ul.no-bullets li{
	margin-bottom:0.5rem;
}

ol li,
ul li{
	color:#121212;
	font-size:1rem;
	line-height:1.444em;
	padding-left:1em;
}

ol.li-spacing &gt; li,
ul.li-spacing &gt; li{
	margin-top:1rem;
}
ul.li-spacing &gt; li ul{
	margin-top:1rem;
}

.indent{
	padding-left:40px;
}

.br{
	display:block;
	font-size:0.5rem;
	line-height:1em;
	margin:0;
	padding:0;
}

@media screen and (min-width: 40em) {

	h1{
		font-size:1.875rem;
		margin:1.875rem 0;
	}
	
	h2{	
		font-size: 1.3125rem;
		margin:1.875rem 0;
	}
	
	h3{
		font-size:1.3125rem;
		margin:1.375rem 0;
	}
	
	p{
		font-size:1.125rem;
	}

	p.size-21{
		font-size:1.3125rem;
	}
	
	ol li,
	ul li{
		font-size:1.125rem;
		padding-left:1em;
	}
	
	ol.li-spacing &gt; li,
	ul.li-spacing &gt; li{
		margin-top:1rem;
	}
	ul.li-spacing &gt; li ul{
		margin-top:1rem;
	}

	.indent{
		padding-left:60px;
	}

}

/* COLORS */

.color-121212{color:#121212 !important;}
.color-004169{color:#004169 !important;}
.color-006DAF{color:#006DAF !important;}
.color-0075B4{color:#0075B4 !important;}

.bg-color-FFFFFF{background-color:#FFFFFF;}
.bg-color-E6EDF2{background-color:#E6EDF2;}
.bg-color-E9EFF2{background-color:#E9EFF2;}

/* Site Header */

.site-header{
	background-color:#0075B4;
	border-bottom:10px solid #6ADCF3;
}
.site-header .display-flex{
	min-height:80px;
}
.site-header .site-logo{
	line-height:0;
}

/* Language Toogle */

.lang-toogle-label{
	background:url('/images/icon_globe.svg') left center no-repeat;
	background-size:30px 30px;
	color:#fff;
	display:none;
	font-size:1rem;
	font-weight:600;
	letter-spacing:0.125em;
	line-height:1em;
	padding:0.5rem 1rem 0.5rem 2.75rem;
}

.lang-toogle{
	background:url('/images/icon_dropdown_triangle.svg') 94% 50% no-repeat #004169;
	background-size:17px 11px;
	border:1px solid #fff;
	border-radius:6px;
	color:#fff;
	font-size:0.875rem;
	font-weight:500;
	height:38px;
	letter-spacing:0.03125em;
	line-height:38px;
	position:relative;
	width:200px;
	vertical-align: middle;
	z-index:999;
}
.lang-toogle-selected{
	padding-left:8px;
}
.lang-toogle img{
	display:inline-block;
	height:20px;
	margin:0 4px 0 0px;
	position:relative;
	top:6px;
	width:31px;
}
.lang-toogle &gt; a{
	bottom:0;
	display:block;
	left:0;
	position:absolute;
	right:0;
	text-decoration: none;
	top:0;
}
.lang-toggle-options{
	background:#004169;
	border:1px solid #fff;
	border-top:none;
	border-radius:0 0 6px 6px;
	display:none;
	left:-1px;
	overflow:hidden;
	position:absolute;
	right:-1px;
	top:98%;
}
.lang-toggle-options &gt; a{
	color:#fff;
	display:block;
	font-size:0.875rem;
	font-weight:500;
	height:38px;
	letter-spacing:0.03125em;
	line-height:38px;
	padding-left:8px;
	text-decoration: none;
	vertical-align: middle;
}
.lang-toggle-options &gt; a:hover{
	background-color:#1F8EC9;
}


@media screen and (min-width: 40em) {

	.lang-toogle-label{
		display:block;
	}	
	.lang-toogle{
		font-size:1rem;
		letter-spacing:0.0625em;
		width:280px;
	}
	.lang-toogle img{
		margin:0 12px 0 0px;
	}
	.lang-toogle-selected{
		padding-left:22px;
	}
	.lang-toggle-options &gt; a{
		font-size:1rem;
		letter-spacing:0.0625em;
		padding-left:22px;
	}

}

@media screen and (min-width: 80em) {	
	

}

/* Site Navigation */ 

.site-header{
	position:relative;
}

.nav-mobile-close{
	display:none;
}

.primary-nav{
	background:#0075B4;
	display:none;
	font-family: 'Montserrat', sans-serif;
	font-weight:600;
	left:0;
	position:absolute;
	right:0;
	top:calc(100% + 10px);
	z-index:1000;
}

.primary-nav nav br{
	display:none;
}

.primary-nav nav &gt; ul{
	list-style-type:none;
	margin:0.25rem 0;
	padding:0;
}

.primary-nav nav &gt; ul li{
	display:block;
	margin:0rem 0;
	padding:0 0;
	position:relative;
}

.primary-nav nav &gt; ul li a{
	color:#FFFFFF;
	display:block;
	font-size:1.25rem;
	font-weight:600;
	letter-spacing:0.031em;
	line-height:1.2em;
	padding:0.75rem 0.75rem;
	text-decoration:none;
}

.primary-nav nav &gt; ul li.subnav &gt; a{
	background:url('/images/global/dropdown-arrow.svg') 92% 50% no-repeat;
}

.primary-nav nav &gt; ul &gt; li &gt; a.on{
	background-color:#004169;
	color:#6ADCF3;
}

.primary-nav nav &gt; ul li ul{
	display:none;
	padding:0 0 0 1.25rem;
}

.primary-nav nav &gt; ul ul a{
	color:#FFFFFF;
	font-size:1rem;
	padding:0.75rem 1rem;
	text-align:left;
}

.primary-nav nav &gt; ul li.social-icons{
	align-content:center;
	display:flex;
	flex-wrap:nowrap;
}

@media screen and (min-width: 62.5em){

	.nav-mobile-buttons{
		display:none;
	}

	.site-header-links{
		width:calc(100% - 180px);
	}

	.site-header-links-display{
		align-items:center;
		display:flex;
		justify-content:flex-end;
	}


	.site-header-links &gt; div,
	.site-header-links .primary-nav,
	.site-header-links nav,
	.site-header-links nav ul{
		width:100%;
	}

	.primary-nav{
		background-color: transparent;
		display:block;
		font-family: 'Montserrat', sans-serif;
		font-weight:600;
		position:static;
	}

	.primary-nav nav{
		align-items:center;
		display:flex;
		justify-content:flex-end;
	}

	.primary-nav nav br{
		display:block;
	}

	.primary-nav nav &gt; ul{
		align-items:center;
		display:flex;
		justify-content:space-between;
		list-style-type:none;
		margin:2.5rem 0;
		padding:0;
	}

	.primary-nav nav &gt; ul li{
		display:block;
		margin:0rem 0;
		padding:0 0;
		position:relative;
	}

	.primary-nav nav &gt; ul li a{
		color:#FFFFFF;
		display:block;
		font-size:1rem;
		font-weight:600;
		letter-spacing:0.031em;
		line-height:1.2em;
		padding:0 0.75rem;
		text-align:center;
		text-decoration:none;
	}

	.primary-nav nav &gt; ul &gt; li &gt; a{
		align-content:center;
		border-radius:5px;
		display:flex;
		flex-wrap:nowrap;
		height:3.75rem;
		justify-content:center;
	}
	.primary-nav nav &gt; ul li.subnav &gt; a{
		background-image:none;
	}
	.primary-nav nav &gt; ul &gt; li &gt; a.on{
		background-color:#004169;
		color:#6ADCF3;
	}
	.primary-nav nav &gt; ul &gt; li &gt; a span{
		align-self:center;
		display:block;
		height:auto;
	}

	.primary-nav nav &gt; ul &gt; li &gt; a:hover{
		background-color:#004169;
		border-radius:5px 5px 0 0;
		color:#6ADCF3;
	}

	.primary-nav nav &gt; ul &gt; li &gt; a:hover{
		border-radius:5px;
	}

	.primary-nav nav &gt; ul li.subnav &gt; a:hover{
		border-radius:5px 5px 0 0;
	}
	
	.primary-nav nav &gt; ul li a:hover{
		text-decoration:none;
	}

	.primary-nav nav &gt; ul li ul{
		background:#fff;
		border-radius:0 10px 10px 10px;
		display:none;
		left:-0rem;
		min-width:120%;
		overflow:hidden;
		padding:0.75rem 0;
		position:absolute;
		top:100%;
		width:auto;
	}

	.primary-nav nav &gt; ul li:hover ul{
		display:block;
	}

	.primary-nav nav &gt; ul li ul li{
		background:#fff;
	}

	.primary-nav nav &gt; ul ul a{
		color:#004169;
		font-size:0.875rem;
		padding:0.75rem 1rem;
		text-align:left;
	}

	.primary-nav nav &gt; ul ul a:hover{
		background-color:#0075B4;
		border-radius:0;
		color:#FFFFFF;
		font-weight:600;
	}

	.primary-nav nav &gt; ul li.social-icons{
		align-content:center;
		display:flex;
		flex-wrap:nowrap;
		height:3.75rem;
	}

	.primary-nav nav &gt; ul li.social-icons a{
		display:flex;
		font-size:1rem;
		line-height:1em;
		padding:0rem 0.5rem;
	}
	
	.primary-nav nav &gt; ul li.social-icons a img{
		align-self:center;
	}

	.primary-nav nav &gt; ul li.social-icons a:hover{
		background-color:transparent;
	}

}



.secondary-nav{
	padding-top:0.5rem;
}

.secondary-nav a{
	background-color:#E9EFF2;
	border-radius:16px;
	color:#121212;
	display:block;
	margin-right:0;
	margin:0.5em auto;
	padding:8px 0;
	text-align:center;
	text-decoration: none;
	width:100%;
}
.secondary-nav a:last-child{
	margin-right:0;
}
.secondary-nav a br{
	display:none;
}
.secondary-nav a &gt; span &gt; span{
	display:block;
	font-family: 'Work Sans';
	font-size:1rem;
	font-weight:600;
	height: auto;
	line-height:1.375em;
	text-align:center;
}
.secondary-nav a.on,
.secondary-nav a:hover{
	background-color:#0075B4;
	color:#FFFFFF;
}


@media only screen and (min-width:40em){
	
	.secondary-nav{
		align-items:flex-start;
		display:flex;
		justify-content:flex-start;
		padding-bottom:1.5rem;
		padding-top:0rem;
	}

	.secondary-nav a{
		border-radius: 0 0 20px 20px;
		display:block;
		padding:0rem 2rem;
		margin:0 1rem 0 0;
		width:auto;
	}
	.secondary-nav a:last-child{
		margin-right:0;
	}
	.secondary-nav a br{
		display:block;
	}
	.secondary-nav a &gt; span{
		align-items:center;
		display:flex;
		height:80px;
		justify-content:center;
	}
	.secondary-nav a &gt; span &gt; span{
		font-size:1.125rem;
	}

}


/* Site Footer */

.site-footer{
	background-color:#0075B4;
	border-top:10px solid #6ADCF3;
	color:#fff;
	font-family: 'Montserrat', sans-serif;
	letter-spacing:0.028em;
	padding:0.75rem 0 1.25rem 0;
}
.site-footer .display-flex{
	min-height:145px;
	flex-wrap: wrap;
}

.site-footer .display-flex &gt; div{
	text-align:center;
	width:100%;
}

.site-footer .footer-logo{
	line-height:0;
}

.site-footer .footer-logo img{
	height:60px;
	width:96px;
}

.site-footer nav{
	margin:0 0 0.35rem 0;
}
.site-footer a{
	color:#fff;
	display:block;
	font-weight:700;
	margin:1rem 0;
	text-decoration:none;
}
.site-footer p{
	color:#fff;
	margin:1rem 0;
}

@media screen and (min-width: 40em) {

	.site-footer{
		padding:0rem 0;
	}

	.site-footer .display-flex{
		flex-wrap: nowrap;
	}
	
	.site-footer .display-flex &gt; div{
		text-align:left;
		width:auto;
	}

	.site-footer a{
		display:inline-block;
		margin:0 3rem 0 0;
	}

	.site-footer .footer-logo img{
		height:30px;
		width:126px;
	}

	.site-footer p{
		margin:0;
	}

}


/* Main */

.main{
	min-height: calc(100vh - 270px);
}

/* Homepage Video */

.marquee-home-video{
	border-bottom:10px solid #6ADCF3;
	display:block;
	line-height:0em;
	position:relative;
}

.marquee-home-video .marquee-home-static{display:block;}
.marquee-home-video .marquee-home-video-640{display:none;}
.marquee-home-video .marquee-home-video-1020{display:none;}

@media screen and (min-width: 40em) {
	.marquee-home-video .marquee-home-static{display:none;}
	.marquee-home-video .marquee-home-video-640{display:block;}
	.marquee-home-video .marquee-home-video-1020{display:none;}
	.marquee-home-video video{width:100%;height:auto;aspect-ratio: 1.82 / 1;}
}

@media screen and (min-width: 63.75em) {
	.marquee-home-video .marquee-home-static{display:none;}
	.marquee-home-video .marquee-home-video-640{display:none;}
	.marquee-home-video .marquee-home-video-1020{display:block;}
	.marquee-home-video video{width:100%;height:auto;aspect-ratio: 16 / 5;}
}

/* Marquee Interior */

.marquee-interior-video{
	border-bottom:10px solid #6ADCF3;
	display:block;
	line-height:0em;
	position:relative;
}

.marquee-interior-video .marquee-interior-static{display:block;}
.marquee-interior-video .marquee-interior-video-640{display:none;}
.marquee-interior-video .marquee-interior-video-1020{display:none;}

@media screen and (min-width: 40em) {
	.marquee-interior-video .marquee-interior-static{display:none;}
	.marquee-interior-video .marquee-interior-video-640{display:block;}
	.marquee-interior-video .marquee-interior-video-1020{display:none;}
	.marquee-interior-video video{width:100%;height:auto;aspect-ratio: 2.73 / 1;}
}

@media screen and (min-width: 63.75em) {
	.marquee-interior-video .marquee-interior-static{display:none;}
	.marquee-interior-video .marquee-interior-video-640{display:none;}
	.marquee-interior-video .marquee-interior-video-1020{display:block;}
	.marquee-interior-video video{width:100%;height:auto;aspect-ratio: 24 / 5;}
}

/*
.marquee-home-video .marquee-home-static{display:block;}
.marquee-home-video .marquee-home-video-640{display:none;}
.marquee-home-video .marquee-home-video-1020{display:none;}


@media screen and (min-width: 40em) {
	.marquee-home-video .marquee-home-static{display:none;}
	.marquee-home-video .marquee-home-video-640{display:block;}
	.marquee-home-video .marquee-home-video-1020{display:none;}
	.marquee-home-video video{width:100%;height:auto;}
}

@media screen and (min-width: 63.75em) {
	.marquee-home-video .marquee-home-static{display:none;}
	.marquee-home-video .marquee-home-video-640{display:none;}
	.marquee-home-video .marquee-home-video-1020{display:block;}
}
*/

/* Marquee */

.marquee-global{
	background-color:#004169;
}

.marquee-global .display-flex{
	min-height:110px;
}

.marquee-global h1{
	/*background:url('/images/icon_chevron.svg') top left no-repeat;
	background-size:30px auto;*/
	color:#fff;
	font-family: 'Montserrat', sans-serif;
	font-size:1.5rem;
	font-weight:500;
	margin:1.5rem 0;
	/*padding-left:3rem;*/
}

.marquee-global p{
	color:#fff;
	font-size:1rem;
	font-weight:400;
	line-height:1.52em;
	margin:1.5rem 0;
	/*padding-left:3rem;*/
}

.marquee-global.extra-padding{
	padding:0.25rem 1rem 0 0;
}


@media screen and (min-width: 40em) {

	.marquee-global h1{
		/*background-size:35px auto;*/
		font-size:1.875rem;
		font-weight:500;
		margin:1.875rem 0;
		/*padding-left:4rem;*/
	}

	.marquee-global p{
		font-size:1.3125rem;
		/*padding-left:4rem;*/
	}

	.marquee-global.extra-padding{
		padding:1.5rem 0;
	}

}

/* Global Content */

.content-area{
	margin:2.5rem 0 5rem 0;
}

h1.page-heading{
	background:url('/images/icon_chevron.svg') top left no-repeat;
	background-size:30px auto;
	border-bottom:1px solid #DDE3E6;
	color:#004169;
	font-size:1.4rem;
	margin:2.5rem 0;
	padding-bottom:1rem;
	padding-left:3rem;
}

.heading-add-arrow{
	background:url('/images/icon_chevron.svg') top left no-repeat;
	background-size:30px auto;
	padding-left:3rem;
}

.heading-add-indent{
	padding-left:3rem;
}

@media screen and (min-width: 40em) {


	h1.page-heading{
		background:url('/images/icon_chevron.svg') top left no-repeat;
		background-size:35px auto;
		color:#004169;
		font-size:1.75rem;
		padding-bottom:1.375rem;
		padding-left:4rem;
	}

	h1.heading-add-arrow{
		background:url('/images/icon_chevron.svg') top left no-repeat;
		background-size:35px auto;
		padding-left:4rem;
	}

	.heading-add-indent{
		padding-left:4rem;
	}

}

.section-ctas{
	padding:2.75rem 0 1.75rem 0
}

.section-ctas .flex-wrap &gt; div{
	width:100%;
}

.section-ctas .flex-wrap &gt; div a{
	margin:1rem auto;
	max-width:391px;
	width:100%;
}

.section-ctas .flex-wrap &gt; div a img{
	display:block;
	height:auto;
	width:100%;
}

@media screen and (min-width: 48em) {

	.section-ctas .flex-wrap &gt; div{
		width:33.333%;
	}
	
	.section-ctas .flex-wrap &gt; div a{
		margin:1rem auto;
		max-width:391px;
		width:100%;
	}

}




.section-heading{
	margin:0;
	padding:1.375rem 0
}
.section-heading h1{
	margin:0;
}

.section-heading + .content-area{
	margin:0rem 0 2.5rem 0;
}

.expandable{
	margin:2rem 0;
}

.expandable h2{
	margin:0;
}

.expandable h2 a.expandable-link{
	color:#004169;
	display: block;
	font-family: 'Work Sans', sans-serif;
    font-size: 1.25rem;
	font-weight:600;
    line-height: 1.333em;
	margin: 0;
	padding:4px 40px 4px 0;
    position: relative;
    text-align: left;
    text-decoration: none;
}

.expandable h2 a.expandable-link.flag-indent{
	padding-left:90px;
}
.expandable h2 a.expandable-link.flag-indent &gt; img{
	display:block;
	height:40px;
	left:0;
	position:absolute;
	top:-5px;
	width:61px;
}

.expandable h2 a.expandable-link:after {
	background:url('/images/global/icon-circle-minus.svg') center center no-repeat;
	background-size:32px auto;
	border-radius:100%;
	color:#004169;
	/*content:"\2014";*/
	content: "";
	display:block;
	font-family: 'Work Sans', sans-serif;
	font-size:16px;
	font-weight:600;
	height:32px;
	line-height: 24px;
	overflow: hidden;
	position: absolute;
	right:0;
	text-align:center;
	top:calc(50% - 16px);
	vertical-align: middle;
	width:32px;
}
.expandable h2 a.expandable-link.closed:after {
	background:url('/images/global/icon-circle-plus.svg') center center no-repeat;
	content: "";
	/*font-size:28px;
	line-height: 28px;
	content: "+";*/
}
.expandable .expandable-area {
	padding:1rem 0 1rem 0;
}
.expandable span.bullet{
	display:inline-block;
	width:32px;
}

.expandable p:first-child,
.expandable h3:first-child{
	margin-top:0;
}
.expandable p:last-child,
.expandable h3:last-child{
	margin-bottom:0;
}

@media screen and (min-width: 40em) {

	.content-area{
		margin:2.5rem 0 7rem 0;
	}

	.section-heading + .content-area{
		margin:0rem 0 4.5rem 0;
	}
	
	.expandable{
		margin:3rem 0;
	}

	.expandable h2 a.expandable-link {
		padding:4px 40px 4px 0;
		font-size: 1.3125rem;
	}
	.expandable .expandable-area {
		padding:2rem 0 1rem 0;
	}

	.expandable h2 a.expandable-link:after {
		background-size:40px auto;
		height:40px;
		top:calc(50% - 20px);
		width:40px;
	}

}


/* Expandable Inner */

.expandable-inner{
	margin:0 0 1.25rem 0;
	padding:1rem 0 0 0;
}

.expandable-inner.title-only-bgc{
	margin-bottom:0;
}

.expandable-inner.title-only-bgc h3{
	padding-bottom:1rem;
}

.expandable-inner h3{
	margin:0;
}

.expandable-inner h3 a.expandable-highlight{
	color:#004169;
	display: block;
	font-family: 'Work Sans', sans-serif;
    font-size: 1.25rem;
	font-weight:600;
    line-height: 1.333em;
	margin: 0;
	padding:4px 0px 4px 40px;
    position: relative;
    text-align: left;
    text-decoration: none;
}

.expandable-inner h3 a.expandable-highlight:after {
	background:url('/images/global/triangle-down.png') center center no-repeat;
	background-size:15px auto;
	border-radius:100%;
	color:#004169;
	/*content:"\2014";*/
	content: "";
	display:block;
	font-family: 'Work Sans', sans-serif;
	font-size:16px;
	font-weight:600;
	height:15px;
	line-height: 24px;
	overflow: hidden;
	position: absolute;
	left:20px;
	text-align:center;
	top:9px;
	vertical-align: middle;
	width:15px;
}
.expandable-inner h3 a.expandable-highlight.closed:after {
	background:url('/images/global/triangle-right.png') center center no-repeat;
	background-size:auto 15px;
	content: "";
	/*font-size:28px;
	line-height: 28px;
	content: "+";*/
}
.expandable-inner .expandable-area,
.expandable .expandable-inner .expandable-area{
	padding:0rem 0px 0rem 0px;
	
}

.expandable-area-inner-indent{
	padding:1rem 0px 1.5rem 40px;
}
.expandable-area-inner-indent-2{
	padding:1.75rem 0px 0em 0px;
}

.expandable-inner p:first-child,
.expandable-inner h3:first-child{
	margin-top:0;
}

.expandable-highlight{

}

@media screen and (min-width: 40em) {

	.expandable-area-inner-indent{
		padding:1rem 0px 1.5rem 90px;
	}
	.expandable-inner h3 a.expandable-highlight{
		padding:4px 0px 4px 90px;
	}

}


/* ELEMENT ICONS */

.p-icon-padding{
	padding-left:80px;
}

.p-icon-address{
	background:url('/images/global/icon-pin.svg') top left no-repeat;
	background-size:50px 50px;
	min-height:50px;
	padding-left:80px;
}

.p-icon-phone{
	background:url('/images/global/icon-phone.svg') top left no-repeat;
	background-size:50px 50px;
	min-height:50px;
	padding-left:80px;
}

.p-icon-document{
	background:url('/images/global/icon-document.svg') top left no-repeat;
	background-size:50px 50px;
	min-height:50px;
	padding-left:80px;
}

.p-icon-email{
	background:url('/images/global/icon-mail.svg') top left no-repeat;
	background-size:50px 50px;
	min-height:50px;
	padding-left:80px;
}

/* BUTTONS */

.button-container{
	margin:0.75rem 0;
}

.button-container .button{
	margin-right:1.25rem;
	margin-top:1rem;
}

.button{
	border-radius:25px;
	border-style:solid;
	border-width:2px;
	display:inline-block;
	font-size:0.875rem;
	font-weight:600;
	letter-spacing:0.125em;
	padding:0.5rem 1.5rem;;
	text-decoration: none;
	text-transform: uppercase;
}

.button.border-adjust{
	border-radius:25px;
}

.button.font-adjust{
	font-weight:600;
	letter-spacing:0;
}

.button-blue{
	background-color:#006DAF;
	border-color:#006DAF;
	color:#fff
}

.button-blue:hover{
	background-color:#fff;
	border-color:#006DAF;
	color:#006DAF;
}

.button-dark-blue{
	background-color:#004169;
	border-color:#004169;
	color:#fff;
	text-align: center;
	width:92px;
}

.button-dark-blue:hover{
	background-color:#fff;
	border-color:#004169;
	color:#004169;
}

@media screen and (min-width: 40em) {
	
	.button-container{
		margin:1.5rem 0;
	}

	.button{
		font-size:1.125rem;
		padding:0.75rem 2.5rem;
	}

}

/* Content Areas - Arrow Content */

.content-header-arrow{
    background: url('/images/icon_chevron.svg') top left no-repeat;
    background-size: 30px auto;
	border-bottom:2px solid #E6EDF2;
    color: #004169;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 0.0725em;
    margin:3rem 0 3rem 0;
	padding-bottom:1rem;
    padding-left: 3rem;
}

.content-section-arrow{
    padding-left: 3rem;
}

@media screen and (min-width: 40em) {

	.content-header-arrow{
		background-size:35px auto;
		font-size:1.875rem;
		letter-spacing:0.125em;
		padding-left:4rem;
	}
	
	.content-section-arrow{
		padding-left: 4rem;
		padding-right: 3rem;
	}
	
}

.boxed-content{
	border:5px solid #E6EDF2;
	border-radius:20px;
	overflow:hidden;
}
.boxed-content-header{
	background-color:#E6EDF2;
	padding-top: 1px;
	padding-bottom: 1px;	
	padding-left: 3rem;
}
.boxed-content-main{
	padding-left: 3rem;
}

@media screen and (min-width: 40em) {
	
	.boxed-content-header{
		padding-left: 4rem;
		padding-right: 3rem;
	}
	.boxed-content-main{
		padding-left: 4rem;
		padding-right: 3rem;
	}
	
}

/* Back to top */

.back-to-top{
	padding-bottom:1rem;
}

.back-to-top a{
	color:#121212;
	font-size:1rem;
	font-weight:600;
	line-height:1em;
	text-decoration:none;
}

/* Helpful Links */

.helpful-links{
	background:url('/images/global/bottom-deco-mobile.png') bottom center no-repeat;
	background-size:100% auto;
	padding-top:1rem;
	padding-bottom:34vw;
}

.helpful-links-col ul li{
	margin-bottom:0.5rem;
}

.helpful-links-col ul li a{
	color:#121212;
	text-decoration:none;
}

@media screen and (min-width: 40em) {

	.helpful-links{
		background:url('/images/global/bottom-deco.png') bottom center no-repeat;
		background-size:1920px auto;
		padding:3rem 0;
	}

	.helpful-links-cols{
		align-items:flex-start;
		display:flex;
		justify-content:space-between;
	}

	.helpful-links-col{
		width:220px;
	}

	.helpful-links-col p{
		margin-top:0;
	}
	
	.helpful-links-col ul{
		margin-bottom:0;
	}

}

/* Page Links */

.page-links{
	margin-top:2rem;
}

.page-links.extra-margin{
	margin-bottom:2.375rem;
}

.page-links a{
	align-items:center;
	color:#006DAF;
	display:flex;
	font-size:1.125rem;
	font-weight:600;
	margin:1rem 0;
	min-height:50px;
	line-height:1.33em;
	padding:0 1.25rem 0 5.25rem;
	text-decoration:none;
}

.page-links a.icon-link{
	background:url('/images/global/icon-link.svg') left center no-repeat;
	background-size:50px auto;
}
.page-links a.icon-download{
	background:url('/images/global/icon-download.svg') left center no-repeat;
	background-size:50px auto;
}

.page-links a br{
	display:none;
}

.page-links a strong{
	display:block;
	height:auto;
}

@media screen and (min-width: 40em) {
	
	.page-links{
		align-items:stretch;
		display:flex;
		flex-wrap:wrap;
		justify-content:space-between;
	}

	.page-links a{
		margin:0;
	}
	
	.page-links a br{
		display:block;
	}

	.page-links.cols-2 a{
		box-sizing: border-box;
		margin-bottom:1.5rem;
		width:50%;
	}

}


/* COOKIES BOX */

.overlay-bg{
	background-color:rgba(2,64,105,0.3);
	bottom:0;
	left:0;
	position:fixed;
	right:0;
	top:0;
	z-index:9999;
}

.overlay-bg &gt; div{
	align-items: center;
	display:flex;
	height:100%;
	justify-content:center;
	width:100%;
}

.overlay-bg .overlay{
	background-color:#fff;
	border-radius:15px;
	height:80%;
	max-height:640px;
	max-width:780px;
	overflow:hidden;
	position:relative;
	width:92%;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(255,255,255,0.25); 
	box-shadow: 0px 0px 8px 0px rgba(255,255,255,0.25);
	/*-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.25); 
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.25);*/
}

#siteOverlayExit.overlay-bg .overlay{
	height:auto;
	max-height:80%;
}

.overlay-header{
	background-color:#004169;
}

.overlay-header-logo{
	line-height:0;
	margin:0 auto;
	padding:0.875rem 0;
	width:92%;
}
.overlay-header-logo img{
	display:block;
	height:auto;
	width:76px;
}

.overlay-body{
	margin:0.875rem auto;
	width:92%;
}

.overlay-body &gt; p:first-child{
	margin-top:0;
}

.overlay-body .scrollable{
	bottom:1rem;
	left:4%;
	position:absolute;
	right:4%;
	top:5.5rem;
}

.cookies-option{
	margin:1rem 0;
}
.button-container + .cookies-option{
	margin-top:2.5rem;
}

.cookies-option &gt; a{
	color:#121212;
	display:block;
	font-weight:400;
	padding:0 34% 0 8%;
	position:relative;
	text-decoration: none;
}

.cookies-option &gt; a.cookies-option-active{
	color:#006DAF;
	font-weight:600;
}

.cookies-option &gt; a span{
	left:62%;
	position:absolute;
	font-style:italic;
}
.cookies-option &gt; a.cookies-option-active span{
	font-style:normal;
}

.cookies-option-active:before{
	position: absolute;
	left:0;
	top:0;
	content: "+";
	display:block;
	width:20px;
	height:20px;
	overflow: hidden;
	font-family: 'Work Sans', sans-serif;
	font-size:18px;
	font-weight:600;
	color:#006DAF;
	line-height:18px;
	text-align:center;
	vertical-align: middle;
}
.cookies-option-inactive:after{
	position: absolute;
	left:0;
	top:0;
	content: "+";
	display:block;
	width:20px;
	height:18px;
	overflow: hidden;
	font-family: 'Work Sans', sans-serif;
	font-size:18px;
	font-weight:400;
	color:#898989;
	line-height:20px;
	text-align:center;
	vertical-align: middle;
}

.cookies-option-inactive.open:after,
.cookies-option-active.open:before{
	content:"\2014";
	font-size:16px;
	line-height:16px;
}

.cookies-expandable{
	display:none;
}

@media screen and (min-width: 40em) {

	#siteOverlayExit.overlay-bg .overlay{
		height:auto;
		max-height:80%;
	}

	.overlay-header-logo{
		padding:1.875rem 0;
		width:84.61538%;
	}

	.overlay-header-logo img{
		height:23px;
		width:92px;
	}

	.overlay-body{
		margin:1.875rem auto;
		width:84.61538%;
	}

	.overlay-body .scrollable{
		bottom:1rem;
		left:7.69231%;
		right:7.69231%;
		top:10rem;
	}

	.cookies-option{
		margin:1rem 0;
	}
	.button-container + .cookies-option{
		margin-top:2.5rem;
	}

	.cookies-option &gt; a{
		padding:0 25% 0 13.6%;
	}

	.cookies-option &gt; a span{
		left:75%;
	}

	.cookies-option-active:before{
		font-size:20px;
		line-height:20px;
	}
	.cookies-option-inactive:after{
		font-size:20px;
		line-height:20px;
	}
	.cookies-option-inactive.open:after,
	.cookies-option-active.open:before{
		font-size:18px;
		line-height:20px;
	}

}

/* SYMPTOM TILE */

/* SYMPTOM TILE */

.stat-box-horizontal-container{
	display:block;
	margin:2rem 0;
}

.stat-box-horizontal{
	background-color:#E9EFF2;
	border-radius:20px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	width:100%;
}

.stat-box-horizontal.full-width{
	width:100%;
}

.stat-box-horizontal .tile-icon{
	background-color:#004169;
	border-radius:20px 20px 0 0;
	border-bottom:10px solid #6ADCF3;
	justify-content:center;
}
.stat-box-horizontal .tile-icon img{
	display:block;
	height:auto;
	width:100%;
}

.stat-box-horizontal .tile-content{
	padding:1.125rem 1.125rem 1.125rem 1.125rem;
}

.stat-box-horizontal .tile-content p{
	margin-top:0;
	line-height:1.238em;
	margin-top:0rem;
	margin-bottom:0rem;
}

.stat-box-horizontal .tile-icon p.stat-box-horizontal-left{
	color:#fff;
	font-family:'Gibson-SemiBold';
	font-size:1.2rem;
	line-height:1.16em;
	margin-top:0rem;
	margin-bottom:0rem;
}

@media only screen and (min-width:48em){

	.stat-box-horizontal-container{
		display:flex;
		flex-wrap:wrap;
		justify-content:space-between;
		margin:2rem 0;
		row-gap:1.875rem;
	}
	
	.stat-box-horizontal{
		margin-left:0;
		margin-right:0;
		width:48.2758%;
	}
	
	.stat-box-horizontal .tile-icon{
		align-self:center;
		background-color:#004169;
		border-radius:20px 0 0 20px;
		border-bottom:0;
		border-right:10px solid #6ADCF3;
		bottom:0;
		display:flex;
		left:0;
		padding:0;
		position:absolute;
		justify-content:center;
		top:0;
		width:386px;
	}
	
	.stat-box-horizontal .tile-content{
		align-items:center;
		display:flex;
		margin-left:386px;
		/*min-height:130px;*/
		padding:1.75rem 2rem 1.75rem 2rem;
	}
	
	.stat-box-horizontal .tile-content p{
		line-height:1.238em;
	}

	.stat-box-horizontal .tile-icon p.stat-box-horizontal-left{
		font-size:1.5rem;
	}

}


/* SYMPTOM TILE */

.stat-tiles-container{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	justify-content:center;
	column-gap:0.5rem;
	row-gap:1.875rem;
}

.stat-tile-col{
	margin-left:auto;
	margin-right:auto;
	margin-bottom:1.5rem;
}

.stat-tile{
	background-color:#E5F1F8;
	border-radius:10px;
	margin-left:auto;
	margin-right:auto;
	max-width:210px;
	position:relative;
	width:100%;
}

.stat-tile .tile-header{
	background-color:#004169;
	border-radius:20px 20px 0 0;
	border-bottom:10px solid #54BEFF;
	color:#FFFFFF;
	font-family: 'Gibson-SemiBold';
	font-size:1.3125rem;
	line-height:1em;
	padding:24px 10px 20px 10px;
	text-align:center;
}

.stat-tile .tile-header .tile-header-stat{
	font-family: "Montserrat";
	font-size:3rem;
	font-weight:700;
	line-height:1em;
}

.stat-tile .tile-content{
	padding:1.5rem 0.75rem;
}

.stat-tile .tile-content p{
	line-height:1.238em;
	margin:0;
	text-align:center;
}

@media only screen and (min-width:48em){

	.stat-tiles-container{
		justify-content:space-between;
	}

	.stat-tile-col{
		margin-top:0.75rem;
		margin-bottom:0;
		margin-left:0;
		margin-right:0;
	}

}

/* Page Specific */ 

.contact-info{
	margin-top:1.5rem;
	padding-bottom:1.5rem;
}</pre></body></html>