#inner #header.survivors-speak-2019-transport-waiver,
#inner #header.survivors-speak-2020-waiver-forms,
#inner #header.survivors-speak-2019-media-waiver {
    background: rgba(12,47,84,0.95);
}

#sig-form {
    padding-top: 40px;
}

#form-signature {
    margin: 0 5px;
    padding-top: 150px;
}
.signature-form-container {
    width: auto;
    max-width: 850px;
    margin: 0 auto;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.signature-form-inner {
    width: 100%;
    position: relative;
}
.signature-form-container img {
    /*
    position: absolute;
    left: 0;
    top: 0;
    */
    width: 100%;
    position: relative;
    z-index: 1;
}

.signature-pad,
.signature-pad2,
.signature-pad3,
.signature-pad4 {
    position: absolute;
    z-index: 25;
    background: rgba(0,0,0,.10);
    transition: background-color 150ms ease;
}

.signature-form-container input.text {
    position: absolute;
    z-index: 20;
    color: #000000;
    padding: 5px;
    border: 0;
    font-size: 14px;
    background: rgba(0,0,0,.10);
    transition: background-color 150ms ease;
}
.signature-form-container input.checkbox {
    position: absolute;
    z-index: 20;
}
.signature-form-container input.text:focus {
    background: rgba(0,0,0,.25);
}

#signature-form-actions {
    padding-top: 25px;
    text-align: center;
}
#signature-form-actions button {
    margin: 5px;
    max-width: 280px;
    line-height: normal;
    padding: 10px 20px;
}

#signature-form-actions button#signature-form-save.processing {
    background: url('../images/loading.gif') 10px center no-repeat #FFF;
}

#signature-form-actions .link-btn {
    background: none;
    border: 0;
    padding: 5px 15px;
    font-size: 16px;
}
.form-fields label {
    display: none;
}

/* Specific Forms */

/* Transportation Waiver */
#transportation-waiver input.text {
    height: 28px;
}
#transportation-waiver input.text.printed-name {
    width: 60%;
    left: 24%;
    bottom: 24.5%;
}
#transportation-waiver input.text.date {
    left: 63.5%;
    bottom: 27.5%;
    width: 178px;
}
#transportation-waiver .checkbox.under_18 {
    left: 22.5%;
    bottom: 19.5%;
    width: 20px;
    height: 20px;
}
#transportation-waiver input.text.transportation_birthday {
    left: 35.5%;
    bottom: 15.5%;
    width: 330px;
}
#transportation-waiver input.text.legal-parent-name {
    left: 37%;
    bottom: 12%;
    width: 407px;
}
#transportation-waiver input.text.legal-parent-email {
    left: 37%;
    bottom: 16%;
    width: 400px;
}
#transportation-waiver input.text.legal-parent-phone {
    left: 42.5%;
    bottom: 1%;
    width: 313px;
}
#transportation-waiver .signature-pad {
    left: 21%;
    bottom: 27.5%;
    width: 325px;
    height: 80px;
}
#transportation-waiver .signature-pad4 {
    left: 39.25%;
    bottom: 4%;
    width: 325px;
    height: 80px;
}


/* Media Form */
#media-waiver input.text {
    height: 28px;
}
#media-waiver input.text.printed-name {
    width: 61%;
    left: 24%;
    bottom: 30.25%;
}
#media-waiver input.text.date {    
    left: 67.25%;
    bottom: 33.5%;
    width: 153px;
}
#media-waiver .checkbox.under_18 {
    left: 16.5%;
    bottom: 23.5%;
    width: 20px;
    height: 20px;
}
#media-waiver input.text.media_birthday {
    left: 30%;
    bottom: 20.5%;
    width: 253px;
}
#media-waiver input.text.legal-parent-name {
    left: 37.5%;
    bottom: 17.75%;
    width: 407px;
}
#media-waiver input.text.legal-parent-email {
    left: 37%;
    bottom: 16%;
    width: 400px;
}
#media-waiver input.text.legal-parent-phone {
    left: 43.5%;
    bottom: 6.25%;
    width: 357px;
}
#media-waiver input.text.media_parent_date {
    left: 70.5%;
    bottom: 9.5%;
    width: 124px;
}
#media-waiver .signature-pad2 {
    left: 21%;
    bottom: 33.5%;
    width: 325px;
    height: 80px;
}
#media-waiver .signature-pad3 {
    left: 40%;
    bottom: 9.5%;
    width: 220px;
    height: 80px;
}

/*
#media-waiver input.text {
    height: 28px;
    left: 38%;
    width: 48.5%;
}
#media-waiver input.text.printed-name { top: 51.5%; }
#media-waiver input.text.address { top: 54.5%; }
#media-waiver input.text.email { top: 58%; }
#media-waiver input.text.phone { top: 61%; }
#media-waiver input.text.legal-parent-name { top: 72.1%; }
#media-waiver input.text.legal-parent-address { top: 75.25%; }
#media-waiver input.text.date { top: 86.5%; }
#media-waiver .signature-pad2 {
    width: 412px;
    height: 80px;
    left: 38%;
    top: 64.5%;
}
#media-waiver .signature-pad3 {
    width: 412px;
    height: 80px;
    left: 38%;
    top: 78.5%;
}
*/


.opt-out-container { 
    display: block;
    text-align: center; 
    font-size: 14px;
    padding: 15px 10px 10px 10px;
    max-width: 850px;
    margin: 0 auto 10px auto;
    background: rgba(255,255,255,.2);
}
.opt-out-container input { display: inline; }

.opt-out-confirm.opt-show {
    display: block !important;
}

#signature-form-actions {
    background: rgba(255,255,255,.3);
    padding: 20px;
    max-width: 850px;
    margin: 0 auto;
    border: 2px solid #FFF;
}

@media (max-width: 860px){

    .form-fields {
        position: relative;
        display: block;
        background: rgba(255,255,255,.2);
        padding: 15px;
        max-width: 400px; 
        margin: 20px auto 0 auto;
    }
    .form-field {
        width: 100%;
        overflow: hidden;
    }

    .opt-out-container { 
        max-width: 400px; 
    }

    .form-fields hr { 
        margin: 20px auto;
    }
    .form-fields label { 
        display: block;
        color: #FFF;
        font-size: 15px;
    }
    .form-fields span {
        clear: both;
        display: block;
        margin-bottom: 15px;
    }

    .form-fields .signature-pad,
    .form-fields .signature-pad2,
    .form-fields .signature-pad3 {
        position: relative !important;
        left: auto !important;
        top: auto !important;
        bottom: auto !important;
        right: auto !important;
    }
    #signature-pad-canvas,
    #signature-pad-canvas-two,
    #signature-pad-canvas-three { border: 1px solid rgba(255,255,255,.35); }
    .form-fields input,
    .form-fields .checkbox {
        position: relative !important;
        left: auto !important;
        top: auto !important;
        bottom: auto !important;
        right: auto !important;
        width: auto !important;
        height: auto !important;
    }
    .signature-form-container input.text { color: #FFF; border: 1px solid rgba(255,255,255,.35); width: 100% !important; }
}
