/* //events type colors */
html,
body.project-page {
  height: 100%;
  width: 100%;
  margin: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px !important;
  color: #252525;
  background-color: #ffffff;
}

@media (min-width: 900px) {
  html, body {
    overflow: visible !important;
  }
}

body.project-page {
  margin: 0 auto;
  font-weight: 400;
}
.project-page .btn {
  text-transform: uppercase;
  border-radius: 6px;
}
.project-page ul,
.project-page ul li,
.project-page ol,
.project-page ol li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.project-page .article__content ul,
.project-page .article__content ol {
  padding-left: 20px;
}
.project-page .article__content ul,
.project-page .article__content li {
  list-style-type: disc;
  margin-bottom: 10px;
}
.project-page .article__content ol,
.project-page .article__content ol li {
  list-style-type: decimal;
  margin-bottom: 10px;
}
.project-page h1,
.project-page h2,
.project-page h3,
.project-page h4,
.project-page h5,
.project-page h6 {
  margin: 0;
  padding: 0 0 30px 0;
  font-weight: 700;
}
.project-page h1 {
  font-size: calc(1.475rem + 3.24vw);
  min-width: 0vw;
  line-height: 1.2;
}
.disable-rfs .project-page h1,
.project-page h1.disable-rfs {
  font-size: 3.5rem;
}

@media (min-width: 1000px) {
  .project-page h1 {
    font-size: 3.5rem;
  }
}

.project-page h2 {
  color: #404040;
  font-size: calc(1.375rem + 1.8vw);
  min-width: 0vw;
}
.disable-rfs .project-page h2,
.project-page h2.disable-rfs {
  font-size: 2.5rem;
}

@media (min-width: 1000px) {
  .project-page h2 {
    font-size: 2rem;
    line-height: 1.25;
  }
}

.project-page h3 {
  font-size: calc(1.325rem + 1.08vw);
  min-width: 0vw;
  line-height: 1.25;
}
.disable-rfs .project-page h3,
.project-page h3.disable-rfs {
  font-size: 2rem;
}
/*.project-page section h3 {
  color: #2f3236;
  font-size: 18px;
  text-transform: uppercase;
}*/

@media (min-width: 1000px) {
  .project-page h3 {
    font-size: 2rem;
    line-height: 1.25;
  }
}

.project-page h4 {
  font-size: calc(1.275rem + 0.36vw);
  min-width: 0vw;
}
.project-page h4#map-title {
  line-height: 1.2;
  margin: 1em;
  padding: 1em 0 0.5em 0;
}
.disable-rfs .project-page h4,
.project-page h4.disable-rfs {
  font-size: 1.5rem;
}

@media (min-width: 1000px) {
  .project-page h4 {
    font-size: 1.5rem;
  }
}

.project-page h5 {
  font-size: 1rem;
}
.project-page section.with-banner {
  padding: 30px 0 100px 0;
}

@media (max-width: 575.98px) {
  .project-page section.with-banner {
    padding: 30px 0 50px 0;
  }
}

.project-page .bg-white {
  background-color: #ffffff;
}

@media (max-width: 575.98px) {
  .project-page .bg-white {
    padding-bottom: 50px;
  }
}

.project-page .bg-light-grey {
  background-color: #f7f7f7;
  padding: 100px 0;
}

@media (max-width: 575.98px) {
  .project-page .bg-light-grey {
    padding: 50px 0;
  }
}

.project-page .title {
  font-size: calc(1.475rem + 3.24vw);
  min-width: 0vw;
  font-weight: 700;
}
.disable-rfs .project-page .title,
.project-page .title.disable-rfs {
  font-size: 3.5rem;
}

@media (min-width: 1000px) {
  .project-page .title {
    font-size: 3.5rem;
  }
}

.project-page .breadcrumb {
  background-color: transparent;
  padding: 0 0 20px 0;
  margin: 0;
  font-weight: 400;
  font-size: 15px;
}
.project-page .breadcrumb .breadcrumb-item {
  font-size: 1rem;
}
.project-page .breadcrumb .breadcrumb-item.active {
  color: #000000;
}
.project-page .btn.btn-collapse {
  border: 1px solid #252525;
  padding: 15px 45px 15px 25px;
  margin: 25px auto;
  text-transform: uppercase;
  position: relative;
  transition: all ease 0.4s;
}
.project-page .btn.btn-collapse:hover {
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.28);
}
.project-page .btn.btn-collapse[aria-expanded|="false"]::after {
  content: '';
  position: absolute;
  right: 18px;
  top: 21px;
  width: 10px;
  height: 10px;
  background: url(../images/arrow-down.svg) center center no-repeat;
}
.project-page .btn.btn-collapse[aria-expanded|="true"]::after {
  content: '';
  position: absolute;
  right: 18px;
  top: 21px;
  width: 10px;
  height: 10px;
  background: url(../images/arrow-up.svg) center center no-repeat;
}
.project-page .btn .readmore,
.project-page .btn .hidemore {
  color: #000;
}
.form-control {
  border-radius: 6px;
}

/* //Article Starts */
.project-page article {
  background: white;
}

@media (min-width: 575.5px) and (max-width: 1000px) {
  .project-page article {
    margin-right: 50px;
  }
  .project-page section.main-section {
    padding-left: 0;
    padding-right: 0;
  }
}

.project-page article:not(:first-of-type) {
  margin-top: 2rem;
}
.project-page article__title {
  font-size: calc(1.475rem + 3.24vw);
  min-width: 0vw;
  font-weight: 700;
  margin: 0;
}
.disable-rfs .project-page article__title, .project-page article__title.disable-rfs {
  font-size: 3.5rem;
}

@media (min-width: 1000px) {
  .project-page article__title {
    font-size: 3.5rem;
  }
}

.project-page article__date {
  padding-top: .25em;
  font-size: 0.875rem;
  opacity: .75;
  margin: 0;
}
.project-page article__content {
  padding-top: .75em;
  font-size: 1.125rem;
  margin: 0;
  line-height: 1.5;
}
.project-page article__card-body {
  border: 0;
  padding: 0;
  margin: 0;
}

/* Article End // */
/* //events type colors */
/* //Key resources starts */
.project-page .keyresources-wrapper {
  margin: 50px 0 0 0;
}
.project-page .keyresources-wrapper .keygroups {
  display: flex;
  align-items: stretch;
  margin: 0 0 25px 0;
  flex-wrap: wrap;
  align-content: space-between;
}
.project-page .keyresources-wrapper .keygroups__btn {
  display: flex;
  flex-grow: 1;
  flex-wrap: wrap;
  border: 2px solid #CCCCCC;
  padding: 20px 30px;
  max-width: 49%;
  width: 49%;
  font-size: 1.2rem;
  align-items: center;
  text-align: left;
  position: relative;
  margin-bottom: 2%;
  color: #252525;
  text-transform: unset;
  white-space: normal;
}
.project-page .keyresources-wrapper .keygroups__btn:nth-child(odd) {
  margin-right: 2%;
}

@media (max-width: 575.98px) {
  .project-page .keyresources-wrapper .keygroups__btn {
    max-width: 100%;
    width: 100%;
    margin-right: 0%;
    font-size: 0.9rem;
  }
  .project-page .keyresources-wrapper .keygroups__btn:nth-child(odd) {
    margin-right: 0%;
  }
}

.project-page .keyresources-wrapper .keygroups__btn span.icon-download {
  margin-right: 30px;
}

/* //Related Content Starts */
.project-page section.related-content.top-space {
  margin: 250px 0 0 0;
  padding-top: 200px;
}

@media (max-width: 575.98px) {
  .project-page section.related-content.top-space {
    margin: 0;
    padding-top: 50px;
  }
}

.project-page ul#relatedCategory {
  display: flex;
}
.project-page .latest-wrapper {
  position: relative;
  margin: 0;
}

@media (max-width: 768px) and (max-width: 980px) {
  .project-page .latest-wrapper {
    margin-top: 0%;
  }
}

.project-page .news-display-card {
  margin-bottom: 20px;
  position: relative;
  transition: 0.5s ease;
  width: 100%;
  margin: 0 1% 1% 1%;
}
.project-page .news-display-card:hover {
  -webkit-box-shadow: 0px 0px 24px 5px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 0px 0px 24px 5px rgba(0, 0, 0, 0.28);
  box-shredow: 0px 0px 24px 5px rgba(0, 0, 0, 0.28);
}

@media (max-width: 575.98px) {
  .project-page .news-display-card {
    margin-top: 0%;
    margin-bottom: 20px;
  }
}

.project-page .news-display-card img {
  width: 100%;
}
.project-page .news-display-card .display-card {
  display: flex;
  align-items: flex-end;
  position: absolute;
  max-width: 48%;
  width: 48%;
  background-color: #FFFFFF;
  right: 20px;
  bottom: 20px;
  transition: 0.5s ease;
}

@media (max-width: 575.98px) {
  .project-page .news-display-card .display-card {
    bottom: 0;
    position: relative;
    max-width: 100%;
    width: 100%;
    right: 0;
  }
  .project-page .news-card-body {
    width: 100%;
  }
}

.project-page .cardGroup {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin: 0 -1%;
}
.project-page .cardGroup .card {
  min-width: 48%;
  max-width: 48%;
  width: calc(100% / 2 - 6%);
  margin: 1%;
  transition: 0.5s ease;
  box-sizing: border-box;
  border: 1px solid #e8e8e8;
  background-color: #FFFFFF;
}
.project-page .cardGroup .card:hover {
  -webkit-box-shadow: 0px 0px 24px 5px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 0px 0px 24px 5px rgba(0, 0, 0, 0.28);
  box-shadow: 0px 0px 24px 5px rgba(0, 0, 0, 0.28);
}
.project-page .cardGroup .card img {
  width: 100%;
}

@media (max-width: 575.98px) {
  .project-page .cardGroup .card {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .project-page .cardGroup .card:nth-child(odd) {
    margin-right: 0%;
  }
}

.project-page .news-card-body {
  background-color: #ffffff;
  width: 100%;
  padding: 30px;
}
.project-page .news-card-body p.content-type {
  color: #f7941e;
  text-transform: normal;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.project-page .news-card-body h5.card-title {
  font-size: 1.3rem;
  line-height: 1.4;
  font-weight: 700;
}
.project-page .news-card-body h5.card-title,
.project-page .news-card-body h5.card-title a {
  color: #252525;
}
.project-page .news-card-body .btn {
  padding-left: 0;
  padding-right: 0;
  font-size: 0.75rem;
  letter-spacing: 1px;
  font-weight: 500;
}
.project-page .related-content .nav-tabs {
  border-bottom: 0;
}
.project-page #relatedCategory .nav-item {
  font-size: 1.5rem;
}
.project-page #relatedCategory .nav-item .nav-link {
  padding: .5rem 1.5rem;
}

@media (max-width: 575.98px) {
  .project-page #relatedCategory .nav-item .nav-link {
    padding: .5rem 0.7rem;
    font-size: 0.9rem;
  }
}

.project-page #relatedCategory .nav-item .nav-link:focus,
.project-page #relatedCategory .nav-item .nav-link:hover {
  border-color: transparent;
}
.project-page .nav-item.active {
  color: #252525;
  background-color: transparent;
  border-color: transparent;
  border-bottom: 2px solid #f7941e;
  font-weight: 500;
}
.project-page .nav-item.active .nav-link {
  color: #252525;
}
.project-page #relatedCategoryContent {
  padding: 30px 0;
}
.btn-collapse span.hidemore {
  display: none;
}

/* // key resources */
.keyresources-wrapper .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  border-width: 1px 0 0 0;
  border-color: #e1e1e1;
  border-style: solid;
  margin-left: 0;
  padding: 2em 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

/* //events type colors */
.project-page .keyresources-wrapper {
  margin: 4em 0 0;
}
.project-page .keyresources-wrapper .row {
  display: flex;
  align-items: center;
  border-width: 1px 0 0 0;
  border-color: #e1e1e1;
  border-style: solid;
  margin-left: 0;
  padding: 2em 0;
  flex-wrap: wrap;
  width: 100%;
}
.project-page .keyresources-wrapper .row:last-child {
  border-bottom: 1px solid #e1e1e1;
}
.project-page .keyresources-wrapper .row .inner-row-wrapper {
  display: flex;
  align-items: center;
}
.project-page .keyresources-wrapper .row .inner-row-wrapper .doc-icon img {
  margin-right: 2em;
  width: 30px;
  height: 30px;
}
.project-page .keyresources-wrapper .row .inner-row-wrapper .doc-title {
  font-size: 14px;
}
.project-page .keyresources-wrapper .row .docs-info-wrapper {
  flex-basis: max-content;
}

@media (max-width: 991px) {
  .project-page .keyresources-wrapper .row .docs-info-wrapper {
    flex-basis: auto;
  }
}

@media (max-width: 767px) {
  .project-page .keyresources-wrapper .row .docs-info-wrapper {
    margin-bottom: 2em;
  }
}

.project-page .keyresources-wrapper .row .docs-action-wrapper {
  max-width: 16em;
  margin-left: auto;
  justify-content: flex-end;
}
.project-page .keyresources-wrapper .row .docs-action-wrapper .action-elements {
  margin: 0 2em 0 0;
}
.project-page .keyresources-wrapper .row .docs-action-wrapper .action-elements.expand-collapse-wrapper span {
  display: block;
  width: 34px;
  height: 34px;
  border: 1px solid #ccc;
  border-radius: 50%;
  text-align: center;
  position: relative;
}
.project-page .keyresources-wrapper .row .docs-action-wrapper .action-elements.expand-collapse-wrapper span::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
}
.project-page .keyresources-wrapper .row .docs-action-wrapper .action-elements .expand-element::before {
  content: "+";
}
.project-page .keyresources-wrapper .row .docs-action-wrapper .action-elements .collapse-element::before {
  content: "-";
}
.project-page .keyresources-wrapper .row .docs-action-wrapper .action-elements.langDropdown.form-group {
  margin-bottom: 0;
}
.project-page .keyresources-wrapper .row .docs-action-wrapper .action-elements:last-child {
  margin-right: 0; width: 30px; height: 30px;
}
.project-page .keyresources-wrapper .row .sub-row {
  display: flex;
  padding: 2em 0 0 3.5em;
  margin: 2em 0 0;
  border-bottom: 0;
}
.project-page .keyresources-wrapper .row .sub-row.hidden-element {
  display: none;
}
.project-page .keyresources-wrapper .row .sub-row .doc-icon {
  opacity: 0.4;
}

/**** Pager ****/
.project-page .item-list ul.pager {
  text-align: right;
  font-size: 1rem;
  line-height: 1.2;
  float: right;
  font-family: Roboto, sans-serif;
  padding-right: 270px;
  margin: 50px 0;
  display: flex;
}

@media (max-width: 575.98px) {
  .project-page .item-list ul.pager,
  .project-page ul.pager {
    margin: 25px 0;
    display: flex;
    padding-bottom: 0;
  }
}

.project-page .item-list ul.pager li {
  display: inline-block;
  padding: 0;
}
.project-page .item-list ul.pager li.pager-last.last,
.project-page .item-list ul.pager li.page-item.last {
  display: none;
}
.project-page .item-list ul.pager li.pager-first.first,
.project-page .item-list ul.pager li.page-item.first {
  display: none;
}
.project-page .item-list ul.pager li a,
.project-page .item-list ul.pager li span {
  background-color: transparent;
  border: 0;
  padding: 5px;
  vertical-align: middle;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}
.project-page .item-list ul.pager li.pager-disabled {
  opacity: 0.3;
  pointer-events: none;
}
.project-page .item-list ul.pager a {
  color: #a1a1a1;
  font-size: 0.85rem;
  outline: none;
}
.project-page .item-list ul.pager a:hover {
  color: #f7941e;
}
.project-page .item-list ul.pager .pager-previous a,
.project-page .item-list ul.pager .pager-next a,
.project-page .item-list ul.pager .page-item.next a,
.project-page .item-list ul.pager .page-item.prev a {
  display: block;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 0em;
}
.item-list ul.pager li.pager-next a,
.item-list ul.pager li.pager-next a:hover,
.item-list ul.pager li.pager-previous a,
.item-list ul.pager li.pager-previous a:hover {
  background: transparent !important;
}
.item-list ul.pager li.pager-current, .item-list ul.pager li a:hover {
  background: transparent !important;
}
.project-page .item-list ul.pager li.pager-next a,
.project-page .item-list ul.pager li.pager-previous a {
  text-indent: 0px;
}
.project-page .item-list ul.pager li, .project-page .item-list ul.pager li a {
  width: auto !important;
}
.project-page .item-list ul.pager li.pager-next a {
  padding: 0 22px;
  display: flex;
}
.project-page .item-list ul.pager .pager-previous,
.project-page .item-list ul.pager .page-item.prev {
  margin-right: 1em;
}

@media (max-width: 575.98px) {
  .project-page .item-list ul.pager .pager-previous,
  .project-page .item-list ul.pager .page-item.prev {
    display: none;
  }
}

.project-page .item-list ul.pager .pager-previous a,
.project-page .item-list ul.pager .page-item.prev a {
  position: absolute;
  right: 140px;
  text-align: center;
  display: flex;
}
.project-page .item-list ul.pager .pager-previous a:before,
.project-page .item-list ul.pager .page-item.prev a:before {
  content: "Previous";
  position: relative;
  top: 0px;
  right: -10px;
  text-transform: uppercase;
  font-weight: bold;
  color: #000000;
  font-family: Roboto, sans-serif;
  padding-left: 30px;
  width: 106px;
  height: 15px;
  font-size: 0.85rem;
  letter-spacing: 0.65px;
  background: url(../images/icon-btn-arrow-previous.svg) 0px center no-repeat;
  opacity: 0.3;
}
.project-page .item-list ul.pager .page-item.prev a:before {
  top: -31px;
}
.project-page .item-list ul.pager .page-item.prev.disabled {
  display: none;
}
.project-page .item-list ul.pager .pager-next,
.project-page .item-list ul.pager .page-item.next {
  margin-left: 1em;
  position: absolute;
  right: 0;
}

@media (max-width: 575.98px) {
  .project-page .item-list ul.pager .pager-next,
  .project-page .item-list ul.pager .page-item.next {
    display: none;
  }
}

.project-page .item-list ul.pager .pager-next::before,
.project-page .item-list ul.pager .page-item.next::before {
  content: "";
  position: absolute;
  left:0px;
  top: 50%;
  height: 38px;
  margin-top: -19px;
  width: 1px;
  background-color: #cecece;
}
.project-page .item-list ul.pager .pager-next a:before,
.project-page .item-list ul.pager .page-item.next a:before {
  content: "Next";
  position: relative;
  top: -0px;
  text-transform: uppercase;
  font-weight: bold;
  color: #000000;
  font-family: Roboto, sans-serif;
  padding-right: 30px;
  background: url(../images/icon-btn-arrow-next.svg) 99% center no-repeat;
  width: 74px;
  height: 15px;
  font-size: 0.85rem;
  letter-spacing: 0.65px;
}

@media (max-width: 575.98px) {
  .project-page .item-list ul.pager .pager-next a:before,
  .project-page .item-list ul.pager .page-item.next a:before {
    content: "";
    position: relative;
    top: -0px;
    text-transform: uppercase;
    font-weight: bold;
    color: #000000;
    font-family: Roboto, sans-serif;
    padding-right: 30px;
    background: url(../images/icon-btn-arrow-next.svg) 99% center no-repeat;
    width: 74px;
    height: 15px;
    font-size: 0.9rem;
  }
}

.project-page .item-list ul.pager .pager-item,
.project-page .item-list ul.pager .pager-current,
.project-page .item-list ul.pager .page-item {
  margin: 0 0.25em;
}
.project-page .item-list ul.pager .pager-current,
.project-page .item-list ul.pager .page-item.active a {
  font-weight: 600;
  color: #000000;
  background-color: transparent;
  padding: 0;
  color: #000000;
}
.project-page .item-list ul.pager .page-item.active a {
  padding: 5px;
}

@media (max-width: 575.98px) {
  .project-page .item-list ul.pager .pager-current,
  .project-page .item-list ul.pager .page-item.active {
    padding: 5px;
  }
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: transparent;
  border-color: transparent;
}

@media (max-width: 575.98px) {
  .project-page .item-list ul.pager li,
  .project-page .item-list ul.pager li a {
    height: 22px;
    color: #a1a1a1;
    font-size: 0.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.i18n-fr .project-page .item-list ul.pager li.pager-next a:before,
.i18n-fr .project-page .item-list ul.pager li.page-item.next a:before {
  content: "SUIVANTE";
  width: 90px;
}
.i18n-fr .project-page .item-list ul.pager li.pager-previous a:before,
.i18n-fr .project-page .item-list ul.pager li.page-item.prev a:before {
  content: "PRÉCÉDENTE";
  width: 90px;
}
.i18n-fr .project-page .item-list ul.pager li.pager-next:after,
.i18n-fr .project-page .item-list ul.pager li.page-item.next:after {
  left: -30px;
}
.i18n-es .project-page .item-list ul.pager li.pager-next a:before,
.i18n-es .project-page .item-list ul.pager li.page-item.next a:before {
  content: "SIGUIENTE";
  width: 90px;
}
.i18n-es .project-page .item-list ul.pager li.pager-previous a:before,
.i18n-es .project-page .item-list ul.pager li.page-item.prev a:before {
  content: "ANTERIOR";
  width: 90px;
}
.i18n-es .project-page .item-list ul.pager li.pager-next:after,
.i18n-es .project-page .item-list ul.pager li.page-item.next:after {
  left: -30px;
}
/* pager css end */

.keyresources-wrapper .docs-info-wrapper.inner-row-wrapper .doc-icon {
  min-width: 30px;
  width: 10%;
  max-width: 10%;
  margin-right: 15px;
}
.keyresources-wrapper .docs-info-wrapper.inner-row-wrapper .doc-title {
  min-width: 86%;
  width: 86%;
}
.project-page #header menu #navigation ul.menu li > .menu {
  top: 26px;
}

@media (max-width: 720px) {
  .project-page #header menu #navigation ul.menu li > .menu {
    top: 0px;
  }
}

.project-page #header menu #navigation ul.menu li > .menu .menu {
  top: 0px;
}
.project-page #header menu #navigation ul.menu li {
  -webkit-box-sizing: unset !important;
  -moz-box-sizing: unset !important;
  box-sizing: unset !important;
}
.i18n-fr.project-page .item-list ul.pager li.pager-next a,
.i18n-es.project-page .item-list ul.pager li.pager-next a {
  padding: 0 0 0 18px;
}
.i18n-fr.project-page  .item-list ul.pager,
.i18n-es.project-page  .item-list ul.pager {
  padding-right: 340px;
}
.i18n-fr.project-page .item-list ul.pager .pager-previous a:before,
.i18n-fr.project-page .item-list ul.pager .page-item.prev a:before {
  content: "SUIVANTE";
  width: 118px;
  right: 10px;
}
.i18n-fr.project-page .item-list ul.pager .pager-next a:before,
.i18n-fr.project-page .item-list ul.pager .page-item.next a:before {
  content: "PRÉCÉDENTE";
  width: 130px;
}
.i18n-es.project-page .item-list ul.pager .pager-next a:before,
.i18n-es.project-page .item-list ul.pager .page-item.next a:before {
  content: "SIGUIENTE";
  width: 118px;
}
.i18n-es.project-page .item-list ul.pager .pager-previous a:before,
.i18n-es.project-page .item-list ul.pager .page-item.prev a:before {
  content: "ANTERIOR";
  width: 130px;
}

/* //dropdown css */
.project-page .dropdown-select {
  box-shadow: 0px 0px 15px 1px #efefef;
  -webkit-box-shadow: 0px 0px 15px 1px #efefef;
  -moz-box-shadow: 0px 0px 15px 1px #efefef;
  position: relative;
  border-radius: 6px;
}
.project-page .dropdown-select select {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 14px 35px 14px 20px;
  background: transparent;
  background-image: none;
  -webkit-appearance: none;
  border: 1px #e8e8e8 solid;
  font-size: 0.8rem;
  color: #a1a1a1;
  width: 100%;
  min-width: 135px;
  border-radius: 6px;
  position: relative;
  z-index: 2;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .project-page .dropdown-select select,
  .project-page .dropdown-select select {
    padding: 14px 15px 14px 15px;
  }
  *::-ms-backdrop, .project-page .dropdown-select select,
  .project-page .dropdown-select select {
    padding: 14px 15px 14px 15px;
  }
  .project-page .dropdown-select select:focus {
    outline: none;
  }
  *::-ms-backdrop,.project-page .dropdown-select select:focus {
    outline: none;
  }
}

.project-page .dropdown-select select:focus {
  outline: none;
}
.project-page .dropdown-select::after {
  content: '';
  width: 15px;
  height: 15px;
  background: url("../images/icon-arrow-down-dropdown.svg") no-repeat center center;
  position: absolute;
  right: 15px;
  top: 20px;
  z-index: 1;
}

@media (max-width: 575.98px) {
  .project-page section.bg-white .container {
    margin-right: 10px;
  }
  .project-page section.bg-white .container .container {
    margin-right: 0px;
  }
  ul.pager {
    padding-bottom: 0;
  }
  .container.pad-bottom-100 {
    padding: 25px 0;
  }

  .project-page section.main-section.related-content.bg-light-grey {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.container.pad-bottom-100 {
  padding-bottom: 100px;
}
.custom_radio1.pg--map {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%
}
.custom_radio1.pg--map .colm {
  margin-right: 20px;
  padding-top: 15px;
}

/* custom radio */
.custom-radio {
  width: 14px;
  height: 14px;
  display: inline-block;
  position: relative;
  z-index: 1;
  top: 3px;
  background-color: #ccc;
  border-radius: 60%;
  margin-right: 8px;
}
.custom-radio::after {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px #CCC solid;
  position: absolute;
  left: -3px;
  top: -3px;
  border-radius: 60%;
}
.custom-radio:hover{
  background-color: #f7941e;
}
.custom-radio.selected{
  background-color: #f7941e;
}
.custom-radio input[type="radio"]{
  margin: 1px;
  position: absolute;
  z-index: 2;
  cursor: pointer;
  outline: none;
  opacity: 0;
  /* CSS hacks for older browsers */
  _noFocusLine: expression(this.hideFocus=true);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
}
.custom_radio1.pg--map label{
  display: block;
  padding: 2px 0;
}

.page-node-type-ct-project-page .container-fluid + .footer-pad {
  z-index: 3;
}
.page-node-type-ct-project-page .btn_share {
  z-index: 999;
}
/*---- SOF New CSS ----*/
.project-page .map-container .align-center {
  text-align: center;
}
.project-page .map-container .align-center a.btn {
  max-width: 100%;
  display: inline-block;
}
ul.pager li.pager-next a:before, ul.pager li.page-item.next a:before {
  font-size: 0.8rem !important;
}
ul.pager li.pager-previous a:before, ul.pager li.page-item.prev a:before {
  font-size: 0.8rem !important;
}
.project-page .news-card-body h5.card-title {
  font-size: 1.15em !important;
}
.project-page .map-data-content {
  margin-bottom: 20px;
}
.project-page section.main-section {
  margin: 20px 0 0;
}
.project-page section.resource-cards.main-section {
  margin-top: 50px;
  margin-bottom: 50px;
}
/*---- EOF New CSS ----*/

/* SOF Innovation page UI issues */
.page-node-type-ct-project-page .partner-img {
  display: flex;
  max-width: 720px;
  margin: 10px auto 25px auto;
}
.page-node-type-ct-project-page .partner-img .img-colm {
  width: calc(100% / 3);
  margin: 0 2%;
}
.page-node-type-ct-project-page .partner-img .img-colm img {
  width: 100%;
  max-width: 100%;
}
.page-node-type-ct-project-page .footnotes {
  margin: 0 auto;
  max-width: 1100px;
}
.page-node-type-ct-project-page .footnotes p {
  font-size: 11px;
  color: #000;
  margin: 0 0 1.5em;
}
/* EOF Innovation page UI issues */

.page-node-type-ct-project-page .un-main {
  padding: 26px 0 0;
}
.un-principles .un-principle__links ul {
  margin-bottom: 0;
  padding-bottom: 0;
}
.un-principles .un-principle__links li {
  list-style: none;
}
.un-main h3.un-heading-02 {
  padding-top: 1em;
}
@media (min-width: 1000px) {
  .un-main h4.un-heading-04 {
    font-size: 1.35rem;
  }
  .un-main h3.un-heading-02 {
    font-size: 1.8rem;
    padding-top: 1em;
  }
}
@media only screen and (min-width: 900px) and (max-width: 1100px) {
  .page-node-type-ct-project-page .un-main .un-infographic__principles {
    text-align: center;
  }
}
@media (max-width: 1000px) {
  .ct-project-page.full {
    margin-right: 0;
  }
}
.page-node-type-ct-project-page .container-fluid footer.footer-pad {
  margin-bottom: -5px;
}
body.project-page .upcoming-latest .news-display-card .card-image img {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

/*SOF Ticket GW-3827 UI issues*/
.page-node-type-ct-project-page .bottom-btn {
  text-align: center;
}
.page-node-type-ct-project-page .btn.default.btn-mrgin-top {
  margin: -160px 0 0;
  color: #000;
  position: relative;
  z-index: 10;
}
@media (max-width: 1000px) {
  .page-node-type-ct-project-page .bottom-btn {
    text-align: left;
  }
  .page-node-type-ct-project-page .btn.default.btn-mrgin-top {
    margin: 30px 0 10px;
  }
}
/*EOF Ticket GW-3827 UI issues*/

.project-ipv-dashboard .map-data-content {
  margin-top: 0px;
  border-bottom: 0px;
}

@media (min-width: 1100px) {
  .page-node-type-ct-project-page .page-content article .align-center .media-image.media-youtube-1 {
    min-height: 590px;
  }
  .page-node-type-ct-project-page .page-content article .align-center .media-image.media-youtube-1 iframe {
    max-height: none;
  }
}
@media (max-width: 1083px) {
  .page-node-type-ct-project-page .page-content article .align-center .media-image.media-youtube-1 {
    min-height: 410px;
  }
}
@media (max-width: 767px) {
  .page-node-type-ct-project-page .page-content article .align-center .media-image.media-youtube-1 {
    min-height: 257px;
  }
}
@media (max-width: 480px) {
  .page-node-type-ct-project-page .page-content article .align-center .media-image.media-youtube-1 {
    min-height: 167px;
  }
}

.photo-credit {
  position: relative;
  text-align: right;
  margin: -50px 15px 0 0;
  padding-bottom: 15px;
  z-index: 10;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
}

/* SOF Ticket GW-3897 ui issues */
.project-page .keyresources-wrapper .row {
  flex-wrap: initial;
}
.project-page .keyresources-wrapper .row .inner-row-wrapper .doc-icon img {
  width: auto;
  height: 38px;
  margin-right: 0;
}
.project-page .keyresources-wrapper .row .inner-row-wrapper .doc-title {
  font-size: 15px;
  padding-left: 50px;
  min-width: 100%;
  width: 100%;
}
.project-page .keyresources-wrapper .row .inner-row-wrapper .doc-title a {
  color: #000000;
}
.project-page .keyresources-wrapper .row .inner-row-wrapper .doc-title a:hover {
  text-decoration: underline;
}
.project-page .keyresources-wrapper .docs-info-wrapper.inner-row-wrapper .doc-icon {
  min-width: 1px;
  width: auto;
  max-width: initial;
  margin-right: 0;
}
.project-page .keyresources-wrapper .row .docs-info-wrapper {
  position: relative;
  width: auto;
  flex-basis: auto;
  float: none;
  flex-wrap: wrap;
  /*max-width: 682px;*/
}
.project-page .keyresources-wrapper .docs-info-wrapper.inner-row-wrapper .doc-icon {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .project-page .keyresources-wrapper .row {
    display: block;
  }
}
/* EOF Ticket GW-3897 ui issues */

.page-node-type-ct-project-page .hero-image__content h1,
.page-node-type-ct-project-page .hero-image__content h2 {
  padding-bottom: 0;
}
/* ------------------ Innovations css ------------------ */
#readmore-expand .list-view01 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 25px 0;
  padding: 0;
}
#readmore-expand .list-view01 ul li {
  list-style: none;
  padding: 0;
  width: 33.33%;
  margin: 0 -1px -1px 0;
  text-align: center;
  border: 1px solid #f3f3f3;
}
#readmore-expand .list-view01 ul li:last-child {
  padding: 30px 20px 10px;
}
#readmore-expand .full-bg01 .list-view01 ul li:last-child {
  padding: 0;
}
#readmore-expand .list-view01 ul li div.hotspots {
  display: inline-block;
  width: 100%;
  padding: 30px 20px 10px;
  height: 100%;
  transition: all ease 0.4s;
}
#readmore-expand .list-view01 ul li div.hotspots:hover {
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
}
#readmore-expand .list-view01 ul li div.hotspots.no-shadow:hover {
  box-shadow: none;
}

#readmore-expand .list-view01 ul li img {
  display: inline-block;
  width: 50px;
}
#readmore-expand .list-view01 ul h2 {
  font-size: 1.5em;
  margin: 15px 0 10px;
  line-height: 1.3em;
  padding: 0;
}
#readmore-expand .list-view01 ul h4 {
  margin: 20px 0 20px;
  padding: 0;
  font-size: 15px;
  font-weight: 500;
}
#readmore-expand .list-view01 ul p {
  font-size: 14px;
}
@media (max-width: 800px) {
  #readmore-expand .list-view01 ul li {
    width: 50%;
  }
}
@media (max-width: 480px) {
  #readmore-expand .list-view01 ul li {
    width: 100%;
  }
}

/* ------------------ End Innovations css ------------------ */

.page-node-type-ct-project-page #procurement-supplychain-wrapper .container {
  padding: 0;
}
.page-node-type-ct-project-page #procurement-supplychain-wrapper .bg-lightGrey.topic-detail {
  background: none;
}
.page-node-type-ct-project-page #procurement-supplychain-wrapper .sidebar {
  padding-bottom: 0;
}
.page-node-type-ct-project-page #procurement-supplychain-wrapper .sidebar__nav {
  padding: 0;
}
.page-node-type-ct-project-page #procurement-supplychain-wrapper .sidebar__nav li {
  list-style: none;
}
.page-node-type-ct-project-page #procurement-supplychain-wrapper .topic-content h3 {
  margin-top: 5px;
}
@media (max-width: 480px) {
  .page-node-type-ct-project-page #procurement-supplychain-wrapper .topicpos {
    flex-wrap: wrap;
  }
  .page-node-type-ct-project-page #procurement-supplychain-wrapper .topic-detail .col-lg-4 {
    width: 100%;
  }
  .page-node-type-ct-project-page #procurement-supplychain-wrapper .sidebar {
    margin-bottom: 0;
  }
}

.page-node-type-ct-project-page .btn span.hidemore {
  display: inline-block !important;
}
.page-node-type-ct-project-page .btn span.readmore {
  display: none !important;
}
.page-node-type-ct-project-page .btn.collapsed span.hidemore {
  display: none !important;
}
.page-node-type-ct-project-page .btn.collapsed span.readmore {
  display: inline-block !important;
}

.take-action {
  position: relative;
  min-height: 300px;
  color: #ffffff;
  margin-bottom: 0;
  z-index: 3;
}
.take-action::after {
  content: "";
  position: absolute;
  width: calc(100% + 30px);
  height: 80%;
  top: 0;
  left: -15px;
  background-color: #ED8B00;
  z-index: -1;
}
.take-action .pad-top-bottom.level1 {
  padding-top: 100px !important;
  padding-bottom: 50px;
}
@media (max-width: 578px) {
  .take-action .pad-top-bottom.level1 {
    padding-top: 50px !important;
    padding-bottom: 0px;
  }
}
.project-page .take-action h3 {
  color: #ffffff !important;
}
.take-action .btn.primary {
  display: block;
  border: 0;
  margin-top: 25px;
  margin-bottom: 25px;
}
.project-page h2.tittle-vertical {
  color: #ffffff;
}
.page-node-type-ct-project-page .hero-image__content .subtitle {
  padding: 5px 0 0;
  color: #fff;
  font-weight: 500;
}
@media (max-width: 575px) {
  .page-node-type-ct-project-page .hero-image.withoutEffect .hero-image__content {
    left: -10px;
  }
}

.page-node-type-ct-project-page figure figcaption {
  display: flex;
}
