
.alsoInterest .contentHLDouble  .contentHLImage img{
    object-position: 100% 0%;
}

.contentHLLinks .linksBox h4{
    margin: 0 0 20px 0;
}

.contentHLLinks .linksBox .arrowLinkLozenge{
   position: absolute;
   bottom: 40px;
}

ul.slick-dots{
   position: absolute;
    bottom: 20px;
    left: 0;
    display: flex;
    gap: 5px;
}

ul.slick-dots li{
	width: 10px;
	height: 10px;
}

ul.slick-dots li button{
	border-radius: 50%;
	background: rgba(255,255,255,0);
	border: 2px solid #fff;
	box-sizing: border-box;
	width: 10px;
	height: 10px;
	padding: 0;
}

ul.slick-dots li button:before{
	content:none;
}


ul.slick-dots li.slick-active button{
	background: rgba(255,255,255,1);
}

ul.slick-dots li.slick-active button:before{
	content:none;
}

#pageContent .slick-dotted.slick-slider{
	margin-bottom:0;
}

.downloadLink{
    color: #fff;
    border-top: 1px solid rgba(255,255,255,0.15);
    margin-bottom: 20px;
    padding-top: 20px;
}
.downloadLink .downloadMeta{
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    line-height: 140%;
    margin-bottom: 16px;
    font-weight: 300;
    color: #fff;
}
#pageContent .downloadLink h4{

    width:100%;

}


#pageContent .downloadLink a.link {
    display:flex;
    gap:10px;
    font-size: 18px;
    color: #fff;
    line-height: 110%;
    margin-bottom: 20px;
    font-weight: normal;
    min-height:40px;
   }
   
   #pageContent .downloadLink .icon-download{
    font-size:36px;
    display:block;
    color: #fff;
}
   
#pageContent .downloadLink p{
    font-size: 14px;
    line-height: 140%;
    margin-bottom: 16px;
    font-weight: 300;
    color: #fff;
}






@media only screen and (min-width: 960px) and (max-width: 1199px){
	.contentHLLinks .linksBox{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.contentHLLinks .linksBox h4{
		font-size: 20px;
		margin-bottom: 10px;
	}
	#pageContent .downloadLink p{
		display:none;
	}
	.layoutRow-2up .contentHLTitle .titleBox h3{
		font-size: 18px;
	}
	.landing #pageContent .contentHLTitle .titleBox p{
		font-size: 26px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 959px){
	.layoutRow-2up.layoutRow-2up-title-inset .contentHLImage{
		height: 50%;
		-webkit-box-reflect: below;
	}
	.layoutRow-2up.layoutRow-2up-title-inset .titleBox{
		margin-bottom: 80px;
	}	
}

@media only screen and (max-width: 767px){
	.layoutRow-2up.layoutRow-2up-title-inset .contentHL.contentHLTitle:before{
		padding-top: 250px;	
	}
}


