
.mejs-overlay-button{display:none!important;}


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

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


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

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

.newsFeaturesPane{
	flex: 1 0 45%;
}

}

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

.newsFeaturesPane{
	flex: 1 0 90%;
}

}






.js #overlayInner {
  background-color: #121825;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  display: none;
  cursor: pointer;
  z-index: 3; }

.megaOn #overlayInner {
  display: block; }

.lt-ie8 #overlayInner {
  display: none !important; }

.popUp{ padding:2em; background:#FFFFFF;}

.popupClose{position:absolute; top: -1.5em; right: -1.5em; cursor: pointer;}
.popupClose .icon-progress-completed {position:absolute; top: 0; right: 0; color: #07aada; font-size:3em;}
.popupClose .icon-cancel {position:absolute; top: 0.25em; right: 0.25em; color: #FFFFFF; font-size:2em;}




.videoContainer{padding-bottom:56.296%}
.mejs-container {
  width: 100% !important;
  height: auto !important;
  padding-top: 56.296%;
}

.mejs-overlay, .mejs-poster {
  width: 100% !important;
  height: 100% !important;
}
.mejs-mediaelement video {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  width: 100% !important;
  height: 100% !important;
}

.videoInfo p, .videoInfo ul{
  font-size:0.9em;
}

.videoContainer100x45{padding-bottom:45%;}
.videoContainer100x45 .mejs-container{padding-top:45%;}
.videoContainer24x10{padding-bottom:42.2222%;}
.videoContainer24x10 .mejs-container{padding-top:42.2222%;}


