iframe {
    width: 100%;
    height: 100%;
}
.popup-tabs h3:hover {
    cursor: pointer;
}
.registration, .carousel-container, .popup-inner {
    height: 100%;
}
.mobile-accordion {
    height: 80%;
}

.tick {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    position: relative;
    z-index: 1;
    line-height: 1.4
}

.tick * {
    box-sizing: inherit
}

.tick [data-view] {
    max-width: 100%
}

.tick span[data-view] {
    display: inline-block
}

.tick [data-layout~=pad] {
    margin: -.25em
}

.tick [data-layout~=pad] > * {
    margin: .25em
}

.tick [data-layout~=horizontal] {
    display: flex;
    flex-direction: row;
    justify-content: center
}

.tick [data-layout~=horizontal][data-layout~=baseline] {
    align-items: baseline
}

.tick [data-layout~=horizontal][data-layout~=center] {
    justify-content: center
}

.tick [data-layout~=horizontal][data-layout~=right] {
    justify-content: flex-end
}

.tick [data-layout~=horizontal][data-layout~=left] {
    justify-content: flex-start
}

.tick [data-layout~=horizontal][data-layout~=fill], .tick [data-layout~=horizontal][data-layout~=stretch] {
    align-content: stretch;
    flex-wrap: nowrap
}

.tick [data-layout~=horizontal][data-layout~=fill] > *, .tick [data-layout~=horizontal][data-layout~=stretch] > * {
    flex: 1 0 0;
    width: 100%
}

.tick [data-layout~=horizontal][data-layout~=multi-line] {
    flex-wrap: wrap
}

.tick [data-layout~=horizontal][data-layout~=fit] {
    display: inline-flex;
    flex-wrap: nowrap;
    align-content: center;
    white-space: nowrap;
    justify-content: flex-start
}

.tick [data-layout~=vertical] {
    display: flex;
    flex-direction: column;
    align-items: center
}

.tick [data-layout~=vertical][data-layout~=top] {
    justify-content: flex-start
}

.tick [data-layout~=vertical][data-layout~=bottom] {
    justify-content: flex-end;
    min-height: 100%
}

.tick [data-layout~=vertical][data-layout~=middle] {
    justify-content: center;
    min-height: 100%
}

.tick [data-layout~=vertical][data-layout~=left] {
    align-items: flex-start
}

.tick [data-layout~=vertical][data-layout~=right] {
    align-items: flex-end
}

.tick [data-layout~=vertical][data-layout~=center] {
    text-align: center
}

.tick [data-layout~=vertical][data-layout~=fill], .tick [data-layout~=vertical][data-layout~=stretch] {
    align-items: stretch;
    min-height: 100%
}

.tick [data-layout~=vertical][data-layout~=fill] > *, .tick [data-layout~=vertical][data-layout~=stretch] > * {
    flex: 1 0 0
}

.tick [data-layout~=vertical] > * + * {
    margin-top: .5em
}

.tick [data-layout~=overlay] {
    position: relative
}

.tick [data-layout~=overlay] > * {
    margin: 0
}

.tick [data-layout~=overlay][data-layout~=center] {
    text-align: center
}

.tick [data-layout~=overlay][data-layout~=left] {
    text-align: left
}

.tick [data-layout~=overlay][data-layout~=right] {
    text-align: right
}

.tick [data-layout~=overlay] > [data-overlay=fill], .tick [data-layout~=overlay] > [data-overlay=stretch] {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.tick [data-layout~=overlay] > [data-overlay=center] {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.tick-flip {
    position: relative;
    text-align: center
}

.tick-flip * {
    border-radius: inherit;
    white-space: pre;
    letter-spacing: inherit;
    text-indent: inherit
}

.tick-flip-front {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.tick-flip-back {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.tick-flip-spacer {
    display: block;
    visibility: hidden
}

.tick-flip-shadow {
    position: absolute;
    left: 1px;
    right: 1px;
    top: 1px;
    bottom: 1px;
    color: transparent !important;
    background: transparent !important
}

.tick-flip-shadow-top {
    bottom: calc(50% - 1px)
}

.tick-flip-shadow-bottom {
    top: calc(50% + 1px)
}

.tick-flip-card-shadow {
    position: absolute;
    left: .15em;
    right: .15em;
    bottom: .125em;
    height: .5em;
    background-color: transparent;
    border-radius: 0;
    opacity: 0;
    transform-origin: 0 100%;
    box-shadow: 0 .125em .25em rgba(0, 0, 0, .5), 0 .125em .5em rgba(0, 0, 0, .75);
    z-index: 0
}

.tick-flip-card {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    perspective: 4em
}

.tick-flip-panel-back, .tick-flip-panel-front {
    position: absolute;
    left: 0;
    width: 100%;
    height: 51%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform-style: preserve-3d
}

.tick-flip-panel-back-text, .tick-flip-panel-front-text {
    position: absolute;
    left: -1px;
    top: 0;
    right: -1px;
    height: 100%;
    overflow: hidden
}

.tick-flip-panel-text-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 100%
}

.tick-flip-panel-back-text .tick-flip-panel-text-wrapper {
    height: 200%;
    top: -100%
}

.tick-flip-panel-front {
    transform-origin: center bottom;
    top: 0;
    z-index: 2;
    box-shadow: inset 0 1px hsla(0, 0%, 100%, .05)
}

.tick-flip-panel-back {
    transform-origin: center top;
    top: 50%;
    z-index: 1;
    box-shadow: inset 0 -1px rgba(0, 0, 0, .1)
}

.tick-flip-panel-back:after {
    z-index: 1;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .3) 1px, rgba(0, 0, 0, .15) 0, transparent 30%)
}

.tick-flip-panel-back-shadow {
    z-index: 2
}

.tick-flip-panel-back-highlight {
    z-index: 3
}

.tick-flip-panel-back-highlight, .tick-flip-panel-back-shadow {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit
}

.tick-flip-panel-back-highlight, .tick-flip-panel-back-shadow, .tick-flip-panel-front-shadow {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0
}

.tick-flip-panel-front-shadow {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .3))
}

.tick-flip-panel-back-shadow {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .5))
}

.tick-flip-panel-back-highlight {
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .15), hsla(0, 0%, 100%, .3))
}

.tick [data-style*="shadow:inner"], .tick [data-style*="shadow:inner"] .tick-flip-card-shadow, .tick [data-style*="shadow:none"] .tick-flip-card-shadow, .tick [data-style*="shadow:none"] .tick-flip-panel-back, .tick [data-style*="shadow:none"] .tick-flip-panel-front, .tick [data-style*="shadow:none"] .tick-flip-shadow {
    box-shadow: none
}

.tick [data-style*="shadow:none"] .tick-flip-back:after, .tick [data-style*="shadow:none"] .tick-flip-panel-back-shadow, .tick [data-style*="shadow:none"] .tick-flip-panel-back-text:after, .tick [data-style*="shadow:none"] .tick-flip-panel-front-shadow {
    background-image: none
}

.tick [data-style*="rounded:none"] {
    border-radius: 0
}

.tick [data-style*="rounded:panels"] .tick-flip-front, .tick [data-style*="rounded:panels"] .tick-flip-shadow-bottom {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit
}

.tick [data-style*="rounded:panels"] .tick-flip-back, .tick [data-style*="rounded:panels"] .tick-flip-panel-back:after, .tick [data-style*="rounded:panels"] .tick-flip-shadow-top {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit
}

.tick-flip {
    margin-left: .0625em;
    margin-right: .0625em;
    min-width: 1.125em;
    border-radius: .125em;
    letter-spacing: .25em;
    text-indent: .25em
}

.tick-flip-panel {
    color: #edebeb;
    background-color: #333232
}

.tick-flip-shadow {
    box-shadow: 0 .125em .3125em rgba(0, 0, 0, .25), 0 .02125em .06125em rgba(0, 0, 0, .25)
}

.carousel-container {
    position: relative
}

.carousel-container .carousel .slide {
    display: none
}

@media (min-width: 901px) {
    .carousel-container .carousel .slide {
        height: 42.3281rem;
    }
}

@media (max-width: 900px) {
    .carousel-container .carousel .slide {
        display: block;
        border-bottom: 1px solid #fff;
        position: relative
    }
}

.carousel-container .carousel .slide.active {
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media (max-width: 900px) {
    .carousel-container .carousel .slide.active {
        display: block
    }
}

.carousel-container .carousel .slide p {
    font-size: 2rem
}

@media (max-width: 900px) {
    .carousel-container .carousel .slide p {
        font-size: 16px
    }
}

@media (max-width: 900px) {
    .carousel-container .carousel .slide img {
        margin: 2rem 0
    }
}

.carousel-container .carousel .slide .slide-link-cover {
    z-index: 2;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block
}

.carousel-container .carousel .slide .slide-link {
    z-index: 30;
    position: absolute;
    width: 1rem;
    height: 1rem;
    display: block
}

.carousel-container .carousel .slide .slide-link#english-email {
    left: 10rem;
    top: 16rem;
    height: 2rem;
    width: 16rem
}

@media (max-width: 900px) {
    .carousel-container .carousel .slide .slide-link#english-email {
        width: 28%;
        height: 8%;
        left: 10%;
        top: 34%
    }
}

.carousel-container .carousel .slide .slide-link#french-email {
    left: 40rem;
    top: 18rem;
    height: 2rem;
    width: 17rem
}

@media (max-width: 900px) {
    .carousel-container .carousel .slide .slide-link#french-email {
        width: 28%;
        height: 8%;
        left: 51%;
        top: 36%
    }
}

.carousel-container .carousel-nav .next, .carousel-container .carousel-nav .prev {
    width: 2.375rem;
    height: 6.3125rem;
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    position: absolute;
    background-image: url(https://d33qd0x2bmhjip.cloudfront.net/ea29e746-c955-49bf-b69a-fe10f70cb00d/images/carousel-arrow.png);
    background-color: transparent;
    border: 0;
    border-radius: 0;
    opacity: .8;
    transition: opacity .3s;
    cursor: pointer
}

@media (max-width: 900px) {
    .carousel-container .carousel-nav .next, .carousel-container .carousel-nav .prev {
        display: none
    }
}

.carousel-container .carousel-nav .next:hover, .carousel-container .carousel-nav .prev:hover {
    opacity: 1
}

.carousel-container .carousel-nav .next:active, .carousel-container .carousel-nav .next:focus, .carousel-container .carousel-nav .prev:active, .carousel-container .carousel-nav .prev:focus {
    outline: 0
}

.carousel-container .carousel-nav .next {
    transform: rotate(180deg)
}

.expand-block .expand-title {
    cursor: pointer
}

.expand-block .expand-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity .3s ease-in, max-height .3s ease-out
}

.expand-block.open .expand-content {
    opacity: 1;
    max-height: 25rem
}

@-webkit-keyframes pulse {
    0% {
        transform: scale(1);
        opacity: .6
    }
    to {
        transform: scale(1.2);
        opacity: .8
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: .6
    }
    to {
        transform: scale(1.2);
        opacity: .8
    }
}

@-webkit-keyframes quickpulse {
    0% {
        transform: scale(1.15);
        opacity: .8
    }
    to {
        transform: scale(1.25);
        opacity: 1
    }
}

@keyframes quickpulse {
    0% {
        transform: scale(1.15);
        opacity: .8
    }
    to {
        transform: scale(1.25);
        opacity: 1
    }
}

@-webkit-keyframes opacitypulse {
    0% {
        opacity: .05
    }
    to {
        opacity: 1
    }
}

@keyframes opacitypulse {
    0% {
        opacity: .05
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes zoomin {
    0% {
        opacity: 0;
        transform: translate(60rem, -25rem) scale(.1)
    }
    40% {
        opacity: .8;
        transform: translate(60rem, -25rem) scale(5)
    }
    to {
        opacity: 1;
        transform: translate(0) scale(1)
    }
}

@keyframes zoomin {
    0% {
        opacity: 0;
        transform: translate(60rem, -25rem) scale(.1)
    }
    40% {
        opacity: .8;
        transform: translate(60rem, -25rem) scale(5)
    }
    to {
        opacity: 1;
        transform: translate(0) scale(1)
    }
}

.main-menu {
    position: fixed;
    top: 0;
    z-index: 5;
    width: 100%;
    display: flex;
    background-color: #fff;
    flex-wrap: wrap
}

@media (max-width: 900px) {
    .main-menu {
        align-items: center;
        justify-content: flex-start;
        z-index: 15
    }

    .main-menu.mobile-open .menu-choices {
        display: flex
    }
}

.main-menu .menu-choices {
    display: flex
}

@media (max-width: 900px) {
    .main-menu .menu-choices {
        display: none;
        flex-wrap: wrap
    }

    .main-menu .menu-choices a {
        width: 100%;
        box-sizing: border-box
    }
}

.main-menu  a {
    margin: 1.5rem 4rem 1.5rem 2.5rem;
    color: #0C4876;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
    transition: color .4s
}

.main-menu a.active, .main-menu a:hover, .chat-boxa.active, .chat-box a:hover {
    color: #228A80
}

.main-menu a img {
    display: inline-block;
    height: auto;
    width: 100%
}

@media (max-width: 900px) {
    .main-menu .logo {
        width: 180px
    }
}

.main-menu .logged-in-user {
    margin: 0 0 0 auto;
    align-self: center;
    padding: 0 1.5rem
}

@media (max-width: 900px) {
    .main-menu .logged-in-user {
        display: none
    }
}

.main-menu .mobile-button {
    background: none;
    border: 0;
    border-radius: 0;
    margin: 0 0 0 20px;
    padding: 1.5rem 0;
    width: 40px
}

.main-menu .mobile-button span {
    width: 100%;
    height: 4px;
    margin: 8px;
    display: block;
    background-color: #000
}

@media (min-width: 901px) {
    .main-menu .mobile-button {
        display: none
    }
}

.main-menu #banner-message {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 1rem;
    font-size: 1.4rem;
    text-align: center;
    background-color: #dfb536;
    color: #000
}

.full-page-menu {
    position: relative !important;
    min-height: 49rem !important;
    height: 100vh !important;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
    overflow: hidden !important;
}

@media (max-width: 900px) {
    .full-page-menu {
        background-size: cover !important;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 1300px;
    }
}

.full-page-menu .bg-video {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 67.5rem
}

@media (max-width: 900px) {
    .full-page-menu .bg-video {
        display: none
    }
}

.full-page-menu .click-zone {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: none
}

@media (max-width: 900px) {
    /*.full-page-menu .click-zone {*/
    /*    display: none*/
    /*}*/
}

.full-page-menu .click-zone img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    mix-blend-mode: overlay
}

.full-page-menu .click-zone:hover img {
    -webkit-animation-name: opacitypulse;
    animation-name: opacitypulse;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

.full-page-menu .glowing-dot {
    position: absolute;
    border-radius: 100%;
    border: .3125rem solid #fff;
    display: inline-block;
    cursor: pointer;
    margin: 0;
    padding: 0;
    width: 3rem;
    height: 3rem;
    background-color: transparent;
    opacity: .3;
    transform: scale(1);
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@media (max-width: 900px) {
    /*.full-page-menu .glowing-dot {*/
    /*    display: none*/
    /*}*/
}

.full-page-menu .glowing-dot:before {
    content: "";
    display: inline-block;
    border-radius: 100%;
    width: 1.8125rem;
    height: 1.8125rem;
    margin: .25rem;
    background-color: #fff
}

.full-page-menu .glowing-dot:hover {
    -webkit-animation-name: quickpulse;
    animation-name: quickpulse;
    -webkit-animation-duration: .5s;
    animation-duration: .5s
}

@media (max-width: 900px) {
    .mobile-accordion {
        background-color: rgba(0, 0, 0, .9);
        width: 90%;
        margin: 0 auto 30px;
        padding: 0 !important
    }

    .mobile-accordion .mobile-accordion {
        width: 100%
    }

    .mobile-accordion .mobile-accordion .mobile-title {
        padding: 10px 20px 10px 10px !important
    }

    .mobile-accordion .mobile-accordion .mobile-content {
        padding: 20px 10px
    }

    .mobile-accordion .mobile-title {
        display: block;
        text-align: left !important;
        padding: 10px 20px !important;
        margin: 0 !important;
        cursor: pointer;
        position: relative;
        font-size: 1.68rem !important;
        color: #fff !important
    }

    .mobile-accordion .mobile-title:after {
        content: "+" !important;
        position: absolute !important;
        right: 10px !important;
        top: 10px !important;
        width: auto !important;
        height: auto !important;
        font-size: 22px !important;
        background: none !important;
        margin: 0 !important
    }

    .mobile-accordion .mobile-content {
        display: none;
        padding: 30px
    }

    .mobile-accordion.open > .mobile-title:after {
        content: "-" !important
    }

    .mobile-accordion.open > .mobile-content {
        display: block
    }

    .mobile-accordion.open > .mobile-content:after {
        content: "";
        display: block;
        clear: both
    }

    .mobile-accordion.open > .mobile-content.video-grid {
        display: flex
    }
}

html {
    background-color: #000;
    color: #fff
}

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

a, button {
    cursor: pointer
}

a:active, a:focus, button:active, button:focus {
    outline: 0
}

@media (max-width: 900px) {
    .desktop-only {
        display: none !important
    }
}

@media (min-width: 901px) {
    .mobile-only {
        display: none !important
    }
}

.popup-cover, .speaker-popup-cover {
    position: fixed;
    z-index: 10;
    background-color: rgba(0, 0, 0, .55);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto
}

@media (max-width: 900px) {
    .popup-cover, .speaker-popup-cover {
        /*padding-top: 100px;*/
        box-sizing: border-box;
        background-color: transparent;
        z-index: 1;
        /*position: relative;*/
        /*top: auto;*/
        /*bottom: auto;*/
        /*left: auto;*/
        /*right: auto;*/
        /*height: auto*/
    }
}

.popup-cover .popup, .speaker-popup-cover .popup {
    box-sizing: border-box;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    position: relative
}

@media (max-width: 900px) {
    .popup-cover .popup, .speaker-popup-cover .popup {
        background: none !important;
        height: auto !important;
        margin: 0 !important;
        padding: 0 !important
    }
    .language-swap {
        display: none !important;
    }
    .full-page-menu.assembly-hall-page {
        margin-top: 0 !important;
    }
}

.popup-cover .popup .popup-inner, .speaker-popup-cover .popup .popup-inner {
    position: relative;
    overflow: auto;
    box-sizing: border-box
}

@media (max-width: 900px) {
    /*.popup-cover .popup .popup-inner, .speaker-popup-cover .popup .popup-inner {*/
    /*    max-height: none !important;*/
    /*    min-height: unset !important;*/
    /*    margin: 0 !important;*/
    /*    padding: 0 !important*/
    /*}*/
}

.popup-cover .popup .close, .speaker-popup-cover .popup .close {
    width: 6rem;
    height: 6rem;
    font-size: 6rem;
    line-height: 6rem;
    color: #fff;
    background: none;
    cursor: pointer;
    opacity: .55;
    transition: opacity .4s;
    position: absolute;
    top: 2rem;
    right: -2rem;
    border-radius: 0;
    border: 0;
    margin: 0;
    padding: 0;
    display: block
}

.popup-cover .popup .close:before, .speaker-popup-cover .popup .close:before {
    content: "\D7";
    display: block;
    position: relative
}

.popup-cover .popup .close:hover, .speaker-popup-cover .popup .close:hover {
    opacity: 1
}

@media (max-width: 900px) {
    /*.popup-cover .popup .close, .speaker-popup-cover .popup .close {*/
    /*    display: none*/
    /*}*/
}

.popup-cover .popup.popup-map, .speaker-popup-cover .popup.popup-map {
    padding: 0;
    width: 59.0625rem;
    height: 55.5625rem;
    background-image: url(https://d33qd0x2bmhjip.cloudfront.net/ea29e746-c955-49bf-b69a-fe10f70cb00d/images/popup-frame-map.png)
}

.popup-cover .popup.popup-map .close, .speaker-popup-cover .popup.popup-map .close {
    top: 0;
    right: -4rem
}

.popup-cover .popup.popup-book, .speaker-popup-cover .popup.popup-book {
    padding: 0;
    width: 36.5625rem;
    height: 49.8125rem;
    background-image: url(https://d33qd0x2bmhjip.cloudfront.net/ea29e746-c955-49bf-b69a-fe10f70cb00d/images/popup-frame-book.png)
}

.popup-cover .popup.popup-book .close, .speaker-popup-cover .popup.popup-book .close {
    top: 0;
    right: -4rem
}

.speaker-popup-cover .popup.popup-book2 {
    padding: 0;
    width: 79.1875rem;
    height: 56rem;
}
.popup-cover .popup.popup-book2 {
    padding: 0;
    width: 60.1875rem;
    height: 40rem;
}

.speaker-popup-cover .popup.popup-book2 .popup-inner {
    padding: 3.6875rem 1.75rem 4.8125rem 43.75rem
}
.popup-cover .popup.popup-book2 .popup-inner {
    padding: 1rem 1.75rem 4.8125rem 1.75rem;
}

.popup-cover .popup.popup-book2 .popup-inner .book-link-list, .speaker-popup-cover .popup.popup-book2 .popup-inner .book-link-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
    min-height: 47rem
}

@media (max-width: 900px) {
    .popup-cover .popup.popup-book2 .popup-inner .book-link-list, .speaker-popup-cover .popup.popup-book2 .popup-inner .book-link-list {
        /*min-height: unset*/
    }
}

.popup-cover .popup.popup-book2 .popup-inner .book-link-list > *, .speaker-popup-cover .popup.popup-book2 .popup-inner .book-link-list > * {
    width: 100%;
    background: none;
    border: 0;
    border-bottom: 1px solid #d9912b;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 2rem 0 1.75rem;
    text-align: left;
    border-radius: 0;
    color: #4a4a4a;
    text-decoration: none;
    font-size: 1.1475rem
}

@media (max-width: 900px) {
    /*.popup-cover .popup.popup-book2 .popup-inner .book-link-list > *, .speaker-popup-cover .popup.popup-book2 .popup-inner .book-link-list > * {*/
    /*    color: #fff*/
    /*}*/
}

.popup-cover .popup.popup-book2 .popup-inner .book-link-list > * span, .speaker-popup-cover .popup.popup-book2 .popup-inner .book-link-list > * span {
    width: calc(100% - 3.5rem);
    box-sizing: border-box;
    padding: 0 1rem 0 1.4375rem
}

.popup-cover .popup.popup-book2 .popup-inner .book-link-list > .video:before, .speaker-popup-cover .popup.popup-book2 .popup-inner .book-link-list > .video:before {
    content: "";
    background-image: url(https://d33qd0x2bmhjip.cloudfront.net/ea29e746-c955-49bf-b69a-fe10f70cb00d/images/icons/video.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 2.375rem;
    height: 2.375rem;
    background-position: 50%
}

.popup-cover .popup.popup-book2 .popup-inner .book-link-list > .pdf:before, .speaker-popup-cover .popup.popup-book2 .popup-inner .book-link-list > .pdf:before {
    content: "";
    background-image: url(https://d33qd0x2bmhjip.cloudfront.net/ea29e746-c955-49bf-b69a-fe10f70cb00d/images/icons/pdf.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 2.375rem;
    height: 2.375rem;
    background-position: 50%
}

.popup-cover .popup.popup-book2 .popup-inner .book-link-list > .pdf:after, .speaker-popup-cover .popup.popup-book2 .popup-inner .book-link-list > .pdf:after {
    content: "";
    background-image: url(https://d33qd0x2bmhjip.cloudfront.net/ea29e746-c955-49bf-b69a-fe10f70cb00d/images/icons/download.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 1.125rem;
    height: 1.375rem;
    background-position: 50%;
    margin: 0 3.125rem 0 0
}

.popup-cover .popup.popup-book2 .close, .speaker-popup-cover .popup.popup-book2 .close {
    top: 0;
    right: -5rem
}

.popup-cover .popup.popup-videos, .speaker-popup-cover .popup.popup-videos {
    padding: 2.3125rem 2.1875rem 1.875rem;
    width: 84.3125rem;
    height: 52.375rem;
    background: #fff;
    color: #000;
}

.popup-cover .popup.popup-videos .popup-inner, .speaker-popup-cover .popup.popup-videos .popup-inner {
    max-height: 38.5rem;
    padding: 1rem
}

.popup-cover .popup.popup-videos .popup-inner h3, .speaker-popup-cover .popup.popup-videos .popup-inner h3 {
    font-size: 1.79812rem;
    text-transform: uppercase;
    margin: 0 0 1.625rem 1rem
}

/*.popup-cover .popup.popup-videos .popup-inner h3:after, .speaker-popup-cover .popup.popup-videos .popup-inner h3:after {*/
/*    content: "";*/
/*    height: 2px;*/
/*    background-color: #3b3b3b;*/
/*    display: block;*/
/*    width: 16.6875rem;*/
/*    margin: 1rem 0 0*/
/*}*/

.popup-cover .popup.popup-videos .close, .speaker-popup-cover .popup.popup-videos .close {
    top: -1.5rem;
    right: -7rem
}

.popup-cover .popup.popup-videos .bottom-shadow, .speaker-popup-cover .popup.popup-videos .bottom-shadow {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 10rem;
    background: transparent;
    background: linear-gradient(0deg, #000, #000 37%, rgba(0, 0, 0, .8183648459) 71%, rgba(0, 0, 0, .4794292717) 87%, transparent)
}

@media (max-width: 900px) {
    /*.popup-cover .popup.popup-videos .bottom-shadow, .speaker-popup-cover .popup.popup-videos .bottom-shadow {*/
    /*    display: none*/
    /*}*/
}

.popup-cover .popup.popup-carousel, .speaker-popup-cover .popup.popup-carousel {
    padding: 10.4375rem 4.9375rem 3.5625rem;
    width: 60.125rem;
    height: 55.8125rem;
}

.popup-cover .popup.popup-carousel.with-tabs, .speaker-popup-cover .popup.popup-carousel.with-tabs {
    padding: 10.9375rem 4.9375rem 3.0625rem
}

.popup-cover .popup.popup-carousel .popup-inner, .speaker-popup-cover .popup.popup-carousel .popup-inner {
    overflow: visible
}

.popup-cover .popup.popup-carousel .popup-inner .popup-tabs, .speaker-popup-cover .popup.popup-carousel .popup-inner .popup-tabs {
    position: absolute;
    top: -2.11125rem;
    display: flex;
    left: 0
}

@media (max-width: 900px) {
    /*.popup-cover .popup.popup-carousel .popup-inner .popup-tabs, .speaker-popup-cover .popup.popup-carousel .popup-inner .popup-tabs {*/
    /*    display: block;*/
    /*    position: relative;*/
    /*    left: auto;*/
    /*    bottom: auto*/
    /*}*/
}

.popup-cover .popup.popup-carousel .popup-inner .popup-tabs h3, .speaker-popup-cover .popup.popup-carousel .popup-inner .popup-tabs h3 {
    font-size: 1rem;
    text-transform: uppercase;
    color: #fff;
    transition: color .4s;
    margin: 0 .4rem .1rem 0;
    padding: .4rem 1rem;
    background-color: #000
}

@media (max-width: 900px) {
    /*.popup-cover .popup.popup-carousel .popup-inner .popup-tabs h3, .speaker-popup-cover .popup.popup-carousel .popup-inner .popup-tabs h3 {*/
    /*    background: transparent;*/
    /*    text-decoration: underline*/
    /*}*/
}

.popup-cover .popup.popup-carousel .popup-inner .popup-tabs h3:after, .speaker-popup-cover .popup.popup-carousel .popup-inner .popup-tabs h3:after {
    content: "";
    width: 100%;
    display: block;
    height: 2px;
    background-color: #3b3b3b
}

@media (max-width: 900px) {
    /*.popup-cover .popup.popup-carousel .popup-inner .popup-tabs h3:after, .speaker-popup-cover .popup.popup-carousel .popup-inner .popup-tabs h3:after {*/
    /*    display: none*/
    /*}*/
}

.popup-cover .popup.popup-carousel .popup-inner .popup-tabs h3.active:after, .popup-cover .popup.popup-carousel .popup-inner .popup-tabs h3:hover:after, .speaker-popup-cover .popup.popup-carousel .popup-inner .popup-tabs h3.active:after, .speaker-popup-cover .popup.popup-carousel .popup-inner .popup-tabs h3:hover:after {
    background: #df6d42;
    background: linear-gradient(90deg, #df6d42, rgba(59, 59, 59, 0) 60%)
}

.popup-cover .popup.popup-carousel .popup-inner .popup-tabs h3 a, .popup-cover .popup.popup-carousel .popup-inner .popup-tabs h3 button, .speaker-popup-cover .popup.popup-carousel .popup-inner .popup-tabs h3 a, .speaker-popup-cover .popup.popup-carousel .popup-inner .popup-tabs h3 button {
    border: 0;
    border-radius: 0;
    background: none;
    width: auto;
    display: inline-block;
    margin: 0;
    padding: 0;
    text-decoration: none;
    color: #fff
}

.popup-cover .popup.popup-carousel .carousel .slide img, .speaker-popup-cover .popup.popup-carousel .carousel .slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    display: block
}

.popup-cover .popup.popup-carousel .carousel-nav .next, .speaker-popup-cover .popup.popup-carousel .carousel-nav .next {
    top: calc(50% - 3.15rem);
    right: -8rem
}

.popup-cover .popup.popup-carousel .carousel-nav .prev, .speaker-popup-cover .popup.popup-carousel .carousel-nav .prev {
    top: calc(50% - 3.15rem);
    left: -8rem
}

.popup-cover .popup.popup-assembly, .speaker-popup-cover .popup.popup-assembly {
    padding: 1.1rem .9375rem 0;
    background-image: url(https://d33qd0x2bmhjip.cloudfront.net/ea29e746-c955-49bf-b69a-fe10f70cb00d/images/popup-frame-assembly.png);
    width: 74.625rem;
    height: 42.875rem
}

.popup-cover .popup.popup-assembly.shrink, .speaker-popup-cover .popup.popup-assembly.shrink {
    position: absolute;
    overflow: hidden;
    height: 0;
    width: 0
}

.popup-cover .popup.popup-assembly .popup-inner, .speaker-popup-cover .popup.popup-assembly .popup-inner {
    height: 0;
    padding: 56.25% 0 0;
    overflow: visible
}

@media (max-width: 900px) {
    /*.popup-cover .popup.popup-assembly .popup-inner, .speaker-popup-cover .popup.popup-assembly .popup-inner {*/
    /*    height: auto*/
    /*}*/
}

.popup-cover .popup.popup-assembly .popup-inner.open .sidebar-open, .speaker-popup-cover .popup.popup-assembly .popup-inner.open .sidebar-open {
    opacity: 0;
    left: 0;
    z-index: -2
}

.popup-cover .popup.popup-assembly .popup-inner.open .sidebar, .speaker-popup-cover .popup.popup-assembly .popup-inner.open .sidebar {
    opacity: 1;
    right: calc(100% + 1.25rem)
}

.popup-cover .popup.popup-assembly .popup-inner iframe, .popup-cover .popup.popup-assembly .popup-inner img, .speaker-popup-cover .popup.popup-assembly .popup-inner iframe, .speaker-popup-cover .popup.popup-assembly .popup-inner img, #livestream #clingroup_video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.popup-cover .popup.popup-assembly .language-swap, .speaker-popup-cover .popup.popup-assembly .language-swap {
    position: absolute;
    border: 0;
    border-radius: 0;
    background-color: transparent;
    background: #010101;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 18.8125rem;
    height: 13.5625rem;
    right: -20rem;
    top: -.9rem;
    opacity: 1;
    padding: 4rem 2rem 0;
    box-sizing: border-box
}

@media (max-width: 900px) {
    /*.popup-cover .popup.popup-assembly .language-swap, .speaker-popup-cover .popup.popup-assembly .language-swap {*/
    /*    position: relative;*/
    /*    right: auto;*/
    /*    top: auto;*/
    /*    width: 100%;*/
    /*    height: auto;*/
    /*    background-image: none;*/
    /*    background-color: #000;*/
    /*    display: flex;*/
    /*    padding: 10px 15px;*/
    /*    justify-content: space-between;*/
    /*    margin: 0 0 30px*/
    /*}*/
}

.popup-cover .popup.popup-assembly .language-swap button, .speaker-popup-cover .popup.popup-assembly .language-swap button {
    display: block;
    border: 0;
    padding: 0;
    height: auto;
    width: 100%;
    border-radius: 0;
    background: none;
    font-size: 1.44rem;
    text-transform: uppercase;
    color: hsla(0, 0%, 100%, .22);
    transition: color .4s;
    margin: .3rem 0 1rem;
    text-align: left
}

@media (max-width: 900px) {
    /*.popup-cover .popup.popup-assembly .language-swap button, .speaker-popup-cover .popup.popup-assembly .language-swap button {*/
    /*    width: 48.5%;*/
    /*    box-sizing: border-box;*/
    /*    margin: 0*/
    /*}*/
}

.popup-cover .popup.popup-assembly .language-swap button:after, .speaker-popup-cover .popup.popup-assembly .language-swap button:after {
    content: "";
    width: 100%;
    display: block;
    height: 2px;
    background: #3b3b3b;
    background: linear-gradient(90deg, #3b3b3b, #3b3b3b 60%)
}

.popup-cover .popup.popup-assembly .language-swap button.active, .popup-cover .popup.popup-assembly .language-swap button:hover, .speaker-popup-cover .popup.popup-assembly .language-swap button.active, .speaker-popup-cover .popup.popup-assembly .language-swap button:hover {
    color: #fff
}

.popup-cover .popup.popup-assembly .language-swap button.active:after, .popup-cover .popup.popup-assembly .language-swap button:hover:after, .speaker-popup-cover .popup.popup-assembly .language-swap button.active:after, .speaker-popup-cover .popup.popup-assembly .language-swap button:hover:after {
    background: #df6d42;
    background: linear-gradient(90deg, #df6d42, #3b3b3b 60%)
}

.popup-cover .popup.popup-assembly .sidebar-open, .speaker-popup-cover .popup.popup-assembly .sidebar-open {
    position: absolute;
    border: 0;
    border-radius: 0;
    background-color: transparent;
    background: #010101;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 4.375rem;
    height: 13.9375rem;
    left: -4.95rem;
    top: -1.1rem;
    opacity: 1;
    transition: left .8s, opacity .5s
}

.popup-cover .popup.popup-assembly .sidebar, .speaker-popup-cover .popup.popup-assembly .sidebar {
    position: absolute;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 18.8125rem;
    height: 43rem;
    top: -1.1rem;
    right: calc(100% - 18.8125rem);
    opacity: 0;
    transition: right .4s, opacity .3s;
    z-index: -1;
}
.popup-cover .popup.popup-assembly .sidebar .scroll-container {
    position: absolute;
    width: 90%;
    height: 90%;
}

@media (max-width: 900px) {
    /*.popup-cover .popup.popup-assembly .sidebar, .speaker-popup-cover .popup.popup-assembly .sidebar {*/
    /*    position: relative;*/
    /*    background: none;*/
    /*    height: auto;*/
    /*    top: auto;*/
    /*    right: auto !important;*/
    /*    opacity: 1 !important;*/
    /*    width: auto;*/
    /*    z-index: 1*/
    /*}*/
}

@media (max-width: 900px) {
    .speaker-popup-cover {
        padding-top: 0
    }
}

.open-popup {
    cursor: pointer
}

html {
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    font-size: 16px
}

@media (max-width: 900px) {
    html {
        font-size: 13px !important
    }
}

body {
    font-size: 1em;
    font-weight: 500
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-weight: 500
}

.video-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 1.5rem
}

@media (min-width: 901px) {
    .video-grid.no-desktop-thumb {
        display: block;
        margin: 0
    }

    .video-grid.no-desktop-thumb > button {
        margin: 0;
        background: none !important;
        border: 0;
        opacity: 1
    }

    .video-grid.no-desktop-thumb > button:after, .video-grid.no-desktop-thumb > button > span {
        display: none
    }
}

.video-grid > button {
    display: block;
    height: 8.3125rem;
    width: 23%;
    margin: 0 1% 1.5rem;
    padding: 0;
    cursor: pointer;
    background-color: #9272bb;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    border-radius: 0;
    border: 1px solid #fff;
    position: relative;
    opacity: .85;
    transition: opacity .2s
}

@media (max-width: 900px) {
    .video-grid > button {
        width: 100%;
        height: 12rem
    }
}

.video-grid > button > span {
    opacity: 0;
    transition: opacity .4s;
    color: #fff;
    position: absolute;
    display: block;
    width: 100%;
    font-size: .9rem;
    box-sizing: border-box;
    text-shadow: 0 0 .625rem #000;
    padding: .5rem;
    background-color: rgba(0, 0, 0, .4);
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center
}

@media (max-width: 900px) {
    .video-grid > button > span {
        opacity: 1
    }
}

.video-grid > button:active, .video-grid > button:focus {
    outline: 0
}

.video-grid > button:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 4rem;
    background-image: url(https://d33qd0x2bmhjip.cloudfront.net/ea29e746-c955-49bf-b69a-fe10f70cb00d/images/play.svg);
    transition: background .1s, opacity .1s;
    opacity: 1
}

.video-grid > button:hover {
    opacity: 1
}

.video-grid > button:hover:after {
    background-size: 2rem;
    opacity: .4
}

.video-grid > button:hover > span {
    opacity: 1
}

#popup-video {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    padding: 3rem 15rem;
    box-sizing: border-box;
    z-index: 20
}

@media (max-width: 900px) {
    #popup-video {
        padding: 50px
    }
}

#popup-video .close-video {
    cursor: pointer;
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 3.5rem;
    background: transparent;
    border: 0;
    border-radius: 0;
    width: auto;
    height: auto;
    line-height: 100%;
    color: #fff;
    opacity: .8;
    transition: opacity .3s;
    font-family: arial, sans-serif;
    width: 3rem
}

#popup-video .close-video img {
    width: 100%;
    height: auto;
    display: block
}

#popup-video .close-video:active, #popup-video .close-video:focus {
    outline: 0
}

#popup-video .close-video:hover {
    opacity: 1
}

@media (max-width: 900px) {
    .assembly-hall-body #faq-popup {
        display: none !important
    }
}

.assembly-hall-body .popup-cover, .assembly-hall-body .speaker-cover {
    background-color: transparent;
    align-items: flex-start;
    margin: 5.8rem 0 0
}

@media (max-width: 900px) {
    .assembly-hall-body .popup-cover, .assembly-hall-body .speaker-cover {
        margin: 0
    }
}

.assembly-hall-body.assembly-faq-open .popup-cover, .assembly-hall-body.assembly-faq-open .speaker-cover {
    background-color: rgba(0, 0, 0, .55);
    margin: 0
}

.full-page-menu.assembly-hall-page {
    background-color: #000;
    background-size: cover;
}


.full-page-menu.assembly-hall-page #open-presentation {
    background: transparent
}

.sidebar .scroll-container {
    margin: 0.4rem 0.3125rem 1.25rem .875rem;
    overflow-y: scroll;
}

@media (max-width: 900px) {
    .sidebar .scroll-container {
        margin: 0
    }
}

.sidebar .expand-block.open h3 {
    color: #fff
}

.sidebar .expand-block.open h3:after {
    background: #df6d42;
    background: linear-gradient(90deg, #df6d42, #3b3b3b 60%)
}

.sidebar h3 {
    font-size: 1.44rem;
    text-transform: uppercase;
    color: #fff;
    transition: color .4s;
    margin: .9rem 0 .1rem
}

.sidebar h3:after {
    content: "";
    width: 100%;
    display: block;
    height: 2px;
    background: #df6d42;
    background: linear-gradient(90deg, #df6d42, #3b3b3b 60%)
}

.sidebar p {
    margin: .65rem 0
}

.sidebar a {
    color: #fff;
    text-decoration: none
}

.sidebar a:hover {
    color: #df6d42
}

.stage-door {
    background-image: url(https://d33qd0x2bmhjip.cloudfront.net/ea29e746-c955-49bf-b69a-fe10f70cb00d/images/stage-door.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 14.9rem;
    height: 6.9rem;
    position: fixed;
    bottom: 0;
    right: 2.5625rem;
    cursor: pointer;
    z-index: 15;
    transition: transform .4s
}

@media (max-width: 900px) {
    .stage-door {
        display: block;
        position: relative;
        width: 90%;
        height: auto;
        margin: 0 auto;
        padding-top: 56.25%;
        right: auto;
        bottom: auto
    }
}

.stage-door:after {
    cursor: pointer;
    content: "";
    display: block;
    width: 15rem;
    height: 7rem;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 0 0 60px #87b16f;
    opacity: 1;
    -webkit-animation-name: opacitypulse;
    animation-name: opacitypulse;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@media (max-width: 900px) {
    .stage-door:after {
        display: none
    }
}

.stage-door:hover {
    transform: scale(1.04)
}

.stage-door:hover:after {
    -webkit-animation-duration: .3s;
    animation-duration: .3s
}

.player-banner {
    padding: 2rem;
    color: #fff;
    text-align: left;
    font-size: 1.5rem;
    text-transform: uppercase;
    z-index: 7
}

#poll-question, .player-banner {
    background-image: url(https://d33qd0x2bmhjip.cloudfront.net/ea29e746-c955-49bf-b69a-fe10f70cb00d/images/bg-poll.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    position: absolute;
    width: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    box-sizing: border-box
}

#poll-question {
    height: 100%;
    top: 0;
    padding: 3.5rem 6rem;
    z-index: 5
}

@media (max-width: 900px) {
    #poll-question {
        position: fixed;
        padding: 100px 10px 0;
        overflow: auto
    }
}

#poll-question h4 {
    text-transform: uppercase;
    margin: 0 0 2rem;
    font-size: 1.8rem;
    line-height: 135%;
    color: #fff
}

#poll-question h4.french {
    color: #ef6332
}

#poll-question .choice-list {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    width: 100%;
    list-style: upper-alpha
}

@media (max-width: 900px) {
    #poll-question .choice-list {
        -moz-column-count: 1;
        column-count: 1
    }
}

#poll-question .choice-list li {
    font-size: 1.5rem;
    color: #ef6332
}

#poll-question .choice-list button {
    background-color: hsla(0, 0%, 100%, 0);
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 1rem;
    width: auto;
    display: block;
    display: inline-block;
    transition: background .4s;
    font-size: 1.5rem;
    text-align: left;
    color: #fff
}

#poll-question .choice-list button em {
    font-style: normal;
    display: block;
    color: #ef6332
}

#poll-question .choice-list button:hover {
    background-color: hsla(0, 0%, 100%, .2)
}

.language-split {
    display: flex;
    justify-content: space-between
}

@media (max-width: 900px) {
    .language-split {
        flex-wrap: wrap
    }
}

.language-split > * {
    width: 48.5%
}

@media (max-width: 900px) {
    .language-split > * {
        width: 90%;
        box-sizing: border-box
    }
}

@media (max-width: 900px) {
    /*#livestream {*/
    /*    position: relative;*/
    /*    display: block;*/
    /*    width: 100%;*/
    /*    padding: 56.25% 0 0*/
    /*}*/
}

.bio {
    margin: 0 0 0 1rem
}

.bio .details:after {
    content: "";
    display: block;
    width: 20%;
    height: 2px;
    background-color: #3b3b3b;
    margin: 1rem 0
}

.bio .details p {
    margin: 0
}

.faq-section {
    padding: 0 2rem 7rem
}

.faq-section h3 {
    margin-left: 0 !important
}

.faq-section p {
    margin: 1rem 0 1rem 1.5rem
}

.full-page-menu.library-page {
    background-color: #493f40;
}

.full-page-menu.library-page #institute-deck {
    top: 18rem;
    left: 50rem
}

.full-page-menu.library-page #white-papers {
    top: 32.0625rem;
    left: 53rem
}

.full-page-menu.library-page #all-videos {
    top: 30.75rem;
    left: 80.75rem
}

.full-page-menu.library-page #map-graphic {
    top: 26rem;
    left: 69rem
}

#map-popup .popup-inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%
}

@media (max-width: 900px) {
    #map-popup .popup-inner {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        height: auto;
        width: auto
    }
}

#map-popup #map-video {
    display: block;
    position: absolute;
    top: 29rem;
    left: 3rem;
    width: 23rem;
    height: 15rem
}

@media (max-width: 900px) {
    #map-popup #map-video {
        position: relative;
        top: auto;
        left: auto
    }
}

#map-popup #map-pdf {
    display: block;
    position: absolute;
    top: 7rem;
    left: 37rem;
    width: 16rem;
    height: 22rem
}

@media (max-width: 900px) {
    #map-popup #map-pdf {
        position: relative;
        top: auto;
        left: auto;
        width: auto;
        height: auto;
        color: #fff;
        text-decoration: underline;
        margin-bottom: 30px
    }
}

#book-popup .popup-inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 95%
}

@media (max-width: 900px) {
    #book-popup .popup-inner {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        height: auto;
        width: auto
    }
}

#book-popup #book-pdf {
    display: block;
    position: absolute;
    top: 34rem;
    left: 6rem;
    width: 10rem;
    height: 10.5rem
}

@media (max-width: 900px) {
    #book-popup #book-pdf {
        position: relative;
        top: auto;
        left: auto;
        width: auto;
        height: auto;
        color: #fff;
        text-decoration: underline
    }
}

.full-page-menu.lobby-page {
    background-color: #d0cfcd
}

.full-page-menu.lobby-page #help-desk {
    top: 35rem;
    left: 56rem;
    width: 17.2rem;
    height: 5.4rem;
}

.full-page-menu.lobby-page #library {
    top: 28.5rem;
    left: 73rem;
    width: 8rem;
    height: 3rem;
}

.full-page-menu.lobby-page #assembly-hall {
    top: 14.25rem;
    left: 102.375rem;
    width: 14.5rem;
    height: 8.1875rem;
}

.full-page-menu.lobby-page #assembly-hall-1 {
    top: 26.25rem;
    left: 102.375rem;
    width: 14.5rem;
    height: 8.1875rem;
}

.conference-link{
    text-decoration: none;
}
.conference-link h1{
    padding: 27px;
    text-align: center;
    color: #B09978;
    font-weight: 700;
}

.full-page-menu.lobby-page #assembly-hall-2 {
    top: 37.25rem;
    left: 102.375rem;
    width: 14.5rem;
    height: 8.1875rem;
}

#music-player {
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0
}

#music-player-controls {
    position: fixed;
    bottom: 1.5rem;
    left: 2rem;
    width: 2.5rem;
    height: 2.5rem;
    cursor: pointer;
    z-index: 3;
    background-image: url(https://d33qd0x2bmhjip.cloudfront.net/ea29e746-c955-49bf-b69a-fe10f70cb00d/images/audio.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%
}

#music-player-controls.muted {
    background-image: url(https://d33qd0x2bmhjip.cloudfront.net/ea29e746-c955-49bf-b69a-fe10f70cb00d/images/audio-muted.svg)
}

.full-page-menu.results-page {
    background-image: url(https://d33qd0x2bmhjip.cloudfront.net/ea29e746-c955-49bf-b69a-fe10f70cb00d/images/bg-poll.jpg);
    background-size: cover;
    background-position: 100% 100%;
    padding: 6rem 5.5rem 0;
    box-sizing: border-box
}

.full-page-menu.results-page h2 {
    text-transform: uppercase;
    margin: 0 0 2rem;
    font-size: 3rem;
    line-height: 135%;
    color: #fff
}

.full-page-menu.results-page h2.french {
    color: #ef6332
}

.full-page-menu.results-page .results-data {
    display: flex;
    justify-content: space-between;
    margin-top: 6rem
}

.full-page-menu.results-page .results-graph {
    width: 40%;
    position: relative
}

.full-page-menu.results-page .results-graph .bars {
    position: relative;
    z-index: 3
}

.full-page-menu.results-page .results-graph .bar {
    height: 1rem;
    margin: 1rem 0 0;
    width: 0;
    min-width: 1rem;
    background-color: #fff;
    transition: width 1s
}

.full-page-menu.results-page .results-graph .bar:first-child {
    background-color: #495f62
}

.full-page-menu.results-page .results-graph .bar:nth-child(2) {
    background-color: #6b6f38
}

.full-page-menu.results-page .results-graph .bar:nth-child(3) {
    background-color: #f0b14f
}

.full-page-menu.results-page .results-graph .bar:nth-child(4) {
    background-color: #bc5a06
}

.full-page-menu.results-page .results-graph .bar:nth-child(5) {
    background-color: #892217
}

.full-page-menu.results-page .results-graph .bar:nth-child(6) {
    background-color: #4c2402
}

.full-page-menu.results-page .results-graph .line {
    text-align: center;
    color: #fff;
    position: absolute;
    font-size: 2rem
}

.full-page-menu.results-page .results-graph .line span {
    position: absolute;
    bottom: -3rem;
    left: -.5rem
}

.full-page-menu.results-page .results-graph .line:first-child {
    left: 0
}

.full-page-menu.results-page .results-graph .line:nth-child(2) {
    left: 25%
}

.full-page-menu.results-page .results-graph .line:nth-child(2) span {
    left: -1rem
}

.full-page-menu.results-page .results-graph .line:nth-child(3) {
    left: 50%
}

.full-page-menu.results-page .results-graph .line:nth-child(3) span {
    left: -1rem
}

.full-page-menu.results-page .results-graph .line:nth-child(4) {
    left: 75%
}

.full-page-menu.results-page .results-graph .line:nth-child(4) span {
    left: -1rem
}

.full-page-menu.results-page .results-graph .line:nth-child(5) {
    left: 100%
}

.full-page-menu.results-page .results-graph .line:nth-child(5) span {
    left: -1.5rem
}

.full-page-menu.results-page .results-graph .line:before {
    width: 2px;
    background-color: #fff;
    margin: 0 auto;
    height: 25rem;
    display: block;
    content: ""
}

.full-page-menu.results-page .results-choices {
    width: 55%;
    box-sizing: border-box;
    padding: 0 0 0 10rem
}

.full-page-menu.results-page .results-choices ol {
    list-style: upper-alpha
}

.full-page-menu.results-page .results-choices li {
    font-size: 1.5rem;
    color: #ef6332;
    color: #fff;
    font-size: 2rem;
    position: relative
}

.full-page-menu.results-page .results-choices li:after {
    width: 1rem;
    height: 1rem;
    display: block;
    position: absolute;
    top: .5rem;
    left: -4rem;
    background-color: #fff;
    content: ""
}

.full-page-menu.results-page .results-choices li:first-child:after {
    background-color: #495f62
}

.full-page-menu.results-page .results-choices li:nth-child(2):after {
    background-color: #6b6f38
}

.full-page-menu.results-page .results-choices li:nth-child(3):after {
    background-color: #f0b14f
}

.full-page-menu.results-page .results-choices li:nth-child(4):after {
    background-color: #bc5a06
}

.full-page-menu.results-page .results-choices li:nth-child(5):after {
    background-color: #892217
}

.full-page-menu.results-page .results-choices li:nth-child(6):after {
    background-color: #4c2402
}

.full-page-menu.results-page .results-choices li em {
    font-style: normal;
    display: block;
    color: #ef6332
}

.speaker-popup-cover .mobile-content .img {
    width: 30%;
    display: inline-block;
    float: left;
}
.speaker-popup-cover .mobile-content .img img {
    width: 100%;
}
.speaker-popup-cover .mobile-content .bio {
    width: 70%;
    display: inline-block;
    float: left;
}
.speaker-popup-cover .popup.popup-videos{
    padding:2.3125rem 2.1875rem 1.875rem;
    width:84.3125rem;
    height:52.375rem;
}
.speaker-popup-cover .popup.popup-videos {
    padding: 2.3125rem 2.1875rem 1.875rem;
    width: 60%;
    margin: auto;
    height: 100%;
    background: #fff;
    color: #000;
}

.bio .details:after {
    content: "";
    display: block;
    width: 30%;
    height: 2px;
    background-color: #3b3b3b;
    margin: 1rem 0
}

.bio .details p {
    margin: 0
}

.bio .details {
    padding: 0 0 1rem 4rem;
}
.bio .about {
    padding: 0 0 0 4rem;
}
.bio {
    font-size: 1.3em;
}
.bio {
    margin: 0
}
.speaker-popup-cover .popup.popup-videos .popup-inner h3:after {
    content: "";
    height: 2px;
    background-color: #3b3b3b;
    display: block;
    width: 27rem;
    margin: 1rem 0 0
}
.speaker-popup-cover .popup.popup-videos {
    padding: 2.3125rem 2.1875rem 1.875rem;
    width: 60%;
    margin: auto;
    height: 100%;
    background: #fff;
    color: #000;
}
.speaker-popup-cover.mobile-accordion {
    height: 80%;
}
.speaker-popup-cover .mobile-content {
    height: 100%;
}
.speaker-popup-cover .mobile-content {
    height: 100%;
}
.vertical {
    writing-mode: tb-rl !important;
    color: #fff;
    -webkit-transform: rotate(180deg);
    margin: auto;
}
.full-page-menu.assembly-hall-page {
    background-color: #000;
    background-size: 100% 100% !important;
    margin-top: 6rem;
}

.scroll-hint {
    position: fixed;
    top: 50%;
    margin-top: -21px;
    right: 10px;
    display: none;
}

@media (max-width: 900px) {
    .header-logo {
        display: none !important;
    }
    .full-page-menu.lobby-page #library {
        top: 23.5rem;
        left: 60rem;
    }
    .full-page-menu.lobby-page #help-desk {
        top: 30rem;
        left: 47rem;
        width: 12.2rem;
        height: 3.4rem;
    }
    .full-page-menu.lobby-page #assembly-hall {
        top: 11.25rem;
        left: 85.375rem;
        width: 12.5rem;
        height: 8.1875rem;
    }
    .full-page-menu.library-page #institute-deck {
        top: 15rem;
        left: 41rem;
    }
    .full-page-menu.library-page #all-videos {
        top: 26.75rem;
        left: 65.75rem;
    }
    .scroll-hint {
        display: block;
    }
}

.scroll-hint .fa {
    animation:op 3s ease infinite;
}
@keyframes op{
    0%{
        opacity:0.5;
    }
    50%{
        opacity:1;
    }
    100%{
        opacity:0.5;
    }
}

#close-assembly{
    width: 6rem;
    height: 6rem;
    font-size: 6rem;
    line-height: 6rem;
    color: #fff;
    background: none;
    cursor: pointer;
    opacity: .55;
    transition: opacity .4s;
    position: absolute;
    top: -6rem;
    right: -6rem;
    border-radius: 0;
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
}

.ask-question-container {
    position: relative;
}

button#ask-question-btn {
    position: absolute;
    top: -2rem;
    left: -18rem;
    padding: 10px 30px;
    background-color: #00579C;
    border: none;
    color: #fff;
}
button#ask-survey-btn {
    position: absolute;
    top: -6rem;
    left: -18rem;
    padding: 10px 54px;
    background-color: #00579C;
    border: none;
    color: #fff;
}
#agenda-btn {
    text-decoration: none;
    position: absolute;
    top: -10.3rem;
    left: -18rem;
    padding: 10px 52px;
    background-color: #00579C;
    border: none;
    color: #fff;
    font: 13.3333px Arial;
}

div#ask-question {
    position: absolute;
    width: 33%;
    height: 14rem;
}

@media (max-width: 900px) {
    #ask-question {
        width: 80%!important;
        background: #fff!important;
    }
    div#survey{
        width: 90%!important;
        background: #fff!important;
    }
}

output{
    font-size: 0.8rem;
}
div#survey {
    position: absolute;
    width: 63rem;
    height: 40rem;
}
.bold{
    font-weight: bold;
}
#question-frm button.btn , #survey button.btn {
    color: #fff;
    background-color: #0f74a8;
    border: none;
    padding: 10px 30px;
    float: left;
}
#question-frm #ask-question-close-btn , #survey #survey-close-btn {
    color: #fff;
    background-color: #fb4934;
    border: none;
    padding: 10px 30px;
    float: right;
}