/*##############################################################
##################### Form Style ###############################
#################################################################*/

.e-form form h2 {
    display: none;
}
.e-form .form-group > label.control-label {
    display: none;
}

.e-form .form-group {
    padding-bottom: 1.5rem;
}

.e-form .radio {
    position: relative;
}
.e-form .radio > label , .e-form .input.checkbox .form-check > label {
    position: relative;
    padding: 0 0 0 2.2rem;
    margin-bottom: 1rem;
    font-family: 'Lato',sans-serif;
    font-weight: 400;
}
.e-form input[type=checkbox], .e-form input[type=radio] {
    position: absolute;
    left: 0;
    top: 5px;
}
.form-group .input > label.control-label {
    font-size: 1.6rem;
    line-height: 1.56;
    padding: 0 0 1.38em;
    font-family: 'Lato',sans-serif;
    font-weight: 400;
    padding-top: 1rem;
}
.e-form textarea {
    min-height: 197px;
}
.e-form form .form-actions {
    text-align: right;
}

@media (min-width: 768px) {
    .e-form .form-group {
        padding-bottom: 2rem;
    }
    .e-form .input.checkbox .form-check span , .e-form .form-group .radio span {
        font-size: 1.6rem;
        line-height: 1.56;
    }
}

.e-form .input.checkbox label a, .e-form .form-group .radio label a {
    border-bottom: 1px solid rgba(255,255,255,.75);
}
.e-form span.error.help-block {
    color: red;
    margin-top: 10px;
    display: inline-block;
    width: 100%;
}
/*##############################################################
##################### Form Style ###############################
#################################################################*/

.a-section--rule .e-rule .e-rule__text p {
    padding: 0;
}
a.link-external {
    border-bottom: 1px solid rgba(255,255,255,.7);
}