@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.2.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: not-allowed;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
 */
/* fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
} */
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.foundation-mq {
  font-family: "small=0em&medium=42.5em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
  font-size: 100%;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Founders", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #0a0a0a;
  background: #fefefe;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  width: 100%;
  border-radius: 0;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  line-height: 1;
}
[data-whatinput=mouse] button {
  outline: 0;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  font-size: inherit;
  line-height: 1.6;
  margin-bottom: 1.6rem;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: 600;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Founders", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 1.25rem;
  line-height: 1.4;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  color: #737373;
  line-height: 0;
}

h1 {
  font-size: 1.5rem;
}

h2 {
  font-size: 1.25rem;
}

h3 {
  font-size: 1.1875rem;
}

h4 {
  font-size: 1.125rem;
}

h5 {
  font-size: 1.0625rem;
}

h6 {
  font-size: 1rem;
}

@media screen and (min-width: 42.5em) {
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 2.5rem;
  }
  h3 {
    font-size: 1.9375rem;
  }
  h4 {
    font-size: 1.5625rem;
  }
  h5 {
    font-size: 1.25rem;
  }
  h6 {
    font-size: 1rem;
  }
}
a {
  color: #0a0a0a;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer;
}
a:hover, a:focus {
  color: #0a0a0a;
}
a img {
  border: 0;
}

hr {
  max-width: 80rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #737373;
  border-left: 0;
  margin: 1.25rem auto;
  clear: both;
}

ul,
ol,
dl {
  line-height: 1.6;
  margin-bottom: 1.6rem;
  list-style-position: outside;
}

li {
  font-size: inherit;
}

ul {
  list-style-type: disc;
  margin-left: 1.25rem;
}

ol {
  margin-left: 1.25rem;
}

ul ul, ul ol, ol ul, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}
dl dt {
  margin-bottom: 0.3rem;
  font-weight: 600;
}

blockquote {
  margin: 0 0 1.6rem;
  padding: 0 1.875rem;
  border-left: none;
}
blockquote, blockquote p {
  line-height: 1.6;
  color: #4ECB8E;
}

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a;
}
cite:before {
  content: "\2014   ";
}

abbr {
  color: #0a0a0a;
  cursor: help;
  border-bottom: 1px dotted #0a0a0a;
}

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: 400;
  color: #0a0a0a;
  background-color: #f7f7f7;
  border: 1px solid #737373;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

kbd {
  padding: 0.125rem 0.25rem 0;
  margin: 0;
  background-color: #f7f7f7;
  color: #0a0a0a;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: 400;
  line-height: 1.4;
  color: #8a8a8a;
}

.lead {
  font-size: 125%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}
p + .stat {
  margin-top: -1rem;
}

.no-bullet {
  margin-left: 0;
  list-style: none;
}

.text-left {
  text-align: left;
}

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

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

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

@media screen and (min-width: 42.5em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}
.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
.main-article {
  margin-bottom: 80px;
}

.full-article-header {
  margin-bottom: 40px;
}
@media screen and (min-width: 42.5em) {
  .full-article-header {
    margin-bottom: 80px;
  }
}
.full-article-header .wrapper {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-flow: row wrap;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 42.5em) {
  .full-article-header .wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (min-width: 64em) {
  .full-article-header .wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.full-article-header .wrapper .header-aside {
  flex: 0 0 100%;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  max-width: 100%;
}
@media screen and (min-width: 42.5em) {
  .full-article-header .wrapper .header-aside {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media screen and (min-width: 64em) {
  .full-article-header .wrapper .header-aside {
    flex: 0 0 41.6666666667%;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    max-width: 41.6666666667%;
    margin-left: 8.3333333333%;
    order: 2;
  }
}
@media screen and (min-width: 64em) and (min-width: 42.5em) {
  .full-article-header .wrapper .header-aside {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.full-article-header .wrapper .header-content {
  flex: 0 0 100%;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  max-width: 100%;
}
@media screen and (min-width: 42.5em) {
  .full-article-header .wrapper .header-content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media screen and (min-width: 64em) {
  .full-article-header .wrapper .header-content {
    flex: 0 0 50%;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    max-width: 50%;
  }
}
@media screen and (min-width: 64em) and (min-width: 42.5em) {
  .full-article-header .wrapper .header-content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.header-content h1 {
  font-family: "GZA", serif;
  margin: 0 0 20px;
  padding-right: 20px;
  font-size: 1.875rem;
  line-height: 2.625rem;
}
@media screen and (min-width: 42.5em) {
  .header-content h1 {
    margin: 0 0 50px;
  }
}
.header-content h1 span {
  display: block;
  font-size: 0.75rem;
  line-height: 1.125rem;
  padding-top: 10px;
  font-family: "Founders", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 42.5em) {
  .header-content h1 span {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}
@media screen and (min-width: 42.5em) {
  .header-content h1 {
    font-size: 2.5rem;
    line-height: 3.375rem;
  }
}
@media screen and (min-width: 64em) {
  .header-content h1 {
    font-size: 3.125rem;
    line-height: 4rem;
  }
}
.header-content.has-italic-heading h1 {
  font-style: italic;
}
@media screen and (max-width: 42.4375em) {
  .header-content.has-italic-heading h1 {
    font-size: 2.5rem;
    line-height: 3.375rem;
  }
}
.header-content p {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
@media screen and (min-width: 42.5em) {
  .header-content p {
    font-size: 1.375rem;
    line-height: 2rem;
  }
}
.header-content p a {
  opacity: 1;
  text-decoration: underline;
  will-change: opacity;
  transition: opacity 0.2s;
}
.header-content p a:hover {
  opacity: 0.5;
}

.header-aside.meta {
  margin-bottom: 20px;
}
@media screen and (min-width: 64em) {
  .header-aside.meta {
    margin-bottom: 0;
  }
}
.header-aside.meta p {
  margin: 0;
}
.header-aside button {
  min-height: 40px;
  padding: 10px 0;
  text-align: left;
  font-weight: 600;
  margin-bottom: 30px;
}
.header-aside button:focus {
  outline: none;
}
@media screen and (min-width: 64em) {
  .header-aside button {
    display: none;
  }
}
@media screen and (max-width: 63.9375em) {
  .header-aside {
    margin-bottom: 0;
    will-change: margin-bottom;
    transition: margin-bottom 0.55s ease-out;
  }
  .header-aside ul.filmskolen-flex-list {
    overflow: hidden;
    opacity: 0;
    max-height: 0;
    will-change: opacity, max-height;
    transition: opacity 0.55s, max-height 0.55s ease-out;
  }
  .header-aside.open {
    margin-bottom: 30px;
  }
  .header-aside.open ul.filmskolen-flex-list {
    opacity: 1;
    max-height: 400px;
  }
}
.header-aside .toggle-contextual-menu {
  position: relative;
  height: 34px;
  min-height: 34px;
  width: 50%;
  padding: 0;
}
.header-aside .toggle-contextual-menu .indicator {
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 34px;
}
.header-aside .toggle-contextual-menu .indicator span {
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 12px;
  height: 1px;
  background: #0a0a0a;
  transition: transform 0.15s ease-out;
  transform-origin: 50% 50%;
}
.header-aside .toggle-contextual-menu .indicator span:nth-child(1) {
  transform: rotate(0deg);
}
.header-aside .toggle-contextual-menu .indicator span:nth-child(2) {
  transform: rotate(90deg);
}
.header-aside.open .toggle-contextual-menu .indicator span:nth-child(1) {
  transform: rotate(0deg);
}
.header-aside.open .toggle-contextual-menu .indicator span:nth-child(2) {
  transform: rotate(180deg);
}

.article-content {
  margin-bottom: 80px;
}
.article-content .wrapper {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-flow: row wrap;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 42.5em) {
  .article-content .wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (min-width: 64em) {
  .article-content .wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.article-content .wrapper .aside {
  flex: 0 0 100%;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  max-width: 100%;
}
@media screen and (min-width: 42.5em) {
  .article-content .wrapper .aside {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media screen and (min-width: 64em) {
  .article-content .wrapper .aside {
    padding-top: 7px;
    flex: 0 0 41.6666666667%;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    max-width: 41.6666666667%;
    margin-left: 8.3333333333%;
  }
}
@media screen and (min-width: 64em) and (min-width: 42.5em) {
  .article-content .wrapper .aside {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.article-content .wrapper .aside.hide-for-small {
  display: none;
}
@media screen and (min-width: 64em) {
  .article-content .wrapper .aside.hide-for-small {
    display: block;
  }
}
.article-content .wrapper .main {
  flex: 0 0 100%;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  max-width: 100%;
}
@media screen and (min-width: 42.5em) {
  .article-content .wrapper .main {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media screen and (min-width: 42.5em) {
  .article-content .wrapper .main {
    flex: 0 0 83.3333333333%;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    max-width: 83.3333333333%;
  }
}
@media screen and (min-width: 42.5em) and (min-width: 42.5em) {
  .article-content .wrapper .main {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media screen and (min-width: 64em) {
  .article-content .wrapper .main {
    flex: 0 0 50%;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    max-width: 50%;
  }
}
@media screen and (min-width: 64em) and (min-width: 42.5em) {
  .article-content .wrapper .main {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.article-content .wrapper .main header {
  margin-bottom: 80px;
}
@media screen and (min-width: 64em) {
  .article-content .small-only {
    display: none;
  }
}
.article-content .body,
.article-content .image,
.article-content .standard-text,
.article-content .filmskolen-flex-list {
  margin-bottom: 50px;
}
.article-content .body h2, .article-content .body h3, .article-content .body h4, .article-content .body h5, .article-content .body h6,
.article-content .standard-text h2,
.article-content .standard-text h3,
.article-content .standard-text h4,
.article-content .standard-text h5,
.article-content .standard-text h6 {
  font-size: 1.3125rem;
  line-height: inherit;
  font-weight: 600;
  margin: 0;
}
.article-content .standard-text a {
  opacity: 1;
  text-decoration: underline;
  will-change: opacity;
  transition: opacity 0.2s;
}
.article-content .standard-text a:hover {
  opacity: 0.5;
}
.article-content .standard-text figure {
  margin: 0 0 1.6rem;
}
.article-content .image .image-caption {
  padding-top: 5px;
}
@media screen and (min-width: 42.5em) {
  .article-content .image .image-caption {
    padding: 5px 30% 0 0;
  }
}
.article-content .image .image-caption p {
  margin: 0;
  font-size: 0.875rem;
}
@media screen and (min-width: 42.5em) {
  .article-content .image .image-caption p {
    font-size: 1rem;
  }
}
.article-content img {
  width: 100%;
}
.article-content .aside h2, .article-content .aside h3, .article-content .aside h4, .article-content .aside h5 {
  font-family: "GZA", serif;
  font-size: 1.5rem;
  line-height: 1.8125rem;
  margin: 0 0 40px;
}

.employee-preview {
  margin-bottom: 50px;
}
.employee-preview img {
  width: 100%;
  margin-bottom: 50px;
}
.employee-preview a {
  font-weight: 600;
}
.employee-preview a:hover {
  text-decoration: underline;
}
.employee-preview .employee-preview-content {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
}
.employee-preview .employee-preview-content .contact {
  flex: 0 0 50%;
  padding-right: 15px;
}
.employee-preview .employee-preview-content .excerpt {
  flex: 0 0 50%;
  padding-left: 15px;
}

blockquote {
  margin: 0 0 50px;
  text-align: center;
  padding: 0 10%;
}
blockquote p {
  font-size: 1.875rem;
  line-height: 2.625rem;
}
@media screen and (min-width: 42.5em) {
  blockquote p {
    font-size: 3.125rem;
    line-height: 4rem;
  }
}

.graduation-films-filter {
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-flow: row wrap;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 42.5em) {
  .graduation-films-filter {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (min-width: 64em) {
  .graduation-films-filter {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.graduation-films-filter .input {
  flex: 0 0 50%;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  max-width: 50%;
}
@media screen and (min-width: 42.5em) {
  .graduation-films-filter .input {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.graduation-films-list {
  list-style-type: none;
  margin: 0 0 100px;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-flow: row wrap;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 42.5em) {
  .graduation-films-list {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (min-width: 64em) {
  .graduation-films-list {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.graduation-films-list p {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
@media screen and (min-width: 64em) {
  .graduation-films-list p {
    font-size: 1.375rem;
    line-height: 2rem;
  }
}
.graduation-films-list .play-icon {
  display: inline-block;
  width: 60px;
  height: 60px;
}
@media screen and (min-width: 42.5em) {
  .graduation-films-list .play-icon {
    width: 88px;
    height: 88px;
  }
}
@media screen and (min-width: 64em) {
  .graduation-films-list .play-icon {
    width: 128px;
    height: 128px;
  }
}
.graduation-films-list .empty-list {
  flex: 0 0 100%;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  max-width: 100%;
  text-align: left;
}
@media screen and (min-width: 42.5em) {
  .graduation-films-list .empty-list {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.graduation-films-list .featured-film {
  display: none;
}
@media screen and (min-width: 42.5em) {
  .graduation-films-list .featured-film {
    display: block;
    flex: 0 0 100%;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    max-width: 100%;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 42.5em) and (min-width: 42.5em) {
  .graduation-films-list .featured-film {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media screen and (min-width: 42.5em) {
  .graduation-films-list .featured-film .image-container {
    margin-bottom: 0;
  }
}
.graduation-films-list .featured-film .info-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fefefe;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 42.4375em) {
  .graduation-films-list .featured-film .info-container {
    display: none;
  }
}
.graduation-films-list .featured-film .info-container .play-icon {
  margin-bottom: 10px;
}
@media screen and (min-width: 64em) {
  .graduation-films-list .featured-film .info-container .play-icon {
    margin-bottom: 20px;
  }
}
.graduation-films-list .featured-film .info-container > a {
  width: 90%;
  color: inherit;
  max-width: 640px;
  padding: 0 20px;
}
.graduation-films-list .featured-film .info-container p {
  margin: 0;
  color: inherit;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
@media screen and (min-width: 42.5em) {
  .graduation-films-list .featured-film .info-container p {
    font-size: 1.125rem;
    line-height: 1.5625rem;
  }
}
@media screen and (min-width: 64em) {
  .graduation-films-list .featured-film .info-container p {
    font-size: 1.375rem;
    line-height: 2rem;
  }
}
.graduation-films-list .standard-film {
  flex: 0 0 100%;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  max-width: 100%;
}
@media screen and (min-width: 42.5em) {
  .graduation-films-list .standard-film {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media screen and (min-width: 42.5em) {
  .graduation-films-list .standard-film {
    flex: 0 0 50%;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    max-width: 50%;
  }
}
@media screen and (min-width: 42.5em) and (min-width: 42.5em) {
  .graduation-films-list .standard-film {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media screen and (min-width: 42.5em) {
  .graduation-films-list .standard-film--show-feature-film {
    display: none;
  }
}
.graduation-films-list li {
  text-align: center;
  margin-bottom: 40px;
}
.graduation-films-list li.active a, .graduation-films-list li.active p {
  display: block;
  opacity: 0.7;
  pointer-events: none;
}
.graduation-films-list li h2 {
  font-family: "GZA", serif;
  font-style: italic;
  margin: 0;
  font-size: 1.875rem;
  line-height: 2.75rem;
}
@media screen and (min-width: 42.5em) {
  .graduation-films-list li h2 {
    font-size: 2.5rem;
    line-height: 3.375rem;
  }
}
@media screen and (min-width: 64em) {
  .graduation-films-list li h2 {
    font-size: 3.125rem;
    line-height: 4rem;
  }
}
.graduation-films-list li .image-container {
  position: relative;
  display: block;
  margin-bottom: 20px;
}
.graduation-films-list li .image-container .play-icon {
  position: absolute;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
}
@media screen and (min-width: 42.5em) {
  .graduation-films-list li .image-container .play-icon {
    top: calc(50% - 40px);
    left: calc(50% - 40px);
  }
}
@media screen and (min-width: 64em) {
  .graduation-films-list li .image-container .play-icon {
    top: calc(50% - 64px);
    left: calc(50% - 64px);
  }
}
.graduation-films-list li .image-container .main-image {
  width: 100%;
}

.video-wrapper {
  margin-bottom: 30px;
}
@media screen and (min-width: 42.5em) {
  .video-wrapper {
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-flow: row wrap;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 42.5em) and (min-width: 42.5em) {
  .video-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (min-width: 42.5em) and (min-width: 64em) {
  .video-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 42.5em) {
  .video-wrapper .container {
    flex: 0 0 100%;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    max-width: 100%;
  }
}
@media screen and (min-width: 42.5em) and (min-width: 42.5em) {
  .video-wrapper .container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.graduation-film-article {
  margin-bottom: 100px;
}
.graduation-film-article h1 {
  font-style: italic;
}
.graduation-film-article .content-wrapper {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-flow: row wrap;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 42.5em) {
  .graduation-film-article .content-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (min-width: 64em) {
  .graduation-film-article .content-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.graduation-film-article .content-wrapper .main-content {
  flex: 0 0 100%;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  max-width: 100%;
  margin-bottom: 50px;
}
@media screen and (min-width: 42.5em) {
  .graduation-film-article .content-wrapper .main-content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media screen and (min-width: 42.5em) {
  .graduation-film-article .content-wrapper .main-content {
    flex: 0 0 83.3333333333%;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    max-width: 83.3333333333%;
  }
}
@media screen and (min-width: 42.5em) and (min-width: 42.5em) {
  .graduation-film-article .content-wrapper .main-content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media screen and (min-width: 64em) {
  .graduation-film-article .content-wrapper .main-content {
    flex: 0 0 50%;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    max-width: 50%;
  }
}
@media screen and (min-width: 64em) and (min-width: 42.5em) {
  .graduation-film-article .content-wrapper .main-content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.graduation-film-article .content-wrapper .meta {
  flex: 0 0 100%;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  max-width: 100%;
}
@media screen and (min-width: 42.5em) {
  .graduation-film-article .content-wrapper .meta {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media screen and (min-width: 42.5em) {
  .graduation-film-article .content-wrapper .meta {
    flex: 0 0 83.3333333333%;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    max-width: 83.3333333333%;
  }
}
@media screen and (min-width: 42.5em) and (min-width: 42.5em) {
  .graduation-film-article .content-wrapper .meta {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media screen and (min-width: 64em) {
  .graduation-film-article .content-wrapper .meta {
    flex: 0 0 41.6666666667%;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    max-width: 41.6666666667%;
    margin-left: 8.3333333333%;
  }
}
@media screen and (min-width: 64em) and (min-width: 42.5em) {
  .graduation-film-article .content-wrapper .meta {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.graduation-film-article .meta h3 {
  font-family: "GZA", serif;
  font-size: 1.5rem;
  line-height: 1.8125rem;
  margin: 0 0 40px;
}
.graduation-film-article .meta ul {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0 0 30px;
}
.graduation-film-article .meta ul li {
  flex: 0 0 160px;
  width: 160px;
  margin-right: 30px;
  margin-bottom: 30px;
}
.graduation-film-article .meta ul li span {
  display: block;
}
.graduation-film-article .meta ul li span.name {
  font-weight: 600;
}

.collapsable-list button {
  text-align: left;
  font-size: 1.5rem;
  line-height: 1.8125rem;
  font-family: "GZA", serif;
  display: block;
  border-bottom: 0;
  margin-bottom: 30px;
  width: 100%;
  height: 50px;
}
.collapsable-list button:focus {
  outline: none;
}
.collapsable-list .indicator {
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
}
.collapsable-list .indicator span {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 25px;
  height: 2px;
  background: #0a0a0a;
  transition: transform 0.15s ease-out;
  transform-origin: 50% 50%;
}
.collapsable-list .indicator span:nth-child(1) {
  transform: rotate(0deg);
}
.collapsable-list .indicator span:nth-child(2) {
  transform: rotate(90deg);
}
.collapsable-list.open .indicator span:nth-child(1) {
  transform: rotate(0deg);
}
.collapsable-list.open .indicator span:nth-child(2) {
  transform: rotate(180deg);
}

@font-face {
  font-family: "Founders";
  src: url("../font/FoundersGroteskTextWeb-Regular.eot");
  src: url("../font/FoundersGroteskTextWeb-Regular.eot?#iefix") format("embedded-opentype"), url("../font/FoundersGroteskTextWeb-Regular.woff") format("woff"), url("../font/FoundersGroteskTextWeb-Regular.woff2") format("woff2");
  speak: none;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
}
@font-face {
  font-family: "Founders";
  src: url("../font/FoundersGroteskTextWeb-RegularItalic.eot");
  src: url("../font/FoundersGroteskTextWeb-RegularItalic.eot?#iefix") format("embedded-opentype"), url("../font/FoundersGroteskTextWeb-RegularItalic.woff") format("woff"), url("../font/FoundersGroteskTextWeb-RegularItalic.woff2") format("woff2");
  speak: none;
  font-weight: 400;
  font-style: italic;
  font-variant: normal;
  text-transform: none;
}
@font-face {
  font-family: "Founders";
  src: url("../font/FoundersGroteskTextWeb-Medium.eot");
  src: url("../font/FoundersGroteskTextWeb-Medium.eot?#iefix") format("embedded-opentype"), url("../font/FoundersGroteskTextWeb-Medium.woff") format("woff"), url("../font/FoundersGroteskTextWeb-Medium.woff2") format("woff2");
  speak: none;
  font-weight: 600;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
}
@font-face {
  font-family: "Founders";
  src: url("../font/FoundersGroteskTextWeb-MediumItalic.eot");
  src: url("../font/FoundersGroteskTextWeb-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../font/FoundersGroteskTextWeb-MediumItalic.woff") format("woff"), url("../font/FoundersGroteskTextWeb-MediumItalic.woff2") format("woff2");
  speak: none;
  font-weight: 600;
  font-style: italic;
  font-variant: normal;
  text-transform: none;
}
@font-face {
  font-family: "GZA";
  src: url("../font/Gza-SemiBold.woff") format("woff"), url("../font/Gza-SemiBold.woff2") format("woff2");
  speak: none;
  font-weight: 600;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
}
@font-face {
  font-family: "GZA";
  src: url("../font/Gza-SemiBoldItalic.woff") format("woff"), url("../font/Gza-SemiBoldItalic.woff2") format("woff2");
  speak: none;
  font-weight: 600;
  font-style: italic;
  font-variant: normal;
  text-transform: none;
}
::-moz-selection {
  background: #0a0a0a;
  color: #fefefe;
}
::selection {
  background: #0a0a0a;
  color: #fefefe;
}

main {
  font-size: 1rem;
  line-height: 1.5rem;
}
@media screen and (min-width: 42.5em) {
  main {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}

.fade-in,
.fade-in-early {
  opacity: 0;
  transform: translate3d(0, 15px, 0);
  will-change: opacity, transform;
  transition: opacity 0.65s linear, transform 0.65s ease-out;
}
.fade-in.visible,
.fade-in-early.visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.search-header.no-hits {
  margin-bottom: 100px;
}
.search-header .wrapper {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-flow: row wrap;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-flow: row wrap;
}
@media screen and (min-width: 42.5em) {
  .search-header .wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (min-width: 64em) {
  .search-header .wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.search-header .wrapper .container {
  flex: 0 0 100%;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  max-width: 100%;
}
@media screen and (min-width: 42.5em) {
  .search-header .wrapper .container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.mobile-search-form {
  margin-bottom: 40px;
}
@media screen and (min-width: 42.5em) {
  .mobile-search-form {
    display: none;
  }
}
.mobile-search-form--wrapper {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-flow: row wrap;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 42.5em) {
  .mobile-search-form--wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (min-width: 64em) {
  .mobile-search-form--wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.mobile-search-form--container {
  flex: 0 0 100%;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  max-width: 100%;
}
@media screen and (min-width: 42.5em) {
  .mobile-search-form--container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.mobile-search-form form {
  position: relative;
}
.mobile-search-form form input {
  width: 100%;
  height: 40px;
  border: none;
  outline: none;
  padding: 0;
  border-radius: 0;
  border-bottom: 1px solid #000;
}
.mobile-search-form form button {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.mobile-search-form form button img {
  width: 24px;
  position: absolute;
  right: 0;
  bottom: 8px;
}

.search-results-pages {
  margin-bottom: 80px;
}
.search-results-pages .wrapper {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-flow: row wrap;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-flow: row wrap;
}
@media screen and (min-width: 42.5em) {
  .search-results-pages .wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (min-width: 64em) {
  .search-results-pages .wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.search-results-pages .wrapper .header {
  flex: 0 0 100%;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  max-width: 100%;
}
@media screen and (min-width: 42.5em) {
  .search-results-pages .wrapper .header {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.search-results-pages .wrapper .header h2 {
  font-size: 1rem;
  line-height: 1.5rem;
}
.search-results-pages .wrapper .page {
  margin-bottom: 40px;
  flex: 0 0 100%;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  max-width: 100%;
}
@media screen and (min-width: 42.5em) {
  .search-results-pages .wrapper .page {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media screen and (min-width: 42.5em) {
  .search-results-pages .wrapper .page {
    flex: 0 0 50%;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    max-width: 50%;
  }
}
@media screen and (min-width: 42.5em) and (min-width: 42.5em) {
  .search-results-pages .wrapper .page {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media screen and (min-width: 64em) {
  .search-results-pages .wrapper .page {
    flex: 0 0 33.3333333333%;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    max-width: 33.3333333333%;
  }
}
@media screen and (min-width: 64em) and (min-width: 42.5em) {
  .search-results-pages .wrapper .page {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.search-results-pages .wrapper .page h3 {
  margin: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.375rem;
}
@media screen and (min-width: 42.5em) {
  .search-results-pages .wrapper .page h3 {
    font-size: 1.875rem;
    line-height: 2.375rem;
  }
}
.search-results-pages .wrapper .page h3 + span {
  opacity: 0.5;
  font-size: 0.875rem;
  line-height: 1.375rem;
}
@media screen and (min-width: 42.5em) {
  .search-results-pages .wrapper .page h3 + span {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.page-not-found {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-flow: row wrap;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 100px;
}
@media screen and (min-width: 42.5em) {
  .page-not-found {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (min-width: 64em) {
  .page-not-found {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.page-not-found .container {
  flex: 0 0 100%;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  max-width: 100%;
}
@media screen and (min-width: 42.5em) {
  .page-not-found .container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.table-container {
  overflow-y: auto;
}
.table-container tr {
  vertical-align: top;
}
.table-container tr td, .table-container tr th {
  vertical-align: top;
  text-align: left;
  min-width: 220px;
  padding: 0 30px 20px 0;
}
@media screen and (max-width: 42.4375em) {
  .table-container tr td, .table-container tr th {
    font-size: 0.875rem;
    line-height: 1.25rem;
    min-width: 180px;
  }
  .table-container tr td:first-child, .table-container tr th:first-child {
    min-width: 120px;
  }
}

a.has-link-arrow {
  display: inline-block;
  font-size: inherit;
  font-size: 0.875rem;
  display: flex;
  flex-wrap: nowrap;
}
@media screen and (min-width: 42.5em) {
  a.has-link-arrow {
    font-size: 1rem;
  }
}
a.has-link-arrow span {
  line-height: 30px;
}
@media screen and (min-width: 42.5em) {
  a.has-link-arrow span {
    height: 32px;
  }
}
a.has-link-arrow span:first-child {
  flex: 0 0 80px;
  will-change: margin-right;
  transition: margin-right 0.15s ease-out;
}
a.has-link-arrow svg {
  height: 30px;
}
@media screen and (min-width: 42.5em) {
  a.has-link-arrow svg {
    height: 32px;
  }
}
@media screen and (min-width: 64em) {
  a.has-link-arrow:hover span:first-child {
    margin-right: 25px;
  }
}

.skip-to-content-link {
  height: 30px;
  left: 50%;
  padding: 8px;
  position: absolute;
  transform: translateY(-300%);
  transition: transform 0.3s;
  font-weight: 600;
  font-size: 18px;
  font-family: Founders, Helvetica, Roboto, Arial, sans-serif;
}

.skip-to-content-link:focus {
  transform: translateY(0%);
}

.content-pusher {
  height: 140px;
}
@media screen and (min-width: 42.5em) {
  .content-pusher {
    height: 180px;
  }
}
@media screen and (min-width: 64em) {
  .content-pusher {
    height: 220px;
  }
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 0 10px;
  z-index: 10;
  color: #0a0a0a;
  background-color: #fefefe;
  transform: translate3d(0, 0, 0);
  will-change: background-color, padding, transform;
  transition: background-color 0.45s, padding 0.45s, transform 0.65s ease-out;
}
@media screen and (min-width: 42.5em) {
  .site-header {
    padding: 30px 0 10px;
  }
}
@media screen and (min-width: 64em) {
  .site-header {
    padding: 40px 0 10px;
  }
}
.site-header a,
.site-header button {
  color: inherit;
  will-change: color;
}
.site-header.hidden {
  transform: translate3d(0, -100%, 0);
}
.site-header__wrapper {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-flow: row wrap;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 42.5em) {
  .site-header__wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (min-width: 64em) {
  .site-header__wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.site-header__wrapper .mobile-search-link {
  position: absolute;
  top: -40px;
  right: 30px;
  width: 24px;
  height: 24px;
}
.site-header__wrapper .mobile-search-link a {
  display: block;
  min-height: 0;
  line-height: 24px;
}
.site-header__wrapper .mobile-search-link img {
  width: 24px;
}
@media screen and (min-width: 42.5em) {
  .site-header__wrapper .mobile-search-link {
    display: none;
  }
}
.site-header__wrapper a,
.site-header__wrapper button {
  display: inline-block;
  vertical-align: top;
  min-height: 40px;
  line-height: 40px;
  border: none;
  outline: none;
  font-size: 1rem;
}
@media screen and (min-width: 42.5em) {
  .site-header__wrapper a,
  .site-header__wrapper button {
    font-size: 1.125rem;
  }
}
.site-header__wrapper a:focus,
.site-header__wrapper button:focus {
  outline: none;
}
.site-header__branding {
  flex: 0 0 50%;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  max-width: 50%;
}
@media screen and (min-width: 42.5em) {
  .site-header__branding {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media screen and (min-width: 42.5em) {
  .site-header__branding {
    top: -11px;
    position: relative;
    flex: 0 0 25%;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    max-width: 25%;
  }
}
@media screen and (min-width: 42.5em) and (min-width: 42.5em) {
  .site-header__branding {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.site-header__branding a {
  height: auto;
}
.site-header__branding svg {
  transition: color 0.35s;
  fill: currentColor;
  width: 110px !important;
}
@media screen and (min-width: 42.5em) {
  .site-header__branding svg {
    width: 136px !important;
  }
}
.site-header__branding svg #DNF {
  fill: currentColor;
}
.site-header__branding svg clipPath path {
  overflow: hidden;
}
.site-header__menu-toggle {
  flex: 0 0 16.6666666667%;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  max-width: 16.6666666667%;
  padding-top: 6px;
  margin-top: -16px;
}
@media screen and (min-width: 42.5em) {
  .site-header__menu-toggle {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media screen and (min-width: 42.5em) {
  .site-header__menu-toggle {
    flex: 0 0 16.6666666667%;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    max-width: 16.6666666667%;
    padding-top: 0;
  }
}
@media screen and (min-width: 42.5em) and (min-width: 42.5em) {
  .site-header__menu-toggle {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.site-header__menu-toggle button {
  font-weight: 600;
}
.site-header .secondary-interactions {
  margin-top: -16px;
  text-align: right;
  opacity: 1;
  will-change: opacity;
  transition: opacity 0.25s linear 0.4s;
  flex: 0 0 33.3333333333%;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  max-width: 33.3333333333%;
  padding-top: 6px;
}
@media screen and (min-width: 42.5em) {
  .site-header .secondary-interactions {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media screen and (min-width: 42.5em) {
  .site-header .secondary-interactions {
    flex: 0 0 58.3333333333%;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    max-width: 58.3333333333%;
    padding-top: 0;
  }
}
@media screen and (min-width: 42.5em) and (min-width: 42.5em) {
  .site-header .secondary-interactions {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.site-header .secondary-interactions .language-selector {
  display: inline-block;
  vertical-align: top;
}
.site-header .secondary-interactions > button {
  display: inline-block;
  vertical-align: top;
  height: 40px;
}

.language-selector {
  position: relative;
}
.language-selector__button svg {
  width: 24px;
}
.language-selector__dropdown {
  display: none;
  position: absolute;
  top: 100%;
  right: -20px;
  background-color: #fefefe;
  padding: 0.625rem 1.25rem;
}
.language-selector--open .language-selector__dropdown {
  display: block;
}
.language-selector__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.language-selector__list-item {
  white-space: nowrap;
}
.language-selector__list-item--active {
  font-weight: 600;
  pointer-events: none;
}

.site-header.has-splash-intro {
  position: absolute;
  top: 100%;
  left: 0;
}
.site-header.has-splash-intro + .content-pusher {
  height: 0;
}

.expandable-navigation {
  color: transparent;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-flow: row wrap;
  padding-left: 20px;
  padding-right: 20px;
  max-height: 0;
  overflow: hidden;
  will-change: padding-top, max-height;
  padding-top: 0;
  transition: padding-top 0.45s, max-height 0.45s;
}
@media screen and (min-width: 42.5em) {
  .expandable-navigation {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (min-width: 64em) {
  .expandable-navigation {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.expandable-navigation .container {
  flex: 0 0 100%;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  max-width: 100%;
}
@media screen and (min-width: 42.5em) {
  .expandable-navigation .container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media screen and (min-width: 64em) {
  .expandable-navigation .container {
    flex: 0 0 75%;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    max-width: 75%;
    margin-left: 25%;
  }
}
@media screen and (min-width: 64em) and (min-width: 42.5em) {
  .expandable-navigation .container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.expandable-navigation ul {
  list-style-type: none;
  margin: 0;
}
.expandable-navigation ul.top-level {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
  display: flex;
  flex-flow: row wrap;
  font-size: 1rem;
  line-height: 1.5rem;
}
@media screen and (min-width: 42.5em) {
  .expandable-navigation ul.top-level {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
}
@media screen and (min-width: 64em) {
  .expandable-navigation ul.top-level {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}
.expandable-navigation ul.top-level > li {
  flex: 0 0 50%;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  max-width: 50%;
}
@media screen and (min-width: 42.5em) {
  .expandable-navigation ul.top-level > li {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media screen and (min-width: 42.5em) {
  .expandable-navigation ul.top-level > li {
    flex: 0 0 25%;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    max-width: 25%;
  }
}
@media screen and (min-width: 42.5em) and (min-width: 42.5em) {
  .expandable-navigation ul.top-level > li {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media screen and (min-width: 64em) {
  .expandable-navigation ul.top-level > li {
    flex: 0 0 25%;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    max-width: 25%;
    max-width: 190px;
  }
}
@media screen and (min-width: 64em) and (min-width: 42.5em) {
  .expandable-navigation ul.top-level > li {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.expandable-navigation ul.top-level > li a {
  display: block;
}
.expandable-navigation ul.top-level > li .toggle-child-menu {
  font-size: inherit;
  line-height: inherit;
  margin-bottom: 20px;
  text-align: left;
  font-weight: 600;
  will-change: margin-bottom;
  transition: margin-bottom 0.45s, color 0.45s;
}
.expandable-navigation ul.top-level > li .toggle-child-menu:focus {
  outline: none;
}
@media screen and (min-width: 42.5em) {
  .expandable-navigation ul.top-level > li .toggle-child-menu {
    margin-bottom: 30px;
    pointer-events: none;
  }
}
@media screen and (min-width: 64em) {
  .expandable-navigation ul.top-level > li .toggle-child-menu {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 42.4375em) {
  .expandable-navigation ul.top-level > li .toggle-child-menu {
    display: block;
    position: relative;
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #fefefe;
  }
  .expandable-navigation ul.top-level > li .toggle-child-menu + ul {
    margin-bottom: 0;
    will-change: margin-bottom;
    transition: margin-bottom 0.35s ease-out;
  }
  .expandable-navigation ul.top-level > li .toggle-child-menu + ul li {
    will-change: padding;
    transition: max-height 0.35s ease-out, padding 0.35s ease-out;
  }
  .expandable-navigation ul.top-level > li .toggle-child-menu.open .indicator span:nth-child(1) {
    transform: rotate(0deg);
  }
  .expandable-navigation ul.top-level > li .toggle-child-menu.open .indicator span:nth-child(2) {
    transform: rotate(180deg);
  }
  .expandable-navigation ul.top-level > li .toggle-child-menu.open + ul {
    margin-bottom: 10px;
  }
  .expandable-navigation ul.top-level > li .toggle-child-menu.open + ul li {
    max-height: 70px;
    padding: 10px 0;
  }
}
.expandable-navigation ul.top-level > li li {
  display: block;
}
@media screen and (max-width: 42.4375em) {
  .expandable-navigation ul.top-level > li li {
    max-height: 0;
    padding: 0;
    overflow: hidden;
  }
}
@media screen and (min-width: 42.5em) {
  .expandable-navigation ul.top-level > li li {
    padding: 10px 0;
    margin-bottom: 10px;
    border-bottom: 1px solid transparent;
    will-change: border-color;
    transition: border-color 0.45s;
  }
}
.expandable-navigation .indicator {
  position: absolute;
  top: 6px;
  right: 0;
  width: 34px;
  height: 34px;
}
@media screen and (min-width: 42.5em) {
  .expandable-navigation .indicator {
    display: none;
  }
}
.expandable-navigation .indicator span {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 12px;
  height: 1px;
  background: #fefefe;
  transition: transform 0.15s ease-out;
  transform-origin: 50% 50%;
}
@media screen and (min-width: 42.5em) {
  .expandable-navigation .indicator span {
    width: 25px;
    height: 2px;
  }
}
.expandable-navigation .indicator span:nth-child(1) {
  transform: rotate(0deg);
}
.expandable-navigation .indicator span:nth-child(2) {
  transform: rotate(90deg);
}

.site-header.open-navigation {
  background-color: #4ECB8E;
  color: #fefefe;
}
@media screen and (min-width: 42.5em) {
  .site-header.open-navigation {
    padding: 40px 0 80px;
  }
}
.site-header.open-navigation .mobile-search-link {
  top: 16px;
  opacity: 1;
}
.site-header.open-navigation .secondary-interactions {
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.25s linear 0s;
}
.site-header.open-navigation .expandable-navigation {
  padding-top: 20px;
  max-height: 100vh;
  height: 100vh;
  color: inherit;
}
@media screen and (min-width: 42.5em) {
  .site-header.open-navigation .expandable-navigation {
    padding-top: 40px;
    max-height: 500px;
    height: auto;
  }
}
@media screen and (min-width: 42.5em) {
  .site-header.open-navigation .expandable-navigation ul.top-level > li li {
    border-color: #fefefe;
  }
}

.searchform {
  display: none;
}
@media screen and (min-width: 42.5em) {
  .searchform {
    display: inline-block;
    vertical-align: top;
    height: 40px;
    position: relative;
    font-size: 0;
    width: calc(100% - 100px);
    padding-right: 80px;
    border-bottom: 1px solid transparent;
    will-change: border-color;
    transition: border-color 0.4s;
  }
  .searchform a {
    vertical-align: top;
  }
  .searchform button {
    text-align: right;
    width: 40px;
    padding: 0;
  }
  .searchform form {
    display: inline-block;
    vertical-align: top;
    opacity: 0;
    pointer-events: none;
    width: calc(100% - 40px);
    will-change: opacity;
    transition: opacity 0.4s;
  }
  .searchform__container {
    border-bottom: 1px solid transparent;
    will-change: border;
    transition: border 0.4s;
  }
  .searchform__container button img {
    width: 24px;
  }
  .searchform__toggler {
    text-align: right;
    width: 40px;
    padding: 0;
  }
  .searchform__toggler svg {
    width: 24px;
  }
  .searchform.visible .searchform.visible__container {
    border-color: #0a0a0a;
  }
  .searchform.visible form {
    opacity: 1;
  }
  .searchform input {
    width: 100%;
    height: 40px;
    border: none;
    font-size: 1rem;
  }
  .searchform input:focus {
    outline: none;
  }
}

.site-footer {
  padding-bottom: 80px;
  font-size: 0.875rem;
  line-height: 1.375rem;
}
@media screen and (min-width: 64em) {
  .site-footer {
    font-size: 1.125rem;
    line-height: 2.125rem;
  }
}
.site-footer .large-borders {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-flow: row wrap;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 42.4375em) {
  .site-footer .large-borders {
    display: none;
  }
}
@media screen and (min-width: 42.5em) {
  .site-footer .large-borders {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (min-width: 64em) {
  .site-footer .large-borders {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.site-footer .large-borders .lefty {
  flex: 0 0 25%;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  max-width: 25%;
}
@media screen and (min-width: 42.5em) {
  .site-footer .large-borders .lefty {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.site-footer .large-borders .righty {
  flex: 0 0 75%;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  max-width: 75%;
}
@media screen and (min-width: 42.5em) {
  .site-footer .large-borders .righty {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.site-footer .large-borders hr {
  border: none;
  border-bottom: 3px solid #0a0a0a;
  margin: 0 0 30px;
}
.site-footer .small-divider-top,
.site-footer .small-divider-middle {
  display: block;
  flex: 0 0 100%;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  max-width: 100%;
}
@media screen and (min-width: 42.5em) {
  .site-footer .small-divider-top,
  .site-footer .small-divider-middle {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media screen and (min-width: 42.5em) {
  .site-footer .small-divider-top,
  .site-footer .small-divider-middle {
    display: none;
  }
}
.site-footer .small-divider-top hr,
.site-footer .small-divider-middle hr {
  border: none;
  border-bottom: 3px solid #0a0a0a;
  margin: 20px 0;
}
.site-footer .wrapper {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-flow: row wrap;
  padding-left: 20px;
  padding-right: 20px;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (min-width: 42.5em) {
  .site-footer .wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (min-width: 64em) {
  .site-footer .wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.site-footer .wrapper .contact-info,
.site-footer .wrapper .footer-navigation {
  flex: 0 0 66.6666666667%;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  max-width: 66.6666666667%;
}
@media screen and (min-width: 42.5em) {
  .site-footer .wrapper .contact-info,
  .site-footer .wrapper .footer-navigation {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media screen and (min-width: 42.5em) {
  .site-footer .wrapper .contact-info,
  .site-footer .wrapper .footer-navigation {
    flex: 0 0 25%;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    max-width: 25%;
  }
}
@media screen and (min-width: 42.5em) and (min-width: 42.5em) {
  .site-footer .wrapper .contact-info,
  .site-footer .wrapper .footer-navigation {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.site-footer .wrapper .footer-some,
.site-footer .wrapper .to-the-top-link {
  flex: 0 0 33.3333333333%;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  max-width: 33.3333333333%;
}
@media screen and (min-width: 42.5em) {
  .site-footer .wrapper .footer-some,
  .site-footer .wrapper .to-the-top-link {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media screen and (min-width: 42.5em) {
  .site-footer .wrapper .footer-some,
  .site-footer .wrapper .to-the-top-link {
    flex: 0 0 25%;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    max-width: 25%;
  }
}
@media screen and (min-width: 42.5em) and (min-width: 42.5em) {
  .site-footer .wrapper .footer-some,
  .site-footer .wrapper .to-the-top-link {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media screen and (max-width: 42.4375em) {
  .site-footer .wrapper .small-divider-top {
    order: 0;
  }
  .site-footer .wrapper .contant-info {
    order: 1;
  }
  .site-footer .wrapper .to-the-top-link {
    order: 2;
  }
  .site-footer .wrapper .small-divider-middle {
    order: 3;
  }
  .site-footer .wrapper .footer-navigation {
    order: 4;
  }
  .site-footer .wrapper .footer-some {
    order: 5;
  }
}
.site-footer .contact-info span {
  display: block;
}
@media screen and (min-width: 42.5em) {
  .site-footer .to-the-top-link {
    text-align: right;
  }
}
.site-footer .to-the-top-link button img {
  transform: translate3d(0, 0, 0);
  transition: transform 0.2s ease-out;
}
.site-footer .to-the-top-link button:hover img {
  transform: translate3d(0, -10px, 0);
}
.site-footer .to-the-top-link button:focus {
  outline: none;
}
.site-footer .to-the-top-link img {
  width: 16px;
  margin-top: 3px;
  margin-right: 12px;
}
.site-footer .to-the-top-link span, .site-footer .to-the-top-link img {
  display: inline-block;
  vertical-align: top;
}
.site-footer address,
.site-footer span {
  font-style: normal;
}
.site-footer ul {
  font-size: inherit;
  line-height: inherit;
  list-style-type: none;
  margin: 0;
}
.site-footer ul li a {
  font-size: inherit;
  line-height: inherit;
}

.custom-selector {
  position: relative;
  z-index: 5;
}
.custom-selector button,
.custom-selector .button {
  display: block;
  width: 100%;
  height: 34px;
  text-align: left;
  font-family: "GZA", serif;
  font-size: 0.875rem;
  line-height: 1.5rem;
}
@media screen and (min-width: 42.5em) {
  .custom-selector button,
  .custom-selector .button {
    height: 50px;
    font-size: 1.5rem;
    line-height: 1.8125rem;
  }
}
.custom-selector button:focus,
.custom-selector .button:focus {
  outline: none;
}
.custom-selector > button {
  padding: 0;
  border-bottom: 1px solid #0a0a0a;
  position: relative;
}
.custom-selector .indicator {
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 34px;
}
@media screen and (min-width: 42.5em) {
  .custom-selector .indicator {
    width: 50px;
    height: 50px;
  }
}
.custom-selector .indicator span {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 12px;
  height: 1px;
  background: #0a0a0a;
  transition: transform 0.15s ease-out;
  transform-origin: 50% 50%;
}
@media screen and (min-width: 42.5em) {
  .custom-selector .indicator span {
    width: 25px;
    height: 2px;
  }
}
.custom-selector .indicator span:nth-child(1) {
  transform: rotate(0deg);
}
.custom-selector .indicator span:nth-child(2) {
  transform: rotate(90deg);
}
.custom-selector.open .indicator span:nth-child(1) {
  transform: rotate(0deg);
}
.custom-selector.open .indicator span:nth-child(2) {
  transform: rotate(180deg);
}
.custom-selector .dropdown-container {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fefefe;
  border: 1px solid transparent;
  border-top: none;
  padding: 0 20px;
  will-change: border-color, padding;
  transition: border-color 0.2s, padding 0.2s ease-out;
}
.custom-selector .dropdown-container button,
.custom-selector .dropdown-container .button {
  height: 0;
  opacity: 0;
  overflow: hidden;
  white-space: nowrap;
  will-change: height, opacity;
  transition: height 0.2s ease-out, opacity 0.2s;
}
.custom-selector .dropdown-container button:hover,
.custom-selector .dropdown-container .button:hover {
  background: #f7f7f7;
}
.custom-selector.open .dropdown-container {
  border-color: #0a0a0a;
  padding: 20px;
}
@media screen and (min-width: 42.5em) {
  .custom-selector.open .dropdown-container {
    padding: 20px;
  }
}
.custom-selector.open .dropdown-container button,
.custom-selector.open .dropdown-container .button {
  opacity: 1;
  height: 32px;
}
@media screen and (min-width: 42.5em) {
  .custom-selector.open .dropdown-container button,
  .custom-selector.open .dropdown-container .button {
    height: 40px;
  }
}

a:focus-visible {
  outline: 4px dashed orange !important;
}

div:focus-visible {
  outline: 4px dashed orange !important;
}

form div {
  color: #737373 !important;
}

.image-gallery .wrapper {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-flow: row wrap;
}
.image-gallery .wrapper .images {
  position: relative;
  width: 100%;
  height: 50vh;
  overflow: hidden;
}
@media screen and (min-width: 42.5em) {
  .image-gallery .wrapper .images {
    height: 65vh;
  }
}
@media screen and (min-width: 64em) {
  .image-gallery .wrapper .images {
    height: 75vh;
  }
}
.image-gallery .wrapper .images .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  will-change: transform;
  transform: translate3d(0, 0, 0);
  transition: transform 0.75s ease-in-out;
}
.image-gallery .wrapper .images .slide.current {
  z-index: 2;
}
.image-gallery .wrapper .images .slide.prev {
  transform: translate3d(-100%, 0, 0);
}
.image-gallery .wrapper .images .slide.next {
  transform: translate3d(100%, 0, 0);
}
.image-gallery .navigation {
  text-align: center;
  padding-top: 30px;
  width: 100%;
}
.image-gallery .navigation ul {
  display: inline-block;
  vertical-align: top;
  list-style-type: none;
  margin: 0;
}
.image-gallery .navigation ul li {
  display: inline-block;
  vertical-align: top;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin: 0 8px;
  cursor: pointer;
  will-change: border;
  border: 1px solid #737373;
  transition: border 0.15s ease-out;
}
.image-gallery .navigation ul li:hover {
  border: 3px solid #737373;
}
.image-gallery .navigation ul li.active {
  border: 8px solid #737373;
}

.magic-list .component-mounting-height-active {
  transition: height 0.5s ease-out;
}
.magic-list .component-mounting-appear {
  opacity: 0;
  will-change: opacity;
}
.magic-list .component-mounting-appear-active {
  opacity: 1;
  transition: opacity 0.5s;
}
.magic-list .component-mounting-enter {
  opacity: 0;
  will-change: opacity;
}
.magic-list .component-mounting-enter-active {
  opacity: 1;
  transition: opacity 0.5s linear 0.2s;
}
.magic-list .component-mounting-leave {
  opacity: 1;
  will-change: opacity;
}
.magic-list .component-mounting-leave-active {
  opacity: 0;
  transition: opacity 0.5s;
}
.magic-list .filter {
  margin-bottom: 50px;
}
.magic-list .filter .form-wrapper {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-flow: row wrap;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 42.5em) {
  .magic-list .filter .form-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (min-width: 64em) {
  .magic-list .filter .form-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.magic-list .filter .form-wrapper .input {
  flex: 0 0 50%;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  max-width: 50%;
}
@media screen and (min-width: 42.5em) {
  .magic-list .filter .form-wrapper .input {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.magic-list .filter select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  background: transparent;
  padding: 0 10px;
  height: auto;
}
.magic-list .list-items {
  opacity: 1;
  padding-top: 0;
  will-change: padding-top, opacity;
  transition: padding-top 0.4s ease-out, opacity 0.25s;
}
.magic-list .list-items.loading {
  opacity: 0.5;
}
.magic-list .list-items .list-items--wrapper {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-flow: row wrap;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 42.5em) {
  .magic-list .list-items .list-items--wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (min-width: 64em) {
  .magic-list .list-items .list-items--wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.magic-list .list-items .list-items--wrapper .list-items--item {
  margin-bottom: 40px;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.5s;
  flex: 0 0 50%;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  max-width: 50%;
}
.magic-list .list-items .list-items--wrapper .list-items--item.active {
  opacity: 1;
}
.magic-list .list-items .list-items--wrapper .list-items--item.idle {
  opacity: 0.8;
}
.magic-list .list-items .list-items--wrapper .list-items--item.transition-enter {
  opacity: 0;
  transition: opacity 0s;
}
.magic-list .list-items .list-items--wrapper .list-items--item.transition-enter--active {
  opacity: 1;
  transition: opacity 0.5s;
}
.magic-list .list-items .list-items--wrapper .list-items--item.transition-exit {
  display: none;
}
@media screen and (min-width: 42.5em) {
  .magic-list .list-items .list-items--wrapper .list-items--item {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media screen and (min-width: 42.5em) {
  .magic-list .list-items .list-items--wrapper .list-items--item {
    flex: 0 0 33.3333333333%;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    max-width: 33.3333333333%;
  }
}
@media screen and (min-width: 42.5em) and (min-width: 42.5em) {
  .magic-list .list-items .list-items--wrapper .list-items--item {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.magic-list .list-items .list-items--wrapper .list-items--item button {
  display: block;
  width: 100%;
  text-align: left;
  will-change: opacity;
  transition: opacity 0.25s ease-out;
}
.magic-list .list-items .list-items--wrapper .list-items--item button:focus {
  outline: none;
}
.magic-list .list-items .list-items--wrapper .list-items--item img {
  width: 100%;
  margin-bottom: 10px;
}
.magic-list .list-items .list-items--wrapper .list-items--item p {
  margin: 0;
}
.magic-list .list-items .list-items--wrapper .list-items--item p.name {
  font-weight: 600;
}
.magic-list.open .list-items {
  padding-top: 80px;
}
.magic-list .loading-wrapper {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-flow: row wrap;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 50px;
}
@media screen and (min-width: 42.5em) {
  .magic-list .loading-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (min-width: 64em) {
  .magic-list .loading-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.magic-list .loading-wrapper .loading-container {
  flex: 0 0 100%;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  max-width: 100%;
}
@media screen and (min-width: 42.5em) {
  .magic-list .loading-wrapper .loading-container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.magic-list .loading-wrapper .panel {
  margin: 0;
  height: 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  will-change: height;
  background: #f7f7f7;
  transition: height 0s;
}
.magic-list .loading-wrapper .panel p {
  margin: 0;
}
.magic-list .loading-wrapper.loading .panel {
  height: 80px;
  transition: height 0.3s ease-out;
}
.magic-list.employees .detail-wrapper .detail-header .container {
  background: #8093DB;
}
.magic-list .detail-wrapper {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-flow: row wrap;
  padding-left: 20px;
  padding-right: 20px;
  will-change: height, opacity;
  transition: opacity 0.5s;
}
@media screen and (min-width: 42.5em) {
  .magic-list .detail-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (min-width: 64em) {
  .magic-list .detail-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.magic-list .detail-wrapper .detail-header {
  flex: 0 0 100%;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  max-width: 100%;
  margin-bottom: 50px;
}
@media screen and (min-width: 42.5em) {
  .magic-list .detail-wrapper .detail-header {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.magic-list .detail-wrapper .detail-header .container {
  display: flex;
  flex-wrap: wrap;
  background: #4ECB8E;
  color: #fefefe;
}
@media screen and (max-width: 42.4375em) {
  .magic-list .detail-wrapper .detail-header .container .image {
    order: 1;
  }
  .magic-list .detail-wrapper .detail-header .container .name {
    order: 2;
  }
}
@media screen and (min-width: 42.5em) {
  .magic-list .detail-wrapper .detail-header .container {
    flex-wrap: nowrap;
  }
}
.magic-list .detail-wrapper .detail-header .container > div {
  flex: 0 0 100%;
  max-width: 100%;
}
@media screen and (min-width: 42.5em) {
  .magic-list .detail-wrapper .detail-header .container > div {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.magic-list .detail-wrapper .detail-header .container .image img {
  width: 100%;
}
.magic-list .detail-wrapper .detail-header .container .name {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px 5px;
  min-height: 270px;
}
@media screen and (min-width: 42.5em) {
  .magic-list .detail-wrapper .detail-header .container .name {
    padding: 20px;
  }
}
.magic-list .detail-wrapper .detail-header .container .name p {
  font-size: 2.5rem;
  line-height: 2.75rem;
}
@media screen and (min-width: 64em) {
  .magic-list .detail-wrapper .detail-header .container .name p {
    font-size: 5.625rem;
    line-height: 6.5rem;
  }
}
.magic-list .detail-wrapper .description {
  flex: 0 0 50%;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  max-width: 50%;
}
@media screen and (min-width: 42.5em) {
  .magic-list .detail-wrapper .description {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media screen and (max-width: 42.4375em) {
  .magic-list .detail-wrapper .description {
    flex: 0 0 100%;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    max-width: 100%;
  }
}
@media screen and (max-width: 42.4375em) and (min-width: 42.5em) {
  .magic-list .detail-wrapper .description {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.magic-list .detail-wrapper .description .position {
  font-weight: 600;
}
.magic-list .detail-wrapper .meta {
  flex: 0 0 41.6666666667%;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  max-width: 41.6666666667%;
  margin-left: 8.3333333333%;
}
@media screen and (min-width: 42.5em) {
  .magic-list .detail-wrapper .meta {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media screen and (max-width: 42.4375em) {
  .magic-list .detail-wrapper .meta {
    flex: 0 0 100%;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    max-width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 42.4375em) and (min-width: 42.5em) {
  .magic-list .detail-wrapper .meta {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.magic-list .detail-wrapper .close {
  flex: 0 0 100%;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  max-width: 100%;
  margin-top: 20px;
}
@media screen and (min-width: 42.5em) {
  .magic-list .detail-wrapper .close {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media screen and (max-width: 42.4375em) {
  .magic-list .detail-wrapper .close {
    flex: 0 0 100%;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    max-width: 100%;
  }
}
@media screen and (max-width: 42.4375em) and (min-width: 42.5em) {
  .magic-list .detail-wrapper .close {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.magic-list.loading .detail-wrapper {
  opacity: 0.2;
}

.article-list {
  margin-bottom: 60px;
}
@media screen and (min-width: 42.5em) {
  .article-list {
    margin-bottom: 100px;
  }
}
.article-list.is-related-list {
  margin-bottom: 40px;
}
.article-list .wrapper {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-flow: row wrap;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 42.5em) {
  .article-list .wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (min-width: 64em) {
  .article-list .wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.article-list .wrapper .item {
  flex: 0 0 50%;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  max-width: 50%;
}
@media screen and (min-width: 42.5em) {
  .article-list .wrapper .item {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media screen and (min-width: 42.5em) {
  .article-list .wrapper .item {
    flex: 0 0 33.3333333333%;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    max-width: 33.3333333333%;
  }
}
@media screen and (min-width: 42.5em) and (min-width: 42.5em) {
  .article-list .wrapper .item {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.article-list .header {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-flow: row wrap;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 42.5em) {
  .article-list .header {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (min-width: 64em) {
  .article-list .header {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.article-list .header .container {
  flex: 0 0 100%;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  max-width: 100%;
}
@media screen and (min-width: 42.5em) {
  .article-list .header .container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.article-list .header .container hr {
  border: none;
  border-bottom: 1px solid #0a0a0a;
  margin: 0 0 50px;
}
.article-list .header .container h3 {
  font-size: 1rem;
  line-height: 1;
  margin: 0 0 10px;
}
.article-list .item {
  margin-bottom: 40px;
}
.article-list .item .image-container {
  position: relative;
}
.article-list .item .image-container img:first-child {
  width: 100%;
  margin-bottom: 20px;
}
.article-list .item .image-container img:nth-child(2) {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 78px;
  height: 78px;
  transform: translate3d(-39px, -39px, 0);
}
@media screen and (min-width: 64em) {
  .article-list .item .image-container img:nth-child(2) {
    width: 128px;
    height: 128px;
    transform: translate3d(-64px, -64px, 0);
  }
}
.article-list .item h1, .article-list .item h2, .article-list .item h3, .article-list .item h4, .article-list .item h5 {
  font-size: 1.25rem;
  line-height: 1.375rem;
  font-weight: 600;
  word-break: break-word;
}
@media screen and (min-width: 64em) {
  .article-list .item h1, .article-list .item h2, .article-list .item h3, .article-list .item h4, .article-list .item h5 {
    font-size: 1.875rem;
    line-height: 2.375rem;
  }
}
.article-list .item a {
  color: #0a0a0a;
  opacity: 1;
  transition: opacity 0.3s;
}
.article-list .item a:hover, .article-list .item a:focus {
  opacity: 0.8;
}
.article-list .item p {
  font-size: 1rem;
  line-height: 1.375rem;
}
@media screen and (max-width: 42.4375em) {
  .article-list .item p {
    word-break: break-word;
  }
}
@media screen and (min-width: 64em) {
  .article-list .item p {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}
.article-list .list-footer {
  text-align: center;
}
.article-list .list-footer a {
  display: inline-block;
  color: #737373;
}
.article-list .list-footer a svg {
  width: 40px;
  margin-bottom: 10px;
  overflow: visible;
  transform: translate3d(0, 0, 0);
  transition: transform 0.2s ease-out;
}
.article-list .list-footer a span {
  font-size: 1.125rem;
  line-height: 1.625rem;
  display: block;
}
.article-list .list-footer a:hover svg {
  transform: translate3d(10px, 0, 0);
}

.pagination-wrapper {
  margin-bottom: 50px;
}
.pagination-wrapper .pagination-container {
  display: flex;
  justify-content: center;
}
.pagination-wrapper .pagination-container a {
  padding-left: 10px;
  padding-right: 10px;
}
.pagination-wrapper .pagination-container a:hover {
  text-decoration: underline;
}

.article-preview-large {
  margin-bottom: 60px;
}
@media screen and (min-width: 42.5em) {
  .article-preview-large {
    margin-bottom: 100px;
  }
}
.article-preview-large .wrapper {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-flow: row wrap;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 42.5em) {
  .article-preview-large .wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (min-width: 64em) {
  .article-preview-large .wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 42.5em) {
  .article-preview-large .wrapper {
    justify-content: flex-start;
    align-items: center;
  }
}
.article-preview-large .wrapper .image {
  flex: 0 0 100%;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  max-width: 100%;
}
@media screen and (min-width: 42.5em) {
  .article-preview-large .wrapper .image {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media screen and (min-width: 42.5em) {
  .article-preview-large .wrapper .image {
    flex: 0 0 58.3333333333%;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    max-width: 58.3333333333%;
    order: 2;
  }
}
@media screen and (min-width: 42.5em) and (min-width: 42.5em) {
  .article-preview-large .wrapper .image {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.article-preview-large .wrapper .content {
  flex: 0 0 100%;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  max-width: 100%;
}
@media screen and (min-width: 42.5em) {
  .article-preview-large .wrapper .content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media screen and (min-width: 42.5em) {
  .article-preview-large .wrapper .content {
    flex: 0 0 41.6666666667%;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    max-width: 41.6666666667%;
  }
}
@media screen and (min-width: 42.5em) and (min-width: 42.5em) {
  .article-preview-large .wrapper .content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.article-preview-large img {
  width: 100%;
}
@media screen and (max-width: 42.4375em) {
  .article-preview-large img {
    margin-bottom: 30px;
  }
}
.article-preview-large h1, .article-preview-large h2, .article-preview-large h3, .article-preview-large h4, .article-preview-large h5, .article-preview-large h6 {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-family: "GZA", serif;
}
@media screen and (min-width: 42.5em) {
  .article-preview-large h1, .article-preview-large h2, .article-preview-large h3, .article-preview-large h4, .article-preview-large h5, .article-preview-large h6 {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }
}
@media screen and (min-width: 64em) {
  .article-preview-large h1, .article-preview-large h2, .article-preview-large h3, .article-preview-large h4, .article-preview-large h5, .article-preview-large h6 {
    font-size: 3.125rem;
    line-height: 4rem;
  }
}
.article-preview-large p {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
@media screen and (min-width: 42.5em) {
  .article-preview-large p {
    font-size: 1.125rem;
    line-height: 1.5625rem;
  }
}
@media screen and (min-width: 64em) {
  .article-preview-large p {
    font-size: 1.375rem;
    line-height: 2rem;
  }
}

ul.filmskolen-flex-list {
  list-style-type: none;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
ul.filmskolen-flex-list li {
  margin-bottom: 30px;
  flex: 0 0 50%;
  max-width: 50%;
}
ul.filmskolen-flex-list li:nth-child(odd) {
  padding-right: 15px;
}
ul.filmskolen-flex-list li:nth-child(even) {
  padding-left: 15px;
}
ul.filmskolen-flex-list li span {
  display: block;
}
ul.filmskolen-flex-list li span.name {
  font-weight: 600;
}
ul.filmskolen-flex-list li a {
  display: block;
  min-height: 40px;
  padding: 6px 0;
  font-weight: 600;
  will-change: color;
  transition: color 0.2s;
}
ul.filmskolen-flex-list li a:hover, ul.filmskolen-flex-list li a:focus {
  color: #737373;
}
ul.filmskolen-flex-list li.active a {
  pointer-events: none;
  color: #737373;
}
ul.filmskolen-flex-list.navigation, ul.filmskolen-flex-list.links {
  justify-content: flex-start;
  align-items: flex-end;
}
ul.filmskolen-flex-list.navigation li, ul.filmskolen-flex-list.links li {
  margin-bottom: 10px;
}
ul.filmskolen-flex-list.navigation li a, ul.filmskolen-flex-list.links li a {
  border-bottom: 1px solid #0a0a0a;
  will-change: color, border-color;
  transition: color 0.15s, border-color 0.15s;
}
ul.filmskolen-flex-list.navigation li a:hover, ul.filmskolen-flex-list.navigation li a:focus, ul.filmskolen-flex-list.links li a:hover, ul.filmskolen-flex-list.links li a:focus {
  border-color: #737373;
}
ul.filmskolen-flex-list.navigation li.active a, ul.filmskolen-flex-list.links li.active a {
  border-color: #737373;
}
ul.filmskolen-flex-list.details li {
  flex: 0 0 50%;
}
ul.filmskolen-flex-list.details li:nth-child(odd) {
  padding-right: 15px;
}
ul.filmskolen-flex-list.details li:nth-child(even) {
  padding-left: 15px;
}

.fullwidth-video-preview {
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (min-width: 42.5em) {
  .fullwidth-video-preview {
    color: #fefefe;
    margin-bottom: 100px;
  }
}
.fullwidth-video-preview .wrapper {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-flow: row wrap;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 42.5em) {
  .fullwidth-video-preview .wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (min-width: 64em) {
  .fullwidth-video-preview .wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.fullwidth-video-preview .wrapper .container {
  flex: 0 0 100%;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  max-width: 100%;
}
@media screen and (min-width: 42.5em) {
  .fullwidth-video-preview .wrapper .container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.fullwidth-video-preview .preview {
  position: relative;
}
.fullwidth-video-preview .preview .image-container {
  display: block;
  position: relative;
}
@media screen and (max-width: 42.4375em) {
  .fullwidth-video-preview .preview .image-container {
    margin-bottom: 30px;
  }
}
.fullwidth-video-preview .preview .image-container img.main-image {
  width: 100%;
}
.fullwidth-video-preview .preview .image-container .play-icon {
  position: absolute;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  width: 60px;
  height: 60px;
}
@media screen and (min-width: 42.5em) {
  .fullwidth-video-preview .preview .image-container .play-icon {
    display: none;
  }
}
.fullwidth-video-preview .preview h1, .fullwidth-video-preview .preview h2, .fullwidth-video-preview .preview h3, .fullwidth-video-preview .preview h4, .fullwidth-video-preview .preview h5, .fullwidth-video-preview .preview h6 {
  color: inherit;
  font-family: "GZA", serif;
  font-style: italic;
  margin: 0 0 10px;
  font-size: 1.875rem;
  line-height: 2.75rem;
}
@media screen and (min-width: 42.5em) {
  .fullwidth-video-preview .preview h1, .fullwidth-video-preview .preview h2, .fullwidth-video-preview .preview h3, .fullwidth-video-preview .preview h4, .fullwidth-video-preview .preview h5, .fullwidth-video-preview .preview h6 {
    font-size: 2.5rem;
    line-height: 3.375rem;
  }
}
@media screen and (min-width: 64em) {
  .fullwidth-video-preview .preview h1, .fullwidth-video-preview .preview h2, .fullwidth-video-preview .preview h3, .fullwidth-video-preview .preview h4, .fullwidth-video-preview .preview h5, .fullwidth-video-preview .preview h6 {
    font-size: 3.125rem;
    line-height: 4rem;
  }
}
.fullwidth-video-preview .preview p {
  margin: 0;
  color: inherit;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
@media screen and (min-width: 42.5em) {
  .fullwidth-video-preview .preview p {
    font-size: 1.125rem;
    line-height: 1.5625rem;
  }
}
@media screen and (min-width: 64em) {
  .fullwidth-video-preview .preview p {
    font-size: 1.375rem;
    line-height: 2rem;
  }
}
.fullwidth-video-preview .preview .content-wrapper .play-icon {
  display: none;
}
@media screen and (min-width: 42.5em) {
  .fullwidth-video-preview .preview .content-wrapper .play-icon {
    display: inline-block;
    margin-bottom: 20px;
    width: 88px;
  }
}
@media screen and (min-width: 64em) {
  .fullwidth-video-preview .preview .content-wrapper .play-icon {
    width: 128px;
  }
}
@media screen and (min-width: 42.5em) {
  .fullwidth-video-preview .preview a {
    color: #fefefe;
  }
  .fullwidth-video-preview .preview p {
    margin: 0;
  }
  .fullwidth-video-preview .preview .content-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .fullwidth-video-preview .preview .content-wrapper .content {
    width: 84%;
  }
}
@media screen and (min-width: 64em) {
  .fullwidth-video-preview .preview .content-wrapper .content {
    padding-top: 10%;
    width: 80%;
  }
}

.google-map-large {
  margin-bottom: 60px;
}
@media screen and (min-width: 42.5em) {
  .google-map-large {
    margin-bottom: 100px;
  }
}
.google-map-large .wrapper {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-flow: row wrap;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 42.5em) {
  .google-map-large .wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (min-width: 64em) {
  .google-map-large .wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.google-map-large .wrapper .container {
  flex: 1 1 0px;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  min-width: initial;
}
@media screen and (min-width: 42.5em) {
  .google-map-large .wrapper .container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.google-map-large .wrapper .container .google-map {
  height: 400px;
}
@media screen and (min-width: 42.5em) {
  .google-map-large .wrapper .container .google-map {
    height: 600px;
  }
}

.image-large {
  margin-bottom: 20px;
}
@media screen and (min-width: 42.5em) {
  .image-large {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 64em) {
  .image-large {
    margin-bottom: 80px;
  }
}
.image-large .wrapper {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-flow: row wrap;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 42.5em) {
  .image-large .wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (min-width: 64em) {
  .image-large .wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.image-large .wrapper .container {
  flex: 0 0 100%;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  max-width: 100%;
}
@media screen and (min-width: 42.5em) {
  .image-large .wrapper .container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.image-large img {
  width: 100%;
}

.large-link-boxes {
  margin-bottom: 60px;
}
@media screen and (min-width: 42.5em) {
  .large-link-boxes {
    margin-bottom: 100px;
  }
}
.large-link-boxes .wrapper {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-flow: row wrap;
}
@media screen and (max-width: 42.4375em) {
  .large-link-boxes .wrapper .link {
    flex: 0 0 100%;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    max-width: 100%;
  }
}
@media screen and (min-width: 42.5em) {
  .large-link-boxes .wrapper .link {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.large-link-boxes .link a {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 270px;
  text-align: center;
}
@media screen and (min-width: 42.5em) {
  .large-link-boxes .link a {
    min-height: 450px;
  }
}
.large-link-boxes .link a span {
  display: block;
  font-size: 3.125rem;
  line-height: 3.375rem;
  max-width: 94%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 42.5em) {
  .large-link-boxes .link a span {
    font-size: 4.375rem;
    line-height: 5.25rem;
  }
}
@media screen and (min-width: 64em) {
  .large-link-boxes .link a span {
    font-size: 5.625rem;
    line-height: 6.5rem;
  }
}
.large-link-boxes .link a span svg {
  transform: translate3d(0, 0, 0);
  transition: transform 0.15s ease-out;
}
.large-link-boxes .link a:hover span svg {
  transform: translate3d(10px, 0, 0);
}
.large-link-boxes .link a.image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fefefe;
}
.large-link-boxes .link a.color {
  background-color: #F3D996;
  color: #DD0A1E;
}

.splash-intro {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.3s;
  margin-bottom: 140px;
}
.splash-intro.is-visible {
  opacity: 1;
}
@media screen and (min-width: 42.5em) {
  .splash-intro {
    margin-bottom: 180px;
  }
}
@media screen and (min-width: 64em) {
  .splash-intro {
    margin-bottom: 220px;
  }
}
.splash-intro video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate3d(-50%, -50%, 0);
  -o-object-fit: cover;
     object-fit: cover;
}
.splash-intro .background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background: no-repeat top center;
}
.splash-intro .skip-intro {
  position: absolute;
  bottom: 30px;
  left: calc(50% - 20px);
  width: 40px;
  height: 40px;
  z-index: 2;
  transform: rotate(90deg);
}
.splash-intro .skip-intro svg {
  width: 40px;
  transform: translate3d(0, 0, 0);
  transition: transform 0.2s ease-out;
}
.splash-intro .skip-intro:hover, .splash-intro .skip-intro:focus {
  outline: none;
}
.splash-intro .skip-intro:hover svg, .splash-intro .skip-intro:focus svg {
  transform: translate3d(10px, 0, 0);
}

.vertical-slide-height {
  transition: height 0.5s ease-out;
}

.vertical-slide-enter {
  opacity: 0;
}
.vertical-slide-enter-active {
  opacity: 1;
  transition: opacity 0.5s linear 0.3s;
}

.vertical-slide-leave {
  opacity: 1;
}
.vertical-slide-leave-active {
  opacity: 0;
  transition: opacity 0.5s;
}