/*
 Theme Name:   UWM Online
 Description:  Child theme of UWM Web ID
 Author:       UW-Milwaukee
 Template:     uwmwebid
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:
*/

/* Please customize the above child theme template header to reflect your organization. */
/* IMPORTANT: The value of Template must remain "uwmwebid". */

/* IMPORTANT: Please do not remove this line. It is required by the UWM Web Identity parent theme. */

/* Ok! Child theme customization starts below this line. */

@import url("dist/css/uwm-online.css");


.bnr #banner-form {
    height: auto;
}

#banner-form .form_label {
    display: block;
    width: 100%;
    color: #fff;
    line-height: 16px;
    font-size: 12px;
    font-weight: 600;
}

#banner-form select,
#banner-form input {
    display: block;
    width: 100%;
}

#banner-form .form_question {
    margin-bottom: 0.8rem;
}

#banner-form .form_p {
    float:right;
    margin-bottom: 0;
}

#banner-form .action button {
    width: 100%;
    background-color: #ffbd00;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 11px;
    margin-bottom: 1rem;
}

.page-id-647 .prefooter {
    display: none;
}




