.newDes_ninteen .page_header.publication_header {
  padding: 1rem 0 2rem 0;
  min-height: 300px;
  display: flex;
}
.newDes_ninteen.publicaton_page .publication_header .publication_cover {
  max-width: 282px;
  max-height: 364px;
  margin: 9px auto;
  left: 1%;
  position: relative;
  overflow: hidden;
}
.newDes_ninteen .publication_header .publication_cover::after {
  content: '';
  position: absolute;
  background: #d9d9d9;
  top: 12px;
  left: -12px;
  height: 98%;
  width: 98%;
  z-index: -1;
}
.newDes_ninteen .publication_header .header_imagery {
  width: 30%;
  position: relative;
}
.newDes_ninteen .publication_header .publication_cover img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.newDes_ninteen .publication_header .header_imagery::after {
  content: '';
  position: absolute;
  background: #fbfafa;
  top: 10%;
  left: 0;
  height: 90%;
  width: 100%;
  z-index: -2;
}
.newDes_ninteen .header_imagery figure {
  max-width: 598px;
  width: auto;
  max-height: 460px;
  position: relative;
  overflow: hidden;
}
.newDes_ninteen .header_imagery figure figcaption {
  font-size: 0.8rem;
  color: #808080;
  padding: 15px 0 0 0;
  line-height: 1rem;
}
.newDes_ninteen.publicaton_page .page_header .header_text {
  width: 70%;
  position: relative;
}
.newDes_ninteen.publicaton_page .page_header .header_text .content_type_info {
  align-items: center;
  position: relative;
  left: 8%;
  width: 92%;
}
.newDes_ninteen .content_type_info .content_type {
  border-bottom: 2px #f7f2eb solid;
  margin-right: 8%;
}
.publication_item .content_type span,
.newDes_ninteen .content_type_info .content_type span {
  font-size: 14px;
  font-weight: 600;
  color: #f7941d;
  text-transform: uppercase;
  background: #ffffff;
  padding-right: 5px;
  position: relative;
  bottom: -6px;
}
.newDes_ninteen .ct_date {
  font-size: 16px;
  color: #808080;
}
.newDes_ninteen .content_type_info h1 {
  padding: 1rem 0 0 0;
}
.newDes_ninteen .page_subtitle {
  font-size: 24px;
  line-height: 1.5em;
  font-weight: 300;
  width: 90%;
  padding: 10px 0 25px 0;
  color: #808080;
  position: relative;
}
.newDes_ninteen.publicaton_page .page_header .header_text .pub_au_info {
  color: #585858;
}
.newDes_ninteen.publicaton_page .page_header .header_text .pub_au_info  p {
  padding: 5px 0;
  font-size: 16px;
  margin: 0;
}
.newDes_ninteen.publicaton_page .page_header .header_text .pub_au_info  p strong {
  font-weight: 700;
}
.newDes_ninteen .downloads_row {
  padding: 1rem 0 0 0;
  max-width: 90%;
}
.newDes_ninteen .downloads_row a {
  display: inline-block;
  margin: 5px 5px 0 0;
  border: 1px #a5a5a5 solid;
  position: relative;
}
.newDes_ninteen .downloads_row a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0;
  background-color: rgba(255,152,0,0.3);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scale(0.5, 1);
  transform: scale(0.5, 1);
}
.newDes_ninteen .downloads_row a:hover::before {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.newDes_ninteen .downloads_row a span {
  display: block;
  padding: 10px 30px 10px 10px;
  font-size: 14px;
  color: #f7941d;
  position: relative;
}
.newDes_ninteen .downloads_row a span::after {
  content: '';
  position: absolute;
  right: 8px;
  top: 10px;
  width: 20px;
  height: 20px;
  background: url(../../unfpa_offices_common/images/download-arrow.svg) no-repeat center 0;
  z-index: 1;
  background-size: 60%;
}
.newDes_ninteen .downloads_row div div.view-content {
  display: flex;
  flex-wrap: wrap;
}
.newDes_ninteen .publication_header .header_text .btn_share {
  right: 0%;
  top: -2%;
  z-index: 1;
  cursor: pointer;
}

@media (min-width: 1024px) and (max-width: 1260px) {
  .newDes_ninteen.publicaton_page .publication_header .publication_cover {
    max-width: 222px;
    max-height: 304px;
    margin: 0 auto;
    position: relative;
  }
  .newDes_ninteen h2.page_subtitle {
    font-size: 22px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .newDes_ninteen .publication_header .header_imagery {
    width: 40%;
    position: relative;
  }
  .newDes_ninteen.publicaton_page .publication_header .publication_cover {
    max-width: 200px;
    max-height: 284px;
  }
  .newDes_ninteen.publicaton_page .page_header .header_text .content_type_info {
    top: 0;
    left: 8%;
  }
  .newDes_ninteen h2.page_subtitle {
    font-size: 20px;
  }
  .newDes_ninteen.publicaton_page .page_header .header_text .pub_au_info p {
    padding: 5px 0;
    margin: 0;
  }
}

@media (min-width: 640px) and (max-width: 767px) {
  .newDes_ninteen .publication_header .header_imagery {
    width: 40%;
    position: relative;
  }
  .newDes_ninteen.publicaton_page .publication_header .publication_cover {
    max-width: 160px;
    max-height: 244px;
  }
  .newDes_ninteen h2.page_subtitle {
    font-size: 18px;
  }
  .newDes_ninteen.publicaton_page .page_header .header_text .pub_au_info p {
    padding: 5px 0;
    margin: 0;
  }
}

@media (max-width:767px) {
  .newDes_ninteen .publication_header .header_text .btn_share {
    position: fixed;
    top: 88%;
    right: 2%;
    cursor: pointer;
  }
  .newDes_ninteen .page_header.publication_header {
    padding: 2rem 0 0 0;
    min-height: 300px;
    display: flex;
  }
}

@media (max-width: 639px) {
  .newDes_ninteen .page_header.publication_header {
    flex-wrap: wrap;
  }
  .newDes_ninteen .publication_header .header_imagery {
    width: 100%;
    position: relative;
    margin-bottom: 4rem;
  }
  .newDes_ninteen.publicaton_page .publication_header .publication_cover {
    max-width: 222px;
    max-height: 304px;
  }
  .newDes_ninteen.publicaton_page .page_header .header_text {
    width: 100%;
    position: relative;
  }
  .newDes_ninteen.publicaton_page .page_header .header_text .content_type_info {
    align-items: center;
    position: relative;
    top: 10%;
    left: 0;
    transform: translate(0%, -15%);
    width: 100%;
  }
  .newDes_ninteen .content_type_info .content_type {
    border-bottom: 2px #f7f2eb solid;
    margin-right: 15%;
  }
  .newDes_ninteen .content_type_info .content_type span {
    font-size: 0.8rem;
    bottom: -4px;
  }
  .newDes_ninteen h2.page_subtitle {
    font-size: 20px;
    padding: 20px 0 15px 0;
    font-weight: 300;
    width: 100%;
    top: -15px;
  }
  .newDes_ninteen.publicaton_page .page_header .header_text .pub_au_info p {
    font-size: 14px;
    margin: 0;
  }
}
/***********************Publication Listing Page***************************/
.view-display-id-publications_listing_page .view-filters {
  margin-bottom: 30px;
}

.view-display-id-publications_listing_page h1 {
  position: relative;
  display: block;
  padding-bottom: 35px;
}
.view-display-id-publications_listing_page .view-content .views-row {
  border-bottom: 1px dotted #d9dac4;
  padding: 15px 0;
  margin-bottom: 10px;
}
.view-display-id-publications_listing_page .downloads_row .view-content .views-row {
  border: 0;
  padding: 0px;
}
.view-display-id-publications_listing_page .view-content .views-row .left {
  margin-right: 2%;
  width: 18%;
  clear: left;
  float: left;
}
.view-display-id-publications_listing_page .view-content .views-row .left .thumbnail {
  max-height: 292px;
  max-width: 210px;
  overflow: hidden;
}
.view-display-id-publications_listing_page .view-content .views-row .left .thumbnail img {
  -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2);
  box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2);
  height: auto;
  width: 100%;
}
.view-display-id-publications_listing_page .view-content .views-row .right {
  width: 80%;
  float: left;
}
.view-display-id-publications_listing_page .view-content .views-row .right .title {
  padding: 0 0 10px 0;
}
.publication_item .right p {
  color: #585858;
  padding: 0 0 10px 0;
  font-size: 16px;
  line-height: 1.5em;
}
#views-exposed-form-unfpa-publication-content-publications-listing-page input[type=submit].form-submit {
  margin-top: 1.5em !important;
}
