.newsRead-div p > img {
  width: 100% !important;
  height: auto !important;
}
.newsHeader {
  background: linear-gradient(180deg, rgba(21, 61, 108, 0.24) 28.65%, #000000 100%), url("../../assets/img/home-page-1197938495-62F81ABC-3144-45B7-8F34-8EB425F2E20D.jpg") no-repeat;
  height: 50vh;
  background-size: cover;
}

.node__content img{
  width: 100% !important;
  height: auto !important;
}

/* FLEX  */
/*.view-news-list .view-content {
  display:  flex;
  overflow: hidden;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.view-news-list .views-row {
  display: flex;
  width: 33.33%;
  float: left;
  margin: 0 5px 20px;
  border: 1px solid #efefef;
}*/
/* Flex end */

/* GRID */
.view-display-id-page_1 .view-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
  grid-gap: 31px 25px;
}
.view-display-id-page_1 .views-row {
  border: 1px solid #fefefe;
}

.view-display-id-page_1 .views-row img {
  width: 100%;
  height: 234px;
  object-fit: cover;
  /*display: flex;
  width: 33.33%;
  float: left;
  margin: 0 5px 20px;*/
  /*border: 1px solid #efefef;*/
}

.view-display-id-page_1 .views-row:hover {
  box-shadow: 3px 7px 10px 6px rgba(219,229,255,0.41);
  transition: .25s;
}

.newTitle {
  padding: 166px 0;
  color: #fff;
}

.newColumns {
  padding: 90px 0;
  margin-left: 10%;
  margin-right: 10%;
}

@media (max-width: 576px) {
  .newColumns {
    padding: 90px 0;
    margin-left: 0;
    margin-right: 0;
  }
  .view-news-list .view-content {
    display: flex;
    flex-wrap: wrap;
  }
}

.newsItem {
  background: #ffff;
  /*border: 1px solid #efefef;*/
 /* padding-bottom: 30px;*/
}

/*.newsItem:hover {
  box-shadow: 3px 7px 10px 6px rgba(219,229,255,0.41);
  transition: .25s;
}*/

.newsImage.fs-background-media.fs-background-responsive.fs-background-native {
  background: url("../../assets/img/p-8.jpg") no-repeat;
  background-size: cover;
  height: 149px;
  width: 100%;
}

/*.newsIDColumn {
  margin-bottom: 62px;
}*/

@media (max-width: 576px) {
  .newsIDColumn {
    margin-bottom: 51px;
  }
}

.newsContent {
  margin: 21px;
}

.news-Heading-2 {
  line-height: 1.8rem;
}

.newsBrief:hover {
  color: #b79a63;
}

.spotlight-img {
  width: 100%;
}

.spotlight-content {
  padding: 77px;
  background: #ffffff;
  width: 88%;
  border-radius: 10px;
  margin-left: 6%;
}

.spotlight-content {
  position: relative;
  top: -213px;
  height: 56%;
}

@media (max-width: 576px) {
  .spotlight-content {
    top: 0;
    height: auto;
  }
}

.spotlight-btn {
  float: left;
}

.spotlight-btn {
  color: #000000;
  background: transparent;
  border: none;
  margin-top: 33px;
}

.spotlight-btn:hover {
  color: #b79a63;
  background: transparent;
}

.viewMoreNews-btn {
  width: 300px;
  background-color: #153d6e;
  color: #fff;
  font-size: 16px;
  padding: 15px;
}

.viewMoreNews-btn:hover {
  border: 1px solid #bebebe;
  color: #303030;
  text-decoration: none;
  background: transparent;
}

/* news read css */

#main-div {
  margin-left: 20%;
  margin-right: 20%;
}

#main-div .container-fluid{
	padding-left:0px;
	padding-right:0px;
}

@media (max-width: 576px) {
  #main-div {
    margin-left: 0;
    margin-right: 0;
  }
}

.mainNews-title-div {
  margin-top: 51px;
  margin-left: 5%;
  margin-right: 5%;
}

@media (max-width: 576px) {
  .mainNews-title-div {
    margin-left: 0;
    margin-right: 0;
  }
}

.newsRead-div {
  margin-top: 48px;
  margin-left: 12%;
  margin-right: 12%;
}

@media (max-width: 576px) {
  .newsRead-div {
    margin-left: 0;
    margin-right: 0;
  }
}

.newsRead-div h1 {
  line-height: 1.3em;
}

.newsRead-div p {
  line-height: 1.8em;
}

.social-div i {
  margin-left: 20px;
  font-size: 18px;
  color: #000;
}

.social-div i:hover {
  color: #aa9265;
}

/*.newsRead-main-image {
  object-fit: cover;
  height: 100%;
  width: 100%;
}*/
.nimage-cover {
  max-width: 1110px; 
  height: calc(100% * (10 / 19));
  position: relative;
}
img.newsRead-main-image {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.newsRead-date p {
  font-size: 17px;
  color: #212529;
}

.more-news-div {
  margin-top: 83px;
}

.socialMain--bottom-div {
  margin-top: 50px;
}

.more-news-content-div {
  margin: 70px 0;
}

.moreNews-image {
  object-fit: cover;
  height: 200px;
  width: 100%;
}

.moreNews-cardbody h6 {
  line-height: 1.7em;
}

.moreNews-cardbody h6:hover {
  color: #b69a63;
}

/* Share Buttons */

.socialMain-div{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.addtoany_list{
  top: 0;
  right: 0;
}

.addtoany_list > a:hover{
  color: #B99D64 !important;
}

.a2a_svg{
  background-color: unset !important;
}

.a2a_svg path{
  fill: #153D6C !important;
}

.addtoany_share span:first-child{
  display: none;
}

.addtoany_share::before{
  content: '\f1e0';
  display: inline-block;
  font-family: 'FontAwesome';
  font-size: 1rem;
  color: #153D6C;
  padding-left: 5px;
}