@charset "UTF-8";

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

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

@media (max-width: 979.5px) {
  body.path-icpd-news-events {
    padding-top: 70px !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

small {
  font-size: 75%;
}

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

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

@keyframes childnav-pos {
  from {
    top: 80px;
    opacity: 0;
  }

  to {
    top: 58px;
    opacity: 1;
  }
}

*,
::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;
}

.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 {
  outline: 0;
}

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

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

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

figure br {
  display: none;
}

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

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

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

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

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

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

@media (max-width: 575px) {

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

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

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

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

@media (max-width: 575px) {

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

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

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

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

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

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

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

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

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

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

form {
  margin: 0;
}

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

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

.margin-0 {
  margin: 0;
}

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

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

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

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

article.glbl h2+ul,
article.glbl h3+ul,
article.glbl h4+ul,
article.glbl h5+ul {
  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: #ed8b00;
  width: 8px;
}

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

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

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

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

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

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

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

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

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

article.glbl p a:hover,
article.glbl p a:hover {
  color: #4a8bcd;
}

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

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

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

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

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

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

span.highlight {
  color: #ed8b00;
}

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

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

blockquote p {
  margin: 0;
}

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

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

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

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

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

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

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: #ed8b00;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rows {
  display: flex;
}

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

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

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

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

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

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

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

.wrp {
  flex-wrap: wrap;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

section.pad-t-b article.glbl {
  padding: 0;
}

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

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

.breadcrumb li {
  font-weight: 700;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn.default.disabled {
  opacity: 0.2;
}

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

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

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

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

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

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

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

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

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

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

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

.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: #ed8b00;
  color: #ffffff;
  border: 0;
  bottom: 0;
  padding: 16px 32px;
}

@media (max-width: 575px) {

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

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

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

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

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

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

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

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

@media (max-width: 575px) {

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

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

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

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

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

.btn-collapsed span.showmore,
.btn-collapsed span.readmore {
  display: block;
}

.btn-collapsed span.closemore,
.btn-collapsed span.readless {
  display: none;
}

.btn-collapsed.active span.showmore,
.btn-collapsed.active span.readmore {
  display: none;
}

.btn-collapsed.active span.closemore,
.btn-collapsed.active span.readless {
  display: block;
}

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

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

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

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

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

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

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

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

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

.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;
  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: transform 2.4s linear;
}

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

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

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

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

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

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

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

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

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

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

.displayCard__video {
  min-height: 530px;
  height: 100%;
  max-height: 530px;
  width: 100%;
  padding: 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: 186px;
    height: 100%;
    max-height: 220px;
  }
}

@media (min-width: 575.5px) and (max-width:979px) {
  .displayCard__video {
    min-height: 410px;
    height: 38vh;
    max-height: 38vh;
    padding: 26.55% 0;
  }
}

@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: 620px;
    height: 100%;
    max-height: 620px;
    padding-bottom: 0;
  }
}

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

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

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

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

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

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

.displayCard__details {
  display: flex;
  align-items: center;
  z-index: 0;
  width: 100%;
  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 {
  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: auto !important;
    padding: 16px 0;
  }
}

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

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

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

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

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

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

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

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

.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,
.displayCard__details--body h5.card-title:hover,
.displayCard__details--body h5.card-title a:hover {
  color: #4a8bcd;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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,
.displayCard.video .displayCard__details--body h5.card-title:hover,
.displayCard.video .displayCard__details--body h5.card-title a:hover {
  color: #4a8bcd;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 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;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.ct-card:hover {
  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-type,
.ct-card__details--body .news-date {
  color: #666666;
  text-transform: normal;
  font-size: 15px;
  margin-bottom: 0.5em;
}

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

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

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

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

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

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

.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,
.ct-card__details--body h5.card-title:hover,
.ct-card__details--body h5.card-title a:hover {
  color: #4a8bcd;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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;
  text-align: center;
  width: 24px;
}

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

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

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

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

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

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

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

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

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

.ct-card__image img:hover:hover {
  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: transform 2.4s linear;
}

.ct-card__image iframe:hover:hover {
  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;
  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%;
  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: 2;
  top: 0;
  left: 0;
}

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

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

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

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

.ct-card-group.colm-3 .ct-card__image.publication img.img-blur,
.ct-card-group.colm-3 .ct-card__image.resources img.img-blur,
.ct-card-group.colm-3 .ct-card__image.press img.img-blur {
  width: 100% !important;
  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-type,
.ct-card-group.colm-3 .ct-card__details--body .news-date {
  color: #666666;
  text-transform: normal;
  font-size: 15px;
  margin-bottom: 0.5em;
}

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

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

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

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

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

.ct-card-group.colm-3 .ct-card__details--body h3.card-title,
.ct-card-group.colm-3 .ct-card__details--body h3.card-title a,
.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,
.ct-card-group.colm-3 .ct-card__details--body h5.card-title,
.ct-card-group.colm-3 .ct-card__details--body h5.card-title a {
  color: #000000;
  line-height: 1.36;
  padding-top: 0;
}

.ct-card-group.colm-3 .ct-card__details--body h3.card-title:hover,
.ct-card-group.colm-3 .ct-card__details--body h3.card-title a:hover,
.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,
.ct-card-group.colm-3 .ct-card__details--body h5.card-title:hover,
.ct-card-group.colm-3 .ct-card__details--body h5.card-title a:hover {
  color: #4a8bcd;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

button[type=submit],
input[type=submit],
input[type=button] {
  position: relative;
  background-color: #ed8b00;
  color: #ffffff;
  border: 0;
  bottom: 2px;
  padding: 1em 2em;
  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 {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

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

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

.multi-dropdown .toggle-btn {
  width: 100%;
  border: 1px solid #dee2e6;
  background: #ffffff;
  padding: 16px 35px 16px 20px;
  border-radius: 0.25rem;
  text-align: left;
  font-weight: 400;
  font-size: 16px;
  color: #4c4c4c;
  position: relative;
  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 {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  border: 1px solid #ed8b00;
}

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

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

.custom-multiselect01 {
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  background: #fff;
  margin-top: 10px;
  position: absolute;
  width: 100%;
  z-index: 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::-moz-placeholder {
  color: #4c4c4c;
  font-weight: 500;
}

.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;
  user-select: none;
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

.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: #ed8b00;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 2px;
  transition: 0.5s ease-in;
}

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

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

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

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

.quicknav-wrapper select {
  display: none;
}

.form-group.resource-filter .select-wrappers 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;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: nowrap;
  min-width: 120px;
  width: 150px;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.07);
}

.selectdropdown:focus {
  background-color: #f1f1f1;
}

.selectdropdown:hover {
  background-color: #f3f3f3;
}

.selectdropdown:active {
  background-color: #ffffff;
  border-color: #ed8b00;
  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 {
  background-color: #ffffff;
  border-color: #ed8b00;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05) inset;
}

.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.active {
  font-weight: 600;
  border-left: 4px solid #ed8b00;
}

.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: -1px;
  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;
}

.selectdropdown .option:hover,
.selectdropdown .option:focus {
  background-color: #f6f6f6 !important;
}

.selectdropdown .option.selected {
  font-weight: 600;
  border-left: 4px solid #ed8b00;
}

.selectdropdown .option.selected:focus {
  background: #ffffff;
}

.selectdropdown span.current {
  font-weight: 700;
  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;
  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: #ed8b00;
  width: 90%;
  position: absolute;
  left: 2px;
  bottom: -4px;
}

@media (min-width: 768px) {

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

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

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

@media (max-width: 575px) {

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

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

@media (max-width: 575px) {

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

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

@media (max-width: 575px) {

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

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

@media (max-width: 575px) {

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

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

@media (max-width: 575px) {

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

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

/* pager css end */
.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: #ed8b00;
  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;
}

@media (min-width: 980px) {
  .tab-with-icon ul li {
    min-width: 150px;
    max-width: 200px;
  }
}

.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%;
    line-height: 1.3;
  }

  .tab-with-icon .f-dropdown.selectDropdown ul li a:hover {
    color: #000;
    border-color: #ed8b00;
  }

  .tab-with-icon .f-dropdown.selectDropdown ul li.active a {
    border-left: none;
    color: #000;
    border-color: #ed8b00;
  }

  .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;
  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;
  opacity: 0.6;
}

.f-dropdown ul li.active img {
  opacity: 1;
}

.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: #ed8b00;
  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: #ed8b00;
}

.f-dropdown.open>span:after {
  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;
  }

  .functional-tab-01 .selectdropdown .option:last-child {
    border-right: none;
  }

  .functional-tab-01 .selectdropdown .option.selected {
    border-left: none;
    border-bottom: 4px solid #ed8b00;
    color: #000;
    font-weight: 600;
  }

  .functional-tab-01 .selectdropdown .option.selected::after {
    width: 100%;
  }

  .functional-tab-01 .selectdropdown .option:hover {
    background: none;
    border-bottom-color: #ed8b00;
    color: #000;
    font-weight: 600;
  }
}

.sidebar-wrapper {
  display: flex;
  gap: 16px;
}

.sidebar-wrapper .cl-4 {
  width: 30%;
  display: none;
}

@media (min-width:980px) {
  .sidebar-wrapper .cl-4 {
    display: block;
  }
}

.sidebar-wrapper .cl-8 {
  width: 100%;
}

@media (min-width:980px) {
  .sidebar-wrapper .cl-8 {
    width: 70%;
    padding-left: 64px;
  }
}

.sidebar-wrapper .cl-12 {
  width: 100%;
}

@media (max-width:979px) {
  .sidebar-wrapper .cl-12 {
    margin: 0 auto;
  }
}

@media (min-width:980px) {
  .sidebar-wrapper .cl-12 .cnt-max750 {
    max-width: 1000px;
  }
}

.sidebar-wrapper .cnt-max750 {
  margin: 0 auto;
}

@media (min-width:980px) {
  .sidebar-wrapper .cnt-max750 {
    margin: 0;
    max-width: 820px;
  }
}

.sidebar-wrapper .sidebar {
  border-top: 6px solid #ed8b00;
  min-width: 280px;
  max-width: 380px;
  width: 100%;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.14);
  margin-left: 0;
  position: sticky;
  top: 88px;
  margin-bottom: 65px;
}

.sidebar-wrapper .sidebar p {
  font-size: 12px;
  color: #4c4c4c;
  padding: 10px 0 10px 48px;
  margin: 0;
}

.sidebar-wrapper .sidebar ul.sidenav {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar-wrapper .sidebar ul.sidenav li {
  list-style: none;
  border-bottom: 0.5px solid #dee2e6;
  margin: 0 0 0 32px;
  position: relative;
}

.sidebar-wrapper .sidebar ul.sidenav li a {
  padding: 16px;
  margin: 0 16px 0 0;
  font-size: 16px;
  display: block;
  position: relative;
  z-index: 1;
  text-decoration: none;
  color: #000000;
}

.sidebar-wrapper .sidebar ul.sidenav li a:hover {
  font-weight: 700;
}

.sidebar-wrapper .sidebar ul.sidenav li.active a {
  font-weight: 700;
}

.sidebar-wrapper .sidebar ul.sidenav li.active::after {
  content: "";
  width: calc(100% + 32px);
  background-color: #f9dcb2;
  position: absolute;
  top: -1px;
  left: -32px;
  height: calc(100% + 2px);
  z-index: 0;
  border-right: 3px solid #ed8b00;
}

.sidebar-wrapper .sidebar .link-explore {
  background-color: #666666;
  padding: 0 0 0 30px;
}

.sidebar-wrapper .sidebar .link-explore a {
  display: block;
  background-color: #666666;
  padding: 16px 32px 16px 22px;
  font-size: 15px;
  color: #ffffff;
  position: relative;
  border-bottom: 1px #eaeaea solid;
}

.sidebar-wrapper .sidebar .link-explore a:last-child {
  border: 0 none;
}

.sidebar-wrapper .sidebar .link-explore a span,
.sidebar-wrapper .sidebar .link-explore a strong {
  display: block;
}

.sidebar-wrapper .sidebar .link-explore a::after {
  content: "";
  position: absolute;
  background: url(../images/arrow-fill-next.svg) no-repeat;
  bottom: 18px;
  right: 20px;
  width: 20px;
  height: 17px;
}

.sidebar-wrapper .sidebar .link-explore a:hover {
  color: #fff;
}

.sidebar-wrapper .sidebar .link-explore a:hover:after {
  animation: leftright 1s infinite;
}

@keyframes leftright {
  0% {
    right: 20px;
  }

  50% {
    right: 10px;
  }

  100% {
    right: 20px;
  }
}

/* .tabcnt-showhide {
  display: none;
} */

.quicknav-wrapper {
  position: sticky;
  top: 0px;
  background-color: #ffffff;
  z-index: 1;
  min-height: 136px;
  border: 1px solid #e3e3e3;
  width: calc(100% + 32px);
  margin-left: -16px;
  margin-right: -16px;
  padding: 16px 16px 0 16px;
}

@media (min-width:980px) {
  .quicknav-wrapper {
    display: none;
  }
}

.quicknav-wrapper p {
  font-size: 14px;
  color: #4c4c4c;
  padding-bottom: 16px;
}

.quicknav-wrapper .quick-navs,
.quicknav-wrapper .selectdropdown.quick-navs {
  width: 100%;
  margin-bottom: 16px;
}

@media (min-width:980px) {

  .quicknav-wrapper .quick-navs,
  .quicknav-wrapper .selectdropdown.quick-navs {
    display: none;
  }
}

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

.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: 360px;
    height: 36vh;
    max-height: 560px;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .parallax-hero {
    height: 42vh;
  }
}

@media (min-width: 1200px) {
  .parallax-hero {
    height: 50vh;
    max-height: 560px;
  }
}

@media (min-width: 1440px) {
  .parallax-hero {
    min-height: 540px;
    height: 60vh;
    max-height: 620px;
  }
}

@media (min-width: 2600px) and (min-height: 1600px) {
  .parallax-hero {
    height: 70vh;
    max-height: 720px;
  }
}

.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: 60%;
  }
}

.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 .hero-cta {
  position: absolute;
  bottom: 50px;
  left: 50px;
  z-index: 2;
}

.parallax-hero .img-parallax {
  width: 100vmax;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}

@media (min-width:980px) {
  .parallax-hero .img-parallax {
    -o-object-fit: cover;
    object-fit: cover;
    height: auto;
  }
}

.parallax-hero::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgb(0, 0, 0);
  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: #ed8b00;
}

@media (max-width: 575px) {
  .hero-image {
    max-height: 400px;
  }
}

@media (min-width:720px) and (max-width:979px) {
  .hero-image {
    height: 50vh;
    max-height: 520px;
  }
}

@media (min-width:980px) {
  .hero-image {
    min-height: 480px;
    height: 36vh;
    max-height: 560px;
  }
}

@media (min-width: 1024px) {
  .hero-image {
    min-height: 380px;
    height: 40vh;
  }
}

@media (min-width: 1200px) {
  .hero-image {
    min-height: 400px;
    height: 61vh;
  }
}

@media (min-width: 1440px) {
  .hero-image {
    height: 65vh;
  }
}

.hero-image img {
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
  width: 100%;
  height: 100%;
}

@media (max-width: 575px) {
  .hero-image img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }
}

@media (min-width:980px) {
  .hero-image img {
    height: auto;
    width: 100%;
    -o-object-position: center top;
    object-position: center top;
  }
}

@media (min-width: 1200px) {
  .hero-image img {
    min-height: 400px;
    height: 100%;
    width: 100%;
    -o-object-position: center top;
    object-position: center top;
  }
}

.hero-image .hero-text {
  width: 100%;
  margin: 0 50px;
  position: relative;
  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: 20px;
  font-weight: 900;
}

.hero-image .hero-text p.intro+h2 {
  margin-top: 10px;
}

.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: rgb(0, 0, 0);
  background: radial-gradient(circle, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4441570378) 100%);
}

.hero-image.innovation-hero {
  background: #ed8b00;
}

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

.pdp-hero {
  height: calc(100vh - 75px);
  max-height: 100%;
  z-index: 50;
}

@media (min-width:980px) {
  .pdp-hero {
    height: auto;
    min-height: 500px;
  }
}

.pdp-hero img {
  -o-object-position: center center;
  object-position: center center;
  top: 0;
  left: 0;
}

.pdp-hero::after {
  background: radial-gradient(circle, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.76) 100%);
}

.half-hero {
  display: flex;
  flex-direction: row;
  min-height: calc(100vh - 100px);
}

.half-hero .text-col {
  width: 50%;
  background-color: #ed8b00;
  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;
  }
}

/* Hero half image option 2 */
.half-hero-opt2 {
  position: relative;
  background-color: #ed8b00;
}

.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%;
  -o-object-fit: cover;
  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;
}

.btn_share {
  width: 50px;
  height: 50px;
  background-color: #ed8b00;
  border-radius: 100%;
  position: absolute;
  z-index: 4;
  right: 8px;
  top: -20px;
  cursor: pointer;
  transition: 0.5s ease-in;
  display: none;
}

.btn_share:hover {
  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%;
}

.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%;
  transform: translate(-50%, 0%);
  bottom: 0;
  right: 0;
  z-index: 1002;
  display: none;
}

@media (max-width: 575px) {
  .popup-wrapper {
    max-width: 360px;
    min-width: 320px;
    width: 100%;
    width: 100%;
    top: 110px;
  }
}

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

.popup-wrapper .row-backto {
  padding: 0;
  margin-bottom: 1em;
  display: flex;
  align-items: center;
  font-size: 16px;
}

.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;
  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: 767px) and (min-width:980px) {
  .popup-wrapper .share-card {
    overflow: auto;
    max-height: 500px;
    padding: 20px 32px;
    scrollbar-width: thin;
    scrollbar-color: #ed8b00 #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: #ed8b00;
  }

  .popup-wrapper .share-card::-webkit-scrollbar-thumb:hover {
    background-color: #d57d00;
  }

  .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: 320px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-height: 699px) {
  .popup-wrapper .share-card .img-holder {
    max-height: 250px;
    position: relative;
    padding: 22%;
  }
}

.popup-wrapper .share-card .img-holder img {
  width: 100%;
}

@media (max-height: 699px) {
  .popup-wrapper .share-card .img-holder img {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
}

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

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

@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: 20px;
    height: 20px;
    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: 8px;
  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;
}

.swiper {
  padding-bottom: 45px !important;
}

@media (min-width:980px) {
  .swiper {
    padding-bottom: 75px !important;
  }
}

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

@media (min-width: 1440px) {
  .swiper {
    width: 1292px;
  }
}

@media (min-width:980px) {
  .swiper .swiper-wrapper {
    flex-wrap: wrap;
    margin: 0;
    width: 100%;
  }
}

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

.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: 33.3333333333%;
  width: 33.3333333333%;
}

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

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

@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: -6px;
}

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

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

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

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

@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: #ed8b00;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s ease-in;
  left: 0;
}

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

.tab-with-icon {
  margin: 16px 0 0 0;
}

@media (min-width:980px) {
  .tab-with-icon .f-dropdown.selectDropdown ul {
    width: 100%;
    justify-content: flex-start;
  }
}

@media (min-width:980px) {
  .tab-with-icon .f-dropdown.selectDropdown ul li:nth-child(3) {
    max-width: 180px;
  }
}

@media (min-width:980px) {
  .tab-with-icon .f-dropdown.selectDropdown ul li a img {
    width: 40px;
  }
}

.timeline-wrap {
  padding: 48px 0;
}

.timeline-wrap img {
  width: 100%;
}

.project-page .btn.btn-collapse {
  border: 1px solid #252525;
  padding: 15px 45px 15px 25px;
  margin: 25px auto;
  text-transform: uppercase;
  position: relative;
  transition: all ease 0.4s;
}

.project-page .btn.btn-collapse {
  border: 1px solid #252525;
  padding: 15px 45px 15px 25px;
  margin: 25px auto;
  text-transform: uppercase;
  position: relative;
  transition: all ease 0.4s;
}

.project-page .btn.btn-collapse:hover {
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.28);
}

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

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

.project-page .btn .readmore,
.project-page .btn .hidemore {
  color: #000;
}

#readmore-expand .list-view01 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 25px 0;
  padding: 0;
}

#readmore-expand .list-view01 ul li {
  list-style: none;
  padding: 0;
  width: 33.33%;
  margin: 0 -1px -1px 0;
  text-align: center;
  border: 1px solid #f3f3f3;
}

#readmore-expand .list-view01 ul li:last-child {
  padding: 30px 20px 10px;
}

#readmore-expand .full-bg01 .list-view01 ul li:last-child {
  padding: 0;
}

#readmore-expand .list-view01 ul li div.hotspots {
  display: inline-block;
  width: 100%;
  padding: 30px 20px 10px;
  height: 100%;
  transition: all ease 0.4s;
}

#readmore-expand .list-view01 ul li div.hotspots:hover {
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
}

#readmore-expand .list-view01 ul li div.hotspots.no-shadow:hover {
  box-shadow: none;
}

#readmore-expand .list-view01 ul li img {
  display: inline-block;
  width: 50px;
}

#readmore-expand .list-view01 ul h2 {
  font-size: 1.5em;
  margin: 15px 0 10px;
  line-height: 1.3em;
  padding: 0;
}

#readmore-expand .list-view01 ul h4 {
  margin: 20px 0 20px;
  padding: 0;
  font-size: 15px;
  font-weight: 500;
}

#readmore-expand .list-view01 ul p {
  font-size: 14px;
}

@media (max-width: 800px) {
  #readmore-expand .list-view01 ul li {
    width: 50%;
  }
}

@media (max-width: 480px) {
  #readmore-expand .list-view01 ul li {
    width: 100%;
  }
}

.btn-collapse span.hidemore {
  display: none;
}

.path-icpd30.project-page h1,
.path-icpd30.project-page h2,
.path-icpd30.project-page h3,
.path-icpd30.project-page h4,
.path-icpd30.project-page h5,
.path-icpd30.project-page h6 {
  margin: 0;
  padding: 0;
  font-weight: 700;
}

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

.container-sig .glbl p+h2,
.container-sig .glbl p+h3,
.container-sig .glbl p+h4,
.container-sig .glbl p+h5 {
  margin: 48px 0 0 0 !important;
  padding: 0 !important;
}

.container-sig .ct-card-group.colm-3 .ct-card__details--body h3,
.container-sig .ct-card-group.colm-3 .ct-card__details--body h3.card-title,
.container-sig .ct-card-group.colm-3 .ct-card__details--body h4,
.container-sig .ct-card-group.colm-3 .ct-card__details--body h4.card-title {
  margin-top: 0 !important;
}

.icpd-readmore {
  margin-top: 40px;
}

.latestFrom-evl-block .ct-card-group.colm-3 {
  overflow-x: visible !important;
}

.gp-header {
  margin-top: 32px;
}

@media (max-width: 979px) {
  .gp-header {
    margin-right: 0;
    margin-left: -15px;
  }

  .gp-header__content {
    padding: 1.2em 0.8em 1.2em 0.8em;
  }
}

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

  .filter .form-group button[type=submit],
  .filter .form-group input[type=submit],
  .filter .form-group input[type=button] {
    margin-top: 29px !important;
  }
}

.lang-ar .parallax-hero .hero-text {
  text-align: right;
}

@media (max-width: 767px) {
  body.project-page.path-icpd30 {
    padding-top: 0;
  }
}

.container-fluid.page {
  padding-left: 0;
  padding-right: 0;
}

article.glbl .cl-8 ul li a,
article.glbl .cl-8 ul li a:link {
  text-decoration: none !important;
}

article.glbl .cl-8 .tab-content ul.pager li.pager-next a:before,
article.glbl .cl-8 .tab-content ul.pager li.page-item.next a:before {
  top: -15px;
  height: 26px;
}

article.glbl .cl-8 .tab-content ul.pager li.pager-previous a:before,
article.glbl .cl-8 .tab-content ul.pager li.page-item.prev a:before {
  top: -15px;
}

@media (max-width: 575px) {

  .cl-8 .tab-content ul.pager li.pager-next a:before,
  .cl-8 .tab-content ul.pager li.page-item.next a:before {
    top: -15px !important;
  }
}

.updates-view,
.view-icpd-updates {
  padding: 80px 0 0 0;
}

.updates-view .pager-nav ul.pager,
.view-icpd-updates .pager-nav ul.pager {
  margin-bottom: 0;
  padding-bottom: 0;
}

.updates-view .ct-card-group,
.view-icpd-updates .ct-card-group {
  margin-left: 0;
  margin-right: 0;
}

.updates-view .ct-card__details--body h3.card-title,
.view-icpd-updates .ct-card__details--body h3.card-title {
  margin-top: 0px !important;
}

.ct-card-group h2{
  margin-bottom: 0.5em !important;
}
.bg-light-grey {
  background-color: #dee2e6;
}

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

  .path-icpd30 .item-list__image--wrapper {
    margin: 10px 0 20px 0;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.item-list .content-type {
  font-size: 15px;
  color: #666666;
  font-weight: 700;
}

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

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

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

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

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

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

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

.item-list__list-content a.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-transform: none;
  color: #000000;
  font-weight: 700;
  position: relative;
  font-size: 16px;
  -webkit-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
}

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

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

.item-list__image--wrapper {
  max-width: 100%;
  max-height: 270px;
  overflow: hidden;
  margin-bottom: 15px;
  background-color: #ffffff;
  border: 1px solid #dfdfdf;
}

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

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

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

.item-list__image--wrapper.resources {
  position: relative;
  background-color: #ffffff;
  padding: 30% 0;
}

.item-list__image--wrapper.resources img {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.item-list__image--wrapper.resources img.img-blur {
  width: 100% !important;
  -webkit-filter: blur(8px);
  filter: blur(8px);
}

.item-list__image--wrapper.resources a {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
}

.item-list__image--wrapper.resources a img {
  width: auto;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 2;
}

.item-list__image--wrapper.resources a img:hover {
  transition: -webkit-transform 2.4s linear;
  -webkit-transition: -webkit-transform 2.4s linear;
  transition: transform 2.4s linear;
  transition: transform 2.4s linear, -webkit-transform 2.4s linear;
}

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