@import url("https://use.typekit.net/mui8dnv.css");
/**
 * Content Types (nodes)
 *  - in Drupal a content type is a bunch of fields we use to enter and display
 *    content, such as pages, blog posts, forum posts and so on. Each of those
 *    is usually a content type you create in the Drupal admin.
 *  - an instance of a content type (e.g. a single blog post) is called a node,
 *    the root template is node.html.twig and the base selector is .node {}
 ============================================================================ */
.node p:last-child {
  margin-bottom: 0;
}

.node__status {
  float: right;
}

.node__header.news {
  background: #F9F9F9;
  text-align: center;
  margin-bottom: 0;
  padding: 3em 0 1em;
}

.node--view-mode-full__title {
  margin: 0 0 1rem;
}

.node--view-mode-teaser ul:last-of-type {
  margin-bottom: 0;
}

.node__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1rem 0;
}

.node__meta .field-type-image {
  margin: 0 0.75rem 0 0;
}

.node__meta .field-type-image__figure {
  margin: 0;
  padding: 0;
}

.node__meta .field-type-image img {
  width: auto;
  height: 3rem;
}

.node__meta article:empty {
  display: none;
}

.node .node__author:after {
  content: "-";
  display: inline-block;
}

.node__meta--has-author-picture .node__submitted {
  margin-top: 0.25rem;
}

.node__meta--has-author-picture .node__author:after {
  display: none;
}

.node__meta--has-author-picture .node__author,
.node__meta--has-author-picture .node__pubdate {
  margin: 0;
  display: block;
}

@media screen and (max-width: 60em) {
  .node .node__author:after {
    display: none;
  }
  .node .node__author,
  .node .node__pubdate {
    margin: 0;
    display: block;
  }
}

.node__links {
  clear: both;
}

.node--type-job-posting {
  max-width: 364px;
  margin: 3em auto 3em;
  width: 92.76%;
}

@media screen and (min-width: 45.0625em) {
  .node--type-job-posting {
    max-width: 734px;
    margin: 3em auto 3em;
    width: 95.2%;
  }
}

@media screen and (min-width: 60.0625em) {
  .node--type-job-posting {
    max-width: 1240px;
    margin: 3em auto 3em;
    width: 90%;
  }
}

.node--type-culture-note.node--view-mode-full .node__content .cn__wrapper {
  background: #F9F9F9;
  overflow: auto;
}

.node--type-culture-note.node--view-mode-full .node__content .cn__wrapper .cn_description {
  max-width: 364px;
  margin: 3em auto 3em;
  width: 92.76%;
}

@media screen and (min-width: 45.0625em) {
  .node--type-culture-note.node--view-mode-full .node__content .cn__wrapper .cn_description {
    max-width: 734px;
    margin: 3em auto 3em;
    width: 95.2%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 60.0625em) {
  .node--type-culture-note.node--view-mode-full .node__content .cn__wrapper .cn_description {
    max-width: 1240px;
    margin: 3em auto 3em;
    width: 90%;
  }
}

@media screen and (min-width: 45.0625em) {
  .node--type-culture-note.node--view-mode-full .node__content .cn__wrapper .cn_description .lc {
    max-width: 421px;
  }
}

@media screen and (min-width: 60.0625em) {
  .node--type-culture-note.node--view-mode-full .node__content .cn__wrapper .cn_description .lc {
    max-width: 714px;
  }
}

.node--type-culture-note.node--view-mode-full .node__content .cn__wrapper .cn_description .lc .field-name-field-country .field__items .field__item {
  width: 100%;
}

@media screen and (min-width: 45.0625em) {
  .node--type-culture-note.node--view-mode-full .node__content .cn__wrapper .cn_description .rc {
    max-width: 238px;
  }
}

@media screen and (min-width: 60.0625em) {
  .node--type-culture-note.node--view-mode-full .node__content .cn__wrapper .cn_description .rc {
    max-width: 400px;
  }
}

.node--type-culture-note.node--view-mode-full .node__content .cn__wrapper .cn_description .rc .rc_content {
  background: white;
  padding: 3.125em;
}

.node--type-culture-note.node--view-mode-full .node__content .cn__wrapper .cn_description .rc .rc_content .field-type-string h3 {
  font-size: 0.875em;
  text-transform: uppercase;
}

.node--type-culture-note.node--view-mode-full .node__content .cn__wrapper .cn_description .rc .rc_content .field-type-string:not(:last-child) {
  border-bottom: 1px solid #DCDCDC;
  padding-bottom: 1.25em;
}

.node--type-culture-note.node--view-mode-teaser .node__container .node__content {
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #4A4A4A;
}

.node--type-culture-note.node--view-mode-teaser .node__container .node__content .cn__wrapper {
  width: 77.5%;
  margin: 2.5em 0;
}

.node--type-culture-note.node--view-mode-teaser .node__container .node__content .cn__wrapper .field-node-field-country {
  border-bottom: 1px solid #DCDCDC;
}

@media screen and (min-width: 45.0625em) {
  .node--type-culture-note.node--view-mode-teaser .node__container .node__content .cn__wrapper .field-node-field-country .taxonomy-term__title {
    font-size: 1.25em;
  }
}

@media screen and (min-width: 60.0625em) {
  .node--type-culture-note.node--view-mode-teaser .node__container .node__content .cn__wrapper .field-node-field-country .taxonomy-term__title {
    font-size: 1.75em;
  }
}

@media screen and (min-width: 45.0625em) {
  .node--type-culture-note.node--view-mode-teaser .node__container .node__content .cn__wrapper .field-node-field-country .svg_flag {
    width: 25px;
    margin-right: 0.1em;
  }
}

@media screen and (min-width: 60.0625em) {
  .node--type-culture-note.node--view-mode-teaser .node__container .node__content .cn__wrapper .field-node-field-country .svg_flag {
    width: 40px;
    margin-right: 0.5em;
  }
}

.node--type-culture-note.node--view-mode-teaser .node__container .node__content .cn__wrapper .field-type-string h3 {
  font-size: 0.875em;
  text-transform: uppercase;
}

.node--type-culture-note.node--view-mode-teaser .node__container .node__content .cn__wrapper .field-type-string:not(:last-child) {
  border-bottom: 1px solid #DCDCDC;
  padding-bottom: 1.25em;
}

.node--type-culture-note.node--view-mode-teaser .node__container .node__content .cn__wrapper .field-type-string.field-name-field-language {
  border-bottom: 1px solid #DCDCDC;
  padding-bottom: 1.25em;
}

.node--type-culture-note.node--view-mode-teaser .node__container .node__content .a_c {
  width: 77.5%;
  margin-bottom: 1.875em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.node--type-culture-note.node--view-mode-teaser .node__container .node__content .a_c span {
  display: block;
  content: url(../images/icons/arrow_circle_forward.svg);
}

.node--type-culture-note.node--view-mode-teaser .node__container .node__content:hover {
  text-decoration: none;
  -webkit-box-shadow: 0px 6px 11px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 6px 11px rgba(0, 0, 0, 0.05);
}

.node--type-culture-note.node--view-mode-teaser .node__container .node__content:hover .a_c span {
  content: url(../images/icons/arrow_circle_forward_active.svg);
}

.node--type-profile.node--view-mode-full .bio_wrapper {
  max-width: 364px;
  margin: 1em auto 3em;
  width: 92.76%;
}

@media screen and (min-width: 45.0625em) {
  .node--type-profile.node--view-mode-full .bio_wrapper {
    max-width: 734px;
    margin: 3em auto 3em;
    width: 95.2%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 60.0625em) {
  .node--type-profile.node--view-mode-full .bio_wrapper {
    max-width: 1240px;
    margin: 3em auto 3em;
    width: 90%;
  }
}

@media screen and (min-width: 45.0625em) {
  .node--type-profile.node--view-mode-full .bio_wrapper .profile_photo {
    width: 32.6%;
    max-width: 240px;
  }
}

@media screen and (min-width: 60.0625em) {
  .node--type-profile.node--view-mode-full .bio_wrapper .profile_photo {
    max-width: 400px;
  }
}

.node--type-profile.node--view-mode-full .bio_wrapper .profile_details {
  margin-top: 2em;
}

@media screen and (min-width: 45.0625em) {
  .node--type-profile.node--view-mode-full .bio_wrapper .profile_details {
    margin-top: 0;
    width: 57%;
    max-width: 424px;
  }
}

@media screen and (min-width: 60.0625em) {
  .node--type-profile.node--view-mode-full .bio_wrapper .profile_details {
    max-width: 715px;
  }
}

.node--type-profile.node--view-mode-full .bio_wrapper .profile_details .job_title {
  border-bottom: 1px solid #DCDCDC;
  margin-bottom: 1.5em;
}

.node--type-profile.node--view-mode-teaser .bio_wrapper {
  overflow: auto;
  display: block;
  background: white;
  color: #4A4A4A;
  cursor: pointer;
}

.node--type-profile.node--view-mode-teaser .bio_wrapper:hover {
  text-decoration: none;
}

.node--type-profile.node--view-mode-teaser .bio_wrapper .profile_details {
  padding: 1em 1.36em;
}

.node--type-article.node--view-mode-full {
  background: #F9F9F9;
  overflow: auto;
}

.node--type-article.node--view-mode-full .node__container {
  max-width: 364px;
  margin: 3em auto 3em;
  width: 92.76%;
  max-width: 700px;
}

.node--type-article.node--view-mode-full .node__container .wrapper .node__header .node__title {
  margin-bottom: 0;
}

.node--type-article.node--view-mode-full .node__container .wrapper .node__header .node__meta {
  margin-bottom: 3em;
}

.node--type-article.node--view-mode-card {
  color: #4A4A4A;
}

.node--type-article.node--view-mode-card:hover {
  text-decoration: none;
}

.node--type-article.node--view-mode-card .container {
  padding: 1em;
}

.node--sticky {
  padding: 0;
}

.path-user-login .pr-main__rw {
  background: #F9F9F9;
}

.path-user-login .pr-main__rw .pr-main__content {
  background: white;
  padding: 0 1em !important;
  -webkit-box-shadow: 0px 6px 11px rgba(0, 0, 0, 0.02);
          box-shadow: 0px 6px 11px rgba(0, 0, 0, 0.02);
  border-radius: 2px;
  border: 1px solid #DCDCDC;
  max-width: 364px;
  margin: 3em auto 3em;
  width: 92.76%;
}

@media screen and (min-width: 45.0625em) {
  .path-user-login .pr-main__rw .pr-main__content {
    max-width: 734px;
    margin: 3em auto 3em;
    width: 95.2%;
    max-width: 420px;
  }
}

@media screen and (min-width: 60.0625em) {
  .path-user-login .pr-main__rw .pr-main__content {
    max-width: 1240px;
    margin: 3em auto 3em;
    width: 90%;
    max-width: 420px;
  }
}
/*# sourceMappingURL=node.css.map */