/* #page-header it just included for the examples */
section.league-locator {
  margin: 90px 0 143px;
}
#page-header {
  display: block;
  float: left;
  max-width: 800px; }
#page-header .bh-sl-title {
  color: #797874;
  font: normal 20px/1.4 Arial, Helvetica, 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: Arial, Helvetica, 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%; }

.bh-sl-map-container p.loc-people {
  margin-top: 8px;
}
/*.bh-sl-map-container p.loc-people > br:first-child {
display: none;
}*/
.bh-sl-map-container p.loc-people + p.loc-people {
  margin-top: 0;
}
.bh-sl-map-container p.loc-notes {
  margin: 0;
}

.bh-sl-map-container .loc-doctors {
  color: #007dc7;
  line-height: 28px;
}

.bh-sl-container .bh-sl-loc-list .list-details .list-content .loc-doctors p,
.bh-sl-map-container .loc-doctors p {
  margin: 0;
  line-height: 28px;
}

.bh-sl-map-container .loc-doctors p strong,
.bh-sl-map-container .loc-doctors p em {
  display: inline-block;
  font-weight: 400;
  font-style: normal;
}

.bh-sl-map-container .loc-doctors p em:after {
  display: inline-block;
  content: '';
  width: 24px;
  height: 24px;
  border-radius: 0 !important;
  box-shadow: none !important;
  max-height: none !important;
  max-width: none !important;
  background: url(https://cdn2.hubspot.net/hubfs/2618738/js/locator/img/COE.png) 0 0 no-repeat;
  background-size: cover;
  margin-left: 5px;
  margin-bottom: -4px;
}

.bh-sl-map-container .loc-doctors p strong:after {
  display: inline-block;
  content: '';
  width: 24px;
  height: 24px;
  border-radius: 0 !important;
  box-shadow: none !important;
  max-height: none !important;
  max-width: none !important;
  background: url(https://cdn2.hubspot.net/hubfs/2618738/js/locator/img/icon-in-office-procedures.png) 0 0 no-repeat;
  background-size: cover;
  margin-left: 5px;
  margin-bottom: -4px;
}

.bh-sl-map-container .loc-doctors .loc-doctor {
  display: flex;
}

.bh-sl-map-container .loc-doctors .loc-doctor.ld-coe:before {
  display: inline-block;
  content: '';
  width: 24px;
  height: 24px;
  border-radius: 0 !important;
  box-shadow: none !important;
  max-height: none !important;
  max-width: none !important;
  background: url(https://cdn2.hubspot.net/hubfs/2618738/js/locator/img/COE.png) 0 0 no-repeat;
  background-size: cover;
  margin-left: 5px;
  margin-bottom: -4px;
  order: 2;
}

.bh-sl-map-container .loc-doctors .loc-doctor.ld-iop:after {
  display: inline-block;
  content: '';
  width: 24px;
  height: 24px;
  border-radius: 0 !important;
  box-shadow: none !important;
  max-height: none !important;
  max-width: none !important;
  background: url(https://cdn2.hubspot.net/hubfs/2618738/js/locator/img/icon-in-office-procedures.png) 0 0 no-repeat;
  background-size: cover;
  margin-left: 5px;
  margin-bottom: -4px;
  order: 3;
}

/* Avoid image issues with Google Maps and CSS resets */
.bh-sl-map-container img {
  width: 45px;
  border-radius: 0 !important;
  box-shadow: none !important;
  max-height: none !important;
  max-width: none !important;
  object-fit: contain;
  margin-right: 10px;
}
.info-top {
  display: flex;
  align-items: flex-start;
}
.info-top .loc-subtitle.promoted {
  color: #FFDE00;
  font-weight: 600;
}
.loc-address span {
  display: block;
}

.bh-sl-map-container .loc-title img {
  display: block;
  float: right;
  margin: 0 0 0 5px;
  width: 30px;
  height: 30px;
}

.section-map .bh-sl-container {
  padding-top: 80px;
}
.bh-sl-container .map-icons {
  margin-top: 30px;
  margin-bottom: 20px;
}
.bh-sl-container .bh-sl-loc-list-arrow {
  background: #014A8F;
}
.bh-sl-container .map-icons img {
  display: block;
  float: left;
  width: 45px;
  height: auto;
  margin-top: 4px;
  margin-right: 15px;
}
.bh-sl-container .map-icons p {
  display: block;
  float: left;
  width: calc(100% - 60px);
}
.bh-sl-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  float: none;
  width: 100%;
  /* Avoid issues with Google Maps and CSS frameworks */ }
.bh-sl-container h3.bh-sl-title.text-center {
  margin: 0;
  font-size: 21px;
  color: #000000;
  letter-spacing: -0.51px;
  min-width: 250px;
  font-weight: 600;
}
.bh-sl-container > * {
  box-sizing: content-box !important; }
.bh-sl-container .bh-sl-form-container {
  clear: left;
  float: left;
  margin-top: 0;
  flex: auto 1 1; }
.bh-sl-container .form-input {
  float: left;
  margin-top: 3px;
  width: 100%; }
@media (min-width: 768px) {
  .bh-sl-container .form-input {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding-left: 15px;
  }

  .bh-sl-container .form-input input {
    width: 67% !important;
    margin: 0 !important;
    display: block;
    float: left;
  }

  .bh-sl-container .form-input .selectric-wrapper {
    width: 33%;
    padding-left: 3%;
    display: block;
    float: left;
  }
}
.bh-sl-container .form-input label {
  display: block;
  font-weight: bold;
  width: 100%; }
@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 .selectric {
  box-sizing: border-box;
  font: normal 14px/1.4 Arial, Helvetica, sans-serif;
  margin: 15px 0;
  padding: 6px 20px;
  width: 100%; 
  height: 47px !important;
  min-height: 0;
  max-height: none;
  border: 3px solid #014A8F;
  border-radius: 24px;
  max-width: 400px;
  margin: 0;
}
.bh-sl-container .form-input input::-webkit-input-placeholder { /* Webkit Browsers */
  text-transform: none;
  font-size: 15px;
  color: #014A8F;
  letter-spacing: -0.36px;
}
.bh-sl-container .form-input input:-moz-placeholder { /* Firefox 18- */
  font-size: 15px;
  text-transform: none;
  color: #014A8F;
  letter-spacing: -0.36px;
}
.bh-sl-container .form-input input::-moz-placeholder { /* Firefox 19+ */
  text-transform: none;
  font-size: 15px;
  color: #014A8F;
  letter-spacing: -0.36px;
}
.bh-sl-container .form-input input:-ms-input-placeholder { /* IE10 */
  text-transform: none;
  font-size: 15px;
  color: #014A8F;
  letter-spacing: -0.36px;
}

.bh-sl-container .form-input .selectric .label {
  margin: 0;
  font-size: 15px;
  color: #014A8F;
  letter-spacing: -0.36px;
  font-weight: 600;
  line-height: 31px;
}
.bh-sl-container form button {
  font-size: 15px;
  letter-spacing: -0.36px;
  font-weight: 600;
}
.bh-sl-loc-list-up .fa-angle-up {
  display: flex;
  justify-content: center;
  align-items: center;
}
.bh-sl-loc-list-up .fa-angle-up:before {
  content: url(https://cdn2.hubspot.net/hubfs/5262164/find-league-up-arrow.svg);
  line-height: 21px;
}
.bh-sl-loc-list-down .fa-angle-down {
  display: flex;
  justify-content: center;
  align-items: center;
}
.bh-sl-loc-list-down .fa-angle-down:before {
  content: url(https://cdn2.hubspot.net/hubfs/5262164/find-league-down-arrow.svg);
  line-height: 21px;
}
@media (min-width: 768px) {
  .bh-sl-container .form-input input, .bh-sl-container .form-input select {
    width: auto;
    margin: 0 15px 0 10px; } }
.bh-sl-container form button {
  margin-top: 0;
  width: 173px;
  /*background: #00447a;
  border: none;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  float: left;
  font: bold 14px/1.4 Arial, Helvetica, sans-serif;
  margin-top: 3px;
  padding: 6px 12px;
  white-space: nowrap;
  -webkit-border-radius: 4px;*/
  min-height: 44px;
}
.bh-sl-container .bh-sl-loading {
  background: url(https://cdn2.hubspot.net/hubfs/2618738/js/locator/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 Arial, Helvetica, sans-serif;
  padding: 6px 12px;
  -webkit-border-radius: 4px; }
.bh-sl-container .bh-sl-map-container {
  color: ;
  clear: left;
  float: left;
  /*margin-top: 27px;*/
  width: 100%; }

@media (max-width: 1023px) {
  .bh-sl-container .bh-sl-loc-list {
    width: 100%;
    border-bottom: 1px solid #dadada;
    clear: both;
    float: left;
  }
}
@media (min-width: 1024px) {
  .bh-sl-container .bh-sl-loc-list {
    height: 630px;
    overflow-x: auto;
    width: 100%;
    border-bottom: 1px solid #dadada;
  }
  /*.bh-sl-container .bh-sl-map-container {
  margin-bottom: 60px; }*/
}
.bh-sl-container .bh-sl-map-container a:not(.button) {
  color: ;
  display: block;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none; }
.bh-sl-container .bh-sl-map-container a:active:not(.button), .bh-sl-container .bh-sl-map-container a:focus:not(.button), .bh-sl-container .bh-sl-map-container a:hover:not(.button) {
  text-decoration: underline; }


.bh-sl-container .bh-sl-loc-list ul {
  position: relative;
  min-height: 100%;
}

.bh-sl-container .bh-sl-loc-list ul:before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  background: #dadada;
}
.bh-sl-container .bh-sl-loc-list ul::-webkit-scrollbar-thumb {
  background: #014A8F !important;
  border-radius: 0 !important;
}

.bh-sl-container .bh-sl-loc-list ul:after {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  background: #dadada;
}

.bh-sl-container .bh-sl-loc-list ul li {
  border: 1px solid #dadada;
  border-bottom: none;
  background: #fff !important;
}

.bh-sl-container .bh-sl-loc-list .list-label {
  display: none !important;
}

.bh-sl-container .bh-sl-loc-list .list-details {
  margin-left: 0 !important;
  width: 100% !important;
  clear: both !important;
}

.loc-title {
  font-family: ;
  font-weight: 400;
  margin-bottom: 5px;
  font-size: 20px;
}

p.loc-people {
  margin: 0;
  color: #007dc7;
  font-weight: 
}

@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 {
  /* 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;
  border-radius: 50%;
  color: #fff;
  display: block;
  float: left;
  font-weight: bold;
  margin: 10px 0 0 15px;
  padding: 4px 7px;
  text-align: center;
  width: auto;
  min-width: 29px; }
.bh-sl-container .bh-sl-loc-list .list-details {
  float: left;
  margin-left: 6px;
  width: 80%; }
.bh-sl-container .bh-sl-loc-list .list-details .list-content {
  padding: 15px 18px; }
.bh-sl-container .bh-sl-loc-list .list-details .list-content p {
  line-height: 1.4;
}
.bh-sl-container .gm-style-iw p {
  line-height: 1.4;
}
.loc-subtitle {
  margin: 0;
}
.loc-subtitle:last-of-type {
  margin: 0 0 20px;
}
.bh-sl-container .bh-sl-loc-list .list-details .loc-dist {}
.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 .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: 15px;
  font-weight: bold; }
.bh-sl-container .bh-sl-map {
  float: right;
  height: 630px;
  width: 100%; }
@media (min-width: 1024px) {
  .bh-sl-container .bh-sl-map {
    width: calc(70% - 30px);
    margin-left: 30px;
  }
}
.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 Arial, Helvetica, 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(https://cdn2.hubspot.net/hubfs/2618738/js/locator/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); }

ul#category-filters-container1 {
  padding: 17px;
  list-style: none;
  display: flex;
  align-items: center;
  background: #014A8F;
  color: #fff;
  justify-content: center;
}
ul#category-filters-container1 li {
  margin: 0 50px 0 0;
}
ul#category-filters-container1 h3 {
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0;    
  margin: 0 50px 0 0;
  font-weight: 400;
  margin: 0;
}
ul#category-filters-container1 img {
  width: 21px;
  margin-left: 5px;
}
ul#category-filters-container1 label {
  display: flex;
  align-items: center;
}
ul#category-filters-container1 label .control {
  top: auto;
}
ul#category-filters-container1 li:last-of-type {
  margin: 0;
}

@media(max-width: 991px) {
  .bh-sl-container {
    flex-direction: column;
  }
  .bh-sl-container .bh-sl-form-container {
    width: 100%;
  }
  .bh-sl-container h3.bh-sl-title.text-center {
    margin: 0 0 15px;
  }

}

@media(max-width: 767px) {
  ul#category-filters-container1 {
    flex-direction: column;
    align-items: flex-start;
  }
  ul#category-filters-container1 li {
    margin: 0 0 15px 0;
  }
  ul#category-filters-container1 li:last-of-type {
    margin: 0;
  }
  .bh-sl-container .selectric-wrapper {
    margin: 20px 0;
    text-align: center;
  }
  .bh-sl-container form#bh-sl-user-location {
    text-align: center;
  }
  .bh-sl-container .form-input .selectric {
    margin: 0 auto;
  }
}
