html
{
    font-size: 17px;
}

@supports (font: -apple-system-body)
{
    html
    {
        font: -apple-system-body;
    }
}

body
{
    margin: 0;
    padding: 0;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block !important; /* preventing flash of unstyled content */
}

    body.fixed-next
    {
        padding-bottom: 84px;
    }

.title-image
{
    text-align: center;
    padding-top: 16px;
}

    .title-image img
    {
        width: 60px;
        height: 60px;
    }

h1
{
    text-align: center;
    font-size: 1.7em;
    padding: 16px;
    padding-bottom: 0;
    margin: 16px;
    line-height: 1.17em;
    font-weight: normal;
    margin: 0;
    color: #262262;
    font-weight: bold;
}

p
{
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 16px;
    margin-top: 16px;
    line-height: 1.5em;
    text-align: left;
    font-size: .94em;
}

.transcript p
{
    color: #555555;
    text-align: left;
    font-size: 0.82em;
}

a
{
    color: #216fb4;
    text-decoration: none;
}

.player-wrapper
{
    max-width: 100%;
    margin: 0px auto;
    text-align: center;
    height: 225px;
    text-align: center;
    background: #000;
}

    .player-wrapper > .player
    {
        display: inline-block;
        position: relative;
        height: 225px;
        width: 100%;
    }

    .player-wrapper iframe
    {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background: #000;
        overflow: hidden;
    }

.fixed-next .next-button
{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    box-sizing: border-box;
    background-color: rgba(255,255,255,1);
    border-top: solid 1px #eee;
    box-shadow: 0px 0px 5px #eee;
}

.long-form-container
{
    padding: 16px;
}

    .long-form-container h1, .long-form-container p
    {
        padding: 0;
    }

.next-button
{
    padding: 16px;
}

    .next-button button
    {
        width: 100%;
        box-sizing: border-box;
        padding: 16px;
        background: linear-gradient(to right, #f38d7a 0%,#f8c954 100%);
        font-size: 1em;
        color: #262262;
        text-transform: uppercase;
        font-weight: bold;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        letter-spacing: .25em;
    }

        .next-button button:disabled
        {
            background: #FFF;
            border: solid 1px #ddd;
            color: #999;
        }

.answer
{
    border-top: solid 1px #ddd;
    text-align: left;
}

    .answer label
    {
        font-weight: bold;
        text-align: left;
        padding-left: 0px;
        font-size: 0.94em;
    }

    .answer .form-item
    {
        max-width: 99% !important;
        min-width: 49% !important;
        display: inline-block !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        width: 0 !important;
    }

    .answer .answer-value
    {
        border: none;
        padding: 10px;
        width: 100%;
        box-sizing: border-box;
        font-size: 0.94em;
        line-height: 1.17em;
    }


.address-choice
{
    position: relative;
    padding: 16px;
    padding-left: 48px;
    border-top: solid 1px #ddd;
    border-left: none;
    border-right: none;
}

    .address-choice:last-child
    {
        border-bottom: solid 1px #ddd;
    }

    .address-choice input[type=radio]
    {
        position: absolute;
        left: 16px;
        top: 16px;
    }

    .address-choice label
    {
        font-size: 0.94em;
        line-height: 1.17em;
    }

    .address-choice.selected label
    {
        font-weight: bold;
    }

    .address-choice .new-address
    {
        display: none;
        margin-top: 16px;
    }

    .address-choice.selected .new-address
    {
        display: block;
    }

    .address-choice.address-choice-new
    {
        border-bottom: solid 1px #ddd;
    }

.loading-overlay
{
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    padding-top: 100px;
    background-color: rgba(255,255,255,.5);
}

.highway-patrol
{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background-color: rgba(255,255,255,.9);
    display: none;
}

    .highway-patrol .highway-patrol-message
    {
        position: absolute;
        left: 32px;
        top: 32px;
        right: 32px;
        border-radius: 5px;
        background: #FFF;
        padding: 0;
        text-align: center;
        box-shadow: 0px 0px 5px #aaa;
    }

        .highway-patrol .highway-patrol-message p
        {
            text-align: center;
            font-size: 1em;
            line-height: 1.24em;
            margin-bottom: 0px;
        }

        .highway-patrol .highway-patrol-message .next-button
        {
            position: relative;
            box-shadow: none;
            border: none;
            padding: 16px;
            background: none;
        }
