.js-quickedit-page-title.page-header{
    display: none;
}

.webform-submission-form{
    max-width: 980px !important;
    background-color: #e0efff;
}

.reg-page-header {
    background: #4f9cea;
    color: #fff;
    padding: 0px 0px 25px 0px;
    width: 100%;
    border: #4f9cea 1px solid;
    box-sizing: border-box;
    position: relative;
}
.reg-page-header h2.main-title {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin: 20px 0px;
    color: #fff;
    line-height: 1.1;
}
.reg-page-header p {
    font-size: 16px;
    text-align: center;
}

input[type="text"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="time"],
input[type="url"],
input[type="password"]
input[type="file"],
input[type="tel"],
textarea.form-control, select.form-control
{
    width: 80%;
    color: #757982;
    border: 1px solid #e6e6e6;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'LatoWeb';
    font-size: 16px;
}

#edit-container-nutren-jnr{
    padding: 0 12px;
}

.form-group{
    width: 100%;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}

h1.page-header {
    display: none;
}

.webform-element--title-inline {
    padding: 0 8px;
}
.webform-element--title-inline [for='edit-address']{
    display:inline-block;
}

.webform-element--title-inline .select-wrapper,
.webform-element--title-inline .shs-container{
    display:inline-block;
    width:auto !important;
}

.webform-element--title-inline .select-wrapper select{
    background-color: #fff;
    border: 1px solid #e6e6e6;
    line-height: 45px;
    padding: 0 28px 0 12px;
    border-radius: 4px;
}

#edit-how-did-you-hear-about-this-event---wrapper,
label[for='edit-terms'],
#edit-terms-conditions,
.form-item.form-type-checkbox.js-form-type-checkbox,
#edit-data-terms,
#edit-main-terms
{
    color: #2f2f2f;
    font-weight: bold;
    padding: 0 12px;
}

#edit-how-did-you-hear-about-this-event-{
    margin: 0 -12px;
}

.form-item label{
    color: #2f2f2f;
}

#edit-terms-conditions{
    color: red !important;
}

#edit-main-terms ol{
    list-style: none;
    padding-left: 0;
    font-family: 'LatoRegular',Arial,Helvetica,sans-serif;
    color: #76838b;
    font-weight: normal;
    font-size: 13px;
}
#edit-actions{
    text-align: right;
    padding: 20px;
}
#edit-actions-submit{
    width: 100px !important;
}

@media screen and (max-width: 991px){
    .webform-submission-newsletter-form input, .webform-confirmation input, .webform-submission-form input, .user-login-form input {
        margin-top: 0 !important;
    }

    #edit-how-did-you-hear-about-this-event---wrapper,
    label[for='edit-terms'],
    #edit-terms-conditions,
    .form-item.form-type-checkbox.js-form-type-checkbox,
    #edit-data-terms,
    #edit-main-terms
    {
        color: #2f2f2f;
        font-weight: bold;
        padding: 0;
    }

    #edit-how-did-you-hear-about-this-event-{
        margin: 0;
    }

    .webform-element--title-inline{
        padding: 0;
    }
}
.webform-flexbox--center{
    align-items: end;

}