.entry-crumbs {
    font-family: open sans,arial,sans-serif;
    font-size: 12px;
    color: #949494;
    line-height: 18px;
    padding-top: 1px;
    padding-bottom: 2px;
}

#content {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

.header {
    width:100%;
    height: 150px;
    background-color: #e7f2ff;
}

.title {
    font-size: 26px;
    line-height: 34px;
    margin: -2px 0 19px;
    font-weight: 400;
    margin: 6px 0;
}

a {
    text-decoration: none;
    font-family: open sans,arial,sans-serif;
    font-size: 12px;
    color: #949494;
    line-height: 18px;
    padding-top: 1px;
    padding-bottom: 2px;
}

body {
    font-family: roboto,sans-serif;
    color: #111;
    margin: 0px;
}

input[type=text], input[type=url], input[type=tel], input[type=email], input[type=number] {
    font-size: 15px;
    line-height: 14px;
    color: #444;
    border: 1px solid #e1e1e1;
    width: 400px;
    max-width: 100%;
    height: 20px;
    padding: 3px 9px;
}

#address {
    font-size: 15px;
    line-height: 14px;
    color: #444;
    border: 1px solid #e1e1e1;
    width: 400px;
    max-width: 100%;
    height: 100px;
    padding: 3px 9px;
}


#zip1 {
    width: 55px;
}

#zip2 {
    width: 45px;
}

input[type=submit] {
    font-family: roboto,sans-serif;
    font-size: 13px;
    background-color: #0059a5;
    border-radius: 0;
    color: #fff;
    border: none;
    padding: 8px 15px;
    font-weight: 500;
    -webkit-transition: background-color .4s;
    transition: background-color .4s;
}
