/*! sanitize.css v3.0.0 | CC0 1.0 Public Domain | github.com/10up/sanitize.css */

audio:not([controls]) {
    display: none
}

button {
    overflow: visible;
    -webkit-appearance: button
}

details {
    display: block
}

html {
    -ms-overflow-style: -ms-autohiding-scrollbar;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%
}

input {
    -webkit-border-radius: 0
}

    input[type="button"], input[type="reset"], input[type="submit"] {
        -webkit-appearance: button
    }

    input[type="number"] {
        width: auto
    }

    input[type="search"] {
        -webkit-appearance: textfield
    }

        input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none
        }

main {
    display: block
}

pre {
    overflow: auto
}

progress {
    display: inline-block
}

small {
    font-size: 75%
}

summary {
    display: block
}

svg:not(:root) {
    overflow: hidden
}

template {
    display: none
}

textarea {
    overflow: auto
}

[hidden] {
    display: none
}

*, ::before, ::after {
    box-sizing: inherit
}

* {
    font-size: inherit;
    line-height: inherit
}

::before, ::after {
    text-decoration: inherit;
    vertical-align: inherit
}

*, ::before, ::after {
    border-style: solid;
    border-width: 0
}

* {
    background-repeat: no-repeat;
    margin: 0;
    padding: 0
}

:root {
    background-color: #fff;
    box-sizing: border-box;
    color: #000;
    cursor: default;
    font: 100%/1.5 sans-serif;
    text-rendering: optimizeLegibility
}

a {
    text-decoration: none
}

audio, canvas, iframe, img, svg, video {
    vertical-align: middle
}

button, input, select, textarea {
    background-color: transparent
}

button, input, select, textarea {
    color: inherit;
    font-family: inherit;
    font-style: inherit;
    font-weight: inherit
}

button, [type="button"], [type="date"], [type="datetime"], [type="datetime-local"], [type="email"], [type="month"], [type="number"], [type="password"], [type="reset"], [type="search"], [type="submit"], [type="tel"], [type="text"], [type="time"], [type="url"], [type="week"], select, textarea {
    min-height: 1.5em
}

code, kbd, pre, samp {
    font-family: monospace,monospace
}

nav ol, nav ul {
    list-style: none
}

select {
    -moz-appearance: none;
    -webkit-appearance: none
}

    select::-ms-expand {
        display: none
    }

    select::-ms-value {
        color: currentColor
    }

table {
    border-collapse: collapse;
    border-spacing: 0
}

textarea {
    resize: vertical
}

::-moz-selection {
    background-color: #B3D4FC;
    color: #fff;
    text-shadow: none
}

::selection {
    background-color: #B3D4FC;
    color: #fff;
    text-shadow: none
}

[aria-busy="true"] {
    cursor: progress
}

[aria-controls] {
    cursor: pointer
}

[aria-disabled] {
    cursor: default
}

[hidden][aria-hidden="false"] {
    clip: rect(0 0 0 0);
    display: inherit;
    position: absolute
}

    [hidden][aria-hidden="false"]:focus {
        clip: auto
    }

.center {
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%)
}

.minusMargin {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px)
}

@media (max-width: 601px) {
    .hide-for-small {
        display: none !important
    }
}

@media (min-width: 601px) and (max-width: 900px) {
    .hide-for-medium {
        display: none !important
    }
}

@media (min-width: 900px) {
    .hide-for-large {
        display: none !important
    }
}

.ratio3-4 {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 133.333333333%
}

    .ratio3-4 img, .ratio3-4 object, .ratio3-4 iframe, .ratio3-4 video {
        width: 100%;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        right: 0
    }

.ratio1-1 {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 100%
}

    .ratio1-1 img, .ratio1-1 object, .ratio1-1 iframe, .ratio1-1 video {
        width: 100%;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        right: 0
    }

.ratio16-9 {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 56.25%
}

    .ratio16-9 img, .ratio16-9 object, .ratio16-9 iframe, .ratio16-9 video {
        width: 100%;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        right: 0
    }

.ratio21-9 {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 42.8571428571%
}

    .ratio21-9 img, .ratio21-9 object, .ratio21-9 iframe, .ratio21-9 video {
        width: 100%;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        right: 0
    }

.ratio2-3 {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 150%
}

    .ratio2-3 img, .ratio2-3 object, .ratio2-3 iframe, .ratio2-3 video {
        width: 100%;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        right: 0
    }

.ratio3-2 {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 66.6666666667%
}

    .ratio3-2 img, .ratio3-2 object, .ratio3-2 iframe, .ratio3-2 video {
        width: 100%;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        right: 0
    }

.justify {
    display: -ms-flexbox;
    display: flex;
    -js-display: -ms-flexbox;
    -js-display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (min-width: 900px) {
    .justify .block {
        width: 33.333%
    }

        .justify .block:nth-of-type(3n+3):after {
            display: none
        }
}

@media (min-width: 601px) and (max-width: 900px) {
    .justify .block {
        width: 50%
    }

        .justify .block:nth-of-type(2n+2):after {
            display: none
        }
}

@media (max-width: 601px) {
    .justify .block {
        width: 100%
    }

        .justify .block:after {
            display: none
        }
}

.justify .block:first-child:nth-last-child(1):after, .justify .block:first-child:nth-last-child(1) ~ .block:after {
    display: none
}

@media (min-width: 900px) {
    .justify .block:first-child:nth-last-child(1), .justify .block:first-child:nth-last-child(1) ~ .block {
        width: 100%;
        max-width: 100%;
        display: -ms-flexbox;
        display: flex;
        -js-display: -ms-flexbox;
        -js-display: flex
    }

        .justify .block:first-child:nth-last-child(1) .block__image, .justify .block:first-child:nth-last-child(1) ~ .block .block__image {
            width: 33.333%;
            padding-right: 20px;
            padding-bottom: 0
        }

            .justify .block:first-child:nth-last-child(1) .block__image + .block__text, .justify .block:first-child:nth-last-child(1) ~ .block .block__image + .block__text {
                width: 66.666%
            }
}

@media (min-width: 601px) and (max-width: 900px) {
    .justify .block:first-child:nth-last-child(1), .justify .block:first-child:nth-last-child(1) ~ .block {
        margin: auto
    }
}

@media (min-width: 900px) {
    .justify .block:first-child:nth-last-child(2), .justify .block:first-child:nth-last-child(2) ~ .block {
        width: 50%
    }

        .justify .block:first-child:nth-last-child(2):nth-of-type(even):after, .justify .block:first-child:nth-last-child(2) ~ .block:nth-of-type(even):after {
            display: none
        }
}

.justify2 {
    display: -ms-flexbox;
    display: flex;
    -js-display: -ms-flexbox;
    -js-display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (min-width: 900px) {
    .justify2 .block {
        width: 33.333%
    }

        .justify2 .block:nth-of-type(3n+3):after {
            display: none
        }
}

@media (min-width: 601px) and (max-width: 900px) {
    .justify2 .block {
        width: 50%
    }

        .justify2 .block:nth-of-type(2n+2):after {
            display: none
        }
}

@media (max-width: 601px) {
    .justify2 .block {
        width: 100%
    }

        .justify2 .block:after {
            display: none
        }
}

.justify2 .block:first-child:nth-last-child(1):after, .justify2 .block:first-child:nth-last-child(1) ~ .block:after {
    display: none
}

@media (min-width: 900px) {
    .justify2 .block:first-child:nth-last-child(1), .justify2 .block:first-child:nth-last-child(1) ~ .block {
        width: 100%;
        max-width: 100%;
        display: -ms-flexbox;
        display: flex;
        -js-display: -ms-flexbox;
        -js-display: flex
    }

        .justify2 .block:first-child:nth-last-child(1) .block__image, .justify2 .block:first-child:nth-last-child(1) ~ .block .block__image {
            width: 33.333%;
            padding-right: 20px;
            padding-bottom: 0
        }

            .justify2 .block:first-child:nth-last-child(1) .block__image + .block__text, .justify2 .block:first-child:nth-last-child(1) ~ .block .block__image + .block__text {
                width: 66.666%
            }
}

@media (min-width: 601px) and (max-width: 900px) {
    .justify2 .block:first-child:nth-last-child(1), .justify2 .block:first-child:nth-last-child(1) ~ .block {
        margin: auto
    }
}

@media (min-width: 900px) {
    .justify2 .block:first-child:nth-last-child(2), .justify2 .block:first-child:nth-last-child(2) ~ .block {
        width: 50%
    }

        .justify2 .block:first-child:nth-last-child(2):nth-of-type(even):after, .justify2 .block:first-child:nth-last-child(2) ~ .block:nth-of-type(even):after {
            display: none
        }
}

@media (min-width: 900px) {
    .justify2 .block {
        width: 50%
    }

        .justify2 .block:nth-of-type(even):after {
            display: none
        }
}

html  {
    font-size: 16px;
    line-height: 20px;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body {
    position: relative
}

@media (max-width: 601px) {
    body {
        font-size: .9rem
    }
}

body *:focus {
    outline: none
}

body.tabbing {
    position: relative
}

    body.tabbing:before {
        content: '';
        position: absolute;
        border: CurrentColor dashed 1px;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 0;
        transition-duration: 0.3s;
        transition-property: top, right, bottom, left
    }

    body.tabbing *:focus {
        z-index: 1
    }

        body.tabbing *:focus:before {
            top: -8px;
            right: -8px;
            bottom: -8px;
            left: -8px;
            z-index: -1;
            opacity: .4
        }

body *:focus {
    outline: none
}

body.tabbing *:focus {
    z-index: 90;
    outline: groove;
    outline-offset: 3px;
    outline-color: rgba(0,0,0,0.49)
}

body.tabbing.result *:focus {
    outline-color: rgba(255,255,255,0.49)
}

body:before {
    content: "";
    display: none
}

@media (max-width: 601px) {
    body:before {
        content: "small"
    }
}

@media (min-width: 601px) and (max-width: 900px) {
    body:before {
        content: "medium"
    }
}

@media (min-width: 900px) {
    body:before {
        content: "large"
    }
}

@font-face {
    font-family: Akzidenz;
    src: url(../fonts/AkzidenzGrotesk-Roman.ffil)
}

@font-face {
    font-family: Akzidenz-Bold;
    src: url(../fonts/AkzidenzGrotesk-Bold.ffil)
}

@font-face {
    font-family: Lyon;
    src: url(../fonts/LyonText-Regular.otf)
}

@font-face {
    font-family: Lyon-Medium;
    src: url(../fonts/LyonDisplay-Medium.otf)
}

@font-face {
    font-family: Lyon-Bold;
    src: url(../fonts/LyonText-Bold.otf)
}

@font-face {
    font-family: Lyon-Italic;
    src: url(../fonts/LyonText-Regular-Italic.otf)
}

p {
    margin-top: 0;
    margin-bottom: 20px;
    font-family: Arial,sans-serif
}

    p:empty {
        margin-bottom: 0
    }

body {
    font-family: Arial,sans-serif
}

h1, .h1 {
    font-weight: 900;
    font-family: "Lyon",sans-serif
}

@media (max-width: 601px) {
    h1, .h1 {
        font-size: 1.7rem
    }
}

h1, h2, h3, h4 {
    text-align: left
}

h2, .h2 {
    font-family: "Lyon-Medium",sans-serif
}

@media (max-width: 601px) {
    h2, .h2 {
        font-size: 1.5rem
    }
}

h3, .h3 {
    margin-bottom: 5px;
    font-family: Arial Bold,sans-serif;
    font-weight: 600;
    font-size: 1.5rem
}

@media (max-width: 601px) {
    h3, .h3 {
        font-size: 1.25rem
    }
}

h4, .h4 {
    font-size: 16px;
    font-weight: 700;
    font-family: Arial Bold,sans-serif;
    font-size: 1.2rem
}

@media (max-width: 601px) {
    h4, .h4 {
        font-size: 1.1rem
    }
}

h5 {
    font-weight: 700;
    font-size: 1.2em;
    margin: 0 0 0.5em 0
}

* + h5 {
    margin-top: 1.5em
}

h6 {
    font-weight: 700;
    font-size: 1em;
    margin: 0 0 0.5em 0
}

* + h5 {
    margin-top: 1.5em
}

.normalText  {
    font-size: 20px;
    line-height: 25px
}

.smallMediumText {
    font-size: 24px;
    line-height: 29px
}

@media (max-width: 601px) {
    .smallMediumText {
        font-size: 15px;
        line-height: 20px
    }
}

.mediumText {
    font-size: 27px;
    line-height: 35px
}

@media (max-width: 601px) {
    .mediumText {
        font-size: 16px;
        line-height: 22px
    }
}

.smallText {
    font-size: 20px;
    line-height: 25px
}

@media (max-width: 601px) {
    .smallText {
        font-size: 15px;
        line-height: 20px
    }
}

.smallerText {
    font-size: 14px;
    line-height: 22px
}

@media (max-width: 601px) {
    .smallerText {
        font-size: 14px;
        line-height: 20px
    }
}

.largeText {
    font-size: 30px;
    line-height: 35px;
    font-family: "Lyon-Medium",sans-serif
}

@media (max-width: 601px) {
    .largeText {
        font-size: 22px;
        line-height: 26px
    }
}

.largerText {
    font-size: 44px;
    line-height: 50px;
    font-family: "Lyon-Bold",sans-serif
}

@media (max-width: 601px) {
    .largerText {
        font-size: 22px;
        line-height: 26px
    }
}

.hugeText {
    font-size: 140px;
    line-height: 160px;
    font-family: "Lyon-Medium",sans-serif
}

.intro {
    font-size: 27px;
    line-height: 35px;
    margin-top: 20px;
    margin-bottom: 40px
}

@media (max-width: 601px) {
    .intro {
        font-size: 16px;
        line-height: 22px
    }
}

@media (max-width: 1151px) {
    .intro {
        max-width: 400px;
        margin: 20px auto 40px auto
    }
}

@media (max-width: 601px) {
    .intro {
        margin: 10px auto 20px auto;
        max-width: 170px
    }
}

@media (max-device-width: 350px) {
    .intro {
        margin: 5px auto 10px auto
    }
}

a {
    color: inherit
}

    a:hover, a:focus {
        color: inherit;
        text-decoration: none
    }

    a.disclaimer {
        color: #da373e
    }

strong {
    font-weight: 700
}

date {
    font-size: .9rem
}

.meta {
    font-size: 0.75rem
}

.preamble {
    font-size: 1.25rem;
    font-family: "Lyon",sans-serif
}

@media (max-width: 601px) {
    .preamble {
        font-size: 1.1rem
    }
}

.mainText ul {
    margin-left: 1.5em
}

.mainText a {
    color: #da373e;
    text-decoration: underline
}

    .mainText a:hover {
        color: #000
    }

@media (min-width: 900px) {
    .grid--oneThird {
        width: 33.333% !important
    }
}

@media (min-width: 601px) and (max-width: 900px) {
    .grid--oneThird--medium {
        width: 33.333% !important
    }
}

@media (max-width: 601px) {
    .grid--oneThird--small {
        width: 33.333%
    }
}

@media (min-width: 900px) {
    .grid--twoThird {
        width: 66.666% !important
    }
}

@media (min-width: 601px) and (max-width: 900px) {
    .grid--twoThird--medium {
        width: 66.666% !important
    }
}

@media (max-width: 601px) {
    .grid--twoThird--small {
        width: 66.666%
    }
}

@media (min-width: 900px) {
    .grid--oneFourth {
        width: 25% !important
    }
}

@media (min-width: 601px) and (max-width: 900px) {
    .grid--oneFourth--medium {
        width: 25%
    }
}

@media (max-width: 601px) {
    .grid--oneFourth--small {
        width: 25%
    }
}

@media (min-width: 900px) {
    .grid--oneFifth {
        width: 20% !important
    }
}

@media (min-width: 601px) and (max-width: 900px) {
    .grid--oneFifth--medium {
        width: 33.333%
    }
}

@media (min-width: 900px) {
    .grid--half {
        width: 50%
    }
}

@media (min-width: 601px) and (max-width: 900px) {
    .grid--half--medium {
        width: 50% !important
    }
}

@media (max-width: 601px) {
    .grid--half--small {
        width: 50% !important
    }
}

@media (min-width: 900px) {
    .grid--full {
        width: 100%
    }
}

@media (min-width: 601px) and (max-width: 900px) {
    .grid--full--medium {
        width: 100% !important
    }
}

@media (max-width: 601px) {
    .grid--full--small {
        width: 100% !important
    }
}

.arrow {
    position: relative;
    padding-left: 30px
}

    .arrow:before {
        content: "";
        width: 40px;
        height: 20px;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        background-image: url(../gfx/arrow.svg);
        background-position: left center;
        background-size: 20px;
        background-repeat: no-repeat
    }

.arrow--color:before {
    background-image: url(../gfx/arrow-color.svg)
}

.arrow--white:before {
    background-image: url(../gfx/arrow-white.svg)
}

.banner {
    width: 100%;
    text-align: center;
    display: inline-block;
    padding: 40px;
    z-index: 1
}

@media (max-width: 601px) {
    .banner {
        padding: 40px 20px
    }
}

.banner h2, .banner h3, .banner h4 {
    text-align: center
}

.banner > a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2
}

.banner--newsletterSignUp {
    background-image: url(../gfx/tnbg.png);
    background-repeat: repeat;
    background-size: 20px;
    -ms-flex-align: stretch;
    align-items: stretch
}

    .banner--newsletterSignUp p {
        margin-bottom: 20px !important
    }

    .banner--newsletterSignUp form {
        margin: auto;
        max-width: 766.666666667px
    }

    .banner--newsletterSignUp .relative {
        -ms-flex-positive: 1;
        flex-grow: 1;
        display: inline-block
    }

        .banner--newsletterSignUp .relative input[type=text] {
            width: 100%
        }

    .banner--newsletterSignUp input[type=submit] {
        margin-left: 30px
    }

.banner--followUs {
    background-color: #da373e;
    color: white;
    text-align: center
}

    .banner--followUs .banner__title {
        position: relative;
        margin: 10px 20px 20px 20px
    }

        .banner--followUs .banner__title:before {
            content: "";
            bottom: 100%;
            position: absolute;
            height: 100px;
            background-size: 10px;
            background-position: top center;
            background-repeat: no-repeat;
            right: 0;
            left: 0
        }

@media all and (-ms-high-contrast: none) {
    .banner--followUs
    .banner__title:before {
        background-size: 720px
    }
}

.banner--followUs .banner__title a {
    border-bottom: 2px solid rgba(255,255,255,0.5);
    position: relative
}

    .banner--followUs .banner__title a:after {
        content: "";
        height: 2px;
        position: absolute;
        top: initial;
        left: 0;
        bottom: -1px;
        right: 100%;
        transition: right .3s;
        -webkit-transition: right .3s;
        background-color: #fff
    }

    .banner--followUs .banner__title a.active:after, .banner--followUs .banner__title a:hover:after, .banner--followUs .banner__title a:focus:after {
        -ms-transform: right .3s;
        transform: right .3s;
        -webkit-transform: right .3s;
        right: 0
    }

blockquote {
    font-family: "Lyon",sans-serif;
    font-size: 2rem;
    font-style: italic;
    width: 100%;
    position: relative;
    background: rgba(0,0,0,0.1);
    padding: 60px 20px 40px 20px;
    text-align: center
}

    blockquote:before {
        content: "";
        background-image: url(../gfx/blockquote.svg);
        background-size: 30px;
        background-position: center;
        width: 100px;
        height: 50px;
        background-repeat: no-repeat;
        position: absolute;
        left: 30px;
        top: 0;
        border-bottom: 2px solid CurrentColor;
        left: 50%;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    blockquote:after {
        content: "";
        border-bottom: 2px solid CurrentColor;
        position: absolute;
        left: 50%;
        bottom: 20px;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 100px;
        height: 1px
    }

.block {
    list-style-type: none;
    position: relative
}

    .block .block__text:last-child {
        margin-bottom: 0
    }

    .block > a {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        bottom: 0px;
        top: 0px;
        z-index: 5
    }

.block--plain {
    padding: 20px
}

@media (max-width: 601px) {
    .block--plain {
        padding: 0 20px
    }
}

.block--plain .block__image {
    margin-bottom: 20px
}

.block--plain .block__title {
    font-size: 1.2rem
}

.block--promotedTalent {
    background: #da373e
}

@media (min-width: 600px) {
    .block--promotedTalent {
        display: -ms-flexbox;
        display: flex;
        -js-display: -ms-flexbox;
        -js-display: flex
    }
}

.block--promotedTalent .block__text {
    padding: 60px;
    width: 50%;
    color: white;
    display: -ms-flexbox;
    display: flex;
    -js-display: -ms-flexbox;
    -js-display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

@media (max-width: 900px) {
    .block--promotedTalent .block__text {
        padding: 30px
    }
}

@media (max-width: 601px) {
    .block--promotedTalent .block__text {
        width: 100%;
        padding-top: 40px
    }
}

.block--promotedTalent h2 {
    font-size: 3rem;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    padding-top: 100px
}

@media (max-width: 601px) {
    .block--promotedTalent h2 {
        font-size: 2rem
    }
}

.block--promotedTalent h2:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 80px;
    background-image: url(../gfx/tn-symbol.svg);
    background-size: 80px;
    background-repeat: no-repeat;
    background-position: top center
}

@media all and (-ms-high-contrast: none) {
    .block--promotedTalent h2:before {
        background-size: cover
    }
}

.block--promotedTalent h2 span {
    border-bottom: 2px solid white
}

.block--promotedTalent .block__image {
    width: 50%;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -ms-flexbox;
    display: flex;
    -js-display: -ms-flexbox;
    -js-display: flex
}

@media (max-width: 601px) {
    .block--promotedTalent .block__image {
        width: 100%
    }
}

.block--links {
    background: #000;
    color: white;
    display: -ms-flexbox;
    display: flex;
    -js-display: -ms-flexbox;
    -js-display: flex
}

    .block--links .block__title {
        margin-bottom: 20px
    }

    .block--links .block__text {
        padding: 40px 50px;
        overflow: hidden;
        display: -ms-flexbox;
        display: flex;
        -js-display: -ms-flexbox;
        -js-display: flex;
        -ms-flex-direction: column;
        flex-direction: column
    }

        .block--links .block__text ul {
            -ms-flex-positive: 1;
            flex-grow: 1
        }

@media (max-width: 601px) {
    .block--links .block__text {
        padding: 20px
    }
}

.block--links:nth-of-type(2) {
    background: #da373e
}

@media (max-width: 900px) {
    .block--links {
        width: 100% !important
    }
}

.transportPage .teasers {
    display: -ms-flexbox;
    display: flex;
    -js-display: -ms-flexbox;
    -js-display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .transportPage .teasers .block {
        width: 33.333%
    }

@media (min-width: 601px) and (max-width: 900px) {
    .transportPage .teasers .block {
        width: 50%
    }
}

@media (max-width: 601px) {
    .transportPage .teasers .block {
        width: 100%
    }
}

.block.block--teaser, .transportPage .block {
    display: -ms-flexbox;
    display: flex;
    -js-display: -ms-flexbox;
    -js-display: flex;
    list-style-type: none;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative
}

    .block.block--teaser:after, .transportPage .block:after {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 1px;
        border-right: 1px solid rgba(0,0,0,0.25)
    }

@media (max-width: 601px) {
    .block.block--teaser, .transportPage .block {
        border-bottom: 1px solid rgba(0,0,0,0.25)
    }

        .block.block--teaser:last-child, .transportPage .block:last-child {
            border-bottom: 0 solid transparent
        }
}

.block.block--teaser .block__image, .transportPage .block .block__image {
    background: #000;
    width: 100%
}

.block.block--teaser .block__text, .transportPage .block .block__text {
    background: white;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 40px 50px;
    display: -ms-flexbox;
    display: flex;
    -js-display: -ms-flexbox;
    -js-display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (max-width: 601px) {
    .block.block--teaser .block__text, .transportPage .block .block__text {
        padding: 20px
    }
}

.block.block--teaser .block__text p, .transportPage .block .block__text p {
    -ms-flex-positive: 1;
    flex-grow: 1
}

.block.block--teaser .block__title, .transportPage .block .block__title {
    font-weight: 600;
    font-family: "Lyon",sans-serif;
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 0
}

.block.block--teaser p, .block.block--teaser .block__desc, .block.block--teaser strong, .transportPage .block p, .transportPage .block .block__desc, .transportPage .block strong {
    font-size: 0.85rem
}

    .block.block--teaser .block__desc:not(:empty), .transportPage .block .block__desc:not(:empty) {
        margin-top: 10px
    }

.block.block--teaser a:hover ~ .block__image .blur, .block.block--teaser a:focus ~ .block__image .blur, .transportPage .block a:hover ~ .block__image .blur, .transportPage .block a:focus ~ .block__image .blur {
    filter: blur(0px)
}

.block.block--teaser a:hover ~ .block__image .genreIcons span, .block.block--teaser a:focus ~ .block__image .genreIcons span, .transportPage .block a:hover ~ .block__image .genreIcons span, .transportPage .block a:focus ~ .block__image .genreIcons span {
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0
}

@media all and (-ms-high-contrast: none) {
    .block.block--teaser, .transportPage .block {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column
    }

        .block.block--teaser .block__text, .transportPage .block .block__text {
            padding: 40px 50px
        }

        .block.block--teaser .block__text, .block.block--teaser .block__image, .transportPage .block .block__text, .transportPage .block .block__image {
            -ms-flex: 0 0 auto;
            flex: 0 0 auto
        }
}

.block--event {
    position: relative;
    margin: 40px auto;
    padding: 20px
}

@media (min-width: 900px) {
    .block--event {
        display: -ms-flexbox;
        display: flex;
        -js-display: -ms-flexbox;
        -js-display: flex;
        max-width: 1150px !important
    }
}

@media (max-width: 900px) {
    .block--event {
        width: 100% !important;
        max-width: 400px
    }
}

.block--event .block__image {
    position: relative;
    margin: auto;
    width: 300px !important;
    height: 300px;
    display: -ms-flexbox;
    display: flex;
    -js-display: -ms-flexbox;
    -js-display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 900px) {
    .block--event .block__image {
        width: 200px !important;
        height: 200px;
        margin-bottom: 20px
    }
}

.block--event .block__image > div {
    border-radius: 50%;
    overflow: hidden
}

.block--event .block__text {
    display: -ms-flexbox;
    display: flex;
    -js-display: -ms-flexbox;
    -js-display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width: 900px) {
    .block--event .block__text {
        width: calc(100% - 300px)
    }
}

.block--event span {
    color: #da373e
}

.block--event .block__date {
    font-size: 1.1rem;
    font-weight: 600
}

.block__bubble {
    font-weight: 600;
    position: absolute;
    left: 0;
    top: 0;
    color: white;
    border-radius: 50%;
    background: #da373e;
    height: 80px;
    width: 80px;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -js-display: -ms-flexbox;
    -js-display: flex
}

.block--list {
    width: 100%;
    margin-bottom: 40px
}

@media (min-width: 600px) {
    .block--list {
        display: -ms-flexbox;
        display: flex;
        -js-display: -ms-flexbox;
        -js-display: flex
    }

        .block--list .block__image {
            width: 250px
        }

        .block--list .block__title {
            font-size: 1.2rem
        }

        .block--list .block__text {
            padding-left: 20px;
            width: calc(100% - 250px)
        }
}

@media (min-width: 600px) and (max-width: 601px) {
    .block--list .block__text {
        width: calc(100% - 100px)
    }
}

@media (max-width: 601px) {
    .block--list .block__image img {
        margin-bottom: 10px;
        width: 200px
    }

    .block--list .block__text {
        border-bottom: 1px solid #b9b9b9
    }
}

@media (min-width: 600px) {
    .firstBig .block:first-of-type {
        width: 100% !important
    }

        .firstBig .block:first-of-type .block__title {
            font-size: 2rem
        }

        .firstBig .block:first-of-type .block__image .block__image--normal {
            display: none !important
        }

        .firstBig .block:first-of-type .block__image .block__image--big {
            display: block !important
        }
}

@media (min-width: 600px) and (min-width: 900px) {
    .firstBig .block:first-child:nth-last-child(3):not(:first-of-type), .firstBig .block:first-child:nth-last-child(3) ~ .block:not(:first-of-type) {
        width: 50%
    }
}

.block__link {
    font-weight: 400;
    border-top: 1px solid rgba(255,255,255,0.25);
    padding-top: 20px
}

    .block__link a {
        display: inline-block;
        position: relative
    }

        .block__link a:after {
            content: "";
            height: 2px;
            position: absolute;
            top: initial;
            left: 0;
            bottom: -1px;
            right: 100%;
            transition: right .3s;
            -webkit-transition: right .3s;
            background-color: CurrentColor
        }

        .block__link a.active:after, .block__link a:hover:after, .block__link a:focus:after {
            -ms-transform: right .3s;
            transform: right .3s;
            -webkit-transform: right .3s;
            right: 0
        }

@media (max-width: 601px) {
    .placeholderImage {
        display: none
    }
}

.breadcrumbs ul {
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
    padding: 20px 0 40px 0
}

    .breadcrumbs ul li {
        display: inline-block;
        font-size: 12px;
        letter-spacing: .5px
    }

        .breadcrumbs ul li a {
            color: #000
        }

            .breadcrumbs ul li a:after {
                content: "/";
                padding-left: 5px
            }

        .breadcrumbs ul li.active {
            color: #b9b9b9
        }

.calendar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 50px
}

.calendar-title {
    text-align: center
}

.calendar-header, .calendar-spacer, .calendar-day {
    -ms-flex: 0 0 14.2857%;
    flex: 0 0 14.2857%;
    padding: 10px;
    border: 2px solid #fff;
    font-size: 13px
}

.calendar-header {
    background: black;
    color: white;
    overflow: hidden
}

.calendar-day {
    background: #f5f6f8;
    min-height: 100px;
    overflow: hidden
}

.calendar-day__date {
    background-color: #eeeff0;
    font-family: "Lyon",sans-serif;
    font-size: 14px;
    margin: -10px -10px 10px -10px;
    padding: 2px 10px
}

.calendar-day ul {
    list-style: none;
    margin: 0;
    padding: 0
}

    .calendar-day ul li:not(:last-child):after {
        content: '';
        display: block;
        margin: 5px 0;
        height: 1px;
        background-color: white
    }

    .calendar-day ul li:last-child {
        margin-bottom: 0
    }

    .calendar-day ul li div {
        font-size: 12px;
        color: #888
    }

.calendar-day a {
    color: #ed646a;
    text-decoration: underline
}

.calendar-nav {
    background-color: #ed646a;
    color: white;
    display: inline-block;
    padding: 10px 20px
}

    .calendar-nav:hover {
        color: white
    }

.calendar-no-events-mobile {
    display: none
}

@media (max-width: 600px) {
    .calendar {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .calendar-title {
        width: 100%;
        font-size: 24px
    }

    .calendar-header {
        display: none
    }

    .calendar-day {
        min-height: 0
    }

        .calendar-day:not(.has-events) {
            display: none
        }

    .calendar-no-events-mobile {
        margin: 0 0 20px 0;
        display: block;
        text-align: center
    }
}

.dropDown {
    display: inline-block;
    position: relative;
    font-size: 0.75rem;
    cursor: pointer;
    z-index: 1
}

.dropDown__title {
    padding: 10px 20px;
    padding-right: 40px;
    border: 1px solid #da373e;
    margin: 10px;
    display: inline-block;
    position: relative
}

    .dropDown__title:after {
        content: "";
        background-image: url(../gfx/chevron.svg);
        background-size: 10px;
        background-repeat: no-repeat;
        background-position: center center;
        width: 40px;
        position: absolute;
        bottom: 0;
        right: 0;
        top: 0
    }

.dropDown .dropDown__chosen {
    padding: 10px 20px;
    padding-right: 40px;
    border: 1px solid #da373e;
    margin: -20px;
    margin-right: 10px;
    background: #da373e;
    display: inline-block;
    font-size: 0.75rem;
    position: relative;
    color: white
}

.dropDown ul {
    top: calc(100% - 10px);
    left: 10px;
    z-index: 1;
    display: none;
    min-width: 100%;
    margin-top: -1px;
    border: 1px solid #da373e;
    list-style-type: none;
    position: absolute;
    text-align: left
}

    .dropDown ul li {
        min-width: 100%;
        background: white;
        padding: 5px 20px;
        display: inline-block;
        list-style-type: none;
        border-bottom: 1px solid #eee
    }

        .dropDown ul li button {
            padding-right: 30px;
            display: inline-block;
            white-space: nowrap;
            position: relative;
            font-size: 16px
        }

        .dropDown ul li a {
            padding: 0px;
            border: none;
            margin: 0px
        }

        .dropDown ul li.active button {
            text-decoration: underline
        }

.dropDown.open {
    border-bottom: 0;
    border-radius: 20px 20px 0 0
}

    .dropDown.open ul {
        display: inline-block
    }

main input, main textarea, footer input, footer textarea {
    border: 1px solid #b9b9b9;
    background: white;
    padding: 10px 20px
}

    main input[type=submit], footer input[type=submit] {
        background: #da373e;
        border-color: #da373e;
        color: white
    }

        main input[type=submit][disabled], footer input[type=submit][disabled] {
            color: #ff8289
        }

main form input, main form textarea, footer form input, footer form textarea {
    margin: 10px
}

form {
    max-width: 100%
}

    form input + .inputPlaceholder, form textarea + .inputPlaceholder {
        display: inline-block;
        pointer-events: none;
        position: absolute;
        top: 20px;
        left: 30px
    }

    form input:active + .inputPlaceholder, form input:focus + .inputPlaceholder, form textarea:active + .inputPlaceholder, form textarea:focus + .inputPlaceholder {
        display: none
    }

    form input:not([value=""]) + .inputPlaceholder {
        display: none
    }

button {
    cursor: pointer
}

.genreIcons span {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 60px;
    width: 60px;
    background: white;
    padding: 10px
}

.genreIcons img {
    height: 100%;
    width: auto;
    display: inline-block
}

.home-video__poster {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url("/assets/gfx/artex.jpg");
    background-repeat: no-repeat;
    background-size: cover
}

.home-video__button {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 20
}

img {
    max-width: 100%;
    width: 100%;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.icon {
    display: inline-block;
    width: 20px;
    height: 20px
}

    .icon svg {
        width: 100%;
        max-width: 100%;
        height: auto
    }

ul, ol {
    list-style-position: outside;
    line-height: inherit
}

.imageList {
    list-style-type: none
}

    .imageList li {
        list-style-type: none;
        margin-bottom: 20px
    }

@media (min-width: 600px) {
    .imageList li {
        display: -ms-flexbox;
        display: flex;
        -js-display: -ms-flexbox;
        -js-display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.imageList__image {
    width: 100px
}

    .imageList__image > div {
        position: relative;
        overflow: hidden;
        height: 0;
        padding-bottom: 100%;
        border-radius: 50%
    }

        .imageList__image > div img, .imageList__image > div object, .imageList__image > div iframe, .imageList__image > div video {
            width: 100%;
            position: absolute;
            top: 50%;
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            left: 0;
            right: 0
        }

@media (max-width: 601px) {
    .imageList__image {
        padding-bottom: 20px
    }
}

.imageList__text {
    position: relative;
    width: calc(100% - 100px)
}

    .imageList__text > a {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }

@media (max-width: 601px) {
    .imageList__text {
        width: 100%;
        padding: 0px;
        padding-bottom: 20px
    }
}

.imageList__image + .imageList__text {
    padding-left: 20px
}

@media (max-width: 601px) {
    .imageList__image + .imageList__text {
        padding: 0px;
        padding-bottom: 0
    }
}

@media (min-width: 600px) {
    .imageList li:first-child:nth-last-child(1) .imageList__image, .imageList li:first-child:nth-last-child(1) ~ li .imageList__image {
        width: 33.333%
    }

        .imageList li:first-child:nth-last-child(1) .imageList__image + .imageList__text, .imageList li:first-child:nth-last-child(1) ~ li .imageList__image + .imageList__text {
            width: 66.666%
        }
}

.list--blank {
    list-style: none;
    list-style-type: none
}

.news-banner {
    margin: 24px 0
}

.news-banner__header {
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 8px
}

    .news-banner__header h2 {
        font-size: 24px;
        line-height: 1;
        margin: 0
    }

.news-banner ul {
    list-style: none;
    margin: 0;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    display: grid
}

@media (min-width: 768px) {
    .news-banner ul {
        gap: 24px;
        grid-template-columns: 1fr 1fr
    }
}

.news-banner ul a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
    padding: 24px 0
}

    .news-banner ul a time {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        border-left: 4px solid #da373e;
        padding: 2px 12px
    }

    .news-banner ul a h3 {
        font-family: "Lyon-Medium", sans-serif;
        font-weight: 500;
        margin-top: 8px
    }

    .news-banner ul a img {
        border-radius: 50%;
        height: 128px;
        width: 126px
    }

.news-banner .nb-arrow::after {
    content: "";
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12'%3E%3Cpath d='m1 12-1-1 6-5-6-5 1-1 7 6-7 6Z' fill='%23212529'/%3E%3C/svg%3E");
    background-size: 8px 12px;
    background-repeat: no-repeat;
    width: 10px;
    height: 12px;
    margin-left: 8px;
    transition: all 0.2s ease-in-out
}

.news-banner .nb-arrow:hover::after, .news-banner a:hover .nb-arrow:after {
    background-position-x: 2px
}

.numberBubble {
    margin-bottom: 20px;
    display: inline-block;
    text-align: center
}

.numberBubble__bubble {
    display: inline-block;
    height: 80px;
    width: 80px;
    position: relative;
    border-radius: 50%;
    background: #000;
    color: white;
    clear: both;
    margin: auto;
    font-family: "Lyon",sans-serif;
    font-size: 2rem
}

    .numberBubble__bubble span {
        position: absolute;
        left: 50%;
        top: 50%;
        -ms-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%);
        -webkit-transform: translateY(-50%) translateX(-50%)
    }

.numberBubble__text {
    display: block;
    font-size: .9rem;
    font-family: "Lyon-Bold",sans-serif
}

.minusMargin .numberBubble {
    padding: 0 20px
}

.promotion {
    margin: 24px 0;
    display: -ms-flexbox;
    display: flex;
    gap: 24px
}

.promotion__image {
    width: 80%;
    height: 566px
}

    .promotion__image img {
        object-fit: cover;
        width: 100%;
        height: 100%
    }

.promotion__links {
    -ms-flex-positive: 0;
    flex-grow: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 24px
}

    .promotion__links a {
        height: 50%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 24px;
        text-align: center;
        position: relative
    }

        .promotion__links a::after {
            content: "";
            display: block;
            position: absolute;
            background-image: url('data:image/svg+xml,%3Csvg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15 25"%3E%3Cpath d="m3 25-2-2 10-10L1 3l2-2 12 12L3 25Z" fill="%23FFFFFF"/%3E%3C/svg%3E');
            background-size: 15px 25px;
            background-repeat: no-repeat;
            width: 18px;
            height: 25px;
            right: 24px;
            bottom: 24px;
            z-index: 1;
            transition: all 0.2s ease-in-out
        }

        .promotion__links a:hover::after {
            background-position-x: 3px
        }

    .promotion__links h2 {
        font-size: 32px
    }

@media (min-width: 768px) {
    .promotion__links h2 {
        font-size: 40px
    }
}

.promotion__links p {
    margin: 0;
    font-family: "Lyon-Medium", sans-serif;
    font-size: 20px
}

@media (min-width: 768px) {
    .promotion__links p {
        font-size: 24px
    }
}

.promotion__links a:first-child {
    background-color: black;
    color: white;
    margin-left: -48px
}

.promotion__links a:last-child {
    background-color: #da373e;
    color: white
}

.share a, .share button {
    width: 40px;
    height: 40px;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 10px;
    cursor: pointer
}

    .share a svg, .share button svg {
        margin: auto auto;
        width: 40px;
        height: 40px
    }

    .share a:hover svg, .share a:focus svg, .share button:hover svg, .share button:focus svg {
        fill: #da373e
    }

@media (min-width: 900px) {
    .share a, .share button {
        display: block
    }
}

@media (max-width: 900px) {
    .share a, .share button {
        display: inline-block;
        margin-right: 10px
    }
}

#someicon--twitter .someicon__element {
    stroke: #000;
    fill: none
}

#someicon--twitter:hover .someicon__element, #someicon--twitter:focus .someicon__element {
    stroke: #da373e;
    fill: #da373e
}

#someicon--email:hover .someicon__element, #someicon--email:focus .someicon__element, #someicon--printer:hover .someicon__element, #someicon--printer:focus .someicon__element {
    stroke: #da373e;
    fill: #da373e
}

table:not(.table--blank) {
    border: 0;
    width: 100%;
    margin-bottom: 20px
}

    table:not(.table--blank) thead th {
        font-weight: bold;
        color: #da373e
    }

    table:not(.table--blank) tr {
        border-bottom: 1px solid #b9b9b9
    }

    table:not(.table--blank) tbody th {
        font-weight: bold
    }

    table:not(.table--blank) tr td, table:not(.table--blank) tr th {
        padding: 5px
    }

        table:not(.table--blank) tr td:first-of-type, table:not(.table--blank) tr th:first-of-type {
            padding-left: 0px
        }

        table:not(.table--blank) tr td:last-of-type, table:not(.table--blank) tr th:last-of-type {
            padding-right: 0px
        }

.table--blank {
    margin-bottom: 20px
}

    .table--blank tr > * {
        padding: 0 20px
    }

        .table--blank tr > *:first-of-type {
            padding-left: 0
        }

.table--info {
    table-layout: fixed
}

    .table--info td:last-child {
        text-align: right
    }

    .table--info tbody tr th {
        font-weight: normal
    }

.sum {
    font-family: Arial Bold,sans-serif
}

.video-wrapper  {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden
}

    .video-wrapper  img, .video-wrapper  object, .video-wrapper  iframe, .video-wrapper  video {
        width: 100%;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        right: 0
    }

    .video-wrapper  iframe {
        max-width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }

.video {
    position: relative;
    margin: auto auto;
    max-width: 766.666666667px;
    margin-bottom: 20px;
    padding-bottom: 0
}

    .video .js-play-video, .video .js-stop-video {
        cursor: pointer
    }

        .video .icon--video:before, .video .js-stop-video:before {
            content: "";
            color: white;
            position: absolute;
            transition: transform .3s;
            top: 0;
            left: 50%;
            right: 0;
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            height: 80px;
            width: 80px;
            border-radius: 50%;
            background-color: #da373e;
            background-image: url(../gfx/play.svg);
            background-repeat: no-repeat;
            background-size: 30px;
            background-position: center center
        }

    .video .icon--video {
        padding: 0;
        color: white;
        border-radius: 50%;
        padding-top: 80px;
        position: relative;
        font-size: 0.8rem;
        font-weight: 400;
        letter-spacing: .75px
    }

        .video .icon--video:before {
            background-image: url(../gfx/play.svg)
        }

        .video .icon--video:hover, .video .icon--video:focus {
            text-decoration: none
        }

@media (max-width: 601px) {
    .video .icon--video {
        font-size: 35px;
        width: 60px;
        height: 60px
    }
}

.video .js-stop-video {
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    border-radius: 50%;
    background: rgba(0,0,0,0.52);
    opacity: 0;
    transition: opacity .3s;
    padding: 20px;
    width: 60px;
    height: 60px;
    pointer-events: none
}

    .video .js-stop-video:before {
        background-image: url(../gfx/stop.svg)
    }

.video .vid {
    position: relative;
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 56.25%
}

    .video .vid img, .video .vid object, .video .vid iframe, .video .vid video {
        width: 100%;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        right: 0
    }

    .video .vid iframe {
        height: 100%
    }

    .video .vid video::-webkit-media-controls-enclosure {
        display: none
    }

    .video .vid.play iframe, .video .vid.play video {
        display: block
    }

    .video .vid.play .video__text {
        display: none
    }

    .video .vid.play .video__cover, .video .vid.play .js-play-video {
        opacity: 0;
        pointer-events: none
    }

    .video .vid.play:hover .js-stop-video {
        opacity: 1
    }

    .video .vid.play .js-stop-video {
        pointer-events: all
    }

    .video .vid.play video::-webkit-media-controls-enclosure {
        display: block !important
    }

    .video .vid:hover .video__cover {
        background: rgba(0,0,0,0.4);
        background-size: cover;
        background-position: center center
    }

.video__cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    background-blend-mode: darken;
    background-size: cover;
    background-position: center center;
    opacity: 1;
    transition: opacity .5s ease, background .5s ease
}

.video__icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

    .video__icon > * {
        position: absolute;
        left: 50%;
        top: 50%;
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%)
    }

.video__text {
    position: absolute;
    left: 0px;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 400px;
    padding: 0 20px;
    text-align: center
}

@media (max-width: 900px) {
    .video__text {
        max-width: 100%;
        padding: 0 40px
    }
}

.video__text span {
    background: #000;
    font-size: 12px;
    color: white;
    padding: 5px
}

.block--video .video {
    margin-bottom: 0
}

article {
    padding-bottom: 40px
}

@media (min-width: 900px) {
    article {
        width: 66.666%;
        -ms-flex-order: 2;
        order: 2
    }
}

@media (max-width: 900px) {
    article {
        width: 100%
    }
}

article h1 {
    margin-bottom: 20px
}

article img {
    height: auto !important
}

aside {
    padding-bottom: 20px
}

@media (min-width: 900px) {
    aside {
        width: 33.333%;
        -ms-flex-order: 1;
        order: 1;
        padding-bottom: 40px;
        padding-right: 40px
    }
}

@media (max-width: 900px) {
    aside {
        width: 100%;
        border-top: 2px solid #da373e;
        padding-top: 40px
    }
}

.newsArticle__topImage, .article__topImage {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 56.25%;
    margin-bottom: 20px
}

    .newsArticle__topImage img, .newsArticle__topImage object, .newsArticle__topImage iframe, .newsArticle__topImage video, .article__topImage img, .article__topImage object, .article__topImage iframe, .article__topImage video {
        width: 100%;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        right: 0
    }

.aside__siblings ul {
    list-style-type: none
}

    .aside__siblings ul a {
        position: relative
    }

        .aside__siblings ul a:after {
            content: "";
            height: 2px;
            position: absolute;
            top: initial;
            left: 0;
            bottom: -1px;
            right: 100%;
            transition: right .3s;
            -webkit-transition: right .3s;
            background-color: #da373e
        }

        .aside__siblings ul a.active:after, .aside__siblings ul a:hover:after, .aside__siblings ul a:focus:after {
            -ms-transform: right .3s;
            transform: right .3s;
            -webkit-transform: right .3s;
            right: 0
        }

    .aside__siblings ul li.current > a {
        pointer-events: none;
        font-weight: 600
    }

    .aside__siblings ul ul {
        padding-left: 1em;
        font-size: 0.8em;
        margin: 2px 0 6px;
        line-height: 1.4
    }

        .aside__siblings ul ul li {
            padding: 2px 0
        }

.aside__siblings h4 {
    display: inline-block;
    position: relative
}

    .aside__siblings h4:after {
        content: "";
        height: 2px;
        position: absolute;
        top: initial;
        left: 0;
        bottom: -1px;
        right: 100%;
        transition: right .3s;
        -webkit-transition: right .3s;
        background-color: #000
    }

    .aside__siblings h4.active:after, .aside__siblings h4:hover:after, .aside__siblings h4:focus:after {
        -ms-transform: right .3s;
        transform: right .3s;
        -webkit-transform: right .3s;
        right: 0
    }

.aside__uncles ul {
    list-style-type: none
}

.aside__uncles a {
    font-weight: 600;
    position: relative
}

    .aside__uncles a:after {
        content: "";
        height: 2px;
        position: absolute;
        top: initial;
        left: 0;
        bottom: -1px;
        right: 100%;
        transition: right .3s;
        -webkit-transition: right .3s;
        background-color: #da373e
    }

    .aside__uncles a.active:after, .aside__uncles a:hover:after, .aside__uncles a:focus:after {
        -ms-transform: right .3s;
        transform: right .3s;
        -webkit-transform: right .3s;
        right: 0
    }

.news-article__image-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.news-article__image {
    width: 100%
}

@media (min-width: 900px) {
    .news-article__image {
        width: 66.666%
    }
}

.news-article__image img {
    max-width: 100%
}

.container {
    width: 100%;
    margin: 0 auto;
    max-width: 1150px;
    height: 100%;
    position: relative;
    padding: 0 20px
}

.container66 {
    max-width: 759px
}

#mainFooter {
    display: inline-block;
    background: #000;
    float: left;
    width: 100%;
    color: white;
    width: 100%;
    position: relative;
    padding: 40px 0;
    font-size: .75rem
}

    #mainFooter .container {
        height: 100%
    }

    #mainFooter .row .column:empty {
        display: none
    }

    #mainFooter a {
        position: relative
    }

        #mainFooter a:after {
            content: "";
            height: 2px;
            position: absolute;
            top: initial;
            left: 0;
            bottom: -1px;
            right: 100%;
            transition: right .3s;
            -webkit-transition: right .3s;
            background-color: #da373e
        }

        #mainFooter a.active:after, #mainFooter a:hover:after, #mainFooter a:focus:after {
            -ms-transform: right .3s;
            transform: right .3s;
            -webkit-transform: right .3s;
            right: 0
        }

.footer__logo img {
    width: 100%;
    max-width: 150px
}

.footer__links {
    width: 100%
}

    .footer__links a {
        font-size: 1.5rem;
        display: inline-block
    }

.footer__contact, .footer__follow {
    letter-spacing: .75px
}

.footer__newsLetter {
    padding: 20px 0px;
    width: 100%
}

@media (min-width: 600px) {
    .footer__newsLetter {
        display: -ms-flexbox;
        display: flex;
        -js-display: -ms-flexbox;
        -js-display: flex
    }
}

.footer__newsLetter * {
    margin-left: 0px;
    margin-right: 0px
}

@media (max-width: 601px) {
    .footer__newsLetter * {
        margin: 0px
    }
}

.footer__newsLetter .relative {
    color: #000
}

@media (max-width: 601px) {
    .footer__newsLetter .relative {
        width: 100%
    }
}

@media (max-width: 601px) {
    .footer__newsLetter input {
        width: 100%
    }
}

.footer__newsLetter .inputPlaceholder {
    left: 20px
}

@media (max-width: 601px) {
    .footer__newsLetter .inputPlaceholder {
        top: 10px
    }
}

.header {
    padding: 20px 0;
    background: #000;
    color: white
}

    .header .container {
        display: -ms-flexbox;
        display: flex;
        -js-display: -ms-flexbox;
        -js-display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .header .header__logo {
        margin-left: 0
    }

        .header .header__logo img {
            width: 80px
        }

        .header .header__logo a {
            display: -ms-flexbox;
            display: flex;
            -js-display: -ms-flexbox;
            -js-display: flex;
            -ms-flex-align: center;
            align-items: center
        }

    .header .header__pageName {
        padding-left: 20px;
        font-size: 1.5rem;
        font-weight: 400;
        white-space: nowrap
    }

.float--right {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px
}

.float--left {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px
}

.textAlign--center {
    text-align: center
}

.center {
    display: block;
    margin: auto auto;
    float: none
}

.width--half {
    max-width: 50%
}

.bg--black {
    background-color: #000;
    color: white
}

.bg--main {
    background-color: #da373e;
    color: white
}

.color--main {
    color: #da373e
}

.padding--header {
    padding-top: 120px
}

.padding--header {
    padding-top: 20px
}

.addPaddingY {
    padding-top: 40px;
    padding-bottom: 40px
}

.addPaddingRight {
    padding-right: 20px
}

.padding--none {
    padding: 0
}

.flex {
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -js-display: -ms-flexbox;
    -js-display: flex
}

@media (min-width: 900px) {
    .flex-large {
        display: -ms-flexbox;
        display: flex;
        -js-display: -ms-flexbox;
        -js-display: flex
    }
}

.margin--bottom {
    margin-bottom: 20px
}

.margin--none {
    margin: 0
}

.flex--wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap
}

.flex--column {
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-direction: column
}

.relative {
    position: relative
}

.static {
    position: static
}

.lowercase {
    text-transform: lowercase
}

.uppercase {
    text-transform: uppercase
}

.hide {
    display: none
}

main {
    padding-top: 60px
}

.masonry {
    position: relative;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -js-display: -ms-flexbox;
    -js-display: flex
}

.brick {
    padding: 10px;
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -js-display: -ms-flexbox;
    -js-display: flex
}

    .brick .brick__text {
        -ms-flex-positive: 1;
        flex-grow: 1;
        background: white;
        padding: 20px;
        padding-top: 50px;
        position: relative
    }

    .brick h2 {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        background-color: #da373e;
        color: white;
        margin: 0;
        padding: 0 20px;
        font-size: 18px;
        text-transform: uppercase;
        font-family: "Lyon",sans-serif
    }

#mainNavigation {
    z-index: 10;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
    text-align: center;
    position: absolute;
    left: 0px;
    right: 0px;
    overflow: hidden;
    background: #eee
}

    #mainNavigation a {
        display: inline-block
    }

        #mainNavigation a:hover, #mainNavigation a:focus {
            text-decoration: none
        }

@media (min-width: 900px) {
    #mainNavigation .container {
        display: -ms-flexbox;
        display: flex;
        -js-display: -ms-flexbox;
        -js-display: flex;
        text-align: left;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

#mainNavigation img {
    width: 30px;
    margin-bottom: 5px
}

#mainNavigation .current > a > span:after {
    right: 0% !important
}

.mainNavigation__burger {
    padding: 20px;
    width: 100%
}

@media (min-width: 900px) {
    .mainNavigation__burger {
        display: none
    }
}

.mainNavigation__menu {
    width: 100%;
    margin-bottom: 0;
    z-index: 1
}

@media (min-width: 900px) {
    .mainNavigation__menu {
        -ms-flex-positive: 1;
        flex-grow: 1;
        display: -ms-flexbox;
        display: flex;
        -js-display: -ms-flexbox;
        -js-display: flex;
        -ms-flex-line-pack: stretch;
        align-content: stretch
    }
}

@media (max-width: 900px) {
    .mainNavigation__menu {
        padding-bottom: 20px;
        display: none
    }

    .is-open--nav .mainNavigation__menu {
        display: inline-block !important
    }
}

.mainNavigation__category {
    position: relative
}

@media (min-width: 900px) {
    .mainNavigation__category {
        display: -ms-flexbox;
        display: flex;
        -js-display: -ms-flexbox;
        -js-display: flex;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-right: 0
    }

        .mainNavigation__category:after {
            content: ""
        }

        .mainNavigation__category > a::before {
            content: "";
            position: absolute;
            top: 0%;
            bottom: 0px;
            width: 9999px;
            background: white
        }

        .mainNavigation__category:first-of-type > a::before {
            right: 100%
        }

        .mainNavigation__category:not(:first-of-type) > a::before {
            left: 100%
        }
}

.mainNavigation__category > a {
    background: white;
    position: relative;
    padding: 20px;
    padding-left: 0
}

    .mainNavigation__category > a span {
        position: relative
    }

        .mainNavigation__category > a span:after {
            content: "";
            height: 2px;
            position: absolute;
            top: initial;
            left: 0;
            bottom: 0;
            right: 100%;
            transition: right .3s;
            -webkit-transition: right .3s;
            background-color: #da373e
        }

    .mainNavigation__category > a.active span:after, .mainNavigation__category > a:hover span:after, .mainNavigation__category > a:focus span:after {
        -ms-transform: right .3s;
        transform: right .3s;
        -webkit-transform: right .3s;
        right: 0
    }

    .mainNavigation__category > a > span {
        font-weight: 600;
        display: inline-block;
        font-size: 1rem
    }

@media (max-width: 900px) {
    .mainNavigation__category {
        background: white;
        text-align: left;
        border-bottom: 1px solid #b9b9b9
    }

        .mainNavigation__category > a {
            width: calc(100% - 60px);
            padding: 20px;
            -ms-flex-positive: 1;
            flex-grow: 1
        }
}

.mainNavigation__category__mobileToggle {
    width: 60px;
    border-left: 1px solid #b9b9b9;
    float: right;
    padding: 20px;
    height: 64px
}

@media (min-width: 900px) {
    .mainNavigation__category__mobileToggle {
        display: none
    }
}

.mainNavigation__category__mobileToggle svg {
    fill: #da373e
}

.mainNavigation__category__mobileToggle.active svg {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.mainNavigation__expand {
    padding: 0;
    text-align: left;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow: hidden;
    position: relative;
    max-height: 0px;
    transition: max-height .6s
}

    .mainNavigation__expand li {
        padding: 0;
        padding-right: 20px
    }

    .mainNavigation__expand > li:first-of-type {
        padding-top: 20px
    }

    .mainNavigation__expand > li:last-of-type {
        padding-bottom: 20px
    }

    .mainNavigation__expand > li ul {
        padding-left: 20px
    }

    .mainNavigation__expand a {
        padding: 0;
        position: relative
    }

        .mainNavigation__expand a:after {
            content: "";
            height: 2px;
            position: absolute;
            top: initial;
            left: 0;
            bottom: -1px;
            right: 100%;
            transition: right .3s;
            -webkit-transition: right .3s;
            background-color: #b9b9b9
        }

        .mainNavigation__expand a.active:after, .mainNavigation__expand a:hover:after, .mainNavigation__expand a:focus:after {
            -ms-transform: right .3s;
            transform: right .3s;
            -webkit-transform: right .3s;
            right: 0
        }

        .mainNavigation__expand a:after {
            height: 1px
        }

    .mainNavigation__expand span {
        display: inline-block;
        font-size: 0.8rem;
        letter-spacing: .5px
    }

@media (min-width: 900px) {
    .is-open--nav .mainNavigation__expand {
        max-height: 90vh;
        transition: max-height .9s;
        transition-delay: 150ms
    }
}

@media (max-width: 900px) {
    .mainNavigation__expand {
        transition-delay: 0ms;
        font-size: 1rem;
        max-height: initial;
        display: none;
        border-top: 1px dashed #b9b9b9
    }

        .mainNavigation__expand.open {
            display: block;
            max-height: initial;
            padding: 0 20px
        }

        .mainNavigation__expand li a {
            padding: 5px 0
        }
}

@media (min-width: 900px) {
    #mainNavigation > .container > ul .mainNavigation__category {
        width: auto
    }

        #mainNavigation > .container > ul .mainNavigation__category:first-child:nth-last-child(1), #mainNavigation > .container > ul .mainNavigation__category:first-child:nth-last-child(1) ~ .mainNavigation__category {
            width: 100%
        }

        #mainNavigation > .container > ul .mainNavigation__category:first-child:nth-last-child(2), #mainNavigation > .container > ul .mainNavigation__category:first-child:nth-last-child(2) ~ .mainNavigation__category {
            width: 50%
        }

        #mainNavigation > .container > ul .mainNavigation__category:first-child:nth-last-child(3), #mainNavigation > .container > ul .mainNavigation__category:first-child:nth-last-child(3) ~ .mainNavigation__category {
            width: 33.3333%
        }

        #mainNavigation > .container > ul .mainNavigation__category:first-child:nth-last-child(4), #mainNavigation > .container > ul .mainNavigation__category:first-child:nth-last-child(4) ~ .mainNavigation__category {
            width: 25%
        }

        #mainNavigation > .container > ul .mainNavigation__category:first-child:nth-last-child(5), #mainNavigation > .container > ul .mainNavigation__category:first-child:nth-last-child(5) ~ .mainNavigation__category {
            width: 20%
        }
}

.row {
    margin: 0 auto
}

    .row .column {
        display: -ms-flexbox;
        display: flex;
        padding: 0
    }

        .row .column > div {
            width: 100%;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: column;
            flex-direction: column
        }

#mainSearch, #mainSearch2 {
    width: 160px;
    padding: 10px;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    -js-display: -ms-flexbox;
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0
}

    #mainSearch form, #mainSearch2 form {
        border-bottom: 1px solid CurrentColor;
        position: relative;
        -js-display: -ms-flexbox;
        -js-display: flex;
        display: -ms-flexbox;
        display: flex
    }

    #mainSearch form, #mainSearch input, #mainSearch2 form, #mainSearch2 input {
        width: auto;
        max-width: 100%
    }

        #mainSearch input[type="text"], #mainSearch2 input[type="text"] {
            padding-right: 25px;
            padding-bottom: 2px
        }

        #mainSearch input[type="submit"], #mainSearch2 input[type="submit"] {
            background-image: url("../gfx/search--white.svg");
            background-size: 20px;
            background-position: left center;
            background-repeat: no-repeat;
            width: 20px;
            position: absolute;
            right: 0
        }

    #mainSearch .inputPlaceholder, #mainSearch2 .inputPlaceholder {
        left: 0;
        top: 0
    }

@media (max-width: 900px) {
    .mainNavigation__menu #mainSearch, .mainNavigation__menu #mainSearch2 {
        background: white;
        width: 100%;
        padding: 0px
    }

        .mainNavigation__menu #mainSearch form, .mainNavigation__menu #mainSearch2 form {
            border-bottom: 1px solid #b9b9b9
        }

        .mainNavigation__menu #mainSearch input[type="submit"], .mainNavigation__menu #mainSearch2 input[type="submit"] {
            width: 60px;
            border-left: 1px solid #b9b9b9;
            padding: 20px;
            float: right;
            background-image: url(../gfx/search--color.svg);
            background-size: 20px;
            background-position: center
        }

        .mainNavigation__menu #mainSearch input[type="text"], .mainNavigation__menu #mainSearch2 input[type="text"] {
            width: auto;
            width: calc(100% - 60px);
            padding-right: 0;
            padding: 20px
        }

        .mainNavigation__menu #mainSearch .inputPlaceholder, .mainNavigation__menu #mainSearch2 .inputPlaceholder {
            top: 20px;
            left: 20px
        }
}

#event__top {
    position: relative
}

#event__topImage {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 50%;
    margin-bottom: 20px
}

    #event__topImage img, #event__topImage object, #event__topImage iframe, #event__topImage video {
        width: 100%;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        right: 0
    }

#event .container {
    display: -ms-flexbox;
    display: flex;
    -js-display: -ms-flexbox;
    -js-display: flex
}

#event .numberBubble__bubble {
    display: block
}

    #event .numberBubble__bubble *:empty {
        display: none
    }

@media (max-width: 900px) {
    #event .minusMargin {
        margin-left: 0;
        margin-right: 0;
        width: auto
    }
}

@media (max-width: 900px) {
    #event .share {
        padding: 0 20px
    }
}

@media (max-width: 900px) {
    #event aside {
        padding-top: 20px
    }
}

@media (max-width: 900px) {
    #event .event__details {
        padding-left: 20px
    }
}

#event #event__startTime {
    font-size: 22px;
    line-height: 1.2em
}

@media (max-width: 900px) {
    #event #event__startTime {
        font-size: 18px
    }
}

.event__icon {
    display: inline-block;
    width: 100%
}

.profileList > div {
    padding: 15px 0
}

@media (max-width: 900px) {
    .profileList .flex {
        display: block
    }
}

.project__top {
    position: relative
}

.project__topImage {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 42.8571428571%;
    margin-bottom: 20px
}

    .project__topImage img, .project__topImage object, .project__topImage iframe, .project__topImage video {
        width: 100%;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        right: 0
    }

.project .aside__siblings h4 {
    font-size: inherit;
    font-weight: 600;
    position: relative
}

    .project .aside__siblings h4:after {
        content: "";
        height: 2px;
        position: absolute;
        top: initial;
        left: 0;
        bottom: -1px;
        right: 100%;
        transition: right .3s;
        -webkit-transition: right .3s;
        background-color: #000
    }

    .project .aside__siblings h4.active:after, .project .aside__siblings h4:hover:after, .project .aside__siblings h4:focus:after {
        -ms-transform: right .3s;
        transform: right .3s;
        -webkit-transform: right .3s;
        right: 0
    }

    .project .aside__siblings h4:after {
        background-color: #000;
        right: 0px
    }

.project .aside__siblings ul li a {
    color: #8c8c8c;
    font-weight: normal
}

.project .aside__siblings ul li.current a {
    color: #da373e;
    font-weight: normal
}

@media (min-width: 600px) {
    .project__meta {
        display: -ms-flexbox;
        display: flex;
        -js-display: -ms-flexbox;
        -js-display: flex
    }

        .project__meta > div:first-of-type {
            padding-right: 20px;
            border-right: 1px solid #eee
        }

        .project__meta > div:not(:first-of-type) {
            padding-left: 20px
        }
}

.transportPage .preamble, .genreSection .preamble {
    margin-bottom: 20px;
    max-width: 766.666666667px
}

.genreSection .genreIcons {
    display: inline-block;
    text-align: center;
    margin-bottom: 20px
}

    .genreSection .genreIcons span {
        position: relative;
        filter: invert(100%);
        width: 100px;
        height: 100px;
        border-radius: 50%
    }

        .genreSection .genreIcons span img {
            height: 70%
        }

        .genreSection .genreIcons span:not(:first-of-type) {
            display: none
        }

.genreSection .genreSection__icon, .genreSection h1, .genreSection .preamble, .genreSection .pageButtons {
    text-align: center;
    margin: auto;
    margin-bottom: 20px
}

.pageButtons {
    margin-left: -10px;
    margin-right: -10px;
    width: calc(100% + 20px);
    padding-bottom: 20px
}

    .pageButtons a {
        padding: 10px 20px;
        margin: 4px 2px 4px 2px;
        border: 1px solid #da373e;
        font-size: 0.75rem;
        display: inline-block
    }

        .pageButtons a:hover, .pageButtons a:focus {
            color: white;
            background: #da373e;
            text-decoration: none
        }

        .pageButtons a.current {
            background: #da373e;
            color: white
        }
