/* //events type colors */
html,
#container.exb {
  height: 100%;
  width: 100%;
  margin: 0;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #252525;
}

body,
table,
th,
td,
div,
input,
textarea,
select,
option {
  font-family: Roboto, sans-serif;
}

#header .max_wrapper {
  -webkit-box-sizing: initial;
          box-sizing: initial;
}

#container.exb {
  margin: 0 auto;
  font-weight: 400;
}

.exb .btn {
  color: #a1a1a1;
  text-transform: uppercase;
  border-radius: 6px;
}

.exb ul,
.exb ul li,
.exb ol,
.exb ol li {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: Roboto, sans-serif;
}

.exb h1,
.exb h2,
.exb h3,
.exb h4,
.exb h5,
.exb h6 {
  margin: 0;
  padding: 0 0 30px 0;
  font-weight: 700;
  line-height: 1.2;
  font-family: Roboto, sans-serif;
}

.exb h1 {
  font-size: calc(1.575rem + 4.68vw);
  min-width: 0vw;
}

.disable-rfs .exb h1, .exb h1.disable-rfs {
  font-size: 4.5rem;
}

@media (min-width: 1000px) {
  .exb h1 {
    font-size: 4.5rem;
  }
}

.exb h2 {
  font-size: calc(1.375rem + 1.8vw);
  min-width: 0vw;
}

.disable-rfs .exb h2, .exb h2.disable-rfs {
  font-size: 2.5rem;
}

@media (min-width: 1000px) {
  .exb h2 {
    font-size: 2.5rem;
  }
}

.exb h3 {
  font-size: calc(1.325rem + 1.08vw);
  min-width: 0vw;
}

.disable-rfs .exb h3, .exb h3.disable-rfs {
  font-size: 2rem;
}

@media (min-width: 1000px) {
  .exb h3 {
    font-size: 2rem;
  }
}

.exb h4 {
  font-size: calc(1.275rem + 0.36vw);
  min-width: 0vw;
}

.disable-rfs .exb h4, .exb h4.disable-rfs {
  font-size: 1.5rem;
}

@media (min-width: 1000px) {
  .exb h4 {
    font-size: 1.5rem;
  }
}

.exb h5 {
  font-size: 1rem;
}

.exb .container {
  max-width: 1000px;
}

.exb section.with-banner {
  padding: 30px 0 100px 0;
}

.exb .bg-white {
  padding: 100px 0;
}

@media (max-width: 575.98px) {
  .exb .bg-white {
    padding: 50px 0;
  }
}

.exb .bg-light-grey {
  background-color: #f7f7f7;
  padding: 100px 0;
}

@media (max-width: 575.98px) {
  .exb .bg-light-grey {
    padding: 50px 0;
  }
}

.exb .title {
  font-size: calc(1.575rem + 4.68vw);
  min-width: 0vw;
  font-weight: 700;
}

.disable-rfs .exb .title, .exb .title.disable-rfs {
  font-size: 4.5rem;
}

@media (min-width: 1000px) {
  .exb .title {
    font-size: 4.5rem;
  }
}

.exb .breadcrumb {
  background-color: transparent;
  padding: 0;
  margin: 0;
  font-weight: 400;
}

.exb .breadcrumb .breadcrumb-item {
  font-size: 0.8rem;
}

.exb .breadcrumb .breadcrumb-item.active {
  color: #000000;
}

.exb .btn.btn-collapse {
  border: 1px solid #252525;
  padding: 15px 50px;
  margin: 25px 0;
  text-transform: uppercase;
  position: relative;
}

.exb .btn.btn-collapse[aria-expanded|="false"]::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 21px;
  width: 10px;
  height: 10px;
  background: url(../images/arrow-down.svg) center center no-repeat;
}

.exb .btn.btn-collapse[aria-expanded|="true"]::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 21px;
  width: 10px;
  height: 10px;
  background: url(../images/arrow-up.svg) center center no-repeat;
}

/* top header override */
#container.exb #header .search_form .button,
#container.exb #header #block-search-form .form-submit {
  top: 0px;
}

#container.exb #header .search_form .field,
#container.exb #header #block-search-form .form-text {
  font-size: 13px;
}

#container.exb #header .search_form {
  display: block;
  width: 230px;
  z-index: 999;
  float: right;
  margin-top: 15px;
}

.block-locale ul.language-switcher-locale-url,
.block-locale ul.language-switcher-locale-url li {
  top: -24px;
}

@media (max-width: 575.98px) {
  #header .max_wrapper:after {
    width: auto !important;
  }
}

/* /* top header override end // */
.form-control {
  border-radius: 6px;
}

.exb .form-control {
  height: 54px;
}

.exb .dropdown-select {
  box-shadow: 0px 0px 15px 1px #efefef;
  -webkit-box-shadow: 0px 0px 15px 1px #efefef;
  -moz-box-shadow: 0px 0px 15px 1px #efefef;
  position: relative;
  border-radius: 6px;
}

.exb .dropdown-select select {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 14px 35px 14px 20px;
  background: transparent;
  background-image: none;
  -webkit-appearance: none;
  border: 1px #e8e8e8 solid;
  font-size: 0.8rem;
  color: #a1a1a1;
  width: 100%;
  min-width: 135px;
  border-radius: 6px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .exb .dropdown-select select,
  .dropdown-select select {
    padding: 14px 15px 14px 15px;
  }
  *::-ms-backdrop, .exb .dropdown-select select,
  .dropdown-select select {
    padding: 14px 15px 14px 15px;
  }
  .exb .dropdown-select select:focus {
    outline: none;
  }
  *::-ms-backdrop,.exb .dropdown-select select:focus {
    outline: none;
  }
}
.exb .dropdown-select select:focus {
  outline: none;
}

.exb .dropdown-select::after {
  content: '';
  width: 15px;
  height: 15px;
  background: url("../images/icon-arrow-down-dropdown.svg") no-repeat center center;
  position: absolute;
  right: 15px;
  top: 20px;
  z-index: -1;
}

/* //form filter by sessions */
.exb .form-sessions input[type="text"] {
  background-color: #ffffff;
  border: 1px #e8e8e8 solid;
  padding: 20px;
  color: #a1a1a1;
  box-shadow: 0px 0px 15px 1px #efefef;
  -webkit-box-shadow: 0px 0px 15px 1px #efefef;
  -moz-box-shadow: 0px 0px 15px 1px #efefef;
}

.exb .form-sessions {
  padding: 50px 0 20px 0;
}

.exb .form-sessions label,
.exb .form-sessions p {
  font-size: 0.8rem;
  color: #a1a1a1;
  font-weight: 400;
  margin-bottom: 15px;
}

.exb .form-sessions label:first-child,
.exb .form-sessions p:first-child {
  display: block;
}

.exb .form-sessions .sessionSearch {
  width: 45%;
  position: relative;
}

@media (max-width: 575.98px) {
  .exb .form-sessions .sessionSearch {
    width: 100%;
  }
}

.exb .form-sessions .sessionSearch input[type="text"] {
  width: 100%;
}

.exb .form-sessions .sessionSearch__icon {
  width: 20px;
  height: 25px;
  position: absolute;
  right: 15px;
  top: 10px;
  z-index: 10;
}

.exb .form-sessions .sessionSearch__icon img {
  width: 100%;
  opacity: 0.3;
}

.exb .form-sessions button[type="submit"] {
  background-color: #f7941e;
  color: #ffffff;
  padding: 16px 20px;
  text-transform: none;
}

.exb .form-sessions input[type="submit"] {
  background-color: #f7941e;
  color: #ffffff;
  padding: 16px 20px;
  text-transform: none;
}

.exb .form-sessions .sessionDropdown {
  width: 28%;
  position: relative;
}

@media (max-width: 575.98px) {
  .exb .form-sessions .sessionDropdown {
    width: 100%;
  }
}

.exb .form-sessions .form-group {
  margin-right: 1.5%;
}

@media (max-width: 575.98px) {
  .exb .form-sessions .form-group {
    margin-right: 0;
  }
}

/* form filter by sessions// */
/* //Executive Board top navigation starts */
@media (max-width: 575.98px) {
  .exb .list-group-item {
    padding: 0;
  }
}

.exb .list-group.exb-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -2px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 575.98px) {
  .exb .list-group.exb-nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.exb .navigation {
  border-bottom: 2px solid #CCCCCC;
  margin-bottom: 50px;
}

.exb .navigation a {
  display: block;
  padding: 0 10px 20px 10px;
  text-decoration: none;
  text-align: left;
  text-transform: normal;
  font-size: 0.82rem;
  line-height: 1.3;
  max-width: 120px;
  font-weight: 400;
  outline: 0;
}

@media (max-width: 575.98px) {
  .exb .navigation a {
    max-width: 100%;
    text-align: left;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 0;
  }
}

.exb .navigation a span {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 0 25px 0;
}

@media (max-width: 575.98px) {
  .exb .navigation a span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 15px;
    margin-bottom: 0;
    width: 30px;
    height: 30px;
  }
}

.exb .navigation a span img {
  display: block;
  border: 0;
  margin: 0 auto;
}

.exb .navigation .list-group-horizontal {
  margin-bottom: -2px;
}

.exb .navigation .list-group-item {
  border: 0;
  border-bottom: 2px solid #CCCCCC;
  border-radius: 0;
  margin-right: 3%;
}

@media (max-width: 575.98px) {
  .exb .navigation .list-group-item {
    width: 44%;
  }
}

.exb .navigation .list-group-item.active {
  border-color: transparent;
  border-bottom: 4px solid #f7941e;
  background-color: transparent;
}

.exb .navigation .list-group-item.active a {
  color: #000000;
}

/* //Article Starts */
.exb article {
  background: white;
  padding: 25px 0 50px 0;
}

.exb article:not(:first-of-type) {
  margin-top: 2rem;
}

.exb article__title {
  font-size: calc(1.575rem + 4.68vw);
  min-width: 0vw;
  font-weight: 700;
  margin: 0;
}

.disable-rfs .exb article__title, .exb article__title.disable-rfs {
  font-size: 4.5rem;
}

@media (min-width: 1000px) {
  .exb article__title {
    font-size: 4.5rem;
  }
}

.exb article__date {
  padding-top: .25em;
  font-size: 0.875rem;
  opacity: .75;
  margin: 0;
}

.exb article__content {
  padding-top: .75em;
  font-size: 1.125rem;
  margin: 0;
  line-height: 1.5;
}

.exb article p {
  color: #252525;
}

.exb article__card-body {
  border: 0;
  padding: 0;
  margin: 0;
}

/* Article End // */
/* //Related Content Starts */
.exb section.related-content.top-space {
  margin: 250px 0 0 0;
  padding-top: 200px;
}

.exb ul#relatedCategory {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.exb .latest-wrapper {
  margin-top: -45%;
  position: relative;
}

@media (max-width: 768px) and (max-width: 980px) {
  .exb .latest-wrapper {
    margin-top: -65%;
  }
}

.exb .news-display-card {
  margin-bottom: 40px;
  position: relative;
  min-height: 200px;
  border: 1px #f1f1f1 solid;
  background-color: #FFFFFF;
}

@media (max-width: 575.98px) {
  .exb .news-display-card {
    margin-top: -120%;
    margin-bottom: 50px;
  }
}

.exb .news-display-card img {
  width: 100%;
}

.exb .news-display-card .display-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: absolute;
  max-width: 48%;
  right: 20px;
  bottom: 20px;
}

@media (max-width: 575.98px) {
  .exb .news-display-card .display-card {
    position: relative;
    max-width: 100%;
    right: 0;
  }
}

.exb .cardGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.exb .cardGroup .card {
  max-width: 49%;
  margin-bottom: 2%;
  min-height: 180px;
  background-color: #FFFFFF;
  border: 1px #f1f1f1 solid;
}

.exb .cardGroup .card:nth-child(odd) {
  margin-right: 2%;
}

.exb .cardGroup .card img {
  width: 100%;
}

@media (max-width: 575.98px) {
  .exb .cardGroup .card {
    max-width: 100%;
    margin-bottom: 3%;
  }
  .exb .cardGroup .card:nth-child(odd) {
    margin-right: 0%;
  }
}

.exb .news-card-body {
  background-color: #ffffff;
  padding: 20px;
}

.exb .news-card-body p.content-type {
  color: #f7941e;
  text-transform: normal;
  font-size: 0.8rem;
  margin-bottom: 0rem;
}

.exb .news-card-body h5.card-title {
  font-size: 1.3rem;
  line-height: 1.4;
  font-weight: 700;
}

.exb .news-card-body h5.card-title, .exb .news-card-body h5.card-title a {
  color: #252525;
}

.exb .news-card-body .btn {
  padding-left: 0;
  padding-right: 0;
  font-size: 0.75rem;
  letter-spacing: 1px;
  font-weight: 500;
}

.exb .related-content .nav-tabs {
  border-bottom: 0;
}

.exb #relatedCategory .nav-item {
  font-size: 1.5rem;
}

.exb #relatedCategory .nav-item .nav-link {
  padding: .5rem 1.5rem;
}

@media (max-width: 575.98px) {
  .exb #relatedCategory .nav-item .nav-link {
    padding: .5rem 0.7rem;
    font-size: 0.9rem;
  }
}

.exb #relatedCategory .nav-item .nav-link:focus,
.exb #relatedCategory .nav-item .nav-link:hover {
  border-color: transparent;
}

.exb .nav-item.active {
  color: #252525;
  background-color: transparent;
  border-color: transparent;
  border-bottom: 2px solid #f7941e;
  font-weight: 500;
}

.exb .nav-item.active .nav-link {
  color: #252525;
}

.exb #relatedCategoryContent {
  padding: 30px 0;
}

/**** Pager ****/
.exb ul.pager {
  text-align: right;
  font-size: 1rem;
  line-height: 1.2;
  float: right;
  font-family: Roboto, sans-serif;
  padding-right: 270px;
  margin: 50px 0;
}

@media (max-width: 575.98px) {
  .exb ul.pager {
    padding: 0;
  }
}

.exb ul.pager li {
  display: inline-block;
  padding: 0;
}

.exb ul.pager li.pager-last.last, .exb ul.pager li.page-item.last {
  display: none;
}

.exb ul.pager li.pager-first.first, .exb ul.pager li.page-item.first {
  display: none;
}

.exb ul.pager li a,
.exb ul.pager li span {
  background-color: transparent;
  border: 0;
  padding: 5px;
}

.exb ul.pager li.pager-disabled {
  opacity: 0.3;
  pointer-events: none;
}

.exb ul.pager a {
  color: #a1a1a1;
  font-size: 0.85rem;
}

.exb ul.pager a:hover {
  color: #f7941e;
}

.exb ul.pager .pager-previous a,
.exb ul.pager .pager-next a,
.exb ul.pager .page-item.next a,
.exb ul.pager .page-item.prev a {
  display: block;
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 0em;
}

.exb ul.pager .pager-previous,
.exb ul.pager .page-item.prev {
  margin-right: 1em;
}

@media (max-width: 575.98px) {
  .exb ul.pager .pager-previous,
  .exb ul.pager .page-item.prev {
    display: none;
  }
}

.exb ul.pager .pager-previous a,
.exb ul.pager .page-item.prev a {
  position: absolute;
  right: 170px;
  text-align: center;
}

.exb ul.pager .pager-previous a:before,
.exb ul.pager .page-item.prev a:before {
  content: "Previous";
  position: relative;
  top: -21px;
  right: -45px;
  text-transform: uppercase;
  font-weight: bold;
  color: #000000;
  font-family: Roboto, sans-serif;
  padding-left: 30px;
  width: 74px;
  height: 15px;
  font-size: 0.9rem;
  background: url(../images/icon-btn-arrow-previous.svg) 0px center no-repeat;
  opacity: 0.3;
}

.exb ul.pager .page-item.prev a:before {
  top: -31px;
}

.exb ul.pager .page-item.prev.disabled {
  display: none;
}

.exb ul.pager .pager-next,
.exb ul.pager .page-item.next {
  margin-left: 1em;
  position: absolute;
  right: 0;
}

@media (max-width: 575.98px) {
  .exb ul.pager .pager-next,
  .exb ul.pager .page-item.next {
    display: none;
  }
}

.exb ul.pager .pager-next::before,
.exb ul.pager .page-item.next::before {
  content: "";
  position: absolute;
  left: -25px;
  top: 50%;
  height: 38px;
  margin-top: -19px;
  width: 1px;
  background-color: #e7e7e7;
}

.exb ul.pager .pager-next a:before,
.exb ul.pager .page-item.next a:before {
  content: "Next";
  position: relative;
  top: -0px;
  text-transform: uppercase;
  font-weight: bold;
  color: #000000;
  font-family: Roboto, sans-serif;
  padding-right: 30px;
  background: url(../images/icon-btn-arrow-next.svg) 99% center no-repeat;
  width: 74px;
  height: 15px;
  font-size: 0.9rem;
}

@media (max-width: 575.98px) {
  .exb ul.pager .pager-next a:before,
  .exb ul.pager .page-item.next a:before {
    content: "";
    position: relative;
    top: -0px;
    text-transform: uppercase;
    font-weight: bold;
    color: #000000;
    font-family: Roboto, sans-serif;
    padding-right: 30px;
    background: url(../images/icon-btn-arrow-next.svg) 99% center no-repeat;
    width: 74px;
    height: 15px;
    font-size: 0.9rem;
  }
}

.exb ul.pager .pager-item,
.exb ul.pager .pager-current,
.exb ul.pager .page-item {
  margin: 0 0.25em;
}

.exb ul.pager .pager-current,
.exb ul.pager .page-item.active a {
  font-weight: 600;
  color: #000000;
  background-color: transparent;
  padding: 0;
  color: #000000;
}

.exb ul.pager .page-item.active a {
  padding: 5px;
}

@media (max-width: 575.98px) {
  .exb ul.pager .pager-current,
  .exb ul.pager .page-item.active {
    padding: 5px;
  }
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: transparent;
  border-color: transparent;
}

@media (max-width: 575.98px) {
  .exb .item-list ul.pager li,
  .exb .item-list ul.pager li a {
    height: 22px;
    color: #a1a1a1;
    font-size: 0.8rem;
  }
}
/* pager css end */

/* header search field overrriden */
#header .search_form .button, #header #block-search-form .form-submit {
  top: 0px;
}
.keyresources-wrapper .docs-action-wrapper .no-child-document {
  -webkit-box-shadow: 0px 0px 15px 1px #efefef;
  padding: 14px 35px 14px 20px;
  background: transparent;
  background-image: none;
  -webkit-appearance: none;
  border: 1px #e8e8e8 solid;
  font-size: 0.8rem;
  color: #a1a1a1;
  width: 100%;
  min-width: 134px;
  border-radius: 6px;
}

#procurement-supplychain-wrapper .topic-content .tab-content {
  padding-right: 5%;
}

/* arabic styling start */
body.lang-ar * {
  font-family: 'Almarai', sans-serif;
}