a, body, div, #pardot-form, h1, h2, h3, html, img, label, li, p, span, sup, ul {
    font-family: DINWeb,sans-serif;
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    text-rendering: geometricPrecision;
}

#pardot-form {
    width: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    box-sizing: content-box;
    overflow: hidden;
    max-width: 800px;
    margin-bottom: 20px;
}

body {
    margin: 0 !important;
    width: auto;
}

#pardot-form p {
    clear: none;
    padding: 0;
    line-height: normal;
    display: flex;
    flex-flow: column wrap;
    flex: 40%;
    margin-bottom: 25px;
    margin: 10px;
    height: 67px;
}

#pardot-form label {
    background: none;
    text-align: initial;
    padding: 0;
    width: auto;
    color: #b7b7b7;
    margin-bottom: 3px;
    font-weight: 500;
    font-size: 18px;
}

#pardot-form select, #pardot-form input {
    width: auto;
    border-radius: 0;
    color: #5b5b5e;
    font-size: 1.125em;
    line-height: 1;
    padding: 10px 10px;
    display: block;
    margin: 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: transparent;
    font-family: Arial;
    border: 3px solid #d9d9d9;
    height: 40px;
    flex: 1;
    max-width: 100%;
}

#pardot-form p:first-of-type {
    flex: 100%;
}

#pardot-form textarea {
    border: 3px solid rgb(217, 217, 217);
    height: 130px;
    resize: none;
    box-sizing: content-box;
    width: auto;
    max-width: 372px;
    flex: 40%;
}

#pardot-form p.submit {
    flex: 100%;
    margin-top: 33px;
    margin-left: 0;
    position: relative;
    height: 50px;
}

#pardot-form p.submit > input {
    border: none;
    width: 100px;
    height: 33px;
    cursor: pointer;
    font-size: 18px;
    text-align: left;
    padding-left: 20px;
    font-weight: 400;
    background-color: #f8981d;
    color: white;
    border-radius: 20px;
    border-top-left-radius: 0;
    box-sizing: content-box;
    border-bottom-left-radius: 0;
    margin-left: 11px;
}

#pardot-form p.submit:after {
    content: "";
    display: block;
    background-color: white;
    height: 57px;
    width: 20px;
    position: absolute;
    left: 120px;
    bottom: -15px;
    transform: rotate(40deg);
}

#pardot-form p.submit:before {
    content: "";
    display: block;
    background-color: white;
    height: 57px;
    width: 20px;
    position: absolute;
    left: 118px;
    top: -17px;
    transform: rotate(-40deg);
}

#pardot-form p.submit:focus {
    outline: none;
}

#pardot-form p.submit input:focus {
    outline: none;
}
#pardot-form .Lead_Type select {
    max-width: 277px;
    box-sizing: content-box;
}
#pardot-form .value {
    margin-left: 0;
}

#pardot-form .pd-checkbox {
    flex: 15%;
    order: 10;
    display: flex;
    flex-flow: column wrap;
    justify-content: flex-end;
}

#pardot-form .pd-checkbox input {
    margin: 0;
    max-width: 10px;
    margin-right: 13px;
    height: 10px;
}

#pardot-form .pd-checkbox .value > span {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
}

#pardot-form .pd-checkbox * {
    font-size: 15px !important;
    color: black !important;
}

#pardot-form .pd-checkbox .value > span > label {
    margin: 0;
}

#pardot-form .Age_Range {
    order: 9;
}

#pardot-form p.submit {
    order: 11;
}

#pardot-form .comments {
    order: 10;
    flex: 100%;
    height: 130px;
}

#pardot-form textarea {
    max-width: 295px;
}

#pardot-form select {
    border-radius: 8px;
    height: 40px !important;
    padding: 10px;
    background: url(http://bionessmobility.com/images/ddarrow.png) right center no-repeat;
}
#pardot-form input[type="checkbox"]:checked {
    background: url(http://bionessmobility.com/images/checkbox_1.png) 0 0 no-repeat;
}
