/* 
Theme Name: Museum Rotterdam
Author: Nick de Ronde
Version: 1.2
*/

html {
    box-sizing: border-box
}

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

html,
body {
    margin: 0;
    padding: 0
}

body {
    background: #f8f8f8;
    color: #2d2d2d;
    font-family: "Avenir W01", sans-serif;
    font-size: 16px
}

@media screen and (min-width: 740px) {
    body {
        font-size: 18px
    }
}

.mti-loading h1,
.mti-loading h2,
.mti-loading h3,
.mti-loading h4,
.mti-loading h5,
.mti-loading h6,
.mti-loading p,
.mti-loading li,
.mti-loading a {
    visibility: hidden
}

h1 .mti-active,
h1 .mti-inactive,
h2 .mti-active,
h2 .mti-inactive,
h3 .mti-active,
h3 .mti-inactive,
h4 .mti-active,
h4 .mti-inactive,
h5 .mti-active,
h5 .mti-inactive,
h6 .mti-active,
h6 .mti-inactive,
p .mti-active,
p .mti-inactive,
li .mti-active,
li .mti-inactive,
a .mti-active,
a .mti-inactive {
    visibility: visible
}

.row {
    display: block
}

.row::after {
    clear: both;
    content: "";
    display: block
}

.row_wrap {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    padding: 16px;
    padding: 1rem
}

.row_wrap::after {
    clear: both;
    content: "";
    display: block
}

.row_wrap::after {
    clear: both;
    content: "";
    display: block
}

.row_wrap>h2 {
    font-size: 2.25em;
    line-height: .98;
    text-align: center;
    text-transform: uppercase;
    word-wrap: break-word;
    margin: 8px 0px 24px 0px;
    margin: .5rem 0rem 1.5rem 0rem
}

@media screen and (min-width: 740px) {
    .row_wrap>h2 {
        margin: 0px 0px 32px 0px;
        margin: 0rem 0rem 2rem 0rem
    }
}

.row_wrap>p:first-child {
    margin-top: 0
}

@media screen and (min-width: 740px) {
    .row_wrap {
        padding: 32px;
        padding: 2rem
    }
}

@media screen and (min-width: 1020px) {
    .row_wrap {
        padding: 48px;
        padding: 3rem
    }
}

.row_wrap.flat-bottom {
    padding: 16px 16px 0px;
    padding: 1rem 1rem 0rem
}

@media screen and (min-width: 740px) {
    .row_wrap.flat-bottom {
        padding: 32px 32px 0px;
        padding: 2rem 2rem 0rem
    }
}

@media screen and (min-width: 1020px) {
    .row_wrap.flat-bottom {
        padding: 48px 48px 0px;
        padding: 3rem 3rem 0rem
    }
}

.row_wrap.flat-top {
    padding: 0px 16px 16px;
    padding: 0rem 1rem 1rem
}

@media screen and (min-width: 740px) {
    .row_wrap.flat-top {
        padding: 0px 32px 32px;
        padding: 0rem 2rem 2rem
    }
}

@media screen and (min-width: 1020px) {
    .row_wrap.flat-top {
        padding: 0px 48px 48px;
        padding: 0rem 3rem 3rem
    }
}

a {
    color: #2d2d2d;
    font-weight: 700;
    text-decoration: none
}

a:hover,
a:active,
a:focus {
    text-decoration: underline
}

i {
    font-style: normal
}

.image-container {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative
}

figure {
    margin-left: 0;
    margin-right: 0
}

figure.map {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    width: 100%
}

figure.map:first-child {
    margin-top: 0
}

figure.map iframe {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.mini-grid {
    font-size: 0.1px;
    margin: 0;
    padding: 0;
    text-align: justify
}

.mini-grid>* {
    display: inline-block;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-align: left;
    vertical-align: top;
    width: 48% !important;
    font-size: 16px;
    font-size: 1rem
}

.mini-grid>*.break {
    width: 100% !important;
    height: 0
}

@media screen and (min-width: 520px) {
    .mini-grid>* {
        width: 31% !important
    }
}

@media screen and (min-width: 1020px) {
    .mini-grid>* {
        width: 23% !important
    }
}

.color_primary {
    background: #f8f8f8;
    color: #2d2d2d
}

.color_secondary {
    background: #F9D64C;
    color: #2d2d2d
}

.color_tertiary {
    background: #2d2d2d;
    color: #f8f8f8
}

.color_quaternary {
    background: #f8f8f8;
    color: #2d2d2d
}

.color_brand {
    background: #F9D64C;
    color: #2d2d2d
}

.icon {
    display: inline-block;
    vertical-align: top
}

.icon-uarr-darr {
    height: .5em;
    width: 0.75em
}

.icon-larr,
.icon-rarr {
    height: 1em;
    width: .666666666em
}

.carousel-nav .icon-larr,
.carousel-nav .icon-rarr {
    height: 16px;
    width: 10.66667px
}

.icon-facebook,
.icon-twitter,
.icon-instagram {
    height: 2em;
    width: 2em
}

.nav_soc .icon-facebook,
.nav_soc .icon-twitter,
.nav_soc .icon-instagram {
    height: 1.875em;
    width: 1.875em
}

.icon-search {
    width: 1em;
    height: 1em
}

button {
    margin: 0
}

.button {
    background: #F9D64C;
    border: 0;
    color: #2d2d2d;;
    display: inline-block;
    font-size: .75em;
    font-weight: 700;
    line-height: 1;
    position: relative;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    padding: .5em
}

@media screen and (min-width: 520px) {
    .button {
        font-size: .825em;
        padding: .75em
    }
}

@media screen and (min-width: 740px) {
    .button {
        font-size: 1em;
        padding: .85em
    }
}

.button svg {
    vertical-align: text-top
}

.button b {
    background: #2d2d2d;
    line-height: 1;
    font-size: 1em;
    position: absolute;
    top: 0;
    right: 0
}

.button b svg {
    margin: 1.05em .75em
}

.button.button__image-left {
    padding-left: 1.75em !important
}

.button.button__image-left svg {
    margin-top: -.5em;
    position: absolute;
    top: 50%;
    left: .5em
}

.button.button__image-left b svg {
    margin: 0
}

.button.button__image-right {
    padding-right: 1.75em !important
}

.button.button__image-right svg {
    margin-top: -.5em;
    position: absolute;
    top: 50%;
    right: .5em
}

.button.button__image-right b svg {
    margin: 0
}

.button.button__social {
    padding-left: 2.25em
}

.button.button__social svg {
    height: 2.25em;
    width: 2.25em;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1.125em
}

@media screen and (min-width: 520px) {
    .button.button__social {
        padding-left: 2.5em
    }

    .button.button__social svg {
        height: 2.5em;
        width: 2.5em;
        margin-top: -1.25em
    }
}

.button.button-order {
    padding-right: 1.5em
}

.button.button-order svg {
    height: 1em;
    width: 1em;
    position: absolute;
    right: .25em;
    top: 50%;
    margin-top: -.5em
}

@media screen and (min-width: 520px) {
    .button.button-order {
        padding-right: 2.75em
    }

    .button.button-order svg {
        height: 2em;
        width: 2em;
        position: absolute;
        right: .25em;
        top: 50%;
        margin-top: -1em
    }
}

.button .fg {
    fill: #2d2d2d
}

.button:hover,
.button:active,
.button:focus {
    background: #2d2d2d;
    cursor: pointer;
    color: #F9D64C;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none
}

.button:hover .fg,
.button:active .fg,
.button:focus .fg {
    fill: #F9D64C
}

.button:hover b,
.button:active b,
.button:focus b {
    background: #2d2d2d
}

.button.button__inverse {
    background: #2d2d2d;
    color: #F9D64C;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.button.button__inverse .fg {
    fill: #F9D64C
}

.button.button__inverse b .fg {
    fill: #F9D64C
}

.button.button__inverse:hover,
.button.button__inverse:active,
.button.button__inverse:focus {
    background: #F9D64C;
    color: #2d2d2d;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto
}

.button.button__inverse:hover .fg,
.button.button__inverse:active .fg,
.button.button__inverse:focus .fg {
    fill: #2d2d2d
}

.button.button__light {
    background: #f8f8f8;
    color: #2d2d2d
}

.button.button__light .fg {
    fill: #F9D64C
}

.button.button__light b {
    background: #F9D64C
}

.button.button__light:hover,
.button.button__light:active,
.button.button__light:focus {
    background: #2d2d2d;
    color: #F9D64C;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.button.button__light:hover .fg,
.button.button__light:active .fg,
.button.button__light:focus .fg {
    fill: #F9D64C
}

.button.button__light:hover b,
.button.button__light:active b,
.button.button__light:focus b {
    background: #F9D64C
}

.button.button__hover-light:hover,
.button.button__hover-light:active,
.button.button__hover-light:focus {
    background: #f8f8f8;
    color: #2d2d2d;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto
}

.button.button__hover-light:hover .fg,
.button.button__hover-light:active .fg,
.button.button__hover-light:focus .fg {
    fill: #2d2d2d
}

.button.button__hover-dark:hover,
.button.button__hover-dark:active,
.button.button__hover-dark:focus {
    background: #2d2d2d;
    color: #F9D64C;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.button.button__hover-dark:hover .fg,
.button.button__hover-dark:active .fg,
.button.button__hover-dark:focus .fg {
    fill: #2d2d2d
}

.button.button__hover-inverse:hover,
.button.button__hover-inverse:active,
.button.button__hover-inverse:focus {
    background: #F9D64C;
    color: #2d2d2d;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto
}

.button.button__hover-inverse:hover .fg,
.button.button__hover-inverse:active .fg,
.button.button__hover-inverse:focus .fg {
    fill: #2d2d2d
}

.button.button__category {
    background: transparent;
    color: #2d2d2d;
    padding-left: 0
}

.button.button__category .fg {
    fill: #2d2d2d
}

.button.button__category:hover,
.button.button__category:active,
.button.button__category:focus {
    text-decoration: underline;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto
}

.button.button__s {
    text-transform: none;
    padding: .5em;
    background: #F9D64C;
    fill: #262626;
}

.button.button__s:hover,
.button.button__s:active,
.button.button__s:focus {
    background: #f8f8f8;
    fill: #262626;
    color:#f8f8f8
}

.button.button__dropdown-toggle {
    padding: .75em;
    overflow: hidden
}

.button.button__scroll-top {
    background: #2d2d2d;
    opacity: .5;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000
}

.button-group {
    margin: 0px 0px -4px 0px;
    margin: 0rem 0rem -.25rem 0rem;
    padding: 0;
    text-align: center
}

.button-group .button {
    margin-bottom: 4px;
    margin-bottom: .25rem;
    margin-left: 4px;
    margin-left: .25rem;
    margin-right: 4px;
    margin-right: .25rem
}

@media screen and (min-width: 740px) {
    .button-group .button {
        margin-left: 8px;
        margin-left: .5rem;
        margin-right: 8px;
        margin-right: .5rem
    }
}

.button-group.button-group__spaced {
    margin-bottom: 16px;
    margin-bottom: 1rem;
    padding-right: 16px;
    padding-right: 1rem;
    padding-bottom: 16px;
    padding-bottom: 1rem;
    padding-top: 16px;
    padding-top: 1rem;
    max-width: 380px;
    margin-left: auto;
    margin-right: auto
}

.button-group.button-group__spaced>* {
    display: block;
    overflow: hidden;
    margin: 16px 0px 0px 16px;
    margin: 1rem 0rem 0rem 1rem
}

.button-group.button-group__spaced>*:first-child {
    margin-top: 0
}

@media screen and (min-width: 1020px) {
    .button-group.button-group__spaced {
        max-width: none;
        padding: 0px 16px 16px 16px;
        padding: 0rem 1rem 1rem 1rem;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .button-group.button-group__spaced>* {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        width: 30%;
        margin: 16px 0px 0px;
        margin: 1rem 0rem 0rem
    }

    .button-group.button-group__spaced>*:first-child {
        margin: 16px 0px 0px;
        margin: 1rem 0rem 0rem
    }
}

.button-group.button-group__padded {
    padding-top: 16px;
    padding-top: 1rem
}

@media screen and (min-width: 740px) {
    .button-group.button-group__padded {
        padding-top: 32px;
        padding-top: 2rem
    }
}

.button-group i {
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 4px;
    margin-bottom: .25rem
}

@media screen and (min-width: 740px) {
    .button-group i {
        display: inline-block;
        margin: 0px 8px;
        margin: 0rem .5rem
    }
}

.dropdown {
    margin: 0 auto;
    position: relative;
    width: 50%;
    min-width: 150px;
    max-width: 400px
}

.dropdown>a {
    overflow: hidden
}

.dropdown>ul {
    background: #f8f8f8;
    display: none;
    list-style-type: none;
    margin: 0;
    padding: 0
}

.dropdown>ul a {
    background: #2d2d2d;
    color: #F9D64C;
    display: block;
    font-size: .75em;
    font-weight: 700;
    padding: .5em .75em;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.dropdown>ul a:hover,
.dropdown>ul a:active,
.dropdown>ul a:focus {
    background: #f8f8f8;
    color: #2d2d2d;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto
}

.dropdown.dropdown__is-open>ul {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 2
}

.button__dropdown-toggle {
    display: block
}

.button__dropdown-toggle .icon-uarr {
    display: none
}

.dropdown__is-open .button__dropdown-toggle .icon-uarr {
    display: inline-block
}

.dropdown__is-open .button__dropdown-toggle .icon-darr {
    display: none
}

.label,
a.label {
    background: #F9D64C;
    color: #2d2d2d;
    display: inline-block;
    font-size: 10px;
    font-size: .625rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    padding: .375em;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: top
}

.label.label__light,
a.label.label__light {
    background: #F9D64C;
    color: #2d2d2d
}

.label.label__dark,
a.label.label__dark {
    background: #2d2d2d;
    color: #F9D64C
}

@media screen and (min-width: 520px) {

    .label,
    a.label {
        font-size: 12px;
        font-size: .75rem
    }
}

@media screen and (min-width: 740px) {

    .label,
    a.label {
        font-size: 13.6px;
        font-size: .85rem;
        padding: .5em
    }
}

time.label {
    text-transform: lowercase
}

textarea,
input[type="search"],
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="submit"],
input[type="button"],
button {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: 0;
    border-radius: none;
    font-family: "Avenir W01", sans-serif
}

textarea::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="submit"]::-webkit-input-placeholder,
input[type="button"]::-webkit-input-placeholder,
button::-webkit-input-placeholder {
    color: #6c6c6c;
    font-weight: 700
}

textarea::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="submit"]::-moz-placeholder,
input[type="button"]::-moz-placeholder,
button::-moz-placeholder {
    color: #6c6c6c;
    font-weight: 700
}

textarea:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="text"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="submit"]:-moz-placeholder,
input[type="button"]:-moz-placeholder,
button:-moz-placeholder {
    color: #6c6c6c;
    font-weight: 700
}

textarea:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="submit"]:-ms-input-placeholder,
input[type="button"]:-ms-input-placeholder,
button:-ms-input-placeholder {
    color: #6c6c6c;
    font-weight: 700
}

textarea,
input[type="search"],
input[type="text"],
input[type="email"],
input[type="tel"] {
    background: #f8f8f8;
    color: #2d2d2d;
    display: block;
    font-size: 1em;
    font-weight: 700;
    margin: 0;
    padding: .375em;
    width: 100%
}

input[type="search"],
input[type="text"],
input[type="email"],
input[type="tel"] {
    height: 1.75em;
    text-align: start
}

input[type="search"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus {
    box-shadow: 0px 0px 5px #F9D64C;
    outline: none
}

select {
    background: #fff;
    border: 0;
    font-family: "Avenir W01", sans-serif;
    font-size: 16px
}

textarea {
    font-weight: 400
}

textarea:focus {
    box-shadow: 0px 0px 5px #F9D64C;
    outline: none
}

label {
    display: none
}

label.check-group {
    display: block
}

fieldset {
    background: #2d2d2d;
    border: 0;
    padding: 16px;
    padding: 1rem;
    margin-bottom: 16px;
    margin-bottom: 1rem
}

fieldset legend,
fieldset label {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

fieldset legend {
    background: #2d2d2d;
    color: #f8f8f8;
    display: block;
    float: left;
    font-weight: 700;
    margin: 0 0 1em 0;
    text-transform: uppercase
}

fieldset label {
    color: #f8f8f8;
    clear: both;
    display: block;
    padding-bottom: .25em
}

fieldset label i {
    color: #F9D64C;
    text-transform: uppercase;
    font-size: .675em;
    font-weight: 700;
    white-space: nowrap
}

fieldset p:last-child {
    margin-bottom: 0
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none
}

form.search {
    font-size: 16px;
    position: relative
}

form.search input[type="search"] {
    position: relative;
    z-index: 1
}

form.search.search__large,
form.search.search__medium {
    font-size: 24px;
    margin: 0 auto;
    max-width: 390px
}

form.search.search__large input[type="search"],
form.search.search__medium input[type="search"] {
    padding-right: 2.6em
}

form.search.search__large input[type="search"]::-webkit-input-placeholder,
form.search.search__medium input[type="search"]::-webkit-input-placeholder {
    text-transform: uppercase
}

form.search.search__large input[type="search"]::-moz-placeholder,
form.search.search__medium input[type="search"]::-moz-placeholder {
    text-transform: uppercase
}

form.search.search__large input[type="search"]:-moz-placeholder,
form.search.search__medium input[type="search"]:-moz-placeholder {
    text-transform: uppercase
}

form.search.search__large input[type="search"]:-ms-input-placeholder,
form.search.search__medium input[type="search"]:-ms-input-placeholder {
    text-transform: uppercase
}

@media screen and (min-width: 740px) {

    form.search.search__large,
    form.search.search__medium {
        font-size: 36px
    }
}

.button__search {
    font-size: 1em;
    height: 1.75em;
    margin: 0;
    padding: .375em;
    position: absolute;
    right: 0;
    top: 0;
    vertical-align: top;
    z-index: 2
}

.button__search svg {
    display: block
}

.search__advanced {
    font-size: 12px;
    font-weight: 400;
    margin: 0;
    margin-top: 3px;
    text-align: left
}

.search__advanced__link {
    color: #fff;
    display: inline-block;
    font-weight: 400
}

form.subscribe {
    font-size: 16px;
    text-align: left
}

form.subscribe p+p {
    margin: 0px 0px 16px 0px;
    margin: 0rem 0rem 1rem 0rem
}

form.subscribe input {
    margin-bottom: 16px;
    margin-bottom: 1rem
}

form.subscribe input:focus {
    box-shadow: 0px 0px 5px #2d2d2d
}

form.subscribe .name::after {
    clear: both;
    content: "";
    display: block
}

form.subscribe .name>div {
    float: left;
    width: 49%;
    margin-left: 2%
}

form.subscribe .name>div:first-child {
    margin-left: 0
}

form.subscribe input.mce_inline_error {
    background: #fffda4;
    outline: 2px solid #2d2d2d
}

form.subscribe input.mce_inline_error:focus {
    outline: 0
}

form.form__long {
    max-width: 600px;
    margin: 0 auto
}

form.form__long h3 {
    text-transform: uppercase
}

input[type="text"].thuisadres {
    display: none
}

p.error__inline {
    color: red !important;
    line-height: 1.125 !important;
    margin-top: -.333333em !important
}

label.error {
    color: red !important;
    line-height: 1.125 !important
}

.search--type {
    margin-bottom: 1em
}

.search--term--field {
    display: inline-block !important;
    max-width: 200px
}

.search--add {
    margin-top: 1em
}

.search__glue {
    color: #fff;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.search--group select {
    max-width: 180px
}

.signup {
    background: #F9D64C
}

.signup form.subscribe {
    background: #F9D64C;
    color: #fff
}

@media screen and (min-width: 740px) {

    .signup-intro,
    .signup-form {
        float: left;
        display: block;
        margin-right: 3.57895%;
        width: 48.21053%
    }

    .signup-intro:last-child,
    .signup-form:last-child {
        margin-right: 0
    }
}

.signup-intro {
    color: #2d2d2d
}

.signup-intro h4 {
    text-transform: uppercase;
    margin: 0
}

.signup-intro p {
    line-height: 1.5;
    margin: .5em 0
}

ul.taglist {
    list-style-type: none;
    margin: 0px 0px -12px 0px;
    margin: 0rem 0rem -.75rem 0rem;
    padding: 0
}

ul.taglist::after {
    clear: both;
    content: "";
    display: block
}

ul.taglist li {
    float: left;
    margin-right: 12px;
    margin-right: .75rem
}

ul.taglist a {
    background: #F9D64C;
    display: inline-block;
    font-size: .875em;
    font-weight: 400;
    line-height: 2em;
    margin: 0px 0px 12px 0px;
    margin: 0rem 0rem .75rem 0rem;
    padding: 0 .5em;
    text-transform: lowercase;
    white-space: nowrap
}

ul.taglist a:hover,
ul.taglist a:active,
ul.taglist a:focus {
    background: #2d2d2d;
    color: #F9D64C;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.body {
    margin: 0 auto;
    max-width: 800px;
    margin-bottom: 32px;
    margin-bottom: 2rem
}

.body:last-child {
    margin-bottom: 0
}

.body>* {
    margin: 0
}

.body>*+* {
    margin-top: 1em
}

.body>h1+*,
.body>h2+*,
.body>h3+*,
.body>h4+* {
    margin-top: 0
}

.body h1,
.body h2,
.body h3 {
    text-align: center;
    word-wrap: break-word
}

.body h5 {
    font-size: 1em;
    margin-bottom: 1em
}

.body.body__centered {
    text-align: center
}

.body.body__justified p {
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    -ms-hyphenate-limit-lines: 2;
    -webkit-hyphenate-limit-lines: 2;
    -moz-hyphenate-limit-lines: 2;
    hyphenate-limit-lines: 2;
    -ms-hyphenate-limit-lines: 6 3 2;
    -webkit-hyphenate-limit-lines: 6 3 2;
    -moz-hyphenate-limit-lines: 6 3 2;
    hyphenate-limit-lines: 6 3 2;
    text-align: justify
}

.body.body__intro {
    font-weight: 700
}

.body.body__intro p {
    font-size: 1.25em;
    line-height: 1.5
}

.body.body__intro a {
    text-decoration: underline
}

.body>.data {
    background: #ebebeb
}

.figure-wrap {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #262626;
    border: 4px solid #262626;
    display: block;
    width: 100%;
    height: 136px;
    height: 8.5rem
}

@media screen and (min-width: 740px) {
    .figure-wrap {
        height: 184px;
        height: 11.5rem
    }
}

header[role="banner"] {
    background: #F9D64C;
    position: relative
}

header[role="banner"] h1 {
    margin: 0 auto;
    max-width: 38%;
    padding: 32px 0px;
    padding: 2rem 0rem
}

header[role="banner"] h1 a {
    display: block;
    height: 0;
    overflow: visible;
    padding-top: 22%;
    position: relative;
    width: 100%
}

header[role="banner"] h1 .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

header[role="banner"] h1 .icon .logo-suffix {
    opacity: 0
}

header[role="banner"] h1 .icon.icon_default .logo-suffix.logo-suffix-vandestad {
    opacity: 1;
    color: #000;
}

header[role="banner"] h1 .icon.icon_4045nu .logo-suffix.logo-suffix-40-45-nu {
    opacity: 1;
    color: #0000
}

@media screen and (min-width: 520px) {
    header[role="banner"] h1 {
        max-width: 350px
    }
}

footer[role="contentinfo"] {
    color: #f8f8f8;
    text-align: center
}

.sponsors h4 {
    text-transform: uppercase;
    margin: 0
}

.sponsors.sponsors__logos {
    max-width: 1600px
}

.sponsors.sponsors__logos img {
    height: auto;
    width: 100%
}

.proudly_presented_by {
    font-size: .75em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.proudly_presented_by .row_wrap {
    padding-bottom: 10px;
    padding-top: 10px
}

.proudly_presented_by p {
    margin: 0
}

.proudly_presented_by a {
    color: #F9D64C
}

.proudly_presented_by a:hover,
.proudly_presented_by a:active,
.proudly_presented_by a:focus {
    color: #fff
}

.footer-location {
    text-align: center;
    padding: 16px 0px;
    padding: 1rem 0rem
}

.footer-location h3 {
    text-transform: uppercase;
    margin: 0
}

.footer-location a {
    color: #fff
}

.footer-location a:hover {
    color: #F9D64C;
    text-decoration: none
}

.footer-location p {
    line-height: 1.5;
    margin: .5em 0
}

@media screen and (min-width: 520px) {
    .footer-location {
        text-align: left;
        float: left;
        padding: 0;
        width: 48%
    }

    .footer-location:nth-child(2n) {
        margin-left: 4%
    }
}

@media screen and (min-width: 1020px) {
    .footer-location {
        float: left;
        display: block;
        margin-right: 3.57895%;
        width: 30.94737%
    }

    .footer-location:last-child {
        margin-right: 0
    }

    .footer-location:nth-child(2n) {
        margin-left: 0
    }
}

.footer-search-block {
    clear: both;
    max-width: 380px;
    margin-left: auto;
    margin-right: auto
}

@media screen and (min-width: 1020px) {
    .footer-search-block {
        float: left;
        display: block;
        margin-right: 3.57895%;
        width: 13.68421%;
        clear: none
    }

    .footer-search-block:last-child {
        margin-right: 0
    }
}

.footer-search-block .search p i {
    display: block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 4px;
    margin-bottom: .25rem
}

.footer-socialism {
    padding-top: 32px;
    padding-top: 2rem
}

@media screen and (min-width: 1020px) {
    .footer-socialism {
        padding-top: 0;
        text-align: right
    }
}

.section-intro {
    background-color: #2d2d2d;
    text-align: center;
    position: relative;
    padding: 0px 0px 16px;
    padding: 0rem 0rem 1rem
}

.section-intro>h2 {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    font-size: 30px;
    line-height: .98;
    margin: 0 auto;
    padding: 32px 16px;
    padding: 2rem 1rem;
    position: relative;
    text-transform: uppercase;
    z-index: 2
}

.section-intro>h2::after {
    clear: both;
    content: "";
    display: block
}

@media screen and (min-width: 520px) {
    .section-intro>h2 {
        font-size: 50px
    }
}

@media screen and (min-width: 740px) {
    .section-intro>h2 {
        font-size: 72px;
        padding: 80px 16px;
        padding: 5rem 1rem
    }
}

@media screen and (min-width: 1020px) {
    .section-intro>h2 {
        font-size: 120px
    }
}

.section-intro .content {
    margin: 0px 16px 16px;
    margin: 0rem 1rem 1rem;
    padding: 16px;
    padding: 1rem;
    position: relative;
    text-align: center;
    z-index: 2
}

.section-intro .content h1,
.section-intro .content h2,
.section-intro .content h3,
.section-intro .content h4 {
    line-height: 1;
    margin-bottom: 16px;
    margin-bottom: 1rem;
    text-transform: uppercase
}

@media screen and (min-width: 740px) {
    .section-intro .content {
        margin: 0px 16px 64px;
        margin: 0rem 1rem 4rem;
        padding: 24px;
        padding: 1.5rem
    }
}

.section-intro .content>* {
    margin-top: 0
}

.section-intro p {
    margin: 0px 0px 16px 0px;
    margin: 0rem 0rem 1rem 0rem
}

.section-intro p:last-child {
    margin-bottom: 0
}

.section-intro .image-container {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1
}

.section-intro.section-intro__small {
    background-color: #ebebeb
}

.section-intro.section-intro__small p {
    font-weight: 700;
    padding: 16px;
    padding: 1rem;
    text-transform: uppercase;
    text-align: center
}

@media screen and (min-width: 740px) {
    .section-intro.section-intro__small {
        font-size: 20px
    }
}

@media screen and (min-width: 1020px) {
    .section-intro.section-intro__small {
        font-size: 24px
    }
}

.section-intro.section-intro__headless {
    padding: 16px 0px;
    padding: 1rem 0rem
}

.section-intro.section-intro__headless .content {
    margin-bottom: 16px;
    margin-bottom: 1rem;
    margin-top: 16px;
    margin-top: 1rem
}

@media screen and (min-width: 1020px) {
    .section-intro.section-intro__headless {
        padding: 32px 0px;
        padding: 2rem 0rem
    }
}

@media screen and (min-width: 520px) {
    .section-intro .content {
        width: 75%;
        max-width: 800px;
        margin-left: auto;
        margin-right: auto
    }
}

.section-intro__image {
    margin-bottom: 16px;
    margin-bottom: 1rem
}

@media screen and (min-width: 1020px) {
    .section-intro__image {
        margin-bottom: 32px;
        margin-bottom: 2rem
    }
}

.section-intro__image img {
    display: block;
    margin: 0;
    width: 100%;
    height: auto;
    max-width: 100%
}

.image-credit-overlay {
    background: rgba(255, 255, 255, 0.4);
    padding: 2px;
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 10px
}

@media screen and (min-width: 740px) {
    .image-credit-overlay {
        font-size: 12px
    }
}

.info-section {
    display: none
}

.info-section.info-section__is-active {
    display: block
}

@media screen and (min-width: 520px) {
    .info-section .column {
        float: left;
        display: block;
        margin-right: 3.57895%;
        width: 48.21053%
    }

    .info-section .column:last-child {
        margin-right: 0
    }

    .info-section .column>* {
        text-align: left
    }
}

.info-section h3 {
    text-transform: uppercase;
    margin-bottom: 24px;
    margin-bottom: 1.5rem
}

.info-section__header h2 {
    font-size: 1.5em;
    margin: 0
}

.info-section__header h2 .section-toggle {
    display: block;
    text-align: center
}

.info-section .row_wrap,
.info-section__header .row_wrap {
    max-width: 800px
}

.section-toggle {
    position: relative;
    padding-right: 24px;
    padding-right: 1.5rem
}

.section-toggle svg {
    position: absolute;
    right: 8px;
    right: .5rem;
    top: 50%;
    margin-top: -.25em
}

.section-toggle .icon-uarr {
    display: none
}

.section-toggle.section-toggle__is-active {
    background: #F9D64C
}

.section-toggle.section-toggle__is-active .icon-darr {
    display: none
}

.section-toggle.section-toggle__is-active .icon-uarr {
    display: block
}

.section-toggle.section-toggle__is-active:focus {
    background: #f8f8f8
}

.section-toggle:focus {
    outline: none
}

@media screen and (min-width: 740px) {
    .section-toggle {
        padding-right: 2.5em
    }

    .section-toggle svg {
        right: 1em
    }
}

.header-nav {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto
}

.header-nav::after {
    clear: both;
    content: "";
    display: block
}

@media screen and (min-width: 740px) {
    .header-nav {
        position: relative
    }
}

.nav__outer {
    position: relative
}

.nav {
    font-weight: 700;
    line-height: 1;
    margin: 0;
    padding: 0;
    text-transform: uppercase
}

.nav li {
    list-style-type: none
}

.nav a {
    color: #2d2d2d;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap
}

@media screen and (min-width: 740px) {
    .nav a {
        white-space: normal
    }
}

.nav>li {
    display: inline-block;
    margin: 0
}

.nav.nav_lang {
    position: absolute;
    left: 8px;
    left: .5rem;
    top: 8px;
    top: .5rem
}

.nav.nav_soc {
    position: absolute;
    right: 8px;
    right: .5rem;
    top: 8px;
    top: .5rem
}

@media screen and (min-width: 740px) {
    .nav.nav_lang {
        position: absolute;
        left: .5em;
        top: .5em
    }

    .nav.nav_soc {
        position: absolute;
        right: .5em;
        top: .575em
    }
}

.nav__scroll {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    z-index: 10
}

.nav__scroll::-webkit-scrollbar {
    display: none
}

@media screen and (min-width: 740px) {
    .nav__scroll {
        text-align: center;
        overflow: visible;
        margin: 0px 96px;
        margin: 0rem 6rem
    }
}

.nav__container {
    display: table-cell;
    vertical-align: top
}

@media screen and (min-width: 740px) {
    .nav__container {
        display: block;
        vertical-align: baseline
    }
}

.nav_dropdown>li {
    position: relative;
    white-space: nowrap;
    display: table-cell
}

.nav_dropdown>li:last-child {
    padding-right: 80px;
    padding-right: 5rem
}

.nav_dropdown>li>a {
    padding: 1em .75em
}

.nav_dropdown>li>a:hover,
.nav_dropdown>li>a:active,
.nav_dropdown>li>a:focus,
.nav_dropdown>li>a.current-parent,
.nav_dropdown>li>a.current {
    background: #2d2d2d;
    color: #f8f8f8;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.nav_dropdown>li>ul {
    display: none;
    list-style-type: none;
    margin: 0;
    padding: 1em 0
}

.nav_dropdown>li>ul li {
    margin: .5em 0 .75em
}

.nav_dropdown>li>ul a {
    color: #F9D64C;
    display: block;
    padding: 0 .75em;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.nav_dropdown>li>ul a:hover,
.nav_dropdown>li>ul a:active,
.nav_dropdown>li>ul a:focus,
.nav_dropdown>li>ul a.current {
    color: #f8f8f8
}

@media screen and (min-width: 740px) {
    .nav_dropdown>li {
        display: inline-block;
        position: relative
    }

    .nav_dropdown>li:last-child {
        padding-right: 0
    }

    .nav_dropdown>li.dropdown__is-open>a {
        background: #2d2d2d;
        color: #F9D64C;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

    .nav_dropdown>li.dropdown__is-open>ul {
        background: #2d2d2d;
        display: block;
        width: 240px;
        width: 15rem;
        position: absolute;
        top: 100%;
        left: 0;
        text-align: left;
        z-index: 2
    }
}

.header-menu-toggle {
    background: #2d2d2d;
    background-clip: padding-box;
    border-left: 4px solid rgba(45, 45, 45, 0.4);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #F9D64C;
    display: block;
    line-height: 1;
    text-decoration: none;
    padding: 16px 12px;
    padding: 1rem .75rem;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 20
}

.header-menu-toggle.active {
    border: 0;
    font-weight: 700
}

.header-menu-toggle:hover,
.header-menu-toggle:active,
.header-menu-toggle:focus {
    text-decoration: none
}

@media screen and (min-width: 740px) {
    .header-menu-toggle {
        display: none
    }
}

@media screen and (max-width: 739px) {
    .nav__is-open.nav__scroll {
        overflow-x: auto
    }

    .nav__is-open .nav__container {
        background: #2d2d2d;
        display: block
    }

    .nav__is-open .nav_dropdown {
        padding: 16px 12px;
        padding: 1rem .75rem;
        line-height: 1
    }

    .nav__is-open .nav_dropdown>li {
        display: block;
        white-space: normal;
        border-bottom: 1px solid #F9D64C;
        padding: 8px 0px;
        padding: .5rem 0rem
    }

    .nav__is-open .nav_dropdown>li:first-child {
        padding-top: 0
    }

    .nav__is-open .nav_dropdown>li:last-child {
        border-bottom: 0;
        padding-bottom: 0
    }

    .nav__is-open .nav_dropdown>li>ul {
        display: block;
        padding: 0;
        padding-left: 16px;
        padding-left: 1rem
    }

    .nav__is-open .nav_dropdown>li>ul li {
        padding: 8px 0px 0px 0px;
        padding: .5rem 0rem 0rem 0rem
    }

    .nav__is-open .nav_dropdown a {
        color: #f8f8f8;
        display: inline-block;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        padding: 0
    }

    .nav__is-open .nav_dropdown a:hover,
    .nav__is-open .nav_dropdown a:active,
    .nav__is-open .nav_dropdown a:focus,
    .nav__is-open .nav_dropdown a.current-parent,
    .nav__is-open .nav_dropdown a.current {
        color: #F9D64C
    }
}

.nav_lang .active {
    display: none
}

.nav_lang a {
    background: #f8f8f8;
    display: block;
    font-size: 1em;
    line-height: 1.875em;
    padding: 0 .75em;
    vertical-align: middle
}

.nav_lang a:hover,
.nav_lang a:active,
.nav_lang a:focus {
    background: #2d2d2d;
    color: #F9D64C;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@media screen and (min-width: 740px) {
    .nav_lang a {
        line-height: 1;
        padding: .5em .75em
    }
}

.nav_soc a {
    background: #f8f8f8
}

.nav_soc a svg .fg {
    fill: #2d2d2d
}

.nav_soc a:hover,
.nav_soc a:active,
.nav_soc a:focus {
    background: #2d2d2d
}

.nav_soc a:hover svg .fg,
.nav_soc a:active svg .fg,
.nav_soc a:focus svg .fg {
    fill: #f8f8f8
}

@media screen and (min-width: 740px) {

    .nav_soc a:hover,
    .nav_soc a:active,
    .nav_soc a:focus {
        background: #f8f8f8
    }
}

.footer-nav {
    margin: 0;
    padding: 16px;
    padding: 1rem;
    text-align: center;
    clear: both
}

.footer-nav li {
    display: inline-block;
    list-style-type: none;
    line-height: 1.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0px 4px;
    margin: 0rem .25rem;
    padding: 0;
    text-align: left
}

.footer-nav a {
    color: #f8f8f8;
    font-weight: 700;
    text-decoration: none
}

.footer-nav a:hover,
.footer-nav a:focus,
.footer-nav a:active {
    color: #F9D64C
}

@media screen and (min-width: 520px) {
    .footer-nav {
        padding: 32px 0px;
        padding: 2rem 0rem
    }
}

@media screen and (min-width: 1020px) {
    .footer-nav {
        clear: none;
        padding: 0;
        float: left;
        display: block;
        margin-right: 3.57895%;
        width: 13.68421%
    }

    .footer-nav:last-child {
        margin-right: 0
    }

    .footer-nav li {
        display: block;
        text-align: left
    }
}

.card {
    margin-bottom: 16px;
    margin-bottom: 1rem;
    text-align: center
}

.card:last-child {
    margin-bottom: 0
}

.card img {
    display: block;
    max-width: 100%;
    height: auto !important
}

.card .banner {
    line-height: 1;
    margin: 0px;
    margin: 0rem;
    padding: 12px;
    padding: .75rem;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    z-index: 2
}

.card .content {
    padding: 16px;
    padding: 1rem
}

.card .content>* {
    margin-top: 0
}

.card .content p.cta {
    font-size: 0.875em;
    font-weight: 700;
    line-height: 1
}

.card h3,
.card h4 {
    margin: 0;
    font-weight: 700
}

.card p {
    font-weight: 700;
    margin-top: 0
}

.card p:last-child {
    margin-bottom: 0
}

.card h3,
.card h4 {
    text-transform: uppercase
}

.card.card__micro {
    text-align: left;
    font-size: 10px
}

.card.card__micro::after {
    clear: both;
    content: "";
    display: block
}

@media screen and (max-width: 739px) {

    .card-container .card.card__micro h1,
    .card-container .card.card__micro h2,
    .card-container .card.card__micro h3 {
        font-size: .666em
    }

    .card-container .card.card__micro p {
        font-size: .75em
    }
}

.article__single .card.card__micro {
    font-size: 11px
}

@media screen and (min-width: 520px) {
    .article__single .card.card__micro {
        font-size: 13px
    }
}

@media screen and (min-width: 740px) {
    .article__single .card.card__micro {
        font-size: 15px
    }
}

.card.card__micro>img,
.card.card__micro .figure-wrap {
    float: left;
    width: 35%
}

.card.card__micro .content,
.card.card__micro .content__additional {
    margin-left: 35%;
    padding: 8px;
    padding: .5rem
}

.card.card__micro .content__additional {
    padding-top: 0
}

.card.card__micro .content__additional p {
    font-style: normal
}

.card.card__micro .label {
    font-size: 1em
}

@media screen and (min-width: 1020px) {
    .card.card__micro {
        font-size: 14px
    }

    .card.card__micro .label {
        font-size: .85em
    }
}

.card.card__small .label {
    font-size: .85em
}

@media screen and (min-width: 520px) {
    .card-container__break-0-flex .card.card__small {
        font-size: 12px
    }
}

@media screen and (min-width: 740px) {
    .card.card__small {
        font-size: 13px
    }

    .card-container__break-0-flex .card.card__small {
        font-size: 13px
    }
}

@media screen and (min-width: 1020px) {
    .card.card__small {
        font-size: 15px
    }

    .card-container__break-0-flex .card.card__small {
        font-size: 15px
    }
}

@media screen and (min-width: 740px) {

    .card.card__medium,
    .card.card__large {
        font-size: 20px
    }
}

@media screen and (min-width: 1020px) {

    .card.card__medium,
    .card.card__large {
        font-size: 22px
    }
}

.card.expired {
    opacity: .5
}

.content__is-hidden {
    display: none
}

a.card {
    color: #2d2d2d;
    display: block;
    text-decoration: none
}

a.card:hover img,
a.card:hover .image-container,
a.card:active img,
a.card:active .image-container,
a.card:focus img,
a.card:focus .image-container {
    opacity: .9
}

a.card:hover .cta,
a.card:active .cta,
a.card:focus .cta {
    text-decoration: underline
}

.card-container::after {
    clear: both;
    content: "";
    display: block
}

.card-container.padded {
    padding: 16px;
    padding: 1rem
}

.card-container.padded+.padded {
    padding-top: 0
}

.card-container.padded .card__medium:first-child {
    margin-bottom: 16px;
    margin-bottom: 1rem
}

@media screen and (min-width: 520px) {
    .card-container.card-container__related+.card-container__related {
        padding-top: 32px;
        padding-top: 2rem
    }
}

.card-container__width-constrained {
    max-width: 500px;
    margin: 0 auto
}

.toggle-card a.toggle {
    color: #F9D64C;
    text-decoration: none
}

.toggle-card a.toggle:hover,
.toggle-card a.toggle:active,
.toggle-card a.toggle:focus {
    text-decoration: underline
}

.card-container+.card-container {
    margin-top: 16px;
    margin-top: 1rem
}

.card-container+.card-container.padded {
    margin-top: 0
}

@media screen and (min-width: 520px) {

    .card-container__break-0-flex,
    .card-container__break-0-flex.padded {
        display: -ms-flexbox;
        display: flex
    }

    .card-container__break-0-flex .card__medium,
    .card-container__break-0-flex .card__small,
    .card-container__break-0-flex.padded .card__medium,
    .card-container__break-0-flex.padded .card__small {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        width: 30%;
        margin: 0px 16px 0px 0px;
        margin: 0rem 1rem 0rem 0rem
    }

    .card-container__break-0-flex .card__medium:first-child,
    .card-container__break-0-flex .card__small:first-child,
    .card-container__break-0-flex.padded .card__medium:first-child,
    .card-container__break-0-flex.padded .card__small:first-child {
        margin-bottom: 0
    }

    .card-container__break-0-flex .card__medium:last-child,
    .card-container__break-0-flex .card__small:last-child,
    .card-container__break-0-flex.padded .card__medium:last-child,
    .card-container__break-0-flex.padded .card__small:last-child {
        margin: 0
    }

    .card-container__break-0-flex .card__small,
    .card-container__break-0-flex.padded .card__small {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        width: 30%
    }

    .card-container__break-0-flex .card__small:last-child,
    .card-container__break-0-flex.padded .card__small:last-child {
        margin: 0
    }

    .card-container__break-0-flex.card-container__width-constrained,
    .card-container__break-0-flex.padded.card-container__width-constrained {
        max-width: none
    }

    .card-container+.card-container {
        margin-top: 0
    }
}

@media screen and (min-width: 740px) {

    .card-container__break-1-flex,
    .card-container__break-1-flex.padded {
        display: -ms-flexbox;
        display: flex;
        max-width: none;
        margin: 0
    }

    .card-container__break-1-flex .card__medium,
    .card-container__break-1-flex .card__small,
    .card-container__break-1-flex.padded .card__medium,
    .card-container__break-1-flex.padded .card__small {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        width: 30%;
        margin: 0px 16px 0px 0px;
        margin: 0rem 1rem 0rem 0rem
    }

    .card-container__break-1-flex .card__medium:first-child,
    .card-container__break-1-flex .card__small:first-child,
    .card-container__break-1-flex.padded .card__medium:first-child,
    .card-container__break-1-flex.padded .card__small:first-child {
        margin-bottom: 0
    }

    .card-container__break-1-flex .card__medium:last-child,
    .card-container__break-1-flex .card__small:last-child,
    .card-container__break-1-flex.padded .card__medium:last-child,
    .card-container__break-1-flex.padded .card__small:last-child {
        margin: 0
    }

    .card-container.padded {
        padding: 32px;
        padding: 2rem
    }

    .card-container__break-0-flex .card__medium,
    .card-container__break-0-flex .card__small,
    .card-container__break-1-flex .card__medium,
    .card-container__break-1-flex .card__small,
    .card-container__break-0-flex.padded .card__medium,
    .card-container__break-0-flex.padded .card__small,
    .card-container__break-1-flex.padded .card__medium,
    .card-container__break-1-flex.padded .card__small {
        margin: 0px 32px 0px 0px;
        margin: 0rem 2rem 0rem 0rem
    }

    .card-container__break-0-flex .card__medium:last-child,
    .card-container__break-0-flex .card__small:last-child,
    .card-container__break-1-flex .card__medium:last-child,
    .card-container__break-1-flex .card__small:last-child,
    .card-container__break-0-flex.padded .card__medium:last-child,
    .card-container__break-0-flex.padded .card__small:last-child,
    .card-container__break-1-flex.padded .card__medium:last-child,
    .card-container__break-1-flex.padded .card__small:last-child {
        margin: 0
    }

    .card-container__break-0-flex.card-container__width-constrained,
    .card-container__break-1-flex.card-container__width-constrained,
    .card-container__break-0-flex.padded.card-container__width-constrained,
    .card-container__break-1-flex.padded.card-container__width-constrained {
        max-width: none
    }

    .card-container+.card-container {
        margin-top: 32px;
        margin-top: 2rem
    }

    .card-container+.card-container.padded {
        margin-top: 0
    }
}

.locations-info h3 {
    text-align: center;
    text-transform: uppercase;
    font-size: 1.75em;
    margin-top: 0
}

@media screen and (min-width: 740px) {
    .locations-info .card.card__medium {
        font-size: 18px
    }
}

.locations-info .card p {
    font-weight: 400;
    margin: 1rem 0 2rem
}

.locations-info .card .button-group {
    margin-bottom: 0
}

.locations-info .card .button__s {
    text-transform: uppercase
}

.article-card {
    background: #F9D64C
}

.article-card .meta {
    background: #2d2d2d;
    margin: 0;
    text-align: left;
    padding: 8px;
    padding: .5rem
}

@media screen and (min-width: 520px) {
    .article-card .meta {
        padding: 12px;
        padding: .75rem
    }
}

.article-card .cta {
    margin-top: 16px;
    margin-top: 1rem
}

.article-card .content h3 {
    font-size: 1.125em
}

.article-card .content p {
    font-size: .825em
}

.article-card.card__micro .meta {
    background: transparent;
    margin-bottom: 8px;
    margin-bottom: .5rem;
    text-align: left;
    padding: 0
}

.article-card.card__large .image-container {
    height: 12em
}

@media screen and (min-width: 520px) {
    .article-card.card__large {
        display: -ms-flexbox;
        display: flex
    }

    .article-card.card__large::after {
        clear: both;
        content: "";
        display: block
    }

    .article-card.card__large .image-container,
    .article-card.card__large .content-container {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        height: auto;
        width: 30%
    }

    .article-card.card__large h3,
    .article-card.card__large .cta {
        margin-bottom: 16px;
        margin-bottom: 1rem
    }
}

.expo-card {
    background: #F9D64C;
    position: relative;
    padding: 16px;
    padding: 1rem
}

.expo-card .banner {
    margin: -16px -16px 0px -16px;
    margin: -1rem -1rem 0rem -1rem;
    background: #2d2d2d;
    color: #f8f8f8
}

.expo-card .header {
    background: #f8f8f8;
    padding: 16px;
    padding: 1rem;
    position: relative;
    z-index: 2
}

.expo-card .header h2,
.expo-card .header h3,
.expo-card .header p {
    margin: 0;
    word-wrap: break-word
}

.expo-card .header h2 {
    font-size: 1.375em
}

.expo-card .header h3 {
    font-size: 1em
}

.expo-card .header .date {
    font-size: 0.825em;
    font-weight: 700
}

.expo-card .header .cta {
    margin: 16px 0px 0px 0px;
    margin: 1rem 0rem 0rem 0rem
}

.expo-card .content {
    margin: 12em 0 0 0;
    position: relative;
    z-index: 2
}

.expo-card .content p {
    font-weight: 400
}

.expo-card .image-container {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1
}

.expo-card h2,
.expo-card h3 {
    font-weight: 700;
    text-transform: uppercase
}

.expo-card .date {
    text-transform: lowercase
}

.expo-card.card__xlarge {
    margin: 32px 0px 0px 0px;
    margin: 2rem 0rem 0rem 0rem
}

.expo-card.card__xlarge:first-child {
    margin-top: 0
}

@media screen and (min-width: 520px) {
    .expo-card.card__xlarge .content {
        width: 75%;
        max-width: 800px;
        margin-left: auto;
        margin-right: auto
    }
}

@media screen and (min-width: 740px) {
    .expo-card.card__xlarge {
        padding: 64px;
        padding: 4rem
    }

    .expo-card.card__xlarge .label:first-child {
        position: absolute;
        top: 16px;
        top: 1rem;
        left: 16px;
        left: 1rem
    }

    .expo-card.card__xlarge h2 {
        font-size: 2em
    }
}

a.expo-card:hover .image-container,
a.expo-card:active .image-container,
a.expo-card:focus .image-container {
    opacity: 0.9
}

.expo-card__current .banner {
    background: #F9D64C;
    color: #f8f8f8
}

.expo-card__future .banner {
    background: #2d2d2d;
    color: #f8f8f8;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.simple-card {
    background: #f8f8f8
}

.simple-card .content p {
    font-weight: 400
}

.simple-card .content p.cta {
    font-weight: 700;
    margin: 16px 0px 0px 0px;
    margin: 1rem 0rem 0rem 0rem
}

.collection-card,
a.collection-card {
    background: #2d2d2d;
    color: #f8f8f8;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.collection-card h2,
a.collection-card h2 {
    margin-top: 0;
    font-size: 1.17em;
    text-transform: uppercase
}

.collection-card.card__micro h2 i,
a.collection-card.card__micro h2 i {
    color: #F9D64C
}

.collection-card.card__micro p,
a.collection-card.card__micro p {
    font-weight: 400;
    font-style: italic
}

.collection-card.card__micro p a,
a.collection-card.card__micro p a {
    font-style: normal
}

.collection-card.card__micro .content.content__additional,
a.collection-card.card__micro .content.content__additional {
    margin-top: -8px;
    margin-top: -.5rem
}

.category-card .banner {
    background: #2d2d2d;
    color: #F9D64C;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: left;
    z-index: auto
}

.category-card ul {
    list-style-type: none;
    margin: 0px 0px 8px 0px;
    margin: 0rem 0rem .5rem 0rem;
    padding: 0
}

.category-card ul li {
    margin: 8px 0px 0px 0px;
    margin: .5rem 0rem 0rem 0rem
}

.category-card p:last-child {
    text-align: left
}

.hero-image {
    height: 192px;
    height: 12rem
}

@media screen and (min-width: 520px) {
    .hero-image {
        height: 320px;
        height: 20rem
    }
}

@media screen and (min-width: 740px) {
    .hero-image {
        height: 448px;
        height: 28rem
    }
}

@media screen and (min-width: 1020px) {
    .hero-image {
        height: 608px;
        height: 38rem
    }
}

.article__single .row_wrap {
    max-width: 800px
}

.article__single .row_wrap>* {
    margin: 0
}

.article__single .row_wrap>*+* {
    margin: 1em 0 0 0
}

.article__single .row_wrap>h2 {
    font-size: 1.333333em;
    margin: 1.25em 0 0 0;
    text-transform: none
}

.article__single .row_wrap>h2:first-child {
    margin: .75em 0 0 0
}

.article__single .row_wrap>header {
    margin-bottom: 2em
}

.article__single header {
    font-weight: 700;
    text-align: center;
    text-transform: uppercase
}

.article__single header p,
.article__single header h1 {
    margin: 0;
    line-height: 1.125
}

.article__single header h1 {
    font-size: 1.75em
}

.article__single header p {
    font-size: 1.125em
}

.article__single figure img {
    max-width: 100%;
    height: auto !important
}

.article__single figcaption {
    font-size: .85em
}

.article__single p,
.article__single li {
    line-height: 1.4
}

.article__single .intro {
    font-weight: 700
}

.article__single .nav_share {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.article__single .nav_share>li {
    display: inline-block;
    margin: 8px 16px 0px 0px;
    margin: .5rem 1rem 0rem 0rem;
    padding: 0
}

.article__single .nav_share a {
    display: inline-block
}

.article__single .share-cta {
    font-weight: 700;
    text-align: center
}

.article__single .share-cta p {
    margin: 0;
    text-align: center
}

.article__single .share-cta .nav_share a {
    background: #F9D64C
}

.article__single .share-cta .nav_share a .fg {
    fill: #fff
}

.article__single .share-cta .nav_share a:hover,
.article__single .share-cta .nav_share a:active,
.article__single .share-cta .nav_share a:focus {
    background: #2d2d2d
}

.article__single .share-cta .nav_share a:hover .fg,
.article__single .share-cta .nav_share a:active .fg,
.article__single .share-cta .nav_share a:focus .fg {
    fill: #F9D64C
}

@media screen and (min-width: 740px) {
    .article__single .share-cta {
        text-align: right
    }

    .article__single .share-cta p,
    .article__single .share-cta .nav_share {
        display: inline-block;
        vertical-align: top
    }

    .article__single .share-cta li {
        margin-top: 0
    }

    .article__single .share-cta p {
        line-height: 2em;
        margin: 0px 16px 0px 0px;
        margin: 0rem 1rem 0rem 0rem
    }
}

@media screen and (min-width: 520px) {
    .location-info.data {
        padding-bottom: 32px;
        padding-bottom: 2rem
    }
}

@media screen and (min-width: 740px) {
    .location-info.data {
        padding-bottom: 48px;
        padding-bottom: 3rem
    }
}

@media screen and (min-width: 1020px) {
    .location-info.data {
        padding-bottom: 64px;
        padding-bottom: 4rem
    }
}

.location-info.data h2 {
    text-align: center;
    text-transform: uppercase;
    margin: 16px 0px 32px;
    margin: 1rem 0rem 2rem
}

.location-info.data .row_wrap {
    padding-top: 0;
    padding-bottom: 0
}

.column_wrap {
    padding: 32px;
    padding: 2rem
}

.column_wrap::after {
    clear: both;
    content: "";
    display: block
}

.article__expo .data {
    background: #F9D64C
}

.article__expo .nav_share a {
    background: #F9D64C
}

.article__expo .nav_share a .fg {
    fill: #fff
}

.article__expo .nav_share a:hover,
.article__expo .nav_share a:active,
.article__expo .nav_share a:focus {
    background: #2d2d2d
}

.article__expo .nav_share a:hover .fg,
.article__expo .nav_share a:active .fg,
.article__expo .nav_share a:focus .fg {
    fill: #F9D64C
}

.article__blog .meta .row_wrap {
    padding-bottom: 12.16px;
    padding-bottom: .76rem;
    padding-top: 12.16px;
    padding-top: .76rem
}

.article__blog .meta p {
    line-height: 1;
    margin: 0px 0px -4px 0px;
    margin: 0rem 0rem -.25rem 0rem
}

.article__blog .meta .label {
    margin: 0px 0px 4px 0px;
    margin: 0rem 0rem .25rem 0rem
}

@media screen and (min-width: 740px) {
    .article__blog .meta .row_wrap {
        padding-bottom: 0
    }

    .article__blog .meta .label {
        float: left;
        margin: 0px 12.16px 12.16px 0px;
        margin: 0rem .76rem .76rem 0rem
    }
}

@media screen and (min-width: 740px) {
    .article__blog h1 {
        font-size: 1.85em
    }
}

.article__collection .row_wrap>header {
    margin: 0
}

.article__collection .row_wrap>header h1 {
    font-size: 1.25em;
    margin: 0
}

.article__collection .nav_share li {
    margin-top: 0
}

.article__collection .nav_share a {
    background: #F9D64C
}

.article__collection .nav_share a:hover,
.article__collection .nav_share a:active,
.article__collection .nav_share a:focus {
    background: #2d2d2d
}

.article__collection .nav_share a:hover .fg,
.article__collection .nav_share a:active .fg,
.article__collection .nav_share a:focus .fg {
    fill: #F9D64C
}

.article__collection .info-section .row_wrap {
    padding-top: 0
}

.article__collection .info-section__cta {
    padding-top: 0
}

.article__collection .object-info {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-collapse: collapse;
    width: 100%
}

.article__collection .object-info tr {
    margin: 0;
    padding: 0
}

.article__collection .object-info td {
    border-bottom: 1px solid #000;
    padding: 1em;
    vertical-align: top;
    font-size: .875em
}

.article__collection .object-info td.legend {
    font-weight: 700;
    padding: 1em 0;
    width: 30%;
    min-width: 100px
}

.article__collection .object-info a {
    color: #000
}

.article__collection .padded {
    margin: 0;
    padding: 1px 1em
}

header.article__gallery {
    margin: 0 auto;
    max-width: 800px;
    text-align: center;
    text-transform: uppercase
}

header.article__gallery h1 {
    font-size: 1.25em;
    margin: 0px 16px 16px 16px;
    margin: 0rem 1rem 1rem 1rem
}

@media screen and (min-width: 740px) {
    header.article__gallery h1 {
        margin: 0px 32px 32px 32px;
        margin: 0rem 2rem 2rem 2rem
    }
}

@media screen and (min-width: 1020px) {
    header.article__gallery h1 {
        margin: 0px 48px 48px 48px;
        margin: 0rem 3rem 3rem 3rem
    }
}

.data {
    font-weight: 700;
    padding: 16px;
    padding: 1rem
}

.data p {
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    text-align: left;
    margin: 0
}

.data p b {
    font-size: 1.125em;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: .5em
}

.data p a {
    color: #F9D64C
}

.data .datum+.datum {
    margin-top: 32px;
    margin-top: 2rem
}

@media screen and (min-width: 520px) {
    .data .column {
        margin-top: 0;
        float: left;
        display: block;
        margin-right: 3.57895%;
        width: 48.21053%
    }

    .data .column:last-child {
        margin-right: 0
    }
}

.search-header {
    text-align: center
}

.search-header .column {
    margin: 0 auto .75em;
    vertical-align: top;
    width: 100%;
    max-width: 300px
}

.search-header .column:last-child {
    margin-bottom: 0
}

@media screen and (min-width: 520px) {
    .search-header .column {
        display: inline-block;
        margin-bottom: 0;
        margin-right: 3%;
        width: 48.5%
    }

    .search-header .column:last-child {
        margin-right: 0
    }
}

.search-header .section-toggle,
.search-header form.search.search__medium {
    font-size: 16px;
    font-size: 1rem;
    width: 100%
}

.search-header .section-toggle input[type="search"],
.search-header form.search.search__medium input[type="search"] {
    padding: .5em 3em .5em .5em;
    height: 2em
}

.search-header .section-toggle .button__search,
.search-header form.search.search__medium .button__search {
    height: 2em;
    padding: .5em
}

@media screen and (min-width: 520px) {

    .search-header .section-toggle input[type="search"],
    .search-header form.search.search__medium input[type="search"] {
        padding: .75em 3em .75em .75em;
        height: 2.5em
    }

    .search-header .section-toggle .button__search,
    .search-header form.search.search__medium .button__search {
        height: 2.5em;
        padding: .625em
    }

    .search-header .section-toggle .button__search svg,
    .search-header form.search.search__medium .button__search svg {
        font-size: 1.25em
    }
}

@media screen and (min-width: 740px) {

    .search-header .section-toggle input[type="search"],
    .search-header form.search.search__medium input[type="search"] {
        padding: .85em 3em .85em .85em;
        height: 2.7em
    }

    .search-header .section-toggle .button__search,
    .search-header form.search.search__medium .button__search {
        height: 2.7em;
        padding: .6em
    }

    .search-header .section-toggle .button__search svg,
    .search-header form.search.search__medium .button__search svg {
        font-size: 1.5em
    }
}

.filters {
    margin-bottom: -1em;
    padding-top: 0;
    max-width: 620px
}

.filters .dropdown.dropdown__filter {
    margin-bottom: 1em;
    max-width: none;
    overflow: visible
}

.filters .dropdown.dropdown__filter ul li a {
    background: #F9D64C;
    color: #2d2d2d
}

.filters .dropdown.dropdown__filter ul li a:hover,
.filters .dropdown.dropdown__filter ul li a:active,
.filters .dropdown.dropdown__filter ul li a:focus {
    background: #f8f8f8
}

@media screen and (min-width: 740px) {
    .filters {
        max-width: none
    }
}

.counter {
    font-weight: 700;
    padding-bottom: 24px;
    padding-bottom: 1.5rem;
    padding-top: 24px;
    padding-top: 1.5rem;
    text-transform: uppercase
}

.counter p {
    margin: 0;
    padding: .5em
}

.counter i {
    background: #F9D64C;
    display: inline-block;
    margin: -.5em .75em -.5em 0;
    padding: .5em
}

.sort {
    position: relative
}

.sort .dropdown__sort {
    float: right
}

@media screen and (min-width: 1020px) {
    .sort .dropdown__sort {
        float: none;
        position: absolute;
        top: 24px;
        top: 1.5rem;
        right: 48px;
        right: 3rem
    }
}

.results p {
    color: #f8f8f8;
    font-size: .875em;
    font-weight: 700;
    margin: 8px 0px 32px 0px;
    margin: .5rem 0rem 2rem 0rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.results p i {
    display: block;
    font-weight: 400
}

.results a:hover p,
.results a:active p,
.results a:focus p {
    color: #F9D64C
}

/*! Flickity v1.2.1
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
    position: relative
}

.flickity-enabled:focus {
    outline: none
}

.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%
}

.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: grab
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: grabbing
}

.flickity-prev-next-button {
    position: absolute;
    top: 50%;
    width: 48px;
    height: 48px;
    border: none;
    background: #2d2d2d;
    cursor: pointer;
    transform: translateY(-50%)
}

.flickity-prev-next-button:hover .arrow {
    fill: #F9D64C !important
}

.flickity-prev-next-button:focus {
    outline: none;
    box-shadow: 0 0 0 5px #09F
}

.flickity-prev-next-button.previous {
    left: 0
}

.flickity-prev-next-button.next {
    right: 0
}

.flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 10px
}

.flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 10px
}

.flickity-prev-next-button:disabled {
    filter: alpha(opacity=30);
    opacity: 0.3;
    cursor: auto
}

.flickity-prev-next-button svg {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%
}

.flickity-prev-next-button .arrow {
    fill: #fff
}

.flickity-prev-next-button.no-svg {
    color: #333;
    font-size: 26px
}

.flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: -25px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1
}

.flickity-rtl .flickity-page-dots {
    direction: rtl
}

.flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: #333;
    border-radius: 50%;
    filter: alpha(opacity=25);
    opacity: 0.25;
    cursor: pointer
}

.flickity-page-dots .dot.is-selected {
    filter: alpha(opacity=100);
    opacity: 1
}

.carousel {
    min-width: 100%;
    position: relative
}

.carousel .carousel-item {
    width: 100%
}

.carousel .theme-slide {
    background: #f8f8f8;
    display: block;
    float: left;
    width: 100%
}

@media screen and (min-width: 520px) {
    .carousel .theme-slide {
        width: 50%
    }
}

@media screen and (min-width: 1020px) {
    .carousel .theme-slide {
        width: 33.33333333%
    }
}

.carousel .theme-wrap {
    display: table;
    height: 208px;
    height: 13rem;
    padding: 0px 4px;
    padding: 0rem .25rem;
    width: 100%
}

@media screen and (min-width: 520px) {
    .carousel .theme-wrap {
        height: 224px;
        height: 14rem;
        padding: 0px 8px;
        padding: 0rem .5rem
    }
}

@media screen and (min-width: 740px) {
    .carousel .theme-wrap {
        padding: 0px 16px;
        padding: 0rem 1rem
    }
}

@media screen and (min-width: 1020px) {
    .carousel .theme-wrap {
        height: 256px;
        height: 16rem
    }
}

.carousel a.theme-link {
    background-color: #2d2d2d;
    background-repeat: no-repeat;
    background-size: cover;
    display: table-cell;
    font-weight: 700;
    height: 100%;
    line-height: 1;
    overflow: hidden;
    padding: 16px 48px;
    padding: 1rem 3rem;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    width: 100%;
    font-size: .85em
}

@media screen and (min-width: 520px) {
    .carousel a.theme-link {
        font-size: .75em
    }
}

@media screen and (min-width: 740px) {
    .carousel a.theme-link {
        font-size: 1em
    }
}

.carousel a.theme-link i {
    background: #f8f8f8;
    color: #2d2d2d;
    display: inline-block;
    padding: 16px 12px;
    padding: 1rem .75rem
}

.carousel a.theme-link:hover i,
.carousel a.theme-link:active i,
.carousel a.theme-link:focus i {
    background: #2d2d2d;
    color: #F9D64C;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.carousel__arrows .carousel>.carousel-nav {
    display: none
}

.carousel__arrows {
    position: relative
}

.carousel__arrows>.carousel-nav a,
.carousel__arrows>.carousel-nav a:visited {
    background: #2d2d2d;
    display: block;
    height: 48px;
    margin-top: -24px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    width: 48px;
    z-index: 4
}

.carousel__arrows>.carousel-nav a svg,
.carousel__arrows>.carousel-nav a:visited svg {
    margin-top: 16px
}

.carousel__arrows>.carousel-nav a .fg,
.carousel__arrows>.carousel-nav a:visited .fg {
    fill: #2d2d2d
}

.carousel__arrows>.carousel-nav a.carousel-prev,
.carousel__arrows>.carousel-nav a:visited.carousel-prev {
    left: -8px;
    left: -.5rem
}

.carousel__arrows>.carousel-nav a.carousel-prev svg,
.carousel__arrows>.carousel-nav a:visited.carousel-prev svg {
    margin-left: 17px
}

.carousel__arrows>.carousel-nav a.carousel-next,
.carousel__arrows>.carousel-nav a:visited.carousel-next {
    right: -8px;
    right: -.5rem;
    text-align: right
}

.carousel__arrows>.carousel-nav a.carousel-next svg,
.carousel__arrows>.carousel-nav a:visited.carousel-next svg {
    margin-right: 17px
}

.slider {
    margin: 0px 0px 48px 0px;
    margin: 0rem 0rem 3rem 0rem
}

.slider__wrap {
    background: #262626;
    height: 600px;
    max-height: 40vh;
    text-align: center;
    width: 100%
}

@media screen and (min-width: 520px) {
    .slider__wrap {
        max-height: 75vh
    }
}

.slider__image {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    padding: 10px;
    position: relative;
    top: 50%;
    transform: translateY(-50%)
}

@media screen and (min-width: 740px) {
    .slider__image {
        padding: 20px
    }
}

.slider .flickity-prev-next-button.previous {
    left: -20px
}

.slider .flickity-prev-next-button.next {
    right: -20px
}

.slider .dot {
    background: #fff
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #2d2d2d;
    opacity: .9;
    filter: alpha(opacity=90)
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #f8f8f8;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #f8f8f8
}

.mfp-preloader a:hover {
    color: #F9D64C
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: #f8f8f8;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100)
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #2d2d2d
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #f8f8f8;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-ie7 .mfp-img {
    padding: 0
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px
}

.mfp-ie7 .mfp-container {
    padding: 0
}

.mfp-ie7 .mfp-content {
    padding-top: 44px
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0
}

.mfp-iframe-holder .mfp-content {
    height: 90%;
    max-width: 600px;
    max-height: 400px;
    width: 90%
}

.mfp-iframe-scaler,
iframe.mfp-iframe {
    width: 100%;
    height: 100%
}

.popup {
    background: #f8f8f8;
    font-size: .875em;
    padding: 32px;
    padding: 2rem;
    position: relative
}

.popup>*+* {
    margin-top: 0
}

.popup .order-group p {
    margin-bottom: 0
}

.popup h3 {
    margin: 0
}

.mfp-content .popup {
    display: block
}

.popup .order-thumb {
    max-width: 100px;
    height: auto
}

.popup ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.popup ul::after {
    clear: both;
    content: "";
    display: block
}

.popup ul li {
    float: left;
    margin: 0 10px 10px 0
}

.popup ul li a img {
    height: 33px;
    width: 150px
}

@media screen and (min-width: 520px) {

    .lt-ie10 .card-container__break-0-flex::after,
    .lt-ie10 .card-container__break-0-flex.padded::after {
        clear: both;
        content: "";
        display: block
    }

    .lt-ie10 .card-container__break-0-flex .card__medium,
    .lt-ie10 .card-container__break-0-flex .card__small,
    .lt-ie10 .card-container__break-0-flex.padded .card__medium,
    .lt-ie10 .card-container__break-0-flex.padded .card__small {
        float: left
    }

    .lt-ie10 .card-container__break-0-flex .card__medium:first-child,
    .lt-ie10 .card-container__break-0-flex .card__small:first-child,
    .lt-ie10 .card-container__break-0-flex.padded .card__medium:first-child,
    .lt-ie10 .card-container__break-0-flex.padded .card__small:first-child {
        margin-bottom: 0
    }

    .lt-ie10 .card-container__break-0-flex .card__medium:last-child,
    .lt-ie10 .card-container__break-0-flex .card__small:last-child,
    .lt-ie10 .card-container__break-0-flex.padded .card__medium:last-child,
    .lt-ie10 .card-container__break-0-flex.padded .card__small:last-child {
        margin: 0
    }

    .lt-ie10 .card-container__break-0-flex .card__medium,
    .lt-ie10 .card-container__break-0-flex.padded .card__medium {
        width: 49%;
        margin-right: 2%
    }

    .lt-ie10 .card-container__break-0-flex .card__small,
    .lt-ie10 .card-container__break-0-flex.padded .card__small {
        width: 32%;
        margin-right: 2%
    }
}

@media screen and (min-width: 520px) {
    .lt-ie10 .article-card.card__large::after {
        clear: both;
        content: "";
        display: block
    }

    .lt-ie10 .article-card.card__large .image-container,
    .lt-ie10 .article-card.card__large .content-container {
        float: left;
        width: 50%
    }

    .lt-ie10 .article-card.card__large .image-container {
        height: 12em
    }
}

@media screen and (min-width: 740px) {

    .lt-ie10 .card-container__break-1-flex::after,
    .lt-ie10 .card-container__break-1-flex.padded::after {
        clear: both;
        content: "";
        display: block
    }

    .lt-ie10 .card-container__break-1-flex .card__medium,
    .lt-ie10 .card-container__break-1-flex .card__small,
    .lt-ie10 .card-container__break-1-flex.padded .card__medium,
    .lt-ie10 .card-container__break-1-flex.padded .card__small {
        float: left;
        margin-right: 2%;
        width: 32%
    }

    .lt-ie10 .card-container__break-1-flex .card__medium:first-child,
    .lt-ie10 .card-container__break-1-flex .card__small:first-child,
    .lt-ie10 .card-container__break-1-flex.padded .card__medium:first-child,
    .lt-ie10 .card-container__break-1-flex.padded .card__small:first-child {
        margin-bottom: 0
    }

    .lt-ie10 .card-container__break-1-flex .card__medium:last-child,
    .lt-ie10 .card-container__break-1-flex .card__small:last-child,
    .lt-ie10 .card-container__break-1-flex.padded .card__medium:last-child,
    .lt-ie10 .card-container__break-1-flex.padded .card__small:last-child {
        margin: 0
    }
}

.lt-ie10 label {
    display: block
}

.lt-ie10 a img {
    border: none
}

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