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

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