@charset "UTF-8";
*,
::after,
::before {
  box-sizing: border-box;
}

* body {
  margin: 0;
  padding: 0;
}
* body.o-hidden {
  overflow: hidden;
}
@media (max-width: 979.5px) {
  * body {
    padding-top: 70px;
  }
}

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

section {
  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-sig {
  margin: 0 auto;
  padding: 0 20px;
}
@media (min-width:980px) {
  .container-sig {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-sig {
    width: 1140px;
  }
}
@media (min-width: 1440px) {
  .container-sig {
    width: 1300px;
  }
}

.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,
a.selectdropdown.open {
  outline: 0;
}

a:link,
a:visited,
a:active,
a.selectdropdown.open,
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;
}

figure {
  margin: 0;
  margin-bottom: 1.5em;
}
figure > img {
  margin: 0;
  border: 0;
}
figure br {
  display: none;
}
figure figcaption {
  font-size: 0.8em;
  line-height: 1.4;
  padding: 16px;
  color: #4c4c4c;
  display: table-caption;
  caption-side: bottom;
  background-color: #f4f5f6;
}
figure.img-full {
  width: 100%;
  display: table !important;
}
figure.img-full > img {
  width: 100%;
}
figure.image.media-image {
  margin-top: 32px;
  margin-bottom: 32px;
}

figure.align-left,
img[data-align=right] {
  float: left;
  display: inline-table !important;
}

figure.align-right,
img[data-align=right] {
  float: right;
  display: inline-table !important;
}

figure.left-align,
figure.align-left,
figure[style*="float:left"],
img[data-align=left] {
  max-width: 50%;
  margin-left: 0;
  margin-right: 32px;
  margin-bottom: 32px;
  float: left;
  display: inline-table !important;
}
@media (max-width: 575px) {
  figure.left-align,
figure.align-left,
figure[style*="float:left"],
img[data-align=left] {
    float: none !important;
    margin-right: 0;
    max-width: 100%;
  }
}
figure.left-align > img,
figure.align-left > img,
figure[style*="float:left"] > img,
img[data-align=left] > img {
  width: 100%;
  height: auto;
}
figure.left-align figcaption,
figure.align-left figcaption,
figure[style*="float:left"] figcaption,
img[data-align=left] figcaption {
  width: 100% !important;
}

figure.right-align,
figure.align-right,
figure[style*="float:right"],
img[data-align=right],
.fright-small {
  max-width: 50%;
  margin-right: 0;
  margin-left: 32px;
  margin-bottom: 32px;
  float: right;
  display: inline-table !important;
}
@media (max-width: 575px) {
  figure.right-align,
figure.align-right,
figure[style*="float:right"],
img[data-align=right],
.fright-small {
    float: none !important;
    margin-left: 0;
    max-width: 100%;
  }
}
figure.right-align > img,
figure.align-right > img,
figure[style*="float:right"] > img,
img[data-align=right] > img,
.fright-small > img {
  width: 100%;
  height: auto;
}
figure.right-align figcaption,
figure.align-right figcaption,
figure[style*="float:right"] figcaption,
img[data-align=right] figcaption,
.fright-small figcaption {
  width: 100% !important;
}

figure.align-center,
figure.center-align {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
figure.align-center .figcaption,
figure.align-center figcaption,
figure.center-align .figcaption,
figure.center-align figcaption {
  width: auto;
}

figure.image.media-image {
  display: table;
}
figure.image.media-image .figcaption,
figure.image.media-image figcaption {
  width: auto;
}

img.left-align,
img.align-left,
img[data-align=right] {
  margin-right: 32px;
  margin-bottom: 32px;
  display: inline-table !important;
}

img.right-align,
img.align-right,
img[data-align=right] {
  margin-left: 32px;
  margin-bottom: 32px;
  display: inline-table !important;
}

.fcenter {
  width: 100%;
  margin: 32px auto;
}
.fcenter img {
  display: block;
  width: 100%;
  margin: 0;
}
.fcenter figure {
  display: table !important;
  margin: 0 auto;
}

.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: 0;
  max-width: 100%;
  margin: 0 auto;
}
article.glbl ul,
article.glbl ol {
  padding: 40px 16px;
}
article.glbl ul ul,
article.glbl ul ol,
article.glbl ol ul,
article.glbl ol ol {
  padding: 20px 16px 0 16px;
}
article.glbl ul + ul,
article.glbl ul + ol,
article.glbl ol + ol,
article.glbl ol + ul {
  padding: 16px;
}
article.glbl ul:first-of-type:has(+ ul),
article.glbl ul:first-of-type:has(+ ol),
article.glbl ol:first-of-type:has(+ ul),
article.glbl ol:first-of-type:has(+ ol) {
  padding: 40px 16px 16px 16px;
}
article.glbl h2 + ul,
article.glbl h3 + ul,
article.glbl h4 + ul,
article.glbl h5 + ul {
  padding-top: 20px;
}
article.glbl ul li {
  list-style: disc;
  margin-bottom: 16px;
  padding-left: 6px;
  margin-left: 16px;
}
article.glbl ul li::marker {
  color: #f96000;
  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: #f96000 !important;
  text-underline-offset: 6px;
  text-decoration-thickness: 2px !important;
}
article.glbl ul li ol {
  padding-top: 16px;
  padding-bottom: 16px;
}
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: #f96000 !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: 28px;
}
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: #f96000 !important;
  text-underline-offset: 6px;
  text-decoration-thickness: 2px !important;
}
article.glbl p + ul {
  padding-top: 20px;
}
article.glbl ul + p {
  margin-top: 0;
}
article.glbl p + figure {
  margin-top: 56px;
}
article.glbl h2 + p,
article.glbl h3 + p,
article.glbl H4 + p,
article.glbl H5 + p,
article.glbl H6 + p {
  margin-top: 22px;
}
article.glbl p + h1,
article.glbl p + h2,
article.glbl p + h3,
article.glbl p + h4,
article.glbl p + h5,
article.glbl p + h6 {
  margin-top: 48px;
  margin-bottom: 0;
}
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: #f96000 !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 {
  margin-top: 56px;
  margin-bottom: 56px;
  max-width: 100%;
  padding: 28.2% 0;
  position: relative;
  display: block !important;
}
article.glbl .youtubeVideo iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
@media (max-width: 575px) {
  article.glbl .youtubeVideo.vds {
    min-height: auto;
  }
}
@media (max-width: 575px) {
  article.glbl .youtubeVideo.vds iframe {
    min-height: 186px;
    height: 100%;
    max-height: 220px;
  }
}
@media (min-width: 575.5px) and (max-width:979px) {
  article.glbl .youtubeVideo.vds iframe {
    min-height: 410px;
    height: 38vh;
    max-height: 38vh;
  }
}
@media (min-width:980px) {
  article.glbl .youtubeVideo.vds iframe {
    min-height: 70vh;
    height: 70vh;
    max-height: 70vh;
    padding-bottom: 0;
  }
}
@media (min-width: 1200px) {
  article.glbl .youtubeVideo.vds iframe {
    min-height: 620px;
    height: 100%;
    max-height: 620px;
    padding-bottom: 0;
  }
}
@media (min-width: 1440px) {
  article.glbl .youtubeVideo.vds iframe {
    min-height: 712px;
    height: 100%;
    max-height: 712px;
  }
}
article.glbl .youtubeVideo video {
  margin: 0 auto;
}
article.glbl figure + p {
  margin-bottom: 40px;
}

span.highlight {
  color: #f96000;
}

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: 64px 32px 32px 32px;
  }
}
blockquote p {
  margin: 0;
}
blockquote p:first-child,
blockquote h4 {
  color: #000000;
  line-height: 1.5;
  position: relative;
  margin-bottom: 24px;
  font-size: 26px;
  font-weight: 400;
}
blockquote p:first-child::after,
blockquote h4::after {
  content: "";
  height: 100%;
  width: 4px;
  background-color: #f96000;
  left: -30px;
  top: 0;
  position: absolute;
}
blockquote p:first-child {
  max-width: 100% !important;
}
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;
  margin: 0;
}
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;
  }
}

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;
}

.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: #666666;
  text-transform: uppercase;
  font-size: 12px;
  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: #f96000;
}

/* 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;
}
@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);
}
@media (max-width:979px) {
  .rows .cols-4 {
    width: 100%;
    margin: 16px 0;
  }
}
.rows .cols-5 {
  margin: 0 16px;
  width: calc(30% - 32px);
}
@media (max-width:979px) {
  .rows .cols-5 {
    width: 100%;
    margin: 16px 0;
  }
}
.rows .cols-6 {
  margin: 0 16px;
  width: calc(50% - 32px);
}
@media (max-width:979px) {
  .rows .cols-6 {
    width: 100%;
    margin: 16px 0;
  }
}
.rows .cols-7 {
  margin: 0 16px;
  width: calc(70% - 32px);
}
@media (max-width:979px) {
  .rows .cols-7 {
    width: 100%;
    margin: 16px 0;
  }
}
.rows .cols-8 {
  margin: 0 16px;
  width: calc(75% - 32px);
}
@media (max-width:979px) {
  .rows .cols-8 {
    width: 100%;
    margin: 16px 0;
  }
}
.rows .cols-12 {
  margin: 0 16px;
  width: calc(100% - 32px);
}
@media (max-width:979px) {
  .rows .cols-12 {
    width: 100%;
    margin: 16px 0;
  }
}

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

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

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

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

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

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

.sitemap-details ul li::marker {
  font-size: 0px;
}
.sitemap-details ul li ul {
  padding-top: 20px;
}

p.d-flex {
  display: flex;
  align-items: center;
  gap: 10px;
}

.row-flex {
  display: flex;
  gap: 20px;
  margin-bottom: 32px;
}
@media (max-width:979px) {
  .row-flex {
    flex-wrap: wrap;
  }
}

.infogram-graph {
  margin-top: 32px;
}
.infogram-graph iframe {
  width: 100%;
}

.row-col3-img {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 12px;
}
@media (min-width:720px) {
  .row-col3-img {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.row-col2-img {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 12px;
}
@media (min-width:720px) {
  .row-col2-img {
    grid-template-columns: 1fr 1fr;
  }
}

.call-box-left,
.call-box-right,
.call-box-center {
  background: url(../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;
}

.call-box-center {
  margin: 20px auto;
}

.breadcrumb {
  font-size: 12px;
  padding: 28px 30px 16px 30px;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
@media (min-width:980px) {
  .breadcrumb {
    padding: 32px 50px 0 50px;
    font-size: 15px;
  }
}
.breadcrumb li {
  font-weight: 700;
  margin: 0;
}
.breadcrumb li::marker {
  font-size: 0;
}
.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 20px 0 20px;
  }
}
.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 #f96000;
  color: #f96000;
  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: #f96000;
  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: #f96000;
  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;
}
.btn.default .icn {
  display: inline-block;
  margin-left: 10px;
  width: 24px;
}
.btn.default .icn img {
  width: 100%;
}
.btn.action {
  border: 1px solid #f96000;
  padding: 16px 32px;
  text-transform: uppercase;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  color: #ffffff;
  letter-spacing: 0.01em;
  background-color: #f96000;
  -webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.07);
}
.btn.action:hover {
  background-color: #f96000;
  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: #f96000;
  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: #f96000;
  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: #f96000;
  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;
}

.btn-center,
.btn.default.btn-center {
  margin: 50px auto;
  display: table;
  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: #f96000;
  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: #f96000;
}
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 #f96000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s ease-in;
  cursor: pointer;
}
.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: #f96000;
}
.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: #dc5603;
}
.btn-icon.lg {
  width: 56px;
  height: 56px;
}
.btn-icon.goback {
  margin-right: 16px;
}

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

.readmore-expand {
  display: none;
}

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

.go-top {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.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: -6px;
    margin-right: -6px;
  }
}

.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;
  background-color: #ffffff;
  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 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);
  max-height: 520px;
  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: 28% 0;
  overflow: hidden;
  position: relative;
  background-color: #eaeaea;
}
.displayCard__video a {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  max-height: 530px;
}
.displayCard__video a .contextual-region {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
@media (max-width: 575px) {
  .displayCard__video {
    min-height: 220px;
    height: 100%;
    max-height: 220px;
  }
}
@media (min-width: 575.5px) and (max-width:979px) {
  .displayCard__video {
    min-height: 410px;
    height: 40vh;
    max-height: 40vh;
  }
}
@media (min-width:980px) {
  .displayCard__video {
    min-height: 70vh;
    height: 70vh;
    max-height: 70vh;
    padding-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .displayCard__video {
    min-height: 82vh;
    height: 82vh;
    max-height: 82vh;
    padding-bottom: 0;
  }
}
.displayCard__video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
  top: 0;
}
@media (max-width: 575px) {
  .displayCard__video iframe {
    height: 38vh;
    max-height: 260px;
  }
}
@media (min-width:768px) and (max-width:979px) {
  .displayCard__video iframe {
    height: 40vh;
    max-height: 40vh;
  }
}
@media (min-width:980px) {
  .displayCard__video iframe {
    height: 70vh;
    max-height: 70vh;
  }
}
@media (min-width: 1200px) {
  .displayCard__video iframe {
    height: 82vh;
    max-height: 82vh;
  }
}
.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;
  position: relative;
  width: 100%;
}
.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 {
  color: #919fae;
  width: 18px;
  text-align: center;
  font-size: 20px;
}
.displayCard__details--body p.date {
  margin-bottom: 16px;
}
.displayCard__details--body p.locate {
  margin-bottom: 10px;
}
.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 .news-date {
  color: #666666;
}
.displayCard__details--body p.content-type {
  color: #f96000;
  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 {
  margin: 0 0 1em 0;
}
.displayCard__details--body h3.card-title,
.displayCard__details--body h3.card-title a,
.displayCard__details--body h4.card-title,
.displayCard__details--body h4.card-title a {
  color: #000000;
  line-height: 1.38;
  padding-top: 0;
  display: block;
}
.displayCard__details--body h3.card-title:hover,
.displayCard__details--body h3.card-title a:hover,
.displayCard__details--body h4.card-title:hover,
.displayCard__details--body h4.card-title a:hover {
  color: #4a8bcd;
}
.displayCard__details--body h5.card-title a {
  color: #000000;
  line-height: 1.36;
  padding-top: 0;
  display: block;
}
.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: #f96000;
  font-weight: 700;
  margin-bottom: 0;
}
.displayCard__details--body .info p.date {
  color: #666666;
  margin-bottom: 0;
}
.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: #f96000;
  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: #f96000;
  position: absolute;
  bottom: 9px;
  transform: translate(0);
}
.displayCard__details--body a.btn:focus {
  outline: none;
}
@media (max-width: 859px) {
  .displayCard__details--body {
    width: 100%;
  }
}
.displayCard__details--body a.btn {
  bottom: 16px;
}
.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;
}
@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;
}
@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,
.displayCard.video .displayCard__details--body p.locate {
  font-size: 14px;
  color: #000000;
  display: flex;
  align-items: center;
}
.displayCard.video .displayCard__details--body p.date span,
.displayCard.video .displayCard__details--body p.locate span {
  margin-right: 10px;
}
.displayCard.video .displayCard__details--body p.date span.material-icons,
.displayCard.video .displayCard__details--body p.locate span.material-icons {
  color: #919fae;
  width: 18px;
  text-align: center;
  font-size: 20px;
}
.displayCard.video .displayCard__details--body p.date {
  margin-bottom: 16px;
}
.displayCard.video .displayCard__details--body p.locate {
  margin-bottom: 10px;
}
.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 .news-date {
  color: #666666;
}
.displayCard.video .displayCard__details--body p.content-type {
  color: #f96000;
  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 {
  margin: 0 0 1em 0;
}
.displayCard.video .displayCard__details--body h3.card-title,
.displayCard.video .displayCard__details--body h3.card-title a,
.displayCard.video .displayCard__details--body h4.card-title,
.displayCard.video .displayCard__details--body h4.card-title a {
  color: #000000;
  line-height: 1.38;
  padding-top: 0;
  display: block;
}
.displayCard.video .displayCard__details--body h3.card-title:hover,
.displayCard.video .displayCard__details--body h3.card-title a:hover,
.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 a {
  color: #000000;
  line-height: 1.36;
  padding-top: 0;
  display: block;
}
.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: #f96000;
  font-weight: 700;
  margin-bottom: 0;
}
.displayCard.video .displayCard__details--body .info p.date {
  color: #666666;
  margin-bottom: 0;
}
.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: #f96000;
  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: #f96000;
  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: 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;
}
.ct-card__details--body p.date,
.ct-card__details--body p.locate {
  font-size: 14px;
  color: #000000;
  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;
  width: 18px;
  text-align: center;
  font-size: 20px;
}
.ct-card__details--body p.date {
  margin-bottom: 16px;
}
.ct-card__details--body p.locate {
  margin-bottom: 10px;
}
.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 .news-date {
  color: #666666;
}
.ct-card__details--body p.content-type {
  color: #f96000;
  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 {
  margin: 0 0 1em 0;
}
.ct-card__details--body h3.card-title,
.ct-card__details--body h3.card-title a,
.ct-card__details--body h4.card-title,
.ct-card__details--body h4.card-title a {
  color: #000000;
  line-height: 1.38;
  padding-top: 0;
  display: block;
}
.ct-card__details--body h3.card-title:hover,
.ct-card__details--body h3.card-title a:hover,
.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 a {
  color: #000000;
  line-height: 1.36;
  padding-top: 0;
  display: block;
}
.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: #f96000;
  font-weight: 700;
  margin-bottom: 0;
}
.ct-card__details--body .info p.date {
  color: #666666;
  margin-bottom: 0;
}
.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: #f96000;
  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: #f96000;
  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: #f96000;
}
.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: #f96000;
  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: #f96000;
  position: absolute;
  bottom: 9px;
  transform: translate(0, 0);
}
.ct-card__image {
  position: relative;
  overflow: hidden;
  background-color: #eaeaea;
  padding: 28% 0;
}
.ct-card__image img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}
.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: 4;
  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: 1;
  top: 0;
  left: 0;
}

.ct-card-group.colm-3 .ct-card {
  min-width: calc(100% / 3 - 32px);
  max-width: 32%;
  width: calc(100% / 3 - 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(100% / 3 - 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;
}
.ct-card-group.colm-3 .ct-card__details--body p.date,
.ct-card-group.colm-3 .ct-card__details--body p.locate {
  font-size: 14px;
  color: #000000;
  display: flex;
  align-items: center;
}
.ct-card-group.colm-3 .ct-card__details--body p.date span,
.ct-card-group.colm-3 .ct-card__details--body p.locate span {
  margin-right: 10px;
}
.ct-card-group.colm-3 .ct-card__details--body p.date span.material-icons,
.ct-card-group.colm-3 .ct-card__details--body p.locate span.material-icons {
  color: #919fae;
  width: 18px;
  text-align: center;
  font-size: 20px;
}
.ct-card-group.colm-3 .ct-card__details--body p.date {
  margin-bottom: 16px;
}
.ct-card-group.colm-3 .ct-card__details--body p.locate {
  margin-bottom: 10px;
}
.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 .news-date {
  color: #666666;
}
.ct-card-group.colm-3 .ct-card__details--body p.content-type {
  color: #f96000;
  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 {
  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,
.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: 1.38;
  padding-top: 0;
  display: block;
}
.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,
.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 a {
  color: #000000;
  line-height: 1.36;
  padding-top: 0;
  display: block;
}
.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: #f96000;
  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 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: #f96000;
  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: #f96000;
  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: #f96000;
}
.ct-card-group.colm-3 .ct-card__video {
  position: relative;
  padding: 28% 0;
  width: 100%;
  min-height: 179px;
  height: 100%;
  max-height: 179px;
  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;
}

.data-card-group {
  display: flex;
  align-items: stretch;
  padding-bottom: 64px;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: left;
  gap: 32px;
}
@media (min-width:980px) {
  .data-card-group {
    flex-wrap: nowrap;
  }
}
.data-card-group .data-card {
  box-sizing: border-box;
  transition: 0.5s ease;
  background-color: #ffffff;
  position: relative;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  width: 100%;
}
.data-card-group .data-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 (min-width:980px) {
  .data-card-group .data-card {
    flex-grow: 3;
    min-width: calc(100% / 3);
    max-width: calc(100% / 3);
  }
}
.data-card-group .data-card i {
  display: block;
  width: 72px;
  height: 72px;
  margin: 0 auto 30px auto;
}
.data-card-group .data-card h3,
.data-card-group .data-card p {
  text-align: center;
}

[lang=ar] .ct-card-group.colm-3 .ct-card__details--body a.btn {
  left: auto;
  right: 32px;
}

@media (min-width: 768px) {
  [lang=ar] .displayCard__details {
    margin: 0 -32px 0 0;
  }
}

[lang=ar] .ct-card__details a.btn {
  left: auto;
  right: 32px;
}

@media (min-width:980px) {
  .user-logged-in header .head_row {
    position: absolute;
  }
}

::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;
  visibility: hidden;
}

[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: #f96000;
  border: 1px solid #f96000;
  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: #f96000;
  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],
textarea {
  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);
  width: 100%;
}
input[type=search]::placeholder,
input[type=text]::placeholder,
input[type=password]::placeholder,
input[type=email]::placeholder,
textarea::placeholder {
  color: #4c4c4c;
  font-weight: 300;
}
input[type=search]:hover,
input[type=text]:hover,
input[type=password]:hover,
input[type=email]:hover,
textarea: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,
textarea:focus {
  border: 1px solid #f96000;
}
input[type=search]:focus-visible,
input[type=text]:focus-visible,
input[type=password]:focus-visible,
input[type=email]:focus-visible,
textarea:focus-visible {
  border: 1px solid #f96000;
  outline: 0;
}

button[type=submit],
input[type=submit],
input[type=button] {
  position: relative;
  background-color: #f96000;
  color: #ffffff;
  border: 0;
  bottom: 2px;
  border-radius: 5px;
}
@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 16px;
  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: "";
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -2px;
  transition: all 0.125s ease-in-out;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #919fae;
}
.multi-dropdown .toggle-btn.active {
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  border: 1px solid #f96000;
}
.multi-dropdown .toggle-btn.active::after {
  transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
}
.multi-dropdown .toggle-btn:focus {
  border: 1px solid #f96000;
  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: 3;
  -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 #f96000;
  margin: 0 6px;
  font-size: 16px;
  padding: 0 0 3px;
}

.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;
}

.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-left: 15px;
  position: relative;
  cursor: pointer;
}
.custom-multiselect01 .apply-filter::after,
.custom-multiselect01 .remove-filter::after {
  content: "";
  background-color: #f96000;
  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: #f96000;
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 1px;
}

.form-wrap input[type=text] {
  width: 100%;
}

.checkgroup {
  min-height: 32px;
}
.checkgroup label {
  position: relative;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  font-weight: 400;
}
.checkgroup label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 8px;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.checkgroup input:checked + label::before {
  border: 1px solid #f96000;
  -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
}

.checkgroup input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 7px;
  width: 5px;
  height: 12px;
  border: solid #f96000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.path-search .search-form .container-inline {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 32px;
}
@media (min-width:980px) {
  .path-search .search-form .container-inline {
    max-width: 60%;
  }
}
.path-search .search-form .container-inline #edit-keys {
  margin-bottom: 0;
}

@media (min-width: 920px) {
  [lang=ar] .multi-dropdown {
    min-width: 320px;
    margin-right: 15px;
  }
  [lang=ar] .multi-dropdown.year {
    min-width: 120px;
  }
}
[lang=ar] .multi-dropdown .toggle-btn {
  width: 100%;
  border: 1px solid #dee2e6;
  background: #ffffff;
  padding: 16px 16px 16px 35px;
  border-radius: 0.25rem;
  text-align: right;
  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);
}
[lang=ar] .multi-dropdown .toggle-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: auto !important;
  left: 15px;
  margin-top: -2px;
  transition: all 0.125s ease-in-out;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #919fae;
}
[lang=ar] .multi-dropdown .toggle-btn.active {
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  border: 1px solid #f96000;
}
[lang=ar] .multi-dropdown .toggle-btn.active::after {
  transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
}
[lang=ar] .multi-dropdown .toggle-btn:focus {
  border: 1px solid #f96000;
  box-shadow: none;
  outline: 0;
}

select {
  display: none;
}

.selectdropdown {
  background-color: #ffffff;
  border-radius: 5px;
  border: solid 1px #dee2e6;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 16px;
  font-weight: normal;
  height: 58px;
  line-height: 56px;
  outline: none;
  padding-left: 16px;
  color: #333333;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  user-select: none;
  white-space: nowrap;
  min-width: 120px;
  width: 150px;
  -webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.07);
}
.selectdropdown:focus {
  background-color: #f1f1f1;
}
.selectdropdown:hover {
  background-color: #f3f3f3;
}
.selectdropdown:active, .selectdropdown.open {
  background-color: #ffffff;
  border-color: #f96000;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05) inset;
}
.selectdropdown: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);
  display: inline-flex;
  top: 42%;
  position: absolute;
  right: 24px !important;
}
.selectdropdown.open:after {
  transform: rotate(135deg) !important;
  -ms-transform: rotate(135deg) !important;
}
.selectdropdown.open .list {
  transform: scale(1);
  opacity: 1;
  pointer-events: auto;
  max-height: 30vh;
  overflow-y: scroll;
}
.selectdropdown.open .option {
  cursor: pointer;
  border-bottom: 1px solid #dee2e6;
}
.selectdropdown.open .option:last-child {
  border-bottom: 0;
}
.selectdropdown.wide {
  width: 100%;
}
.selectdropdown.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.selectdropdown .list {
  box-sizing: border-box;
  transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
  transform: scale(0.75);
  transform-origin: 50% 0;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.09);
  background-color: #fff;
  border-radius: 5px;
  margin-top: 4px;
  padding: 3px 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  z-index: 999;
  max-height: 30vh;
}
.selectdropdown .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.selectdropdown .list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.selectdropdown .option {
  cursor: default;
  font-weight: 400;
  line-height: 26px;
  outline: none;
  padding: 10px 30px 10px 18px;
  text-align: left;
  transition: all 0.2s;
  overflow-wrap: break-word;
  list-style: none;
  margin: 0;
}
@media (max-width: 575px) {
  .selectdropdown .option {
    font-size: 15px;
  }
}
.selectdropdown .option:hover, .selectdropdown .option:focus {
  background-color: #f6f6f6 !important;
}
.selectdropdown .option.selected {
  font-weight: 600;
  border-left: 4px solid #f96000;
}
.selectdropdown .option.selected:focus {
  background: #ffffff;
}
.selectdropdown span.current {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 97%;
  display: inline-block;
}

.search-wrap {
  min-width: 100%;
  width: 100%;
  border-bottom: 1px solid #c8cfd6;
  padding: 48px 30px 15px 30px;
  margin-bottom: 25px;
  position: relative;
  display: none;
}
.search-wrap.sr-result {
  padding: 48px 0px 15px 0px;
}
@media (min-width:980px) {
  .search-wrap.sr-result {
    display: block;
  }
}
@media (min-width:980px) {
  .search-wrap {
    display: none;
    padding: 48px 30px 32px 30px;
    margin-bottom: 25px;
    background-color: transparent;
  }
}
.search-wrap .field-group {
  display: flex;
  display: flex;
  flex-direction: column;
}
@media (min-width: 920px) {
  .search-wrap .field-group {
    flex-direction: row;
  }
}
.search-wrap .mb-srch-fld {
  position: relative;
  width: 100%;
  margin: 0 0 25px 0;
}
@media (min-width: 920px) {
  .search-wrap .mb-srch-fld {
    max-width: 320px;
    margin-bottom: 0;
  }
}
.search-wrap .mb-srch-fld input[type=text],
.search-wrap .mb-srch-fld input[type=search] {
  border-radius: 5px;
  border: 1px solid #dee2e6;
  padding: 18px 20px 18px 50px;
  min-width: 240px;
  font-size: 16px;
  width: 100%;
}
.search-wrap .srch-icon {
  background-color: transparent;
  position: absolute;
  left: 18px;
  top: 20px;
  width: 16px;
  height: 16px;
  z-index: 2;
}
.search-wrap .srch-icon svg {
  width: 16px;
  height: 16px;
}
.search-wrap p.results {
  font-size: 12px;
  padding: 25px 15px 15px 0;
}
.search-wrap p.results span.lead {
  font-size: 18px;
  margin: 0 10px;
}

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

ul.pager {
  text-align: right;
  padding-right: 270px;
  margin: 32px 0 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: 92px;
}
@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: 74px;
  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: 74px;
  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: #f96000;
  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,
.lang-fr 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,
.lang-fr 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,
.lang-es ul.pager li.page-item.next a:before {
  content: "Siguiente";
  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,
.lang-es ul.pager li.page-item.next a:before {
    content: "";
    width: 42px;
  }
}

.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,
.lang-ar ul.pager li.page-item.next a:before {
  content: "التالي";
}
@media (max-width: 575px) {
  .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,
.lang-ar 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,
.lang-fr 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,
.lang-fr 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,
.lang-es ul.pager li.page-item.prev a:before {
  content: "Previo";
  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,
.lang-es ul.pager li.page-item.prev a:before {
    content: "";
    width: 38px;
  }
}

.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,
.lang-ar ul.pager li.page-item.prev a:before {
  content: "السابق";
}

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

/* pager css end */
[lang=ar] nav.pager-nav {
  display: flex;
  justify-content: flex-start;
}

.pager.pagination .page-item.last {
  display: none;
}

.tab-list01 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
}
@media (max-width: 580px) {
  .tab-list01 {
    justify-content: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0;
  }
  .tab-list01::-webkit-scrollbar {
    max-height: 50%;
    height: 50%;
  }
}
.tab-list01 ul {
  border-bottom: 1px solid #c8cfd6;
  display: flex;
  padding: 0;
  width: 100%;
}
.tab-list01 ul li {
  margin-right: 10px;
  padding: 0;
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
}
.tab-list01 ul li::marker {
  display: none;
}
.tab-list01 ul li:last-child {
  margin-right: 0;
}
.tab-list01 ul li a {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  color: #000000;
  opacity: 0.6;
  padding: 14px 20px;
  display: flex;
  position: relative;
  cursor: pointer;
  height: 100%;
  flex-wrap: wrap;
  align-items: center;
}
.tab-list01 ul li a:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 4px;
  width: 0;
  background: #f96000;
  opacity: 1;
  transition: all ease 0.3s;
}
.tab-list01 ul li a:hover {
  color: #000;
}
.tab-list01 ul li a:hover:after {
  width: 100%;
}
.tab-list01 ul li a.active {
  color: #000;
  opacity: 1;
}
.tab-list01 ul li a.active:after {
  width: 100%;
}
.tab-list01 ul li a i {
  display: inline-block;
  width: 22px;
  height: 22px;
  border: 1px solid #c3c3c3;
  margin-bottom: 20px;
  border-radius: 3px;
}
.tab-list01 ul li a span {
  width: 100%;
  line-height: 24px;
  height: 100%;
}

.tab-wrap {
  position: relative;
  margin: 20px 0;
}
@media (max-width: 575px) {
  .tab-wrap {
    padding: 0;
  }
}

.scroll-control {
  position: absolute;
  top: 9px;
  right: 0;
  width: 40px;
  height: 40px;
  background: #fff;
  display: none;
}
@media (max-width: 580px) {
  .scroll-control {
    display: block;
  }
}
.scroll-control::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 5px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

.tab-with-icon {
  padding: 0;
}
.tab-with-icon ul {
  padding: 0;
}
.tab-with-icon ul li {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  margin-left: 0;
}
.tab-with-icon .f-dropdown.selectDropdown + .selectdropdown {
  display: none;
}
@media (min-width: 768px) {
  .tab-with-icon .f-dropdown.selectDropdown {
    --max-scroll: initial;
    display: flex;
    justify-content: center;
  }
  .tab-with-icon .f-dropdown.selectDropdown ul {
    opacity: 1;
    position: relative;
    transform: none;
    visibility: visible;
    display: flex;
    justify-content: center;
    border: none;
    border-bottom: 1px solid #eff1f3;
    border-radius: 0;
    box-shadow: none;
    overflow: initial;
    transition: none;
    left: auto;
    right: auto;
    top: auto;
  }
  .tab-with-icon .f-dropdown.selectDropdown ul li {
    display: flex;
    flex-wrap: wrap;
    margin-right: 10px;
  }
  .tab-with-icon .f-dropdown.selectDropdown ul li:nth-child(-n+2) {
    max-width: 150px;
  }
  .tab-with-icon .f-dropdown.selectDropdown ul li:nth-child(3) {
    max-width: 120px;
  }
  .tab-with-icon .f-dropdown.selectDropdown ul li:last-child {
    margin-right: 0;
  }
  .tab-with-icon .f-dropdown.selectDropdown ul li a {
    display: flex;
    flex-wrap: wrap;
    border-bottom: none;
    font-weight: 600;
    font-size: 16px;
    color: #848484;
    padding: 14px 20px 15px;
    align-items: flex-start;
    border-bottom: 4px solid transparent;
    transition: all ease 0.3s;
    border-left: none;
  }
  .tab-with-icon .f-dropdown.selectDropdown ul li a::before {
    display: none;
  }
  .tab-with-icon .f-dropdown.selectDropdown ul li a img {
    margin: 0 0 20px;
    width: auto;
  }
  .tab-with-icon .f-dropdown.selectDropdown ul li a span {
    display: inline-block;
    width: 100%;
    height: 100%;
  }
  .tab-with-icon .f-dropdown.selectDropdown ul li a:hover {
    color: #000;
    border-color: #f96000;
  }
  .tab-with-icon .f-dropdown.selectDropdown ul li.active a {
    border-left: none;
    color: #000;
    border-color: #f96000;
  }
  .tab-with-icon .f-dropdown.selectDropdown > span {
    display: none;
  }
}

.f-dropdown {
  --max-scroll: 3;
  position: relative;
  z-index: 10;
}
.f-dropdown select {
  display: none;
}
.f-dropdown > span {
  cursor: pointer;
  padding: 12px 15px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  position: relative;
  color: #bbb;
  border: solid 1px #eee;
  background: #fff;
  transition: color 0.2s ease, border-color 0.2s ease;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.05);
  margin-top: 50px;
}
.f-dropdown > span > span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 12px;
  font-weight: 500;
}
.f-dropdown > span img {
  width: 15px;
  margin-right: 15px;
}
.f-dropdown > span:after {
  height: 10px;
  width: 10px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  -webkit-transition: all 0.125s ease-in-out;
  transition: all 0.125s ease-in-out;
  content: "";
  display: block;
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: -6px;
  bottom: 0;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  margin: auto;
}
.f-dropdown ul {
  margin: 0;
  padding: 0;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 1;
  right: 0;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 6px;
  overflow-x: hidden;
  overflow-y: auto;
  transform-origin: 0 0;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
  transform: translate(0, 5px);
}
.f-dropdown ul li {
  padding: 0;
  margin: 0;
  position: relative;
}
.f-dropdown ul li a {
  cursor: pointer;
  display: block;
  padding: 13px 20px;
  color: #000;
  text-decoration: none;
  outline: none;
  position: relative;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  border-bottom: 1px #eee solid;
}
.f-dropdown ul li a img {
  width: 15px;
  margin-right: 15px;
}
.f-dropdown ul li a:hover {
  color: #5c6bc0;
}
.f-dropdown ul li.active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.f-dropdown ul li.active a {
  font-weight: 600;
}
.f-dropdown ul li.active a::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 100%;
  background: #f96000;
  top: 0;
  left: 0;
}
.f-dropdown ul li:last-child a {
  border-bottom: none;
}
.f-dropdown.disabled {
  opacity: 0.7;
}
.f-dropdown.disabled > span {
  cursor: not-allowed;
}
.f-dropdown.filled > span {
  color: #000;
}
.f-dropdown.open {
  z-index: 1000;
}
.f-dropdown.open > span {
  border-color: #f96000;
}
.f-dropdown.open > span:after {
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  top: 3px;
}
.f-dropdown.open ul {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 12px);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
}

.functional-tab-01 {
  padding: 0 15px;
}
.functional-tab-01 .selectdropdown::after {
  border: none;
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  width: 10px;
  height: 10px;
  top: 23px;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  right: 15px;
}
.functional-tab-01 .selectdropdown.open::after {
  transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  top: 27px;
}
.functional-tab-01 .selectdropdown ul {
  padding: 0;
}
.functional-tab-01 .selectdropdown ul .option {
  margin-left: 0;
  margin-bottom: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .functional-tab-01 .current {
    display: none;
  }
  .functional-tab-01 .selectdropdown {
    height: auto;
    border: none;
    box-shadow: none;
    float: none;
    white-space: initial;
    padding: 0;
  }
  .functional-tab-01 .selectdropdown::after {
    display: none;
  }
  .functional-tab-01 .selectdropdown .list {
    position: relative;
    top: auto;
    opacity: 1;
    transform: none;
    border: none;
    box-shadow: none;
    pointer-events: initial;
    display: flex;
    justify-content: center;
    overflow: visible;
  }
  .functional-tab-01 .selectdropdown .list ul {
    display: flex;
    border-bottom: 1px solid #eff1f3;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.1);
  }
  .functional-tab-01 .selectdropdown .list ul li {
    cursor: pointer;
    line-height: 21px;
  }
  .functional-tab-01 .selectdropdown .option {
    position: relative;
    font-weight: 400;
    font-size: 22px;
    color: #848484;
    padding: 22px 20px 18px;
    min-width: 220px;
    text-align: center;
    border-right: 1px solid #eaedef;
    border-bottom: 4px solid transparent;
  }
}
@media (min-width: 768px) and (max-width: 575px) {
  .functional-tab-01 .selectdropdown .option {
    font-size: 15px;
  }
}
@media (min-width: 768px) {
  .functional-tab-01 .selectdropdown .option:last-child {
    border-right: none;
  }
}
@media (min-width: 768px) {
  .functional-tab-01 .selectdropdown .option.selected {
    border-left: none;
    border-bottom: 4px solid #f96000;
    color: #000;
    font-weight: 600;
  }
  .functional-tab-01 .selectdropdown .option.selected::after {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .functional-tab-01 .selectdropdown .option:hover {
    background: none;
    border-bottom-color: #f96000;
    color: #000;
    font-weight: 600;
  }
}

.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;
}

.user-logged-in ul.usertab {
  border-bottom: 1px solid #c8cfd6;
  display: flex;
  padding: 0;
  width: 100%;
  gap: 16px;
}
.user-logged-in ul.usertab li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.user-logged-in ul.usertab li::marker {
  display: none;
}
.user-logged-in ul.usertab li:last-child {
  margin-right: 0;
}
.user-logged-in ul.usertab li a {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  color: #000000;
  opacity: 0.6;
  padding: 14px 20px;
  display: flex;
  position: relative;
  cursor: pointer;
  height: 100%;
  flex-wrap: wrap;
  align-items: center;
}
.user-logged-in ul.usertab li a:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 4px;
  width: 0;
  background: #f96000;
  opacity: 1;
  transition: all ease 0.3s;
}
.user-logged-in ul.usertab li a:hover {
  color: #000;
}
.user-logged-in ul.usertab li a:hover:after {
  width: 100%;
}
.user-logged-in ul.usertab li a.active {
  color: #000;
  opacity: 1;
}
.user-logged-in ul.usertab li a.active:after {
  width: 100%;
}
.user-logged-in ul.usertab li a span {
  width: 100%;
  line-height: 24px;
  height: 100%;
}

.parallax-hero {
  width: 100%;
  min-height: 380px;
  height: 60vh;
  max-height: 520px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
@media (max-width: 575px) {
  .parallax-hero {
    max-height: 400px;
  }
}
@media (min-width:980px) {
  .parallax-hero {
    min-height: 368px;
    height: 36vh;
    max-height: 520px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .parallax-hero {
    height: 42vh;
  }
}
@media (min-width: 1200px) {
  .parallax-hero {
    min-height: 450px;
    height: 52vh;
    max-height: 500px;
  }
}
@media (min-width: 1440px) {
  .parallax-hero {
    min-height: 540px;
    height: 58vh;
    max-height: 580px;
  }
}
@media (min-width: 2600px) and (min-height: 1600px) {
  .parallax-hero {
    height: 68vh;
    max-height: 710px;
  }
}
.parallax-hero .hero-text {
  width: 100%;
  margin: 0 50px;
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  display: block;
  text-align: left;
  color: white;
  z-index: 2;
}
@media (max-width: 575px) {
  .parallax-hero .hero-text {
    top: auto;
    bottom: 50px;
    margin: 0 30px;
    transform: none;
    width: 90%;
  }
}
@media (min-width:980px) {
  .parallax-hero .hero-text {
    width: 80%;
  }
}
.parallax-hero .hero-text h1,
.parallax-hero .hero-text h2 {
  color: #ffffff;
}
.parallax-hero .hero-text p.intro {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 900;
}
.parallax-hero .hero-text p.intro + h2 {
  margin-top: 10px;
}
.parallax-hero .lang-ar .hero-text {
  text-align: right;
}
.parallax-hero .hero-cta {
  position: absolute;
  bottom: 50px;
  left: 50px;
  z-index: 2;
}
.parallax-hero .lang-ar .hero-cta {
  left: auto;
  right: 50px;
}
.parallax-hero .img-parallax {
  width: 100vmax;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  object-fit: cover;
  object-position: 0 20%;
  height: 100%;
}
@media (min-width:980px) {
  .parallax-hero .img-parallax {
    object-fit: cover;
    height: 100%;
  }
}
.parallax-hero::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 1;
  background: black;
  background: radial-gradient(circle, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4441570378) 100%);
}

[lang=ar] .parallax-hero .hero-text,
.lang-ar .parallax-hero .hero-text {
  transform: translateY(-50%);
  text-align: right;
}
[lang=ar] .parallax-hero .hero-text,
.lang-ar .parallax-hero .hero-text {
  text-align: right;
}
[lang=ar] .parallax-hero .hero-cta,
.lang-ar .parallax-hero .hero-cta {
  left: auto;
  right: 50px;
}

.parallax-body {
  width: 100%;
  min-height: 480px;
  height: 75vh;
  max-height: 812px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
@media (max-width: 575px) {
  .parallax-body {
    max-height: 812px;
  }
}
@media (min-width:980px) {
  .parallax-body {
    min-height: 600px;
    height: 36vh;
    max-height: 600px;
  }
}
.parallax-body .hero-text {
  width: calc(100% - 100px);
  margin: 0 auto;
  padding: 0 25px;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  text-align: center;
  color: white;
  z-index: 2;
}
@media (max-width: 575px) {
  .parallax-body .hero-text {
    top: auto;
    bottom: 50px;
    margin: 0 auto;
    padding: 0 25px;
    left: 0;
    transform: none;
    width: 100%;
    text-align: center;
  }
}
@media (min-width:980px) {
  .parallax-body .hero-text {
    width: calc(80% - 100px);
  }
}
.parallax-body .hero-text h1,
.parallax-body .hero-text h2 {
  color: #ffffff;
}
.parallax-body .hero-text p {
  margin: 0 0 20px 0;
}
.parallax-body .hero-text p.intro {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 900;
}
.parallax-body .hero-text p.intro + h2 {
  margin-top: 10px;
}
.parallax-body .hero-cta {
  position: absolute;
  bottom: 50px;
  left: 50px;
  z-index: 2;
}
.parallax-body .in-parallax {
  width: 100vmax;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  object-fit: cover;
  height: 100%;
}
@media (min-width:980px) {
  .parallax-body .in-parallax {
    object-fit: cover;
    height: auto;
  }
}
.parallax-body::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 1;
  background: black;
  background: radial-gradient(circle, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4441570378) 100%);
}

.hero-image {
  width: 100%;
  min-height: 380px;
  position: relative;
  overflow: hidden;
  background-color: #f96000;
}
@media (max-width: 575px) {
  .hero-image {
    max-height: 560px;
  }
}
@media (min-width:720px) and (max-width:979px) {
  .hero-image {
    height: 50vh;
    max-height: 520px;
  }
}
@media (min-width:980px) {
  .hero-image {
    min-height: 680px;
    max-height: 680px;
  }
}
.hero-image img {
  position: absolute;
  object-fit: cover;
  object-position: center top;
  width: 100%;
  height: 100%;
}
@media (max-width: 575px) {
  .hero-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
}
@media (min-width:980px) {
  .hero-image img {
    min-height: 580px;
    width: 100%;
    object-position: center top;
  }
}
.hero-image .hero-text {
  max-width: 640px;
  margin: 0 50px;
  position: absolute;
  display: block;
  text-align: left;
  top: 55%;
  transform: translateY(-50%);
  color: white;
  z-index: 2;
}
@media (max-width:767px) {
  .hero-image .hero-text {
    position: absolute;
    top: auto;
    bottom: 50px;
    margin: 0 30px;
    transform: none;
    max-width: 85%;
  }
}
.hero-image .hero-text h1,
.hero-image .hero-text h2 {
  color: #ffffff;
}
.hero-image .hero-text p.intro {
  text-transform: uppercase;
  font-size: 21px;
  font-weight: 900;
}
.hero-image .hero-text p.intro + h2 {
  margin-top: 10px;
}
.hero-image .hero-text p.sub-title {
  font-size: 21px;
  font-weight: 700;
  margin-top: -20px;
  color: #ffffff;
}
.hero-image .hero-cta {
  position: absolute;
  bottom: 50px;
  left: 50px;
  z-index: 2;
}
.hero-image::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 1;
  background: black;
  background: radial-gradient(circle, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4441570378) 100%);
}
.hero-image.innovation-hero {
  background: #f96000;
}
.hero-image.innovation-hero::after {
  background: transparent;
}
.hero-image.innovation-hero .container-sig {
  display: flex;
  height: 100%;
  align-items: center;
}
.hero-image.innovation-hero .container-sig .hr-img {
  width: 40%;
  display: flex;
  align-items: center;
  height: calc(100% - 64px);
  position: relative;
}
.hero-image.innovation-hero .container-sig .hr-img img {
  width: auto;
  height: auto;
}
@media (max-width:767px) {
  .hero-image.innovation-hero .container-sig .hr-img {
    display: none;
  }
}
.hero-image.innovation-hero .container-sig .hero-text {
  width: 50%;
  display: flex;
  align-items: center;
  color: #ffffff;
  top: auto;
  transform: none;
}
@media (max-width:767px) {
  .hero-image.innovation-hero .container-sig .hero-text {
    width: 90%;
    margin: 0;
  }
}
.hero-image.innovation-hero .container-sig .hero-text .quote {
  background: url(../images/quote-white.svg) no-repeat left top;
  padding-top: 4em;
  padding-left: 0;
}
.hero-image.innovation-hero .container-sig .hero-text .quote::after {
  background: transparent;
}
@media (max-width:767px) {
  .hero-image.innovation-hero .container-sig .hero-text .quote {
    margin-left: 6px;
  }
}
.hero-image.innovation-hero .container-sig .hero-text h4,
.hero-image.innovation-hero .container-sig .hero-text p {
  color: #ffffff;
  font-weight: 300;
}
.hero-image.innovation-hero .container-sig .hero-text h4 strong,
.hero-image.innovation-hero .container-sig .hero-text p strong {
  font-weight: 700;
}
@media (max-width:767px) {
  .hero-image.innovation-hero .container-sig .hero-text h4,
.hero-image.innovation-hero .container-sig .hero-text p {
    font-size: 20px;
  }
}
.hero-image.innovation-hero .container-sig .hero-text .name {
  font-weight: 400;
}
.hero-image.innovation-hero .container-sig .hero-text .designation {
  font-weight: 300;
  font-size: 16px;
}
.hero-image.nrml {
  min-height: 380px;
  height: auto !important;
  max-height: max-content;
}
.hero-image.nrml img {
  position: relative;
  height: auto !important;
  max-height: fit-content;
}
.hero-image.nrml .hero-text {
  position: absolute;
  z-index: 2;
}

[lang=ar] .hero-image .hero-text {
  text-align: right;
  z-index: 2;
}
[lang=ar] .hero-image::after {
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
}
[lang=ar] .hero-image.innovation-hero .container-sig .hero-text {
  width: 50%;
  display: flex;
  align-items: center;
  color: #ffffff;
  top: auto;
  transform: none;
}
@media (max-width:767px) {
  [lang=ar] .hero-image.innovation-hero .container-sig .hero-text {
    width: 90%;
    margin: 0;
  }
}
[lang=ar] .hero-image.innovation-hero .container-sig .hero-text .quote {
  background: url(../images/quote-white.svg) no-repeat right top;
  padding-top: 4em;
  padding-right: 0;
}
[lang=ar] .hero-image.innovation-hero .container-sig .hero-text .quote::after {
  background: transparent;
}
@media (max-width:767px) {
  [lang=ar] .hero-image.innovation-hero .container-sig .hero-text .quote {
    margin-right: 6px;
  }
}

.half-hero {
  display: flex;
  flex-direction: row;
  min-height: calc(100vh - 100px);
}
.half-hero .text-col {
  width: 50%;
  background-color: #f96000;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 6em;
}
@media (max-width: 575px) {
  .half-hero .text-col {
    padding: 4em 1.5em 4em 1.5em;
    width: 100%;
  }
}
.half-hero .text-col .tag-hold {
  display: flex;
  width: 80%;
  flex-wrap: wrap;
  color: #ffffff;
}
@media (max-width: 575px) {
  .half-hero .text-col .tag-hold {
    width: 100%;
  }
}
.half-hero .text-col .tag-hold h1 {
  font-size: 2.7em;
  color: #ffffff;
  display: block;
  width: 100%;
}
.half-hero .text-col .tag-hold h2 {
  color: #ffffff;
}
.half-hero .img-col {
  width: 50%;
  position: relative;
}
@media (max-width: 575px) {
  .half-hero .img-col {
    width: 100%;
    min-height: 180px;
    height: 100%;
  }
}
.half-hero .img-col .img-hold {
  height: calc(100% - 4em);
  position: relative;
  margin: 2em 0 0 -4em;
}
@media (max-width: 575px) {
  .half-hero .img-col .img-hold {
    margin: -2em 1.5em;
  }
}
.half-hero .img-col .img-hold img {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 575px) {
  .half-hero .img-col .img-hold img {
    position: relative;
    min-height: 220px;
  }
}
@media (min-width:768px) and (max-width:979px) {
  .half-hero {
    min-height: calc(60vh - 100px);
  }
}
@media (max-width: 575px) {
  .half-hero {
    flex-direction: column;
  }
}

[lang=ar] .half-hero .text-col {
  width: 50%;
  background-color: #f96000;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: auto;
  padding-left: 6em;
}
[lang=ar] .half-hero .img-col {
  width: 50%;
  position: relative;
}
[lang=ar] .half-hero .img-col .img-hold {
  height: calc(100% - 4em);
  position: relative;
  margin: 2em -4em 0 0;
}
@media (max-width: 575px) {
  [lang=ar] .half-hero .img-col .img-hold {
    margin: -2em 1.5em;
  }
}

/* Hero half image option 2 */
.half-hero-opt2 {
  position: relative;
  background-color: #f96000;
}
.half-hero-opt2 .container-sig {
  min-height: 380px;
  position: relative;
  padding-top: 100px;
}
@media (max-width:979px) {
  .half-hero-opt2 .container-sig {
    padding: 0;
  }
}
@media (min-width:768px) and (max-width:979px) {
  .half-hero-opt2 .container-sig {
    padding-top: 32px;
  }
}
.half-hero-opt2 .container-sig .hero-row {
  display: flex;
  height: 100%;
}
@media (max-width:979px) {
  .half-hero-opt2 .container-sig .hero-row {
    flex-direction: column-reverse;
  }
}
.half-hero-opt2 .container-sig .hero-row .col-1 {
  flex-basis: 55%;
  display: flex;
  align-items: flex-end;
}
.half-hero-opt2 .container-sig .hero-row .col-1 .if-caption {
  padding: 0 32px 0 0;
  margin: 32px -32px 32px 32px;
  width: 100%;
}
.half-hero-opt2 .container-sig .hero-row .col-1 .if-caption.is-caption {
  background-color: rgba(239, 238, 230, 0.35);
}
@media (max-width:979px) {
  .half-hero-opt2 .container-sig .hero-row .col-1 .if-caption.is-caption {
    background-color: #efeee6;
  }
}
@media (max-width:979px) {
  .half-hero-opt2 .container-sig .hero-row .col-1 .if-caption {
    margin: 0;
    padding: 0;
  }
}
@media (min-width:768px) and (max-width:979px) {
  .half-hero-opt2 .container-sig .hero-row .col-1 .if-caption {
    min-height: 200px;
  }
}
.half-hero-opt2 .container-sig .hero-row .col-1 .if-caption figure {
  margin-bottom: 0;
  margin-left: -32px;
  margin-top: -32px;
}
@media (max-width:979px) {
  .half-hero-opt2 .container-sig .hero-row .col-1 .if-caption figure {
    margin-top: 0;
    margin-left: 0;
  }
}
.half-hero-opt2 .container-sig .hero-row .col-1 .if-caption figure figcaption {
  background-color: rgba(239, 238, 230, 0);
  margin-left: 32px;
}
@media (max-width:979px) {
  .half-hero-opt2 .container-sig .hero-row .col-1 .if-caption figure figcaption {
    margin-left: 0;
  }
}
.half-hero-opt2 .container-sig .hero-row .col-1 .if-caption figure img {
  width: 100%;
}
.half-hero-opt2 .container-sig .hero-row .col-2 {
  flex-basis: 45%;
  display: flex;
  align-items: center;
}
.half-hero-opt2 .container-sig .hero-row .col-2 .tag-title {
  padding: 32px 16px 32px 65px;
}
@media (max-width:979px) {
  .half-hero-opt2 .container-sig .hero-row .col-2 .tag-title {
    padding: 16px 20px 32px 20px;
  }
}
.half-hero-opt2 .container-sig .hero-row .col-2 .tag-title h1,
.half-hero-opt2 .container-sig .hero-row .col-2 .tag-title h2 {
  color: #ffffff;
}
@media (max-width:979px) {
  .half-hero-opt2 .container-sig .hero-row .col-2 .tag-title h1,
.half-hero-opt2 .container-sig .hero-row .col-2 .tag-title h2 {
    margin-bottom: 5px;
  }
}

.half-hero.amsdr-dtls {
  min-height: calc(75vh - 100px);
  justify-content: flex-start;
}
@media (max-width:767px) {
  .half-hero.amsdr-dtls {
    flex-direction: column;
    margin-bottom: 32px;
  }
}
@media (min-width:720px) and (max-width:979px) {
  .half-hero.amsdr-dtls {
    min-height: calc(75vh - 100px);
  }
}
.half-hero.amsdr-dtls .text-col {
  width: 80%;
  padding-left: 50px;
  padding-right: 0;
  justify-content: flex-start;
}
@media (max-width:767px) {
  .half-hero.amsdr-dtls .text-col {
    padding: 3em 1.5em 2em 1.5em;
    width: 100%;
  }
}
.half-hero.amsdr-dtls .text-col .tag-hold {
  width: 84%;
  margin-top: 10%;
  margin-bottom: 16px;
}
@media (max-width: 575px) {
  .half-hero.amsdr-dtls .text-col .tag-hold {
    font-size: 22px;
    width: 100%;
  }
}
@media (min-width:720px) and (max-width:979px) {
  .half-hero.amsdr-dtls .text-col .tag-hold {
    width: 80%;
  }
}
@media (max-width: 575px) {
  .half-hero.amsdr-dtls .text-col .tag-hold h1 {
    font-size: 32px;
  }
}
@media (max-width:979px) {
  .half-hero.amsdr-dtls .text-col .tag-hold h1 {
    font-size: 36px;
  }
}
.half-hero.amsdr-dtls .img-col {
  min-width: 400px;
  width: 20%;
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  .half-hero.amsdr-dtls .img-col {
    min-width: 100%;
  }
}
@media (max-width:767px) {
  .half-hero.amsdr-dtls .img-col {
    min-width: 300px;
    width: 100%;
    min-height: 180px;
    height: 100%;
    text-align: center;
  }
}
.half-hero.amsdr-dtls .img-col .img-hold {
  height: calc(100% - 48px);
  position: relative;
  margin: -2em 0 0 -2em;
  width: 100%;
  min-width: 300px;
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  .half-hero.amsdr-dtls .img-col .img-hold {
    margin: -2em auto -2em auto;
  }
}
@media (min-width: 575.5px) and (max-width:767px) {
  .half-hero.amsdr-dtls .img-col .img-hold {
    margin: -2em auto 0 -2em;
  }
}
@media (min-width:980px) {
  .half-hero.amsdr-dtls .img-col .img-hold {
    margin: 0 0 0 -4em;
  }
}
.half-hero.amsdr-dtls .img-col .img-hold img {
  position: relative;
  height: 100%;
  width: 100%;
  object-fit: cover;
  max-height: 460px;
}
@media (max-width:767px) {
  .half-hero.amsdr-dtls .img-col .img-hold img {
    max-width: 300px;
    margin: 0 auto;
  }
}
.half-hero.amsdr-dtls blockquote {
  padding: 3em 0 15px 0;
}
@media (max-width:767px) {
  .half-hero.amsdr-dtls blockquote {
    display: none;
  }
}
@media (min-width:980px) {
  .half-hero.amsdr-dtls blockquote {
    margin-left: 15%;
  }
}
.half-hero.amsdr-dtls blockquote h4 {
  font-size: 22px;
  z-index: 1;
}
@media (max-width:767px) {
  .half-hero.amsdr-dtls blockquote h4 {
    font-size: 18px;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.half-hero.amsdr-dtls blockquote h4::after {
  background-color: #fdb34b;
}
.half-hero.amsdr-dtls blockquote::after {
  left: 0;
  background: url(../images/quote-light.svg) no-repeat 0;
  top: -15px;
}

.crdtwrp {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 1;
}
.crdtwrp .cright {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  color: #666666;
  font-size: 15px;
  cursor: pointer;
  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);
}
.crdtwrp .cright:hover {
  -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
}
.crdtwrp .cright .caption {
  position: absolute;
  right: 11px;
  top: -33px;
  display: none;
  background-color: rgba(254, 254, 254, 0.8);
  border-radius: 5px;
  color: #000000;
  font-size: 14px;
  padding: 6px;
  white-space: nowrap;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.crdtwrp .cright .caption.swhide {
  display: block;
}

.btn_share {
  width: 50px;
  height: 50px;
  background-color: #f96000;
  border-radius: 100%;
  position: absolute;
  z-index: 4;
  right: 8px;
  top: -20px;
  cursor: pointer;
  transition: 0.5s ease-in;
  display: none;
}
.btn_share: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:980px) {
  .btn_share {
    right: 32px;
    top: 50px;
    display: block;
  }
}
.btn_share.is-sticky {
  position: fixed;
  top: auto;
  bottom: 48px;
  right: 8px;
  display: block;
}
@media (min-width:980px) {
  .btn_share.is-sticky {
    right: 32px;
    top: 100px;
    bottom: auto;
  }
}
.btn_share img {
  width: 40%;
  margin: 30%;
}

.lang-ar .btn_share {
  z-index: 4;
  right: auto;
  left: 8px;
}
.lang-ar .btn_share: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:980px) {
  .lang-ar .btn_share {
    right: auto;
    left: 32px;
  }
}
.lang-ar .btn_share.is-sticky {
  right: auto;
  left: 8px;
}
@media (min-width:980px) {
  .lang-ar .btn_share.is-sticky {
    right: auto;
    left: 32px;
  }
}

.overley-white {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  color: rgba(255, 255, 255, 0.9);
  z-index: 1001;
  top: 0;
  left: 0;
  display: none;
}

.popup-wrapper {
  max-width: 720px;
  position: fixed;
  top: 50px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  bottom: 0;
  right: 0;
  z-index: 1002;
  display: none;
  margin: 0;
}
@media (min-width:720px) and (max-width:979px) {
  .popup-wrapper {
    min-width: 560px;
  }
}
@media (max-height: 699px) {
  .popup-wrapper {
    max-width: 620px;
    min-width: 300px;
    width: 100%;
    top: 25px;
    max-height: 560px;
  }
}
@media (max-width: 575px) {
  .popup-wrapper {
    max-width: 95%;
    min-width: 300px;
    width: 100%;
    width: 100%;
    top: 110px;
  }
}
.popup-wrapper .row-backto {
  padding: 0;
  margin-bottom: 1em;
  display: flex;
  align-items: center;
  font-size: 16px;
}
.popup-wrapper .row-backto #btnClose {
  display: flex;
  align-items: center;
}
.popup-wrapper .row-backto #btnClose span {
  cursor: pointer;
}
.popup-wrapper .row-backto .btn-icon {
  margin-right: 16px;
  cursor: pointer;
}
.popup-wrapper .row-backto .btn-icon img {
  width: 10px;
}
.popup-wrapper .share-card {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 32px;
}
@media (max-width: 575px) {
  .popup-wrapper .share-card {
    padding: 25px;
    max-height: 70vh;
    overflow-y: scroll;
  }
}
@media (max-height: 799px) and (min-width:980px) {
  .popup-wrapper .share-card {
    overflow: auto;
    max-height: 580px;
    padding: 20px 32px;
    scrollbar-width: thin;
    scrollbar-color: #f96000 #525252;
  }
  .popup-wrapper .share-card::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }
  .popup-wrapper .share-card::-webkit-scrollbar-track {
    background-clip: content-box;
    border: 1px solid transparent;
  }
  .popup-wrapper .share-card::-webkit-scrollbar-thumb {
    background-color: #f96000;
  }
  .popup-wrapper .share-card::-webkit-scrollbar-thumb:hover {
    background-color: #e05600;
  }
  .popup-wrapper .share-card::-webkit-scrollbar-corner, .popup-wrapper .share-card::-webkit-scrollbar-track {
    background-color: #525252;
  }
}
.popup-wrapper .share-card .img-holder {
  max-height: 300px;
  overflow: hidden;
  margin-bottom: 20px;
}
@media (max-height: 699px) {
  .popup-wrapper .share-card .img-holder {
    max-height: 250px;
    position: relative;
    padding: 22%;
    background-color: #f7f7f7;
  }
}
.popup-wrapper .share-card .img-holder img {
  width: auto;
  margin: 0 auto;
}
@media (max-height: 699px) {
  .popup-wrapper .share-card .img-holder img {
    width: auto;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
    margin: 0 auto;
  }
}
.popup-wrapper .share-card__cardbody {
  background-color: #ffffff;
  padding: 20px;
}
.popup-wrapper .share-card__cardbody p.date-type,
.popup-wrapper .share-card__cardbody .news-date {
  color: #333333;
  text-transform: normal;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 0;
}
.popup-wrapper .share-card__cardbody h3.card-title,
.popup-wrapper .share-card__cardbody h4.card-title {
  padding: 0;
  margin-top: 0;
}
.popup-wrapper .share-card__cardbody h3.card-title a,
.popup-wrapper .share-card__cardbody h4.card-title a {
  color: #000000;
}
.popup-wrapper .share-card__cardbody .info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.popup-wrapper .share-card__cardbody .info p {
  margin: 0;
  padding: 0;
  display: inline-flex;
  font-size: 15px;
}
.popup-wrapper .share-card .social-wrapper {
  border-top: 1px solid #c8cfd6;
  margin: 1em 0 0 0;
  display: flex;
  padding: 20px 0 0 0;
}
@media (max-height: 767px) and (min-width:980px) {
  .popup-wrapper .share-card .social-wrapper {
    margin-bottom: 25px;
  }
}
.popup-wrapper .share-card .social-wrapper .colm-1,
.popup-wrapper .share-card .social-wrapper .colm-2 {
  display: flex;
  justify-content: center;
  width: 50%;
}
.popup-wrapper .share-card .social-wrapper .colm-1 a,
.popup-wrapper .share-card .social-wrapper .colm-2 a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: auto;
  font-size: 16px;
  line-height: 1.3;
  color: #000000;
}
.popup-wrapper .share-card .social-wrapper .colm-1 a span,
.popup-wrapper .share-card .social-wrapper .colm-1 a i,
.popup-wrapper .share-card .social-wrapper .colm-2 a span,
.popup-wrapper .share-card .social-wrapper .colm-2 a i {
  display: inline-flex;
}
.popup-wrapper .share-card .social-wrapper .colm-1 a span:hover,
.popup-wrapper .share-card .social-wrapper .colm-2 a span:hover {
  color: #4a8bcd;
}
@media (max-width: 575px) {
  .popup-wrapper .share-card .social-wrapper .colm-1 a span,
.popup-wrapper .share-card .social-wrapper .colm-2 a span {
    line-height: 1.3em;
    font-size: 12px;
  }
}
.popup-wrapper .share-card .social-wrapper .colm-1 a i,
.popup-wrapper .share-card .social-wrapper .colm-2 a i {
  width: 30px;
  height: 30px;
  margin-left: 16px;
}
@media (max-width: 575px) {
  .popup-wrapper .share-card .social-wrapper .colm-1 a i,
.popup-wrapper .share-card .social-wrapper .colm-2 a i {
    width: auto;
    height: 25px;
    margin-left: 12px;
  }
}
.popup-wrapper .share-card .social-wrapper .colm-1 a i img,
.popup-wrapper .share-card .social-wrapper .colm-2 a i img {
  max-width: 100%;
  opacity: 0.7;
  border-radius: 4px;
  margin: 2px auto;
}
.popup-wrapper .share-card .social-wrapper .colm-1 a:nth-of-type(1),
.popup-wrapper .share-card .social-wrapper .colm-2 a:nth-of-type(1) {
  margin-right: 10px;
}
@media (max-width: 575px) {
  .popup-wrapper .share-card .social-wrapper .colm-1 a:nth-of-type(1),
.popup-wrapper .share-card .social-wrapper .colm-2 a:nth-of-type(1) {
    margin-right: 5px;
  }
}
.popup-wrapper .share-card .social-wrapper .colm-1 a:nth-of-type(2),
.popup-wrapper .share-card .social-wrapper .colm-2 a:nth-of-type(2) {
  margin-left: 10px;
}
@media (max-width: 575px) {
  .popup-wrapper .share-card .social-wrapper .colm-1 a:nth-of-type(2),
.popup-wrapper .share-card .social-wrapper .colm-2 a:nth-of-type(2) {
    margin-left: 5px;
  }
}
.popup-wrapper .share-card .social-wrapper .colm-1 {
  width: calc(50% - 10px);
  margin-right: 10px;
  position: relative;
}
.popup-wrapper .share-card .social-wrapper .colm-1::after {
  content: "";
  height: 100%;
  width: 2px;
  background-color: #c8cfd6;
  position: absolute;
  right: -10px;
  top: 0;
}
.popup-wrapper .share-card .social-wrapper .colm-2 {
  width: calc(50% - 10px);
  margin-left: 10px;
}

.lang-ar .popup-wrapper .row-backto .btn-icon {
  margin-right: auto;
  margin-left: 16px;
  cursor: pointer;
}

.lang-ar .popup-wrapper .share-card .social-wrapper .colm-1::after {
  right: auto;
  left: -10px;
  top: 0;
}

.lang-ar .row-backto #btnClose .backarow img {
  transform: rotate(180deg);
}

.lang-ar .popup-wrapper {
  right: 50%;
  left: 0;
  -webkit-transform: translate(50%, 0%);
  transform: translate(50%, 0%);
}
.lang-ar .popup-wrapper .share-card .social-wrapper .colm-1 a i,
.lang-ar .popup-wrapper .share-card .social-wrapper .colm-2 a i {
  margin-left: 0;
  margin-right: 16px;
}

p#share-text {
  word-break: break-word;
}

.flexslider {
  padding: 16px 0 !important;
  border: 0 !important;
}
.flexslider p.date-type {
  margin-bottom: 16px;
}
.flexslider .slides > li p {
  padding: 16px 0;
  font-size: 14px;
}
.flexslider .flex-control-nav {
  width: auto;
  display: flex;
  align-items: center;
  margin: 0 auto;
  justify-content: center;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.flexslider .flex-control-paging li a {
  width: 8px;
  height: 8px;
  background: #f96000;
  opacity: 0.6;
}
.flexslider .flex-control-paging li a.flex-active {
  width: 12px;
  height: 12px;
  background: #f96000;
  opacity: 1;
}

.flexslider .displayCard {
  margin: 0;
}

.swiper {
  padding-bottom: 75px !important;
  width: 100%;
}
@media (max-width: 575px) {
  .swiper {
    padding-bottom: 50px !important;
  }
}
.swiper .swiper-wrapper {
  display: flex;
}
@media (min-width:980px) {
  .swiper .swiper-wrapper {
    flex-wrap: wrap;
    margin: 0;
    width: 100%;
  }
}
.swiper.related .swiper-wrapper {
  flex-wrap: nowrap;
}
@media (min-width:980px) {
  .swiper.related .swiper-wrapper {
    margin: 0;
    width: 100%;
  }
}
.swiper.related .swiper-wrapper .swiper-slide {
  min-width: calc(100% / 3);
  width: calc(100% / 3);
}
.swiper.related .swiper-wrapper .swiper-slide .ct-card {
  width: calc(100% - 32px);
  max-width: 100%;
  height: 100%;
}
@media (max-width: 575px) {
  .swiper.related .swiper-wrapper .swiper-slide .ct-card {
    width: calc(100% - 16px);
  }
}
@media (min-width: 575.5px) and (max-width:979px) {
  .swiper.related .swiper-wrapper .swiper-slide .ct-card {
    margin: 16px 8px 16px 16px;
  }
}

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

.swiper-pagination-bullet {
  color: #f96000;
  background: #f96000 !important;
  margin: 0 5px !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: 575.5px) and (max-width:979px) {
  .ct-card-group.colm-3 .swiper {
    min-width: 320px !important;
  }
}
@media (min-width: 575.5px) and (max-width:979px) {
  .ct-card-group.colm-3 .swiper .swiper-slide.ct-card {
    min-width: 320px !important;
  }
}

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

.page-not-found {
  padding-bottom: 50px;
  position: relative;
}
.page-not-found h3 {
  color: #ff0000;
}
.page-not-found p {
  margin-bottom: 15px;
}
.page-not-found a {
  text-transform: none;
  color: #000000;
  font-weight: 700;
  position: absolute;
  left: 0;
  font-size: 16px;
  transition: 0.5s ease-in;
}
.page-not-found:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #f96000;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s ease-in;
  left: 0;
}

.research-wrap .research-list {
  padding: 0 0 20px;
}
.research-wrap .research-list > ul {
  padding: 0;
  margin: 50px 0 0;
}
.research-wrap .research-list > ul > li {
  border-bottom: 1px solid #d7d7d7;
  padding: 50px 70px 45px 20px;
  margin-left: 0;
  width: 100%;
  display: block;
  border-top: 0;
}
.research-wrap .research-list > ul > li .exbo-row-parent {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.research-wrap .research-list > ul > li .exbo-row-parent .info-content {
  max-width: 70%;
  display: flex;
}
.research-wrap .research-list > ul > li .exbo-row-parent .info-content i {
  width: 60px;
  padding-right: 25px;
  display: inline-block;
}
.research-wrap .research-list > ul > li .exbo-row-parent .info-content i img {
  width: 100%;
}
.research-wrap .research-list > ul > li .exbo-row-parent .info-content .info {
  padding: 0 20px;
  width: 90%;
}
.research-wrap .research-list > ul > li .exbo-row-parent .info-content .info h5 {
  margin: 0 0 30px;
  font-weight: 400;
}
.research-wrap .research-list > ul > li .exbo-row-parent .info-content .info h5 a {
  color: #000000;
}
.research-wrap .research-list > ul > li .exbo-row-parent .info-content .info h5 a:hover {
  color: #4a8bcd;
}
.research-wrap .research-list > ul > li .exbo-row-parent .info-content .info .node_details a {
  display: inline;
  position: relative;
  font-weight: 700;
  text-decoration: underline;
  line-height: 24px;
  text-decoration-color: #f96000 !important;
  text-underline-offset: 6px;
  text-decoration-thickness: 2px !important;
}
.research-wrap .research-list > ul > li .exbo-row-parent .info-action {
  display: flex;
  align-items: center;
  margin-left: 5%;
}
.research-wrap .research-list > ul > li .exbo-row-parent .info-action .expand-collapse-wrapper.action-elements {
  margin-right: 2em;
  margin-bottom: 0;
}
.research-wrap .research-list > ul > li .exbo-row-parent .info-action .expand-collapse-wrapper.action-elements span.expand-element {
  display: block;
  width: 35px;
  height: 35px;
  border: 1px solid #ccc;
  border-radius: 50%;
  text-align: center;
  position: relative;
}
.research-wrap .research-list > ul > li .exbo-row-parent .info-action .expand-collapse-wrapper.action-elements span.expand-element:before {
  background: none !important;
  content: "+" !important;
  width: 12px;
  height: 12px;
}
.research-wrap .research-list > ul > li .exbo-row-parent .info-action .expand-collapse-wrapper.action-elements span.expand-element::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 20px;
  line-height: 0.7;
}
.research-wrap .research-list > ul > li .exbo-row-parent .info-action .expand-collapse-wrapper.action-elements span.collapse-element {
  display: block;
  width: 35px;
  height: 35px;
  border: 1px solid #ccc;
  border-radius: 50%;
  text-align: center;
  position: relative;
}
.research-wrap .research-list > ul > li .exbo-row-parent .info-action .expand-collapse-wrapper.action-elements span.collapse-element::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 20px;
  line-height: 0.7;
}
.research-wrap .research-list > ul > li .exbo-row-parent .info-action .expand-collapse-wrapper.action-elements span.collapse-element:before {
  background: none !important;
  content: "-" !important;
  width: 12px;
  height: 12px;
}
.research-wrap .research-list > ul > li .exbo-row-parent .info-action .action-blk {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.research-wrap .research-list > ul > li .exbo-row-parent .info-action .action-blk .dropdown-select {
  position: relative;
  border-radius: 6px;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.research-wrap .research-list > ul > li .exbo-row-parent .info-action .action-blk .dropdown-select select {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 14px 40px 14px 20px;
  background: url(../images/icon-arrow-down-dropdown.svg) no-repeat right 10px center;
  appearance: none;
  border: 1px #e8e8e8 solid;
  font-size: 0.8rem;
  color: #a1a1a1;
  width: 100%;
  border-radius: 6px;
  position: relative;
  z-index: 2;
}
.research-wrap .research-list > ul > li .exbo-row-parent .info-action .action-blk .dropdown-select .selectdropdown {
  font-weight: 500;
  width: 150px;
}
.research-wrap .research-list > ul > li .exbo-row-parent .info-action .action-blk .dropdown-select .selectdropdown span.current {
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 97%;
  display: inline-block;
}
.research-wrap .research-list > ul > li .exbo-row-parent .info-action .action-blk .dropdown-select .selectdropdown::after {
  width: 7px;
  height: 7px;
  border: none;
  border-left: 2px solid #979797;
  border-bottom: 2px solid #979797;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 16px;
  top: 25px;
  transition: all ease 0.2s;
}
.research-wrap .research-list > ul > li .exbo-row-parent .info-action .action-blk .dropdown-select::after {
  content: "";
  width: 7px;
  height: 7px;
  background: none;
  position: absolute;
  right: 15px;
  top: 20px;
  z-index: 1;
}
.research-wrap .research-list > ul > li .exbo-row-parent .info-action .action-blk .download {
  background-color: #f96000;
  border-radius: 50px;
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.research-wrap .research-list > ul > li .exbo-row-child .sub-row {
  display: flex;
  padding: 2em 0 0 8em;
  margin: 2em 0 0;
  border-bottom: 0;
  width: 100%;
}
.research-wrap .research-list > ul > li .exbo-row-child .sub-row .inner-row-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 210px;
}
.research-wrap .research-list > ul > li .exbo-row-child .sub-row .inner-row-wrapper .doc-icon {
  opacity: 0.4;
  display: none;
}
.research-wrap .research-list > ul > li .exbo-row-child .sub-row .inner-row-wrapper .doc-icon img {
  width: 100%;
}
.research-wrap .research-list > ul > li .exbo-row-child .sub-row .inner-row-wrapper .doc-title {
  font-size: 15px;
  line-height: 20px;
  width: 90%;
  position: relative;
}
.research-wrap .research-list > ul > li .exbo-row-child .sub-row .inner-row-wrapper .doc-title:before {
  content: "";
  position: absolute;
  background: url(/modules/custom/unfpa_global_executive_board/images/icon-documents.svg) no-repeat;
  width: 30px;
  height: 38px;
  display: inline-block;
  top: 0;
  left: -65px;
  bottom: 0;
  margin: auto;
}
.research-wrap .research-list > ul > li .exbo-row-child .sub-row .inner-row-wrapper .dropdown-select {
  position: relative;
  border-radius: 6px;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.research-wrap .research-list > ul > li .exbo-row-child .sub-row .inner-row-wrapper .dropdown-select select {
  box-shadow: none;
  padding: 14px 40px 14px 20px;
  background: url(../images/icon-arrow-down-dropdown.svg) no-repeat right 10px center;
  appearance: none;
  border: 1px #e8e8e8 solid;
  font-size: 0.8rem;
  color: #a1a1a1;
  width: 100%;
  border-radius: 6px;
  position: relative;
  z-index: 2;
}
.research-wrap .research-list > ul > li .exbo-row-child .sub-row .inner-row-wrapper .dropdown-select .selectdropdown {
  font-weight: 500;
}
.research-wrap .research-list > ul > li .exbo-row-child .sub-row .inner-row-wrapper .dropdown-select .selectdropdown span.current {
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 97%;
  display: inline-block;
}
.research-wrap .research-list > ul > li .exbo-row-child .sub-row .inner-row-wrapper .dropdown-select .selectdropdown .list {
  box-sizing: border-box;
  transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
  transform: scale(0.75);
  transform-origin: 50% 0;
  background-color: #fff;
  border-radius: 5px;
  margin-top: 4px;
  padding: 3px 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  z-index: 999;
  max-height: 30vh;
}
.research-wrap .research-list > ul > li .exbo-row-child .sub-row .inner-row-wrapper .dropdown-select .selectdropdown::after {
  width: 7px;
  height: 7px;
  border: none;
  border-left: 2px solid #979797;
  border-bottom: 2px solid #979797;
  transform: rotate(-45deg);
  right: 16px;
  top: 25px;
  transition: all ease 0.2s;
}
.research-wrap .research-list > ul > li .exbo-row-child .sub-row .inner-row-wrapper .dropdown-select::after {
  content: "";
  width: 15px;
  height: 15px;
  background: none;
  position: absolute;
  right: 15px;
  top: 20px;
  z-index: 1;
}
.research-wrap .research-list > ul > li .exbo-row-child .sub-row .inner-row-wrapper .download {
  background-color: #ee8a00;
  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;
}
.research-wrap .research-list > ul > li .exbo-row-child .sub-row .docs-info-wrapper {
  flex-grow: 1;
  justify-content: flex-start;
}
.research-wrap .research-list > ul > li .exbo-row-child .sub-row.hidden-element {
  display: none;
}

@media (max-width: 1280px) {
  .research-wrap .research-list > ul > li {
    padding: 50px 20px 45px;
  }
}
@media (max-width: 800px) {
  .research-wrap .research-list > ul > li {
    padding: 30px 20px 35px;
  }
  .research-wrap .research-list > ul > li .exbo-row-parent .info-content .info h5 {
    font-size: 22px;
    line-height: 30px;
    margin: 0 0 15px;
  }
}
@media (max-width: 768px) {
  .research-wrap .research-list > ul > li .exbo-row-parent {
    display: block;
    width: 100%;
  }
  .research-wrap .research-list > ul > li .exbo-row-parent .info-content {
    max-width: 100%;
  }
  .research-wrap .research-list > ul > li .exbo-row-parent .info-action {
    max-width: 100%;
    margin-top: 30px;
    margin-left: 0;
    justify-content: end;
  }
  .research-wrap .research-list > ul > li .exbo-row-child .sub-row {
    display: block;
    width: 100%;
  }
  .research-wrap .research-list > ul > li .exbo-row-child .sub-row .inner-row-wrapper {
    max-width: 100%;
    margin-top: 30px;
    margin-left: 0;
  }
  .research-wrap .research-list > ul > li .exbo-row-child .sub-row .docs-action-wrapper.inner-row-wrapper {
    justify-content: end;
    width: 100%;
    gap: 20px;
  }
  .research-wrap .research-list > ul > li .exbo-row-child .sub-row .docs-info-wrapper {
    max-width: 100%;
    width: 100%;
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .research-wrap .research-list > ul > li {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .research-wrap .research-list > ul > li .exbo-row-parent .info-content .info {
    padding: 0;
    word-break: break-word;
  }
}
@media (max-width: 420px) {
  .research-wrap .research-list > ul > li {
    padding: 30px 0px 35px;
  }
  .research-wrap .research-list > ul > li .exbo-row-parent .info-action .action-blk {
    gap: 20px;
  }
  .research-wrap .research-list > ul > li .exbo-row-child .sub-row .docs-action-wrapper.inner-row-wrapper {
    gap: 20px;
  }
}
.iframe_div iframe {
  width: 100% !important;
}

.page-node-type-ct-report .bg-color-report section {
  background-color: #000000 !important;
  color: #ffffff !important;
}