@charset "UTF-8";

*,
::after,
::before {
  box-sizing: border-box;
}

* body {
  margin: 0;
  padding: 0;
  min-width: 360px;
}

* body.o-hidden {
  overflow: hidden;
}

.container-f {
  width: 100%;
  position: relative;
}

.container-rg {
  margin: 0 auto;
  padding: 0 20px;
}

@media (min-width:980px) {
  .container-rg {
    width: 960px;
  }
}

@media (min-width: 1200px) {
  .container-rg {
    width: 1140px;
  }
}

.container.container-sig,
.container-sig {
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}

@media (min-width:980px) {

  .container.container-sig,
  .container-sig {
    width: 960px;
    max-width: 100%;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {

  .container.container-sig,
  .container-sig {
    width: 820px;
  }
}

@media (min-width: 1200px) {

  .container.container-sig,
  .container-sig {
    width: 1000px;
  }
}

@media (min-width: 1440px) {

  .container.container-sig,
  .container-sig {
    width: 1300px;
  }
}

.container.container-sig .container {
  max-width: 1300px !important;
  width: 100%;
}

.cnt-max750 {
  max-width: 750px;
  margin: 0 auto;
}

ul,
li,
ol,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
}

a:hover,
a:active {
  outline: 0;
}

a:link,
a:visited,
a:active,
a:hover {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: baseline;
  max-width: 100%;
  height: auto;
}

img,
video,
iframe {
  max-width: 100%;
  display: block;
}

.media-image iframe {
  max-height: 480px;
}

@media (min-width:980px) {
  .media-image iframe {
    max-height: 100%;
  }
}

svg:not(:root) {
  overflow: hidden;
}

.img-responsive,
.thumbnail>img,
.thumbnail a>img,
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
  margin: 0 1em 1em 0;
}

.lang-ar .img-responsive,
.lang-ar .thumbnail>img,
.lang-ar .thumbnail a>img,
.lang-ar .carousel-inner>.item>img,
.lang-ar .carousel-inner>.item>a>img {
  margin: 0 0 1em 1em;
  right: 0;
  left: auto;
}

figure {
  display: flex;
  flex-flow: column;
  margin: 0;
  margin-bottom: 1.5em;
}

figure>img {
  width: 100%;
  height: auto;
  margin: 0;
}

figure br {
  display: none;
}

figure figcaption {
  font-size: 0.8em;
  line-height: 1.4;
  padding: 16px;
  color: #4c4c4c;
  caption-side: bottom;
  background-color: #f4f5f6;
}

figure.img-full {
  width: 100%;
}

figure.img-full>img {
  width: 100%;
}

figure.align-left {
  float: left;
  display: flex;
}

figure.align-right {
  float: right;
  display: flex;
}

figure.left-align,
figure.align-left,
figure[style*="float:left"] {
  max-width: 460px;
  margin-left: 0;
  margin-right: 32px;
  margin-bottom: 32px;
  display: flex;
}

@media (max-width: 575px) {

  figure.left-align,
  figure.align-left,
  figure[style*="float:left"] {
    float: none !important;
    margin-right: 0;
  }
}

figure.left-align>img,
figure.align-left>img,
figure[style*="float:left"]>img {
  width: 100%;
  height: auto;
}

figure.left-align figcaption,
figure.align-left figcaption,
figure[style*="float:left"] figcaption {
  width: 100% !important;
}

figure.right-align,
figure.align-right,
figure[style*="float:right"] {
  max-width: 460px;
  margin-right: 0;
  margin-left: 32px;
  margin-bottom: 32px;
  display: flex;
}

@media (max-width: 575px) {

  figure.right-align,
  figure.align-right,
  figure[style*="float:right"] {
    float: none !important;
    margin-left: 0;
  }
}

figure.right-align>img,
figure.align-right>img,
figure[style*="float:right"]>img {
  width: 100%;
  height: auto;
}

figure.right-align figcaption,
figure.align-right figcaption,
figure[style*="float:right"] figcaption {
  width: 100% !important;
}

img.left-align,
img.align-left {
  margin-right: 32px;
  margin-bottom: 32px;
}

img.right-align,
img.align-right {
  margin-left: 32px;
  margin-bottom: 32px;
}

.fcenter {
  width: 100%;
  margin-top: 32px;
}

.fcenter img {
  display: block;
  width: 100%;
  margin: 0;
}

.fcenter~.figcaption {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 25px;
  padding: 10px;
  color: #000000;
  background-color: #f4f5f6;
}

img[style*="float:right"] {
  max-width: 100%;
  margin-right: 0;
  margin-left: 32px;
  margin-bottom: 32px;
}

img[style*="float:left"] {
  max-width: 100%;
  margin-left: 0;
  margin-right: 32px;
  margin-bottom: 32px;
}

form {
  margin: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

table td,
table th {
  padding: 10px;
  vertical-align: top;
}

.margin-0 {
  margin: 0;
}

.border-top {
  border-top: 1px solid #c8cfd6;
}

article.glbl {
  padding: 32px 0;
  max-width: 100%;
  margin: 0 auto;
  background: none;
}

@media (min-width:980px) {
  article.glbl {
    padding: 64px 0;
  }
}

article.glbl ul,
article.glbl ol {
  padding: 40px 16px;
}

article.glbl h2+ul,
article.glbl h3+ul,
article.glbl h4+ul,
article.glbl h5+ul,
article.glbl h2+ol,
article.glbl h3+ol,
article.glbl h4+ol,
article.glbl h5+ol {
  padding-top: 12px;
}

article.glbl p+ol,
article.glbl p+ul {
  padding-top: 8px;
  padding-bottom: 8px;
}

article.glbl ul li {
  list-style: disc;
  margin-bottom: 16px;
  padding-left: 6px;
  margin-left: 16px;
}

article.glbl ul li::marker {
  color: #ed8b00;
  width: 8px;
}

article.glbl ul li a,
article.glbl ul li a:link {
  display: inline;
  position: relative;
  font-weight: 700;
  text-decoration: underline;
  line-height: 24px;
  text-decoration-color: #ed8b00 !important;
  text-underline-offset: 6px;
  text-decoration-thickness: 2px !important;
}

article.glbl ol li {
  list-style: decimal;
  margin-bottom: 16px;
  margin-left: 16px;
  padding-left: 6px;
}

article.glbl ol li::marker {
  color: #000000;
  font-weight: 700;
}

article.glbl ol li a,
article.glbl ol li a:link {
  display: inline;
  position: relative;
  font-weight: 700;
  text-decoration: underline;
  line-height: 24px;
  text-decoration-color: #ed8b00 !important;
  text-underline-offset: 6px;
  text-decoration-thickness: 2px !important;
}

article.glbl ol.ol-upper-roman li {
  list-style: upper-roman;
}

article.glbl ol.ol-alpha li {
  list-style: lower-alpha;
}

article.glbl p {
  margin-top: 40px;
}

article.glbl p:first-child {
  margin-top: 0;
}

article.glbl p a,
article.glbl p a:link {
  display: inline;
  position: relative;
  font-weight: 700;
  text-decoration: underline;
  line-height: 24px;
  text-decoration-color: #ed8b00 !important;
  text-underline-offset: 6px;
  text-decoration-thickness: 2px !important;
}

article.glbl h2+p,
article.glbl h3+p,
article.glbl h4+p,
article.glbl h5+p {
  margin-top: 0;
}

article.glbl p+ul {
  padding-top: 16px;
}

article.glbl ul+p {
  margin-top: 16px;
}

article.glbl p+figure {
  margin-top: 56px;
}

article.glbl h1 a,
article.glbl h1 a:link,
article.glbl h2 a,
article.glbl h2 a:link {
  display: inline;
  position: relative;
  font-weight: 700;
  text-decoration: underline;
  line-height: 24px;
  text-decoration-color: #ed8b00 !important;
  text-underline-offset: 6px;
  text-decoration-thickness: 2px !important;
}

article.glbl .leads {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 500;
}

article.glbl .youtubeVideo {
  position: relative;
  margin-top: 56px;
  margin-bottom: 56px;
  max-width: 100%;
  padding: 28.2% 0;
}

article.glbl .youtubeVideo iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.lang-ar article.glbl ul li {
  list-style: disc;
  margin-bottom: 16px;
  padding-left: 0;
  margin-left: 0;
  padding-right: 6px;
  margin-right: 16px;
}

.lang-ar article.glbl ul li::marker {
  color: #ed8b00;
  width: 8px;
}

.lang-ar article.glbl ol li {
  list-style: decimal;
  margin-bottom: 16px;
  margin-left: 0;
  padding-left: 0;
  margin-right: 16px;
  padding-right: 6px;
}

.lang-ar article.glbl ol.ol-upper-roman li {
  list-style: upper-roman;
}

.lang-ar article.glbl ol.ol-alpha li {
  list-style: lower-alpha;
}

.lang-ar article.glbl p {
  margin-top: 40px;
}

.lang-ar article.glbl p:first-child {
  margin-top: 0;
}

.lang-ar article.glbl p a,
.lang-ar article.glbl p a:link {
  display: inline;
  position: relative;
  font-weight: 700;
  text-decoration: underline;
  line-height: 24px;
  text-decoration-color: #ed8b00 !important;
  text-underline-offset: 6px;
  text-decoration-thickness: 2px !important;
}

.lang-ar article.glbl p+ul {
  padding-top: 0;
}

.lang-ar article.glbl p+figure {
  margin-top: 56px;
}

.lang-ar article.glbl h1 a,
.lang-ar article.glbl h1 a:link,
.lang-ar article.glbl h2 a,
.lang-ar article.glbl h2 a:link {
  display: inline;
  position: relative;
  font-weight: 700;
  text-decoration: underline;
  line-height: 24px;
  text-decoration-color: #ed8b00 !important;
  text-underline-offset: 6px;
  text-decoration-thickness: 2px !important;
}

.lang-ar article.glbl .sidebar-wrapper #tab1 p+ul {
  padding-top: 16px;
}

span.highlight {
  color: #ed8b00;
}

blockquote {
  font-size: 18px;
  border-left: 0;
  color: #000000;
  padding: 7em 0 15px 0;
  margin-left: 30px;
  position: relative;
}

@media (min-width:980px) {
  blockquote {
    padding: 7em 0 15px 2em;
    font-size: 20px;
    margin: 1.5em;
  }
}

blockquote p {
  margin: 0;
}

blockquote h4 {
  color: #000000;
  line-height: 1.5;
  position: relative;
  margin-bottom: 24px;
  font-size: 26px;
  font-weight: 400;
}

blockquote h4::after {
  content: "";
  height: 100%;
  width: 4px;
  background-color: #ed8b00;
  left: -30px;
  top: 0;
  position: absolute;
}

blockquote p:nth-child(2) {
  font-size: 1em;
  font-weight: 700;
  margin: 0;
  padding: 0;
}

blockquote p:nth-child(3) {
  font-size: 0.8em;
  color: #666666;
}

blockquote::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  background: url(../images/quote.svg) no-repeat 0 top;
}

@media (min-width:980px) {
  blockquote::after {
    left: 2em;
  }
}

.lang-ar blockquote {
  font-size: 18px;
  border-left: none;
  border-right: 0;
}

@media (min-width:980px) {
  .lang-ar blockquote {
    padding: 7em 2em 15px 0;
  }
}

.lang-ar blockquote h4::after {
  left: auto;
  right: -30px;
}

.lang-ar blockquote::after {
  content: "";
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  width: 100px;
  height: 100px;
  background: url(../images/quote.svg) no-repeat 0 top;
  transform: rotate(-180deg);
}

@media (min-width:980px) {
  .lang-ar blockquote::after {
    left: auto;
    right: 2em;
  }
}

blockquote.blq-withImg {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding-left: 0;
  margin-left: 0;
  gap: 56px;
  align-items: center;
}

@media (max-width: 575px) {
  blockquote.blq-withImg {
    gap: 32px;
    flex-direction: column;
  }
}

blockquote.blq-withImg h4::after {
  width: 0px;
}

blockquote.blq-withImg figure {
  margin-left: 0;
}

blockquote.blq-withImg .blq-img {
  width: 40%;
}

@media (max-width: 575px) {
  blockquote.blq-withImg .blq-img {
    width: 100%;
  }
}

blockquote.blq-withImg .blq-img img {
  width: 100%;
}

blockquote.blq-withImg .bl-quote {
  width: 60%;
}

@media (max-width: 575px) {
  blockquote.blq-withImg .bl-quote {
    width: 100%;
  }
}

blockquote.blq-withImg::after {
  background-position: 0;
  background-position: 0;
  top: 70px;
  left: 32px;
}

.lang-ar blockquote.blq-withImg figure {
  margin-left: inherit;
  margin-right: 0;
}

.lang-ar blockquote.blq-withImg::after {
  left: auto;
  right: 32px;
}

.desktop-show {
  display: block;
}

@media (max-width: 575px) {
  .desktop-show {
    display: none;
  }
}

.mobile-show {
  display: none;
}

@media (max-width: 575px) {
  .mobile-show {
    display: block;
  }
}

p.ct-type {
  color: #ed8b00;
  font-size: 15px;
  margin-bottom: 16px;
  font-weight: 600;
}

p.ct-type+h1,
p.ct-type+h2,
p.ct-type+h3,
p.ct-type+h4,
p.ct-type+h5,
p.ct-type+h6 {
  margin-top: 0;
}

.title-orange {
  color: #ed8b00;
}

/* placeholder */
::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #919fae;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #919fae;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #919fae;
}

.pad-t-b.level1 {
  padding-top: 96px;
  padding-bottom: 96px;
}

@media (max-width:767px) {
  .pad-t-b.level1 {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

.pad-t-b.level2 {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (max-width:767px) {
  .pad-t-b.level2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.pad-t-b.level3 {
  padding-top: 64px;
  padding-bottom: 64px;
}

@media (max-width:767px) {
  .pad-t-b.level3 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

.pad-t-b.level4 {
  padding-top: 48px;
  padding-bottom: 48px;
}

@media (max-width:767px) {
  .pad-t-b.level4 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

.pad-t-b.level5 {
  padding-top: 32px;
  padding-bottom: 32px;
}

@media (max-width:767px) {
  .pad-t-b.level5 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.pad-t-b.pad-b-0 {
  padding-bottom: 0;
}

.pad-t-b.pad-tb-0 {
  padding-bottom: 0;
  padding-top: 0;
}

.pad-t-b.pad-t-0 {
  padding-top: 0;
}

.mrg-t-b.level1 {
  margin-top: 96px;
  margin-bottom: 96px;
}

@media (max-width:767px) {
  .mrg-t-b.level1 {
    margin-top: 48px;
    margin-bottom: 48px;
  }
}

.mrg-t-b.level2 {
  margin-top: 80px;
  margin-bottom: 80px;
}

@media (max-width:767px) {
  .mrg-t-b.level2 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.mrg-t-b.level3 {
  margin-top: 64px;
  margin-bottom: 64px;
}

@media (max-width:767px) {
  .mrg-t-b.level3 {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}

.mrg-t-b.level4 {
  margin-top: 48px;
  margin-bottom: 48px;
}

@media (max-width:767px) {
  .mrg-t-b.level4 {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}

.mrg-t-b.level5 {
  margin-top: 32px;
  margin-bottom: 32px;
}

@media (max-width:767px) {
  .mrg-t-b.level5 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.mrg-t-b.mrg-b-0 {
  margin-bottom: 0;
}

.mrg-t-b.mrg-t-0 {
  margin-top: 0;
}

.mrg-t-0 {
  margin-top: 0;
}

.mrg-t-16 {
  margin-top: 16px;
}

.mrg-t-25 {
  margin-top: 25px;
}

.mrg-t-32 {
  margin-top: 32px;
}

.mrg-t-48 {
  margin-top: 48px;
}

.mrg-t-64 {
  margin-top: 64px;
}

.mrg-t-80 {
  margin-top: 80px;
}

.mrg-b-0 {
  margin-bottom: 0;
}

.mrg-b-16 {
  margin-bottom: 16px;
}

.mrg-b-25 {
  margin-bottom: 25px;
}

.mrg-b-32 {
  margin-bottom: 32px;
}

.mrg-b-48 {
  margin-bottom: 48px;
}

.mrg-b-64 {
  margin-bottom: 64px;
}

.mrg-b-80 {
  margin-bottom: 64px;
}

.rows {
  display: flex;
}

.rows .form-group {
  margin: 10px 0;
}

@media (max-width:979px) {
  .rows {
    flex-direction: column;
  }
}

@media (max-width:767px) {
  .rows {
    flex-wrap: wrap;
  }
}

.rows .cols-4 {
  margin: 0 16px;
  width: calc(25% - 32px);
  text-align: left;
}

@media (max-width:979px) {
  .rows .cols-4 {
    width: 100%;
    margin: 16px 0;
  }
}

.rows .cols-5 {
  margin: 0 16px;
  width: calc(35% - 32px);
  text-align: left;
}

@media (max-width:979px) {
  .rows .cols-5 {
    width: 100%;
    margin: 16px 0;
  }
}

.rows .cols-6 {
  margin: 0 16px;
  width: 50%;
  text-align: left;
}

@media (max-width:979px) {
  .rows .cols-6 {
    width: 100%;
    margin: 16px 0;
  }
}

.rows .cols-7 {
  margin: 0 16px;
  width: calc(65% - 32px);
  text-align: left;
}

@media (max-width:979px) {
  .rows .cols-7 {
    width: 100%;
    margin: 16px 0;
  }
}

.rows .cols-8 {
  margin: 0 16px;
  width: calc(75% - 32px);
  text-align: left;
}

@media (max-width:979px) {
  .rows .cols-8 {
    width: 100%;
    margin: 16px 0;
  }
}

.rows .cols-12 {
  margin: 0 16px;
  width: 100%;
  text-align: left;
}

@media (max-width:979px) {
  .rows .cols-12 {
    width: 100%;
    margin: 16px 0;
  }
}

.wrp {
  flex-wrap: wrap;
}

.bg-white {
  background-color: #ffffff;
}

.bg-str {
  background-color: #c8cfd6;
}

.bg-str-tint1 {
  background-color: #dee2e6;
}

.bg-str-tint2 {
  background-color: #f4f5f6;
}

.bg-str-tint3 {
  background-color: #d2d2d2;
}

.bg-grey {
  background-color: #dee2e6;
}

.bg-grey-tint1 {
  background-color: #eaeaea;
}

.bg-grey-tint2 {
  background-color: #f2f2f2;
}

.bg-beige {
  background-color: #efeee6;
}

.bg-beige-tint1 {
  background-color: #f5f5f0;
}

.bg-bege2 {
  background-color: #efeee6;
}

.bg-primary-orange-tint2 {
  background-color: #f9dcb2;
}

.link-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.link-list li {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.disable {
  opacity: 0.4;
  cursor: none;
}

.call-box-left,
.call-box-right,
.call-box-center {
  background: url(/themes/custom/unfpa_global/images/box_corner.gif) no-repeat #f2ecdc;
  padding: 20px;
  width: 200px;
  color: #575349;
  text-align: left !important;
  margin: 20px 0;
  clear: both;
  font-size: 13px;
  line-height: 16px;
}

.call-box-left b,
.call-box-left strong,
.call-box-right b,
.call-box-right strong,
.call-box-center b,
.call-box-center strong {
  font-weight: 700;
}

.call-box-right {
  float: right;
  margin-left: 25px;
}

@media (max-width:767px) {
  .call-box-right {
    width: 100%;
    margin-left: 0;
    float: none;
  }

  .call-box-right p img.media-image {
    width: 100%;
  }
}

.call-box-left {
  float: left;
  margin-right: 25px;
}

.infos p.date,
.infos p.locate {
  font-size: 14px;
  color: #000000;
  display: flex;
  align-items: center;
  margin: 8px 0 8px 0;
}

.infos p.date span,
.infos p.locate span {
  margin-right: 10px;
}

.infos p.date span.material-icons,
.infos p.locate span.material-icons {
  color: #919fae;
  text-align: center;
  width: 24px;
}

.infos p.date .material-icons {
  font-size: 18px;
}

.infos p.locate {
  margin-bottom: 10px;
}

.pub-download .c-type {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
}

.go-top {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 1;
}

ul.link-list {
  padding: 10px 0 48px 0 !important;
}

.ds-table {
  /*margin: 48px 0;*/
}

@media (max-width:979px) {
  .ds-table {
    max-width: 100%;
    overflow: auto;
  }
}

.ds-table table {
  border: 0;
  background-color: #ffffff;
}

.ds-table th {
  background-color: #ed8b00;
  color: #ffffff;
  font-size: 22px;
}

.ds-table tr:nth-child(even) {
  background-color: #f2f2f2;
}

.ds-table td {
  font-size: 16px;
}

@media (min-height: 900px) {
  .vh-80 {
    min-height: 80vh;
  }

  .vh-60 {
    min-height: 60vh;
  }
}

.filter .form-group .srch-icon svg.cls-mbl {
  display: none;
}

.mrg-t-40 {
  margin-top: 40px !important;
}

.topic-holder article.glbl {
  padding: 0;
}

.table-responsive {
  width: 100%;
  overflow: auto;
}

.lang-ar .infos p.date span.material-icons,
.lang-ar .infos p.locate span.material-icons {
  margin-right: 0px;
  margin-left: 10px;
}

.source {
  color: #919fae;
  font-size: 14px;
}

.lang-ar .rows .cols-6 {
  text-align: right;
}

.yt-video-twitter-icon {
  vertical-align: middle;
  height: 20px;
  fill: white;
  overflow: visible !important;
}

.lang-ar .rows .cols-7 {
  text-align: right;
}

body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #000000;
  line-height: 1.5;
  font-size: 18px;
}

@media (max-width: 575px) {
  body {
    font-size: 16px;
  }
}

body.lang-ar {
  font-family: "Almarai", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 700;
  color: #000000;
  letter-spacing: -0.02em;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  display: block;
}

p+h2,
p+h3,
p+h4,
p+h5 {
  margin-top: 40px;
}

h1 {
  font-size: 44px;
  line-height: 1.2;
  margin-bottom: 24px;
  word-break: break-word;
}

@media (min-width:980px) {
  h1 {
    font-size: 50px;
    margin-bottom: 32px;
  }
}

h2 {
  font-size: 34px;
  line-height: 1.2;
  margin-bottom: 20px;
  word-break: break-word;
}

@media (min-width:980px) {
  h2 {
    font-size: 40px;
  }
}

h3 {
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 20px;
  word-break: break-word;
}

@media (min-width:980px) {
  h3 {
    font-size: 36px;
  }
}

h4 {
  font-size: 24px;
  margin-bottom: 15px;
  line-height: 1.2;
}

@media (min-width:980px) {
  h4 {
    font-size: 30px;
  }
}

h5 {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 15px;
}

@media (min-width:980px) {
  h5 {
    font-size: 24px;
  }
}

h6 {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 15px;
}

small {
  font-size: 75%;
}

p {
  font-size: 18px;
  margin: 0;
}

@media (max-width: 575px) {
  p {
    font-size: 16px;
  }
}

.breadcrumb {
  background-color: transparent;
  font-size: 12px;
  padding: 28px 30px 16px 30px;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

@media (min-width:980px) {
  .breadcrumb {
    padding: 32px 50px 16px 50px;
    font-size: 15px;
  }
}

.breadcrumb li {
  font-weight: 700;
}

.breadcrumb>li+li::before {
  padding: 0 5px 0 8px;
  color: #919fae;
  content: "/ ";
  font-weight: 300;
}

.breadcrumb a {
  color: #4c4c4c;
  font-weight: 400;
}

@media (max-width: 575px) {
  .breadcrumb {
    padding: 24px 15px;
  }
}

.breadcrumb.onImg {
  position: absolute;
  z-index: 2;
  top: 144px;
}

@media (max-width:979px) {
  .breadcrumb.onImg {
    position: relative;
    top: auto;
    padding: 28px 30px 28px 30px;
  }
}

@media (min-width:980px) {
  .breadcrumb.onImg {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

.breadcrumb.onImg li {
  color: #ffffff;
  font-weight: 600;
}

@media (max-width:979px) {
  .breadcrumb.onImg li {
    color: #000000;
  }
}

.breadcrumb.onImg>li+li::before {
  color: #c8cfd6;
}

.breadcrumb.onImg a {
  color: #e5e5e5;
}

.breadcrumb.onImg a>li+li::before {
  color: #e5e5e5;
}

@media (max-width:979px) {
  .breadcrumb.onImg a>li+li::before {
    color: #4c4c4c;
  }
}

@media (max-width:979px) {
  .breadcrumb.onImg a {
    color: #4c4c4c;
  }
}

.btn {
  color: #000000;
  padding: 16px 0;
  transition: 0.5s ease-in;
  font-weight: 600;
  border-radius: 5px;
  display: inline-block;
}

.btn.nopad-left-right {
  padding: 16px 0;
}

.btn.default {
  border: 1px solid #ed8b00;
  color: #ed8b00;
  letter-spacing: 0.08em;
  background-color: #ffffff;
  padding: 16px 32px;
  text-transform: uppercase;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  -webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.07);
}

@media (max-width: 575px) {
  .btn.default {
    padding: 16px;
    font-size: 14px;
    text-align: center;
  }
}

.btn.default::after {
  height: 0;
}

.btn.default:hover {
  color: #ed8b00;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
}

.btn.default:hover::after {
  height: 0;
}

.btn.default:focus {
  color: #ed8b00;
  background-color: #ffffff;
  outline: 0;
}

.btn.default.white {
  border: 1px solid #ffffff;
  color: #ffffff;
}

.btn.default.white:hover {
  background-color: #ffffff;
  color: #000000;
}

.btn.default.disabled {
  opacity: 0.2;
  cursor: auto;
  cursor: not-allowed;
}

.btn.default.active {
  -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
}

.btn.default .icn {
  display: inline-block;
  margin-left: 10px;
  width: 24px;
}

.btn.default .icn img {
  width: 100%;
}

.btn.inactive {
  opacity: 0.4;
  cursor: auto;
}

.btn.action {
  border: 1px solid #ed8b00;
  padding: 16px 32px;
  text-transform: uppercase;
  font-size: 15px;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  color: #ffffff;
  letter-spacing: 0.01em;
  background-color: #ed8b00;
  -webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.07);
}

@media (max-width: 575px) {
  .btn.action {
    padding: 16px;
  }
}

.btn.action:hover {
  background-color: #ed8b00;
  color: #ffffff;
  -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
}

.btn.action:focus {
  color: #ffffff;
  background-color: #ed8b00;
  outline: 0;
}

.btn i {
  display: inline-block;
  margin-left: 15px;
  width: 18px;
}

.btn:focus,
.btn:hover,
.btn:focus-visible {
  outline: 0;
}

a.btn,
.multi-dropdown button[type=submit],
.multi-dropdown input[type=submit],
.multi-dropdown input[type=button] {
  text-transform: none;
  color: #000000;
  font-weight: 700;
  position: relative;
  font-size: 16px;
  transition: 0.5s ease-in;
}

a.btn::after,
.multi-dropdown button[type=submit]::after,
.multi-dropdown input[type=submit]::after,
.multi-dropdown input[type=button]::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #ed8b00;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s ease-in;
  left: 0;
  bottom: 10px;
}

a.btn:hover::after,
.multi-dropdown button[type=submit]:hover::after,
.multi-dropdown input[type=submit]:hover::after,
.multi-dropdown input[type=button]:hover::after {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #ed8b00;
  position: absolute;
  bottom: 9px;
  transform: translate(0, 0);
}

a.btn:focus,
a.btn:focus-visible,
.multi-dropdown button[type=submit]:focus,
.multi-dropdown button[type=submit]:focus-visible,
.multi-dropdown input[type=submit]:focus,
.multi-dropdown input[type=submit]:focus-visible,
.multi-dropdown input[type=button]:focus,
.multi-dropdown input[type=button]:focus-visible {
  outline: 0;
  box-shadow: none;
}

a.btn.disabled,
.multi-dropdown button[type=submit].disabled,
.multi-dropdown input[type=submit].disabled,
.multi-dropdown input[type=button].disabled {
  opacity: 0.2;
  cursor: not-allowed;
}

.btn-center,
.btn.default.btn-center {
  margin: 50px auto;
  display: table !important;
  text-align: center;
}

.btn-center:last-of-type,
.btn.default.btn-center:last-of-type {
  margin-bottom: 0;
}

@media (max-width: 575px) {

  .btn-center,
  .btn.default.btn-center {
    margin: 48px auto 25px auto;
  }

  .btn-center:last-of-type,
  .btn.default.btn-center:last-of-type {
    margin-bottom: 0;
  }
}

button[type=submit],
input[type=submit],
input[type=button] {
  position: relative;
  background-color: #ed8b00;
  color: #ffffff;
  border: 0;
  bottom: 0;
  padding: 16px 32px;
}

@media (max-width: 575px) {

  button[type=submit],
  input[type=submit],
  input[type=button] {
    position: relative;
  }
}

@media (min-width: 768px) and (max-width: 990px) {

  button[type=submit],
  input[type=submit],
  input[type=button] {
    position: relative;
    margin-top: 10px;
  }
}

button[type=submit]:hover,
input[type=submit]:hover,
input[type=button]:hover {
  background-color: #db7b0b;
}

a.btn-download {
  display: inline-flex;
  display: -ms-inline-flexbox;
  border: 1px solid #000000;
  padding: 0;
  position: relative;
  margin: 0 1em 1em 0;
  color: #000000;
}

@media (max-width: 575px) {
  a.btn-download {
    font-size: 0.9em;
  }

  a.btn-download:nth-child(even) {
    margin-right: 0;
  }
}

a.btn-download span,
a.btn-download strong {
  padding: 1em;
}

@media (max-width: 575px) {

  a.btn-download span,
  a.btn-download strong {
    padding: 1em 0.6em;
  }
}

a.btn-download strong {
  padding-right: 2.5em;
  position: relative;
}

a.btn-download strong:after {
  position: absolute;
  content: "";
  width: 14px;
  height: 18px;
  background: url(../images/icon-arrowdown-download-black.svg) center center no-repeat;
  right: 12px;
}

a.btn-download:hover {
  color: #ed8b00;
}

a.btn-download:hover strong:after {
  background: url(../images/icon-arrowdown-download-orange.svg) center center no-repeat;
}

/* .btn-collapsed span.showmore,
.btn-collapsed span.readmore {
  display: block;
}
.btn-collapsed span.closemore,
.btn-collapsed span.readless {
  display: none;
} */

/* .btn-collapsed.active span.showmore,
.btn-collapsed.active span.readmore {
  display: none;
} */
/* .btn-collapsed.active span.closemore,
.btn-collapsed.active span.readless {
  display: block;
} */

.btn-icon {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  border: 2px solid #ed8b00;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s ease-in;
  cursor: pointer;
  background-color: #ffffff;
}

.btn-icon:hover {
  -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.14);
}

.btn-icon.default {
  background-color: #ed8b00;
}

.btn-icon.default:hover {
  -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.14);
  background-color: #ed8b00;
}

.btn-icon.active {
  -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.14);
}

.btn-icon.disabled {
  opacity: 0.2;
  cursor: not-allowed;
}

.btn-icon.lg {
  width: 56px;
  height: 56px;
}

.btn-icon.goback {
  margin-right: 16px;
  font-weight: 700;
}

.btn-goback {
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  font-weight: 700;
}

/* #readmore-expand {
  display: none;
}

#readmore-less-expand {
  display: none;
} */

button,
button[type=submit],
input[type=submit],
input[type=button] {
  cursor: pointer;
}

.btn-align-center {
  margin: 0 auto;
  display: table !important;
}

.action-blk {
  width: 210px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.action-blk .selectdropdown {
  width: 150px;
}

.action-blk a.download {
  background-color: #ed8b00;
  border-radius: 50px;
  height: 40px;
  width: 40px;
  transition: 0.5s ease-in;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all ease 0.3s;
}

.action-blk a.download:hover {
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.28);
}

.action-blk .download-icon-holder {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.action-blk .download-icon-holder .download-count {
  padding: 10px 0 0 10px;
  font-size: 15px;
  color: #919fae;
}

.lang-ar .btn.default {
  letter-spacing: normal;
}

.ct-card-group {
  display: flex;
  align-items: stretch;
  margin-left: -16px;
  margin-right: -16px;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: left;
}

@media (max-width: 575px) {
  .ct-card-group {
    flex-wrap: wrap;
    flex-direction: column;
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media (max-width: 575px) {
  .latestFrom-ed .ct-card-group {
    flex-direction: inherit;
  }
}

.displayCard {
  margin: 16px 0;
  width: 100%;
  position: relative;
  transition: 0.5s ease;
  border: 0;
  min-height: 238px;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 0;
}

@media (min-width:768px) {
  .displayCard {
    flex-direction: row;
    align-items: center;
    margin: 16px;
  }
}

.displayCard__image {
  position: relative;
  max-height: 360px;
  height: 100%;
  overflow: hidden;
  width: 100%;
  margin: 0;
}

@media (min-width:768px) {
  .displayCard__image {
    max-height: 320px;
    max-width: 55%;
    overflow: hidden;
    display: flex;
    align-items: center;
  }
}

@media (min-width:980px) {
  .displayCard__image {
    max-height: 520px;
  }
}

.displayCard__image a {
  display: block;
  width: 100%;
}

.displayCard__image img {
  width: 100%;
  border: 1px solid #eaeaea;
  margin: 0;
  transition: -webkit-transform 2.4s linear;
  transition: transform 2.4s linear;
  transition: transform 2.4s linear, -webkit-transform 2.4s linear;
}

.displayCard__image img:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.displayCard__image iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
  object-fit: cover;
}

.displayCard__image .btn-vidoplay {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: inline-block !important;
  opacity: 0.6;
}

.displayCard__image p.youtube-link {
  position: absolute;
  visibility: hidden;
}

.displayCard__image.ct-card__video {
  padding: 18% 0;
}

.displayCard__image.publication,
.displayCard__image.resources,
.displayCard__image.press {
  background-color: #dee2e6;
}

.displayCard__image.publication picture,
.displayCard__image.resources picture,
.displayCard__image.press picture {
  display: block;
  width: 100%;
}

.displayCard__image.publication img.img-blur,
.displayCard__image.resources img.img-blur,
.displayCard__image.press img.img-blur {
  width: 100% !important;
  -webkit-filter: blur(8px);
  filter: blur(8px);
  background-color: #ffffff;
}

.displayCard__image.publication a,
.displayCard__image.resources a,
.displayCard__image.press a {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
}

.displayCard__image.publication a img,
.displayCard__image.resources a img,
.displayCard__image.press a img {
  width: auto;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  background-color: #ffffff;
}

.displayCard__video {
  min-height: 530px;
  height: 100%;
  max-height: 530px;
  width: 100%;
  padding: 0;
  overflow: hidden;
  position: relative;
  background-color: transparent;
}

.displayCard__video a {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  max-height: 620px;
}

.displayCard__video a .contextual-region {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.displayCard__video .btn-vidoplay {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
}

.displayCard__video .btn-vidoplay::after {
  content: "";
  width: 120px;
  height: 120px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  display: inline-block !important;
  opacity: 0.6;
  background: url(../images/icon-videoplay.svg) no-repeat center center;
  background-size: 100%;
}

.displayCard__video .btn-vidoplay img {
  width: 100%;
  height: 100%;
}

.displayCard__video p.youtube-link {
  height: 0px;
  margin: 0;
}

@media (max-width: 575px) {
  .displayCard__video {
    min-height: 220px;
    height: 100%;
    max-height: 220px;
  }
}

@media (min-width: 575.5px) and (max-width:767px) {
  .displayCard__video {
    min-height: 320px;
    height: 38vh;
    max-height: 360px;
  }
}

@media (min-width:768px) and (max-width:979px) {
  .displayCard__video {
    min-height: 430px;
    height: 38vh;
    max-height: 482px;
  }
}

@media (min-width:980px) {
  .displayCard__video {
    min-height: 70vh;
    height: 70vh;
    max-height: 70vh;
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
  .displayCard__video {
    min-height: 32vh;
    height: 32vh;
    max-height: 32vh;
    padding-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .displayCard__video {
    min-height: 620px;
    height: 100%;
    max-height: 620px;
    padding-bottom: 0;
  }
}

@media (min-width: 1440px) {
  .displayCard__video {
    min-height: 620px;
    height: 100%;
    max-height: 620px;
  }
}

.displayCard__video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
  top: 0;
}

@media (min-width: 1200px) {
  .displayCard__video iframe {
    min-height: 620px;
    height: 100%;
    max-height: 620px;
  }
}

.displayCard__details {
  display: flex;
  align-items: center;
  z-index: 0;
  width: 100%;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: 0.5s ease-in;
  background-color: #ffffff;
  margin: 0;
  right: 0;
  position: relative;
}

.displayCard__details:hover {
  -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.14);
}

@media (min-width:768px) {
  .displayCard__details {
    min-width: calc(45% + 30px);
    width: calc(45% + 30px);
    margin: 0 0 0 -32px;
    height: calc(100% - 32px);
    padding: 16px 0;
  }
}

.displayCard__details--body {
  background-color: #ffffff;
  padding: 32px 32px 74px 32px;
  min-height: 240px;
  position: relative;
  width: 100%;
}

.displayCard__details--body p.date-type,
.displayCard__details--body .news-date {
  color: #666666;
  text-transform: normal;
  font-size: 15px;
  margin-bottom: 0.5em;
}

.displayCard__details--body p.date-type .material-icons,
.displayCard__details--body .news-date .material-icons {
  font-size: 18px;
  margin-right: 10px;
}

.displayCard__details--body .news-date {
  color: #666666;
}

.displayCard__details--body p.content-type {
  color: #ed8b00;
  text-transform: normal;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 0;
}

.displayCard__details--body h3.card-title,
.displayCard__details--body h4.card-title,
.displayCard__details--body h5.card-title {
  font-weight: 700;
  padding: 0;
  margin: 0 0 0.8em 0;
}

.displayCard__details--body h4,
.displayCard__details--body h4.card-title,
.displayCard__details--body h5,
.displayCard__details--body h5.card-title {
  margin: 0 0 1em 0;
}

.displayCard__details--body h3.card-title,
.displayCard__details--body h3.card-title a {
  color: #000000;
  line-height: 44.5px;
  padding-top: 0;
}

.displayCard__details--body h3.card-title:hover,
.displayCard__details--body h3.card-title a:hover {
  color: #4a8bcd;
}

.displayCard__details--body h4.card-title,
.displayCard__details--body h4.card-title a {
  color: #000000;
  line-height: 41.2px;
  padding-top: 0;
}

.displayCard__details--body h4.card-title:hover,
.displayCard__details--body h4.card-title a:hover {
  color: #4a8bcd;
}

.displayCard__details--body h5.card-title,
.displayCard__details--body h5.card-title a {
  color: #000000;
  line-height: 32.2px;
  padding-top: 0;
  display: block;
}

.displayCard__details--body h5.card-title:hover,
.displayCard__details--body h5.card-title a:hover {
  color: #4a8bcd;
}

.displayCard__details--body .info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

@media (max-width: 859px) {
  .displayCard__details--body .info {
    flex-direction: column;
  }
}

.displayCard__details--body .info p {
  margin: 0;
  padding: 0;
  display: inline-flex;
  font-size: 15px;
}

.displayCard__details--body .info p.content-type {
  color: #ed8b00;
  font-weight: 700;
  margin-bottom: 0;
}

.displayCard__details--body .info p.date {
  color: #666666;
  margin-bottom: 0;
}

.displayCard__details--body .info p.date .material-icons {
  font-size: 18px;
  margin-right: 10px;
}

.displayCard__details--body p {
  line-height: 1.5;
  margin-bottom: 16px;
}

.displayCard__details--body a.btn {
  text-transform: none;
  color: #000000;
  font-weight: 700;
  position: absolute;
  left: 32px;
  font-size: 16px;
  transition: 0.5s ease-in;
}

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

.displayCard__details--body a.btn:hover::after {
  content: "";
  width: 100%;
  height: 4px;
  left: 0;
  background-color: #ed8b00;
  position: absolute;
  bottom: 9px;
  transform: translate(0);
}

.displayCard__details--body a.btn:focus {
  outline: none;
}

@media (min-width: 575.5px) and (max-width:979px) {
  .displayCard__details--body {
    width: 100% !important;
  }
}

.displayCard__details--body a.btn {
  bottom: 16px;
}

.displayCard__details--body a.btn.action {
  position: relative;
  color: #ffffff;
  bottom: -16px;
  left: 0;
}

.displayCard__details--body p.date,
.displayCard__details--body p.locate {
  font-size: 14px;
  color: #000000;
  display: flex;
  align-items: center;
}

.displayCard__details--body p.date span,
.displayCard__details--body p.locate span {
  margin-right: 10px;
}

.displayCard__details--body p.date span .material-icons,
.displayCard__details--body p.locate span .material-icons {
  width: 24px;
  text-align: center;
  font-size: 20px;
  color: #919fae;
}

.displayCard__details--body p.date {
  margin-bottom: 24px;
}

.displayCard__details--body p.locate {
  margin-bottom: 10px;
}

@media (min-width:980px) {
  .displayCard__details.heightequal {
    margin: 0 -32px 0 0;
  }
}

.displayCard.video {
  flex-direction: column;
}

.displayCard.video .contextual-region {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.displayCard.video .displayCard__details {
  display: flex;
  align-items: flex-end;
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  justify-content: space-around;
}

@media (max-width: 575px) {
  .displayCard.video .displayCard__details {
    position: relative;
    width: 100%;
    max-width: 100%;
    left: auto;
    bottom: auto;
  }
}

.displayCard.video .displayCard__details--body {
  width: calc(100% - 3em);
  background-color: #ffffff;
  padding: 32px 32px 74px 32px;
  min-height: 240px;
}

@media (max-width: 575px) {
  .displayCard.video .displayCard__details--body {
    width: 100%;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .displayCard.video .displayCard__details--body {
    width: 100%;
  }
}

.displayCard.video .displayCard__details--body p.date-type,
.displayCard.video .displayCard__details--body .news-date {
  color: #666666;
  text-transform: normal;
  font-size: 15px;
  margin-bottom: 0.5em;
}

.displayCard.video .displayCard__details--body p.date-type .material-icons,
.displayCard.video .displayCard__details--body .news-date .material-icons {
  font-size: 18px;
  margin-right: 10px;
}

.displayCard.video .displayCard__details--body .news-date {
  color: #666666;
}

.displayCard.video .displayCard__details--body p.content-type {
  color: #ed8b00;
  text-transform: normal;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 0;
}

.displayCard.video .displayCard__details--body h3.card-title,
.displayCard.video .displayCard__details--body h4.card-title,
.displayCard.video .displayCard__details--body h5.card-title {
  font-weight: 700;
  padding: 0;
  margin: 0 0 0.8em 0;
}

.displayCard.video .displayCard__details--body h4,
.displayCard.video .displayCard__details--body h4.card-title,
.displayCard.video .displayCard__details--body h5,
.displayCard.video .displayCard__details--body h5.card-title {
  margin: 0 0 1em 0;
}

.displayCard.video .displayCard__details--body h3.card-title,
.displayCard.video .displayCard__details--body h3.card-title a {
  color: #000000;
  line-height: 44.5px;
  padding-top: 0;
}

.displayCard.video .displayCard__details--body h3.card-title:hover,
.displayCard.video .displayCard__details--body h3.card-title a:hover {
  color: #4a8bcd;
}

.displayCard.video .displayCard__details--body h4.card-title,
.displayCard.video .displayCard__details--body h4.card-title a {
  color: #000000;
  line-height: 41.2px;
  padding-top: 0;
}

.displayCard.video .displayCard__details--body h4.card-title:hover,
.displayCard.video .displayCard__details--body h4.card-title a:hover {
  color: #4a8bcd;
}

.displayCard.video .displayCard__details--body h5.card-title,
.displayCard.video .displayCard__details--body h5.card-title a {
  color: #000000;
  line-height: 32.2px;
  padding-top: 0;
  display: block;
}

.displayCard.video .displayCard__details--body h5.card-title:hover,
.displayCard.video .displayCard__details--body h5.card-title a:hover {
  color: #4a8bcd;
}

.displayCard.video .displayCard__details--body .info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

@media (max-width: 859px) {
  .displayCard.video .displayCard__details--body .info {
    flex-direction: column;
  }
}

.displayCard.video .displayCard__details--body .info p {
  margin: 0;
  padding: 0;
  display: inline-flex;
  font-size: 15px;
}

.displayCard.video .displayCard__details--body .info p.content-type {
  color: #ed8b00;
  font-weight: 700;
  margin-bottom: 0;
}

.displayCard.video .displayCard__details--body .info p.date {
  color: #666666;
  margin-bottom: 0;
}

.displayCard.video .displayCard__details--body .info p.date .material-icons {
  font-size: 18px;
  margin-right: 10px;
}

.displayCard.video .displayCard__details--body p {
  line-height: 1.5;
  margin-bottom: 16px;
}

.displayCard.video .displayCard__details--body a.btn {
  text-transform: none;
  color: #000000;
  font-weight: 700;
  position: absolute;
  left: 32px;
  font-size: 16px;
  transition: 0.5s ease-in;
}

.displayCard.video .displayCard__details--body a.btn::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #ed8b00;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s ease-in;
  left: 0;
  bottom: 10px;
}

.displayCard.video .displayCard__details--body a.btn:hover::after {
  content: "";
  width: 100%;
  height: 4px;
  left: 0;
  background-color: #ed8b00;
  position: absolute;
  bottom: 9px;
  transform: translate(0);
}

.displayCard.video .displayCard__details--body a.btn:focus {
  outline: none;
}

.displayCard.video .displayCard__details--body a.btn::after {
  bottom: 10px;
}

.displayCard.video .displayCard__details--body h3.card-title,
.displayCard.video .displayCard__details--body h4.card-title {
  margin: 0;
}

.displayCard.left-text {
  flex-direction: column;
}

@media (min-width:768px) {
  .displayCard.left-text {
    flex-direction: row-reverse;
  }
}

.displayCard.left-text .displayCard__details {
  margin: 0 -32px 0 0;
}

@media (min-width:768px) {
  .lang-ar .displayCard__details {
    margin: 0 -32px 0 0;
    height: calc(100% - 32px);
  }
}

.lang-ar .displayCard__details--body a.btn {
  bottom: 16px;
  left: auto !important;
  right: 32px;
}

@media (min-width:980px) {
  .lang-ar .displayCard__details.heightequal {
    margin: 0 0 0 -32px;
  }
}

.lang-ar .displayCard.left-text .displayCard__details {
  margin: 0 0 0 -32px;
}

.lang-ar .displayCard.video .displayCard__details {
  margin-right: 0;
}

@media (min-width: 1440px) {
  .container-rg .displayCard__details {
    max-width: 540px;
  }
}

.ct-card {
  min-width: calc(50% - 32px);
  max-width: calc(50% - 32px);
  margin: 16px;
  box-sizing: border-box;
  border: 1px solid #dee2e6;
  transition: 0.5s ease;
  background-color: #ffffff;
  position: relative;
  padding-bottom: 0.5em;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.ct-card:hover {
  -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.14);
}

@media (max-width: 575px) {
  .ct-card {
    width: calc(100% - 16px);
    max-width: 100%;
    margin: 0 8px 20px 8px;
  }
}

.ct-card__details {
  width: 100%;
}

.ct-card__details--body {
  background-color: #ffffff;
  padding: 32px 32px 74px 32px;
  min-height: 240px;
}

.ct-card__details--body p.date-type,
.ct-card__details--body .news-date {
  color: #666666;
  text-transform: normal;
  font-size: 15px;
  margin-bottom: 0.5em;
}

.ct-card__details--body p.date-type .material-icons,
.ct-card__details--body .news-date .material-icons {
  font-size: 18px;
  margin-right: 10px;
}

.ct-card__details--body .news-date {
  color: #666666;
}

.ct-card__details--body p.content-type {
  color: #ed8b00;
  text-transform: normal;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 0;
}

.ct-card__details--body h3.card-title,
.ct-card__details--body h4.card-title,
.ct-card__details--body h5.card-title {
  font-weight: 700;
  padding: 0;
  margin: 0 0 0.8em 0;
}

.ct-card__details--body h4,
.ct-card__details--body h4.card-title,
.ct-card__details--body h5,
.ct-card__details--body h5.card-title {
  margin: 0 0 1em 0;
}

.ct-card__details--body h3.card-title,
.ct-card__details--body h3.card-title a {
  color: #000000;
  line-height: 44.5px;
  padding-top: 0;
}

.ct-card__details--body h3.card-title:hover,
.ct-card__details--body h3.card-title a:hover {
  color: #4a8bcd;
}

.ct-card__details--body h4.card-title,
.ct-card__details--body h4.card-title a {
  color: #000000;
  line-height: 41.2px;
  padding-top: 0;
}

.ct-card__details--body h4.card-title:hover,
.ct-card__details--body h4.card-title a:hover {
  color: #4a8bcd;
}

.ct-card__details--body h5.card-title,
.ct-card__details--body h5.card-title a {
  color: #000000;
  line-height: 32.2px;
  padding-top: 0;
  display: block;
}

.ct-card__details--body h5.card-title:hover,
.ct-card__details--body h5.card-title a:hover {
  color: #4a8bcd;
}

.ct-card__details--body .info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

@media (max-width: 859px) {
  .ct-card__details--body .info {
    flex-direction: column;
  }
}

.ct-card__details--body .info p {
  margin: 0;
  padding: 0;
  display: inline-flex;
  font-size: 15px;
}

.ct-card__details--body .info p.content-type {
  color: #ed8b00;
  font-weight: 700;
  margin-bottom: 0;
}

.ct-card__details--body .info p.date {
  color: #666666;
  margin-bottom: 0;
}

.ct-card__details--body .info p.date .material-icons {
  font-size: 18px;
  margin-right: 10px;
}

.ct-card__details--body p {
  line-height: 1.5;
  margin-bottom: 16px;
}

.ct-card__details--body a.btn {
  text-transform: none;
  color: #000000;
  font-weight: 700;
  position: absolute;
  left: 32px;
  font-size: 16px;
  transition: 0.5s ease-in;
}

.ct-card__details--body a.btn::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #ed8b00;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s ease-in;
  left: 0;
  bottom: 10px;
}

.ct-card__details--body a.btn:hover::after {
  content: "";
  width: 100%;
  height: 4px;
  left: 0;
  background-color: #ed8b00;
  position: absolute;
  bottom: 9px;
  transform: translate(0);
}

.ct-card__details--body a.btn:focus {
  outline: none;
}

.ct-card__details--body .card-text {
  margin-top: 1em;
}

.ct-card__details--body p {
  margin-top: 1em;
}

.ct-card__details--body p.date-type,
.ct-card__details--body p.date-field {
  margin-top: 0;
  margin-bottom: 0.5em;
  color: #4c4c4c;
}

.ct-card__details--body p.date,
.ct-card__details--body p.locate {
  font-size: 14px;
  color: #4c4c4c;
  display: flex;
  align-items: center;
}

.ct-card__details--body p.date span,
.ct-card__details--body p.locate span {
  margin-right: 10px;
}

.ct-card__details--body p.date span.material-icons,
.ct-card__details--body p.locate span.material-icons {
  color: #919fae;
  text-align: center;
  width: 24px;
}

.ct-card__details--body p.date {
  margin-bottom: 24px;
}

.ct-card__details--body p.date .material-icons {
  font-size: 18px;
}

.ct-card__details--body p.locate {
  margin-bottom: 10px;
}

.ct-card__details a.btn {
  text-transform: none;
  color: #000000;
  font-weight: 700;
  position: absolute;
  left: 32px;
  bottom: 28px;
  font-size: 16px;
  transition: 0.5s ease-in;
}

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

.ct-card__details a.btn:hover::after {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #ed8b00;
  position: absolute;
  bottom: 9px;
  transform: translate(0, 0);
}

.ct-card__image {
  position: relative;
  overflow: hidden;
  background-color: #eaeaea;
  padding: 28% 0;
  height: auto;
  aspect-ratio: 1.5/1;
  /*@media ($desktop) {
    height: 220px;
  }*/
}

.ct-card__image img {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.ct-card__image img:hover {
  transition: -webkit-transform 2.4s linear;
  transition: transform 2.4s linear;
  transition: transform 2.4s linear, -webkit-transform 2.4s linear;
}

.ct-card__image img:hover:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.ct-card__image a {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
}

.ct-card__image iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
}

.ct-card__image iframe:hover {
  transition: -webkit-transform 2.4s linear;
  transition: transform 2.4s linear;
  transition: transform 2.4s linear, -webkit-transform 2.4s linear;
}

.ct-card__image iframe:hover:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.ct-card__image.publication,
.ct-card__image.resources,
.ct-card__image.press {
  background-color: #dee2e6;
}

.ct-card__image.publication img.img-blur,
.ct-card__image.resources img.img-blur,
.ct-card__image.press img.img-blur {
  width: 100% !important;
  -webkit-filter: blur(8px);
  filter: blur(8px);
  max-height: 320px;
  background-color: #ffffff;
}

.ct-card__image.publication a,
.ct-card__image.resources a,
.ct-card__image.press a {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
}

.ct-card__image.publication a img,
.ct-card__image.resources a img,
.ct-card__image.press a img {
  width: auto;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  background-color: #ffffff;
}

.ct-card__image .btn-vidoplay {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
}

.ct-card__image .btn-vidoplay::after {
  content: "";
  width: 70px;
  height: 70px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  display: inline-block !important;
  opacity: 0.6;
  background: url(../images/icon-videoplay.svg) no-repeat center center;
}

.ct-card__image p.youtube-link {
  height: 0px;
  margin: 0;
}

.ct-card__video {
  position: relative;
  overflow: hidden;
  background-color: #eaeaea;
  padding: 28% 0;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .ct-card__video {
    padding: 26% 0;
  }
}

.ct-card__video a {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  max-height: 100%;
}

.ct-card__video a .contextual-region {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.ct-card__video .contextual-region {
  position: initial;
}

.ct-card__video iframe {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 2;
  top: 0;
  left: 0;
}

.lang-ar .ct-card__details {
  width: 100%;
}

.lang-ar .ct-card__details a.btn {
  left: auto !important;
  right: 32px;
}

.ct-card-group.colm-3 .ct-card {
  min-width: calc(33.3333333333% - 32px);
  max-width: 32%;
  width: calc(33.3333333333% - 32px);
}

@media (max-width: 575px) {
  .ct-card-group.colm-3 .ct-card {
    width: calc(100% - 16px);
    max-width: 100%;
    margin: 0 8px 20px 8px;
  }
}

@media (min-width: 575.5px) and (max-width:979px) {
  .ct-card-group.colm-3 .ct-card {
    min-width: calc(33.3333333333% - 32px);
    max-width: calc(100% - 32px);
    width: calc(100% - 68px);
    margin: 16px 8px 16px 32px;
  }
}

.ct-card-group.colm-3 .ct-card__image {
  background-color: #d1d1d1;
}

.ct-card-group.colm-3 .ct-card__image.publication img.img-blur,
.ct-card-group.colm-3 .ct-card__image.resources img.img-blur,
.ct-card-group.colm-3 .ct-card__image.press img.img-blur {
  width: 100% !important;
  -webkit-filter: blur(8px);
  filter: blur(8px);
  max-height: 280px;
  background-color: #ffffff;
}

.ct-card-group.colm-3 .ct-card__details {
  width: 100%;
}

.ct-card-group.colm-3 .ct-card__details--body {
  background-color: #ffffff;
  padding: 32px 32px 74px 32px;
  min-height: 240px;
}

.ct-card-group.colm-3 .ct-card__details--body p.date-type,
.ct-card-group.colm-3 .ct-card__details--body .news-date {
  color: #666666;
  text-transform: normal;
  font-size: 15px;
  margin-bottom: 0.5em;
}

.ct-card-group.colm-3 .ct-card__details--body p.date-type .material-icons,
.ct-card-group.colm-3 .ct-card__details--body .news-date .material-icons {
  font-size: 18px;
  margin-right: 10px;
}

.ct-card-group.colm-3 .ct-card__details--body .news-date {
  color: #666666;
}

.ct-card-group.colm-3 .ct-card__details--body p.content-type {
  color: #ed8b00;
  text-transform: normal;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 0;
}

.ct-card-group.colm-3 .ct-card__details--body h3.card-title,
.ct-card-group.colm-3 .ct-card__details--body h4.card-title,
.ct-card-group.colm-3 .ct-card__details--body h5.card-title {
  font-weight: 700;
  padding: 0;
  margin: 0 0 0.8em 0;
}

.ct-card-group.colm-3 .ct-card__details--body h4,
.ct-card-group.colm-3 .ct-card__details--body h4.card-title,
.ct-card-group.colm-3 .ct-card__details--body h5,
.ct-card-group.colm-3 .ct-card__details--body h5.card-title {
  margin: 0 0 1em 0;
}

.ct-card-group.colm-3 .ct-card__details--body h3.card-title,
.ct-card-group.colm-3 .ct-card__details--body h3.card-title a {
  color: #000000;
  line-height: 44.5px;
  padding-top: 0;
}

.ct-card-group.colm-3 .ct-card__details--body h3.card-title:hover,
.ct-card-group.colm-3 .ct-card__details--body h3.card-title a:hover {
  color: #4a8bcd;
}

.ct-card-group.colm-3 .ct-card__details--body h4.card-title,
.ct-card-group.colm-3 .ct-card__details--body h4.card-title a {
  color: #000000;
  line-height: 41.2px;
  padding-top: 0;
}

.ct-card-group.colm-3 .ct-card__details--body h4.card-title:hover,
.ct-card-group.colm-3 .ct-card__details--body h4.card-title a:hover {
  color: #4a8bcd;
}

.ct-card-group.colm-3 .ct-card__details--body h5.card-title,
.ct-card-group.colm-3 .ct-card__details--body h5.card-title a {
  color: #000000;
  line-height: 32.2px;
  padding-top: 0;
  display: block;
}

.ct-card-group.colm-3 .ct-card__details--body h5.card-title:hover,
.ct-card-group.colm-3 .ct-card__details--body h5.card-title a:hover {
  color: #4a8bcd;
}

.ct-card-group.colm-3 .ct-card__details--body .info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

@media (max-width: 859px) {
  .ct-card-group.colm-3 .ct-card__details--body .info {
    flex-direction: column;
  }
}

.ct-card-group.colm-3 .ct-card__details--body .info p {
  margin: 0;
  padding: 0;
  display: inline-flex;
  font-size: 15px;
}

.ct-card-group.colm-3 .ct-card__details--body .info p.content-type {
  color: #ed8b00;
  font-weight: 700;
  margin-bottom: 0;
}

.ct-card-group.colm-3 .ct-card__details--body .info p.date {
  color: #666666;
  margin-bottom: 0;
}

.ct-card-group.colm-3 .ct-card__details--body .info p.date .material-icons {
  font-size: 18px;
  margin-right: 10px;
}

.ct-card-group.colm-3 .ct-card__details--body p {
  line-height: 1.5;
  margin-bottom: 16px;
}

.ct-card-group.colm-3 .ct-card__details--body a.btn {
  text-transform: none;
  color: #000000;
  font-weight: 700;
  position: absolute;
  left: 32px;
  font-size: 16px;
  transition: 0.5s ease-in;
}

.ct-card-group.colm-3 .ct-card__details--body a.btn::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #ed8b00;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s ease-in;
  left: 0;
  bottom: 10px;
}

.ct-card-group.colm-3 .ct-card__details--body a.btn:hover::after {
  content: "";
  width: 100%;
  height: 4px;
  left: 0;
  background-color: #ed8b00;
  position: absolute;
  bottom: 9px;
  transform: translate(0);
}

.ct-card-group.colm-3 .ct-card__details--body a.btn:focus {
  outline: none;
}

.ct-card-group.colm-3 .ct-card__details--body .card-text,
.ct-card-group.colm-3 .ct-card__details--body p {
  margin-top: 1em;
}

.ct-card-group.colm-3 .ct-card__details--body .card-text.date-type,
.ct-card-group.colm-3 .ct-card__details--body .card-text.date-field,
.ct-card-group.colm-3 .ct-card__details--body p.date-type,
.ct-card-group.colm-3 .ct-card__details--body p.date-field {
  margin-top: 0;
  color: #ed8b00;
}

.ct-card-group.colm-3 .ct-card__details--body h5.card-title,
.ct-card-group.colm-3 .ct-card__details--body h5.card-title a {
  line-height: 34.2px;
}

.ct-card-group.colm-3 .ct-card__video {
  position: relative;
  padding: 28% 0;
  width: 100%;
  min-height: 174px;
  height: 100%;
  max-height: 174px;
  overflow: hidden;
  background-color: #eaeaea;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .ct-card-group.colm-3 .ct-card__video {
    padding: 26% 0;
  }
}

.ct-card-group.colm-3 .ct-card__video a {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  max-height: 100%;
}

.ct-card-group.colm-3 .ct-card__video a .contextual-region {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.ct-card-group.colm-3 .ct-card__video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
}

.ct-card-group.colm-3 .ct-card__video img {
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 1;
}

.ct-card-group.colm-3 .ct-card__video .contextual-region {
  position: initial;
}

.related-content .ct-card h3.card-title {
  margin-bottom: 0;
}

.path-multimedia .ct-card-group.colm-3 .ct-card__video a,
.path-videos .ct-card-group.colm-3 .ct-card__video a {
  padding: 28% 0;
  width: 100%;
  min-height: 179px;
  height: 100%;
  max-height: 100%;
}

.ct-card-group.colm-3.feature-cards .ct-card {
  border: 0;
  padding-bottom: 1em;
  background-color: #dee2e5;
}

@media (max-width: 575px) {
  .ct-card-group.colm-3.feature-cards .ct-card {
    padding-bottom: 0;
  }
}

.ct-card-group.colm-3.feature-cards .ct-card__details {
  position: relative;
  height: 63%;
}

@media (max-width: 575px) {
  .ct-card-group.colm-3.feature-cards .ct-card__details {
    height: auto;
  }
}

.ct-card-group.colm-3.feature-cards .ct-card__details::after {
  content: "";
  background-color: #ffffff;
  position: absolute;
  z-index: 1;
  top: -1em;
  left: 1em;
  right: 1em;
  height: 100%;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.ct-card-group.colm-3.feature-cards .ct-card__details--body {
  padding: 0.2em 2.2em 4em 2.2em;
  position: relative;
  z-index: 2;
  background: none;
  height: 100%;
}

@media (max-width: 575px) {
  .ct-card-group.colm-3.feature-cards .ct-card__details--body {
    padding: 0.2em 2.2em 5em 2.2em;
  }
}

.ct-card-group.colm-3.feature-cards .ct-card__details--body .btn {
  left: 2.6em;
  bottom: 1.5em;
}

.path-ed-photo-gallery .ct-card-group.colm-3 .ct-card__details--body {
  padding-bottom: 32px;
}

.path-ed-photo-gallery nav.pager-nav::after {
  width: auto;
}

.path-ed-photo-gallery .ct-card-group {
  margin-left: -8px;
  margin-right: -8px;
}

@media (max-width:767px) {
  .latest-cards-section .ct-card-group.colm-3 {
    display: block;
  }
}

@media (max-width: 575px) {
  .page-node-type-ct-video .displayCard {
    min-height: 186px;
  }
}

.lang-ar .ct-card__details--body p.date span,
.lang-ar .ct-card__details--body p.locate span {
  margin-left: 10px;
  margin-right: 0;
}

.lang-ar .ct-card-group {
  text-align: right;
  justify-content: flex-start;
}

.tb-card-group {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 48px;
}

@media (max-width: 575px) {
  .tb-card-group {
    grid-template-columns: 1fr;
  }
}

.tb-card-group .tb-card {
  padding: 24px 40px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.07);
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  border-bottom: 4px solid #ed8b00;
}

.tb-card-group .tb-card .sts-num {
  font-size: 36px;
  font-weight: 700;
  color: #000000;
  margin: 0 auto;
  padding: 0 0 8px 0;
}

.tb-card-group .tb-card p {
  margin: 0 !important;
}

.card-group-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 48px;
}

@media (max-width: 575px) {
  .card-group-grid {
    grid-template-columns: 1fr;
  }
}

.card-group-grid .card {
  border-radius: 5px;
  -webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.07);
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: center;
}

.card-group-grid .card_body {
  padding: 64px 40px;
}

.card-group-grid .card i {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 32px auto;
  background-color: #ffffff;
}

.card-group-grid .card.left {
  justify-content: flex-start;
  text-align: left;
  position: relative;
}

.card-group-grid .card.left .card_body {
  padding-bottom: 96px;
}

.card-group-grid .card.left i {
  margin: 0 0 32px 0;
}

.card-group-grid .card.left .source {
  padding: 48px 0 0 0;
  text-align: right;
  position: absolute;
  bottom: 24px;
  right: 40px;
}

.card-group-grid .card.imgs .card_body {
  padding: 0 40px 64px 40px;
}

.card-group-grid .card.imgs .card_body i {
  position: relative;
  margin-top: -35px;
}

.card-group-grid .card.imgs .card_body .source {
  padding: 48px 0 0 0;
}

.card-group-grid .card_img {
  position: relative;
  overflow: hidden;
  padding: 28% 0;
}

.card-group-grid .card_img img {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}

.card-group-grid .card_img img:hover {
  transition: -webkit-transform 2.4s linear;
  transition: transform 2.4s linear;
  transition: transform 2.4s linear, -webkit-transform 2.4s linear;
}

.card-group-grid .card_img img:hover:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.cc-card {
  border-radius: 2px;
  -webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.07);
  background-color: #ffffff;
  display: grid;
  grid-template-columns: 1fr 3fr;
  max-width: 520px;
}

.cc-card_body {
  padding: 32px 32px 32px 24px;
}

.cc-card.cmplx {
  max-width: 720px;
  grid-template-columns: 1fr 2fr;
}

.cc-card.cmplx .cc-card_body {
  padding: 32px;
}

.cc-card.cmplx .cc-img img {
  height: 100%;
  object-fit: cover;
}

.cc-card .cc-img-round {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  overflow: hidden;
  margin: 32px 0 32px 32px;
}

.cc-card .cc-img-round img {
  width: 100%;
}

.cc-card .info h4 {
  font-weight: 500;
}

.cc-card .info p.desg {
  font-size: 14px;
  color: #e5e5e5;
  margin: 0 0 32px 0;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #919fae;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #919fae;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #919fae;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
}

.check-box {
  width: 20px;
  height: 20px;
  background: #f5f5f5;
  display: inline-block;
  cursor: pointer;
  margin-right: 10px;
  position: relative;
  top: 3px;
  border: 1px solid #c8cfd6;
}

input[type=checkbox] {
  position: absolute;
}

[type=checkbox]:checked+.check-box:before [type=radio]:checked+.check-box:before {
  content: "";
  display: block;
  width: 5px;
  height: 15px;
  margin-left: 7px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: 0.1s;
}

/* And change the background colour */
[type=checkbox]:checked+.check-box,
[type=radio]:checked+.check-box {
  background-color: #ed8b00;
  border: 1px solid #ed8b00;
  transition: 0.5s;
}

[type=radio]:checked,
[type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type=radio]:checked+label,
[type=radio]:not(:checked)+label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #4c4c4c;
}

[type=radio]:checked+label:before,
[type=radio]:not(:checked)+label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #dee2e6;
  border-radius: 100%;
  background: #fff;
}

[type=radio]:checked+label:after,
[type=radio]:not(:checked)+label:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #ed8b00;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

[type=radio]:not(:checked)+label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

[type=radio]:checked+label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

label {
  display: block;
  font-weight: 500;
  font-size: 16px;
}

input[type=search],
input[type=text],
input[type=password],
input[type=email] {
  font-size: 16px;
  border: 1px solid #dee2e6;
  padding: 16px;
  border-radius: 5px;
  color: #000000;
  max-height: 60px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.07);
}

input[type=search]::placeholder,
input[type=text]::placeholder,
input[type=password]::placeholder,
input[type=email]::placeholder {
  color: #4c4c4c;
  font-weight: 300;
}

input[type=search]:hover,
input[type=text]:hover,
input[type=password]:hover,
input[type=email]:hover {
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

input[type=search]:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus {
  border: 1px solid #ed8b00 !important;
}

input[type=search].active,
input[type=text].active,
input[type=password].active,
input[type=email].active {
  border: 1px solid #ed8b00 !important;
}

input[type=search]:focus-visible,
input[type=text]:focus-visible,
input[type=password]:focus-visible,
input[type=email]:focus-visible {
  border: 1px solid #ed8b00;
  outline: 0;
}

button[type=submit],
input[type=submit],
input[type=button] {
  position: relative;
  background-color: #ed8b00;
  color: #ffffff;
  border: 1px solid #ed8b00;
  bottom: 0;
  padding: 0;
  border-radius: 3px;
  height: 58px;
  min-width: 115px;
}

@media (max-width: 575px) {

  button[type=submit],
  input[type=submit],
  input[type=button] {
    position: relative;
  }
}

@media (min-width: 768px) and (max-width: 990px) {

  button[type=submit],
  input[type=submit],
  input[type=button] {
    position: relative;
    margin-top: 10px;
  }
}

.multi-dropdown {
  max-width: 100%;
  position: relative;
}

.multi-dropdown:hover {
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

@media (min-width: 920px) {
  .multi-dropdown {
    min-width: 320px;
    margin-left: 15px;
  }

  .multi-dropdown.year {
    min-width: 120px;
  }
}

.multi-dropdown .toggle-btn {
  width: 100%;
  border: 1px solid #dee2e6;
  background: #ffffff;
  padding: 16px 35px 16px 20px;
  border-radius: 0.25rem;
  text-align: left;
  font-weight: 400;
  font-size: 16px;
  color: #4c4c4c;
  position: relative;
  -webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.07);
}

.multi-dropdown .toggle-btn:after {
  content: "";
  border: none !important;
  width: 7px;
  height: 7px;
  border-left: 2px solid #000 !important;
  border-bottom: 2px solid #000 !important;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  position: absolute;
  right: 20px !important;
  top: 43%;
}

.multi-dropdown .toggle-btn.active::after {
  transform: rotate(135deg) !important;
  -ms-transform: rotate(135deg) !important;
}

.multi-dropdown .toggle-btn:focus {
  border: 1px solid #ed8b00;
  box-shadow: none;
  outline: 0;
}

.custom-multiselect01 {
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  background: #fff;
  margin-top: 10px;
  position: absolute;
  width: 100%;
  z-index: 2;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.custom-multiselect01 input#myInput {
  border: none;
  border-bottom: 1px solid #dee2e6;
  width: 100%;
  background: none;
  outline: none !important;
  box-shadow: none !important;
}

.custom-multiselect01 input#myInput::placeholder {
  color: #4c4c4c;
  font-weight: 500;
}

.custom-multiselect01 ul {
  max-height: 250px;
  overflow: auto;
}

.custom-multiselect01 ul li {
  border-bottom: 1px solid #dee2e6;
  font-weight: 300;
  color: #000000;
  font-size: 16px;
}

.custom-multiselect01 ul li label {
  margin: 0;
  padding: 16px;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

.custom-multiselect01 ul li label input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.custom-multiselect01 ul li label input[type=checkbox]+.checkmark {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid #c8cfd6;
  border-radius: 3px;
}

.custom-multiselect01 ul li label input[type=checkbox]+span {
  display: block;
}

.custom-multiselect01 ul li label input[type=checkbox]:checked+.checkmark {
  background: url("../images/checkbox-selected-d.png") no-repeat;
  border: none;
}

.custom-multiselect01 ul li label input[type=checkbox]:checked+.checkmark+span {
  font-weight: 700;
}

.custom-multiselect01 .btn-blk {
  padding: 14px 14px 15px;
}

.custom-multiselect01 .btn-blk a {
  font-weight: 600;
  color: #000;
  border-bottom: 2px solid #ed8b00;
  margin: 0 6px;
  font-size: 16px;
  padding: 0 0 3px;
}

.custom-multiselect01 .search-input {
  padding-left: 40px !important;
  background: url(../images/icon-srch-fld.svg) 8px center no-repeat #f4f5f6 !important;
  background-size: 20px !important;
}

.custom-multiselect01 .control-label.option {
  display: inline-block;
  margin: 0;
  padding: 0;
  padding-right: 30px;
}

.custom-multiselect01 .srch-icon {
  left: 18px;
  right: inherit;
  top: 18px;
  pointer-events: none;
}

.custom-multiselect01 .srch-icon+input#myInput {
  padding-left: 40px;
}

.custom-multiselect01 input#myInput {
  background: #f5f5f0;
  border-radius: 0;
}

.search-inp {
  position: relative;
}

.search-inp a {
  cursor: pointer;
  position: absolute;
  top: 18px;
  left: 24px;
  width: 16px;
  height: 16px;
}

.search-inp svg {
  width: 16px;
  height: 16px;
}

.search-inp input[type=search] {
  padding: 16px 16px 16px 54px;
  min-width: 300px;
  font-weight: 500;
}

.search-inp input[type=search]::-webkit-search-cancel-button {
  content: "x";
  position: relative;
  right: 0;
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  border-radius: 10px;
  background: #f9dcb2 url("../images/search-input-close.svg") no-repeat center;
}

.filter-btn-holder {
  text-align: right;
}

.custom-multiselect01 {
  padding-bottom: 10px;
}

.custom-multiselect01 .apply-filter,
.custom-multiselect01 .remove-filter {
  padding: 10px 0;
  font-size: 15px;
  background: transparent;
  border: 0;
  font-weight: 700;
  margin-right: 15px;
  position: relative;
  cursor: pointer;
}

.custom-multiselect01 .apply-filter::after,
.custom-multiselect01 .remove-filter::after {
  content: "";
  background-color: #ed8b00;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 2px;
  transition: 0.5s ease-in;
}

.custom-multiselect01 .apply-filter:hover::after,
.custom-multiselect01 .remove-filter:hover::after {
  content: "";
  background-color: #ed8b00;
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 1px;
}

.lang-ar .filter-btn-holder {
  text-align: left;
}

.lang-ar .custom-multiselect01 .apply-filter,
.lang-ar .custom-multiselect01 .remove-filter {
  margin-left: 15px;
  margin-right: 0px;
}

.lang-ar .custom-multiselect01 ul li label {
  text-align: right;
}

.pay-donate {
  max-width: 520px;
  margin: 80px auto;
}

.pay-donate .payment-info {
  margin: 16px 0 0 0;
}

.g-recaptcha {
  margin: 16px 0 16px 0;
}

.signup-box {
  background-color: #ed8b00;
  flex-direction: column;
  display: flex;
  align-items: center;
  text-align: center;
  padding: 32px;
  color: #ffffff;
}

@media (min-width:980px) {
  .signup-box {
    padding: 48px;
  }
}

.signup-box i {
  width: 50px;
  height: 40px;
  margin-bottom: 16px;
}

.signup-box h2,
.signup-box h3,
.signup-box h4 {
  color: #ffffff;
}

.signup-box a.btn.default {
  margin-top: 25px;
}

.filter .form-group .custom-multiselect01 .srch-icon {
  left: 18px;
  right: inherit;
  top: 18px;
  pointer-events: none;
}

.filter .form-group .custom-multiselect01 .srch-icon+input#myInput {
  padding-left: 40px;
}

.lang-ar .custom-multiselect01 ul li label input[type=checkbox]+.checkmark {
  right: auto;
  left: 16px;
}

.lang-ar .custom-multiselect01 ul li label .control-label.option {
  padding-right: 0px;
  padding-left: 30px;
}

.lang-ar .custom-multiselect01 .search-input {
  padding-left: 0px !important;
  padding-right: 40px !important;
  background: url(../images/icon-srch-fld.svg) right 10px center no-repeat #f4f5f6 !important;
  background-size: 20px !important;
}

/**** Pager ****/
nav.pager-nav {
  display: flex;
  justify-content: flex-end;
}

ul.pager {
  text-align: right;
  padding-right: 270px;
  margin: 32px 0;
  position: relative;
  display: flex;
  float: right;
  min-height: 30px;
}

@media (max-width: 575px) {
  ul.pager {
    padding-right: 125px;
    min-height: 36px;
  }
}

ul.pager a {
  color: #000000;
  width: auto;
}

ul.pager a:hover {
  color: #4c4c4c;
}

ul.pager li {
  display: inline-block;
  padding: 0;
  width: auto;
  font-size: 16px;
  margin: 0 0 0 15px;
  overflow: initial;
}

@media (max-width: 575px) {
  ul.pager li {
    margin: 0 0 0 8px;
  }
}

ul.pager li.pager-first.first,
ul.pager li.page-item.first,
ul.pager li.page-item.prev.disabled,
ul.pager li.pager-last.last {
  display: none;
}

ul.pager li a,
ul.pager li span {
  display: inline-block;
  background-color: transparent;
  border: 0;
  padding: 0 8px;
  color: #4c4c4c;
  outline: none;
  font-weight: 500;
}

ul.pager li a:hover,
ul.pager li span:hover {
  color: #4c4c4c;
}

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

ul.pager li.pager-next,
ul.pager li.page-item.next {
  margin-left: 1em;
  text-align: right;
  position: absolute;
  right: 0;
  width: 106px;
}

@media (max-width: 575px) {

  ul.pager li.pager-next,
  ul.pager li.page-item.next {
    top: 0;
    width: 40px;
    padding-bottom: 50px;
  }
}

ul.pager li.pager-next a:before,
ul.pager li.page-item.next a:before {
  content: "Next";
  position: absolute;
  top: 6px;
  right: 0;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  color: #000000;
  padding-right: 30px;
  background: url(../images/icon-btn-arrow-next.svg) 99% center no-repeat;
  opacity: 1;
  width: auto;
  height: 15px;
  font-size: 16px;
}

@media (max-width: 575px) {

  ul.pager li.pager-next a:before,
  ul.pager li.page-item.next a:before {
    content: " ";
  }
}

ul.pager li.pager-next:after,
ul.pager li.page-item.next:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0;
  height: 34px;
  margin-top: -6px;
  width: 1px;
  background-color: #d0d0d0;
}

ul.pager li.pager-previous a,
ul.pager li.pager-next a,
ul.pager li.page-item.next a,
ul.pager li.page-item.prev a {
  display: block;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 0em;
  background: none;
  text-indent: 0;
  overflow: initial;
}

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

@media (max-width: 575px) {

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

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

@media (max-width: 575px) {

  ul.pager li.pager-previous a,
  ul.pager li.page-item.prev a {
    top: -6px;
    right: 60px;
  }
}

ul.pager li.pager-previous a:before,
ul.pager li.page-item.prev a:before {
  content: "Previous";
  position: absolute;
  right: -45px;
  top: 6px;
  text-transform: uppercase;
  color: #000000;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  padding-left: 30px;
  width: auto;
  height: auto;
  font-size: 16px;
  background: url(../images/icon-btn-arrow-previous.svg) 0px center no-repeat;
  opacity: 1;
}

@media (max-width: 575px) {

  ul.pager li.pager-previous a:before,
  ul.pager li.page-item.prev a:before {
    width: 40px;
    height: 28px;
    content: " ";
    background: url(../images/icon-btn-arrow-previous.svg) 0px center no-repeat;
    right: -18px;
  }
}

ul.pager li.pager-current,
ul.pager li.pager-current a,
ul.pager li.page-item.active,
ul.pager li.page-item.active a {
  font-weight: 600;
  background-color: transparent;
  color: #000000;
  cursor: default;
  position: relative;
}

ul.pager li.pager-current a::after {
  content: "";
  height: 2px;
  background-color: #ed8b00;
  width: 90%;
  position: absolute;
  left: 2px;
  bottom: -5px;
}

@media (min-width: 768px) {

  .lang-fr ul.pager li.pager-next,
  ul.pager li.page-item.next {
    width: 105px;
  }

  .lang-fr ul.pager li.pager-previous a,
  ul.pager li.page-item.prev a {
    right: 205px;
  }
}

.lang-fr .page-content.cardlist .item-list ul.pager li.pager-next a:before,
.lang-fr .page-content.cardlist .item-list ul.pager li.page-item.next a:before,
.lang-fr ul.pager li.pager-next a:before,
ul.pager li.page-item.next a:before {
  content: "SUIVANT";
  width: 134px;
  font-size: 14px;
}

@media (max-width: 575px) {

  .lang-fr .page-content.cardlist .item-list ul.pager li.pager-next a:before,
  .lang-fr .page-content.cardlist .item-list ul.pager li.page-item.next a:before,
  .lang-fr ul.pager li.pager-next a:before,
  ul.pager li.page-item.next a:before {
    content: "";
    width: 42px;
  }
}

.lang-es .page-content.cardlist .item-list ul.pager li.pager-next a:before,
.lang-es .page-content.cardlist .item-list ul.pager li.page-item.next a:before,
.lang-es ul.pager li.pager-next a:before,
ul.pager li.page-item.next a:before {
  content: "PRÓXIMO";
  width: 90px;
  font-size: 14px;
}

@media (max-width: 575px) {

  .lang-es .page-content.cardlist .item-list ul.pager li.pager-next a:before,
  .lang-es .page-content.cardlist .item-list ul.pager li.page-item.next a:before,
  .lang-es ul.pager li.pager-next a:before,
  ul.pager li.page-item.next a:before {
    content: "";
    width: 42px;
  }
}

.lang-es ul.pager li.pager-next,
ul.pager li.page-item.next {
  width: 108px;
}

@media (max-width: 575px) {

  .lang-es ul.pager li.pager-next,
  ul.pager li.page-item.next {
    width: 42px;
  }
}

.lang-fr .page-content.cardlist .item-list ul.pager li.pager-previous a:before,
.lang-fr .page-content.cardlist .item-list ul.pager li.page-item.prev a:before,
.lang-fr ul.pager li.pager-previous a:before,
ul.pager li.page-item.prev a:before {
  content: "PRÉCÉDENTE";
  width: 78px;
  font-size: 14px;
}

@media (max-width: 575px) {

  .lang-fr .page-content.cardlist .item-list ul.pager li.pager-previous a:before,
  .lang-fr .page-content.cardlist .item-list ul.pager li.page-item.prev a:before,
  .lang-fr ul.pager li.pager-previous a:before,
  ul.pager li.page-item.prev a:before {
    content: "";
    width: 35px;
  }
}

.lang-es .page-content.cardlist .item-list ul.pager li.pager-previous a:before,
.lang-es .page-content.cardlist .item-list ul.pager li.page-item.prev a:before,
.lang-es ul.pager li.pager-previous a:before,
ul.pager li.page-item.prev a:before {
  content: "ANTERIOR";
  width: 78px;
  font-size: 14px;
}

@media (max-width: 575px) {

  .lang-es .page-content.cardlist .item-list ul.pager li.pager-previous a:before,
  .lang-es .page-content.cardlist .item-list ul.pager li.page-item.prev a:before,
  .lang-es ul.pager li.pager-previous a:before,
  ul.pager li.page-item.prev a:before {
    content: "";
    width: 38px;
  }
}

.rlc-card ul.pager {
  margin-bottom: 0;
}

.lang-ar .page-content.cardlist .item-list ul.pager li.pager-next a::before,
.lang-ar .page-content.cardlist .item-list ul.pager li.page-item.next a::before,
.lang-ar ul.pager li.pager-next a::before,
ul.pager li.page-item.next a::before {
  content: "التالية";
  width: 90px;
  font-size: 14px;
}

body.lang-ar ul.pager {
  float: left;
  padding-left: 270px;
  padding-right: 0px;
}

body.lang-ar ul.pager li.pager-next:after,
body.lang-ar ul.pager li.page-item.next:after {
  left: inherit;
  right: -20px;
}

body.lang-ar ul.pager li.pager-next,
body.lang-ar ul.pager li.page-item.next {
  right: inherit;
  left: 0;
}

body.lang-ar ul.pager li.pager-next a:before,
body.lang-ar ul.pager li.page-item.next a:before {
  right: inherit;
  left: 0;
  padding-right: 0px;
  padding-left: 80px;
  background: url(../images/icon-btn-arrow-previous.svg) 0px center no-repeat;
}

.lang-ar .page-content.cardlist .item-list ul.pager li.pager-previous a:before,
.lang-ar .page-content.cardlist .item-list ul.pager li.page-item.prev a:before,
.lang-ar ul.pager li.pager-previous a:before,
ul.pager li.page-item.prev a:before {
  content: "السابقة";
  width: 90px;
  font-size: 14px;
}

body.lang-ar ul.pager li.pager-previous a::before,
body.lang-ar ul.pager li.page-item.prev a::before {
  right: inherit;
  left: -45px;
  padding-left: 0px;
  padding-right: 30px;
  background: url(../images/icon-btn-arrow-next.svg) right center no-repeat;
}

body.lang-ar ul.pager li.pager-previous a,
body.lang-ar ul.pager li.page-item.prev a {
  right: inherit;
  left: 190px;
}

@media (max-width: 575px) {
  body.lang-ar ul.pager {
    padding-left: 125px;
  }

  body.lang-ar ul.pager li {
    margin: 0 8px 0 0;
  }

  body.lang-ar ul.pager li.pager-next a:before,
  body.lang-ar ul.pager li.page-item.next a:before {
    content: " ";
  }

  body.lang-ar ul.pager li.pager-previous a,
  body.lang-ar ul.pager li.page-item.prev a {
    top: -6px;
    left: 60px;
  }

  body.lang-ar ul.pager li.pager-previous a:before,
  body.lang-ar ul.pager li.page-item.prev a:before {
    width: 40px;
    height: 28px;
    content: " ";
    left: -18px;
  }
}

/* pager css end */
.path-manual h1.title {
  text-align: center;
}

.path-manual .login-wrp {
  max-width: 400px;
  margin: 0 auto;
  padding-bottom: 25px;
}

.path-manual .login-wrp .tab-wrap {
  margin-bottom: 0;
}

.path-manual .login-wrp .user-login-form-wrapper {
  margin-bottom: 60px;
}

.path-manual .login-wrp .user-login-form-wrapper input[type=search],
.path-manual .login-wrp .user-login-form-wrapper input[type=text],
.path-manual .login-wrp .user-login-form-wrapper input[type=email],
.path-manual .login-wrp .user-login-form-wrapper input[type=password] {
  width: 100%;
}

.path-manual .login-wrp .user-login-form-wrapper .description {
  font-size: 12px;
  color: #4c4c4c;
  margin: 6px 0 32px 0;
}

.path-manual .login-wrp .user-login-form-wrapper form.user-login-form,
.path-manual .login-wrp .user-login-form-wrapper form.user-pass {
  max-width: 100%;
  margin: 0 auto;
  padding: 50px;
  background-color: #ffffff;
}

.path-manual .login-wrp .user-login-form-wrapper label.control-label {
  font-weight: 400;
  margin: 0 0 10px;
}

.path-manual .login-wrp .user-login-form-wrapper .form-required:after {
  background-image: url(../images/star.svg) center center no-repeat;
  background-size: 10px 7px;
  content: "";
  display: inline-block;
  vertical-align: super;
  line-height: 1;
  height: 7px;
  width: 10px;
}

.swiper {
  padding-bottom: 0px !important;
  width: 100%;
}

@media (min-width:720px) and (max-width:979px) {
  .swiper.related {
    min-width: 700px !important;
    margin-left: 0;
  }
}

@media (min-width:980px) {
  .swiper.related .swiper-wrapper {
    margin: 0;
    padding-bottom: 20px;
    width: 100%;
  }
}

@media (min-width:980px) {
  .swiper.related .swiper-wrapper .swiper-slide {
    min-width: 33.3333333333%;
    width: 33.3333333333%;
  }
}

@media (min-width: 575.5px) and (max-width:979px) {
  .swiper.related .swiper-wrapper .swiper-slide.singleItem {
    min-width: 376px;
    width: 376px;
  }
}

.swiper.related .swiper-wrapper .swiper-slide .ct-card {
  width: calc(100% - 32px);
  max-width: 100%;
  height: 98%;
  margin: 16px;
}

@media (min-width: 575.5px) and (max-width:979px) {
  .swiper.related .swiper-wrapper .swiper-slide .ct-card {
    margin: 0 8px 16px 16px;
  }
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -6px;
}

.swiper-pagination-bullet {
  color: #ed8b00;
  background: #ed8b00 !important;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 12px;
  height: 12px;
}

@media (max-width: 575px) {
  .swiper-slide.ct-card {
    margin: 0;
  }
}

@media (min-width:980px) {
  .swiper-pagination {
    visibility: hidden;
  }
}

.ct-card-group.colm-3 .swiper {
  /*
  @media ($smart-min) and ($tablet-mx) {
  	min-width: 320px !important;
  }*/
  width: 100%;
}

@media (min-width: 575.5px) and (max-width:979px) {
  .ct-card-group.colm-3 .swiper .swiper-slide.ct-card {
    min-width: 320px !important;
  }
}

.swp-m .ct-card-group {
  margin-right: 0;
  margin-left: 0;
}

@media (max-width:979px) {
  .swp-m .ct-card-group.colm-3 .swiper {
    width: auto;
  }
}

.swiper-slide.multiple {
  margin: 0;
}

@media (min-width:980px) {
  .swiper-slide.multiple {
    margin: 1.5%;
  }
}

.swp-m {
  position: relative;
}

@media (max-width: 575px) {
  .swp-m .ct-card-group {
    flex-direction: row;
  }
}

.swp-m .ct-card-group .views-element-container {
  width: 100%;
}

.swp-m .swiper {
  width: auto;
}

@media (max-width:979px) {
  .swp-m .swiper {
    margin-left: -26px;
    margin-right: -20px;
  }
}

.swp-m .swiper.card-2-1 {
  margin-left: 0px;
}

.swp-m .swiper.sngl-card {
  margin-left: 0px;
}

.swp-m .menuSwiper,
.swp-m .mySwiper {
  overflow: hidden;
  position: relative;
}

@media (max-width:979px) {

  .swp-m .menuSwiper .swiper-slide.multiple,
  .swp-m .mySwiper .swiper-slide.multiple {
    padding-right: 10px !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {

  .swp-m .menuSwiper .swiper-slide.multiple a img,
  .swp-m .mySwiper .swiper-slide.multiple a img {
    min-height: 190px;
    max-height: fit-content;
    height: 100%;
  }
}

@media (min-width:980px) {
  .swp-m .menuSwiper .swiper-wrapper {
    flex-wrap: wrap;
  }
}

.swp-m .swiper-wrapper {
  display: flex;
  padding-bottom: 20px;
}

@media (max-width: 575px) {
  .swp-m .swiper-wrapper .swiper-slide {
    flex: 0 0 92%;
    /* Each slide takes up 60% of the container width */
    /* Add space between slides */
    transition: transform 0.3s ease;
  }
}

@media (min-width: 575.5px) and (max-width:979px) {
  .swp-m .swiper-wrapper .swiper-slide {
    flex: 0 0 50%;
    /* Each slide takes up 60% of the container width */
    /* Add space between slides */
    transition: transform 0.3s ease;
  }
}

@media (max-width: 575px) {
  .swp-m .swiper-wrapper .swiper-slide .ct-card {
    width: calc(100% - 20px) !important;
    margin: 0 8px !important;
  }
}

@media (max-width: 575px) {
  .swp-m .swiper-wrapper .swiper-slide.active {
    flex: 1;
    /* Active slide takes up 100% of the container width */
  }
}

.swp-m .swiper-pagination {
  display: none;
}

@media (min-width:980px) {
  .swp-m .swiper-pagination {
    display: block;
  }
}

.swp-m .swiper-button-next,
.swp-m .swiper-button-prev {
  border: 2px solid #ed8b00;
  background-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

.swp-m .swiper-button-next,
.swp-m .swiper-button-prev {
  margin-top: calc(0px - var(--swiper-navigation-size) / 0.9);
}

@media (max-width:979px) {

  .swp-m .swiper-button-next,
  .swp-m .swiper-button-prev {
    display: none;
  }
}

.swp-m .swiper-button-next::before,
.swp-m .swiper-button-prev::before {
  color: #ed8b00;
  opacity: 1;
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  border-top: 2px solid #ed8b00;
  border-left: 2px solid #ed8b00;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -ms-transform: rotate(135deg);
}

.swp-m .swiper-button-next::after,
.swp-m .swiper-button-prev::after {
  content: "";
  height: 2px;
  width: 17px;
  background: #ed8b00;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
}

.swp-m .swiper-button-next:hover,
.swp-m .swiper-button-prev:hover {
  -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
}

.swp-m .swiper-button-next {
  right: -80px;
}

@media (min-width: 1200px) {
  .swp-m .swiper-button-next {
    right: -60px;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
  .swp-m .swiper-button-next {
    right: -60px;
  }
}

@media (min-width: 1440px) {
  .swp-m .swiper-button-next {
    right: -60px;
  }
}

.swp-m .swiper-button-prev {
  left: -60px;
}

.swp-m .swiper-button-prev::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}

.fundingSwiper .swiper-slide,
.keyresSwiper .swiper-slide {
  padding-bottom: 16px;
}

.fundingSwiper .card,
.keyresSwiper .card {
  height: 100%;
  position: relative;
  background: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 55px 30px;
  margin: 16px 8px;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

@media (max-width: 575px) {

  .fundingSwiper .card,
  .keyresSwiper .card {
    padding: 25px;
  }
}

.fundingSwiper .card .image,
.keyresSwiper .card .image {
  margin: -55px -30px 0;
  overflow: hidden;
}

@media (max-width: 575px) {

  .fundingSwiper .card .image,
  .keyresSwiper .card .image {
    margin: -25px -25px 0;
  }
}

.fundingSwiper .card .image+i,
.keyresSwiper .card .image+i {
  margin-top: -35px;
}

@media (max-width: 575px) {

  .fundingSwiper .card .image+i,
  .keyresSwiper .card .image+i {
    margin-top: -30px;
  }
}

.fundingSwiper .card .image+h3,
.keyresSwiper .card .image+h3 {
  margin-top: 20px;
}

.fundingSwiper .card .image img,
.keyresSwiper .card .image img {
  transition: -webkit-transform 2.4s linear;
  transition: transform 2.4s linear;
  transition: transform 2.4s linear, -webkit-transform 2.4s linear;
}

.fundingSwiper .card .image img:hover,
.keyresSwiper .card .image img:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.fundingSwiper .card i,
.keyresSwiper .card i {
  background: #ffffff;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin: 0 auto 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  font-style: normal;
  position: relative;
}

@media (max-width: 575px) {

  .fundingSwiper .card i,
  .keyresSwiper .card i {
    width: 60px;
    height: 60px;
    margin-bottom: 25px;
  }
}

.fundingSwiper .card i img,
.keyresSwiper .card i img {
  display: inline-block;
}

.fundingSwiper .card .content-type,
.keyresSwiper .card .content-type {
  color: #333333;
  font-weight: 700;
  font-size: 15px;
  margin-top: -5px;
}

.fundingSwiper .card .content-type+h3,
.keyresSwiper .card .content-type+h3 {
  margin-top: 15px;
}

.fundingSwiper .card .content-type+h3+p,
.keyresSwiper .card .content-type+h3+p {
  margin-bottom: 20px;
}

@media (max-width: 575px) {

  .fundingSwiper .card .content-type+h3+p,
  .keyresSwiper .card .content-type+h3+p {
    margin-bottom: 50px;
  }
}

.fundingSwiper .card h2,
.keyresSwiper .card h2 {
  font-size: 54px;
  margin-bottom: 20px;
}

.fundingSwiper .card h3,
.keyresSwiper .card h3 {
  width: 100%;
  margin-bottom: 20px;
  font-size: 26px;
  line-height: 36px;
}

.fundingSwiper .card h3 a,
.keyresSwiper .card h3 a {
  color: #000;
}

.fundingSwiper .card p,
.keyresSwiper .card p {
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0.5px;
}

.fundingSwiper .card .source,
.keyresSwiper .card .source {
  font-size: 13px;
  color: #898989;
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 100%;
  margin: 0;
}

/*
.goodwill-block {
	.goodwillSwiper {
		.swiper-wrapper {
			@media ($desktop) {
				flex-wrap: wrap;
			}

			.swiper-slide {
				&.gal-thumb {
					flex-direction: column;
					padding-right: 12px;

					@media ($desktop) {
						width: 48.2%;
						justify-content: flex-start;
						flex-direction: column;
						background-color: #fff;
					}

					a {
						background-color: #000;
						position: relative;
						border-radius: 5px;

						& + p {
							background-color: #ffffff;
							font-size: 14px;
							padding: 12px 16px;
						}
					}
				}
			}
		}

		&.gwDetail {
			.swiper-slide {
				&.gal-thumb {
					@media ($desktop) {
						width: calc(33.3333333333% - 20px);
						padding-right: 0;
					}
				}
			}
		}
	}
}
*/
.lang-ar .swp-m .swiper-button-next {
  left: -60px;
  right: auto;
}

.lang-ar .swp-m .swiper-button-next::before {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.lang-ar .swp-m .swiper-button-prev {
  right: -60px;
  left: auto;
}

.lang-ar .swp-m .swiper-button-prev::before {
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

@media (max-width: 575px) {
  .swp-m .fundingSwiper .swiper-wrapper.funding-swiper .swiper-slide {
    flex: 0 0 85%;
  }
}

@media (max-width: 575px) {
  .single-card {
    margin: 0 auto !important;
  }
}

.single-card .swiper {
  margin: 0;
}

@media (max-width: 575px) {
  .single-card .swiper {
    margin: 0 auto !important;
  }
}

@media (max-width: 575px) {
  .single-card .swiper-wrapper .swiper-slide {
    flex: 0 0 100%;
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 575px) {
  .single-card .swiper-wrapper .swiper-slide .ct-card {
    margin: 0 !important;
  }
}

@media (max-width: 575px) {
  .swp-m .ct-card-group.colm-3 .swiper.card-2-1 {
    min-width: 390px;
  }
}

@media (min-width: 575.5px) and (max-width: 779px) {
  .swp-m .swiper.card-2-1 .swiper-wrapper .swiper-slide {
    min-width: 370px;
  }
}

@media (min-width: 780px) and (max-width: 979px) {
  .swp-m .swiper.card-2-1 .swiper-wrapper .swiper-slide {
    min-width: 390px;
  }
}

h4.subtitle.video-sub {
  color: #ffffff;
}

.blrbg .swiper-button-next,
.blrbg .swiper-button-prev,
.blrbg .swiper-button-next-mobile,
.blrbg .swiper-button-prev-mobile {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background-color: #ee8b00;
  width: 50px;
  height: 50px;
  border-radius: 50px;
}

.blrbg .swiper-button-prev,
.blrbg .swiper-button-prev-mobile {
  left: -24px;
  right: auto;
  top: 50%;
}

.lang-ar .blrbg .swiper-button-prev,
.lang-ar .blrbg .swiper-button-prev-mobile {
  left: auto;
  right: -24px;
  transform: rotate(180deg);
}

.blrbg .swiper-button-next,
.blrbg .swiper-button-next-mobile {
  left: auto;
  right: -24px !important;
  top: 50%;
}

.lang-ar .blrbg .swiper-button-next,
.lang-ar .blrbg .swiper-button-next-mobile {
  transform: rotate(180deg);
  left: -24px !important;
  right: auto !important;
}

@media (max-width: 575px) {

  .blrbg .swiper-button-next,
  .blrbg .swiper-button-next-mobile,
  .blrbg .swiper-button-prev,
  .blrbg .swiper-button-prev-mobile {
    display: none;
  }
}

.blrbg .swiper-button-prev:before,
.blrbg .swiper-button-next:before,
.blrbg .swiper-button-next-mobile:before,
.blrbg .swiper-button-prev-mobile:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.blrbg .swiper-button-prev.swiper-button-disabled:before,
.blrbg .swiper-button-next.swiper-button-disabled:before,
.blrbg .swiper-button-prev-mobile.swiper-button-disabled:before,
.blrbg .swiper-button-next-mobile.swiper-button-disabled:before,
.blrbg .swiper-button-prev-video.swiper-button-disabled:before,
.blrbg .swiper-button-next-video.swiper-button-disabled:before {
  opacity: .25;
}

.blrbg .swiper-button-prev:before,
.blrbg .swiper-button-prev-mobile:before {
  content: "";
  background: url(../images/arrow-left-white.svg) no-repeat center center;
  display: block;
  height: 50px;
}

.blrbg .swiper-button-next:before,
.blrbg .swiper-button-next-mobile:before {
  content: "";
  background: url(../images/arrow-right-white.svg) no-repeat center center;
  display: block;
  height: 50px;
}