/*
$white: #fff;
$black: #000;
$gray: #ccc;
$medium-gray: #9e9e9e;
$dark-gray: #333333;
$overlay: rgba(0, 0, 0, 0.8);
$blue: #1e304d;
$gold: #b38733;
$light-gold: #f3ede2;

$light-red: #fbc6c6;
$red: #ff0000;

$tablet-breakpoint: 68em;
*/
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent; }

body {
  margin: 0;
  font-family: "Bricolage Grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  background: #f0f0f0;
  font-size: 16px;
  line-height: 1.25em;
  color: #444; }
  body .home-new {
    background-color: #fff; }
  body .internal-page {
    position: relative;
    padding: 20px;
    background: #fff; }
    body .internal-page .footer-top {
      background: #fff; }
    @media screen and (max-width: 68em) {
      body .internal-page .internal-page-wrapper-left {
        margin-right: 0; } }
    @media screen and (max-width: 68em) {
      body .internal-page .internal-page-wrapper-right {
        margin-left: 0; } }
    body .internal-page .page-header {
      margin-bottom: 20px;
      border-bottom: 2px solid #7a91dd; }
      body .internal-page .page-header h1 {
        font-family: "Bricolage Grotesque", sans-serif;
        font-style: normal;
        font-weight: 600;
        margin-top: 0;
        margin-bottom: 10px;
        color: #333; }
        body .internal-page .page-header h1 span {
          margin-left: 5px;
          font-family: "Bricolage Grotesque", sans-serif;
          font-style: normal;
          font-weight: 300; }
      body .internal-page .page-header .node-type {
        margin-top: 10px;
        margin-bottom: 5px;
        font-family: "Bricolage Grotesque", sans-serif;
        font-size: 14px;
        font-weight: 300;
        color: #344275;
        text-transform: uppercase; }
      body .internal-page .page-header .node-category {
        display: inline-block;
        margin-bottom: 10px;
        padding: 5px 10px;
        background-color: #344275;
        font-family: "Bricolage Grotesque", sans-serif;
        font-size: 14px;
        font-weight: 300;
        color: #fff;
        text-transform: uppercase; }
        body .internal-page .page-header .node-category:before {
          position: relative;
          top: 3px;
          margin-right: 5px;
          font-size: 18px; }
      body .internal-page .page-header .node-parent-project {
        display: inline-block;
        padding: 10px 18px;
        background-color: #e0e0e0;
        transition: all 300ms ease-in-out;
        font-size: 14px;
        color: #7a91dd;
        text-transform: uppercase;
        cursor: pointer;
        font-family: "Bricolage Grotesque", sans-serif;
        font-style: normal;
        font-weight: 500; }
        body .internal-page .page-header .node-parent-project:hover {
          position: relative;
          background-color: #7a91dd;
          color: #fff; }
      body .internal-page .page-header .course-catalogue-title {
        display: inline-block;
        margin-bottom: 20px;
        padding: 6px 12px;
        background: #344275;
        font-family: "Bricolage Grotesque", sans-serif;
        font-style: normal;
        font-weight: 300;
        font-size: 14px;
        color: #fff;
        text-transform: uppercase; }
        body .internal-page .page-header .course-catalogue-title:hover {
          background: #7a91dd; }
        body .internal-page .page-header .course-catalogue-title:before {
          margin-right: 5px; }

::-moz-selection, ::-moz-selection {
  opacity: 0;
  background-color: rgba(127, 115, 50, 0.5); }

::-moz-selection, ::selection {
  opacity: 0;
  background-color: rgba(127, 115, 50, 0.5); }

h1, h2, h3, h4, h5 {
  font-family: "Bricolage Grotesque", sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 1em; }

h1 {
  margin: 20px 0;
  font-size: 2em; }

h2 {
  margin: 30px 0;
  font-size: 2em; }

h3 {
  margin: 30px 0;
  font-size: 1.8em; }

h4 {
  margin: 20px 0;
  font-size: 1.5em; }

h5 {
  margin: 20px 0;
  font-size: 1.3em; }

/*
p {


  .rtl & {
   // font-size: 1.1em;
  }
}

ul,
ol {
  .rtl & {
   // font-size: 1.1em;
  }
}
*/
img.align-right,
figure.align-right {
  float: right;
  padding-bottom: 20px;
  padding-left: 30px; }

img.align-left,
figure.align-left {
  float: left;
  padding-right: 30px;
  padding-bottom: 20px; }

img.align-center,
figure.align-center {
  padding-bottom: 20px;
  text-align: center; }

p.text-align-center {
  text-align: center; }

p.text-align-justify {
  text-align: justify; }

p.text-align-right {
  text-align: right; }

a,
button {
  text-decoration: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  transition: color, background-color 200ms; }

input {
  font-family: "Bricolage Grotesque", sans-serif;
  font-style: normal;
  font-weight: 400; }

.button {
  display: inline-block;
  margin: 20px 0 0 10px;
  padding: 10px 20px;
  border: 0;
  background: #7a91dd;
  font-size: 0.9em;
  color: #fff !important;
  text-transform: uppercase;
  cursor: pointer; }
  .button:hover {
    background: #344275; }

.wrap {
  box-sizing: border-box;
  max-width: 1400px;
  margin: 0 auto; }

.content {
  margin: -30px auto 40px auto; }
  .content .sidebar-left {
    padding-right: 0; }
  .content .sidebar-left + div {
    padding-left: 0; }

div.listing {
  padding-bottom: 20px; }
  div.listing header {
    position: relative;
    z-index: 1; }

div.search-result figure {
  display: table;
  margin: 20px 0 0; }

.align-right {
  float: right;
  padding-bottom: 20px;
  padding-left: 30px; }
  .rtl .align-right {
    float: left;
    padding-right: 30px;
    padding-left: 0; }

.align-left {
  float: left;
  padding-right: 30px;
  padding-bottom: 20px; }
  .rtl .align-left {
    float: right;
    padding-right: 0;
    padding-left: 30px; }

.align-center {
  padding-bottom: 20px;
  text-align: center; }

.visually-hidden {
  display: none; }

.row.share {
  clear: both;
  padding: 10px 0 20px; }
  .row.share span {
    vertical-align: 14px;
    padding-right: 10px;
    color: #344275; }
  .row.share img {
    width: 42px;
    height: auto; }
  .row.share a {
    opacity: 0.8; }
    .row.share a:hover {
      opacity: 1; }

.admin-tabs {
  position: fixed;
  right: 20px;
  bottom: 0;
  z-index: 9999;
  min-width: 200px;
  border: 2px solid #7a91dd;
  background-color: #fff; }
  .admin-tabs h4 {
    margin-top: -1px;
    margin-bottom: 0;
    padding: 10px;
    background-color: #344275;
    font-size: 16px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    font-family: "Bricolage Grotesque", sans-serif;
    font-style: normal;
    font-weight: 700; }
    .admin-tabs h4 span {
      position: relative; }
      .admin-tabs h4 span:after {
        position: relative;
        top: 1px;
        right: -5px;
        display: inline-block;
        -ms-transform: rotate(90deg);
        transform: rotate(90deg); }
      html[lang=ar] .admin-tabs h4 span:after {
        right: auto;
        left: -5px; }
  .admin-tabs ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .admin-tabs ul li {
      padding: 10px;
      border-bottom: 2px solid #7a91dd;
      background-color: #fff; }
      .admin-tabs ul li a {
        color: #7a91dd; }
      .admin-tabs ul li:last-child {
        border-bottom: 0; }
  .admin-tabs.open h4 span:after {
    transition: transform 400ms linear; }
  .admin-tabs.close h4 span:after {
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transition: transform 400ms linear; }

.title-wrapper.bb-out {
  position: relative;
  border-bottom: 0 !important; }
  .title-wrapper.bb-out:after {
    position: absolute;
    right: -20px;
    left: -20px;
    display: inherit;
    height: 5px;
    background-color: #344275;
    content: ''; }

.title-wrapper.courses-upcoming {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: end;
      align-items: flex-end;
  margin-bottom: 15px;
  border-bottom: 3px solid #344275; }
  .title-wrapper.courses-upcoming h3 {
    display: inline-block;
    margin: 0 0 0 6.66667px;
    padding: 10px 20px;
    background-color: #344275;
    font-size: 32px;
    color: #fff;
    font-family: "Bricolage Grotesque", sans-serif;
    font-style: normal;
    font-weight: 500; }
  .title-wrapper.courses-upcoming .read-more a {
    display: inline-block;
    margin-right: 6.66667px;
    padding: 8px 16px;
    background: #7a91dd;
    font-family: "Bricolage Grotesque", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase; }
    .title-wrapper.courses-upcoming .read-more a:hover {
      background-color: #344275; }

.embedded-entity {
  display: inline; }

.links a {
  word-break: break-word; }

.breadcrumbs ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 10px 0;
  padding: 0;
  list-style: none; }
  .breadcrumbs ul a {
    font-size: 14px;
    color: #7a91dd; }
    .breadcrumbs ul a:after {
      padding: 0 5px;
      font-size: 12px; }
  .breadcrumbs ul li:last-child a:after {
    display: none; }

.breadcrumbs span {
  font-size: 28px;
  line-height: 32px;
  color: #7a91dd;
  font-family: "Bricolage Grotesque", sans-serif;
  font-style: normal;
  font-weight: 600; }

.main-content {
  padding-right: 20px; }

.sidebar {
  padding-bottom: 20px;
  padding-left: 0; }
  .sidebar .inner-wrapper {
    height: 100%;
    padding: 10px;
    background-color: #f7f7f7; }

.path-node .main-breadcrumbs {
  display: none; }

.youtube-container--responsive {
  margin-right: 0;
  margin-left: 0; }

.icon-font {
  font-family: 'icomoon';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.nav-toggle-open:before {
  font-family: 'icomoon';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e901'; }

.home .member-states .member-states-wrapper button.close:before, .nav-toggle-close:before, .front .system-messages .close-button:before {
  font-family: 'icomoon';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e902'; }

.off-canvas .menu-footer .social-share-menu li a.facebook:before, .node--type-publication.node--view-mode-main .wrapper .left-wrapper .share-widget .facebook:before, .node--type-publication.node--view-mode-default .wrapper .left-wrapper .share-widget .facebook:before, #block-socialshare-2 > ul a.facebook:before,
#block-socialshare > ul a.facebook:before, .metadata-field.share-widget .facebook:before {
  font-family: 'icomoon';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e90a'; }

#block-socialshare-2 > ul a.instagram:before,
#block-socialshare > ul a.instagram:before {
  font-family: 'icomoon';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e928'; }

.off-canvas .menu-footer .social-share-menu li a.feed:before, #block-socialshare-2 > ul a.rss:before,
#block-socialshare > ul a.rss:before {
  font-family: 'icomoon';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e908'; }

.off-canvas .menu-footer .social-share-menu li a.twitter:before, .node--type-publication.node--view-mode-main .wrapper .left-wrapper .share-widget .twitter:before, .node--type-publication.node--view-mode-default .wrapper .left-wrapper .share-widget .twitter:before, #block-socialshare-2 > ul a.twitter:before,
#block-socialshare > ul a.twitter:before, .metadata-field.share-widget .twitter:before {
  font-family: 'icomoon';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e939'; }

.off-canvas .menu-footer .social-share-menu li a.youtube:before, #block-socialshare-2 > ul a.youtube:before,
#block-socialshare > ul a.youtube:before {
  font-family: 'icomoon';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e905'; }

.off-canvas .menu-footer .social-share-menu li a.linkedin:before, .node--type-publication.node--view-mode-main .wrapper .left-wrapper .share-widget .linkedin:before, .node--type-publication.node--view-mode-default .wrapper .left-wrapper .share-widget .linkedin:before, #block-socialshare-2 > ul a.linkedin:before,
#block-socialshare > ul a.linkedin:before, .metadata-field.share-widget .linkedin:before {
  font-family: 'icomoon';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e906'; }

footer address:before, .off-canvas .menu-footer address:before {
  font-family: 'icomoon';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e90b'; }

.search a:before, .search-field button:before, header .search a:before, .views-exposed-form .form-submit-wrapper span:after {
  font-family: 'icomoon';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e90c'; }

.home .news article .more-link a:after, .home .member-states .member-states-wrapper .node--type-country-profile .read-more a:after, .rtl .home .member-states .member-states-wrapper .node--type-country-profile .read-more a:before, .view-scheduled-courses li a:after, .node--type-courses.node--view-mode-condensed-list.card h3 a:after {
  font-family: 'icomoon';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e910'; }

.tb-megamenu.tb-megamenu-main .nav-collapse > ul > li.donate a:before, .tb-megamenu.tb-megamenu-main .nav-collapse > ul > li.donate a:hover:before {
  font-family: 'icomoon';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e90f'; }

.webform-submission-donate-form #edit-donation-type--wrapper .form-item-donation-type:first-child:before {
  font-family: 'icomoon';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e90e'; }

.webform-submission-donate-form #edit-donation-type--wrapper .form-item-donation-type:before {
  font-family: 'icomoon';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e90d'; }

.rtl .off-canvas .mobile-menu-items li.with-children a:after, .off-canvas .mobile-menu-items .back-button:before, .rtl .header-bottom nav .menu-inner-container .menu-items.level-0 > li:hover > a.dynamic-menu + ul.menu-items .col > ul > li > a:before, .header-bottom nav .menu-inner-container .menu-items.level-0 > li:hover > a.dynamic-menu + ul.menu-items .rtl .col > ul > li > a:before, .rtl .header-bottom nav .menu-inner-container .menu-items.level-0 > li:hover > a.dynamic-menu + ul.menu-items .col > ul span:before, .header-bottom nav .menu-inner-container .menu-items.level-0 > li:hover > a.dynamic-menu + ul.menu-items .col > ul .rtl span:before, .rtl .header-bottom nav .menu-inner-container .menu-items.level-0 .level-1 > li > a:before, .header-bottom nav .menu-inner-container .menu-items.level-0 .rtl .level-1 > li > a:before, .rtl .tb-megamenu.tb-megamenu-main .nav-collapse .tb-megamenu-nav .tb-megamenu-submenu .mega-group-title:before, .tb-megamenu.tb-megamenu-main .nav-collapse .tb-megamenu-nav .tb-megamenu-submenu .rtl .mega-group-title:before, .rtl .tb-megamenu.tb-megamenu-main .nav-collapse .tb-megamenu-nav .tb-megamenu-submenu .mega-title a:before, .tb-megamenu.tb-megamenu-main .nav-collapse .tb-megamenu-nav .tb-megamenu-submenu .mega-title .rtl a:before, .rtl .tb-megamenu.tb-megamenu-main .nav-collapse > ul > li .level-1 > li > a:before, .tb-megamenu.tb-megamenu-main .nav-collapse > ul > li .rtl .level-1 > li > a:before, .slick .slick__arrow .slick-arrow.slick-prev:before {
  font-family: 'icomoon';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e907'; }

.admin-tabs h4 span:after, .breadcrumbs ul a:after, .off-canvas .mobile-menu-items li.with-children a:after, .rtl .off-canvas .mobile-menu-items .back-button:before, .header-bottom nav .menu-inner-container .menu-items.level-0 > li:hover > a.dynamic-menu + ul.menu-items .col > ul > li > a:after, .header-bottom nav .menu-inner-container .menu-items.level-0 > li:hover > a.dynamic-menu + ul.menu-items .col > ul span:after, .header-bottom nav .menu-inner-container .menu-items.level-0 .level-1 > li > a:after, .tb-megamenu.tb-megamenu-main .nav-collapse .tb-megamenu-nav .tb-megamenu-submenu .mega-group-title:after, .tb-megamenu.tb-megamenu-main .nav-collapse .tb-megamenu-nav .tb-megamenu-submenu .mega-title a:after, .tb-megamenu.tb-megamenu-main .nav-collapse > ul > li .level-1 > li > a:after, .sidebar-left nav .menu-inner-container > .menu-items > li.active > a:before, .slick .slick__arrow .slick-arrow.slick-next:before {
  font-family: 'icomoon';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e904'; }

.home .our-work .disaster-resilient-heritage:before {
  font-family: 'icomoon';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e91e'; }

.home .our-work .preventive-conservation:before {
  font-family: 'icomoon';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e91c'; }

.home .our-work .heritage-science:before {
  font-family: 'icomoon';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e918'; }

.home .our-work .world-heritage:before {
  font-family: 'icomoon';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e91d'; }

.home .our-work .people-and-heritage:before {
  font-family: 'icomoon';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e91b'; }

.home .our-work .iccrom-fora:before {
  font-family: 'icomoon';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e919'; }

.home .our-work .materials-in-focus:before {
  font-family: 'icomoon';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e91a'; }

footer .mail:before {
  font-family: 'icomoon';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e922'; }

footer .tel:before {
  font-family: 'icomoon';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e921'; }

.node--type-publication.node--view-mode-listing .wrapper .top-wrapper .year:before, .node--type-courses .overlay-time a:before,
.node--type-courses .overlay-time time:before, .node--type-news.node--view-mode-condensed-list .wrapper time:before, .card.node--type-courses.node--view-mode-listing time:before, .metadata-field.relevant-date time:before, .metadata-field.contribution-deadline time:before, .metadata-field.classified-date:before, .metadata-field.issued-on .field-label-inline:before {
  font-family: 'icomoon';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e90d'; }

.metadata-field.publication-files ul li span:before, .metadata-field.files a:before, .metadata-field.files span:before, .metadata-field.member-states-contribution-files a:before, .metadata-field.member-states-contribution-files span:before {
  font-family: 'icomoon';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e924'; }

.member-states-contributions .block-region-right nav ul a:before, .card .card-right .url a:before, .metadata-field.links a:before, .metadata-field.publication-links ul li a:before, .metadata-field.related-news ul a:before, .sidebar .inner-wrapper nav ul a:before {
  font-family: 'icomoon';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e923'; }

.views-exposed-form .reset-filters span:before, body:not(.user-logged-in) .node-classified-form .classified-intro #edit-field-classified-type-ref--wrapper legend .reset-type:before {
  font-family: 'icomoon';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e927'; }

.card.node--type-video .card-left:before {
  font-family: 'icomoon';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e92a'; }

.card.node--type-classified .card-header .classified-deadline:before, .card.node--type-classified .card-header .classified-date-issued:before, .metadata-field.job-date:before, .metadata-field.apply .apply-job-date:before, .metadata-field.deadline .field-label-inline:before, .metadata-field.survey-date .field-label-inline:before {
  font-family: 'icomoon';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e92b'; }

.metadata-field.apply-date:before, .metadata-field.apply .apply-date:before {
  font-family: 'icomoon';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e92c'; }

.node--type-courses .card-location:before, .metadata-field.venue:before, .metadata-field.apply .venue:before, .metadata-field.job-location span:before, .metadata-field.location-event span:before, .metadata-field.location-fellowship span:before, .metadata-field.internship-location span:before, .metadata-field.publisher span:before, .metadata-field.city-publisher span:before, .metadata-field.training-location span:before {
  font-family: 'icomoon';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e92d'; }

.metadata-field.share-widget .mail:before {
  font-family: 'icomoon';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e92e'; }

.node--type-news.node--view-mode-condensed-list .wrapper .countries:before, .card.node--type-classified .card-footer .location:before, .metadata-field.regions li:before, .metadata-field.organizing-country span:before, .metadata-field.employing-country span:before, .metadata-field.country-publisher span:before, .metadata-field.country-author span:before, .metadata-field.country span:before {
  font-family: 'icomoon';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e92f'; }

.metadata-field.date:before, .metadata-field .publication-year .field-label-above:before {
  font-family: 'icomoon';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e930'; }

body .internal-page .page-header .node-category:before, .card.node--type-classified .card-footer .employer:before, .metadata-field.programmes li:before {
  font-family: 'icomoon';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e931'; }

.metadata-field.available-in ul:before, .metadata-field.editors span:before {
  font-family: 'icomoon';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e929'; }

.metadata-field.calendar-date .time:before, .metadata-field.date .time:before {
  font-family: 'icomoon';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e932'; }

.metadata-field.total span:before {
  font-family: 'icomoon';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e934'; }

body:not(.user-logged-in) .node-classified-form .field--name-field-event-dates-ph .paragraphs-add-wrapper:before {
  font-family: 'icomoon';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e935'; }

.metadata-field.organizing-institution span:before, .metadata-field.employer span:before, .metadata-field.publication-authors span:before, .metadata-field.authors span:before {
  font-family: 'icomoon';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f19c'; }

body .internal-page .page-header .course-catalogue-title:before, .node--type-courses .card-catalogue:before {
  font-family: 'icomoon';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e933'; }

.member-states-lp .block-region-menu > nav > ul a.full-list:before {
  font-family: 'icomoon';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e938'; }

.member-states-lp .block-region-menu > nav > ul a.ga-portal:before {
  font-family: 'icomoon';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e937'; }

.member-states-lp .block-region-menu > nav > ul a.contributions:before {
  font-family: 'icomoon';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e936'; }

footer .newsletter .block-content--type-markup .text-container p:before {
  font-family: 'icomoon';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e93a'; }

.text-container, .cke_editable_themed {
  max-width: 50em;
  font-size: 16px;
  color: #333;
  font-family: "Bricolage Grotesque", sans-serif;
  font-style: normal;
  font-weight: 400; }
  .block-content--type-markup .text-container, .block-content--type-markup .cke_editable_themed {
    max-width: 100%; }
  .text-container a, .cke_editable_themed a {
    color: #7a91dd !important; }
    .text-container a:hover, .cke_editable_themed a:hover {
      color: #344275 !important; }
    .text-container a.button, .cke_editable_themed a.button {
      display: inline-block;
      margin: 0;
      font-family: "Bricolage Grotesque", sans-serif;
      font-style: normal;
      font-weight: 600;
      font-size: 1rem;
      color: #fff !important; }
  .text-container > :first-child, .cke_editable_themed > :first-child, .text-container p:first-of-type, .cke_editable_themed p:first-of-type, .text-container div:first-of-type, .cke_editable_themed div:first-of-type {
    margin-top: 0; }
  .text-container img, .cke_editable_themed img {
    max-width: 100%;
    height: auto; }
  .text-container .embedded-entity, .cke_editable_themed .embedded-entity {
    display: -ms-flexbox;
    display: flex; }
  .text-container .highlight, .cke_editable_themed .highlight {
    padding: 10px;
    border-left: 5px solid #344275;
    background: #f2f2f2;
    text-align: left;
    font-family: "Bricolage Grotesque", sans-serif;
    font-style: normal;
    font-weight: 300; }
    .text-container .highlight.center, .cke_editable_themed .highlight.center {
      display: block;
      margin: 10px 0; }
    .text-container .highlight.left, .cke_editable_themed .highlight.left {
      float: left;
      width: 50%;
      margin: 10px 10px 10px 0; }
    .text-container .highlight.right, .cke_editable_themed .highlight.right {
      float: right;
      width: 50%;
      margin: 10px 0 10px 10px; }
  .text-container figure, .cke_editable_themed figure {
    display: table;
    margin: 20px 0;
    padding: 0;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); }
    .text-container figure.align-right, .cke_editable_themed figure.align-right {
      float: right;
      margin-left: 20px !important; }
    .text-container figure.align-left, .cke_editable_themed figure.align-left {
      float: left;
      margin-right: 20px !important; }
    .text-container figure.align-center, .cke_editable_themed figure.align-center {
      text-align: center; }
    .text-container figure figcaption, .cke_editable_themed figure figcaption {
      display: table-caption;
      padding: 8px 5px;
      background-color: #344275;
      box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
      font-size: 14px;
      color: #fff;
      caption-side: bottom;
      font-family: "Bricolage Grotesque", sans-serif;
      font-style: normal;
      font-weight: 300; }
  .text-container table, .cke_editable_themed table, .text-container iframe, .cke_editable_themed iframe {
    width: 100%;
    table-layout: fixed; }
    .text-container table td, .cke_editable_themed table td, .text-container iframe td, .cke_editable_themed iframe td {
      vertical-align: top; }
  .text-container h1, .cke_editable_themed h1, .text-container h2, .cke_editable_themed h2, .text-container h3, .cke_editable_themed h3, .text-container h4, .cke_editable_themed h4, .text-container h5, .cke_editable_themed h5 {
    font-family: "Bricolage Grotesque", sans-serif;
    font-style: normal;
    font-weight: 300;
    line-height: 1em; }
  .text-container h1, .cke_editable_themed h1 {
    margin: 20px 0;
    font-size: 2.5em; }
  .text-container h2, .cke_editable_themed h2 {
    margin: 30px 0;
    font-size: 2em; }
  .text-container h3, .cke_editable_themed h3 {
    margin: 30px 0;
    font-size: 1.8em; }
  .text-container h4, .cke_editable_themed h4 {
    margin: 20px 0;
    font-size: 1.5em; }
  .text-container h5, .cke_editable_themed h5 {
    margin: 20px 0;
    font-size: 1.3em; }
  .text-container blockquote, .cke_editable_themed blockquote {
    margin-left: 0;
    padding-left: 20px;
    border-left: 2px solid #344275;
    font-size: 1.5em;
    line-height: 1.2em;
    color: #333; }
  .text-container div, .cke_editable_themed div {
    clear: both; }
  .text-container .info, .cke_editable_themed .info {
    margin: 10px 0;
    padding: 10px 0;
    border-top: 1px solid #344275;
    border-bottom: 1px solid #344275; }
    .text-container .info a, .cke_editable_themed .info a {
      color: #7a91dd; }
      .text-container .info a:hover, .cke_editable_themed .info a:hover {
        color: #344275; }
  .text-container .text-align-center, .cke_editable_themed .text-align-center {
    text-align: center; }
  .text-container .text-align-justify, .cke_editable_themed .text-align-justify {
    text-align: justify; }
  .text-container .text-align-right, .cke_editable_themed .text-align-right {
    text-align: right; }

.cke_editable_themed {
  padding: 20px;
  background-color: #fff; }

header {
  position: fixed;
  z-index: 200;
  width: 100%;
  transition: all 400ms ease; }
  header .header-top {
    border-bottom: 5px solid #7a91dd;
    background: #f2f2f2; }
    header .header-top > .wrap {
      position: relative;
      display: -ms-flexbox;
      display: flex; }
  header .header-bottom {
    border-bottom: 5px solid #7a91dd;
    background: rgba(255, 255, 255, 0.8); }
    header .header-bottom > .wrap {
      position: relative; }
  header .site-logo {
    display: inline-block;
    padding: 20px 0;
    background: transparent; }
    header .site-logo img {
      width: 300px;
      height: auto; }
  header img {
    display: inline-block;
    vertical-align: top; }
  header .header-slogan {
    display: none; }
  header .donate-lang {
    -ms-flex-positive: 1;
        flex-grow: 1;
    -ms-flex-item-align: start;
        align-self: flex-start; }
    .rtl header .donate-lang {
      text-align: right; }
    header .donate-lang ul {
      display: inline-block;
      margin: 0;
      padding: 0;
      list-style: none; }
      header .donate-lang ul li {
        display: inline-block;
        padding: 1em 0.7em;
        font-size: 0.75em;
        text-transform: uppercase; }
        header .donate-lang ul li:first-child {
          padding-left: 0; }
          .rtl header .donate-lang ul li:first-child {
            padding-right: 0;
            padding-left: 0.7em; }
        header .donate-lang ul li a {
          color: #333;
          transition: color 300ms ease-in-out; }
          header .donate-lang ul li a:hover {
            color: #344275; }
        header .donate-lang ul li.active, header .donate-lang ul li.is-active {
          font-family: "Bricolage Grotesque", sans-serif;
          font-style: normal;
          font-weight: 700; }
          header .donate-lang ul li.active a:hover, header .donate-lang ul li.is-active a:hover {
            color: #344275; }
    header .donate-lang .header-buttons {
      display: inline-block;
      vertical-align: top;
      padding: 0.85em 1.5em;
      font-family: "Bricolage Grotesque", sans-serif;
      font-style: normal;
      font-weight: 500;
      color: #fff;
      text-transform: uppercase;
      -ms-transform: translateZ(0);
      transform: translateZ(0);
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -moz-osx-font-smoothing: grayscale;
      transition: color, background-color 200ms; }
      header .donate-lang .header-buttons:hover {
        background: #906d2c; }
      header .donate-lang .header-buttons img {
        padding: 0; }
      header .donate-lang .header-buttons.subscribe {
        background: rgba(127, 115, 50, 0.75); }
        header .donate-lang .header-buttons.subscribe:hover {
          background: #344275; }
      header .donate-lang .header-buttons.donate {
        background: #344275; }
        header .donate-lang .header-buttons.donate:hover {
          background: #c5963a; }
  header .subnav {
    position: relative;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 44px;
    background: #fff; }
    header .subnav img {
      padding: 7px 6px; }
    header .subnav ul {
      position: relative;
      margin: 0 45px 0 0;
      padding: 0;
      list-style: none;
      font-size: 0.8em; }
      header .subnav ul a {
        display: block;
        padding: 12px 15px;
        color: #333;
        text-transform: uppercase; }
      header .subnav ul li {
        position: relative;
        float: left;
        margin: 0;
        padding: 0; }
        header .subnav ul li.switcher {
          padding: 0 8px;
          background: #344275; }
          header .subnav ul li.switcher a {
            color: #fff; }
          header .subnav ul li.switcher:hover {
            background: #344275; }
        header .subnav ul li:hover {
          background: rgba(222, 222, 222, 0.5); }
          header .subnav ul li:hover > ul {
            display: block; }
        header .subnav ul li.current-menu-item a {
          font-family: "Bricolage Grotesque", sans-serif;
          font-style: normal;
          font-weight: 600; }
      header .subnav ul ul {
        position: absolute;
        top: 100%;
        left: 0;
        display: none;
        margin: 0;
        padding: 0;
        background: rgba(127, 115, 50, 0.95);
        font-size: 1em; }
        header .subnav ul ul li {
          float: none;
          width: 190px; }
          header .subnav ul ul li:hover {
            background: #344275; }
        header .subnav ul ul a {
          padding: 10px 20px;
          border-top: 1px solid rgba(255, 255, 255, 0.1); }
  header.scrolled .nav-collapse {
    top: 51px; }
  header.scrolled img {
    padding: 10px 25px; }
  header.scrolled span {
    padding-top: 57px; }
  header.scrolled .search {
    top: 52px; }
    header.scrolled .search img {
      padding: 0; }
  header.scrolled .search-field {
    top: 52px; }
  header .nav-collapse ul:not(.parent-0) ul.level-3, header .nav-collapse ul:not(.parent-0) ul.level-4 {
    display: none; }

.header-slogan {
  max-width: 320px; }

@media screen and (max-width: 76em) {
  header .header-slogan {
    display: none; } }

@media screen and (max-width: 68em) {
  header span {
    display: none; }
  header .site-logo img {
    width: 180px;
    padding: 0; }
  header > a {
    position: relative;
    top: 15px; }
    header > a img {
      max-width: 80px; }
  header .header-top {
    background-color: #f2f2f2;
    color: #333; } }

@media screen and (max-width: 27em) {
  header .container-fluid {
    padding: 0 1rem; }
  header .header-top .language-select.mobile-only ul li a {
    font-size: 14px; } }

@media screen and (max-width: 20em) {
  header .container-fluid {
    padding: 0 0.5rem; } }

.home .block-region-banner {
  position: relative; }
  .home .block-region-banner figure {
    min-height: 40vw;
    margin: 0;
    background-position: 50% bottom;
    background-size: cover; }
  .home .block-region-banner img {
    display: none; }
  .home .block-region-banner .wrapper {
    position: absolute;
    bottom: 60px;
    left: 0;
    padding: 20px 60px 20px 40px;
    background: rgba(52, 66, 117, 0.6); }
    .rtl .home .block-region-banner .wrapper {
      right: 0;
      left: auto;
      padding: 20px 40px 20px 60px; }
  .home .block-region-banner h2 {
    margin: 0;
    font-family: "Bricolage Grotesque", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    color: #fff; }
    .home .block-region-banner h2 small {
      font-family: "Bricolage Grotesque", sans-serif;
      font-style: normal;
      font-weight: 300;
      display: block;
      margin-bottom: 5px;
      font-size: 26px; }
  .home .block-region-banner .more-link {
    margin-top: 15px; }
    .home .block-region-banner .more-link a {
      font-family: "Bricolage Grotesque", sans-serif;
      font-style: normal;
      font-weight: 300;
      transition: all 300ms ease-in-out;
      display: inline-block;
      padding: 4px 6px;
      border: 1px solid #fff;
      font-size: 14px;
      color: #fff;
      text-transform: uppercase; }
      .home .block-region-banner .more-link a:hover {
        background: #fff;
        color: #7a91dd; }

.home .news {
  margin: 40px 0; }
  .home .news .title-wrapper {
    border-bottom: 5px solid #344275; }
    .home .news .title-wrapper h2 {
      font-family: "Bricolage Grotesque", sans-serif;
      font-style: normal;
      font-weight: 500;
      display: inline-block;
      margin: 0;
      padding: 10px 20px 5px;
      background: #344275;
      color: #fff; }
    .home .news .title-wrapper .wrap {
      position: relative; }
    .home .news .title-wrapper .links {
      position: absolute;
      right: 2rem;
      bottom: 0;
      display: -ms-flexbox;
      display: flex; }
      .rtl .home .news .title-wrapper .links {
        right: auto;
        left: 2rem; }
      .home .news .title-wrapper .links a {
        font-family: "Bricolage Grotesque", sans-serif;
        font-style: normal;
        font-weight: 400;
        transition: all 300ms ease-in-out;
        display: inline-block;
        margin-right: 5px;
        padding: 8px 16px;
        background: #7a91dd;
        font-size: 16px;
        color: #fff; }
        .rtl .home .news .title-wrapper .links a {
          margin-right: 0;
          margin-left: 5px; }
        .home .news .title-wrapper .links a:hover {
          background: #344275;
          color: #fff; }
        .home .news .title-wrapper .links a:last-child {
          margin: 0; }
  .home .news .carousel {
    display: -ms-flexbox;
    display: flex;
    margin: 40px 0; }
    .home .news .carousel .item-spotlight {
      position: relative;
      width: 60%; }
      .home .news .carousel .item-spotlight article {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        padding: 0;
        background: transparent;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0; }
        .home .news .carousel .item-spotlight article.active {
          filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
          opacity: 1; }
        .home .news .carousel .item-spotlight article:before {
          display: none; }
      .home .news .carousel .item-spotlight img {
        display: none; }
      .home .news .carousel .item-spotlight .more-link,
      .home .news .carousel .item-spotlight .summary,
      .home .news .carousel .item-spotlight .posted {
        display: none; }
      .home .news .carousel .item-spotlight figure {
        display: block;
        height: 100%;
        margin: 0;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: cover; }
        .home .news .carousel .item-spotlight figure img {
          display: none; }
      .home .news .carousel .item-spotlight h3 {
        position: absolute;
        right: 0;
        bottom: 20px;
        left: 0;
        z-index: 2;
        margin: 0;
        padding: 20px;
        background: rgba(52, 66, 117, 0.6);
        font-family: "Bricolage Grotesque", sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 22px;
        color: #fff; }
    .home .news .carousel .view-content {
      z-index: 3;
      width: 40%; }
  .home .news article {
    position: relative;
    padding: 20px;
    border-bottom: 1px solid #fff;
    background: #7a91dd;
    transition: all 300ms ease-in-out;
    cursor: pointer; }
    .home .news article:last-child {
      border-bottom: 0; }
    .home .news article:before {
      width: 0;
      height: 0;
      content: '';
      border-right: 1.5em solid transparent;
      border-top: 1.5em solid transparent;
      border-bottom: 1.5em solid transparent;
      -webkit-transition: all 200ms ease-in-out;
      -webkit-transition-delay: 100ms;
      transition: all 200ms ease-in-out 100ms;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      position: absolute;
      top: 50%;
      left: -1.5em; }
      .rtl .home .news article:before {
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        top: calc(50% - 1.5em);
        right: -1.5em;
        left: auto; }
    .home .news article:hover, .home .news article.active {
      background: #344275; }
      .home .news article:hover:before, .home .news article.active:before {
        width: 0;
        height: 0;
        content: '';
        border-right: 1.5em solid #344275;
        border-top: 1.5em solid transparent;
        border-bottom: 1.5em solid transparent; }
      .home .news article:hover .more-link a:hover, .home .news article.active .more-link a:hover {
        color: #fff; }
      .home .news article:hover h3,
      .home .news article:hover .posted,
      .home .news article:hover .summary,
      .home .news article:hover .more-link a, .home .news article.active h3,
      .home .news article.active .posted,
      .home .news article.active .summary,
      .home .news article.active .more-link a {
        color: #fff; }
    .home .news article .posted {
      -webkit-transition: all 200ms ease-in-out;
      -webkit-transition-delay: 100ms;
      transition: all 200ms ease-in-out 100ms;
      font-family: "Bricolage Grotesque", sans-serif;
      font-style: normal;
      font-weight: 400;
      font-style: italic;
      font-size: 13px;
      color: #fff; }
      .home .news article .posted div,
      .home .news article .posted time {
        display: inline-block; }
    .home .news article h3 {
      font-family: "Bricolage Grotesque", sans-serif;
      font-style: normal;
      font-weight: 600;
      -webkit-transition: all 200ms ease-in-out;
      -webkit-transition-delay: 100ms;
      transition: all 200ms ease-in-out 100ms;
      margin: 0 0 10px;
      font-size: 18px;
      line-height: 1.2;
      color: #fff; }
    .home .news article .summary {
      -webkit-transition: all 200ms ease-in-out;
      -webkit-transition-delay: 100ms;
      transition: all 200ms ease-in-out 100ms;
      font-family: "Bricolage Grotesque", sans-serif;
      font-style: normal;
      font-weight: 300;
      font-size: 14px;
      line-height: 1.2;
      color: #fff; }
    .home .news article .more-link {
      margin-top: 10px; }
      .home .news article .more-link a {
        transition: color 300ms ease-in-out;
        position: relative;
        display: inline-block;
        font-size: 14px;
        color: #fff;
        text-transform: lowercase; }
        .home .news article .more-link a:hover {
          color: #7a91dd; }
          .home .news article .more-link a:hover:after {
            color: #fff; }
        .home .news article .more-link a:after {
          position: absolute;
          top: 3px;
          right: -18px; }
          .rtl .home .news article .more-link a:after {
            right: auto;
            left: -18px; }
    .home .news article figure {
      display: none; }

.home .block-region-newsbanner .view-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: justify;
      align-content: space-between; }
  .home .block-region-newsbanner .view-content figure {
    width: 33%;
    margin: 0 10px 0 0; }
    .rtl .home .block-region-newsbanner .view-content figure:first-child {
      margin-right: 0; }
    .home .block-region-newsbanner .view-content figure:last-child {
      margin-right: 0; }
      .rtl .home .block-region-newsbanner .view-content figure:last-child {
        margin-right: 10px;
        margin-left: 0; }
    .home .block-region-newsbanner .view-content figure img {
      max-width: calc(100% - 6px);
      height: auto;
      border: 3px solid #7a91dd; }
    .home .block-region-newsbanner .view-content figure > a {
      position: relative;
      display: block;
      font-size: 0;
      line-height: 0; }
      .home .block-region-newsbanner .view-content figure > a:hover {
        background: rgba(255, 255, 255, 0.5); }
      .home .block-region-newsbanner .view-content figure > a .subtitle,
      .home .block-region-newsbanner .view-content figure > a .title {
        display: none; }

.home .our-work {
  border-bottom: 5px solid #7a91dd; }
  .home .our-work .title-wrapper {
    border-bottom: 5px solid #7a91dd; }
    .home .our-work .title-wrapper h2 {
      font-family: "Bricolage Grotesque", sans-serif;
      font-style: normal;
      font-weight: 500;
      display: inline-block;
      margin: 0;
      padding: 10px 20px 5px;
      background: #7a91dd;
      color: #fff; }
  .home .our-work .menu--our-work > ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin: 0;
    padding: 0;
    list-style: none; }
    .home .our-work .menu--our-work > ul li {
      margin: 20px 0; }
    .home .our-work .menu--our-work > ul a {
      display: block;
      color: #7a91dd;
      text-align: center; }
      .home .our-work .menu--our-work > ul a:before {
        transition: all 300ms ease-in-out;
        display: inline-block;
        margin: 0 auto;
        font-size: 72px; }
      .home .our-work .menu--our-work > ul a:hover {
        color: #7a91dd; }
      .home .our-work .menu--our-work > ul a span {
        transition: all 300ms ease-in-out;
        font-family: "Bricolage Grotesque", sans-serif;
        font-style: normal;
        font-weight: 400;
        display: block;
        margin-top: 20px; }
        html[lang=fr] .home .our-work .menu--our-work > ul a span {
          font-size: 15px; }

.home .content-stripe {
  margin: 40px 0; }
  .home .content-stripe .inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    .home .content-stripe .inner > div {
      width: 30%; }
  .home .content-stripe h2 {
    font-family: "Bricolage Grotesque", sans-serif;
    font-style: normal;
    font-weight: 500;
    margin: 0 0 20px;
    padding: 0;
    font-size: 42px;
    color: #333; }
    .home .content-stripe h2:after {
      display: block;
      width: 80px;
      height: 3px;
      margin: 20px 0;
      background: #7a91dd;
      content: ''; }
  .home .content-stripe .add-classifieds a,
  .home .content-stripe .more-link a {
    font-family: "Bricolage Grotesque", sans-serif;
    font-style: normal;
    font-weight: 300;
    transition: background 300ms ease-in-out;
    display: inline-block;
    padding: 8px 10px;
    background: #7a91dd;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase; }
    .home .content-stripe .add-classifieds a:hover,
    .home .content-stripe .more-link a:hover {
      background: #344275; }
  .rtl .home .content-stripe .add-classifieds, .rtl
  .home .content-stripe .more-link {
    text-align: left; }
  .home .content-stripe .node--type-news,
  .home .content-stripe .node--type-featured-project {
    margin-bottom: 20px;
    background: #f2f2f2; }
    .home .content-stripe .node--type-news .summary,
    .home .content-stripe .node--type-featured-project .summary {
      display: none; }
    .home .content-stripe .node--type-news .wrapper,
    .home .content-stripe .node--type-featured-project .wrapper {
      width: 100%;
      margin: 0; }
    .home .content-stripe .node--type-news:first-child figure,
    .home .content-stripe .node--type-featured-project:first-child figure {
      display: block;
      margin: 0;
      padding: 0; }
      .home .content-stripe .node--type-news:first-child figure img,
      .home .content-stripe .node--type-featured-project:first-child figure img {
        max-width: 100%;
        height: auto; }
    .home .content-stripe .node--type-news h3,
    .home .content-stripe .node--type-featured-project h3 {
      margin: 0;
      padding: 0; }
    .home .content-stripe .node--type-news figure,
    .home .content-stripe .node--type-featured-project figure {
      display: none; }
    .home .content-stripe .node--type-news a,
    .home .content-stripe .node--type-featured-project a {
      transition: color 300ms ease-in-out;
      display: block;
      padding: 10px;
      font-family: "Bricolage Grotesque", sans-serif;
      font-style: normal;
      font-weight: 600;
      font-size: 16px;
      line-height: 1.2;
      color: #333; }
      .home .content-stripe .node--type-news a:hover,
      .home .content-stripe .node--type-featured-project a:hover {
        color: #7a91dd; }
    .home .content-stripe .node--type-news .contextual-links a,
    .home .content-stripe .node--type-featured-project .contextual-links a {
      display: block;
      margin: 0.25em 0;
      padding: 0.4em 0.6em;
      background-color: #fff;
      font-family: sans-serif;
      font-size: small;
      line-height: 0.8em;
      color: #333;
      font-family: "Bricolage Grotesque", sans-serif;
      font-style: normal;
      font-weight: 400; }
  .home .content-stripe .node--type-featured-project.node--view-mode-teaser {
    display: block; }
    .home .content-stripe .node--type-featured-project.node--view-mode-teaser figure {
      width: 100%; }
  .home .content-stripe .classifieds article {
    margin-bottom: 20px; }
    .home .content-stripe .classifieds article a {
      transition: all 300ms ease-in-out;
      display: block;
      padding: 10px;
      background: #7a91dd;
      color: #fff; }
      .home .content-stripe .classifieds article a:hover {
        background: #344275; }
    .home .content-stripe .classifieds article .contextual-links a {
      display: block;
      margin: 0.25em 0;
      padding: 0.4em 0.6em;
      background-color: #fff;
      font-family: sans-serif;
      font-size: small;
      line-height: 0.8em;
      color: #333;
      font-family: "Bricolage Grotesque", sans-serif;
      font-style: normal;
      font-weight: 400; }
      .home .content-stripe .classifieds article .contextual-links a:hover {
        background-color: transparent; }
    .home .content-stripe .classifieds article h3 {
      font-family: "Bricolage Grotesque", sans-serif;
      font-style: normal;
      font-weight: 500;
      margin: 0;
      font-size: 16px;
      line-height: 1.2; }
    .home .content-stripe .classifieds article .type {
      font-family: "Bricolage Grotesque", sans-serif;
      font-style: normal;
      font-weight: 300;
      margin-bottom: 6.66667px;
      font-size: 13px;
      color: #fff; }
  .home .content-stripe .classifieds .classifieds-cta {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-top: 15px; }
    .home .content-stripe .classifieds .classifieds-cta a {
      background: #344275; }
      .home .content-stripe .classifieds .classifieds-cta a:hover {
        background: #7a91dd; }

.home .archives-records-library {
  position: relative;
  margin: 60px 0 40px;
  padding: 40px 0;
  border-top: 5px solid #344275;
  border-bottom: 2px solid #ccc;
  background: #e8e8e8; }
  .home .archives-records-library .inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .home .archives-records-library h2 {
    font-family: "Bricolage Grotesque", sans-serif;
    font-style: normal;
    font-weight: 500;
    position: absolute;
    top: -52px;
    display: inline-block;
    margin: 0;
    padding: 10px 20px 5px;
    background: #344275;
    color: #fff; }
  .home .archives-records-library .more-link {
    margin: 40px 0 20px; }
    .home .archives-records-library .more-link a {
      font-family: "Bricolage Grotesque", sans-serif;
      font-style: normal;
      font-weight: 300;
      transition: background 300ms ease-in-out;
      display: inline-block;
      padding: 8px 10px;
      background: #344275;
      font-size: 14px;
      color: #fff;
      text-transform: uppercase; }
      .home .archives-records-library .more-link a:hover {
        background: #7a91dd; }
    .rtl .home .archives-records-library .more-link {
      text-align: left; }
  .home .archives-records-library .library {
    width: 32%; }
    .home .archives-records-library .library figure {
      margin: 0;
      padding: 0;
      border: 3px solid #7a91dd; }
      .home .archives-records-library .library figure a {
        display: block;
        font-size: 0;
        line-height: 0; }
      .home .archives-records-library .library figure img {
        max-width: 100%;
        height: auto; }
  .home .archives-records-library .document {
    width: 32%; }
    .home .archives-records-library .document .more-link {
      margin: 20px 0; }
  .home .archives-records-library .archives {
    width: 32%; }
    .home .archives-records-library .archives article {
      margin-bottom: 20px; }
    .home .archives-records-library .archives .more-link {
      margin-top: 0; }
      .rtl .home .archives-records-library .archives .more-link {
        text-align: left; }
  .home .archives-records-library .node--type-resources.node--view-mode-home {
    width: 46%;
    margin-bottom: 20px; }
    .home .archives-records-library .node--type-resources.node--view-mode-home time,
    .home .archives-records-library .node--type-resources.node--view-mode-home .posted {
      font-family: "Bricolage Grotesque", sans-serif;
      font-style: normal;
      font-weight: 300;
      font-size: 18px;
      color: #344275; }
    .home .archives-records-library .node--type-resources.node--view-mode-home .authors {
      margin-top: 5px;
      font-family: "Bricolage Grotesque", sans-serif;
      font-style: normal;
      font-weight: 300;
      font-size: 14px;
      color: #333; }
      .home .archives-records-library .node--type-resources.node--view-mode-home .authors:after {
        display: block;
        width: 30%;
        height: 3px;
        margin-top: 3px;
        background: #344275;
        content: ''; }
      .home .archives-records-library .node--type-resources.node--view-mode-home .authors .field-label-inline {
        display: inline; }
      .home .archives-records-library .node--type-resources.node--view-mode-home .authors ul {
        display: inline;
        margin: 0;
        padding: 0; }
        .home .archives-records-library .node--type-resources.node--view-mode-home .authors ul li {
          display: inline-block; }
          .home .archives-records-library .node--type-resources.node--view-mode-home .authors ul li:after {
            content: ','; }
          .home .archives-records-library .node--type-resources.node--view-mode-home .authors ul li:last-child:after {
            display: none; }
    .home .archives-records-library .node--type-resources.node--view-mode-home h3 {
      margin: 7px 0 0;
      padding: 0;
      font-family: "Bricolage Grotesque", sans-serif;
      font-style: normal;
      font-weight: 600;
      font-size: 20px;
      color: #7a91dd; }
  .home .archives-records-library .contextual-links a {
    display: block !important;
    margin: 0.25em 0;
    padding: 0.4em 0.6em;
    background-color: #fff;
    font-family: sans-serif;
    font-size: small !important;
    line-height: 0.8em !important;
    color: #333;
    font-family: "Bricolage Grotesque", sans-serif;
    font-style: normal;
    font-weight: 400; }

.home .bottom-banners {
  margin-top: 60px;
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 5px solid #7a91dd; }
  .home .bottom-banners .view-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    .home .bottom-banners .view-content article {
      width: 32%; }
      .home .bottom-banners .view-content article .wrapper {
        background: #f2f2f2; }
        .home .bottom-banners .view-content article .wrapper .subtitle {
          margin-bottom: 5px;
          padding-bottom: 0;
          color: #344275; }
          .home .bottom-banners .view-content article .wrapper .subtitle:after {
            display: none; }

.home .bottom {
  margin: 40px 0; }
  .home .bottom .inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    .home .bottom .inner .youtube {
      width: 65%; }
    .home .bottom .inner .documents {
      width: 30%; }
  .home .bottom h2 {
    font-family: "Bricolage Grotesque", sans-serif;
    font-style: normal;
    font-weight: 500;
    margin: 0 0 20px;
    padding: 0;
    font-size: 32px;
    color: #333; }
    .home .bottom h2:after {
      display: block;
      width: 80px;
      height: 3px;
      margin: 20px 0;
      background: #7a91dd;
      content: ''; }
  .home .bottom figure {
    margin: 0; }
  .home .bottom .more-link {
    margin-top: 15px;
    text-align: right; }
    .home .bottom .more-link a {
      font-family: "Bricolage Grotesque", sans-serif;
      font-style: normal;
      font-weight: 300;
      transition: background 300ms ease-in-out;
      display: inline-block;
      padding: 8px 10px;
      background: #344275;
      font-size: 14px;
      color: #fff;
      text-transform: uppercase; }
      .home .bottom .more-link a:hover {
        background: #7a91dd; }
    .rtl .home .bottom .more-link {
      text-align: left; }

.home .node--type-report,
.home .node--type-publication {
  margin-bottom: 20px;
  background: #f2f2f2; }
  .home .node--type-report .wrapper,
  .home .node--type-publication .wrapper {
    padding: 10px; }
  .home .node--type-report figure,
  .home .node--type-publication figure {
    display: none; }
  .home .node--type-report h3,
  .home .node--type-publication h3 {
    margin: 0 0 10px;
    padding: 0;
    font-family: "Bricolage Grotesque", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2; }
  .home .node--type-report a,
  .home .node--type-publication a {
    transition: color 300ms ease-in-out;
    color: #344275; }
    .home .node--type-report a:hover,
    .home .node--type-publication a:hover {
      color: #7a91dd; }
  .home .node--type-report .summary,
  .home .node--type-publication .summary {
    font-family: "Bricolage Grotesque", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.2;
    color: #333; }

.home .documents article:first-child,
.home .publications article:first-child {
  display: table;
  vertical-align: top; }
  .home .documents article:first-child figure,
  .home .publications article:first-child figure {
    display: table-cell;
    vertical-align: top; }
    .home .documents article:first-child figure a,
    .home .publications article:first-child figure a {
      display: block;
      font-size: 0;
      line-height: 0; }
    .home .documents article:first-child figure img,
    .home .publications article:first-child figure img {
      max-width: 100%;
      height: auto; }

.home .documents .wrapper,
.home .publications .wrapper {
  display: table-cell;
  vertical-align: top;
  width: 70%; }

.home .member-states {
  position: relative;
  margin: 60px 0; }
  .home .member-states .title-wrapper {
    border-bottom: 5px solid #344275; }
    .home .member-states .title-wrapper h2 {
      font-family: "Bricolage Grotesque", sans-serif;
      font-style: normal;
      font-weight: 500;
      display: inline-block;
      margin: 0;
      padding: 10px 20px 5px;
      background: #344275;
      color: #fff; }
    .home .member-states .title-wrapper .wrap {
      position: relative; }
    .home .member-states .title-wrapper .links {
      position: absolute;
      right: 2rem;
      bottom: 0;
      display: -ms-flexbox;
      display: flex; }
      .rtl .home .member-states .title-wrapper .links {
        right: auto;
        left: 2rem; }
      .home .member-states .title-wrapper .links a {
        font-family: "Bricolage Grotesque", sans-serif;
        font-style: normal;
        font-weight: 400;
        transition: background 300ms ease-in-out;
        display: inline-block;
        margin-right: 5px;
        padding: 8px 16px;
        background: #7a91dd;
        font-size: 16px;
        color: #fff; }
        .rtl .home .member-states .title-wrapper .links a {
          margin-right: 0;
          margin-left: 5px; }
        .home .member-states .title-wrapper .links a:hover {
          background: #7a91dd; }
        .home .member-states .title-wrapper .links a:last-child {
          margin: 0; }
  .home .member-states .iccrom-map-wrapper {
    position: relative;
    border-bottom: 2px solid #ccc;
    background: #e8e8e8; }
    .home .member-states .iccrom-map-wrapper .disclaimer {
      padding: 5px 0;
      font-size: small;
      font-style: italic;
      line-height: 1.1; }
  .home .member-states .legend {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 100;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2); }
    .home .member-states .legend ul {
      margin: 0;
      padding: 10px;
      list-style: none; }
      .home .member-states .legend ul li {
        display: block;
        margin: 0;
        font-size: 11px;
        text-transform: uppercase;
        font-family: "Bricolage Grotesque", sans-serif;
        font-style: normal;
        font-weight: 600; }
        .home .member-states .legend ul li:last-child {
          margin-right: 0; }
        .home .member-states .legend ul li:before {
          position: relative;
          top: 2px;
          display: inline-block;
          width: 12px;
          height: 12px;
          margin-right: 0.5em;
          content: ''; }
        .home .member-states .legend ul li.with-profile:before {
          background: #4a7aa0; }
        .home .member-states .legend ul li.no-profile:before {
          background: #94aabf; }
        .rtl .home .member-states .legend ul li {
          margin-right: 0;
          margin-left: 20px; }
          .rtl .home .member-states .legend ul li:before {
            margin-right: 0;
            margin-left: 0.5em; }
          .rtl .home .member-states .legend ul li:last-child {
            margin-left: 0; }
  .home .member-states .member-states-wrapper {
    position: absolute;
    right: -600px;
    z-index: 100;
    width: 500px;
    min-height: 750px;
    transition: all 300ms ease-in-out; }
    .rtl .home .member-states .member-states-wrapper {
      right: auto;
      left: -600px; }
    .home .member-states .member-states-wrapper.active {
      right: 0; }
      .rtl .home .member-states .member-states-wrapper.active {
        right: auto;
        left: 0; }
    .home .member-states .member-states-wrapper button.close {
      display: block;
      float: right;
      width: 32px;
      height: 32px;
      margin: 0;
      padding: 0;
      outline: none;
      border: 2px solid #7a91dd;
      background: transparent;
      transition: border 300ms ease-in-out;
      border-radius: 50%; }
      .rtl .home .member-states .member-states-wrapper button.close {
        float: left; }
      .home .member-states .member-states-wrapper button.close:hover {
        border: 2px solid #344275; }
        .home .member-states .member-states-wrapper button.close:hover:before {
          color: #344275; }
      .home .member-states .member-states-wrapper button.close:before {
        position: relative;
        top: 1px;
        font-size: 24px;
        color: #7a91dd;
        transition: color 300ms ease-in-out; }
    .home .member-states .member-states-wrapper .backgrounds > div {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-size: cover;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
      opacity: 1;
      transition: all 300ms ease-in-out; }
      .home .member-states .member-states-wrapper .backgrounds > div.active {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1; }
    .home .member-states .member-states-wrapper .item-list {
      position: absolute;
      top: 40px;
      right: 40px; }
      .rtl .home .member-states .member-states-wrapper .item-list {
        right: auto;
        left: 20px; }
      .home .member-states .member-states-wrapper .item-list ul {
        position: relative;
        width: 500px;
        margin: 0;
        padding: 0; }
        .home .member-states .member-states-wrapper .item-list ul li {
          position: absolute;
          top: 0;
          right: 0;
          left: 0;
          list-style: none; }
    .home .member-states .member-states-wrapper .menu {
      position: absolute;
      top: 56px;
      right: 540px;
      z-index: 200;
      margin: 0;
      padding: 0; }
      .home .member-states .member-states-wrapper .menu li {
        margin-bottom: 10px;
        list-style: none; }
        .home .member-states .member-states-wrapper .menu li a {
          position: relative;
          display: block;
          width: 130px;
          height: 2rem;
          background: #7a91dd;
          font-size: 16px;
          line-height: 2rem;
          color: #fff;
          text-align: center;
          transition: all 300ms ease-in-out;
          font-family: "Bricolage Grotesque", sans-serif;
          font-style: normal;
          font-weight: 600; }
          .home .member-states .member-states-wrapper .menu li a.active {
            background: #344275; }
            .home .member-states .member-states-wrapper .menu li a.active:after {
              position: absolute;
              top: 0;
              right: -1rem;
              color: #344275;
              width: 0;
              height: 0;
              content: '';
              border-left: 1em solid currentcolor;
              border-top: 1em solid transparent;
              border-bottom: 1em solid transparent; }
    .home .member-states .member-states-wrapper .node--type-country-profile {
      position: relative;
      z-index: 1;
      padding: 20px;
      background: rgba(255, 255, 255, 0.8);
      transition: all 300ms ease-in-out;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
      opacity: 0; }
      .home .member-states .member-states-wrapper .node--type-country-profile.active {
        z-index: 100;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1; }
      .home .member-states .member-states-wrapper .node--type-country-profile h3 {
        margin-top: 0;
        font-size: 22px;
        font-family: "Bricolage Grotesque", sans-serif;
        font-style: normal;
        font-weight: 600; }
      .home .member-states .member-states-wrapper .node--type-country-profile img {
        width: 100%;
        height: auto; }
      .home .member-states .member-states-wrapper .node--type-country-profile .read-more a {
        display: inline-block;
        padding: 6px 12px;
        background: #7a91dd;
        font-size: 16px;
        color: #fff;
        text-transform: uppercase;
        transition: all 300ms ease-in-out;
        font-family: "Bricolage Grotesque", sans-serif;
        font-style: normal;
        font-weight: 300; }
        .home .member-states .member-states-wrapper .node--type-country-profile .read-more a:after {
          position: relative;
          top: 1px;
          margin-left: 5px; }
        .rtl .home .member-states .member-states-wrapper .node--type-country-profile .read-more a:after {
          display: none; }
        .rtl .home .member-states .member-states-wrapper .node--type-country-profile .read-more a:before {
          position: relative;
          top: 1px;
          margin-right: 5px; }
        .home .member-states .member-states-wrapper .node--type-country-profile .read-more a:hover {
          background-color: #344275; }
  .home .member-states .country-list {
    display: none; }
    .home .member-states .country-list .item-list ul {
      margin: 20px 0 0;
      padding: 0;
      list-style: none; }
      .home .member-states .country-list .item-list ul li {
        padding-bottom: 4px; }
        .home .member-states .country-list .item-list ul li:last-child {
          padding-bottom: 0; }
        .home .member-states .country-list .item-list ul li:before {
          position: relative;
          top: 5px;
          margin-right: 5px;
          content: '\2022';
          font-size: 2rem;
          color: #344275; }
        .home .member-states .country-list .item-list ul li a {
          font-size: 16px;
          color: #7a91dd;
          text-transform: uppercase;
          font-family: "Bricolage Grotesque", sans-serif;
          font-style: normal;
          font-weight: 700;
          transition: all, 300ms, ease-in-out; }
          .home .member-states .country-list .item-list ul li a:hover {
            color: #344275; }
  .home .member-states .member-states-news {
    margin-top: 60px;
    padding-bottom: 60px;
    border-bottom: 3px solid #344275; }
    .home .member-states .member-states-news .title-wrapper {
      display: none; }
    .home .member-states .member-states-news .view-content {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between; }
    .home .member-states .member-states-news .more-link {
      margin: 40px 0 0;
      text-align: center; }
      .home .member-states .member-states-news .more-link a {
        display: inline-block;
        padding: 6px 12px;
        background: #7a91dd;
        font-size: 16px;
        color: #fff;
        text-transform: uppercase;
        font-family: "Bricolage Grotesque", sans-serif;
        font-style: normal;
        font-weight: 300;
        transition: all 300ms ease-in-out; }
        .home .member-states .member-states-news .more-link a:hover {
          background-color: #344275; }
      .rtl .home .member-states .member-states-news .more-link {
        text-align: left; }
    .home .member-states .member-states-news.all {
      margin: 40px 0; }
      .home .member-states .member-states-news.all article {
        margin-bottom: 20px; }
      .home .member-states .member-states-news.all .view-content {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between; }

.home .block-content--type-ui-banner.block-content--view-mode-list {
  display: -ms-flexbox;
  display: flex;
  background: #fff; }
  .home .block-content--type-ui-banner.block-content--view-mode-list > .field-group-link {
    width: 35%;
    min-height: 150px;
    overflow: hidden; }
    .home .block-content--type-ui-banner.block-content--view-mode-list > .field-group-link:hover figure {
      -ms-transform: scale(1.05);
      transform: scale(1.05); }
    .home .block-content--type-ui-banner.block-content--view-mode-list > .field-group-link:hover h3 {
      color: #7a91dd; }
  .home .block-content--type-ui-banner.block-content--view-mode-list .figure-wrapper {
    position: relative;
    width: 100%;
    min-height: 150px;
    overflow: hidden; }
  .home .block-content--type-ui-banner.block-content--view-mode-list figure {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 300ms ease-in-out; }
    .home .block-content--type-ui-banner.block-content--view-mode-list figure img {
      display: none; }
  .home .block-content--type-ui-banner.block-content--view-mode-list .wrapper {
    width: 65%;
    padding: 10px; }
    .home .block-content--type-ui-banner.block-content--view-mode-list .wrapper > .field-group-link:hover .subtitle {
      color: #7a91dd; }
    .home .block-content--type-ui-banner.block-content--view-mode-list .wrapper > .field-group-link:hover h3 {
      color: #7a91dd; }
    .home .block-content--type-ui-banner.block-content--view-mode-list .wrapper .subtitle {
      position: relative;
      display: inline-block;
      margin-bottom: 10px;
      padding-bottom: 10px;
      font-family: "Bricolage Grotesque", sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 14px;
      color: #344275;
      transition: color 300ms ease-in-out; }
      .home .block-content--type-ui-banner.block-content--view-mode-list .wrapper .subtitle:after {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 60%;
        height: 3px;
        background: #7a91dd;
        content: ''; }
    .home .block-content--type-ui-banner.block-content--view-mode-list .wrapper h3 {
      margin: 0;
      font-family: "Bricolage Grotesque", sans-serif;
      font-style: normal;
      font-weight: 600;
      font-size: 16px;
      line-height: 1.2;
      color: #333;
      transition: all 300ms ease-in-out; }
    .home .block-content--type-ui-banner.block-content--view-mode-list .wrapper .summary {
      font-size: 14px;
      line-height: 1.2;
      color: #333; }

.home .block-content--type-ui-banner.block-content--view-mode-default img, .home .block-content--type-ui-banner.block-content--view-mode-full img {
  display: block;
  width: 100%;
  height: auto; }

.home .block-content--type-ui-banner.block-content--view-mode-default a, .home .block-content--type-ui-banner.block-content--view-mode-full a {
  display: block; }
  .home .block-content--type-ui-banner.block-content--view-mode-default a:hover h3, .home .block-content--type-ui-banner.block-content--view-mode-full a:hover h3 {
    color: #7a91dd; }

.home .block-content--type-ui-banner.block-content--view-mode-default .wrapper, .home .block-content--type-ui-banner.block-content--view-mode-full .wrapper {
  padding: 10px;
  background: #fff; }
  .home .block-content--type-ui-banner.block-content--view-mode-default .wrapper .subtitle, .home .block-content--type-ui-banner.block-content--view-mode-full .wrapper .subtitle {
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-family: "Bricolage Grotesque", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #344275; }
    .home .block-content--type-ui-banner.block-content--view-mode-default .wrapper .subtitle:after, .home .block-content--type-ui-banner.block-content--view-mode-full .wrapper .subtitle:after {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 60%;
      height: 3px;
      background: #344275;
      content: ''; }
  .home .block-content--type-ui-banner.block-content--view-mode-default .wrapper h3, .home .block-content--type-ui-banner.block-content--view-mode-full .wrapper h3 {
    margin: 0;
    font-family: "Bricolage Grotesque", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    color: #333;
    transition: all 300ms ease-in-out; }

.home .block-region-credits {
  max-width: 960px;
  margin: 0 auto;
  margin-bottom: 30px; }
  .home .block-region-credits > div > div:not(.contextual) {
    display: table; }
    .home .block-region-credits > div > div:not(.contextual) p {
      display: table-cell;
      vertical-align: middle;
      margin: 0;
      border: 3px solid #e0e0e0;
      border-right: 0; }
    .home .block-region-credits > div > div:not(.contextual) img {
      display: block;
      width: 100%; }
    .home .block-region-credits > div > div:not(.contextual) h6 {
      display: table-cell;
      vertical-align: middle;
      padding: 20px;
      border: 3px solid #e0e0e0;
      font-size: 14px;
      line-height: 1.3;
      font-family: "Bricolage Grotesque", sans-serif;
      font-style: normal;
      font-weight: 400; }

@media screen and (max-width: 68em) {
  .home .block-region-banner .wrapper {
    bottom: 40px;
    padding: 20px; }
  .home .block-region-banner h2 {
    font-size: 2rem; }
    .home .block-region-banner h2 small {
      font-size: 1.5rem; }
  .home .our-work .menu--our-work > ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .home .our-work .menu--our-work > ul li {
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
      width: 25%; }
  .home .member-states .legend ul li {
    display: block; }
  .home .block-region-credits > div > div:not(.contextual) h6, .home .block-region-credits > div > div:not(.contextual) p {
    display: block; }
  .home .block-region-credits > div > div:not(.contextual) p {
    border-right: 3px solid #e0e0e0;
    border-bottom: 0; }
  .home .block-region-credits > div > div:not(.contextual) h6 {
    margin-top: 0; } }

@media screen and (max-width: 64em) {
  /*1024px */
  .home .block-content--type-ui-banner.block-content--view-mode-list .field-group-link {
    display: block;
    width: 100%; }
  .home .block-content--type-ui-banner.block-content--view-mode-list .figure-wrapper {
    display: block;
    width: 100%;
    min-height: 150px; }
  .home .block-content--type-ui-banner.block-content--view-mode-list .wrapper {
    width: auto; }
  .home .block-region-banner figure {
    min-height: 450px; }
  .content-stripe .classifieds .classifieds-cta {
    -ms-flex-direction: column;
        flex-direction: column; }
    .content-stripe .classifieds .classifieds-cta > div {
      margin-bottom: 15px; }
      .content-stripe .classifieds .classifieds-cta > div:last-child {
        margin-bottom: 0; }
  .home .archives-records-library .inner {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .home .archives-records-library .block-region-archive article {
    display: block;
    width: 49%; }
    .home .archives-records-library .block-region-archive article:nth-child(odd) {
      float: left; }
    .home .archives-records-library .block-region-archive article:nth-child(even) {
      float: right; }
  .home .archives-records-library .block-region-banner figure {
    min-height: 450px; }
  .home .archives-records-library .block-region-banner h2 {
    font-size: 1.5rem; }
    .home .archives-records-library .block-region-banner h2 small {
      font-size: 1rem; }
  .home .archives-records-library .document,
  .home .archives-records-library .archives {
    width: 100%; }
  .home .archives-records-library .library {
    position: relative;
    width: 100%;
    margin-top: 60px; }
    .home .archives-records-library .library figure {
      display: inline-block; }
    .home .archives-records-library .library h2 {
      position: relative;
      top: -40px;
      right: auto;
      left: 0; }
      .home .archives-records-library .library h2:after {
        position: absolute;
        right: -100vw;
        bottom: -5px;
        left: -32px;
        height: 5px;
        background-color: #7a91dd;
        content: ''; }
        .rtl .home .archives-records-library .library h2:after {
          right: -32px;
          left: -100vw; } }

@media screen and (max-width: 48em) {
  /*768px*/
  .home .news .title-wrapper .links {
    right: unset;
    bottom: -47px;
    left: 2rem; }
  .home .news article:before {
    display: none; }
  .home .news .carousel {
    margin: 50px 0; }
    .home .news .carousel .item-spotlight {
      display: none; }
    .home .news .carousel .view-content {
      width: 100%; }
  .home .member-states {
    margin-bottom: 20px; }
    .home .member-states .iccrom-map-wrapper {
      display: none; }
    .home .member-states .title-wrapper .links {
      right: auto;
      bottom: -51px; }
      .rtl .home .member-states .title-wrapper .links {
        left: auto; }
    .home .member-states .country-list .item-list ul {
      margin: 56px 0 0; }
    .home .member-states .member-states-news {
      padding-top: 0;
      border-top: 0; }
      .home .member-states .member-states-news.all {
        padding-bottom: 20px; }
      .home .member-states .member-states-news .more-link {
        margin: 10px 0; }
      .home .member-states .member-states-news .title-wrapper {
        display: block; }
      .home .member-states .member-states-news .wrap {
        padding-top: 20px; }
      .home .member-states .member-states-news .view-content {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .home .member-states .member-states-news .view-content article {
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
          width: 100%; }
    .home .member-states .block-region-countries > .title-wrapper, .home .member-states .block-region-countries #iccrom-map-container, .home .member-states .block-region-countries .legend {
      display: none; }
    .home .member-states .block-region-countries .country-list {
      display: block; }
    .home .member-states .member-states-wrapper {
      position: relative;
      right: auto;
      width: 100%; }
      .rtl .home .member-states .member-states-wrapper {
        right: auto;
        left: auto; }
      .home .member-states .member-states-wrapper.active {
        display: none; }
      .home .member-states .member-states-wrapper .item-list {
        position: relative;
        top: auto;
        right: auto; }
        .rtl .home .member-states .member-states-wrapper .item-list {
          left: 0; }
        .home .member-states .member-states-wrapper .item-list ul {
          width: 100%; }
          .home .member-states .member-states-wrapper .item-list ul li {
            position: relative; }
        .home .member-states .member-states-wrapper .item-list .node--type-country-profile {
          padding-right: 2rem;
          padding-left: 2rem;
          opacity: 1; }
          .home .member-states .member-states-wrapper .item-list .node--type-country-profile button {
            display: none; }
          .rtl .home .member-states .member-states-wrapper .item-list .node--type-country-profile .read-more {
            text-align: left; }
  .home .content-stripe .inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .home .content-stripe .inner > div {
      -ms-flex-preferred-size: 48%;
          flex-basis: 48%;
      width: 48%; }
      .home .content-stripe .inner > div.classifieds {
        margin-top: 20px; }
  .home .archives-records-library h2 {
    top: -44px;
    font-size: 1.5rem; }
  .home .archives-records-library .library h2 {
    right: 20px; }
  .home .archives-records-library .block-region-archive article {
    float: none;
    width: 100%; }
  .home .bottom .inner {
    -ms-flex-direction: column;
        flex-direction: column; }
    .home .bottom .inner .youtube, .home .bottom .inner .documents {
      width: 100%; }
    .home .bottom .inner .documents {
      margin-top: 20px; } }

@media screen and (max-width: 38em) {
  .home .block-region-newsbanner .view-content {
    -ms-flex-direction: column;
        flex-direction: column; }
    .home .block-region-newsbanner .view-content figure {
      width: 100%;
      margin: 0 0 10px; }
      .rtl .home .block-region-newsbanner .view-content figure:last-child {
        margin-right: 0; }
  .home .bottom-banners .view-content {
    -ms-flex-direction: column;
        flex-direction: column; }
    .home .bottom-banners .view-content article {
      width: 100%;
      padding-bottom: 20px; }
      .home .bottom-banners .view-content article:last-child {
        padding-bottom: 0; }
  .home .bottom h2,
  .home .content-stripe h2,
  .home .title-wrapper h2 {
    font-size: 1.5em; }
  .home .our-work .menu--our-work > ul li {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    width: 50%;
    margin: 0 auto;
    padding: 20px 0; }
  .home .content-stripe .inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .home .content-stripe .inner > div {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      width: 100%;
      margin-top: 20px; }
      .home .content-stripe .inner > div:first-child {
        margin-top: 0; }
      .home .content-stripe .inner > div:last-child {
        margin-bottom: 20px; }
  .home .archives-records-library .inner {
    -ms-flex-direction: column;
        flex-direction: column; }
  .home .archives-records-library .document,
  .home .archives-records-library .archives {
    width: 100%; }
  .home .archives-records-library .library {
    position: relative;
    width: 100%;
    margin-top: 60px; }
    .home .archives-records-library .library h2 {
      position: relative;
      top: -40px;
      right: auto;
      left: 0; }
      .home .archives-records-library .library h2:after {
        position: absolute;
        right: -100vw;
        bottom: -5px;
        left: -32px;
        height: 5px;
        background-color: #7a91dd;
        content: ''; }
        .rtl .home .archives-records-library .library h2:after {
          right: -32px;
          left: -100vw; } }

@media screen and (max-width: 27em) {
  /*425px*/
  .home .container-fluid {
    padding: 0 1rem; }
  .home .block-region-banner .read-more a,
  .home .block-region-banner .more-link a,
  .home .member-states .member-states-wrapper .node--type-country-profile .read-more a,
  .home .member-states .member-states-wrapper .node--type-country-profile .more-link a,
  .home .member-states .member-states-news .read-more a,
  .home .member-states .member-states-news .more-link a,
  .home .content-stripe .read-more a,
  .home .content-stripe .more-link a,
  .home .bottom .read-more a,
  .home .bottom .more-link a,
  .home .archives-records-library .read-more a,
  .home .archives-records-library .more-link a {
    padding: 5px;
    font-size: 12px; }
    .home .block-region-banner .read-more a:after,
    .home .block-region-banner .more-link a:after,
    .home .member-states .member-states-wrapper .node--type-country-profile .read-more a:after,
    .home .member-states .member-states-wrapper .node--type-country-profile .more-link a:after,
    .home .member-states .member-states-news .read-more a:after,
    .home .member-states .member-states-news .more-link a:after,
    .home .content-stripe .read-more a:after,
    .home .content-stripe .more-link a:after,
    .home .bottom .read-more a:after,
    .home .bottom .more-link a:after,
    .home .archives-records-library .read-more a:after,
    .home .archives-records-library .more-link a:after {
      top: 0; }
  .home .member-states .title-wrapper .links {
    bottom: -60px;
    -ms-flex-direction: column;
        flex-direction: column; }
    .home .member-states .title-wrapper .links a:first-child {
      margin-bottom: 10px; }
  .home .member-states .country-list .item-list ul {
    margin: 102px 0 0; }
  .home .block-region-banner .wrapper {
    right: 0; }
    .rtl .home .block-region-banner .wrapper {
      left: 0; }
  .home .news .title-wrapper .links {
    left: 1rem; }
    .home .news .title-wrapper .links a {
      padding: 5px 8px;
      font-size: 14px; }
    .rtl .home .news .title-wrapper .links {
      left: 1rem; }
  .home .news article .posted time {
    line-height: 1; }
  .home .our-work .menu--our-work > ul {
    display: block;
    padding: 20px 0 35px; }
    .home .our-work .menu--our-work > ul > li {
      display: block;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      width: 100%;
      padding: 0 0 5px; }
      .home .our-work .menu--our-work > ul > li:last-child {
        padding-bottom: 0; }
      .home .our-work .menu--our-work > ul > li a {
        text-align: left; }
        .rtl .home .our-work .menu--our-work > ul > li a {
          text-align: right; }
        .home .our-work .menu--our-work > ul > li a:before {
          position: relative;
          top: 5px;
          width: 20%;
          margin-right: 10px;
          font-size: 30px;
          text-align: center; }
          .rtl .home .our-work .menu--our-work > ul > li a:before {
            margin-right: 0;
            margin-left: 10px; }
        .home .our-work .menu--our-work > ul > li a span {
          display: inline-block; }
        .home .our-work .menu--our-work > ul > li a.disaster-resilient-heritage:before {
          top: 6px; }
        .home .our-work .menu--our-work > ul > li a.heritage-science:before {
          top: 8px; }
        .home .our-work .menu--our-work > ul > li a.preventive-conservation:before {
          top: 6px;
          font-size: 25px; }
        .home .our-work .menu--our-work > ul > li a.world-heritage:before {
          top: 3px;
          font-size: 20px; }
        .home .our-work .menu--our-work > ul > li a.people-and-heritage:before {
          top: 8px; }
        .home .our-work .menu--our-work > ul > li a.iccrom-fora:before {
          top: 8px; }
        .home .our-work .menu--our-work > ul > li a.materials-in-focus:before {
          top: 5px;
          font-size: 23px; }
  .home .member-states {
    margin: 20px 0; }
    .home .member-states .member-states-news.all {
      margin-bottom: 0;
      padding-bottom: 20px; }
      .home .member-states .member-states-news.all .more-link {
        margin: 20px 0; }
    .home .member-states .member-states-wrapper .item-list .node--type-country-profile {
      padding-right: 1rem;
      padding-left: 1rem; }
  .home .archives-records-library .node--type-resources.node--view-mode-home {
    width: 100%; } }

@media screen and (max-width: 20em) {
  .home .container-fluid {
    padding: 0 0.5rem; }
  .home .news .title-wrapper .links {
    left: 0.5rem; }
    .rtl .home .news .title-wrapper .links {
      left: 0.5rem; }
  .home .member-states .member-states-wrapper .item-list .node--type-country-profile {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .home .our-work .menu--our-work > ul li {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin: 0 auto; } }

footer {
  background-color: #fff;
  /*
  padding-top: $grid-gutter-width;
  background: $white;

  ul {
    list-style: none;

    li:first-child {
      font-weight: 600;
    }
  }

  a {
    display: block;
    padding: 3px 0;
    font-size: $font-size-em-small;
    color: $primary-color;

    &:hover {
      color: $secondary-color;
    }
  }

  .border-bottom {
    border-bottom: 1px solid $black-alpha-1;
  }

  .signups {
    margin: $grid-gutter-width 0 0;
    padding-bottom: $grid-gutter-width;

    .title {
      display: block;
      font-size: $font-size-h2;
      line-height: $line-height-medium;
    }
    span {
      font-size: $font-size-em-tiny;
    }
    .donate {
      display: inline-block;
      vertical-align: 0;
      margin-left: $grid-gutter-width;
      padding: 0.75em 1.5em;
      @include text-font-medium;
      font-size: $font-size-em-small;
      color: $white;
      text-transform: uppercase;
      @include transform(translateZ(0));
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -moz-osx-font-smoothing: grayscale;
      @include transition(color, background 200ms);

      &:hover {
        background: $medium-gold;
      }
      &.donate {
        background: $secondary-color;
        &:hover {
          background: $light-gold;
        }
        img {
          vertical-align: -4px;
        }
      }

      .rtl & {
        margin-right: $grid-gutter-width;
        margin-left: 0;
      }
    }

    form {
      display: inline-table;
      width: auto;
      margin-left: $grid-gutter-width;
      font-size: $font-size-em-normal;

      .rtl & {
        margin-right: $grid-gutter-width;
        margin-left: 0;
      }
    }

    input {
      width: 200px;
      padding: $grid-gutter-width/2;
      border: 1px solid $black-alpha-1;
      font-size: $font-size-em-small;

      .rtl & {
        border-right: 1px solid $black-alpha-1;
      }

      &:focus {
        outline: none;
        border-color: $secondary-color;
        + button {
          border-color: $secondary-color;
          background: $secondary-color;
        }
      }
    }

    button {
      margin: 0;
      padding: $grid-gutter-width/2 $grid-gutter-width;
      border: 1px solid $primary-color;
      background: $primary-color;
      @include text-font-medium;
      font-size: $font-size-em-small;
      color: $white;
      text-transform: uppercase;
      cursor: pointer;
      &:hover {
        border-color: $secondary-color;
        background: $secondary-color;
      }
      img {
        padding-left: 4px;
      }
    }

  }
  .logo img {
    max-width: 90%;
  }

  .bottom {
    font-size: $font-size-em-tiny;

    .logo {
      padding: $grid-gutter-width-half*3 0;
      background: $primary-color;
      text-align: center;
    }
    a {
      display: inline-block;
      padding: $grid-gutter-width*2 $grid-gutter-width $grid-gutter-width/2 0;
    }
    span {
      display: block;
    }
    ul {
      text-align: right;

      li {
        display: inline-block;
        a {
          padding-right: $grid-gutter-width/2;
          opacity: 0.8;
          &:hover {
            opacity: 1;
          }
        }
      }
    }
  }
  */ }
  .home-new footer {
    background-color: #fff; }
  footer .footer-top {
    padding-bottom: 20px; }
    footer .footer-top .wrap {
      position: relative; }
  footer .footer-wrapper {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: justify;
        align-content: space-between; }
    footer .footer-wrapper .footer-inner-wrapper {
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%; }
  footer .site-logo {
    display: block;
    margin-top: 20px;
    background: transparent; }
    footer .site-logo img {
      width: 100%;
      height: auto; }
  footer .tel {
    display: inline-block;
    font-family: "Bricolage Grotesque", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px; }
    footer .tel a {
      transition: color, 300ms ease-in-out;
      color: #333; }
      footer .tel a:hover {
        color: #344275; }
    footer .tel:before {
      position: relative;
      top: 3px;
      margin-right: 5px;
      font-size: 16px; }
  footer .mail {
    display: inline-block;
    font-family: "Bricolage Grotesque", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    transition: color, 300ms ease-in-out;
    color: #333; }
    footer .mail:hover {
      color: #344275; }
    footer .mail:before {
      position: relative;
      top: 2px;
      left: 1px;
      margin-right: 5px;
      font-size: 16px; }
  footer .slogan {
    display: block;
    max-width: 320px;
    margin-top: 20px;
    font-family: "Bricolage Grotesque", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color: #333; }
  footer address {
    position: relative;
    margin-top: 10px;
    margin-left: 20px;
    font-family: "Bricolage Grotesque", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    color: #333; }
    footer address:before {
      position: absolute;
      top: 2px;
      left: -20px;
      font-size: 16px; }
  footer #block-mainnavigation-3,
  footer #block-mainnavigation-2 {
    margin-top: 40px;
    margin-left: auto; }
    .rtl footer #block-mainnavigation-3, .rtl
    footer #block-mainnavigation-2 {
      margin-right: auto;
      margin-left: unset; }
    footer #block-mainnavigation-3 ul,
    footer #block-mainnavigation-2 ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    footer #block-mainnavigation-3 a,
    footer #block-mainnavigation-2 a {
      font-size: 13px;
      color: #333;
      text-decoration: none;
      transition: color 300ms ease-in-out; }
      footer #block-mainnavigation-3 a:hover,
      footer #block-mainnavigation-2 a:hover {
        color: #344275; }
    footer #block-mainnavigation-3 .menu-inner-container > ul,
    footer #block-mainnavigation-2 .menu-inner-container > ul {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-left: 20px; }
      footer #block-mainnavigation-3 .menu-inner-container > ul > li,
      footer #block-mainnavigation-2 .menu-inner-container > ul > li {
        padding: 0 10px 10px 0; }
        footer #block-mainnavigation-3 .menu-inner-container > ul > li:nth-child(1),
        footer #block-mainnavigation-2 .menu-inner-container > ul > li:nth-child(1) {
          width: 87px; }
        footer #block-mainnavigation-3 .menu-inner-container > ul > li:nth-child(2),
        footer #block-mainnavigation-2 .menu-inner-container > ul > li:nth-child(2) {
          width: 160px; }
        footer #block-mainnavigation-3 .menu-inner-container > ul > li:nth-child(3),
        footer #block-mainnavigation-2 .menu-inner-container > ul > li:nth-child(3) {
          width: 130px; }
        footer #block-mainnavigation-3 .menu-inner-container > ul > li:nth-child(4),
        footer #block-mainnavigation-2 .menu-inner-container > ul > li:nth-child(4) {
          display: none;
          width: 125px; }
        footer #block-mainnavigation-3 .menu-inner-container > ul > li:nth-child(5),
        footer #block-mainnavigation-2 .menu-inner-container > ul > li:nth-child(5) {
          width: 141px; }
        footer #block-mainnavigation-3 .menu-inner-container > ul > li:nth-child(6),
        footer #block-mainnavigation-2 .menu-inner-container > ul > li:nth-child(6) {
          width: 146px; }
        footer #block-mainnavigation-3 .menu-inner-container > ul > li:last-child,
        footer #block-mainnavigation-2 .menu-inner-container > ul > li:last-child {
          display: none; }
        footer #block-mainnavigation-3 .menu-inner-container > ul > li:nth-last-child(2),
        footer #block-mainnavigation-2 .menu-inner-container > ul > li:nth-last-child(2) {
          padding-right: 0; }
        html[lang=it] footer #block-mainnavigation-3 .menu-inner-container > ul > li:nth-child(1), html[lang=it]
        footer #block-mainnavigation-2 .menu-inner-container > ul > li:nth-child(1) {
          width: 130px; }
        html[lang=it] footer #block-mainnavigation-3 .menu-inner-container > ul > li:nth-child(2), html[lang=it]
        footer #block-mainnavigation-2 .menu-inner-container > ul > li:nth-child(2) {
          width: 206px; }
        html[lang=it] footer #block-mainnavigation-3 .menu-inner-container > ul > li:nth-child(3), html[lang=it]
        footer #block-mainnavigation-2 .menu-inner-container > ul > li:nth-child(3) {
          width: 167px; }
        html[lang=it] footer #block-mainnavigation-3 .menu-inner-container > ul > li:nth-child(4), html[lang=it]
        footer #block-mainnavigation-2 .menu-inner-container > ul > li:nth-child(4) {
          width: 130px; }
        html[lang=it] footer #block-mainnavigation-3 .menu-inner-container > ul > li:nth-child(5), html[lang=it]
        footer #block-mainnavigation-2 .menu-inner-container > ul > li:nth-child(5) {
          width: 128px; }
        html[lang=it] footer #block-mainnavigation-3 .menu-inner-container > ul > li:nth-child(6), html[lang=it]
        footer #block-mainnavigation-2 .menu-inner-container > ul > li:nth-child(6) {
          width: 96px; }
        html[lang=es] footer #block-mainnavigation-3 .menu-inner-container > ul > li:nth-child(1), html[lang=es]
        footer #block-mainnavigation-2 .menu-inner-container > ul > li:nth-child(1) {
          width: 160px; }
        html[lang=es] footer #block-mainnavigation-3 .menu-inner-container > ul > li:nth-child(2), html[lang=es]
        footer #block-mainnavigation-2 .menu-inner-container > ul > li:nth-child(2) {
          width: 180px; }
        html[lang=es] footer #block-mainnavigation-3 .menu-inner-container > ul > li:nth-child(3), html[lang=es]
        footer #block-mainnavigation-2 .menu-inner-container > ul > li:nth-child(3) {
          width: 200px; }
        html[lang=es] footer #block-mainnavigation-3 .menu-inner-container > ul > li:nth-child(4), html[lang=es]
        footer #block-mainnavigation-2 .menu-inner-container > ul > li:nth-child(4) {
          width: 160px; }
        html[lang=es] footer #block-mainnavigation-3 .menu-inner-container > ul > li:nth-child(5), html[lang=es]
        footer #block-mainnavigation-2 .menu-inner-container > ul > li:nth-child(5) {
          width: 150px; }
        html[lang=ar] footer #block-mainnavigation-3 .menu-inner-container > ul > li:nth-child(2), html[lang=ar]
        footer #block-mainnavigation-2 .menu-inner-container > ul > li:nth-child(2) {
          width: 136px; }
        html[lang=ar] footer #block-mainnavigation-3 .menu-inner-container > ul > li:nth-child(3), html[lang=ar]
        footer #block-mainnavigation-2 .menu-inner-container > ul > li:nth-child(3) {
          width: 160px; }
        html[lang=ar] footer #block-mainnavigation-3 .menu-inner-container > ul > li:nth-child(4), html[lang=ar]
        footer #block-mainnavigation-2 .menu-inner-container > ul > li:nth-child(4) {
          width: 95px; }
        html[lang=ar] footer #block-mainnavigation-3 .menu-inner-container > ul > li:nth-child(6), html[lang=ar]
        footer #block-mainnavigation-2 .menu-inner-container > ul > li:nth-child(6) {
          width: 136px; }
        html[lang=fr] footer #block-mainnavigation-3 .menu-inner-container > ul > li:nth-child(2), html[lang=fr]
        footer #block-mainnavigation-2 .menu-inner-container > ul > li:nth-child(2) {
          width: 221px; }
        html[lang=fr] footer #block-mainnavigation-3 .menu-inner-container > ul > li:nth-child(3), html[lang=fr]
        footer #block-mainnavigation-2 .menu-inner-container > ul > li:nth-child(3) {
          width: 198px; }
        html[lang=fr] footer #block-mainnavigation-3 .menu-inner-container > ul > li:nth-child(4), html[lang=fr]
        footer #block-mainnavigation-2 .menu-inner-container > ul > li:nth-child(4) {
          width: 94px; }
        html[lang=fr] footer #block-mainnavigation-3 .menu-inner-container > ul > li:nth-child(5), html[lang=fr]
        footer #block-mainnavigation-2 .menu-inner-container > ul > li:nth-child(5) {
          width: 131px; }
        html[lang=fr] footer #block-mainnavigation-3 .menu-inner-container > ul > li:nth-child(6), html[lang=fr]
        footer #block-mainnavigation-2 .menu-inner-container > ul > li:nth-child(6) {
          width: 117px; }
        footer #block-mainnavigation-3 .menu-inner-container > ul > li > a,
        footer #block-mainnavigation-2 .menu-inner-container > ul > li > a {
          display: block;
          margin-bottom: 10px;
          font-family: "Bricolage Grotesque", sans-serif;
          font-style: normal;
          font-weight: 700;
          font-size: 14px;
          text-transform: uppercase; }
        footer #block-mainnavigation-3 .menu-inner-container > ul > li > ul > li > ul,
        footer #block-mainnavigation-2 .menu-inner-container > ul > li > ul > li > ul {
          display: none; }
  footer .footer-bottom {
    padding-bottom: 20px; }
    footer .footer-bottom .inner {
      display: -ms-flexbox;
      display: flex;
      margin-top: 20px;
      padding-top: 10px;
      border-top: 1px solid #ccc; }
    footer .footer-bottom #block-socialshare-2 {
      -ms-flex-positive: 0;
          flex-grow: 0;
      -ms-flex-item-align: start;
          align-self: flex-start; }
      footer .footer-bottom #block-socialshare-2 li {
        padding: 0 0.5em; }
        footer .footer-bottom #block-socialshare-2 li:first-child {
          padding-left: 0; }
          .rtl footer .footer-bottom #block-socialshare-2 li:first-child {
            padding-right: 0;
            padding-left: 0.5em; }
    footer .footer-bottom #block-privacy {
      -ms-flex-positive: 2;
          flex-grow: 2;
      -ms-flex-item-align: end;
          align-self: flex-end;
      text-align: right; }
      .rtl footer .footer-bottom #block-privacy {
        text-align: left; }
      footer .footer-bottom #block-privacy > ul {
        display: inline-block;
        margin: 0;
        padding: 0;
        list-style: none; }
        footer .footer-bottom #block-privacy > ul li {
          display: inline-block;
          font-size: 14px;
          color: #8e8e8e; }
          footer .footer-bottom #block-privacy > ul li:only-child:after, footer .footer-bottom #block-privacy > ul li:after {
            display: inline-block;
            margin: 0 3px;
            content: '|'; }
        footer .footer-bottom #block-privacy > ul a {
          color: #8e8e8e;
          transition: color 300ms ease-in-out; }
          footer .footer-bottom #block-privacy > ul a:hover {
            color: #344275; }
    footer .footer-bottom .copy {
      -ms-flex-positive: 0;
          flex-grow: 0;
      -ms-flex-item-align: end;
          align-self: flex-end;
      font-size: 14px;
      color: #8e8e8e; }
  footer .mobile-only {
    display: none; }

@media screen and (max-width: 77em) {
  footer .menu-items .parent-1,
  footer .menu-items .parent-2,
  footer .menu-items .parent-3,
  footer .menu-items .parent-4,
  footer .menu-items .parent-5 {
    display: block; } }

@media screen and (max-width: 68em) {
  footer .menu-items .parent-0 li {
    background: transparent; }
    footer .menu-items .parent-0 li a {
      padding: 0; }
  footer .footer-bottom #block-socialshare-2 {
    display: none; } }

@media screen and (max-width: 60em) {
  .rtl footer #block-newmainnavigation-3, .rtl
  footer #block-mainnavigation-2 {
    position: relative; } }

@media screen and (max-width: 38em) {
  footer .footer-wrapper {
    display: block; }
  footer .menu-container {
    padding-bottom: 40px; }
  footer #block-newmainnavigation-3,
  footer #block-mainnavigation-2 {
    display: none; } }

@media screen and (max-width: 32.5em) {
  footer .footer-bottom .inner {
    display: block; }
    footer .footer-bottom .inner #block-privacy {
      text-align: left; }
      footer .footer-bottom .inner #block-privacy ul li:last-child:after {
        display: none; } }

@media screen and (max-width: 27em) {
  footer .container-fluid {
    padding: 0 1rem; }
  footer .site-logo {
    display: block;
    text-align: center; } }

@media screen and (max-width: 20em) {
  footer .container-fluid {
    padding: 0 0.5rem; }
  footer .site-logo {
    margin-right: -0.5rem;
    margin-left: -0.5rem; }
  footer .footer-top {
    padding-bottom: 20px; }
  footer .footer-bottom .inner {
    margin-top: 10px; } }

/*
@media screen and (max-width: 77em) {
  footer .signups {
    .donate {
      margin-top: $grid-gutter-width;
      margin-bottom: $grid-gutter-width;
      margin-left: 0;
    }
    form {
      margin-top: $grid-gutter-width;
      margin-left: 0;
    }
  }
}

@media screen and (max-width: 26em) {
  footer .signups {
    form {
      display: inline;
    }
    input {
      display: block;
      border-right: 1px solid $black-alpha-1;
    }
    button {
      margin-left: 0;
    }
  }
}

*/
.content {
  display: block; }
  .content a {
    color: #333; }
    .content a:hover {
      color: #7a91dd; }
  .content .node-content figure {
    display: table;
    margin: 20px 0 0;
    /*
            figcaption {
              display: table-caption;
              margin-top: -$grid-gutter-width;
              font-size: $font-size-em-mini;
              caption-side: bottom;
      }
*/ }
    .content .node-content figure.align-center {
      clear: both;
      margin: 20px auto; }
    .rtl .content .node-content figure.align-left figcaption {
      padding-right: 0; }
    .rtl .content .node-content figure.align-right figcaption {
      padding-left: 0; }
    .content .node-content figure.youtube-container {
      display: block;
      margin: 0; }
  .content blockquote {
    margin-left: 0;
    padding-left: 20px;
    border-left: 2px solid #344275;
    font-size: 1.5em;
    line-height: 1.2em;
    color: #333; }
  .content .img-responsive {
    width: 100%;
    height: auto; }

.courses-intro {
  margin-bottom: 20px;
  padding: 20px;
  background: #f2f2f2; }
  .courses-intro .text-container p {
    font-style: initial !important; }

.node-content aside, .sidebar {
  position: relative;
  /*ul:not(.contextual-links) {
    margin: $grid-gutter-width-half*3 0 !important;
    padding: 0 0 0 $grid-gutter-width/2 !important;
    list-style: none;
    @include text-font-semibold;

    li {
      position: relative;
      padding: 0 0 15px  !important;

      .rtl & {
        font-weight: normal;
      }

      a {
        display: block;
        color: $secondary-color;

        &:hover {
          color: $primary-color;
        }
      }

      h2 {
        padding-bottom: $grid-gutter-width;
        font-size: $font-size-em-big;
        line-height: $line-height-mini;
        @include text-font;
        color: $grey-variant-2;
      }

      &:last-child {
        padding-bottom: $grid-gutter-width*2 !important;

        &:after {
          position: absolute;
          bottom: 0;
          left: 0;
          width: 10%;
          height: 1px;
          background: $grey;
          content: '';

          .rtl & {
            right: 0;
            left: auto;
          }
        }
      }
    }
  }*/ }
  .rtl .node-content aside, .rtl .sidebar {
    right: auto;
    text-align: right; }
  .node-content aside.sidebar-l, .sidebar.sidebar-l {
    right: 0;
    left: -1.5rem; }

.sidebar nav {
  padding-right: 0.5rem;
  padding-left: 0.5rem; }

@media screen and (max-width: 63.9375em) {
  .node-content aside, .sidebar {
    padding-top: 20px; } }

@media screen and (max-width: 48em) {
  .node-content aside, .sidebar {
    right: 0;
    left: 0;
    margin-bottom: 20px; }
    .node-content aside.sidebar-l, .sidebar.sidebar-l {
      left: 0; } }

.rtl {
  font-family: Helvetica Neue, Helvetica, Tahoma, Arial, sans-serif; }
  .rtl * {
    font-family: Helvetica Neue, Helvetica, Tahoma, Arial, sans-serif !important; }
  .rtl .content .col-xs-12 p, .rtl .content .col-xs-12 a, .rtl .content .col-xs-12 em, .rtl .content .col-xs-12 strong, .rtl .content .col-xs-12 table td, .rtl .content .col-xs-12 table th, .rtl .content .col-xs-12 blockquote, .rtl .content .col-xs-12 ul li, .rtl .content .col-xs-12 ol li,
  .rtl .content .col-sm-8 p,
  .rtl .content .col-sm-8 a,
  .rtl .content .col-sm-8 em,
  .rtl .content .col-sm-8 strong,
  .rtl .content .col-sm-8 table td,
  .rtl .content .col-sm-8 table th,
  .rtl .content .col-sm-8 blockquote,
  .rtl .content .col-sm-8 ul li,
  .rtl .content .col-sm-8 ol li {
    font-size: 17px;
    line-height: 1.45em; }
  .rtl .text--teaser {
    font-size: 1.1em; }
  .rtl #search-filters-form select, .rtl #search-filters-form input {
    direction: ltr; }
  .rtl #contact-message-stay-form h4 {
    display: inline-block; }
  .rtl #edit-field-website-0-value {
    direction: ltr;
    text-align: right; }

.off-canvas .menu-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin: -0.5rem 0 0.5rem -0.5rem;
  padding: 0.5rem;
  background: #7a91dd; }
  .rtl .off-canvas .menu-header {
    margin: -0.5rem -0.5rem 0.5rem 0; }
  .off-canvas .menu-header .site-logo {
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 50%; }
    .rtl .off-canvas .menu-header .site-logo {
      padding: 0.5rem 0.5rem 0.5rem 1rem; }
    .off-canvas .menu-header .site-logo img {
      max-width: 100%;
      height: auto; }
  .off-canvas .menu-header .header-slogan {
    display: none;
    -ms-flex-pack: end;
    justify-content: flex-end;
    max-width: unset;
    font-size: 65%;
    line-height: 1.2em;
    color: #fff; }

.off-canvas > .donate img {
  width: 2rem;
  height: auto; }

.off-canvas .mobile-menu-items {
  margin: 0;
  padding: 0;
  list-style: none;
  transition: transform 300ms ease-in-out;
  will-change: transform; }
  .off-canvas .mobile-menu-items.translateX-left {
    -ms-transform: translateX(calc(-100% - 1rem)) !important;
    transform: translateX(calc(-100% - 1rem)) !important;
    -webkit-transform: translateX(calc(-100% - 1rem)) !important; }
  .off-canvas .mobile-menu-items.translateX-current {
    -ms-transform: translateX(0) !important;
    transform: translateX(0) !important;
    -webkit-transform: translateX(0) !important; }
  .off-canvas .mobile-menu-items.translateX-right {
    -ms-transform: translateX(calc(100% + 1rem)) !important;
    transform: translateX(calc(100% + 1rem)) !important;
    -webkit-transform: translateX(calc(100% + 1rem)) !important; }
  .off-canvas .mobile-menu-items ul {
    margin: 0.5rem 0;
    padding: 0; }
  .off-canvas .mobile-menu-items li {
    margin: 0; }
    .off-canvas .mobile-menu-items li.active:not(.with-children) > a {
      background: #344275;
      color: #fff; }
    .off-canvas .mobile-menu-items li a {
      padding: 0.5rem;
      border: 0;
      font-size: 1rem;
      font-weight: 400;
      color: #333;
      text-transform: none; }
    .off-canvas .mobile-menu-items li.with-children a:after {
      position: absolute;
      top: 50%;
      right: 0;
      left: auto;
      display: block;
      width: auto;
      height: auto;
      border: 0;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      .rtl .off-canvas .mobile-menu-items li.with-children a:after {
        right: auto;
        left: 0; }
  .off-canvas .mobile-menu-items a {
    position: relative;
    display: block; }
  .off-canvas .mobile-menu-items.level-0 > li {
    /*&:last-child {
        a {
          position: relative;
          margin: 8px 0;
          padding: 0 12px 0 34px;
          border-bottom: 0;
          background: $secondary-color;
          line-height: 28px;
          color: $white;
          text-align: left;
          @include text-font;

          &:before {
            position: absolute;
            top: 50%;
            left: 8px;
            width: auto;
            height: auto;
            border: 0;
            @extend %iconDonate;
            @include transform(translateY(-50%));

          }
          .rtl & {
            padding: 0 34px 0 12px;
            &:before {
              right: 8px;
              left: auto;
            }
          }
        }
      }*/ }
    .off-canvas .mobile-menu-items.level-0 > li > a {
      padding: 0 0.5rem 0.5rem;
      border-bottom: 2px solid #ccc;
      font-size: 18px;
      font-family: "Bricolage Grotesque", sans-serif;
      font-style: normal;
      font-weight: 700;
      color: #9e9e9e;
      text-transform: uppercase; }
    .off-canvas .mobile-menu-items.level-0 > li.active:not(.with-children) > a {
      background: transparent;
      color: #9e9e9e; }
  .off-canvas .mobile-menu-items.level-4, .off-canvas .mobile-menu-items.level-3, .off-canvas .mobile-menu-items.level-2 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1005;
    display: block !important;
    width: calc(100% - 2rem);
    padding: 1rem;
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transform: translateX(100%); }
    .rtl .off-canvas .mobile-menu-items.level-4, .rtl .off-canvas .mobile-menu-items.level-3, .rtl .off-canvas .mobile-menu-items.level-2 {
      right: 0;
      left: auto; }
  .off-canvas .mobile-menu-items .back-button {
    margin-bottom: 1rem;
    padding: 0.5rem 0;
    border-bottom: 2px solid #7a91dd;
    font-size: 1rem;
    font-family: "Bricolage Grotesque", sans-serif;
    font-style: normal;
    font-weight: 700;
    color: #7a91dd;
    text-transform: uppercase; }
    .off-canvas .mobile-menu-items .back-button:before {
      margin-right: 0.5rem;
      font-size: 0.8rem; }
      .rtl .off-canvas .mobile-menu-items .back-button:before {
        margin-right: auto;
        margin-left: 0.5rem; }

.off-canvas .menu-footer .social-share-menu li {
  display: inline-block;
  margin-right: 0.5rem; }
  .rtl .off-canvas .menu-footer .social-share-menu li {
    margin-right: auto;
    margin-left: 0.5rem; }
  .off-canvas .menu-footer .social-share-menu li a {
    padding: 0;
    font-size: 24px; }
    .off-canvas .menu-footer .social-share-menu li a img {
      display: none; }
    .off-canvas .menu-footer .social-share-menu li a:before {
      color: #7a91dd; }

.off-canvas .menu-footer address {
  position: relative;
  margin: 1rem 0;
  padding: 1rem 0 1rem 32px;
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  font-size: 0.8rem;
  font-family: "Bricolage Grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #333; }
  .off-canvas .menu-footer address:before {
    position: absolute;
    top: 1.2rem;
    left: 0;
    font-size: 24px;
    color: #9e9e9e; }
    .rtl .off-canvas .menu-footer address:before {
      right: 0;
      left: auto; }
  .rtl .off-canvas .menu-footer address {
    padding: 1rem 32px 1rem 0; }
  .off-canvas .menu-footer address span {
    display: block; }
    .off-canvas .menu-footer address span a {
      color: #333; }

.off-canvas .menu-footer .menu-footer-contacts {
  font-size: 0.75rem;
  color: #9e9e9e; }
  .off-canvas .menu-footer .menu-footer-contacts .footer-menu-container {
    display: inline; }
    .off-canvas .menu-footer .menu-footer-contacts .footer-menu-container a {
      font-size: 0.75rem;
      color: #9e9e9e; }
      .off-canvas .menu-footer .menu-footer-contacts .footer-menu-container a:before {
        margin: 0 3px;
        content: '|'; }

.off-canvas .menu-footer .donate {
  position: relative;
  display: block;
  margin: 2rem 0;
  padding: 1rem;
  background: #344275;
  color: #fff;
  text-align: left;
  text-transform: uppercase; }
  .rtl .off-canvas .menu-footer .donate {
    text-align: right; }
  .off-canvas .menu-footer .donate img {
    position: absolute;
    right: 1rem; }
    .rtl .off-canvas .menu-footer .donate img {
      right: auto;
      left: 1rem; }

.off-canvas .nav-mobile-collapse {
  overflow: hidden; }

.off-canvas > .donate {
  position: absolute;
  top: 60px;
  right: calc(2rem + 44px);
  z-index: 1001;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 5px;
  background: #344275;
  font-size: 0; }
  .rtl .off-canvas > .donate {
    right: auto;
    left: calc(2rem + 44px); }

.off-canvas-content {
  overflow: hidden; }

.nav-toggle-open {
  position: absolute;
  top: 60px;
  right: 1rem;
  z-index: 1001;
  padding: 5px;
  border: 1px solid #fff;
  border-radius: 5px;
  background: transparent;
  font-size: 0;
  color: #fff; }
  .nav-toggle-open:before {
    font-size: 2rem; }
  .rtl .nav-toggle-open {
    right: auto;
    left: 1rem; }

.nav-toggle-close {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  border: 0;
  background: transparent; }
  .nav-toggle-close:before {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    padding: 2px;
    border: 1px solid #fff;
    border-radius: 50%;
    background: transparent;
    font-size: 2rem;
    color: #fff; }
    .rtl .nav-toggle-close:before {
      right: auto;
      left: 0.5rem; }
  footer .nav-toggle-close {
    display: none; }

@media screen and (max-width: 68em) {
  .off-canvas .nav-toggle-open {
    position: fixed;
    top: 67px;
    border: 1px solid #7a91dd;
    color: #7a91dd; }
  .off-canvas .nav-mobile-collapse {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -100vw;
    z-index: 1002;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    transition: left 300ms ease-in-out; }
    .rtl .off-canvas .nav-mobile-collapse {
      right: -100vw;
      left: auto;
      transition: right 300ms ease-in-out; }
    .off-canvas .nav-mobile-collapse .menu-container {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      max-width: 32em;
      margin-right: calc(38px + 1rem);
      padding: 0.5rem;
      background: #f0f0f0;
      overflow-y: scroll;
      -webkit-overflow-scrolling: touch; }
      .off-canvas .nav-mobile-collapse .menu-container::-webkit-scrollbar {
        display: none; }
      .rtl .off-canvas .nav-mobile-collapse .menu-container {
        margin-right: 0;
        margin-left: calc(38px + 1rem); }
    .off-canvas .nav-mobile-collapse .menu-inner-container {
      position: relative;
      padding: 1rem;
      background: #fff;
      overflow: hidden; } }

@media screen and (max-width: 20em) {
  .off-canvas .nav-mobile-collapse .menu-inner-container {
    padding: 0.5rem; } }

.path-taxonomy .more-link {
  text-align: right; }
  html[lang=ar] .path-taxonomy .more-link {
    text-align: left; }
  .path-taxonomy .more-link a {
    font-family: "Bricolage Grotesque", sans-serif;
    font-style: normal;
    font-weight: 300;
    transition: background 300ms ease-in-out;
    display: inline-block;
    padding: 8px 10px;
    background: #7a91dd;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase; }
    .path-taxonomy .more-link a:hover {
      background: #344275; }
  .rtl .path-taxonomy .more-link {
    text-align: left; }

.path-taxonomy.taxonomy-programmes section {
  margin-bottom: 40px; }

.path-taxonomy.taxonomy-programmes .inner-nav {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.path-taxonomy.taxonomy-programmes .title-wrapper {
  margin-bottom: 15px;
  border-bottom: 3px solid #344275; }
  .path-taxonomy.taxonomy-programmes .title-wrapper .wrap {
    padding: 0; }
  .path-taxonomy.taxonomy-programmes .title-wrapper h3, .path-taxonomy.taxonomy-programmes .title-wrapper h2 {
    display: inline-block;
    margin: 0 0 0 6.66667px;
    padding: 10px 20px;
    background-color: #344275;
    font-size: 32px;
    color: #fff;
    font-family: "Bricolage Grotesque", sans-serif;
    font-style: normal;
    font-weight: 500; }

.path-taxonomy.taxonomy-programmes .taxonomy-term--type-programmes {
  padding-top: 20px; }
  .path-taxonomy.taxonomy-programmes .taxonomy-term--type-programmes.taxonomy-term--view-mode-default .bb-out:after {
    right: -10px; }
  .path-taxonomy.taxonomy-programmes .taxonomy-term--type-programmes.taxonomy-term--view-mode-sidebar img {
    width: 100%;
    height: auto;
    padding-top: 52px; }

.path-taxonomy.taxonomy-programmes .second-row .search-result:after, .path-taxonomy.taxonomy-programmes .third-row .search-result:after {
  display: none; }

.path-taxonomy.taxonomy-programmes .partners-list .item-list > ul {
  display: -ms-grid;
  display: grid;
  padding: 0;
  list-style: none;
  grid-gap: 20px;
  -ms-grid-columns: (minmax(240px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }

.path-taxonomy.taxonomy-regions .text-container {
  padding: 5px 10px 10px;
  background-color: #e8e8e8; }

.path-taxonomy.taxonomy-405 .title-wrapper {
  margin-bottom: 15px;
  border-bottom: 3px solid #344275; }
  .path-taxonomy.taxonomy-405 .title-wrapper .wrap {
    padding: 0; }
  .path-taxonomy.taxonomy-405 .title-wrapper h3 {
    display: inline-block;
    margin: 0 0 0 6.66667px;
    padding: 10px 20px;
    background-color: #344275;
    font-size: 32px;
    color: #fff;
    font-family: "Bricolage Grotesque", sans-serif;
    font-style: normal;
    font-weight: 500; }

.node--type-press-release.node--view-mode-taxonomy-programmes,
.node--type-courses.node--view-mode-taxonomy-programmes,
.node--type-resource-of-the-month.node--view-mode-taxonomy-programmes,
.node--type-news.node--view-mode-taxonomy-programmes,
.node--type-publication.node--view-mode-taxonomy-programmes {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding: 10px;
  background-color: #f2f2f2; }
  .node--type-press-release.node--view-mode-taxonomy-programmes figure,
  .node--type-courses.node--view-mode-taxonomy-programmes figure,
  .node--type-resource-of-the-month.node--view-mode-taxonomy-programmes figure,
  .node--type-news.node--view-mode-taxonomy-programmes figure,
  .node--type-publication.node--view-mode-taxonomy-programmes figure {
    margin: 0 6.66667px 0 0; }
    html[lang=ar] .node--type-press-release.node--view-mode-taxonomy-programmes figure, html[lang=ar]
    .node--type-courses.node--view-mode-taxonomy-programmes figure, html[lang=ar]
    .node--type-resource-of-the-month.node--view-mode-taxonomy-programmes figure, html[lang=ar]
    .node--type-news.node--view-mode-taxonomy-programmes figure, html[lang=ar]
    .node--type-publication.node--view-mode-taxonomy-programmes figure {
      margin: 0 0 0 6.66667px; }
  .node--type-press-release.node--view-mode-taxonomy-programmes .wrapper time,
  .node--type-courses.node--view-mode-taxonomy-programmes .wrapper time,
  .node--type-resource-of-the-month.node--view-mode-taxonomy-programmes .wrapper time,
  .node--type-news.node--view-mode-taxonomy-programmes .wrapper time,
  .node--type-publication.node--view-mode-taxonomy-programmes .wrapper time {
    padding: 0 0 10px;
    font-size: 14px; }
  .node--type-press-release.node--view-mode-taxonomy-programmes .wrapper .deadline,
  .node--type-courses.node--view-mode-taxonomy-programmes .wrapper .deadline,
  .node--type-resource-of-the-month.node--view-mode-taxonomy-programmes .wrapper .deadline,
  .node--type-news.node--view-mode-taxonomy-programmes .wrapper .deadline,
  .node--type-publication.node--view-mode-taxonomy-programmes .wrapper .deadline {
    padding: 0 0 10px; }
    .node--type-press-release.node--view-mode-taxonomy-programmes .wrapper .deadline h4,
    .node--type-courses.node--view-mode-taxonomy-programmes .wrapper .deadline h4,
    .node--type-resource-of-the-month.node--view-mode-taxonomy-programmes .wrapper .deadline h4,
    .node--type-news.node--view-mode-taxonomy-programmes .wrapper .deadline h4,
    .node--type-publication.node--view-mode-taxonomy-programmes .wrapper .deadline h4 {
      display: inline;
      margin: 0;
      font-size: 14px; }
    .node--type-press-release.node--view-mode-taxonomy-programmes .wrapper .deadline time,
    .node--type-courses.node--view-mode-taxonomy-programmes .wrapper .deadline time,
    .node--type-resource-of-the-month.node--view-mode-taxonomy-programmes .wrapper .deadline time,
    .node--type-news.node--view-mode-taxonomy-programmes .wrapper .deadline time,
    .node--type-publication.node--view-mode-taxonomy-programmes .wrapper .deadline time {
      display: inline;
      font-size: 14px;
      font-family: "Bricolage Grotesque", sans-serif;
      font-style: normal;
      font-weight: 500; }
  .node--type-press-release.node--view-mode-taxonomy-programmes .wrapper h3,
  .node--type-courses.node--view-mode-taxonomy-programmes .wrapper h3,
  .node--type-resource-of-the-month.node--view-mode-taxonomy-programmes .wrapper h3,
  .node--type-news.node--view-mode-taxonomy-programmes .wrapper h3,
  .node--type-publication.node--view-mode-taxonomy-programmes .wrapper h3 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 16px; }
    .node--type-press-release.node--view-mode-taxonomy-programmes .wrapper h3 a,
    .node--type-courses.node--view-mode-taxonomy-programmes .wrapper h3 a,
    .node--type-resource-of-the-month.node--view-mode-taxonomy-programmes .wrapper h3 a,
    .node--type-news.node--view-mode-taxonomy-programmes .wrapper h3 a,
    .node--type-publication.node--view-mode-taxonomy-programmes .wrapper h3 a {
      color: #344275;
      font-family: "Bricolage Grotesque", sans-serif;
      font-style: normal;
      font-weight: 500;
      transition: color 300ms ease-in-out; }
      .node--type-press-release.node--view-mode-taxonomy-programmes .wrapper h3 a:hover,
      .node--type-courses.node--view-mode-taxonomy-programmes .wrapper h3 a:hover,
      .node--type-resource-of-the-month.node--view-mode-taxonomy-programmes .wrapper h3 a:hover,
      .node--type-news.node--view-mode-taxonomy-programmes .wrapper h3 a:hover,
      .node--type-publication.node--view-mode-taxonomy-programmes .wrapper h3 a:hover {
        color: #7a91dd; }
  .node--type-press-release.node--view-mode-taxonomy-programmes .wrapper .text-container,
  .node--type-courses.node--view-mode-taxonomy-programmes .wrapper .text-container,
  .node--type-resource-of-the-month.node--view-mode-taxonomy-programmes .wrapper .text-container,
  .node--type-news.node--view-mode-taxonomy-programmes .wrapper .text-container,
  .node--type-publication.node--view-mode-taxonomy-programmes .wrapper .text-container {
    font-size: 14px; }
    .node--type-press-release.node--view-mode-taxonomy-programmes .wrapper .text-container p,
    .node--type-courses.node--view-mode-taxonomy-programmes .wrapper .text-container p,
    .node--type-resource-of-the-month.node--view-mode-taxonomy-programmes .wrapper .text-container p,
    .node--type-news.node--view-mode-taxonomy-programmes .wrapper .text-container p,
    .node--type-publication.node--view-mode-taxonomy-programmes .wrapper .text-container p {
      margin: 0; }
  .node--type-press-release.node--view-mode-taxonomy-programmes:nth-of-type(n+2) figure,
  .node--type-courses.node--view-mode-taxonomy-programmes:nth-of-type(n+2) figure,
  .node--type-resource-of-the-month.node--view-mode-taxonomy-programmes:nth-of-type(n+2) figure,
  .node--type-news.node--view-mode-taxonomy-programmes:nth-of-type(n+2) figure,
  .node--type-publication.node--view-mode-taxonomy-programmes:nth-of-type(n+2) figure {
    display: none; }

.node--type-courses.node--view-mode-taxonomy-programmes figure,
.node--type-resource-of-the-month.node--view-mode-taxonomy-programmes figure,
.node--type-news.node--view-mode-taxonomy-programmes figure {
  -ms-flex-preferred-size: 120px;
      flex-basis: 120px;
  margin-right: 10px; }

.node--type-courses.node--view-mode-taxonomy-programmes .wrapper,
.node--type-resource-of-the-month.node--view-mode-taxonomy-programmes .wrapper,
.node--type-news.node--view-mode-taxonomy-programmes .wrapper {
  -ms-flex-preferred-size: calc(100% - 130px);
      flex-basis: calc(100% - 130px); }

.node--view-mode-taxonomy-programmes figure img {
  width: 100%;
  height: auto; }

.node--type-publication.node--view-mode-taxonomy-programmes figure {
  margin: 0 0 0 5px; }
  .node--type-publication.node--view-mode-taxonomy-programmes figure img {
    width: 100%;
    height: auto; }

.node--type-video.node--view-mode-taxonomy-programmes figure {
  position: relative;
  display: block;
  margin: 0;
  margin-bottom: 20px; }

.node--type-video.node--view-mode-taxonomy-programmes h3 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 28px; }
  .node--type-video.node--view-mode-taxonomy-programmes h3 a {
    color: #344275;
    font-family: "Bricolage Grotesque", sans-serif;
    font-style: normal;
    font-weight: 500;
    transition: color 300ms ease-in-out; }
    .node--type-video.node--view-mode-taxonomy-programmes h3 a:hover {
      color: #7a91dd; }

.resources-page .node--type-page.node--view-mode-default .text-container {
  max-width: 100%;
  margin-bottom: 10px;
  padding: 20px;
  background-color: #f2f2f2; }
  .resources-page .node--type-page.node--view-mode-default .text-container a {
    color: #344275; }
    .resources-page .node--type-page.node--view-mode-default .text-container a:hover {
      color: #7a91dd; }

.resources-page .title-wrapper {
  margin-bottom: 15px;
  border-bottom: 3px solid #344275; }
  .resources-page .title-wrapper .wrap {
    padding: 0; }
  .resources-page .title-wrapper h3 {
    display: inline-block;
    margin: 0 0 0 6.66667px;
    padding: 10px 20px;
    background-color: #344275;
    font-size: 32px;
    color: #fff;
    font-family: "Bricolage Grotesque", sans-serif;
    font-style: normal;
    font-weight: 500; }

.resources-page .block-content--type-markup .text-container a {
  color: #344275; }
  .resources-page .block-content--type-markup .text-container a:hover {
    color: #7a91dd; }

.resources-page .more-link {
  text-align: right; }
  html[lang=ar] .resources-page .more-link {
    text-align: left; }
  .resources-page .more-link a {
    font-family: "Bricolage Grotesque", sans-serif;
    font-style: normal;
    font-weight: 300;
    transition: background 300ms ease-in-out;
    display: inline-block;
    padding: 8px 10px;
    background: #7a91dd;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase; }
    .resources-page .more-link a:hover {
      background: #344275; }
  .rtl .resources-page .more-link {
    text-align: left; }

.resources-page .second-row {
  margin: 20px 0; }

.resources-page .mt-3 {
  margin-top: 20px; }

.search {
  padding: 0.7em 0.5em; }
  .search a {
    position: relative;
    display: block;
    width: 16px;
    height: 16px;
    text-indent: -9000px; }
    .search a:hover:before {
      color: #344275; }
    .search a:before {
      position: absolute;
      top: 2px;
      right: 0;
      bottom: 0;
      left: 0;
      font-size: 16px;
      color: #8e8e8e;
      text-indent: 0;
      transition: color 300ms ease-in-out; }

.search-field {
  position: absolute;
  top: 0;
  right: 2rem;
  display: none; }
  .rtl .search-field {
    right: auto;
    left: 0; }
  .search-field input {
    margin: 0;
    padding: 14px 18px;
    border: 0;
    font-size: 14px; }
    .search-field input[type='text'] {
      width: 200px; }
    .rtl .search-field input {
      -webkit-clip-path: polygon(0 0, 98% 0, 100% 100%, 0 100%);
      clip-path: polygon(0 0, 98% 0, 100% 100%, 0 100%); }
    .search-field input:focus {
      outline: none; }
      .search-field input:focus + button {
        border-color: #344275; }
        .search-field input:focus + button:hover {
          background-color: #7a91dd; }
  .search-field button {
    vertical-align: bottom;
    width: 57px;
    height: 44px;
    border: 0;
    background: #344275;
    cursor: pointer; }
    .search-field button:focus {
      outline: none; }
    .search-field button:active, .search-field button:focus {
      background: #7a91dd; }

.search-result {
  position: relative;
  margin-top: 30px;
  margin-bottom: 40px; }
  .search-result:after {
    position: absolute;
    bottom: -20px;
    left: 10px;
    width: 40px;
    height: 1px;
    background: #ccc;
    content: ''; }
    .rtl .search-result:after {
      right: 10px;
      left: auto; }
  .search-result .title {
    display: block;
    font-size: 1.8em;
    line-height: 1em;
    color: #344275; }
    .rtl .search-result .title {
      font-size: 1.8em !important;
      line-height: 1em !important; }
    .search-result .title:hover {
      color: #7a91dd; }
  .search-result time {
    display: block;
    padding-top: 10px;
    font-size: 0.8em; }
  .search-result .tags {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0.8em; }
    .search-result .tags li {
      display: inline; }
  .search-result .readmore {
    display: block;
    font-size: 1.2em;
    text-align: left; }

@media screen and (max-width: 68em) {
  header .search {
    position: absolute;
    top: 5px;
    right: 15px;
    display: block;
    padding: 0; }
    .rtl header .search {
      right: auto;
      left: 15px; }
    header .search a {
      padding: 0;
      background: transparent; }
      .rtl header .search a {
        right: auto;
        left: 0; }
      header .search a img {
        display: none; }
      header .search a:hover {
        background: transparent; }
      header .search a:before {
        display: block;
        width: 25px;
        height: 25px;
        font-size: 17px;
        line-height: 24px;
        color: #333;
        text-align: center; }
  header .search-field {
    position: absolute;
    top: 5px;
    right: calc(30px); }
    .rtl header .search-field {
      right: 0;
      left: calc(30px + 1rem + 16px); }
    header .search-field input {
      height: 30px;
      padding: 0 8px;
      line-height: 30px;
      -webkit-clip-path: none;
      clip-path: none; }
    header .search-field button {
      display: none; } }

@media screen and (max-width: 27em) {
  header .search a:before {
    width: 20px;
    height: 20px;
    font-size: 14px;
    line-height: 26px; }
  .rtl header .search {
    left: 10px; } }

@media screen and (max-width: 20em) {
  header .search {
    right: 10px; }
    header .search a:before {
      width: 17px;
      height: 17px;
      font-size: 14px; } }

/*.nav-collapse {
  float: left;
  box-sizing: border-box;
  width: 100%;
  @include user-select(none);
  list-style: none;

  .rtl & {
    float: right;
  }

  * {
    box-sizing: border-box;
  }

  &.opened {
    max-height: 9999px;
  }

  .js & {
    position: absolute;
    right: 2rem;
    bottom: 0;
    display: block;
    min-height: 45px;
    max-height: 0;
    zoom: 1;
    //overflow: hidden;
  }

  .js .rtl & {
    right: auto;
    left: 2rem;
  }

  ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;

    .rtl & {
      float: right;
    }
  }


  > ul {
    border-top: 1px solid $white-alpha-1;
  }

  li {
    float: left;
    width: 100%;

    .rtl & {
      float: right;
    }

    &.focus > a,
    &.active > a {
      background-color: $dark-gold;
    }
  }

  li,
  ul {
    display: block;
    width: 100%;
  }

  a {
    float: left;
    width: 100%;
    padding: 0.9em 1.1em 0.9em 0;
    background: none;
    font-size: $font-size-base-small;
    color: $white;
    text-decoration: none;
    text-transform: uppercase;

    &:hover {
      background-color: $dark-gold;
    }

    &.mobile-donate {
      background: $secondary-color;
      @include text-font-medium;
      text-align: center;
    }
  }

  .level-0 > li {
    & > a {
      border-right: 0;
      @include text-font-semibold;
      color: $primary-color;
      @include transition(all 300ms ease-in-out);

      &:before {
        position: absolute;
        top: 0;
        left: 50%;
        z-index: 9999;
        @include triangle(bottom, transparent, 0.5em);
        @include transition(all 300ms ease-in-out);
        content: '';
        pointer-events: none;
        @include transform(translateX(-50%));
      }

      &:hover {
        background: none;
        color: $secondary-color;

        &:before {
          @include triangle(bottom, $secondary-color, 0.5em);

        }
      }

      &.donate {
        position: relative;
        margin: 8px 0;
        padding: 0 12px 0 34px;
        background: $secondary-color;
        @include text-font;
        line-height: 28px;
        color: $white;

        .rtl & {
          padding: 0 34px 0 12px;
          &:before {
            right: 12px;
            left: auto;
          }

        }

        &:before {
          @extend %iconDonate;
          position: absolute;
          top: 50%;
          left: 12px;
          @include transform(translateY(-50%));
          width: auto;
          height: auto;
          border: 0;

        }

        &:hover {
          background: $bright-gold;
          &:before {
            @extend %iconDonate;
          }
        }
      }
    }

    &.active > a {

      background: none;
      color: $secondary-color;

      &:before {
        @include triangle(bottom, $secondary-color, 0.5em);
      }

    }

  }
}

.sub-menu {

  &.sub-four,
  &.sub-three,
  &.sub-two {
    border-left: 1px solid $white-alpha-1;
  }

  &.sub-four a,
  &.sub-three a,
  &.sub-two a,
  &.sub-one a {
    background: $brown-alpha-9;
  }

  li {
    z-index: 8;

    a {
      text-transform: none;
    }
  }

  .root {
    z-index: 9;

    a {
      background: $dark-gold-alpha-9;

      &:after {
        position: absolute;
        top: 45px;
        left: 165px;
        z-index: 9999;
        width: 0;
        height: 0;
        border-top: 10px solid $dark-gold-alpha-9;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        content: '';
        pointer-events: none;

      }
    }
  }
}

.sub-nav {
  position: fixed;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 3em;
  margin-top: 185px;
  padding: 0;
  background: $white;
  font-size: $font-size-em-tiny;
  color: $white;

  &.nosub {
    background: none;
  }


  ul {
    &.submenu {
      position: absolute;
      min-width: 180px;
      max-height: 0;
      padding: 0;
      background: $dark-gold;
      list-style-type: none;
      overflow: hidden;

      li {
        width: 100%;

        a {
          display: block;
          width: 100%;
          padding: $grid-gutter-width/2;
          border-top: 1px solid $white-alpha-1;
          color: $white;
          text-decoration: none;

          &:hover {
            background: $black-alpha-1;
          }
        }
      }
    }
  }


  li {
    position: relative;
    float: left;
    list-style-type: none;
    text-transform: uppercase;

    .rtl & {
      float: right;
    }

    &.active a {
      @include text-font-semibold;
    }

    a {
      display: inline-block;
      padding: $grid-gutter-width/2;
      color: $primary-color;
      text-transform: none;

      &:hover {
        color: $secondary-color;
      }
    }

    &.switcher {
      margin-right: $grid-gutter-width/2;
      background: $dark-gold;
    }

    &.switcher-inner {
      margin-right: 0;
      background: $white;

      label {
        color: $primary-color;
      }
    }

    &.section-title {
      margin-right: $grid-gutter-width/2;
      padding: $grid-gutter-width/2 25px 9px $grid-gutter-width;
      background: $dark-gold;
      @include text-font-semibold;

      .rtl & {
        margin-right: 0;
        margin-left: $grid-gutter-width/2;
      }
    }
  }

  label {
    position: relative;
    display: block;
    padding: 1px 25px 0 $grid-gutter-width;
    line-height: 3em;
    @inlcude transition(background 300ms);
    cursor: pointer;

    img {
      vertical-align: 2px;
      padding: 0 0 0 $grid-gutter-width/4;
    }

    &:after {
      position: absolute;
      top: 50%;
      right: 5px;
      display: block;
      width: 0;
      height: 0;
      content: '';
    }
  }

  input {
    display: none;

    &:checked {
      ~ label {
        background: $black-alpha-1;

        &:after {
          border-top: 0 solid $white-alpha-5;
          border-bottom: 4px solid $white-alpha-5;
          @include transition(border-top 100ms, border-bottom 100ms 100ms);
        }
      }

      ~ ul {
        &.submenu {
          max-height: 400px;
          @include transition(max-height 500ms ease-in);
        }
      }
    }
  }

  .switcher-inner ul {
    &.submenu {
      background: $white;

      li {
        width: 100%;

        a {
          border-top: 1px solid $white-variant-4;
          color: $primary-color;
        }
      }
    }
  }
}

.dropdown {

  ul {
    a {
      padding-left: 1.5em;
      background: $blue-alpha-9;
    }

    ul {
      padding: 0;
      border: 0;

      a {
        padding-left: 2.5em;
        background: $dark-blue;
      }
    }
  }

  .dropdown.opened .has-dropdown {
    background: $red;
  }
}

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);

  &:focus {
    top: 5px;
    left: 5px;
    z-index: 100000;
    display: block;
    width: auto;
    height: auto;
    padding: 15px 23px 14px;
    @include border-radius(3px);
    background-color: $white-variant-2;
    @include box-shadow(0 0 2px 2px $black-alpha-6);
    clip: auto !important;
    @include text-font-bold;
    font-size: $font-size-base-small;
    line-height: normal;
    color: $light-blue;
    text-decoration: none;
  }
}


.nav-toggle {
  position: relative;
  float: right;
  margin-top: 50px;
  margin-right: 5%;
  padding: 0 0.75em;
  border: 1px solid $white-alpha-1;
  background: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  @include user-select(none);
  overflow: hidden;
  font-size: $font-size-em-tiny;
  line-height: 39px;
  color: $white;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;

  .rtl & {
    float: left;
    margin-right: 0;
    margin-left: 5%;
  }

  &:active,
  &:focus,
  &:hover {
    background-color: $dark-gold;
  }
}

.mobile-search {
  float: left;
  width: 100%;

  form {
    position: relative;
    height: 56px;
  }

  input {
    display: block;
    width: 100%;
    margin-top: 0;
    padding: $grid-gutter-width 18px;
    border: 0;
    font-size: $font-size-em-small;

    &:focus {
      outline: none;

      + button {
        border-color: $dark-gold;
        background: $dark-gold url('../images/search-icon-focus.svg') no-repeat 21px 21px;

        &:hover {
          background-color: $primary-color;
        }
      }
    }
  }

  button {
    position: absolute;
    top: 0;
    right: 0;
    width: 57px;
    height: 56px;
    border: 0;
    background: $white url('../images/search-icon.svg') no-repeat 21px 21px;
    cursor: pointer;

    &:focus {
      outline: none;
    }

    &:active,
    &:focus {
      background: $primary-color url('../images/search-icon-focus.svg') no-repeat 21px 21px;
    }
  }
}

header {
  .menu-items {

    ul {
      li {
        border-bottom: 1px solid $white-alpha-1;
        background: $dark-gold-alpha-9;

        a {
          text-align: left;

          .rtl & {
            text-align: right;
          }
        }

        ul li {
          background: $dark-gold-alpha-9;
        }

        &:first-child {
          border-left: 0;
        }
      }

      &.parent-0 {
        li {
          background: $dark-gold-alpha-9;

          &:first-child {
            position: absolute;
            left: 0;

            .rtl & {
              left: 108px;
            }
          }

          &:nth-child(2) {
            position: absolute;
            left: 200px;

            .rtl & {
              left: -92px;
            }
          }

          &:nth-child(3) {
            position: absolute;
            left: 400px;

            .rtl & {
              left: -292px;
            }
          }

          &:nth-child(4) {
            position: absolute;
            left: 600px;

            .rtl & {
              left: -492px;
            }
          }

          a {
            @include text-font-bold;
            text-transform: none;
          }

          ul li {
            border: 0;

            a {
              @include text-font;
            }
          }


          .parent-3 li,
          .parent-2 li,
          .parent-1 li,
          .parent-0 li {
            &:first-child,
            &:nth-child(2),
            &:nth-child(3),
            &:nth-child(4) {
              position: relative;
              left: 0;
            }
          }

        }

        ul li {
          background: $brown-alpha-9;

          &:after {
            display: none;
          }
        }
      }

      &.level-0 > li > a {
        cursor: default;
      }

      &.level-1.parent-0 > li > a {
        font-size: 90%;
        cursor: default;
      }

      &.level-1 li a {
        text-transform: none;
      }
    }
  }
}

.inner-nav {
  margin: 0 -32px;
  padding: 0 $grid-gutter-width 0 25px;
  background: $primary-color;
  list-style: none;
  font-size: $font-size-em-mini;

  li {
    display: inline;
  }

  a {
    display: inline-block;
    padding: $grid-gutter-width/2 $grid-gutter-width-half*3;
    border-right: 1px solid $white;
    color: $white;
    text-transform: uppercase;


    .rtl & {
      border-right: 0;
      border-left: 1px solid $white;
      font-size: $font-size-base-small !important;
      font-weight: normal;
    }

    &:hover {
      color: $white;
    }
  }

  .active {
    @include text-font-semibold;

    a {
      background: $white;
      color: $primary-color;
    }
  }
}*/
/*@media screen and (max-width: 68em) {

  .nav-collapse {
    display: none;
    visibility: hidden;

    &.opened {
      display: block;
      visibility: visible;
    }

    &.multiple-level-nav {
      &.opened.dropdown-active {
        max-height: 9999px !important;
      }

      .sub-menu {
        position: absolute;
        display: none;
        max-height: 0;
        zoom: 1;
        overflow: hidden;
        clip: rect(0 0 0 0);

        &.toggled {
          position: relative;
          display: block;
          max-height: 9999px;
        }
      }
    }

    li {
      position: relative;
    }

    div {
      float: left;
      width: 100%;
    }

    .dropdown-toggle {
      position: absolute;
      right: 0;
      width: 50px;
      height: 46px;
      margin: 0;
      padding: 0;
      border: 1px solid $blue;
      border-top: 0;
      border-bottom: 0;
      background: none;
      content: '';
      color: $white;
      text-transform: lowercase;
      cursor: pointer;

      &:active,
      &:focus,
      &:hover {
        background-color: $white-alpha-5;
      }

      &:after {
        content: '+';
        font-size: $font-size-base-medium;
      }

      &.toggled:after {
        content: '-';
      }
    }
  }

  .sub-nav {
    position: absolute;
    margin-top: 163px;
    background: none;

    li {
      &.section-title,
      &.switcher {
        margin-right: 0;
      }
    }
  }

  .level-2 {
    display: none !important;
  }

  .desktop-only,
  .donate-lang,
  .search {
    display: none;
  }

  .menu-items {
    .parent-1,
    .parent-2,
    .parent-3,
    .parent-4,
    .parent-5 {
      display: none;
    }

    .parent-0 li {
      background: $brown-alpha-9;

      a {
        padding: 9px 0 8px 25px;

        font-size: $font-size-base-tiny;
      }

      &:first-child,
      &:nth-child(2),
      &:nth-child(3),
      &:nth-child(4) {
        position: relative;
        left: 0;
      }
    }

    li:first-child {
      border-left: 0;
    }

  }
}*/
/*@media screen and (min-width: 68em) {

  .nav-collapse {
    !*
    position: relative;
    top: 92px;
    right: 57px;
    float: right;
    width: auto;
    padding-right: 0;
    *!

    .js & {
      !*
      position: relative;
      max-height: none;
      overflow: visible;
      *!

      &.closed {
        max-height: none;
      }

      .dropdown ul {
        max-height: none;
        overflow: visible;
      }
    }

    .dropdown {
      position: relative;

      li {
        width: 100%;
      }

      ul a {
        border: 0;
        text-align: left;
      }
    }

    li {
      position: relative;
      display: inline-block;
      width: auto;
      height: 45px;
      border: 0;
      line-height: 45px;

      &.focus > .level-2,
      &:hover > .level-2 {
        top: 46px;
        margin-left: 0;
      }

      &.focus > .sub-two,
      &:hover > .sub-two {
        margin-left: 199px;
      }

      &.focus > .sub-three,
      &:hover > .sub-three {
        margin-left: 399px;
      }

      &.focus > .sub-four,
      &:hover > .sub-four {
        margin-left: 599px;
      }
    }

    a {
      display: inline-block;
      float: left;
      margin: 0;
      padding: 0 $grid-gutter-width/2;
      border-right: 1px solid $white-alpha-1;
      border-bottom: 0;
      text-align: center;
    }

    ul {
      li {
        &.focus > ul,
        &:hover > ul {
          top: 45px;
          left: 0;
          margin-left: 0;
        }

        li {
          display: block;
          height: auto;
          line-height: 1.0909090909;
        }
      }

      ul {
        position: absolute;
        top: 85px;
        left: -999em;
        z-index: 99999;
        margin: 0;
        text-align: center;
        text-transform: none;

        ul {
          top: 46px;
          left: 0;
        }

        a {
          width: 200px;
          padding: 15px 12px;
          white-space: normal;
        }
      }
    }
  }

  .nav-toggle {
    display: none;
  }

  .dropdown-toggle {
    display: none;
  }

  .dropdown ul a {
    background: $dark-gold-alpha-9;
  }

  .mobile-only {
    display: none !important;
  }
}

@media screen and (min-width: 63em) {
  .rtl {
    .nav-collapse ul li:first-child:hover > ul {
      left: -92px;

      ul {
        &.menu-items {
          &.parent-0 {
            left: 0;
          }
        }
      }
    }
  }
}

@media screen and (max-width: 62em) {
  .rtl {
    .nav-collapse {
      margin-left: 0;

      .dropdown-toggle, .mobile-search button {
        right: auto;
        left: 0;
      }
    }

    .sub-nav li {
      &.section-title {
        margin-left: 0;
      }
    }
  }
}

@media screen and (max-width: 48em) {
  .sub-nav {
    margin-top: 149px;
  }
}


//Custom Mega Menu
.nav-collapse {
  position: absolute;
  right: 2rem;
  bottom: 0;
  display: block;
  min-height: 45px;
  max-height: 0;
  zoom: 1;

  .menu-inner-container {
    ul {
      margin: 0;
      padding: 0;
      list-style: none;
    }

    > ul {
      display: flex;
      flex-direction: row;

      > li {
        padding-bottom: $grid-gutter-width/2;

        & > a {
          display: inline-block;
          padding: $grid-gutter-width/2 $grid-gutter-width/2 15px;
          font-size: $font-size-base-small;
          color: $primary-color;
          text-align: center;
          text-transform: uppercase;
          @include text-font-semibold;
          @include transition(color 300ms ease-in-out);

          &:before {
            position: absolute;
            top: 0;
            left: 50%;
            z-index: 9999;
            content: '';
            pointer-events: none;
            @include triangle(bottom, transparent, 0.5em);
            @include transition(all 300ms ease-in-out);
            @include transform(translateX(-50%));
          }

          &:hover {
            background: none;
            color: $secondary-color;

            &:before {
              @include triangle(bottom, $secondary-color, 0.5em);
            }
          }

          &.donate {
            position: relative;
            margin: 6px 0;
            padding: 0 12px 0 34px;
            background: $secondary-color;
            line-height: 28px;
            color: $white;
            @include text-font;

            .rtl & {
              padding: 0 34px 0 12px;

              &:before {
                right: 12px;
                left: auto;
              }
            }

            &:before {
              position: absolute;
              top: 50%;
              left: 12px;
              width: auto;
              height: auto;
              border: 0;
              @extend %iconDonate;
              @include transform(translateY(-50%));
            }

            &:hover {
              background: $bright-gold;

              &:before {
                @extend %iconDonate;
              }
            }
          }

          &.submenu-active {
            border-bottom: 5px solid $secondary-color;
          }
        }

        &.active > a {
          background: none;
          color: $secondary-color;

          &:before {
            @include triangle(bottom, $secondary-color, 0.5em);
          }
        }

        > ul {
          position: absolute;
          top: 50px;
          z-index: 10;
          display: none;
          background: $white-alpha-9;
          overflow: visible;

          &.hover {
            display: flex;
            max-height: 500px;
            padding: 20px;
            @include transition(all 300ms ease-in-out);
          }

          > li {
            padding-right: $grid-gutter-width;

            > a {
              display: inline-block;
              padding: $grid-gutter-width/2 $grid-gutter-width/2 15px;
              font-size: $font-size-base-small;
              color: $primary-color;
              text-transform: uppercase;
              @include text-font-semibold;
              @include transition(color 300ms ease-in-out);

              &:after {
                position: relative;
                top: 1px;
                padding-left: 5px;
                color: $secondary-color;
                @extend %iconArrowRight
              }
            }

            > ul {
              margin-left: $grid-gutter-width/2;
              padding-left: $grid-gutter-width/2;
              border-left: 2px solid $secondary-color;

              > li {

                > a {
                  color: $primary-color;
                  @include text-font-light;
                }
              }
            }
          }
        }

        &:hover {
          .parent-2, .parent-3, .parent-4 {
            display: block;
          }
        }
      }
    }
  }
}
*/
.header-bottom nav .menu-inner-container .menu-items.level-0 > li:hover > a.dynamic-menu + ul.menu-items .col > ul > li > a, .header-bottom nav .menu-inner-container .menu-items.level-0 > li:hover > a.dynamic-menu + ul.menu-items .col > ul span, .header-bottom nav .menu-inner-container .menu-items.level-0 .level-1 > li > a, .tb-megamenu.tb-megamenu-main .nav-collapse .tb-megamenu-nav .tb-megamenu-submenu .mega-group-title, .tb-megamenu.tb-megamenu-main .nav-collapse .tb-megamenu-nav .tb-megamenu-submenu .mega-title a, .tb-megamenu.tb-megamenu-main .nav-collapse > ul > li .level-1 > li > a {
  display: inline-block;
  font-size: 14px;
  color: #333;
  text-transform: uppercase;
  font-family: "Bricolage Grotesque", sans-serif;
  font-style: normal;
  font-weight: 600;
  transition: color 300ms ease-in-out; }
  .header-bottom nav .menu-inner-container .menu-items.level-0 > li:hover > a.dynamic-menu + ul.menu-items .col > ul > li > a:after, .header-bottom nav .menu-inner-container .menu-items.level-0 > li:hover > a.dynamic-menu + ul.menu-items .col > ul span:after, .header-bottom nav .menu-inner-container .menu-items.level-0 .level-1 > li > a:after, .tb-megamenu.tb-megamenu-main .nav-collapse .tb-megamenu-nav .tb-megamenu-submenu .mega-group-title:after, .tb-megamenu.tb-megamenu-main .nav-collapse .tb-megamenu-nav .tb-megamenu-submenu .mega-title a:after, .tb-megamenu.tb-megamenu-main .nav-collapse > ul > li .level-1 > li > a:after {
    position: relative;
    top: 1px;
    padding-left: 5px;
    color: #333; }
  .rtl .header-bottom nav .menu-inner-container .menu-items.level-0 > li:hover > a.dynamic-menu + ul.menu-items .col > ul > li > a:after, .header-bottom nav .menu-inner-container .menu-items.level-0 > li:hover > a.dynamic-menu + ul.menu-items .rtl .col > ul > li > a:after, .rtl .header-bottom nav .menu-inner-container .menu-items.level-0 > li:hover > a.dynamic-menu + ul.menu-items .col > ul span:after, .header-bottom nav .menu-inner-container .menu-items.level-0 > li:hover > a.dynamic-menu + ul.menu-items .col > ul .rtl span:after, .rtl .header-bottom nav .menu-inner-container .menu-items.level-0 .level-1 > li > a:after, .header-bottom nav .menu-inner-container .menu-items.level-0 .rtl .level-1 > li > a:after, .rtl .tb-megamenu.tb-megamenu-main .nav-collapse .tb-megamenu-nav .tb-megamenu-submenu .mega-group-title:after, .tb-megamenu.tb-megamenu-main .nav-collapse .tb-megamenu-nav .tb-megamenu-submenu .rtl .mega-group-title:after, .rtl .tb-megamenu.tb-megamenu-main .nav-collapse .tb-megamenu-nav .tb-megamenu-submenu .mega-title a:after, .tb-megamenu.tb-megamenu-main .nav-collapse .tb-megamenu-nav .tb-megamenu-submenu .mega-title .rtl a:after, .rtl .tb-megamenu.tb-megamenu-main .nav-collapse > ul > li .level-1 > li > a:after, .tb-megamenu.tb-megamenu-main .nav-collapse > ul > li .rtl .level-1 > li > a:after {
    display: none; }
  .rtl .header-bottom nav .menu-inner-container .menu-items.level-0 > li:hover > a.dynamic-menu + ul.menu-items .col > ul > li > a:before, .header-bottom nav .menu-inner-container .menu-items.level-0 > li:hover > a.dynamic-menu + ul.menu-items .rtl .col > ul > li > a:before, .rtl .header-bottom nav .menu-inner-container .menu-items.level-0 > li:hover > a.dynamic-menu + ul.menu-items .col > ul span:before, .header-bottom nav .menu-inner-container .menu-items.level-0 > li:hover > a.dynamic-menu + ul.menu-items .col > ul .rtl span:before, .rtl .header-bottom nav .menu-inner-container .menu-items.level-0 .level-1 > li > a:before, .header-bottom nav .menu-inner-container .menu-items.level-0 .rtl .level-1 > li > a:before, .rtl .tb-megamenu.tb-megamenu-main .nav-collapse .tb-megamenu-nav .tb-megamenu-submenu .mega-group-title:before, .tb-megamenu.tb-megamenu-main .nav-collapse .tb-megamenu-nav .tb-megamenu-submenu .rtl .mega-group-title:before, .rtl .tb-megamenu.tb-megamenu-main .nav-collapse .tb-megamenu-nav .tb-megamenu-submenu .mega-title a:before, .tb-megamenu.tb-megamenu-main .nav-collapse .tb-megamenu-nav .tb-megamenu-submenu .mega-title .rtl a:before, .rtl .tb-megamenu.tb-megamenu-main .nav-collapse > ul > li .level-1 > li > a:before, .tb-megamenu.tb-megamenu-main .nav-collapse > ul > li .rtl .level-1 > li > a:before {
    position: relative;
    top: 1px;
    padding-right: 5px;
    color: #333; }
  .header-bottom nav .menu-inner-container .menu-items.level-0 > li:hover > a.dynamic-menu + ul.menu-items .col > ul > li > a:hover, .header-bottom nav .menu-inner-container .menu-items.level-0 > li:hover > a.dynamic-menu + ul.menu-items .col > ul span:hover, .header-bottom nav .menu-inner-container .menu-items.level-0 .level-1 > li > a:hover, .tb-megamenu.tb-megamenu-main .nav-collapse .tb-megamenu-nav .tb-megamenu-submenu .mega-group-title:hover, .tb-megamenu.tb-megamenu-main .nav-collapse .tb-megamenu-nav .tb-megamenu-submenu .mega-title a:hover, .tb-megamenu.tb-megamenu-main .nav-collapse > ul > li .level-1 > li > a:hover {
    color: #7a91dd; }

.header-bottom nav {
  position: absolute;
  right: 2rem;
  bottom: 0;
  background: transparent; }
  .header-bottom nav ul {
    list-style: none; }
    .header-bottom nav ul.level-0 {
      margin: 0; }
    .header-bottom nav ul ul {
      display: none; }
    .header-bottom nav ul span.invisible, .header-bottom nav ul a.invisible {
      display: none !important; }
    .header-bottom nav ul span.invisible-padded, .header-bottom nav ul a.invisible-padded {
      visibility: hidden; }
  .header-bottom nav .menu-inner-container .menu-items.level-0 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row; }
    .header-bottom nav .menu-inner-container .menu-items.level-0 > li {
      position: relative; }
      .header-bottom nav .menu-inner-container .menu-items.level-0 > li > a,
      .header-bottom nav .menu-inner-container .menu-items.level-0 > li > span {
        position: relative;
        display: inline-block;
        padding: 10px 10px 15px;
        border: 0;
        font-size: 14px;
        color: #333;
        text-align: center;
        text-transform: uppercase;
        cursor: pointer;
        font-family: "Bricolage Grotesque", sans-serif;
        font-style: normal;
        font-weight: 600; }
        .header-bottom nav .menu-inner-container .menu-items.level-0 > li > a:before,
        .header-bottom nav .menu-inner-container .menu-items.level-0 > li > span:before {
          position: absolute;
          top: 0;
          left: 50%;
          z-index: 9999;
          content: '';
          pointer-events: none;
          width: 0;
          height: 0;
          content: '';
          border-top: 0.5em solid transparent;
          border-right: 0.5em solid transparent;
          border-left: 0.5em solid transparent;
          transition: all 300ms ease-in-out;
          -ms-transform: translateX(-50%);
          transform: translateX(-50%); }
      .header-bottom nav .menu-inner-container .menu-items.level-0 > li:hover > a:after, .header-bottom nav .menu-inner-container .menu-items.level-0 > li.active > a:after {
        position: absolute;
        right: 10px;
        bottom: -5px;
        left: 10px;
        display: inline-block;
        height: 5px;
        background-color: #344275;
        content: ''; }
      .header-bottom nav .menu-inner-container .menu-items.level-0 > li:hover > a {
        background: none;
        color: #333; }
        .header-bottom nav .menu-inner-container .menu-items.level-0 > li:hover > a:before {
          width: 0;
          height: 0;
          content: '';
          border-top: 0.5em solid #344275;
          border-right: 0.5em solid transparent;
          border-left: 0.5em solid transparent; }
        .header-bottom nav .menu-inner-container .menu-items.level-0 > li:hover > a + ul.level-1 {
          position: absolute;
          left: 10px;
          display: block;
          width: 100%;
          margin-top: 5px;
          padding: 20px;
          border: 0;
          border-bottom: 5px solid #344275;
          border-radius: 0;
          background-color: #fff;
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
          .rtl .header-bottom nav .menu-inner-container .menu-items.level-0 > li:hover > a + ul.level-1 {
            right: 10px;
            left: auto; }
          .header-bottom nav .menu-inner-container .menu-items.level-0 > li:hover > a + ul.level-1 li {
            margin-bottom: 10px; }
            .header-bottom nav .menu-inner-container .menu-items.level-0 > li:hover > a + ul.level-1 li a {
              margin: 0;
              padding: 0; }
            .header-bottom nav .menu-inner-container .menu-items.level-0 > li:hover > a + ul.level-1 li:last-child {
              margin-bottom: 0; }
          .header-bottom nav .menu-inner-container .menu-items.level-0 > li:hover > a + ul.level-1 li span.expanded + ul,
          .header-bottom nav .menu-inner-container .menu-items.level-0 > li:hover > a + ul.level-1 li a.expanded + ul {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: column;
                flex-direction: column;
            padding-left: 15px;
            border-left: 2px solid #344275; }
            .rtl .header-bottom nav .menu-inner-container .menu-items.level-0 > li:hover > a + ul.level-1 li span.expanded + ul, .rtl
            .header-bottom nav .menu-inner-container .menu-items.level-0 > li:hover > a + ul.level-1 li a.expanded + ul {
              margin-right: 10px;
              padding-right: 15px;
              padding-left: 0;
              border-right: 2px solid #344275;
              border-left: 0; }
            .header-bottom nav .menu-inner-container .menu-items.level-0 > li:hover > a + ul.level-1 li span.expanded + ul li,
            .header-bottom nav .menu-inner-container .menu-items.level-0 > li:hover > a + ul.level-1 li a.expanded + ul li {
              margin-bottom: 10px; }
              .header-bottom nav .menu-inner-container .menu-items.level-0 > li:hover > a + ul.level-1 li span.expanded + ul li:last-child,
              .header-bottom nav .menu-inner-container .menu-items.level-0 > li:hover > a + ul.level-1 li a.expanded + ul li:last-child {
                margin-bottom: 0; }
              .header-bottom nav .menu-inner-container .menu-items.level-0 > li:hover > a + ul.level-1 li span.expanded + ul li span,
              .header-bottom nav .menu-inner-container .menu-items.level-0 > li:hover > a + ul.level-1 li span.expanded + ul li a,
              .header-bottom nav .menu-inner-container .menu-items.level-0 > li:hover > a + ul.level-1 li a.expanded + ul li span,
              .header-bottom nav .menu-inner-container .menu-items.level-0 > li:hover > a + ul.level-1 li a.expanded + ul li a {
                margin: 0;
                padding: 0;
                font-size: 16px;
                color: #333;
                text-transform: unset;
                font-family: "Bricolage Grotesque", sans-serif;
                font-style: normal;
                font-weight: 300;
                transition: color 300ms ease-in-out; }
                .header-bottom nav .menu-inner-container .menu-items.level-0 > li:hover > a + ul.level-1 li span.expanded + ul li span:hover,
                .header-bottom nav .menu-inner-container .menu-items.level-0 > li:hover > a + ul.level-1 li span.expanded + ul li a:hover,
                .header-bottom nav .menu-inner-container .menu-items.level-0 > li:hover > a + ul.level-1 li a.expanded + ul li span:hover,
                .header-bottom nav .menu-inner-container .menu-items.level-0 > li:hover > a + ul.level-1 li a.expanded + ul li a:hover {
                  color: #7a91dd; }
          .header-bottom nav .menu-inner-container .menu-items.level-0 > li:hover > a + ul.level-1.flex-menu {
            display: -ms-flexbox;
            display: flex;
            column-gap: 10px;
            background: #fff; }
        .header-bottom nav .menu-inner-container .menu-items.level-0 > li:hover > a[data-col^='col-'] + ul.menu-items li > a {
          margin-bottom: 10px; }
        .header-bottom nav .menu-inner-container .menu-items.level-0 > li:hover > a.dynamic-menu + ul.menu-items {
          display: -ms-flexbox;
          display: flex; }
          .header-bottom nav .menu-inner-container .menu-items.level-0 > li:hover > a.dynamic-menu + ul.menu-items .col > ul {
            display: block;
            padding: 0; }
            .header-bottom nav .menu-inner-container .menu-items.level-0 > li:hover > a.dynamic-menu + ul.menu-items .col > ul span,
            .header-bottom nav .menu-inner-container .menu-items.level-0 > li:hover > a.dynamic-menu + ul.menu-items .col > ul a {
              text-align: left; }
              .rtl .header-bottom nav .menu-inner-container .menu-items.level-0 > li:hover > a.dynamic-menu + ul.menu-items .col > ul span, .rtl
              .header-bottom nav .menu-inner-container .menu-items.level-0 > li:hover > a.dynamic-menu + ul.menu-items .col > ul a {
                text-align: right; }
              .header-bottom nav .menu-inner-container .menu-items.level-0 > li:hover > a.dynamic-menu + ul.menu-items .col > ul span.expanded,
              .header-bottom nav .menu-inner-container .menu-items.level-0 > li:hover > a.dynamic-menu + ul.menu-items .col > ul a.expanded {
                display: block;
                margin-bottom: 10px; }
  .rtl .header-bottom nav {
    right: auto;
    left: 2rem; }
  @media screen and (max-width: 68em) {
    .header-bottom nav {
      display: none; } }

.sidebar-left nav {
  height: 100%;
  background-color: #7a91dd; }
  .sidebar-left nav .invisible-padded {
    display: none !important; }
  .sidebar-left nav .menu-container {
    position: relative;
    top: 8px; }
  .sidebar-left nav .menu-inner-container > .menu-items {
    margin-top: 0;
    padding: 0;
    list-style: none; }
    .sidebar-left nav .menu-inner-container > .menu-items > li {
      padding: 10px 20px; }
      .sidebar-left nav .menu-inner-container > .menu-items > li > a {
        display: inline-block;
        padding-left: 5px;
        border-left: 3px solid #344275;
        color: #fff;
        font-family: "Bricolage Grotesque", sans-serif;
        font-style: normal;
        font-weight: 500; }
        html[lang=ar] .sidebar-left nav .menu-inner-container > .menu-items > li > a {
          padding-right: 5px;
          padding-left: 0;
          border-right: 3px solid #344275;
          border-left: 0; }
      .sidebar-left nav .menu-inner-container > .menu-items > li > ul {
        display: none; }
      .sidebar-left nav .menu-inner-container > .menu-items > li.active {
        background-color: #fff; }
        .sidebar-left nav .menu-inner-container > .menu-items > li.active > a {
          display: inline-block;
          padding-left: 15px;
          border: 0;
          color: #333;
          font-family: "Bricolage Grotesque", sans-serif;
          font-style: normal;
          font-weight: 600; }
          .sidebar-left nav .menu-inner-container > .menu-items > li.active > a:before {
            position: absolute;
            top: 2px;
            left: -4px;
            color: #344275; }
          html[lang=ar] .sidebar-left nav .menu-inner-container > .menu-items > li.active > a {
            padding-right: 15px;
            padding-left: 0;
            border: 0; }
            html[lang=ar] .sidebar-left nav .menu-inner-container > .menu-items > li.active > a:before {
              top: 3px;
              right: -4px;
              left: auto;
              -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
        .sidebar-left nav .menu-inner-container > .menu-items > li.active > ul {
          display: block;
          margin-top: 10px;
          padding-left: 20px;
          list-style: none; }
          .sidebar-left nav .menu-inner-container > .menu-items > li.active > ul > li {
            margin-bottom: 10px; }
            .sidebar-left nav .menu-inner-container > .menu-items > li.active > ul > li.active a {
              color: #344275; }
            .sidebar-left nav .menu-inner-container > .menu-items > li.active > ul > li > a {
              color: #333;
              font-family: "Bricolage Grotesque", sans-serif;
              font-style: normal;
              font-weight: 300;
              transition: color 300ms ease-in-out; }
              .sidebar-left nav .menu-inner-container > .menu-items > li.active > ul > li > a:hover {
                color: #7a91dd; }
              .sidebar-left nav .menu-inner-container > .menu-items > li.active > ul > li > a.is-active {
                color: #7a91dd; }
          html[lang=ar] .sidebar-left nav .menu-inner-container > .menu-items > li.active > ul {
            padding-right: 20px;
            padding-left: 0; }

.block-region-secondary nav {
  margin: 0 -0.5rem; }
  .block-region-secondary nav ul {
    margin: 0;
    padding: 8px 0;
    list-style: none; }
    .block-region-secondary nav ul li {
      padding: 10px 20px; }
      .block-region-secondary nav ul li a {
        display: inline-block;
        padding-left: 5px;
        color: #344275;
        font-family: "Bricolage Grotesque", sans-serif;
        font-style: normal;
        font-weight: 500; }
        .block-region-secondary nav ul li a:hover {
          color: #344275; }
      .block-region-secondary nav ul li.active > a {
        border: 0;
        color: #344275; }
        .block-region-secondary nav ul li.active > a:hover {
          color: #344275; }

/*//Inner Sub Navigation
.inner-nav {
  position: relative;
  display: flex;
  margin: -$grid-gutter-width -32px $grid-gutter-width -36px;
  padding: 0 $grid-gutter-width 0 25px;
  border-top: 8px solid $primary-color;
  background: $primary-color;
  list-style: none;
  font-size: $font-size-em-mini;

  &:after {
    position: absolute;
    right: 0;
    bottom: -12px;
    z-index: 1;
    display: block;
    border: 6px solid darken($primary-color, 10%);
    border-top-color: transparent;
    border-right-color: transparent;
    content: '';
    @include transform(rotate(90deg));
  }

  li {
    position: relative;
    @include transition(all 300ms ease-in-out);

    &:after {
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      display: inline-block;
      height: 5px;
      background-color: $primary-color;
      content: '';
      @include transition(all 300ms ease-in-out);
    }

    &:hover {
      &:after {
        background-color: $secondary-color;
      }
    }

    &.active {
      background-color: $white;

      &:after {
        background-color: $white;
      }

      > a {
        background-color: $white;
        color: $secondary-color;
        @include text-font-semibold;

        &:after {
          background-color: $white;
        }
      }
    }
  }

  a {
    position: relative;
    display: inline-block;
    padding: $grid-gutter-width/2 $grid-gutter-width-half*3;
    color: $white;
    text-transform: uppercase;
    @include transition(all 300ms ease-in-out);

    .rtl & {
      border-right: 0;
      border-left: 1px solid $white;
      font-size: $font-size-base-small !important;
      font-weight: normal;
    }

    &:hover {
      color: $white;
    }

  }

  > li {
    > ul {
      display: none;
    }
  }
}
*/
.menu-horizontal-tabs {
  margin-bottom: -2px; }
  .menu-horizontal-tabs ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    row-gap: 10px; }
    .menu-horizontal-tabs ul li {
      display: -ms-flexbox;
      display: flex; }
      .menu-horizontal-tabs ul li:first-child a {
        border-left: 0; }
      .menu-horizontal-tabs ul li a {
        -ms-flex-item-align: center;
            -ms-grid-row-align: center;
            align-self: center;
        padding: 10px 18px;
        border-left: 1px solid #7a91dd;
        background-color: #344275;
        transition: all 300ms ease-in-out;
        font-size: 14px;
        color: #fff;
        text-transform: uppercase;
        font-family: "Bricolage Grotesque", sans-serif;
        font-style: normal;
        font-weight: 500; }
        .menu-horizontal-tabs ul li a:before {
          position: absolute;
          top: -4px;
          left: 0;
          display: block;
          width: 100%;
          height: 2px;
          background-color: transparent;
          transition: background-color 300ms ease-in-out;
          content: ''; }
        .menu-horizontal-tabs ul li a.is-active, .menu-horizontal-tabs ul li a:hover {
          position: relative;
          background-color: #7a91dd;
          color: #fff; }
        .menu-horizontal-tabs ul li a.is-active:before {
          background-color: #344275; }
      .menu-horizontal-tabs ul li ul {
        display: none; }

@media screen and (max-width: 68em) {
  .sidebar-left nav .menu-header,
  .sidebar-left nav .menu-footer,
  .sidebar-left nav button {
    display: none; } }

@media screen and (max-width: 1024px) {
  .inner-nav,
  .block-region-secondary nav,
  .sidebar-left {
    display: none; }
  .sidebar nav {
    display: block; } }

.carousel li {
  position: relative; }

.carousel img {
  width: 100%;
  height: auto;
  margin-bottom: -4px; }

.carousel .title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40%;
  margin-left: 60px;
  padding: 15px 20px 20px;
  background: rgba(122, 145, 221, 0.95);
  line-height: 2.2em; }
  .rtl .carousel .title {
    right: 0;
    margin-right: 30px; }
  .carousel .title a {
    display: block;
    font-size: 1.8em;
    color: #fff; }
    .carousel .title a:hover {
      color: #344275; }
    .carousel .title a small {
      font-size: 0.75em;
      line-height: 1em; }

.unslider-arrow {
  display: none; }

.unslider {
  position: relative; }

.unslider-nav ol {
  position: absolute;
  right: 0;
  bottom: 240px;
  list-style: none; }
  .rtl .unslider-nav ol {
    right: auto;
    left: 0; }
  .unslider-nav ol li {
    display: block;
    width: 10px;
    height: 10px;
    margin: 5px 10px;
    border: 3px solid rgba(0, 0, 0, 0.7);
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.8);
    overflow: hidden;
    text-indent: -999em;
    cursor: pointer; }
    .unslider-nav ol li.unslider-active {
      background: #344275;
      cursor: default; }

.unslider-wrap.unslider-carousel li {
  max-height: 500px; }
  .rtl .unslider-wrap.unslider-carousel li {
    float: right; }

@media screen and (max-width: 77em) {
  .carousel .title {
    width: 50%; } }

@media screen and (max-width: 62em) {
  .carousel img {
    width: 1000px;
    overflow: hidden; }
  .carousel .title {
    line-height: 1.6em; }
    .carousel .title a {
      font-size: 1.5em; } }

.panel-white {
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  -ms-flex-align: stretch;
  align-items: stretch; }

.panel-primary {
  position: relative;
  background: #fff; }
  .panel-primary .img-responsive {
    width: 100%;
    height: auto;
    padding-bottom: 15px; }
  .panel-primary h1 {
    padding-left: 10px; }
  .panel-primary a {
    display: block;
    padding: 10px;
    font-family: "Bricolage Grotesque", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.3em;
    line-height: 1.25em;
    color: #7a91dd; }
    .panel-primary a:hover {
      color: #344275; }
  .panel-primary .sub-link {
    display: block;
    padding-top: 0;
    font-size: 0.9em;
    color: #888; }
  .panel-primary .chevron {
    vertical-align: -1px; }

.panel-secondary {
  min-height: 450px;
  background: #7a91dd; }
  .panel-secondary h2 {
    padding-left: 10px;
    color: #fff; }
  .panel-secondary ul {
    margin: 10px 0 0 10px;
    padding: 0;
    list-style: none; }
    .panel-secondary ul .sub-link {
      display: block;
      padding-top: 5px;
      padding-bottom: 0;
      font-size: 0.9em;
      color: #fff; }
    .panel-secondary ul a {
      display: block;
      padding-bottom: 10px;
      font-family: "Bricolage Grotesque", sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 1.4em;
      line-height: 1.2em;
      color: #344275; }
      .panel-secondary ul a:hover {
        color: #344275; }
    .panel-secondary ul li {
      position: relative;
      margin-bottom: 20px; }
      .panel-secondary ul li:after {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 10%;
        height: 1px;
        background: #fff;
        content: ''; }
        .rtl .panel-secondary ul li:after {
          right: 0;
          left: auto; }
      .panel-secondary ul li.last:after {
        background: none; }

.panel-blue {
  background: #7a91dd;
  color: #fff; }
  .panel-blue .img-responsive {
    width: 100%;
    height: auto;
    padding: 15px 0; }
  .panel-blue h5 {
    padding: 20px 0 0 10px;
    font-size: 2.2em; }
  .panel-blue span {
    display: block;
    padding-left: 10px; }
  .panel-blue .video p {
    position: relative;
    padding-top: 5px;
    padding-bottom: 56.25%; }
    .panel-blue .video p iframe {
      position: absolute;
      width: 100% !important;
      height: 100% !important; }
  .panel-blue .video a {
    display: block;
    padding: 20px 0 30px;
    font-size: 1.4em;
    color: #344275; }
    .panel-blue .video a:hover {
      color: #344275; }
  .panel-blue .video figure {
    width: 95%;
    margin: 0 0 0 10px; }
  .panel-blue .video img {
    vertical-align: -1px; }
  .panel-blue ul {
    margin: 10px;
    padding: 0;
    list-style: none; }
    .panel-blue ul .sub-link {
      display: block;
      padding-top: 5px;
      font-size: 0.9em;
      color: #fff; }
    .panel-blue ul a {
      display: block;
      padding-bottom: 10px;
      font-family: "Bricolage Grotesque", sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 1.4em;
      line-height: 1.2em;
      color: #344275; }
      .panel-blue ul a:hover {
        color: #344275; }
      .panel-blue ul a.sub-link {
        padding-bottom: 25px;
        color: #d9a43e !important; }
        .panel-blue ul a.sub-link:hover {
          color: #7a91dd !important; }
    .panel-blue ul li {
      position: relative;
      margin-bottom: 20px; }
      .panel-blue ul li:after {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 10%;
        height: 1px;
        background: #fff;
        content: ''; }
      .panel-blue ul li:last-child:after {
        background: none; }
  .panel-blue .corporate {
    background: #7a91dd; }
    .panel-blue .corporate ul a {
      padding-bottom: 25px; }
    .panel-blue .corporate .first h4 {
      margin-bottom: 0;
      font-size: 1.3em; }
    .panel-blue .corporate .first a {
      padding-bottom: 0; }
    .rtl .panel-blue .corporate h5 {
      padding: 20px 10px 0 0; }
  .panel-blue .classifieds {
    position: relative;
    min-height: 480px;
    background: #344275; }
    .rtl .panel-blue .classifieds {
      text-align: left; }
    .panel-blue .classifieds ul li a {
      color: #fff; }
      .panel-blue .classifieds ul li a:hover {
        color: #7a91dd; }
    .panel-blue .classifieds .classified-actions li {
      display: inline-block;
      font-size: 0.75em; }
      .panel-blue .classifieds .classified-actions li:after {
        display: none; }
      .panel-blue .classifieds .classified-actions li:first-child {
        margin-right: 10px; }
      .panel-blue .classifieds .classified-actions li a {
        padding: 10px 15px;
        border: 2px solid #fff; }
      .panel-blue .classifieds .classified-actions li:last-child a {
        background: #fff;
        color: #344275; }
        .panel-blue .classifieds .classified-actions li:last-child a:hover {
          color: #7a91dd; }

.panel-links-bottom,
.panel-links {
  position: absolute;
  margin: 0;
  padding: 0;
  list-style: none; }
  .panel-links-bottom li,
  .panel-links li {
    display: inline-block;
    padding-right: 10px; }
    .panel-links-bottom li:last-child,
    .panel-links li:last-child {
      padding-right: 0; }
    .panel-links-bottom li a,
    .panel-links li a {
      font-size: 1.1em;
      color: #344275; }
      .panel-links-bottom li a:hover,
      .panel-links li a:hover {
        color: #344275; }

.panel-links {
  top: 25px;
  right: 10px; }
  .rtl .panel-links {
    right: auto;
    left: 10px; }

.panel-links-bottom {
  right: 10px;
  bottom: 25px; }

.container-fluid.panel {
  padding-right: 8px;
  background: #fff; }
  .rtl .container-fluid.panel {
    padding-right: 2em;
    padding-left: 8px; }

.container-fluid.panel-dark {
  padding-right: 8px;
  background: #7a91dd; }
  .rtl .container-fluid.panel-dark {
    padding-right: 2em;
    padding-left: 8px; }
    .rtl .container-fluid.panel-dark ul li:after {
      right: 0;
      left: auto; }
    .rtl .container-fluid.panel-dark .classifieds ul li:after {
      right: auto;
      left: 0; }

@media screen and (max-width: 77em) {
  .container-fluid.panel {
    padding-right: 16px; }
  .panel-primary h1 {
    padding-left: 0; }
  .panel-links {
    position: relative;
    top: 0;
    right: 0;
    margin: 10px 0; }
  .grid {
    padding: 0; }
  .panel-secondary {
    right: 0;
    min-height: 450px; }
    .panel-secondary h2 {
      margin: 20px 0;
      font-size: 1.8em; }
    .panel-secondary ul li {
      margin-bottom: 10px; }
      .panel-secondary ul li a {
        padding-bottom: 10px;
        font-size: 1em; }
  .panel-blue ul li {
    margin-bottom: 20px; }
    .panel-blue ul li a {
      padding-bottom: 5px;
      font-size: 1em; }
  .panel-blue h5 {
    margin: 20px 0;
    font-size: 1.6em; }
  .panel-blue .classifieds {
    right: 0; }
  .sub-link {
    padding-bottom: 15px; } }

.lead {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  height: 530px;
  margin-top: 45px;
  background: url("../images/leadimage.png") top no-repeat;
  background-size: cover; }
  .lead .box {
    margin-left: 8px;
    padding: 15px 30px 20px;
    background: rgba(122, 145, 221, 0.95); }
    @media screen and (max-width: 68em) {
      .lead .box {
        margin-left: 0; } }
    .lead .box ul {
      margin: 0;
      padding: 0;
      list-style: none;
      font-size: 0.9em; }
      .lead .box ul li {
        display: inline-block;
        margin-right: 10px;
        padding-right: 10px;
        border-right: 1px solid rgba(255, 255, 255, 0.1); }
        .rtl .lead .box ul li {
          margin-right: 0;
          margin-left: 10px;
          padding-right: 0;
          padding-left: 10px;
          border-right: 0;
          border-left: 1px solid rgba(255, 255, 255, 0.1); }
        .lead .box ul li:last-child {
          margin-right: 0;
          padding-right: 0;
          border-right: 0; }
          .rtl .lead .box ul li:last-child {
            margin-left: 0;
            padding-left: 0;
            border-left: 0; }
        .lead .box ul li a {
          color: #fff; }
          .lead .box ul li a:hover {
            color: #344275; }
    .lead .box span {
      display: block;
      padding-top: 5px;
      font-size: 2em;
      line-height: 1em;
      color: #fff; }
  .lead h1 {
    display: block;
    margin: 0;
    padding: 5px 0 0;
    font-size: 2em;
    line-height: 1em;
    color: #fff;
    font-family: "Bricolage Grotesque", sans-serif;
    font-style: normal;
    font-weight: 400; }
  .lead .decal {
    position: relative; }
    .lead .decal:after {
      position: absolute;
      right: 0;
      bottom: -15px;
      display: block;
      width: 306px;
      height: 136px;
      background: url("../images/decal.svg") no-repeat top;
      content: '';
      pointer-events: none; }
      .rtl .lead .decal:after {
        right: auto;
        left: 0; }
  .lead .wrap {
    width: 1400px !important; }

@media screen and (max-width: 62em) {
  .lead .decal:after {
    display: none; } }

.filterbar {
  position: relative;
  /*span {
    display: block;
    margin: $grid-gutter-width-half*3 0 15px $grid-gutter-width/2;
    @include text-font;
    font-size: $font-size-em-big;
    line-height: $line-height-mini;
    color: $grey-variant-2;
  }*/ }
  .rtl .filterbar {
    right: -1.5rem;
    left: 0; }
  .filterbar input[type=text] {
    width: 100%;
    margin-bottom: 0;
    padding: 10px 0 10px 10px;
    border: 1px solid #344275;
    font-size: 1em; }
    html[lang='ar'] .filterbar input[type=text] {
      padding: 10px 10px 10px 0; }
    .filterbar input[type=text]:focus {
      outline: none;
      border-color: #7a91dd; }
  .filterbar .filters {
    display: block;
    margin: 10px;
    padding: 0;
    list-style: none; }
    .filterbar .filters a {
      display: block;
      padding: 5px; }
    .filterbar .filters .active {
      background: #344275;
      color: #fff; }
      .filterbar .filters .active:hover {
        background: #344275 url("../images/close.svg") no-repeat right 10px top 10px; }
  .filterbar .input {
    -ms-flex: 1 0;
    flex: 1 0;
    margin: 10px 20px 10px 10px;
    font-size: 0.9em; }
  .filterbar .select {
    -ms-flex: 1 0;
    flex: 1 0;
    position: relative;
    height: 34px;
    margin: 10px 16px 10px 18px;
    padding: 0;
    border: 1px solid #deccac;
    background: #fff;
    overflow: hidden; }
    .filterbar .select:after {
      position: absolute;
      top: 0;
      right: 0;
      display: block;
      width: 33px;
      height: 33px;
      border: 0;
      border-left: 1px solid #e1cfad;
      background: #e1cfad url("../images/chevron_down.svg") no-repeat 11px 13px;
      content: '';
      pointer-events: none; }
    .filterbar .select select {
      position: relative;
      width: 100%;
      height: 34px;
      padding: 5px 10px;
      border: 0;
      border-radius: 0;
      background: transparent;
      font-family: "Bricolage Grotesque", sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 0.9em;
      line-height: 1em;
      color: #444;
      -moz-appearance: none;
      -webkit-appearance: none;
      appearance: none;
      text-transform: uppercase; }
  .filterbar hr {
    position: relative;
    left: -40%;
    width: 10%;
    height: 1px;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    background-color: #ccc; }
  .filterbar button {
    display: block;
    margin: 20px 0 0 10px;
    padding: 10px 20px;
    border: 0;
    background: #7a91dd;
    font-size: 0.9em;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer; }
    .filterbar button:hover {
      background: #344275; }

fieldset {
  margin-left: 0;
  border: 1px solid #f0f0f0; }
  fieldset label {
    font-size: 0.9em; }
  fieldset legend {
    margin-left: -10px; }
  fieldset .form-item {
    float: left;
    margin-right: 1em; }

form {
  display: inline-block;
  width: 100%;
  font-size: 0.9em; }
  form .form-item {
    display: table-row;
    margin-bottom: 10px;
    padding-bottom: 10px; }
    form .form-item label {
      display: block; }
  form input {
    display: table-cell;
    margin: 5px 0 10px;
    padding: 6px;
    border: 1px solid #ece1cc;
    font-size: 0.9em; }
    form input:focus {
      outline: none;
      border-color: #344275; }
    form input[type=text] {
      width: 100%; }
  form select {
    display: table-cell;
    margin: 5px 0 10px;
    padding: 7px 25px 6px 10px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid #ece1cc;
    border-radius: 0;
    background: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+") no-repeat 95% 50%;
    font-size: 0.9em; }
  form textarea {
    display: table-cell;
    width: 100%;
    margin: 5px 0 10px;
    padding: 6px;
    border: 1px solid #ece1cc;
    font-size: 0.9em; }
    form textarea:focus {
      outline: none;
      border-color: #344275; }
  form button {
    padding: 6px 10px;
    border: 1px solid #344275;
    background: #344275;
    font-family: "Bricolage Grotesque", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1em;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer; }
    form button:hover {
      border-color: #344275;
      background: #c5963a; }
  form .button {
    background: rgba(127, 115, 50, 0.75);
    color: #fff;
    text-transform: uppercase; }
    form .button:hover {
      border-color: #344275;
      background: #344275; }
  form h4 {
    text-align: left; }

form .description {
  font-family: "Bricolage Grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-style: italic;
  font-size: 0.8em; }

.content form input[type='email'] {
  width: 100%; }

.contact-form {
  padding-bottom: 30px; }

@media screen and (max-width: 36em) {
  .contact-form .js-form-type-textfield {
    display: block; }
  .contact-form .js-form-type-select {
    display: block; }
    .contact-form .js-form-type-select select {
      width: 100%; } }

.pagination {
  display: inline-block;
  float: right;
  margin: 0;
  padding: 0; }
  .pagination li {
    display: inline; }
    .pagination li a {
      float: left;
      padding: 6px 14px;
      border: 1px solid #f0f0f0;
      transition: background-color 300ms;
      color: #333;
      text-decoration: none; }
      .pagination li a.active {
        border: 1px solid #344275;
        background-color: #344275;
        color: #fff; }
      .pagination li a:hover:not(.active) {
        background-color: #f0f0f0; }

.donate {
  text-align: center; }
  .donate img {
    opacity: 0.8;
    cursor: pointer; }
    .donate img.active, .donate img:hover {
      opacity: 1; }
  .donate ul {
    list-style: none; }
    .donate ul li {
      padding-bottom: 10px; }
      .donate ul li:last-child {
        padding-bottom: 0; }
  .donate select {
    position: relative;
    height: 34px;
    padding: 5px 10px;
    border: 1px solid #e1cfad;
    border-radius: 0;
    background: transparent;
    font-family: "Bricolage Grotesque", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 0.9em;
    line-height: 1em;
    color: #444;
    -webkit-appearance: none;
    text-transform: uppercase; }
    .donate select:after {
      position: absolute;
      top: 0;
      right: 0;
      display: block;
      width: 33px;
      height: 33px;
      border: 0;
      border-left: 1px solid #e1cfad;
      background: #e1cfad url("../images/chevron_down.svg") no-repeat 11px 13px;
      content: '';
      pointer-events: none; }
  .donate fieldset {
    border: 0;
    text-align: center; }
  .donate input[type=radio] {
    position: absolute;
    visibility: hidden; }
  .donate .subtitle {
    display: block;
    margin: 30px auto;
    font-size: 2em;
    line-height: 1em;
    color: #344275; }
  .donate .btn {
    display: inline-block;
    margin: 20px;
    padding: 0.8em 1em;
    border: 0;
    background: #344275;
    font-family: "Bricolage Grotesque", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 1em;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    transition: color, background 200ms; }
    .donate .btn:hover {
      background: #c5963a; }
  .donate .input-container {
    display: block;
    margin: 0 auto; }
  .donate .inputs {
    font-size: 0.9em; }
    .donate .inputs .form-item {
      display: table-row;
      margin-bottom: 10px;
      padding-bottom: 10px; }
      .donate .inputs .form-item label {
        display: table-cell;
        width: 80px;
        padding-right: 10px;
        text-align: right; }
      .donate .inputs .form-item input {
        display: table-cell;
        width: 90%;
        padding: 6px;
        border: 1px solid #ece1cc;
        font-size: 0.9em; }
        .donate .inputs .form-item input:focus {
          outline: none;
          border-color: #344275; }

.webform-submission-donate-form {
  text-align: center; }
  .webform-submission-donate-form .form-item {
    display: block; }
  .webform-submission-donate-form #edit-intro h2 {
    font-size: 2rem;
    color: #344275; }
  .webform-submission-donate-form #edit-intro p {
    max-width: 55em;
    font-size: 1.5rem;
    line-height: 1.25em; }
  .webform-submission-donate-form fieldset {
    border: 0; }
  .webform-submission-donate-form .form-item-donation-reason {
    display: none; }
  .webform-submission-donate-form #edit-donation-type--wrapper {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    margin-bottom: 20px; }
    .webform-submission-donate-form #edit-donation-type--wrapper input {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      opacity: 0; }
    .webform-submission-donate-form #edit-donation-type--wrapper .form-item-donation-type {
      position: relative;
      margin: 0;
      padding: 10px 30px 40px;
      border: 2px solid #f3ede2;
      border-radius: 0 15px 15px 0; }
      .webform-submission-donate-form #edit-donation-type--wrapper .form-item-donation-type.checked {
        background: #344275; }
        .webform-submission-donate-form #edit-donation-type--wrapper .form-item-donation-type.checked:before,
        .webform-submission-donate-form #edit-donation-type--wrapper .form-item-donation-type.checked label {
          color: #fff; }
      .webform-submission-donate-form #edit-donation-type--wrapper .form-item-donation-type:first-child {
        border-right: 0;
        border-radius: 15px 0 0 15px; }
        .webform-submission-donate-form #edit-donation-type--wrapper .form-item-donation-type:first-child:before {
          position: relative;
          top: 5px; }
      .webform-submission-donate-form #edit-donation-type--wrapper .form-item-donation-type:before {
        font-size: 64px;
        color: #344275; }
      .webform-submission-donate-form #edit-donation-type--wrapper .form-item-donation-type label {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        padding-top: 70%;
        font-size: 0.8em;
        color: #333;
        text-transform: uppercase; }
  .webform-submission-donate-form #edit-cost-examples {
    position: relative;
    display: inline-block;
    margin: 0 auto; }
    .webform-submission-donate-form #edit-cost-examples input {
      position: absolute;
      top: 90%;
      right: 0;
      bottom: 0;
      left: 50%;
      opacity: 0; }
    .webform-submission-donate-form #edit-cost-examples .form-item-cost-examples {
      position: relative;
      margin: 0;
      padding: 40px 60px;
      border: 2px solid #f3ede2;
      border-right: 0; }
      .webform-submission-donate-form #edit-cost-examples .form-item-cost-examples.checked {
        background: #344275; }
        .webform-submission-donate-form #edit-cost-examples .form-item-cost-examples.checked:before,
        .webform-submission-donate-form #edit-cost-examples .form-item-cost-examples.checked label {
          color: #fff; }
      .webform-submission-donate-form #edit-cost-examples .form-item-cost-examples:first-child {
        border-radius: 15px 0 0 15px; }
      .webform-submission-donate-form #edit-cost-examples .form-item-cost-examples:last-child {
        border-right: 2px solid #f3ede2;
        border-radius: 0 15px 15px 0; }
      .webform-submission-donate-form #edit-cost-examples .form-item-cost-examples label {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        padding-top: 25%;
        font-family: "Bricolage Grotesque", sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 2rem;
        color: #344275; }
  .webform-submission-donate-form .form-item-free-amount {
    position: relative;
    max-width: 35em;
    margin: 0 auto; }
    .webform-submission-donate-form .form-item-free-amount input {
      width: 96%;
      padding: 2%;
      border: 2px solid #f3ede2;
      font-size: 2rem; }
    .webform-submission-donate-form .form-item-free-amount.error input {
      background-color: #fbc6c6 !important; }
    .webform-submission-donate-form .form-item-free-amount .error-tooltip {
      position: absolute;
      right: -4px;
      bottom: 0;
      display: inline-block;
      margin: 0;
      font-weight: bold;
      color: #f00; }
  .webform-submission-donate-form .your-data-container {
    display: inline-block;
    max-width: 40em;
    margin: 0 auto;
    padding: 20px;
    border: 2px solid #f3ede2;
    border-radius: 15px; }
    .webform-submission-donate-form .your-data-container label {
      font-family: "Bricolage Grotesque", sans-serif;
      font-style: normal;
      font-weight: 700;
      font-size: 0.8em;
      text-align: left;
      text-transform: uppercase; }
    .webform-submission-donate-form .your-data-container input[type='email'], .webform-submission-donate-form .your-data-container input[type='text'] {
      width: calc(100% - 20px);
      padding: 10px;
      border: 2px solid #f3ede2;
      font-size: 1.5rem; }
    .webform-submission-donate-form .your-data-container #edit-address--wrapper {
      margin: 0;
      padding: 0; }
    .webform-submission-donate-form .your-data-container .form-item-address-city, .webform-submission-donate-form .your-data-container .form-item-address-address {
      margin: 0; }
    .webform-submission-donate-form .your-data-container .form-item-address-postal-code {
      width: 35%; }
    .webform-submission-donate-form .your-data-container .form-item-address-country {
      width: calc(65% - 1em);
      margin: 0; }
      .webform-submission-donate-form .your-data-container .form-item-address-country select {
        width: 100%;
        padding: 10px;
        border: 2px solid #f3ede2;
        line-height: 1.85rem; }
  .webform-submission-donate-form input [type='submit'] {
    margin: 60px 0 20px;
    font-size: 2rem; }
  .webform-submission-donate-form h3 {
    font-size: 2rem;
    color: #344275;
    text-align: center; }
  .webform-submission-donate-form #edit-footer--2 {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #ccc;
    text-align: center; }
  .webform-submission-donate-form .donate-iban {
    display: inline-block;
    padding: 40px;
    border: 2px solid #f3ede2;
    border-radius: 15px;
    text-align: center; }
    .webform-submission-donate-form .donate-iban h3 {
      margin-top: 0;
      font-size: 1rem; }
    .webform-submission-donate-form .donate-iban strong {
      font-size: 1.5rem; }
  .webform-submission-donate-form .donate-notes {
    display: block;
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #ccc;
    font-size: 0.7rem;
    text-align: left; }
    .webform-submission-donate-form .donate-notes h2 {
      margin: 10px 0;
      font-size: 1rem; }

.message.error {
  display: inline-block;
  margin: 40px 0;
  padding: 40px;
  border: 3px solid #f00;
  background: #fbc6c6;
  font-size: 1.5rem;
  line-height: 1.25em;
  text-align: center; }

.webform-confirmation {
  padding: 60px 0;
  text-align: center; }
  .webform-confirmation h1 {
    margin-bottom: 40px;
    color: #344275; }

#views-exposed-form-classifieds-main-block-classifieds-main {
  display: none; }

#edit-type-1 {
  width: 105%;
  height: 36px;
  border: 1px solid #deccac;
  background: url("../images/freccia.png") no-repeat;
  background-position: right; }
  #edit-type-1:focus {
    outline: none;
    border-color: #344275; }

#edit-submit-classifieds-left {
  display: block;
  margin: 20px 0 0 10px;
  padding: 10px 20px;
  border: 0;
  background: #7a91dd;
  font-size: 0.9em;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 500ms ease; }
  #edit-submit-classifieds-left:hover {
    background: #344275; }

footer .add-classifieds {
  display: inline-block;
  margin: 20px 0 0 10px; }
  footer .add-classifieds a {
    padding: 10px 20px;
    background: #7a91dd;
    font-size: 0.9em;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 500ms ease; }
    footer .add-classifieds a:hover {
      background: #344275;
      color: #fff; }

.views-field {
  margin: 0;
  padding: 0 0.6em; }

.views-exposed-form input {
  box-sizing: border-box; }
  .views-exposed-form input:-ms-input-placeholder {
    font-style: italic;
    font-weight: 300; }
  .views-exposed-form input::placeholder {
    font-style: italic;
    font-weight: 300; }

.views-exposed-form fieldset {
  margin: 0;
  padding: 0;
  border: 0; }
  .views-exposed-form fieldset legend {
    margin: 0 0 10px;
    padding: 0; }
    .views-exposed-form fieldset legend > span {
      display: inline-block;
      margin: 0;
      padding-bottom: 5px;
      border-bottom: 1px solid #7a91dd;
      font-size: 16px;
      color: #333;
      font-family: "Bricolage Grotesque", sans-serif;
      font-style: normal;
      font-weight: 600; }

.views-exposed-form .form-item {
  display: block;
  margin: 0;
  padding: 0; }

.views-exposed-form .js-form-type-select label {
  display: inline-block;
  margin: 0 0 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #7a91dd;
  font-size: 16px;
  color: #344275;
  font-family: "Bricolage Grotesque", sans-serif;
  font-style: normal;
  font-weight: 600; }

.views-exposed-form .js-form-type-select select {
  position: relative;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: calc(10% + 0.75rem);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: 1px solid #7a91dd;
  background-image: url("../images/form-select-bg.svg");
  background-color: #fff;
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 40px auto;
  cursor: pointer; }

.views-exposed-form .js-form-type-select #edit-country {
  padding: 0 0 0 10px;
  line-height: 2.2; }

.views-exposed-form .js-form-item-keywords label {
  display: none; }

.views-exposed-form .first-row {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  /*#views-exposed-form-search-publications-block-1 & {
        .form-item {
          &:nth-child(1) {
            flex: 1 1 50%;
          }

          &:nth-child(2) {
            flex: 1 1 15%;
          }

          &:nth-child(3) {
            flex: 1 1 35%;
          }
        }
      }*/ }
  .views-exposed-form .first-row .form-item {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    margin-right: 20px; }
    .views-exposed-form .first-row .form-item:last-child {
      margin-right: 0; }
    .views-exposed-form .first-row .form-item.form-item-scope {
      margin: 0 5px 0 0; }
      .views-exposed-form .first-row .form-item.form-item-scope:first-child {
        display: none; }
    .views-exposed-form .first-row .form-item#edit-scope--wrapper {
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
      margin-top: 6px; }
  .views-exposed-form .first-row fieldset {
    margin-bottom: 10px; }
    .views-exposed-form .first-row fieldset:last-child {
      margin-bottom: 0; }

.views-exposed-form .main-search,
.views-exposed-form .second-row,
.views-exposed-form .third-row {
  margin-bottom: 20px; }

.views-exposed-form .third-row {
  display: -ms-flexbox;
  display: flex; }
  .views-exposed-form .third-row .form-item-projects,
  .views-exposed-form .third-row .form-item-sub-projects {
    -ms-flex: 1 1 48%;
        flex: 1 1 48%; }
  .views-exposed-form .third-row .form-item-projects {
    margin-right: 10px; }

.views-exposed-form .second-row {
  display: -ms-flexbox;
  display: flex; }
  .views-exposed-form .second-row > div {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    margin-right: 20px; }
    .views-exposed-form .second-row > div:last-of-type {
      margin-right: 0; }

.views-exposed-form .advanced-filters {
  padding: 10px;
  background-color: #f7f7f7; }

.views-exposed-form .form-radios ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none; }

.views-exposed-form .form-radios li {
  margin: 0 5px 10px 0; }
  .views-exposed-form .form-radios li:first-child {
    display: none; }

.views-exposed-form .form-radios .js-form-type-radio {
  display: inline-block;
  border: 1px solid #344275;
  overflow: hidden;
  transition: all 300ms ease-in-out; }
  .views-exposed-form .form-radios .js-form-type-radio input {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    overflow: hidden;
    clip: rect(0 0 0 0); }
  .views-exposed-form .form-radios .js-form-type-radio input:checked + label {
    background-color: #344275;
    color: #fff; }
  .views-exposed-form .form-radios .js-form-type-radio label {
    padding: 6px 10px;
    background-color: #344275;
    font-size: 16px;
    font-weight: 300;
    line-height: 1;
    color: #fff;
    cursor: pointer;
    transition: all 300ms ease-in-out; }
    .views-exposed-form .form-radios .js-form-type-radio label:hover {
      background-color: #7a91dd; }
  .views-exposed-form .form-radios .js-form-type-radio:hover {
    background-color: #7a91dd; }
    .views-exposed-form .form-radios .js-form-type-radio:hover label {
      color: #fff; }
  .views-exposed-form .form-radios .js-form-type-radio:last-of-type {
    margin-right: 0; }

.views-exposed-form .form-submit-wrapper {
  position: relative;
  display: inline-block; }
  .views-exposed-form .form-submit-wrapper span {
    position: absolute;
    top: calc(50% - 1px);
    left: calc(50% + 2.1rem);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    html[lang='fr'] .views-exposed-form .form-submit-wrapper span {
      left: calc(50% + 2.9rem); }
    html[lang='ar'] .views-exposed-form .form-submit-wrapper span {
      left: calc(50% + 1.2rem); }
    .views-exposed-form .form-submit-wrapper span:after {
      display: inline-block;
      font-size: 10px;
      color: #fff; }
  .views-exposed-form .form-submit-wrapper input {
    width: 100%;
    margin: 0;
    padding-right: 30px;
    background-color: #7a91dd;
    color: #fff;
    transition: all 300ms ease-in-out; }
    .views-exposed-form .form-submit-wrapper input:hover {
      background-color: #344275; }

.views-exposed-form .reset-filters {
  display: inline-block; }
  .views-exposed-form .reset-filters input {
    margin: 0;
    padding: 10px 0;
    background-color: transparent;
    font-size: 14px;
    color: #344275 !important;
    text-transform: none; }
  .views-exposed-form .reset-filters span {
    margin-right: 5px; }
    .views-exposed-form .reset-filters span:before {
      display: inline-block;
      font-size: 12px;
      color: #344275;
      -ms-transform: rotate(0);
      transform: rotate(0);
      transition: transform 1500ms linear; }
  .views-exposed-form .reset-filters:hover span:before {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    transition: transform 1500ms linear; }

.views-exposed-form .exposed-form-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.views-exposed-form .js-form-item-partners-ref {
  display: none; }

.classifieds-view .classifieds-cta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center; }
  .classifieds-view .classifieds-cta .add-classifieds {
    display: inline-block; }
    .classifieds-view .classifieds-cta .add-classifieds a {
      padding: 8px 20px;
      background: #7a91dd;
      font-size: 0.9em;
      color: #fff;
      text-transform: uppercase;
      cursor: pointer;
      transition: background-color 500ms ease; }
      .classifieds-view .classifieds-cta .add-classifieds a:hover {
        background: #344275;
        color: #fff; }

.partners-table table {
  width: 100%;
  margin-top: 40px;
  border-collapse: collapse; }
  .partners-table table thead {
    border-bottom: 2px solid #7a91dd;
    text-align: left; }
    .partners-table table thead th {
      padding: 0.6em; }
  .partners-table table tbody tr td {
    border-bottom: 1px solid #f7f7f7; }
    .partners-table table tbody tr td:first-child {
      width: calc(70px + 0.6em);
      padding: 0.6em; }

@media screen and (max-width: 1024px) {
  .views-exposed-form .first-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .views-exposed-form .first-row .form-item {
      margin-right: 0;
      margin-bottom: 20px; } }

.site-search .type {
  display: inline-block;
  font-size: 14px;
  color: #7a91dd;
  font-family: "Bricolage Grotesque", sans-serif;
  font-style: normal;
  font-weight: 600; }

.site-search h3 {
  margin: 5px 0 10px; }
  .site-search h3 a {
    transition: color 300ms ease-in-out;
    color: #344275; }
    .site-search h3 a:hover {
      color: #7a91dd; }

.site-search .description {
  color: #7a91dd; }

.filterbar {
  margin-bottom: 30px; }

.view.listing article {
  margin-bottom: 30px; }

.view.masonry-container .masonry-item {
  width: calc(50% - (20px * 1.5)); }
  @media screen and (max-width: 40em) {
    .view.masonry-container .masonry-item {
      width: calc(100% - (20px * 1.5)); } }

.view.two-cols .view-content, .view.three-cols .view-content {
  display: -ms-grid;
  display: grid;
  margin-bottom: 30px; }
  .view.two-cols .view-content article, .view.three-cols .view-content article {
    margin-bottom: 0; }

.view.two-cols .view-content {
  column-gap: 30px;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  row-gap: 30px; }
  @media screen and (max-width: 80em) {
    .view.two-cols .view-content {
      -ms-grid-columns: 1fr;
          grid-template-columns: 1fr; } }

.view.three-cols .view-content {
  column-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  row-gap: 20px; }
  @media screen and (max-width: 80em) {
    .view.three-cols .view-content {
      -ms-grid-columns: 1fr 1fr;
          grid-template-columns: 1fr 1fr; }
      .view.three-cols .view-content article {
        justify-self: center; } }
  @media screen and (max-width: 57em) {
    .view.three-cols .view-content {
      -ms-grid-columns: 1fr;
          grid-template-columns: 1fr; } }

.ajax-progress-fullscreen {
  position: fixed;
  top: 48.5%;
  left: 49%;
  z-index: 1000;
  display: inline-block;
  width: 24px;
  height: 24px;
  padding: 4px;
  opacity: 0.9;
  border-radius: 7px;
  background-image: url("../../../../core/misc/loading-small.gif");
  background-color: #232323;
  background-position: center center;
  background-repeat: no-repeat; }

.view-catalogue-courses-past,
.view-news-updates,
.view-search-courses,
.view-courses-catalogue,
.view-upcoming-courses,
.view-ongoing-courses,
.view-scheduled-courses {
  margin-bottom: 40px; }
  .view-catalogue-courses-past h2,
  .view-news-updates h2,
  .view-search-courses h2,
  .view-courses-catalogue h2,
  .view-upcoming-courses h2,
  .view-ongoing-courses h2,
  .view-scheduled-courses h2 {
    font-family: "Bricolage Grotesque", sans-serif;
    font-style: normal;
    font-weight: 500;
    display: inline-block;
    margin: 0 0 0 5px;
    padding: 10px 20px 5px;
    background: #344275;
    color: #fff; }
  .view-catalogue-courses-past .title-wrapper,
  .view-news-updates .title-wrapper,
  .view-search-courses .title-wrapper,
  .view-courses-catalogue .title-wrapper,
  .view-upcoming-courses .title-wrapper,
  .view-ongoing-courses .title-wrapper,
  .view-scheduled-courses .title-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: end;
        align-items: flex-end;
    margin-bottom: 20px;
    border-bottom: 3px solid #344275; }
  .view-catalogue-courses-past .more,
  .view-news-updates .more,
  .view-search-courses .more,
  .view-courses-catalogue .more,
  .view-upcoming-courses .more,
  .view-ongoing-courses .more,
  .view-scheduled-courses .more {
    margin-right: 5px;
    margin-bottom: 4px; }
  .view-catalogue-courses-past .more-link a,
  .view-news-updates .more-link a,
  .view-search-courses .more-link a,
  .view-courses-catalogue .more-link a,
  .view-upcoming-courses .more-link a,
  .view-ongoing-courses .more-link a,
  .view-scheduled-courses .more-link a {
    font-family: "Bricolage Grotesque", sans-serif;
    font-style: normal;
    font-weight: 300;
    transition: all 300ms ease-in-out;
    padding: 6px 12px;
    background: #7a91dd;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase; }
    .view-catalogue-courses-past .more-link a:hover,
    .view-news-updates .more-link a:hover,
    .view-search-courses .more-link a:hover,
    .view-courses-catalogue .more-link a:hover,
    .view-upcoming-courses .more-link a:hover,
    .view-ongoing-courses .more-link a:hover,
    .view-scheduled-courses .more-link a:hover {
      background: #344275; }

.view-upcoming-courses article {
  margin-bottom: 20px; }

.view-catalogue-courses-past {
  margin-top: 40px; }
  .view-catalogue-courses-past .title-wrapper {
    margin-bottom: 0; }
  .view-catalogue-courses-past .slick {
    width: 100%;
    margin: 20px 0; }
    .view-catalogue-courses-past .slick .slick-slide {
      padding: 0 0 20px; }
  .view-catalogue-courses-past nav.slick__arrow {
    position: absolute;
    top: -45px;
    right: 0;
    bottom: auto;
    left: auto; }
    .view-catalogue-courses-past nav.slick__arrow .slick-arrow {
      border: 2px solid #7a91dd; }
      .view-catalogue-courses-past nav.slick__arrow .slick-arrow::before {
        opacity: 1;
        color: #7a91dd; }
      .view-catalogue-courses-past nav.slick__arrow .slick-arrow.slick-prev {
        right: 40px;
        left: auto; }
      .view-catalogue-courses-past nav.slick__arrow .slick-arrow.slick-next {
        right: 0; }

.view-scheduled-courses h3 {
  display: inline-block;
  margin: 0;
  padding: 6px 12px;
  border-radius: 15px;
  background: #344275;
  font-size: 14px;
  font-family: "Bricolage Grotesque", sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase; }

.view-scheduled-courses ul {
  margin: 0 0 0 30px;
  padding: 0 0 0 10px;
  border-left: 3px solid #344275;
  list-style: none; }

.view-scheduled-courses li {
  margin: 0;
  padding-bottom: 10px; }
  .view-scheduled-courses li:first-child {
    padding-top: 10px; }
  .view-scheduled-courses li a {
    transition: color 300ms ease-in-out;
    color: #7a91dd; }
    .view-scheduled-courses li a:hover {
      color: #344275; }
    .view-scheduled-courses li a:after {
      margin-left: 3px;
      font-size: 12px; }

.view-scheduled-courses .card-application-status {
  margin-right: 6px; }

.view-search-courses form {
  margin-bottom: 20px; }

.view-search-courses .card {
  margin-bottom: 20px; }

.view-catalogue-courses {
  position: relative;
  margin-bottom: 40px; }
  .view-catalogue-courses h2 {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 10px 20px;
    background: #7a91dd;
    font-family: "Bricolage Grotesque", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase; }
    .view-catalogue-courses h2:before {
      position: absolute;
      top: -6px;
      right: 0;
      left: 0;
      height: 3px;
      background: #344275;
      content: ''; }
  .view-catalogue-courses .title-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: end;
        align-items: flex-end;
    margin-bottom: 0;
    border-bottom: 2px solid #e0e0e0; }
  .view-catalogue-courses .slick {
    width: 100%;
    margin: 20px 0; }
    .view-catalogue-courses .slick .slick-slide {
      padding: 0 0 20px; }
  .view-catalogue-courses nav.slick__arrow {
    position: absolute;
    top: -40px;
    right: 0;
    bottom: auto;
    left: auto; }
    .view-catalogue-courses nav.slick__arrow .slick-arrow {
      border: 2px solid #7a91dd; }
      .view-catalogue-courses nav.slick__arrow .slick-arrow::before {
        opacity: 1;
        color: #7a91dd; }
      .view-catalogue-courses nav.slick__arrow .slick-arrow.slick-prev {
        right: 40px;
        left: auto; }
      .view-catalogue-courses nav.slick__arrow .slick-arrow.slick-next {
        right: 0; }

.view-news-updates .card {
  background: #f2f2f2; }
  .view-news-updates .card .card-right h3 {
    margin: 0;
    border-bottom: 0;
    font-family: "Bricolage Grotesque", sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #344275; }
  .view-news-updates .card .card-right .card-header {
    display: block;
    margin: 0;
    border: 0; }
    .view-news-updates .card .card-right .card-header .date {
      text-align: left; }

.view-courses-catalogue article {
  margin-bottom: 20px; }

.language-select.mobile-only {
  background: #f2f2f2; }
  .language-select.mobile-only li {
    overflow: hidden; }
    .language-select.mobile-only li:not(.is-active) {
      display: none; }
    .language-select.mobile-only li.is-active a {
      pointer-events: none; }
  .language-select.mobile-only ul {
    margin: 0;
    padding-right: 0;
    padding-left: 0;
    list-style: none; }
  .language-select.mobile-only a {
    display: inline-block;
    width: 100%;
    padding: 5px 1 10px;
    color: #333;
    text-transform: uppercase; }
    .language-select.mobile-only a:hover {
      background-color: #344275; }

header .language-select {
  position: absolute;
  top: 53px;
  right: 120px;
  height: 33px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: url("../images/chevron-down.svg") no-repeat 90px 14px;
  overflow: hidden; }
  header .language-select.mobile-only {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    height: auto;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    border: 0; }
    header .language-select.mobile-only ul {
      padding: 0 1rem; }
    header .language-select.mobile-only li {
      display: inline-block;
      overflow: visible; }
      header .language-select.mobile-only li:not(.is-active) {
        display: inline-block; }
      header .language-select.mobile-only li a {
        margin: 5px;
        text-align: center; }
        header .language-select.mobile-only li a.is-active {
          position: relative; }
          header .language-select.mobile-only li a.is-active:after {
            position: absolute;
            right: 5px;
            bottom: 0;
            left: 5px;
            display: inline-block;
            height: 1px;
            background-color: #fff;
            content: ''; }
    header .language-select.mobile-only.expanded li:not(.is-active) {
      display: block; }
  header .language-select.expanded {
    overflow: visible; }
  .rtl header .language-select {
    right: 0;
    left: 120px; }
  header .language-select select {
    height: 34px;
    padding: 5px 28px 5px 12px;
    border: 0;
    border-radius: 0;
    background: transparent;
    font-size: 0.8em;
    line-height: 1em;
    -webkit-appearance: none;
    color: #fff;
    text-transform: uppercase; }

@media screen and (max-width: 27em) {
  header .language-select {
    right: 90px; }
    header .language-select.mobile-only ul {
      padding: 0 1rem; }
      header .language-select.mobile-only ul li a {
        margin-left: 0; } }

@media screen and (max-width: 20em) {
  header .language-select.mobile-only ul {
    padding: 0 0.5rem; } }

.node--type-events .event-date {
  margin-top: 16px; }
  .node--type-events .event-date .label {
    display: inline-block;
    padding: 0;
    font-family: "Bricolage Grotesque", sans-serif;
    font-style: normal;
    font-weight: 600; }
  .node--type-events .event-date time {
    display: inline-block;
    padding: 0;
    font-size: 0.8em; }

.node--type-events.node--view-mode-listing h2 {
  margin-top: 0; }
  .node--type-events.node--view-mode-listing h2 a {
    transition: color 300ms ease-in-out;
    color: #344275; }
    .node--type-events.node--view-mode-listing h2 a:hover {
      color: #7a91dd; }

.date--date time {
  display: inline-block;
  font-size: 0.8em; }

.date--date span {
  display: inline-block;
  font-family: "Bricolage Grotesque", sans-serif;
  font-style: normal;
  font-weight: 600; }

.date-wrapper {
  margin-top: 16px; }

.date--deadline span,
.date--end span,
.date--start span,
.location span,
.text--location span {
  display: inline-block;
  padding: 0;
  font-family: "Bricolage Grotesque", sans-serif;
  font-style: normal;
  font-weight: 600; }

.date--deadline time,
.date--end time,
.date--start time,
.location time,
.text--location time {
  display: inline-block;
  padding: 0;
  font-size: 0.8em; }

.date--deadline .field--content,
.date--end .field--content,
.date--start .field--content,
.location .field--content,
.text--location .field--content {
  display: inline-block;
  padding-top: 10px;
  font-family: "Bricolage Grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.8em; }

.text--location {
  font-size: 0.8em; }
  .text--location span {
    font-size: 16px; }

.classified-add dt {
  margin-top: 0.5em;
  font-size: 1.3em; }

.text--organiser span,
.text--employer span {
  display: block;
  margin-top: 16px;
  font-family: "Bricolage Grotesque", sans-serif;
  font-style: normal;
  font-weight: 600; }

.text--location--classified-training,
.text--country,
.text--location {
  margin-bottom: 16px; }

.text--location--classified-training {
  margin-top: 16px; }

.text--name h4 {
  margin-top: 0; }

.text--location--event {
  padding-top: 10px;
  font-size: 0.8em; }
  .text--location--event span {
    display: inline-block;
    font-family: "Bricolage Grotesque", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1.2em; }

.node--type-project.node--view-mode-listing {
  display: -ms-flexbox;
  display: flex;
  width: 100%; }
  .node--type-project.node--view-mode-listing figure {
    width: 30%; }
    .node--type-project.node--view-mode-listing figure img {
      width: 100%;
      height: auto; }
  .node--type-project.node--view-mode-listing .wrapper {
    width: 70%;
    margin-left: 20px; }
  .node--type-project.node--view-mode-listing h3 {
    margin-top: 20px; }
    .node--type-project.node--view-mode-listing h3 a {
      display: block;
      font-size: 1.8rem;
      line-height: 1em;
      color: #344275;
      font-family: "Bricolage Grotesque", sans-serif;
      font-style: normal;
      font-weight: 400;
      transition: color 300ms ease-in-out; }
      .node--type-project.node--view-mode-listing h3 a:hover {
        color: #7a91dd; }
  .node--type-project.node--view-mode-listing .summary {
    font-size: 1rem; }

.node--type-publication.node--view-mode-listing {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background-color: transparent; }
  .node--type-publication.node--view-mode-listing figure {
    margin: 0 20px 0 0; }
  .node--type-publication.node--view-mode-listing .wrapper {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    padding-top: 0; }
    .node--type-publication.node--view-mode-listing .wrapper .top-wrapper {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-align: end;
          align-items: flex-end;
      margin-bottom: 15.38462px;
      border-bottom: 2px solid #344275; }
      .node--type-publication.node--view-mode-listing .wrapper .top-wrapper .category {
        margin-bottom: -1px;
        padding: 4px;
        background-color: #344275;
        font-size: 14px;
        color: #fff;
        text-transform: uppercase; }
      .node--type-publication.node--view-mode-listing .wrapper .top-wrapper .year .field-label-above {
        display: inline;
        margin: 0;
        font-size: 16px;
        font-family: "Bricolage Grotesque", sans-serif;
        font-style: normal;
        font-weight: 300; }
      .node--type-publication.node--view-mode-listing .wrapper .top-wrapper .year time {
        display: inline;
        padding: 0;
        font-size: 16px;
        font-family: "Bricolage Grotesque", sans-serif;
        font-style: normal;
        font-weight: 600; }
    .node--type-publication.node--view-mode-listing .wrapper h2 {
      margin-top: 0;
      margin-bottom: 10px;
      padding-bottom: 10px;
      border-bottom: 1px solid #7a91dd;
      font-size: 28px; }
      .node--type-publication.node--view-mode-listing .wrapper h2 a {
        color: #344275;
        transition: color 300ms ease-in-out; }
        .node--type-publication.node--view-mode-listing .wrapper h2 a:hover {
          color: #7a91dd; }
    .node--type-publication.node--view-mode-listing .wrapper .text-container {
      margin-bottom: 20px;
      font-size: 18px; }
    .node--type-publication.node--view-mode-listing .wrapper .publication-files .field-label-above {
      margin: 0 0 20px;
      font-size: 16px;
      color: #333;
      text-transform: uppercase;
      font-family: "Bricolage Grotesque", sans-serif;
      font-style: normal;
      font-weight: 600; }
  @media screen and (max-width: 48em) {
    .node--type-publication.node--view-mode-listing {
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; }
      .node--type-publication.node--view-mode-listing figure {
        margin: 20px 0 0; } }
  @media screen and (max-width: 36em) {
    .node--type-publication.node--view-mode-listing .wrapper .top-wrapper {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .node--type-publication.node--view-mode-listing .wrapper .top-wrapper .year {
        margin-top: 10px; } }

.node--type-publication.node--view-mode-main, .node--type-publication.node--view-mode-default {
  background-color: transparent; }
  .node--type-publication.node--view-mode-main h2, .node--type-publication.node--view-mode-default h2 {
    margin-top: 0;
    margin-bottom: 10px;
    padding-bottom: 20px;
    border-bottom: 2px solid #f2f2f2;
    font-size: 28px;
    color: #344275; }
  .node--type-publication.node--view-mode-main .wrapper, .node--type-publication.node--view-mode-default .wrapper {
    display: -ms-flexbox;
    display: flex;
    padding: 0; }
    .node--type-publication.node--view-mode-main .wrapper .left-wrapper, .node--type-publication.node--view-mode-default .wrapper .left-wrapper {
      padding-right: 10px; }
      .node--type-publication.node--view-mode-main .wrapper .left-wrapper .field-label-above, .node--type-publication.node--view-mode-default .wrapper .left-wrapper .field-label-above {
        margin-top: 0;
        margin-bottom: 10px;
        font-size: 14px;
        color: #7a91dd;
        text-transform: uppercase;
        font-family: "Bricolage Grotesque", sans-serif;
        font-style: normal;
        font-weight: 300; }
      .node--type-publication.node--view-mode-main .wrapper .left-wrapper figure, .node--type-publication.node--view-mode-default .wrapper .left-wrapper figure {
        margin: 0 0 20px; }
        .node--type-publication.node--view-mode-main .wrapper .left-wrapper figure img, .node--type-publication.node--view-mode-default .wrapper .left-wrapper figure img {
          max-width: unset; }
      .node--type-publication.node--view-mode-main .wrapper .left-wrapper .share-widget, .node--type-publication.node--view-mode-default .wrapper .left-wrapper .share-widget {
        margin-bottom: 10px; }
        .node--type-publication.node--view-mode-main .wrapper .left-wrapper .share-widget a:hover:before, .node--type-publication.node--view-mode-default .wrapper .left-wrapper .share-widget a:hover:before {
          color: #7a91dd; }
        .node--type-publication.node--view-mode-main .wrapper .left-wrapper .share-widget a:before, .node--type-publication.node--view-mode-default .wrapper .left-wrapper .share-widget a:before {
          padding-right: 20px;
          font-size: 24px;
          color: #344275;
          transition: color 300ms ease-in-out; }
        .node--type-publication.node--view-mode-main .wrapper .left-wrapper .share-widget a:last-child:before, .node--type-publication.node--view-mode-default .wrapper .left-wrapper .share-widget a:last-child:before {
          padding-right: 0; }
      .node--type-publication.node--view-mode-main .wrapper .left-wrapper .license .license-type, .node--type-publication.node--view-mode-default .wrapper .left-wrapper .license .license-type {
        display: none; }
      .node--type-publication.node--view-mode-main .wrapper .left-wrapper .license:after, .node--type-publication.node--view-mode-default .wrapper .left-wrapper .license:after {
        display: block;
        width: 100px;
        height: 42px;
        background-repeat: no-repeat;
        background-size: contain;
        content: ''; }
      .node--type-publication.node--view-mode-main .wrapper .left-wrapper .license.cc-CC25:after, .node--type-publication.node--view-mode-default .wrapper .left-wrapper .license.cc-CC25:after {
        background-image: url("../images/cc-by.png"); }
      .node--type-publication.node--view-mode-main .wrapper .left-wrapper .license.cc-CC30:after, .node--type-publication.node--view-mode-default .wrapper .left-wrapper .license.cc-CC30:after {
        background-image: url("../images/cc-by-nc-nd.png"); }
      .node--type-publication.node--view-mode-main .wrapper .left-wrapper .license.cc-CC40:after, .node--type-publication.node--view-mode-default .wrapper .left-wrapper .license.cc-CC40:after {
        background-image: url("../images/cc-by-nc-sa.png"); }
    .node--type-publication.node--view-mode-main .wrapper .right-wrapper .text-container p:first-child, .node--type-publication.node--view-mode-default .wrapper .right-wrapper .text-container p:first-child {
      margin-top: 0; }
    .node--type-publication.node--view-mode-main .wrapper .right-wrapper .text-container p:last-child, .node--type-publication.node--view-mode-default .wrapper .right-wrapper .text-container p:last-child {
      margin-bottom: 0; }
    .node--type-publication.node--view-mode-main .wrapper .right-wrapper .text-container.abstract, .node--type-publication.node--view-mode-default .wrapper .right-wrapper .text-container.abstract {
      margin-bottom: 15.38462px;
      padding-bottom: 15.38462px;
      border-bottom: 2px solid #f2f2f2; }
    .node--type-publication.node--view-mode-main .wrapper .right-wrapper .field-label-above, .node--type-publication.node--view-mode-default .wrapper .right-wrapper .field-label-above {
      margin-top: 0;
      margin-bottom: 10px;
      font-size: 18px;
      color: #7a91dd;
      text-transform: uppercase;
      font-family: "Bricolage Grotesque", sans-serif;
      font-style: normal;
      font-weight: 600; }
    .node--type-publication.node--view-mode-main .wrapper .right-wrapper .metadata-field, .node--type-publication.node--view-mode-default .wrapper .right-wrapper .metadata-field {
      margin-bottom: 10px; }
      .node--type-publication.node--view-mode-main .wrapper .right-wrapper .metadata-field:last-child, .node--type-publication.node--view-mode-default .wrapper .right-wrapper .metadata-field:last-child {
        margin-bottom: 0; }
      .node--type-publication.node--view-mode-main .wrapper .right-wrapper .metadata-field.authors ul, .node--type-publication.node--view-mode-main .wrapper .right-wrapper .metadata-field.editors ul, .node--type-publication.node--view-mode-default .wrapper .right-wrapper .metadata-field.authors ul, .node--type-publication.node--view-mode-default .wrapper .right-wrapper .metadata-field.editors ul {
        margin: 0;
        padding: 0;
        list-style: none; }
        .node--type-publication.node--view-mode-main .wrapper .right-wrapper .metadata-field.authors ul li, .node--type-publication.node--view-mode-main .wrapper .right-wrapper .metadata-field.editors ul li, .node--type-publication.node--view-mode-default .wrapper .right-wrapper .metadata-field.authors ul li, .node--type-publication.node--view-mode-default .wrapper .right-wrapper .metadata-field.editors ul li {
          display: inline-block; }
          .node--type-publication.node--view-mode-main .wrapper .right-wrapper .metadata-field.authors ul li:after, .node--type-publication.node--view-mode-main .wrapper .right-wrapper .metadata-field.editors ul li:after, .node--type-publication.node--view-mode-default .wrapper .right-wrapper .metadata-field.authors ul li:after, .node--type-publication.node--view-mode-default .wrapper .right-wrapper .metadata-field.editors ul li:after {
            content: ', '; }
          .node--type-publication.node--view-mode-main .wrapper .right-wrapper .metadata-field.authors ul li:last-child:after, .node--type-publication.node--view-mode-main .wrapper .right-wrapper .metadata-field.editors ul li:last-child:after, .node--type-publication.node--view-mode-default .wrapper .right-wrapper .metadata-field.authors ul li:last-child:after, .node--type-publication.node--view-mode-default .wrapper .right-wrapper .metadata-field.editors ul li:last-child:after {
            display: none; }

.card-application-status {
  display: inline-block;
  padding: 1px 4px;
  border: 2px solid #78bd40;
  border-radius: 5px;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  color: #78bd40;
  text-transform: uppercase; }

.node--type-courses .card-catalogue {
  display: inline-block;
  padding: 5px 10px;
  background: #344275;
  font-family: "Bricolage Grotesque", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 11px;
  color: #fff;
  text-transform: uppercase; }
  .node--type-courses .card-catalogue:before {
    margin-right: 3px; }

.node--type-courses .card-location:before {
  margin-right: 3px; }

.node--type-courses .overlay-time {
  font-size: 14px;
  color: #fff; }
  .node--type-courses .overlay-time em {
    font-family: "Bricolage Grotesque", sans-serif;
    font-style: normal;
    font-weight: 600; }
  .node--type-courses .overlay-time a:before,
  .node--type-courses .overlay-time time:before {
    position: relative;
    top: 1px;
    margin-right: 3px; }
  .node--type-courses .overlay-time a {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 5px;
    background: #7a91dd;
    color: #fff; }
    .node--type-courses .overlay-time a:hover {
      background: #344275; }

.node--type-courses.node--view-mode-condensed-list.card {
  box-shadow: none; }
  .node--type-courses.node--view-mode-condensed-list.card .calendar-date {
    position: relative;
    top: auto;
    left: auto;
    margin-right: 20px; }
  .node--type-courses.node--view-mode-condensed-list.card h3 {
    margin: 10px 0;
    font-family: "Bricolage Grotesque", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2; }
    .node--type-courses.node--view-mode-condensed-list.card h3 a {
      transition: color 300ms ease-in-out;
      color: #7a91dd; }
      .node--type-courses.node--view-mode-condensed-list.card h3 a:hover {
        color: #344275; }
      .node--type-courses.node--view-mode-condensed-list.card h3 a:after {
        margin-left: 3px;
        font-size: 14px; }
  .node--type-courses.node--view-mode-condensed-list.card .card-catalogue,
  .node--type-courses.node--view-mode-condensed-list.card .card-application-status {
    margin-bottom: 10px; }
  .node--type-courses.node--view-mode-condensed-list.card .card-catalogue {
    padding: 3px 6px; }

.node--type-courses.node--view-mode-teaser.card {
  width: 100%; }
  .node--type-courses.node--view-mode-teaser.card figure {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    aspect-ratio: 2 / 1; }
  .node--type-courses.node--view-mode-teaser.card .overlay-time {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 3px 6px;
    background: #7a91dd; }
  .node--type-courses.node--view-mode-teaser.card .card-title {
    margin-bottom: 0;
    font-family: "Bricolage Grotesque", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    color: #344275; }
  .node--type-courses.node--view-mode-teaser.card img {
    display: none; }
  .node--type-courses.node--view-mode-teaser.card .card-catalogue {
    position: relative;
    top: -3px;
    margin-bottom: 10px; }
  .node--type-courses.node--view-mode-teaser.card .metadata > .wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 0; }

.node--type-resource-of-the-month {
  /*&.node--view-mode-listing {
    display: flex;
    width: 100%;

    figure {
      width: 30%;

      img {
        width: 100%;
        height: auto;
      }
    }

    .wrapper {
      width: 70%;
      margin-left: $grid-gutter-width;
    }

    h3 {
      margin-top: $grid-gutter-width/2;

      a {
        display: block;
        font-size: 1.8rem;
        line-height: 1em;
        color: $secondary-color;
        @include text-font;
        @include transition(color 300ms ease-in-out);

        &:hover {
          color: $primary-color;
        }
      }
    }

    time {
      margin-top: $grid-gutter-width;
      padding: 0;
      font-size: 1rem;
      @include text-font-medium;
    }

    .summary {
      font-size: 1rem;
    }
  }*/ }
  .node--type-resource-of-the-month.node--view-mode-teaser img {
    display: block;
    width: 100%;
    height: auto; }
  .node--type-resource-of-the-month.node--view-mode-teaser a {
    display: block; }
    .node--type-resource-of-the-month.node--view-mode-teaser a:hover h3 {
      color: #7a91dd; }
  .node--type-resource-of-the-month.node--view-mode-teaser .wrapper {
    padding: 10px;
    background: #fff; }
    .node--type-resource-of-the-month.node--view-mode-teaser .wrapper .subtitle {
      position: relative;
      display: inline-block;
      margin-bottom: 10px;
      padding-bottom: 10px;
      font-family: "Bricolage Grotesque", sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 14px;
      color: #344275; }
      .node--type-resource-of-the-month.node--view-mode-teaser .wrapper .subtitle:after {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 60%;
        height: 3px;
        background: #344275;
        content: ''; }
    .node--type-resource-of-the-month.node--view-mode-teaser .wrapper h3 {
      margin: 0;
      font-family: "Bricolage Grotesque", sans-serif;
      font-style: normal;
      font-weight: 600;
      font-size: 16px;
      line-height: 1.2;
      color: #333;
      transition: all 300ms ease-in-out; }

.node--type-featured-project h3.field-label-above {
  font-family: "Bricolage Grotesque", sans-serif;
  font-style: normal;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 10px;
  color: #7a91dd; }

.node--type-featured-project.node--view-mode-teaser {
  display: -ms-flexbox;
  display: flex;
  width: 100%; }
  .node--type-featured-project.node--view-mode-teaser figure {
    width: 30%; }
    .node--type-featured-project.node--view-mode-teaser figure img {
      width: 100%;
      height: auto; }
  .node--type-featured-project.node--view-mode-teaser .wrapper {
    width: 70%;
    margin-left: 20px; }
  .node--type-featured-project.node--view-mode-teaser h3 {
    margin-top: 20px; }
    .node--type-featured-project.node--view-mode-teaser h3 a {
      display: block;
      font-size: 1.8rem;
      line-height: 1em;
      color: #344275;
      font-family: "Bricolage Grotesque", sans-serif;
      font-style: normal;
      font-weight: 400;
      transition: color 300ms ease-in-out; }
      .node--type-featured-project.node--view-mode-teaser h3 a:hover {
        color: #7a91dd; }
  .node--type-featured-project.node--view-mode-teaser .summary {
    font-size: 1rem; }

@media screen and (max-width: 38em) {
  .node--type-featured-project.node--view-mode-teaser,
  .node--type-resource-of-the-month.node--view-mode-listing,
  .node--type-project.node--view-mode-listing {
    -ms-flex-direction: column;
        flex-direction: column; }
    .node--type-featured-project.node--view-mode-teaser figure,
    .node--type-resource-of-the-month.node--view-mode-listing figure,
    .node--type-project.node--view-mode-listing figure {
      width: 100%;
      margin: 0; }
    .node--type-featured-project.node--view-mode-teaser .wrapper,
    .node--type-resource-of-the-month.node--view-mode-listing .wrapper,
    .node--type-project.node--view-mode-listing .wrapper {
      width: 100%;
      margin-left: 0; }
  .node--type-publication.node--view-mode-default .wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .node--type-publication.node--view-mode-default .wrapper .right-wrapper {
      margin-top: 20px; } }

#block-socialshare-2,
#block-socialshare {
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-item-align: end;
      align-self: flex-end; }
  #block-socialshare-2 > ul,
  #block-socialshare > ul {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none; }
    .rtl #block-socialshare-2 > ul, .rtl
    #block-socialshare > ul {
      float: left; }
    #block-socialshare-2 > ul li,
    #block-socialshare > ul li {
      display: inline-block;
      padding: 0.7em 0.5em; }
    #block-socialshare-2 > ul a,
    #block-socialshare > ul a {
      position: relative;
      display: inline-block;
      width: 16px;
      height: 16px;
      text-indent: -9000px; }
      #block-socialshare-2 > ul a:hover:before,
      #block-socialshare > ul a:hover:before {
        color: #344275; }
      #block-socialshare-2 > ul a:before,
      #block-socialshare > ul a:before {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        font-size: 16px;
        color: #8e8e8e;
        text-indent: 0;
        transition: color 300ms ease-in-out; }

@media screen and (max-width: 68em) {
  #block-socialshare-2 ul a:hover:before, #block-socialshare ul a:hover:before {
    color: #7a91dd; }
  #block-socialshare-2 ul a:before, #block-socialshare ul a:before {
    color: #333; } }

@media screen and (max-width: 27em) {
  #block-socialshare-2 ul,
  #block-socialshare ul {
    margin-right: 25px; }
    #block-socialshare-2 ul li,
    #block-socialshare ul li {
      padding: 0.7em 0.3em; }
    #block-socialshare-2 ul a,
    #block-socialshare ul a {
      width: 14px;
      height: 14px; }
    .rtl #block-socialshare-2 ul, .rtl
    #block-socialshare ul {
      margin-right: 0;
      margin-left: 10px; } }

@media screen and (max-width: 20em) {
  #block-socialshare-2 ul a,
  #block-socialshare ul a {
    width: 6px;
    height: 6px; }
  .rtl #block-socialshare-2 ul, .rtl
  #block-socialshare ul {
    margin-left: 25px; } }

.eu-cookie-compliance-banner {
  border-top: 5px solid #344275;
  background-color: #7a91dd; }
  .eu-cookie-compliance-banner .popup-content {
    display: table; }
    .eu-cookie-compliance-banner .popup-content #popup-text {
      display: table-cell;
      float: none;
      width: 70%;
      padding: 40px; }
      .eu-cookie-compliance-banner .popup-content #popup-text p {
        color: #fff; }
        .eu-cookie-compliance-banner .popup-content #popup-text p a {
          border-bottom: 1px dotted;
          color: #fff;
          transition: color 300ms ease-in-out; }
          .eu-cookie-compliance-banner .popup-content #popup-text p a:hover {
            color: #344275; }
    .eu-cookie-compliance-banner .popup-content #popup-buttons {
      display: table-cell;
      vertical-align: middle;
      float: none;
      width: 30%; }
      .eu-cookie-compliance-banner .popup-content #popup-buttons button {
        font-family: "Bricolage Grotesque", sans-serif;
        font-style: normal;
        font-weight: 400;
        transition: background 300ms ease-in-out;
        display: inline-block;
        margin-right: 5px;
        padding: 8px 16px;
        border: 0;
        background: #344275;
        font-size: 16px;
        color: #fff; }
        .eu-cookie-compliance-banner .popup-content #popup-buttons button:hover {
          background: #344275; }

@media screen and (max-width: 55em) {
  .eu-cookie-compliance-banner .popup-content #popup-buttons button {
    display: block;
    width: 100%;
    margin-right: 0; }
    .eu-cookie-compliance-banner .popup-content #popup-buttons button.agree-button {
      margin-bottom: 10px; } }

@media screen and (max-width: 48em) {
  .eu-cookie-compliance-banner .popup-content #popup-text {
    padding: 20px; } }

.header-bottom nav .menu-inner-container .menu-items.level-0 > li:hover > a.dynamic-menu + ul.menu-items .col > ul > li > a, .header-bottom nav .menu-inner-container .menu-items.level-0 > li:hover > a.dynamic-menu + ul.menu-items .col > ul span, .header-bottom nav .menu-inner-container .menu-items.level-0 .level-1 > li > a, .tb-megamenu.tb-megamenu-main .nav-collapse .tb-megamenu-nav .tb-megamenu-submenu .mega-group-title, .tb-megamenu.tb-megamenu-main .nav-collapse .tb-megamenu-nav .tb-megamenu-submenu .mega-title a, .tb-megamenu.tb-megamenu-main .nav-collapse > ul > li .level-1 > li > a {
  display: inline-block;
  font-size: 14px;
  color: #333;
  text-transform: uppercase;
  font-family: "Bricolage Grotesque", sans-serif;
  font-style: normal;
  font-weight: 600;
  transition: color 300ms ease-in-out; }
  .header-bottom nav .menu-inner-container .menu-items.level-0 > li:hover > a.dynamic-menu + ul.menu-items .col > ul > li > a:after, .header-bottom nav .menu-inner-container .menu-items.level-0 > li:hover > a.dynamic-menu + ul.menu-items .col > ul span:after, .header-bottom nav .menu-inner-container .menu-items.level-0 .level-1 > li > a:after, .tb-megamenu.tb-megamenu-main .nav-collapse .tb-megamenu-nav .tb-megamenu-submenu .mega-group-title:after, .tb-megamenu.tb-megamenu-main .nav-collapse .tb-megamenu-nav .tb-megamenu-submenu .mega-title a:after, .tb-megamenu.tb-megamenu-main .nav-collapse > ul > li .level-1 > li > a:after {
    position: relative;
    top: 1px;
    padding-left: 5px;
    color: #333;
    transition: color 300ms ease-in-out; }
  .rtl .header-bottom nav .menu-inner-container .menu-items.level-0 > li:hover > a.dynamic-menu + ul.menu-items .col > ul > li > a:after, .header-bottom nav .menu-inner-container .menu-items.level-0 > li:hover > a.dynamic-menu + ul.menu-items .rtl .col > ul > li > a:after, .rtl .header-bottom nav .menu-inner-container .menu-items.level-0 > li:hover > a.dynamic-menu + ul.menu-items .col > ul span:after, .header-bottom nav .menu-inner-container .menu-items.level-0 > li:hover > a.dynamic-menu + ul.menu-items .col > ul .rtl span:after, .rtl .header-bottom nav .menu-inner-container .menu-items.level-0 .level-1 > li > a:after, .header-bottom nav .menu-inner-container .menu-items.level-0 .rtl .level-1 > li > a:after, .rtl .tb-megamenu.tb-megamenu-main .nav-collapse .tb-megamenu-nav .tb-megamenu-submenu .mega-group-title:after, .tb-megamenu.tb-megamenu-main .nav-collapse .tb-megamenu-nav .tb-megamenu-submenu .rtl .mega-group-title:after, .rtl .tb-megamenu.tb-megamenu-main .nav-collapse .tb-megamenu-nav .tb-megamenu-submenu .mega-title a:after, .tb-megamenu.tb-megamenu-main .nav-collapse .tb-megamenu-nav .tb-megamenu-submenu .mega-title .rtl a:after, .rtl .tb-megamenu.tb-megamenu-main .nav-collapse > ul > li .level-1 > li > a:after, .tb-megamenu.tb-megamenu-main .nav-collapse > ul > li .rtl .level-1 > li > a:after {
    display: none; }
  .rtl .header-bottom nav .menu-inner-container .menu-items.level-0 > li:hover > a.dynamic-menu + ul.menu-items .col > ul > li > a:before, .header-bottom nav .menu-inner-container .menu-items.level-0 > li:hover > a.dynamic-menu + ul.menu-items .rtl .col > ul > li > a:before, .rtl .header-bottom nav .menu-inner-container .menu-items.level-0 > li:hover > a.dynamic-menu + ul.menu-items .col > ul span:before, .header-bottom nav .menu-inner-container .menu-items.level-0 > li:hover > a.dynamic-menu + ul.menu-items .col > ul .rtl span:before, .rtl .header-bottom nav .menu-inner-container .menu-items.level-0 .level-1 > li > a:before, .header-bottom nav .menu-inner-container .menu-items.level-0 .rtl .level-1 > li > a:before, .rtl .tb-megamenu.tb-megamenu-main .nav-collapse .tb-megamenu-nav .tb-megamenu-submenu .mega-group-title:before, .tb-megamenu.tb-megamenu-main .nav-collapse .tb-megamenu-nav .tb-megamenu-submenu .rtl .mega-group-title:before, .rtl .tb-megamenu.tb-megamenu-main .nav-collapse .tb-megamenu-nav .tb-megamenu-submenu .mega-title a:before, .tb-megamenu.tb-megamenu-main .nav-collapse .tb-megamenu-nav .tb-megamenu-submenu .mega-title .rtl a:before, .rtl .tb-megamenu.tb-megamenu-main .nav-collapse > ul > li .level-1 > li > a:before, .tb-megamenu.tb-megamenu-main .nav-collapse > ul > li .rtl .level-1 > li > a:before {
    position: relative;
    top: 1px;
    padding-right: 5px;
    color: #7a91dd; }
  .header-bottom nav .menu-inner-container .menu-items.level-0 > li:hover > a.dynamic-menu + ul.menu-items .col > ul > li > a:hover, .header-bottom nav .menu-inner-container .menu-items.level-0 > li:hover > a.dynamic-menu + ul.menu-items .col > ul span:hover, .header-bottom nav .menu-inner-container .menu-items.level-0 .level-1 > li > a:hover, .tb-megamenu.tb-megamenu-main .nav-collapse .tb-megamenu-nav .tb-megamenu-submenu .mega-group-title:hover, .tb-megamenu.tb-megamenu-main .nav-collapse .tb-megamenu-nav .tb-megamenu-submenu .mega-title a:hover, .tb-megamenu.tb-megamenu-main .nav-collapse > ul > li .level-1 > li > a:hover {
    color: #7a91dd; }
    .header-bottom nav .menu-inner-container .menu-items.level-0 > li:hover > a.dynamic-menu + ul.menu-items .col > ul > li > a:hover:after, .header-bottom nav .menu-inner-container .menu-items.level-0 > li:hover > a.dynamic-menu + ul.menu-items .col > ul span:hover:after, .header-bottom nav .menu-inner-container .menu-items.level-0 .level-1 > li > a:hover:after, .tb-megamenu.tb-megamenu-main .nav-collapse .tb-megamenu-nav .tb-megamenu-submenu .mega-group-title:hover:after, .tb-megamenu.tb-megamenu-main .nav-collapse .tb-megamenu-nav .tb-megamenu-submenu .mega-title a:hover:after, .tb-megamenu.tb-megamenu-main .nav-collapse > ul > li .level-1 > li > a:hover:after {
      color: #7a91dd; }

.tb-megamenu.tb-megamenu-main {
  position: absolute;
  right: 2rem;
  bottom: 0;
  background: #7a91dd; }
  .rtl .tb-megamenu.tb-megamenu-main {
    left: 2rem; }
    .rtl .tb-megamenu.tb-megamenu-main > .nav-collapse {
      float: left; }
    .rtl .tb-megamenu.tb-megamenu-main .tb-megamenu-nav.level-0 {
      display: -ms-flexbox;
      display: flex;
      margin: 0; }
  .tb-megamenu.tb-megamenu-main .tb-megamenu-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end; }
  .tb-megamenu.tb-megamenu-main .flex-centered {
    display: none;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center; }
  .tb-megamenu.tb-megamenu-main span,
  .tb-megamenu.tb-megamenu-main a {
    color: #333;
    font-family: "Bricolage Grotesque", sans-serif;
    font-style: normal;
    font-weight: 300;
    transition: color 300ms ease-in-out; }
    .tb-megamenu.tb-megamenu-main span:hover,
    .tb-megamenu.tb-megamenu-main a:hover {
      color: #7a91dd; }
  .tb-megamenu.tb-megamenu-main .tb-block:after {
    position: absolute;
    top: -20px;
    right: 0;
    left: 2rem;
    z-index: -1;
    display: inline-block;
    width: 150px;
    height: calc(100% + 40px);
    background: #7a91dd;
    content: ''; }
  .tb-megamenu.tb-megamenu-main .tb-block p {
    margin: 0; }
  .tb-megamenu.tb-megamenu-main .tb-block img {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0; }
  .tb-megamenu.tb-megamenu-main .dropdown-menu {
    left: 10px;
    margin-top: 5px;
    padding: 20px;
    border: 0;
    border-bottom: 5px solid #344275;
    border-radius: 0;
    background-color: #7a91dd; }
    .rtl .tb-megamenu.tb-megamenu-main .dropdown-menu {
      right: 10px; }
    .tb-megamenu.tb-megamenu-main .dropdown-menu.full-width {
      padding: 20px 0; }
  .tb-megamenu.tb-megamenu-main .btn-navbar {
    display: none;
    float: left;
    margin: 0;
    padding: 10px; }
  .tb-megamenu.tb-megamenu-main .nav-collapse .tb-megamenu-nav .mega-dropdown-inner {
    position: relative;
    width: 100%;
    max-width: 1340px;
    margin: 0 auto; }
  .tb-megamenu.tb-megamenu-main .nav-collapse .tb-megamenu-nav .tb-megamenu-submenu .mega-group-title {
    margin-bottom: 15px; }
  .tb-megamenu.tb-megamenu-main .nav-collapse .tb-megamenu-nav .tb-megamenu-submenu ul {
    padding: 0;
    list-style: none; }
    .tb-megamenu.tb-megamenu-main .nav-collapse .tb-megamenu-nav .tb-megamenu-submenu ul li {
      margin-bottom: 15px; }
      .tb-megamenu.tb-megamenu-main .nav-collapse .tb-megamenu-nav .tb-megamenu-submenu ul li:last-child {
        margin-bottom: 0; }
      .tb-megamenu.tb-megamenu-main .nav-collapse .tb-megamenu-nav .tb-megamenu-submenu ul li.hidden-children a {
        margin-bottom: 0; }
      .tb-megamenu.tb-megamenu-main .nav-collapse .tb-megamenu-nav .tb-megamenu-submenu ul li.hidden-children .nav-child {
        display: none; }
    .tb-megamenu.tb-megamenu-main .nav-collapse .tb-megamenu-nav .tb-megamenu-submenu ul ul {
      padding-left: 15px;
      border-left: 2px solid #344275; }
      .rtl .tb-megamenu.tb-megamenu-main .nav-collapse .tb-megamenu-nav .tb-megamenu-submenu ul ul {
        margin-right: 10px;
        padding-right: 15px;
        padding-left: 0;
        border-right: 2px solid #344275;
        border-left: 0; }
      .tb-megamenu.tb-megamenu-main .nav-collapse .tb-megamenu-nav .tb-megamenu-submenu ul ul li {
        margin-bottom: 10px; }
        .tb-megamenu.tb-megamenu-main .nav-collapse .tb-megamenu-nav .tb-megamenu-submenu ul ul li:last-child {
          margin-bottom: 0; }
  .tb-megamenu.tb-megamenu-main .nav-collapse > ul > li {
    float: left;
    margin: 0;
    /*//Fix dropdown container margin left
        &.full-width {
          > .dropdown-menu > .mega-dropdown-inner > .tb-megamenu-row {
            //margin-left: -2rem;
          }
        }*/ }
    .tb-megamenu.tb-megamenu-main .nav-collapse > ul > li > a,
    .tb-megamenu.tb-megamenu-main .nav-collapse > ul > li > span {
      position: relative;
      display: inline-block;
      padding: 10px 10px 15px;
      border: 0;
      font-size: 14px;
      color: #7a91dd;
      text-align: center;
      text-transform: uppercase;
      cursor: pointer;
      font-family: "Bricolage Grotesque", sans-serif;
      font-style: normal;
      font-weight: 600; }
      .tb-megamenu.tb-megamenu-main .nav-collapse > ul > li > a:before,
      .tb-megamenu.tb-megamenu-main .nav-collapse > ul > li > span:before {
        position: absolute;
        top: 0;
        left: 50%;
        z-index: 9999;
        content: '';
        pointer-events: none;
        width: 0;
        height: 0;
        content: '';
        border-top: 0.5em solid transparent;
        border-right: 0.5em solid transparent;
        border-left: 0.5em solid transparent;
        transition: all 300ms ease-in-out;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
      .tb-megamenu.tb-megamenu-main .nav-collapse > ul > li > a:hover,
      .tb-megamenu.tb-megamenu-main .nav-collapse > ul > li > span:hover {
        background: none;
        color: #344275; }
        .tb-megamenu.tb-megamenu-main .nav-collapse > ul > li > a:hover:before,
        .tb-megamenu.tb-megamenu-main .nav-collapse > ul > li > span:hover:before {
          width: 0;
          height: 0;
          content: '';
          border-top: 0.5em solid #344275;
          border-right: 0.5em solid transparent;
          border-left: 0.5em solid transparent; }
    .tb-megamenu.tb-megamenu-main .nav-collapse > ul > li.dropdown:hover > .dropdown-toggle, .tb-megamenu.tb-megamenu-main .nav-collapse > ul > li.dropdown.open > .dropdown-toggle, .tb-megamenu.tb-megamenu-main .nav-collapse > ul > li.dropdown.active > .dropdown-toggle {
      background-color: transparent;
      color: #344275; }
      .tb-megamenu.tb-megamenu-main .nav-collapse > ul > li.dropdown:hover > .dropdown-toggle:before, .tb-megamenu.tb-megamenu-main .nav-collapse > ul > li.dropdown.open > .dropdown-toggle:before, .tb-megamenu.tb-megamenu-main .nav-collapse > ul > li.dropdown.active > .dropdown-toggle:before {
        width: 0;
        height: 0;
        content: '';
        border-top: 0.5em solid #344275;
        border-right: 0.5em solid transparent;
        border-left: 0.5em solid transparent; }
    .tb-megamenu.tb-megamenu-main .nav-collapse > ul > li.dropdown:hover.full-width:after, .tb-megamenu.tb-megamenu-main .nav-collapse > ul > li.dropdown.open.full-width:after, .tb-megamenu.tb-megamenu-main .nav-collapse > ul > li.dropdown.active.full-width:after {
      position: absolute;
      bottom: -5px;
      left: 50%;
      width: calc(100% - 20px);
      height: 5px;
      background: #344275;
      content: '';
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
    .tb-megamenu.tb-megamenu-main .nav-collapse > ul > li.dropdown:hover > a:after,
    .tb-megamenu.tb-megamenu-main .nav-collapse > ul > li.dropdown:hover > span:after, .tb-megamenu.tb-megamenu-main .nav-collapse > ul > li.dropdown.open > a:after,
    .tb-megamenu.tb-megamenu-main .nav-collapse > ul > li.dropdown.open > span:after, .tb-megamenu.tb-megamenu-main .nav-collapse > ul > li.dropdown.active > a:after,
    .tb-megamenu.tb-megamenu-main .nav-collapse > ul > li.dropdown.active > span:after {
      position: absolute;
      right: 10px;
      bottom: -5px;
      left: 10px;
      display: inline-block;
      height: 5px;
      background-color: #344275;
      content: ''; }
    .tb-megamenu.tb-megamenu-main .nav-collapse > ul > li.donate a {
      position: relative;
      top: -3px;
      margin: 8px 0;
      padding: 0 12px 0 34px;
      background: #344275;
      font-family: "Bricolage Grotesque", sans-serif;
      font-style: normal;
      font-weight: 400;
      line-height: 28px;
      color: #fff;
      transition: all 300ms ease-in-out; }
      .rtl .tb-megamenu.tb-megamenu-main .nav-collapse > ul > li.donate a {
        padding: 0 34px 0 12px; }
        .rtl .tb-megamenu.tb-megamenu-main .nav-collapse > ul > li.donate a:before {
          right: 12px;
          left: auto; }
      .tb-megamenu.tb-megamenu-main .nav-collapse > ul > li.donate a:before {
        position: absolute;
        top: 50%;
        left: 12px;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: auto;
        height: auto;
        border: 0; }
      .tb-megamenu.tb-megamenu-main .nav-collapse > ul > li.donate a:hover {
        background: #d9a43e; }

@media screen and (min-width: 68em) {
  .mobile-only {
    display: none !important; } }

@media screen and (max-width: 68em) {
  .nav-collapse.opened {
    display: block;
    visibility: visible; }
  .nav-collapse.multiple-level-nav.opened.dropdown-active {
    max-height: 9999px !important; }
  .nav-collapse.multiple-level-nav .sub-menu {
    position: absolute;
    display: none;
    max-height: 0;
    zoom: 1;
    overflow: hidden;
    clip: rect(0 0 0 0); }
    .nav-collapse.multiple-level-nav .sub-menu.toggled {
      position: relative;
      display: block;
      max-height: 9999px; }
  .nav-collapse li {
    position: relative; }
  .nav-collapse div {
    width: 100%; }
  .nav-collapse .dropdown-toggle {
    position: absolute;
    right: 0;
    width: 50px;
    height: 46px;
    margin: 0;
    padding: 0;
    border: 1px solid #3a4c65;
    border-top: 0;
    border-bottom: 0;
    background: none;
    content: '';
    color: #fff;
    text-transform: lowercase;
    cursor: pointer; }
    .nav-collapse .dropdown-toggle:active, .nav-collapse .dropdown-toggle:focus, .nav-collapse .dropdown-toggle:hover {
      background-color: rgba(255, 255, 255, 0.5); }
    .nav-collapse .dropdown-toggle:after {
      content: '+';
      font-size: 18px; }
    .nav-collapse .dropdown-toggle.toggled:after {
      content: '-'; }
  .sub-nav {
    position: absolute;
    margin-top: 163px;
    background: none; }
    .sub-nav li.section-title, .sub-nav li.switcher {
      margin-right: 0; }
  .level-2 {
    display: none !important; }
  .desktop-only,
  .donate-lang,
  .search {
    display: none; } }

.taxonomy-term--type-partner.taxonomy-term--view-mode-teaser, .taxonomy-term--type-partner.taxonomy-term--view-mode-teaser .partner-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  .taxonomy-term--type-partner.taxonomy-term--view-mode-teaser > figure, .taxonomy-term--type-partner.taxonomy-term--view-mode-teaser .partner-link > figure {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-align: center;
        align-items: center;
    height: 120px;
    min-height: 70px;
    margin: 0;
    padding: 10px; }
  .taxonomy-term--type-partner.taxonomy-term--view-mode-teaser > h3, .taxonomy-term--type-partner.taxonomy-term--view-mode-teaser .partner-link > h3 {
    margin: 20px 0 0;
    font-size: 15px;
    font-family: "Bricolage Grotesque", sans-serif;
    font-style: normal;
    font-weight: 600; }

.taxonomy-term--type-partner.taxonomy-term--view-mode-teaser .partner-link {
  text-decoration: none; }
  .taxonomy-term--type-partner.taxonomy-term--view-mode-teaser .partner-link h3 {
    color: #333; }
  .taxonomy-term--type-partner.taxonomy-term--view-mode-teaser .partner-link:hover h3 {
    color: #7a91dd; }

.paragraph.paragraph--type-image-gallery.paragraph--view-mode-default {
  margin-top: 20px; }
  .paragraph.paragraph--type-image-gallery.paragraph--view-mode-default h3 {
    margin-top: 0; }
  .paragraph.paragraph--type-image-gallery.paragraph--view-mode-default .text-container {
    margin: 0;
    padding: 20px;
    background: #f0f0f0;
    font-size: 14px;
    line-height: 1.3; }

.paragraph.paragraph--type-member-states-contributions h3 {
  margin: 0 0 20px;
  font-size: 24px;
  font-weight: 600; }

.paragraph.paragraph--type-member-states-contributions .text-container {
  margin-bottom: 20px; }

.slick {
  position: relative;
  width: 95%;
  margin: 40px auto; }
  .slick .slick__slider {
    position: relative;
    z-index: 2; }
  .slick .slick-slide {
    padding: 0 10px; }
  .slick .slick__arrow {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1; }
    .slick .slick__arrow .slick-arrow {
      position: absolute;
      top: 50%;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      border-color: #7a91dd;
      background: transparent;
      transition: all 300ms ease-in-out;
      color: #7a91dd;
      cursor: pointer;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      .slick .slick__arrow .slick-arrow:hover {
        border: 2px solid #344275; }
        .slick .slick__arrow .slick-arrow:hover:before {
          color: #344275; }
      .slick .slick__arrow .slick-arrow:before {
        position: absolute;
        top: 50%;
        left: 50%;
        transition: all 300ms ease-in-out;
        font-size: 16px;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
      .slick .slick__arrow .slick-arrow.slick-prev {
        left: -40px; }
      .slick .slick__arrow .slick-arrow.slick-next {
        right: -40px; }

.front .system-messages {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1000;
  display: block;
  width: 30%;
  padding: 20px;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  border: 2px solid #344275;
  border-radius: 10px;
  background: #fff;
  font-family: "Bricolage Grotesque", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px; }
  .front .system-messages .messages--error {
    margin-top: 0;
    padding-left: 10px;
    border-left: 5px solid #f00; }
  .front .system-messages .messages--status {
    margin-top: 0;
    padding-left: 10px;
    border-left: 5px solid #78bd40; }
  .front .system-messages > .messages {
    margin-bottom: 20px; }
    .front .system-messages > .messages:only-child, .front .system-messages > .messages:last-child {
      margin-bottom: 0; }
  .front .system-messages .close-button {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    border: 3px solid #344275;
    border-radius: 50%;
    background: #344275;
    transition: background-color 300ms ease-in-out;
    cursor: pointer; }
    .front .system-messages .close-button:before {
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
      font-size: 24px;
      color: #fff; }
    .front .system-messages .close-button:hover {
      background-color: #7a91dd; }

.front .system-messages-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  display: block;
  background-color: rgba(122, 145, 221, 0.9); }

.member-states-lp .intro {
  padding: 20px;
  background: #f2f2f2; }
  .member-states-lp .intro .block-content--type-markup .text-container p {
    font-style: normal; }

.member-states-lp .block-region-menu {
  margin: 20px 0; }
  .member-states-lp .block-region-menu > nav > ul {
    display: -ms-grid;
    display: grid;
    margin: 0;
    padding: 0;
    list-style: none;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px; }
    .member-states-lp .block-region-menu > nav > ul a {
      display: block;
      padding: 10px;
      border: 2px solid #7a91dd;
      border-radius: 5px;
      transition: all 300ms ease-in-out;
      color: #7a91dd;
      text-align: center;
      font-family: "Bricolage Grotesque", sans-serif;
      font-style: normal;
      font-weight: 600; }
      .member-states-lp .block-region-menu > nav > ul a:hover {
        border-color: #c5963a;
        background: #c5963a;
        color: #fff; }
      .member-states-lp .block-region-menu > nav > ul a:before {
        display: block;
        margin-bottom: 10px;
        font-size: 64px; }
      .member-states-lp .block-region-menu > nav > ul a strong,
      .member-states-lp .block-region-menu > nav > ul a span {
        display: block; }
      .member-states-lp .block-region-menu > nav > ul a span {
        text-transform: uppercase; }
    .member-states-lp .block-region-menu > nav > ul li:last-child {
      -ms-flex-item-align: center;
          -ms-grid-row-align: center;
          align-self: center; }
      .member-states-lp .block-region-menu > nav > ul li:last-child a {
        border: 0;
        font-size: 20px;
        line-height: 1.2;
        text-align: left;
        font-family: "Bricolage Grotesque", sans-serif;
        font-style: normal;
        font-weight: 400; }
        .member-states-lp .block-region-menu > nav > ul li:last-child a:hover {
          background: transparent;
          color: #7a91dd; }
          .member-states-lp .block-region-menu > nav > ul li:last-child a:hover span {
            background: #c5963a; }
        .member-states-lp .block-region-menu > nav > ul li:last-child a strong {
          font-family: "Bricolage Grotesque", sans-serif;
          font-style: normal;
          font-weight: 700; }
        .member-states-lp .block-region-menu > nav > ul li:last-child a span {
          margin-top: 10px;
          padding: 3px 6px;
          border-radius: 3px;
          background: #7a91dd;
          transition: all 300ms ease-in-out;
          font-size: 16px;
          color: #fff;
          text-align: center;
          text-transform: uppercase;
          font-family: "Bricolage Grotesque", sans-serif;
          font-style: normal;
          font-weight: 300; }

.member-states-lp .view {
  margin-top: 20px; }

.member-states-lp .slick {
  position: relative;
  width: 100%;
  margin: 0; }
  .member-states-lp .slick nav {
    position: absolute;
    top: -40px;
    right: 50px;
    bottom: auto;
    left: auto;
    width: auto; }
    .member-states-lp .slick nav button {
      border: 2px solid #7a91dd; }
      .member-states-lp .slick nav button.slick-arrow.slick-prev {
        left: -25px; }
      .member-states-lp .slick nav button:before {
        opacity: 1;
        border-color: #7a91dd;
        color: #7a91dd; }

.member-states-lp .title-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 20px;
  border-bottom: 2px solid #7a91dd; }
  .member-states-lp .title-wrapper h2 {
    display: inline-block;
    margin: 0;
    padding: 10px 20px;
    background: #7a91dd;
    font-size: 28px;
    color: #fff;
    font-family: "Bricolage Grotesque", sans-serif;
    font-style: normal;
    font-weight: 500; }
  .member-states-lp .title-wrapper .more-link {
    -ms-flex-item-align: end;
        align-self: flex-end;
    margin-right: 10px; }
    .member-states-lp .title-wrapper .more-link a {
      display: inline-block;
      padding: 5px 10px;
      background: #c5963a;
      font-size: 14px;
      color: #fff;
      text-transform: uppercase; }

.node--type-news.node--view-mode-condensed-list {
  position: relative;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); }
  .node--type-news.node--view-mode-condensed-list > a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .node--type-news.node--view-mode-condensed-list figure {
    margin: 0; }
    .node--type-news.node--view-mode-condensed-list figure img {
      width: 100%;
      height: auto; }
  .node--type-news.node--view-mode-condensed-list h3 {
    margin: 0;
    padding: 10px;
    font-family: "Bricolage Grotesque", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
    color: #7a91dd; }
  .node--type-news.node--view-mode-condensed-list .wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin: 0 10px;
    padding: 10px 0;
    border-bottom: 1px solid #ccc; }
    .node--type-news.node--view-mode-condensed-list .wrapper time {
      font-size: 14px;
      color: #7a91dd; }
      .node--type-news.node--view-mode-condensed-list .wrapper time:before {
        position: relative;
        top: 1px;
        margin-right: 3px; }
    .node--type-news.node--view-mode-condensed-list .wrapper .countries {
      padding: 3px 6px;
      background: #344275;
      font-size: 14px;
      color: #fff; }
      .node--type-news.node--view-mode-condensed-list .wrapper .countries:before {
        position: relative;
        top: 1px;
        margin-right: 3px; }
      .node--type-news.node--view-mode-condensed-list .wrapper .countries > div {
        display: inline-block;
        margin-right: 3px;
        text-transform: uppercase; }
        .node--type-news.node--view-mode-condensed-list .wrapper .countries > div:after {
          content: ','; }
        .node--type-news.node--view-mode-condensed-list .wrapper .countries > div:last-child, .node--type-news.node--view-mode-condensed-list .wrapper .countries > div:only-child {
          margin-right: 0; }
          .node--type-news.node--view-mode-condensed-list .wrapper .countries > div:last-child:after, .node--type-news.node--view-mode-condensed-list .wrapper .countries > div:only-child:after {
            display: none; }
    .node--type-news.node--view-mode-condensed-list .wrapper .date--date {
      -ms-flex-item-align: end;
          align-self: flex-end; }

.internal-page .intro-box {
  margin-bottom: 20px;
  padding: 20px;
  background: #f2f2f2; }
  .internal-page .intro-box.block-content--type-markup .text-container p {
    font-style: normal; }

.member-states-contributions {
  margin: 20px 0;
  padding: 13.33333px;
  background-color: #f2f2f2; }
  .member-states-contributions .select-wrapper {
    min-width: 200px;
    margin-top: 0; }
    @media screen and (max-width: 48em) {
      .member-states-contributions .select-wrapper {
        min-width: 100%;
        margin-top: 20px; } }
    .member-states-contributions .select-wrapper h3 {
      margin: 0 0 10px;
      padding-bottom: 5px;
      border-bottom: 1px solid #7a91dd;
      font-size: 16px;
      font-family: "Bricolage Grotesque", sans-serif;
      font-style: normal;
      font-weight: 600;
      color: #333; }
    .member-states-contributions .select-wrapper select {
      position: relative;
      width: 100%;
      margin-top: 0;
      margin-bottom: 0;
      padding: 7px 25px 6px 10px;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      outline: none;
      border: 1px solid #7a91dd;
      background-image: url("../images/form-select-bg.svg");
      background-color: #fff;
      background-position: top right;
      background-repeat: no-repeat;
      background-size: 40px auto;
      font-size: 16px;
      font-family: "Bricolage Grotesque", sans-serif;
      font-style: normal;
      font-weight: 300;
      color: #444;
      cursor: pointer; }
  .member-states-contributions .block-region-right nav {
    margin: 20px 0; }
    .member-states-contributions .block-region-right nav h2 {
      margin: 0 0 10px 0;
      font-size: 16px;
      color: #333;
      text-transform: uppercase;
      font-family: "Bricolage Grotesque", sans-serif;
      font-style: normal;
      font-weight: 600; }
    .member-states-contributions .block-region-right nav ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      .member-states-contributions .block-region-right nav ul li {
        margin-bottom: 10px;
        padding: 0; }
        .member-states-contributions .block-region-right nav ul li:last-child {
          margin-bottom: 0; }
      .member-states-contributions .block-region-right nav ul a {
        display: -ms-flexbox;
        display: flex;
        transition: color 300ms ease-in-out;
        color: #333; }
        .member-states-contributions .block-region-right nav ul a:hover {
          color: #7a91dd; }
        .member-states-contributions .block-region-right nav ul a:before {
          position: relative;
          top: 1px;
          margin-right: 5px; }

form#mailchimp-signup-subscribe-block-newsletter-form {
  width: 50%; }
  @media screen and (max-width: 36em) {
    form#mailchimp-signup-subscribe-block-newsletter-form {
      width: 85%; } }
  form#mailchimp-signup-subscribe-block-newsletter-form .intro {
    margin-top: 0;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.2; }
  form#mailchimp-signup-subscribe-block-newsletter-form .form-item {
    display: block;
    margin: 0;
    padding: 0; }
  form#mailchimp-signup-subscribe-block-newsletter-form .form-item-mergevars-email {
    width: calc(100% - 20px);
    grid-area: email; }
  form#mailchimp-signup-subscribe-block-newsletter-form .form-item-mergevars-fname {
    grid-area: fname; }
  form#mailchimp-signup-subscribe-block-newsletter-form .form-item-mergevars-lname {
    width: calc(100% - 20px);
    grid-area: lname; }
  form#mailchimp-signup-subscribe-block-newsletter-form .form-item-mergevars-mmerge3 {
    width: calc(100% - 20px);
    grid-area: country; }
    form#mailchimp-signup-subscribe-block-newsletter-form .form-item-mergevars-mmerge3 label {
      font-family: "Bricolage Grotesque", sans-serif;
      font-style: normal;
      font-weight: 600;
      font-size: 1rem;
      text-transform: uppercase; }
  form#mailchimp-signup-subscribe-block-newsletter-form #edit-mergevars-mmerge4--wrapper {
    grid-area: affiliation; }
  form#mailchimp-signup-subscribe-block-newsletter-form #edit-mergevars-mmerge5 {
    grid-area: language; }
  form#mailchimp-signup-subscribe-block-newsletter-form #edit-mergevars-mmerge4--wrapper .form-item,
  form#mailchimp-signup-subscribe-block-newsletter-form #edit-mergevars-mmerge5--wrapper .form-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    float: none;
    margin: 0 0 10px 0.2em; }
  form#mailchimp-signup-subscribe-block-newsletter-form #edit-mergevars-mmerge4--wrapper label,
  form#mailchimp-signup-subscribe-block-newsletter-form #edit-mergevars-mmerge5--wrapper label {
    margin-left: 0.5em;
    font-size: 1rem; }
  form#mailchimp-signup-subscribe-block-newsletter-form .mailchimp-newsletter-mergefields {
    display: -ms-grid;
    display: grid;
    width: 100%;
    padding: 20px 20px 0;
    border: 2px solid #e8e8e8;
    border-bottom: 0;
    border-radius: 5px 5px 0 0;
    grid-template-areas: 'email email' 'fname lname' 'country country' 'affiliation affiliation' 'language language';
    gap: 20px;
    -ms-grid-columns: 50% 50%;
        grid-template-columns: 50% 50%; }
    form#mailchimp-signup-subscribe-block-newsletter-form .mailchimp-newsletter-mergefields input[type=text], form#mailchimp-signup-subscribe-block-newsletter-form .mailchimp-newsletter-mergefields input[type=email], form#mailchimp-signup-subscribe-block-newsletter-form .mailchimp-newsletter-mergefields select {
      padding: 7px 0;
      border: 0;
      border-bottom: 2px solid #344275;
      font-size: 1.2rem; }
    form#mailchimp-signup-subscribe-block-newsletter-form .mailchimp-newsletter-mergefields select {
      width: 100%; }
    form#mailchimp-signup-subscribe-block-newsletter-form .mailchimp-newsletter-mergefields input[type='radio'] {
      display: -ms-grid;
      display: grid;
      width: 1.15em;
      height: 1.15em;
      margin: 0;
      /* Remove most all native input styles */
      -moz-appearance: none;
           appearance: none;
      /* Add if not using autoprefixer */
      -webkit-appearance: none;
      -ms-transform: translateY(-0.075em);
          transform: translateY(-0.075em);
      border: 0.15em solid #344275;
      border-radius: 50%;
      /* For iOS < 15 */
      background-color: var(--form-background);
      /* Not removed via appearance */
      font: inherit;
      color: #7a91dd;
      place-content: center; }
    form#mailchimp-signup-subscribe-block-newsletter-form .mailchimp-newsletter-mergefields input[type='radio']::before {
      width: 0.65em;
      height: 0.65em;
      -ms-transform: scale(0);
          transform: scale(0);
      border-radius: 50%;
      box-shadow: inset 1em 1em #344275;
      transition: 120ms transform ease-in-out;
      content: ''; }
    form#mailchimp-signup-subscribe-block-newsletter-form .mailchimp-newsletter-mergefields input[type='radio']:checked::before {
      -ms-transform: scale(1);
          transform: scale(1); }
  form#mailchimp-signup-subscribe-block-newsletter-form legend {
    margin: 7px 0;
    font-family: "Bricolage Grotesque", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1rem;
    text-transform: uppercase; }
  form#mailchimp-signup-subscribe-block-newsletter-form fieldset {
    width: 100%;
    border: 0; }
  form#mailchimp-signup-subscribe-block-newsletter-form fieldset[class^=mailchimp-newsletter-interests-] {
    position: relative;
    width: 100%;
    padding: 40px 20px 20px 20px;
    border-right: 2px solid #e8e8e8;
    border-left: 2px solid #e8e8e8; }
    form#mailchimp-signup-subscribe-block-newsletter-form fieldset[class^=mailchimp-newsletter-interests-] legend {
      position: absolute;
      top: 7px; }
  form#mailchimp-signup-subscribe-block-newsletter-form input[type='checkbox'] {
    display: -ms-grid;
    display: grid;
    width: 1.15em;
    height: 1.15em;
    margin: 0;
    /* Add if not using autoprefixer */
    -webkit-appearance: none;
    /* Remove most all native input styles */
    -moz-appearance: none;
         appearance: none;
    /* For iOS < 15 */
    /* Not removed via appearance */
    -ms-transform: translateY(-0.075em);
        transform: translateY(-0.075em);
    border: 0.15em solid #7a91dd;
    border-radius: 0.15em;
    font: inherit;
    color: #7a91dd;
    place-content: center; }
  form#mailchimp-signup-subscribe-block-newsletter-form input[type='checkbox']::before {
    width: 0.65em;
    height: 0.65em;
    -ms-transform: scale(0);
        transform: scale(0);
    -ms-transform-origin: bottom left;
        transform-origin: bottom left;
    box-shadow: inset 1em 1em #344275;
    transition: 120ms transform ease-in-out;
    content: '';
    -webkit-clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
            clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%); }
  form#mailchimp-signup-subscribe-block-newsletter-form input[type='checkbox']:checked::before {
    -ms-transform: scale(1);
        transform: scale(1); }
  form#mailchimp-signup-subscribe-block-newsletter-form .form-checkboxes > div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    float: none;
    margin: 0 0 10px 0.2em; }
    form#mailchimp-signup-subscribe-block-newsletter-form .form-checkboxes > div label {
      margin-left: 0.5em;
      font-size: 1rem; }
  form#mailchimp-signup-subscribe-block-newsletter-form .form-item-gdpr-consent {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    width: 100%;
    padding: 20px;
    border-right: 2px solid #e8e8e8;
    border-left: 2px solid #e8e8e8;
    background: #e8e8e8; }
    form#mailchimp-signup-subscribe-block-newsletter-form .form-item-gdpr-consent input {
      margin-left: 0.2em; }
    form#mailchimp-signup-subscribe-block-newsletter-form .form-item-gdpr-consent label {
      margin-left: 0.5em; }
  form#mailchimp-signup-subscribe-block-newsletter-form .disclaimer {
    width: 100%;
    padding: 0 20px 20px;
    border-right: 2px solid #e8e8e8;
    border-left: 2px solid #e8e8e8;
    background: #e8e8e8;
    font-size: small;
    font-style: italic; }
  form#mailchimp-signup-subscribe-block-newsletter-form .form-actions {
    width: calc(100% + 40px);
    padding: 0;
    border: 2px solid #344275;
    border-top: 0;
    border-radius: 0 0 5px 5px;
    overflow: hidden; }
    form#mailchimp-signup-subscribe-block-newsletter-form .form-actions input[type=submit] {
      width: 100%;
      margin: 0;
      padding: 20px;
      background: #344275;
      font-size: 1.2rem; }

footer .newsletter {
  padding: 10px 0;
  border-top: 3px solid #7a91dd;
  border-bottom: 5px solid #7a91dd;
  background: #344275; }
  footer .newsletter .block-content--type-markup .text-container p {
    font-size: 1.2rem !important;
    font-style: normal !important;
    color: #fff;
    text-align: center; }
    footer .newsletter .block-content--type-markup .text-container p:before {
      position: relative;
      top: 6px;
      margin-right: 20px;
      font-size: 2rem; }
  footer .newsletter .block-content--type-markup .button {
    margin: 0 0 0 20px;
    background: #7a91dd;
    color: #fff !important; }
    @media screen and (max-width: 48em) {
      footer .newsletter .block-content--type-markup .button {
        margin: 10px 0 0 0; } }
    @media screen and (max-width: 36em) {
      footer .newsletter .block-content--type-markup .button {
        display: block;
        margin: 10px 0 0 0; } }
    footer .newsletter .block-content--type-markup .button:hover {
      background: #fff;
      color: #333 !important; }

.newsletter-typ .text-container {
  min-height: 300px;
  margin: 20px 0; }
  .newsletter-typ .text-container p {
    font-style: normal !important; }

.newsletter-typ .messages ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  .newsletter-typ .messages ul li:first-child,
  .newsletter-typ .messages ul li:only-child {
    font-family: "Bricolage Grotesque", sans-serif;
    font-style: normal;
    font-weight: 600; }
  .newsletter-typ .messages ul li:last-child {
    display: none; }

.member-states-news.all .view-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .member-states-news.all .view-content article {
    margin-bottom: 40px; }

.node--type-member-states-news {
  width: 49%; }
  .node--type-member-states-news a:hover img {
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  .node--type-member-states-news a:hover h3 {
    color: #344275; }
  .node--type-member-states-news a:hover figcaption {
    background: #344275; }
  .node--type-member-states-news figure {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    margin: 0;
    overflow: hidden; }
    .node--type-member-states-news figure img {
      width: 100%;
      height: auto;
      transition: all, 300ms ease-in-out; }
    .node--type-member-states-news figure figcaption {
      position: absolute;
      top: 10px;
      left: 10px;
      padding: 3px 5px;
      background: #344275;
      overflow: visible;
      font-size: small;
      color: #fff;
      text-transform: uppercase;
      font-family: "Bricolage Grotesque", sans-serif;
      font-style: normal;
      font-weight: 500;
      transition: all, 300ms ease-in-out; }
      .rtl .node--type-member-states-news figure figcaption {
        right: 10px;
        left: auto; }
  .node--type-member-states-news .container {
    width: auto;
    min-height: 150px;
    padding: 10px;
    background: #e8e8e8;
    color: #7a91dd; }
  .node--type-member-states-news h3 {
    display: block;
    margin: 0 0 10px;
    padding: 0;
    font-size: 16px;
    line-height: 1.2;
    font-family: "Bricolage Grotesque", sans-serif;
    font-style: normal;
    font-weight: 700;
    transition: all, 300ms ease-in-out; }
  .node--type-member-states-news .summary {
    font-family: "Bricolage Grotesque", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px; }
    .node--type-member-states-news .summary p {
      margin: 0; }
  .node--type-member-states-news .share a {
    display: inline-block; }

@media screen and (max-width: 48em) {
  .node--type-member-states-news .container {
    min-height: 100px; } }

body:not(.user-logged-in) .node-classified-form .form-item--error.form-item label {
  color: #f00; }

body:not(.user-logged-in) .node-classified-form .form-item--error-message {
  position: relative;
  display: inline-block;
  margin-top: 10px;
  padding: 5px 10px;
  border-radius: 3px;
  background: #f00;
  color: #fff; }
  body:not(.user-logged-in) .node-classified-form .form-item--error-message:before {
    position: absolute;
    top: -6px;
    left: 10px;
    width: 0;
    height: 0;
    content: '';
    border-bottom: 1rem solid #f00;
    border-right: 1rem solid transparent;
    border-left: 1rem solid transparent; }

body:not(.user-logged-in) .node-classified-form .visible {
  display: -ms-flexbox !important;
  display: flex !important; }

body:not(.user-logged-in) .node-classified-form input, body:not(.user-logged-in) .node-classified-form select {
  font-family: 'Raleway', sans-serif !important;
  font-size: 16px !important;
  font-weight: 300 !important;
  color: #333 !important; }

body:not(.user-logged-in) .node-classified-form .gray-box {
  margin-bottom: 30px;
  padding: 20px;
  background-color: #f7f7f7; }

body:not(.user-logged-in) .node-classified-form #classified-wrapper {
  display: none; }
  body:not(.user-logged-in) .node-classified-form #classified-wrapper.open {
    display: block; }

body:not(.user-logged-in) .node-classified-form fieldset {
  border: 0; }
  body:not(.user-logged-in) .node-classified-form fieldset legend {
    margin-left: 0; }

body:not(.user-logged-in) .node-classified-form h4 {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #7a91dd;
  font-size: 16px;
  color: #344275;
  font-family: "Bricolage Grotesque", sans-serif;
  font-style: normal;
  font-weight: 600; }

body:not(.user-logged-in) .node-classified-form .form-item {
  display: block;
  margin: 0;
  padding: 0; }
  body:not(.user-logged-in) .node-classified-form .form-item .form-required:after {
    content: '*'; }
  body:not(.user-logged-in) .node-classified-form .form-item label, body:not(.user-logged-in) .node-classified-form .form-item legend span {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #7a91dd;
    font-size: 16px;
    color: #333;
    font-family: "Bricolage Grotesque", sans-serif;
    font-style: normal;
    font-weight: 600; }
  body:not(.user-logged-in) .node-classified-form .form-item input {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 10px;
    border: 1px solid #344275; }
    body:not(.user-logged-in) .node-classified-form .form-item input:focus {
      border-color: #7a91dd; }

body:not(.user-logged-in) .node-classified-form .classified-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  row-gap: 20px; }

body:not(.user-logged-in) .node-classified-form .field--name-field-deadline input, body:not(.user-logged-in) .node-classified-form .field--name-field-issued input, body:not(.user-logged-in) .node-classified-form .field--name-field-survey-end-date input {
  width: auto; }

body:not(.user-logged-in) .node-classified-form .classified-intro .fieldset-wrapper .form-composite {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  column-gap: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  row-gap: 10px; }
  body:not(.user-logged-in) .node-classified-form .classified-intro .fieldset-wrapper .form-composite .form-item {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    overflow: hidden;
    transition: all 300ms ease-in-out; }
    body:not(.user-logged-in) .node-classified-form .classified-intro .fieldset-wrapper .form-composite .form-item input {
      position: absolute;
      width: 1px;
      height: 1px;
      margin: -1px;
      padding: 0;
      border: 0;
      overflow: hidden;
      clip: rect(0 0 0 0); }
    body:not(.user-logged-in) .node-classified-form .classified-intro .fieldset-wrapper .form-composite .form-item input.disabled + label {
      border-color: #8e8e8e;
      color: #8e8e8e;
      pointer-events: none;
      cursor: not-allowed; }
    body:not(.user-logged-in) .node-classified-form .classified-intro .fieldset-wrapper .form-composite .form-item input:checked + label {
      background-color: #7a91dd;
      color: #fff; }
    body:not(.user-logged-in) .node-classified-form .classified-intro .fieldset-wrapper .form-composite .form-item label {
      margin-bottom: 0;
      padding: 10px;
      border: 1px solid #344275;
      background-color: #fff;
      font-size: 16px;
      font-weight: 300;
      line-height: 1;
      color: #7a91dd;
      cursor: pointer;
      transition: all 300ms ease-in-out; }
      body:not(.user-logged-in) .node-classified-form .classified-intro .fieldset-wrapper .form-composite .form-item label:hover {
        background-color: #7a91dd; }
    body:not(.user-logged-in) .node-classified-form .classified-intro .fieldset-wrapper .form-composite .form-item:hover {
      background-color: #7a91dd; }
      body:not(.user-logged-in) .node-classified-form .classified-intro .fieldset-wrapper .form-composite .form-item:hover label {
        color: #fff; }
    body:not(.user-logged-in) .node-classified-form .classified-intro .fieldset-wrapper .form-composite .form-item:last-of-type {
      margin-right: 0; }

body:not(.user-logged-in) .node-classified-form .classified-intro #edit-field-classified-type-ref--wrapper legend {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  width: 100%; }
  body:not(.user-logged-in) .node-classified-form .classified-intro #edit-field-classified-type-ref--wrapper legend .reset-type {
    cursor: pointer; }
    body:not(.user-logged-in) .node-classified-form .classified-intro #edit-field-classified-type-ref--wrapper legend .reset-type span {
      margin: 0 0 0 5px;
      padding: 0;
      border: 0;
      font-size: 13px;
      font-weight: 300;
      color: #344275;
      cursor: pointer; }
    body:not(.user-logged-in) .node-classified-form .classified-intro #edit-field-classified-type-ref--wrapper legend .reset-type:before {
      display: inline-block;
      font-size: 12px;
      color: #344275;
      -ms-transform: rotate(0);
      transform: rotate(0);
      transition: transform 1500ms linear; }
    body:not(.user-logged-in) .node-classified-form .classified-intro #edit-field-classified-type-ref--wrapper legend .reset-type:hover {
      color: #344275; }
      body:not(.user-logged-in) .node-classified-form .classified-intro #edit-field-classified-type-ref--wrapper legend .reset-type:hover:before {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
        transition: transform 1500ms linear; }

body:not(.user-logged-in) .node-classified-form .classified-date-wrapper {
  display: none;
  -ms-flex-direction: row;
      flex-direction: row;
  column-gap: 20px;
  width: 350px;
  row-gap: 20px; }
  body:not(.user-logged-in) .node-classified-form .classified-date-wrapper input {
    width: 160px; }

body:not(.user-logged-in) .node-classified-form #edit-body-0-format {
  display: none; }

body:not(.user-logged-in) .node-classified-form .field--name-field-event-dates-ph {
  position: relative; }
  body:not(.user-logged-in) .node-classified-form .field--name-field-event-dates-ph input {
    width: 160px; }
  body:not(.user-logged-in) .node-classified-form .field--name-field-event-dates-ph .tabledrag-toggle-weight-wrapper, body:not(.user-logged-in) .node-classified-form .field--name-field-event-dates-ph .paragraph-top, body:not(.user-logged-in) .node-classified-form .field--name-field-event-dates-ph .paragraphs-actions, body:not(.user-logged-in) .node-classified-form .field--name-field-event-dates-ph .field-multiple-drag, body:not(.user-logged-in) .node-classified-form .field--name-field-event-dates-ph .paragraph-type-label, body:not(.user-logged-in) .node-classified-form .field--name-field-event-dates-ph .description {
    display: none; }
  body:not(.user-logged-in) .node-classified-form .field--name-field-event-dates-ph .field-label {
    text-align: left; }
  body:not(.user-logged-in) .node-classified-form .field--name-field-event-dates-ph table {
    margin-bottom: 0 !important; }
  body:not(.user-logged-in) .node-classified-form .field--name-field-event-dates-ph tbody {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    row-gap: 20px; }
    body:not(.user-logged-in) .node-classified-form .field--name-field-event-dates-ph tbody .paragraphs-subform {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-align: start;
          align-items: flex-start;
      column-gap: 20px;
      width: 360px;
      margin: 0;
      row-gap: 20px; }
      body:not(.user-logged-in) .node-classified-form .field--name-field-event-dates-ph tbody .paragraphs-subform .js-form-type-select {
        position: relative;
        top: -2px; }
      body:not(.user-logged-in) .node-classified-form .field--name-field-event-dates-ph tbody .paragraphs-subform select {
        position: relative;
        width: 150px;
        height: 42px;
        margin-top: 0;
        margin-bottom: 0;
        padding-right: 50px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        outline: none;
        border: 1px solid #7a91dd;
        background-image: url("../images/form-select-bg.svg");
        background-color: #fff;
        background-position: top right;
        background-repeat: no-repeat;
        background-size: 50px auto;
        text-overflow: ellipsis;
        cursor: pointer; }
  body:not(.user-logged-in) .node-classified-form .field--name-field-event-dates-ph td {
    padding: 0; }
  body:not(.user-logged-in) .node-classified-form .field--name-field-event-dates-ph .paragraphs-add-wrapper {
    position: absolute;
    bottom: 5px;
    left: 380px;
    border-bottom: 0; }
    body:not(.user-logged-in) .node-classified-form .field--name-field-event-dates-ph .paragraphs-add-wrapper:before {
      -ms-flex-item-align: center;
          -ms-grid-row-align: center;
          align-self: center;
      margin-right: -10px;
      color: #344275; }
    body:not(.user-logged-in) .node-classified-form .field--name-field-event-dates-ph .paragraphs-add-wrapper input {
      border: 0;
      background-color: transparent;
      font-size: 5px;
      color: #7a91dd !important;
      text-transform: unset;
      font-family: "Bricolage Grotesque", sans-serif;
      font-style: normal;
      font-weight: 400; }

body:not(.user-logged-in) .node-classified-form .form-actions {
  display: -ms-grid;
  display: grid;
  grid-template-areas: 'header right' 'main right';
  -ms-grid-columns: 3fr 1fr;
      grid-template-columns: 3fr 1fr; }
  body:not(.user-logged-in) .node-classified-form .form-actions .disclaimer {
    margin-top: 20px;
    font-size: 14px;
    font-style: italic;
    line-height: 1.1;
    color: #707070;
    grid-area: main; }
    body:not(.user-logged-in) .node-classified-form .form-actions .disclaimer a {
      color: #344275; }
  body:not(.user-logged-in) .node-classified-form .form-actions .form-submit {
    -ms-flex-item-align: end;
        align-self: flex-end;
    margin: 0;
    background-color: #7a91dd;
    transition: background-color 300ms ease-in-out;
    color: #fff !important;
    grid-area: right; }
    body:not(.user-logged-in) .node-classified-form .form-actions .form-submit:hover {
      background-color: #344275; }
  body:not(.user-logged-in) .node-classified-form .form-actions .captcha {
    grid-area: header; }
    body:not(.user-logged-in) .node-classified-form .form-actions .captcha summary, body:not(.user-logged-in) .node-classified-form .form-actions .captcha .description {
      display: none; }

body:not(.user-logged-in) .block-content--type-markup .text-container p {
  margin-bottom: 0;
  font-size: 14px;
  font-style: italic;
  line-height: 1.1; }

.node--type-classified.node--view-mode-default .more-link {
  display: block;
  margin-top: 20px; }
  .node--type-classified.node--view-mode-default .more-link a {
    padding: 5px 10px;
    background-color: #344275;
    transition: background-color 300ms ease-in-out;
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase; }
    .node--type-classified.node--view-mode-default .more-link a:hover {
      background-color: #7a91dd; }

.node--type-classified.node--view-mode-default .privacy-wrapper {
  margin-top: 20px;
  padding: 20px;
  background-color: #f7f7f7; }
  .node--type-classified.node--view-mode-default .privacy-wrapper .disclaimer {
    font-size: 14px;
    font-style: italic;
    line-height: 1.1; }
  .node--type-classified.node--view-mode-default .privacy-wrapper a {
    transition: color 300ms ease-in-out;
    color: #344275; }
    .node--type-classified.node--view-mode-default .privacy-wrapper a:hover {
      color: #7a91dd; }
  .node--type-classified.node--view-mode-default .privacy-wrapper .block-content--type-markup p:last-of-type {
    margin-bottom: 10px; }

.node--type-classified.node--view-mode-default .classified-video {
  margin-bottom: 20px; }

.node--type-classified.node--view-mode-sidebar .add-classified {
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid #344275; }
  .node--type-classified.node--view-mode-sidebar .add-classified a {
    display: block;
    padding: 5px 10px;
    background-color: #344275;
    transition: background-color 300ms ease-in-out;
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    text-align: center;
    text-transform: uppercase; }
    .node--type-classified.node--view-mode-sidebar .add-classified a:hover {
      background-color: #7a91dd; }

article.node--type-classified.node--view-mode-listing {
  margin-bottom: 15px; }

.card {
  position: relative;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  color: #333;
  display: -ms-flexbox;
  display: flex;
  vertical-align: top; }
  .card .card-left {
    -ms-flex-preferred-size: 450px;
        flex-basis: 450px; }
  .card .card-right {
    -ms-flex-preferred-size: calc(100% - 450px);
        flex-basis: calc(100% - 450px); }
  .narrow .card, .has-sidebar .card {
    display: -ms-flexbox;
    display: flex;
    vertical-align: top; }
    .narrow .card .card-left, .has-sidebar .card .card-left {
      -ms-flex-preferred-size: 300px;
          flex-basis: 300px; }
    .narrow .card .card-right, .has-sidebar .card .card-right {
      -ms-flex-preferred-size: calc(100% - 300px);
          flex-basis: calc(100% - 300px); }
    .narrow .card img, .has-sidebar .card img {
      display: block;
      min-height: 190px; }
  .card .card-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 20; }
  .card .card-link:hover ~ .card-right h3 {
    color: #7a91dd; }
  .card .card-link:hover ~ .card-left img {
    -ms-transform: scale(1.1);
        transform: scale(1.1); }
  .card .card-left {
    position: relative;
    min-height: 190px;
    background-color: #344275; }
    .card .card-left figure {
      display: block;
      max-height: 275px;
      margin: 0;
      overflow: hidden; }
      .card .card-left figure picture {
        display: block; }
      .card .card-left figure img {
        width: 100% !important;
        height: auto;
        transition: transform 300ms ease-in-out; }
  .card .calendar-date {
    position: absolute;
    top: 10px;
    left: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    min-width: 125px;
    background-color: #fff;
    text-align: center; }
    .card .calendar-date .month, .card .calendar-date .year {
      padding: 3px 0;
      background-color: #344275;
      font-size: 16px;
      color: #fff;
      text-transform: uppercase;
      font-family: "Bricolage Grotesque", sans-serif;
      font-style: normal;
      font-weight: 500; }
    .card .calendar-date .day {
      padding: 10px 0;
      font-size: 68px;
      line-height: 1;
      font-family: "Bricolage Grotesque", sans-serif;
      font-style: normal;
      font-weight: 600; }
    .card .calendar-date .until {
      padding: 5px 10px;
      font-size: 14px;
      text-transform: uppercase;
      font-family: "Bricolage Grotesque", sans-serif;
      font-style: normal;
      font-weight: 700; }
      .card .calendar-date .until em {
        font-size: 12px;
        text-transform: lowercase;
        font-family: "Bricolage Grotesque", sans-serif;
        font-style: normal;
        font-weight: 300; }
  .card .card-right {
    padding: 10px; }
    .card .card-right .card-header {
      display: -ms-grid;
      display: grid;
      -ms-flex-align: start;
          align-items: flex-start;
      margin-bottom: 10px;
      padding-bottom: 10px;
      border-bottom: 2px solid #7a91dd;
      font-size: 14px;
      color: #344275;
      -ms-grid-rows: auto;
          grid-template-rows: auto;
      grid-template-areas: 'left right';
      font-family: "Bricolage Grotesque", sans-serif;
      font-style: normal;
      font-weight: 600; }
      .card .card-right .card-header .type, .card .card-right .card-header .category {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        padding: 2px 6px;
        background-color: #7a91dd;
        color: #fff;
        grid-area: left;
        font-family: "Bricolage Grotesque", sans-serif;
        font-style: normal;
        font-weight: 500; }
      .card .card-right .card-header .date, .card .card-right .card-header .apply-date, .card .card-right .card-header .job-date {
        text-align: right;
        grid-area: right; }
        html[lang='ar'] .card .card-right .card-header .date, html[lang='ar'] .card .card-right .card-header .apply-date, html[lang='ar'] .card .card-right .card-header .job-date {
          text-align: left; }
    .card .card-right h3 {
      margin-top: 0;
      margin-bottom: 10px;
      padding-bottom: 10px;
      border-bottom: 2px solid #7a91dd;
      transition: all 300ms ease-in-out;
      font-size: 20px;
      color: #344275;
      font-family: "Bricolage Grotesque", sans-serif;
      font-style: normal;
      font-weight: 600; }
    .card .card-right .card-text {
      font-size: 16px; }
      .card .card-right .card-text p {
        margin: 0; }
    .card .card-right .url {
      margin-top: 10px; }
      .card .card-right .url a {
        font-size: 14px;
        color: #344275; }
        .card .card-right .url a:before {
          margin-right: 5px; }
  .card.term--type-course-catalogue.term--view-mode-teaser figure {
    position: relative;
    width: 100%;
    margin: 0;
    background-repeat: no-repeat;
    background-size: cover;
    aspect-ratio: 16 / 9; }
    .card.term--type-course-catalogue.term--view-mode-teaser figure .overlay {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #344275 100%); }
    .card.term--type-course-catalogue.term--view-mode-teaser figure img {
      display: none; }
    .card.term--type-course-catalogue.term--view-mode-teaser figure h3 {
      position: absolute;
      right: 0;
      bottom: 20px;
      left: 0;
      margin: 0 20px;
      font-family: "Bricolage Grotesque", sans-serif;
      font-style: normal;
      font-weight: 500;
      font-size: 18px;
      line-height: 1.2;
      color: #fff; }
  .card.node--type-courses .card-right .card-header .venue {
    grid-area: left; }
  .card.node--type-courses.node--view-mode-listing figure, .card.node--type-courses.node--view-mode-teaser figure {
    margin: 0;
    padding: 0; }
    .card.node--type-courses.node--view-mode-listing figure img, .card.node--type-courses.node--view-mode-teaser figure img {
      width: 100%;
      height: auto; }
  .card.node--type-courses.node--view-mode-listing h3 {
    font-family: "Bricolage Grotesque", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2; }
  .card.node--type-courses.node--view-mode-listing .card-left {
    position: relative; }
  .card.node--type-courses.node--view-mode-listing figure {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover; }
    .card.node--type-courses.node--view-mode-listing figure img {
      display: none; }
  .card.node--type-courses.node--view-mode-listing .card-text {
    margin-bottom: 20px; }
  .card.node--type-courses.node--view-mode-listing .overlay-time {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1; }
  .card.node--type-courses.node--view-mode-listing em {
    font-family: "Bricolage Grotesque", sans-serif;
    font-style: normal;
    font-weight: 600; }
  .card.node--type-courses.node--view-mode-listing time {
    padding: 3px 6px;
    background: #7a91dd;
    font-size: 14px;
    color: #fff; }
    .card.node--type-courses.node--view-mode-listing time:before {
      position: relative;
      top: 1px;
      margin-right: 3px; }
  .card.node--type-courses.node--view-mode-teaser {
    -ms-flex-direction: column;
        flex-direction: column; }
    .card.node--type-courses.node--view-mode-teaser .wrapper {
      padding: 10px; }
    .card.node--type-courses.node--view-mode-teaser .metadata {
      margin-bottom: 10px;
      padding-bottom: 10px;
      border-bottom: 2px solid #7a91dd; }
    .card.node--type-courses.node--view-mode-teaser h3 {
      margin: 0 0 10px 0;
      padding: 0;
      font-family: "Bricolage Grotesque", sans-serif;
      font-style: normal;
      font-weight: 700;
      font-size: 18px; }
  .card.node--type-events .card-right .card-header .venue {
    text-align: right;
    grid-area: right; }
    html[lang='ar'] .card.node--type-events .card-right .card-header .venue {
      text-align: left; }
  .card.node--type-member-states-news .card-header {
    display: block;
    margin: 0;
    border: 0; }
    .card.node--type-member-states-news .card-header .country {
      display: inline-block;
      padding: 5px 10px;
      background-color: #344275;
      font-weight: 400;
      color: #fff;
      text-transform: uppercase; }
  .card.node--type-in-the-press .card-left, .card.node--type-press-release .card-left, .card.node--type-opportunity .card-left, .card.node--type-member-states-news .card-left, .card.node--type-classified .card-left {
    display: none; }
  .card.node--type-in-the-press .card-right, .card.node--type-press-release .card-right, .card.node--type-opportunity .card-right, .card.node--type-member-states-news .card-right, .card.node--type-classified .card-right {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
    .card.node--type-in-the-press .card-right h3, .card.node--type-press-release .card-right h3, .card.node--type-opportunity .card-right h3, .card.node--type-member-states-news .card-right h3, .card.node--type-classified .card-right h3 {
      font-size: 18px; }
  .card.node--type-classified .card-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    padding: 0; }
    .card.node--type-classified .card-header .classified-type {
      padding: 5px 10px;
      background-color: #7a91dd;
      font-size: 14px;
      font-weight: 400;
      color: #fff; }
    .card.node--type-classified .card-header .field-label-inline {
      font-weight: 300; }
    .card.node--type-classified .card-header .classified-deadline, .card.node--type-classified .card-header .classified-date-issued, .card.node--type-classified .card-header .classified-date {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      column-gap: 5px; }
    .card.node--type-classified .card-header .classified-date:before {
      top: 0;
      margin-right: 0; }
    .card.node--type-classified .card-header .classified-date.classified-3325 {
      display: none; }
  .card.node--type-classified .card-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    column-gap: 10px;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 2px solid #e0e0e0; }
    .card.node--type-classified .card-footer .location,
    .card.node--type-classified .card-footer .employer {
      display: -ms-flexbox;
      display: flex;
      column-gap: 5px;
      font-size: 14px;
      font-weight: 600;
      row-gap: 5px; }
      .card.node--type-classified .card-footer .location .field-label-inline,
      .card.node--type-classified .card-footer .employer .field-label-inline {
        font-weight: 300; }
    .card.node--type-classified .card-footer .location:before {
      position: relative;
      top: 1px; }
    .card.node--type-classified .card-footer .employer:before {
      position: relative;
      top: 2px; }
  .card.node--type-classified .text-container {
    word-break: break-word; }
    .card.node--type-classified .text-container a {
      color: #7a91dd; }
  .card.node--type-featured-project .card-left, .card.node--type-video .card-left, .card.taxonomy-term--type-programmes .card-left, .card.node--type-page .card-left, .card.block-content--type-ui-banner .card-left {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
    .card.node--type-featured-project .card-left h3, .card.node--type-video .card-left h3, .card.taxonomy-term--type-programmes .card-left h3, .card.node--type-page .card-left h3, .card.block-content--type-ui-banner .card-left h3 {
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      margin: 0;
      padding: 15px 20px;
      background-color: rgba(122, 145, 221, 0.8);
      font-size: 22px;
      color: #fff;
      font-family: "Bricolage Grotesque", sans-serif;
      font-style: normal;
      font-weight: 500; }
      .card.node--type-featured-project .card-left h3:before, .card.node--type-video .card-left h3:before, .card.taxonomy-term--type-programmes .card-left h3:before, .card.node--type-page .card-left h3:before, .card.block-content--type-ui-banner .card-left h3:before {
        position: absolute;
        top: -80px;
        right: 0;
        left: 0;
        display: block;
        height: 80px;
        background: transparent;
        background: linear-gradient(180deg, transparent 0%, transparent 50%, rgba(30, 50, 80, 0.8) 100%);
        content: ''; }
  .card.node--type-featured-project .card-right, .card.node--type-video .card-right, .card.taxonomy-term--type-programmes .card-right, .card.node--type-page .card-right, .card.block-content--type-ui-banner .card-right {
    display: none; }
  .card.node--type-video .card-left:after {
    position: absolute;
    top: 40%;
    left: 50%;
    z-index: 1;
    display: block;
    width: 60px;
    height: 60px;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    border-radius: 50%;
    background-color: #344275;
    content: ''; }
  .card.node--type-video .card-left:before {
    position: absolute;
    top: 40%;
    left: calc(50% + 3px);
    z-index: 2;
    display: block;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    font-size: 30px;
    color: #fff; }
  .card.node--type-report {
    box-shadow: none; }
    .card.node--type-report .card-left {
      background-color: transparent; }
      .card.node--type-report .card-left h3 {
        display: inline-block;
        margin: 0;
        padding: 5px 10px;
        background-color: #344275;
        font-size: 14px;
        color: #fff;
        font-family: "Bricolage Grotesque", sans-serif;
        font-style: normal;
        font-weight: 600; }
      .card.node--type-report .card-left figure {
        display: -ms-flexbox;
        display: flex;
        max-height: 100%;
        border-top: 2px solid #344275;
        box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); }
        .card.node--type-report .card-left figure img {
          height: 100%; }
  .card.node--type-opportunity .card-header {
    padding: 0;
    border-color: #7a91dd; }
  @media screen and (max-width: 80em) {
    .card {
      display: -ms-flexbox;
      display: flex;
      vertical-align: top; }
      .card .card-left {
        -ms-flex-preferred-size: 300px;
            flex-basis: 300px; }
      .card .card-right {
        -ms-flex-preferred-size: calc(100% - 300px);
            flex-basis: calc(100% - 300px); } }
  @media screen and (max-width: 57em) {
    .card {
      -ms-flex-direction: column;
          flex-direction: column; }
      .card .card-left, .card .card-right {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%; }
      .card .card-left {
        min-height: 100%; }
        .card .card-left figure {
          min-height: 100%;
          max-height: 100%; }
          .card .card-left figure img {
            display: -ms-flexbox;
            display: flex; }
      .card.node--type-courses .card-left, .card.node--type-events .card-left {
        min-height: 190px; } }
    @media screen and (max-width: 57em) and (max-width: 57em) {
      .card.node--type-courses .card-left figure, .card.node--type-courses .card-left img, .card.node--type-events .card-left figure, .card.node--type-events .card-left img {
        min-height: 190px; } }
  @media screen and (max-width: 57em) {
      .narrow .card.node--type-courses .card-left, .has-sidebar .card.node--type-courses .card-left, .narrow .card.node--type-events .card-left, .has-sidebar .card.node--type-events .card-left {
        -ms-flex: 100%;
            flex: 100%; }
      .narrow .card.node--type-courses img, .has-sidebar .card.node--type-courses img, .narrow .card.node--type-events img, .has-sidebar .card.node--type-events img {
        width: auto; } }

.metadata-field {
  color: #333;
  font-family: "Bricolage Grotesque", sans-serif;
  font-style: normal;
  font-weight: 500; }
  .metadata-field.date em, .metadata-field.apply-date em, .metadata-field.job-date em {
    font-family: "Bricolage Grotesque", sans-serif;
    font-style: normal;
    font-weight: 300; }
  .metadata-field.date .field-label-inline, .metadata-field.apply-date .field-label-inline, .metadata-field.job-date .field-label-inline {
    display: inline;
    font-family: "Bricolage Grotesque", sans-serif;
    font-style: normal;
    font-weight: 300; }
  .metadata-field.links a {
    display: -ms-flexbox;
    display: flex;
    line-height: 1.2;
    word-break: break-word; }
    .metadata-field.links a:before {
      position: relative;
      top: 1px;
      margin-right: 5px; }
  .metadata-field.publication-category {
    width: auto !important;
    padding: 4px !important;
    background-color: #7a91dd;
    color: #fff;
    text-transform: uppercase; }
  .metadata-field .publication-year {
    color: #7a91dd; }
    .metadata-field .publication-year .field-label-above:before {
      margin-right: 4px; }
    .metadata-field .publication-year time {
      font-size: 16px;
      font-family: "Bricolage Grotesque", sans-serif;
      font-style: normal;
      font-weight: 600; }
  .metadata-field.publication-files ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .node--view-mode-listing .metadata-field.publication-files ul {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      column-gap: 10px;
      row-gap: 10px; }
    .metadata-field.publication-files ul li:last-child {
      padding-right: 0; }
      .metadata-field.publication-files ul li:last-child .isbn {
        margin: 0;
        padding: 0;
        border: 0; }
    .metadata-field.publication-files ul li span {
      display: table;
      margin-bottom: 12.5px;
      border: 1px solid #7a91dd;
      background-color: #fff;
      transition: border-color 300ms ease-in-out; }
      .metadata-field.publication-files ul li span:before {
        display: table-cell;
        vertical-align: middle;
        padding: 5px;
        color: #7a91dd;
        transition: color 300ms ease-in-out; }
      .metadata-field.publication-files ul li span a {
        display: table-cell;
        vertical-align: middle;
        padding: 5px;
        background-color: #7a91dd;
        font-size: 14px;
        color: #fff !important;
        text-transform: uppercase;
        transition: background-color 300ms ease-in-out; }
      .metadata-field.publication-files ul li span .file-size {
        display: none; }
      .metadata-field.publication-files ul li span:hover {
        border-color: #344275; }
        .metadata-field.publication-files ul li span:hover:before {
          border-color: #344275;
          color: #344275; }
        .metadata-field.publication-files ul li span:hover a {
          background-color: #344275; }
    .metadata-field.publication-files ul li .isbn, .metadata-field.publication-files ul li .issn {
      font-size: 16px;
      color: #333;
      font-family: "Bricolage Grotesque", sans-serif;
      font-style: normal;
      font-weight: 300; }
      .metadata-field.publication-files ul li .isbn .field-label-above, .metadata-field.publication-files ul li .issn .field-label-above {
        display: inline-block;
        margin: 0;
        padding-right: 10px;
        font-size: 16px;
        font-family: "Bricolage Grotesque", sans-serif;
        font-style: normal;
        font-weight: 600; }
    .metadata-field.publication-files ul li .isbn {
      margin-bottom: 10px; }
  .metadata-field.publication-links {
    margin: 0;
    padding: 0; }
    .metadata-field.publication-links ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      .metadata-field.publication-links ul li {
        padding-bottom: 10px; }
        .metadata-field.publication-links ul li:last-child {
          padding-bottom: 0; }
          .metadata-field.publication-links ul li:last-child:after {
            display: none; }
        .metadata-field.publication-links ul li a {
          font-size: 14px;
          color: #7a91dd;
          transition: color 300ms ease-in-out; }
          .metadata-field.publication-links ul li a:before {
            margin-right: 4px;
            font-size: 11px; }
          .metadata-field.publication-links ul li a:hover {
            color: #344275; }
  .metadata-field.files a, .metadata-field.files span, .metadata-field.member-states-contribution-files a, .metadata-field.member-states-contribution-files span {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding: 2px;
    background-color: #344275;
    transition: all 300ms ease-in-out !important;
    font-size: 13px;
    line-height: 1.2;
    color: #fff !important;
    text-transform: uppercase;
    word-break: break-word; }
    html[lang='ar'] .metadata-field.files a, html[lang='ar'] .metadata-field.files span, html[lang='ar'] .metadata-field.member-states-contribution-files a, html[lang='ar'] .metadata-field.member-states-contribution-files span {
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }
    .metadata-field.files a:after, .metadata-field.files span:after, .metadata-field.member-states-contribution-files a:after, .metadata-field.member-states-contribution-files span:after {
      position: absolute;
      top: 2px;
      bottom: 2px;
      left: 2px;
      z-index: 1;
      width: 24px;
      background-color: #fff;
      content: ''; }
    .metadata-field.files a:before, .metadata-field.files span:before, .metadata-field.member-states-contribution-files a:before, .metadata-field.member-states-contribution-files span:before {
      position: relative;
      z-index: 2;
      display: inline-block;
      margin-right: 5px;
      padding: 5px;
      background-color: #fff;
      color: #344275;
      transition: color 300ms ease-in-out; }
    .metadata-field.files a:hover, .metadata-field.files span:hover, .metadata-field.member-states-contribution-files a:hover, .metadata-field.member-states-contribution-files span:hover {
      border-color: #7a91dd;
      background-color: #7a91dd;
      transition: all 300ms ease-in-out; }
      .metadata-field.files a:hover:before, .metadata-field.files span:hover:before, .metadata-field.member-states-contribution-files a:hover:before, .metadata-field.member-states-contribution-files span:hover:before {
        border-color: #7a91dd;
        color: #7a91dd; }
  .metadata-field.member-states-contribution-files-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    row-gap: 20px; }
    .metadata-field.member-states-contribution-files-wrapper .paragraph {
      padding-bottom: 20px;
      border-bottom: 2px solid #e0e0e0; }
      .metadata-field.member-states-contribution-files-wrapper .paragraph:last-of-type {
        border-bottom: 0; }
  .metadata-field.member-states-contribution-files {
    display: -ms-grid;
    display: grid;
    column-gap: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    row-gap: 20px; }
    .metadata-field.member-states-contribution-files h4 {
      margin: 0 0 10px;
      font-size: 18px;
      font-weight: 600;
      text-transform: uppercase; }
    .metadata-field.member-states-contribution-files ul {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      margin: 0;
      padding: 0;
      list-style: none;
      row-gap: 10px; }
      .metadata-field.member-states-contribution-files ul li a,
      .metadata-field.member-states-contribution-files ul li span {
        padding: 0;
        background: transparent;
        transition: color 300ms ease-in-out;
        font-size: 16px;
        font-weight: 400;
        color: #344275 !important;
        text-transform: unset; }
        .metadata-field.member-states-contribution-files ul li a:hover,
        .metadata-field.member-states-contribution-files ul li span:hover {
          background: transparent;
          color: #7a91dd !important; }
      .metadata-field.member-states-contribution-files ul li.disabled {
        cursor: not-allowed; }
        .metadata-field.member-states-contribution-files ul li.disabled span {
          color: #8e8e8e !important;
          pointer-events: none; }
          .metadata-field.member-states-contribution-files ul li.disabled span:before {
            color: #8e8e8e; }
  .metadata-field.share-widget {
    border-bottom: 0 !important; }
    .metadata-field.share-widget a {
      padding-right: 15px;
      transition: color 300ms ease-in-out;
      font-size: 24px;
      color: #7a91dd; }
      .metadata-field.share-widget a:last-child {
        padding-right: 0; }
      .metadata-field.share-widget a:hover {
        color: #344275; }
  .metadata-field.apply .venue {
    margin-bottom: 10px; }
  .metadata-field.apply .apply-date, .metadata-field.apply .apply-job-date {
    margin-bottom: 10px; }
    .metadata-field.apply .apply-date em, .metadata-field.apply .apply-job-date em {
      font-weight: 500 !important;
      text-transform: capitalize !important; }
    .metadata-field.apply .apply-date time, .metadata-field.apply .apply-job-date time {
      font-family: "Bricolage Grotesque", sans-serif;
      font-style: normal;
      font-weight: 600; }
  .metadata-field.apply a {
    display: block;
    padding: 5px;
    background-color: #344275;
    transition: background-color 300ms ease-in-out;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-family: "Bricolage Grotesque", sans-serif;
    font-style: normal;
    font-weight: 300; }
    .metadata-field.apply a:hover {
      background-color: #7a91dd; }
  .metadata-field.related-news .field-label-above {
    margin: 0 0 10px 0;
    padding-top: 10px;
    border-top: 1px solid #7a91dd;
    font-size: 16px;
    color: #333;
    text-transform: uppercase;
    font-family: "Bricolage Grotesque", sans-serif;
    font-style: normal;
    font-weight: 600; }
  .metadata-field.related-news ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .metadata-field.related-news ul li {
      margin-bottom: 10px; }
      .metadata-field.related-news ul li:last-child {
        margin-bottom: 0; }
    .metadata-field.related-news ul a {
      display: -ms-flexbox;
      display: flex;
      transition: color 300ms ease-in-out;
      color: #333; }
      .metadata-field.related-news ul a:hover {
        color: #7a91dd; }
      .metadata-field.related-news ul a:before {
        position: relative;
        top: 1px;
        margin-right: 5px; }
  .metadata-field.related-news .more-link {
    display: block;
    margin-top: 10px;
    padding: 5px;
    background-color: #344275;
    transition: background-color 300ms ease-in-out;
    font-size: 22px;
    text-align: center; }
    .metadata-field.related-news .more-link:hover {
      background-color: #7a91dd; }
    .metadata-field.related-news .more-link a {
      color: #fff;
      text-transform: uppercase;
      font-family: "Bricolage Grotesque", sans-serif;
      font-style: normal;
      font-weight: 300; }
  .metadata-field.programmes li {
    display: -ms-flexbox;
    display: flex; }
    .metadata-field.programmes li:before {
      margin-right: 3px; }
  .metadata-field.regions li {
    display: -ms-flexbox;
    display: flex; }
    .metadata-field.regions li:before {
      margin-right: 3px; }
  .metadata-field.available-in ul {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .metadata-field.available-in ul:before {
      margin-right: 3px; }
    .metadata-field.available-in ul li:after {
      padding-right: 5px;
      content: ','; }
    .metadata-field.available-in ul li:last-child:after {
      display: none; }
  .metadata-field.calendar-date .time:before, .metadata-field.date .time:before {
    position: relative;
    top: 1px;
    margin-right: 4px; }
  .metadata-field.date .time {
    display: block;
    margin-top: 4px; }
  .metadata-field.calendar-date .time {
    font-family: "Bricolage Grotesque", sans-serif;
    font-style: normal;
    font-weight: 700;
    padding: 5px 10px;
    font-size: 12px; }
  .metadata-field.total span {
    font-size: 22px; }
    .metadata-field.total span:before {
      position: relative;
      top: 2px;
      margin-right: 4px;
      font-size: 20px; }
  .metadata-field.organizing-country span:before, .metadata-field.employing-country span:before, .metadata-field.country-publisher span:before, .metadata-field.country-author span:before, .metadata-field.country span:before {
    position: relative;
    top: 1px; }
  .metadata-field.job-location span:before, .metadata-field.location-event span:before, .metadata-field.location-fellowship span:before, .metadata-field.internship-location span:before, .metadata-field.publisher span:before, .metadata-field.city-publisher span:before, .metadata-field.training-location span:before {
    position: relative;
    top: 2px;
    font-size: 18px; }
  .metadata-field.relevant-date time:before, .metadata-field.contribution-deadline time:before {
    position: relative;
    top: 1px;
    margin-right: 5px; }
  .metadata-field.classified-date span {
    font-weight: 600; }
  .metadata-field.classified-date em {
    font-style: unset;
    font-weight: 300; }
  .metadata-field.classified-date:before {
    position: relative;
    top: 1px;
    margin-right: 5px; }
  .metadata-field.deadline, .metadata-field.issued-on, .metadata-field.survey-date {
    display: -ms-flexbox;
    display: flex; }
    .metadata-field.deadline .field-label-inline, .metadata-field.issued-on .field-label-inline, .metadata-field.survey-date .field-label-inline {
      margin-right: 5px;
      font-weight: 300; }
      .metadata-field.deadline .field-label-inline:before, .metadata-field.issued-on .field-label-inline:before, .metadata-field.survey-date .field-label-inline:before {
        position: relative;
        top: 1px;
        margin-right: 5px; }
    .metadata-field.deadline time, .metadata-field.issued-on time, .metadata-field.survey-date time {
      font-weight: 600; }
  .metadata-field.editors span:before {
    position: relative;
    top: 1px;
    margin-right: 5px; }
  .metadata-field.fiscal-year span {
    font-size: 28px;
    font-weight: 700; }

.node.node--view-mode-sidebar, .taxonomy-term--view-mode-sidebar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  row-gap: 10px; }
  .node.node--view-mode-sidebar .metadata-field, .taxonomy-term--view-mode-sidebar .metadata-field {
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #7a91dd; }
    .node.node--view-mode-sidebar .metadata-field ul, .taxonomy-term--view-mode-sidebar .metadata-field ul {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      margin: 0;
      padding: 0;
      list-style: none;
      row-gap: 10px; }
      .node.node--view-mode-sidebar .metadata-field ul li a, .taxonomy-term--view-mode-sidebar .metadata-field ul li a {
        transition: color 300ms ease-in-out;
        font-size: 14px;
        color: #333; }
        .node.node--view-mode-sidebar .metadata-field ul li a:hover, .taxonomy-term--view-mode-sidebar .metadata-field ul li a:hover {
          color: #7a91dd; }
    .node.node--view-mode-sidebar .metadata-field .field-label-above, .taxonomy-term--view-mode-sidebar .metadata-field .field-label-above {
      margin: 0 0 10px 0;
      font-size: 16px;
      color: #333;
      text-transform: uppercase;
      font-family: "Bricolage Grotesque", sans-serif;
      font-style: normal;
      font-weight: 600; }
    .node.node--view-mode-sidebar .metadata-field.date, .taxonomy-term--view-mode-sidebar .metadata-field.date {
      font-size: 16px;
      color: #333;
      font-family: "Bricolage Grotesque", sans-serif;
      font-style: normal;
      font-weight: 600; }

.sidebar .inner-wrapper nav h2 {
  margin: 0 0 10px 0;
  font-size: 16px;
  color: #333;
  text-transform: uppercase;
  font-family: "Bricolage Grotesque", sans-serif;
  font-style: normal;
  font-weight: 600; }

.sidebar .inner-wrapper nav ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  .sidebar .inner-wrapper nav ul li {
    margin-bottom: 10px;
    padding: 0; }
    .sidebar .inner-wrapper nav ul li:last-child {
      margin-bottom: 0; }
  .sidebar .inner-wrapper nav ul a {
    display: -ms-flexbox;
    display: flex;
    transition: color 300ms ease-in-out;
    color: #333; }
    .sidebar .inner-wrapper nav ul a:hover {
      color: #7a91dd; }
    .sidebar .inner-wrapper nav ul a:before {
      position: relative;
      top: 1px;
      margin-right: 5px; }

/*# sourceMappingURL=style.css.map */
