
/*! Labels
----------------------------------------------------- */

#pardot-form p {
    font-size: 1rem;
    padding: 6px 0;
    clear: both;
}

#pardot-form p label {
    display: inline-block;
    width: 100%;    
    font-family: 'Raleway', 'Helvetica Neue', Arial, sans-serif;
    font-size: 14px;
    font-weight: normal; 
    line-height: 1.6rem;
    color: #222222;
    text-align: left;
}

    @media(max-width: 580px) {
        #pardot-form p {
            padding: 4px 0;
        }
        #pardot-form.form p label { 
            width: 100% !important;
            padding-bottom: 3px;
            margin-top: 8px !important;
        }
    }  


/*! Fields
----------------------------------------------------- */

#pardot-form p input.text {
    float: left;
    display: inline-block;
    width: 90%;    
    height: 16px;
    padding: 8px 10px;
    font-family: 'Raleway', 'Helvetica Neue', Arial, sans-serif;    
    font-size: 1rem;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

#pardot-form p input.text:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 3px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}



/*! Button
----------------------------------------------------- */

#pardot-form p.submit {
    text-align: left;
    padding-top: 20px;
    margin: 0 !important;
    clear: both;
}

#pardot-form p.submit input {
    background: #d62128;
    color: #ffffff !important;
    display: inline-block;
    padding: 10px 16px;
    margin-left: 6px;
    margin-bottom: 0;
    font-family: 'Raleway', 'Helvetica Neue', Arial, sans-serif;    
    font-size: 16px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    transition: all 0.3s ease 0s;
}

#pardot-form p.submit input:hover {
    background: darken($accent, 15%);
    box-shadow: 0px 15px 20px rgba(70, 70, 70, 0.4);
    color: #fff;
    transform: translateY(-4px);
}




/*! Errors
----------------------------------------------------- */

#pardot-form p.errors {
    display: none;
}

#pardot-form p.error {
    width: 100%;
    font-size: 13px !important;
    color: #d1362e !important;
    text-align: left !important;
}

#pardot-form p.no-label, form.form p.email-pref {
    margin: 2px 0 0 10px !important;
    padding: 0;
}


/*! Misc
----------------------------------------------------- */

#pardot-form select {
    background: #f1f1f1;
    color: #555;
    margin-left: 10px;
}
