/************** Locations ***********/
div#liveSearchResults li {
    list-style: none;
}
.directory form.formSet {
    width: 30%;
}

.thumb-box {
    background-color: #E2E0E0;
    padding: 15px;
    margin: 30px 0;
}
.thumb-box h2{
    text-decoration: underline;
}
img#locationImage {
    background-color: white;
    padding: 30% 30%;
}
.img-block img {
    width: 295px;
    height: auto;
}
article.img-block {
    display: inline-block;
    padding-right: 20px;
    vertical-align: top;
}
article.text-block {
    display: inline-block;
}
article.text-block p {
    margin: 0;
}
article.description {
    display: inline-block;
    width: 40%;
    padding-left: 3%;
    padding-top: 50px;
    vertical-align: top;
    font-family: Arial;
}
/*button.location.btn {
    display: block;
    background-color: #092467;
    border-radius: 5px;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
}
button.location.btn a {
    color: white;
    font-size: 1.5rem;
}*/
a.location.btn {
    background-color: #35014c;
    color:white;
    padding: 7px 20px;
    font-size: 1.5rem;
    margin-top: 15px;
    margin-bottom: 15px;
}
a.location.btn:hover {
    text-decoration: underline;
}
.direct {
    margin: 0;
}
.btn-group.liveItemsPerPage.pagination.pagination-sm {
    border: 1px solid #929393;
}
.panel-title a {
    background: url("/Content/Uploads/GranvilleMedical/images/icons8-plus-50.png") no-repeat;
    background-position: 99%;
}
.search-block input#formSubmit {
    font-size: 2rem;
    background: #35014c;
    border: 1px solid white;
    color: white;
    padding: 0.275rem 2.75rem 0.475rem;
    border-radius: 0.75rem;
}
.search-block button#reset {
    font-size: 2rem;
    background: #35014c;
    border: 1px solid white;
    color: white;
    padding: 0.275rem 2.75rem 0.475rem;
    border-radius: 0.75rem;
}
.search-block label {
    display: none;
}