@keyframes childnav-pos {
  from {
    top: 80px;
    opacity: 0;
  }
  to {
    top: 58px;
    opacity: 1;
  }
}
.filter {
  margin: 0 0 15px 0;
  display: flex;
  gap: 20px;
  align-items: center;
}
@media (max-width:979px) {
  .filter {
    flex-wrap: wrap;
  }
}
.filter .form-group {
  display: inline-block;
  width: 33.33%;
  position: relative;
}
.filter .form-group:nth-child(2) {
  margin-left: 0;
}
.filter .form-group .form-group {
  position: static;
  margin: 0;
}
@media (max-width:979px) {
  .filter .form-group {
    width: 48%;
  }
}
@media (max-width: 575px) {
  .filter .form-group {
    width: 100%;
  }
}
.filter .form-group label {
  display: block;
  font-weight: 400;
  font-size: 0.9em;
  padding: 10px 24px;
}
.filter .form-group input[type=search],
.filter .form-group input[type=text] {
  font-size: 16px;
  border: 1px solid #ffffff;
  padding: 16px;
  border-radius: 8px;
  color: #131619;
  max-height: 60px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  width: 100%;
}
.filter .form-group input[type=search]::placeholder,
.filter .form-group input[type=text]::placeholder {
  color: #686a6c;
  font-weight: 400;
}
.filter .form-group input[type=search]:hover,
.filter .form-group input[type=text]:hover {
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.21);
}
.filter .form-group input[type=search]:focus, .filter .form-group input[type=search].is-writing, .filter .form-group input[type=search].active,
.filter .form-group input[type=text]:focus,
.filter .form-group input[type=text].is-writing,
.filter .form-group input[type=text].active {
  border: 1px solid #f96000 !important;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.filter .form-group input[type=search].error,
.filter .form-group input[type=text].error {
  border: 1px solid #f10f45 !important;
  font-weight: 700;
  color: #a00f31;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.filter .form-group input[type=search].error::placeholder,
.filter .form-group input[type=text].error::placeholder {
  color: #a00f31;
  font-weight: 700;
}
.filter .form-group input[type=search]:focus-visible,
.filter .form-group input[type=text]:focus-visible {
  border: 1px solid #f96000;
  outline: 0;
}
@media (min-width:768px) and (max-width:979px) {
  .filter .form-group input[type=search],
  .filter .form-group input[type=text] {
    min-width: 200px;
  }
}
.filter .form-group input[type=text] {
  padding-left: 40px;
}
.filter .form-group .multi-dropdown {
  margin-left: 0;
  min-width: auto;
}
.filter .form-group .multi-dropdown ul {
  padding: 0;
}
.filter .form-group .multi-dropdown ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.filter .form-group .select-dropdown {
  position: relative;
  background-color: #ffffff;
  border-radius: 5px;
}
.filter .form-group .select-dropdown select {
  font-size: 14px;
  border-radius: 8px;
  padding: 13.5px 40px 13.5px 14px;
  max-height: 50px;
  color: #131619;
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  width: 100%;
  background-color: #eff1f7;
  position: relative;
  z-index: 2;
}
.filter .form-group .select-dropdown select:hover, .filter .form-group .select-dropdown select.is-open {
  border: 1px solid #f96000;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}
@media all and (-ms-high-contrast: none) {
  .filter .form-group .select-dropdown select {
    padding: 13.5px 10px 13.5px 14px;
  }
  .filter .form-group .select-dropdown *::-ms-backdrop select {
    padding: 13.5px 10px 13.5px 14px;
  }
}
.filter .form-group .select-dropdown::after {
  content: "";
  width: 15px;
  height: 15px;
  background: url(../images/icon-arrow-down.svg) no-repeat center center;
  position: absolute;
  right: 15px;
  top: 20px;
  z-index: 1;
  display: none;
}
.filter .form-group .select-dropdown__year,
.filter .form-group .select-dropdown .selectdropdown.form-select {
  min-width: 100%;
}
.filter .form-group .select-dropdown .selectdropdown span.current {
  font-weight: normal;
}
.filter .form-group input[type=text].search-input,
.filter .form-group input[type=search].search-input {
  border: none;
  width: 100%;
  background: none;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none;
  border-bottom: 1px solid #919395;
  border-radius: 5px 5px 0 0;
  padding: 10px 24px;
  font-size: 15px;
}
.filter .form-group .srch-icon {
  position: absolute;
  left: 5%;
  top: 30%;
  width: 16px;
  height: 16px;
  z-index: 1;
}
.filter .form-group .srch-icon svg {
  width: 16px;
  height: 16px;
}
.filter .form-group .srch-clr {
  position: absolute;
  right: 12px;
  top: 18px;
  z-index: 1;
  border-radius: 50%;
  background: #f96000;
  width: 20px;
  height: 20px;
}
.filter .form-group .srch-clr::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 55%;
  background: #fff;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transform: rotate(-45deg);
}
.filter .form-group .srch-clr::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 55%;
  background: #fff;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
}

.view-filters.form-group {
  border-bottom: 1px solid #c8cfd6;
  padding: 25px 0 25px 0;
}

.view-id-evaluation_database .filter .form-group input[type=submit] {
  position: relative;
}

.view-filter {
  border-bottom: 1px solid #dee2e6;
  padding: 0 0 25px;
  margin-bottom: 35px;
}
.view-filter label {
  width: 100%;
  margin: 0 0 20px;
  font-weight: 400;
  color: #131619;
}
.view-filter a {
  float: left;
  margin: 0 25px 0 0;
  color: #000;
  font-size: 14px;
  opacity: 0.4;
  transition: all ease 0.3s;
  position: relative;
}
.view-filter a i {
  float: left;
  margin: 0 12px 0 0;
}
.view-filter a:hover {
  opacity: 1;
}
.view-filter a.active {
  opacity: 1;
}
.view-filter a.active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.multi-dropdown .toggle-btn {
  padding: 16px 42px 16px 16px;
  cursor: pointer;
}
.multi-dropdown .toggle-btn:after {
  content: "";
  border: none !important;
  width: 7px;
  height: 7px;
  border-left: 2px solid #3d4042 !important;
  border-bottom: 2px solid #3d4042 !important;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  position: absolute;
  right: 20px !important;
  top: 43%;
}
.multi-dropdown .toggle-btn.active::after, .multi-dropdown .toggle-btn.is-active::after {
  transform: rotate(135deg) !important;
  -ms-transform: rotate(135deg) !important;
}

.selected-label {
  display: flex;
  flex-wrap: wrap;
}
.selected-label li {
  list-style: none;
  background: #fdcfb3;
  color: #131619;
  font-weight: 600;
  border-radius: 20px;
  padding: 8px 8px 8px 16px;
  font-size: 11px;
  margin: 0 7px 7px 0;
  display: flex;
  align-items: center;
  line-height: 19px;
}
.selected-label li p {
  font-size: 11px;
  flex: 1;
}
.selected-label li a.cls {
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: #f96000;
  margin-left: 12px;
  position: relative;
}
.selected-label li a.cls::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 55%;
  background: #fff;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
}
.selected-label li a.cls::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 55%;
  background: #fff;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transform: rotate(-45deg);
}

.year-select .multi-dropdown {
  min-width: 110px;
}
.year-select .multi-dropdown .toggle-btn {
  padding: 16px 26px 16px 16px;
}
.year-select .multi-dropdown .toggle-btn::after {
  right: 16px !important;
  top: 25px;
}
.year-select .multi-dropdown .toggle-btn.active::after {
  top: 27px;
}
.year-select .custom-multiselect01 ul li label input[type=checkbox] + .checkmark {
  left: 0;
  right: auto;
  width: 4px;
  height: 100%;
  background: transparent;
  border-radius: 0;
  border: none;
}
.year-select .custom-multiselect01 ul li label input[type=checkbox]:checked + .checkmark {
  background: #f96000;
}
.year-select .selected-label li {
  font-weight: 900;
  font-size: 13px;
}
.year-select .selected-label li a.cls {
  margin-left: 9px;
}

.filter-by-sort ul {
  max-width: 500px;
  padding: 0;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #919395;
}
.filter-by-sort ul li {
  list-style: none;
  padding: 0;
  margin: 0 30px 0 0;
}
.filter-by-sort ul li a {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 10px 5px 18px;
  position: relative;
  font-size: 13px;
  font-weight: 600;
  color: #686a6c;
  transition: all ease 0.2s;
}
.filter-by-sort ul li a:hover {
  color: #131619;
}
.filter-by-sort ul li a::after {
  content: "";
  width: 100%;
  height: 3px;
  background: #f96000;
  bottom: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  transition: all ease 0.2s;
}
.filter-by-sort ul li a i {
  margin-right: 12px;
}
.filter-by-sort ul li.active a {
  color: #131619;
}
.filter-by-sort ul li.active a::after {
  opacity: 1;
}

.path-videos .filter {
  position: relative;
  z-index: 4;
}

.path-photo-features .multi-dropdown,
.pane-slideshow .multi-dropdown {
  min-width: auto;
}
@media (max-width:767px) {
  .path-photo-features .filter,
  .pane-slideshow .filter {
    flex-wrap: wrap;
  }
  .path-photo-features .filter .form-group,
  .pane-slideshow .filter .form-group {
    width: 48%;
    flex-grow: 1;
  }
  .path-photo-features .filter .form-group input[type=text],
  .pane-slideshow .filter .form-group input[type=text] {
    min-width: auto;
  }
}
@media (max-width: 575px) {
  .path-photo-features .filter .form-group,
  .pane-slideshow .filter .form-group {
    margin: 0;
  }
}

.lang-ar .selected-label li {
  padding: 7px 13px 7px 7px;
  margin: 0 0 7px 7px;
}
.lang-ar .selected-label li a.cls {
  margin-left: auto;
  margin-right: 12px;
}

.lang-ar .filter .form-group .srch-icon {
  left: inherit;
  right: 5%;
}
.lang-ar .filter .form-group input[type=text] {
  padding: 16px 50px 16px 16px;
}

.filter .form-group input[type=text].search-input {
  padding-left: 30px;
  background-color: #eff1f7;
  width: 100%;
}
.filter .form-group .list i.srch-icon {
  left: 8px;
  top: 5px;
}

.publication-header {
  position: relative;
  width: 100%;
  padding: 24px 0 0 0;
}
@media (min-width:980px) {
  .publication-header {
    padding: 24px 0 48px 0;
  }
}
.publication-header::after {
  content: "";
  width: 100%;
  height: 60%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 0;
  background-color: #eff1f7;
}
@media (min-width:980px) {
  .publication-header::after {
    height: 100%;
  }
}
.publication-header .container-sig {
  position: relative;
  z-index: 1;
}
.publication-header .header_content {
  display: flex;
  position: relative;
  gap: 0px;
  flex-direction: column-reverse;
}
@media (min-width:980px) {
  .publication-header .header_content {
    gap: 64px;
    flex-direction: row;
  }
}
.publication-header .header_content .cl-grp {
  max-width: 360px;
  width: 100%;
  z-index: 1;
  margin: 0 auto;
}
.publication-header .header_content .cl-grp .action-blk {
  gap: 16px;
}
.publication-header .header_content .cl-grp .action-blk .download-dropdown {
  width: 80%;
}
.publication-header .header_content .cl-grp .action-blk .download-dropdown .selectdropdown {
  width: 100%;
}
.publication-header .header_content .cl-title {
  width: 100%;
  padding: 24px 0;
}
@media (min-width:980px) {
  .publication-header .header_content .cl-title {
    width: 68%;
    padding: 24px 0;
  }
}
@media (min-width:980px) {
  .publication-header .header_content .cl-title h1 {
    font-size: 40px;
  }
}
.publication-header .header_content .cl-title .content-type {
  color: #131619;
  text-transform: normal;
  font-size: 14px;
  font-weight: 400;
  display: inline-flex;
  background-color: #ffffff;
  border-radius: 75px;
  padding: 4px 8px;
  margin-bottom: 16px;
}

.pubGraphics {
  max-width: 360px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media (max-width:979px) {
  .pubGraphics {
    max-width: 460px;
    margin: 16px auto;
    position: relative;
  }
}
.pubGraphics figure {
  width: 100%;
  margin: 0;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  height: 100%;
  min-height: 360px;
  margin-bottom: 32px;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.pubGraphics figure:hover {
  -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.14);
}
.pubGraphics figure img {
  width: 100%;
  object-fit: cover;
  margin: 0;
}
.pubGraphics .pub-dtl {
  padding: 12px 24px;
}

.abt-pub {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
.abt-pub .cl-pub p {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}
.abt-pub .cl-pub p:first-child {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  color: #686a6c;
  display: block;
  margin-bottom: 8px;
}

.publication-cnts {
  display: flex;
  min-height: 160px;
}
@media (max-width: 860px) {
  .publication-cnts {
    gap: 0;
    flex-direction: column;
    justify-content: flex-start;
  }
}
@media (min-width:980px) {
  .publication-cnts {
    flex-direction: row;
    gap: 64px;
    justify-content: flex-end;
    min-height: 480px;
  }
}
.publication-cnts .colp-lct {
  max-width: 360px;
  width: 100%;
  position: relative;
  display: none;
}
@media (min-width:980px) {
  .publication-cnts .colp-lct {
    display: block;
    max-width: 360px;
    width: 100%;
    position: relative;
  }
}
.publication-cnts .colp-rct {
  width: 98%;
}
@media (min-width:980px) {
  .publication-cnts .colp-rct {
    width: 70%;
  }
}
@media (min-width:980px) {
  .publication-cnts article.glbl {
    padding: 0;
  }
}