#map-canvas {
    height: 600px;
}
#panel_map_area {
    margin-top: 10px;
}

.store{
    overflow: hidden;
    white-space: nowrap;
}

.store #tabs ul.nav.nav-pills {
    margin-bottom: 10px;
    display: none;
}

.store #tabs ul.nav.nav-pills li:hover {
    background-color: #D8D8D8;
}

.gmnoprint .gm-style-mtc {
  display: none;
}

.store #tabs ul.nav.nav-pills li.active {
    background-color: #D8D8D8;
}

.no-stores {
  border-bottom: 2px solid #dcddde;
}

.store #tabs ul.nav.nav-pills li:hover:after, .store #tabs ul.nav.nav-pills li.active:after {
    content: ' ';
    position: absolute;
    border: solid 10px transparent;
    border-top: solid 0px transparent;
    border-width: 10px;
    left: 50%;
    margin-left: -10px;
    border-color: #D8D8D8 transparent transparent transparent;
}

.store #tabs ul.nav.nav-pills li a:hover {
    color: #000000;
    font-weight: bold;
}

/*.store > #tabs {
  min-height: 449px;
}*/

.show-map {
  display: inline-block;
  font-size: 16px;
  /*float: right;*/
  padding: 15px;
}


.action.btn.btn-primary.directions {
  display: inline-block;
  float: left;
}

.store #tabs ul.nav.nav-pills li.active a {
    color: #000000;
    font-weight: bold;
}

#store_list_title {
    padding: 12px 20px 12px 20px;
    border:1px solid #ccc;
    background-color: #000000;
    color: #ffffff;
}

.store a span {
    text-decoration: none;
}

#store_wrapper {
    overflow:auto;
    height:auto;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}


.storelocator-panel .store-list {
    margin: 0;
    padding: 0;
}

.storelocator-panel .store-list li,
.storelocator-panel .directions-panel {
    padding: 5px;
}
.storelocator-panel .directions-panel {
    font-size: 0.8em;
}

.storelocator-panel .store-list li.store:hover {
    cursor: pointer;
    background: #eee;
}

.storelocator-panel .store-list li.store{
    padding: 0;
}

.storelocator-panel .store-list li.highlighted,
.storelocator-panel .store-list li.highlighted:hover {
    background: #F2F2F2;
}

.storelocator-panel .directions {
    display: none;
}

.storelocator-panel .location-search {
    padding: 5px;
}

#filter{
    width:100%;
    margin-bottom: 10px;
}
#filter .location-search{
    position: relative;
}
#filter .location-search #iconSpan {
    position: absolute;
    top: 6px;
    right: -50px;
}
#filter .location-search #iconSpan img{
    width: 30px;
    height: 30px;
}
#filter .location-search input#loc_text_input{
    width: 100%;
    margin: 0 auto;
    margin-bottom: 5px;
    font-size: 18px;
    padding: 10px 45px 10px 10px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 2px solid #D8D8D8;
}


#filter .feature-filter label {
  display: inline-block;
  font-size: 0.8em;
  margin: 0 10px 0 auto;
}

.feature-filter {
  text-align: center;
  display: none;
}

#filter .feature-filter input {
    margin-right: 5px;
}

#filter .storelocator-filter .location-search #search_input_wrapper {
    margin-bottom: 10px;
}

.storelocator-panel .location-search input {
    width: 95%;
}

.storelocator-panel .location-search h4 {
    font-size: 0.8em;
    margin: 0;
    padding: 0;
}

.storelocator-panel .store-list .no-stores {
    color: grey;
    padding: 10px 20px 10px 20px;
}

.storelocator-panel .store .features {
    display: none;
}

.store .area {
  color: #4c477f;
  font-size: 18px;
  font-weight: 600;
  z-index: 1;
  position: relative;
}

#panel_map_area a.close-directions {
    font-size: 17px;
    text-decoration: none;
    padding: 0 0px 0 10px;
    /* line-height: 47px; */
    display: inline-block;
}

#use_cl_button {
    position: relative;
    float: right;
}

#mob_search_txt {
    display: none;
}

.store .nav.nav-pills > li:last-child {
  display: none;
}

#panel_map_area .store .nav.nav-pills {
  border: medium none;
  margin-bottom: 17px;
}

@media all and (max-width: 767px) {
    #search_cl_wrapper {
        text-align: center;
    }
    #mob_search_txt {
        display: block;
    }
    #use_cl_button {
        float: none;
        display: inline-block;
        clear: right;
    }
    #map-canvas {
         display:none;
    }
    #map-canvas {
      height: 300px;
    }

    .store > #tabs {
      min-height: 0 !important;
    }

    .zoomhere{
      display: none !important;
    }
}

.store .address,
.store .phone,
.store .services,
.store .manager,
.store .mortgage_manager,
.store .fax,
.store .web,
.store .misc {
    font-size: 14px;
    /*margin-top: 0.2em;
    margin-bottom: 0.5em;*/
    display: block;
    padding-bottom: 10px;
    padding-top: 10px;
}

.store .manager, .store .mortgage_manager, .store .fax {
    border-top: 1px solid #D8D8D8;
}

.store.mortgage_manager > p {
  margin-bottom: 0;
}

.store .nav-pills .active {
  background-color: rgba(0, 0, 0, 0) !important;
}

.store a{
  display: block;
    text-decoration: none !important;
}

.store .fax span {
  font-weight: normal;
}

.store .fax {
  margin-bottom: 10px;
}

.store .manager span {
    font-weight: normal;
}

.store .mortgage_manager span {
  font-weight: normal;
    text-align: left;
}

.store .nav-pills li a {
  font-size: 14px;
  padding: 0 0 5px;
}

.store #branch_contacts {
    margin: 10px 0;
}


.store #tabs ul.nav.nav-pills li:hover::after, .store #tabs ul.nav.nav-pills li.active::after {
  background-color: #ffffff;
  border-bottom: 1px solid #999999;
  border-right: 1px solid #999999;
  content: "";
  display: block;
  position: absolute;
  top: 19px;
  left: 60px;
  transform: rotate(45deg);
  width: 12px;
  z-index: 1;
}

.store #tabs ul.nav.nav-pills li:hover::after, .store #tabs ul.nav.nav-pills li.active::after {
  border-color: #ffffff #999999 #999999 rgba(0, 0, 0, 0);
}

.store #tabs ul.nav.nav-pills li:hover {
    background-color: transparent;
}

.store .nav.nav-pills > li {
  width: 49%;
}

.store .phone a {
    color: #1D2A37;
    text-decoration: none !important;
}

.store .nav.nav-pills {
  border-bottom: 3px solid #d8d8d8;
}

.store .phone a span{
    color: #182533;
}

.store .features {
    overflow: hidden;
    color: grey;
    margin: 0;
    padding: 0;
    font-size: 70%;
    max-width: 250px;
}

.store .features li {
    display: inline;
    float: left;
    padding-right: 0.8em;
}

.store-list .services, .store-list .phone {
  padding: 0;
}

.store-list .address {
  padding-top: 0;
}

.store-list li.store {
  border-bottom: 2px solid #dcddde;
}

.store .web a {
    color: green
}

.store .action {
    margin-right: 10px;
    margin-bottom: 5px;
    float: none;
    font-size: 11px;
}

.location-accordion {
    padding-left: 20px;
}

.store .mobile.phone {
    font-size: 17px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.store .mobile.services {
    padding-top: 5px;
}

.store .mobile.hours {
    border-top: 1px solid #d8d8d8;
    font-size: 16px;
}

.store .mortgage_manager .phone-number {
    text-align: right;
}

.store .mobile a span {
  margin-right: 5px;
}

.custom-tab {
    display: none;
}

.store .store .area,.store .store .address, .store .store .phone, .store .store .services, .store .store .hours,.store .store .manager,.store .store .mortage_manager ,.store .store .fax,.store .store .mobile_mortgage_manager   {
    display: none;
}

/*.location-accordion .store .address, .location-accordion .store .phone, .location-accordion .store .services {
    display: block;
    color: #808085;
}
*/

/*.location-accordion .store .address {
    display: block;
    color: #808085;
}*/

.show-map.show-initial {
  font-size: 16px;
  padding: 10px 32px;
}

.action.btn.btn-secondary.zoomhere {
  display: none;
}


.location-accordion .store .phone,.services > b  {
    color: #000;
    font-weight: bold;
}

.location-accordion .store .area{
    display: block;
}

/*.expand-accordion .store .area,.expand-accordion .store .address, .expand-accordion .store .phone, .expand-accordion .store .services {
    display: none;
}*/
.expand-accordion .store .area {
    display: none;
}

.expand-accordion .store .address, .expand-accordion .store .phone, .expand-accordion .store .services,.expand-accordion .store .hours,.expand-accordion .store .manager,.expand-accordion .store .mortage_manager ,.expand-accordion .store .fax,.expand-accordion .store .mobile_mortgage_manager {
    display: block;
    color: #333333;//#314155;
}

.mobile_mortgage_manager p {
  width: 100%;
  padding: 0;
  margin: 0;
}

.mobile_mortgage_manager span {
  padding: 0;
  text-align: left;
}

.mobile_mortgage_manager span.phone-number {
    text-align: right;
}

.expand-accordion {
    width: 96%;
    border-top: 1px solid #d8d8d8;
}

.expand-accordion p {
    text-align: center;
}

.expand-accordion .manager {
  border-bottom: 1px solid #d8d8d8;
}

.area u {
  text-decoration: none;
}

.expand-accordion .store {
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
}

.expand-accordion .store div {
  padding: 10px 0;
}

.storelocator-panel .expand-accordion .directions {
    display: block !important;
}




@media all and (min-width: 767px){
    /*.store .store .address, .store .store .phone, .store .store .services {
        display: block;
    }

    .store .store .area,.store .store .address, .store .store .phone, .store .store .services {
        display: block;
    }

    .location-accordion{
        display: none;
    } */

    #store_wrapper {
        overflow:auto;
        height:551px;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
    }
}

.location-accordion .accordion-block{
  /*border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;*/
  display: block;
  position: relative;
  padding: 0;
  width: 97%;
}

.location-accordion .accordion-block:after {
  content: '\f107';
  color: #cfcfcf;
  font-family: "FontAwesome";
  font-size: 29px;
  position: absolute;
  right: 15px;
  top: -2px;
}

.location-accordion .accordion-block.expanded:after {
  content: '\f106';
  color: #cfcfcf;
  font-family: "FontAwesome";
  font-size: 29px;
  position: absolute;
  right: 15px;
  top: -2px;
}

.expand-accordion > p {
  margin-top: -30px;
  text-align: left;
}

.custom-tab.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
}

.store .store {
    margin: 0 -20px 10px;
    padding: 6px 20px 6px 30px;
}

.store-list li.store:last-child {
  border-bottom: medium none;
}

@media all and (max-width: 767px){
    .store #branch_contacts {
        margin: 0;
    }

    .storelocator-panel .store-list li.store{
        padding: 0;
    }

    .custom-tab a {
        background-color: #cccccc;
        border-right: 1px solid #e5e5e5;
        padding: 20px;
        text-align: center;
        text-decoration: none !important;
    }

    #panel #store_list_title {
        display: none !important;
    }

    .store-list li.store {
        border-bottom: 1px solid #ccc;
    }

    .store .action {
        float: none;
    }

    .action.btn.btn-primary.directions {
      float: none;
    }

}

@media all and (max-width: 1204px){
    .map-panel {
      position: absolute !important;
      top: 0;
    }

    #panel_map_area {
      position: relative;
    }
    .storelocator-panel{
      margin-top: 311px;
    }

    #map-canvas {
      height: 300px;
    }

    .custom-tab {
        display: none;
        position: relative;
        top: 311px;
    }
}

@media all and (min-width: 767px){
    .custom-tab {
        display: none !important;
    }
}

/* ICONS */
span.glyphicon.bigger {
    font-size: 1.5em !important;
    position: absolute !important;
    vertical-align: middle !important;
}

span.glyphicon.bigger.right {
    right: 20px !important;
    top: 12px !important;
}

span.glyphicon.bigger.left {
    left: 12px !important;
    top: 9px !important;
}

/* INPUTS */
::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:placeholder-shown {
    color: #888 !important;
}
:-moz-placeholder, ::-moz-placeholder {
    opacity: 1 !important;
}

/* OTHER STYLINGS */
.centre {
    text-align: center !important;
}
.cursor {
    cursor: pointer !important;
}
.grey {
    color: grey !important;
}
