/* #65adf5;*/
/*#7dca90;*/
/*
Fonts are served through Typenetworks. ACED uses Vonnes for all texts.
the following weights (css families) are available:

*/
/* Custom Fonts*/
.heading-xxl, article.block-xl h2, article.block-l h2, article.block-m.article--programme h2, .article h1 {
  text-transform: uppercase;
  font-size: 96px;
  line-height: 0.9em; }
  @media (max-width: 419px) {
    .heading-xxl, article.block-xl h2, article.block-l h2, article.block-m.article--programme h2, .article h1 {
      font-size: 40px; } }

.heading-xl, article.block-m h2 {
  text-transform: uppercase;
  font-size: 56px;
  line-height: 1em; }

.heading-large, article.block-s h2 {
  text-transform: uppercase;
  font-size: 48px;
  line-height: 1em; }
  @media (max-width: 419px) {
    .heading-large, article.block-s h2 {
      font-size: 40px; } }

.heading-normal, .article p strong {
  margin-top: 0.6em;
  font-family: "Vonnes Comp Bd", sans-serif;
  text-transform: uppercase;
  font-size: 36px;
  line-height: 1em;
  font-weight: 400; }

.heading-small, .profiles > section h2, .profiles h2 {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 0.6em; }

.text-xl {
  font-family: "Vonnes Cond Lt";
  font-weight: 400;
  font-size: 36px;
  line-height: 1.2em; }

.text-normal, .article p.intro, .article p, .article table, .article ul {
  font-size: 24px;
  line-height: 1.35em;
  margin-bottom: 1.0em; }

.text-small, .article-block h3, #related-articles article h3, .article-footer h4 {
  font-family: "Vonnes Cond Bk", sans-serif;
  font-weight: 400;
  font-size: 18px; }

a.link-underline, .article p a {
  position: relative; }
  a.link-underline:after, .article p a:after {
    position: absolute;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    background: black;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 100%;
    left: 0; }
  a.link-underline:hover:after, .article p a:hover:after {
    width: 0%;
    left: 50%; }

.background-animated .background, #related-articles article .background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
  opacity: 0;
  background: #c770f2; }
  .background-animated .background img, #related-articles article .background img {
    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
    object-position: center; }

.background-animated .background, #related-articles article .background {
  transition: opacity 250ms ease-out, transform 4s ease-out; }

.background-animated:hover .background, #related-articles article:hover .background {
  opacity: 1;
  transform: scale(1.2);
  transition: opacity 300ms ease-in, transform 4s ease-in; }

.text-animated h2, #related-articles article h2, .text-animated h3, #related-articles article h3, .text-animated a, #related-articles article a, .text-animated span, #related-articles article span {
  transition: all 250ms ease-out; }

.text-animated a:after, #related-articles article a:after {
  transition: all 250ms ease-out; }

.text-animated:hover h2, #related-articles article:hover h2, .text-animated:hover h3, #related-articles article:hover h3, .text-animated:hover a, #related-articles article:hover a, .text-animated:hover span, #related-articles article:hover span {
  color: white;
  transition: all 300ms ease-in; }

.text-animated:hover a:after, #related-articles article:hover a:after {
  background: white;
  transition: all 300ms ease-in; }

main ul, article ul {
  list-style: none;
  padding-left: 15px; }
  main ul li, article ul li {
    padding-left: 15px; }
  main ul li:before, article ul li:before {
    content: "\00bb";
    margin-left: -30px;
    display: inline-block;
    width: 30px;
    position: absolute; }

.article-block div, #related-articles article div {
  display: table;
  position: relative;
  width: 100%;
  height: 100%; }

.article-block a.article-link, #related-articles article a.article-link {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  width: 100%;
  text-align: center;
  padding-left: 5%;
  padding-right: 5%; }

.article-block h2, #related-articles article h2 {
  text-transform: uppercase;
  margin-bottom: 0.5vw; }

.article-block p.metadata, #related-articles article p.metadata {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 3.5rem 2.5% 0.5rem 2.5%;
  margin-bottom: 0em; }
  .article-block p.metadata span, #related-articles article p.metadata span {
    float: left; }
  .article-block p.metadata a, #related-articles article p.metadata a {
    width: auto;
    float: right; }

article.block-xl {
  height: calc((100vw/6)*1); }

article.block-l {
  height: calc((100vw/3)*1.5); }

article.block-s {
  height: calc((100vw/6)*1.5); }

article.block-m {
  height: calc((100vw/3)*0.75); }

.article--programme {
  background: #c770f2; }

@media (max-width: 419px) {
  article.block-xl, article.block-l, article.block-m, article.block-s {
    height: calc((100vw/3)*2); } }

.profiles > section, .profiles {
  width: 100%;
  padding-top: 3vw;
  padding-bottom: 2vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .profiles > section h2, .profiles h2 {
    text-align: center;
    width: 100%;
    font-size: 48px;
    font-family: "Vonnes Comp Lt"; }
  .profiles > section h3, .profiles h3 {
    font-size: 18px;
    line-height: 1.25em; }
  .profiles > section .profile, .profiles .profile {
    width: 320px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    text-align: left;
    margin-bottom: 3vw; }

@media (min-width: 768px) and (max-width: 1023px) {
  .profiles > section .profile, .profiles .profile {
    width: 40%; } }
    @media (max-width: 766px) {
      .profiles > section .profile, .profiles .profile {
        width: 95%;
        margin-bottom: 8vw; } }
  .profiles > section .profile__image, .profiles .profile__image {
    width: 96px;
    height: 96px;
    position: relative;
    margin-right: 16px; }
    .profiles > section .profile__image::after, .profiles > section .profile__image img, .profiles .profile__image::after, .profiles .profile__image img {
      height: 100%;
      width: auto;
      min-width: 100%;
      object-fit: cover;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      border-radius: 50%;
      right: 0; }
    .profiles > section .profile__image::after, .profiles .profile__image::after {
      content: ' ';
      background: #e6e6e6;
      z-index: 0; }
    .profiles > section .profile__image img, .profiles .profile__image img {
      z-index: 1; }
  .profiles > section .profile__meta, .profiles .profile__meta {
    width: 56%;
    position: relative; }
    .profiles > section .profile__meta .profile__name, .profiles .profile__meta .profile__name {
      font-family: "Vonnes Cond Med"; }
    .profiles > section .profile__meta .profile__function, .profiles .profile__meta .profile__function {
      font-family: "Vonnes Cond Bk", sans-serif;
      font-weight: 300; }
    .profiles > section .profile__meta a, .profiles .profile__meta a {
      position: relative;
      bottom: 0;
      display: inline-block;
      margin-top: 16px; }

@media (max-width: 419px) {
  .article {
    overflow-x: hidden; } }

.article h1 {
  text-transform: uppercase;
  text-align: center; }

.article h1 {
  margin-top: 0.6em;
  margin-bottom: 0.25em; }

.article h2 {
  width: 75%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 0.6em;
  font-size: 60px;
  font-family: "Vonnes Comp Lt"; }

.article blockquote {
  width: 45%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 0.6em;
  font-size: 60px;
  font-family: "Vonnes Comp Lt";
  line-height: 1.25em; }

.article p.intro {
  width: 50%;
  margin: 0 auto;
  font-size: 36px;
  margin-bottom: 0.6em; }

.article p.metadata {
  width: 100%;
  text-align: center; }

.article table strong {
  font-weight: 700; }

.article p strong {
  margin-bottom: 0.6em;
  display: inline-block; }

@media (max-width: 419px) {
  .article h1, .article h2, .article p.intro {
    width: 90%;
    margin: 0 auto;
    margin-top: 0.6em; } }

.article figure {
  width: 50%;
  margin: 0 auto;
  clear: both;
  margin-bottom: 3vw; }

@media (min-width: 421px) and (max-width: 767px) {
  .article figure {
    width: 60%; } }
  @media (max-width: 419px) {
    .article figure {
      width: 90%; } }
  .article figure img {
    width: 100%; }
  .article figure figcaption {
    font-size: 18px;
    margin-top: 0.25em; }

.k-editor-paragraph-block, .article table, ul, p.cta {
  width: 50%;
  margin: 0 auto;
  clear: both;
  margin-bottom: 0.6em; }

@media (min-width: 421px) and (max-width: 767px) {
  .k-editor-paragraph-block, .article table, ul, p.cta {
    width: 80%; } }
  @media (max-width: 419px) {
    .k-editor-paragraph-block, .article table, ul, p.cta {
      width: 90%; } }

.article table {
  transform: translateX(-3px); }
  .article table tr td:first-child {
    padding-right: 2vw; }

p.cta {
  border: 1px solid black;
  font-family: "Vonnes Comp Bd";
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  font-size: 36px;
  line-height: 1em;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 1em;
  padding-right: 1em;
  font-style: italic;
  transition: all 200ms ease-out; }
  p.cta:hover {
    transition: all 200ms ease-in;
    background: black;
    color: white;
    cursor: pointer; }

@media (min-width: 421px) and (max-width: 767px) {
  p.cta {
    font-size: 24px; } }
  @media (max-width: 419px) {
    p.cta {
      font-size: 18px; } }

.k-editor-gallery-block {
  margin-top: 3vw;
  padding-bottom: 2vw; }
  .k-editor-gallery-block .k-editor-gallery-image-wrapper {
    padding-left: 1vw;
    padding-right: 1vw; }
  .k-editor-gallery-block .slick-dots li:before {
    content: ''; }
  .k-editor-gallery-block .slick-dots li button::before {
    width: 10px;
    height: 10px;
    content: '';
    border-radius: 50%;
    border: 1px solid black;
    background: white;
    opacity: 1; }
  .k-editor-gallery-block .slick-dots li.slick-active button::before {
    opacity: 1;
    background: black; }

.article-footer {
  margin-top: 4vw;
  padding-top: 4vw;
  border-top: 1px solid black;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: flex; }

@media (min-width: 421px) and (max-width: 767px) {
  .article-footer {
    padding-left: 10vw;
    padding-right: 10vw; } }
  @media (max-width: 419px) {
    .article-footer {
      padding-left: 5vw;
      padding-right: 5vw; } }
  .article-footer h4 {
    text-transform: uppercase;
    font-weight: 300;
    line-height: 1.35em; }
  .article-footer .author-name, .article-footer .photographer-name {
    margin-top: 0;
    text-transform: none;
    font-family: "Vonnes Cond Med";
    font-size: 18px; }
  .article-footer .author-byline {
    font-size: 18px; }
  .article-footer .author-credit {
    width: 100%;
    padding-right: 2vw; }
  .article-footer .photographer-credit {
    width: 20%; }

section.collaborators {
  width: 100%;
  padding-left: 5vw;
  padding-right: 5vw;
  border-top: 1px solid black; }
  @media (max-width: 419px) {
    section.collaborators {
      padding-left: 5vw;
      padding-right: 5vw; } }
  section.collaborators h2 {
    margin-bottom: 2vw; }
  section.collaborators .profile {
    width: 320px; }
  section.collaborators .profile__meta {
    width: 49%; }

.article iframe {
  margin-left: 25%;
  margin-right: 25%; }

.article figure.article-video {
  width: 50vw;
  height: calc((50vw/ 16) * 9);
  margin-top: 3vw; }
  .article figure.article-video iframe {
    width: 100%;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
    border: none; }

#related-articles {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid black; }
  @media (max-width: 419px) {
    #related-articles {
      display: block; } }
  #related-articles article {
    position: relative;
    border-right: 1px solid;
    border-bottom: 1px solid;
    border-color: black;
    float: left;
    overflow: hidden; }
    @media (max-width: 419px) {
      #related-articles article {
        width: 100%;
        border-right: none; } }

#related-articles article:nth-child(1) {
  grid-row-start: 2;
  grid-row-end: 4;
  grid-column-start: 1;
  grid-column-end: 3; }

#related-articles article:nth-child(2) {
  grid-row-start: 2;
  grid-row-end: 2;
  grid-column-start: 3;
  grid-column-end: 4; }

#related-articles article:nth-child(3) {
  grid-row-start: 2;
  grid-row-end: 2;
  grid-column-start: 4;
  grid-column-end: 5; }

#related-articles article:nth-child(4) {
  grid-row-start: 3;
  grid-row-end: 3;
  grid-column-start: 3;
  grid-column-end: 5; }

#related-articles article:nth-child(5) {
  grid-row-start: 2;
  grid-row-end: 4;
  grid-column-start: 5;
  grid-column-end: 7;
  border-right: none; }

#related-articles article:nth-child(6) {
  grid-row-start: 4;
  grid-row-end: 5;
  grid-column-start: 1;
  grid-column-end: 2; }

#related-articles article:nth-child(7) {
  grid-row-start: 4;
  grid-row-end: 5;
  grid-column-start: 2;
  grid-column-end: 3; }

#related-articles article:nth-child(8) {
  grid-row-start: 5;
  grid-row-end: 7;
  grid-column-start: 1;
  grid-column-end: 3; }

#related-articles article:nth-child(9) {
  grid-row-start: 4;
  grid-row-end: 5;
  grid-column-start: 3;
  grid-column-end: 5; }

#related-articles article:nth-child(10) {
  grid-row-start: 5;
  grid-row-end: 6;
  grid-column-start: 3;
  grid-column-end: 4; }

#related-articles article:nth-child(11) {
  grid-row-start: 5;
  grid-row-end: 6;
  grid-column-start: 4;
  grid-column-end: 5; }

#related-articles article:nth-child(12) {
  grid-row-start: 4;
  grid-row-end: 6;
  grid-column-start: 5;
  grid-column-end: 7;
  border-right: none; }

#related-articles article:nth-child(13) {
  grid-row-start: 6;
  grid-row-end: 7;
  grid-column-start: 1;
  grid-column-end: 7;
  border-right: none; }

#related-articles article:nth-child(14) {
  grid-row-start: 7;
  grid-row-end: 8;
  grid-column-start: 1;
  grid-column-end: 3; }

#related-articles article:nth-child(15) {
  grid-row-start: 8;
  grid-row-end: 9;
  grid-column-start: 1;
  grid-column-end: 3; }

#related-articles article:nth-child(16) {
  grid-row-start: 7;
  grid-row-end: 9;
  grid-column-start: 3;
  grid-column-end: 5; }

#related-articles article:nth-child(17) {
  grid-row-start: 7;
  grid-row-end: 8;
  grid-column-start: 5;
  grid-column-end: 6; }

#related-articles article:nth-child(18) {
  grid-row-start: 7;
  grid-row-end: 8;
  grid-column-start: 6;
  grid-column-end: 7;
  border-right: none; }

#related-articles article:nth-child(19) {
  grid-row-start: 8;
  grid-row-end: 9;
  grid-column-start: 5;
  grid-column-end: 7;
  border-right: none; }

#related-articles article:nth-child(20) {
  grid-row-start: 9;
  grid-row-end: 10;
  grid-column-start: 1;
  grid-column-end: 2; }

#related-articles article:nth-child(21) {
  grid-row-start: 9;
  grid-row-end: 10;
  grid-column-start: 2;
  grid-column-end: 3; }

#related-articles article:nth-child(22) {
  grid-row-start: 10;
  grid-row-end: 11;
  grid-column-start: 1;
  grid-column-end: 3; }

#related-articles article:nth-child(23) {
  grid-row-start: 9;
  grid-row-end: 10;
  grid-column-start: 3;
  grid-column-end: 5; }

#related-articles article:nth-child(24) {
  grid-row-start: 10;
  grid-row-end: 11;
  grid-column-start: 3;
  grid-column-end: 4; }

#related-articles article:nth-child(25) {
  grid-row-start: 10;
  grid-row-end: 11;
  grid-column-start: 4;
  grid-column-end: 5; }

#related-articles article:nth-child(26) {
  grid-row-start: 9;
  grid-row-end: 11;
  grid-column-start: 5;
  grid-column-end: 7;
  border-right: none; }

#related-articles article:nth-child(27) {
  grid-row-start: 11;
  grid-row-end: 12;
  grid-column-start: 1;
  grid-column-end: 7;
  border-right: none; }

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