@keyframes childnav-pos {
  from {
    top: 80px;
    opacity: 0;
  }
  to {
    top: 58px;
    opacity: 1;
  }
}
/* SOF Research list css */
.research-list {
  padding: 20px 15px;
}

.research-list > ul {
  padding: 0;
  margin: 50px 0 0;
}
.research-list > ul > li {
  display: flex;
  border-top: 1px solid #d7d7d7;
  padding: 50px 70px 45px 20px;
  align-items: flex-start;
}
@media (max-width: 1280px) {
  .research-list > ul > li {
    padding: 50px 20px 45px;
  }
}
@media (max-width: 800px) {
  .research-list > ul > li {
    padding: 30px 20px 35px;
  }
}
@media (max-width: 575px) {
  .research-list > ul > li {
    flex-wrap: wrap;
  }
}
.research-list > ul > li:last-child {
  border-bottom: 1px solid #d7d7d7;
}
.research-list > ul > li i {
  width: 60px;
  padding-right: 25px;
}
.research-list > ul > li i img {
  width: 100%;
}
.research-list > ul > li .info {
  padding: 0 20px;
  width: calc(100% - 270px);
}
@media (max-width: 1090px) {
  .research-list > ul > li .info {
    width: calc(100% - 240px);
  }
}
@media (max-width: 575px) {
  .research-list > ul > li .info {
    width: calc(100% - 60px);
    padding: 0;
  }
}
.research-list > ul > li h5 {
  margin: 0 0 30px;
  font-weight: 400;
}
@media (max-width: 800px) {
  .research-list > ul > li h5 {
    font-size: 22px;
    line-height: 30px;
    margin: 0 0 15px;
  }
}
.research-list > ul > li .action-blk {
  width: 210px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.research-list > ul > li .action-blk .selectdropdown {
  width: 150px;
}
.research-list > ul > li .download {
  background-color: #ee8a00;
  border-radius: 50px;
  height: 40px;
  width: 40px;
  transition: 0.5s ease-in;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all ease 0.3s;
}
.research-list > ul > li .download:hover {
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.28);
}
.research-list .selectdropdown {
  font-weight: 500;
}
.research-list .selectdropdown::after {
  width: 7px;
  height: 7px;
  border: none;
  border-left: 2px solid #979797;
  border-bottom: 2px solid #979797;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  right: 16px;
  top: 25px;
  transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
}
.research-list .selectdropdown.open::after {
  transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  top: 28px;
}

a.link {
  cursor: pointer;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  padding: 0 0 5px;
  display: inline-block;
}
a.link:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #ED8B00;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all ease 0.4s;
}
a.link:hover {
  color: #000;
}
a.link:hover:after {
  content: "";
  width: 90%;
  transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  height: 4px;
  left: 50%;
}

/* EOF Research list css */
@media (max-width:767px) {
  .latest-cards-section .ct-card-group.colm-3 {
    display: block;
  }
}
@media (max-width:767px) {
  .latest-cards-section .slick-dots {
    bottom: 20px;
  }
}
.latest-cards-section .btn-wrap {
  padding: 25px 15px;
  display: flex;
  justify-content: center;
  width: 100%;
}

.sldr {
  position: relative;
  min-height: 220px;
  height: 40vh;
}
@media (min-width:768px) {
  .sldr {
    height: auto;
  }
}
.sldr .sldr-wrapper {
  position: absolute;
  left: -30px;
  width: calc(100% + 60px);
  top: 0;
}
@media (min-width:768px) {
  .sldr .sldr-wrapper {
    position: relative;
    left: auto;
    width: 100%;
    top: auto;
  }
}

.card-multisizes {
  display: flex;
  flex-wrap: wrap;
}
.card-multisizes .slick-slider .slick-track {
  margin-left: -22px;
}
.card-multisizes .slick-slide {
  margin-right: 8px;
}
.card-multisizes .slick-prev,
.card-multisizes .slick-next {
  display: none !important;
}

.multiple {
  position: relative;
  margin: 1.5%;
}
.multiple a {
  position: relative;
  display: block;
  overflow: hidden;
  height: 100%;
}
.multiple a::after {
  content: "";
  position: absolute;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00007) 0%, rgba(0, 0, 0, 0.7) 100%);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.multiple a img {
  object-fit: cover;
  width: 100%;
  min-height: 300px;
  max-height: 350px;
  height: 100%;
  transition: 0.5s ease-in;
}
@media (max-width:979px) {
  .multiple a img {
    min-height: 220px;
  }
}
.multiple a h4,
.multiple a h5,
.multiple a h6 {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  font-weight: 500;
  margin: 0;
  padding: 25px;
  letter-spacing: 0.5px;
  z-index: 1;
}
@media (max-width:979px) {
  .multiple a h4,
  .multiple a h5,
  .multiple a h6 {
    padding: 16px 22px 16px 22px;
    line-height: 22px;
  }
}
.multiple a:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.multiple.cl-6 {
  width: 47%;
}
.multiple.cl-7 {
  width: 56%;
}
.multiple.cl-4 {
  width: 31%;
}
.multiple.cl-5 {
  width: 37.3%;
}

.lang-ar .multiple a h4,
.lang-ar .multiple a h5,
.lang-ar .multiple a h6 {
  left: auto;
  right: 0;
}

@media (min-width: 768px) {
  .slick-dots {
    display: flex !important;
    justify-content: center;
  }
}
.slick-dots li {
  margin: 0;
}
.slick-dots li button::before {
  font-size: 8px;
  color: #ed8b00;
}
.slick-dots li.slick-active button::before {
  font-size: 12px;
  color: #ed8b00;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 0.25;
}

.take-action {
  position: relative;
  min-height: 300px;
  color: #fff;
  margin-bottom: 8em;
  /*margin-top: 70px;
  margin-bottom: 8em;*/
  /*@media (min-width: 768px) and (max-width: 820px) {
    margin-bottom: 0;
  }

  @media (min-width: 821px) and (max-width: 999px) {
    margin-bottom: 5em;
  }

  @media ($smart) {
    margin-top: 0;
    margin-bottom: 6em; 
  }*/
}
@media (max-width: 575px) {
  .take-action {
    margin-bottom: 6em;
  }
}
.take-action .container-sig {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1000px;
}
@media (min-width: 992px) and (max-width: 1160px) {
  .take-action .container-sig {
    max-width: 800px;
    width: auto;
  }
}
@media (min-width: 768px) and (max-width: 991.5px) {
  .take-action .container-sig {
    width: 650px;
  }
}
.take-action .row {
  display: flex;
  flex-wrap: wrap;
}
.take-action .row .info {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width:768px) {
  .take-action .row .info {
    width: 50%;
  }
}
@media (min-width:980px) {
  .take-action .row .info {
    width: 40%;
  }
}
@media (max-width:767px) {
  .take-action .row .info {
    padding: 0;
  }
}
.take-action .row .info h3 {
  font-size: 1.5em;
  line-height: 1.2;
}
.take-action .row .info p {
  margin: 0 0 10px;
}
.take-action .row .image {
  width: 50%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width:768px) {
  .take-action .row .image {
    width: 50%;
  }
}
@media (min-width:980px) {
  .take-action .row .image {
    width: 60%;
  }
}
@media (max-width:767px) {
  .take-action .row .image {
    width: 100%;
    padding: 0;
    margin-top: 15px;
  }
}
.take-action .row .image img {
  width: 130%;
  max-width: 600px;
  margin: 0 0 -150px 15%;
}
@media (max-width:767px) {
  .take-action .row .image img {
    width: 100%;
    margin: 1em 0 -8em 0;
  }
}
.take-action::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #ed8b00;
  z-index: 0;
}
.take-action .pad-top-bottom.level1 {
  padding-top: 100px;
  padding-bottom: 50px;
}
@media (min-width: 768px) and (max-width: 820px) {
  .take-action .pad-top-bottom.level1 {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}
@media (max-width:767px) {
  .take-action .pad-top-bottom.level1 {
    padding-top: 60px;
  }
}
.take-action .btn {
  border: 1px solid #fff;
  margin: 1em 0;
  width: 100%;
  justify-content: center;
}

.take-action h2,
.take-action h3,
.take-action p {
  color: #fff;
}

.lang-ar .title-vertical {
  left: auto;
  right: -3%;
  transform: rotate(-90deg) translate(50%, 0);
  transform-origin: right top 0;
}
@media (max-width:767px) {
  .lang-ar .title-vertical {
    right: auto;
    transform: initial;
  }
}

@keyframes childnav-pos {
  from {
    top: 80px;
    opacity: 0;
  }
  to {
    top: 58px;
    opacity: 1;
  }
}
.sidebar-wrapper {
  display: flex;
  gap: 16px;
}
@media (min-width:980px) {
  .sidebar-wrapper {
    gap: 24px;
  }
}
.sidebar-wrapper .cl-4 {
  width: 28%;
  display: none;
}
@media (min-width:980px) {
  .sidebar-wrapper .cl-4 {
    display: block;
    min-width: 320px;
  }
}
.sidebar-wrapper .cl-8 {
  width: 100%;
}
@media (min-width:980px) {
  .sidebar-wrapper .cl-8 {
    width: 72%;
  }
}
.sidebar-wrapper .cl-8 figure img {
  margin: 0;
}
.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: 8px solid #f96000;
  max-width: 300px;
  width: 100%;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1411764706);
  margin-left: 0;
  position: sticky;
  top: 88px;
  margin-bottom: 65px;
}
.sidebar-wrapper .sidebar p {
  font-size: 12px;
  color: #686a6c;
  padding: 16px 16px 16px 32px;
  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 #eff1f7;
  margin: 0 0 0 28px;
  position: relative;
}
.sidebar-wrapper .sidebar ul.sidenav li a {
  padding: 16px;
  margin: 0 16px 0 5px;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0px;
  display: block;
  position: relative;
  z-index: 1;
  text-decoration: none;
}
.sidebar-wrapper .sidebar ul.sidenav li a:hover {
  font-weight: 400;
  color: #686a6c;
}
.sidebar-wrapper .sidebar ul.sidenav li.active a {
  font-weight: 700;
}
.sidebar-wrapper .sidebar ul.sidenav li.active::after {
  content: "";
  width: calc(100% + 28px);
  background-color: #fdcfb3;
  position: absolute;
  top: -1px;
  left: -28px;
  height: calc(100% + 2px);
  z-index: 0;
  border-right: 3px solid #f96000;
}
.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: 16px;
  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 strong {
  font-size: 14px;
  letter-spacing: 0px;
}
.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;
  top: calc(50% - 8px);
}
.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: 60px;
  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;
  margin-bottom: 32px;
}
@media (min-width:980px) {
  .quicknav-wrapper {
    display: none;
  }
}
.quicknav-wrapper p {
  font-size: 14px;
  color: #686a6c;
  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;
  }
}

.lang-ar .sidebar-wrapper .sidebar p {
  padding: 10px 32px 10px 0;
}
.lang-ar .sidebar-wrapper .sidebar .link-explore {
  padding: 0 30px 0 0;
}
.lang-ar .sidebar-wrapper .sidebar .link-explore a {
  padding: 16px 0px 16px 32px;
}
.lang-ar .sidebar-wrapper .sidebar .link-explore a::after {
  right: initial;
  left: 20px;
  transform: rotate(180deg);
}
.lang-ar .sidebar-wrapper .sidebar .link-explore a:hover:after {
  animation: leftrightar 1s infinite;
}

@keyframes leftrightar {
  0% {
    left: 20px;
  }
  50% {
    left: 10px;
  }
  100% {
    left: 20px;
  }
}
.quicknav-wrapper .link-explore-li {
  clear: both;
  line-height: normal;
}
.quicknav-wrapper .link-explore-li a {
  display: block;
  background-color: #666666;
  padding: 16px 32px 16px 22px;
  font-size: 15px;
  color: #ffffff;
  position: relative;
  border-bottom: 1px #eaeaea solid;
}
.quicknav-wrapper .link-explore-li a::after {
  content: "";
  position: absolute;
  background: url(../images/arrow-fill-next.svg) no-repeat;
  bottom: 18px;
  right: 20px;
  width: 20px;
  height: 17px;
}

@media (max-width: 378px) {
  body.lang-es .quicknav-wrapper {
    min-height: 156px;
  }
}

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

.lang-ar .crdtwrp .cright .caption {
  left: 11px;
  right: auto;
}
@media (max-width: 575px) {
  .lang-ar .crdtwrp .cright .caption {
    top: auto !important;
    max-width: 300px;
    width: 100%;
    min-width: 250px;
    bottom: 30px;
    white-space: normal !important;
  }
}

.lang-ar .crdtwrp {
  right: auto;
  left: 16px;
}

body {
  background: #fff;
}

.simple-banner01 {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0;
  min-height: 220px;
}
@media (min-width:980px) {
  .simple-banner01 {
    flex-direction: row;
  }
}
.simple-banner01 .head {
  position: relative;
  background: #ed8b00;
  width: 100%;
  padding: 24px;
  display: flex;
  align-items: center;
}
@media (min-width:980px) {
  .simple-banner01 .head {
    min-width: 420px;
    width: 35%;
    padding: 48px;
    height: 70vh;
  }
}
.simple-banner01 .head h1 {
  color: #fff;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .simple-banner01 .head h1 {
    text-align: left;
  }
}
.simple-banner01 .image {
  width: 100%;
  margin-left: auto;
  position: relative;
  display: block;
}
@media (min-width:980px) {
  .simple-banner01 .image {
    width: 65%;
    height: 70vh;
  }
}
.simple-banner01 .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.simple-banner01 figure {
  margin-bottom: 0;
}
.simple-banner01 figcaption {
  background: none;
  padding: 16px;
  font-size: 0.8em;
  line-height: 1.4;
  color: #ffffff;
  max-width: 750px;
  position: absolute;
  bottom: 8px;
  opacity: 1;
  mix-blend-mode: difference;
}
@media (min-width:768px) and (max-width:979px) {
  .simple-banner01 figcaption {
    max-width: 640px;
  }
}
@media (min-width:980px) {
  .simple-banner01 figcaption {
    width: 100%;
  }
}
.simple-banner01 figcaption i {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #666;
  display: inline-block;
  text-align: center;
  font-style: normal;
  color: #fff;
  font-size: 10px;
  line-height: 18px;
  font-weight: 500;
  margin-right: 8px;
}

@media (max-width: 575px) {
  .lang-ar .simple-banner01 .head h1 {
    text-align: right;
  }
}

@media (min-width:980px) {
  .breadcrumb.onImg a {
    color: #fff;
  }
}

.campaign-content {
  /*max-width: 750px;*/
  margin-left: auto;
  margin-right: auto;
}
@media (min-width:768px) and (max-width:979px) {
  .campaign-content {
    /*max-width: 640px;*/
  }
}
.campaign-content h5 {
  font-weight: 400;
  margin: 60px 0 30px;
}
.campaign-content p {
  margin: 0 0 25px;
}
.campaign-content .btn.action {
  margin: 40px 0 20px;
  cursor: pointer;
}
.campaign-content .btn.action:hover {
  -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
}

.map-tab {
  background: #f4f5f6;
  padding: 80px 0;
}
.map-tab article {
  padding-top: 0;
  /*max-width: 750px;*/
  margin-left: auto;
  margin-right: auto;
}
@media (min-width:768px) and (max-width:979px) {
  .map-tab article {
    /*max-width: 640px;*/
  }
}
.map-tab article h3 {
  margin-bottom: 30px;
}
.map-tab article p {
  line-height: 30px;
}
.map-tab article p a.btn {
  padding: 0;
}
.map-tab article p a.btn::after {
  bottom: 0;
}
.map-tab .tab-list01 {
  justify-content: flex-start;
}
.map-tab .tab-list01 ul {
  border-bottom: 2px solid #e8ebed;
  width: 100%;
}
.map-tab .tab-list01 ul li {
  max-width: 180px;
  margin-right: 3px;
}
.map-tab .tab-list01 ul li:first-child a {
  padding-left: 0;
}
.map-tab .tab-list01 ul li a:after {
  background: #4a8bcd;
  bottom: -3px;
}
.map-tab .tab {
  display: none;
}
.map-tab .tab .map-wrap {
  -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
}
.map-tab .tab .map-wrap img {
  width: 100%;
}
.map-tab .tab-active {
  display: block;
}

.dashboard-link {
  padding: 50px 0 100px;
  text-align: center;
}
.dashboard-link p {
  font-size: 15px;
  margin-bottom: 35px;
  color: #666;
}

.research-wrap {
  padding: 80px 0;
}
.research-wrap .research-list {
  padding: 0 0 20px;
}

.latest-cards-section nav.pager-nav {
  width: 100%;
}

.path-press .breadcrumb > li + li::before {
  color: #919fae;
}

figure.align-center {
  display: table;
}

figure.align-center a img {
  width: 100%;
}

.page-node-type-ct-project-page article .youtubeVideo {
  max-width: initial;
}

.parent-ge {
  display: flex;
  column-gap: 40px;
  margin-bottom: 32px;
}
.parent-ge .ge-text {
  width: 50%;
}
.parent-ge .ge-video {
  width: 48%;
}

.parent-para {
  display: flex;
  border-bottom: 1px #ccc solid;
  margin: 30px 0;
  padding: 20px 0;
}
.parent-para .para-head {
  padding-right: 64px;
  max-width: 35%;
  min-width: 365px;
}
.parent-para .para-text {
  width: auto;
}

.rows-ctr {
  display: flex;
  width: 100%;
}
.rows-ctr .ctr-col4 {
  width: 33.3333333333%;
}
.rows-ctr .ctr-col4 .cnt {
  padding: 20px;
  text-align: center;
}
.rows-ctr .ctr-col4 .cnt i {
  margin: 0 auto;
  width: 70px;
  height: 70px;
  display: block;
}
.rows-ctr .ctr-col4 .cnt h4 {
  font-size: 18px;
  padding-bottom: 10px;
}

@media (min-width: 1000px) {
  .project-page h4 {
    font-size: 1.5rem;
  }
}
.project-page .btn {
  border-radius: 6px;
  text-decoration: none;
}

.toggle-lists {
  padding: 16px 16px 50px 16px;
  background-color: #f7f7f7;
  border-bottom: 3px solid #d1d1d1;
  display: none;
  position: relative;
}
.toggle-lists .btn {
  width: 100%;
  text-align: left;
  margin: -10px 0 10px 0;
  font-size: 14px;
  white-space: inherit;
}
@media (min-width:768px) {
  .toggle-lists .btn {
    width: calc(49.5% - 20px);
    text-align: left;
    margin: -10px 10px 0 10px;
  }
}
.toggle-lists .closeList {
  display: block;
  width: auto;
  height: 50px;
  position: absolute;
  right: 16px;
  font-weight: 14px;
  bottom: 0px;
  cursor: pointer;
}

.equity_link {
  margin-top: 20px;
}
.equity_link a {
  color: #4a8bcd;
}
.equity_link a:link {
  color: #4a8bcd;
}

.page-node-type-ct-project-page span.hidemore {
  display: none;
}

/*** covid-19 page css ***/
@media (max-width: 576px) {
  body.path-search .mobile-search {
    display: none;
  }
}
#readmore-expand {
  display: none;
}

@media (max-width: 767px) {
  .latestFrom-ed .ct-card-group.colm-3 {
    display: block;
  }
}
.view-where-we-work div[id*=edit-actions] {
  display: none;
}

/* Covid 19 page - Map section custom radio label*/
/* custom radio */
.chart-wrapper .custom-radio {
  width: 14px;
  height: 14px;
  display: inline-block;
  position: relative;
  z-index: 1;
  top: 3px;
  background-color: #ccc;
  border-radius: 60%;
  margin-right: 8px;
}
.chart-wrapper .custom-radio::after {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px #ccc solid;
  position: absolute;
  left: -3px;
  top: -3px;
  border-radius: 60%;
}
.chart-wrapper .custom-radio:hover {
  background-color: #f7941e;
}
.chart-wrapper .custom-radio.selected {
  background-color: #f7941e;
}
.chart-wrapper .custom-radio input[type=radio] {
  margin: 1px;
  position: absolute;
  z-index: 2;
  cursor: pointer;
  outline: none;
  opacity: 0;
  /* CSS hacks for older browsers */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
}
.chart-wrapper .custom_radio1.pg--map {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
}
.chart-wrapper .custom_radio1.pg--map label {
  display: block;
  padding: 2px 0;
  font-size: 14px;
}
.chart-wrapper .custom_radio1.pg--map .colm {
  margin-right: 20px;
  padding-top: 15px;
}
.chart-wrapper h4#map-title {
  line-height: 1.2;
  margin: 1em;
  padding: 1em 0 0.5em 0;
}
.chart-wrapper .bottom-description {
  margin-top: 35px;
}
.chart-wrapper .bottom-description p {
  color: #252525;
  font-size: 14px;
  margin: 0;
  padding: 0 0 5px 0;
}

.bg-beige ~ .bg-grey {
  background-color: #ffffff;
}

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

.map-data-content .filter {
  display: flex;
  margin-bottom: 32px;
}

.lang-ar .simple-banner01 .image img {
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  -ms-filter: fliph; /*IE*/
  filter: fliph; /*IE*/
}
