h2{
    color: #ffffff;
    background-color: #7BABD8 !important;
    border-bottom: none;
    padding: 10px;
}
h3{
    color: #18366C;
    text-align: center;
    font-weight:700;
    font-size:0.95em;
    border-bottom: 3px solid #18366C;
    margin-bottom: 10px;
}
input {
    width: 80%;
    padding: 8px 0;
}
dl{

}
dt{
    color: dimgray;
    font-weight: 600;
    padding-left:5px;
}
dd{
    padding:10px 15px;
}
.required {
    color: red;
}
.error{
    color: red;
}
.job-title-area{
    width: 100%;
    padding: 20px 0;
    background-color: #E8321D;
    font-size: 1.1em;
    color: white;
    text-align: center;
}
#job-title {
    margin-top:-100px;
    padding-top:100px;
}
dd{
    text-align: center;
    width: 90%;
}
.estimateInquiryArea{
    margin: 0 auto;
    text-align: left;
}
.job-description dd{
    font-size: 0.9em;
    text-align: left;
}
#job-contact p{
    font-size: 1em;
}