@font-face {
    font-family: 'wellcomebold';
    src: url('./fonts/wellcome-bold-webfont.woff2') format('woff2'),
        url('./fonts/wellcome-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'helveticaneue_lt_bold';
    src: url('./fonts/helvetica-neue-lt-std-75-bold-webfont.woff2') format('woff2'),
        url('./fonts/helvetica-neue-lt-std-75-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'helveticaneue_lt';
    src: url('./fonts/Inter-Regular.woff2') format('woff2'),
        url('./fonts/Inter-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

* {
    font-family: 'helveticaneue_lt';
}

.auth-show {
    display: none !important;
}

a {
    text-decoration: none !important;
}

body {
    margin: 0;
    scroll-behavior: smooth;
}

h2 {
    font-family: 'wellcomebold';
    font-size: 24px;
    font-weight: normal;
    margin-top: 0;
}

h2:after {
    content: '';
    display: block;
    width: 35px;
    height: 5px;
    background-color: #FEC200;
    margin: 23px 0;
}

.title-wrap h2 {
    margin-bottom: 0;
}

.title-wrap h2:after {
    margin-bottom: 0;
}

p,
li {
    font-size: 16px;
    line-height: 24px;
}

ul {
    padding-inline-start: 16px;
}

li {
    padding-left: 13px;
    margin-bottom: 1rem;
}

ul li {
    list-style-image: url(/img/bullet.png);
}

img {
    width: 100%;
    height: auto;
}

.btn {
    display: block;
    text-align: center;
    background-color: #FEC200;
    padding: 15px;
    border-radius: 10px;
    color: #000;
    border: 0;
    text-decoration: none;
    margin-bottom: 5px;
    width: 100%;
    font-size: 16px;
}

.btn-alt {
    background-color: #CBEEBA;
}

.btn.disabled {
    opacity: 0.8;
    pointer-events: none;
}

#header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #FFFDE2;
    padding: 13px 16px;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
}

#header img {
    max-width: 50px;
}

#header .left {
    width: 32px;
}

#header .left img {
    max-height: 32px;
    width: auto;
    max-width: unset;
}

#header .right img {
    max-height: 20px;
    width: auto;
    max-width: unset;
}

.fold-menu {
    position: fixed;
    width: 100%;
    height: calc(100vh - 70px - 80px);
    background-color: #fff;
    top: 80px;
    z-index: 1999;
    display: none;
    overflow: scroll;
}


.welcome .fold-menu {
    height: calc(100vh - 130px);
}

.no-auth .fold-menu {
    height: calc(100vh - 80px);
}

.fold-menu ul {
    padding: 0;
    margin: 5%;
    list-style: none;
    padding-bottom: 80px;
}

.fold-menu li {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer-menu {
    display: flex;
    position: fixed;
    width: 100%;
    flex-wrap: wrap;
    bottom: 0;
    z-index: 2000;
    justify-content: space-between;
    padding: 10px 16px;
    background-color: #FFFDE2;
}

#footer-menu a {
    background-color: #101223;
    padding: 10px;
    height: 50px;
    width: 50px;
    border-radius: 10px;
}

#footer-menu a.active {
    background-color: #FEC200;
}

#footer-menu a.active img {
    filter: invert(1);
}

#footer-menu a img {
    width: auto;
    height: 30px;
    display: block;
    margin: 0 auto;
}

#content {
    margin-top: 80px;
    margin-bottom: 100px;
}

.content-panel {
    background-color: #FFFDE2;
    padding: 20px;
}

.content-panel h3 {
    margin-top: 0;
}

.feature {
    display: flex;
    margin-bottom: 15px;
    line-height: 24px;
}

.feature img {
    width: 20px;
    height: auto;
}

.feature .icon {
    background-color: #101223;
    padding: 10px;height: 40px;
    border-radius: 10px;
    margin-right: 15px;
}

.form-group.hidden {
    display: none;
}

.form-group label {
    margin-bottom: 10px;
    display: block;
}

.form-group input {
    display: block;
    width: 100%;
    padding: 16px 20px;
    margin-bottom: 5px;
    border-radius: 5px;
    border: 1px solid #040000;
    font-size: 16px;
}

.form-group input:last-child {
    margin-bottom: 10px;
}

h1.login-title {
    font-size: 20px;
    margin-bottom: 20px;
}

a.password-forget {
    color: #040000;
    margin-bottom: 10px;
    display: block;
}

body.map #content {
    margin-bottom: 0;
}

.content-wrap {
    margin: 5%;
}

.title-wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 23px;
}

.title-wrap img {
    width: 50px;
    margin: 0 auto;
    display: block;
}

.title-wrap .mi {
    font-weight: bold;
    color: #040000;
    text-align: center;
}

#map-wrap {
    height: calc(100vh - 80px - 70px);
    width: 100%;
}

.leaflet-container {
    background: #fff;
}

.leaflet-control-attribution.leaflet-control {
    display: none;
}

.leaflet-popup {
    width: 280px;
}

.leaflet-popup-tip {
    display: none;
}

.leaflet-popup-content-wrapper {
    border-radius: 0;
    background-color: #FFFDE2;
}

.custom-tooltip a {
    width: 100%;
    background-color: #FEC200;
    display: block;
    text-align: center;
    padding: 10px 0;
    color: #000;
    text-decoration: none;
    border-radius: 4px;
}

.map-options {
    position: fixed;
    bottom: 70px;
    background-color: #fec200;
    z-index: 1001;
}

#marker-select {
    width: 100%;
    padding: 14.4px;
    z-index: 1000;
    appearance: none;
    -webkit-appearance: none;
    background-color: #FEC200;
    border: 0;
    color: #000;
    font-size: 16px;
}

#sensory-select {
    width: 100%;
    padding: 14.4px;
    z-index: 1000;
    appearance: none;
    -webkit-appearance: none;
    background-color: #CBEEBA;
    border: 0;
    color: #000;
    font-size: 16px;
}

#marker-select-arrow {
    position: fixed;
    bottom: 87px;
    right: 20px;
    z-index: 1001;
    width: 18px;
}

#sensory-select-arrow {
    position: fixed;
    bottom: 135px;
    right: 20px;
    z-index: 1001;
    width: 18px;
}

.sensory-menu {
    position: fixed;
    bottom: 117px;
    width: 100%;
    padding: 8px 12px;
    z-index: 1000;
    display: flex;
    background-color: #CBEEBA;
    align-items: center;
    justify-content: space-around;
}

.sensory-menu div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sensory-menu img {
    width: 32px;
    height: 32px;
}

.sensory-tooltips {
    position: absolute;
    bottom: -120px;
    height: 50px;
    width: 50%;
    left: 25%;
    display: flex;
    justify-content: space-between;
}

.sensory-tooltip {
    width: 46px;
    height: 46px;
    background-color: blue;
    border-radius: 50%;
}

#zone-select.active {
    background-color: #FFFDE2;
}

#zone-accord {
    margin: 15px 0;
    display: none;
}

#zone-accord a {
    margin-bottom: 3px;
}

.header-strap {
    background-color: #FEC200;
    color: #000000;
    display: flex;
    align-items: center;
    padding: 15px 23px;
    font-size: 16px;
}

.header-strap.bw {
    flex-direction: row-reverse;
}

.header-strap img {
    width: 16px;
    margin-right: 20px;
}

.hs-zone img {
    margin-right: 0;
}

.hs-zone > * {
    margin-right: 10px !important;
}

.hs-zone a {
    color: #000;
}

.header-strap.bw img {
    margin-left: 20px;
    margin-right: 0;
}

.question {
    background-color: #F3F4F8;
    border: 1px solid #040000;
    padding: 16px 32px;
    font-size: 16px;
}

#qa-form textarea {
    width: 100%;
    font-size: 16px;
    padding: 10px;
    background-color: #FFFDE2;
    border: 0;
    border-radius: 4px;
    height: 150px;
    margin-bottom: 15px;
}

#confirmation-message {
    display: none;
    height: calc(100vh - 80px - 70px - 50px);
    background-color: #ffffffd6;
    position: fixed;
    width: 100%;
    top: 130px;
    padding: 20px;
}

#confirmation-message .middle {
    background-color: #D1EAEC;
    padding: 20px;
}

.inactive-message {
    background-color: #D1EAEC;
    padding: 20px;
}

.engage-question #confirmation-message {
    padding: 0 !important;
}

.engage-question #confirmation-message .middle {
    padding: 9px !important;
    font-size: 16px !important;
    top: 20px !important;
    text-align: left !important;
}

div#error-box {
    text-align: center;
    margin-top: 15px;
    font-weight: bold;
    font-size: 18px;
}

.poll-form .option input {
    display: none;
}

.poll-form .option {
    background-color: #F3F4F8;
    padding: 16px 12px;
    border: 1px solid #040000;
    margin-bottom: 5px;
    border-radius: 5px;
}

.poll-form .options {
    margin-bottom: 12px;
}

.ar #content,
.collection #content {
    margin-bottom: 70px;
}

#trans-message {
    padding: 20px;
    background-color: #D1EAEC;
}

.agenda #content {
    margin-bottom: 70px;
}

.agenda .content-wrap {
    padding-top: 5%;
}

.social #message {
    padding: 20px;
    background-color: #D1EAEC;
    display: none;
    margin-bottom: 10px;
}

span#charcount {
    position: absolute;
    bottom: 50%;
    right: 15px;
}

form.social-form {
    position: relative;
}

.socialwall #content {
    margin-top: 130px;
    margin-bottom: 70px;
}

.ar-exhibit {
    padding: 5%;
}

.ar-exhibit:nth-child(even) {
    background-color: #FFFDE2;
}

.ar-exhibit:nth-child(odd) {
    background-color: #D1EAEC;
}

.holding-msg {
    margin: 5%;
    padding: 20px;
    background-color: #D1EAEC;
    line-height: 24px;
}

.holding-msg.nomar {
    margin: 0;
}

.audio-block:nth-child(even) {
    background-color: #FFFDE2;
}


.audio-block:nth-child(odd) {
    background-color: #D1EAEC;
}

.image-upload img {
    width: 32px;
    margin-right: 10px;
}

.image-upload {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
}

#image_field {
    display: none;
}

.social-form textarea {
    width: 100%;
    font-size: 16px;
    padding: 10px;
    background-color: #FFFDE2;
    border: 0;
    border-radius: 4px;
    height: 150px;
    margin-bottom: 15px;
    color: #040000;
}

.socialwall .header-strap {
    position: fixed;
    width: 100%;
    top: 80px;
}

.socialwall .fold-menu .header-strap {
    position: unset;
    top: unset;
    width: unset;
}

.content-wrap {
    padding-top: 0.01%;
}

div#image-preview {
    border-radius: 10px;
}

.comment {
    padding: 5%;
    display: flex;
    margin-bottom: 5px;
    flex-direction: column;
    background-color: #D1EAEC;
}

.comment.inactive {
    display: none;
}

.comment img {
    width: 100%;
    height: auto;
}

.comment .name {
    font-weight: bold;
}

.collection .content-wrap,
.socialwall .content-wrap,
.faqs .content-wrap,
.terms .content-wrap,
.privacy .content-wrap,
.venueinformation .content-wrap,
.wifi .content-wrap,
.accessibility .content-wrap {
    padding-top: 5%;
}

.faq-item {
    margin-bottom: 10px;
}

.faq-item a,
.venueinformation #content a,
.accessibility #content a,
.terms #content a,
.disclaimer a,
.tx-link {
    font-weight: bold;
    color: #000;
    text-decoration: underline !important;
}

.tx-link 

.terms #content td {
    line-height: 24px;
}

.terms #content tr {
    border-spacing: 20px 0;
}

.map {
    margin-bottom: 1rem;
}

.repo-section {
    margin-bottom: 5px;
}

.repo-section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #FEC200;
    padding: 15px 20px;
    font-size: 16px;
    line-height: 24px;
}

.repo-section-header img {
    width: 15px;
    height: auto;
    transition: 0.2s;
    transform: rotateZ(0deg);
    margin-left: 5px;
}


.repo-section-header.active img {
    transform: rotateZ(180deg);
}

.repo-body {
    display: none;
    background-color: #FFFDE2;
}

.repo-item {
    padding: 2.5% 5%;
}

#interactive-iframe {
    height: 500px;
}

iframe {
    border: 0;
}

.transcription iframe {
    margin-bottom: -120px;
}

form#choice-form {
    padding: 5%;
}

/* #comment-pages {
    display: flex;
    flex-direction: column-reverse;
} */

.comment-page {
    display: flex;
    flex-direction: column-reverse;
}

.comment-user {
    order: 3;
    font-weight: bold;
}

.engage-question form#choice-form {
    padding: 0;
}

.engage-question label,
.choice-question label {
    margin-bottom: 30px;
}

.engage-question.text-question input[type=text] {
    background-color: #FFFDE2;
    border: 0;
    font-size: 1rem;
}

.engage-question.textarea-question textarea {
    width: calc(100% - 7px);
    background-color: #FFFDE2;
    border: 0;
    height: 200px;
    margin-bottom: 20px;
    font-size: 1rem;
}

.engage-question .btn,
.choice-question .btn {
    border: 0;
}

.choice-question .option.btn {
    background-color: #FFFDE2;
    width: calc(100% - 30px);
    color: #000;
    margin-bottom: 10px;

}


.choice-question .option.btn.selected {
    background-color: #CBEEBA;
}

@supports (-webkit-touch-callout: none) {
    #footer-menu {
        padding-bottom: 30px;
    }

    #content {
        margin-bottom: 125px;
    }

    .fold-menu {
        height: calc(100vh - 80px);
    }

    #map-wrap {
        height: calc(100vh - 100px - 80px);
    }

    #confirmation-message {
        height: calc(100vh - 90px - 70px - 50px);
    }

    #interactive-iframe {
        height: 500px
    }

    .map-options {
        bottom: 90px;
    }

    #marker-select-arrow {
        position: fixed;
        bottom: 107px;
    }

    #sensory-select-arrow {
        bottom: 155px;
    }

    .modal-dialog {
        height: calc(100vh - 90px - 70px - 50px);
    }
}

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    top: 80px;
    height: calc(100vh - 80px - 70px);
    overflow: scroll;
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (0.5rem * 2));
}

.modal-content {
    background-color: #fff;
    height: 100%;
}


.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
}

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 5%;
    background-color: #fff;
}

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
}

.modal-footer> :not(:first-child) {
    margin-left: .25rem;
}

.modal-footer> :not(:last-child) {
    margin-right: .25rem;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

.session-location img {
    width: 40px;
}

.session-location {
    position: absolute;
    right: 0;
}

.session-location .mi {
    display: flex;
    flex-direction: column;

}

.session-location span {
    font-weight: bold;
    text-align: center;
    color: #000;
}

.session-holder .content-wrap {
    position: relative;
}

@media (min-width: 576px) {

    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 800px;
    }
}

.session-holder {
    margin-bottom: 5px;
}

.session-holder:last-of-type {
    margin-bottom: 0;
}

.session-type-Registration {
    background-color: #cbeeba;
}

.session-type-Everyone {
    background-color: #fff9b3;
}

.session-type-Chosen {
    background-color: #d1eaec;
}

.session-type-Lunch {
    background-color: #F9CDCA;
}

.session-holder .content-wrap {
    margin: 0 5%;
    padding: 15px 0;
}

.session-time {
    margin: 15px 0;
}

.session-title {
    font-weight: bold;
}

.speaker-image {
    width: 60px;
    border-radius: 50%;
}

.modal .header-strap {
    position: fixed;
    top: 80px;
    z-index: 2000;
    width: 100%;
}

.modal .speaker-image {
    width: 200px;
    margin-bottom: 25px;
    margin-top: 60px;
}

.modal h3 {
    font-size: 22px;
    margin: 0 0 15px;
}

.modal .jobtitle {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 25px;
    display: block;
}

.modal .biography:before {
    content: '';
    display: block;
    width: 35px;
    height: 5px;
    background-color: #FEC200;
}

.audio-wrap {
    margin: 15px 0;
}

div.control-container {
    margin-top: 10px;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.amplitude-play-pause {
    width: 38.74px;
    height: 35px;
    cursor: pointer;
    float: left;
    border: 0;
    margin-right: 10px;
}

.amplitude-play-pause.amplitude-paused {
    background: url("/img/play.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.amplitude-play-pause.amplitude-playing {
    background: url("/img/pause.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.meta-container {
    flex: 1;
    margin-left: 20px;
    display: flex;
}


div.time-container {
    font-size: 16px;
    color: #000;
    display: block;
    height: 20px;
}

progress.amplitude-song-played-progress {
    background-color: #101223;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 5px;
    display: block;
    cursor: pointer;
    border: none;
}

input.amplitude-song-slider {
    width: 100%;
}

.amplitude-song-slider {
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    cursor: pointer;
}

.amplitude-song-slider::-webkit-slider-runnable-track {
    background: #101223;
    height: 4px;
}

.amplitude-song-slider::-moz-range-track {
    background: #101223;
    height: 4px;
}

.amplitude-song-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    /* Override default look */
    appearance: none;
    margin-top: -6px;
    /* Centers thumb on the track */
    background-color: #FEC200;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    border: 3px solid #101223;
}

.caption-wrap .main-content {
    border-left: 10px solid #009BB2;
    padding-left: 20px;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 24px;
}

.caption-wrap .foldable-content {
    border-left: 10px solid #FEC200;
    padding-left: 20px;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 24px;
}

.transcript-btn {
    background-color: #FEC200;
    padding: 6px 12px;
    display: inline-block;
    color: #000;
}

.folded {
    margin-top: 15px;
    display: none;
}

.folded p {
    margin-top: 0;
}


@media (min-width: 800px) {
    body {
        width: 800px;
        margin: 0 auto;
    }

    #header,
    #footer-menu,
    .sensory-menu,
    #marker-select,
    .fold-menu,
    .socialwall .header-strap,
    #sensory-select,
    #marker-select,
    .map-options,
    .modal .header-strap {
        width: 800px;
    }

    #sensory-select-arrow,
    #marker-select-arrow {
        display: none;
    }

    .modal {
        width: 800px;
        margin: 0 auto;
    }

}