.page-content {
  max-width: 100%;
  margin: 0 auto;
  padding: 2em 0;
  position: relative;
}

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

.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;
  position: relative !important;
}

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

.domain-access-denied h1 {
  font-size: 200px;
  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;
}

header .head_row-brand a span.brand-img img {
  max-width: inherit;
  width: initial;
  height: 40px;
}

.custom-page-title {
  display: none;
}

article .media-image iframe.media-oembed-content {
  width: 550px;
  height: 309px;
}

.field--name-field-tag-display-type .form-radios div:nth-of-type(0) {
  display: none;
}

.media-library-add-form--oembed .messages--error {
  display: none;
}

.fundImpact .data-card-group .data-card h3 {
  font-size: 20px;
}

.fundImpact .data-card-group .data-card p {
  font-size: 16px;
}

.data-card-group .data-card span.icon-code {
  font-size: 15px;
  display: table;
  margin-left: auto;
  margin-right: auto;
}

.fundImpact .funding-slide .swiper-slide {
  height: auto;
}

.data-card-group .data-card span.icon-regions-code {
  font-weight: 700;
  color: #96734a;
  font-size: 18px;
}

.ct-card-group .officeSwiper .swiper-slide .ct-card {
  width: calc(100% - 32px);
  max-width: 100%;
  height: 100%;
  margin: 16px;
}

.user-logged-in ul.usertab {
  border-bottom: 1px solid #c8cfd6;
  display: flex;
  padding: 0;
  width: 100%;
  gap: 16px;
}

.user-logged-in ul.usertab li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.user-logged-in ul.usertab li::marker {
  display: none;
}

.user-logged-in ul.usertab li:last-child {
  margin-right: 0;
}

.user-logged-in ul.usertab li a {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  color: #000000;
  opacity: 0.6;
  padding: 14px 20px;
  display: flex;
  position: relative;
  cursor: pointer;
  height: 100%;
  flex-wrap: wrap;
  align-items: center;
}

.user-logged-in ul.usertab li a:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 4px;
  width: 0;
  background: #ed8b00;
  opacity: 1;
  transition: all ease 0.3s;
}

.user-logged-in ul.usertab li a:hover {
  color: #000;
}

.user-logged-in ul.usertab li a:hover:after {
  width: 100%;
}

.user-logged-in ul.usertab li a.active {
  color: #000;
  opacity: 1;
}

.user-logged-in ul.usertab li a.active:after {
  width: 100%;
}

.user-logged-in ul.usertab li a span {
  width: 100%;
  line-height: 24px;
  height: 100%;
}

.path-latest-eu-support .media-youtube-video.media-youtube-1 {
  height: 256px;
  position: relative;
  float: left;
  width: 320px;
  margin: 0 20px 20px 0;
}

.path-latest-eu-support .media-oembed-content {
  width: 100%;
  height: 100%;
}

label span.form-required {
  color: red;
  margin-left: 3px;
}

/*CSS For Alert*/
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert>p,
.alert>ul {
  margin-bottom: 0;
}

.alert>p+p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

.custom-multiselect01 input#myInput1 {
  border: none;
  border-bottom: 1px solid #dee2e6;
  width: 100%;
  background: none;
  outline: none !important;
  box-shadow: none !important;
}

.custom-multiselect01 input#myInput1::placeholder {
  color: #4c4c4c;
  font-weight: 500;
}

header .head_row-brand .srch-lang .lang a.is-active {
  color: #000000;
}

.path-search .field-title-content a {
  font-size: 23px;
}

.path-search .search-advanced {
  display: none;
}

.path-search #edit-keys {
  margin-bottom: 20px;
}

#user-pass p {
  margin-bottom: 15px;
}


/* CSS taken from global.css */

.expanding-choices.container {
  max-width: 960px;
  margin: 0px auto;
  width: 100%;
  padding: 50px;
}

article.glbl .expanding-choices h2 {
  text-align: left;
}

.expanding-choices .show {
  transform: translate(0);
  opacity: 1;
}

.expanding-choices .flex {
  display: flex;
  text-align: center;
  justify-content: space-between;
}

.expanding-choices .wicon {
  width: 20%;
  font-size: 14px;
  line-height: 1.4;
}

.expanding-choices .icon {
  position: relative;
  overflow: hidden;
  max-width: 150px;
  margin: auto;
}

.expanding-choices .dottedContent ul {
  display: block;
  padding: 0 0 0 30px !important;
  width: 100%;
}

.expanding-choices .icon:hover:after {
  width: 100%;
}

article.body_content .expanding-choices .dottedContent {
  text-align: left;
}

.expanding-choices .dottedContent {
  display: flex;
  align-items: flex-start;
}

.expanding-choices .titles {
  background: #404040;
  color: #FFF;
  padding: 5px 10px;
  border-radius: 4px;
  width: 150px;
  text-align: center;
  margin-top: 5px;
}

.expanding-choices .paragraph {
  font-size: 1em;
  line-height: 1.5;
  margin: 0;
  font-weight: 400;
}

.expanding-choices .dottedContent ul {
  display: block;
  padding: 0 0 0 30px !important;
}

::marker {
  unicode-bidi: isolate;
  font-variant-numeric: tabular-nums;
  text-transform: none;
  text-indent: 0px !important;
  text-align: start !important;
  text-align-last: start !important;
}

.expanding-choices .dottedContent ul {
  display: block;
  padding: 0 0 0 30px !important;
}

.expanding-choices .icon:hover:after {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(255, 255, 255, .0);
  z-index: 3;
  content: '';
  top: 0;
  left: 0;
}

.expanding-choices .colorGreen {
  color: #04B499
}

.expanding-choices .colorYellow {
  color: #FAA634
}

.expanding-choices .colorBlue {
  color: #0186CA
}

.expanding-choices .colorPink {
  color: #FFCEF1
}

.expanding-choices .colorGreen li:before {
  background-color: #04B499
}

.expanding-choices .colorYellow li:before {
  background-color: #FAA634
}

.expanding-choices .colorBlue li:before {
  background-color: #0186CA
}

.expanding-choices .colorPink li:before {
  background-color: #FFCEF1
}

.expanding-choices .dottedContent {
  display: flex;
  align-items: flex-start;
}

.expanding-choices .paragraph {
  font-size: 1em;
  line-height: 1.5;
  margin: 0;
  font-weight: 400;
}

.expanding-choices .titles {
  background: #404040;
  color: #FFF;
  padding: 5px 10px;
  border-radius: 4px;
  width: 150px;
  text-align: center;
  margin-top: 5px;
  font-size: 16px;
}

.expanding-choices .unordered-lis {
  font-size: 1em;
  line-height: 1.5;
  margin: 0;
  margin-bottom: 25px;
  font-weight: 400;
  list-style: none;
  margin-left: 10px;
}

.expanding-choices .dotted {
  font-size: 1.3rem;
  line-height: 1.3;
}

.expanding-choices .unordered-lis span {
  color: #404040;
  font-size: 1rem;
}

.expanding-choices .unordered-lis li {
  position: relative;
}

.expanding-choices .unordered-lis li:before {
  position: absolute;
  left: -22px;
  top: 8px;
  width: 12px;
  height: 12px;
  border: 1px solid #404040;
  border-radius: 100%;
  content: '';
}

.front .section_content-third {
  background-color: #3490C7;
  color: #fff;
  text-align: center;
  margin-bottom: 80px;
  padding: 6em 0 6em 0;
  overflow: hidden;
}

.mandate__item p {
  width: 60%;
  margin: auto;
  font-size: 1em;
  line-height: 1.5em;
}

.section__inner {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

.block-home-our-mandate {
  max-width: 980px;
  margin: auto;
}

.mandate .swiper-wrapper {
  margin-bottom: 3em;
}

.block-home-our-mandate h2.block-title {
  color: #fff;
  margin-bottom: 20px;
}

.mandate .swiper-pagination-bullet {
  border: 1px solid #fff;
}

.mandate .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}

.mandate .swiper-pagination-bullet:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

.mandate__navigation {
  position: absolute;
  transform: translateY(-50%);
  cursor: pointer;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  background-color: #fff;
  z-index: 11;
  transition: all 0.5s ease 0s;
}

@media (max-width: 740px) {
  .mandate__navigation {
    display: none;
  }
}

.mandate__navigation:before {
  color: #5A3228;
  line-height: 70px;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.mandate__navigation:hover {
  background-color: #F3943D;
}

.mandate__navigation:hover:before {
  color: #fff;
}

.mandate__navigation_prev {
  left: 200px;
  top: 800px;
}

.mandate__navigation_next {
  right: 200px;
  top: 800px;
}

.moretext {
  display: none;
}

.path-sitemap .breadcrumb {
  display: none;
}

.path-sitemap h2.domain-specific-name {
  font-size: 28px;
}

.arrow-bullet-img img {
  display: inline-block;
}

article.glbl ul+p,
article.glbl ol+p {
  margin-top: 0;
}

.page-node-type-ct-video .youtubeVideo.vds {
  padding: 0px !important;
}

.video_ref .displayCard__video {
  padding: 0px;
  background-color: transparent;
}

.news-content .video_ref .displayCard__video .youtubeVideo {
  padding: 0;
  position: unset;
}

.path-where-we-work .hide-social-icon {
  display: none;
}

.twitter_svg_icon img {
  height: 22px;
}

.custom-social-share.share-tw-url svg {
  height: 22px;
  width: 22px;
  margin-top: 18px;
  margin-left: 18px;
}

.path-node img.embedded_images {
  width: 100%;
}

article.glbl .ct-card__video .media-youtube-video .youtubeVideo {
  margin-top: 0;
  margin-bottom: 0;
  max-width: unset;
  padding: 0;
  position: unset;
  display: block !important;
}
