.page-intro {
  padding: 60px 0 60px;
}

.page-intro-wrap {
  padding: 0 15px;
  max-width: 1420px;
  margin: 0 auto;
}

.page-intro .title {
  width: 100%;
  max-width: 990px;
  margin: 0 auto;
}

.page-intro .title h2 {
  font-size: 40px;
  line-height: 45px;
  font-weight: 700;
  color: #222222;
  padding-top: 30px;
  text-align: center;
  position: relative;
  text-transform: capitalize;
  padding-bottom: 25px;
}

.page-intro .title h2:before {
  content: "";
  width: 78px;
  height: 3px;
  background: #ba2025;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.page-intro p {
  font-size: 18px;
  line-height: 30px;
  color: #20313b;
  text-align: center;
}

.page-intro p a {
  color: #ba2025;
}

.call-to-action-box-wrap {
  padding: 50px 0 70px;
}

.call-to-action-box-wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.call-to-action-box-wrap ul li {
  width: 100%;
  max-width: 294px;
  padding: 0 14px;
}

.call-to-action-box-wrap ul li:before {
  display: none;
}

.call-to-action-box-wrap .call-to-action-box {
  width: 100%;
  height: 100%;
}

.call-to-action-box-wrap .call-to-action-box a {
  width: 100%;
  max-width: 266px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border: 1px solid #cbcbcb;
  background: transparent;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 20px 35px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.call-to-action-box-wrap .call-to-action-box a:hover {
  background: #ba2025;
  border-color: #ba2025;
}

.call-to-action-box-wrap .call-to-action-box a .img-box {
  width: 100%;
  text-align: center;
}

.call-to-action-box-wrap .call-to-action-box a .img-box .svg path {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.call-to-action-box-wrap .call-to-action-box a:hover .img-box .svg path {
  fill: #fff;
}

.call-to-action-box-wrap .call-to-action-box a span {
  display: block;
  font-size: 19px;
  line-height: 30px;
  color: #20313b;
  font-weight: 700;
  text-align: center;
  padding-top: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.call-to-action-box-wrap .call-to-action-box a:hover span {
  color: #fff;
}

.feed-card-wrap {
  padding-bottom: 68px;
}

.feed-card-box {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  background: #f7f7f7;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
  margin-bottom: 40px;
}

.feed-card-box:before {
  content: "";
  width: 100%;
  height: 5px;
  background: #b5202e;
  position: absolute;
  bottom: 0;
  left: 0;
}

.feed-card-box.no-box-border:before {
  display: none;
}

.feed-card-box .feed-card-img {
  width: 276px;
}

.feed-card-box .feed-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
}

.feed-card-box .feed-card-desc {
  width: calc(100% - 276px);
  padding: 46px 53px 20px;
  font-size: 18px;
  line-height: 30px;
  color: #20313b;
}

.feed-card-box.no-image .feed-card-desc {
  width: 100%;
  padding: 35px 50px;
}

.feed-card-box.no-image .feed-card-desc p {
  margin-bottom: 0;
}

.feed-card-box .feed-card-desc h4 {
  font-size: 25px;
  line-height: 35px;
  color: #222222;
  font-weight: 700;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 0;
}

.feed-card-box.title-border .feed-card-desc h4 {
  margin-bottom: 20px;
  padding-bottom: 15px;
}

.feed-card-box.title-border .feed-card-desc h4:before {
  content: "";
  width: 78px;
  height: 3px;
  background: #ba2025;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.feed-card-box .feed-card-desc h4 a {
  color: #222222;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.feed-card-box .feed-card-desc h4 a:hover {
  color: #ba2025;
}

.call-to-action-banner-wrap {
  padding: 44px 0 44px;
  background: linear-gradient(294deg, rgba(64, 64, 64, 1) 54%, rgba(70, 61, 61, 1) 71%, rgba(186, 0, 0, 1) 100%);
}

.call-to-action-banner h3 {
  font-size: 41px;
  line-height: 58px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding-bottom: 10px;
}

.call-to-action-banner p {
  font-size: 24px;
  line-height: 34px;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}

/* Information hub */
.page-intro-wrap.bg-img {
  background: url(../images/page-intro-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
}

.two-columns-list-wrap {
  padding-bottom: 40px;
}

.two-columns-list-wrap .two-columns-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -34px;
  justify-content: center;
}

.two-columns-list-wrap .two-columns-list .two-columns-list-box {
  width: 50%;
  padding: 0 34px;
  margin-bottom: 30px;
}

.two-columns-list-wrap .two-columns-list .two-columns-list-box a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.two-columns-list-wrap .two-columns-list .two-columns-list-box .two-columns-list-box-img {
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.two-columns-list-wrap .two-columns-list .two-columns-list-box .two-columns-list-box-img:before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(186, 0, 0, 0) 0%, rgba(186, 0, 0, 0.7) 100%);
  position: absolute;
  top: 0;
  left: 0;
}

.two-columns-list-wrap .two-columns-list .two-columns-list-box .two-columns-list-box-desc .svg path {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.two-columns-list-box a:hover .two-columns-list-box-desc .svg path {
  fill: #404040;
}

.two-columns-list-wrap .two-columns-list .two-columns-list-box .two-columns-list-box-desc {
  width: calc(100% - 30px);
  height: auto;
  background: transparent;
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 30px 30px 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.two-columns-list-wrap .two-columns-list .two-columns-list-box a:hover .two-columns-list-box-desc {
  background: rgba(255, 255, 255, 0.8);
  padding-bottom: 30px;
}

.two-columns-list-wrap .two-columns-list .two-columns-list-box .two-columns-list-box-desc h6 {
  font-size: 32px;
  line-height: 48px;
  color: #fff;
  font-weight: 700;
  padding: 10px 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.two-columns-list-wrap .two-columns-list .two-columns-list-box a:hover .two-columns-list-box-desc h6 {
  color: #404040;
}

.two-columns-list-wrap .two-columns-list .two-columns-list-box .two-columns-list-box-desc p {
  font-size: 18px;
  line-height: 30px;
  color: #20313b;
  margin-bottom: 0;
  height: 0;
  -webkit-transition: height 0.3s ease-in-out;
  -moz-transition: height 0.3s ease-in-out;
  -o-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
}

.two-columns-list-wrap .two-columns-list .two-columns-list-box a:hover .two-columns-list-box-desc p {
  height: auto;
  opacity: 1;
  visibility: visible;
}

.media-advertisements-wrap {
  background: #404040;
  padding: 100px 0 100px;
  position: relative;
}

.media-advertisements-wrap:before {
  content: "";
  width: 299px;
  height: 422px;
  background: url(../images/media-advertisements-wrap-top-icon.png);
  position: absolute;
  top: 0;
  right: 0;
}

.media-advertisements-wrap:after {
  content: "";
  width: 259px;
  height: 423px;
  background: url(../images/media-advertisements-wrap-bottom-icon.png);
  position: absolute;
  bottom: 0;
  left: 0;
}

.media-advertisements-wrap .container {
  max-width: 1430px;
}

.section-title h2 {
  font-size: 40px;
  line-height: 45px;
  font-weight: 700;
  color: #222222;
  padding-top: 30px;
  text-align: center;
  position: relative;
  padding-bottom: 25px;
}

.section-title h2:before {
  content: "";
  width: 78px;
  height: 3px;
  background: #ba2025;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.section-title.bottom-line h2:before,
.legal-challenges-body-text::after {
  content: "";
  width: 78px;
  height: 3px;
  background: #ba2025;
  position: absolute;
  bottom: 0;
  top: inherit;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.section-title.bottom-line h2 {
  padding-top: 0;
  margin-bottom: 50px;
}

.media-advertisements-wrap .section-title h2 {
  color: #fff;
}

.media-advertisements-wrap .section-title h2:before {
  background: #fff;
}

.media-advertisement p {
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
}

.media-advertisement-list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -30px;
}

.media-advertisement-list {
  padding-top: 50px;
}

.media-advertisement-list ul li {
  width: 25%;
  padding: 0 30px;
  margin-bottom: 77px;
}

.media-advertisement-box {
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
  padding: 30px 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
}

.media-advertisement-box:before {
  content: "";
  width: 99px;
  height: 95px;
  background: url(../images/media-advertisement-box-bg.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.media-advertisement-box:hover:before {
  opacity: 1;
  visibility: visible;
}

.media-advertisement-box:hover {
  box-shadow: 0px 0px 50px rgba(255, 255, 255, 0.1);
}

.advertisement-title {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.media-advertisements-wrap .note {
  padding: 10px 15px;
  background: linear-gradient(rgba(64, 64, 64, 0.8) 0%, rgba(64, 64, 64, 0.8) 100%), #fff 10.62%;
}

.media-advertisements-wrap .note p {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  text-align: center;
}

.info-section-wrap {
  padding-top: 104px;
  background: url(../images/page-intro-bg.png);
  background-repeat-y: repeat;
}

.two-columns-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -15px 100px;
}

.info-section-left-column {
  width: 50%;
  padding: 0 25px;
}

.info-section-right-column {
  width: 50%;
  padding: 0 25px;
}

.info-section-desc .section-title h2 {
  text-align: left;
}

.info-section-desc .section-title h2:before {
  right: inherit;
  left: 0;
}

.info-section-desc p {
  font-size: 18px;
  line-height: 30px;
  color: #20313b;
  text-align: left;
}

.info-section-desc p:last-child {
  margin-bottom: 0;
}

.two-columns-section.right-image {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.number-listing-box ol {
  counter-reset: section;
  padding-bottom: 10px;
}

.number-listing-box ol li {
  font-size: 18px;
  line-height: 30px;
  color: #20313b;
  padding: 20px 25px 20px 40px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  margin-bottom: 10px;
  position: relative;
}

.number-listing-box ol li:before {
  counter-increment: section;
  content: ""counter(section) ".";
  position: absolute;
  top: 20px;
  left: 15px;
  color: #900000;
  font-size: 18px;
  font-weight: 700;
}

.info-section-img img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  position: relative;
}

.info-section-img:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  transform-origin: right bottom;
}

.no-img-hover .info-section-img:hover img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.two-columns-section.right-image .info-section-img:hover img {
  transform-origin: left bottom;
}

.two-columns-section.column-40-60 .info-section-left-column {
  width: 45%;
}

.two-columns-section.column-40-60 .info-section-right-column {
  width: 55%;
}

.two-columns-section.column-30-70 .info-section-left-column {
  width: 30%;
}

.two-columns-section.column-30-70 .info-section-right-column {
  width: 70%;
}

.waterpipe-overview-page .two-columns-section {
  margin-bottom: 0;
}

.waterpipe-overview-page .info-section-wrap {
  padding: 0 0 90px;
}

.listing-with-img-wrap ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  padding-top: 30px;
  padding-bottom: 0;
}

.listing-with-img-wrap ul li {
  width: 50%;
  padding: 0 15px;
}

.listing-with-img-wrap ul li:before {
  display: none;
}

.listing-with-img-wrap ul li .img-box {
  width: 30%;
  float: left;
}

.listing-with-img-wrap ul li .img-box .svg {
  width: 100%;
  height: auto;
}

.listing-with-img-wrap ul li .desc-box {
  width: 70%;
  float: left;
  padding-left: 25px;
}

.listing-with-img-wrap ul li .desc-box h6 {
  font-size: 20px;
  line-height: 30px;
  color: #222222;
  font-weight: 700;
}

.listing-with-img-wrap ul li .desc-box p {
  font-size: 18px;
  line-height: 30px;
  color: #222222;
}

.knowledge-networks-listing-wrap {
  padding: 100px 0 70px;
}
.red-text .knowledge-networks-listing .knowledge-network-box .desc-box {
  color: #BA252E;
}

.knowledge-networks-listing ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}

.knowledge-networks-listing ul li {
  width: 25%;
  padding: 0 20px;
  margin-bottom: 40px;
}

.knowledge-networks-listing ul li:before {
  display: none;
}

.knowledge-networks-listing .knowledge-network-box {
  height: 100%;
}

.knowledge-networks-listing .knowledge-network-box a {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #f2f2f2;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
  padding: 40px 37px 40px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.knowledge-networks-listing .knowledge-network-box a:hover {
  background: #ba2025;
}

.knowledge-networks-listing .knowledge-network-box a .icon-box .svg path {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.knowledge-networks-listing .knowledge-network-box a:hover .icon-box .svg path {
  fill: #fff;
  color: #fff;
}

.knowledge-networks-listing .knowledge-network-box .desc-box {
  font-size: 23px;
  line-height: 33px;
  font-weight: 700;
  color: #444444;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding-top: 20px;
}

.knowledge-networks-listing .knowledge-network-box a:hover .desc-box {
  color: #fff;
}

.banner-bottom-slide {
  overflow-x: hidden;
}

.banner-bottom-slide-box {
  width: 100%;
  background: #ba2025;

  text-align: center;
  transform-origin: top bottom;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.banner-bottom-slide-box>div {
  width: 100%;
}

.banner-bottom-slide-box a {
  display: block;
  padding: 60px 15px 40px;
}

.banner-bottom-slide-box:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.banner-bottom-slide-box .icon-box img {
  margin: 0 auto;
}

.banner-bottom-slide-box .desc-box {
  font-size: 27px;
  line-height: 37px;
  font-weight: 700;
  color: #fff;
  padding-top: 20px;
}

.banner-bottom-slider .banner-bottom-slide {
  padding: 15px 0;
  width: 25%;
  height: auto;
}

.banner-bottom-slide:nth-child(2) .banner-bottom-slide-box {
  background: #d12228;
}

.banner-bottom-slide:nth-child(3) .banner-bottom-slide-box {
  background: #dc2228;
}

.banner-bottom-slide:nth-child(4) .banner-bottom-slide-box {
  background: #ee262d;
}

.banner-bottom-slider-wrap {
  margin-top: -20px;
}

.banner-bottom-slider-wrap .banner-bottom-slider {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.banner-bottom-slider-wrap .banner-bottom-slider .slick-arrow {
  width: 38px;
  height: 28px;
  border: 0;
  font-size: 0;
  cursor: pointer;
}

.banner-bottom-slider-wrap .banner-bottom-slider .slick-prev {
  background: url(../images/slick-prev-icon.svg);
  position: absolute;
  top: 50%;
  left: 60px;
  z-index: 123;
  -webkit-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  background-size: contain;
  background-repeat: no-repeat;
}

.banner-bottom-slider-wrap .banner-bottom-slider .slick-next {
  background: url(../images/slick-next-icon.svg);
  position: absolute;
  top: 50%;
  right: 60px;
  z-index: 123;
  -webkit-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  background-size: contain;
  background-repeat: no-repeat;
}

.news-update-wrap .container,
.featured-material-wrap .container {
  max-width: 1430px !important;
}

.news-update-slider {
  margin: 0 -15px;
  padding-bottom: 60px;
  position: relative;
}

.news-update-slide {
  padding: 0 15px;
}

.news-update-box {
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.news-update-box:hover,
.featured-materials-slider .featured-document-box:hover {
  background: #ba2025;
}

.news-update-desc {
  padding: 15px 40px;
  position: relative;
}
.news-update-slider-wrap .news-update-slider .news-update-desc {
  padding: 55px 40px 40px;;
}

.news-update-desc .date-info {
  position: absolute;
  top: -35px;
  right: 20px;
  padding: 20px 15px;
  font-size: 14px;
  line-height: 21px;
  color: #fff;
  font-weight: 700;
  background: #bb252f;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.news-update-box:hover .date-info {
  color: #bb252f;
  background: #fff;
}

.news-update-desc .date-info span {
  display: block;
  font-size: 26px;
}

.news-update-desc h4,
.e-library-listing .news-update-desc h4 {
  font-size: 25px;
  line-height: 30px;
  color: #444444;
  font-weight: 700;
  position: relative;
  padding-bottom: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.e-library-listing .news-update-desc h4 span {
  font-size: 18px;
  line-height: 28px;
  color: #ba2025;
  font-weight: 700;
}

.news-update-box:hover .news-update-desc h4 ,
.news-update-box:hover .resource-update-desc h4 a,
.featured-materials-slider .featured-document-box:hover .desc-box a{
  color: #fff;
}

.news-update-desc h4:before {
  content: "";
  width: 78px;
  height: 3px;
  background: #ba2025;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.news-update-box:hover .news-update-desc h4:before,
.news-update-box:hover .resource-update-desc h4 a:before,
.featured-materials-slider .featured-document-box:hover .desc-box a:before {
  background: #fff;
}

.news-update-slider {
  position: relative;
}

.news-update-slider .slick-arrow,
.featured-materials-slider .slick-arrow {
  width: 38px;
  height: 28px;
  border: 0;
  font-size: 0;
  cursor: pointer;
}

.news-update-slider .slick-prev,
.featured-materials-slider .slick-prev{
  background: url(../images/slick-prev-icon-black.svg);
  position: absolute;
  top: 50%;
  left: -40px;
  z-index: 123;
  -webkit-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  background-size: contain;
  background-repeat: no-repeat;
}

.news-update-slider .slick-next ,
.featured-materials-slider .slick-next{
  background: url(../images/slick-next-icon-black.svg);
  position: absolute;
  top: 50%;
  right: -40px;
  z-index: 123;
  -webkit-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  background-size: contain;
  background-repeat: no-repeat;
}

.news-update-slider .slick-dots ,
.featured-materials-slider .slick-dots{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.news-update-slider .slick-dots li button ,
.featured-materials-slider .slick-dots li button{
  display: none;
}

.news-update-slider .slick-dots ,
.featured-materials-slider .slick-dots{
  padding-bottom: 0;
}

.news-update-slider .slick-dots li ,
.featured-materials-slider .slick-dots li{
  width: 19px;
  height: 19px;
  background: #ebe9e9;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  cursor: pointer;
  margin: 0 11px;
  padding: 0;
}

.news-update-slider .slick-dots li:before ,
.featured-materials-slider .slick-dots li:before{
  display: none;
}

.news-update-slider .slick-dots li.slick-active ,
.featured-materials-slider .slick-dots li.slick-active{
  background: #bb252f;
}

.news-update-wrap {
  padding: 80px 0 80px;
}

.waterpipe-overview-page .page-title {
  background: #f5f5f5;
  text-align: center;
  padding: 30px 15px;
  margin-bottom: 40px;
}

.waterpipe-overview-page .page-title h2 {
  font-size: 40px;
  line-height: 45px;
  color: #404040;
  font-weight: 700;
  margin: 0;
  padding-bottom: 0;
}

.waterpipe-overview-page .page-title h2:before {
  display: none;
}

.contain-box {
  -moz-column-count: 2;
  -moz-column-gap: 40px;
  -webkit-column-count: 2;
  -webkit-column-gap: 40px;
  column-count: 2;
  gap: 40px;
}

.contain-box p {
  font-size: 18px;
  line-height: 30px;
  color: #20313b;
}

.info-section-wrap.no-bg {
  background: transparent;
}

.info-section-desc h4 {
  font-size: 25px;
  line-height: 29px;
  color: #222222;
  font-weight: 700;
  padding-bottom: 20px;
}

.info-section-desc .section-title.bottom-line h2 {
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.normal-listing ul li,
.info-section-wrap .info-section-desc ul li {
  font-size: 18px;
  line-height: 30px;
  color: #20313b;
  padding-left: 50px;
  margin-bottom: 20px;
  position: relative;
}

.normal-listing ul li:before,
.info-section-wrap .info-section-desc ul li:before {
  content: "";
  width: 13px;
  height: 13px;
  border: 3px solid #707070;
  position: absolute;
  top: 10px;
  left: 0;
}

.contain-box-wrap {
  padding-bottom: 90px;
}

.info-section-wrap.full-width-bg-img {
  padding: 100px 0 100px;
  position: relative;
}

.info-section-wrap.full-width-bg-img:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 0;
  left: 0;
}

.info-section-wrap.full-width-bg-img .info-section {
  z-index: 1;
  position: relative;
}

.info-section .info-section-img img, .info-section .info-section-img video {
  width: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.16);
}

.related-references-title {
  padding: 20px 80px 20px 0;
  background: #f5f5f5;
  display: inline-flex;
  position: relative;
  z-index: 12;
  display: inline-flex;
  box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
  margin-bottom: -2px;
}

.related-references-title h2 {
  font-size: 30px;
  line-height: 40px;
  color: #404040;
  font-weight: 700;
  position: relative;
  z-index: 12;
}

.related-references-title h2 a {
  color: #ba2025;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.related-references-title h2 a:hover {
  color: #404040;
}

.related-references-title:before {
  content: "";
  width: 1000px;
  height: 100%;
  background: #f5f5f5;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  box-shadow: 0px 3px 6px rgb(0, 0, 0, 0.16);
  margin-bottom: -2px;
}

.related-references-listing {
  padding: 50px 80px;
  background: #f5f5f5;
  box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
  position: relative;
  z-index: 123;
}

.related-references-listing .container>ul li {
  font-size: 20px;
  line-height: 30px;
  color: #404040;
  margin-bottom: 30px;
}

.related-references-listing .container>ul li a {
  padding-left: 55px;
  display: inline-block;
  color: #404040;
  align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
}

.related-references-listing .container {
  width: 100%;
}

.related-references-listing .container>ul li a .svg {
  position: absolute;
  top: 0;
  left: 0;
}

.related-references-listing .container>ul li:last-child {
  margin-bottom: 0;
}

.related-references-listing .container>ul li a:hover {
  color: #ba2025;
}

.share-social-media {
  padding-top: 70px;
  display: flex;
  flex-wrap: wrap;
  font-size: 24px;
  line-height: 34px;
  color: #444444;
}

.share-social-media ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.share-social-media ul li {
  margin-right: 17px;
}

.banner-bottom-slide-box {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.news-update-slider .slick-slide {
  height: auto;
  padding-bottom: 5px;
}

.news-update-slider .slick-slide>div {
  height: 100%;
}

.news-update-slide {
  height: 100%;
}

.news-update-box {
  height: 100%;
}

.news-update-box a {
  height: 100%;
}

.news-update-slider .slick-track {
  display: flex;
  flex-wrap: wrap;
}

.adds-section {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  padding-bottom: 67px;
}

.adds-section-left-side {
  width: 74%;
  padding: 0 15px;
}

.adds-section-right-side {
  width: 26%;
  padding: 0 15px;
}

.info-text-img {
  padding-bottom: 67px;
}

.info-text-img img {
  margin-bottom: 40px;
}

.info-text-img p {
  font-size: 18px;
  line-height: 30px;
  color: #20313b;
}

.related-reference-cta {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  align-items: center;
}

.related-reference-cta-left {
  width: 50%;
  padding: 0 15px;
}

.related-reference-cta-right {
  width: 50%;
  padding: 0 15px;
}

.related-reference-cta-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.related-reference-cta-box .img-box {
  width: 143px;
}

.related-reference-cta-box .desc-box {
  width: calc(100% - 143px);
  padding-left: 48px;
}

.related-reference-cta-box .desc-box p {
  font-size: 25px;
  line-height: 29px;
  color: #404040;
  margin-bottom: 0;
}

.blue-bg.cta-btn a {
  background: #1b8ab5;
  border-color: #1b8ab5;
}

.blue-bg.cta-btn a:hover {
  background: #ba2025;
  border-color: #ba2025;
  color: #fff;
}

.quick-link-listing-wrap {
  padding-bottom: 100px;
}

.quick-link-listing-wrap .section-title.bottom-line h2:before {
  right: 0;
}

.quick-link-listing ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -11px;
}

.quick-link-listing ul li {
  width: 20%;
  padding: 0 11px;
  margin-bottom: 22px;
}

.quick-link-box {
  border: 1px solid #707070;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.quick-link-box a {
  display: block;
}

.tag-tweets-info-section-wrap {
  padding: 73px 0;
  background: #f5f5f5;
}

.tag-tweets-info-section {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.tag-tweets-info-section .tag-section {
  width: 50%;
  padding: 0 15px;
}

.tag-tweets-info-section .tweets-section {
  width: 50%;
  padding: 0 15px;
}

.tag-tweets-info-section .section-title h2 {
  text-align: left;
}

.tag-tweets-info-section .section-title.bottom-line h2:before {
  right: inherit;
}

.tags-listing ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -6px;
}

.tags-listing ul li {
  padding: 0 6px;
  margin-bottom: 13px;
}

.tags-listing ul li a {
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
  color: #fff;
  background: #ba2025;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 16px 24px;
  display: block;
  text-transform: capitalize;
}

.tag-tweets-info-section .section-title h2 span {
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #444444;
  font-weight: 400;
  padding-bottom: 20px;
  padding-top: 10px;
}

.tag-tweets-info-section .tweets-section .section-title h2 {
  padding-bottom: 0;
  margin-bottom: 30px;
}

.tweets-section-box {
  width: 100%;
  max-width: 413px;
  margin: 0 auto;
}

.tweet-desc h4 {
  font-size: 25px;
  line-height: 30px;
  color: #444444;
  font-weight: 700;
  padding: 20px 0;
}

.tweet-desc p {
  font-size: 18px;
  line-height: 30px;
  color: #444444;
  font-weight: 400;
}

.banner-slider .slick-dots {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.banner-slider .slick-dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.banner-slider .slick-dots li button {
  display: none;
}

.banner-slider .slick-dots li {
  width: 19px;
  height: 19px;
  background: #ebe9e9;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  cursor: pointer;
  margin: 0 11px;
}

.banner-slider .slick-dots li.slick-active {
  background: #bb252f;
}

.adjusted-odds-wrap {
  width: 100%;
  clear: both;
  display: block;
  padding-top: 20px;
}

.adjusted-odds-box {
  display: flex;
  flex-wrap: wrap;
  background: #b5202e;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 13px 33px;
  align-items: center;
  position: relative;
}

.adjusted-odds-box:before {
  content: "";
  width: 1px;
  height: 70%;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.adjusted-odds-left {
  width: 50%;
  padding-right: 5px;
}

.adjusted-odds-left p {
  font-size: 18px;
  line-height: 21px;
  color: #fff;
  margin-bottom: 0;
}

.adjusted-odds-left span {
  font-size: 25px;
  line-height: 35px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 0;
}

.adjusted-odds-right {
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}

.adjusted-odds-right p {
  font-size: 18px;
  line-height: 21px;
  color: #fff;
  margin-bottom: 0;
  text-align: center;
}

.tab-main-box>div {
  display: none;
}

.mobile-data {
  display: none;
}

.tab-section-wrap {
  padding-bottom: 96px;
}

.tab-section-wrap .section-title h2 {
  text-align: left;
}

.tab-section-wrap .section-title.bottom-line h2:before {
  right: inherit;
}


.tab-info .tab-menu ul li .team_detail-detail {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 123;
  width: 100%;
}

.tab-info .tab-menu ul li.active .team_detail-detail {
  display: block;
}

.tab-info .tab-menu ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -13px;
  padding-bottom: 0;
}

.tab-info .tab-menu ul li {
  width: 25%;
  padding: 0 13px 30px;
  position: relative;
  margin-bottom: 0;
}

.tab-info .tab-menu ul li:before {
  content: "";
  width: 35px;
  height: 22px;
  background: url(../images/intersection-icon.png);
  position: absolute;
  top: inherit;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-size: cover;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.tab-info .tab-menu ul li.active:before {
  opacity: 1;
  visibility: visible;
}

.tab-info .tab-menu ul li .tab {
  width: 100%;
  height: 100%;
  text-align: center;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
  cursor: pointer;
  padding: 24px 15px 40px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.tab-info .tab-menu ul li .tab:hover,
.tab-info .tab-menu ul li.active .tab {
  background: #ba2025;
}

.tab-info .tab-menu ul li .tab h6 {
  font-size: 20px;
  line-height: 27px;
  color: #404040;
  font-weight: 700;
  padding: 15px 0 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.tab-info .tab-menu ul li .tab:hover h6,
.tab-info .tab-menu ul li.active .tab h6 {
  color: #fff;
}

.tab-info .tab-menu ul li .tab p {
  font-size: 18px;
  line-height: 28px;
  color: #404040;
  margin: 0 0 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.tab-info .tab-menu ul li .tab:hover p,
.tab-info .tab-menu ul li.active .tab p {
  color: #fff;
}

.tab-info .tab-menu ul li .tab .email-info {
  font-size: 18px;
  line-height: 28px;
  color: #404040;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.tab-info .tab-menu ul li .tab:hover .email-info,
.tab-info .tab-menu ul li.active .tab .email-info {
  color: #fff;
}

.tab-info .tab-menu ul li .tab .email-info a {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #ba2025;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.tab-info .tab-menu ul li .tab:hover .email-info a,
.tab-info .tab-menu ul li.active .tab .email-info a {
  color: #fff;
}

.team_detail-detail {
  padding: 20px;
  background: #ba2025;
}

.team_detail-detail p {
  font-size: 17px;
  line-height: 30px;
  color: #ffffff;
}

.team_detail-detail p:last-child {
  margin: 0;
}

.accordion-body {
  display: none;
}

.accordion-section-wrap {
  padding-bottom: 40px;
}

.accordion-listing {
  padding-top: 20px;
  position: relative;
}

.accordion-section-wrap .section-title h3 {
  padding-bottom: 10px;
  position: relative;
}

.accordion-section-wrap .section-title h3:before {
  content: "";
  width: 78px;
  height: 3px;
  background: #ba2025;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.accordion-listing>ul {
  counter-reset: accordion-listing-count;
}

.accordion-listing>ul>li {
  background: #f7f7f7;
  margin-bottom: 40px;
  padding: 0 0;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
  cursor: pointer;
  position: relative;
}

.accordion-listing>ul>li .accordion-title:before {
  counter-increment: accordion-listing-count;
  content: ""counter(accordion-listing-count) "";
  position: absolute;
  top: 33px;
  bottom: 0;
  left: 40px;
  font-size: 25px;
  line-height: 29px;
  color: #222222;
  font-weight: 700;
}

.accordion-title {
  padding: 0 88px 0;
  position: relative;
  border-bottom: 1px solid transparent;
}

.accordion-listing ul li.active .accordion-title {
  border-color: #dcdcdc;
}

.accordion-title:after {
  content: "";
  width: 33px;
  height: 20px;
  background: url(../images/drop-down-arrow-black.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  right: 30px;
  top: 40px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.accordion-listing ul li.active .accordion-title:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.accordion-title h3 {
  font-size: 25px;
  line-height: 29px;
  color: #222222;
  font-weight: 700;
  border-left: 1px solid #dcdcdc;
  padding: 34px 0 34px 40px;
}

.accordion-body {
  padding: 47px 50px;
}

.accordion-body p {
  font-size: 18px;
  line-height: 30px;
  color: #222222;
}

.accordion-body h4 {
  font-size: 25px;
  line-height: 29px;
  color: #222222;
  font-weight: 700;
  padding-bottom: 20px;
}

.note {
  font-size: 18px;
  line-height: 30px;
  color: #222222;
  padding-bottom: 20px;
}

.note a {
  color: #ba2025;
}

.kh-footer-wrap .footer-row .footer-col {
  width: 25%;
}

.kh-footer-wrap .footer-row .footer-col:first-child {
  width: 50%;
}

.kh-footer-wrap .footer-row {
  padding-bottom: 58px;
  align-items: center;
}

.kh-footer-wrap.footer-wrap .container {
  max-width: 1630px;
}

.kh-logo-wrap {
  display: flex;
  flex-wrap: wrap;
}

.kh-logo-wrap .kh-logo-first {
  padding-right: 20px;
}

.footer-email-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.footer-email-info .icon-box {
  padding-right: 30px;
  padding-bottom: 10px;
}

.footer-email-info .email-info h6 {
  font-size: 20px;
  line-height: 30px;
  color: #444444;
  padding-bottom: 10px;
}

.footer-email-info .email-info a {
  font-size: 25px;
  color: #444444;
}

.info-section-left-column .info-section-img {
  position: relative;
}

.info-section-left-column .info-section-img .overly {
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(186, 32, 37, 0.8);
  z-index: 12;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.two-columns-section.right-image .info-section-img .overly {
  left: inherit;
  right: 0;
}

.info-section-left-column .info-section-img:hover .overly {
  width: 100%;
  opacity: 1;
  visibility: visible;
}

.info-section-left-column .info-section-img .overly img {
  width: auto;
  height: auto;
  box-shadow: none;
  border-radius: 0;
}

.listing-note {
  padding-top: 30px;
}

.listing-note ul li {
  background: linear-gradient(294deg, rgba(64, 64, 64, 1) 54%, rgba(70, 61, 61, 1) 71%, rgba(186, 0, 0, 1) 100%);
  color: #fff;
  font-size: 20px;
  line-height: 25px;
  padding: 20px 53px;
  margin-bottom: 30px;
}

.listing-note ul li:last-child {
  margin-bottom: 0;
}

.listing-note ul li a {
  font-weight: 700;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.listing-note ul li a:hover {
  color: #ba2025;
}

.scroll-to-section-box-listing ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
  justify-content: center;
}

.scroll-to-section-box-listing ul li {
  width: 20%;
  padding: 0 12px;
  margin-bottom: 50px;
}

.scroll-to-section-box-listing ul li:before {
  display: none;
}

.scroll-to-section-box {
  height: 100%;
}

.scroll-to-section-box a {
  height: 100%;
  padding: 50px 20px;
  background: #fff;
  border: 1px solid #f2f2f2;
  border-radius: 5px;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.scroll-to-section-box a:hover {
  background: #ba2025;
}

.scroll-to-section-box a .svg {
  width: 85px;
  height: 85px;
  margin: 0 auto;
  display: block;
}

.scroll-to-section-box a .svg path {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.scroll-to-section-box a:hover .svg path {
  fill: #fff;
}

.scroll-to-section-box a .desc-box {
  font-size: 23px;
  line-height: 30px;
  font-weight: 700;
  color: #444444;
  text-align: center;
  padding-top: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.scroll-to-section-box a:hover .desc-box {
  color: #fff;
}

.scroll-to-section-box-listing {
  border-bottom: 1px solid #d1d1d1;
}

.scroll-to-section-desc-wrap {
  padding-top: 100px;
}

.related-references-listing.links-listing .container>ul>li>a {
  padding-left: 35px;
}

.related-references-listing.links-listing ul li a .svg {
  top: 8px;
}

.contain-box-wrap.one-column-text .contain-box {
  -moz-column-count: 1;
  -moz-column-gap: 0;
  -webkit-column-count: 1;
  -webkit-column-gap: 0;
  column-count: 1;
  gap: 0px;
}

.contain-box-wrap.one-column-text .contain-box p a {
  color: #ba2025;
}

.contain-box-wrap.one-column-text .contain-box .text-align-center p {
  text-align: center;
}

.page-intro-wrap.full-width {
  width: 100%;
  max-width: 1630px;
  padding: 0;
}

.page-intro-wrap.three-box-style .two-columns-list {
  margin: 0 -17px;
}

.page-intro-wrap.three-box-style .two-columns-list .two-columns-list-box {
  width: 33.33%;
  padding: 0 17px;
}

.note-wrap {
  background: linear-gradient(294deg, rgba(64, 64, 64, 1) 54%, rgba(70, 61, 61, 1) 71%, rgba(186, 0, 0, 1) 100%);
  padding: 30px 0px;
}

.note-wrap p {
  color: #fff;
  font-size: 25px;
  line-height: 35px;
  text-align: center;
}

.note-wrap p:last-child {
  margin: 0;
}

.share-social-media-wrap .share-social-media {
  padding: 46px 0 46px;
}

.resource-database-listing-wrap {
  padding: 130px 0 80px;
  background: url(../images/line-bg.png);
  background-position: bottom left;
  background-repeat: no-repeat;
}

.resource-database-listing ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}

.resource-database-listing ul li {
  width: 25%;
  padding: 0 20px;
}

.resource-database-listing ul li:before {
  display: none;
}

.resource-database-listing-box {
  height: 100%;
  text-align: center;
}

.resource-database-listing-box a {
  width: 100%;
  height: 100%;
  display: block;
  border: 1px solid #707070;
  background: #fff;
  border-radius: 10px;
  padding: 50px 35px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.resource-database-listing-box a .icon-box {
  padding-bottom: 40px;
}

.resource-database-listing-box a:hover {
  background: #ba2025;
  border-color: #ba2025;
}

.resource-database-listing-box a .icon-box .svg path {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.resource-database-listing-box a:hover .icon-box .svg path {
  fill: #fff;
}

.resource-database-listing-box a h4 {
  font-size: 30px;
  line-height: 34px;
  color: #404040;
  font-weight: 700;
  padding-bottom: 37px;
  margin-bottom: 0px;
}

.kh-side-bar-section .left-column {
  width: 65%;
  padding: 0 15px;
}

.kh-side-bar-section .right-column {
  width: 35%;
  padding: 0 15px;
}

.news-img-slider-wrap {
  width: 100%;
  padding: 0 60px;
  position: relative;
}

.news-img-slide-img {
  position: relative;
}

.news-img-slide-img img {
  width: 100%;
}

.news-img-slide-img:before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(186, 0, 0, 0) 0%, rgba(186, 0, 0, 0.7) 100%);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.resource-database-listing-box a:hover h4 {
  color: #fff;
}

.resource-database-listing-box a p {
  font-size: 20px;
  line-height: 40px;
  color: #404040;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.resource-database-listing-box a:hover p {
  color: #fff;
}

.external-resources .row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -28px;
  align-items: center;
}

.external-resources .row .col-left {
  width: 67%;
  padding: 0 28px;
}

.external-resources .row .col-right {
  width: 33%;
  padding: 0 28px;
}

.external-resources-listing ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -28px;
}

.external-resources-listing ul li {
  width: 50%;
  padding: 0 28px;
  margin-bottom: 50px;
}

.external-resources-listing ul li a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 74px 40px 35px;
  text-align: center;
  display: block;
  position: relative;
  z-index: 12;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.external-resources-listing ul li a:hover {
  background: rgba(186, 32, 37, 0.5);
}

.external-resources-box {
  width: 100%;
  height: 100%;
  position: relative;
  background-size: cover !important;
  background-position: center center !important;
  border-radius: 10px;
  overflow: hidden;
}

.external-resources-box h4 {
  font-size: 30px;
  line-height: 40px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding-bottom: 40px;
  position: relative;
  z-index: 1;
}

.external-resources-box span {
  font-size: 20px;
  color: #404040;
  display: inline-block;
  font-weight: 700;
  padding: 20px 40px;
  background: #fff;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.external-resources-box a:hover span {
  background: #ba2025;
  color: #fff;
}

.external-resources .section-title h2 {
  text-align: left;
}

.external-resources .section-title h2:before {
  right: inherit;
}

/*.external-resources-wrap {
  padding: 50px 0 20px;
}*/
.external-resources-wrap .current-news-wrap {
  padding: 50px 0 100px;
  border-bottom: 1px solid #707070;
  max-width: 100%;
}

.external-resources-wrap .current-news-wrap .slick-arrow {
  bottom: 48px;
}

.external-resources-wrap .tags-listing {
  padding: 50px 0 50px;
}

.external-resources-wrap .tags-listing ul li a {
  font-size: 18px;
  padding: 16px 20px;
}

.external-resources-wrap .side-bar-box {
  padding: 30px;
  border-top: 5px solid #ba2025;
  border-bottom: 5px solid #ba2025;
  background: #f5f5f5;
}

/* current-news */
.news-img-slide-img:hover:before {
  opacity: 1;
  visibility: visible;
}

.news-img-slide-desc {
  padding: 30px 0;
}

.news-img-slider-wrap .slick-arrow {
  width: 45px;
  height: 45px;
  background: #e8e8e8;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -45px;
}

.news-img-slider-wrap .slick-arrow.nextarrow {
  right: 0;
}

.news-img-slider-wrap .slick-arrow.prevarrow {
  left: 0;
}

.news-img-slide-desc p {
  font-size: 18px;
  line-height: 30px;
  color: #20313b;
}

.current-news-wrap {
  padding: 50px 0;
  width: 100%;
  max-width: 366px;
  margin: 0 auto;
  position: relative;
}

.current-news-wrap .section-title.bottom-line h2 {
  text-align: left;
  margin-bottom: 30px;
}

.section-title.bottom-line h2:before {
  right: inherit;
}

.current-news-slide-desc {
  padding-top: 24px;
}

.current-news-slide-desc .date-info {
  font-size: 20px;
  color: #ba2025;
  font-weight: 700;
  padding-bottom: 10px;
}

.current-news-slide-desc a {
  font-size: 19px;
  line-height: 22px;
  color: #404040;
  font-weight: 700;
  display: inline-block;
}

.current-news-wrap .slick-arrow {
  cursor: pointer;
  position: absolute;
  bottom: 0;
}

.current-news-wrap .slick-arrow svg path {
  fill: #ba2025;
}

.current-news-wrap .slick-arrow.nextarrow {
  right: 0;
}

.current-news-wrap .slick-arrow.prevarrow {
  left: 0;
}

.current-news-wrap .slick-dots {
  display: flex;
  bottom: -48px;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  width: 80%;
  align-items: center;
  justify-content: center;
}

.current-news-wrap .slick-dots li {
  width: 11px;
  height: 11px;
  background: #ebe9e9;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  cursor: pointer;
  margin: 0 6px;
  padding: 0;
}

.current-news-wrap .slick-dots {
  padding-bottom: 0;
}

.current-news-wrap .slick-dots li:before {
  display: none;
}

.current-news-wrap .slick-dots li button {
  display: none;
}

.current-news-wrap .slick-dots li.slick-active {
  background: #bb252f;
}

.featured-documents-wrap {
  padding: 30px 0 30px;
}

.featured-documents-wrap .section-title h2:before {
  right: 0;
}

.featured-documents-listing ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -40px;
}
.featured-documents-listing .featured-materials-slider {
  padding-bottom: 60px;
}

.featured-documents-listing .featured-materials-slider .slick-track li {
  display: block !important;
  height: 100%;
  padding: 0 15px;
}

.featured-documents-listing .slick-track {
  display: flex !important;
  padding-bottom: 30px;
}

.featured-documents-listing .slick-slide {
  display: flex;
  height: auto;
  align-items: stretch;
  justify-content: center;
}
.featured-documents-listing .slick-slide>div  {
  width: 100%;
}
.featured-documents-listing ul li {
  width: 33.33%;
  padding: 0 40px;
}

.featured-documents-listing ul li:before {
  display: none;
}

.featured-document-box {
  border-radius: 10px;
  border: 1px solid #d4d4d4;
  overflow: hidden;
}

.featured-document-box .img-box img {
  width: 100%;
}

.featured-document-box .date-info {
  display: flex;
  flex-wrap: wrap;
  background: #404040;
  padding: 15px;
  -webkit-border-radius: 0px 0px 10px 10px;
  -moz-border-radius: 0px 0px 10px 10px;
  border-radius: 0px 0px 10px 10px;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
}

.featured-document-box .date-info label {
  font-weight: 700;
  display: block;
}

.featured-document-box .date-info .posted-on {
  width: 50%;
  padding: 0 15px;
  position: relative;
}

.featured-document-box .date-info .posted-on:before {
  content: "";
  width: 1px;
  height: 100%;
  background: #fff;
  position: absolute;
  right: 15px;
  top: 0;
}

.featured-document-box .date-info .author {
  width: 50%;
  padding: 0 15px;
}

.featured-document-box .desc-box {
  padding: 40px;
}

.featured-document-box .desc-box a {
  font-size: 25px;
  line-height: 30px;
  color: #404040;
  font-weight: 700;
  padding-bottom: 20px;
  position: relative;
  display: inline-block;
}

.featured-document-box .desc-box a:before {
  content: "";
  width: 78px;
  height: 3px;
  background: #ba2025;
  position: absolute;
  left: 0;
  bottom: 0;
}

.full-text .section-title h2 {
  text-align: left;
}

.full-text .sction-title h2:before {
  right: inherit;
}

.full-text p {
  text-align: left;
}

.full-text h3 {
  font-size: 30px;
  line-height: 40px;
  color: #222222;
  font-weight: 700;
  padding-bottom: 20px;
}

.full-text h4 {
  font-size: 25px;
  line-height: 35px;
  color: #222222;
  font-weight: 700;
  padding-bottom: 20px;
}

.full-text .call-to-action-box-wrap ul {
  max-width: 100%;
}

.full-text .call-to-action-box-wrap ul li {
  width: 33.33%;
  max-width: 100%;
}

.call-to-action-box-wrap .call-to-action-box a {
  width: 100%;
  max-width: 100%;
}

.call-to-action-box-wrap .call-to-action-box .img-box .svg path {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.call-to-action-box-wrap .call-to-action-box:hover .img-box .svg path {
  fill: #fff;
}

/*.full-text p strong span {
  color: #BA2025;
}*/
/* media start */

.two-columns-section.desc-img-box .info-section-img img {
  border-radius: 0;
}

.two-columns-section.desc-img-box .info-section-img .img-desc {
  padding: 10px;
  background: #ba2025;
}

.two-columns-section.desc-img-box .info-section-img .img-desc p {
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  margin-bottom: 0;
  text-align: center;
}

.general-information-wrap {
  padding-top: 40px;
  background: url(../images/bg-pr.jpg);
  background-position: top center;
  background-repeat: no-repeat;
}

.general-information-wrap.no-bg {
  background: transparent;
}

.general-information-wrap .section-title h2:before {
  right: inherit;
}

.general-information-info .section-title h2:before {
  right: 0;
}

.general-information-wrap .section-title h2 {
  text-align: left;
}

.general-information-info .section-title h2 {
  text-align: center;
}

.general-information-wrap p {
  font-size: 18px;
  line-height: 26px;
  color: #404040;
}

.general-information-policy h2 {
  font-size: 30px;
  padding-bottom: 20px;
}

.general-information-info {
  text-align: center;
  padding-bottom: 60px;
}

.general-information-policy-box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  padding-bottom: 40px;
}

.general-information-policy-box-left {
  width: 50%;
  padding: 0 15px;
}

.general-information-policy-box-right {
  width: 50%;
  padding: 0 15px;
}

.general-information-wrap .general-information-policy-box .section-title h2 {
  text-align: left;
  margin-bottom: 20px;
}

.general-information-wrap .general-information-policy-box .section-title h2:before {
  right: inherit;
}

.number-listing-box ol li .straong {
  font-weight: 700;
}

.general-information-wrap .number-listing-box {
  padding-bottom: 50px;
}

.info-section-desc .normal-listing {
  padding-top: 0;
}

.monitoring-evaluation-wrap {
  padding: 70px 0 70px;
}

.monitoring-evaluation-wrap p {
  text-align: center;
}

.monitoring-evaluation-box ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  margin-top: 4 0px;
}

.monitoring-evaluation-box ul li {
  width: 50%;
  padding: 0 15px;
}

.monitoring-evaluation-box ul li:before {
  display: none;
}

.monitoring-evaluation-box ul li .evaluation-box {
  height: 100%;
  padding: 20px 20px;
  font-size: 25px;
  line-height: 35px;
  color: #ffffff;
  background: #ba2025;
  border-radius: 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.related-references-title:before {
  width: 1230px;
  box-shadow: none;
}

.news-update-wrap .section-title h2:before {
  right: 0;
}

.contain-box-wrap .section-title h2:before {
  right: 0;
}

.contain-box-wrap .section-title h2:before {
  right: 0;
}

.kh-side-bar-section .right-column .tag-tweets-info-section-wrap {
  padding-left: 40px;
  padding-right: 40px;
}

.first-listing-kh-cate .tag-tweets-info-section-wrap {
  padding-top: 0px;
}

.kh-side-bar-section .right-column .section-title.bottom-line h2 {
  text-align: left;
}

.news-img-slider-wrap .count-word-many .entity-pager-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.entity-pager-list .entity-pager-item {
  padding-left: 0;
}

.entity-pager-list .entity-pager-item:before {
  display: none;
}

.news-img-slider-wrap .count-word-many .entity-pager-list .entity-pager-item a,
.news-img-slider-wrap .count-word-many .entity-pager-list .entity-pager-item .inactive {
  padding: 10px 15px;
  font-size: 18px;
  line-height: 21px;
  color: #fff;
  font-weight: 700;
  background: #bb252f;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
}

.news-img-slider-wrap .count-word-many .entity-pager-item.entity-pager-item-all {
  display: none;
}

.news-img-desc-wrap img {
  width: 100%;
}

.news-img-desc-wrap {
  padding: 0 60px;
}

.news-img-desc {
  font-size: 18px;
  line-height: 28px;
  color: #404040;
  padding-top: 30px;
}

.right-column .current-news-wrap {
  padding-bottom: 100px;
}

.right-column .current-news-wrap .slick-arrow {
  bottom: 47px;
}

.adds-section-wrap ul li:before {
  display: none;
}

.tweets-section .tweets-section-box .contextual-region {
  height: 500px;
  overflow: auto;
}

.section-title.text-center h2 {
  text-align: center;
}

.section-title.text-center h2:before {
  right: 0;
}

.related-references-wrap h2 {
  padding: 0;
  margin-bottom: 0;
}

.related-references-wrap h2:before {
  display: none;
}

p iframe {
  width: 100%;
}

.rb-categories-wrap {
  padding: 50px 0;
}

.rb-categories-wrap .section-title.bottom-line h2:before {
  right: 0;
}

.tags-listing ul li:before {
  display: none;
}

.rb-categories-wrap .tags-listing ul {
  justify-content: center;
}

.rb-categories-wrap .tags-listing {
  width: 100%;
  max-width: 870px;
  margin: 0 auto;
}

.rb-categories-wrap .tags-listing ul li a {
  font-size: 18px;
  line-height: 28px;
  padding: 16px;
}

.e-library-page-wrap {
  padding: 0;
}

.e-library-page-wrap .section-title.bottom-line h2:before {
  right: 0;
}

.oygrvhab a {
  word-break: break-word;
}

.container .container {
  width: 100%;
  max-width: 100%;
}

.e-library-listing>ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.e-library-listing>ul>li {
  width: 25%;
  padding: 0 15px;
  margin-bottom: 30px;
}

.e-library-listing>ul>li:before {
  display: none;
}

.e-library-listing .e-library-listing-box .e-library-listing-img {
  overflow: hidden;
}

.e-library-listing .e-library-listing-box .e-library-listing-img img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.e-library-listing .e-library-listing-box:hover .e-library-listing-img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.e-library-listing .e-library-listing-box {
  display: block;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #d4d4d4;
  height: 100%;
}

.e-library-listing .e-library-listing-box .e-library-listing-desc {
  padding: 20px;
}

.e-library-title {
  padding-bottom: 10px;
}

.e-library-title a {
  font-size: 18px;
  line-height: 28px;
  color: #ba2025;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.e-library-title a:hover {
  text-decoration: underline;
}

.e-library-listing .e-library-listing-box .desc p {
  font-size: 16px;
  line-height: 26px;
  color: #404040;
}

.e-library-type {
  font-size: 18px;
  line-height: 28px;
  color: #404040;
}

.e-library-type a {
  color: #ba2025;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.e-library-type a:hover {
  text-decoration: underline;
}

.e-library-listing-wrap {
  padding-bottom: 20px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.08);
}

.browse-library-by-subject-wrap {
  padding: 50px 0 !important;
}

.browse-library-box .icon-box .svg {
  width: 30px;
  height: auto;
}

.browse-library-listing {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.browse-library-listing .listing-col {
  width: 33.33%;
  padding: 0 15px;
  margin-bottom: 30px;
}

.browse-library-listing>ul>li:before {
  display: none;
}

.library-title {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #404040;
}

.library-title .icon-box {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ba2025;
  border-radius: 100%;
}

.library-title .icon-box svg path {
  fill: #fff;
}

.library-title .library-name {
  width: calc(100% - 90px);
  padding-left: 20px;
}

.library-title .library-name a {
  font-size: 20px;
  line-height: 30px;
  color: #ba2025;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.browse-library-box h3 {
  font-size: 25px;
  line-height: 35px;
  color: #404040;
  font-weight: 700;
  margin-bottom: 0;
}

.library-title .library-name a:hover {
  color: #404040;
  text-decoration: underline;
}

.entity_child_terms-listing {
  padding-top: 20px;
}

.entity_child_terms-listing ul>li {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 8px;
  text-align: left;
}

.entity_child_terms-listing ul>li .views-field-name {
  width: calc(100% - 80px);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.entity_child_terms-listing ul>li a:hover {
  color: #ba2025;
  text-decoration: underline;
}

.entity_child_terms-listing ul>li:before {
  left: 10px;
}

.entity_child_terms-listing ul>li:last-child {
  margin-bottom: 0;
}

.entity_child_terms-listing ul {
  padding-bottom: 0;
}

.entity_child_terms-listing ul>li .views-field-nid {
  width: 80px;
  text-align: right;
  font-weight: 700;
  color: #ba2025;
  padding-left: 10px;
}

.browse-library-box {
  width: 100%;
  height: 100%;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 1px 6px rgb(0, 0, 0, 0.5);
}

.browse-library-location-income-list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 30px;
  margin: 0 -15px;
}

.browse-library-location-income-list .left-columns {
  width: 50%;
  padding: 0 15px;
}

.browse-library-location-income-list .right-columns {
  width: 50%;
  padding: 0 15px;
}

.browse-library-location-income-list a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.browse-library-location-income-list a:hover {
  color: #ba2025;
  text-decoration: underline;
}

.e-library-listing-page-wrap .announcement-board-detailed-title h1 {
  margin-bottom: 0;
}

.e-library-detail-page-wrap .section-title.bottom-line h2:before {
  right: 0;
}

.e-library-detail-desc .row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.e-library-detail-desc .row .col {
  width: 33.33%;
  padding: 0 15px;
}

.e-library-detail-desc .row .col h4 {
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 30px !important;
}

.e-library-detail-desc .row .col span {
  font-size: 18px;
  display: block;
  font-weight: 700;
  color: #404040;
  padding-bottom: 10px;
}

.e-library-detail-desc .row .col p{
  color: #ba2025;

}

.e-library-detail-desc .row .col a {
  font-size: 18px;
  line-height: 28px;
  color: #ba2025;
}

.e-library-detail-desc .row .col h4:before {
  content: "";
  width: 78px;
  height: 3px;
  background: #ba2025;
  position: absolute;
  bottom: 0;
  top: inherit;
  left: 0;
}

.e-library-detail-desc .row .col ul {
  padding: 0;
}

.e-library-detail-desc .row .col ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.e-library-detail-desc .row .col ul li:before {
  display: none;
}

.e-library-detail-desc .row .col ul li .svg {
  width: 20px;
  margin-right: 0;
}

.e-library-detail-desc .row .col .cta-btn {
  padding: 40px 0;
}

.e-library-detail-desc .row .col .cta-btn a {
  color: #fff;
}

.e-library-detail-desc .row .col .cta-btn a:hover {
  color: #ba2025;
}

.e-library-listed-in ul {
  padding-bottom: 0;
  display: flex;
  flex-wrap: wrap;
}

.e-library-listed-in ul li {
  padding-left: 0;
}

.e-library-listed-in ul li:before {
  display: none;
}

.e-library-listed-in ul li .svg {
  width: 20px;
  margin-right: 10px;
}

.e-library-listed-in ul li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 18px;
  color: #ba2025;
}

.support-praties .sidebar .section {
  padding: 20px;
}

.support-praties .sidebar .section .tag-tweets-info-section-wrap .section-title.bottom-line h2:before {
  right: 0;
}

.scroll-to-section-box-listing ul li:before {
  display: none;
}

.scroll-to-section-desc-wrap .databases-listing-right {
  width: 100%;
  padding: 0;
}

.facts-figures-wrap .section-title h2:before {
  right: 0;
}

.facts-figures-wrap h4 {
  text-align: center;
  margin-bottom: 30px;
}

.facts-figures-listing ul {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -25px;
}

.facts-figures-listing ul li {
  width: 33.33%;
  padding: 0 25px;
}

.facts-figures-listing ul li:before {
  display: none;
}

.facts-figure-box {
  overflow: hidden;
}

.facts-figure-box img {
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.e-library-listed-in ul li {
  padding-right: 10px;
  border-right: 1px solid #404040;
}

.e-library-listed-in ul li+li {
  padding-left: 10px;
}

.e-library-listed-in ul li:last-child {
  border-right: 0;
}

.e-library-listed-in ul li a:hover {
  text-decoration: underline;
}

.e-library-info-desc {
  padding-bottom: 50px;
}

.listing-page.terms-listing ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.listing-page.terms-listing ul li {
  width: 50%;
  padding: 0 15px;
}

.listing-page.terms-listing ul li:before {
  display: none;
}

.listing-page.terms-listing {
  padding-bottom: 30px;
}

.facts-figure-box:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.facts-figure-box {
  position: relative;
}

.facts-figure-box:before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(186, 0, 0, 0) 0%, rgba(186, 0, 0, 0.7) 100%);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 12;
}

.facts-figure-box:hover:before {
  opacity: 1;
  visibility: visible;
}

.news-listing-page,
.taxonomy-listing.e-library-listing {
  padding-top: 60px;
}

.e-library-listing .views-row-wrapper ul {
  list-style: disc !important;
  padding-left: 70px;
  column-count: 2;
}

.e-library-listing .views-row-wrapper ul li {
  margin-right: 50px;
  margin-bottom: 20px;
}

.taxonomy-listing.e-library-listing .views-row-wrapper .views-row {
  width: 100%;
  margin-bottom: 0;
}

.news-listing-page .section-title.bottom-line h2:before {
  right: 0;
}

.news-listing-page .news-update-box:hover,
.e-library-listing .news-update-box:hover {
  background: transparent;
}

.news-listing-page .news-update-box:hover .news-update-desc h4:before,
.e-library-listing .news-update-box:hover .news-update-desc h4:before {
  background: #ba2025;
}

.news-listing-page .news-update-desc h4 a:hover,
.e-library-listing .news-update-desc h4 a:hover {
  color: #ba2025;
}

.news-listing-page .page-body,
.e-library-listing .page-body {
  font-size: 18px;
  line-height: 28px;
  color: #404040;
  padding-bottom: 10px;
}

.news-listing-page .news-update-box,
.e-library-listing .news-update-box {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.news-listing-page .news-update-box .news-update-img,
.e-library-listing .news-update-box .news-update-img {
  width: 35%;
}

.news-listing-page .news-update-box .news-update-desc,
.e-library-listing .news-update-box .news-update-desc {
  width: 65%;
}

.e-library-listing.fctc-no-sidebar .news-update-box .news-update-img {
  width: auto;
}

.e-library-listing .news-update-box .news-update-img img {
  max-height: 277px;
}

.news-listing-page .news-update-box .news-update-desc .page-read-more a,
.e-library-listing .news-update-box .news-update-desc .page-read-more a {
  font-size: 18px;
  font-weight: 700;
  color: #ba2025;
}

.taxonomy-listing .views-row-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.taxonomy-listing .views-row-wrapper .views-row {
  width: 33.33%;
  padding: 0 15px;
  margin-bottom: 30px;
}

.browse-library-listing .listing-col {
  width: 33.33%;
  padding: 0 15px;
}

.download-link-box ul li {
  padding-left: 30px;
  position: relative;
}

.download-link-box ul li .svg {
  width: 20px;
  position: absolute;
  top: 4px;
  left: 0;
}

/* media Start */

@media (max-width: 1500px) {
  .banner-bottom-slider-wrap .banner-bottom-slider .slick-prev {
    left: 15px;
  }

  .banner-bottom-slider-wrap .banner-bottom-slider .slick-next {
    right: 15px;
  }
}

@media (max-width: 1366px) {
  .page-intro .title h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .page-intro p {
    font-size: 16px;
    line-height: 26px;
  }

  .feed-card-box .feed-card-desc h4 {
    font-size: 20px;
    line-height: 30px;
  }

  .feed-card-box .feed-card-desc {
    font-size: 16px;
    line-height: 26px;
  }

  .two-columns-list-wrap .two-columns-list {
    margin: 0 -15px;
  }

  .two-columns-list-wrap .two-columns-list .two-columns-list-box {
    padding: 0 15px;
  }

  .two-columns-list-wrap .two-columns-list .two-columns-list-box .two-columns-list-box-desc h6 {
    font-size: 20px;
    line-height: 30px;
    padding: 5px 0;
  }

  .two-columns-list-wrap .two-columns-list .two-columns-list-box .two-columns-list-box-desc .svg {
    width: 90px;
  }

  .two-columns-list-wrap .two-columns-list .two-columns-list-box .two-columns-list-box-desc p {
    font-size: 16px;
    line-height: 26px;
  }

  .two-columns-list-wrap .two-columns-list .two-columns-list-box .two-columns-list-box-desc {
    padding: 20px 20px 0;
  }

  .two-columns-list-wrap .two-columns-list .two-columns-list-box a:hover .two-columns-list-box-desc {
    padding-bottom: 20px;
  }

  .media-advertisement-list ul {
    margin: 0 -15px;
  }

  .media-advertisement-list ul li {
    padding: 0 15px;
  }

  .section-title h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .media-advertisement p {
    font-size: 16px;
    line-height: 26px;
  }

  .media-advertisements-wrap .note p {
    font-size: 16px;
    line-height: 26px;
  }

  .info-section-desc .section-title h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .info-section-desc p {
    font-size: 16px;
    line-height: 26px;
  }

  .number-listing-box ol li {
    font-size: 16px;
    line-height: 26px;
  }

  .listing-with-img-wrap ul li .desc-box p {
    font-size: 16px;
    line-height: 26px;
  }

  .knowledge-networks-listing .knowledge-network-box .desc-box {
    font-size: 18px;
    line-height: 28px;
  }

  .knowledge-networks-listing .knowledge-network-box a {
    padding: 30px 20px;
  }

  .banner-bottom-slide-box .desc-box {
    font-size: 18px;
    line-height: 28px;
    padding-top: 10px;
  }

  .banner-bottom-slide-box .icon-box {
    width: 60px;
    margin: 0 auto;
  }

  .banner-bottom-slide-box {
    min-height: 175px;
    padding: 40px 15px 20px;
  }

  .banner-bottom-slider-wrap .banner-bottom-slider .slick-arrow {
    width: 28px;
    height: 18px;
  }

  .news-update-desc h4 {
    font-size: 20px;
    line-height: 30px;
  }

  .news-update-desc {
    padding: 50px 20px 50px;
  }

  .news-update-desc .date-info span {
    font-size: 18px;
  }

  .news-update-desc .date-info {
    padding: 10px;
  }

  .waterpipe-overview-page .page-title h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .section-title.bottom-line h2 {
    padding-bottom: 15px;
    margin-bottom: 20px;
  }

  .contain-box p {
    font-size: 16px;
    line-height: 26px;
  }

  .normal-listing li {
    font-size: 16px;
    line-height: 26px;
    padding-left: 30px;
  }

  .related-references-listing .container>ul li {
    font-size: 16px;
    line-height: 26px;
  }

  .related-reference-cta-box .desc-box p {
    font-size: 16px;
    line-height: 26px;
  }

  .tab-info .tab-menu ul li .tab h6 {
    font-size: 16px;
    line-height: 26px;
  }

  .tab-info .tab-menu ul li .tab p {
    font-size: 16px;
    line-height: 26px;
  }

  .tab-info .tab-menu ul li .tab .email-info {
    font-size: 16px;
    line-height: 26px;
  }

  .tab-info .tab-menu ul li .tab .email-info a {
    font-size: 16px;
    line-height: 26px;
  }

  .team_detail-detail p {
    font-size: 16px;
    line-height: 26px;
  }

  .team_detail-detail {
    padding: 20px;
  }

  .footer-email-info .email-info a {
    font-size: 18px;
  }

  .accordion-title h3 {
    font-size: 18px;
    line-height: 28px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .accordion-listing ul li .accordion-title:before {
    font-size: 18px;
    top: 17px;
  }

  .accordion-title:after {
    width: 18px;
    height: 10px;
    top: 25px;
  }

  .accordion-body {
    padding: 20px;
  }

  .note {
    padding-bottom: 10px;
  }

  .note,
  .accordion-body p {
    font-size: 16px;
    line-height: 26px;
  }

  .accordion-body h4 {
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 10px;
  }

  .scroll-to-section-box a .desc-box {
    font-size: 18px;
    line-height: 28px;
    padding-top: 20px;
  }

  .scroll-to-section-box a {
    padding: 20px 10px;
  }

  .scroll-to-section-box a .svg {
    width: 60px;
    height: 60px;
  }

  .listing-note ul li {
    font-size: 16px;
    line-height: 26px;
    padding: 20px 20px;
  }

  .note-wrap p {
    font-size: 16px;
    line-height: 26px;
  }

  .note-wrap {
    padding: 20px 0;
  }

  .resource-database-listing-box a .icon-box .svg {
    width: 80px;
    height: 80px;
  }

  .resource-database-listing-box a {
    padding: 20px;
  }

  .resource-database-listing-box a .icon-box {
    padding-bottom: 20px;
  }

  .resource-database-listing-box a h4 {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 20px;
  }

  .resource-database-listing-box a p {
    font-size: 16px;
    line-height: 26px;
  }

  .resource-database-listing ul {
    margin: 0 -15px;
  }

  .resource-database-listing ul li {
    padding: 0 15px;
  }

  .external-resources-box h4 {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 20px;
  }

  .external-resources-box span {
    font-size: 16px;
    padding: 15px 20px;
  }

  .external-resources-wrap .tags-listing ul li a {
    font-size: 16px;
  }

  .news-img-slide-desc p {
    font-size: 16px;
    line-height: 26px;
  }

  .current-news-slide-desc a {
    font-size: 16px;
    line-height: 26px;
  }

  .current-news-slide-desc .date-info {
    font-size: 16px;
    line-height: 26px;
  }

  .general-information-wrap p {
    font-size: 16px;
    line-height: 26px;
  }

  .browse-library-listing>ul>li {
    width: 50%;
  }

  .library-title .library-name a {
    font-size: 16px;
    line-height: 26px;
  }

  .news-listing-page .page-body,
  .e-library-listing .page-body {
    font-size: 16px;
    line-height: 26px;
  }

  .e-library-listing .news-update-desc h4 span {
    font-size: 14px;
    line-height: 22px;
  }
  .legal-challenges-body-text::after {
    bottom: -72px !important;
   }
  .e-library-listing .e-library-listing-box .desc p {
    font-size: 14px;
  }
}

@media (max-width: 1240px) {
  .advertisement-title {
    font-size: 18px;
  }

  .media-advertisements-wrap:before {
    width: 129px;
    height: 182px;
    background-size: contain;
  }

  .media-advertisements-wrap:after {
    width: 109px;
    height: 182px;
    background-size: contain;
  }

  .listing-with-img-wrap ul li {
    width: 100%;
    margin-bottom: 20px;
  }

  .listing-with-img-wrap ul li:last-child {
    margin-bottom: 0;
  }

  .listing-with-img-wrap ul li .img-box {
    width: 20%;
  }

  .listing-with-img-wrap ul li .desc-box {
    width: 80%;
  }

  .knowledge-networks-listing ul li {
    width: 33.33%;
  }

  .knowledge-networks-listing .knowledge-network-box a .icon-box .svg {
    width: 60px;
    height: auto;
  }

  .knowledge-networks-listing ul li {
    padding: 0 15px;
  }

  .knowledge-networks-listing ul {
    margin: 0 -15px;
  }

  .related-reference-cta-box .desc-box {
    padding-left: 15px;
  }

  .news-img-slider-wrap .slick-arrow {
    top: inherit;
    bottom: 30px;
    margin-top: 0;
  }

  .news-img-slider-wrap {
    padding: 0 15px 0px;
  }
}

@media (max-width: 1200px) {
  .tab-info .tab-menu ul li .tab h6 {
    font-size: 16px;
    line-height: 26px;
  }

  .tab-info .tab-menu ul li .tab .email-info a {
    display: block;
  }

  .tab-info .tab-menu ul li .tab p {
    font-size: 14px;
    line-height: 24px;
  }

  .tab-info .tab-menu ul li .tab .img-box {
    width: 100%;
    max-width: 150px;
    margin: 0 auto;
  }

  .paragraph--type--our-team .tab-menu ul li img{
    height: 180px !important;
  }

  .external-resources .row .col-left {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .external-resources .row .col-right {
    width: 100%;
  }

  .external-resources-listing ul {
    margin: 0 -15px;
  }

  .external-resources-listing ul li {
    padding: 0 15px;
  }

  .external-resources-wrap .current-news-wrap {
    padding: 0 0 90px;
  }

  .external-resources-wrap .current-news-wrap .slick-arrow {
    bottom: 40px;
  }

  .external-resources-wrap .tags-listing {
    padding-top: 30px;
  }

  .kh-footer-wrap .footer-row .footer-col {
    width: 50%;
  }

  .kh-footer-wrap .footer-row .footer-col:first-child {
    width: 100%;
  }

  .kh-footer-wrap .footer-row .logo-wrap {
    display: block;
  }

  .kh-footer-wrap .footer-row .logo-wrap .kh-logo-wrap {
    justify-content: start;
    padding-bottom: 30px;
  }

  .kh-footer-wrap .footer-row {
    align-items: flex-start;
  }
}

@media (max-width: 1024px) {
  .media-advertisement-list ul li {
    width: 33.33%;
    margin-bottom: 30px;
  }

  .info-section-desc .section-title h2 {
    font-size: 25px;
    line-height: 35px;
    padding-top: 20px;
    padding-bottom: 15px;
  }

  .info-section-wrap {
    padding-top: 60px;
  }

  .two-columns-section {
    margin: 0 -15px 50px;
  }

  .info-section-left-column {
    padding: 0 15px;
  }

  .info-section-right-column {
    padding: 0 15px;
  }

  .info-section-img:hover img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transform-origin: right bottom;
  }

  .waterpipe-overview-page .page-title {
    padding: 20px 15px;
    margin-bottom: 20px;
  }

  .waterpipe-overview-page .page-title h2 {
    font-size: 24px;
    line-height: 34px;
  }

  .tab-info .tab-menu ul li .mobile-data {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 123;
  }

  .tab-info .tab-menu ul li.active .team_detail-detail {
    display: none;
  }

  .tab-info .tab-menu ul li.active .mobile-data {
    display: block;
    width: 100%;
    text-align: center;
  }

  .tab-main-box {
    display: none;
  }

  .tab-info .tab-menu ul li {
    width: 100%;
    position: relative;
  }

  .tab-info .tab-menu ul li .tab {
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    padding: 20px 20px;
    align-items: center;
  }

  .tab-info .tab-menu ul li .tab .img-box {
    margin-left: 0;
  }

  .tab-info .tab-menu ul li .tab .desc-box {
    width: calc(100% - 150px);
    padding-left: 20px;
    text-align: left;
  }

  .tab-info .tab-menu ul li .tab h6 {
    padding-top: 0;
  }

  .tab-info .tab-menu ul li .tab .email-info a {
    display: inline-block;
  }

  .scroll-to-section-box-listing ul li {
    width: 33.33%;
    margin-bottom: 20px;
  }

  .page-intro-wrap.three-box-style .two-columns-list .two-columns-list-box {
    width: 50%;
  }

  .resource-database-listing ul li {
    width: 50%;
    margin-bottom: 30px;
  }

  .resource-database-listing-wrap {
    padding: 50px 0 50px;
  }

  .e-library-listing>ul>li {
    width: 50%;
  }

  .paragraph--type--our-team .tab-menu ul li img{
    height:auto !important;
    min-height: 80px;
  }
}

@media (max-width: 991px) {
  .two-columns-list-wrap .two-columns-list .two-columns-list-box {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 30px;
  }

  .info-section-left-column {
    width: 100%;
    text-align: left;
    padding-bottom: 30px;
  }

  .info-section-right-column {
    width: 100%;
  }

  .two-columns-section.column-40-60 .info-section-left-column {
    width: 100%;
  }

  .two-columns-section.column-40-60 .info-section-right-column {
    width: 100%;
  }

  .two-columns-section.column-30-70 .info-section-left-column {
    width: 100%;
  }

  .two-columns-section.column-30-70 .info-section-right-column {
    width: 100%;
  }

  .listing-with-img-wrap ul li {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }

  .knowledge-networks-listing .knowledge-network-box .desc-box {
    font-size: 16px;
    line-height: 26px;
  }

  .knowledge-networks-listing-wrap {
    padding: 40px 0 20px;
  }

  .news-update-slider .slick-arrow,
  .featured-materials-slider .slick-arrow  {
    width: 28px;
    height: 18px;
  }

  .news-update-slider .slick-prev ,
  .featured-materials-slider .slick-prev {
    left: -20px;
  }

  .news-update-slider .slick-next,
  .featured-materials-slider .slick-next {
    right: -20px;
  }

  .news-update-desc h4 {
    font-size: 18px;
    line-height: 28px;
  }

  .news-update-desc,
  .news-update-slider-wrap .news-update-slider .news-update-desc {
    padding: 30px 15px;
  }

  .news-update-wrap {
    padding: 40px 0 40px;
  }

  .section-title.bottom-line h2 {
    margin-bottom: 30px;
  }

  .waterpipe-overview-page .info-section-wrap {
    padding-bottom: 50px;
  }

  .info-section-wrap.full-width-bg-img {
    padding: 50px 0 50px;
  }

  .related-references-title h2 {
    font-size: 20px;
    line-height: 30px;
  }

  .related-references-listing {
    padding: 25px 15px;
  }

  .feed-card-box .feed-card-desc {
    padding: 20px 30px;
  }

  .section-title h2 {
    font-size: 20px;
    line-height: 30px;
  }

  .related-reference-cta-left {
    width: 100%;
  }

  .related-reference-cta-right {
    width: 100%;
    padding-top: 20px;
  }

  .quick-link-listing ul li {
    width: 33.33%;
  }

  .tag-tweets-info-section .tag-section {
    width: 100%;
  }

  .tag-tweets-info-section .tweets-section {
    padding-top: 30px;
    width: 100%;
  }

  .tweets-section-box {
    margin-left: 0;
  }

  .tag-tweets-info-section-wrap {
    padding: 40px 0;
  }

  .quick-link-listing-wrap {
    padding-bottom: 20px;
  }

  .tags-listing ul li a {
    font-size: 16px;
    line-height: 20px;
    padding: 10px 15px;
  }

  .tag-tweets-info-section .section-title h2 span {
    font-size: 10px;
    line-height: 20px;
    padding: 5px 0;
  }

  .tweet-desc h4 {
    font-size: 16px;
    line-height: 26px;
  }

  .tweet-desc p {
    font-size: 10px;
    line-height: 16px;
  }

  .banner-slider .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 5px;
  }

  .banner-slider .slick-dots {
    bottom: 20px;
  }

  .accordion-title h3 {
    padding-left: 15px;
  }

  .accordion-title {
    padding: 0 40px;
  }

  .accordion-listing ul li .accordion-title:before {
    left: 17px;
  }

  .accordion-title h3 {
    font-size: 16px;
    line-height: 26px;
  }

  .accordion-title:after {
    right: 15px;
  }

  .browse-library-by-subject-wrap {
    padding: 50px 0 !important;
  }

  .browse-library-listing>ul>li {
    width: 100%;
  }

  .browse-library-box .icon-box .svg {
    width: 20px;
  }

  .library-title .icon-box {
    width: 40px;
    height: 40px;
  }

  .library-title .library-name {
    width: calc(100% - 40px);
  }

  .browse-library-location-income-list .left-columns {
    width: 100%;
  }

  .browse-library-location-income-list .right-columns {
    width: 100%;
  }

  .browse-library-by-subject-wrap {
    padding-bottom: 0;
  }

  .e-library-detail-desc .row .col {
    width: 100%;
    padding-bottom: 30px;
  }

  .e-library-detail-desc .row .col .cta-btn {
    padding-bottom: 0;
  }

  .listing-page.terms-listing ul li {
    width: 100%;
  }

  .browse-library-listing .listing-col {
    width: 50%;
  }

  .taxonomy-listing .views-row-wrapper .views-row {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .two-columns-list-wrap .two-columns-list .two-columns-list-box .two-columns-list-box-desc {
    padding: 15px 15px 0;
  }

  .two-columns-list-wrap .two-columns-list .two-columns-list-box a:hover .two-columns-list-box-desc {
    padding-bottom: 15px;
  }

  .two-columns-list-wrap .two-columns-list .two-columns-list-box .two-columns-list-box-desc .svg {
    width: 60px;
    height: auto;
  }

  .two-columns-list-wrap .two-columns-list .two-columns-list-box {
    padding: 0;
  }

  .two-columns-list-wrap .two-columns-list .two-columns-list-box .two-columns-list-box-desc p {
    font-size: 10px;
    line-height: 16px;
  }

  .two-columns-list-wrap .two-columns-list .two-columns-list-box .two-columns-list-box-desc h6 {
    font-size: 18px;
    padding: 0;
    line-height: 28px;
  }

  .section-title h2 {
    font-size: 25px;
    line-height: 35px;
    padding: 20px 0;
  }

  .media-advertisement-list {
    padding-top: 30px;
  }

  .media-advertisements-wrap {
    padding: 50px 0 50px;
  }

  .media-advertisement-list ul li {
    width: 100%;
    margin-bottom: 30px;
  }

  .media-advertisement-list ul li .media-advertisement-box {
    max-width: 310px;
    margin: 0 auto;
  }

  .page-intro .title h2 {
    font-size: 18px;
    line-height: 28px;
  }

  .page-intro p {
    font-size: 10px;
    line-height: 16px;
  }

  .page-intro {
    padding: 40px 0 40px;
  }

  .section-title h2 {
    font-size: 18px;
    line-height: 28px;
  }

  .media-advertisement p {
    font-size: 10px;
    line-height: 16px;
  }

  .media-advertisements-wrap .note p {
    font-size: 10px;
    line-height: 16px;
  }

  .info-section-desc .section-title h2 {
    font-size: 18px;
    line-height: 28px;
    padding: 11px 0;
  }

  .info-section-desc p {
    font-size: 10px;
    line-height: 20px;
  }

  .number-listing-box ol li {
    font-size: 10px;
    line-height: 20px;
  }

  .number-listing-box ol li:before {
    font-size: 14px;
    top: 14px;
  }

  .number-listing-box ol li {
    padding: 15px 15px 15px 35px;
  }

  .listing-with-img-wrap ul li .desc-box h6 {
    font-size: 18px;
    line-height: 28px;
  }

  .listing-with-img-wrap ul li .desc-box p {
    font-size: 10px;
    line-height: 20px;
  }

  .feed-card-box.no-image .feed-card-desc {
    padding: 20px 20px;
  }

  .feed-card-box .feed-card-desc h4 {
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 10px;
  }

  .feed-card-box .feed-card-desc {
    font-size: 10px;
    line-height: 20px;
  }

  .knowledge-networks-listing ul {
    margin: 0;
  }

  .knowledge-networks-listing ul li {
    width: 100%;
    padding: 0;
  }

  .news-update-img img {
    width: 100%;
  }

  .news-update-slider .slick-prev ,
  .featured-materials-slider .slick-prev {
    left: -15px;
  }

  .news-update-slider .slick-next,
  .featured-materials-slider .slick-next  {
    right: -15px;
  }

  .news-update-wrap .container ,
  .featured-material-wrap .container {
    width: 85% !important;
  }

  .news-update-slider {
    padding-bottom: 0;
  }

  .news-update-slider .slick-dots {
    position: relative;
    margin-top: 10px;
  }

  .news-update-slider .slick-dots li {
    margin: 0 5px;
    width: 15px;
    height: 15px;
  }

  .waterpipe-overview-page .page-title h2 {
    font-size: 20px;
    line-height: 30px;
  }

  .contain-box {
    -moz-column-count: 1;
    -moz-column-gap: 40px;
    -webkit-column-count: 1;
    -webkit-column-gap: 40px;
  }

  .info-section-desc h4 {
    font-size: 18px;
    line-height: 28px;
  }

  .normal-listing li {
    font-size: 10px;
    line-height: 20px;
  }

  .related-references-listing .container>ul li {
    font-size: 10px;
    line-height: 20px;
  }

  .share-social-media {
    font-size: 16px;
    padding-top: 40px;
  }

  .contain-box p {
    font-size: 10px;
    line-height: 20px;
  }

  .banner-bottom-slider .banner-bottom-slide {
    width: 50%;
  }

  .adds-section-left-side {
    width: 100%;
    text-align: center;
  }

  .adds-section-right-side {
    width: 100%;
    text-align: center;
  }

  .info-text-img p {
    font-size: 10px;
    line-height: 16px;
  }

  .adds-section {
    padding-bottom: 40px;
  }

  .adds-section-left-side ul {
    padding-bottom: 0;
  }

  .info-text-img {
    padding-bottom: 20px;
  }

  .feed-card-box .feed-card-desc {
    width: 100%;
    padding: 20px 15px;
  }

  .related-reference-cta-box .desc-box {
    width: 100%;
    padding-top: 20px;
    padding-left: 0;
  }

  .related-reference-cta-box .desc-box p {
    font-size: 10px;
    line-height: 16px;
  }

  .quick-link-listing ul li {
    width: 100%;
  }

  .quick-link-box img {
    width: 100%;
  }

  .adjusted-odds-left span {
    font-size: 10px;
    line-height: 16px;
  }

  .team_detail-detail p {
    font-size: 10px;
    line-height: 16px;
  }

  .tab-info .tab-menu ul li .tab .desc-box {
    padding-left: 10px;
  }

  .tab-info .tab-menu ul li .tab .img-box {
    width: 90px;
  }

  .tab-info .tab-menu ul li .tab .desc-box {
    width: calc(100% - 90px);
  }

  .tab-info .tab-menu ul li .tab h6 {
    font-size: 12px;
    line-height: 22px;
    padding-bottom: 0;
  }

  .tab-info .tab-menu ul li .tab p {
    font-size: 11px;
    line-height: 22px;
    margin-bottom: 0;
  }

  .tab-info .tab-menu ul li .tab .email-info,
  .tab-info .tab-menu ul li .tab .email-info a {
    font-size: 12px;
    line-height: 22px;
  }

  .tab-section-wrap {
    padding-bottom: 40px;
  }

  .related-references-title h2 {
    font-size: 16px;
    line-height: 26px;
  }

  .kh-footer-wrap .footer-row .footer-col {
    width: 100%;
  }

  .kh-footer-wrap .logo-wrap {
    width: 100%;
  }

  .kh-footer-wrap .footer-row .footer-col:first-child {
    width: 100%;
  }

  .footer-email-info {
    padding-top: 20px;
  }

  .kh-footer-wrap .social-media ul {
    justify-content: start;
    padding-top: 20px;
  }

  .note,
  .accordion-body p {
    font-size: 10px;
    line-height: 16px;
  }

  .accordion-body h4 {
    font-size: 16px;
    line-height: 26px;
  }

  .scroll-to-section-box-listing ul li {
    width: 100%;
  }

  .scroll-to-section-desc-wrap {
    padding-top: 50px;
  }

  .listing-note ul li {
    font-size: 10px;
    line-height: 16px;
    padding: 10px;
  }

  .listing-note {
    padding-top: 0;
  }

  .related-references-listing .container>ul li {
    margin-bottom: 10px;
  }

  .related-references-listing.links-listing ul li a .svg {
    top: 4px;
  }

  .page-intro-wrap.three-box-style .two-columns-list .two-columns-list-box {
    width: 100%;
  }

  .note-wrap p {
    font-size: 10px;
    line-height: 16px;
  }

  .share-social-media-wrap .share-social-media {
    padding: 20px 0;
  }

  .resource-database-listing ul li {
    width: 100%;
    margin-bottom: 30px;
  }

  .resource-database-listing-box a .icon-box {
    padding-bottom: 10px;
  }

  .resource-database-listing-box a h4 {
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 10px;
  }

  .resource-database-listing-box a p {
    font-size: 10px;
    line-height: 26px;
  }

  .external-resources-listing ul li {
    width: 100%;
  }

  .kh-side-bar-section .left-column {
    width: 100%;
  }

  .kh-side-bar-section .right-column {
    width: 100%;
  }

  .current-news-wrap {
    padding: 30px 0 60px;
  }

  .current-news-wrap .slick-arrow {
    bottom: 20px;
  }

  .current-news-wrap .slick-dots {
    bottom: -34px;
  }

  .news-img-slide-desc p {
    font-size: 10px;
    line-height: 16px;
  }

  .current-news-slide-desc .date-info {
    font-size: 10px;
    line-height: 16px;
  }

  .current-news-slide-desc a {
    font-size: 10px;
    line-height: 16px;
  }

  .general-information-wrap p {
    font-size: 10px;
    line-height: 16px;
  }

  .general-information-policy-box-left {
    width: 100%;
  }

  .general-information-policy-box-right {
    width: 100%;
  }

  .monitoring-evaluation-box ul li .evaluation-box {
    font-size: 18px;
    line-height: 26px;
  }

  .monitoring-evaluation-box ul li {
    width: 100%;
    margin-bottom: 20px;
  }

  .news-img-desc-wrap {
    padding: 0;
  }

  .news-img-slider-wrap .count-word-many .entity-pager-list .entity-pager-item a,
  .news-img-slider-wrap .count-word-many .entity-pager-list .entity-pager-item .inactive {
    font-size: 14px;
    padding: 5px 10px;
  }

  .news-img-slider-wrap {
    padding: 0;
  }

  .kh-footer-wrap .footer-col .social-media h2 {
    text-align: left;
    padding-top: 20px;
  }

  .kh-footer-wrap .social-media ul {
    padding-top: 0;
  }

  .news-img-desc {
    font-size: 10px;
    line-height: 20px;
  }

  .e-library-listing>ul>li {
    width: 100%;
  }

  .e-library-listing>ul>li img {
    width: 100%;
  }

  .news-listing-page .page-body,
  .e-library-listing .page-body {
    font-size: 10px;
    line-height: 16px;
  }

  .news-listing-page .news-update-box .news-update-desc .page-read-more a,
  .e-library-listing .news-update-box .news-update-desc .page-read-more a {
    font-size: 16px;
    line-height: 26px;
  }

  .news-listing-page .news-update-box .news-update-img,
  .e-library-listing .news-update-box .news-update-img {
    width: 100%;
  }

  .news-listing-page .news-update-box .news-update-desc,
  .e-library-listing .news-update-box .news-update-desc {
    width: 100%;
  }

  .browse-library-listing .listing-col {
    width: 100%;
  }

  .browse-library-box h3 {
    font-size: 18px;
    line-height: 28px;
  }

  .taxonomy-listing .views-row-wrapper .views-row {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .banner-bottom-slider .banner-bottom-slide {
    width: 100%;
  }
  .external-website-listing-wrap .announce-row-wrap .announce-img div {
    height: 215px !important;
    max-height: 215px !important;
  }
}

/* 12/01/2022 */
.experts-database-list-wrap.resource-db .views-exposed-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0px -8px;
  padding-bottom: 108px;
}

.experts-database-list-wrap.resource-db .views-exposed-form .js-form-item {
  width: 20%;
  padding: 0px 8px;
}

.experts-database-list-wrap.resource-db .views-exposed-form .js-form-item.js-form-type-textfield {
  width: 100%;
  padding-bottom: 45px;
}

.experts-database-list-wrap.resource-db .views-exposed-form .js-form-item.js-form-type-select {
  padding-bottom: 8px;
}

.experts-database-list-wrap.resource-db .views-exposed-form .js-form-item.js-form-type-textfield input[type="text"] {
  font-size: 20px;
  font-weight: 700;
  border: 1px solid #b8b8b8;
  border-radius: 5px;
  padding: 0px 60px 0px 30px;
  height: 53px;
  background: #f2f2f2;
  color: #404040;
  width: 100%;
  background: url(../images/search-icon-black.svg) #f2f2f2 no-repeat center right 24px;
}

.experts-database-list-wrap.resource-db .views-exposed-form .js-form-item.js-form-type-textfield input[type="text"]::-webkit-input-placeholder {
  color: #bdbdbd;
}

.experts-database-list-wrap.resource-db .views-exposed-form .js-form-item.js-form-type-textfield input[type="text"]::-moz-placeholder {
  color: #bdbdbd;
}

.experts-database-list-wrap.resource-db .views-exposed-form .js-form-item.js-form-type-textfield input[type="text"]:-ms-input-placeholder {
  color: #bdbdbd;
}

.experts-database-list-wrap.resource-db .views-exposed-form .js-form-item.js-form-type-textfield input[type="text"]:-moz-placeholder {
  color: #bdbdbd;
}

.experts-database-list-wrap.resource-db .select2-container .select2-selection {
  height: 37px;
  border-radius: 5px;
  border: 1px solid #a4a4a4;
  background: #f2f2f2;
  padding: 0px 15px;
}

.experts-database-list-wrap.resource-db .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #b7b7b7;
}

.experts-database-list-wrap.resource-db .table-responisve {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.experts-database-list-wrap.resource-db table.dataTable thead th a {
  color: #fff;
  width: 100%;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
}

.experts-database-list-wrap.resource-db table.dataTable th .tablesort--desc {
  background-image: url(../images/sort_both.png);
}

.experts-database-list-wrap.resource-db table.dataTable th .tablesort--asc {
  background-image: url(../images/sort_both.png);
}

.experts-database-list-wrap.resource-db .form-link a {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
  color: #16629d;
  padding: 13px 38px 12px;
  display: inline-block;
  border: 1px solid #b8b8b8;
  border-radius: 5px;
  background: #f2f2f2;
}

.info-section-wrap .info-section-iframe {
  position: relative;
  padding-bottom: 56.25%;
}

.info-section-wrap .info-section-iframe iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.info-section-desc .cta-btn {
  padding-top: 10px;
}

.webform-submission-add-form .webform-flexbox .webform-flex .webform-flex--container .js-form-item label {
  position: relative;
}

.webform-submission-add-form.webform-submission-rdbd-upload-contribute-form .webform-flexbox .webform-flex .webform-flex--container .js-form-item.form-item-attach-file>label {
  width: 223px;
}

.webform-submission-rdbd-upload-contribute-form .updated-section {
  margin-bottom: 20px;
}

.webform-submission-add-form .webform-flexbox .webform-flex .webform-flex--container .js-form-item.js-form-type-checkbox label {
  width: 100%;
}

.file-upload-wrap .webform-flex--container .webform-flex {
  width: 100% !important;
  padding: 0 !important;
}

.webform-submission-add-form.webform-submission-rdbd-upload-contribute-form .form-item-attach-file .form-submit {
  border: 2px solid #ba2025;
  background: transparent;
  color: #ba2025;
  font-size: 18px;
  font-weight: 700;
  height: 40px;
  width: 100%;
  max-width: 200px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-top: 10px;
}

.webform-submission-add-form.webform-submission-rdbd-upload-contribute-form .form-item-attach-file .form-submit:hover {
  background: #ba2025;
  color: #fff;
}

.webform-submission-add-form.webform-submission-rdbd-upload-contribute-form .js-form-item.form-item.js-form-type-checkbox input {
  position: absolute;
  top: 13px;
  left: 0;
}

.webform-submission-add-form.webform-submission-rdbd-upload-contribute-form .js-form-item.form-item.js-form-type-checkbox {
  position: relative;
}

.webform-submission-add-form.webform-submission-rdbd-upload-contribute-form .js-form-item.form-item.js-form-type-checkbox label {
  width: calc(100% - 25px) !important;
  padding-left: 29px;
  padding-right: 0 !important;
  margin-top: 10px;
}

.webform-submission-add-form.webform-submission-rdbd-upload-contribute-form .js-form-managed-file {
  width: calc(100% - 223px);
}

.webform-submission-add-form.webform-submission-rdbd-upload-contribute-form .webform-wrapper .webform-title {
  padding-left: 20px;
  padding-right: 20px;
}

.js-form-type-processed-text~.js-form-type-checkbox label {
  font-size: 18px;
  font-weight: 700;
  color: #000;
}

.js-form-type-processed-text~.js-form-type-checkbox input {
  top: 0 !important;
}

.webform-submission-add-form.webform-submission-rdbd-upload-contribute-form .js-form-type-processed-text~.js-form-item input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.webform-submission-add-form.webform-submission-rdbd-upload-contribute-form .js-form-type-processed-text~.js-form-item label {
  position: relative;
  cursor: pointer;
  font-size: 20px;
  line-height: 22px;
  color: #404040;
  padding-left: 43px !important;
  display: block;
  padding-top: 11px;
  padding-bottom: 11px;
  background: transparent;
  border: 0px solid #a4a4a4;
  border-radius: 5px;
  margin-bottom: 10px;
}

.webform-submission-add-form.webform-submission-rdbd-upload-contribute-form .js-form-type-processed-text~.js-form-item label:before {
  content: "";
  width: 27px;
  height: 27px;
  border: 1px solid #a4a4a4;
  background: transparent;
  position: absolute;
  top: 8px;
  left: 0px;
}

.webform-submission-add-form.webform-submission-rdbd-upload-contribute-form .js-form-type-processed-text~.js-form-item label:after {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/tick-black.svg) no-repeat;
  background-size: cover;
  top: 17px;
  left: 3px;
  width: 13px;
  height: 10px;
}

.webform-submission-add-form.webform-submission-rdbd-upload-contribute-form .js-form-type-processed-text~.js-form-item input:checked+label:after {
  background: url(../images/tick-white.svg) no-repeat;
}

.webform-submission-add-form.webform-submission-rdbd-upload-contribute-form .js-form-type-processed-text~.js-form-item input:checked+label:before {
  background: #ba2025;
  border-color: #ba2025;
}

@media (max-width: 991px) {
  .experts-database-list-wrap.resource-db .views-exposed-form {
    padding-bottom: 50px;
  }

  .experts-database-list-wrap.resource-db .views-exposed-form .js-form-item {
    width: 33.33%;
  }
  .resource-db-tobacco-entity .views-expose-filter .views-exposed-form [data-drupal-selector="edit-field-rdbd-doc-pub-date-value-wrapper"] .fieldset-wrapper .form-item-field-rdbd-doc-pub-date-value-max, .resource-db-tobacco-entity .views-expose-filter .views-exposed-form [data-drupal-selector="edit-field-rdbd-doc-pub-date-value-wrapper"] .fieldset-wrapper .form-item-field-rdbd-doc-pub-date-value-min {
    padding-bottom: 0 !important;
  }
}

@media (max-width: 767px) {
  .experts-database-list-wrap.resource-db .views-exposed-form .js-form-item {
    width: 100%;
  }

  .experts-database-list-wrap.resource-db .views-exposed-form .js-form-item.js-form-type-textfield {
    padding-bottom: 26px;
  }

  .experts-database-list-wrap.resource-db .views-exposed-form .js-form-item.js-form-type-textfield input[type="text"] {
    font-size: 18px;
    padding: 0px 45px 0px 20px;
    background-position: center right 10px;
    background-size: 20px;
  }

  .experts-database-list-wrap.resource-db .views-exposed-form {
    padding-bottom: 35px;
  }

  .experts-database-list-wrap.resource-db .form-link a {
    font-size: 18px;
    padding: 10px 30px 10px;
  }
}

.section-title.center-text h2 {
  text-align: center;
}

.section-title.center-text h2:before {
  right: 0;
}

.news-listing-page .news-update-box .news-update-img article {
  height: 100%;
}

.news-listing-page .news-update-box .news-update-img article div {
  height: 100%;
  position: relative;
}

/*.news-listing-page .news-update-box .news-update-img article div img {
  height: 100%;
  object-fit: cover;
}*/
.listing-note ul li:before {
  display: none;
}

.listing-note ul li {
  color: #fff !important;
}

/* 18-01-2022 */
.main-body .sections_group .column_our_team_list .team_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.main-body .sections_group .column_our_team_list .team_list .one-fourth {
  width: 23%;
}

.main-body .sections_group .column_our_team_list .team_list .one-fourth img {
  width: 100%;
}

.main-body .sections_group .column_our_team_list .team_list .one-second {
  width: 77%;
  padding-left: 25px;
}

.main-body .sections_group .column_our_team_list .team_list .one-second hr {
  display: none;
}

.main-body .sections_group .column_our_team_list .team_list .one-second h4 {
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 20px;
}

.main-body .sections_group .column_our_team_list .team_list .one-second h4:before {
  content: "";
  width: 78px;
  height: 3px;
  background: #ba2025;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
}

.main-body .sections_group .column_our_team_list .team_list .one-second .desc {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: #404040;
}

.main-body .sections_group .column_our_team_list .team_list .one-second .desc a {
  color: #ba2025;
}

.sections_group table {
  width: 100%;
  border: 1px solid #404040;
  border-collapse: collapse;
  margin-bottom: 30px;
}

.sections_group table td {
  border-bottom: 1px solid #404040;
  border-right: 1px solid #404040;
  padding: 10px;
  font-size: 18px;
  line-height: 28px;
  color: #404040;
}

.sections_group table td:last-child {
  border-right: 0;
}

.column_fancy_heading .section-title h2 {
  text-align: left;
}

.main-body .sections_group .column_our_team_list .team_list {
  margin-bottom: 40px;
}

.main-body .sections_group .column_our_team_list .team_list .one-second .desc .links {
  padding-top: 10px;
}

.main-body .sections_group .column_our_team_list .team_list .one-second .desc .links a {
  font-weight: 700;
}

.mcb-wrap-inner {
  display: flex;
  flex-wrap: wrap;
}

.main-body .sections_group .three-fourth.column {
  width: 73%;
}

.main-body .sections_group .one-fourth.column,
.four.columns {
  width: 23%;
}

.main-body .sections_group .column,
.main-body .sections_group .columns {
  padding: 0 15px;
  margin-bottom: 20px;
}

.main-body .sections_group .two-third.column {
  width: 65%;
}

.main-body .sections_group .one-third.column {
  width: 35%;
}

.image_frame,
.wp-caption,
.google-map,
.icon_box .icon_wrapper,
.content_slider .content_slider_ul,
.author-box .avatar-wrapper,
#comments .commentlist>li .photo,
.edd_download_image {
  border-color: #ba2025;
}

.main-body .sections_group .image_frame {
  display: block;
  overflow: hidden;
  margin: 0;
  border-width: 2px;
  border-style: solid;
  max-width: 100%;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.main-body .sections_group .image_frame.no_border {
  border-width: 0;
}

.main-body .sections_group hr.no_line {
  background-color: transparent !important;
  color: transparent !important;
}

.main-body .sections_group img.scale-with-grid,
#Content img {
  max-width: 100%;
  height: auto;
}

.main-body .sections_group .image_frame .image_wrapper img:not(.ls-l) {
  position: relative;
  top: 0;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.accordion-title h3 {
  margin-bottom: 0;
}

.section-title.text-center h3 {
  text-align: center;
}

.main-body .sections_group .alignright {
  float: right;
  margin: 15px 0 15px 15px;
}

.main-body .sections_group .alignleft {
  float: left;
  margin: 15px 15px 15px 0;
}

.main-body .sections_group .one.column {
  width: 100%;
}

.column_button a.button {
  font-size: 20px;
  font-weight: 700;
  background: #ba2025;
  color: #fff;
  border: 2px solid #ba2025;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  display: inline-block;
  padding: 20px 37px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.column_button a.button:hover {
  color: #ba2025;
  background: #f5f5f5;
}

.main-body .sections_group .one-third.column {
  width: 33.33%;
}

.main-body .sections_group .content_video.iframe.auto-wh {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.main-body .sections_group .content_video.iframe.auto-wh iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.main-body .sections_group iframe {
  max-width: 100%;
}

.main-body .sections_group .aligncenter {
  text-align: center;
  margin: 0 auto;
  display: block;
}

.main-body .sections_group .aligncenter {
  clear: both;
}

.main-body .sections_group span {
  font-size: 18px;
  line-height: 28px;
}

.main-body .sections_group blockquote {
  font-size: 18px;
  line-height: 28px;
  color: #404040;
  padding: 20px;
  border-left: 5px solid #ba252e;
  background: #f5f5f5;
}

.main-body .sections_group blockquote a {
  color: #ba2025;
}

/*.main-body .sections_group .section_wrapper {
  display: flex;
  flex-wrap: wrap;
}*/
.main-body .sections_group .promo_box_wrapper .photo_wrapper {
  width: 36%;
  float: left;
  text-align: left;
  line-height: 0;
}

.main-body .sections_group .promo_box_wrapper {
  overflow: hidden;
}

.main-body .sections_group .promo_box_wrapper .desc_wrapper {
  width: 56%;
  margin: 0 2% 0 6%;
  float: left;
  padding-top: 10px;
}

.d-flex {
  display: flex;
  flex-wrap: wrap;
}

.section_wrapper.d-flex {
  width: 100%;
}

.section_wrapper.d-flex .one-second {
  width: 50%;
}

.main-body .sections_group .one-second.column {
  width: 48%;
}

.main-body .sections_group .team.team_circle {
  text-align: center;
}

.main-body .sections_group .team.team_circle .image_frame.photo {
  width: 120px;
  height: 120px;
  margin: 0 auto 15px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.main-content h2.title.center-text {
  text-align: center;
}

.center-text {
  text-align: center;
}

.main-content h2.title.center-text:before {
  right: 0;
}

.cta-btn.center-text {
  text-align: center;
}

.pb-50 {
  padding-bottom: 50px;
}

.sliding_box .desc_wrapper {
  background: #bb2530;
}

.sliding_box .desc_wrapper {
  padding: 15px 20px;
  width: 100%;
  text-align: center;
  z-index: 2;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.sliding_box a {
  display: block;
}

.announcement-board-post-info-left .related-articles .quickedit-field {
  display: flex;
  flex-wrap: wrap;
}

.announcement-board-post-info-left .related-articles .quickedit-field div+div {
  padding-left: 5px;
}

.main-body .sections_group .photo_box .image_frame {
  margin-bottom: 15px;
}

.main-content .main-body ol li a {
  color: #ba2025;
}

img.full-width {
  width: 100%;
  margin-bottom: 30px;
  display: block;
}

ul,
ol {
  list-style: none !important;
}

.main-content .main-body ol ol {
  margin-top: 15px;
}

.accordion-body p:last-child {
  margin-bottom: 0;
}

.sections_group table th {
  padding: 10px;
  font-size: 18px;
  color: #000;
  border-bottom: 1px solid #404040;
  border-right: 1px solid #404040;
}

.p-b-t-20 {
  padding-top: 20px;
}

.main-body .sections_group .section-slider {
  background-color: #f6f5f5;
  box-shadow: 0px 3px 6px #00000029;
}

.main-body .sections_group .one-fourth.mcb-wrap {
  width: 25%;
}

.main-body .sections_group .three-fourth.mcb-wrap {
  width: 75%;
}

.main-body .sections_group .mcb-wrap {
  float: left;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}

.main-body .sections_group .section_wrapper:after,
.main-body .sections_group .container:after {
  clear: both;
  content: " ";
  display: block;
  height: 0;
  visibility: hidden;
}

.main-body .sections_group .clearfix:before,
.main-body .sections_group .clearfix:after {
  content: "\0020";
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.main-body .sections_group .one-third.mcb-wrap {
  width: 33.333%;
}

.main-body .sections_group .column_attr.align_center {
  text-align: center;
}

span a {
  color: #bb2530;
}

.ul-first li:before {
  display: none;
}

.publications-wrap .one-second.mcb-wrap {
  width: 50%;
}

.Latest_news ul li {
  margin: 0 0 30px;
  padding: 0 !important;
  display: flex;
  flex-wrap: wrap;
}

.Latest_news ul li .photo {
  width: 30%;
  border-color: #bb2530;
}

.Latest_news ul li .photo a {
  display: block;
  width: 100%;
  height: 100% !important;
}

.Latest_news ul li .photo a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.Latest_news ul li .desc {
  width: 60%;
  padding-left: 20px;
}

.Latest_news ul li .desc a {
  color: #bb2530;
}

.post-excerpt {
  font-size: 18px;
  line-height: 26px;
}

.one-second.mcb-wrap {
  width: 50%;
}

.views-row-wrapper.news-listing-page.news-cate-listing {
  margin: 0;
}

.views-row-wrapper.news-listing-page.news-cate-listing .views-row {
  width: 100%;
}

.views-row-wrapper.news-listing-page.news-cate-listing .news-update-box:hover .news-update-desc h4 {
  color: #444444;
}

.views-row-wrapper.news-listing-page.news-cate-listing .container.main-body {
  padding: 0;
}

@media (max-width: 1366px) {
  .main-body .sections_group .column_our_team_list .team_list .one-second .desc {
    font-size: 16px;
    line-height: 26px;
  }

  .accordion-title h3 {
    font-size: 18px;
    line-height: 28px;
    padding: 10px 0 10px 20px;
  }

  .accordion-title {
    padding: 0 48px 0;
  }

  .accordion-listing>ul>li .accordion-title:before {
    left: 19px;
    top: 10px;
  }

  .accordion-title:after {
    top: 18px;
  }

  .accordion-listing>ul>li {
    margin-bottom: 20px;
  }
}

@media (max-width: 991px) {
  .main-body .sections_group .column_our_team_list .team_list .one-second {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }

  .main-body .sections_group .column_our_team_list .team_list .one-fourth {
    width: 100%;
  }

  .main-body .sections_group .column_our_team_list .team_list .one-fourth img {
    width: 100%;
    max-width: 250px;
  }

  .main-body .sections_group .column_our_team_list .team_list .one-fourth .image_frame {
    width: 100%;
    max-width: 250px;
  }
}

@media (max-width: 767px) {
  .main-body .sections_group .column_our_team_list .team_list .one-second .desc {
    font-size: 14px;
    line-height: 22px;
  }

  .main-body .sections_group .three-fourth.column {
    width: 100%;
  }

  .main-body .sections_group .one-fourth.column,
  .four.columns {
    width: 100%;
  }

  .main-body .sections_group .column,
  .main-body .sections_group .columns {
    padding: 0;
  }

  .main-body .sections_group .two-third.column {
    width: 100%;
  }

  .main-body .sections_group .one-third.column {
    width: 100%;
  }

  .main-body .sections_group hr.no_line {
    display: none;
  }

  .main-body .sections_group .column h3 {
    margin: 0;
  }

  .section_wrapper.d-flex .one-second {
    width: 100%;
  }
}

.normal-listing ul li a,
.info-section-wrap .info-section-desc ul li a {
  color: #ba2025;
  font-weight: 700;
}

.section-title.text-center h3 {
  text-align: center;
}

.cta-btn.text-center {
  text-align: center;
}

.main-content .main-body .normal-listing ul>li:before {
  border: 0;
}

.page-node-type-information-hub .hero-banner-section {
  margin-bottom: 30px;
}

.accordion-body ul li {
  font-size: 18px;
  line-height: 30px;
  color: #20313b;
  padding-left: 50px;
  margin-bottom: 20px;
  position: relative;
}

.accordion-body ul li:before {
  content: "";
  width: 13px;
  height: 13px;
  border: 3px solid #707070;
  position: absolute;
  top: 10px;
  left: 0;
}

.accordion-body ul li a {
  color: #ba2025;
}

.call-to-action-banner p b,
.call-to-action-banner p strong {
  color: #fff;
}

/* 25-01-22 */

.pt-30 {
  padding-top: 30px;
}

.kh-slt-views-summary {
  max-width: 366px;
  width: 100%;
  margin: 0 auto;
}

.mb-0 h2 {
  margin-bottom: 0 !important;
}

@media (max-width: 767px) {
  .webform-submission-fctc-announcement-request-form .webform-element-help.js-webform-element-help {
    top: 37px !important;
    right: inherit !important;
  }
}

.quick-links ul li {
  margin-top: 35px;
  text-align: center;
}

.main-body .sections_group .float-none {
  float: none;
  clear: both;
  width: 100%;
}

.main-body .sections_group .full-width.mcb-wrap-inner {
  width: 100%;
}

.main-body .sections_group .d-flex.aligncenter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}

.main-body .sections_group .one-second.column {
  width: 50%;
}

.main-body .sections_group .blog_wrapper .col-3 {
  width: 100%;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
}

.main-body .sections_group .blog_wrapper .col-3 h2 {
  font-size: 30px;
  line-height: 40px;
  padding: 0 0 20px;
}

.main-body .sections_group .blog_wrapper .col-3 .date_label {
  padding: 20px 0 20px;
  font-size: 20px;
  font-weight: 700;
  color: #404040;
}

.main-content h3 a {
  color: #000;
}

.two-col-btn .column_button {
  width: auto !important;
}

.feature_list_new ul {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
}

.feature_list_new ul li {
  padding-right: 15px;
  width: 33.33%;
}

@media (max-width: 767px) {
  .feature_list_new ul li {
    padding-right: 0;
    width: 100%;
  }
}

.webinar-title {
  padding-top: 60px;
}

.main-content .video-box h4 a {
  color: #000;
}

.main-content .main-body ul li a {
  color: #ba2025;
}
.main-content .main-body ol li a ,
.main-content .main-body ul li a{
  display: block;
}
/*.news-cate-listing .news-update-box .news-update-img img {
  height: 100%;
  object-fit: cover;
}*/
.sections_group table th {
  background: #ba2025;
  color: #fff;
}

.feature_list ul {
  margin: 0;
  overflow: hidden;
}

.feature_list ul li {
  margin: 0;
  list-style: none;
  width: 25%;
  float: left;
  display: block;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 10px;
}

.feature_list[data-col="2"] ul li {
  width: 50%;
}

.feature_list ul li a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.feature_list ul li p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.feature_list hr {
  display: none;
}

.feature_list ul li a {
  display: block;
}

.feature_list ul li:hover,
.feature_list ul li:hover a {
  background: #bb2530;
  color: #fff;
}

.feature_list ul li:hover p,
.feature_list ul li:hover a p {
  color: #fff;
}

.general-information-wrap.pbt-0 .monitoring-evaluation-wrap {
  padding-top: 0;
}

.sliding_box .desc_wrapper h4 {
  font-size: 19px;
  line-height: 28px;
  color: #fff;
  margin-bottom: 0;
}

.sliding_box .desc_wrapper h4 a {
  color: #fff;
}

.sliding_box .photo_wrapper img {
  width: 100%;
  height: 220px !important;
  object-fit: cover;
}

.sections_group .one-fifth.column {
  width: 18%;
}

.main-content h3 a {
  color: #ba2025;
}

.main-content .main-body ul ul {
  padding-bottom: 0;
  padding-top: 20px;
}

.news-img-desc-wrap img {
  width: auto;
  margin: 0 auto;
  text-align: center;
}

/*.news-img-desc-wrap {
  text-align: center;
}*/
.container .container {
  padding: 0;
}

.tweets-section-box #block-twittertimeline {
  height: 500px;
  overflow: auto;
}

.main-content p {
  padding-top: 0;
}

.icon_box.icon_position_left {
  min-height: 126px;
  padding-left: 145px;
}

.icon_box.icon_position_left .image_wrapper {
  position: absolute;
  left: 0;
  top: 10px;
  margin-bottom: 0;
  width: 126px;
  height: 126px;
  overflow: hidden;
}

.icon_box {
  position: relative;
}

.icon_box.icon_position_left .desc_wrapper {
  text-align: left;
  padding-top: 10px;
}

.icon_box.icon_position_left .desc_wrapper .desc {
  color: #ba2025;
}

.one.column_feature_list .feature_list ul.fl-content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  justify-content: space-between;
}

.one.column_feature_list .feature_list ul.fl-content li {
  width: 50%;
  padding: 0 15px;
  background: transparent !important;
}

.one.column_feature_list .feature_list ul.fl-content li:before {
  display: none;
}

.one.column_feature_list .feature_list ul.fl-content li p {
  padding-left: 0px;
}

.one.column_feature_list .feature_list ul.fl-content li a {
  padding: 10px 25px;
  background: transparent;
  color: #ba2025;
}

.one.column_feature_list .feature_list ul.fl-content li a:hover {
  background: #ba2025;
  color: #fff;
}

.call-to-action-box-wrap .call-to-action-box .img-box {
  height: 100%;
}

.rb-categories-wrap .tags-listing {
  padding: 0 15px;
}

.links-box-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
  justify-content: center;
}

.links-box-wrap .one-third.column {
  width: 20% !important;
  padding: 0 12px;
  margin-bottom: 30px;
}

.links-box-wrap .one-third.column p {
  width: 100%;
  height: 100%;
}

.links-box-wrap .one-third.column p a {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 20px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #f2f2f2;
  border-radius: 5px;
  box-shadow: 0px 3px 20px rgb(0 0 0 / 10%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.links-box-wrap .one-third.column p a:hover {
  background: #ba2025;
  color: #fff;
}

.alignleft {
  float: left;
  margin: 15px 15px 15px 0;
}

.sections_group table td a {
  color: #ba2025;
}

.icon_box .desc_wrapper h4 a:hover {
  color: #ba2025;
}

.wts-database .announce-exposed-form .views-exposed-form .js-form-item {
  width: 20%;
  margin-bottom: 20px;
}

.wts-database .announce-exposed-form .views-exposed-form .js-form-item.js-form-item-combine {
  width: 100%;
}

.wts-database .announce-exposed-form .views-exposed-form .js-form-item.js-form-type-textfield .form-text {
  height: 37px;
  border-radius: 5px;
  border: 1px solid #a4a4a4;
  background: #fff;
  padding: 0px 15px;
  background: url(../images/search-icon-black.svg) #fff no-repeat center right 15px;
  background-size: 15px;
}

.wts-database .announce-exposed-form .select2-container .select2-selection {
  height: 37px;
  line-height: 37px;
  border-radius: 5px;
  border: 1px solid #a4a4a4;
  background: #fff;
  padding: 0px 15px;
}

.wts-database .announce-exposed-form .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 37px;
}

.wts-database .announce-exposed-form .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 14px;
  width: 14px;
}

.wts-exp-table-parent th a {
  color: #fff;
}

table.dataTable tbody td a {
  color: #ba2025;
}

.wts-database table.dataTable tbody td {
  background: transparent;
}

.wts-database table.dataTable tbody tr.views-expandable-table-target td {
  padding: 0 !important;
}

.wts-database table.dataTable tbody tr:nth-child(even) td {
  background: transparent;
}

.wts-database table.dataTable tbody .dt-control {
  background: url(https://www.datatables.net/examples/resources/details_open.png) no-repeat left 10px center;
  cursor: pointer;
  padding-left: 40px;
}

.wts-database table tr.dt-hasChild {
  background: url(https://www.datatables.net/examples/resources/details_close.png) no-repeat left 10px center;
}

.wts-database table.dataTable tbody .dt-control td:first-child,
.wts-database table.dataTable tbody .dt-hasChild td:first-child {
  padding-left: 40px;
}

.wts-no-result {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 80px;
  font-weight: 700;
  font-size: 18px;
  font-weight: 700;
  color: #404040;
  text-align: left;
}

.wts-child-block-box {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  font-weight: 400;
  border-bottom: 1px solid #b8b8b8;
}

.wts-child-block-box:last-child {
  border: 0;
}

.wts-field-title {
  width: 50%;
  padding: 15px;
  border-right: 1px solid #b8b8b8;
}

.wts-field-value {
  width: 50%;
  padding: 15px;
}

.wts-database table.dataTable tbody td {
  font-size: 14px;
  font-weight: 400;
}

.wts-database .table-responisve {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding-bottom: 20px;
}

.kh-slt-views-summary .sction-title h2 {
  text-align: left;
}

.browse-library-by-subject-wrap.location-wrap {
  padding-top: 0 !important;
}

.browse-library-by-subject-wrap.location-wrap .browse-library-listing {
  display: block;
  margin: 0;
}

.section-title.left-text h2 {
  text-align: left;
}

.section-title.left-text h2:before {
  right: inherit !important;
}

.browse-library-by-subject-wrap.classification-wrap {
  padding-top: 30px !important;
  padding-bottom: 0 !important;
}

.e-library-listing-box .e-library-listing-img {
  position: relative;
  padding-bottom: 56.26%;
}

.e-library-listing-box .e-library-listing-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.e-library-listing>ul>li .views-field-nothing {
  height: 100%;
}

.views-expose-filter.e-library-filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 0;
}

.views-expose-filter.e-library-filter .btn {
  width: 50px;
  height: 50px;
  border: 2px solid #404040;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
}

.views-expose-filter.e-library-filter .btn:hover {
  background: #ba2025;
  border-color: #ba2025;
}

.views-expose-filter.e-library-filter .btn .svg {
  width: 30px;
  height: 30px;
}

.views-expose-filter.e-library-filter .btn .svg path {
  fill: #404040;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.views-expose-filter.e-library-filter .btn:hover .svg path {
  fill: #fff;
}

.views-expose-filter-right .box {
  display: flex;
}

.grid-switcher {
  display: flex;
}

.views-expose-filter-right .grid-switcher .btn {
  margin-right: 15px;
}

.views-expose-filter-right .sort-filters .js-form-item label {
  display: none;
}

.views-expose-filter-right .sort-filters .select2 {
  width: 200px !important;
}

.views-expose-filter-right .select2-container .select2-selection {
  height: 50px;
  padding-left: 10px;
}

.views-expose-filter-right .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 50px;
}

.views-expose-filter-right .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 22px;
}

.e-library-expose-filters {
  display: flex;
  flex-wrap: wrap;
  padding: 0px 10px;
  border: 2px solid #404040;
  margin-bottom: 30px;
  border-radius: 5px;
}

.e-library-expose-filter-col {
  width: 33.33%;
  padding: 30px 20px;
  border-right: 2px solid #404040;
}

.e-library-expose-filter-col:last-child {
  border-right: 0;
}

.e-library-expose-filter-col .fieldset-legend {
  font-size: 20px;
  font-weight: 700;
  color: #404040;
  padding-bottom: 20px;
  display: block;
}

.e-library-expose-filter-col .form-checkboxes .js-form-item label {
  position: relative;
  cursor: pointer;
  font-size: 20px;
  line-height: 22px;
  color: #404040;
  padding-left: 30px;
  display: block;
  margin-bottom: 10px;
}

.e-library-expose-filter-col .form-checkboxes .js-form-item input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.e-library-expose-filter-col .form-checkboxes .js-form-item label:before {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #a4a4a4;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
}

.e-library-expose-filter-col .form-checkboxes .js-form-item input:checked+label:before {
  background: #ba2025;
  border-color: #ba2025;
}

.e-library-expose-filter-col .form-checkboxes .js-form-item label:after {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/tick-black.svg) no-repeat;
  background-size: cover;
  top: 4px;
  left: 4px;
  width: 13px;
  height: 10px;
  opacity: 0;
  visibility: hidden;
}

.e-library-expose-filter-col .form-checkboxes .js-form-item input:checked+label:after {
  background: url(../images/tick-white.svg) no-repeat;
  opacity: 1;
  visibility: visible;
}

.taxonomy-listing .views-row-wrapper.grid-view.list-view .views-row {
  width: 100%;
}

.taxonomy-listing .views-row-wrapper.grid-view.list-view .e-library-listing-box {
  display: flex;
}

.taxonomy-listing .views-row-wrapper.grid-view.list-view .e-library-listing-box .e-library-listing-img {
  width: 20%;
}

.taxonomy-listing .views-row-wrapper.grid-view.list-view .e-library-listing-box .e-library-listing-desc {
  width: calc(100% - 20%);
}

.taxonomy-listing .views-row-wrapper.grid-view.list-view .e-library-listing-box .e-library-listing-img {
  padding-bottom: 0;
}

.taxonomy-listing .views-row-wrapper.grid-view.list-view .e-library-listing-box .e-library-listing-img img {
  position: relative;
}

.e-library-expose-filter-col .fieldgroup {
  margin-bottom: 20px;
}

/* 15/02/2022 */
.two-columns-section-wrap .two-columns-section.only-text .column-left,
.two-columns-section-wrap .two-columns-section.only-text .column-right {
  padding: 0 15px;
  width: 50%;
}

@media (max-width: 991px) {

  .two-columns-section-wrap .two-columns-section.only-text .column-left,
  .two-columns-section-wrap .two-columns-section.only-text .column-right {
    padding: 0 15px;
    width: 100%;
  }
}

.add-new-forum-topic .action-links li a {
  font-size: 20px;
  font-weight: 700;
  background: #ba2025;
  color: #fff;
  border: 2px solid #ba2025;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  display: inline-block;
  padding: 20px 37px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-top: 20px;
}

.wts-database .views-footer-wrapper {
  padding: 20px 0 40px;
}

.tablesort--desc {
  background-image: url(../images/sort_both.png);
}

.tablesort--desc {
  background-image: url(../images/sort_both.png);
}

.tablesort--asc {
  background-image: url(../images/sort_asc.png) !important;
}

.tablesort--asc {
  background-image: url(../images/sort_both.png) !important;
}

.wts-database table.dataTable tbody td.views-field-title {
  width: 40%;
}

.wts-database table.dataTable tbody td.views-field-field-wts-pub-year {
  width: 10%;
}

.wts-database table.dataTable tbody td.views-field-field-wts-author {
  width: 30%;
}

.wts-database table.dataTable tbody td.views-field-field-wts-searchlink {
  width: 20%;
}

.wts-database table tr.dt-hasChild.expanded td {
  border-bottom: 2px solid #ba2025;
}

.table-responisve {
  position: relative;
}

.ajax-progress.ajax-progress-fullscreen {
  position: fixed;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  margin: auto;
}

.wts-exp-table-parent th a {
  display: block;
}

.number-listing-box.two-column ol {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}

.number-listing-box.two-column ol li {
  width: calc(50% - 15px);
}

.page-intro.left-text p {
  text-align: left;
}

.page-intro-wrap.left-align {
  max-width: 100%;
}

.snppopup-wrap {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1234;
  display: none;
}

.snppopup {
  width: 100%;
  max-width: 600px;
  height: auto;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
  margin: 0 auto;
}

.popup-info {
  display: flex;
  flex-wrap: wrap;
}

.popup-info-img {
  width: 200px;
}

.popup-info .desc-box {
  width: calc(100% - 200px);
  padding-left: 20px;
}

.popup-info .desc-box h4 {
  font-size: 20px;
  color: #404040;
  font-weight: 700;
  padding-bottom: 10px;
}

.popup-info .desc-box p {
  font-size: 18px;
  line-height: 28px;
  color: #404040;
}

.popup-info .desc-box .cta-btn a {
  padding: 10px 15px;
  font-size: 18px;
}

.popup-info {
  padding: 0 20px 20px;
}

.snppopup-desc .close-btn {
  text-align: right;
}

.snppopup-desc .close-btn img {
  margin-left: auto;
}

.views-expose-filter-right .grid-switcher .btn.active {
  background: #ba2025;
  border-color: #ba2025;
}

.views-expose-filter-right .grid-switcher .btn.active .svg path {
  fill: #fff;
}

.e-library-detail-page-wrap .e-library-detail-desc {
  padding: 50px 0 50px;
}

.e-library-detail-page-wrap .e-library-detail-desc .e-library-listed-in {
  padding-top: 30px;
}

.e-library-detail-desc .row .col ul li a {
  word-break: break-word;
}

.advanced-add-wrap .webform-flex--1 .webform-flex--container .webform-flex--1 {
  width: 100%;
  padding: 0;
}

.advanced-add-wrap .address--wrapper {
  margin-top: 0 !important;
}

.main-content p a {
  word-break: break-word;
}

.main-content .main-body ul li a {
  word-break: break-word;
}

.main-content .main-body ol li a {
  word-break: break-word;
}

.sort-parent {
  display: flex;
  align-items: center;
}

.sort-parent .result-summary {
  margin-left: 10px;
}

.header-add-content a {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  padding-left: 15px;
}

@media (max-width: 1366px) {
  .header-add-content a {
    font-size: 14px;
    line-height: 22px;
  }
}

@media (max-width: 991px) {
  .header-add-content a {
    font-size: 14px;
    line-height: 22px;
  }
}

@media (max-width: 767px) {
  .header-add-content a {
    font-size: 12px;
    line-height: 20px;
  }
}

.e-library-no-result {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-bottom: 80px;
  font-size: 20px;
  font-weight: 700;
  color: #404040;
  text-align: left;
}

.header-wrap .logo-wrap a svg {
  width: 201px;
  height: 101px;
}

.footer-wrap .footer-logo a svg,
.footer-wrap .kh-logo-first a svg {
  height: 135px;
  width: 269px;
}

.webform-submission-fctc-announcement-request-form {
  margin-bottom: 60px;
}

@media (max-width: 991px) {
  .links-box-wrap .one-third.column {
    width: 33.33% !important;
  }
}

@media (max-width: 767px) {
  .links-box-wrap .one-third.column {
    width: 100% !important;
  }
}

.snppopup {
  border-radius: 10px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .snppopup {
    width: calc(100% - 30px);
  }

  .popup-info .desc-box {
    width: 100%;
    padding-top: 20px;
  }

  .popup-info-img {
    width: 200px;
    display: block;
    margin: 0 auto;
  }

  .views-expose-filter-left {
    padding: 10px 0;
  }

  .views-expose-filter-right {
    padding: 10px 0;
  }
}

.sections_group.client-logo-wrap .one-third.column_image .image_frame {
  text-align: center;
}

.sm-container .container {
  width: 95%;
}

.browse-library-by-subject-wrap {
  text-align: center;
}

.browse-library-listing.normal-listing ul li {
  padding-left: 0;
}

.browse-library-listing.normal-listing ul li:before {
  display: none;
}

.search-icon {
  width: 93px;
}

@media (max-width: 767px) {
  .main-body .sections_group .mcb-wrap {
    float: none;
  }
}

.table-responisve {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.language_ar .number-listing-box ol li {
  padding: 20px 40px 20px 25px;
}

.language_ar .number-listing-box ol li:before {
  left: inherit;
  right: 15px;
}

.language_ar .main-content .main-body ol>li {
  padding: 20px 40px 20px 25px;
}

.language_ar .main-content .main-body ol>li:before {
  left: inherit;
  right: 15px;
}

.language_ar .main-content .main-body ul>li {
  padding-left: 0;
  padding-right: 30px;
}

.language_ar .main-content .main-body ul>li:before {
  left: inherit;
  right: 0;
}

.language_ar .header-user-login {
  padding-right: 20px;
  padding-left: 0;
}

.language_ar .header-user-login ul li {
  padding-left: 0;
}

.language_ar .search-icon {
  margin-right: 30px;
}

.language_ar #block-dropdownlanguage .dropbutton-widget {
  padding-left: 10px;
  padding-right: 2rem;
}

.language_ar .header-top-search {
  left: 60px;
  right: inherit;
}

.language_ar .header-add-content a {
  padding-left: 0;
  padding-right: 15px;
}

@media (max-width: 767px) {
  .number-listing-box.two-column ol li {
    width: 100%;
  }
}

.main-content a {
  font-size: 18px;
  line-height: 28px;
  color: #ba2025;
  font-weight: 700;
}

.page-node--10330 #block-fctcapps-fctcmenu,
.page-node--10338 #block-fctcapps-fctcmenu {
  display: none;
}

/* 23-03-2022 */
.e-library-detail-desc .row .col ul li {
  font-size: 18px;
  line-height: 28px;
  color: #000;
}

.e-library-listed-in ul li {
  display: flex;
  align-items: center;
}

.e-library-listed-in.big-icon ul li svg {
  width: 30px;
}

.main-body .sections_group span {
  word-break: break-word;
}

.column_button a.button {
  padding: 10px 20px;
}

.webform_rdbd_upload_contribute {}

.webform-submission-add-form.webform-submission-rdbd-upload-contribute-form .js-form-item.form-item.js-form-type-checkbox.small-check-box label {
  position: relative;
}

.small-check-box input.form-checkbox {
  position: absolute;
  top: 0;
  opacity: 0;
}

.webform-submission-add-form.webform-submission-rdbd-upload-contribute-form .js-form-item.form-item.js-form-type-checkbox.small-check-box label.option {
  width: 100% !important;
  padding-left: 45px !important;
  padding-bottom: 0;
  padding-top: 0;
  position: relative;
  display: block;
  font-size: 18px !important;
  line-height: 22px !important;
  font-weight: 400 !important;
  color: #404040;
  margin: 0 0 20px;
  cursor: pointer;
}

.webform-submission-add-form.webform-submission-rdbd-upload-contribute-form .js-form-item.form-item.js-form-type-checkbox.small-check-box label.option:before {
  content: "";
  width: 22px;
  height: 22px;
  border: 1px solid #a4a4a4;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0px;
}

.webform-submission-add-form.webform-submission-rdbd-upload-contribute-form .js-form-item.form-item.js-form-type-checkbox.small-check-box label.option:after {
  content: "";
  display: block;
  position: absolute;
  background-size: cover;
  top: 6px;
  left: 5px;
  width: 11px;
  height: 9px;
  margin: 0;
}

.webform-submission-add-form.webform-submission-rdbd-upload-contribute-form .js-form-item.form-item.js-form-type-checkbox.small-check-box input:checked+label:before {
  border-color: #ba2025;
  background: #ba2025;
}

.webform-submission-add-form.webform-submission-rdbd-upload-contribute-form .js-form-item.form-item.js-form-type-checkbox.small-check-box input:checked+label:after {
  background: url(../images/tick-white.svg) no-repeat;
  background-size: cover;
}

.webform_rdbd_upload_contribute.webform-submission-add-form .js-form-type-textarea.js-form-item .form-textarea {
  width: 100%;
  height: 129px;
  border: 1px solid #a4a4a4;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0 23px;
  font-size: 18px;
  font-weight: 400;
  color: #404040;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding-top: 10px;
}

.webform-submission-add-form.webform-submission-rdbd-upload-contribute-form .js-form-item.form-item.js-form-type-checkbox.small-check-box.fill-check-box label.option {
  background: #0E85B1;
  font-size: 18px;
  font-weight: 700 !important;
  color: #fff;
  padding-top: 9px !important;
  padding-bottom: 9px !important;
}

.webform-submission-add-form.webform-submission-rdbd-upload-contribute-form .js-form-item.form-item.js-form-type-checkbox.small-check-box.fill-check-box label.option:before {
  top: 8px;
  left: 13px;
  border-color: #BA2025;
  background: #fff;
}

.webform-submission-add-form.webform-submission-rdbd-upload-contribute-form .js-form-item.form-item.js-form-type-checkbox.small-check-box.fill-check-box label.option:after {
  top: 14px;
  left: 18px;
}

.webform-submission-add-form.webform-submission-rdbd-upload-contribute-form .js-form-item.form-item.js-form-type-checkbox.small-check-box.fill-check-box input:checked+label:before {
  border-color: #ba2025;
  background: #ba2025;
}

.webform_rdbd_upload_contribute.webform-submission-add-form .js-form-type-textarea>div {
  width: 100%;
}

.external-websites-listing .announce-title {
  padding: 0 0 20px 0;
}

.webform-wrapper .webform-nomination-title.bg-blue {
  background: #0E85B1;
  margin-top: 40px !important;
}

.bef-exposed-form .js-form-item.js-form-item-sort-by label {
  display: none;
}

.bef-exposed-form .js-form-item.js-form-item-items-per-page label {
  display: none;
}

.experts-database-list-wrap.resource-db .views-exposed-form .js-form-item.js-form-type-textfield.js-form-item-field-rdbd-entities-involved-value {
  width: 250px;
  padding-bottom: 8px;
}

.experts-database-list-wrap.resource-db .views-exposed-form .js-form-item.js-form-type-textfield.js-form-item-field-rdbd-entities-involved-value input[type="text"] {
  height: 37px;
  font-size: 16px;
  font-weight: 400;
  padding: 0px 15px 0px 15px;
  background: #f2f2f2;
  border-radius: 0;
}

.bef-exposed-form .select2-container .select2-selection {
  border-radius: 0 !important;
}

.resource-database-listing ul {
  margin: 0;
}

.rb-categories-wrap {
  padding-bottom: 100px !important;
}

.featured-document-box .date-info span {
  display: block;
  font-weight: 700;
}

.experts-database-list-wrap.resource-db .table-responisve {
  margin-bottom: 60px;
}

table.dataTable thead .sorting {
  background-image: url(../images/sort_both.png);
}

table.dataTable thead .sorting {
  background-image: url(../images/sort_both.png);
}

table.dataTable thead .sorting {
  background-image: url(/DataTables-1.11.3/images/sort_both.png);
}

.publication-source-box img {
  width: 50%;
}

@media (max-width: 1600px) {
  .resource-database-listing ul {
    margin: 0 -15px;
  }

  .resource-database-listing ul li {
    padding: 0 15px;
  }

  .featured-documents-listing ul {
    margin: 0 -15px;
  }

  .featured-documents-listing ul li {
    padding: 0 15px;
  }

  .e-library-listing .views-row-wrapper ul {
    padding-left: 100px;
  }
}

@media (max-width: 1024px) {
  .webform-submission-add-form.webform-submission-rdbd-upload-contribute-form .js-form-item.form-item.js-form-type-checkbox.small-check-box label.option {
    font-size: 16px !important;
    line-height: 22px !important;
  }

  .external-websites-listing .announce-title {
    padding: 0 0 10px 0;
  }
  .external-website-listing-wrap .announce-row-wrap .external-websites-listing .external-website-wrapper {
    padding: 18px 20px !important;
  }

  .experts-database-list-wrap .views-expose-filter .views-exposed-form.bef-exposed-form {
    padding-bottom: 10px;
  }
}

@media (max-width: 991px) {
  .featured-documents-listing ul li {
    width: 100%;
    margin-bottom: 20px;
  }

  .featured-document-box .desc-box {
    padding: 20px;
  }

  .featured-document-box .desc-box a {
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 10px;
  }

  .rb-categories-wrap .tags-listing ul li a {
    font-size: 14px;
    line-height: inherit;
  }

  .rb-categories-wrap {
    padding-bottom: 50px !important;
  }
  .legal-challenges-body-text::after {
    bottom: -45px !important;
  }

}

@media (max-width: 767px) {
  .webform-submission-add-form.webform-submission-rdbd-upload-contribute-form .js-form-item.form-item.js-form-type-checkbox.small-check-box label.option {
    font-size: 14px !important;
    line-height: 18px !important;
  }
}

.webform-wrapper .rdbd_upload.webform-title {
  background: #0E85B1 !important;
}

.language_fr .search-icon {
  width: 143px;
}

[dir=rtl] .number-listing-box ol {
  counter-reset: item;
  list-style: none;
}

[dir=rtl] .number-listing-box ol li:before {
  content: counter(item, arabic-indic);
  counter-increment: item;
}

#comment-form #edit-comment-body-0-format {
  display: none;
}

.who-user .field__label {
  font-weight: 700;
  color: #000;
}

.who-user {
  padding-bottom: 60px;
}

.who-member-for-title h4 {
  margin-bottom: 0;
  padding-right: 5px;
}

.who-member-for-title {
  display: flex;
  align-items: center;
  font-size: 30px !important;
  line-height: 40px !important;
  font-weight: 700;
  color: #000000;
  padding-bottom: 20px;
}

.discussion-forum-table table td .forum__title a {
  color: #ba2025 !important;
}

.discussion-forum-table table th a .tablesort--desc {
  display: none;
}

.res-db-fil-item-page {
  display: flex;
  flex-wrap: wrap;
}

.res-db-fil-combines {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.res-db-fil-items_per_page {
  width: 250px;
  display: flex;
  align-items: center;
  font-weight: 700;
  padding-right: 30px;
  color: #000000;
}

.res-db-fil-combine {
  width: calc(100% - 550px);
  margin-right: 10px;
}

.res-db-fil-combine .form-item-combine {
  padding-bottom: 0px !important;
}

.res-db-fil-form .res-db-fil-item-page {
  padding-bottom: 40px;
}

.text-end {
  text-align: right;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.news-update-desc .date-info span {
  padding-bottom: 5px;
}

.table-responisve table.dataTable thead th.views-field-field-rdbd-country a {
  background-image: url(../images/sort_both.png) !important;
  padding-right: 20px;
  background-position: center right;
  background-repeat: no-repeat;
}

.table-responisve table.dataTable thead th.views-field-field-rdbd-country.is-active a {
  background-image: none !important;
}

#edit-flexbox-15>.webform-flex--1:first-child {
  width: 30%;
}

.resource-db .announce-pager {
  text-align: right;
}
.resource-db-tobacco-entity .views-exposed-form {
  padding-bottom: 50px !important;
}

.resource-db-tobacco-entity .res-db-fil-combines{
  align-items: center;
}
.experts-database-list-wrap .views-expose-filter .views-exposed-form .res-db-fil-combines .js-form-item,
.experts-database-list-wrap.resource-db .views-exposed-form .js-form-item.js-form-type-textfield.js-form-item-field-rdbd-entities-involved-value {
  width: 208px;

}

.resource-db-tobacco-entity .views-expose-filter .views-exposed-form .res-db-fil-combines .js-form-item {
  margin-right: 0;
}
.resource-db-tobacco-entity .views-expose-filter .views-exposed-form [data-drupal-selector="edit-field-rdbd-doc-pub-date-value-wrapper"] {
  border: none;
  padding: 0 0 8px;
}
.resource-db-tobacco-entity .views-expose-filter .views-exposed-form [data-drupal-selector="edit-field-rdbd-doc-pub-date-value-wrapper"] .fieldset-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0;
}
.resource-db-tobacco-entity .views-expose-filter .views-exposed-form [data-drupal-selector="edit-field-rdbd-doc-pub-date-value-wrapper"] legend span {
    color: #404040;
    font-size: 18px;
    font-weight: 700;
    padding-left: 8px;
}
.resource-db-tobacco-entity .views-expose-filter .views-exposed-form [data-drupal-selector="edit-field-rdbd-doc-pub-date-value-wrapper"] .fieldset-wrapper .form-item-field-rdbd-doc-pub-date-value-min label,
.resource-db-tobacco-entity .views-expose-filter .views-exposed-form [data-drupal-selector="edit-field-rdbd-doc-pub-date-value-wrapper"] .fieldset-wrapper .form-item-field-rdbd-doc-pub-date-value-max label {
  display: none;
}
.resource-db-tobacco-entity .views-expose-filter .views-exposed-form [data-drupal-selector="edit-field-rdbd-doc-pub-date-value-wrapper"] .fieldset-wrapper .form-item-field-rdbd-doc-pub-date-value-max ,
.resource-db-tobacco-entity .views-expose-filter .views-exposed-form [data-drupal-selector="edit-field-rdbd-doc-pub-date-value-wrapper"] .fieldset-wrapper .form-item-field-rdbd-doc-pub-date-value-min {
  padding-bottom: 8px;
}


.resource-db-tobacco-entity .views-expose-filter .views-exposed-form [data-drupal-selector="edit-field-rdbd-doc-pub-date-value-wrapper"] .fieldset-wrapper .form-item-field-rdbd-doc-pub-date-value-min input[type="text"] ,
.resource-db-tobacco-entity .views-expose-filter .views-exposed-form [data-drupal-selector="edit-field-rdbd-doc-pub-date-value-wrapper"] .fieldset-wrapper .form-item-field-rdbd-doc-pub-date-value-max input[type="text"]{
    height: 37px;
    border: 1px solid #a4a4a4;
    background: #f2f2f2;
    padding: 0px 15px;
    border-radius: 0;
    font-size: 18px;
}
.resource-db-tobacco-entity .views-expose-filter .views-exposed-form [data-drupal-selector="edit-actions"] {
  width: 210px;
  padding: 0 8px;
  margin-bottom: 16px;
  height: 50px;
}
.resource-db-tobacco-entity .views-exposed-form [data-drupal-selector="edit-actions"] input[type="submit"] {
  max-width: 210px;
  height: 37px;
}

@media (max-width: 767px) {
  .res-db-fil-items_per_page {
    width: 250px;
    display: flex;
    align-items: center;
    margin: 0 auto;
  }

  .res-db-fil-combine {
    width: 100%;
  }

  .resource-db-tobacco-entity .res-db-fil-combines {
    justify-content: center;
  }

  .experts-database-list-wrap .views-expose-filter .views-exposed-form .res-db-fil-combines .js-form-item,
  .experts-database-list-wrap.resource-db .views-exposed-form .js-form-item.js-form-type-textfield.js-form-item-field-rdbd-entities-involved-value {
    width: 50%;
  }
  .resource-db-tobacco-entity .views-expose-filter .views-exposed-form [data-drupal-selector="edit-field-rdbd-doc-pub-date-value-wrapper"] {
    width: 100% !important;
  }
  .resource-db-tobacco-entity .views-exposed-form [data-drupal-selector="edit-actions"] input[type="submit"] {
    margin: 0 auto;
  }
}

@media (max-width: 575px) {

  .experts-database-list-wrap .views-expose-filter .views-exposed-form .res-db-fil-combines .js-form-item,
  .experts-database-list-wrap.resource-db .views-exposed-form .js-form-item.js-form-type-textfield.js-form-item-field-rdbd-entities-involved-value {
    width: 100%;
  }
  .resource-db-tobacco-entity .views-expose-filter .views-exposed-form [data-drupal-selector="edit-field-rdbd-doc-pub-date-value-wrapper"] .fieldset-wrapper {
    display: block;
  }
}

.six-box-page .scroll-to-section-box-listing ul li {
  width: 16.66%;
}

@media (max-width: 1024px) {
  .six-box-page .scroll-to-section-box-listing ul li {
    width: 33.33%;
  }
}

@media (max-width: 767px) {
  .six-box-page .scroll-to-section-box-listing ul li {
    width: 100%;
  }
}

.webform-submission-add-form.webform-submission-rdbd-upload-contribute-form .js-form-item.form-item.js-form-type-checkbox.small-check-box.normal-box label.option:after {
  opacity: 0;
  visibility: hidden;
}

.webform-submission-add-form.webform-submission-rdbd-upload-contribute-form .js-form-item.form-item.js-form-type-checkbox.small-check-box.normal-box input:checked+label:after {
  opacity: 1;
  visibility: visible;
}

.news-update-wrap.new-rdb .news-update-img img {
  width: 100%;
  height: 204px;
  object-fit: cover;
}

.featured-documents-wrap.new-rdb .featured-documents-listing .featured-document-box .img-box img {
  width: 100%;
  height: 204px;
  object-fit: cover;
}

.post-date-new .announce-header {
  padding: 15px 30px;
  border-top: 1px solid #d4d4d4;
}

.post-date-new .announce-header .announce-header-right {
  padding: 0;
  margin: 0;
  background: transparent !important;
  color: #404040 !important;
  font-weight: 400;
  width: 100%;
  display: block;
  justify-content: space-between;
  align-items: center;
}

.announce-row .views-row a:hover .post-date-new .announce-header .announce-header-right {
  color: #fff !important;
}

.post-date-new .announce-header .announce-header-right .post-on {
  width: 100%;
  text-align: left;
  margin-bottom: 0;
  padding-bottom: 0;
}

.post-date-new .announce-header .announce-header-right .post-close {
  width: 100%;
  text-align: left;
}

.category-new {
  padding: 0 30px;
  font-weight: 600;
  font-size: 16px;
  color: #404040;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.announce-row .views-row a:hover .category-new {
  color: #fff;
}

.new-announce-box {}

.new-announce-box .announce-title {
  padding: 10px 30px 0px 30px;
}

.new-announce-box .announce-desc {
  padding: 0 30px;
}

.new-announce-box .announce-desc p:last-child {
  margin-bottom: 20px;
}

@media (max-width: 1366px) {
  .new-announce-box .announce-title {
    padding: 10px 15px 0px 15px;
  }

  .new-announce-box .announce-desc {
    padding: 0 15px;
  }

  .category-new {
    padding: 0 15px;
  }

  .post-date-new .announce-header {
    padding: 15px;
  }
  span.publication_year{
    font-size: 14px !important;
  }
}

@media (max-width: 1024px) {
  .category-new {
    font-size: 14px;
  }
}

.featured-documents-listing ul li>div {
  height: 100%;
}

.featured-documents-listing ul li>div>span {
  height: 100%;
}

.featured-document-box {
  height: 100%;
}

.webform_rdbd_upload_contribute #edit-flexbox-08 .webform-flex--1 .webform-flex--1 {
  width: 100% !important;
  padding: 0 !important;
}

.webform_rdbd_upload_contribute #edit-flexbox-08 .webform-flex--1 .webform-flex--1 .webform-flex--1 {
  width: 100% !important;
  padding: 0 !important;
}

.announce-row .views-row a.new-announce-box {
  display: flex;
  flex-direction: column;
}

.announce-row .views-row a.new-announce-box .post-date-new {
  margin-top: auto;
}

.news-category-list.rdb-category-list .news-update-img img {
  width: 100%;
  height: 261px;
  object-fit: cover;
  display: block;

}

/*kh page news card listing date design*/

.kh-news-desc .page-title {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 10px;
}
.kh-news-desc .page-title::before {
    content: "";
    width: 78px;
    height: 3px;
    background: #ba2025;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-top: 17px;
}
.kh-news-desc .page-title h4 {

    display: inline;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-right: 10px;
    position: relative;

}
.kh-news-desc .page-title h4::before{
  content: none;
}
.kh-news-desc .page-title time::before,
.kh-news-date::before{
  content: "";
  width: 10px;
  height: 4px;
  background-color: #ba2025;
  display: inline-block;
  margin-bottom: 4px;
  margin-right: 10px;
  }
.kh-news-desc .page-title time,
 .kh-news-date{
    font-size: 18px;
    line-height: 28px;
    color: #ba2025;
    font-weight: 700;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 15px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: inline;
}

.news-listing-page .news-update-box .kh-news-img .contextual {
  position: absolute;
}
/* WHO-663-alignment adjustment */
#views-exposed-form-resouce-db-page-1 .res-db-fil-form,
#views-exposed-form-resouce-db-page-2 .res-db-fil-form {
  width: 100%;
}
#views-exposed-form-resouce-db-page-1 .res-db-fil-combines,
#views-exposed-form-resouce-db-page-2 .res-db-fil-combines {
    margin-left: 40px;
    justify-content: normal;
}
#views-exposed-form-resouce-db-page-2 .res-db-fil-combines {
    justify-content: flex-end;
}
.openid-connect-accounts-form, .simplenews-subscriber-account-form {
  margin-bottom: 20px !important;
  font-size: 18px;
}
.simplenews-subscriber-account-form {
  line-height: 2;
}
.openid-connect-accounts-form > .description {
  font-size: 30px !important;
  line-height: 40px !important;
  font-weight: 700;
  color: #000000;
  padding-bottom: 20px;
}
.openid-connect-accounts-form fieldset {
  padding: 20px;
  font-size: 20px;
}
.openid-connect-accounts-form .js-form-submit, .simplenews-subscriber-account-form .js-form-submit {
  font-weight: 700;
  color: #fff;
  background: #ba2025;
  border: 2px solid #ba2025;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  padding: 10px;
  margin-top: 19px;
  font-size: 18px;
}
.openid-connect-accounts-form .js-form-submit:hover , .simplenews-subscriber-account-form .js-form-submit:hover {
  background: #fff;
  color: #ba2025;
}
.page-node-type-alternativelivelihoods-e-library .browse-library-listing .listing-col {
  width: 33.33%;
}

/* Css changes WHO-678 */

.page-node-type-alternativelivelihoods-e-library .article-title{
  width: 100%;
  max-width: 800px;
  margin: 50px auto;
  padding: 40px 70px;
  background-color: #d9d9d9;
  font-size: 24px;
  color: #AC0103;
  text-align: center;
  font-weight: 900;
}

.page-node-type-alternativelivelihoods-e-library .article-spacing .article-title{
  margin-top: 0 !important;
}

.page-node-type-alternativelivelihoods-e-library .article-spacing {
  padding-top: 20px !important;
}

/* Test-caption page */

.page-node-type-alternativelivelihoods figure{
  display: table;
  margin-right: 15px;
}

.page-node-type-alternativelivelihoods figcaption{
  display: table-caption;
    caption-side: bottom;
}

.listed-links{
  width:100% !important;
}

.advertisement-content {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition: height 0.2s linear;
  -moz-transition: height 0.2s linear;
  -o-transition: height 0.2s linear;
  transition: height 0.2s linear;
  padding: 5px 5px 5px 5px;
  border-radius: 10px;
  height: 260px;
  margin: 5px 1% 5px 1%;
  text-align: center;
  overflow: hidden;
}

.advertisement-title {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-weight: 700;
  margin: 10px 0 35px 0;
}

.advertisement-content {
  font-size: 15px;
  line-height: 30px;
  color: #fff;
  font-weight: 100;
  padding: 20px;
  text-align: center;
  letter-spacing: 0px;
  opacity: 1;
}

.advertisement-content:hover {
  height: fit-content;
}

a.advertisement-button {
  width: 83px;
  height: 33px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 1px;
  opacity: 1;
  text-align: center;
  font-weight: bold !important;
  font-size: 15px !important;
  letter-spacing: 0px;
  color: #404040 !important;
  margin-top: 10px;
  padding: 6px 10px;
}


/* our team page */

.paragraph--type--our-team .tab-menu ul li img{
  height: 200px;
}

.paragraph--type--our-team .web-data{
  position: relative;
  z-index: 1;
  top: 6%;
  display: none;
}

