/* News and Event page css */

.news-index-index .column.main, .event-index-index .column.main{
  padding-bottom: 0;
}
.news-content-wrapper{
  background-color: #D3002E;
  padding-bottom: 20px;
}
.news-content-wrapper .tab-links{
  border-bottom: 6px solid #407BA7;
  background-color: #ffffff;
  margin-bottom: 60px;
}
.news-content-wrapper ul{
  display: flex;
  flex-wrap: wrap;
}
.news-content-wrapper .tab-links ul li{
  margin-bottom: 0;
}
.news-content-wrapper .tab-links ul li a{
  font-size: 22px;
  font-weight: 600;
  padding: 20px 18px;
  color: #333333;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.news-content-wrapper .tab-links ul li a:hover{
  color: #D3002E;
  text-decoration: none;
}
.news-content-wrapper .tab-links ul li a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #00043A;
  width: 100%;
  height: 6px;
  opacity: 0;
  visibility: hidden;
}
.news-content-wrapper .tab-links ul li.active a:after{
  opacity: 1;
  visibility: visible;
}
.news-wrapper .news-item .new-item-title{
  font-size: 29px;
  font-weight: 600; 
  color: #D3002E; 
  margin-top: 0;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-wrapper .news-item{ 
  margin-bottom: 60px;
}
.event-detail .info-content.list-dots-style ul {
  padding-left: 10px;
}
.news-wrapper .news-content{
  background-color: #ffffff;
  border-radius: 20px;
  padding: 40px 40px 90px 40px;
  margin-bottom: 73px;
  position: relative;
} 
.news-wrapper .news-content .published-date{
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
}
.news-wrapper .news-content .news-bottom {
  position: absolute; 
  bottom: -73px;
  left: 50%; 
  transform: translateX(-50%);
}
.news-wrapper .news-content .news-bottom .circle-large{
  background-color: #ffffff;
}
.news-wrapper .news-content .news-bottom .circle-large:hover{
    color: #D3002E;
    border-color: transparent;
    box-shadow: 0 0 30px rgba(0 0 0 / 8%);
}
.news-wrapper.event-wrapper .news-content{
  padding: 16px 16px 75px 16px;
}
.news-wrapper.event-wrapper .news-item .new-item-title{
    font-size: 21px;
    margin: 5px 0 8px 0;
}
.news-wrapper.event-wrapper .circle-medium{
  background-color: #ffffff;
}
.news-wrapper.event-wrapper .circle-medium:hover{
  color: #D3002e;
  border-color: transparent;
  box-shadow: 0 0 30px rgb(0 0 0 / 8%);
  background-color: #ffffff;
  text-decoration: none;
}

.news-detail-page-wrapper{
  margin-top: 40px;
}
.news-detail-page-wrapper .info-title{
  font-size: 40px;
  line-height: 45px;
  color: #091347;
  font-weight: 600;
}
.news-detail-page-wrapper .info-sub-title{
  font-size: 22px;
  font-weight: 600;
}
.news-detail-page-wrapper .info-content{
  margin-top: 27px;
}
.news-detail-page-wrapper.event-detail .breadcrumbs{
  margin-top: 50px;
}
.news-detail-page-wrapper.event-detail{
  margin-top: 0;
}
.news-detail-page-wrapper.event-detail .breadcrumbs ul li a, .news-detail-page-wrapper.event-detail .breadcrumbs ul li strong {
  font-size: 15px;
  vertical-align: middle;
  color: #00043A;
}
.news-detail-page-wrapper.event-detail .breadcrumbs .item:not(:last-child):after{
  line-height: 22px;
}
.news-content .short-description a{
  color: #D3002E;
}
.news-detail-page-wrapper .wp-video, section.news-detail-page-wrapper .wp-video video{
  width: 100% !important;
  height: auto;
}
.news-detail-page-wrapper table td .bigger{
  color: #D3002E;
}

.location-date{
  display: flex;
  flex-wrap: wrap;
  margin-top: 35px;
}
.location-date>*{
  background-color: #00043A;
  color: #ffffff;
  padding: 6px;
  font-weight: 600;
  margin-right: 10px;
  min-width: 140px;
}
.news-wrapper.event-wrapper .location-date{
  margin-top: 0;
  justify-content: space-between;
}
.news-wrapper.event-wrapper .location-date>* {
  min-width: calc(50% - 5px);
  margin-right: 0;
}
.event-sub-heading {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  display: inline-block;
}

@media screen and (max-width: 991px){
  .news-wrapper.event-wrapper .location-date>* {
    min-width: calc(100% - 0px);
    margin-bottom: 10px;
  }
 
}
@media screen and (max-width: 767px){
  .news-wrapper .news-item {
    width: 50%;
    margin-bottom: 90px;
  }
  .news-wrapper .news-content{
      height: 100%;
      padding: 20px 20px 50px 20px;
  }
  .news-wrapper .news-content .news-bottom{
    bottom: -49px;
  }
  .location-detail-block .block-row>*{
      width: 50%;
  }
  .news-wrapper.event-wrapper .news-content{
      margin-bottom: 0;
      height: auto;
  }
  .news-content .short-description{ height: auto !important;}
  .news-wrapper .news-item  .news-content .new-item-title {
    height: auto !important;
  }
  .news-content-wrapper #newsC .news-wrapper .news-content {
    padding: 20px 20px 0px 20px;
  }
}

@media screen and (max-width: 420px){
  .news-content-wrapper #newsC  .news-wrapper .news-content {
    padding: 20px 20px 50px 20px;
  }
}