@keyframes childnav-pos {
  from {
    top: 80px;
    opacity: 0;
  }
  to {
    top: 58px;
    opacity: 1;
  }
}
.breadcrumb {
  font-size: 12px;
  padding: 28px 30px 16px 30px;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
@media (min-width:980px) {
  .breadcrumb {
    padding: 32px 50px 0 50px;
    font-size: 15px;
  }
}
.breadcrumb li {
  font-weight: 700;
  margin: 0;
}
.breadcrumb li::marker {
  font-size: 0;
}
.breadcrumb > li + li::before {
  padding: 0 5px 0 8px;
  color: #919fae;
  content: "/";
  font-weight: 300;
}
.breadcrumb a {
  color: #4c4c4c;
  font-weight: 400;
}
@media (max-width: 575px) {
  .breadcrumb {
    padding: 24px 20px 0 20px;
  }
}
.breadcrumb.onImg {
  position: absolute;
  z-index: 2;
  top: 144px;
}
@media (max-width:979px) {
  .breadcrumb.onImg {
    position: relative;
    top: auto;
    padding: 28px 30px 28px 30px;
  }
}
@media (min-width:980px) {
  .breadcrumb.onImg {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
.breadcrumb.onImg li {
  color: #ffffff;
  font-weight: 600;
}
@media (max-width:979px) {
  .breadcrumb.onImg li {
    color: #000000;
  }
}
.breadcrumb.onImg > li + li::before {
  color: #c8cfd6;
}
.breadcrumb.onImg a {
  color: #e5e5e5;
}
.breadcrumb.onImg a > li + li::before {
  color: #e5e5e5;
}
@media (max-width:979px) {
  .breadcrumb.onImg a > li + li::before {
    color: #4c4c4c;
  }
}
@media (max-width:979px) {
  .breadcrumb.onImg a {
    color: #4c4c4c;
  }
}

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

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

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

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

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

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

.tab-wrap {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.tab-wrap .tab-list01 {
  width: 100%;
  height: 50px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.tab-wrap .tab-list01 .tabs {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  left: 0;
  right: 0;
  white-space: nowrap;
  overflow: hidden;
  border-bottom: 1px solid #c8cfd6;
}
@media (max-width: 575px) {
  .tab-wrap .tab-list01 .tabs::-webkit-scrollbar, .tab-wrap .tab-list01 .tabs::-webkit-scrollbar-track, .tab-wrap .tab-list01 .tabs::-webkit-scrollbar-thumb {
    background-color: transparent;
    background: transparent;
  }
}
.tab-wrap .tab-list01 .tabs li {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  padding: 10px;
  cursor: pointer;
  color: #000000;
  opacity: 0.6;
  margin: 0;
  margin-right: 24px;
}
.tab-wrap .tab-list01 .tabs li.active {
  position: relative;
  color: #000000;
  opacity: 1;
}
.tab-wrap .tab-list01 .tabs li.active::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 4px;
  width: 100%;
  background: #f96000;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.main-tab {
  border-bottom: 1px solid #dee2e6;
}
.main-tab span.next {
  display: block;
  position: absolute;
  right: -10px;
  top: 18px;
  width: 12px;
  cursor: pointer;
}
@media (min-width:980px) {
  .main-tab span.next {
    right: -20px;
  }
}
.main-tab span.previous {
  display: block;
  position: absolute;
  left: -10px;
  top: 14px;
  width: 12px;
  cursor: pointer;
}
@media (min-width:980px) {
  .main-tab span.previous {
    left: -20px;
  }
}

.main-tab-stick {
  position: relative;
}
.main-tab-stick .tab-list01 {
  width: 90%;
}
@media (min-width:980px) {
  .main-tab-stick .tab-list01 {
    width: 100%;
  }
}
.main-tab-stick .tab-list01 .tabs {
  border-bottom: 0;
  top: auto;
  bottom: auto;
}
@media (min-width:980px) {
  .main-tab-stick .tab-list01 .tabs {
    top: 0;
    bottom: auto;
  }
}
.main-tab-stick span.next {
  display: block;
  position: absolute;
  right: -12px;
  top: 18px;
  width: 12px;
  cursor: pointer;
}
@media (min-width: 720px) {
  .main-tab-stick span.next {
    display: none !important;
  }
}
.main-tab-stick span.previous {
  display: block;
  position: absolute;
  left: -14px;
  top: 18px;
  width: 12px;
  cursor: pointer;
}
@media (min-width: 720px) {
  .main-tab-stick span.previous {
    display: none !important;
  }
}

.tab-content .tab {
  padding: 32px 0;
  display: none;
}
.tab-content .tab.tab-active {
  display: block;
}

.latest-cards-section {
  background: #f2f2f2;
  padding: 40px 0;
}
@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%;
}

.events__list-item {
  display: flex;
  border-bottom: 1px solid #919fae;
  padding: 30px 0 30px 0;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  align-items: center;
}
@media (max-width: 575px) {
  .events__list-item {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.events__list-item--content {
  flex: 2;
}
@media (max-width: 575px) {
  .events__list-item--content {
    flex: auto;
    width: 100%;
  }
}
.events__list-item--content p.date {
  font-size: 0.8rem;
  margin: 0 0 0.5em 0;
}
.events__list-item--content h4 {
  margin-top: 0;
}
.events__list-item--content h4 a {
  color: #000000;
  display: block;
}
.events__list-item a.btn {
  letter-spacing: 0.03em;
  font-weight: 500;
  margin: 20px 0 0;
}

.main-tab.stick {
  position: sticky;
  max-width: 100%;
  width: 100%;
  top: 88px;
  z-index: 3;
}
@media (max-width:979px) {
  .main-tab.stick {
    top: 69px;
    left: 0;
    padding: 0 24px;
    width: 100%;
  }
}
.main-tab .tab-list01 {
  height: 52px;
}
.main-tab .tab-list01 ul {
  align-items: center;
}
@media (max-width:979px) {
  .main-tab .tab-list01 ul {
    overflow-y: hidden;
    overflow-x: auto;
  }
}
.main-tab .tab-list01 ul li {
  margin-right: 24px;
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  opacity: 0.6;
  position: relative;
  padding: 15px 10px;
  cursor: pointer;
}
.main-tab .tab-list01 ul li.active {
  opacity: 1;
}
.main-tab .tab-list01 ul li.active::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 4px;
  width: 100%;
  background: #f96000;
}

.nav.nav-tabs li a {
  color: #000000;
  opacity: 0.6;
}

.publications-blk {
  padding-bottom: 0;
  padding-bottom: 0;
}
.publications-blk .item-list {
  padding: 25px 0;
  display: flex;
}
.publications-blk .item-list .cols3 {
  width: 25%;
}
@media (max-width:767px) {
  .publications-blk .item-list .cols3 {
    width: 100%;
  }
}
.publications-blk .item-list .cols9 {
  width: 75%;
}
@media (max-width:767px) {
  .publications-blk .item-list .cols9 {
    width: 100%;
    margin: 0;
  }
}
.publications-blk .item-list .action-btn-blk {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 15px 0 0;
}
.publications-blk .item-list .action-btn-blk .btn.default {
  padding: 8px 15px;
  margin: 0 10px 10px 0;
}
.publications-blk .item-list .action-btn-blk .btn.default .btn-icon {
  margin-left: 10px;
  width: 35px;
  height: 35px;
}

.parallax.page-parallax {
  position: relative;
}
.parallax.page-parallax .container-sig {
  position: absolute;
  margin: 0 auto;
  bottom: 100px;
  color: #ffffff;
  left: 0;
  right: 0;
  z-index: 2;
}
.parallax.page-parallax .container-sig .text h2 {
  color: #ffffff;
}
.parallax.page-parallax .container-sig .text h2 a {
  color: #ffffff;
}
.parallax.page-parallax .container-sig .text .link01 {
  color: #f96000 !important;
  font-weight: 500;
  display: inline-block;
  line-height: 30px;
  text-transform: uppercase;
}
.parallax.page-parallax .container-sig .text .link01 .yellow-arrow {
  display: inline-block;
  background: url(/themes/custom/unfpa_global/images/arrow-right.svg) no-repeat 0 0/cover;
  width: 19px;
  height: 19px;
}
.parallax.page-parallax .container-sig .text .link01 i {
  margin: 4px 0 0 10px;
  float: right;
}
.parallax.page-parallax::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 60%;
  max-height: 560px;
  z-index: 1;
  bottom: 0;
  background: black;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.797356)), color-stop(6%, rgba(0, 0, 0, 0.8039215686)), to(rgba(0, 212, 255, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.797356) 0%, rgba(0, 0, 0, 0.802959) 6%, rgba(0, 212, 255, 0) 100%);
}

.tab-wrap.latest-tab-wrap {
  padding: 0;
}

#Publications .publication-listing .publication-listing-row {
  background: #fff;
}
#Publications .publication-listing .publication-listing-row .info-content figure {
  width: 260px;
}
@media (max-width: 575px) {
  #Publications .publication-listing .publication-listing-row .info-content figure {
    width: 100%;
  }
}
#Publications .publication-listing .publication-listing-row .info-action-holder {
  padding: 20px 20px 20px 0;
}
@media (max-width: 575px) {
  #Publications .publication-listing .publication-listing-row .info-action-holder {
    padding: 32px 32px 32px 32px;
  }
}

section h2 {
  margin-bottom: 30px;
}

.publication-listing {
  border-bottom: 0;
  padding: 0 0 48px 0;
  width: 100%;
}
.publication-listing:last-child {
  padding-bottom: 16px;
}
.publication-listing .publication-listing-row {
  -webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.07);
  transition: 0.5s ease-in;
}
.publication-listing .publication-listing-row:hover {
  -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
}

.stiks {
  position: sticky;
  top: 88px;
  z-index: 3;
}
@media (max-width:979px) {
  .stiks {
    top: 70px;
  }
}