.news-header {
  position: relative;
  background-color: #f2f2f2;
  margin-bottom: 60px;
}

.news-header.no-bg {
  background-color: transparent;
}

.news-header__content {
  padding: 1.2em 0.8em 0 0.8em;
}

@media (min-width: 980px) {
  .news-header__content {
    padding: 1.2em 2em;
  }
}

.news-header .content-type {
  color: #ed8b00;
  text-transform: normal;
  font-size: 1em;
  margin-bottom: 0.5em;
}

.news-header__figure {
  display: block;
  max-width: 1000px;
  width: 100%;
}

.news-header__figure img {
  display: block;
  width: 100%;
  margin-right: 0;
}

.news-header__figure figcaption {
  font-size: 0.8em;
  line-height: 1.4;
  padding: 1em 0;
}

.news article {
  max-width: 100%;
  margin: 0 auto;
}

@media (min-width: 980px) {
  .news article {
    max-width: 1000px;
  }
}

.news article figure {
  display: block;
}

.news article figure img {
  width: 100%;
  height: auto;
}

.news article figure figcaption {
  font-size: 0.8em;
  line-height: 1.4;
  padding: 1em 0;
}

.news article img.left-align,
.news article img.align-left,
.news article figure.left-align,
.news article figure.align-left,
.news article figure[style*="float:left"] {
  max-width: 100%;
  margin: 1em 0 1.5em 0;
}

@media (min-width: 579px) and (max-width: 979px) {

  .news article img.left-align,
  .news article img.align-left,
  .news article figure.left-align,
  .news article figure.align-left,
  .news article figure[style*="float:left"] {
    max-width: 350px;
    margin: 0.8em 2em 1em 0;
  }
}

@media (min-width: 980px) {

  .news article img.left-align,
  .news article img.align-left,
  .news article figure.left-align,
  .news article figure.align-left,
  .news article figure[style*="float:left"] {
    max-width: 450px;
    margin: 0.35em 2em 1em 0;
  }
}

.news article img.right-align,
.news article img.align-right,
.news article figure.right-align,
.news article figure.align-right,
.news article figure[style*="float:right"] {
  max-width: 100%;
  margin: 0.8em 0 1em 0;
}

@media (min-width: 576px) and (max-width: 979px) {

  .news article img.right-align,
  .news article img.align-right,
  .news article figure.right-align,
  .news article figure.align-right,
  .news article figure[style*="float:right"] {
    max-width: 350px;
    margin: 0.8em 0 1em 2em;
  }
}

@media (min-width: 980px) {

  .news article img.right-align,
  .news article img.align-right,
  .news article figure.right-align,
  .news article figure.align-right,
  .news article figure[style*="float:right"] {
    max-width: 450px;
    margin: 0.8em 0 1em 2em;
  }
}

.item-list {
  border-bottom: 1px solid #dee2e6;
  padding: 25px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 575px) {
  .item-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.item-list .date {
  border-bottom: 1px solid #dee2e6;
  padding: 0 0 5px 0;
  font-size: 0.8em;
}

.item-list .content-type {
  font-size: 1.5em;
  color: #ed8b00;
}

.item-list__list-content h4 {
  margin: 0 0 15px;
}

.item-list__list-content h4 a {
  color: #000000;
}

.item-list__list-content h4 a:hover {
  color: #4a8bcd;
}

.item-list__list-content p {
  margin: 0 0 25px;
  line-height: 1.4;
}

.item-list__list-content ul {
  margin: 0 0 20px;
}

.item-list__list-content ul li {
  color: #000000;
  margin: 0 0 5px;
  font-size: 14px;
}

.item-list__list-content ul li i {
  float: left;
  margin: 2px 10px 0 0;
}

.item-list__list-content a.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.item-list__image--wrapper {
  max-width: 100%;
  max-height: 270px;
  overflow: hidden;
  margin-bottom: 15px;
}

@media (max-width: 575px) {
  .item-list__image--wrapper {
    margin: 10px 0 20px 0;
  }
}

.item-list__image--wrapper img {
  width: 100%;
  border: 1px #dee2e6 solid;
  transition: -webkit-transform 2.4s linear;
  -webkit-transition: -webkit-transform 2.4s linear;
  transition: transform 2.4s linear;
  transition: transform 2.4s linear, -webkit-transform 2.4s linear;
}

.item-list__image--wrapper img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.view-related-content .pad-top-bottom.level1 {
  padding-bottom: 0;
}

.grid-view01 {
  margin: 0 -15px;
  padding: 35px 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.grid-view01>.row {
  width: 33.33%;
  margin: 0;
  padding: 15px;
  border: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  min-width: 0;
}

.grid-view01>.row .col-sm-12.col-md-12 {
  display: flex;
}

.grid-view01>.row .col-sm-12.col-md-12 .item-list__list-content a.btn {
  align-self: flex-start;
  position: absolute;
  bottom: 20px;
  padding: 16px 0;
}

@media (max-width: 979px) {
  .grid-view01>.row {
    width: 50%;
  }
}

@media (max-width: 575px) {
  .grid-view01>.row {
    width: 100%;
  }
}

.grid-view01>.row .col-sm-5.col-md-4 {
  display: none;
}

.grid-view01>.row .col-sm-7.col-md-8 {
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  padding: 25px 30px 55px 30px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.grid-view01>.row .col-sm-7.col-md-8 h4 {
  margin: 0 0 20px;
}

.grid-view01>.row .col-sm-7.col-md-8 h4 a {
  color: #434343;
}

.grid-view01>.row .col-sm-7.col-md-8 h4 a:hover {
  color: #4a8bcd;
}

.grid-view01>.row .col-sm-7.col-md-8 p {
  display: none;
}

.grid-view01>.row .col-sm-7.col-md-8 .link01,
.grid-view01>.row .col-sm-7.col-md-8 .btn {
  position: absolute;
  left: 30px;
  bottom: 20px;
}

.news article .fRight {
  max-width: 100%;
  width: 100%;
  float: right;
  margin: 1em 0 0 0;
  position: relative;
}

@media (min-width: 579px) and (max-width: 979px) {
  .news article .fRight {
    margin: 0.35em 0 0 2em;
  }
}

@media (min-width: 980px) {
  .news article .fRight {
    margin: 0.35em 0 0 2em;
    max-width: 450px;
  }
}

.news article .fcright {
  float: right;
  margin: 0.5em 0 2em 0;
  width: 100%;
  position: relative;
  padding: 0 15px 0 0;
  font-size: 0.8em;
  line-height: 1.4;
  color: #666666;
}

@media (min-width: 579px) and (max-width: 979px) {
  .news article .fcright {
    max-width: 100%;
    margin: 0.5em 0 0 0;
    padding: 0 15px 25px 0;
  }
}

@media (min-width: 980px) {
  .news article .fcright {
    float: right;
    margin: 0.5em 0 0 0;
    padding: 0 15px 20px 4%;
    max-width: 50%;
  }
}

.news article .fLeft {
  max-width: 100%;
  width: 100%;
  float: left;
  margin: 1em 0 0 0;
  position: relative;
}

@media (min-width: 579px) and (max-width: 979px) {
  .news article .fLeft {
    margin: 0.35em 2em 0 0;
  }
}

@media (min-width: 980px) {
  .news article .fLeft {
    margin: 0.35em 2em 0 0;
    max-width: 450px;
  }
}

.news article .fcleft {
  float: left;
  margin: 0.5em 0 2em 0;
  width: 100%;
  position: relative;
  padding: 0 0 0 15px;
  font-size: 0.8em;
  line-height: 1.4;
  color: #666666;
}

@media (min-width: 579px) and (max-width: 979px) {
  .news article .fcleft {
    max-width: 100%;
    margin: 0.5em 0 0 0;
    padding: 0 0 25px 15px;
  }
}

@media (min-width: 980px) {
  .news article .fcleft {
    float: left;
    margin: 0.5em 0 0 0;
    padding: 0 4% 20px 15px;
    max-width: 50%;
  }
}

.news article .imgRight,
.news article .imgLeft {
  max-width: 450px;
}

.news article .imgRight {
  float: right;
}

.news article .imgLeft {
  float: left;
}

.page-content:first-of-type {
  padding-top: 0;
}

.item-list__list-content a.btn {
  text-transform: none;
  color: #000000;
  font-weight: 700;
  position: relative;
  font-size: 16px;
  -webkit-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
}

.item-list__list-content a.btn::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #ed8b00;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
  left: 0;
  bottom: 10px;
}

.item-list__list-content a.btn:hover {
  color: #000000;
}

.item-list__list-content a.btn:hover::after {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #ed8b00;
  position: absolute;
  bottom: 9px;
}

.item-list__list-content a.btn:focus {
  outline: none;
}

.news-list .item-list li time {
  text-transform: capitalize;
}

/* Related Topics */
.related-topics .ct-card {
  max-width: 31.3%;
  min-width: 1px;
  width: 100%;
  padding: 0;
}

@media (max-width: 979px) {
  .related-topics .ct-card {
    max-width: 48%;
  }
}

@media (max-width: 575px) {
  .related-topics .ct-card {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.related-topics .ct-card .ct-card__image {
  padding: 30% 0;
}

.related-topics .ct-card .ct-card__image img {
  -o-object-fit: cover;
  object-fit: cover;
}

.related-topics .ct-card .ct-card__image a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  background: #ed8b00;
  mix-blend-mode: multiply;
}

.related-topics .ct-card .ct-card__image a:hover {
  opacity: 0.8;
}

.related-topics .ct-card .ct-card__image a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.related-topics .ct-card .ct-card__image a:hover::before {
  width: 90%;
  height: 90%;
  opacity: 1;
}

.related-topics .ct-card .ct-card__image a:hover h3 {
  bottom: 5px;
}

.related-topics .ct-card .ct-card__image a::before {
  content: "";
  background: none;
  border: 1px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 5%;
  height: 5%;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  z-index: 1;
  opacity: 0;
}

.related-topics .ct-card .ct-card__image a .cts {
  position: absolute;
  width: 88%;
  z-index: 1;
  left: 15px;
  top: 50%;
  -webkit-transform: translate(10px, -50%);
  transform: translate(10px, -50%);
}

.related-topics .ct-card .ct-card__image a .cts i {
  width: 40px;
  height: 40px;
  display: block;
}

.related-topics .ct-card .ct-card__image a .cts i img {
  width: 40px;
  -o-object-fit: contain;
  object-fit: contain;
  opacity: 1;
  position: relative;
  left: auto;
  top: auto;
}

.related-topics .ct-card .ct-card__image a .cts h3 {
  color: #fff;
  width: 100%;
  padding: 10px 0 0 0;
  margin: 0;
  font-weight: 500;
  line-height: 32px;
  font-size: 24px;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}

.related-topics .ct-card .ct-card__image a img {
  -webkit-transition: all ease 2.4s;
  transition: all ease 2.4s;
}

.related-topics ul.pager {
  margin-bottom: 40px;
}

.related-topics .btn-blk {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.hover-no-border .ct-card .ct-card__image a:before {
  display: none;
}

.call-out {
  padding-left: 10px;
}

.publication-header__downloads a.btn-download::after {
  height: 0;
}

.publication-header__downloads a.btn-download:hover::after {
  height: 0;
}

/* arabic styling start */
body.lang-ar .item-list__list-content ul li i {
  float: right;
  margin: 2px 0 0 10px;
}

@media (min-width: 574px) and (max-width: 767px) {
  .item-list__image--wrapper a picture {
    width: 200px;
    display: inline-block;
  }
}