.newsListing {
    padding: 0 5.555556vw 62px;
    box-sizing: border-box;
    column-gap: 2.777778vw;
    row-gap: 40px;
    display: flex;
    flex-wrap: wrap;
}

.newsBlock {
    padding: 40px 2.777778vw;
    background: #F3F4F7;
    flex: 1 1 31%;
    box-sizing: border-box;
    transition: 0.3s;
    position: relative;
}

.newsBlock:last-of-type {
	
	flex-grow: 0;
}

.newsBlock:hover {
	background: #fff;
	box-shadow: 1px 5px 20px rgba(15, 43, 99, 0.2); 
}

.newsMeta{
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 24px;
}

.newsBlock h4{
	font-size: 22px;
	font-weight: bold;
	line-height: 110%;
	margin: 0 0 42px 0;
}

.newsBlock p{
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 60px;
}

.newsBlock a{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.newsBlock a span{
	position: absolute;
	bottom:40px;
	left:2.7777778vw;
	font-size: 16px;
	line-height: 140%;
}

.pressReleaseHeading{
	margin: 0 5.555556vw 62px;
	display:flex;
	column-gap: 2.777778vw;
}

.pressReleaseHeading h4{
	font-size: 22px;
	font-weight: bold;
	line-height: 110%;
	display:block;
	flex: 1 1 30%;
	margin: 0;
}

.pressReleaseHeading p{
	font-size: 16px;
	line-height: 140%;
	display:block;
	flex: 1 1 60%;
	margin: 0;
}


@media only screen and (min-width: 1440px){

    .newsListing {
        column-gap: 40px;
        padding-left: 80px;
        padding-right: 80px;
    }
    
    .newsBlock { 
        padding: 40px;
    }
    
    .newsBlock a span{
        left:40px;
    }
    
    .pressReleaseHeading{
	margin: 0 80px 62px;
	column-gap: 40px;
}
    
}

@media only screen  and (min-width: 768px) and (max-width: 959px){
	
	.newsBlock {
		flex: 1 1 48%;
	}
}

@media only screen and (max-width: 767px){
	.newsListing { 
		flex-direction:column;
	}
	.newsBlock {
		flex: 1 1 100%;
	}
}
.contentHLDouble  .contentHLImage img{
    object-position: 100% 0%;
}


.greyBG{
	background: #f4f7f9;
	padding: 60px 0 0;
}


.contentHLLinks .linksBox h4 {
	font-size: 26px;
	margin-top: 0;
	font-weight: bold;
}

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

.contentHLLinks .linksBox .newsRow a.link h4 {
	font-size: 18px;
	color: #fff;
	line-height: 110%;
	display: block;
	margin-bottom: 20px;
	font-weight: normal;
}

.newsRow p{
	display: none;
}

.newsRow {
	padding-bottom: 12px;
	margin-bottom: 32px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.contentHLLinks > a.link{
	position: absolute;
	bottom: 48px;
}


.newsStoriesHeading{
	margin: 0 5.555556vw 62px;
	display:flex;
	column-gap: 2.777778vw;
	padding-bottom: 62px;
	border-bottom: 1px solid rgba(14, 43, 99, 0.1);
}

.newsStoriesHeading h4{
	font-size: 22px;
	font-weight: bold;
	line-height: 110%;
	display:block;
	flex: 1 1 30%;
	margin: 0;
}

.newsStoriesHeading p{
	font-size: 16px;
	line-height: 140%;
	display:block;
	flex: 1 1 60%;
	margin: 0;
}


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

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

.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;
}




.newsAndFeatures{
	padding: 0 5.555556vw 62px;
	box-sizing: border-box;
	column-gap: 2.777778vw;
	row-gap: 40px;
	display: flex;
	flex-wrap: wrap;
}

.newsFeaturesPane{
	flex: 1 0 30%;
	position: relative;
}

.newsFeaturesPane .NFMeta {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    line-height: 140%;
    margin: 22px 0;
    color: #0e2b63;
    font-weight: 300;
}

.newsFeaturesPane .NFTextArea h4 {
    font-weight: normal;
    font-size: 22px;
    line-height: 110%;
    color: #0e2b63;
    margin: 24px 0;
}

.newsFeaturesPane .NFTextArea p {
    font-weight: normal;
    font-size: 14px;
    line-height: 140%;
    color: #0e2b63;
    font-weight: 300;
    margin-bottom: 60px;
}

.newsFeaturesPane .NFTextArea a.link{
    position: absolute;
    bottom: 0;
    font-size: 16px;
    color: #0e2b63;
}


.newsFeaturesPane .NFImage{
    aspect-ratio: 4/3.25;
}

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

#emailAlerts, #socialMediaSubs{
    margin-bottom: 40px;
}

#emailAlerts{
	background-color: #004f9f;
}

#socialMediaSubs{
	background-color: #0e2b63;
	overflow: hidden;
}

#emailAlerts .emailAlertsContainer, #socialMediaSubs .socialMediaSubsContainer {
    padding: 20px 5.555556vw;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
}

#emailAlerts h4, #socialMediaSubs h4 {
    font-weight: normal;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.33em;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
}

#emailAlerts p, #socialMediaSubs p {
    font-weight: normal;
    font-size: 14px;
    line-height: 140%;
    color: #fff;
    max-width: 35%;
    margin: 0;
}

#emailAlerts .arrowLinkLozenge, #socialMediaSubs .arrowLinkLozenge {
    color: #fff;
    text-decoration: none;
    margin-left: 30px;
}

#socialMediaSubs .socialMediaSquares{
	display:none;
}


.collapsible {

}
.collapsed {
  max-height: 0;
}


#socialMediaSubs ul{
	list-style:none;
	display:flex;
	gap: 20px;
	justify-content: center;
}

#socialMediaSubs ul li a{
	display: block;
	height: 44px;
	width: 28px;
	transition: background 0.5s;
	color: #fff;
}
#socialMediaSubs ul li a i{
	font-size: 25px;
	line-height: 54px;
	color: #fff;
	transition: color 0.3s;
}
#socialMediaSubs ul li a:hover i{
	color: #00b1eb;
}


#socialMediaSubs ul li a span{
	display: none;
}

#pageContent #socialMediaSubs .icon-youtube:before{
	content: "\e018";
	font-family: "bat-icon-set-1"!important;
}

.withinContainer > h4{
	padding-left: 5.5555567vw;
	padding-right: 5.5555567vw;
}



@media only screen and (min-width: 1440px){

    .newsAndFeatures{
        column-gap: 40px;
        padding-left: 80px;
        padding-right: 80px;
    }
    
    
    .newsStoriesHeading{
	margin: 0 80px 62px;
	column-gap: 40px;
	}
	
	.withinContainer > h4{
		padding-left: 80px;
		padding-right: 80px;
	}
	
	
}

@media only screen and (max-width: 960px){
	.contentHLLinks .linksBox h4 {
		font-size: 16px;
		margin-bottom: 10px;
	}
	#pageContent .downloadLink a.link {
		font-size: 16px;
	}
	.newsFeaturesPane{
		flex: 1 0 45%;
	}
}

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

	#emailAlerts .emailAlertsContainer, 	#socialMediaSubs .socialMediaSubsContainer{
		flex-direction: column;
		gap: 15px;
		align-items: flex-start;
	}
	#emailAlerts p, #socialMediaSubs p{
		max-width: inherit;
	}
	#emailAlerts .arrowLinkLozenge, 
	#socialMediaSubs .arrowLinkLozenge{
		margin-left: 0;
	}
	.newsFeaturesPane{
		min-width: 100px;
	}
	.withinContainer > h4{
		padding-left: 4.1666667vw;
		padding-right: 4.1666667vw;
	}
    
}

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

	.newsFeaturesPane{
		flex: 1 0 90%;
	}

}




