.content .panel-group .panel .panel-heading .panel-title:before{
content: url(questions-circular-button.png);
}
.entitytype-contact_form-form #edit-field-email {
    width: 47%!Important;
    float:left!important;
    margin-right: 12px!important;
    color: white;
}
.entitytype-contact_form-form #edit-field-full-name {
    width: 98%!important;
    color: white;
}
.faq a {
    color: white!important;
}
span.manager-number a {
    text-decoration: none;
}
p.store-manager-block.phone-block a {
    text-decoration: none;
}
.entitytype-contact_form-form #edit-field-phone {
    width: 50%!important;
     float:left!important;
    color: white;
}
.entitytype-contact_form-form #edit-field-subject {
    width: 47%!important;
    color: white;
}
.entitytype-contact_form-form div#edit-field-message {
    color: white;
}
.entitytype-contact_form-form div#edit-actions {
    float: left;
}
.entitytype-contact_form-form div#edit-actions button#edit-submit {
    padding: 0;
}
.entitytype-contact_form-form button#edit-submit {
    background: none;
    border: none;
    font-size:26px;
}
.entitytype-contact_form-form #edit-submit:before {
    content: url(submitwhite.png);
    padding-right: 15px;
    position: relative;
    top: 3px;
}
@media screen and (max-width: 768px){
.entitytype-contact_form-form #edit-field-full-name {
    width: 100%!important;
}
.entitytype-contact_form-form #edit-field-email {
    width: 100%!important;
    color: white;
}
.entitytype-contact_form-form #edit-field-phone {
    width: 100%!important;
}
.entitytype-contact_form-form #edit-field-message {
    width:100%!important;
}
.entitytype-contact_form-form #edit-field-subject {
    width:100%!important;
}
}
