/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */

html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
footer,
header,
nav,
section {
    display: block
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

figcaption,
figure {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

main {
    display: block
}

pre,
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active,
a:hover {
    outline-width: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: inherit
}

b,
strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

audio,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
    line-height: 1.15;
    font-family: sans-serif;
    font-size: 100%;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

input {
    overflow: visible
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

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

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: table;
    max-width: 100%;
    padding: 0;
    color: inherit;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

details {
    display: block
}

summary {
    display: list-item
}

menu {
    display: block
}

canvas {
    display: inline-block
}

template {
    display: none
}

[hidden] {
    display: none
}

*,
html,
body {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased
}

body {
    font-family: aktiv-grotesk, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #222;
    padding: 80px 0px 0px 0px
}

body:before {
    content: '';
    height: 80px;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: black
}

h1,
h2,
h3 {
    font-family: "acumin-pro-extra-condensed", sans-serif
}

table th {
    font-family: "acumin-pro-extra-condensed", sans-serif;
    text-transform: uppercase;
    font-size: 1.7rem;
}

table {
    text-align: left;
}

table td, table th {
    padding: 0.8rem;
}

table tr:nth-of-type(odd){
    /* background-color: rgba(0, 0, 0, 0.1); */
}

table th {
    background-color: #000000;
    color: white;
}




.lazy-load {
    opacity: 0;
    -webkit-transition: 375ms ease-out;
    transition: 375ms ease-out;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform
}

.lazy-load--top {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px)
}

.lazy-load--left {
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px)
}

.lazy-load--right {
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px)
}

.lazy-load.lazy-loaded:not(.lazy-load--no-transform) {
    opacity: 1;
    -webkit-transform: translateX(0px) !important;
    -ms-transform: translateX(0px) !important;
    transform: translateX(0px) !important;
    -webkit-transform: translateY(0px) !important;
    -ms-transform: translateY(0px) !important;
    transform: translateY(0px) !important
}

.lazy-load.lazy-loaded {
    opacity: 1
}

.e-button {
    text-decoration: none;
    color: white;
    text-transform: uppercase;
    font-family: "acumin-pro-extra-condensed", sans-serif;
    font-size: 24px;
    font-weight: 600
}

@media (min-width: 768px) {
    .e-button {
        font-size: 30px
    }
}

.e-button--primary {
    background-color: #FE5226;
    height: 40px;
    display: inline-block;
    line-height: 38px;
    padding: 0px 42px;
    -webkit-transition: opacity 175ms ease;
    transition: opacity 175ms ease
}

@media (min-width: 768px) {
    .e-button--primary {
        height: 60px;
        line-height: 58px
    }
}

.e-button--primary:hover {
    opacity: .6
}

.e-border--both:before,
.e-border--both:after {
    content: '';
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    left: 10px;
    height: 1px;
    background-color: #195B3B;
    position: absolute
}

@media (min-width: 768px) {
    .e-border--both:before,
    .e-border--both:after {
        width: -webkit-calc(100% - 40px);
        width: calc(100% - 40px);
        left: 20px
    }
}

@media (min-width: 992px) {
    .e-border--both:before,
    .e-border--both:after {
        width: -webkit-calc(100% - 100px);
        width: calc(100% - 100px);
        left: 50px
    }
}

.e-border--both:before {
    top: -50px
}

.e-border--both:after {
    bottom: -30px
}

.e-border--top:before {
    content: '';
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    left: 10px;
    height: 1px;
    background-color: #195B3B;
    position: absolute
}

@media (min-width: 768px) {
    .e-border--top:before {
        width: -webkit-calc(100% - 40px);
        width: calc(100% - 40px);
        left: 20px
    }
}

@media (min-width: 992px) {
    .e-border--top:before {
        width: -webkit-calc(100% - 100px);
        width: calc(100% - 100px);
        left: 50px
    }
}

.e-border--top:before {
    top: -50px
}

.e-border--bottom:after {
    content: '';
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    left: 10px;
    height: 1px;
    background-color: #195B3B;
    position: absolute
}

@media (min-width: 768px) {
    .e-border--bottom:after {
        width: -webkit-calc(100% - 40px);
        width: calc(100% - 40px);
        left: 20px
    }
}

@media (min-width: 992px) {
    .e-border--bottom:after {
        width: -webkit-calc(100% - 100px);
        width: calc(100% - 100px);
        left: 50px
    }
}

.e-mobile-nav-button {
    width: 44px;
    height: 44px;
    border: none;
    background: transparent;
    float: right;
    position: relative;
    z-index: 109;
    padding: 0px 5px;
    top: 13px;
    cursor: pointer
}

@media (min-width: 992px) {
    .e-mobile-nav-button {
        display: none
    }
}

.e-mobile-nav-button span {
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 30px;
    background: white;
    position: relative
}

.e-mobile-nav-button span:nth-child(2) {
    margin: 8px 0px
}

.e-row:after {
    content: "";
    display: table;
    clear: both
}

.e-col {
    padding: 0px 10px;
    min-height: 1px;
    float: left;
    width: 100%;
    position: relative
}

@media (min-width: 768px) {
    .e-col--05 {
        width: 25%
    }
}

@media (min-width: 992px) {
    .e-col--05 {
        width: 12.5%
    }
}

@media (min-width: 768px) {
    .e-col--1 {
        width: 100%
    }
}

@media (min-width: 992px) {
    .e-col--1 {
        width: 25%
    }
}

@media (min-width: 768px) {
    .e-col--15 {
        width: 100%
    }
}

@media (min-width: 992px) {
    .e-col--15 {
        width: 33.333333%
    }
}

@media (min-width: 768px) {
    .e-col--2 {
        width: 100%
    }
}

@media (min-width: 992px) {
    .e-col--2 {
        width: 50%
    }
}

@media (min-width: 768px) {
    .e-col--3 {
        width: 100%
    }
}

@media (min-width: 992px) {
    .e-col--3 {
        width: 75%
    }
}

@media (min-width: 768px) {
    .e-col--4 {
        width: 100%
    }
}

@media (min-width: 992px) {
    .e-col--4 {
        width: 100%
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .e-col--2-tablet {
        width: 50%
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .e-col--4-tablet {
        width: 100%
    }
}

.nomargintop{ margin-top:0 }

.e-col-center{
    margin:auto;
    float:none !important;
}

.e-col > a {
    text-decoration: none;
}

.e-eday-sponsor {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0px 0px 10px 0px;
    text-decoration: none;
    color: white;
    width: 50%;
    height: 167px
}

@media (min-width: 768px) {
    .e-eday-sponsor {
        height: 267px
    }
    .e-eday-sponsor:not(:nth-child(2n+2)):after {
        content: '';
        border-right: 1px solid #D3D3D3;
        position: absolute;
        right: 0px;
        top: 20px;
        height: 227px
    }
}

@media (min-width: 992px) {
    .e-eday-sponsor {
        width: 25%
    }
    .e-eday-sponsor:not(:nth-child(4n+4)):after {
        content: '';
        border-right: 1px solid #D3D3D3;
        position: absolute;
        right: 0px;
        top: 20px;
        height: 227px
    }
}

.e-eday-sponsor__border {
    position: absolute;
    left: 10px;
    bottom: 0px;
    height: 100%;
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px)
}

.e-eday-sponsor img {
    width: 100%;
    padding: 20px;
    margin: 0px auto;
    max-width: 230px
}

.e-eday-sponsor--platinum:hover .e-eday-sponsor__border {
    border: 10px solid #656565;
}

.e-eday-sponsor--platinum .e-eday-sponsor__border {
    border-bottom: solid 10px #656565;
}

.e-eday-sponsor--gold .e-eday-sponsor__border {
    border-bottom: 10px solid #DDC47F
}

.e-eday-sponsor--gold:hover .e-eday-sponsor__border {
    border: 10px solid #DDC47F
}

.e-eday-sponsor--silver .e-eday-sponsor__border {
    border-bottom: 10px solid #D3D3D3
}

.e-eday-sponsor--silver:hover .e-eday-sponsor__border {
    border: 10px solid #D3D3D3
}

.e-eday-sponsor--bronze .e-eday-sponsor__border {
    border-bottom: 10px solid #A58B7A
}

.e-eday-sponsor--bronze:hover .e-eday-sponsor__border {
    border: 10px solid #A58B7A
}

.e-eday-sponsor--playground .e-eday-sponsor__border {
    border-bottom: 10px solid #7BCA81
}

.e-eday-sponsor--playground:hover .e-eday-sponsor__border {
    border: 10px solid #7BCA81
}

.e-eday-sponsor--mediapartner .e-eday-sponsor__border {
    border-bottom: 10px solid #7BBDCA
}

.e-eday-sponsor--mediapartner:hover .e-eday-sponsor__border {
    border: 10px solid #7BBDCA
}

.e-eday-sponsor--all {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #195B3B;
    font-family: "acumin-pro-extra-condensed", sans-serif;
    font-size: 28px;
    font-weight: 800;
    line-height: 22px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: background 175ms ease;
    transition: background 175ms ease;
}

@media (min-width: 768px) {
    .e-eday-sponsor--all {
        font-size: 48px;
        font-weight: 800;
        line-height: 38px
    }
}

.e-eday-sponsor--all:after {
    display: none
}

.e-eday-sponsor--all span {
    max-width: 200px;
    display: block;
    padding: 0px 0px 22px 20px;
    position: absolute;
    bottom: 0px
}

.e-eday-sponsor--all span:after {
    content: '';
    background-image: url(../img/icons/alt-arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: block;
    width: 22px;
    height: 24px;
    margin: 10px 0px 0px 0px;
    -webkit-transition: -webkit-transform 175ms ease;
    transition: -webkit-transform 175ms ease;
    transition: transform 175ms ease;
    transition: transform 175ms ease, -webkit-transform 175ms ease
}

.e-eday-sponsor--all:hover {
    background-color: rgba(249, 212, 0, 0.3)
}

.e-eday-sponsor--all:hover span:after {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px)
}

.e-spinner {
    width: 60px;
    height: 60px;
    padding: 4px;
    z-index: -1;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    stroke-dasharray: 1000;
    -webkit-animation: dash 4s ease-out forwards;
    animation: dash 4s ease-out forwards
}

.e-spinner circle {
    stroke: white;
    stroke-width: 4px
}

@-webkit-keyframes dash {
    0% {
        stroke-dashoffset: 1000
    }
    99% {
        stroke-dashoffset: 0
    }
    100% {
        opacity: 0
    }
}

@keyframes dash {
    0% {
        stroke-dashoffset: 1000
    }
    99% {
        stroke-dashoffset: 0
    }
    100% {
        opacity: 0
    }
}

.m-container {
    position: relative;
    margin: 0px auto;
    max-width: 1420px;
    width: 100%;
    padding: 0px 10px
}


@media (min-width: 768px) {
    .m-container {
        padding: 0px 20px
    }
}

@media (min-width: 992px) {
    .m-container {
        padding: 0px 40px
    }
}

.m-container ul {
    margin: 1.5rem 0 2rem;
}
.m-container ul li {
    margin: 1rem 0;
}


.m-lead-header {
    height: 65vh;
    background-color: black;
    position: relative;
    z-index: 1;
    width: 100%
}

.m-lead-header__bg-image {
    position: absolute;
    width: 100%;
    background-position: left;
    background-repeat: no-repeat;
    background-size: 100%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 100%;
    -webkit-transition: opacity 175ms ease;
    transition: opacity 175ms ease
}

@media (min-width: 768px) {
    .m-lead-header__bg-image {
        position: relative;
        height: 100%;
        /*max-width: 1200px;*/
        background-position: center
    }
}

.m-lead-header:after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0px;
    height: 20vh;
    width: 100%;
    background: #000;
    background: -webkit-linear-gradient(legacy-direction(rgba(0, 0, 0, 0.0001)), #000);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.0001)), to(#000));
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.0001), #000);
    background: linear-gradient(rgba(0, 0, 0, 0.0001), #000);
    z-index: 0
}

.m-lead-header:after {
    content: "";
    display: table;
    clear: both
}

.m-lead-header__title {
    color: white;
    text-transform: uppercase;
    font-size: 26px;
    line-height: 20px;
    margin: 0px 0px 20px 0px;
    text-align: center;
    max-width: 460px;
    margin: 0px auto 10px auto
}

@media (max-width: 768px) {
    .m-lead-header__title {
        padding: 0px 10px
    }
}

@media (min-width: 768px) {
    .m-lead-header__title {
        font-size: 46px;
        line-height: 38px
    }
}

.m-lead-header__content {
    position: absolute;
    bottom: 0px;
    left: 0px;
    text-align: center;
    padding: 0px 10px 0px 10px;
    z-index: 1;
    width: 100%
}

@media (min-width: 768px) {
    .m-lead-header__content {
        padding: 0px 0px 40px 0px
    }
}

@media (min-width: 992px) {
    .m-lead-header__content {
        bottom: -120px
    }
}

.m-lead-header .e-button--primary {
    margin-top: 15px
}

.m-sticky-cta {
    background-color: white;
    position: relative;
    height: 60px;
    position: fixed;
    width: 100%;
    z-index: 102;
    display: none;
    bottom: -80px;
    -webkit-transition: all 175ms ease;
    transition: all 175ms ease;
    -webkit-box-shadow: -1px 0px 7px rgba(0, 0, 0, 0.3);
    box-shadow: -1px 0px 7px rgba(0, 0, 0, 0.3)
}

@media (min-width: 992px) {
    .m-sticky-cta {
        display: block
    }
}

.m-sticky-cta.visible {
    bottom: 0px
}

.m-sticky-cta:after {
    content: '';
    display: table;
    clear: both
}

.m-sticky-cta__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    z-index: 2
}

.m-sticky-cta__label {
    font-family: aktiv-grotesk, sans-serif;
    font-size: 24px;
    line-height: 18px;
    position: relative;
    font-weight: 900;
    margin: 20px 30px 0px 0px
}

.m-sticky-cta__button {
    background-color: #FE5226;
    color: white;
    text-transform: uppercase;
    padding: 0px 30px;
    text-decoration: none;
    font-size: 30px;
    font-family: "acumin-pro-extra-condensed", sans-serif;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    -webkit-transition: opacity 175ms ease;
    transition: opacity 175ms ease
}

.m-sticky-cta__button:hover {
    opacity: .7
}

.m-eday-masthead {
    padding: 0 24px 0 24px;
    background: black;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 9;
    height: 80px
}

.m-eday-masthead:after {
    content: "";
    display: table;
    clear: both
}

@media (min-width: 992px) {
    .m-eday-masthead {
        padding: 0px 0px 0px 25px
    }
}

.m-eday-masthead__logo-wrap {
    float: left;
    position: relative;
    z-index: 9
}

.m-eday-masthead__logo {
    /* width: 81px; */
    height: 45px;
    position: relative;
    top: 13px
}

        @media (max-width: 768px){
            .m-eday-masthead__logo{
                max-width: 13rem;
                height: auto;
            }
        }
        @media (max-width: 321px){
            .m-eday-masthead__logo{
                max-width: 12rem;
                height: auto;
            }
        }

.m-eday-masthead--transparent {
    background: transparent
}


/* WP menu */
.m-main-nav.wp > ul > li > a {
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    color: white;
    font-family: aktiv-grotesk;
    font-weight: 700;
    display: block;
    height: 80px;
    line-height: 80px;
    padding: 0px 20px;
    -webkit-transition: 125ms ease;
    transition: 125ms ease;
    -webkit-transition-property: background, color;
    transition-property: background, color;
}

.m-main-nav.wp > ul > li{
    float: left;
    height: 80px;
}
.m-main-nav.wp ul li:hover ul { display: block; }

.m-main-nav.wp li.current-menu-item > a,
.m-main-nav.wp ul li a:hover{ color: #FFEC80; }
.m-main-nav.wp ul li a:hover {
    cursor: pointer;
    background-color: #222;
}

.m-main-nav.wp ul li ul {
    position: absolute;
    top: 100%;
    z-index: 2;
    list-style-type: none;
    margin: 0;
    padding: 0;
    background: #222;
    padding: 10px 20px;
    width: 200px;
    display: none;
}
.m-main-nav.wp ul li ul li { border-bottom: 1px solid rgba(255, 255, 255, 0.2); }

.m-main-nav.wp ul li ul li a{
    height: 100%;
    display: block;
    color: white;
    font-size: 14px;
    margin: 12px 0 11px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    -webkit-transition: color 175ms ease;
    transition: color 175ms ease;
}

.m-main-nav.wp li.m-main-nav__link--cta a{ color: #FE5226; }

@media (min-width:992px){
    li.menu-item-has-children:last-of-type ul.sub-menu {
        position: absolute;
        right: 0;
    }
}
/* end WP menu */




.m-main-nav {
    float: right;
    display: none
}

@media (min-width: 992px) {
    .m-main-nav {
        display: block;
        height: 80px
    }
}

.m-main-nav__list {
    padding: 0;
    margin: 0px 0px 0px 0px;
    list-style-type: none
}

.m-main-nav__list:after {
    content: "";
    display: table;
    clear: both
}

.m-main-nav__item {
    float: left;
    height: 80px
}

.m-main-nav__item--dropdown {
    -webkit-transition: 175ms ease;
    transition: 175ms ease;
    -webkit-transition-property: background, color;
    transition-property: background, color
}

.m-main-nav__item--dropdown:hover {
    background-color: #222
}

.m-main-nav__item--dropdown:hover>span {
    color: #FFEC80
}

.m-main-nav__item--dropdown:hover .m-main-nav-dropdown {
    display: block
}

.m-main-nav__link {
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    color: white;
    font-family: aktiv-grotesk;
    font-weight: 700;
    display: block;
    height: 80px;
    line-height: 80px;
    padding: 0px 20px;
    -webkit-transition: 125ms ease;
    transition: 125ms ease;
    -webkit-transition-property: background, color;
    transition-property: background, color
}

.m-main-nav__link:hover {
    color: #FFEC80;
    cursor: pointer;
    background-color: #222
}

.m-main-nav__link--cta {
    color: #FE5226
}

.m-main-nav__link.current-page {
    color: #FFEC80
}

.m-main-nav-dropdown {
    position: absolute;
    top: 100%;
    z-index: 2;
    list-style-type: none;
    margin: 0;
    padding: 0;
    background: #222;
    padding: 10px 20px;
    width: 200px;
    display: none
}

.m-main-nav-dropdown__item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2)
}

.m-main-nav-dropdown__item:last-child {
    border: none
}

.m-main-nav-dropdown__anchor {
    height: 100%;
    display: block;
    color: white;
    font-size: 14px;
    margin: 12px 0 11px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    -webkit-transition: color 175ms ease;
    transition: color 175ms ease
}

.m-main-nav-dropdown__anchor:hover {
    color: #FFEC80
}


/* New WP mobile nav */
.m-mobile-nav__list > .current-menu-item > a,
.m-mobile-nav__list li:not(.current-menu-item) .sub-menu .current-menu-item > a
 { color: #FFEC80; }
.m-mobile-nav__list li a {
    display: inline-block;
    width: 100%;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
}

.m-mobile-nav__list li {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition: 125ms ease;
    transition: 125ms ease;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    /* height: 40px; */
    line-height: 40px;
}

.m-mobile-nav__list .m-main-nav__link--cta a { color: #FE5226; }
/* end new WP mobile nav */


.m-mobile-nav {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 175ms ease;
    transition: opacity 175ms ease;
    z-index: 108;
    background: rgba(0, 0, 0, 0.9);
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    overflow: scroll;
    padding: 0px 0px 20px 0px
}

@media (min-width: 992px) {
    .m-mobile-nav {
        display: none
    }
}

.m-mobile-nav__list {
    padding: 60px 30px 0px 30px;
    margin: 0px;
    list-style-type: none;
    width: 100%
}

.m-mobile-nav__item {
    width: 100%;
    -webkit-transform: translateX(-12px);
    -ms-transform: translateX(-12px);
    transform: translateX(-12px);
    opacity: 0;
    -webkit-transition: 125ms ease;
    transition: 125ms ease;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    height: 40px;
    line-height: 40px
}

.m-mobile-nav__item.visible {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px)
}

.m-mobile-nav__item.open {
    height: auto
}

.m-mobile-nav__item.open .m-mobile-dropdown {
    display: block
}

.m-mobile-nav__item--dropdown {
    position: relative
}

.m-mobile-nav__item--dropdown svg {
    fill: white;
    width: 13px;
    height: 13px;
    position: absolute;
    right: 0px;
    top: 14px
}

.m-mobile-nav__item--dropdown.open svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    fill: #FFEC80
}

.m-mobile-nav__link {
    display: inline-block;
    width: 100%;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer
}

.m-mobile-nav__link--cta {
    color: #FE5226
}

.m-mobile-nav__link.current-page {
    color: #FFEC80
}

.m-mobile-dropdown {
    display: none;
    padding: 0px
}

.m-mobile-dropdown__item {
    height: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0px 0px 0px 30px
}

.m-mobile-dropdown__anchor {
    line-height: 40px;
    color: white;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700
}

.m-breadcrumbs {
    position: relative;
    z-index: 3;
    background: black;
    padding: 0px 0px 20px 0px
}

.m-breadcrumbs__list {
    padding: 0px;
    margin: 0px;
    list-style: none
}

.m-breadcrumbs__list:after {
    content: '';
    display: tablet;
    clear: both
}

.m-breadcrumbs__item {
    float: left
}

.m-breadcrumbs__item:first-child a {
    color: #FFEC80
}

.m-breadcrumbs__item:not(:last-child):after {
    content: '/';
    color: white;
    font-weight: 900;
    position: relative;
    top: 1px;
    margin: 0px 3px 0px 0px
}

.m-breadcrumbs__link {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 14px;
    line-height: 30px;
    color: white;
    text-decoration: none;
    -webkit-transition: color 175ms ease;
    transition: color 175ms ease
}

.m-breadcrumbs__link:hover {
    color: #DDC47F
}

.m-eday-news {
    overflow: hidden;
    background-color: black
}



@media (min-width: 992px) {
    .m-eday-news {
        padding-top: 120px;
        display:flex;
        justify-content:center;
    }
}

.m-eday-article {
    width: 25%;
    position: relative;
    float: left;
    padding: 42px 0px 0px 0px;
    background-color: black;
    width: 100%
}

@media (min-width: 768px) {
    .m-eday-article {
        width: 50%
    }
    .m-eday-article:not(:nth-child(2n+2)) {
        border-right: 1px solid rgba(255, 255, 255, 0.2)
    }
}

@media (min-width: 992px) {
    .m-eday-article {
        width: 25%;
        padding: 42px 0px 64px 0px
    }
    .m-eday-article:not(:last-child) {
        border-right: 1px solid rgba(255, 255, 255, 0.2)
    }
}

.m-eday-article__image {
    padding: 0;
    margin: 0;
    height: 376px;
    background-size: cover;
    background-position: center;
    position: relative
}

.m-eday-article__image:before {
    content: '';
    background: #000;
    background: -webkit-linear-gradient(legacy-direction(transparent 0%), #000 50%);
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, #000));
    background: -webkit-linear-gradient(transparent 0%, #000 50%);
    background: linear-gradient(transparent 0%, #000 50%);
    width: 100%;
    height: 50%;
    position: absolute;
    display: block;
    bottom: 0px;
    left: 0px;
    z-index: 0
}

.m-eday-article__content {
    position: absolute;
    bottom: 0px;
    padding: 20px;
    z-index: 1
}

.m-eday-article__subtitle {
    font-family: "acumin-pro-extra-condensed", sans-serif;
    font-size: 20px;
    line-height: 30px;
    color: white;
    margin: 0px
}

.m-eday-article__title {
    color: white;
    font-size: 24px;
    line-height: 26px;
    font-weight: 900;
    font-family: aktiv-grotesk, sans-serif;
    margin: 0px 0px 10px 0px
}

.m-eday-article__link {
    font-size: 14px;
    color: #FE5226;
    line-height: 18px;
    font-weight: 500;
    font-family: aktiv-grotesk, sans-serif;
    text-decoration: underline
}

.m-eday-speaker-overview {
    position: relative;
    padding: 150px 0px
}

.m-eday-speaker-overview__background {
    background-color: black;
    height: 280px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%
}

.m-eday-speaker-overview .m-container {
    overflow: hidden
}

.m-eday-speaker-overview__section-title {
    font-size: 30px;
    line-height: 30px;
    font-family: "acumin-pro-extra-condensed", sans-serif;
    color: white;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    margin: 0px 0px 30px 0px
}

.m-eday-speaker {
    position: relative;
    margin: 0px 0px 30px 0px;
    display: block
}

.m-eday-speaker.visible .m-eday-speaker__image {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%)
}

.m-eday-speaker__image {
    background-size: cover;
    background-position: center;
    margin: 0px;
    padding: 0px;
    -webkit-filter: grayscale(45%);
    filter: grayscale(45%);
    -webkit-transition: 225ms ease-out;
    transition: 225ms ease-out;
    -webkit-transition-property: opacity, -webkit-filter, -webkit-transform;
    transition-property: opacity, -webkit-filter, -webkit-transform;
    transition-property: filter, opacity, transform;
    transition-property: filter, opacity, transform, -webkit-filter, -webkit-transform;
    height: 360px
}

@media (min-width: 768px) {
    .m-eday-speaker__image {
        height: 480px
    }
}

@media (min-width: 992px) {
    .m-eday-speaker__image {
        height: 480px
    }
}

.m-eday-speaker__image:after {
    content: '';
    background: #000;
    background: -webkit-linear-gradient(legacy-direction(rgba(0, 0, 0, 0.0001)), #000);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.0001)), to(#000));
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.0001), #000);
    background: linear-gradient(rgba(0, 0, 0, 0.0001), #000);
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: -webkit-calc(100% - 0px);
    width: calc(100% - 0px);
    height: 50%
}

.m-eday-speaker__content {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 0px 30px 20px 30px;
    color: white
}

.m-eday-speaker__name {
    font-family: "acumin-pro-extra-condensed", sans-serif;
    font-size: 48px;
    line-height: 38px;
    margin: 0px 0px 10px 0px;
    text-transform: uppercase
}

.m-eday-speaker__event {
    display: block;
    margin: 0px 4px 0px 0px;
    display: block
}

.m-eday-speaker__event a {
    color: #FE5226
}

.m-eday-speaker--cta {
    height: 160px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    color: #FE5226;
    font-family: "acumin-pro-extra-condensed", sans-serif;
    font-size: 48px;
    font-weight: 800;
    line-height: 38px;
    position: relative
}

@media (min-width: 992px) {
    .m-eday-speaker--cta {
        height: 480px
    }
}

.m-eday-speaker--cta a {
    height: 100%;
    width: 100%;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: background 175ms ease;
    transition: background 175ms ease;
    color: #195B3B
}

.m-eday-speaker--cta span {
    max-width: 200px;
    display: block;
    padding: 0px 0px 22px 20px;
    position: absolute;
    bottom: 0px
}

.m-eday-speaker--cta span:after {
    content: '';
    background-image: url(../img/icons/alt-arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: block;
    width: 22px;
    height: 24px;
    margin: 10px 0px 0px 0px;
    -webkit-transition: -webkit-transform 175ms ease;
    transition: -webkit-transform 175ms ease;
    transition: transform 175ms ease;
    transition: transform 175ms ease, -webkit-transform 175ms ease
}

.m-eday-speaker--cta:hover a {
    background-color: rgba(249, 212, 0, 0.3)
}

.m-eday-speaker--cta:hover span:after {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px)
}

@media (min-width: 992px) {
    .m-eday-speaker-big {
        height: 990px
    }
}

@media (min-width: 992px) {
    .m-eday-speaker-big .m-eday-speaker__image {
        height: 990px
    }
    .m-eday-speaker-big .m-eday-speaker__image:after {
        left: 0px;
        width: 100%
    }
}

@media (min-width: 992px) {
    .m-eday-speaker-big {
        padding: 0px
    }
}

.m-eday-countdown {
    padding: 50px 0px 30px 0px;
    position: relative
}

@media (max-width: 768px) {
    .m-eday-countdown .m-container,
    .m-eday-countdown .e-col {
        padding: 0
    }
}

.m-eday-countdown__section-title {
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
    text-align: center;
    margin: 0px 0px 30px 0px
}

.m-eday-countdown__primary-title {
    color: #195B3B;
    margin: 0px;
    font-size: 48px;
    line-height: 44px;
    font-family: "acumin-pro-extra-condensed", sans-serif
}

@media (min-width: 768px) {
    .m-eday-countdown__primary-title {
        font-size: 144px;
        line-height: 140px
    }
}

.m-eday-countdown__secondary-title {
    color: #195B3B;
    margin: 0px;
    text-transform: uppercase;
    font-family: "acumin-pro-extra-condensed", sans-serif;
    line-height: 38px;
    font-size: 26px
}

@media (min-width: 768px) {
    .m-eday-countdown__secondary-title {
        line-height: 38px;
        font-size: 48px
    }
}

.m-eday-countdown__col {
    text-align: center;
    padding: 0px 0px 20px 0px;
    width: 25%;
    float: left
}

.m-eday-countdown__col:not(:last-child) {
    border-right: 1px solid #D3D3D3
}

@media (min-width: 768px) {
    .m-eday-countdown__col {
        padding: 0px 0px 50px 0px
    }
}

@media (min-width: 992px) {
    .m-eday-countdown__col:not(:last-child) {
        border-right: 1px solid #D3D3D3
    }
    .m-eday-countdown__col:first-child,
    .m-eday-countdown__col:nth-child(2) {
        border-bottom: none
    }
}

.m-eday-email-cta {
    padding: 34px 0px 60px;
    position: relative;
    z-index: 2
}

@media (max-width: 768px) {
    .m-eday-email-cta .m-container,
    .m-eday-email-cta .e-col {
        padding: 0
    }
}

@media (min-width: 992px) {
    .m-eday-email-cta {
        padding: 34px 0px 100px
    }
}

.m-eday-email-cta__section-title {
    text-align: center;
    text-transform: uppercase;
    margin: 0px;
    font-size: 30px;
    line-height: 30px
}

.m-eday-email-cta__section-subtitle {
    text-align: center;
    text-transform: uppercase;
    margin: 0px;
    font-size: 30px;
    line-height: 30px;
    color: #195B3B
}

.m-eday-email-cta__content {
    background-color: #FE5226;
    margin: 20px 0px 0px 0px;
    padding: 25px;
    position: relative
}

@media (min-width: 768px) {
    .m-eday-email-cta__content {
        padding: 25px 0px;
        text-align: center
    }
}

.m-eday-email-cta__content:before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    top: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #FFF
}

.m-eday-email-cta__content input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 50px;
    width: -webkit-calc(100% - 90px);
    width: calc(100% - 90px);
    border: none;
    padding: 0px 0px 0px 10px;
    -webkit-box-shadow: inset -3px 2px 13px rgba(0, 0, 0, 0.3);
    box-shadow: inset -3px 2px 13px rgba(0, 0, 0, 0.3)
}

@media (min-width: 768px) {
    .m-eday-email-cta__content input {
        padding: 0px 100px 0px 10px;
        width: 500px;
        margin: 0px 0px 0px 90px
    }
}

.m-eday-email-cta__button {
    width: 90px;
    height: 50px;
    margin: 0px;
    position: relative;
    border: 0px;
    background: #222;
    color: white;
    text-transform: uppercase;
    font-family: "acumin-pro-extra-condensed", sans-serif;
    font-size: 30px;
    line-height: 20px;
    float: right;
    -webkit-transition: opacity 175ms ease;
    transition: opacity 175ms ease
}

.m-eday-email-cta__button:hover {
    cursor: pointer;
    opacity: .7
}

@media (min-width: 768px) {
    .m-eday-email-cta__button {
        float: none;
        left: -92px;
        top: 6px
    }
}

.m-eday-email-cta__button span {
    position: relative;
    top: -2px
}

.m-eday-email-cta ::-webkit-input-placeholder {
    font-style: italic;
    font-size: 18px;
    color: #222;
    font-family: aktiv-grotesk, sans-serif
}

.m-eday-email-cta :-moz-placeholder {
    font-style: italic;
    font-size: 18px;
    color: #222;
    font-family: aktiv-grotesk, sans-serif
}

.m-eday-email-cta ::-moz-placeholder {
    font-style: italic;
    font-size: 18px;
    color: #222;
    font-family: aktiv-grotesk, sans-serif
}

.m-eday-email-cta :-ms-input-placeholder {
    font-style: italic;
    font-size: 18px;
    color: #222;
    font-family: aktiv-grotesk, sans-serif
}

.m-eday-after-movie {
    background-color: #F6BCCD;
    padding: 40px 0px;
    position: relative
}

@media (min-width: 992px) {
    .m-eday-after-movie {
        padding: 70px 0px
    }
}

.m-eday-after-movie .e-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

@media (min-width: 992px) {
    .m-eday-after-movie .e-row {
        display: block
    }
}

.m-eday-after-movie__main-content {
    padding: 24px 50px 0px 34px
}

@media (min-width: 992px) {
    .m-eday-after-movie__main-content {
        padding: 24px 50px 0px 10px
    }
}

.m-eday-after-movie__big-content {
    position: relative;
    z-index: 2
}

.m-eday-after-movie__big-content iframe {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    border: 0
}

.m-eday-after-movie__title {
    text-transform: uppercase;
    font-size: 48px;
    line-height: 38px;
    margin: 0px
}

.m-eday-after-movie__subtitle {
    text-transform: uppercase;
    font-size: 48px;
    line-height: 38px;
    margin: 32px 0px 40px 0px;
    color: #fe5226
}

.m-eday-after-movie p {
    margin: 0px 0px 30px 0px;
    font-size: 14px;
    line-height: 18px;
    max-width: 250px
}

.m-eday-after-movie a {
    color: #FE5226;
    display: block
}

.m-eday-after-movie__thumbnail {
    padding-bottom: 56.25%;
    background-size: cover;
    position: relative
}

.m-eday-after-movie__play-button {
    background: transparent;
    width: 100%;
    display: block;
    border: none;
    color: white;
    font-family: "acumin-pro-extra-condensed", sans-serif;
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 110px 0px 0px 0px;
    -webkit-transition: opacity 175ms ease;
    transition: opacity 175ms ease
}

.m-eday-after-movie__play-button svg {
    width: 70px;
    height: 70px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.m-eday-after-movie__play-button:active,
.m-eday-after-movie__play-button:focus {
    outline: none;
    opacity: .7
}

.m-eday-after-movie:after {
    pointer-events: none;
    content: '';
    width: 100%;
    height: 200%;
    background-image: url(../img/background-pattern.png);
    background-size: cover;
    display: block;
    position: absolute;
    left: 0px;
    bottom: -50%
}

.m-eday-quote {
    padding: 50px 0px
}

.m-eday-quote .m-container {
    margin-top: 50px
}

.m-eday-quote__title {
    text-align: center;
    width: 100%;
    margin: 0px 0px 30px 0px;
    font-size: 48px;
    line-height: 38px;
    text-transform: uppercase
}

@media (min-width: 768px) {
    .m-eday-quote__title {
        font-size: 72px;
        line-height: 62px
    }
}

@media (min-width: 992px) {
    .m-eday-quote__title {
        padding: 0 12.5%
    }
}

.m-eday-quote__person-name,
.m-eday-quote__person-job {
    font-size: 18px;
    line-height: 22px;
    font-weight: 800;
    margin: 0px;
    width: 100%;
    text-align: center;
    font-family: aktiv-grotesk, sans-serif
}

.m-eday-quote__person-job {
    color: #195B3B
}

.m-eday-location {
    background-color: #F6BCCD;
    padding: 40px 0px;
    position: relative
}

@media (min-width: 992px) {
    .m-eday-location {
        padding: 70px 0px
    }
}

.m-eday-location__main-content {
    padding: 24px 0px 0px 34px
}

@media (min-width: 992px) {
    .m-eday-location__main-content {
        padding: 24px 0px 0px 50px
    }
}

.m-eday-location__big-content {
    position: relative;
    z-index: 2
}

.m-eday-location__title {
    text-transform: uppercase;
    font-size: 48px;
    line-height: 38px;
    margin: 0px
}

.m-eday-location__subtitle {
    text-transform: uppercase;
    font-size: 48px;
    line-height: 38px;
    margin: 32px 0px 40px 0px;
    color: #195B3B
}

.m-eday-location p {
    margin: 0px 0px 30px 0px;
    font-size: 14px;
    line-height: 18px;
    max-width: 250px
}

.m-eday-location a {
    color: #FE5226;
    display: block
}

.m-eday-location__thumbnail {
    padding-bottom: 56.25%;
    background-size: cover;
    position: relative
}

.m-eday-location__play-button {
    background: transparent;
    width: 100%;
    display: block;
    border: none;
    color: white;
    font-family: "acumin-pro-extra-condensed", sans-serif;
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 110px 0px 0px 0px
}

.m-eday-location__play-button svg {
    width: 70px;
    height: 70px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.m-eday-sponsor-overview {
    padding: 50px 0px;
    margin: 50px 0px
}

.m-eday-sponsor-overview__section-title {
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
    text-align: center;
    margin: 0px 0px 30px 0px
}

.m-eday-footer {
    background-color: #222;
    padding: 50px 0px
}

.m-eday-footer__title {
    height: 24px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: #ffec80;
    margin: 0px 0px 5px 0px
}

.m-eday-footer__list a {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    text-decoration: none;
    color: white;
    -webkit-transition: opacity 175ms ease;
    transition: opacity 175ms ease;
}

@media (min-width: 768px) {
    .m-eday-footer__title {
        margin: 0px
    }
}

.m-eday-footer__list {
    list-style: none;
    padding: 0;
    margin: 0px 0px 20px 0px
}

@media (min-width: 992px) {
    .m-eday-footer__list {
        margin: 0px
    }
}

.m-eday-footer__link {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    text-decoration: none;
    color: white;
    -webkit-transition: opacity 175ms ease;
    transition: opacity 175ms ease
}

.m-eday-footer__link:hover {
    opacity: .6
}

.m-eday-footer__image {
    -webkit-filter: invert(100%);
    filter: invert(100%);
    float: left;
    width: 28px;
    height: 28px;
    margin: 6px 6px 18px 0px;
    -webkit-transition: opacity 175ms ease;
    transition: opacity 175ms ease
}

@media (min-width: 768px) {
    .m-eday-footer__image {
        margin: 6px 6px 0px 0px
    }
}

.m-eday-footer__image:hover {
    opacity: .8
}

.m-eday-closure {
    background-color: black;
    padding: 26px 0px
}

.m-eday-closure__title {
    height: 24px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: #195B3B;
    margin: 0px 0px 5px 0px
}

@media (min-width: 768px) {
    .m-eday-closure__title {
        margin: 0px
    }
}

.m-eday-closure__list {
    list-style: none;
    padding: 0;
    margin: 0px 0px 20px 0px
}

@media (min-width: 992px) {
    .m-eday-closure__list {
        margin: 0px 0px 0px 0px
    }
}

.m-eday-closure__link {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    text-decoration: none;
    color: white;
    -webkit-transition: opacity 175ms ease;
    transition: opacity 175ms ease
}

.m-eday-closure__link:hover {
    opacity: .6
}

@media (min-width: 768px) {
    .m-eday-closure__logo-wrap {
        text-align: left
    }
}

.m-eday-closure__logo {
    max-width: 130px;
    max-height: 110px; 
    width:auto;
}

.m-speaker-header {
    background-color: black
}

.m-speaker-header .e-col--1,
.m-speaker-header .e-col--3 {
    position: static
}

@media (max-width: 768px) {
    .m-speaker-header .e-col--1,
    .m-speaker-header .e-col--3 {
        width: 50%
    }
}

.m-speaker-header__image-wrap {
    width: 100%;
    height: 240px;
    margin: 0px auto;
    position: relative
}

.m-speaker-header__image-wrap:after {
    content: '';
    background: #000;
    background: -webkit-linear-gradient(legacy-direction(rgba(0, 0, 0, 0.0001)), #000);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.0001)), to(#000));
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.0001), #000);
    background: linear-gradient(rgba(0, 0, 0, 0.0001), #000);
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 20%;
    width: 100%;
    display: block
}

@media (min-width: 768px) {
    .m-speaker-header__image-wrap:after {
        display: none
    }
}

@media (min-width: 768px) {
    .m-speaker-header__image-wrap {
        height: 401px
    }
}

.m-speaker-header__image {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background-size: cover;
    background-position: center top;
    padding: 0;
    margin: 0
}

@media (min-width: 768px) {
    .m-speaker-header__image {
        height: 95%
    }
}

@media (min-width: 992px) {
    .m-speaker-header__image {
        height: 100%
    }
}

.m-speaker-header__title {
    color: white;
    text-transform: uppercase;
    font-size: 46px;
    line-height: 42px;
    margin: 0px;
    padding: 20px 0px;
    position: absolute;
    bottom: 0px
}

@media (min-width: 768px) {
    .m-speaker-header__title {
        padding: 0;
        font-size: 120px;
        line-height: 95px;
        position: relative;
        bottom: 0;
        padding: 0
    }
}

@media (min-width: 992px) {
    .m-speaker-header__title {
        position: relative;
        bottom: 0;
        padding: 0;
        font-size: 100px;
        line-height: 100px
    }
}

@media (min-width: 768px) {
    .m-speaker-header .e-col--3 {
        width: 50%
    }
}

@media (min-width: 992px) {
    .m-speaker-main .m-eday-email-cta {
        padding: 34px 0px 80px 0px
    }
}

.m-speaker-details {
    background-color: white;
    padding: 20px 0px 40px 0px
}

.m-speaker-details:after {
    margin: 20px 0px 0px 0px
}

@media (min-width: 768px) {
    .m-speaker-details:after {
        margin: 30px 0px 0px 0px
    }
}

@media (min-width: 992px) {
    .m-speaker-details:after {
        margin: 50px 0px 0px 0px;
        max-width: 1320px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@media (min-width: 768px) {
    .m-speaker-details {
        margin: -130px 0px 0px 0px
    }
}

@media (min-width: 992px) {
    .m-speaker-details {
        padding: 20px 0px 50px 0px
    }
}

.m-speaker-details__position,
.m-speaker-details__function {
    font-weight: 800;
    color: #195B3B;
    font-size: 18px;
    line-height: 22px;
    display: block
}

@media (min-width: 992px) {
    .m-speaker-details__function {
        min-height: 50px
    }
}

.m-speaker-details__list {
    list-style-type: none;
    padding: 0px;
    margin: 20px 0px 10px 0px;
    overflow: hidden
}

.m-speaker-details__item {
    float: left;
    width: 36px;
    height: 36px
}

.m-speaker-details__item a {
    display: block;
    -webkit-transition: opacity 175ms ease;
    transition: opacity 175ms ease
}

.m-speaker-details__item a:hover {
    opacity: .6
}

.m-speaker-details__item:not(:last-child) {
    margin: 0px 10px 0px 0px
}

@media (min-width: 768px) {
    .m-speaker-details .e-col--3,
    .m-speaker-details .e-col--1 {
        width: 50%
    }
}

@media (min-width: 992px) {
    .m-speaker-details .e-col--1 {
        width: 25%
    }
}

@media (min-width: 992px) {
    .m-speaker-details .e-col--3 {
        width: 75%
    }
}

.m-speaker-details__image {
    width: 36px;
    height: 36px;
    display: block
}

.m-speaker-about {
    padding: 50px 0px
}

.m-speaker-about__title {
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
    margin: 0px 0px 20px 0px
}

.m-speaker-about p {
    font-size: 14px;
    line-height: 20px;
    margin: 10px 0px
}

.m-speaker-about .border {
    position: relative
}

.m-speaker-about .border:after {
    content: '';
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    left: 10px;
    bottom: -50px;
    height: 1px;
    position: absolute;
    border-bottom: 1px solid #D3D3D3
}

.m-speaker-talk {
    padding: 50px 0px
}

.m-speaker-talk__title {
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
    margin: 0px 0px 5px 0px
}

.m-speaker-talk__large-title {
    font-size: 72px;
    line-height: 62px;
    text-transform: uppercase;
    margin: 0px 0px 20px
}

.m-speaker-talk p {
    font-size: 14px;
    line-height: 20px
}

.m-sponsor--gold .m-sponsor-header__sponsor-wrap {
    border-color: #DDC47F
}

.m-sponsor--silver .m-sponsor-header__sponsor-wrap {
    border-color: #D3D3D3
}

.m-sponsor--bronze .m-sponsor-header__sponsor-wrap {
    border-color: #A58B7A
}

.m-sponsor--playground .m-sponsor-header__sponsor-wrap {
    border-color: #7BCA81
}

.m-sponsor--mediapartner .m-sponsor-header__sponsor-wrap {
    border-color: #7BBDCA
}

.m-sponsor-header {
    background-color: black;
    padding: 0px 0px 20px 0px
}

@media (min-width: 768px) {
    .m-sponsor-header .e-col--1 {
        width: 25%
    }
}

@media (min-width: 768px) {
    .m-sponsor-header .e-col--3 {
        width: 75%
    }
}

.m-sponsor-header__sponsor-wrap {
    border: 10px solid transparent;
    width: 100%;
    height: 200px;
    background: white
}

@media (min-width: 768px) {
    .m-sponsor-header__sponsor-wrap {
        background: white;
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        padding-bottom: 100%
    }
}

@media (min-width: 992px) {
    .m-sponsor-header__sponsor-wrap {
        max-width: 320px;
        padding-bottom: 90%;
        max-height: 320px
    }
}

.m-sponsor-header__sponsor-image {
    width: 70%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 0;
    margin: 0
}

@media (max-width: 768px) {
    .m-sponsor-header__sponsor-image {
        max-height: 150px;
        width: auto
    }
}

.m-sponsor-header__title {
    color: white;
    text-transform: uppercase;
    font-size: 46px;
    line-height: 42px;
    margin: 0px;
    padding: 20px 0px;
    bottom: 0px
}

@media (min-width: 768px) {
    .m-sponsor-header__title {
        padding: 0;
        font-size: 120px;
        line-height: 95px;
        position: relative;
        bottom: 0;
        padding: 0
    }
}

@media (min-width: 992px) {
    .m-sponsor-header__title {
        position: relative;
        bottom: 0;
        padding: 0;
        font-size: 150px;
        line-height: 115px
    }
}

@media (min-width: 768px) {
    .m-sponsor-header .e-col--3 {
        width: 50%
    }
}

@media (min-width: 992px) {
    .m-sponsor-main .m-eday-email-cta {
        padding: 34px 0px 80px 0px
    }
}

.m-sponsor-details {
    background-color: white;
    padding: 20px 0px 20px 0px;
    margin: 20px 0px 0px 0px
}

.m-sponsor-details:after {
    margin: 20px 0px 0px 0px
}

@media (min-width: 768px) {
    .m-sponsor-details:after {
        margin: 100px 0px 0px 0px
    }
}

@media (min-width: 992px) {
    .m-sponsor-details:after {
        margin: 150px 0px 0px 0px;
        max-width: 1320px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@media (min-width: 768px) {
    .m-sponsor-details {
        padding: 20px 0px 100px 0px
    }
}

@media (min-width: 992px) {
    .m-sponsor-details {
        padding: 20px 0px 150px 0px
    }
}

.m-sponsor-details__type {
    font-weight: 800;
    color: #195B3B;
    font-size: 18px;
    line-height: 22px;
    display: block;
    margin: 0px 0px 10px 0px
}

.m-sponsor-details__link {
    color: #FE5226
}

@media (min-width: 768px) {
    .m-sponsor-details .e-col--1 {
        width: 25%
    }
}

@media (min-width: 992px) {
    .m-sponsor-details .e-col--1 {
        width: 25%
    }
}

@media (min-width: 768px) {
    .m-sponsor-details .e-col--3 {
        width: 75%
    }
}

.m-sponsor-about {
    padding: 50px 0px 80px 0px
}

.m-sponsor-about__title {
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
    margin: 0px 0px 20px 0px
}

.m-sponsor-about p {
    font-size: 14px;
    line-height: 20px;
    margin: 0px
}

.m-speakers {
    position: relative
}

@media (min-width: 992px) {
    .m-speakers .m-eday-email-cta {
        padding: 34px 0px 80px 0px
    }
}

.m-speaker-overview {
    position: relative;
    padding: 0px 0px 60px 0px
}

.m-speaker-overview__background {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 0px;
    height: 100px;
    background: black;
    display: block
}

@media (min-width: 768px) {
    .m-speaker-overview__background {
        height: 200px
    }
}

.m-speaker-overview__parent {
    padding: 0
}

.m-speaker-overview-header {
    background: black;
    text-align: center;
    padding: 50px 0px 30px 0px
}

.m-speaker-overview-header__title {
    color: white;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 30px;
    margin: 0px
}

.m-speaker-overview-header__title + h1.m-speaker-overview-header__subtitle {
    text-transform: uppercase;
    color: white;
    font-size: 62px;
    margin: 0.3em auto;
}

.m-speaker-overview .e-row > h4 {
    font-family: "acumin-pro-extra-condensed", sans-serif;
    font-size: 3em;
    margin: 1em 0 .67em 0.3em;
    text-align: center;
    color: white;
}

@media (min-width: 768px) and (max-width: 992px) {
    .m-speaker-block__row {
        width: 50%;
        float: left
    }
}

.m-sponsor-overview .m-eday-sponsor-overview {
    margin: 0px;
    padding: 40px 0px
}

@media (min-width: 992px) {
    .m-sponsor-overview .m-eday-email-cta {
        padding: 34px 0px 80px
    }
}

@media (min-width: 992px) {
    .m-program-overview .m-eday-email-cta {
        padding: 34px 0px 80px
    }
}

.m-program-header {
    padding: 80px 0px 0px 0px
}

.m-program-header__title {
    margin: 0px;
    font-size: 72px;
    line-height: 62px;
    text-transform: uppercase
}

.m-program-header__subtitle {
    margin: 0px;
    font-size: 14px;
    color: #195B3B;
    line-height: 22px;
    font-family: aktiv-grotesk, sans-serif
}

.m-pricing-header {
    padding: 80px 0px
}

.m-pricing-header__title {
    font-size: 72px;
    line-height: 62px;
    text-transform: uppercase;
    margin: 0
}

.m-pricing-header__subtitle {
    font-size: 14px;
    line-height: 22px;
    color: #195B3B;
    margin: 0
}

@media (min-width: 992px) {
    .m-pricing-header .e-col--2 {
        padding: 0px
    }
}

.m-pricing-overview {
    padding: 0px 0px 80px 0px
}

.m-pricing-item {
    position: relative;
    padding: 30px 0px 50px 20px;
    margin: 0px 0px 20px 0px;
    display: block;
    -webkit-transition: opacity 175ms ease;
    transition: opacity 175ms ease;
    text-decoration: none;
    overflow: hidden;
    cursor: pointer
}

@media (min-width: 992px) {
    .m-pricing-item {
        padding: 50px 0px 0px 0px;
        height: 480px;
        margin: 0px 0px 20px 0px
    }
}

.m-pricing-item__icon {
    margin: 0px auto;
    display: none
}

@media (min-width: 992px) {
    .m-pricing-item__icon {
        display: block;
        height: 90px
    }
}

.m-pricing-item i.fa {
    font-size: 7rem;
    color: white;
}

.m-pricing-overview a.m-pricing-item {
    text-align: center;
}

.m-pricing-overview a.m-pricing-item .m-pricing-item__content {
    text-align: left;
}

.m-pricing-item__title {
    color: white;
    font-size: 48px;
    line-height: 38px;
    margin: 0px;
    text-transform: uppercase
}

.m-pricing-item__sub-title {
    font-family: aktiv-grotesk, sans-serif;
    color: white;
    font-size: 14px;
    line-height: 18px
}

.m-pricing-item__ribbon {
    font-family: "acumin-pro-extra-condensed", sans-serif;
    background: black;
    font-size: 30px;
    text-transform: uppercase;
    width: 200px;
    display: block;
    color: white;
    text-align: center;
    position: absolute;
    left: 100%;
    top: 100%;
    -webkit-transform: translate(-100%, -100%) rotate(-45deg);
    -ms-transform: translate(-100%, -100%) rotate(-45deg);
    transform: translate(-100%, -100%) rotate(-45deg);
    margin-left: 50px;
    margin-top: -30px
}

@media (min-width: 992px) {
    .m-pricing-item__ribbon {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        margin: 0;
        left: 0px;
        top: 0px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        margin-left: -40px;
        margin-top: 40px
    }
}

.m-pricing-item__price {
    color: white;
    margin: 0px;
    font-size: 78px;
    line-height: 68px
}

@media (min-width: 992px) {
    .m-pricing-item__price {
        text-align: center;
        margin: 20px 0px 20px 0px
    }
}

@media (min-width: 1200px) {
    .m-pricing-item__price {
        margin: 0px;
        font-size: 120px;
        line-height: 130px
    }
}

.m-pricing-item p {
    font-size: 14px;
    line-height: 22px;
    color: white;
    margin: 5px 0px 0px 0px
}

.m-pricing-item__content {
    position: relative;
    width: 100%
}

@media (min-width: 992px) {
    .m-pricing-item__content {
        bottom: 55px;
        position: absolute;
        bottom: 10px;
        left: 0px;
        padding: 0px 20px;
        width: 100%
    }
}

.m-pricing-item--blue {
    background-color: #0FB2D2
}

.m-pricing-item--red {
    background-color: #FE5226
}

.m-pricing-item--bronze {
    background-color: #195B3B
}

.m-pricing-item--green {
    background-color: #7BCA81
}

.m-pricing-item--cta .m-pricing-item__cta-title {
    text-transform: uppercase;
    font-size: 48px;
    line-height: 38px
}

.m-pricing-item--cta p {
    color: #222;
    margin: 40px 0px
}

.m-pricing-item:hover:not(.m-pricing-item--cta) {
    opacity: .7
}

.m-pricing-item--sold-out {
    background-color: #D3D3D3
}

.m-pricing-item__e-night {
    background-color: #222;
    text-align: center;
    height: 160px;
    font-family: "acumin-pro-extra-condensed", sans-serif;
    color: white;
    text-decoration: none;
    -webkit-transition: opacity 175ms ease;
    transition: opacity 175ms ease;
    display: block
}

.m-pricing-item__e-night:hover {
    opacity: .7
}

.m-pricing-item__e-night-container {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 0;
    padding: 0
}

@media (min-width: 992px) {
    .m-pricing-item__e-night-container {
        margin-top: -10px
    }
}

.m-pricing-item__e-night-label {
    font-size: 48px;
    text-transform: uppercase
}

.m-pricing-item__e-night-title {
    display: inline-block;
    margin: 0 0 0 50px;
    font-size: 48px
}

@media (min-width: 992px) {
    .m-pricing-item__e-night-title {
        font-size: 120px
    }
}

.m-news-main .m-eday-email-cta {
    padding: 34px 0px 80px
}

.m-news-overview {
    padding: 0px 0px 80px
}

.m-news-item {
    position: relative;
    margin: 30px 0px 0px 0px
}

@media (min-width: 768px) {
    .m-news-item {
        margin: 60px 0px 0px 0px
    }
}

.m-news-item__image-wrap {
    position: relative;
    padding-bottom: 56.25%;
    margin: 0px
}

.m-news-item__image {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 0px;
    padding-bottom: 56.25%;
    background-position: center;
    background-size: cover
}

.m-news-item__title {
    margin: 0;
    -webkit-transition: color 175ms ease-out;
    transition: color 175ms ease-out;
    color: #222;
    text-transform: uppercase;
    font-size: 42px;
    line-height: 36px
}

@media (min-width: 768px) {
    .m-news-item__title {
        font-size: 52px;
        line-height: 46px
    }
}

@media (min-width: 992px) {
    .m-news-item__title {
        font-size: 72px;
        line-height: 62px
    }
}

.m-news-item__date {
    margin: 10px 0px 0px 0px;
    color: #A59F8C;
    font-size: 14px;
    line-height: 22px;
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 400
}

@media (min-width: 768px) {
    .m-news-item__date {
        margin: 20px 0px 0px 0px
    }
}

.m-news-item:hover .m-news-item__title {
    color: #DEC67A
}

.m-news-article-header {
    padding: 34px 0px 42px 0px
}

@media (min-width: 992px) {
    .m-news-article-header {
        padding: 54px 0px 72px 0px
    }
}

.m-news-article-header__date {
    margin: 0px;
    font-size: 14px;
    line-height: 22px;
    color: #A59F8C
}

@media (min-width: 768px) {
    .m-news-article-header__date {
        padding: 0 12.5%
    }
}

@media (min-width: 992px) {
    .m-news-article-header__date {
        padding: 0
    }
}

.m-news-article-header__title {
    margin: 0px;
    font-size: 42px;
    line-height: 36px;
    text-transform: uppercase
}

@media (min-width: 768px) {
    .m-news-article-header__title {
        font-size: 52px;
        line-height: 46px;
        padding: 0 12.5%
    }
}

@media (min-width: 992px) {
    .m-news-article-header__title {
        font-size: 72px;
        line-height: 62px;
        padding: 0
    }
}

.m-news-article-content {
    padding: 40px 0px
}

@media (min-width: 768px) {
    .m-news-article-content {
        padding: 60px 12.5%
    }
}

@media (min-width: 992px) {
    .m-news-article-content {
        padding: 80px 0px
    }
}

.m-news-article-content p {
    font-size: 14px;
    line-height: 22px
}

.m-news-article-content p:first-child {
    margin: 0px 0px 14px 0px
}

.m-news-article-content a {
    color: #FE5226;
    -webkit-transition: opacity 175ms ease;
    transition: opacity 175ms ease
}

.m-news-article-content a:hover {
    opacity: .6
}

.m-news-article-content ul {
    padding: 0px 10px 0px 30px
}

.m-news-article-content li {
    font-size: 14px
}

.m-news-article-content li:not(:first-child) {
    margin: 5px 0px 0px 0px
}

.m-news-article-content h1,
.m-news-article-content h2,
.m-news-article-content h3,
.m-news-article-content h4,
.m-news-article-content h5 {
    margin: 0px 0px -6px 0px
}

.m-news-article-content h1,
.m-news-article-content h2 {
    margin: 8px 0px -6px 0px
}

.m-news-article-content h3 {
    font-family: aktiv-grotesk, sans-serif
}

.m-news-article-image__image-wrap {
    padding-bottom: 56.25%;
    background: #d3d3d3;
    position: relative
}

.m-news-article-image__image {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    margin: 0px
}

.m-location-map {
    padding: 40px 0px 40px
}

@media (min-width: 768px) {
    .m-location-map {
        padding: 50px 0px 80px
    }
}

.m-location-map__content {
    padding-bottom: 56.25%;
    position: relative
}

.m-location-map__content>div {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%
}

.m-programme-header {
    background-color: black;
    position: relative
}

.m-programme-header:after {
    content: '';
    display: table;
    clear: both
}

@media (min-width: 768px) {
    .m-programme-header {
        padding: 60px 0px 10px 0px
    }
}

.m-programme-header__title {
    color: white;
    text-transform: uppercase;
    font-size: 46px;
    line-height: 42px;
    margin: 0px;
    padding: 20px 0px;
    bottom: 0px
}

@media (min-width: 768px) {
    .m-programme-header__title {
        font-size: 72px;
        line-height: 62px
    }
}

@media (min-width: 768px) {
    .m-programme-header .e-col--3 {
        width: 50%
    }
}

@media (min-width: 992px) {
    .m-programme-main .m-eday-email-cta {
        padding: 34px 0px 80px 0px
    }
}

.m-programme-details {
    background-color: white;
    padding: 20px 0px 40px 0px
}

.m-programme-details:after {
    margin: 20px 0px 0px 0px
}

@media (min-width: 768px) {
    .m-programme-details:after {
        margin: 30px 0px 0px 0px
    }
}

@media (min-width: 992px) {
    .m-programme-details:after {
        margin: 50px 0px 0px 0px;
        max-width: 1320px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@media (min-width: 992px) {
    .m-programme-details {
        padding: 20px 0px 50px 0px
    }
}

.m-programme-details__location,
.m-programme-details__times {
    font-weight: 800;
    color: #195B3B;
    font-size: 18px;
    line-height: 22px;
    display: block
}

.m-programme-details__speaker {
    font-family: "acumin-pro-extra-condensed", sans-serif;
    text-transform: uppercase
}

.m-programme-details__speaker a {
    text-decoration: none;
    font-weight: 700;
    color: #222;
    font-size: 24px;
    line-height: 28px;
    display: inline-block;
    margin: 0px 0px 20px 0px;
    -webkit-transition: opacity 175ms ease;
    transition: opacity 175ms ease
}

.m-programme-details__speaker a:hover {
    opacity: .7
}

@media (min-width: 768px) {
    .m-programme-details .e-col--3 {
        width: 50%
    }
}

@media (min-width: 992px) {
    .m-programme-details .e-col--1 {
        width: 25%
    }
}

@media (min-width: 992px) {
    .m-programme-details .e-col--3 {
        width: 75%
    }
}

.m-programme-details__image {
    width: 36px;
    height: 36px;
    display: block
}

.m-programme-about {
    padding: 50px 0px
}

.m-programme-about__title {
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
    margin: 0px 0px 20px 0px
}

.m-programme-about p {
    font-size: 14px;
    line-height: 20px;
    margin: 10px 0px
}

.m-programme-about .border {
    position: relative
}

.m-programme-about .border:after {
    content: '';
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    left: 10px;
    bottom: -50px;
    height: 1px;
    position: absolute;
    border-bottom: 1px solid #D3D3D3
}

.m-program-scroll {
    padding: 48px 0px 32px 0px;
}
.m-program-scroll button {
    display: none;
}

@media (min-width: 768px) {
    .m-program-scroll {
        display: block
    }
    .m-program-scroll button {
        display: inline-block;
    }
}

.m-program-scroll:after {
    content: '';
    clear: both;
    display: table
}

.m-program-scroll__arrow-left {
    background: transparent;
    border: none
}

.m-program-scroll__arrow-left svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.m-program-scroll__arrow-left:hover {
    cursor: pointer
}

.m-program-scroll__arrow-left:hover svg {
    -webkit-transform: translateX(-10px) rotate(180deg);
    -ms-transform: translateX(-10px) rotate(180deg);
    transform: translateX(-10px) rotate(180deg)
}

.m-program-scroll__arrow-right {
    background: transparent;
    border: none;
    float: right
}

.m-program-scroll__arrow-right span {
    position: relative;
    top: -3px;
    margin: 0px 4px 0px 0px
}

.m-program-scroll__arrow-right:hover {
    cursor: pointer
}

.m-program-scroll__arrow-right:hover svg {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px)
}

.m-program-scroll svg {
    fill: black;
    width: 24px;
    height: 15px;
    position: relative;
    -webkit-transition: all 125ms ease;
    transition: all 125ms ease
}

.m-program-scroll button:focus {
    outline: 0;
    outline: none
}

.m-eday-header {
    padding: 34px 0px 10px 0px
}

@media (min-width: 768px) {
    .m-eday-header {
        padding: 34px 12.5% 10px 12.5%
    }
}

@media (min-width: 992px) {
    .m-eday-header {
        padding: 54px 0px 30px 0px
    }
}

.m-eday-header__date {
    margin: 0px;
    font-size: 14px;
    line-height: 22px;
    color: #A59F8C
}

.m-eday-header__title {
    margin: 0px;
    font-size: 42px;
    line-height: 36px;
    text-transform: uppercase
}

@media (min-width: 768px) {
    .m-eday-header__title {
        font-size: 52px;
        line-height: 46px
    }
}

@media (min-width: 992px) {
    .m-eday-header__title {
        font-size: 72px;
        line-height: 62px
    }
}

.m-eday-header__text {
    font-size: 14px;
    line-height: 20px;
    margin: 20px 0px 0px 0px
}

.m-eday-images {
    padding: 30px 0px
}

@media (min-width: 768px) {
    .m-eday-images {
        padding: 50px 0px 50px 0px
    }
}

.m-eday-images__image-wrap {
    padding-bottom: 56.25%;
    position: relative;
    margin: 0px 0px 20px 0px
}

@media (min-width: 768px) {
    .m-eday-images__image-wrap {
        margin: 0px
    }
}

.m-eday-images__image {
    background-color: #d3d3d3;
    margin: 0px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover
}

.m-eday-images .e-col--4 {
    margin: 0px 0px 20px 0px
}

@media (min-width: 768px) {
    .m-eday-images .e-col--4 {
        margin: 20px 0px
    }
}

.m-eday-content {
    padding: 20px 0px
}

@media (min-width: 768px) {
    .m-eday-content {
        padding: 30px 12.5%
    }
}

@media (min-width: 992px) {
    .m-eday-content {
        padding: 30px 0px
    }
}

.m-eday-content p {
    font-size: 16px;
    line-height: 22px
}

.m-eday-content p:first-child {
    margin: 0px 0px 14px 0px !important
}

.m-eday-content p:last-child {
    margin: 14px 0px 0px 0px
}

.m-eday-content a {
    color: #FE5226;
    -webkit-transition: opacity 175ms ease;
    transition: opacity 175ms ease
}

.m-eday-content a:hover {
    opacity: .6
}

.m-eday-content ul {
    padding: 0px 10px 0px 30px
}

.m-eday-content li {
    font-size: 14px
}

.m-eday-content li:not(:first-child) {
    margin: 5px 0px 0px 0px
}

.m-eday-content h1,
.m-eday-content h2,
.m-eday-content h3,
.m-eday-content h4,
.m-eday-content h5 {
    margin: 0px 0px -6px 0px
}

.m-eday-content h1,
.m-eday-content h2 {
    margin: 8px 0px -6px 0px
}

.m-eday-content h3 {
    font-family: aktiv-grotesk, sans-serif
}

.m-eday-title {
    padding: 20px 0px 20px 0px;
    text-align: center
}

@media (min-width: 768px) {
    .m-eday-title {
        padding: 30px 0px 30px 0px
    }
}

.m-eday-title__content {
    padding: 0
}

.m-eday-title__title {
    margin: 0px;
    text-transform: uppercase;
    font-size: 42px;
    line-height: 36px
}

@media (min-width: 768px) {
    .m-eday-title__title {
        font-size: 52px;
        line-height: 46px
    }
}

@media (min-width: 992px) {
    .m-eday-title__title {
        font-size: 72px;
        line-height: 62px
    }
}

.m-eday-highlight {
    margin: 20px 0px;
    position: relative
}

@media (min-width: 768px) {
    .m-eday-highlight {
        margin: 30px 0px
    }
}

.m-eday-highlight .m-container {
    padding: 40px 10px
}

@media (min-width: 768px) {
    .m-eday-highlight .m-container {
        padding: 50px 20px
    }
}

.m-eday-highlight .m-container:before,
.m-eday-highlight .m-container:after {
    content: '';
    height: 1px;
    width: 100%;
    position: absolute;
    display: block;
    background-color: #195B3B
}

.m-eday-highlight .m-container:before {
    top: 0px
}

.m-eday-highlight .m-container:after {
    bottom: 0px
}

.m-eday-highlight__quote {
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    margin: 0px 0px 30px 0px;
    font-size: 48px;
    line-height: 38px;
    padding: 0px;
    font-family: "acumin-pro-extra-condensed", sans-serif
}

@media (min-width: 768px) {
    .m-eday-highlight__quote {
        font-size: 72px;
        line-height: 62px
    }
}

@media (min-width: 992px) {
    .m-eday-highlight__quote {
        padding: 0 12.5%
    }
}

.m-eday-highlight__person-name,
.m-eday-highlight__person-job {
    font-size: 18px;
    line-height: 22px;
    font-weight: 800;
    margin: 0px;
    width: 100%;
    text-align: center;
    font-family: aktiv-grotesk, sans-serif
}

.m-eday-highlight__person-job {
    color: #195B3B
}

.m-eday-large-image {
    padding: 40px 0px
}

@media (min-width: 768px) {
    .m-eday-large-image {
        padding: 50px 0px
    }
}

.m-eday-large-image__image-wrap {
    position: relative;
    padding-bottom: 56.25%
}

.m-eday-large-image__image {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    margin: 0px
}

.m-eday-image-text {
    padding: 30px 0px
}

@media (min-width: 768px) {
    .m-eday-image-text {
        padding: 40px 0px
    }
}

.m-eday-image-text__image-wrap {
    position: relative;
    padding: 0px 0px 31% 0px
}

    .m-eday-image-text__image-wrap figure.m-eday-image-text__image.lazy-load {
        background-size: 80%;
        background-position: center;
        background-repeat: no-repeat;
    }

    @media (max-width:768px) {
        .m-eday-image-text__image-wrap figure.m-eday-image-text__image.lazy-load {
            background-position: center;
        }
    }


.m-eday-image-text__image {
    margin: 0;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center
}


.m-eday-image-text__content {
    padding: 20px 0px 0px 0px
}

.m-eday-image-text__content .title {
    color: #222222;
    text-decoration: none;
}
.m-eday-image-text__content .title h4{
    font-size: 48px;
    line-height: 1em;
    font-family: 'acumin-pro-extra-condensed', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0.5em 0;
}

@media (min-width: 768px) {
    .m-eday-image-text__content {
        padding: 20px 12.5% 0px 12.5%
    }
}

@media (min-width: 992px) {
    .m-eday-image-text__content {
        padding: 20px 0px 0px 0px
    }
}

.m-eday-image-text__content h1 {
    margin: 0;
    text-transform: uppercase;
    font-size: 42px;
    line-height: 36px
}

@media (min-width: 768px) {
    .m-eday-image-text__content h1 {
        font-size: 38px;
        line-height: 32px
    }
}

@media (min-width: 992px) {
    .m-eday-image-text__content h1 {
        font-size: 48px;
        line-height: 38px
    }
}

.m-eday-image-text__content p {
    font-size: 14px;
    line-height: 20px
}

.m-eday-image-text__content p:first-child {
    margin: 0px 0px 14px 0px
}

.m-eday-image-text__content p:last-child {
    margin: 14px 0px 0px 0px
}

.m-eday-image-text__content a {
    color: #FE5226;
    -webkit-transition: opacity 175ms ease;
    transition: opacity 175ms ease
}

.m-eday-image-text__content a:hover {
    opacity: .6
}

.m-eday-image-right .e-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

@media (min-width: 992px) {
    .m-eday-image-right .e-row {
        display: block
    }
}

.m-eday-image-small-text {
    padding: 30px 0px
}

@media (min-width: 768px) {
    .m-eday-image-small-text {
        padding: 40px 0px
    }
}

@media (min-width: 768px) {
    .m-eday-image-small-text .e-row {
        display: block
    }
}

@media (min-width: 768px) {
    .m-eday-image-small-text .m-eday-image-text__content {
        padding: 20px 0px 0px 0px
    }
}

.m-eday-video {
    padding: 30px 0px;
    position: relative
}

@media (min-width: 768px) {
    .m-eday-video {
        padding: 40px 0px
    }
}

.m-eday-video .e-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

@media (min-width: 992px) {
    .m-eday-video .e-row {
        display: block
    }
}

.m-eday-video__main-content {
    padding: 24px 50px 0px 34px
}

@media (min-width: 992px) {
    .m-eday-video__main-content {
        padding: 24px 50px 0px 10px
    }
}

.m-eday-video__big-content {
    position: relative;
    z-index: 2
}

.m-eday-video__big-content iframe {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    border: 0
}

.m-eday-video__title {
    text-transform: uppercase;
    font-size: 48px;
    line-height: 38px;
    margin: 0px
}

.m-eday-video__subtitle {
    text-transform: uppercase;
    font-size: 48px;
    line-height: 38px;
    margin: 32px 0px 40px 0px;
    color: #195B3B
}

.m-eday-video p {
    margin: 0px 0px 30px 0px;
    font-size: 14px;
    line-height: 18px;
    max-width: 250px
}

.m-eday-video a {
    color: #FE5226;
    display: block
}

.m-eday-video__thumbnail {
    padding-bottom: 56.25%;
    background-size: cover;
    position: relative
}

.m-eday-video__play-button {
    background: transparent;
    width: 100%;
    display: block;
    border: none;
    color: white;
    font-family: "acumin-pro-extra-condensed", sans-serif;
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 110px 0px 0px 0px;
    -webkit-transition: opacity 175ms ease;
    transition: opacity 175ms ease
}

.m-eday-video__play-button svg {
    width: 70px;
    height: 70px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.m-eday-video:active,
.m-eday-video:focus {
    outline: none;
    opacity: .7
}

.e-programDropdown {
    width: 100%;
    position: relative;
    border: 1px solid #ccc;
    border-radius: 3px;
    height: 50px;
    background: #fff;
    font-weight: 700
}

.e-programDropdown::after {
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #000;
    pointer-events: none
}

.e-programDropdown select {
    -webkit-appearance: button;
    -moz-appearance: none;
    text-overflow: '';
    text-indent: 0.01px;
    padding-right: 40px;
    width: 100%;
    height: 100%;
    border: none;
    background: transparent;
    border-radius: 0;
    line-height: 50px;
    padding-left: 20px
}

.l-program {
    margin: 0 auto 100px;
    width: 100%;
    overflow: hidden;
    padding: 0 20px
}

.l-program__legenda {
    margin-bottom: 10px
}

.l-program__nav {
    margin-bottom: 10px;
    width: 100%;
    display: none
}

@media (min-width: 768px) {
    .l-program__nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (min-width: 768px) {
    .l-program__headerProgramWrap {
        width: 100%;
        overflow-x: scroll;
        position: relative
    }
}

.l-program__header {
    width: 100%;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (min-width: 768px) {
    .l-program__header {
        height: 50px
    }
}

.l-program__headerTime {
    width: 56px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 56px;
    flex: 0 0 56px
}

@media (min-width: 768px) {
    .l-program__headerTime {
        width: 100px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
        flex: 0 0 100px
    }
}

.l-program__headerDropdown {
    width: 100%;
    background: #f4f4f4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 10px
}

@media (min-width: 768px) {
    .l-program__headerDropdown {
        display: none
    }
}

.l-program__headerList {
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    height: 100%;
    background: #f4f4f4
}

@media (min-width: 768px) {
    .l-program__headerList {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.l-program__headerItem {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 10px
}

@media (min-width: 768px) {
    .l-program__headerItem {
        width: 128px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 128px;
        flex: 0 0 128px
    }
}

@media (min-width: 1024px) {
    .l-program__headerItem {
        width: 230px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 230px;
        flex: 0 0 230px
    }
}

.l-program__headerItem span {
    font-weight: 700
}

.l-program__headerItem:nth-child(odd) {
    background-color: #f4f4f4
}

.l-program__headerItem:nth-child(even) {
    background-color: #fff
}

.l-program__programWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.l-program__time {
    width: 56px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 56px;
    flex: 0 0 56px;
    height: auto;
    background: #ccc
}

@media (min-width: 768px) {
    .l-program__time {
        width: 100px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
        flex: 0 0 100px
    }
}

.l-program__program {
    width: 100%
}

@media (min-width: 768px) {
    .l-program__program {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.l-program__programList {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    height: 100%
}

@media (min-width: 768px) {
    .l-program__programList {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: auto
    }
}

.l-program__programBar {
    width: 100%;
    background-color: #f4f4f4;
    padding: 0 10px;
    position: relative;
    border-right: 1px solid #fff;
    height: 100%;
    display: none
}

@media (min-width: 768px) {
    .l-program__programBar {
        width: 128px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 128px;
        flex: 0 0 128px;
        height: auto;
        display: block
    }
}

@media (min-width: 1024px) {
    .l-program__programBar {
        width: 230px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 230px;
        flex: 0 0 230px
    }
}

@media (min-width: 768px) {
    .l-program__programBar:nth-child(odd) {
        background: #f4f4f4
    }
}

@media (min-width: 768px) {
    .l-program__programBar:nth-child(even) {
        background: #fff
    }
}

.m-programBg {
    height: 3360px;
    background-image: -webkit-linear-gradient(#eaeaea 2px, transparent 2px), -webkit-linear-gradient(#eaeaea 1px, transparent 1px);
    background-image: linear-gradient(#eaeaea 2px, transparent 2px), linear-gradient(#eaeaea 1px, transparent 1px);
    background-size: 336px 336px, 28px 28px;
    background-position: 0px 0px, 0px 0px
}

.m-programHour {
    height: 336px;
    width: 100%;
    border-top: 2px solid #EAEAEA;
    position: relative;
    padding-bottom: 10px;
    z-index: 10
}

.m-programHour span {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 1px;
    background-color: #EAEAEA
}

.m-programHour::before,
.m-programHour::after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #EAEAEA;
    position: absolute
}

.m-programHour::before {
    top: 25%
}

.m-programHour::after {
    bottom: 25%
}

.m-programItem {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #A0B8B7;
    height: 336px;
    padding: 5px 10px;
    border-bottom: 1px solid white;
    font-size: 13px;
    border-radius: 4px
}

.m-programItem[role="button"]:hover {
    cursor: pointer
}

.m-programItem h3 {
    margin: 0 0 5px;
    color: #fff;
    font-size: 13px;
    display: inline-block;
    line-height: 1.3em;
    font-family: aktiv-grotesk, sans-serif
}

@media (min-width: 768px) {
    .m-programItem h3 {
        font-size: 12px
    }
}

@media (min-width: 1024px) {
    .m-programItem h3 {
        font-size: 1.3em;
    }
}

.m-programItem span,
.m-programItem p {
    font-size: 13px;
    color: #fff;
    line-height: 1.5em;
    margin: 0
}

@media (min-width: 768px) {
    .m-programItem span,
    .m-programItem p {
        font-size: 12px;
        display: none
    }
}

@media (min-width: 1024px) {
    .m-programItem span,
    .m-programItem p {
        font-size: 1em;
        display: inline-block
    }
}

.m-programItem--retail {
    background: #DA2D92
}

.m-programItem--fashion {
    background: #336DC9
}

.m-programItem--b2b {
    background: #1BAEC7
}

.m-programItem--consumer {
    background: #25B37B
}

.m-programItem--eday {
    background: #FB6075
}

.m-programItem--eday:hover {
    opacity: .7
}

.m-programItem--edayDefault {
    background: #195B3B
}

p.program-lang {
    color: rgba(0, 0, 0, 0.4);
}

.m-programLegendaList {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 13px;
    font-weight: 700
}

@media (min-width: 768px) {
    .m-programLegendaList {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.m-programLegendaList__item {
    margin-bottom: 3px;
    position: relative;
    padding-left: 20px;
    margin-right: 1.5em;
    line-height: 18px
}

.m-programLegendaList__item::before {
    content: '';
    width: 16px;
    height: 16px;
    background: purple;
    position: absolute;
    top: 0;
    left: 0
}

.m-programLegendaList__item--retail::before {
    background: #DA2D92
}

.m-programTime {
    padding: 0 20px 0 0;
    background: #fff
}

@media (min-width: 768px) {
    .m-programTime {
        padding: 0 50px 0 0
    }
}

.m-programTime__list {
    list-style: none;
    margin: 0;
    padding: 0
}

.m-programTime__timeBlock {
    height: 336px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fff;
    position: relative;
    color: #000
}

.m-programTime__timeBlock::before,
.m-programTime__timeBlock::after {
    content: '';
    width: 5px;
    height: 1px;
    right: -10px;
    background-color: #EAEAEA;
    position: absolute
}

@media (min-width: 768px) {
    .m-programTime__timeBlock::before,
    .m-programTime__timeBlock::after {
        width: 30px;
        right: -40px
    }
}

.m-programTime__timeBlock::before {
    top: 25%
}

.m-programTime__timeBlock::after {
    bottom: 25%
}

.m-programTime__timeBlockTime {
    line-height: 1;
    font-size: 12px;
    font-weight: 700
}

@media (min-width: 768px) {
    .m-programTime__timeBlockTime {
        font-size: 14px
    }
}

.m-programTime__timeBlockTime--first {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.m-programTime__timeBlockTime--first::after {
    content: '';
    width: 5px;
    height: 2px;
    background-color: #EAEAEA;
    position: absolute;
    top: 50%;
    right: -10px
}

@media (min-width: 768px) {
    .m-programTime__timeBlockTime--first::after {
        width: 30px;
        right: -40px
    }
}

.m-programTime__timeBlockTime--half {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    color: #B0B0B0
}

.m-programTime__timeBlockTime--half::after {
    content: '';
    width: 5px;
    height: 1px;
    background-color: #EAEAEA;
    position: absolute;
    top: 50%;
    right: -10px
}

@media (min-width: 768px) {
    .m-programTime__timeBlockTime--half::after {
        width: 30px;
        right: -40px
    }
}

.is-mobile-menu-active {
    height: 100vh;
    overflow: hidden
}

@media (min-width: 992px) {
    .is-mobile-menu-active {
        height: auto;
        overflow: auto
    }
}

.is-mobile-menu-active .e-mobile-nav-button span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.is-mobile-menu-active .e-mobile-nav-button span:nth-child(2) {
    display: none
}

.is-mobile-menu-active .e-mobile-nav-button span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: -2px
}

.is-mobile-menu-active .m-eday-masthead__logo {
    display: none
}

@media (min-width: 992px) {
    .is-mobile-menu-active .m-eday-masthead__logo {
        display: block;
        height: auto;
        overflow: auto
    }
}

.is-mobile-menu-active .m-mobile-nav {
    opacity: 1;
    visibility: visible
}

.is-speaker-hovered .m-eday-speaker__image {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.is-scrolled .m-eday-masthead--transparent {
    background: black
}


/* sourceMappingURL=screen.css.map */


/* -- New by Twenty First Media --*/

.c-tabbed-program {
    position: relative;
    margin: 0 auto -30px;
    width: 50%;
    min-width: 320px;
    border-radius: 6px;
    border: 2px solid #544dff;
    overflow: hidden;
}

@media (max-width: 768px) {
    .c-tabbed-program {
        margin-bottom: 0;
    }
}
.c-tabbed-program ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: "acumin-pro-extra-condensed", sans-serif;
    text-transform: uppercase;
    font-size: 26px;
    line-height: 30px;
}
.c-tabbed-program li {
    float: left;
    width: 50%;  
    overflow: hidden;
}
.c-tabbed-program li a {
    display: block;
    padding: 7px 10px 10px;
    text-align: center;
    color: #544dff;
    background-color: #FFF;
    text-decoration: none;
}
.c-tabbed-program li.current a {
    color: #FFF;
    background-color: #544dff;
}


@media (min-width: 768px) {

.l-program__headerProgramWrap-2 .m-programBg {
    height: 2352px !important;
}

.l-program__headerProgramWrap-2 .m-programItem {
    transform: translatey(-1008px);
}

}

.m-programItem--eday {
    overflow: hidden;
}
.m-programItem h3 {
    padding-right: 30px;
}
.m-programme-details-tags {
    display: block;
    margin: 20px 0 0;
}
.m-programme-details-tags-tag {
    display: inline-block;
    margin-right: 7px;
    padding: 0 8px;
    font-weight: bold;
    height: 22px;
    line-height: 20px;
    font-size: 9px;
    text-transform: uppercase;
    color: #544dff;
    border-radius: 11px;
    border: 1px solid #544dff;
}
.m-programme-details-tags-tag.bronze,
.m-programme-details-tags-tag.silver,
.m-programme-details-tags-tag.gold {
    color: #FFF;
}
.m-programme-details-tags-tag.bronze {
    background-color: #9b621f;
    border-color: #9b621f;
}
.m-programme-details-tags-tag.silver {
    background-color: #a3a3a3;
    border-color: #a3a3a3;
}
.m-programme-details-tags-tag.gold {
    background-color: #bea01a;
    border-color: #bea01a;
}

.l-program-tags {
    display: block;
    margin: 10px 0 0;
}
.l-program-tags-tag {
    display: inline-block;
    margin-right: 7px;
    padding: 0 7px;
    font-weight: bold;
    height: 20px;
    line-height: 18px;
    font-size: 9px;
    text-transform: uppercase;
    color: #FFF;
    border-radius: 10px;
    border: 1px solid #FFF;
}
.l-program-ticket {
    display: block;
    position: absolute;
    top: -6px;
    right: -26px;
    padding: 19px 0 1px;
    width: 80px;
    height: 40px;
    text-align: center;
    transform: rotate(45deg);
    color: #FFF;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 10px;
    line-height: 20px;
    background-color: #000;
}
.l-program-ticket.gold {
    background-color: #bea01a;
}
.l-program-ticket.silver {
    background-color: #a3a3a3;
}
.l-program-ticket.bronze {
    background-color: #9b621f;
}

/* --- Homepage 5050 block --- */

.m-eday-5050-wrapper {
    margin-bottom: 75px;
}

.m-eday-5050 {
    position: relative;
    background-color: black;
}
.m-eday-5050--left {
    flex-direction: row-reverse;
}

.m-eday-5050__image-area {
    z-index: 100;
    position: relative;
    display: flex;
    overflow: hidden;
    background-size: cover;
    background-position: 50%;
    min-height: 300px;
}

.m-eday-5050__container {
    display: flex;
    align-items: center;
    width: 90%;
    margin: auto;
}

.m-eday-5050__text {
    z-index: 100;
    position: relative;
    max-width: 75rem;
    padding-top: 25px;
    padding-bottom: 25px;
    color: #FFF;
}
.m-eday-5050__text p {
    font-size: 14px;
    line-height: 22px;
}
.m-eday-5050__text h1 {
    margin-top: 0;
    font-size: 72px;
    line-height: 62px;
}
.m-eday-5050__text h2 {
    margin-top: 0;
    font-size: 48px;
    line-height: 38px;
}
.m-eday-5050__text h3 {
    margin-top: 0;
    font-size: 42px;
    line-height: 32px;
}
.m-eday-5050__text h4 {
    color: #544dff;
}
.m-eday-5050__text .e-button {
    margin-top: 1rem;
}

@media (min-width: 768px) {

.m-eday-5050 {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
}

.m-eday-5050__image-area {
    min-height: 0;
    padding-top: 0;
    width: 50%;
}

.m-eday-5050__container {
    max-width: 960px;
    width: 45%;
    margin: 0;
}

.m-eday-5050__text {
    padding-left: 35px;
    padding-top: 35px;
    padding-bottom: 35px;
}
.m-eday-5050--left .m-eday-5050__text {
    padding-left: 0;
    padding-right: 35px;
}

}

@media (min-width: 992px) {

.m-eday-5050__text {
    padding-left: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
}
.m-eday-5050--left .m-eday-5050__text {
    padding-left: 0;
    padding-right: 60px;
}

}

@media (min-width: 1200px) {

.m-eday-5050-wrapper {
    margin-bottom: 150px;
}

.m-eday-5050__text {
    padding-left: 100px;
    padding-top: 100px;
    padding-bottom: 100px;
}
.m-eday-5050--left .m-eday-5050__text {
    padding-left: 0;
    padding-right: 100px;
}

}