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;
}

h2.contactH2{	
	color:#004169;
	font-family: 'Montserrat', sans-serif;
	font-size:1.4rem;
	font-weight:500;
	line-height:1.42857em;
	margin:1.375rem 0;
}

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 > li,
ul.li-spacing > li{
	margin-top:1rem;
}
ul.li-spacing > 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;
	}

	h2.contactH2{	
		font-size:1.875rem;
		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 > li,
	ul.li-spacing > li{
		margin-top:1rem;
	}
	ul.li-spacing > 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 .site-logo{
	line-height:0;
}
.site-header .site-logo-2{
	line-height:0;
	padding:0.5rem 0;
}
.site-header .site-logo-2 img{
	height:70px;
	display:block;
	width:auto;
}
.site-header-links-mobile{
	display:flex;
}
.site-header-links-desktop{
	display:none;
}

@media screen and (min-width: 40em) {
	.site-header .display-flex{
		min-height:80px;
	}
	.site-header-links-mobile{
		display:none;
	}
	.site-header-links-desktop{
		display:flex;
	}
	.site-header .site-logo-2{
		padding:1.5rem 0;
	}
	.site-header .site-logo-2 img{
		height:90px;
	}
}

/* Site Navigation */ 

.site-header{
	position:relative;
}

.nav-mobile-close{
	display:none;
}

.site-header-links-display p{
	color:#fff;
	font-size:0.75rem;
	font-weight:500;
	line-height:1.35em;
	margin:0.25rem 0 0.75rem 0;
	padding:0 1rem;
	text-align:center;
}

@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:center;
	}

	.site-header-links-display p{
		font-size:1.125rem;
		line-height:1.5em;
		margin:1rem 0;
		padding:0 1rem;
	}


	.site-header-links > div,
	.site-header-links .primary-nav,
	.site-header-links nav,
	.site-header-links nav ul{
		width:100%;
	}

}

.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 > span > span{
	display:block;
	font-family: 'Work Sans';
	font-size:1rem;
	font-weight:600;
	height: auto;
	line-height:1.375em;
	max-width:240px;
	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 > span{
		align-items:center;
		display:flex;
		height:80px;
		justify-content:center;
	}
	.secondary-nav a > span > 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 > 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 > 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);*/
}

/* Marquee */

.marquee{
	background:url('../../images/marquee/marquee_background@2x.png') center center no-repeat;
	background-size:cover;
}
.marquee .bg-left{
	background:url('../../images/marquee/marquee_left@2x.png') center left no-repeat;
	background-size:auto 100%;
}
.marquee .bg-right{
	align-items: center;
	background:url('../../images/marquee/marquee_right@2x.png') center right no-repeat;
	background-size:auto 100%;
	display:flex;
	justify-content: center;
	height:20vw;
}
.marquee h1{
	font-size:1.25rem;
	font-weight:500;
	letter-spacing:-0.02em;
	line-height:1.26em;
}

@media screen and (min-width: 40em) {

	.marquee .bg-right{
		height:20vw;
	}

	.marquee h1{
		font-size:1.875rem;
	}

}

@media screen and (min-width: 64em) {
	.marquee .bg-right{
		height:300px;
	}

	.marquee h1{
		font-size:2.275rem;
	}

}

@media screen and (min-width: 78em) {

	.marquee h1{
		font-size:2.875rem;
	}

}

.marquee-global{
	background-color:#004169;
	border-top: 10px solid #6ADCF3;
}

.marquee-global .display-flex{
	min-height:80px;
}

.marquee-global h1{
	color:#fff;
	font-family: 'Montserrat', sans-serif;
	font-size:1.25rem;
	font-weight:500;
	margin:1rem 0;
}
.marquee-global h1 a{
	color:#fff;
	text-decoration: none;
}
.marquee-global h1 a:hover{
	color:#fff;
	text-decoration:underline;
}

.marquee-global p{
	color:#fff;
	font-size:1rem;
	font-weight:400;
	line-height:1.52em;
	margin:1.5rem 0;
}

.marquee-global.extra-padding{
	padding:0.25rem 1rem 0 0;
}


@media screen and (min-width: 40em) {

	.marquee-global .display-flex{
		min-height:110px;
	}

	.marquee-global h1{
		font-size:1.875rem;
		font-weight:500;
		margin:1.875rem 0;
	}

	.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 3.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-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:#0075B4;
	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 > 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 0rem 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 5rem 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:1rem 0 0rem 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.pdf-link{
	margin:1.25rem 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: "";
}
.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;
}

@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;
	}

}

/* 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;
}


/* 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 > 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 > 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 > a{
	color:#121212;
	display:block;
	font-weight:400;
	padding:0 34% 0 8%;
	position:relative;
	text-decoration: none;
}

.cookies-option > a.cookies-option-active{
	color:#006DAF;
	font-weight:600;
}

.cookies-option > a span{
	left:62%;
	position:absolute;
	font-style:italic;
}
.cookies-option > 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 > a{
		padding:0 25% 0 13.6%;
	}

	.cookies-option > 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;
	}

}

.country-selector{
	margin:0rem 0;
}

.country-selector > div{
	margin:2rem 0;
}

.country-selector > div a{
	align-items:center;
	color:#004169;
	display:flex;
	font-size:1.3125rem;
	font-weight:700;
	line-height:1em;
	text-decoration:none;
}

.country-selector > div a:hover{
	color:#0075B4;
}

.country-selector > div a img{
	display:block;
	height:auto;
	width:61px;
}

.country-selector > div a span{
	display:block;
	margin:0 20px 0 30px;
}

@media screen and (min-width: 40em) {

	.country-selector{
		align-items:center;
		display:flex;
		flex:0 0 auto;
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	.country-selector > div{
		margin:0 0 2.5rem 0;
		width:50%;
	}

}



/* ELEMENT ICONS */

.p-icon-padding{
	padding-left:80px;
}

.p-icon-address{
	align-items: center;
	background:url('/images/icon_contact_pin.svg') top left no-repeat;
	background-size:50px 50px;
	display:flex;
	min-height:50px;
	padding-left:80px;
}

.p-icon-phone{
	align-items: center;
	background:url('/images/icon_contact_phone.svg') top left no-repeat;
	background-size:50px 50px;
	display:flex;
	min-height:50px;
	padding-left:80px;
}

.p-icon-document{
	align-items: center;
	background:url('/images/global/icon-document.svg') top left no-repeat;
	background-size:50px 50px;
	display:flex;
	min-height:50px;
	padding-left:80px;
}

.p-icon-email{
	align-items: center;
	background:url('/images/icon_contact_email.svg') top left no-repeat;
	background-size:50px 50px;
	display:flex;
	min-height:50px;
	padding-left:80px;
}
.p-icon-link{
	align-items: center;
	background:url('/images/icon_contact_link.svg') top left no-repeat;
	background-size:50px 50px;
	display:flex;
	min-height:50px;
	padding-left:80px;
}

.p-icon-address p,
.p-icon-email p,
.p-icon-document p,
.p-icon-phone p{
	margin:0;
}


/* Privacy Policy Table */

.privacy-table{
	border-radius:0.75rem 0.75rem 0 0;
	display: table;
	margin-top:2rem;
	overflow: hidden;
	width: 100%;
}
.privacy-table-row{display: table-row;}
.privacy-table-body{display: table-row-group;}
.privacy-table-cell-left, .privacy-table-cell-right, .privacy-table-header-left, .privacy-table-header-right {
	display: table-cell;
	line-height:1.44em;
	padding:1rem 0.75rem 1rem 1.25rem;
}
.privacy-table-header-left,.privacy-table-header-right{
	background-color:#0075B4;
	color:#ffffff;
	font-size:1rem;
	font-weight:bold;
	padding-top:10px;
	padding-bottom:10px;
}
.privacy-table-cell-right{border-right: 5px solid #EFF3F5;}
.privacy-table-cell-bottom-right{border-bottom: 5px solid #EFF3F5;}
.privacy-table-cell-left{
	background-color: #EFF3F5;
	font-weight:600;
	width:30%;
}
.privacy-table-cell-left-indent > div{
	padding-left:0.75rem;
	position:relative;
}
.privacy-table-cell-left-indent > div > span{
	left:-8px;
	position:absolute;
	top:0;
}

@media screen and (min-width: 40em) {

	.privacy-table{
		margin-top:2.5rem;
		margin-bottom:2.5rem;
	}
	.privacy-table-cell-left, .privacy-table-cell-right, .privacy-table-header-left, .privacy-table-header-right {
		padding:1rem 1.75rem 1rem 2.25rem;
	}
	.privacy-table-header-left,.privacy-table-header-right{
		font-size:1.3125rem;
		padding-top: 20px;
		padding-bottom: 20px;		
	}
	.privacy-table-cell-right{border-right: 10px solid #EFF3F5;}
	.privacy-table-cell-bottom-right{border-bottom: 10px solid #EFF3F5;}
	.privacy-table-cell-left{
		width:35%;
	}
	.privacy-table-cell-left-indent > div{
		padding-left:1.75rem;
	}
	.privacy-table-cell-left-indent > div > span{
		left:0;
	}

}