/**
* Both Locations and Single Locations
*/
.content-location-section {
  margin-bottom: 1.25rem;
}
.content-location-section.content-location__cta {
  margin-bottom: 0;
}
.content-location-section.content-location__cta a.btn {
  min-width: unset;
  max-width: 15.25rem;
  width: 100%;
}

/**
* Locations Page
*/
.is-mobile .content-location .phone-link,
.is-touch .content-location .phone-link {
  color: var(--bs-primary);
}

.is-mobile .content-location .phone-link.has-rb-green-color,
.is-touch .content-location .phone-link.has-rb-green-color {
  color: var(--bs-green);
}

.content-location-section:not(.content-location__cta) {
  font-size: 1rem;
}
.col-locations-list {
  padding-top: 1.5rem;
}

.col-locations-list .location-list-link .h4 {
  font-weight: 500;
  font-size: 1.125rem;
}

.content-location__phone > div:nth-child(2) {
  margin-top: .625rem;
}

.col-locations-list .locationlistitem.active .location-list-link {
  color: var(--bs-primary);
  text-decoration: underline;
  display: inline-block;
}

.locations-list:not(.show-all) .locationlistitem:not(.filtered) {
  display: none;
}

.col-locations-list-inner {
  height: 35rem;
  overflow-y: scroll;
}

.col-locations-list-inner ol.locations-list {
  margin-right: 0.5rem;
}
.col-locations-list-inner ol.locations-list > li {
  margin-bottom: 2.25rem;
  padding-bottom: 2.25rem;
  border-bottom: 2px solid var(--bs-primary);
}
.col-locations-list-inner ol.locations-list > li:last-child {
  border-bottom: 0;
}

@media (min-width: 576px) {

  .col-locations-list .location-list-link .h4 {
    font-size: var(--rb-h4-font-size);
  }

  .content-location-section:not(.content-location__cta) {
    font-size: 100%;
  }
}


@media (min-width: 768px) {

  .col-locations-list-inner {
    height: 50rem;
  }
  .col-locations-list .locationlistitem.active .location-list-link {
    display: block;
  }
  .content-location__phone > div:nth-child(2) {
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  .col-locations-list {
    width: auto;
    -ms-flex-preferred-size: 31.25rem;
    flex-basis: 31.25rem;
    padding-top: 0;
  }

  .col-location-single {
    width: auto;
    -ms-flex-preferred-size: 34rem;
    flex-basis: 34rem;
    padding-top: 0;
  }

  .col-locations-list-inner {
    height: 48.625rem;
    overflow-y: scroll;
  }
  .col-locations-list-inner ol.locations-list > li {
    margin-bottom: 3rem;
    padding-bottom: 3rem;
    border-bottom: 2px solid var(--bs-primary);
  }
}
@media (min-width: 1600px) {
  .col-locations-list, .col-location-single {
    -ms-flex-preferred-size: 39.6875rem;
    flex-basis: 39.6875rem;
  }
  .col-locations-list-inner {
    height: 47.5rem;
  }
}
@media (min-width: 1921px) {

  .col-locations-list-inner {
    height: 56rem;
  }
}

/* Bullseye List */

.location-tags ul.bullseye--horizontal {
  max-width: 527px;
  width: 100%;
}

@media (min-width: 1200px) {
  .location-tags ul.bullseye--horizontal {
    width: 100%;
    max-width: unset;
  }
}

@media (min-width: 1600px) {
  .location-tags ul.bullseye--horizontal {
    width: 90%;
  }
}



/* GMAP MAP STYLES */
#locations-map, #single-map {
  height: 28.125rem;
}
@media (min-width: 768px) {
  #locations-map {
    height: 31.25rem;
  }
}
@media (min-width: 960px) {
  #locations-map {
    height: 600px;
  }
}

@media (min-width: 1200px) {
  #locations-map {
    height: 850px;
  }
  #single-map {
    height: 100%;
  }
}
@media (min-width: 1921px) {
  #locations-map {
    height: 1000px;
  }
}

/**
* Zoom Buttons
*/
.zoombox-outer {
	margin: .75rem .75rem 0 .75rem;
}
.zoombox {
  border: 0;
  background: transparent;
	display: flex;
	align-items: center;
}
.zoom-btn {
	border: 0;
	border-radius: 50%;
  background-color: var(--bs-red);
	-webkit-appearance: none;
	appearance: none;
	padding: 0;
}
.zoom-btn:disabled {
	pointer-events: none;
	opacity: .5;
}
.zoom-btn--in {
	margin-right: .5rem;
}
.zoom-btn i {
	color: #fff;
	font-size: 1.375rem;
	padding: 0.625rem;
}

/* Brothers Location */
.single-map-location-type-brothers .zoom-btn {
  background-color: var(--bs-success);
}
.single-map-location-type-brothers .zoom-btn i {
  color: #000;
}

.location-tags ul.bullseye--horizontal.has-rb-green-color,
.link-success {
  font-weight: 500;
}


/**
* Tooltips
*/
.si-content .marker-inner {
  font-family: var(--bs-font-sans-serif);
}
.si-content .marker-title {
  font-family: Gazpacho, "Arial Black", sans-serif !important;
  font-size: 1.0625rem;
}
.si-content .marker-address {
  font-size: .875rem;
}
.si-content .marker-directions {
  display: none;
}
@media (min-width: 1200px) {
.si-content .marker-title {
  font-size: 1.25rem;
}
.si-content .marker-address {
  font-size: 1rem;
}
.si-content .marker-directions {
  padding-top: 1rem;
  display: block;
}
.si-content .marker-directions .btn:first-of-type {
  margin-bottom: .75rem;
}
}


.si-float-wrapper {
  position: absolute;
  width: 100%;
}

.si-float-wrapper,
.si-float-wrapper * {
  box-sizing: border-box;
}

[class*='si-wrapper'] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  cursor: default;
}

.si-wrapper-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: -40px;
  margin-left: 0px;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}

.si-wrapper-bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  margin-top: 0px;
  margin-left: 0px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.si-wrapper-left {
  margin-top: -20px;
  margin-left: -11px;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}

.si-wrapper-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-top: -20px;
  margin-left: 11px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

[class*='si-shadow-wrapper'] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.29804;
  z-index: 1;
}

.si-shadow-wrapper-top,
.si-shadow-wrapper-bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.si-shadow-pointer-bottom,
.si-shadow-pointer-right {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.si-shadow-frame {
  box-shadow: 0 1px 3px 0 #000;
}

[class*='si-shadow-pointer'] {
  position: relative;
  width: 15px;
  height: 15px;
  margin: auto;
}

[class*='si-shadow-inner-pointer'] {
  position: absolute;
  width: 141%;
  height: 141%;
  box-shadow: -0.70711px 0.70711px 3px 0 #000;
}

.si-shadow-inner-pointer-top {
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.si-shadow-inner-pointer-bottom {
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%) rotate(-45deg);
  transform: translate(-50%, 50%) rotate(-45deg);
}

.si-shadow-inner-pointer-left {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.si-shadow-inner-pointer-right {
  top: 50%;
  right: 0;
  -webkit-transform: translate(50%, -50%) rotate(-45deg);
  transform: translate(50%, -50%) rotate(-45deg);
}

.si-frame {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  border-radius: 3px;
  overflow: hidden;
  z-index: 2;
}

.si-content-wrapper {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  padding: 30px;
  background-color: #fff;
}

.si-has-border .si-content-wrapper {
  border: 1px solid #bbb;
}

.si-content {
  overflow: auto;
}

.si-close-button {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  outline: none;
  background-color: transparent;
  color: inherit;
  font-size: 24px;
  cursor: pointer;
  opacity: 0.5;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.si-close-button:hover,
.si-close-button:focus {
  opacity: 0.7;
}

[class*='si-pointer-border'] {
  position: absolute;
  border: 15px solid transparent;
  z-index: 3;
}

[class*='si-pointer-bg'] {
  position: relative;
  border: 15px solid transparent;
  z-index: 4;
}

.si-has-border [class*='si-pointer-bg'] {
  border-width: 15px;
}

.si-pointer-border-top,
.si-pointer-border-bottom {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.si-pointer-border-left,
.si-pointer-border-right {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.si-pointer-top {
  border-bottom: 0;
}

.si-pointer-border-top {
  bottom: 0;
  border-top-color: #bbb;
}

.si-pointer-bg-top {
  border-top-color: #fff;
}

.si-has-border .si-pointer-bg-top {
  top: -1px;
  margin-bottom: 0px;
}

.si-pointer-bottom {
  border-top: 0;
}

.si-pointer-border-bottom {
  top: 0;
  border-bottom-color: #bbb;
}

.si-pointer-bg-bottom {
  border-bottom-color: #fff;
}

.si-has-border .si-pointer-bg-bottom {
  bottom: -1px;
  margin-top: 0px;
}

.si-pointer-left {
  border-right: 0;
}

.si-pointer-border-left {
  right: 0;
  border-left-color: #bbb;
}

.si-pointer-bg-left {
  border-left-color: #fff;
}

.si-has-border .si-pointer-bg-left {
  left: -1px;
  margin-right: 0px;
}

.si-pointer-right {
  border-left: 0;
}

.si-pointer-border-right {
  left: 0;
  border-right-color: #bbb;
}

.si-pointer-bg-right {
  border-right-color: #fff;
}

.si-has-border .si-pointer-bg-right {
  right: -1px;
  margin-left: 0px;
}
