/*Module Newss Feed Starts */
.module-news-feed .module__head-wrap {
  margin-bottom: 24px;
}
.module-news-feed.grey-color-bg{    background: #F6F8FB !important;}
.module-news-feed * {
  font-family: var(--font-main);
}
.module-news-feed .module__head-wrap .h3 {    font-weight: 400;
  margin: 0;
  display: inline-block;
  margin-right: 30px;
}
.module-news-feed .cards {
  background: var(--light-grey-2);
  box-shadow: 24px 24px 40px rgba(3, 23, 148, 0.100787), -4px -4px 16px rgba(255, 255, 255, 0.350907), 4px 4px 16px rgba(0, 0, 0, 0.0782343), inset 2px 1px 1px var(--white);
  padding: 30px;
  border-radius: 20px;
  width: 100%;
  max-width: 470px;
  min-height: 385px;
}
.module-news-feed .card {
  margin: 0;
  padding: 20px 10px 20px 10px;
  margin-bottom: 10px;
  transition: all 0.4s;
  position: relative;
}
.module-news-feed .card .date {
  color: var(--grey);
  font-weight: 600;
  margin-bottom: 10px;
}
.module-news-feed .card p, .module-news-feed .card a {
  margin: 0;
}
.module-news-feed .card .nffull-link {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  font-size: 0;
  width: 100%;
  height: 100%;
}
.module-news-feed .card:hover a, .module-news-feed .card:focus-visible a {
  text-decoration: underline;
}
.module-news-feed .card:hover, .module-news-feed .card:focus-within {
  background-color: var(--white);
  padding-left: 10px;
  border-radius: 20px;
}
.module-news-feed .feedWrapper.processed {
  border-radius: 10px;
  padding: 10px 15px;
  display: flex;
  margin-bottom: 7px;
  transition: all .3s ease-in-out;
}
.module-news-feed .twitterWrapper .feedWrapper:hover {
  background: var(--white);
}
.module-news-feed .imageIcon {
  margin-right: 20px;
  min-width: 30px; width: 30px;
}
.module-news-feed img {
  width: 30px;
  display: block;
  max-width: 100%;
  margin: 0 auto;max-height: 40px;
}
.module-news-feed .twitterWrapper .feedWrapper .twitterFeedContent .timeDate {
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 14px;
  color: #4D4D4D;
  margin-bottom: 10px;
}
.module-news-feed .twitterWrapper .feedWrapper .twitterFeedContent .titleLinks span {
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 17px;    color: var(--main-blue);
}
.module-news-feed .twitterWrapper .feedWrapper:hover .titleLinks span {
  text-decoration-line: underline;
}
.news-feed-item p {   line-height: 22px;}
.module-news-feed .twitterWrapper .titleLinks .linksFeeds {
    display: block;
}
/*.module-news-feed .twitterWrapper .feedWrapper .twitterFeedContent .titleLinks .mentionedTags, .module-news-feed .twitterWrapper .feedWrapper .twitterFeedContent .titleLinks .linksFeeds {
    color: #0066F5;
}*/
.module-news-feed .twitterWrapper .feedWrapper .twitterFeedContent .titleLinks .mentionedTags, .module-news-feed .twitterWrapper .feedWrapper .twitterFeedContent .titleLinks .linksFeeds {
    color: #0645AD;
    text-decoration: underline;
}
@media screen and (min-width:1024px) and (max-width:1180px) {
  .module-news-feed .cards {
    min-height: 450px;
  }
}
@media only screen and (max-width: 1024px){
body#Homepage .module-news-feed .news-feed-item {
    padding-bottom: 10px;
    padding-top: 10px; margin-bottom:15px;
}
body#Homepage .module-news-feed .news-feed-item:last-child{margin-bottom:0;}

	.module-news-feed .news-feed-item {padding-bottom:0px;}
  	.module-news-feed .module-head-wrap h2 {font-size: 2.0rem;font-weight: 400;line-height: 28px;}
  	.module-news-feed .news-feed-item p, .module-news-feed .news-feed-item p a {font-size: 1.4rem;font-weight: 600;line-height: 17px;}
        .module-news-feed .twitterWrapper .feedWrapper .twitterFeedContent .titleLinks span {
        font-size: 12px;
        line-height: 14px;
    }
        body#Homepage .module-news-feed .twitterWrapper .feedWrapper {
        padding: 10px 10px;
    }
  
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .module-news-feed .cards {
            padding: 20px;
  }
}
@media only screen and (max-width:767px) {
  .module-news-feed .twitter-wrapper {
    padding-top: 30px;
    clear: both;
  }
  .module-news-feed .cards {
    padding: 20px 10px;        min-height: auto;
  }
}
/* Module News Feed Ends */
.full-width.eq-heights {
    width: 100%;
    max-width: 100%;
    min-height: auto !important;
}
.module-head-wrap {
    position: relative;
}