.findoptom-title {
    display: block;
    float: left;
    padding-top: 11px;
    margin: 0 15px 0 0;
}

ul#findoptomresults {
    list-style: none;
    padding: 0;
    overflow: auto;
    margin: 0;
}

.fao-practicename {
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 400;
}
.fao-optomname {
    margin: 0;
    color: #00708f;
}

#fao-map-container {
    padding: 0;
    -webkit-transition: width 250ms ease-out;
    -moz-transition: width 250ms ease-out;
    -o-transition: width 250ms ease-out;
    transition: width 250ms ease-out;
}

#fao-result-container {
    height: 500px;
    padding: 0;
}

#fao-result-container .scrollbox {
    padding: 0 15px;
    background: #ededed;
}

div#map_canvas {
    margin: 0 -10px;
}

ul#findoptomresults li {
    padding: 1rem;
    margin-top: 10px;
    margin-bottom: 10px;
    background: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
            align-items: flex-start;
}

ul#findoptomresults li p {
    font-size: 12px;
    color: #777;
    margin: 0;
}

/*ul#findoptomresults li:nth-child(odd){
    background: #ededed;
}*/

span#adv-options {
    background: #333;
    color: #fff;
    padding: 6px;
}

#more-options {
    display: none;
    float: left;
    width: 100%;
}

.Practice {
    background: #FFE033;
    width: 280px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #333!important;
    border-radius: 5px;
    margin-left: 5px;
    margin-right: 5px;
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 10px!important;
}

form#pc_search select,
form#pc_search input,
form#fao_search select,
form#fao_search input{
    font-size: 12px;
    border: 0px solid transparent;
    border-radius: 0px;
    outline: none;
    width: 100%;
}

form#pc_search select,
form#fao_search select{
    /*padding: 5px;
    margin: 5px 5px 10px 0;*/
    height: 34px;
    float: left;
}

form#pc_search input,
form#fao_search input{
    height: 34px;
    /*display: block;
    float: left;
    padding: 5px;
    margin: 5px 5px 10px 0;*/
}

.ExecuteButtons {
    padding: 0!important;
}

.ExecuteButtons button {
    padding: 8px 0;
    font-weight: 700;
}

.ExecuteButtons .button-default {
    width: calc((100%/2) - 5px);
}

#clearfields {
display: block;
    float: left;
    text-align: center;
    background: #333;
    color: #fff;
    padding: 5px 0;
    max-height: 32px;
    margin-right: 2px;
    margin-bottom: 7px;
}
@media screen and (max-width: 43em) {
    form#pc_search select,
    form#fao_search select,
    form#pc_search input,
    form#fao_search input {
        display: block;
        float: left;
        clear: both;
        width: 100%;
        padding: 3px;
    }
}

form#pc_search button:hover,
form#fao_search button:hover,
#clearfields:hover,
#adv-options:hover {
    background: black;
    cursor: pointer;
}

.spinner {
  position: absolute;
  top: 50%;
  bottom: 50%;
  left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  width: 70px;
  text-align: center;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #333;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

#fao-map-container {
    position: relative;
    overflow: hidden;
}

.fao-overlay {
    display: none;
    position: absolute;
    height: 100%;
    width: 100%;
    margin-left: -10px;
    background: rgba(256, 256, 256, 0.5);
    z-index: 1000;
}

/* Advanced Search Section */
#AStoggle {
    cursor: pointer;
}

@media (max-width: 567px) {
    #showAdvSearch {
        display: none;
    }
}
.advSearchBox {
    float: left;
    width: 100%;
}

.advSearchBox h3 {
font-size: 14px;
    margin: 5px 0 5px 10px;
}
.AdvSearchCont label {
    display: block;
    font-size: 12px;    
}

.AdvSearchCont .CKbox {
    padding: 5px;
    overflow: hidden;
    display: block;
}

.AdvSearchCont .checkbox {
    margin-top: 15px;
    height: 26px;
}


.form-check-label {
    position: relative;
}

.form-check-label p {
    position: absolute;
    left: 30px;
    width: 135px;
    height: 13px;
    margin: 5px 0;
}

.form-check-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.form-check-label .checkbox-custom {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 24px;
    width: 24px;
    background: transparent;
    border-radius: 3px;
    border: 2px solid #fff;
} 

.form-check-label input:checked ~ .checkbox-custom {
    background-color: #fff;
    border-radius: 3px;
    -webkit-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    opacity:1;
    border: 2px solid #fff;
}

.form-check-label span,
.form-check-label p {
    cursor: pointer;
}

.form-check-label .checkbox-custom::after {
    position: absolute;
    content: "";
    left: 12px;
    top: 12px;
    height: 0px;
    width: 0px;
    border-radius: 3px;
    border: solid #ccc;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(0deg) scale(0);
    -ms-transform: rotate(0deg) scale(0);
    transform: rotate(0deg) scale(0);
    opacity: 1;
}

.form-check-label input:checked ~ .checkbox-custom::after {
    -webkit-transform: rotate(45deg) scale(1);
    -ms-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1);
    opacity: 1;
    left: 8px;
    top: 3px;
    width: 6px;
    height: 12px;
    border: solid #ccc;
    border-width: 0 2px 2px 0;
    background: transparent;
    border-radius: 0;
} 

.phone-desktop-only-link {
    margin-top: 10px;
}

.phone-mobile-only-link {
    margin-top: 10px;
    display: block;
    font-size: 12px;
    font-size: 1rem;
    line-height: 1;
    background: #333;
    box-shadow: none;
    text-shadow: none;
    border: 0px solid transparent;
    border-radius: 0px;
    color: #fff;
    padding: 10px;
    outline: 0;
}

.hidden-number {
    display: none;
    font-size: 14px;
}

.show-number .hidden-number {
    display: block;
}

.show-number .call-now-text {
    display: none;
}