.news-and-insight-feed{padding: 66px 0}
.news-and-insight-feed.even-card{background: var(--white-dark)}
.news-and-insight-feed .title-link .title h2{color: var(--dark-grey-100);}
.news-and-insight-feed-card{height: 100%;}
.news-and-insight-feed-card > a.news-and-insight-feed-link, .news-and-insight-feed-card > a.news-and-insight-item-link{display: block;position: relative;height: 100%;z-index: 0;}
.news-and-insight-feed-card > a.news-and-insight-feed-link:hover .content, .news-and-insight-feed-card > a.news-and-insight-item-link:hover .content{background: var(--dark-grey-100)}
.news-and-insight-feed-card > a.news-and-insight-feed-link:hover .content .date, .news-and-insight-feed-card > a.news-and-insight-item-link:hover .content .date, .news-and-insight-feed-card > a.news-and-insight-feed-link:hover .content .title, .news-and-insight-feed-card > a.news-and-insight-item-link:hover .content .title,.news-and-insight-feed-card > a.news-and-insight-feed-link:hover, .news-and-insight-feed-card > a.news-and-insight-item-link:hover{color: var(--white-light) !important}
.news-and-insight-feed-card > a.news-and-insight-feed-link:hover .content .tag-small, .news-and-insight-feed-card > a.news-and-insight-item-link:hover .content .tag-small{background: var(--light-orange-100);color: var(--dark-grey-100);border-color: var(--light-orange-100);}
.news-and-insight-feed-card > a.news-and-insight-feed-link:hover .content .title > h2, .news-and-insight-feed-card > a.news-and-insight-item-link:hover .content .title > h2{text-decoration: underline}
.news-and-insight-feed-link .image, .news-and-insight-item-link .image{min-height: 209px;width: calc(100% - 25px);border-radius: 12px;background-position: center center;background-size: cover;position: absolute;left: 0;top: -40px;}
.news-and-insight-feed-link .content, .news-and-insight-item-link .content{min-height: 368px;background: var(--white-prime);border-radius: 12px;box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);width: calc(100% - 25px);margin-top: 40px;margin-left: 25px;padding: 190px 24px 24px;height: calc(100% - 30px);transition: all 0.3s ease-in-out}
.news-and-insight-feed-link .content .date-tag, .news-and-insight-item-link .content .date-tag{margin-bottom: 30px;color: var(--text-color);}
.news-and-insight-feed-link .content .title, .news-and-insight-item-link .content .title{color: var(--dark-grey-100);}
@media all and (max-width: 767.98px){
	.news-and-insight-feed-card{height: auto;margin-bottom: 30px;}
    .news-and-insight-feed-card > a.news-and-insight-feed-link, .news-and-insight-feed-card > a.news-and-insight-item-link{height: auto}
    .news-and-insight-feed-link .content, .news-and-insight-item-link .content{min-height: 350px;height: auto}
    .news-and-insight-feed .title-link{flex-flow: column;}
    .news-and-insight-feed {padding: 24px 0;}
}

.news-feed-content-wrapper p a {padding-right:0px;}
.text-video-module-wrapper .news-insights-video-module .video-wrapper .video {min-height:208px;}
.news-insights-video-module .cta.video-cta {
    padding: initial;
    text-decoration: none;
    transition:.5s ease-in-out;
}
.news-insights-video-module .cta.video-cta:hover{
	background: var(--white-light);
    color: var(--cobalt-prime);
    -webkit-text-fill-color: initial;
    
}
.content-video-bc, .content-video-vm, .content-video-yu {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #0000008f;
    box-sizing: border-box;
    padding: 10px;
    z-index: 100;
    display: none;
}
.close-btn {
    position: absolute;
	right: 12%;
    top: 16%;
    background-color: black;
    color: white;
    border-radius: 50%;
    padding: 5px;
    z-index: 999;
    width: 25px;
    height: 25px;
    line-height: 12px;
    cursor: pointer;
}

.video-item-outer {
    margin-top: 30px;
}      

.content-video-bc .inv_playerContainer {
    position: relative;
    width: 70%;
    height: auto;
    min-height: 340px;
    overflow: hidden;
    background-image: url(../images/loader.gif);
    background-repeat: no-repeat;
    background-position: center;
    font-style: normal;
    border-radius: 20px;
    margin: 0 auto;
    align-items: center;
    top: 7%;
}
.youtube-video-iframe{
    width: 70%;
    margin: 0 auto;
    margin-top: 7%;
}

.content-video-vm .vimeo-video-iframe{
    width: 100%;
    height: 100%;
}
.content-video-vm .vimeo-video-iframe .viemo_video {
    top: 0;
    z-index: 99;
    left: 0;
    min-height: 100%;
    width: 70%;
    border-radius: 0%;
}
.content-video-yu .youtube_video{
    border-radius: 20px;
    overflow: hidden;
}
.news-insights-video-module h2.h2-plus{text-align:center;}
@media (min-width:1026px){
  .close-btn {
      right: 12%;
      top: 3%;
  }
}
@media (max-width:1024px){
.content-video-bc .inv_playerContainer {top:30%}
.youtube-video-iframe {margin-top: 40%;}
.close-btn {top: 28%;}
}
@media (max-width:1024px) and (orientation: landscape){
.close-btn {top: 18%;}
.youtube-video-iframe { margin-top: 19%;}
}
@media (max-width:992px){
.text-video-module-wrapper .news-insights-video-module .video-wrapper .video {min-height: auto;}
.content-video-bc .inv_playerContainer {height: auto;min-height: auto;}
.text-video-module-wrapper .news-insights-video-module .video-wrapper .video {min-height: auto !important;}
}

@media (max-width: 992px) and (orientation: landscape){
    .youtube-video-iframe {margin-top: 1%;}
    .content-video-bc .inv_playerContainer {top: 3%;}
    .content-video-vm .vimeo-video-iframe .viemo_video {border-radius: 0;}
}

@media (max-width: 767px){
  .news-insights-video-module .video-wrapper .video {min-height: auto !important;}
  .content-video-bc .inv_playerContainer {position: relative;width: 100%;min-height: auto !important;}
  .content-video-yu .youtube_video {height: 270px;}
  .youtube-video-iframe {width: 95%;}
  .content-video-yu .youtube_video {height: 270px;}
  .content-video-vm .vimeo-video-iframe .viemo_video {width: 90% !important;}
  .content-video-bc .inv_playerContainer {top: 7%; }
  .content-video-vm .vimeo-video-iframe .viemo_video {top: 0; z-index: 99; left: 0; min-height: 100%; width: 70%; 	border-radius: 0%;}
  .youtube-video-iframe {margin-top: 5%;}
}
@media (max-width: 450px){
    .youtube-video-iframe {margin-top: 72%;}
    .content-video-bc .inv_playerContainer {top: 32%;}
    iframe.viemo_video {min-height: 400px !important;margin-top: 50%;}
}

.news-and-insight-listing .news-and-insight-item-link .image-container{
    min-height: 209px;
    width: calc(100% - 25px);
    border-radius: 12px;
    background-position: center center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: -40px;
    overflow: hidden;
}
.news-and-insight-item-link .image{width: 100% !important;top: 0 !important;transition: all ease 0.5s;}
.news-and-insight-item-link .image:hover{transform: scale(1.25);transition: .5s all;}