
#pageContent{
	margin-top: 180px;
}

.contentHLLinks .linksBox h3{
	margin-top:0;
}

.layoutRow-3up-heading .contentHLLinks .linksBox{
	padding: 0 0 0 2.77778vw!important;;
}

.contentHLLinks .linksBox h4{
	color: #0e2b63;
	margin: 18px 0 8px;
	font-size:22px;
}

.contentHLLinks.contentHLMidBlue .linksBox h4,
.contentHLLinks.contentHLDrkBlue .linksBox h4
{
	color: #fff;
}

#pageContent .contentHLLinks .linksBox .linksBoxList{
	margin: 0;
}

#pageContent .contentHLLinks .linksBox .linksBoxList li{
    border:none!important;
    margin: 0!important;
    padding: 8px 0!important;
    color: #0e2b63;
}
#pageContent .contentHLLinks .linksBox .linksBoxList li a{
   color: #0e2b63!important;
       display: flex!important;
       justify-content: space-between;
    align-items: center;
}

#pageContent .contentHLLinks .linksBox .linksBoxList li a:after{
    content ">";
    pointer-events:none;
        display: block;
    margin-left: 0!important;
    pointer-events: none;
       color: #0e2b63!important;
}

#pageContent .contentHLTxtArea a.anchor{
    display: block;
    position: absolute;
    color: #fff;
    margin-bottom: 30px;
    bottom: 0;
}

.investorsSection {
    margin-bottom: 120px;
}

.investorsSectionTitle{
	position:relative;
	padding: 0 5.555556vw 36px;
	box-sizing: border-box;
}

.investorsPanelSummary{
	max-width: 840px;
	padding: 0 2.777777vw;
	margin: 36px auto;
}
.investorsPanelDetail{
	max-width: 840px;
	padding: 0 2.777777vw;
	margin: 0 auto 36px auto;
	display:none;
}


#pageContent .investorsPanelSummary p.subHeading{
	font-size:22px;
	font-weight: bold;
	line-height:150%;
	color: #0e2b63;
}

#pageContent .investorsPanelSummary .intro p{
	font-size: 18px;
	font-weight: normal;
	line-height:150%;
	color: #0e2b63;
}

.investorsPanelSummary a.arrowLinkLozenge{
	border-color: #0e2b63;
	color: #0e2b63;
	transition: 0.3s;
}
.investorsPanelSummary a.arrowLinkLozenge:hover{
	color: #fff;
	background-color: #0e2b63;
}

#pageContent .investorsPanelDetail  p, #pageContent .investorsPanelDetail  li{
	font-size: 16px;
	font-weight: 300;
	line-height:150%;
	color: #0e2b63;
}


.investorsPanelDetail .content-cols{
	display: flex;
	gap: 40px;
	padding: 40px 0;
}


.investorsPanelDetail .content-col, .investorsPanelDetail .content-figs-col{
	width: 50%;
}


#pageContent .investorsPanelDetail .content-cols-figures p, #pageContent .investorsPanelDetail .content-cols-figures li, #pageContent .investorsPanelDetail .content-cols-figures i{
	color: #fff;
}

.investorsPanelDetail .content-figs-col{
	padding: 40px;
}

.investorsPanelDetail .content-cols-figures .content-col-one{
	background: #0e2b63;
}

.investorsPanelDetail .content-cols-figures .content-col-two{
	background: #004f9f;
}

i.iconBig {
    font-size: 120px;
    line-height: 100px;
    margin-left: -20px;
}

.investorsPanelDetail .content-cols-figures span{
	font-size: 45px;
	line-height: 1em;
	margin-bottom: 0.2em;
	display:block;
}

.investorsPanelDetail .content-cols-figures span.smaller{
	font-size: 30px;
}


.content-fig {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255,255,255,0.5);
}

.content-fig:last-child {
	padding:0;
	border: none;
}

.investorsTitle {
	position: relative;
	overflow: hidden;
	height: 507px;
}

.investorsSectionTitle .titleImage{
	width: 100%;
	height: 500px;
	position: absolute;
	top: 0;
	left: 0;
}

.investorsSectionTitle .titleImage:before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: linear-gradient(to left, rgba(14,43,99,0), rgba(14,43,99,1));
    width: 62.5%;
}

.investorsSectionTitle .titleImage:after{
    bottom: 0;
}

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

.investorsTitleBox{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 36.111111%;
    padding: 36px 2.7777778vw;
    box-sizing: border-box;
}

.investorsTitleBox h4 {
    color: #fff;
    font-size: 32px;
    line-height: 110%;
    margin: 48px 0 32px;
    font-weight: normal;
}

.investorsTitleBox p {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    line-height: 140%;
    margin-bottom: 44px;
}

.shareLinksContainer{
	margin-left: 5.555556vw;
	margin-right: 5.555556vw;
}

@media only screen and (min-width: 1440px){
.investorsSectionTitle{
    padding-left: 80px;
    padding-right: 80px;
}
.investorsTitleBox{
    padding-left: 40px;
    padding-right: 40px;
}
.layoutRow-3up-heading .contentHLLinks .linksBox{
	padding: 0 0 0 40px!important;;
}
	.shareLinksContainer{
		margin-left: 80px;
		margin-right: 80px;
	}

}


