









.hero{
	display:flex;
	flex-direction:column;
	height:100vh;
}

@media only screen and (min-width: 960px){
	.hero{
		min-height:760px;
	}
}

.hero .heroimage-container{
	flex-grow: 1;
	height:0; 
}

#heroimage-carousel{
	display:flex;
	width:100%;
	height:100%;
	position:relative;
	overflow:hidden;
}

.hero-image{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.hero-image:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    display: block;
    background: linear-gradient(to bottom, rgba(14,43,99,0.95), rgba(14,43,99,0));
}

.hero-image img{
	object-fit:cover;
	width:100%;
	height:100%;
	display:block;
	object-position: 50% 50%;
	font-family: 'object-fit: cover; object-position: 50% 50%;';
}


.heroimage-panel{
	height: 100%;
	position: relative;
}



#heroimage-carousel .heroimage-panel{
	display:none;
}

#heroimage-carousel .heroimage-panel:first-child{
	display:block;
}

#heroimage-carousel.slick-initialized .heroimage-panel{
	display:block;
}



#heroimage-carousel .slick-track{
	height:100%;
}

#heroimage-carousel .slick-list{
	width: 500%;
}

.hero-content-container{
	position: absolute;
	bottom:0;
	right:0;
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content:space-between;
}

.hero-content-carousel{
	width: 36.111111vw;
	margin-left: 5.555556vw;
	padding: 48px 2.777778vw;
	background-color: rgba(14,43,99,0.44);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	box-sizing: border-box;
}

.hero-content{
	display:flex;
	z-index:3;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	height:100%;
}

.hero-content-carousel:after{
	content: "";
	position:absolute;
	bottom:0;
	left:0;
    height: 6.5px;
    width: 100%;
    display: block;
    background: linear-gradient(90deg, #0e2b63 30.4785%, rgba(0, 0, 0, 0) 30.4785%),
	linear-gradient(90deg, #004f9f 52.15788%, rgba(0, 0, 0, 0) 52.15788%), 
	linear-gradient(90deg, #00b1eb 64.72807%, rgba(0, 0, 0, 0) 64.72807%), 
	linear-gradient(90deg, #ef7d00 73.22551%, rgba(0, 0, 0, 0) 73.22551%), 
	linear-gradient(90deg, #ffbb00 79.62792%, rgba(0, 0, 0, 0) 79.62792%), 
	linear-gradient(90deg, #50af47 86.69237%, rgba(0, 0, 0, 0) 86.69237%), 
	linear-gradient(90deg, #afca0b 92.0305%, rgba(0, 0, 0, 0) 92.0305%), 
	linear-gradient(90deg, #5a328a 97.0083%, rgba(0, 0, 0, 0) 97.0083%), 
	linear-gradient(90deg, #e72582 100%, rgba(0, 0, 0, 0) 100%);
}

.hero-content > *{
	z-index: 5;
}
.hero-content h4{
	color:#fff;
	font-size:36px;
	font-weight:700;
	line-height:110%;
	margin-bottom:26px;
}
.hero-content p{
	color:#fff;
	font-size:16px;
	font-weight: 300;
	line-height: 140%;
	margin-bottom:72px;
}

.hero-content a.link{
	color: #fff;
	font-size:13.5px;
	font-weight: bold;
}




.hero-content-carousel .hero-content{
	display:none;
}

.hero-content-carousel .hero-content:first-child{
	display:flex;
}

.hero-content-carousel.slick-initialized .hero-content{
	display:flex;
}


.hero-promo{
	width:27.777778vw;
	padding: 0 2.777778vw 30px;
	display:flex;
	flex-direction:column;
	box-sizing: border-box;
	background-image: linear-gradient(to bottom, rgba(14,43,99,0), rgba(14,43,99,1));
}

.hero-promo .newsHL{
	margin-bottom:32px;
	position: relative;
}

.hero-promo .newsHL:after{
	content: "";
	display:block;
	width:100%;
	height: 1px;
	background:#fff;
	margin-top:26px;
}

.hero-promo .newsHLImage{
	margin-bottom:32px;
}
.hero-promo .newsHLImage img{
	width:100%;
	max-width:100%;
}

.hero-promo .newsHLMeta{
	display: flex;
	justify-content: space-between;
	font-size: 12px;
	line-height:140%;
	margin-bottom: 22px;
	color: #fff;
	font-weight: 300;
}

.hero-promo .newsHLTxtArea h4{
	font-weight:normal;
	font-size:22px;
	line-height: 110%;
	color: #fff;
	margin-bottom: 24px;
}
.hero-promo .newsHLTxtArea a.link{
	color: #fff;
}

.hero-promo .newsHLTag{
	position:absolute;
	top:0px;
	left:0px;
	font-size:10px;
	font-weight: 300;
	padding:4px 32px;
	color:#fff;
	display:inline-block;
	background-color: rgba(14,43,99,0.2);
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	box-shadow: 0px 4px 4px rgba(0,0,0,0.25);
}


.hero-promo .SP-container{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap: 10px;
	color: #fff;
}

.hero-promo .SP-container span{
	flex-basis: 50%;
	font-size: 12px;
	line-height: 110%;
}

.hero-promo .SP-date{
	text-align:right;
}
	

.hero-promo .SP-container .SP-price, .hero-promo .SP-container .SP-price span{
	font-size: 18px;
	line-height: 200%;
	font-weight: 300;
}

.hero-promo .SP-container .SP-price span:before{
    content: "\2022";
    display: inline-block;
    margin: 0 10px;
}

.hero-promo .SP-container .SP-change{
	font-size: 18px;
	line-height: 200%;
	text-align:right;
}

@media only screen and (min-width: 961px) and (max-width: 1199px){
	
	.hero-content h4{
		font-size: 28px;
	}
	.hero-promo{
		width: 38.8888889vw;
	}
}


@media only screen and (max-width: 960px){
	.nav-spacer{
		height: 100px;
	}
	#heroimage-carousel{
		height: 800px;
	}
	.heroimage-panel{
		height: 800px;
		width: 100%;
	}
	.heroimage-panel:after{
		content:"";
		position:absolute;
		display:block;
		width:100%;
		height:150px;
		bottom:0;
		left:0;
		background-image: linear-gradient(to bottom, rgba(14,43,99,0), rgba(14,43,99,1));
	}
	.hero-content-container{
		display:block;
		position:static;
		bottom: auto;
		right: auto;
	}
	.hero-content-carousel{
		position:absolute!important; 
		top: 120px;
		left: 5.555556vw;
		width: 61.111111vw;
	}
	.hero-promo{
		background: #0e2b63;
		width:100%;
		padding: 0 5.55555vw 30px;
	}
	
	.scroll-container {
		display:none;
	}
	
	.hero-promo .newsHLImage{
		width: 37.5vw;
		position:absolute;
		left:0;
		top:0;
	}
	.newsHLTxtArea{
		padding-left: 43.055556vw;
	}
	.hero-promo .newsHL:after{
		margin-left: 43.055556vw;
		width:inherit;
	}
	.hero-promo .SP-container{
		padding-left: 43.055556vw;
	}
	.heroimage-container{
		background: #0e2b63;
	}
}

@media only screen and (max-width: 759px){
	.hero-content{
		margin: 0;
		width:auto;
		justify-content:flex-start;
	}
	.hero-content h4{
		font-size: 26px;
		margin-bottom: 24px;
		margin-right: 4.166667vw;
	}
	.hero-content p{
		margin-right: 12.5vw;
		margin-bottom: 42px;
	}
	.hero-promo{
		padding:0;
		position:relative;
		top:auto;
		right:auto;
		display:block;
		width:100%;
	}
	.hero-promo .contentHL{
		margin-bottom: 2px;
		box-shadow: none;
		min-height:inherit;
		max-height:inherit;
		height:auto;
	}
	.hero.with-spacer{
		display:flex;
		flex-direction:column;
		
		
	}
	.hero .heroimage-container{
		height: 800px;
	}
	

	.hero-content-carousel{
		left: 8.333333vw;
		width: 83.333333vw;
		margin-left:0;
		padding-left: 4.16666667vw;
		padding-right: 4.16666667vw;
		top: 170px;
	}
	
	.hero-promo .SP-container{
		padding-left: 4.16666667vw;
		padding-right: 4.16666667vw;
		padding-bottom: 15px;
	}
	
	.hero-promo .newsHL:after{
		margin-top: 46px;
		width:inherit;
		margin-left: 0;
	}
	
	.fullpage-container{
		height: auto;
		overflow: show;
	}
	
	.hero{
		height: auto;
	}
	
	.hero-promo .newsHL{
		padding-left: 4.16666667vw;
		padding-right: 4.16666667vw;
	}
	
	.hero-promo .newsHLImage{
		left: 4.16666667vw;
	}
	
	.hero-promo .newsHLTxtArea h4{
		font-size: 16px;
	}

}







.scroll-container{
	position:absolute;
	bottom:26px;
	left:0;
	width:100%;
}

.scroll-hint{
	display:flex;
    flex-direction: column;
    align-items: center;
}

.scroll-hint span{
	color: #fff;
	font-size:14px;
	margin-top: 6px;
}

.scroll-text{display:block;}
.swipe-text{display:none;}
.imgScroll .swipeIcon{display:none;}

@media only screen and (max-width: 759px){
	.scroll-text{display:none;}
	.swipe-text{display:block;}
	.imgScroll .swipeIcon{display:block;}
	.imgScroll .scrollIcon{display:none;}
	.scroll-container {
		display:flex;
		bottom: auto;
		top: 650px;
	}
}






.hpSectionIntro{
	padding: 36px 5.555556vw 34px 5.555556vw;
	display: flex;
	box-sizing: border-box;
}

.hpSectionIntroNarrow{
	margin-top: 35px;
	margin-bottom: 35px;
}
.hpSectionIntro > *{
	flex: 1 1 0%;
}
.hpSectionIntro h3{
	font-size:26px;
	line-height:110%;
	margin:0;
	color:#0e2b63;
}
.hpSectionIntro p{
	font-size:14px;
	line-height: 140%;
	margin:0;
	color:#0e2b63;
}

@media only screen and (max-width: 759px){
	.hpSectionIntro{
		margin: 0;
		display:block;
		padding-left: 4.1666667vw;
		padding-right:  4.1666667vw;
	}
	.hpSectionIntro h3{
		margin-bottom: 22px;
	}
}










#innovation{
	display:flex;
	flex-direction:column;
}
#innovation .hpSplitCarousel{
	flex-grow:1;
	height:0; 
}

.split-panel-darkblue{
	background: #0e2b63;
}

.split-panel{
	width:100%;
	height:100%;
	display:flex;
}


.split-content{
	display:flex;
	box-sizing: border-box;
	padding:0 8.33333vw 0 8.33333vw;
	z-index:3;
	flex-direction: column;
	justify-content: center;
	width:50vw;
	position:relative;
}

.split-content:after{
	content: "";
	position:absolute;
	bottom:0;
	left:0;
    height: 11.25px;
    width: 100%;
    display: block;
    background: linear-gradient(90deg, #0e2b63 30.4785%, rgba(0, 0, 0, 0) 30.4785%),
	linear-gradient(90deg, #004f9f 52.15788%, rgba(0, 0, 0, 0) 52.15788%), 
	linear-gradient(90deg, #00b1eb 64.72807%, rgba(0, 0, 0, 0) 64.72807%), 
	linear-gradient(90deg, #ef7d00 73.22551%, rgba(0, 0, 0, 0) 73.22551%), 
	linear-gradient(90deg, #ffbb00 79.62792%, rgba(0, 0, 0, 0) 79.62792%), 
	linear-gradient(90deg, #50af47 86.69237%, rgba(0, 0, 0, 0) 86.69237%), 
	linear-gradient(90deg, #afca0b 92.0305%, rgba(0, 0, 0, 0) 92.0305%), 
	linear-gradient(90deg, #5a328a 97.0083%, rgba(0, 0, 0, 0) 97.0083%), 
	linear-gradient(90deg, #e72582 100%, rgba(0, 0, 0, 0) 100%);
}

.split-image-container{
	width:50vw;
	position:relative;
}

.split-image-mobile{
	display:none;
}

.split-image{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.split-image img{
	object-fit:cover;
	width:100%;
	height:100%;
	display:block;
	object-position: 50% 50%;
	font-family: 'object-fit: cover; object-position: 50% 50%;';
}

.split-content h4{
	color:#fff;
	font-size:26px;
	font-weight:700;
	line-height:110%;
	margin-bottom:32px;
}
.split-content p{
	color:#fff;
	font-size:14px;
	line-height: 140%;
	margin-bottom:38px;
}



@media only screen and (max-width: 759px){
	#innovation .hpSplitCarousel{
		height:auto;
	}
	
	.split-panel{
		flex-direction:column;
	}
	.split-image-container{ 
		width: 100%;
		height:auto;
	}
	.split-content{
		width: 100%;
		padding: 90px 4.166667vw 65px 4.166667vw;
	}
	.split-image{
		display:none;
	}
	.split-image-mobile{
		display:block;
	}
	.split-image-mobile img{
		width: 100%;
	}
	
}






   
   #spotlight{
		background: #f3f4f7;
   }
   
   #spotlight .hpVideoContainer{
	   padding-bottom:1px; 
   }
   
   #spotlight .hpSectionIntro{
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: flex-end;
		margin: 0 auto;
		margin-top: 0;

		margin-bottom: 0;
		padding-top: 80px;
		padding-bottom: 0
   }
   
   #spotlight .hpSectionIntro ul{
		display: flex;
		flex-direction: row;
		list-style: none;
		column-gap: 60px;
		margin: 20px 0 0 0;
		padding: 0;
		flex-wrap:wrap;
		justify-content: center;
   }
   
   #spotlight .hpVideoDetails{
	   display: none;
   }
   
   #spotlight .hpVideoDetails .hpVideoTag{
	   font-size: 12px;
	   color: #fff;
	   font-weight: normal;
	   text-transform: uppercase;
   }
   
   #spotlight .hpVideoDetails h4{
	   font-size: 22px;
	   color: #fff;
	   font-weight: normal;
	   line-height: 110%;
   }
   
   #spotlight .hpVideoDetails p{
	   font-size: 14px;
	   font-weight: 300;
	   line-height: 140%;
	   color: #fff;
   }
   
   #spotlight .hpVideoPanel.hpVideoDetailsShow .hpVideoDetails{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
		height: 100%;
		position: absolute;
		top: 0;
		right: 0;
		width: 36.111111%;
		padding: 36px 2.7777778vw;
		box-sizing: border-box;
		z-index:2;
   }
   
   #spotlight .hpVideoPanel.hpVideoDetailsShow:before{
	   content: "";
	   display: block;
	   position:absolute;
	   width: 36.1111111%;
	   height:100%;
	   top: 0;
	   right: 0;
	   background: rgba(14,49,99,0.37);
	   backdrop-filter: blur(10px);
		-webkit-backdrop-filter: blur(10px);
		z-index:1;
   }
   
   
   
   #spotlight .hpSectionIntro li a.hpVideoLink{
	   color: rgba(14,43,99,0.5);
	   font-weight: normal;
	   font-size: 12px;
	   text-transform: uppercase;
	   margin-bottom: 5px;
	   border-bottom: 1px solid rgba(14,43,99,0);
   }
   
   #spotlight .hpSectionIntro li a.hpVideoSelected{
	   font-weight: 500;
	   color: #0e2b63;
	   border-bottom: 1px solid #0e2b63;
   }
   
   #spotlight .hpSectionIntro li a.hpVideoLink:hover{
	   border-bottom: 1px solid #00b1eb;
	   text-decoration:none;
   }
   #spotlight .hpSectionIntro li a.hpVideoLink:focus, #spotlight .hpSectionIntro li a.hpVideoLink:active{
	   outline:none;
   }
   
   
   #spotlight .hpVideoPanel{
	   margin: 20px 5.5555556vw 120px;
	   position:relative;
   }
   
   #spotlight .hpVideoInfo{
	   position: absolute;
	   top: 0;
	   right: 0;
	   width: 50px;
	   height: 50px;
	   display: flex;
	   align-items: center;
	   justify-content: center;
	   font-weight: bold;
	   color: #0e2b63;
	   background: #fff;
	   font-size: 26px;
	   transition: 0.3s;
	   z-index:2;
   }
   
   #spotlight .hpVideoInfo:hover{
   	   color: #fff;
	   background: #0e2b63;
   }
   
   #spotlight .hpVideoInfo:before{
	   content: "i";
   }
   
  
   #spotlight .hpVideoPanel.hpVideoDetailsShow .hpVideoInfo:before{
	   content: "x";
   }
   
   
   #spotlight .hpVideoTitle{
		position: absolute;
		bottom: 60px;
		left: 50px;
		margin: 0;
		font-size: 38px;
		font-weight: bold;
		color: #fff;
		display: block;
		max-width: 50%;
		line-height: 110%;
		z-index:2;
   }
   
   #spotlight .mejs-overlay-button{
	   bottom:40px;
	   right:120px;
	   top:auto;
	   left:auto;
   }
   
   #spotlight .mejs-overlay-play:after{
	   content:"Play video";
	   font-weight: bold;
	   color: #fff;
	   font-size: 16px;
	   position: absolute;
	   bottom: 80px;
	   right: 40px;
   }
   
   #spotlight .hpVideoPanel{
	   display: none;
   }
   
   #spotlight .hpVideoPanel:first-of-type{
	   display: block;
   }
   
   #spotlight .hpVideo img{
	   width: 100%;
   }
   
   @media only screen and (max-width: 960px){
		#spotlight .hpVideoPanel{
			margin-bottom: 80px;
		}
		#spotlight .hpVideoPanel.hpVideoDetailsShow .hpVideoDetails{
			width: 50%;
		}
		#spotlight .hpVideoPanel.hpVideoDetailsShow:before{
			width: 50%;
		}
		
   }
   
   @media only screen and (max-width: 768px){
	   #spotlight .hpVideoTitle{
		   font-size: 14px;
		   left:15px;
		   bottom: 30px;
		   max-width: 90%;
	   }
	   #spotlight hpVideoPanel{
		   margin-left: 4.1666667vw;
		   margin-right: 4.1666667vw;
		   margin-bottom: 60px;
	   }
	   #spotlight .hpSectionIntro{
		   padding-top: 40px;
	   }
   }
   
   @media only screen and (min-width: 1440px){
		#spotlight .hpVideoPanel{
			margin-left: 80px;
			margin-right: 80px;
		}
	   
   }






#results{
	padding-top: 32px
}




   
 #careers{
	 background:#EF7D00;
 }
 
 #investorsAlerts{
	 background:#0e2b63;
 }
 
 #investorsSearch, #inlineSearch{
	 background:#004f9f;
	 margin-bottom: 40px;
 }
 
 #inlineSearch .searchQuickLinksContainer {
	 display: none;
 }
 
 #inlineSearch .searchQuickLinks {
	 display: flex;
	 flex-wrap: wrap;
	 gap: 10px 20px;
	 margin: 20px 5.5555556vw 0;
	 padding: 20px 0 30px;
	 border-top: 1px solid rgba(255,255,255,0.5);
 }
 
 #inlineSearch .searchQuickLinks .arrowLinkLozenge{
	 margin: 0;
	 transition: 0.3s;
 }
 
 #inlineSearch .searchQuickLinks .arrowLinkLozenge:hover{
	 background: #fff;
	 color: #004f9f;
 }
 
 #inlineSearch .arrowLinkLozenge.arrowRotate{
	 margin-left: 15px;
 }
 
 .searchFieldInlineOverlay input{
	width: 20em;
	border: 1px solid rgba(255,255,255,0.3);
	background: rgba(0,0,0,0.1);
	color: #fff;
	font-size:16px;
	padding: 8px 12px;
	outline: none;
}

.searchFieldInlineOverlay{
	position: relative;
}

.searchFieldInlineOverlay:after{
	content: ">";
    pointer-events: none;
    font-size: 20px;
    color: rgba(255,255,255,0.7);
    bottom: 7px;
    right: 10px;
    position: absolute;
}
 
 
 #careers .careersContainer, #investorsAlerts .investorsAlertsContainer, #investorsSearch .investorsSearchContainer, #inlineSearch .inlineSearchContainer{
	 padding: 20px 5.555556vw;
	 margin-bottom: 40px;
	 display:flex;
	 flex-direction: row;
	 justify-content:  space-between;
	 align-items:center;
	 box-sizing: border-box;
 }
 
 #inlineSearch .inlineSearchContainer{
	 margin-bottom: 0;
 }
 
 .arrowRotate{
	transition: .3s;
	padding: 4px 20px 0px;
}
.arrowRotate:after{
	content: "";
	display: inline-block;
	transition: transform .2s;
	 background-image: url("data:image/svg+xml,<svg viewBox=\"0 0 20 20\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" d=\"M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z\" clip-rule=\"evenodd\"></path></svg>");
	background-size: contain;
	width: 30px;
	height: 30px;
	filter: invert(100%) sepia(88%) saturate(9%) hue-rotate(172deg) brightness(101%) contrast(106%);
	align-items: center;
	justify-content: center;
}

.arrowRotate:hover{
	background-color: #fff;
}

.arrowRotate:hover:after{
	filter: invert(11%) sepia(50%) saturate(3836%) hue-rotate(214deg) brightness(92%) contrast(94%); 
}

.isExpanded .arrowRotate:after{
	    transform: rotate(180deg);
}
 
  #careers h4, #investorsAlerts h4, #investorsSearch h4, #inlineSearch h4{
	  font-weight: normal;
	  font-size: 16px;
	  line-height: 140%;
	  letter-spacing: 0.333em;
	  text-transform: uppercase; 
	  color: #fff;
	  margin: 0;
	  max-width: 35%;
  }
  
   #careers p, #investorsAlerts p, #investorsSearch p, #investorsSearch span, #inlineSearch p, #inlineSearch span{
		font-weight: normal;
		font-size: 14px;
		line-height: 140%;
		color:#fff;
		max-width: 35%;
		margin: 0;
   }
  
  #careers p span{
	  font-weight:bold;
	  font-size: 16px;
	  display:block;
  }
  
  #careers .arrowLinkLozenge, #investorsAlerts .arrowLinkLozenge, #investorsSearch .arrowLinkLozenge, #inlineSearch .arrowLinkLozenge{
	  color: #fff;
	  text-decoration: none;
	  margin-left:30px;
  }
  
  
  
  
  
  @media only screen and (min-width: 1440px){
	#careers .careersContainer, #investorsAlerts .investorsAlertsContainer, #investorsSearch .investorsSearchContainer, #inlineSearch .inlineSearchContainer{
			padding-left: 80px;
			padding-right: 80px;
	}
	#inlineSearch .searchQuickLinks{
		margin-left: 80px;
		margin-right: 80px;
	}
  }
  @media only screen and (max-width: 767px){
  	#careers .careersContainer, #investorsAlerts .investorsAlertsContainer, #investorsSearch .investorsSearchContainer, #inlineSearch .inlineSearchContainer{
		flex-direction: column;
		padding-left: 4.166667vw;
		padding-right: 4.166667vw;
		align-items: flex-start;
		gap: 20px;
		margin: 30px 0 70px;
	}
	#careers p, #investorsAlerts p, #investorsSearch p, #investorsSearch span, #inlineSearch p, #inlineSearch span{
		max-width: 100%;
	}
	#careers .arrowLinkLozenge, #investorsAlerts .arrowLinkLozenge, #investorsSearch .arrowLinkLozenge, #inlineSearch .arrowLinkLozenge {
		margin:0;
	}
	#careers h4, #investorsAlerts h4, #investorsSearch h4, #inlineSearch h4 {
		font-size: 12px;
	}
  }





.hpSection#news{
	
	background: linear-gradient(90deg, #0e2b63 50%, #004F9F 50%);
}


.hpNewsSplit{
	width:100%;
	display:flex;
	height:100%;
	padding: 0 5.5555556vw 0;
	box-sizing:border-box;
}
.hpNewsPressPanel{
	background:#004F9F;
	width:33.33333%; 
	padding: 112px 0 100px 36px;
	box-sizing:border-box;
	position:relative;
}



















.hpNewsPressPanel h3, #investorNews .threePanelFirst h3, #mediaResources  h3{
	font-size: 26px;
	color: #fff;
	font-weight: normal;
	margin-bottom: 48px;
}
.hpNewsPressPanel .newsRow, .threePanel .newsRow{
	color: #fff;
	border-top: 1px solid rgba(255,255,255,0.15);
	margin-bottom: 62px;
	padding-top: 62px;
}
.sharePriceRow{
	color:#fff;
	border-bottom: 1px solid rgba(255,255,255,0.15);
	margin: 20px 0 0 0;
	padding-bottom: 26px;
	position: relative;
}


.hpNewsPressPanel .newsRow:last-child, .threePanel .newsRow:last-child, .threePanel .sharePriceRow:last-child, .threePanel .calendarRow:last-child{
	border-bottom:none;
}
.hpNewsPressPanel .newsList, .threePanel .newsList, .threePanel .sharePriceList, .threePanel .calendarList{
	margin-bottom: 50px;
}


.hpNewsPressPanel .newsMeta, .hpNewsFeaturesPanel .NFMeta, .threePanel .newsMeta{
	display:flex;
	justify-content:space-between;
	font-size:12px;
	line-height:140%;
	margin-bottom: 16px;
	font-weight: 300;
	color: #fff;
}

.hpNewsPressPanel .newsRow a.link h4, #pageContent .newsRow a.link h4{
	font-size: 24px;
	color: #fff;
	line-height: 110%;
	display:block;
	margin-bottom: 20px;
	font-weight: normal;
}

.hpNewsPressFooter{
	position:absolute;
	bottom:60px;
	left:36px;
}

.hpNewsPressFooter .arrowLinkLozenge{
	color:#fff;
}

.hpNewsFeaturesPanel{
	width:66.6666666%; 
	background: #0e2b63;
	padding: 112px 2.777778vw 100px 0;
	box-sizing:border-box;
	position: relative;
}

.hpNewsFeaturesPanel h3{
	font-size: 26px;
	color: #fff;
	font-weight: normal;
	margin-bottom: 48px;
}

.threePanel h3{
	font-size: 26px;
	color: #fff;
	font-weight: normal;
	margin-bottom: 40px;
}

.hpNewsFeaturesCarousel{
	display:flex;
	overflow: hidden;
	padding-bottom:30px;
}

.hpNewsFeaturesPane{
	margin-right: 2.777778vw;
	width: 50%;
}


.hpNewsFeaturesCarousel .slick-list{
	margin-right: -2.777778vw; 
}

.hpNewsFeaturesPane:last-child{
	margin-right:0;
}
.hpNewsFeaturesPane .NFImage img{
	object-fit:cover;
	object-position: 50% 50%;
	width:100%;
	height:100%;
	display:block;
	position:absolute;
	top:0;
	left:0;
}
.hpNewsFeaturesPane .NFImage{
	margin-bottom: 42px;
	position: relative;
}

.hpNewsFeaturesPane .NFImage:before{
    content: "";
    display: block;
    padding-top: 81%;
}

.hpNewsFeaturesPane a h4{
	font-size: 22px;
	color: #fff;
	line-height: 110%;
	display:block;
	margin-bottom: 20px;
	font-weight: normal;
}
.hpNewsFeaturesPane p{
	font-size:14px;
	line-height:140%;
	font-weight: 300;
	color: #fff;
}

.hpNewsFeaturesCarousel .slick-dots, .carouselHorizontal .slick-dots{
	display:flex;
	width:100%;
	position:relative;
}

.hpNewsFeaturesCarousel .slick-dots li{
	width:100%;
	margin:0!important;
	height: 10px;
	display:block;
	position:relative;
}

.hpNewsFeaturesCarousel .slick-dots li .custom-slick-bar{
	display: block;
	width:100%;
	height:8px;
	border-bottom: 2px solid #0e2b63;
}

.hpNewsFeaturesCarousel .slick-dots li.slick-active .custom-slick-bar{
	height:6px;
	border-bottom: 4px solid #0e2b63;
}


.hpNewsFeaturesFooter{
	position:absolute;
	bottom: 60px;
	left: 5.5555556vw;
}

.hpNewsFeaturesFooter .arrowLinkLozenge{
	color:#fff;
}
.hpNewsFeaturesFooter p{
    font-size: 14px;
    line-height: 140%;
    color: #0e2b63;
	margin:0;
}

@media only screen and (min-width: 1440px){
	.hpNewsSplit{
		padding-left:80px;
		padding-right:80px;
	}
}

@media only screen and (max-width: 960px){
	.hpSection#news{
		background: none;
	}
	
	
	.hpNewsSplit{
		flex-wrap:wrap;
		padding: 0;
	}
	
	.hpNewsFeaturesPanel{
		width:100%;
		padding:80px 5.5555556vw 100px;
	}
	.hpNewsFeaturesPane{
		margin-right: 5.55555556vw;
		width: 41.6666667vw;
	}
	
	.hpNewsFeaturesPane a h4{
		font-size: 18px;
	}
	
	.hpNewsPressPanel{
		width:100%;
		padding:80px 5.5555556vw 100px;
	}
	.hpNewsPressPanel .newsList{
		display:flex;
		gap:5.55555556vw;
	}
	.hpNewsPressPanel .newsRow{
		margin-right: 0;
		width: 50%;
		border-bottom: 1px solid rgba(255,255,255,0.15);
	}
	.hpNewsPressPanel .newsRow:last-child{
		border-bottom: 1px solid rgba(255,255,255,0.15);
	}
	
	.hpNewsPressPanel .newsRow a.link h4{
		font-size: 18px;
	}
	

}


@media only screen and (max-height: 850px){
	.hpNewsPressPanel{
		padding-top:50px;
	}
	.hpNewsFeaturesPanel{
		padding-top:50px;
	}
}

@media only screen and (max-width: 759px){
	.hpNewsSplit{
		width: 100%;
		height: auto;
		display:block;
	}
	.hpNewsPressPanel{
		width: 100%;
		padding: 45px 4.166667vw 45px 4.166667vw;
	}
	.hpNewsFeaturesPanel{
		width: 100%;
		padding: 45px 4.166667vw 45px 4.166667vw;
	}

	.hpNewsFeaturesPane{
		width: 100%;
	}
	.hpNewsFeaturesFooter{
		flex-direction: column;
	}
	.hpNewsFeaturesFooter .arrowLink,.hpNewsFeaturesFooter p{
		width: 100%;
		margin-top:30px;
	}
	.hpNewsFeaturesPane .NFImage{
		height: auto;
	}
	
	.hpNewsPressPanel .newsList{
		flex-direction:column;
	}
	
	.hpNewsPressPanel .newsRow{
		width: auto;
		margin-left: 4.16666667vw;
		margin-right: 4.16666667vw;
	}
	
	.hpNewsPressPanel .newsRow:last-child{
		padding-top:0;
		border-top: none;
	}
	
	.hpNewsFeaturesCarousel{
		padding-bottom: 70px;
	}
	
}





.landing .with-spacer{
	padding-top: 128px;
	box-sizing: border-box;
	height: 100%;
}

@media only screen and (max-width: 983px){
	.landing .with-spacer{
		padding-top: 80px;
	}
}





.landing .landingTitle{
	position:relative;
	width:100%;
	height:500px;
}

.landing .titleImage{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.landing .titleImage:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    display: block;
    background: linear-gradient(to bottom, rgba(14,43,99,0.95), rgba(14,43,99,0));
}

.landing .titleImage img{
	object-fit: cover;
	width: 100%;
	height:500px;
	object-position: 50% 100%;
	display:block;
}

.landing .titleBox{
	position: relative;
	
	width: 41.6666667%; 
    margin-left: 5.555556vw;
    padding: 48px 2.777778vw;
	background-color: rgba(14,43,99,0.44);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-sizing: border-box
}
.landing .titleBox:after{
	content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 6.5px;
    width: 100%;
    display: block;
    background: linear-gradient(90deg, #0e2b63 30.4785%, rgba(0, 0, 0, 0) 30.4785%), linear-gradient(90deg, #004f9f 52.15788%, rgba(0, 0, 0, 0) 52.15788%), linear-gradient(90deg, #00b1eb 64.72807%, rgba(0, 0, 0, 0) 64.72807%), linear-gradient(90deg, #ef7d00 73.22551%, rgba(0, 0, 0, 0) 73.22551%), linear-gradient(90deg, #ffbb00 79.62792%, rgba(0, 0, 0, 0) 79.62792%), linear-gradient(90deg, #50af47 86.69237%, rgba(0, 0, 0, 0) 86.69237%), linear-gradient(90deg, #afca0b 92.0305%, rgba(0, 0, 0, 0) 92.0305%), linear-gradient(90deg, #5a328a 97.0083%, rgba(0, 0, 0, 0) 97.0083%), linear-gradient(90deg, #e72582 100%, rgba(0, 0, 0, 0) 100%);
}

.landing .titleBox h3{
	font-size: 21px;
	letter-spacing: 0.3rem;
	font-weight: normal;
	color: #fff;
    text-transform: uppercase;
}

.landing #pageContent .titleBox p{
	font-size: 32px;
	font-weight: bold;
	color: #fff;
	line-height: 110%;
}



.landing .standfirst{
	padding: 144px 12.5vw 104px; 
	box-sizing: border-box;
}
.landing #pageContent .standfirst p{
	font-size: 26px;
	font-weight: 300;
	color: #0e2b63;
	line-height: 150%;
}

@media only screen and (max-width: 960px){
	
	
	.landing .titleBox{
		width: 55.5555556vw;
		padding: 30px 5.5555556vw 48px;
	}
	.landing .titleBox h3{
		font-size: 18px;
		margin-bottom:20px;
	}
	.landing #pageContent .titleBox p{
		font-size: 28px;
	}
	.landing .standfirst{
		padding: 80px 11.111111vw 60px;
	}
	.landing #pageContent .standfirst p{
		font-size:20px;
	}
}

@media only screen and (max-width: 767px){

	.landing .landingTitle{
		height:367px; 
		margin-top: 100px;
	}

	.landing .titleImage img{
		height:367px; 
	}
	
	.landing .landingTitle.noTitleBox, .landing .landingTitle.noTitleBox img{
		height:200px;
	}
	
	.landing .titleBox{
		width: 83.333333vw;
		margin-left: 4.1666667vw;
		padding: 30px 4.1666667vw 48px;
	}
	.landing .titleBox h3{
		font-size:12px;
	}
	.landing #pageContent .titleBox p{
		font-size: 24px;
	}
	.landing .standfirst{
		padding: 70px 8.333333vw 60px;
	}
}

@media only screen and (min-width: 1440px){
	.landing .titleBox{
	    margin-left: 80px;
		padding: 48px 40px;
	}
}







.landing .gridLayout-6up{
	margin-top:2px;
	box-sizing: border-box;
}
 
.gridLayout-landing{
	display:-ms-grid;
	display:grid;
	grid-template-columns: 1fr 1fr 1fr;
	-ms-grid-columns: 1fr 1fr 1fr;
	grid-template-rows: 3fr 3fr 4fr; 
	-ms-grid-rows: 3fr 3fr 4fr; 
	grid-gap: 2px;
	height:100%;
}

.gridLayout-landing .left-column{
	-ms-grid-column: 1;
	-ms-grid-row: 1;
	-ms-grid-row-span: 3;
	grid-row: 1/4;
	grid-column: 1/2;
}

.gridLayout-landing .contentHL:nth-of-type(2){
	-ms-grid-column-span: 2;
	-ms-grid-column: 2;
	grid-column: 2/4;
	-ms-grid-row: 1;
	-ms-grid-row-span: 2;
	grid-row: 1/3;
}
.gridLayout-landing .contentHL:nth-of-type(3){
	-ms-grid-column: 2;
	-ms-grid-row: 3;
	grid-column:2/3;
	grid-row:3/4;

}
.gridLayout-landing .contentHL:nth-of-type(4){
	-ms-grid-column: 3;
	-ms-grid-row: 3;
	grid-column:3/4;
	grid-row:3/4;
}



   
.landingSection .gridLayout-5up{
	display:-ms-grid;
	display:grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	-ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-template-rows: 3fr 2fr; 
	-ms-grid-rows: 3fr 2fr;
	grid-gap: 2px;
	height: 52.083333vw; 
	max-height: 100vh;
	max-height:calc(var(--vh, 1vh) * 100); 
	margin-top:2px;
	box-sizing: border-box;
}


.landingSection .gridLayout-5up .contentHL:nth-of-type(1){
	-ms-grid-column-span: 3;
	-ms-grid-column: 1;
	grid-column: 1/4;
	-ms-grid-row: 1;
	grid-row: 1/2;
}

.landingSection .gridLayout-5up .contentHL:nth-of-type(2){
	-ms-grid-column-span: 3;
	-ms-grid-column: 4;
	grid-column: 4/7;
	-ms-grid-row: 1;
	grid-row: 1/2;
}

.landingSection .gridLayout-5up .contentHL:nth-of-type(3){
	-ms-grid-column-span: 2;
	-ms-grid-column: 1;
	grid-column: 1/3;
	-ms-grid-row: 2;
	grid-row: 2/3;
}

.landingSection .gridLayout-5up .contentHL:nth-of-type(4){
	-ms-grid-column-span: 2;
	-ms-grid-column: 3;
	grid-column: 3/5;
	-ms-grid-row: 2;
	grid-row: 2/3;
}

.landingSection .gridLayout-5up .contentHL:nth-of-type(5){
	-ms-grid-column-span: 2;
	-ms-grid-column: 5;
	grid-column: 5/7;
	-ms-grid-row: 2;
	grid-row: 2/3;
}



   
.landingSection .gridLayout-3up{
	display:-ms-grid;
	display:grid;
	grid-template-columns: 1fr 1fr 1fr;
	-ms-grid-columns: 1fr 1fr 1fr;
	grid-template-rows: 1fr 1fr; 
	-ms-grid-rows: 1fr 1fr;
	grid-gap: 2px;
	height: 41.666667vw; 
	max-height: 100vh;
	max-height:calc(var(--vh, 1vh) * 100); 
}   

.landingSection .gridLayout-3up .contentHL:nth-of-type(1){
	-ms-grid-column-span: 2;
	-ms-grid-column: 1;
	grid-column: 1/3;
	-ms-grid-row-span: 2;
	-ms-grid-row: 1;
	grid-row: 1/3;
}

.landingSection .gridLayout-3up .contentHL:nth-of-type(2){
	-ms-grid-column: 3;
	grid-column: 3/4;
	-ms-grid-row: 1;
	grid-row: 1/2;
}

.landingSection .gridLayout-3up .contentHL:nth-of-type(3){
	-ms-grid-column: 3;
	grid-column: 3/4;
	-ms-grid-row: 2;
	grid-row: 2/3;
}

.landingSection .layout-container{
	height:100%;
	display: flex;
    flex-direction: column;
    justify-content: center;
}


@media only screen and (max-width: 759px){
	.gridLayout-landing, .landingSection .gridLayout-3up, .landingSection .gridLayout-5up{
		display:block;
		height:auto;
		max-height:inherit;
	}
	.gridLayout-landing .contentHL, .gridLayout-landing .left-column, .landingSection .gridLayout-3up .contentHL, .landingSection .gridLayout-5up .contentHL{
        margin-bottom:2px;
	}
}









 .left-column{
	 display:flex;
	 flex-direction:column;
	 height:100%;
 }
.left-column .landingSectionIntro{
	padding: 0 2.777778vw; 
	display: flex;
	flex-direction: column;
	justify-content: center;
	height:40%;
	
	box-sizing: border-box;
	flex-grow: 0;
}

.left-column .landingNavShortcuts{
	padding: 0 2.777778vw; 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position:relative;
	height:0;
	flex-grow: 1;
}


#pageContent .landingSectionIntro h3{
	color: #fff;
    font-size: 38px;
    font-weight: 700;
    line-height: 110%;
    margin-bottom: 20px;
}

#pageContent .landingSectionIntro p{
	color:#fff;
	font-size:14px;
	line-height: 140%;
}

#pageContent .landingNavShortcuts #ow_lhn_container ul{
	padding:0;
	margin:0 0 -9px 0;
}

#pageContent .landingNavShortcuts #ow_lhn_container ul li:before{
	content:none;
}

#pageContent .landingNavShortcuts .ow_lhn_div_firstone{
	display:none;
}

#pageContent .landingNavShortcuts .ow_lhn_li_2{
	font-weight: bold;
	font-size: 14px;
	display:inline-block;
	padding: 8px 12px;
	border: 1px solid #0e2b63;
	margin: 0 9px 9px 0;
}

#pageContent .landingNavShortcuts .ow_lhn_li_2 a{
	color: #0e2b63;
}

.left-column .landingNavShortcuts:after, .left-column .landingCareers:after{
	content: "";
	position:absolute;
	bottom:0;
	left:0;
    height: 11.25px;
    display: block;
	width:100%;
    background: linear-gradient(90deg, #0e2b63 30.4785%, rgba(0, 0, 0, 0) 30.4785%),
	linear-gradient(90deg, #004f9f 52.15788%, rgba(0, 0, 0, 0) 52.15788%), 
	linear-gradient(90deg, #00b1eb 64.72807%, rgba(0, 0, 0, 0) 64.72807%), 
	linear-gradient(90deg, #ef7d00 73.22551%, rgba(0, 0, 0, 0) 73.22551%), 
	linear-gradient(90deg, #ffbb00 79.62792%, rgba(0, 0, 0, 0) 79.62792%), 
	linear-gradient(90deg, #50af47 86.69237%, rgba(0, 0, 0, 0) 86.69237%), 

	linear-gradient(90deg, #afca0b 92.0305%, rgba(0, 0, 0, 0) 92.0305%), 
	linear-gradient(90deg, #5a328a 97.0083%, rgba(0, 0, 0, 0) 97.0083%), 
	linear-gradient(90deg, #e72582 100%, rgba(0, 0, 0, 0) 100%);
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
	
	#pageContent .landingNavShortcuts .ow_lhn_li_2{
		letter-spacing: -0.7px;
		padding: 8px 10px;
	}
}


@media only screen and (max-width: 759px){
	.left-column .landingSectionIntro{
		padding: 45px 4.166667vw;
		min-height:62.5vw; 
		height:0; 
		box-sizing: border-box;
	}
	.left-column .landingNavShortcuts, .left-column .landingCareers{
		padding: 40px 4.166667vw;
		height: auto;
	}
	#pageContent .left-column .landingNavShortcuts a{
		text-decoration:none!important;
	}
}








 
 .landingSection{
		display:flex;
		flex-direction: column;
		justify-content:center;
 }
 
 .disclaimerBlock{
    display:block;
	padding: 60px 13.888889vw;
}


#pageContent .disclaimerBlock p{
	text-align:center;
	font-size:14px;
	color: #0e2b63;
}

@media only screen and (min-width: 760px){
	.disclaimerBlock{
		scroll-snap-align: start;
	}
}

  



   
   .bottomLinks{
		height: 120px;
		display: flex;
		flex-direction: column;
		justify-content: center;
   }
   
   #pageContent .linksList{
	   list-style:none;
	   padding:0;
	   margin:0;
	   display:flex;
	   justify-content: center;
   }
   
   .linkItem{
	    font-weight: bold;
		font-size: 14px;
		display: inline-block;
		padding: 11px 15px;
		border: 1px solid #0e2b63;
		margin: 10px;
   }
   
   .linkItem a, #pageContent .linkItem a{
	   color: #0e2b63;
   }
   
    #pageContent .linkItem:before{
		content: none;
	}
	
	@media only screen and (max-width: 759px){
		.bottomLinks{
			height:auto;
		}
		#pageContent .linksList{
			flex-wrap:wrap;			
		}
	}
	
	



   
	.threeColumnSplit{
		display:flex;
		height:100%;
	}
	.threePanel{ 
		padding: 50px 2.777778vw 0 2.777778vw;
		box-sizing: border-box;  
		width: 33.333333vw;
		position: relative;
	}
	.threePanelTwo{
		padding: 95px 2.777778vw 0 2.777778vw;
		box-sizing: border-box;  
		width: 66.666667vw;
		position: relative;
	}
	
	.panelBlue{
		background: #0e2b63;
	}


	.panelBlue:after{
	content: "";
	position:absolute;
	bottom:0;
	left:0;
    height: 11.25px;
    width: 100%;
    display: block;
    background: linear-gradient(90deg, #0e2b63 30.4785%, rgba(0, 0, 0, 0) 30.4785%),
	linear-gradient(90deg, #004f9f 52.15788%, rgba(0, 0, 0, 0) 52.15788%), 
	linear-gradient(90deg, #00b1eb 64.72807%, rgba(0, 0, 0, 0) 64.72807%), 
	linear-gradient(90deg, #ef7d00 73.22551%, rgba(0, 0, 0, 0) 73.22551%), 
	linear-gradient(90deg, #ffbb00 79.62792%, rgba(0, 0, 0, 0) 79.62792%), 
	linear-gradient(90deg, #50af47 86.69237%, rgba(0, 0, 0, 0) 86.69237%), 
	linear-gradient(90deg, #afca0b 92.0305%, rgba(0, 0, 0, 0) 92.0305%), 
	linear-gradient(90deg, #5a328a 97.0083%, rgba(0, 0, 0, 0) 97.0083%), 
	linear-gradient(90deg, #e72582 100%, rgba(0, 0, 0, 0) 100%);
	}
	
	
	
	.calendarRow .calendarDate{
		display:block;
		font-size:14px;
		line-height:140%;
		margin-bottom:16px;
	}
	
	.calendarRow .calendarEvent{
		font-size:18px;
		line-height:110%;
		display:block;
		margin-bottom:20px;
		color:#0e2b63;

	}
	
	
	.sharePriceRow .spExchange{
		font-size:20px;
		line-height:110%;
		display:block;
		margin-bottom:20px;
		color:#fff;	
	}
	
	.sharePriceRow .spDate{
		display:block;
		font-size:14px;
		line-height:140%;
		margin-bottom: 16px;
		color:#fff;
	}
	
	.sharePriceRow .spPrice{
		font-size:26px;
		line-height:110%;
		display:block;
		position:absolute;
		top: 10px;
		right: 48px;
		text-align: right;
		font-weight: bold;
		color:#fff;
	}
	
	.sharePriceRow .spChange{
		font-size:14px;
		line-height:140%;
		text-align: right;
		display:block;
		position:absolute;		
		top: 0;
		right: 0;
		color: #fff;
	}
	
#pageContent .carouselHorizontal .slick-dots{
	display:flex;
	width:100%;
	position:relative;
	justify-content:center;
	bottom: -50px;
}

.carouselHorizontal .slick-dots li{
	width:12.5%;
	margin:0!important;
	height: 10px;
	display:block;
	position:relative;
}	
	
.carouselHorizontal .slick-dots li .custom-slick-bar{
	display: block;
	width:100%;

	height:8px;
	border-bottom: 2px solid #0e2b63;
}

.carouselHorizontal .slick-dots li.slick-active .custom-slick-bar{
	height:6px;
	border-bottom: 4px solid #0e2b63;
}


.carouselHorizontal.slick-initialized .slick-slider, .carouselHorizontal.slick-initialized .slick-list, .carouselHorizontal.slick-initialized .slick-track, .carouselHorizontal.slick-initialized .contentHL, .carouselHorizontal.slick-initialized .contentHLImage{
	height:100%;
}

#homeContent .hero-content-carousel .slick-dots{
	display: flex;
	width: 100%;
	position: relative;
	justify-content: center;
	bottom: -40px;
	gap: 30px;
	position: absolute;
	left: 0;
}

.hero-content-carousel .slick-dots li{
	width:20%;
	margin:0!important;
	height: 10px;
	display:block;
	position:relative;
}	
	
.hero-content-carousel .slick-dots li .custom-slick-bar{
	display: block;
	width:100%;
	height:17px;
	border-bottom: 3px solid rgba(255,255,255,0.5);
}

.hero-content-carousel .slick-dots li.slick-active .custom-slick-bar{
	height:19px;
	border-bottom: 1px solid #fff;
	position:relative;
}

.hero-content-carousel .slick-dots li.slick-active .custom-slick-bar:after{
	content:"";
	position:absolute;
	top:0;
	left:0;
	height:15px;
	border-bottom: 5px solid #fff;
	width:0;
	animation: hero-timer 3.5s linear;
	animation-fill-mode: forwards;
}

@keyframes hero-timer {
	100% {
		width: 100%;
	}
}



@media only screen and (max-width: 759px){
	.threeColumnSplit{
		height: auto;
		display:block;
	}
	.threePanel, .threePanelTwo{
		width: 100%;
		padding: 45px 4.166667vw 45px 4.166667vw;
	}
	
	#pageContent .carouselHorizontal{
		width: 100%;
	}
	
	main .carouselHorizontal .slick-dots{
		width: 100%;
		padding: 0 4.166667vw;
		box-sizing: border-box;
	}
	
	.carouselHorizontal .slick-dots li{
		width: 100%;
	}
}






.resourcesCarousel{
	display:flex;
	overflow: hidden;
	padding-bottom:30px;
}

.resourcesPane{
	margin-right: 2.777778vw;
}
.resourcesCarousel .slick-list{
	margin-right: -2.777778vw; 
}


.resourcesPane{
	width: 25vw;
}
.resourcesPane:last-child{
	margin-right:0;
}
.resourcesPane .resourcesImage img{
	object-fit:cover;

	width:100%;
	display:block;
	font-family: 'object-fit: cover; object-position: 50% 50%;';
}
.resourcesPane .resourcesImage{
	margin-bottom: 42px;
}

#pageContent .resourcesPane h4 a{
	font-size: 20px;
	color: #fff;
	line-height: 110%;
	display:block;
	margin-bottom: 20px;
}
.resourcesPane p{
	font-size:14px;
	line-height:140%;
	color: #fff;
}

.resourcesCarousel .slick-dots{
	display:flex;
	width:100%;
	position:relative;
}

.resourcesCarousel .slick-dots li{
	width:33.3333%;
	margin:0!important;
	height: 10px;
	display:block;
	position:relative;
}

.resourcesCarousel .slick-dots li .custom-slick-bar{
	display: block;
	width:100%;
	height:8px;
	border-bottom: 2px solid #fff;
}

.resourcesCarousel .slick-dots li.slick-active .custom-slick-bar{
	height:6px;
	border-bottom: 4px solid #fff;
}

#mediaResources  h4{
	font-size:26px;
	font-weight: bold;
	color: #0e2b63;
}

#mediaResources .threePanelLast{
	display:flex;
	flex-direction:column;
}

#mediaResources .threePanelLast .usefulInfo{
	border-bottom: 1px solid #0e2b63;
	margin-bottom:95px;
}
#mediaResources .threePanelLast .usefulInfo:last-child{
	border:none;
}




   
.landingCareers{
	padding: 0 4.166667vw;
	display: flex;
    flex-direction: column;
    justify-content: center;
	flex-grow:1;
	height:0; 
	position: relative;
}



.landingCareers .topEmployer{
	width: 150px;
	margin: 10px 0 20px;
}

.socialCareers{
	margin-top: 30px;
}
.socialCareers h4{
	font-size: 20px;
	font-weight: bold;
	color:#0e2b63;
}

#pageContent .landingCareers p{
	font-size: 14px;
	line-height:140%;
	color: #0e2b63;
	margin-bottom: 0;
}

#pageContent .socialCareers .socialMediaSquares ul{
    display:flex;
	padding: 0;
}

#pageContent .socialCareers .socialMediaSquares li:before{
	content: none;
}
   
#pageContent .socialCareers .socialMediaSquares ul li a span {
   display: none;
}
  
#pageContent .socialCareers .socialMediaSquares ul li a i {
	font-size: 25px;
	line-height: 54px;
	color:#0e2b63;
	transition: color 0.3s;
}
  
#pageContent .socialCareers .socialMediaSquares ul li a:hover i{
  color:#004f9f;
}
  
#pageContent .socialCareers .socialMediaSquares ul li a {
    display: block;
    height: 44px;
    width: 28px;
}
  
#pageContent .socialCareers .socialMediaSquares ul li {
    position: relative;
    margin: 0 15px 0 0;
}



   

