.path-campaign-data .alert-success .popup-wrapper,
.path-campaign-data .alert-success .overley-white {
  display: block;
}

.path-campaign-data .popup-wrapper {
  max-width: 600px;
  position: relative;
  top: 5px;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 auto;
  z-index: 100;
  max-height: 440px;
  overflow: auto;
}

.path-campaign-data .popup-wrapper .share-card {
  background-color: transparent;
  -webkit-box-shadow: 0px 0px 24px -5px rgba(0, 0, 0, 0.28);
  box-shadow: none;
  padding: 0;
}

/*SOF News and publication pages css*/

.news-list .news-icon {
  height: 18px;
}

.news-list .item-list a .secondary-arrow {
  margin: 1px 0 0 10px;
  float: right;
}

.publications-blk .item-list a .secondary-arrow {
  float: right;
}

.item-list__list-content--downloads a.btn-download strong:after {
  background: url("../images/icon-arrowdown-download-black.svg") center center no-repeat !important;
}

.yellow-arrow {
  display: inline-block;
  background: url("../images/arrow-right.svg") no-repeat 0 0 / cover;
  width: 19px;
  height: 19px;
}

.latest-items .campaigns-card .ct-card__details--body a.btn {
  box-shadow: none !important;
}

.latest-items .campaigns-card .ct-card__details--body a.btn .secondary-arrow {
  margin: 1px 0 0 10px;
  float: right;
}

.view-publications .filter .form-group:nth-child(1) input {
  width: 260px;
}

.view-publications .filter .form-group:nth-child(2) select {
  width: 253px;
}

.view-publications .filter .form-group:nth-child(3) select {
  width: 200px;
}

.view-publications .filter .select-dropdown__year {
  min-width: 10px;
}

.page-node-type-ct-publications .publication-header::before {
  background: none;
}

.view-publications .publication-header {
  background: none;
}

@media (min-width: 991px) and (max-width: 1100px) {
  .publications-blk.grid-view01>.row {
    width: 50% !important;
  }
}

@media (min-width: 760px) and (max-width: 990px) {
  .view-publications .filter .form-actions .button {
    margin-top: 31px;
  }
}

@media (max-width: 575px) {
  .view-publications .filter .form-group:nth-child(1) input {
    width: 100%;
  }

  .view-publications .filter .form-group:nth-child(2) select {
    width: 100%;
  }

  .view-publications .filter .form-group:nth-child(3) select {
    width: 100%;
  }

  .view-publications .pager-nav {
    display: inline-block;
    width: 100%;
  }

  .view-publications .pager-nav ul.pager {
    display: inline-block;
    width: 100%;
    text-align: left;
    padding: 0 0 25px;
    margin: 0;
  }

  .view-publications .pager-nav ul.pager li {
    float: left;
    margin: 0 15px 0 0;
  }

  .view-publications .pager-nav ul.pager li a {
    padding: 0;
  }

  .view-publications ul.pager li.pager-previous a,
  .view-publications ul.pager li.page-item.prev a {
    top: -4px;
    right: 68px;
  }

  .view-publications ul.pager li.pager-next,
  .view-publications ul.pager li.page-item.next {
    top: auto;
    bottom: 0;
  }
}

/*EOF News and publication pages css*/

/*SOF latest page css*/

.events__list-item--content p.date {
  font-size: 12px;
}

.latest-header__content .breadcrumb+.container {
  /*display: none;*/
}

.latest-items .slideshow-blk .ct-card-group .ct-card {
  min-width: 48%;
  max-width: 48%;
  width: calc(100% / 2 - 6%);
}

.latest-items .slideshow-blk .btn-blk {
  text-align: center;
}

.latest-items .publications-blk {
  background: #f7f6f1 !important;
  padding-bottom: 60px !important;
}

.latest-items .publications-blk .btn-blk {
  margin-top: 50px;
}

.latest-items .event-cnt .pad-top-bottom {
  padding-top: 0;
}

.path-latest .container-fluid.page {
  background: #f2f2f2;
}

.path-latest .campaign-blk {
  margin-top: 30px;
  padding-bottom: 0;
}

.path-latest .campaign-blk h2 {
  font-size: 2.5em;
  margin-bottom: 1em;
}

.path-latest .campaign-blk h2 a {
  color: #fff;
  transition: all ease 0.1s;
}

.path-latest .campaign-blk h2 a:hover {
  color: #f96000;
}

.path-latest .text-wrap01 h3 a {
  color: #000;
  transition: all ease 0.1s;
}

.path-latest .text-wrap01 h3 a:hover {
  color: #4495d1;
}

.path-latest .view-publications .image {
  padding-left: 0;
}

.path-latest .events.event-cnt {
  margin-top: 0;
  padding-top: 70px;
}

.path-latest .events__list-item a.btn {
  padding-top: 0;
}

.path-latest .campaign-blk .parallax {
  min-height: 630px;
}

.path-latest .campaign-blk .view-empty {
  color: #fff;
  font-weight: 500;
  font-size: 30px;
}

.path-latest .campaign-blk .page-content {
  margin: -240px 0 0;
  padding: 0 0 70px;
}

.path-latest .campaign-blk .page-content .views-element-container {
  text-align: center;
  width: 100%;
}

@media (min-width: 760px) and (max-width: 990px) {
  .path-latest .video-blk .card {
    width: 33.33%;
  }

  .latest-items .video iframe {
    min-height: 130px;
  }
}

@media (max-width: 575px) {
  .latest-items .slideshow-blk .ct-card-group .ct-card {
    min-width: 100%;
    max-width: 100%;
  }
}

/*EOF latest page css*/

/*---- SOF Evaluation CSS ----*/

.evaluation-overview-social {
  float: left;
  width: 100%;
  margin: 30px 0 50px;
  display: flex;
}

.evaluation-overview-social .evos-box {
  display: block;
  width: calc(100% / 3.13);
  min-height: 130px;
  max-width: 185px;
  margin: 0 15px 0 0;
  background: #ffffff;
  -webkit-box-shadow: 0 1px 6px 0px #ababab;
  box-shadow: 0 1px 6px 0px #ababab;
  float: left;
  position: relative;
  padding: 10px 20px 45px 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  box-sizing: initial;
}

.evaluation-overview-social .evos-box:hover {
  background: #ff9800;
  background: -moz-linear-gradient(45deg, #ff9800 0%, #ffe1b9 100%);
  background: -webkit-linear-gradient(45deg, #ff9800 0%, #ffe1b9 100%);
  background: linear-gradient(45deg, #ff9800 0%, #ffe1b9 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FF9800', endColorstr='#ffe1b9', GradientType=1);
}

.evaluation-overview-social .evos-box:last-child {
  background: #da8c18;
  background: -moz-linear-gradient(45deg, #fba21c 0%, #cf7510 100%);
  background: -webkit-linear-gradient(45deg, #fba21c 0%, #cf7510 100%);
  background: linear-gradient(45deg, #fba21c 0%, #cf7510 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fba21c', endColorstr='#cf7510', GradientType=1);
}

.evaluation-overview-social .evos-box::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 5px;
  background-color: #d8d8d8;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 100;
  bottom: 20px;
}

.evaluation-overview-social .evos-box .evos-icon {
  width: 40px;
  height: 40px;
  border-radius: 80%;
  margin: 10px auto;
  background: #e08312;
  background: -moz-linear-gradient(49deg, #e08312 0%, #dd8f11 50%, #ce730f 51%, #ce730f 100%);
  background: -webkit-linear-gradient(49deg, #e08312 0%, #dd8f11 50%, #ce730f 51%, #ce730f 100%);
  background: linear-gradient(49deg, #e08312 0%, #dd8f11 50%, #ce730f 51%, #ce730f 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#e08312', endColorstr='#ce730f', GradientType=1);
}

.evaluation-overview-social .evos-box:hover .evos-icon,
.evaluation-overview-social .evos-box:last-child .evos-icon {
  background: #ffffff;
}

.evaluation-overview-social .evos-box .evos-icon .icon-signup {
  background: url("../images/email-icon.png") no-repeat center center / 24px;
  width: 40px;
  height: 40px;
}

.evaluation-overview-social .evos-box:hover .evos-icon .icon-signup {
  background: url("../images/email-icon-hover.png") no-repeat center center / 24px;
  width: 40px;
  height: 40px;
}

.evaluation-overview-social .evos-box .evos-icon .icon-twitter {
  background: url("../images/icon-x-black.svg") no-repeat center center / 20px;
  width: 40px;
  height: 40px;
}

.evaluation-overview-social .evos-box:hover .evos-icon .icon-twitter,
.evaluation-overview-social .evos-box:last-child .evos-icon .icon-twitter {
  background: url("../images/twitter-icon-hover.png") no-repeat center center / 20px;
  width: 40px;
  height: 40px;
}

.evaluation-overview-social .evos-box:hover .icon-database,
.evaluation-overview-social .evos-box:last-child .icon-database {
  background: url("../images/data-icon-hover.png") no-repeat center center / 23px;
  width: 40px;
  height: 40px;
}

.evaluation-overview-social .evos-box p {
  padding: 10px;
  text-align: center;
  color: #cf7510;
}

.evaluation-overview-social .evos-box p a {
  position: absolute;
  top: 0;
  left: 0;
  padding: 70px 5px 0 5px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  color: #cf7510;
  font-size: 15px;
  line-height: 19px;
  text-decoration: none;
}

.evaluation-overview-social .evos-box:hover p a,
.evaluation-overview-social .evos-box:last-child p a {
  color: #ffffff;
}

.evaluation-blk .ct-card-group {
  width: 100%;
  margin: 0;
}

.evaluation-blk .panel-col-last {
  position: relative;
}

.evaluation-blk .pad-top-bottom.level1 {
  padding-top: 70px;
  padding-bottom: 20px;
}

.evaluation-blk .pager-nav {
  display: inline-block;
  width: 100%;
}

/*.evaluation-blk .ct-card {
  padding-bottom: 0;
}*/

.evaluation-blk .bg-white .ct-card {
  background: #f2f2f2;
}

.evaluation-blk .bg-white .ct-card__details--body {
  background: #f2f2f2;
}

.evaluation-blk .ct-card .btn.primary {
  color: #919fae;
  padding: 0 20px 0 0;
  background: none;
  border: none;
  box-shadow: none;
}

.evaluation-blk .ct-card .btn.primary:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  top: 2px;
  background: url("../images/arrow-2nd-right.svg") no-repeat 0 0 / cover;
  width: 14px;
  height: 14px;
}

@media (max-width: 767px) {
  .evaluation-blk {
    margin: 0 -15px;
  }

  .evaluation-blk h1 {
    padding: 0 15px;
  }

  .evaluation-blk .content .field--name-body {
    padding: 0 15px;
  }

  .evaluation-blk .pad-top-bottom.level1 {
    padding: 40px 15px 0;
  }

  .evaluation-overview-social {
    padding: 0 15px;
  }
}

@media (max-width: 575px) {
  .evaluation-overview-social {
    display: block;
    padding: 0;
  }

  .evaluation-overview-social .evos-box {
    width: 33%;
    max-width: 100%;
    margin: 0 2% 10px;
    padding: 10px 20px 68px 20px;
  }

  .evaluation-overview-social .evos-box p a {
    padding: 70px 10px 0 10px;
  }
}

/*---- EOF Evaluation CSS ----*/

/*---- SOF gw-3686 login pages css ----*/

.tabs-wrapper ul {
  border-color: #dedede;
}

.tabs-wrapper li a {
  color: #afafaf !important;
  font-size: 18px;
  padding: 20px !important;
}

.tabs-wrapper li.active a {
  color: #333 !important;
  background: none !important;
}

.tabs-wrapper li.active a:after {
  background: #f96000 !important;
  bottom: -2px !important;
}

.user-login-form-wrapper {
  margin-bottom: 60px;
}

.user-login-form-wrapper label.control-label {
  font-weight: 400;
  margin: 0 0 10px;
}

.user-login-form-wrapper input.form-control {
  height: 45px;
  padding: 0 20px;
  box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.1);
  margin: 0 0 20px;
  border-color: #dedede;
}

.user-login-form-wrapper input.form-control:focus {
  box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.1);
}

.user-login-form-wrapper .form-actions {
  text-align: center;
}

.user-login-form-wrapper .form-actions button {
  margin: 15px 0 0 !important;
}

.manual-login h1 {
  text-align: center;
  margin: 40px 0 30px;
}

.manual-login .breadcrumb li:last-child:before {
  padding: 0 5px;
  color: #ccc;
  content: "/";
}

.login-wrp {
  max-width: 400px;
  margin: 0 auto;
  padding-bottom: 25px;
}

.login-wrp .tabs {
  max-width: 100% !important;
}

.login-wrp .user-login-form {
  max-width: 100%;
}

.login-wrp .user-pass {
  max-width: 100%;
}

.login-wrp .social-auth {
  display: block;
  width: 300px;
  margin: 0 auto;
}

.login-wrp .social-auth img {
  width: 100%;
}

.path-manual .container-fluid {
  background: #f7f7f7;
}

/*---- EOF gw-3686 login pages css ----*/

/*---- SOF Slidshows page css ----*/

.pane-slideshow .form-inline input {
  width: 25%;
  font-size: 14px;
  border: 1px solid #000000;
  padding: 0 24px;
  color: #000000;
  height: 50px;
  background-color: #ffffff;
  border-radius: 4px;
  margin: 0 15px 10px 0;
  float: left;
}

.pane-slideshow .select-wrappers {
  margin: 0 0 10px 0;
}

.pane-slideshow .form-inline select {
  width: 100%;
  font-size: 14px;
  border: 1px solid #000000;
  padding: 0 24px;
  color: #000000;
  height: 50px;
  background-color: #ffffff;
  border-radius: 4px;
  margin: 0;
  float: left;
}

.pane-slideshow .form-inline button.button {
  border: none;
  color: #fff;
  letter-spacing: 0.08em;
  background-color: #f96000;
  padding: 1em 2em;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  transition: 0.5s ease-in;
  float: left;
}

.pane-slideshow .form-inline button.button:hover {
  color: #ffffff;
  background-color: #db7b0b;
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.3);
}

/*---- EOF Slidshows page css ----*/

/* css for flex slide image capiton */

.flexslider .slides>li p {
  font-size: 14px;
  line-height: 1.4;
  padding: 1em 0;
}

.path-photo-features .view-empty {
  padding: 25px 0;
}

/*-- SOF Partners (private sector spotlight) branch css --*/

.partners-map-inner-top-wrapper .dropbox-wrapper {
  float: left;
  width: auto;
}

.partners-map-inner-top-wrapper .dropbox-wrapper .partners.popup-show-hide {
  width: 100%;
}

.partners-list-container {
  overflow: auto;
}

.partners-map-inner-top-wrapper .dropbox-wrapper .show-all-partners {
  background: none !important;
  color: #333 !important;
}

.partners-map-inner-top-wrapper .dropbox-wrapper .show-all-partners:before {
  content: "";
  position: absolute;
  top: 12px;
  right: 13px;
  border: 2px solid #f96000;
  width: 11px;
  height: 11px;
  border-left: none;
  border-bottom: none;
  transform: rotate(135deg);
  transition: all ease 0.2s;
}

.partners-map-inner-top-wrapper .dropbox-wrapper .show-all-partners.active:before {
  transform: rotate(-45deg);
  top: 16px;
}

.partners-map-inner-top-wrapper .title h3 {
  font-weight: 400;
  font-size: 20px;
}

.block-partners-country-map {
  max-width: 1000px;
  margin: 0 auto 30px;
  padding: 0 20px 30px;
  border: 1px solid #d9dac4;
  border-radius: 10px;
}

.block-partners-country-map .tt_name_sm {
  width: 100% !important;
}

.block-partners-country-map img#xpic_sm_map {
  width: 22px !important;
}

.block-partners-country-map ul.partner-des-list {
  padding: 15px 20px;
}

.block-partners-country-map ul.partner-des-list li {
  list-style-type: disc;
  margin-bottom: 15px;
}

.block-partners-country-map .title h4 {
  color: #ea8e05;
  font-size: 16px;
  font-weight: normal;
  margin: 20px ​0 10px;
}

.block-partners-country-map {
  position: relative;
}

@media screen and (min-width: 800px) {
  .partners-map-inner-top-wrapper .title {
    width: 60%;
    float: left;
    margin-top: 12px;
  }

  .partners-map-inner-top-wrapper .dropbox-wrapper {
    float: right;
    width: 40%;
  }
}

/*-- EOF Partners (private sector spotlight) branch css --*/

/*-- SOF open data branch news-library-listing-page css --*/

.path-news-library-listing-page h1.title {
  margin: 50px 0 25px;
}

.path-news-library-listing-page .item-list__image--wrapper img {
  width: 100%;
}

.path-news-library-listing-page .item-list__list-content ul {
  margin: 0 0 20px;
}

.path-news-library-listing-page .item-list__list-content ul li {
  color: #000000;
  margin: 0 0 5px;
  font-size: 14px;
}

.path-news-library-listing-page .item-list__list-content ul li i {
  float: left;
  margin: 2px 10px 0 0;
}

.path-news-library-listing-page .item-list__list-content ul li .news-icon {
  width: 16px;
  height: 20px;
}

.path-news-library-listing-page .item-list__list-content h4 {
  margin: 0 0 15px;
}

.path-news-library-listing-page .item-list__list-content h4 a {
  color: #000;
}

.path-news-library-listing-page .item-list__list-content h4 a:hover {
  color: #4a8bcd;
}

.path-news-library-listing-page .item-list__list-content p {
  margin: 0 0 10px;
  line-height: 1.4;
}

.path-news-library-listing-page .item-list__list-content p strong {
  font-weight: 400;
}

.path-news-library-listing-page .item-list {
  border-bottom: 1px solid #dee2e6;
  padding: 25px 0;
}

.path-news-library-listing-page .pager-nav {
  max-width: 1000px;
  margin: 0 auto;
}

@media (max-width: 760px) {
  .path-news-library-listing-page h1.title {
    margin: 35px 0 15px;
  }

  .path-news-library-listing-page .item-list .col-sm-5 {
    width: 33.33333333%;
    float: left;
  }

  .path-news-library-listing-page .item-list .col-sm-7 {
    width: 66.66666667%;
    float: left;
  }
}

@media (max-width: 575px) {
  .path-news-library-listing-page .item-list .col-sm-5 {
    width: 80%;
    margin-bottom: 20px;
  }

  .path-news-library-listing-page .item-list .col-sm-7 {
    width: 100%;
  }
}

/*-- EOF open data branch news-library-listing-page css --*/

/*-- SOF search branch UI fixes --*/

.path-search .breadcrumb {
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px 15px;
}

.path-search .region-content .search-form {
  max-width: 1000px;
  margin: 20px auto 0;
  padding: 0 15px;
  border-bottom: 1px solid #d1d1d1;
}

.path-search .region-content .search-form .input-group {
  display: inline-block;
  width: 100%;
  padding-bottom: 15px;
}

.path-search .region-content .search-form label {
  font-weight: 500;
  font-size: 0.8em;
  width: 100%;
}

.path-search .region-content .search-form input.form-search {
  max-width: 340px;
  float: left;
  border: 1px solid #000000;
  font-size: 14px;
  padding: 0 24px;
  color: #000000;
  height: 50px;
  background-color: #ffffff;
  border-radius: 4px !important;
  margin: 0 15px 0 0;
}

.path-search .region-content .search-form input.form-search:hover {
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.28);
}

.path-search .region-content .search-form .input-group-btn {
  float: left;
}

.path-search .region-content .search-form .input-group-btn button {
  float: left;
  background-color: #f96000;
  color: #ffffff;
  border: 0;
  bottom: 2px;
  padding: 16px 2em;
  transition: 0.5s ease-in;
  margin: 0;
  border-radius: 4px;
}

.path-search .search-help-link {
  display: none;
}

.path-search .search-form+h2 {
  display: none;
}

.path-search .solr-search-result-wrapper {
  /*border-bottom: 1px solid #d1d1d1;*/
  padding-bottom: 0;
}

.path-search .pager-nav {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 15px;
}

@media (max-width: 700px) {
  .path-search .pager-nav {
    padding: 0;
    padding-left: 15px;
  }
}

.path-search ul.pager {
  margin-top: 60px;
}

.path-search .search-display .search-block-form label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.path-search .filter .form-group .form-actions {
  position: relative;
}

/*-- EOF search branch UI fixes --*/

/*-- EOF search branch UI fixes --*/

.page-node-type-ct-resource-pages .container-fluid+.footer-pad {
  margin: 0;
}

/* Donor header css */

.donor-header {
  position: relative;
  background-color: #f2f2f2;
}

.donor-header.no-bg {
  background-color: transparent;
}

.donor-header__content {
  padding: 1.2em 0.8em 0 0.8em;
}

@media (min-width: 980px) {
  .donor-header__content {
    padding: 1.2em 2em;
  }
}

.donor-header .content-type {
  color: #f96000;
  text-transform: normal;
  font-size: 1em;
  margin-bottom: 0.5em;
}

.donor-header__figure {
  display: block;
  max-width: 1000px;
  width: 100%;
}

.donor-header__figure img {
  display: block;
  width: 100%;
}

.donor-header__figure figcaption {
  font-size: 0.8em;
  line-height: 1.4;
  padding: 1em 0;
}

.page-node-type-ct-site-pages .view-display-id-ppm_content .views-exposed-form {
  position: relative;
}

body.user-logged-in {
  padding-top: 78px;
}

/*-- 404 page css --*/

.page-not-found {
  padding: 50px;
  margin: 0 auto;
}

.page-not-found h1 {
  font-size: 200px;
  text-align: center;
  margin-bottom: 0px;
}

@media screen and (max-width: 720px) {
  .page-not-found h1 {
    font-size: 100px;
    text-align: center;
    margin-bottom: 0px;
  }
}

.page-not-found h3 {
  text-align: center;
  font-weight: 700;
}

.page-not-found p {
  text-align: center;
  font-size: 16px;
  max-width: 520px;
  margin: 0 auto;
}

.page-not-found a {
  display: block;
  max-width: 220px;
  margin: 25px auto;
  padding: 15px 25px;
  background-color: #f7941e;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  text-shadow: 0 1px #a75f0a;
  font-size: 16px;
  text-transform: uppercase;
}

.page-not-found a:hover {
  color: #fff;
}

/*-- Domain access denied page css --*/

.domain-access-denied {
  padding: 50px;
  margin: 0 auto;
}

.domain-access-denied h1 {
  font-size: 200px;
  text-align: center;
  margin-bottom: 0px;
}

@media screen and (max-width: 720px) {
  .domain-access-denied h1 {
    font-size: 100px;
    text-align: center;
    margin-bottom: 0px;
  }
}

.domain-access-denied h3 {
  text-align: center;
  font-weight: 700;
}

.domain-access-denied p {
  text-align: center;
  font-size: 16px;
  max-width: 520px;
  margin: 0 auto;
}

.domain-access-denied a {
  display: block;
  max-width: 220px;
  margin: 25px auto;
  padding: 15px 25px;
  background-color: #f7941e;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  text-shadow: 0 1px #a75f0a;
  font-size: 16px;
  text-transform: uppercase;
}

.domain-access-denied a:hover {
  color: #fff;
}

.news-list .grid-t-b {
  display: none;
}

.news-list.grid-view01 .list-t-b {
  display: none;
}

.news-list.grid-view01 .grid-t-b {
  display: block;
}

.path-contact h1#page-title {
  display: none;
}

input[type="email"],
textarea.form-control {
  font-size: 14px;
  border: 1px solid #000000;
  padding: 24px;
  color: #000000;
  background-color: #ffffff;
}

.page-node-type-ct-evaluation .report-data {
  padding: 0px;
}

.page-node-type-ct-evaluation .resources-blk .row .card .card-body h4 {
  font-size: 20px;
  margin-bottom: 20px;
  min-height: 0px;
}

/*---- SOF featurpub branch css ----*/

.page-node-type-ct-featured-publication .field-name-field-featured-pub-banner {
  margin: 50px auto 0;
  max-width: 1000px;
  position: relative;
  padding: 0 10px;
}

.page-node-type-ct-featured-publication.user-logged-in .field-name-field-featured-pub-banner {
  margin-top: 0;
}

.page-node-type-ct-featured-publication .field-name-field-featured-pub-banner img {
  width: 100%;
  height: auto !important;
}

.page-node-type-ct-featured-publication #content-1,
.page-node-type-ct-featured-publication #content-2,
.page-node-type-ct-featured-publication #content-3 {
  padding: 50px 10px;
  position: relative;
}

.page-node-type-ct-featured-publication .column.left .views-row {
  display: inline-block;
  width: 100%;
}

.page-node-type-ct-featured-publication #content-1 .column.left .views-row .views-field-field-publication-cover-image {
  float: left;
  max-width: 100%;
}

.page-node-type-ct-featured-publication #content-1 .column.left .views-row .views-field-field-publication-cover-image .field-content {
  float: left;
  max-width: 100%;
}

.page-node-type-ct-featured-publication #content-1 .left {
  min-height: 233px;
  width: 24%;
  margin-right: 3%;
  float: left;
}

.page-node-type-ct-featured-publication #content-1 .right {
  width: 73%;
  float: left;
}

.page-node-type-ct-featured-publication .column.left .view-content img {
  max-width: 100%;
  height: auto;
  box-shadow: 5px 5px 25px #000;
  border-radius: 3px;
  border: 1px solid #d2d2d2;
}

.page-node-type-ct-featured-publication #content-1 h1.pub-title {
  color: #404040;
  font-size: 50px;
  line-height: 54px;
  margin: 0;
  font-weight: 500;
  margin: 0 0 50px;
}

.page-node-type-ct-featured-publication #content-1 p {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin: 0 0 10px;
  color: #b5b5b4;
}

.page-node-type-ct-featured-publication #content-1 .downButtons {
  margin: 10px 0 20px;
}

.page-node-type-ct-featured-publication #content-1 .downButtons .btn-download {
  padding: 0;
  display: inline-flex;
}

.page-node-type-ct-featured-publication #content-1 .downButtons .btn-download strong {
  font-weight: 400;
  padding: 8px 25px 8px 10px;
  border-right: 1px solid #000000;
  position: relative;
}

.page-node-type-ct-featured-publication #content-1 .downButtons .btn-download strong:after {
  position: absolute;
  content: "";
  width: 14px;
  height: 18px;
  background: url("../images/icon-arrowdown-download-black.svg") center center no-repeat;
  right: 6px;
}

.page-node-type-ct-featured-publication #content-1 .downButtons .btn-download span {
  padding: 8px 10px;
}

.page-node-type-ct-featured-publication #content-1 .field-name-field-resource-block-title {
  border-top: 1px dotted #d9dac4;
  margin-top: 30px;
  display: inline-block;
  width: 100%;
}

.page-node-type-ct-featured-publication #content-1 .field-name-field-resource-block-title .field-item {
  display: inline-block;
  width: 100%;
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}

.page-node-type-ct-featured-publication #content-1 .field-name-field-resource-block-title h2 {
  padding: 0 15px;
}

.page-node-type-ct-featured-publication #content-1 .field-name-field-resource-block-title h3 {
  color: #9c9b96;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  padding: 1em 0 0.5em 0;
  margin-top: 1.25em;
}

.page-node-type-ct-featured-publication #content-1 .field-name-field-resource-block-title h3 a {
  color: #9c9b96;
}

.page-node-type-ct-featured-publication #content-1 .field-name-field-resource-block-title .resourse-blk {
  width: 160px;
  float: left;
  padding: 15px;
  border: none;
}

.page-node-type-ct-featured-publication #content-1 .field-name-field-resource-block-title .resourse-blk img {
  background-color: #ffffff;
  width: 100%;
  height: auto;
  border-radius: 3px;
  border: 1px solid #d2d2d2;
  box-shadow: 0 0 3px #ccc;
}

.page-node-type-ct-featured-publication #content-1 h1.pub-title {
  color: #fff;
  font-size: 50px;
  line-height: 54px;
  margin: 0;
  font-weight: 500;
}

.page-node-type-ct-featured-publication #content-1 h2.pub-sub-title {
  color: #9c9b96;
  padding: 1em 0 0.5em 0;
}

.page-node-type-ct-featured-publication #content-2 {
  padding-bottom: 50px;
}

.page-node-type-ct-featured-publication #content-2 h1 {
  color: white;
  font-size: 50px;
  font-weight: 500;
  line-height: 54px;
  margin: 50px auto;
  text-align: center;
  width: 100%;
}

.page-node-type-ct-featured-publication .field--name-field-media-oembed-video iframe {
  width: 100%;
  height: 551px;
}

.page-node-type-ct-featured-publication #content-3 {
  padding-bottom: 50px;
}

.page-node-type-ct-featured-publication #content-3 h1 {
  color: white;
  font-size: 50px;
  font-weight: 500;
  line-height: 54px;
  margin: 50px auto;
  text-align: center;
  width: 100%;
}

.page-node-type-ct-featured-publication #content-3 h2 {
  font-size: 50px;
  line-height: 54px;
  font-weight: 500;
  width: 100%;
  margin: 10px auto;
  text-align: center;
}

.page-node-type-ct-featured-publication #content-4 {
  padding-bottom: 50px;
}

.page-node-type-ct-featured-publication #content-4 h1 {
  color: #f05944;
  font-family: "Lato", sans-serif;
  font-size: 64px;
  line-height: 96px;
  font-weight: 400;
  margin: 50px auto;
  text-align: center;
  width: 100%;
}

.page-node-type-ct-featured-publication #content-4 h2 {
  color: #f05944;
  font-family: "Lato", sans-serif;
  font-size: 64px;
  font-weight: 400;
  margin: 50px auto;
  text-align: center;
  width: 100%;
}

.page-node-type-ct-featured-publication .field-name-field-resource-block-title h2 {
  color: #fff;
  font-size: 50px !important;
  line-height: 54px;
  font-weight: 500;
  width: 100%;
  margin: 50px auto;
  text-align: center;
}

.page-node-type-ct-featured-publication .field-name-field-content-2 .column {
  float: left;
  width: 50%;
  padding: 1%;
}

.page-node-type-ct-featured-publication .field-name-field-content-2 .column img {
  margin-bottom: 0;
}

.page-node-type-ct-featured-publication .field-name-field-content-2 .column p {
  color: #9c9b96;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.page-node-type-ct-featured-publication .field-name-field-content-4 .socialfeed {
  text-align: center;
  width: 100%;
}

.page-node-type-ct-featured-publication .field-name-field-content-4 .socialfeed .columnfeed {
  margin: 0 40px 40px;
  width: 280px;
  display: inline-block;
  background: #fff;
  font-size: 14px;
}

.page-node-type-ct-featured-publication h2 {
  /*font-size: 21px;*/
  line-height: 1.5;
}

.page-node-type-ct-featured-publication h1:not(:first-child),
.page-node-type-ct-featured-publication h2:not(:first-child),
.page-node-type-ct-featured-publication h3:not(:first-child),
.page-node-type-ct-featured-publication h4:not(:first-child),
.page-node-type-ct-featured-publication h5:not(:first-child) {
  padding: 1em 0 0.5em 0;
}

.page-node-type-ct-featured-publication .field-name-field-content-2 {
  color: #808080;
}

.page-node-type-ct-featured-publication .content {
  color: #9c9b96;
  font-size: 14px;
}

.page-node-type-ct-featured-publication .content p {
  margin: 0 0 1.5em 0;
}

.page-node-type-ct-featured-publication #content-1 h3 {
  color: #9c9b96;
  font-size: 22px;
  margin-top: 1.25em;
}

.page-node-type-ct-featured-publication #content-1 ul,
.page-node-type-ct-featured-publication #content-1 ol {
  padding-left: 1.5em;
  font-size: 16px;
  color: #9c9b96;
}

.page-node-type-ct-featured-publication #content-1 ul li {
  list-style: disc;
}

.page-node-type-ct-featured-publication #content-1 ol li {
  list-style: decimal;
  line-height: 24px;
  font-weight: 500;
}

.page-node-type-ct-featured-publication #content-1 ol li a {
  color: #0091ca !important;
}

.page-node-type-ct-featured-publication #content-1 .container>h2 {
  border-top: 1px dotted #d9dac4;
  margin-top: -40px;
  padding-top: 40px;
}

.page-node-type-ct-featured-publication .field-type-text-with-summary table img.media-image {
  min-width: 42px !important;
  min-height: 42px !important;
}

.page-node-type-ct-featured-publication .field-item h3 {
  font-size: 1em;
}

.page-node-type-ct-featured-publication .field-item p {
  color: #696969;
}

.page-node-type-ct-featured-publication .field-item p b,
.page-node-type-ct-featured-publication .field-item p strong {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
}

.page-node-type-ct-featured-publication .field-item ul {
  margin: 0 1.5em 1.5em 0;
  padding-left: 1.5em;
}

.page-node-type-ct-featured-publication .field-item ul li {
  list-style: disc;
  color: #696969;
}

.page-node-type-ct-featured-publication .field-type-text-with-summary .text_center h1 {
  color: #fff;
  font-size: 50px;
  line-height: 54px;
}

.page-node-type-ct-featured-publication .field-name-field-content-1 .column_left {
  width: 60%;
  float: left;
  margin-right: 10%;
}

.page-node-type-ct-featured-publication .field-name-field-content-1 .column_right {
  width: 30%;
  float: left;
}

.page-node-type-ct-featured-publication #content-1 h2 {
  color: #fff;
}

.page-node-type-ct-featured-publication #content-2 h2 {
  color: white;
  font-size: 50px;
  font-weight: 500;
  line-height: 54px;
  margin: 10px auto;
  text-align: center;
  width: 100%;
}

.page-node-type-ct-featured-publication .field-name-field-content-2 .slider {
  background: #fff;
  display: block;
  margin: 50px auto 0;
  padding: 2%;
  width: 96%;
  max-width: 680px;
}

.page-node-type-ct-featured-publication .field-name-field-content-2 .slider img {
  margin: 0;
  float: left;
  width: 100%;
}

.page-node-type-ct-featured-publication .field-name-field-content-2 .slider .recipe a {
  display: inline-block;
  width: 100%;
}

.page-node-type-ct-featured-publication .field-name-field-content-2 .slider .description p {
  color: #9c9b96;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
  margin-top: 10px;
}

.page-node-type-ct-featured-publication .field-item .fcenter img {
  width: 100% !important;
  height: auto !important;
}

.page-node-type-ct-featured-publication .field-item h2 {
  font-size: 1.5em;
  margin-top: 1em;
}

.page-node-type-ct-featured-publication #top_menu {
  margin: 0 -15px;
  position: relative;
}

.page-node-type-ct-featured-publication.user-logged-in #top_menu {
  position: initial;
}

.page-node-type-ct-featured-publication.user-logged-in .container-fluid.page {
  position: relative;
}

.page-node-type-ct-featured-publication #top_menu .wrapper {
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 1px 6px rgba(0, 0, 0, 0.15);
  display: block;
  position: relative;
  min-height: 50px;
  top: 0;
  width: 100%;
  z-index: 2;
}

.page-node-type-ct-featured-publication #top_menu ul {
  max-width: 980px;
  margin: 0 auto;
  width: 100%;
  display: flex;
}

.page-node-type-ct-featured-publication #top_menu ul li {
  display: inline-flex;
  margin: 0.5em 0;
}

.page-node-type-ct-featured-publication #top_menu ul li a {
  color: #b2b2b2;
  font-size: 15px;
  font-weight: 700;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  line-height: 22px;
  padding: 0 10px;
}

.page-node-type-ct-featured-publication .btn_share {
  right: 8%;
  position: fixed;
  top: 230px;
}

.page-node-type-ct-featured-publication .btn_share.movtop {
  top: 120px;
  transition: 0.5s ease-in;
}

@media (max-width: 1160px) {
  .page-node-type-ct-featured-publication .container {
    max-width: 1000px;
    width: 100%;
  }
}

@media (max-width: 800px) {
  .page-node-type-ct-featured-publication #content-1 h1.pub-title {
    font-size: 30px;
    line-height: normal;
    margin: 0 0 20px;
  }

  .page-node-type-ct-featured-publication .container-fluid {
    padding: 0;
  }

  .page-node-type-ct-featured-publication .field-name-field-featured-pub-banner {
    margin: 0;
    padding: 0;
  }

  .page-node-type-ct-featured-publication #content-1 {
    padding: 40px 30px;
  }

  .page-node-type-ct-featured-publication .container-fluid footer.footer-pad {
    margin: 0;
  }

  .page-node-type-ct-featured-publication .clearfix.row {
    margin-left: 0;
    margin-right: 0;
  }

  .page-node-type-ct-featured-publication #top_menu {
    margin: 0;
  }
}

@media (max-width: 700px) {
  .page-node-type-ct-featured-publication #content-1 .field-name-field-resource-block-title .resourse-blk {
    width: 144px;
  }

  .page-node-type-ct-featured-publication #top_menu {
    display: none;
  }
}

@media (max-width: 480px) {
  .page-node-type-ct-featured-publication #content-1 .left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .page-node-type-ct-featured-publication #content-1 .right {
    width: 100%;
  }

  .page-node-type-ct-featured-publication #content-1 {
    padding: 40px 10px;
  }

  .page-node-type-ct-featured-publication .field--name-field-media-oembed-video iframe {
    height: 199px;
  }

  .page-node-type-ct-featured-publication .field-name-field-content-1 .column_left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }

  .page-node-type-ct-featured-publication .field-name-field-content-1 .column_right {
    width: 100%;
    float: left;
  }

  .page-node-type-ct-featured-publication #content-4 h2 {
    word-break: break-all;
    line-height: 65px;
  }
}

/*---- SOF featurpub branch css ----*/

/******Sitemap overrided******/

#site-map .site-map-box ul.site-map-menu {
  padding-left: 0.8em;
}

ul.site-map-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: table;
}

ul.site-map-menu li {
  list-style: none;
  border: 0;
  margin: 8px 0;
  width: 245px;
  font-size: 15px;
  line-height: 1.2;
  float: left;
}

ul.site-map-menu li:first-child {
  max-width: 110px;
}

ul.site-map-menu li:first-child a {
  font-weight: 700;
}

ul.site-map-menu li.first.leaf,
ul.site-map-menu li.first.leaf a {
  font-size: 15px;
  font-weight: 700;
  line-height: 16px;
}

ul.site-map-menu li.expanded>a {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 19px;
  display: inline-block;
}

ul.site-map-menu li.expanded ul.site-map-menu li.expanded a {
  font-size: 14px;
  font-weight: 400;
}

ul.site-map-menu li.expanded {
  padding-left: 15px;
  border-left: 1px solid #d9dac4;
  position: relative;
  width: 256px;
  word-break: break-word;
  margin-right: 15px;
}

ul.site-map-menu li.expanded::after {
  content: "-";
  width: 10px;
  height: 10px;
  border: 1px #d9dac4 solid;
  background-color: #fff;
  position: absolute;
  left: -7px;
  top: 6px;
  text-align: center;
  line-height: 9px;
}

.menu--footer.site-map-menu {
  margin: 25px 0 50px 0;
}

.menu--footer.site-map-menu li:first-child {
  max-width: none;
}

.site-map-box-menu {
  margin-bottom: 50px;
}

.site-map-box-menu.sitemap-plugin--frontpage a {
  display: inline-flex;
}

.site-map-menu .expanded ul.site-map-menu li:first-child {
  width: auto;
  max-width: 90%;
}

@media (min-width: 768px) and (max-width: 979px) {
  ul.site-map-menu li:first-child {
    max-width: 100%;
    float: none;
  }

  ul.site-map-menu li.expanded {
    width: 280px;
  }

  ul.site-map-menu li.expanded ul.site-map-menu li {
    width: 220px;
  }

  ul.site-map-menu li.expanded ul.site-map-menu li.expanded {
    width: 220px;
  }
}

@media (min-width: 980px) and (max-width: 1099px) {
  ul.site-map-menu li:first-child {
    max-width: 100%;
    float: none;
  }

  ul.site-map-menu li.expanded {
    width: 360px;
  }

  ul.site-map-menu li.expanded ul.site-map-menu li {
    width: 320px;
  }

  ul.site-map-menu li.expanded ul.site-map-menu li.expanded {
    width: 320px;
  }

  ul.site-map-menu li.last {
    width: 320px;
  }
}

/******Sitemap overrided end*******/

.path-ed-photo-gallery #cboxNext,
.page-node-type-ct-team-members #cboxNext {
  position: absolute;
  bottom: 0;
  left: 27px;
  background: url(/themes/custom/unfpa_global/images/controls-1.png) no-repeat -75px -25px;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

.path-ed-photo-gallery #cboxNext:hover,
.page-node-type-ct-team-members #cboxNext:hover {
  background-position: -75px 0px;
}

.path-ed-photo-gallery #cboxPrevious,
.page-node-type-ct-team-members #cboxPrevious {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(/themes/custom/unfpa_global/images/controls-1.png) no-repeat -51px -25px;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

.path-ed-photo-gallery #cboxPrevious:hover,
.page-node-type-ct-team-members #cboxPrevious:hover {
  background-position: -51px 0px;
}

.path-ed-photo-gallery #cboxClose,
.page-node-type-ct-team-members #cboxClose {
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(/themes/custom/unfpa_global/images/controls-1.png) no-repeat -99px -25px;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

.path-ed-photo-gallery #cboxClose:hover,
.page-node-type-ct-team-members #cboxClose:hover {
  background-position: -99px 0px;
}

.path-ed-photo-gallery #cboxContent,
.page-node-type-ct-team-members #cboxContent {
  background: #e6e5e5;
  overflow: hidden;
}

.path-ed-photo-gallery #cboxCurrent,
.page-node-type-ct-team-members #cboxCurrent {
  bottom: -2px;
}

.path-executive-board .select-dropdown::after {
  right: 20px;
  top: 28px;
}

.pad-top-bottom.level1 .page-content {
  padding-top: 0;
}

/* SOF GW-3726 UI issues */
.page-node-type-ct-campaign .ct-campaign {
  padding: 60px 0 90px;
}

.page-node-type-ct-campaign .ct-campaign h2 {
  font-size: 24px;
  color: #2f3236;
  margin-bottom: 25px;
}

.page-node-type-ct-campaign .ct-campaign h2 a {
  color: #2f3236 !important;
}

.page-node-type-ct-campaign .ct-campaign p {
  font-size: 14px;
  color: #808080;
  line-height: 20px;
}

.page-node-type-ct-campaign .ct-campaign p a strong {
  font-size: 16px;
}

.page-node-type-photo-gallery .photo-gallery {
  padding: 60px 0 90px;
}

.page-node-type-photo-gallery .photo-gallery h2 {
  font-size: 24px;
  color: #2f3236;
  margin-bottom: 25px;
}

.page-node-type-photo-gallery .photo-gallery h2 a {
  color: #2f3236 !important;
}

.page-node-type-photo-gallery .photo-gallery p {
  font-size: 14px;
  color: #808080;
  line-height: 20px;
}

.page-node-type-photo-gallery .photo-gallery p a strong {
  font-size: 16px;
}

.page-node-type-photo-gallery .photo-gallery .field {
  margin: 0 0 20px;
}

.page-node-type-photo-gallery .photo-gallery #field-language-display {
  margin: 0 0 20px;
  color: #808080;
  font-size: 14px;
}

.page-node-type-photo-gallery .photo-gallery #field-language-display label {
  font-weight: bold;
  font-size: 18px;
  color: #000;
}

.page-node-type-photo-gallery .photo-gallery .field--item {
  color: #808080;
  font-size: 14px;
}

.page-node-type-ct-team-members .ct-team-members h2 {
  font-size: 34px;
  color: #2f3236;
  margin-bottom: 25px;
  line-height: 40px;
}

.page-node-type-ct-team-members .ct-team-members h2 a {
  color: #2f3236 !important;
}

.page-node-type-ct-team-members .ct-team-members p {
  font-size: 14px;
  color: #808080;
  line-height: 20px;
}

.page-node-type-ct-team-members .ct-team-members p a strong {
  font-size: 16px;
}

.page-node-type-ct-team-members .ct-team-members .field {
  margin: 0 0 20px;
}

.page-node-type-ct-team-members .ct-team-members .field--item {
  color: #808080;
  font-size: 14px;
}

/* EOF GW-3726 UI issues */
.path-executive-board .select-dropdown::after {
  background: none;
}

/*------------------*/

.btn_share {
  right: 15px !important;
  left: auto !important;
  z-index: 3;
}

[lang="ar"] .btn_share {
  right: auto !important;
  left: 15px !important;
}

.ct-card__details--body p.content-type {
  line-height: 18px;
}

.path-latest #Campaigns .page-parallax {
  margin-bottom: 60px;
}

.page-node-type-ct-site-pages #custom-data-portal-form select {
  background: url("../images/icon-downarrow.svg") no-repeat right 10px center;
  float: none !important;
}

.path-latest .view-display-id-latest_video .ct-card .btn {
  padding-right: 20px;
}

.path-latest .slideshow-blk .ct-card .btn {
  padding-right: 20px !important;
  margin: 1em 0 !important;
}

@media (max-width: 800px) {
  .page-node-type-ct-jobs .gp-header__content ul {
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .page-node-type-ct-site-pages .sitepage-content {
    padding: 0 15px 25px 15px !important;
  }

  .path-latest .publications-blk .item-list {
    padding-right: 0;
  }
}

@media (max-width: 420px) {
  .path-latest #Campaigns .page-parallax {
    margin-bottom: 25px;
  }

  .page-node-type-ct-site-pages #custom-data-portal-form select {
    margin-bottom: 15px;
  }

  .page-node-type-ct-site-pages #custom-data-portal-form select:last-child {
    margin-bottom: 0;
  }
}

/* wrapped table with div to give scroll on mobile. */
.responsive-table table {
  width: 100% !important;
  float: none;
  margin: 16px 0;
}

@media (max-width: 420px) {
  .responsive-table {
    max-width: 400px;
    width: 100%;
    overflow-x: scroll;
  }
}

.path-ed-photo-gallery .ct-card-group.colm-3 .ct-card__details--body .card-text,
.path-ed-photo-gallery .ct-card-group.colm-3 .ct-card__details--body p {
  font-size: 14px;
  margin-top: 0;
}

.path-ed-photo-gallery #cboxOverlay,
.page-node-type-ct-team-members #cboxOverlay {
  background: #000000;
}

.path-ed-photo-gallery #cboxPrevious,
.page-node-type-ct-team-members #cboxPrevious {
  bottom: 50%;
}

.path-ed-photo-gallery #cboxNext,
.page-node-type-ct-team-members #cboxNext {
  bottom: 50%;
  left: auto;
  right: 0;
}

.path-ed-photo-gallery #cboxCurrent,
.page-node-type-ct-team-members #cboxCurrent {
  left: 5px;
}

.path-ed-photo-gallery .gp-header__content,
.path-ed-photo-gallery .ct-card-group.colm-3 .ct-card {
  padding-bottom: 0;
}

.page-node-type-ct-publications .publication-header__downloads .btn-download strong {
  min-height: 48px;
}

.path-search .container-fluid .region-content .filter .form-submit {
  min-width: 125px;
  padding: 1em 1.5em 1em 3.5em;
  line-height: 24px;
  text-align: left;
}

.path-search .container-fluid .region-content .filter .form-submit:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  left: 20px;
  top: 0;
  bottom: 0;
  background: url("../images/search-icon-white.svg") no-repeat 0 0 / cover;
  margin: auto 0;
}

.path-search .container-fluid .region-content .filter .form-submit span {
  display: none;
}

.btn_share.inactive {
  opacity: 0.2;
  cursor: default;
}

.btn_share.inactive:hover {
  background-color: #f96000;
}

.user-logged-in.path-user .container-fluid+.footer-pad {
  margin-top: 0;
}

.user-logged-in.path-user .field--name-field-domain-access {
  padding: 0 90px 30px;
}

.page-node-type-ct-site-pages .sitepage-content .field--name-body>h2 {
  font-size: 18px;
  margin-bottom: 40px;
}

@media (min-width: 1600px) {
  .container-fluid.page {
    min-height: 447px;
  }
}

@media (max-width: 767px) {
  .user-logged-in.path-user .field--name-field-domain-access {
    padding: 0 80px 30px;
  }
}

@media (max-width: 420px) {
  .path-frontpage .events__list-item {
    display: block;
  }

  .path-frontpage .events__list-item a.btn {
    margin: 15px 0 0;
  }
}

/*SOF Ticket GW-3667 UI issues*/
.page-node-type-ct-resource-pages .parallax.topic-hero {
  background-attachment: initial !important;
  background-position: center !important;
}

/*EOF Ticket GW-3667 UI issues*/

.view-section-hide {
  display: none;
}

.page-node-type-ct-resource-pages .btn_share {
  z-index: 1000 !important;
}

/*Contact page UI issues*/
.path-contact .col-md-5.hdq {
  float: right;
}

.path-contact .col-md-7 {
  float: right;
}

.path-contact .page-content:before {
  display: table;
  content: " ";
}

.path-contact .page-content:after {
  content: "";
  clear: both;
  display: table;
}

@media (max-width: 800px) {
  .path-contact .col-md-5.hdq {
    width: 100%;
    margin: 0 0 40px;
  }

  .path-contact .col-md-7 {
    width: 100%;
  }

  .path-contact .col-md-7 h1 {
    margin-bottom: 25px;
  }
}

@media (max-width: 420px) {
  .path-contact .col-md-5.hdq {
    padding: 0;
  }
}

@media (max-width: 420px) {
  .page-node-type-ct-resources .rlc-card .container .col-md-12 {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 580px) {
  img.media-image {
    width: 100% !important;
    height: auto !important;
  }
}

.sitepage-content article .show-all {
  margin-top: 28px;
}

.path-photo-gallery-osotimehin .page-content.latest-items {
  padding-top: 0;
}

/*SOF GW-3807 ui issues*/
.quick-nav__nav li:after {
  display: none;
}

.quick-nav__nav li a {
  position: relative;
}

.quick-nav__nav li a:after {
  position: absolute;
  content: "";
  left: 1.15em;
  top: 50%;
  width: 13px;
  height: 13px;
  background: #919fae;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.quick-nav__nav li.active a:after {
  background: #f96000;
}

.topic-content h3 {
  margin-top: 40px;
}

.popup-wrapper .share-card__cardbody h4.card-title {
  font-size: 23px;
}

.path-latest .view-publications .item-list__image--wrapper {
  margin-bottom: 0;
}

@media (min-width: 980px) {
  .page-node-type-ct-topics article .fRight {
    margin-left: 0;
    max-width: 100%;
  }
}

@media (max-width: 800px) {
  .popup-wrapper {
    left: 0;
    max-width: 600px;
    transform: none;
    margin: auto;
  }
}

@media (max-width: 767px) {
  .btn_share.inactive {
    opacity: 0;
  }
}

@media (max-width: 575px) {
  .view-topics .ct-card {
    margin-bottom: 20px;
    margin-top: 0;
  }

  .popup-wrapper {
    padding: 0 15px;
  }

  .popup-wrapper .share-card {
    padding: 1em !important;
  }

  .popup-wrapper h4.card-title {
    font-size: 22px;
  }

  .popup-wrapper .row-backto {
    margin-bottom: 10px;
  }
}

/*EOF GW-3807 ui issues*/

.path-photo-gallery-osotimehin .ct-card-group.campaigns-card {
  flex-wrap: wrap;
}

/*-- SOF Blur image for featured sections --*/

.displayCard__image.publication,
.displayCard__image.resources,
.displayCard__image.press {
  background-color: #eaeaea;
}

.displayCard__image img.img-blur {
  width: 100% !important;
  -webkit-filter: blur(8px);
  filter: blur(8px);
  max-height: 280px;
}

/*-- EOF Blur image for featured sections ---*/

.project-page .displayCard__details .btn {
  box-shadow: none !important;
}

.project-page .displayCard__details h5 a {
  font-size: 1.4em;
  color: #000;
}

.project-page .displayCard__details h5 a:hover {
  color: #4a8bcd;
}

.project-page .page-content.pad-top-bottom {
  padding-top: 0;
}

.path-frontpage .displayCard__details h3.card-title {
  margin-bottom: 15px;
}

.displayCard__details .card-title a {
  text-decoration: none !important;
}

.ct-card__details .card-title a {
  text-decoration: none !important;
  display: block;
}

.project-page .resource-cards.container {
  padding: 0;
  max-width: 1140px;
}

.project-page .img-row .img-col {
  max-width: 50%;
  margin: 0;
  padding-right: 10px;
}

.project-page .img-row .img-col:nth-child(even) {
  padding-right: 0;
  padding-left: 10px;
}

.project-page .img-row figure {
  background: none;
}

.humanitarian-action-blk h4 a {
  color: #000;
  text-decoration: none !important;
}

.humanitarian-action-blk h4 a:hover {
  color: #4a8bcd;
}

@media (max-width: 767px) {
  .displayCard__details .card-title {
    font-size: 24px !important;
    line-height: 1.4;
  }

  .displayCard__details .card-title a {
    font-size: 1em !important;
  }

  .ct-card__details .card-title {
    font-size: 24px !important;
    line-height: 1.4;
  }

  .ct-card__details .card-title a {
    font-size: 1em !important;
  }
}

@media (max-width: 480px) {
  .project-page .img-row .img-col {
    max-width: 100%;
    padding: 0 !important;
    margin: 10px 0;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.page-node-type-ct-site-pages .responsive-table td a {
  line-height: 31px;
}

/*ct-resources page PDF download section UI issue*/
.page-node-type-ct-resources .publication-header__downloads .field--items {
  display: inline-block;
  width: 100%;
}

.page-node-type-ct-resources .lang-pdf {
  float: left;
  margin: 5px 15px 5px 0;
}

.page-node-type-ct-resources .lang-pdf label {
  float: left;
  margin: 12px 7px 0 0;
}

/*News popup*/
.popup-wrapper-fund {
  position: fixed;
  top: 50px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  bottom: 0;
  right: 0;
  z-index: 1002;
  display: none;
}

@media (max-width: 575px) {
  .popup-wrapper-fund {
    max-width: 340px;
    min-width: 320px;
    width: 100%;
    width: 100%;
    top: 110px;
  }
}

@media (max-height: 699px) {
  .popup-wrapper-fund {
    max-width: 620px;
    min-width: 300px;
    width: 100%;
    top: 25px;
    max-height: 560px;
  }
}

.popup-wrapper-fund .row-backto {
  padding: 0;
  margin-bottom: 1em;
}

.popup-wrapper-fund .row-backto div.btn-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #434343;
  font-size: 1em;
  line-height: 1.6;
  max-width: 98%;
  padding: 0.4em 0;
  cursor: pointer;
}

.popup-wrapper-fund .row-backto div.btn-close span {
  display: inline-block;
  border: 1px solid #434343;
  width: 25px;
  height: 30px;
  margin-right: 1em;
  background-color: #ffffff;
}

.popup-wrapper-fund .row-backto div.btn-close span img {
  width: 20px;
  margin-left: 2px;
  margin-top: 4px;
}

.popup-wrapper-fund .share-card {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.28);
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.28);
  padding: 1em 2em;
  position: relative;
}

@media (max-width: 575px) {
  .popup-wrapper-fund .share-card {
    padding: 1em;
  }
}

@media (max-height: 767px) and (min-width: 980px) {
  .popup-wrapper-fund .share-card {
    position: relative;
  }

  .popup-wrapper-fund .share-card::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
  }

  .popup-wrapper-fund .share-card::-webkit-scrollbar {
    width: 4px;
    background-color: #f5f5f5;
  }

  .popup-wrapper-fund .share-card::-webkit-scrollbar-thumb {
    background-color: #f96000;
  }
}

@media (max-height: 699px) {
  .popup-wrapper-fund .share-card {
    /*padding: 1em 2em;*/
  }
}

.popup-wrapper-fund .share-card .img-holder {
  max-height: 320px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-height: 699px) {
  .popup-wrapper-fund .share-card .img-holder {
    max-height: 250px;
    position: relative;
    padding: 22%;
  }
}

.popup-wrapper-fund .share-card .img-holder img {
  width: 100%;
}

@media (max-height: 699px) {
  .popup-wrapper-fund .share-card .img-holder img {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
}

.popup-wrapper-fund .share-card__cardbody {
  background-color: #ffffff;
  padding: 2em;
  padding: 0;
}

.popup-wrapper-fund .share-card__cardbody p.date-type,
.popup-wrapper-fund .share-card__cardbody .news-date {
  color: #f7941e;
  text-transform: normal;
  font-size: 0.85em;
  margin-bottom: 0.5em;
}

.popup-wrapper-fund .share-card__cardbody .news-date {
  color: #666666;
}

.popup-wrapper-fund .share-card__cardbody p.content-type {
  color: #f96000;
  text-transform: normal;
  font-size: 1em;
  margin-bottom: 0.5em;
}

.popup-wrapper-fund .share-card__cardbody h3.card-title,
.popup-wrapper-fund .share-card__cardbody h4.card-title {
  font-weight: 700;
  padding: 0;
  margin: 0;
  font-size: 1.6em;
}

.popup-wrapper-fund .share-card__cardbody h3.card-title,
.popup-wrapper-fund .share-card__cardbody h3.card-title a,
.popup-wrapper-fund .share-card__cardbody h4.card-title,
.popup-wrapper-fund .share-card__cardbody h4.card-title a {
  color: #000000;
  line-height: 1.4;
  padding-top: 0;
}

.popup-wrapper-fund .share-card__cardbody h3.card-title:hover,
.popup-wrapper-fund .share-card__cardbody h3.card-title a:hover,
.popup-wrapper-fund .share-card__cardbody h4.card-title:hover,
.popup-wrapper-fund .share-card__cardbody h4.card-title a:hover {
  color: #4a8bcd;
}

.popup-wrapper-fund .share-card__cardbody h3,
.popup-wrapper-fund .share-card__cardbody h4,
.popup-wrapper-fund .share-card__cardbody h5 {
  margin: 0;
}

.popup-wrapper-fund .social-wrapper {
  border-top: 1px #d1d1d1 solid;
  margin: 1em 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5em 0 0 0;
}

@media (max-height: 767px) and (min-width: 980px) {
  .popup-wrapper-fund .social-wrapper {
    margin-bottom: 25px;
  }
}

.popup-wrapper-fund .social-wrapper .colm-1,
.popup-wrapper-fund .social-wrapper .colm-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50%;
}

.popup-wrapper-fund .social-wrapper .colm-1 a,
.popup-wrapper-fund .social-wrapper .colm-2 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 70%;
  color: #434343;
  line-height: 1.3;
}

.popup-wrapper-fund .social-wrapper .colm-1 a:hover,
.popup-wrapper-fund .social-wrapper .colm-2 a:hover {
  color: #777777;
}

.popup-wrapper-fund .social-wrapper .colm-1 a:hover i img,
.popup-wrapper-fund .social-wrapper .colm-2 a:hover i img {
  opacity: 0.6;
}

.popup-wrapper-fund .social-wrapper .colm-1 a span,
.popup-wrapper-fund .social-wrapper .colm-1 a i,
.popup-wrapper-fund .social-wrapper .colm-2 a span,
.popup-wrapper-fund .social-wrapper .colm-2 a i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media (max-width: 575px) {

  .popup-wrapper-fund .social-wrapper .colm-1 a span,
  .popup-wrapper-fund .social-wrapper .colm-2 a span {
    line-height: 1.3em;
    font-size: 12px;
  }
}

.popup-wrapper-fund .social-wrapper .colm-1 a i,
.popup-wrapper-fund .social-wrapper .colm-2 a i {
  width: 30px;
  height: 30px;
}

@media (max-width: 575px) {

  .popup-wrapper-fund .social-wrapper .colm-1 a i,
  .popup-wrapper-fund .social-wrapper .colm-2 a i {
    width: 25px;
    height: 25px;
  }
}

.popup-wrapper-fund .social-wrapper .colm-1 a i img,
.popup-wrapper-fund .social-wrapper .colm-2 a i img {
  max-width: 100%;
  opacity: 0.7;
  border-radius: 8px;
  margin: 2px auto;
}

.popup-wrapper-fund .social-wrapper .colm-1 {
  border-right: 1px solid #919fae;
}

/*-----------------------*/

.popup-wrapper-fund {
  max-width: 100%;
  width: 100%;
  max-height: initial;
  height: 100%;
  top: 0;
  left: 0;
  transform: none;
  -webkit-transform: none;
  overflow: auto;
}

.popup-wrapper-fund iframe {
  float: left;
}

.popup-wrapper-fund .fundraising-node-cards {
  display: none;
  width: 100%;
}

.popup-wrapper-fund .impact-slider {
  background: #f5f5f0;
  text-align: center;
  display: inline-block;
  width: 100%;
  margin: 25px 0 0;
}

.popup-wrapper-fund .impact-slider iframe {
  float: none;
}

.fundraising-campaign-list label {
  font-size: 16px;
}

.fundraising-campaign-list ul {
  display: inline-block;
  width: 100%;
  margin: 0;
}

.fundraising-campaign-list li {
  float: left;
  padding: 0 0 0 20px;
  margin: 10px 25px 8px 0;
  position: relative;
  cursor: pointer;
  transition: all ease 0.2s;
  font-size: 17px;
}

.fundraising-campaign-list li:hover {
  color: #f96000;
}

.fundraising-campaign-list li:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #f96000;
  top: 9px;
  left: 0;
  border-radius: 50%;
}

.fundraising-campaign-list li:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: url("../images/icon-back-arrow.svg") no-repeat;
  top: 9px;
  right: 0;
}

.fundraising-campaign-list {
  padding: 30px;
  position: absolute;
  width: 100%;
  background-color: #434343;
  left: 0;
  top: 0;
  color: #fff;
}

.fundraising-campaign-list p:first-child {
  line-height: 1.3;
  margin-bottom: 1.5em;
}

.fundraising-campaign-list .select-blk {
  position: relative;
  display: inline-block;
  background-color: #fff;
  border-radius: 4px;
}

.fundraising-campaign-list select {
  font-size: 14px;
  border: 2px solid #000000;
  border-radius: 4px;
  padding: 13.5px 40px 13.5px 14px;
  max-height: 50px;
  color: #000000;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  position: relative;
  z-index: 2;
  min-width: 300px;
}

@media (min-width: 300px) and (max-width: 359px) {
  .fundraising-campaign-list select {
    min-width: 230px;
  }
}

@media (min-width: 360px) and (max-width: 640px) {
  .fundraising-campaign-list select {
    min-width: 270px;
  }
}

.fundraising-campaign-list .select-blk: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;
}

.popup-wrapper-fund .back-btn-div {
  display: inline-block;
  width: 100%;
  padding: 5px 0 10px;
}

.popup-wrapper-fund .fundraising-back {
  background: url("../images/icon-back-arrow.svg") no-repeat 0 5px / 20px;
  float: left;
  padding: 0 0 0 25px;
  cursor: pointer;
}

.popup-wrapper-fund .inr-blk {
  max-width: 100%;
  width: 1010px;
  margin: auto;
  padding: 50px 0;
}

.overflow-hidden {
  overflow: hidden;
}

#fundraising-campaign {
  font-size: 18px;
  color: #fff;
  background-color: #f96000;
  border-radius: 5px;
  cursor: pointer;
  font-weight: 600;
  line-height: 1.25em;
  text-align: center;
  padding: 18px 25px;
  transition: all ease 0.3s;
  margin-bottom: 10px;
}

#fundraising-campaign:hover {
  background-color: #db7b0b;
  color: #fff;
}

@media (max-width: 1100px) {
  .popup-wrapper-fund .inr-blk {
    padding-right: 10px;
    padding-left: 10px;
  }

  .popup-wrapper-fund .share-card {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}

@media (max-width: 800px) {
  .popup-wrapper-fund .inr-blk {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media (max-width: 480px) {
  .popup-wrapper-fund .inr-blk {
    padding: 30px 15px;
  }

  .popup-wrapper-fund iframe {
    margin-bottom: 20px;
    float: none;
  }

  .popup-wrapper-fund .impact-slider {
    margin: 10px 0 0;
  }
}

/*SOF ticket GW-3806 UI fixes*/
@media (max-width: 767px) {
  .page-node-type-ct-site-pages .view-vw-resource-pages input.form-control {
    margin-bottom: 15px;
  }
}

@media (max-width: 575px) {
  .page-node-type-ct-site-pages .page-content article .pager-nav ul {
    padding: 0 125px 0 0;
  }
}

/*EOF ticket GW-3806 UI fixes*/

.page-node-type-ct-updates .publication-header__downloads a.btn-download {
  padding: 0;
}

/*Ticket 3894 UI fixes*/
.card-ui-01 {
  margin: 50px 0 100px;
}

.card-ui-01 .container {
  width: 100%;
  max-width: 1100px;
}

.card-ui-01 .row {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

.card-ui-01 .card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  margin: 0;
  width: 33.33%;
  overflow: hidden;
}

.card-ui-01 .card .card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 5px 0;
  position: relative;
}

.card-ui-01 .card .card-body iframe {
  max-width: 100% !important;
  width: 100% !important;
  margin: 0 auto;
}

.card-ui-01 .card-body .btn-primary {
  background-color: #f96000;
  color: #ffffff;
  border: 0;
  border-radius: 0;
  padding: 1em 2em;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  text-transform: none;
  font-size: 15px;
  transition: all ease 0.2s;
}

.card-ui-01 .card-body .btn-primary:hover {
  background-color: #db7b0b;
}

.card-ui-01 .card-body p {
  font-size: 16px;
  line-height: 24px;
}

.fundraiseup-slider {
  text-align: center;
  display: inline-block;
  width: 100%;
  margin: 0 0 30px;
}

.l-section--border {
  border-top: none !important;
}

.page-node-type-ct-news .news-donation-section {
  background: #ffffff;
  padding-top: 40px;
  padding-bottom: 70px;
}

.page-node-type-ct-news .card-ui-01 {
  margin-bottom: 10px;
}

.page-node-type-ct-news #makeDonation {
  text-align: center;
  margin-top: 0;
}

.news-fnd-slider .fundraiseup-slider {
  margin-bottom: -10px;
}

@media only screen and (max-width: 1200px) {
  .card-ui-01 .container {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 767px) {
  .card-ui-01 {
    margin-bottom: 60px;
  }

  .card-ui-01 .card {
    padding: 0;
  }
}

@media (min-width: 651px) and (max-width: 959px) {
  .card-ui-01 .card {
    width: 44%;
    margin: 10px 0;
    padding: 0;
  }
}

@media only screen and (max-width: 650px) {
  .card-ui-01 .card {
    width: 50%;
    margin: 10px 0;
    padding: 0;
  }
}

@media only screen and (max-width: 480px) {
  .card-ui-01 {
    margin: 30px 0;
  }

  .card-ui-01 .card {
    width: 100%;
    margin: 10px 0;
    padding: 0;
  }
}

.path-private-sector-spotlight .block-unfpa-global-partners {
  overflow: auto;
}

@media (max-width: 767px) {
  .path-private-sector-spotlight .partners-page .slimScrollDiv {
    height: auto !important;
  }

  .path-private-sector-spotlight .partners-page .partners-list-container {
    height: auto !important;
  }
}

.page-node-type-ct-topics .pad-top-bottom.level2 h2.tittle-vertical {
  left: -8%;
}

@media (max-width: 767px) {
  .page-node-type-ct-topics .pad-top-bottom.level2 h2.tittle-vertical {
    left: auto;
  }
}

@media (max-width: 800px) {
  .path-private-sector-spotlight .block-unfpa-global-partners {
    margin-top: 20px;
  }
}

.full-video {
  margin: 15px 0 25px 0;
}

.full-video iframe,
iframe.full-video {
  width: 100%;
  min-height: 60vh;
}

.path-past-events .news-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.path-past-events .news-list .item-list {
  width: 33.33%;
  padding: 15px;
  margin: 0;
  border: none;
}

.path-past-events .news-list .item-list .col-sm-12 {
  padding: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
  box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
  padding: 25px 25px 55px 25px;
}

.path-past-events .news-list .item-list a.btn {
  position: absolute;
  bottom: 30px;
  left: 25px;
  padding: 0;
}

@media (max-width: 800px) {
  .path-past-events .news-list .item-list {
    width: 50%;
  }

  .path-past-events .news-list {
    margin-top: 15px;
  }
}

@media (max-width: 480px) {
  .path-past-events .select-list {
    flex-wrap: wrap;
  }

  .path-past-events .select-list a.btn {
    margin: 5px 10px 5px 0;
  }

  .path-past-events .news-list .item-list {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

.lang-fr.page-node-type-ct-resource-pages .field--type-text-with-summary .btn.secondary.btn-center {
  max-width: 370px;
}

@media (max-width: 480px) {
  .lang-fr.page-node-type-ct-resource-pages .field--type-text-with-summary .btn.secondary.btn-center {
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 30px;
  }
}

/* Sign up css */
.path-sign-up {
  background-color: #f7f7f7;
}

.path-sign-up h1 {
  margin-bottom: 0;
}

.path-sign-up .login-wrp {
  max-width: 520px;
}

.path-sign-up .user-login-form-wrapper {
  padding: 50px;
  margin-top: 25px;
  background-color: #fff;
}

.path-sign-up .page-content {
  max-width: 720px;
  padding-top: 0;
}

.path-sign-up-confirmation .manual-login h1 {
  margin-bottom: 10px;
  text-align: center;
}

.path-sign-up-confirmation .confirmation-page {
  font-size: 13px;
  color: #666;
  line-height: 18px;
  text-align: center;
  padding: 0 0 50px 0;
}

.path-sign-up-confirmation .confirmation-page p {
  font-size: 18px;
  color: #000;
  line-height: 22px;
  text-align: center;
}

.path-sign-up-confirmation .page-content {
  max-width: 720px;
  padding-top: 0;
}

/* SOF ticket GW-3758 css */
.path-resource-library-listing-page .container-fluid.page {
  max-width: 1000px;
  padding-top: 70px;
  padding-bottom: 30px;
}

.path-resource-library-listing-page .row.item-list {
  margin: 0 0 40px;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 20px;
}

.path-resource-library-listing-page .item-list__list-content h4 a {
  color: #000;
}

.path-resource-library-listing-page .item-list__list-content h4 a:hover {
  color: #4a8bcd;
}

.path-resource-library-listing-page .item-list__list-content--downloads a {
  padding: 0;
}

.page-node-type-ct-resources .publication-header__downloads a.btn-download strong {
  min-height: 48px;
}

.page-node-type-ct-inner-pages .publications-blk.view .item-list {
  padding-bottom: 30px;
}

.page-node-type-ct-inner-pages .publications-blk .content {
  padding-bottom: 0;
}

.page-node-type-ct-inner-pages .publications-blk.view {
  padding-top: 10px;
}

@media (max-width: 1160px) {
  .path-resource-library-listing-page .container-fluid.page {
    max-width: 800px;
    padding-top: 50px;
  }
}

@media (max-width: 800px) {
  .path-resource-library-listing-page .container-fluid.page {
    max-width: 650px;
  }
}

@media (max-width: 767px) {
  .path-resource-library-listing-page .container-fluid.page {
    padding-top: 40px;
  }

  .path-resource-library-listing-page .row.item-list .col-md-3 {
    max-width: 40%;
  }

  .path-resource-library-listing-page .row.item-list .col-md-9 {
    max-width: 60%;
  }

  .path-resource-library-listing-page .row.item-list:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 480px) {
  .path-resource-library-listing-page .row.publications-blk {
    margin: 0;
    padding: 0 15px;
  }

  .path-resource-library-listing-page .row.item-list {
    margin: 0 0 30px;
    padding: 0 0 15px;
  }

  .path-resource-library-listing-page .row.item-list .item-list__image--wrapper {
    margin-bottom: 15px;
  }

  .path-resource-library-listing-page .row.item-list .col-md-3 {
    max-width: 100%;
    padding: 0;
  }

  .path-resource-library-listing-page .row.item-list .col-md-9 {
    max-width: 100%;
    padding: 0;
  }

  .page-node-type-ct-inner-pages .publications-blk.view .item-list .content {
    padding: 25px 0 0;
  }
}

/* EOF ticket GW-3758 css */

body .uwy.userway_p3 .uai {
  left: 15px !important;
}

#userwayAccessibilityIcon:hover {
  transform: translate(0) scale(1.1) !important;
}

/* evaluation content, if no country defined. */
.page-node-type-ct-evaluation .docinfo .row {
  display: flex;
}

.page-node-type-ct-evaluation .docinfo .col-md-6 {
  float: none;
  display: flex;
  width: 100%;
}

.page-node-type-ct-evaluation .docinfo .info-box {
  width: 100%;
}

ul.item-list.item-list--messages {
  display: flex;
  flex-direction: column;
}

#block-unfpa-esaro-page-title {
  display: none;
}

.table-img-copy {
  width: 100%;
  margin: 32px 0 !important;
}

.table-img-copy td {
  padding: 0;
}

.table-img-copy td:nth-child(1) {
  width: 30%;
}

.table-img-copy td:nth-child(2) {
  width: 70%;
}

.lang-ar .table-img-copy td p {
  padding-top: 20px;
}

@media (max-width: 719px) {

  .table-img-copy td:nth-child(1) {
    width: 30%;
    padding: 0 0 24px 0;
  }

  .table-img-copy td:nth-child(2) {
    width: 70%;
    padding: 0 0 24px 16px;
  }

  .lang-ar .table-img-copy td:nth-child(2) {
    padding: 0 16px 24px 0;
  }

  .lang-ar .table-img-copy td p {
    padding-top: 16px;
  }
}

@media (min-width: 720px) {

  .table-img-copy td:nth-child(1) {
    width: 30%;
    padding: 0 0 24px 0;
  }

  .table-img-copy td:nth-child(2) {
    width: 70%;
    padding: 0 0 24px 24px;
  }

  .lang-ar .table-img-copy td:nth-child(2) {
    padding: 0 24px 24px 0;
  }
}