/* ------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------ */

/* CONTENT - START */

/* ------------------------------------------------------------------------------------------------------------------ */

/* DESKTOP FIRST - GENERAL - START */

div.reset {
    font-size: 15px;
    font-family: "PT_Serif-Web", Arial, sans-serif;
    line-height: 24px;
    color: #595959;
}

div.reset h1 {
    color: #6a5429;
    font-size: 35px; text-transform: uppercase;
    margin: 0 0 30px;
}

div.reset form {
    background: transparent none;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

div.reset form p.field-desc {
    margin: 0 0 30px;
}

div.reset form .control-group {
    width: 50%;
    margin: 0 0 20px;
}

div.reset form .control-group .control-label, div.reset form .control-group .controls {
    width: 50%;
    float: left;
}

div.reset form .control-group .control-label {
    text-align: left;
    padding: 0;
}

div.reset form .control-group .control-label span.star {
    color: red;
}

div.reset form .submit-button {
    margin: 50px 0 20px;
}

div.reset form .submit-button button[type='submit'] {
    color: white;
    padding: 6px 12px;
    text-transform: uppercase;
    background: rgb(201, 166, 98) none;
    border-radius: 0;
    border: none;
}

/* DESKTOP FIRST - GENERAL - END */

/* ------------------------------------------------------------------------------------------------------------------ */

/* DESKTOP FIRST - MOBILE ONLY - START */

@media only screen and (max-width: 767px) {

    div.reset {
        font-size: 14px;
        line-height: 22px;
    }

    div.reset h1 {
        font-size: 30px;
        margin: 20px 0;
    }

    div.reset form .control-group {
        width: 100%;
        margin: 0 0 10px;
    }

    div.reset form .control-group .control-label, div.reset form .control-group .controls {
        width: 100%;
        float: none;
    }

    div.reset form .submit-button {
        margin: 25px 0 10px;
    }

}

/* DESKTOP FIRST - MOBILE ONLY - END */

/* ------------------------------------------------------------------------------------------------------------------ */

/* CONTENT - END */

/* ------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------ */