/*clean up*/
.paragraphs-item-uaqs-content-chunks-marquee #form_53df7560-e2bd-400e-9dc1-9694a53de5d8{
    text-align: left;
}
#form_page_53df7560-e2bd-400e-9dc1-9694a53de5d8 div.form_page+div.form_page{
    margin-top: 0;
    width: 100% !important;
    float: none !important;
}
/*general field styles*/
#form_page_53df7560-e2bd-400e-9dc1-9694a53de5d8 .form_question{
    margin-bottom: 0;
    padding-bottom: 0.5em;
}
#form_page_53df7560-e2bd-400e-9dc1-9694a53de5d8 label{
    font-size: 16px;
}
#form_page_53df7560-e2bd-400e-9dc1-9694a53de5d8 input, #form_page_53df7560-e2bd-400e-9dc1-9694a53de5d8 select {
    border: 2px solid #9eabae;
    color: #49595e;
    height: 38px;
    padding: 6px 6px;
    font-size: 16px;
    line-height: 1.5;
    outline: 0;
    width: 100%;
}
/*focus state*/
#form_53df7560-e2bd-400e-9dc1-9694a53de5d8 select:focus,
#form_53df7560-e2bd-400e-9dc1-9694a53de5d8 input:focus{
    outline: 0;
    outline-offset: 0px;
    border-style: solid;
    border: 2px solid #9eabae;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(158,171,174,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(158,171,174,.6);
}
#form_53df7560-e2bd-400e-9dc1-9694a53de5d8 input{
    width: 100%;
}
/*checkboxes*/
#form_page_53df7560-e2bd-400e-9dc1-9694a53de5d8 #form_question_3debce5e-22b6-426d-9a33-3f311d2b5baa{
    padding-bottom: 0;
    color: #49595e;
    font-size: 16px;
}
#form_page_53df7560-e2bd-400e-9dc1-9694a53de5d8 .form_checkbox .form_label{
    display: none;
}
#form_page_53df7560-e2bd-400e-9dc1-9694a53de5d8 input[type=checkbox]{
    height: inherit;
    width: inherit;
    border: none;
    color: inherit;
    margin-top: 0;
    margin-bottom: 2px;
    line-height: 0;
    outline: inherit;
}
/*button*/
#form_53df7560-e2bd-400e-9dc1-9694a53de5d8 .action button{
    color: #fff;
    background-color: #8b0015;
    border: 2px solid #8b0015;
    background-clip: border-box;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    padding: 6px 20px;
    font-weight: 700;
    cursor: pointer;
    letter-spacing: .04em;
    text-transform: uppercase;
    white-space: normal;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    background-image: none;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 7px;
}
#form_53df7560-e2bd-400e-9dc1-9694a53de5d8 .action button:hover{
    color: #fff;
    background-color: #ab0520 !important;
    border-color: #ab0520;
}
.paragraphs-item-uaqs-content-chunks-marquee .action{
    text-align: center;
}

/*full-width page AND marquee*/
@media (min-width: 992px){
    /*first name*/
    .page-node-791 #form_question_ede7fbf6-ea1b-4ccb-aa0b-a2646fdc76cf,
    .paragraphs-item-uaqs-content-chunks-marquee #form_question_ede7fbf6-ea1b-4ccb-aa0b-a2646fdc76cf{
        clear: left;
        width: calc(50% - 4.5px);
        display: inline-block;
        margin-right: 0;
        padding-right: 0;
    }
    /*last name*/
    .page-node-791 #form_question_b23e9519-5c83-b956-f466-2de79373f696,
    .paragraphs-item-uaqs-content-chunks-marquee #form_question_b23e9519-5c83-b956-f466-2de79373f696{
        clear: left;
        width: calc(50% - 4.5px);
        display: inline-block;
        margin-left: 9px;
        padding-left: 0;
    }
    
}