
#contactSubmitBtn {
    background-color: #eeeeee;
    color: #ec752f;
    font-size: 18px;
}

#contactSubmitBtn:hover {
    background-color: #ec752f;
    color: white;
}

.breadCrumb > * {
    font-size: 12px;
}

div.breadCrumb span {
    cursor: pointer;

}

.orangeText {
    color: #ec752f;
}

a.orangeText {
    text-decoration: none;
}

.grayText {
    color: #545454;
}

.whiteText {
    color: white;
}

.paragraphText {
    font-size: 18px;
    text-align: justify-all;

}

.orangeBg {
    background: #ec752f;
}

#findLocationContainer {
    max-width: 350px;
    background: #eeeeee;
}

#goBtn {
    border-top-left-radius: 10px 10px;
    border-top-right-radius: 10px 10px;
}