/* Minification failed. Returning unminified contents.
(209,46): run-time error CSS1030: Expected identifier, found 'p'
(209,47): run-time error CSS1031: Expected selector, found ')'
(209,47): run-time error CSS1025: Expected comma or open brace, found ')'
(458,26): run-time error CSS1039: Token not allowed after unary operator: '-bs-accordion-btn-icon'
 */
/* Variables
**********************************/
/* all vars, no need for @if critical */
/* breakpoints */
/* Animation - see header.scss for usage examples */
/* Form placeholders */
/* Usage:

	.foo {
	  @include placeholder {
		color: green;
	  }
	}

	@include placeholder {
	  color: red;
	}
*/
/* Flexbox 
***************************************/
/* Card */
/* Filter */
/* Gridder */
/*
	TABLE OF CONTENTS:
		- SEASONAL CHANGES
		- OVERALL MAP SECTION
		- OVERRIDING DEFAULT GOOGLE MAPS STYLES
			- TRIANGLE INDICATOR
			- ZOOM CONTROL
		- CUSTOM CONTENT
			- INFOWINDOW CONTENT CONTAINER
			- TEXT CONTENT SECTION OF INFOWINDOW
			- MISCELLANEOUS INDIVIDUAL FIELDS
		- MAP NAVIGATION
			- DECORATIVE ELEMENT
			- DROPDOWN FOR CATEGORIES
				- TOGGLE BUTTON
				- LIST OF DROPDOWN ITEMS

*/
.summer-active .gm-bundled-control .gm-control-active > img {
  filter: brightness(0) invert(86%) sepia(18%) saturate(4650%) hue-rotate(327deg) brightness(103%) contrast(103%);
}

.summer-active .gmap-tooltip {
  border-left: 15px solid #ffaf3f;
}

.summer-active .map-categories .accordion-item {
  background-color: #FFF;
}

.summer-active .map-categories .accordion-button:not(.collapsed) {
  border-left: 15px solid #ffaf3f;
  background-color: #FFF;
}

.summer-active .map-categories .accordion-body .location-link {
  border-left: 15px solid #ffaf3f;
}

.summer-active .map-categories .accordion-body .location-link.active {
  border-left: 15px solid #ffaf3f;
}

.summer-active .map-categories .accordion-body .location-link.active::before {
  color: #ffaf3f;
}

.summer-active .map-categories .accordion-body .location-link::after {
  background-color: #FFF;
}

.winter-active .gm-bundled-control .gm-control-active > img {
  filter: brightness(0) invert(48%) sepia(96%) saturate(1260%) hue-rotate(162deg) brightness(97%) contrast(89%);
}

.winter-active .gmap-tooltip {
  border-left: 15px solid #0faae8;
}

.winter-active .map-categories .accordion-item {
  background-color: #FFF;
}

.winter-active .map-categories .accordion-button:not(.collapsed) {
  border-left: 15px solid #0faae8;
  background-color: #FFF;
}

.winter-active .map-categories .accordion-body .location-link {
  border-left: 15px solid #0faae8;
}

.winter-active .map-categories .accordion-body .location-link.active {
  border-left: 15px solid #0faae8;
}

.winter-active .map-categories .accordion-body .location-link.active::before {
  color: #0faae8;
}

.winter-active .map-categories .accordion-body .location-link::after {
  background-color: #FFF !important;
}

.site-map {
  position: relative;
  margin: 0 auto;
}

.site-map .gmap-wrap {
  box-sizing: border-box;
  position: relative;
}

.site-map .gmap {
  margin-bottom: 0;
  height: 800px;
}

.gm-style .gm-style-iw-c {
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  transform: translate3d(-50%, 68px, 0);
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.75);
  z-index: 1;
  top: -6px;
}

.gm-style .gm-style-iw-c .gm-ui-hover-effect {
  width: 17px !important;
  height: 16px !important;
  margin: 10px !important;
  top: 0 !important;
  right: 0 !important;
}

.gm-style .gm-style-iw-c .gm-ui-hover-effect > span {
  mask-image: url("../png/infowindow-close-btn-half.png") !important;
  -webkit-mask-image: url("../png/infowindow-close-btn-half.png") !important;
  width: 17px !important;
  height: 16px !important;
  margin: 0 !important;
}

.gm-style .gm-style-iw-d {
  overflow: auto !important;
}

.gm-style .gm-style-iw-t {
  bottom: 45px !important;
}

.gm-style .gm-style-iw-tc {
  top: 8.5px;
  -webkit-filter: none;
  filter: none;
  z-index: 2;
}

.gm-style .gm-style-iw-tc::after {
  width: 45px;
  height: 30px;
  clip-path: polygon(50% 0%, 100% 100%, 0 100%);
  top: 24px;
  left: -10px;
  -webkit-box-shadow: 0px -3px 3px 1px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0px -3px 3px 1px rgba(0, 0, 0, 0.22);
  box-shadow: 0px -3px 3px 1px rgba(0, 0, 0, 0.22);
}

.gmap-tooltip {
  box-sizing: border-box;
  line-height: 1.4em;
  font-family: "Source Sans Pro", sans-serif;
  display: flex;
  align-items: center;
  overflow: hidden;
  max-height: 330px;
}

@media screen and (max-width: 767px) {
  .gmap-tooltip {
    width: auto;
  }
}

.gmap-content {
  position: relative;
  padding: 2em;
  max-height: 330px;
  box-sizing: border-box;
  overflow-y: auto;
  max-width: 390px;
}

@media screen and (max-width: 767px) {
  .gmap-content {
    padding: 2em 1.5em 1.5em 1.5em;
    max-width: 100%;
  }
}

.gmap-content address p:not(#modal-container p) {
  margin-bottom: 1em;
}

.gmap-content h3 {
  font-size: clamp(18px, 3vw, 1.5rem);
  text-transform: capitalize;
}

.gmap-content a {
  display: block;
  padding: 0 0 1.6em;
}

.gmap-content a:focus-visible {
  outline: none;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}

.gmap-content p, .gmap-content a:not(.gmap-directions) {
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .gmap-content p, .gmap-content a:not(.gmap-directions) {
    font-size: .6rem;
  }
}

.gmap-content .distance, .gmap-content .drive-time, .gmap-content .gmap-distance, .gmap-content .gmap-duration {
  padding: 0;
  margin: 0;
}

.gmap-content .gmap-distance, .gmap-content .gmap-duration {
  font-weight: bold;
}

.gmap-addr {
  line-height: 1.4em;
}

.gmap-img {
  overflow: hidden;
  max-width: 40%;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .gmap-img {
    display: none;
  }
}

.gmap-img img {
  width: auto;
}

.gmap-tel {
  margin-bottom: .5em;
}

.gmap-desc {
  max-height: 7em;
  overflow: auto;
}

.gmap-desc p:last-of-type {
  margin-bottom: 0;
}

.map-categories {
  box-sizing: border-box;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.65);
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.65);
  transition: transform 350ms ease;
}

@media screen and (min-width: 768px) {
  .map-categories {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    margin-left: 38px;
  }
}

.map-categories.hidden {
  transform: translateX(100%);
}

.map-categories h2 {
  text-transform: capitalize;
  margin-bottom: 0;
  color: #333334;
}

@media screen and (max-width: 767px) {
  .map-categories h2.show-on-mobile {
    position: static;
    width: auto;
    height: auto;
    padding: 1rem 0.5rem;
  }
}

.map-categories h2 span {
  font-family: "aktiv-grotesk", sans-serif;
  color: #ffaf3f;
  font-size: 1.5em;
  display: inline-block;
  transform: rotate(-3deg);
  transition: font-size 300ms ease;
}

@media screen and (max-width: 1150px) {
  .map-categories h2 span {
    font-size: 1.25em;
  }
}

@media screen and (max-width: 767px) {
  .map-categories h2 {
    font-size: 2em;
  }
}

@media screen and (max-width: 480px) {
  .map-categories h2 {
    font-size: 7vw;
  }
}

.map-categories .hide-btn {
  padding: 0.5rem;
  position: absolute;
  top: 2.25rem;
  left: -38px;
  background-color: #fff;
  border-top-left-radius: 2em;
  border-bottom-left-radius: 2em;
  filter: drop-shadow(0 0 0.15em rgba(0, 0, 0, 0.25));
}

.map-categories .hide-btn .icon {
  display: block;
  transition: transform 350ms ease;
}

.map-categories .hide-btn .icon.hidden {
  transform: rotate(-180deg);
}

.map-categories .accordion {
  max-height: 790px;
  overflow-y: auto;
}

@media screen and (min-width: 768px) {
  .map-categories .accordion {
    width: 350px;
  }
}

.map-categories .accordion-body {
  max-height: 300px;
  overflow-y: auto;
  padding: 0;
}

.map-categories .accordion-body .location-link {
  position: relative;
  font-weight: 600;
  padding: .5rem 0;
  text-align: left;
  padding: .75rem .75rem .75rem 45px;
  width: 100%;
}

.map-categories .accordion-body .location-link::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: #ffaf3f;
  opacity: 0;
  transition: opacity .35s;
}

.winter-active .map-categories .accordion-body .location-link::after {
  background-color: #0faae8;
}

.map-categories .accordion-body .location-link.active::before {
  display: inline-block;
  vertical-align: middle;
  font-size: .75rem;
  content: '\e81d';
  font-family: 'fontello';
  margin-right: .5em;
}

.map-categories .accordion-body .location-link:not(.active)::after {
  opacity: .75;
}

.map-categories .accordion-button {
  position: relative;
  color: #333334;
  text-transform: uppercase;
  font-weight: 700;
  color: #333334;
  gap: 1rem;
  padding-left: 45px;
}

@media screen and (max-width: 767px) {
  .map-categories .accordion-button {
    padding: 1rem .75rem;
  }
}

.map-categories .accordion-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.map-categories .accordion-button:not(.collapsed) {
  color: #333334;
  box-shadow: none;
}

.map-categories .accordion-button:not(.collapsed)::before {
  opacity: 0;
}

.map-categories .accordion-button::after {
  background-image: var(--bs-accordion-btn-icon);
}

.map-categories .accordion-button:focus {
  box-shadow: none;
}

.accordion-item:first-of-type .accordion-button,
.accordion-item:last-of-type .accordion-button.collapsed {
  border-radius: 0;
}

.decorative-element {
  max-width: 20%;
}

@media screen and (max-width: 767px) {
  .decorative-element {
    max-width: 40%;
  }
}

.brand-dropdown {
  position: relative;
  transition: background-color .35s, color .35s;
  z-index: 1;
  max-width: 220px;
  background: #fff;
  margin-left: auto;
  margin-right: 4em;
  min-width: 220px;
}

@media screen and (max-width: 767px) {
  .brand-dropdown {
    margin-right: 0;
    margin-left: unset;
  }
}

.brand-dropdown.active {
  background-color: #fff;
  color: #ffaf3f;
}

.brand-dropdown.active .br-toggle:hover {
  color: #ffaf3f;
}

.brand-dropdown.active .br-toggle i {
  transform: rotate(180deg);
}

.brand-dropdown.active .br-list {
  pointer-events: auto;
  opacity: 1;
}

.br-toggle {
  padding: 1em 1.5em;
  position: relative;
  font-family: inherit;
  font-size: .688rem;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  transition: color .35s;
  color: #ffaf3f;
  white-space: nowrap;
  width: 100%;
  border: 4px solid #ffaf3f;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .br-toggle {
    border-style: solid;
  }
}

.br-toggle::before {
  content: '';
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 1.75em;
  background-color: #fff;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .br-toggle::before {
    content: none;
  }
}

.br-toggle i {
  display: inline-block;
  font-size: 1rem;
  margin: 0 0 0 .5em;
  transition: transform .5s;
  width: 1.5em;
  height: 1.5em;
  background-color: #ffaf3f;
  border-radius: 50%;
  color: #fff;
}

.br-toggle i:before {
  font-size: .75em;
  transform: translate(1px, 2px);
}

.br-toggle:focus-visible {
  outline: 2px solid #333334;
}

.br-list {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #fff;
  color: #ffaf3f;
  line-height: 1.4em;
  transition: opacity .35s ease-in;
  opacity: 0;
  pointer-events: none;
}

.br-list button {
  display: block;
  padding: .65em 1.75em;
  text-transform: uppercase;
  font-size: .688rem;
  font-weight: 500;
  letter-spacing: .2em;
  width: 100%;
  text-align: left;
}

.br-list button:hover {
  color: #fff;
}

.br-list li:not(:last-child) {
  border-bottom: 1px solid #ffaf3f;
}

.br-list li:hover {
  background-color: #ffaf3f;
  color: #fff;
}

.br-list strong {
  letter-spacing: .2em;
  text-transform: uppercase;
}
