/* #page-header it just included for the examples */
#page-header {
  display: block;
  float: left;
  max-width: 800px; }
  #page-header .bh-sl-title {
    color: #797874;
    font: normal 20px/1.4 'Open Sans Condensed', sans-serif; }
    @media (min-width: 1024px) {
      #page-header .bh-sl-title {
        font-size: 30px; } }

/* Infowindow Roboto font override */
.gm-style div, .gm-style span, .gm-style label, .gm-style a {
  font-family: 'Open Sans Condensed', sans-serif; }

/* InfoBubble font size */
.bh-sl-window {
  font-size: 13px; }

.bh-sl-error {
  clear: both;
  color: #ae2118;
  float: left;
  font-weight: bold;
  padding: 10px 0;
  width: 100%; }

/* Avoid image issues with Google Maps and CSS resets */
.bh-sl-map-container img {
  border-radius: 0 !important;
  box-shadow: none !important;
  max-height: none !important;
  max-width: none !important; }

.bh-sl-container {
  box-sizing: border-box;
  color: #555;
  float: left;
  font: normal 14px/1.4 'Open Sans Condensed', sans-serif;
  padding: 0 15px;
  width: 100%;
  /* Avoid issues with Google Maps and CSS frameworks */ }
  .bh-sl-container > * {
    box-sizing: content-box !important; }
  .bh-sl-container .bh-sl-form-container {
    clear: left;
    float: left;
    margin-top: 25px;
    width: 100%; text-align: center; }
  .bh-sl-container .form-input {
    float: left;
    margin-top: 0px;
    width: 100%; }
    @media (min-width: 768px) {
      .bh-sl-container .form-input {
        width: auto; } }
    .bh-sl-container .form-input label {
      display: block;
      font-weight: 400;
      font-size: 16px;
      width: 100%; font-family: "Source Sans Pro",sans-serif; }
      @media (min-width: 768px) {
        .bh-sl-container .form-input label {
          display: inline-block;
          width: auto; } }
    .bh-sl-container .form-input input, .bh-sl-container .form-input select {
      box-sizing: border-box;
      border: 1px solid #aaaaaa;
      margin: 15px 0;
      padding: 8px 12px;
      font-family: "Source Sans Pro",sans-serif;
		font-size: 16px;
		font-weight: 300;
      width: 100%;
	  background:#ffffff;
       }


      @media (min-width: 768px) {
        .bh-sl-container .form-input input, .bh-sl-container .form-input select {
          width: auto;
		  border: 1px solid #aaaaaa;
          margin: 0 15px 0 10px; } }
  .bh-sl-container button {
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
    float: left;
    border: 1px solid #d23e8c;
    background-color: #d23e8c;
    color: #FFF;
    font-family: "Source Sans Pro",sans-serif;
    font-size: 20px;
    padding: 5px 16px;
    white-space: nowrap;
}
 .bh-sl-container button:hover{
	 background: #eda1c9;
    background-color: #eda1c9;
    color: #FFF;
 }
  .bh-sl-container .bh-sl-loading {
    background: url(../img/ajax-loader.gif) no-repeat;
    float: left;
    margin: 4px 0 0 10px;
    height: 16px;
    width: 16px; }
  .bh-sl-container .bh-sl-filters-container {
    clear: both;
    float: left;
    margin: 15px 0;
    width: 100%; }
    .bh-sl-container .bh-sl-filters-container .bh-sl-filters {
      float: left;
      list-style: none;
      margin: 0 100px 0 0;
      padding: 0; }
      .bh-sl-container .bh-sl-filters-container .bh-sl-filters li {
        clear: left;
        display: block;
        float: left;
        margin: 5px 0;
        width: 100%; }
        .bh-sl-container .bh-sl-filters-container .bh-sl-filters li label {
          display: inline;
          vertical-align: text-bottom; }
        .bh-sl-container .bh-sl-filters-container .bh-sl-filters li input {
          display: block;
          float: left;
          margin-right: 8px; }
        .bh-sl-container .bh-sl-filters-container .bh-sl-filters li select {
          box-sizing: border-box;
          border: 1px solid #ccc;
          border-radius: 4px;
          font: normal 14px/1.4 'Open Sans Condensed', sans-serif;
          padding: 6px 12px;
          -webkit-border-radius: 4px; }
  .bh-sl-container .bh-sl-map-container {
    clear: left;
    float: left;
    margin-top: 27px;
    width: 100%; }
    @media (min-width: 1024px) {
      .bh-sl-container .bh-sl-map-container {
        margin-bottom: 60px; } }
    .bh-sl-container .bh-sl-map-container a {
      color: #FFF;
      text-decoration: none; }
      .bh-sl-container .bh-sl-map-container a:active, .bh-sl-container .bh-sl-map-container a:focus, .bh-sl-container .bh-sl-map-container a:hover {
        text-decoration: none; }
  .bh-sl-container .bh-sl-loc-list {
    font-size: 13px;
    height: 530px;
    overflow-x: auto;
    width: 100%; }
    @media (min-width: 1024px) {
      .bh-sl-container .bh-sl-loc-list {
        width: 30%; } }
    .bh-sl-container .bh-sl-loc-list ul {
      display: block;
      clear: left;
      float: left;
      width: 100%;
      list-style: none;
      margin: 0;
      padding: 0; }
      .bh-sl-container .bh-sl-loc-list ul li {
        border: 1px solid #fff;
        /* Adding this to prevent moving li elements when adding the list-focus class*/
        box-sizing: border-box;
        clear: left;
        cursor: pointer;
        display: block;
        float: left;
        width: 100%; }
    .bh-sl-container .bh-sl-loc-list .list-label {
      background: #00192d;
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
      border-radius: 50px;
      color: #fff;
      display: block;
      float: left;
      font-weight: bold;
      margin: 12px 0 0 13px;
      padding: 0px 7px;
      text-align: center;
      width: auto;
      min-width: 22px; line-height: 22px; height: 22px; }
    .bh-sl-container .bh-sl-loc-list .list-details {
      float: left;
      margin-left: 6px;
	  margin-bottom:10px;
      width: 80%; }
      .bh-sl-container .bh-sl-loc-list .list-details .list-content {
        padding: 10px; }
      .bh-sl-container .bh-sl-loc-list .list-details .loc-dist {
        color: #8e8e8e;
        font-weight: bold;
        font-style: italic; }
    .bh-sl-container .bh-sl-loc-list .list-focus {
      border: 1px solid rgba(0, 82, 147, 0.4);
      transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s; }

      .bh-sl-container .bh-sl-loc-list .list-details .list-content .loc-addr,
      .bh-sl-container .bh-sl-loc-list .list-details .list-content .loc-addr2,
      .bh-sl-container .bh-sl-loc-list .list-details .list-content .loc-addr3,
      .bh-sl-container .bh-sl-loc-list .list-details .list-content .loc-phone { font-family: "Source Sans Pro",sans-serif; font-weight: 500; font-size: 16px; line-height: 1.1; }

    .bh-sl-container .bh-sl-loc-list .bh-sl-close-directions-container {
      height: 20px;
      position: relative;
      width: 100%; }
      .bh-sl-container .bh-sl-loc-list .bh-sl-close-directions-container .bh-sl-close-icon {
        right: 6px;
        top: 0; }
    .bh-sl-container .bh-sl-loc-list .bh-sl-directions-panel {
      margin: 0 2%;
      /* Avoid issues with table-layout */ }
      .bh-sl-container .bh-sl-loc-list .bh-sl-directions-panel table {
        table-layout: auto;
        width: 100%; }
      .bh-sl-container .bh-sl-loc-list .bh-sl-directions-panel table, .bh-sl-container .bh-sl-loc-list .bh-sl-directions-panel td {
        vertical-align: middle;
        border-collapse: separate; }
      .bh-sl-container .bh-sl-loc-list .bh-sl-directions-panel td {
        padding: 1px; }
      .bh-sl-container .bh-sl-loc-list .bh-sl-directions-panel .adp-placemark {
        margin: 10px 0;
        border: 1px solid #c0c0c0; }
      .bh-sl-container .bh-sl-loc-list .bh-sl-directions-panel .adp-marker {
        padding: 3px; }
    .bh-sl-container .bh-sl-loc-list .bh-sl-noresults-title {
      font-weight: bold;
      margin: 15px; }
    .bh-sl-container .bh-sl-loc-list .bh-sl-noresults-desc {
      margin: 0 15px; }
  .bh-sl-container .loc-name {
    /* Picked up by both list and infowindows */
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px; font-family: "Source Sans Pro",sans-serif; }
  .bh-sl-container .bh-sl-map {
    float: left;
    height: 530px;
    width: 100%; }
    @media (min-width: 1024px) {
      .bh-sl-container .bh-sl-map {
        width: 70%; } }
  .bh-sl-container .bh-sl-pagination-container {
    clear: both; }
    .bh-sl-container .bh-sl-pagination-container ol {
      list-style-type: none;
      margin: 0;
      padding: 10px 0;
      text-align: center; }
      .bh-sl-container .bh-sl-pagination-container ol li {
        color: #005293;
        cursor: pointer;
        display: inline-block;
        font: bold 14px 'Open Sans Condensed', sans-serif;
        padding: 10px; }
      .bh-sl-container .bh-sl-pagination-container ol .bh-sl-current {
        color: #555;
        cursor: auto;
        text-decoration: none; }

/* Modal window */
.bh-sl-overlay {
  background: url(../img/overlay-bg.png) repeat;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000; }
  .bh-sl-overlay .bh-sl-modal-window {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px #656565;
    position: absolute;
    left: 50%;
    margin-left: -460px;
    /* width divided by 2 */
    margin-top: 60px;
    height: 620px;
    width: 920px;
    z-index: 10010; }
    .bh-sl-overlay .bh-sl-modal-window .bh-sl-map-container {
      margin-top: 50px;
      /* increase map container margin */ }
    .bh-sl-overlay .bh-sl-modal-window .bh-sl-modal-content {
      float: left;
      padding: 0 1%;
      /* there's already a margin on the top of the map-container div */
      width: 98%; }
    .bh-sl-overlay .bh-sl-modal-window .bh-sl-close-icon {
      right: 22px;
      top: 13px; }

.bh-sl-close-icon {
  cursor: pointer;
  height: 24px;
  position: absolute;
  width: 24px; }
  .bh-sl-close-icon:after, .bh-sl-close-icon:before {
    background: #ccc;
    content: '';
    display: block;
    height: 24px;
    margin: -3px 0 0 -1px;
    position: absolute;
    bottom: 0;
    left: 50%;
    right: 3px;
    top: 3px;
    width: 3px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  .bh-sl-close-icon:hover:after, .bh-sl-close-icon:hover:before {
    background: #b3b3b3; }
  .bh-sl-close-icon:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }

/*# sourceMappingURL=storelocator.css.map */

.loc-wrap{
	width:100%;
	float:left;
	padding-top:10px;
}
.loc-directions, .loc-link{
	width:50%;
	float:left;
}
.loc-directions a, .loc-link a{
	border: 1px solid #d23e8c;
  background-color: #d23e8c;
    color: #FFF;
	padding:1px 10px;
	float:left;
	text-decoration:none;
  font-weight: 600;
  margin-top: 6px;
      font-family: "Source Sans Pro",sans-serif;
}
.loc-directions a:hover, .loc-link a:hover{
	background: #eda1c9;
    background-color: #eda1c9;
    color: #FFF;
}
.loc-wrap.inf-wndw .loc-directions, .loc-wrap.inf-wndw .loc-link{
	width:auto;
}
.loc-wrap.inf-wndw .loc-directions{ margin-right:5px; }

.acf-map {
	width: 100%;
	height: 400px;
	border: #ccc solid 1px;
	margin: 20px 0;
}

/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}
.lcn-inner-wrap{
	width:100%;
	float:left;
}
.lcn-inner-left{
	width:50%;
	float:left;
	padding-right:20px;
}
.lcn-inner-right{
	width:50%;
	float:left;
}
.lcn-link{
	width:100%;
	float:left;
	padding-top:10px;
}
.lcn-link a{
	border: 2px solid #d23e8c;
    color: #000000;
	padding:3px 5px;
	float:left;
	text-decoration:none;
	font-size:13px; 
}
.lcn-link a:hover{
	color:#d23e8c;
}
.lcn-phone{
	float:left;
	width:100%;
	padding-top:5px;
}
.lcn-dir{
	width:100%;
	float:left;
	padding-top:10px;
}
.lcn-dir a{
	border: 2px solid #d23e8c;
    color: #000000;
	padding:3px 5px;
	float:left;
	text-decoration:none;
	font-size:13px; 
}
.lcn-dir a:hover{
	color:#d23e8c;
}

.home-loc-box{
	border-bottom: 1px solid #ccc;
    float: left;
    height: auto;
    margin-bottom: 10px;
    padding-bottom: 20px;
    width: 100%;
}

.home-loc-link{
	width:100%;
	float:left;
	height:auto;
	margin-top:10px;
}
.home-loc-link h4{
	width:100%;
	float:left;
}
.home-loc-link a{
	border: 1px solid #d23e8c;
    color: #000000;
	padding:3px 10px;
	float:left;
	text-decoration:none;
	font-size:13px; 
}
.home-loc-link a:hover{
	color:#d23e8c;
}