html,
body {
  margin: 0;
  font-family: "nimbus-sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  text-transform: none;
  line-height: 1.6;
  font-size: 1rem;
  color: #797979;
  overflow-x: hidden;
  /* scroll-behavior: smooth; */
}
:focus {
  outline: none;
}
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
.field--name-body p,
.field--name-body li,
.field--name-field-about-you p {
  font-size: 18px;
}
.path-downloads #main {
  flex-direction: row-reverse;
}
.page-node-type-resource-download .field--name-field-media-image,
.page-node-type-resource-download .field--name-field-image {
  float: right;
  margin-left: 20px;
  max-width: 300px;
}
.breadcrumb {
  margin-bottom: 20px;
}
.breadcrumb ol {
  padding: 0;
  margin: 0;
}
.breadcrumb ol li {
  display: inline;
}
.breadcrumb a {
  color: #616162;
  text-decoration: none;
}
.breadcrumb a:hover {
  text-decoration: none;
  transition: 0.3s;
}
.breadcrumb li:before {
  content: "  |  ";
}
.breadcrumb li:nth-child(1):before {
  content: "";
}
@media screen and (max-width: 480px) {
  .page-node-type-resource-download .field--name-field-media-image,
  .page-node-type-resource-download .field--name-field-image {
    float: none;
    margin-left: 0;
    max-width: 100%;
  }
}
.page-node-861 .field--name-field-media-image {
  max-width: 300px;
}
a:link,
a:visited {
  color: #24619d;
  font-family: "nimbus-sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  text-decoration: none;
}
a:hover {
  text-decoration: underline !important;
}
a.tabledrag-handle .handle {
  width: 24px;
  height: 24px;
}

#menu-toggle {
  display: none;
}
#menu-toggle p {
  margin: 5px 0 0 0;
}
a.responsive-menu-toggle-icon {
  color: #fff !important;
}
@media screen and (max-width: 1150px) {
  .block-superfish {
    display: none;
  }
  .fw-container.grid.nav-search,
  .header.fw-container {
    margin: 0;
  }
  #menu-toggle {
    display: block;
    position: absolute;
    left: 30px;
  }
}
ul.sf-menu.sf-style-default a:hover,
.hvr-sweep-to-right a:hover,
a.hvr-sweep-to-right:hover,
#mc_embed_signup input.button {
  text-decoration: none !important;
}
strong {
  font-weight: 700;
}
#content a:link,
#content a:visited {
  font-weight: 700;
}
figcaption {
  max-width: 300px;
  background: #f3f3f3;
  padding: 4px;
  font-size: 0.857em;
  margin-top: -5px;
}
/* Messages */
.messages a:link,
.messages a:visited {
  color: #fff;
}
.messages.messages--status {
  background: green;
  border: green;
  color: #fff;
  padding: 20px;
}
.messages.messages--warning {
  background: orange;
  border: orange;
  color: #fff;
  padding: 20px;
}
.field--name-body .three-col {
}
.messages.messages--error {
  background: red;
  border: red;
  color: #fff;
  padding: 20px;
}

.page-node-type-ggis .field--name-field-image {
  float: right;
  max-width: 40%;
  margin: 0px 0px 0px 10px;
}
.page-node-type-ggis .field--name-field-link {
  float: right;
  clear: both;
}
/* Sweep right link css  */
.hvr-sweep-to-right a,
a.hvr-sweep-to-right,
#mc_embed_signup input.button,
.infinite li.pager__item a.button,
.page-node-type-area-of-expertise .field--name-field-link a {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  transition-property: color;
  transition-duration: 0.3s;
  font-weight: 300 !important;
  background: url(../images/orange-arrows.svg) right 10px center no-repeat #fff;
  padding: 10px 60px 10px 10px;
  color: #3f619a;
  border: 1px solid #3f619a;
  border-left: 6px solid #3f619a;
}
.hvr-sweep-to-right span.ext {
  display: none;
}
img {
  max-width: 100%;
  height: auto;
}
.page-node-type-news .field--name-field-image-media {
  float: right;
  margin: 0 0 10px 10px;
  max-width: 40%;
}
.field--name-field-news-item-ref .layout__region--first {
  max-width: 200px;
  margin-right: 20px;
}
.field--name-field-news-item-ref > div.field__label {
  font-family: "nimbus-sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #24619d;
  line-height: 1;
  margin-top: 0;
  font-size: 2em;
  margin-bottom: 20px;
}
.field--name-field-news-item-ref .layout__region--second h2 {
  font-size: 1.5em;
  margin-top: 0;
}
.field--name-field-news-item-ref .layout__region--second .field--name-body,
.field--name-field-news-item-ref
  .layout__region--second
  .field--name-body
  strong {
  font-weight: 300;
}
.hvr-sweep-to-right a::before,
a.hvr-sweep-to-right::before,
#mc_embed_signup input.button::before,
.infinite li.pager__item a.button::before,
.page-node-type-area-of-expertise .field--name-field-link a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/orange-arrows.svg) right 10px center no-repeat
    #3f619a;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.page-node-type-area-of-expertise .field--name-field-link a:hover,
.page-node-type-area-of-expertise .field--name-field-link a:focus,
.page-node-type-area-of-expertise .field--name-field-link a:active,
.hvr-sweep-to-right a:hover,
.hvr-sweep-to-right a:focus,
.hvr-sweep-to-right a:active,
a.hvr-sweep-to-right:hover,
a.hvr-sweep-to-right:focus,
a.hvr-sweep-to-right:active,
#mc_embed_signup input.button:hover,
#mc_embed_signup input.button:focus,
#mc_embed_signup input.button:active .infinite li.pager__item a.button:hover,
.infinite li.pager__item a.button:focus,
.infinite li.pager__item a.button:active {
  color: #fff !important;
}
.page-node-type-area-of-expertise .field--name-field-link a:hover:before,
.page-node-type-area-of-expertise .field--name-field-link a:focus:before,
.page-node-type-area-of-expertise .field--name-field-link a:active:before,
.hvr-sweep-to-right a:hover:before,
.hvr-sweep-to-right a:focus:before,
.hvr-sweep-to-right a:active:before,
a.hvr-sweep-to-right:hover:before,
a.hvr-sweep-to-right:focus:before,
a.hvr-sweep-to-right:active:before,
#mc_embed_signup input.button:hover:before,
#mc_embed_signup input.button:focus:before,
#mc_embed_signup input.button:active:before,
.infinite li.pager__item a.button:hover:before,
.infinite li.pager__item a.button:focus:before,
.infinite li.pager__item a.button:active:before {
  transform: scaleX(1);
}
.infinite ul.pager {
  text-align: center;
  margin: 0;
  padding: 0;
}
#mc_embed_signup form {
  padding: 0 !important;
}

#mc_embed_signup input.button {
  border-radius: 0;
  width: auto !important;
  font-weight: 300;
}
#mc_embed_signup .button:hover {
  background-color: #f17527 !important;
  background: url(../images/white-arrow.svg) right 10px center no-repeat #f17527;
}
#mc_embed_signup .button {
  height: auto !important;
  position: relative;
}
.fw-container {
  padding: 10px 0;
}
.grid.contained {
  max-width: 75em !important;
  margin: 0 auto !important;
}
.contained {
  max-width: 75em !important;
  margin: 0 auto !important;
  padding: 0 20px !important;
}
/* .fw-container {
  border: 2px solid red;
}
.contained {
  border: 1px solid blue;
} */
.navigation,
.search {
  padding: 0;
}
/* ---------- Primary Menu Toggle ----------- */
/* Hide the toggle by default. */
.menu-toggle,
.menu-toggle-target {
  display: none;
}
/* Unhide it for the primary menu. */
.region-primary-menu .menu-toggle-target {
  position: fixed;
  top: 0;
  display: inherit;
}
.region-primary-menu .menu-toggle {
  display: none;
}
body:not(:target) .region-primary-menu .menu-toggle {
  z-index: 1000;
  display: block;
  float: none;
  padding: 0.9em 10px 0.9em 10px;
  text-decoration: none;
  color: #333;
  background: #ccc;
  background: rgba(255, 255, 255, 0.7);
  text-shadow: 0 1px #eee;
  font-size: 0.929em;
}
body:not(:target) .region-primary-menu .menu-toggle:after {
  position: absolute;
  right: 10px; /* LTR */
  display: inline-block;
  width: 22px;
  height: 22px;
  content: "";
  background: url(../../../../misc/icons/ffffff/hamburger.svg) no-repeat;
  background-size: contain;
}
.block-local-tasks-block {
  border-bottom: 1px solid #424242;
}
.block-local-tasks-block ul {
  margin: 0;
  padding-left: 0;
}
.block-local-tasks-block ul li {
  display: inline-block;
}
.block-local-tasks-block ul li a {
  padding: 4px 8px;
  background: #424242;
  color: #fff;
}
/*  Superfish  */
ul.sf-menu.sf-style-default a,
ul.sf-menu.sf-style-default a:visited,
ul.sf-menu.sf-style-default span.nolink {
  color: #fff;
}
ul.sf-menu.sf-style-default li,
ul.sf-menu.sf-style-default.sf-navbar {
  background: transparent;
}
ul.sf-menu.sf-style-default li:hover,
ul.sf-menu.sf-style-default li.sfHover,
ul.sf-menu.sf-style-default a:focus,
ul.sf-menu.sf-style-default a:hover,
ul.sf-menu.sf-style-default span.nolink:hover,
ul.sf-menu.sf-style-default li li,
ul.sf-menu.sf-style-default.sf-navbar > li > ul,
ul.sf-menu.sf-style-default.sf-navbar > li > ul > li > ul {
  background: #24619d;
}
ul.sf-menu.sf-style-default li:hover,
ul.sf-menu.sf-style-default li.sfHover,
ul.sf-menu.sf-style-default a:focus,
ul.sf-menu.sf-style-default a:hover,
ul.sf-menu.sf-style-default span.nolink:hover,
ul.sf-menu.sf-style-default a.is-active {
  background: #f17527;
}
ul.sf-menu.sf-style-default {
  margin-bottom: 0;
}
.sf-sub-indicator {
  display: none;
}
ul.sf-menu.sf-style-default a.sf-with-ul,
ul.sf-menu.sf-style-default span.nolink.sf-with-ul {
  padding-right: 1em;
}
#main-standardfront-page > a {
  background: url(../images/home_icon.png) center center transparent no-repeat;
  width: 50px;
  text-indent: -9999px;
}
#main-standardfront-page > a.is-active,
#main-standardfront-page > a:hover {
  background: url(../images/home_icon.png) center center #f17527 no-repeat;
  width: 50px;
  text-indent: -9999px;
}
.footer-first {
  background: #424242;
  color: #ffffff;
}
.footer-second {
  margin-top: 0;
  background: #24619d;
  padding-top: 40px;
  text-align: center;
  color: #ffffff;
}
.footer-first a,
.footer-second a {
  color: #ffffff;
}
.contained.footer-first {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.video-flex {
  display: flex;
  flex-wrap: wrap;
}
.video-flex .video {
  flex: calc(100% / 3);
  max-width: calc(100% / 3);
  padding: 10px;
}
.video-flex .video h2 {
  font-size: 1.2rem;
  display: block;
  color: #fff;
  background: #24619d;
  padding: 10px;
  min-height: 90px;
  margin-bottom: 0;
}
.footer-external ul li {
  display: inline-block;
}
.footer-external a.gotn {
  display: inline-block;
  text-indent: -9999px;
  background: url(../images/government_netherlands.png) center center no-repeat;
  width: 51px;
  height: 80px;
  margin: 0 20px 20px 0;
  vertical-align: middle;
}
.footer-external a.unesco {
  display: inline-block;
  text-indent: -9999px;
  /* background: url(../images/2020-IHP-logo-white-web.png) center center no-repeat; */
  background: url(../images/unescoihpwhite.png) center center no-repeat;
  width: 117px;
  height: 101px;
  margin: 0 20px 20px 0;
  vertical-align: middle;
}
.footer-external a.wmo {
  display: inline-block;
  text-indent: -9999px;
  background: url(../images/wmo.png) center center no-repeat;
  width: 55px;
  height: 59px;
  margin: 0 20px 20px 0;
  vertical-align: middle;
}
.footer-external a.iah {
  display: inline-block;
  text-indent: -9999px;
  background: url(../images/iah-logo.png) center center no-repeat;
  width: 150px;
  height: 86px;
  margin: 0 20px 20px 0;
  vertical-align: middle;
}

.site-footer h2 {
  color: #f48120;
  margin-bottom: 20px;
  font-size: 1.875rem;
}
#mc_embed_signup {
  background: transparent !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "nimbus-sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #24619d;
  line-height: 1;
}
/* Heading font sizes */
h1 {
  font-size: 2em;
  /* 2x body copy size = 32px */
  line-height: 1.25;
  /* 45px / 36px */
  margin-top: 0;
}

@media (min-width: 43.75em) {
  h1 {
    font-size: 2.5em;
    /* 2.5x body copy size = 40px */
    line-height: 1.125;
  }
}

@media (min-width: 56.25em) {
  h1 {
    font-size: 3em;
    /* 3x body copy size = 48px */
    line-height: 1.05;
    /* keep to a multiple of the 20px line height
    and something more appropriate for display headings */
  }
}
h2 {
  font-size: 1.625em;
  /* 1.625x body copy size = 26px */
  line-height: 1.15384615;
  /* 30px / 26px */
}

@media (min-width: 43.75em) {
  h2 {
    font-size: 2em;
    /* 2x body copy size = 32px */
    line-height: 1.25;
  }
}

@media (min-width: 56.25em) {
  h2 {
    font-size: 2.25em;
    /* 2.25x body copy size = 36px */
    line-height: 1.25;
  }
}
h3 {
  font-size: 1.375em;
  /* 1.375x body copy size = 22px */
  line-height: 1.13636364;
  /* 25px / 22px */
}

@media (min-width: 43.75em) {
  h3 {
    font-size: 1.5em;
    /* 1.5x body copy size = 24px */
    line-height: 1.25;
  }
}

@media (min-width: 56.25em) {
  h3 {
    font-size: 1.75em;
    /* 1.75x body copy size = 28px */
    line-height: 1.25;
  }
}
h4 {
  font-size: 1.125em;
  /* 1.125x body copy size = 18px */
  line-height: 1.11111111;
}

@media (min-width: 43.75em) {
  h4 {
    line-height: 1.22222222;
    /* (22px / 18px */
  }
}

blockquote {
  font-size: 1.25em;
  /* 20px / 16px */
  line-height: 1.25;
  /* 25px / 20px */
}

@media (min-width: 43.75em) {
  blockquote {
    font-size: 1.5em;
    /* 24px / 16px = */
    line-height: 1.45833333;
    /* 35px / 24px */
  }
}

blockquote {
  background: #fdf9ed;
  color: #24619d;
  border-left: 10px solid #24619d;
  margin: 1.5em 0;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #24619d;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}
.staff-contact .views-row {
  background: #24619d;
  color: #fff;
  width: 100%;
  margin-bottom: 20px;
}
.staff-contact .field--name-field-overview-image-media {
  line-height: 0;
}
.staff-contact .field--name-field-job-title {
  font-size: 1.5rem;
}
.staff-contact .layout__region--first {
  max-width: 200px;
  margin-right: 20px;
}
.staff-contact a:link,
.staff-contact a:visited {
  color: #fff;
}
.staff-contact ul {
  padding-left: 0;
}
.staff-contact .field {
  display: flex;
}
.staff-contact .field__label {
  margin-right: 10px;
}
.staff-contact .field--name-field-first-name,
.staff-contact .field--name-field-surname {
  display: inline-block;
  font-size: 2rem;
}
.field--name-field-ggis-module {
  margin-left: 10px;
}
.field--name-field-ggis-module svg {
  display: none;
}
/* Video Content */
.video-container,
figure.youtube-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 20px;
}

.video-container iframe,
.video-container object,
.video-container embed,
figure.youtube-container iframe,
figure.youtube-container object,
figure.youtube-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.paragraph--type--video {
  width: 100%;
}
.paragraph--type--video > .col-12 {
  padding: 0;
  margin-bottom: 20px;
}
.paragraph h2 {
  margin-top: 0;
}
.paragraph
  .field--type-entity-reference
  .layout--twocol
  > .layout__region--first {
  max-width: 220px;
  margin-right: 20px;
}
.paragraph .layout--twocol {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #24619d;
}
.paragraph .layout--twocol > .layout__region--second {
  flex: 1;
}
.paragraph .field--name-field-job-title {
  font-size: 1em;
}
figure.youtube-container {
  margin: 0;
}
figure.youtube-container iframe {
  width: 100%;
  border: 0;
}

/* Social Media */
.social-media ul li {
  display: inline-block;
}
.social-media .field--name-body {
  display: flex;
  justify-content: flex-end;
}
.social-media a.facebook-link,
a.a2a_button_facebook {
  display: inline-block;
  text-indent: -9999px;
  background: url(../images/socmed/fb.svg) center center no-repeat;
  width: 32px;
  height: 32px;
  margin-right: 5px;
}
.social-media a.facebook-link:hover,
a.a2a_button_facebook:hover {
  background: url(../images/socmed/fbo.svg) center center no-repeat;
}
.social-media a.twitter-link,
a.a2a_button_twitter {
  display: inline-block;
  text-indent: -9999px;
  background: url(../images/socmed/tw.svg) center center no-repeat;
  width: 37px;
  height: 32px;
  margin-right: 5px;
}
.social-media a.twitter-link:hover,
a.a2a_button_twitter:hover {
  background: url(../images/socmed/two.svg) center center no-repeat;
}
.social-media a.google-link {
  display: inline-block;
  text-indent: -9999px;
  background: url(../images/socmed/gp.svg) center center no-repeat;
  width: 37px;
  height: 32px;
  margin-right: 5px;
}
.social-media a.google-link:hover {
  background: url(../images/socmed/gpo.svg) center center no-repeat;
}
.social-media a.linkedin-link,
a.a2a_button_linkedin {
  display: inline-block;
  text-indent: -9999px;
  background: url(../images/socmed/li.svg) center center no-repeat;
  width: 32px;
  height: 32px;
  margin-right: 5px;
}
.social-media a.linkedin-link:hover,
a.a2a_button_linkedin:hover {
  background: url(../images/socmed/lio.svg) center center no-repeat;
}
.social-media a.instagram-link {
  display: inline-block;
  text-indent: -9999px;
  background: url(../images/socmed/ins.svg) center center no-repeat;
  width: 32px;
  height: 32px;
  margin-right: 5px;
}
.social-media a.instagram-link:hover {
  background: url(../images/socmed/inso.svg) center center no-repeat;
}
.social-media a.youtube-link {
  display: inline-block;
  text-indent: -9999px;
  background: url(../images/socmed/yt.svg) center center no-repeat;
  width: 32px;
  height: 32px;
  margin-right: 5px;
}
.social-media a.youtube-link:hover {
  background: url(../images/socmed/yto.svg) center center no-repeat;
}
#block-headerpartners > div.content > .field--name-body {
  display: flex;
}
.partnerlogo {
  margin: 0 0 0 20px;
}

.header.fw-container {
  background: #424242;
  color: #fff;
  margin-top: 0;
  padding: 0;
}
.branding-second {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.contained.header {
  display: flex;
  justify-content: flex-end;
}
.language-switcher ul {
  margin: 0;
  padding: 0;
}
.language-switcher ul li {
  display: inline-block;
  padding: 10px 10px 0 0;
}
.language-switcher img {
  width: 24px;
  height: 12px;
}
.nav-search.fw-container {
  background: #24619d;
  color: #fff;
  margin-top: 0;
  padding: 0;
}
.grid.col-12.contained.nav-search {
  align-items: center;
}
.field--name-node-link {
  margin-top: 10px;
  position: absolute;
  bottom: 10px;
}
.views-field-field-special-projects .field--name-node-link {
  position: relative;
}
.a2a_svg {
  background-color: #fff !important;
}
.a2a_svg path {
  fill: #24619d;
}
.thematic-assessment {
  background: url(../images/thematic-assessment.jpg) left top no-repeat;
  padding-left: 160px;
  height: auto;
  display: block;
  text-align: left;
  margin-bottom: 30px;
}
#search-block-form {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#search-block-form #edit-keys {
  border: 1px solid #fff;
  background: #24619d;
  color: #fff;
  height: 28px;
  width: 250px;
}

.floating {
  background: #fff;
  box-shadow: 0 0 33px -10px rgba(0, 0, 0, 0.42);
  padding: 10px 10px 50px 10px;
  margin-bottom: 20px;
  position: relative;
}
.floating .views-field-view-node {
  position: absolute;
  bottom: 10px;
  left: 10px;
}
_:-ms-lang(x),
.floating {
  box-shadow: 0 0 33px 0 rgba(0, 0, 0, 0.42);
}
@supports (-ms-ime-align: auto) {
  .floating {
    box-shadow: 0 0 33px 0 rgba(0, 0, 0, 0.42);
  }
}
.breadcrumbs ol {
  padding-left: 0;
}
.breadcrumbs ol li {
  display: inline-block;
  list-style-type: none;
}
.breadcrumbs ol li::after {
  content: ">";
  color: #24619d;
  font-weight: 700;
}
.breadcrumbs ol li:nth-last-child(1)::after {
  display: none;
}
.latest-information {
  padding: 10px;
  margin-top: 20px;
  color: #797979;
}
.latest-information a:link,
.latest-information a:visited,
.latest-information h2 {
  color: #797979;
  font-size: 1rem;
}
.latest-information .content > div {
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.latest-information p {
  margin: 0 1%;
}
.latest-information h2 {
  margin: 0;
  color: #797979;
  font-size: 1.2rem;
  align-self: center;
}
a.quicklink {
  display: inline-block;
  padding-right: 40px;
  border-right: 2px solid #797979;
  background: url(../images/quicklink.svg) no-repeat right 5% center;
}
p:nth-last-child(1) a.quicklink {
  border-right: none;
}
.featured-bottom-first {
  background: #e5e5e5;
}
/*  Latest News Promoted  */
.latest-news .views-row .floating {
  height: 100%;
  padding-top: 0;
}
.latest-news .views-field-body {
  margin-top: 10px;
}
.views-field-type {
  color: #f48120;
  font-weight: 700;
}
.views-field-type::before {
  content: "";
  width: 50px;
  height: 1px;
  background: #f48120;
  display: inline-block;
  vertical-align: middle;
}
.latest-news h3 {
  margin: 0;
  line-height: 1;
}
.latest-news h3 a {
  color: #24619d;
  font-family: "nimbus-sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
  font-size: 18px;
}
.latest-news .views-field-created {
  color: #24619d;
  margin-bottom: 20px;
}
.latest-news .views-row .views-field-field-media-image {
  margin: -1px -10px;
}
.views-row .views-field-field-media-image,
.views-row .views-field-field-image-media,
.views-row .views-field-field-overview-image,
.views-row .views-field-field-overview-image-media {
  margin: -10px -10px 10px -10px;
}
.block-views-blockgwc-block-1 .views-field-field-overview-image-media {
  overflow: hidden;
}
.super-promoted
  .view-content.grid
  .last
  .views-field-field-overview-image-media {
  display: none;
}
.views-row .views-field-description__value {
  margin-bottom: 10px;
}
.latest-news .views-field-field-media-image img {
  max-width: 100%;
  height: auto;
}
/*  Events  */
.fw-container.featured-bottom-second {
  background: url(../images/events_bk.jpg) center center no-repeat #3f619a;
  background-size: cover;
  margin: 30px 0 0 0;
}
.homepage-events {
  margin-bottom: 50px;
}
.homepage-events > h2,
.frontpage-projects > h2 {
  font-size: 150px;
  color: #fff;
  margin: 0;
}
.page-node-type-special-projects .field--name-field-case-study {
  border-top: 1px solid #f48120 !important;
  border-bottom: 1px solid #f48120 !important;
  padding: 5px 0;
}
.page-node-type-special-projects .group-proj-info a {
  text-decoration: underline;
}
.homepage-events .floating {
  background: #fff;
  padding: 10px;
  position: relative;
  box-sizing: border-box;
  height: 100%;
}

.homepage-events nav {
  position: absolute;
  top: 70px;
  right: 0;
}
.views-field-title,
.views-field-title a {
  font-weight: 700;
}
.homepage-events .views-field-title {
  display: block;
  padding: 60px 10px 0 10px;
  background: url(../images/event-icon.svg) no-repeat top left;
  background-position: 10px 10px;
}
.homepage-events .views-field-title a {
  color: #24619d;
  font-family: "nimbus-sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
  font-size: 18px;
  line-height: 1;
}
.homepage-events .views-field-view-node {
  margin: 10px 0 0 10px;
}
.page-node-type-agenda .field--name-field-event-location {
  display: block;
  padding: 10px;
  background: #24619d;
  color: #fff;
  font-size: 1.3em;
  margin: 0px;
  margin-top: 10px;
}
.page-node-type-agenda .field--name-field-event-date-range {
  display: block;
  padding: 10px;
  background: #f48120;
  color: #fff;
  font-size: 1.3em;
  margin: 0px;
}
/* Sweep To Right */

.homepage-events .views-field-field-event-location {
  display: block;
  padding: 10px 10px 0 10px;
  color: #84b3d8;
  font-family: "nimbus-sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 40px;
}
.homepage-events .views-field-field-event-date {
  margin-bottom: 70px;
  display: block;
  padding: 0 10px 10px 10px;
  color: #f48120;
  font-family: "nimbus-sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
  font-size: 18px;
  line-height: 1;
}
/* Projects */

.fw-container.featured-bottom-third {
  background: url(../images/projects_bk.jpg) center center no-repeat #3f619a;
  background-size: cover;
  margin: 30px 0 0 0;
}
.frontpage-projects {
  position: relative;
}
.frontpage-projects .views-row {
  flex: 1;
}
.frontpage-projects .views-row,
.frontpage-projects .view-content {
  margin: 0;
}

.frontpage-projects .views-field-title h3 a {
  font-size: 52px;
  color: #24619d;
  font-family: "nimbus-sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
  line-height: 1;
}

.frontpage-projects .views-row .projects-left {
  background: #fff;
  padding: 20px;
}
.frontpage-projects .views-row .projects-right {
  background: #333333;
  color: #fff;
  padding: 20px;
}
.frontpage-projects h3 {
  margin-top: 0;
}
.related-news .field--name-field-media-image {
  margin: -10px 10px -10px -10px;
}
.related-news .floating {
  padding: 10px 10px 0 10px;
}
.related-news .views-field-field-news-item-ref {
}
.related-news .views-field-field-news-item-ref,
.related-news .field-content,
.related-news .layout__region,
.related-news .layout--onecol {
  height: 100%;
}
/* .related-news .layout__region {
  padding-bottom: 60px;
} */
.related-news .layout__region {
  position: relative;
}
.related-news .field--name-node-link {
  margin-top: 20px;
  position: relative;
}
.projects-right svg.ext path,
.projects-right svg.mailto path {
  stroke: #fff;
}
.projects-right svg.ext {
  fill: #fff;
  margin-left: 3px;
}
.frontpage-projects .views-row > .projects-right a {
  color: #fff;
}
.views-label {
  font-weight: 700;
}
#projects > div.content > div > div {
  position: relative;
}
.frontpage-projects nav.pager {
  position: absolute;
  top: -80px;
  right: 0;
}
ul.js-pager__items li {
  display: inline-block;
}
ul.js-pager__items .pager__item--previous a {
  display: inline-block;
  color: #fff !important;
  font-family: "nimbus-sans", sans-serif;
  font-style: normal;
  padding: 10px 10px 10px 50px;
  background: url(../images/prev.png) left 10px center no-repeat #3f619a;
  width: auto;
  height: auto;
  text-indent: 0;
}
.pager__item.is-active {
  display: none;
}
ul.js-pager__items .pager__item--next a {
  display: inline-block;
  color: #fff !important;
  font-family: "nimbus-sans", sans-serif;
  font-style: normal;
  padding: 10px 60px 10px 10px;
  background: url(../images/next.png) right 10px center no-repeat #3f619a;
  width: auto;
  height: auto;
  text-indent: 0;
}
ul.js-pager__items .pager__item--previous a:hover {
  background: url(../images/prev.png) left 10px center no-repeat #f48120;
}
ul.js-pager__items .pager__item--next a:hover {
  background: url(../images/next.png) right 10px center no-repeat #f48120;
}
/*  Projects  */
.field-subtitle {
  display: block;
  padding: 10px;
  background: #f48120;
  color: #fff;
  font-size: 1.3em;
  margin: 0;
}
.group-proj-info {
  display: block;
  background: #424242;
  color: #fff;
  padding: 10px;
  margin: 0 0 20px 0;
  font-size: 0.8125rem;
  border: 0;
  position: relative;
}
.views-field-field-special-projects .field--name-field-overview-image-media {
  margin: -10px -10px 10px;
}
.group-proj-info div > div {
  font-weight: 700;
}
.group-proj-info a:link,
.group-proj-info a:visited {
  color: #fff;
}
.group-proj-info legend {
  display: block;
  background: #24619d;
  color: #fff;
  margin: 0;
  width: 100%;
  position: absolute;
  margin-bottom: 10px;
  margin-top: -10px;
  margin-left: -10px;
  padding: 10px;
}
.fieldset-wrapper {
  margin-top: 50px;
}
.key-staff .content li {
  display: flex;
  margin-right: 10px;
}
.key-staff .content .views-row {
  padding: 0 0.5em 0 0;
}
.key-staff .content .views-row:nth-child(2) {
  padding: 0;
}
.key-staff img {
  max-width: 175px;
}
.logo-grid {
  text-align: center;
}
.logo-grid h2 {
  text-align: left;
}
.key-staff {
  background: #fdf9ed;
  padding: 10px;
  margin-bottom: 20px;
}
.key-staff h2 {
  margin-top: 0;
}
.key-staff h3 {
  margin-top: 0;
  font-size: 1em;
}
.key-staff h3 a {
  font-weight: 700;
}
.staff-image img {
  border-radius: 50%;
}
.related {
  background: #fdf9ed;
  padding: 10px;
  margin-bottom: 20px;
}
.related h2 {
  font-family: "nimbus-sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #24619d;
  line-height: 1;
  margin-top: 0;
}
.related .views-row {
  margin-bottom: 20px;
}
.related .views-row a {
  color: #858585;
  font-weight: 500;
  text-align: left;
}
figure {
  margin: 20px;
  margin-bottom: 10px;
}
figure.align-right {
  margin-right: 0;
}
figure.align-left {
  margin-left: 0;
}
.embedded-entity.align-left {
  margin-right: 10px;
}
figure {
  margin-top: 0;
}
/*  File Field Icons */
span.file--mime-application-pdf a {
  display: block;
  background: url(../images/file_field_icons/application-pdf.png) left top 3px
    no-repeat;
  padding: 0 0 3px 40px;
}
.field-duration,
.field-regions,
.field-areas-expertise {
  display: inline-block;
  vertical-align: top;
  padding: 10px 20px 10px 0;
}
.field-name-field-project-logo {
  max-width: 40%;
  float: right;
  margin-left: 20px;
  clear: both;
}
.align-right {
  clear: both;
}
.lead-image {
  max-height: 200px;
  overflow: hidden;
}
.page-node-type-groundwater-catalogue .grid.lead-image .block-views {
  max-height: 200px;
  overflow: hidden;
}
.page-node-type-groundwater-catalogue .breadcrumb ol li:nth-child(1) {
  display: none;
}
.page-node-type-groundwater-catalogue .breadcrumb ol li:nth-child(2):before {
  content: "";
}
.field--name-field-case-study-website a {
  display: block;
  background: url(../images/file_field_icons/web-link.png) left top 3px
    no-repeat;
  padding: 0 0 3px 40px;
}
.page-node-type-groundwater-catalogue
  #header
  > div.fw-container.grid.lead-image
  > div
  > div.content {
  display: flex;
  align-items: center;
  height: 200px;
}
.information-system .floating,
.information-system .field-image.col-3 {
  padding: 0;
}
.information-system .field-detail.col-9 {
  padding: 10px 10px 10px 10px;
}
.information-system .field-detail.col-9 h3 {
  margin-top: 0;
}
.information-system .views-row .views-field-field-media-image {
  margin: 0 0 -8px 0;
}
.information-system h3 {
  line-height: 1 !important;
  margin-bottom: 10px;
}
.js-form-submit.form-submit {
  /* margin-top: 20px; */
  height: 50px;
  font-size: 1.2rem;
  background: url(../images/whitearrow.svg) 90% center no-repeat #24619d;
  padding: 10px 50px 10px 10px;
  background-size: 25px 25px;
  color: #fff;
  border: 0;
  cursor: pointer;
}
.searchapi .js-form-submit.form-submit {
  font-size: 1em;
}
#search-block-form .js-form-submit.form-submit {
  height: 32px;
  width: 30px;
  cursor: pointer;
  text-indent: -9999px;
  border: none;
  background: url(../images/searchbut.png) no-repeat center center;
  border-radius: 0;
}
.js-form-submit.form-submit:hover {
  background: url(../images/whitearrow.svg) 90% center no-repeat #f48120;
  background-size: 25px 25px;
}
.information-system label {
  display: block;
  font-family: "nimbus-sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #24619d;
  line-height: 1;
  font-size: 1.75em;
  line-height: 1.25;
}
.form-select,
.js-form-type-textfield input,
.js-form-type-textarea textarea,
.js-form-type-email input,
.js-form-type-tel input,
.js-form-type-date input {
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid;
  border-color: #24619d;
  outline: 0;
  padding: 2px 3px;
  font-size: 16px;
  font-family: Arial, sans-serif;
  height: 50px;
  font-family: "nimbus-sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  width: 100%;
  padding: 10px;
  color: #000;
}
.js-form-type-textarea textarea {
  height: 100px;
}
.newsletter-signup #mc_embed_signup input.email {
  width: 100%;
  border: 0;
  font-size: 1rem;
  height: 50px;
}
#mc_embed_signup form {
  padding: 0;
}
.views-exposed-form .form-select {
  background-image: url(../images/select-arrow.gif);
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 20px;
}
.js-form-type-select,
.form-actions {
  display: inline-block;
}
.views-exposed-form label {
  font-family: "nimbus-sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #24619d;
  /* font-size: 1.8em; */
}
.views-exposed-form {
  display: flex;
  -ms-align-items: flex-end;
  align-items: flex-end;
  margin-bottom: 50px;
}
.views-exposed-form .js-form-item {
  display: flex;
  flex-wrap: wrap;
  width: 31%;
  margin-right: 1%;
}
li.facet-item {
  list-style: none;
}
ul.js-facets-checkbox-links {
  margin: 0;
  padding: 0;
}
.block-facet--checkbox {
  border: 1px solid;
  border-color: #24619d;
  color: #000;
  padding: 10px;
  margin-bottom: 20px;
}
.block-facet--checkbox h2 {
  margin: -10px -10px 10px -10px;
  line-height: 1;
  background: #24619d;
  color: #fff;
  padding: 10px;
  font-size: 1.375em;
}
.searchapi.views-exposed-form .js-form-item {
  width: 100% !important;
  flex-wrap: nowrap;
}
.searchapi.views-exposed-form {
  margin-bottom: 20px;
}
.searchapi .js-form-type-textfield input {
  width: 268px;
}
.related-projects .views-field-body {
  margin-bottom: 40px;
}
.related-projects .views-field-field-image-media {
  margin: -10px -10px 10px -10px;
}
#views-exposed-form-resources-index-page-1 {
  display: flex;
}
.views-exposed-form .js-form-item label {
  font-weight: 700;
}
.views-exposed-form .js-form-item label,
.views-exposed-form .js-form-item select {
  flex: 100%;
}
.downloads .views-row {
  text-align: center;
}
.downloads .views-field-title a {
  display: block;
  padding: 5px;
  background: #f48120;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.downloads .views-field-view-node a,
.downloads .views-field-title-1 a {
  display: block;
  padding: 5px;
  background: #24619d;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.downloads .views-field-nothing {
  display: block;
  padding: 5px;
  background: #fdf9ed;
  color: #666666;
  margin-top: 0px;
  font-weight: bold;
  text-align: center;
}
.downloads .views-field-nothing a {
  color: #666666;
  font-weight: bold;
}
/* Volunteers*/

.page-node-type-volunteers h1 {
  margin-bottom: 0;
}

/* Staff */
.page-node-type-staff-member h1, page-node-type-volunteers h1 {
  margin-bottom: 0;
}

.group-contact {
  padding: 0;
  border: 0;
  margin: -10px 0 0 0;
}
.group-contact legend {
  background: #f48120;
  width: 100%;
  margin: 0;
  padding: 10px;
  color: #fff;
  border: none;
  font-weight: 700;
}
.group-contact .fieldset-wrapper a {
  color: #fff;
}
.group-contact .field {
  padding-right: 10px;
}
.page-node-type-donor-partner .group-contact {
  margin: -20px 0 0 0;
}
.field--name-field-logo-media {
  float: right;
  padding: 10px 10px 0 0;
  text-align: center;
}
.page-node-type-donor-partner .field--name-field-logo-media {
  max-width: 50%;
}
.partners-donors .field--name-field-logo-media {
  float: none;
  padding-left: 0;
  text-align: center;
}
.partners-donors .view-content.grid {
  justify-content: space-between;
  align-items: center;
}

.group-contact .fieldset-wrapper {
  padding: 10px;
  margin: 0px;
  margin-top: 0;
  background-color: #24619d;
  color: #fff;
  border: none;
  display: flex;
}
.group-contact a:link,
.group-contact a:visited,
.current-projects a:link,
.current-projects a:visited {
  font-weight: 300 !important;
}
.field--name-field-full-organisation-name {
  display: block;
  padding: 10px;
  background: #f48120;
  color: #fff;
  font-size: 1.3em;
  margin: 0px;
}
.job-title {
  font-size: 2em;
}
.staff-email {
  margin-right: 25px;
}

.staff-phone {
  margin-right: 25px;
}

.social-link-field svg.ext {
  display: none;
}
.where-we-work .views-field-view-taxonomy-term {
  position: absolute;
  bottom: 10px;
}
.where-we-work .floating {
  padding: 10px 10px 60px 10px;
  height: 100%;
}
#block-views-block-info-system-block-1 div.views-row.grid.floating {
  margin: 1em 0;
}
#block-followigrac > div.content > ul {
  margin-right: 0;
  padding-right: 0;
}
.work-dates {
  margin-top: 0px;
  padding: 10px;
  background-color: #d4e2e8;
  color: #666;
}

.current-projects {
  margin-top: 0px;
  margin-bottom: 20px;
  padding: 10px;
  background-color: #424242;
  color: #fff;
}
.current-projects a {
  color: #fff;
}
.current-projects > div,
.work-dates > div:nth-child(1),
.staff-email > div:nth-child(1),
.staff-phone > div:nth-child(1) {
  font-weight: 700;
}

.social-link-field span.ext {
  display: none;
}
.social-link-field.horizontal li {
  margin: 10px;
}
.social-link-field a {
  font: normal normal normal 25px/1 FontAwesome;
}
.field__label {
  font-weight: 700;
}
#block-views-block-page-image-block-1,
#block-views-block-page-image-block-1 img,
.block-views-blockpage-image-block-1,
.block-views-blockpage-image-block-1 img,
#header > div.fw-container.grid.lead-image > div,
#header > div.fw-container.grid.lead-image > div img,
.main-page-image,
.main-page-image img {
  width: 100%;
}
/*  News */
.views-field-created,
.views-field-field-event-date-range {
  font-size: 0.9em;
  color: #f48120;
}
.news-events .floating {
  margin: 5px;
  padding-bottom: 0;
}
.news-events .views-row .views-field-field-media-image {
  margin: -10px 10px -10px -10px;
}
.news-events div.col-4__sm-12 {
  padding: 0 !important;
}
.block-views-blockarchive-block-1 ul {
  margin: 0;
  padding: 0;
}
.infographics .col-4_sm-12 .content {
  border-top: 8px solid #61acd7;
  margin: 0 10px;
  padding: 20px 20px 0 20px;
}
.infographics-2 {
  border-top: 8px solid #61acd7;
}
.infographics-2 .grid {
  border-bottom: 8px solid #61acd7;
  margin: 0 10px;
  padding: 20px 20px 0 20px;
  margin-bottom: 30px;
}
.infographics-2 h2 {
  text-align: center;
}
.block-views-blockarchive-block-1 li {
  display: inline-block;
  margin: 0 10px 10px 0;
}
/*  Webform Styling */

.path-webform .form-select,
.path-webform input,
.path-webform textarea,
.page-node-type-webform .form-select,
.page-node-type-webform input,
.page-node-type-webform textarea {
  width: 100%;
}
.path-webform .form-item label,
.page-node-type-webform .form-item label {
  font-weight: 700;
}

.path-webform form > fieldset > legend,
.page-node-type-webform form > fieldset > legend {
  background: #24619d;
  color: #fff;
  width: 100%;
  margin: 0;
  padding: 10px;
  border: none;
  font-weight: 700;
}

.path-webform .fieldset-wrapper,
.page-node-type-webform .fieldset-wrapper {
  padding: 10px;
  margin: 0px;
  margin-top: 0;
}
.path-webform fieldset,
.page-node-type-webform fieldset {
  background: #fdf9ed;
  border: none;
  margin: 20px 0;
  padding: 0;
}
.path-webform .fieldset-legend,
.page-node-type-webform .fieldset-legend {
  font-weight: 700;
}
.path-webform .form-item,
.page-node-type-webform .form-item {
  margin-bottom: 20px;
}
.block-addtoany {
  margin: 30px 0;
}

.stories {
  padding: 0 0.5em;
}
.stories .views-field-field-subtitle {
  color: #f48120;
  font-weight: 700;
}
.stories .views-field-title h3 {
  margin: 5px 0;
}
.stories .views-field-field-region-s- .views-label,
.stories .views-field-field-region-s- .field-content {
  display: inline;
  font-weight: 700;
  margin-bottom: 10px;
}
.stories .views-row .col-4__sm-12 {
  padding: 0;
}
.stories .views-row .views-field-field-media-image {
  margin: -10px 10px -10px 0px;
}
.stories .floating {
  padding-left: 0;
  padding-bottom: 2px;
}
.stories div.col-3__sm-12 {
  padding: 0 !important;
}
#webform-submission-global-mar-inventory-site-submis-add-form .js-form-item,
#webform-submission-global-mar-inventory-site-submis-node-546-add-form
  .js-form-item {
  display: block;
}
.page-node-type-stories .field--name-field-subtitle {
  display: block;
  padding: 10px;
  background: #f48120;
  color: #fff;
  font-size: 1.3em;
  margin: 0px;
  width: 100%;
  margin: 0;
  color: #fff;
  border: none;
  font-weight: 700;
}
.ckeditor-accordion-container > dl dt > a,
.ckeditor-accordion-container > dl dt.active > a {
  background-color: #24619d;
}
.ckeditor-accordion-container > dl dt > a:hover {
  background-color: #12385f;
}
.ckeditor-accordion-container > dl {
  border: 1px solid #24619d;
}
.group-story-information {
  padding: 0;
  border: 0;
  margin: -10px 0 0 0;
}
.group-story-information legend {
  background: #ffb718;
  width: 100%;
  margin: 0;
  padding: 10px;
  color: #fff;
  border: none;
  font-weight: 700;
}
.group-story-information .fieldset-wrapper a {
  color: #4c4a4a;
}
.group-story-information .fieldset-wrapper {
  padding: 10px;
  margin: 0px;
  margin-top: 0;
  background-color: #f6e0a3;
  color: #4c4a4a;
  border: none;
}
.group-story-information .field {
  margin: 5px 0;
}
.group-story-information a:link,
.group-story-information a:visited {
  font-weight: 300 !important;
}
/* .views_slideshow_cycle_slide .views-row {
  -webkit-box-flex: 33%;
  -ms-flex: 33%;
  flex: 33%;
}

.views_slideshow_cycle_slide {
  display: -webkit-box ;
  display: -ms-flexbox ;
  display: flex ;
}
.views_slideshow_cycle_slide.views_slideshow_cycle_hidden {
  display: none;
} */
.gapmaps {
  background: #fdf9ed;
  padding: 10px;
  margin-bottom: 20px;
}
.gapmaps a {
  color: #24619d;
  font-family: "nimbus-sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
}
.gapmaps a:hover {
  text-decoration: underline !important;
}
.gapmaps h2 {
  margin-top: 0;
}
.gapmaps a img {
  padding-right: 5px;
  vertical-align: middle;
}
#gap_d {
  text-align: right;
  margin-top: -60px;
  padding-bottom: 20px;
  padding-right: 20px;
}
.views_slideshow_cycle_main > div > div {
  display: flex;
}
.views_slideshow_cycle_slide .floating {
  flex: 31%;
  margin: 0 1%;
}
.page-node-type-groundwater-catalogue h1 {
  margin-bottom: 30px;
}
.page-node-type-groundwater-catalogue .block-views > h2,
.page-node-type-groundwater-catalogue .block-views {
  margin-bottom: 20px;
}
.gwc-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.primaryNav {
  padding-top: 10px;
}
.gwc-menu ul a {
  display: block;
  font-weight: 400;
  margin-bottom: 3px;
}
.gwc-menu ul > li a.is-active {
  margin-bottom: 0;
  font-weight: 700;
  background: #333333;
  color: #fff;
}
.gwc-menu ul > li > ul a.is-active {
  margin-bottom: 3px;
}
.gwc-menu ul > li a {
  color: #fff;
  background: #ffb718;
  padding: 4px;
}

.gwc-menu ul > li a:hover {
  background: #dfa015;
}
/* .gwc-menu ul > li > ul {
  background: #d4e2e8;
} */
.gwc-menu ul > li > ul > li a {
  padding: 4px;
  background-color: #f6e0a3;
  color: #424242;
}
.gwc-menu ul > li > ul > li a:hover {
  background: #dfa015;
}
.gwc-menu li#home a {
  background: #24619d;
  color: #fff;
}
a.nocontent {
  background: #ccc !important;
}
@media screen and (max-width: 850px) {
  .video-flex .video {
    flex: calc(100% / 2);
    max-width: calc(100% / 2);
    padding: 10px;
  }
}
@media screen and (max-width: 650px) {
  #search-block-form #edit-keys {
    width: auto;
  }
  .video-flex .video {
    flex: 100%;
    max-width: 100%;
    padding: 10px;
  }
  .page-node-type-news .field--name-field-image-media {
    float: none;
    margin: 0;
    width: 100%;
  }
  .contained.header > .clearfix,
  .branding-first,
  .branding-second {
    justify-content: center;
  }
  .branding-second ul {
    padding-left: 0;
  }
  .header-partners {
    display: none;
  }
  .latest-information .content > div,
  .latest-news .view-content {
    flex-wrap: wrap;
  }
  .latest-information .content > div > * {
    flex: 100%;
  }
  .latest-information .content > div > * > a {
    width: 100%;
    border-right: 0;
    margin: 5px 0;
    border-bottom: 2px solid #797979;
  }
}
.super-promoted img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.super-promoted a {
  color: #24619d;
  font-family: "nimbus-sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
  font-size: 18px;
  line-height: 1;
}
.super-promoted .views-field-field-media-image-1 {
  margin: -10px -10px 10px -10px;
}
@media (max-width: 48em) {
  .contained {
    max-width: 100% !important;
  }
  .homepage-events > h2,
  .frontpage-projects > h2 {
    font-size: 5em;
  }
  .super-promoted .floating {
    flex-basis: 100%;
    max-width: 100%;
  }
  .super-promoted .views-field-field-media-image-1 img {
    width: 100%;
  }
  .frontpage-projects nav.pager {
    position: inherit;
    top: 0;
  }
  .frontpage-projects nav.pager ul {
    padding-left: 0;
  }
}
@media (min-width: 48em) {
  .super-promoted .views-element-container,
  .super-promoted .view-content.grid {
    flex-basis: 50%;
    max-width: 50%;
  }
  .super-promoted .views-element-container .views-row.first {
    padding: 0 10px;
  }
  .super-promoted .view-content.grid {
    margin: 0;
  }
  .super-promoted .view-content.grid .last .views-field-field-media-image-1 {
    display: none;
  }
  .super-promoted .floating {
    height: 100%;
  }
  .super-promoted .views-element-container .floating {
    min-height: 513px;
    margin-bottom: 0;
  }
  .super-promoted .view-content.grid .last {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .super-promoted .views-element-container div {
    margin-bottom: 0;
    padding-bottom: 0;
    height: 100%;
  }
  .super-promoted .views-element-container .col.floating > div {
    height: auto;
  }
}
