#locationsPageContainer {
    background-color: white;
    border-top: solid 2px #f5f5f5;
}

.orangeText {
    color: #ec752f;
}

a.orangeText {
    text-decoration: none;
}

a.orangeText:hover {
    color: #ec752f;
    text-decoration: underline;
}

.grayText {
    color: #545454;
}

.whiteText {
    color: white;
}

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

}

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

div.breadCrumb span {
    cursor: pointer;

}


.orangeBg {
    background: #ec752f;
}

#findLocationContainer {
    max-width: 100%;
    background: #eeeeee;
}

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