figure {
    max-width: 64rem;
    width: 100%;
    margin: 1.25rem auto;
    padding: 1.051%
}

video {
    width: 100%
}

.controls,
.controls>* {
    padding: 0;
    margin: 0
}

.controls {
    background: 0 0;
    width: 100%;
    height: 8.0971659919028340080971659919028%;
    position: relative
}

.controls>* {
    float: left;
    width: 3.90625%;
    height: 100%;
    margin-left: .1953125%;
    display: block
}

.controls>:first-child {
    margin-left: 0
}

.controls .progress {
    cursor: pointer;
    width: 75.390625%
}

.controls button {
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    border: none;
    cursor: pointer;
    text-indent: -99999px;
    background: 0 0/contain no-repeat
}

html:-ms-fullscreen {
    width: 100%
}

:-webkit-full-screen {
    background-color: transparent
}

video:-webkit-full-screen+.controls {
    background: #ccc
}

video:-webkit-full-screen+.controls progress {
    margin-top: .5rem
}

figure[data-fullscreen=true] video::-webkit-media-controls {
    display: none !important
}

figure[data-fullscreen=true] {
    max-width: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    max-height: 100%
}

figure[data-fullscreen=true] .controls {
    position: absolute;
    bottom: 2%;
    width: 100%;
    z-index: 2147483647
}

figure[data-fullscreen=true] .controls li {
    width: 5%
}

figure[data-fullscreen=true] .controls .progress {
    width: 68%
}

table.tbl-survey {
    color: #ffead7;

    align-items: center;
    justify-content: center;
    border-collapse: collapse;
}

/* table.tbl-survey tr th p {
    color: #ffead7;
  } */
table.tbl-survey tr th {
    font-weight: bold;
}

table.first-questions tr th {
    width: 20%;
}

table.second-questions tr th {
    width: 16.6%;
}

table.tbl-survey tr th, table.tbl-survey tr td {
    text-align: center;
    border: 1px solid #ddd;
}

table.tbl-survey label {
    margin-right: 10px;
}

form.survey-original .surv-ques ul.inline li {
    padding: 0 0.2em;
}

form#frmSurvey a.check-again {
    color: #ffead7;
    text-decoration: underline;
}

/* table.tbl-survey .surv-radio::before {
    left: 6px;
  } */


/* A/B testing table - mobile */
@media (max-width: 767px) {
    table.tbl-survey tbody {
        display: flex;
        flex-direction: row;
    }

    table.tbl-survey tr {
        display: flex;
        flex-direction: column;
    }

    table.first-questions tr th {
        min-width: 22vh;
    }

    table.second-questions tr th {
        min-width: 22vh;
    }

    table.tbl-survey tr td {
        min-width: 16vh;
    }
}

/* Footer menu */
nav.menu--footer .visually-hidden {
    display: none !important;
}

nav.menu--footer ul.navbar-nav {
    flex-direction: row;
    column-gap: 10px;
}

nav.menu--footer a.nav-link {
    color: #ffead7;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.6;
}

@media (max-width: 767px) {
    nav.menu--footer ul.navbar-nav {
        justify-content: center;
    }
}