/**
 *  Property of OSF Global Services, Inc., (with its brand OSF Commerce). OSF remains the sole owner of all right, title and interest in the software.
 *  Do not copy, sell, reverse engineer or otherwise attempt to derive or obtain information about the functioning, manufacture or operation therein.
 */
/**
 *  Property of OSF Global Services, Inc., (with its brand OSF Commerce). OSF remains the sole owner of all right, title and interest in the software.
 *  Do not copy, sell, reverse engineer or otherwise attempt to derive or obtain information about the functioning, manufacture or operation therein.
 */
/**
 *  Property of OSF Global Services, Inc., (with its brand OSF Commerce). OSF remains the sole owner of all right, title and interest in the software.
 *  Do not copy, sell, reverse engineer or otherwise attempt to derive or obtain information about the functioning, manufacture or operation therein.
 */
/**
 *  Property of OSF Global Services, Inc., (with its brand OSF Commerce). OSF remains the sole owner of all right, title and interest in the software.
 *  Do not copy, sell, reverse engineer or otherwise attempt to derive or obtain information about the functioning, manufacture or operation therein.
 */
.bt-link {
  color: #000;
  cursor: pointer;
}
.bt-link:hover {
  color: #333;
}

.bt-image {
  width: 100%;
  display: block;
}

/**
 *  Property of OSF Global Services, Inc., (with its brand OSF Commerce). OSF remains the sole owner of all right, title and interest in the software.
 *  Do not copy, sell, reverse engineer or otherwise attempt to derive or obtain information about the functioning, manufacture or operation therein.
 */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
  outline: 0;
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 0.0625rem dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -0.125rem;
  /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

/**
 *  Property of OSF Global Services, Inc., (with its brand OSF Commerce). OSF remains the sole owner of all right, title and interest in the software.
 *  Do not copy, sell, reverse engineer or otherwise attempt to derive or obtain information about the functioning, manufacture or operation therein.
 */
/**
 *  Property of OSF Global Services, Inc., (with its brand OSF Commerce). OSF remains the sole owner of all right, title and interest in the software.
 *  Do not copy, sell, reverse engineer or otherwise attempt to derive or obtain information about the functioning, manufacture or operation therein.
 */
/**
 *  Property of OSF Global Services, Inc., (with its brand OSF Commerce). OSF remains the sole owner of all right, title and interest in the software.
 *  Do not copy, sell, reverse engineer or otherwise attempt to derive or obtain information about the functioning, manufacture or operation therein.
 */
/**
 *  Property of OSF Global Services, Inc., (with its brand OSF Commerce). OSF remains the sole owner of all right, title and interest in the software.
 *  Do not copy, sell, reverse engineer or otherwise attempt to derive or obtain information about the functioning, manufacture or operation therein.
 */
.bt-link {
  color: #000;
  cursor: pointer;
}
.bt-link:hover {
  color: #333;
}

.bt-image {
  width: 100%;
  display: block;
}

/**
 *  Property of OSF Global Services, Inc., (with its brand OSF Commerce). OSF remains the sole owner of all right, title and interest in the software.
 *  Do not copy, sell, reverse engineer or otherwise attempt to derive or obtain information about the functioning, manufacture or operation therein.
 */
.bt-store-card-details .bt-store-card-name,
.bt-store-card-details .bt-event-card-name {
  font-size: 1.25em;
  font-weight: bold;
  margin: 1.25rem;
}
.bt-store-card-details .bt-store-card-distance {
  font-family: "Source Sans Pro Bold", sans-serif;
  font-size: 1.25rem;
}

.bt-store-locator-page {
  display: none;
  flex-direction: column;
}
.bt-store-locator-page.active {
  display: flex;
}
.bt-store-locator-page .bt-search-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  order: 0;
}
.bt-store-locator-page .bt-search-info {
  display: flex;
  flex-direction: column;
}
.bt-store-locator-page .bt-search-info .bt-places-list {
  order: 1;
}
.bt-store-locator-page .bt-search-info .bt-places-list .bt-link {
  color: #333;
}
.bt-store-locator-page .bt-search-info .bt-places-list .bt-link:hover {
  color: #333;
}
.bt-store-locator-page .bt-search-info .bt-map-wrapper {
  order: 0;
}
.bt-store-locator-page .btn-view-store-details,
.bt-store-locator-page .btn-view-event-details {
  margin-bottom: 0.625rem;
  width: 100%;
}
.bt-store-locator-page .bt-store-card-distance,
.bt-store-locator-page .bt-event-card-distance {
  font-family: "Source Sans Pro Bold", sans-serif;
  font-size: 1.25rem;
}
.bt-store-locator-page .bt-store-card-name,
.bt-store-locator-page .bt-event-card-name {
  font-family: "Source Sans Pro Bold", sans-serif;
  font-size: 1.25em;
  margin: 1.25rem;
}

.bt-search-form-row .bt-search-address-input-wrapper .bt-search-select,
.bt-search-form-row .bt-search-address-input-wrapper .bt-input-search-store > input {
  height: 61px;
  border: 0.0625rem solid #e8e4e4;
}
.bt-search-form-row .bt-search-button .fas.fa-search {
  color: #333;
}
.bt-search-form-row .bt-search-button:hover {
  border-color: #eee;
}
.bt-search-form-row .bt-search-button:hover .fas.fa-search {
  color: #fff;
}

.bt-saved-store-image {
  float: left;
  margin: 0 0.625rem 0 0;
  width: 5rem;
  height: 5rem;
}

.bt-error {
  width: 100%;
  margin-bottom: 0.7rem;
  color: #c00;
  font-size: 1rem;
  text-align: center;
}

.bt-directions-alert {
  position: absolute;
  bottom: 1.25rem;
  left: 50%;
  transform: translate(-50%, 0);
  background: #fff;
  padding: 1.25rem;
  width: 60%;
  margin: 0;
}
.bt-directions-alert .bt-error {
  margin: 0;
}

.bt-search-form {
  display: flex;
  flex-flow: column wrap;
  padding: 1.3rem 0;
}
.bt-search-form-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.7rem;
  align-items: center;
  justify-content: center;
}
.bt-search-buttons {
  display: flex;
  align-items: center;
  width: 100%;
}
.bt-search .bt-input-wrapper {
  display: flex;
  width: 100%;
  margin-bottom: 0.5rem;
}
.bt-search-input, .bt-search-radius {
  border: 0.0625rem solid #e8e4e4;
  border-radius: 0.1875rem;
  flex-grow: 1;
  min-width: 70%;
}
.bt-search-input {
  padding: 1.3rem;
  width: 100%;
}
.bt-search-radius {
  padding: 0.5rem 0.6rem;
}
.bt-search .bt-search-select {
  width: 12.625rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0.3125rem;
  padding: 0.625rem;
  min-width: 0;
  flex-grow: initial;
  border: 0.0625rem solid #e8e4e4;
  border-right: 0;
}
.bt-search .bt-input-search-store {
  width: 100%;
}
.bt-search-radius-label {
  display: flex;
  align-items: center;
}
.bt-search-refinements-item {
  max-width: 31.25rem;
}
.bt-search-refinements-item .bt-filter-label {
  font-size: 0.875rem;
  width: 30%;
}
.bt-search-refinements-item .bt-input-wrapper {
  width: 100%;
}
.bt-search-refinements-cta, .bt-search-button {
  margin-right: 0.5rem;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.bt-search-refinements-cta {
  display: flex;
  font-size: 1rem;
  padding: 0.5rem 0.6rem;
  order: 4;
  width: 100%;
  text-align: center;
}
.bt-search-refinements-cta:hover {
  color: #333;
  text-decoration: underline;
}
.bt-search-refinements-cta:active {
  color: #333;
}
.bt-search-refinements-cta.active {
  color: #333;
  text-decoration: underline;
}
.bt-search-button {
  background: none;
  padding: 1.3rem;
  border: 0.0625rem solid #e8e4e4;
  border-radius: 0.1875rem;
  width: 12.625rem;
}
.bt-search-button:hover {
  background-color: #333;
  color: #fff;
}
.bt-search-button:active {
  background-color: #333;
}

.bt-area-selection-row {
  width: 100%;
}

.bt-unit-selection-wrapper {
  display: flex;
}

.bt-unit-selection-cta {
  font-size: 1rem;
  padding: 0.2rem 0.8rem;
  margin-right: 0.5rem;
  border-radius: 0.1875rem;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.bt-unit-selection-cta:hover {
  background-color: #333;
  color: #fff;
}
.bt-unit-selection-cta.active {
  background-color: #333;
  color: #fff;
}

.bt-filter-places {
  font-size: 1rem;
}

.bt-radio-input-wrapper {
  display: flex;
  align-items: center;
  margin-top: 0;
  margin-right: 0.5rem;
}
.bt-radio-input-wrapper-input {
  margin: 0 0.4rem;
}

.bt-store-schedule-content .table {
  padding: 0 1.125rem;
}
.bt-store-schedule-content .bt-schedule-item:first-child .schedule-item-cell {
  font-weight: bold;
}
.bt-store-schedule-content .bt-schedule-item:nth-child(even) {
  background: #eee;
}
.bt-store-schedule-content .bt-schedule-item .bt-schedule-item-cell {
  padding: 0.625rem;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .bt-store-locator-page .bt-search-wrapper {
    order: 0;
  }
  .bt-store-locator-page .bt-map-wrapper {
    order: 1;
  }
  .bt-store-locator-page .bt-map-wrapper .bt-google-map {
    height: 100vh;
  }
  .bt-store-locator-page .bt-search-info {
    flex-direction: row;
    order: 2;
    height: 100vh;
  }
  .bt-store-locator-page .bt-search-info .bt-places-list {
    order: 0;
    flex: 0 0 30%;
  }
  .bt-store-locator-page .bt-search-info .bt-map-wrapper {
    order: 1;
  }
  .bt-store-locator-page .bt-search-form {
    flex-direction: row;
    max-width: 100%;
  }
  .bt-store-locator-page .bt-search-buttons {
    width: auto;
    margin-left: 0.5rem;
  }
  .bt-store-locator-page .bt-search-button {
    width: auto;
  }
  .bt-store-locator-page .bt-search-refinements-item {
    flex-direction: row;
    margin: 0 auto;
  }
  .bt-store-locator-page .bt-filter-label {
    min-width: 30%;
  }
  .bt-store-locator-page .bt-search-form-row .bt-input-wrapper {
    width: 50%;
    margin-bottom: 0;
  }
}
@media (min-width: 544px) {
  .bt-search-form {
    padding: 1.3rem 4rem;
    max-width: 90%;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .bt-search-form {
    padding: 1.3rem 0;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .bt-search-form {
    padding: 1.3rem 4rem;
    max-width: 90%;
  }
}
.bbw-header,
.bbw-promo-banner-content {
  z-index: 11;
}

/**
 *  Property of OSF Global Services, Inc., (with its brand OSF Commerce). OSF remains the sole owner of all right, title and interest in the software.
 *  Do not copy, sell, reverse engineer or otherwise attempt to derive or obtain information about the functioning, manufacture or operation therein.
 */
.fa-google, .fa-windows, .fa-download {
  margin: 0 auto;
  transition: all 0.3s ease-out;
}

.bt-search-refinements-item-label {
  margin: 0;
}

.bt-search-messages {
  text-align: center;
  padding: 0.8rem 0;
  border-bottom: 0.0625rem solid #e8e4e4;
  flex: 0 0 30%;
}
.bt-search-messages-header {
  color: #333;
}
.bt-search-messages-header, .bt-search-messages-message, .bt-search-messages-last {
  font-size: 1rem;
}

.bt-places-list {
  overflow-y: scroll;
  overflow-x: hidden;
}

.bt-input-search-store {
  position: relative;
}

.bt-add-cta,
.bt-store-marker-set-favorite-cta,
.bt-add-to-google-calendar-cta,
.bt-export-to-calendar-cta,
.bt-add-to-microsoft-calendar-cta {
  flex-grow: 1;
  color: #000;
  background-color: #fff;
  padding: 0.5rem 0.6rem;
  border-radius: 0.1875rem;
  border: 0.075rem solid #333;
  transition: all 0.3s ease-out;
}
.bt-add-cta:hover,
.bt-store-marker-set-favorite-cta:hover,
.bt-add-to-google-calendar-cta:hover,
.bt-export-to-calendar-cta:hover,
.bt-add-to-microsoft-calendar-cta:hover {
  background-color: #333;
  color: #fff;
  border-color: #333;
}
.bt-add-cta:hover .fa-google, .bt-add-cta:hover .fa-windows, .bt-add-cta:hover .fa-download,
.bt-store-marker-set-favorite-cta:hover .fa-google,
.bt-store-marker-set-favorite-cta:hover .fa-windows,
.bt-store-marker-set-favorite-cta:hover .fa-download,
.bt-add-to-google-calendar-cta:hover .fa-google,
.bt-add-to-google-calendar-cta:hover .fa-windows,
.bt-add-to-google-calendar-cta:hover .fa-download,
.bt-export-to-calendar-cta:hover .fa-google,
.bt-export-to-calendar-cta:hover .fa-windows,
.bt-export-to-calendar-cta:hover .fa-download,
.bt-add-to-microsoft-calendar-cta:hover .fa-google,
.bt-add-to-microsoft-calendar-cta:hover .fa-windows,
.bt-add-to-microsoft-calendar-cta:hover .fa-download {
  color: #fff;
}
.bt-add-cta:active,
.bt-store-marker-set-favorite-cta:active,
.bt-add-to-google-calendar-cta:active,
.bt-export-to-calendar-cta:active,
.bt-add-to-microsoft-calendar-cta:active {
  background-color: #333;
  color: #fff;
  border: #333;
}

.bt-view-event-details-cta, .bt-view-store-details-cta {
  flex-grow: 1;
  margin-bottom: 0.6rem;
  color: #fff;
  background-color: #333;
  padding: 0.5rem 0.6rem;
  border-radius: 0.1875rem;
  border: none;
  transition: all 0.3s ease-out;
}
.bt-view-event-details-cta:hover, .bt-view-store-details-cta:hover {
  background-color: #333;
}
.bt-view-event-details-cta:active, .bt-view-store-details-cta:active {
  background-color: #333;
}

.bt-search-saved {
  margin: 0 auto;
  padding: 1rem;
  background: #fff;
  width: 100%;
  max-height: 28.125rem;
  overflow: hidden;
  position: absolute;
  top: 100%;
  border: 0.0625rem solid #e8e4e4;
  border-radius: 0.1875rem;
  z-index: 10;
}
.bt-search-saved .bt-saved-store {
  border-bottom: 0.0625rem solid #e8e4e4;
  margin-bottom: 0.5rem;
}
.bt-search-saved .bt-visited-stores {
  max-height: 15.625rem;
  overflow-y: scroll;
}
.bt-search-saved .bt-visited-text {
  color: #333;
  font-size: 1.25em;
  font-weight: bold;
}
.bt-search-saved .bt-saved-store-details {
  padding-bottom: 0.5rem;
}
.bt-search-saved .bt-saved-store-details .bt-saved-store-title {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 0.75em;
}
.bt-search-saved .bt-saved-store-details .address {
  font-size: 0.75em;
  margin-bottom: 0.5rem;
}
.bt-search-saved .bt-saved-store-details .bt-view-store-details-cta,
.bt-search-saved .bt-saved-store-details .bt-store-marker-set-favorite-cta {
  font-size: 0.75rem;
  cursor: pointer;
}
.bt-search-saved .bt-saved-store-details .bt-view-store-details-cta:hover {
  color: #fff;
}
.bt-search-saved .bt-saved-store-image .image {
  width: 100%;
  object-fit: contain;
  max-height: 4.6875rem;
}

.bt-search-form {
  position: relative;
}

.bt-event-card,
.bt-store-card {
  display: flex;
  flex-direction: column;
  border-bottom: 0.0625rem solid #e8e4e4;
  margin-bottom: 1rem;
}
.bt-event-card-favorite-wrapper,
.bt-store-card-favorite-wrapper {
  border: 0.125rem solid #c00;
}
.bt-event-card-details, .bt-event-card-distance,
.bt-store-card-details,
.bt-store-card-distance {
  padding: 0.625rem 0.8rem;
}
.bt-event-card-contact, .bt-event-card-address,
.bt-store-card-contact,
.bt-store-card-address {
  font-size: 1rem;
  font-style: normal;
  margin-bottom: 0.8rem;
}
.bt-event-card-contact,
.bt-store-card-contact {
  list-style: none;
  padding-left: 0;
}
.bt-event-card-contact-item,
.bt-store-card-contact-item {
  margin-bottom: 0.8rem;
}
.bt-event-actions,
.bt-store-actions {
  display: flex;
  flex-flow: column wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bt-event-favorite,
.bt-store-favorite {
  font-size: 1rem;
  color: #333;
  padding: 0.6rem 0;
  font-weight: bold;
  text-align: center;
  flex-grow: 1;
  margin: 0 0.3rem;
}
.bt-event-schedule,
.bt-store-schedule {
  color: #555;
}
.bt-event-schedule-header, .bt-event-schedule-content,
.bt-store-schedule-header,
.bt-store-schedule-content {
  font-size: 1rem;
  font-style: normal;
  margin-bottom: 0.8rem;
}
.bt-event-tag,
.bt-store-tag {
  display: none;
}

.bt-add-to-calendar {
  display: flex;
}

.bt-image {
  width: 100%;
}

.bt-link {
  text-decoration: none;
  color: #000;
  transition: all 0.3s ease;
}
.bt-link:hover {
  color: #333;
}

.show-calendar-options {
  display: flex;
  justify-content: space-between;
  margin-top: 0.3rem;
}

.add-to-calendar-ctas-wrapper {
  display: flex;
  align-items: center;
  margin-right: 0.5rem;
}
.add-to-calendar-ctas-wrapper .bt-cta {
  max-width: 100%;
  text-align: center;
}

@media (min-width: 768px) {
  .bt-event-actions,
.bt-store-actions {
    flex-direction: row;
    align-items: center;
  }

  .bt-view-event-details-cta, .bt-view-store-details-cta {
    margin-bottom: 0;
    max-width: 49%;
  }

  .bt-add-cta,
.bt-store-marker-set-favorite-cta,
.bt-add-to-google-calendar-cta,
.bt-add-to-microsoft-calendar-cta {
    max-width: 49%;
  }

  .bt-view-store-details-cta {
    flex-direction: initial;
  }
}
@media (min-width: 1200px) {
  .show-calendar-options {
    width: 48%;
    margin-left: 52%;
  }
}
/**
 *  Property of OSF Global Services, Inc., (with its brand OSF Commerce). OSF remains the sole owner of all right, title and interest in the software.
 *  Do not copy, sell, reverse engineer or otherwise attempt to derive or obtain information about the functioning, manufacture or operation therein.
 */
.bt-store-card-hours-error, .bt-event-card-hours-error {
  color: #333;
  font-size: 1rem;
  font-style: normal;
  margin-bottom: 0.8rem;
}
.bt-store-hours-error, .bt-event-hours-error {
  color: #333;
  font-size: 1rem;
  font-style: normal;
  margin-bottom: 0.8rem;
}

/**
 *  Property of OSF Global Services, Inc., (with its brand OSF Commerce). OSF remains the sole owner of all right, title and interest in the software.
 *  Do not copy, sell, reverse engineer or otherwise attempt to derive or obtain information about the functioning, manufacture or operation therein.
 */
.bt-customer-marker {
  background-color: rgba(102, 102, 102, 0.2);
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  display: flex;
  transform: translate(-50%, -50%);
}

.bt-icon-customer-location {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  margin: auto;
  background-color: #333;
}

.bt-storelocator a {
  color: #333;
  text-decoration: none;
}
.bt-storelocator a:hover {
  color: #333;
}

.bt-storelocator i {
  color: #333;
  margin-right: 0.375rem;
}

#bt-app-loading-screen {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: #fff;
}
#bt-app-loading-screen.active {
  display: flex;
  justify-content: center;
  align-items: center;
}
#bt-app-loading-screen .bt-app-loader-animation {
  width: 3.125rem;
  height: 3.125rem;
}

.bt-vue-app {
  font-family: "Source Sans Pro Regular", sans-serif;
  width: 100%;
  background-color: #fff;
}
.bt-vue-app * {
  box-sizing: border-box;
}

.bt-store-card-details .bt-store-actions .bt-store-favorite {
  flex: 0 0 50%;
  margin: 0;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.bt-store-card-details .bt-store-actions .bt-view-store-details-cta {
  color: #fff;
}

.bt-store-details-page {
  display: none;
  flex-direction: column;
}
.bt-store-details-page.active {
  display: flex;
}
.bt-store-details-page h1 {
  font-size: 1.125em;
}
.bt-store-details-page .bt-store-details-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.625rem;
}
.bt-store-details-page .bt-store-details-nav .bt-back-to-sl-cta .fa-arrow-left,
.bt-store-details-page .bt-store-details-nav .bt-back-to-sl-cta span {
  color: #333;
}
.bt-store-details-page .bt-store-details-nav .bt-back-to-sl-cta .fa-arrow-left:hover,
.bt-store-details-page .bt-store-details-nav .bt-back-to-sl-cta span:hover {
  color: #333;
}
.bt-store-details-page .bt-store-details-nav .bt-back-to-sl-cta .fa-arrow-left:active,
.bt-store-details-page .bt-store-details-nav .bt-back-to-sl-cta span:active {
  color: #333;
}
.bt-store-details-page .bt-store-details-nav .bt-event-share i {
  color: #333;
}
.bt-store-details-page .bt-store-details-wrapper {
  display: flex;
  flex: 0 1 30%;
  flex-direction: column;
  height: 100vh;
  overflow-y: auto;
  order: 1;
  position: relative;
}
.bt-store-details-page .bt-store-details-wrapper .bt-back-to-sl-cta {
  background-color: #fff;
  padding: 0.5rem 0;
  border-radius: 0.1875rem;
  transition: all 0.3s ease-out;
}
.bt-store-details-page .bt-store-details-wrapper .bt-back-to-sl-cta:hover {
  color: #333;
}
.bt-store-details-page .bt-store-details-wrapper .bt-back-to-sl-cta:hover i {
  color: #333;
}
.bt-store-details-page .bt-store-details-wrapper .bt-back-to-sl-cta:active {
  color: #333;
}
.bt-store-details-page .bt-store-details-wrapper .bt-back-to-sl-cta:active i {
  color: #333;
}
.bt-store-details-page .bt-store-details-wrapper .bt-store-share {
  margin: 0.625rem 0;
}
.bt-store-details-page .bt-store-details-wrapper .bt-store-share .bt-icon {
  font-size: 1.25rem;
  cursor: pointer;
}
.bt-store-details-page .bt-store-details-wrapper .bt-store-share .bt-icon:nth-of-type(3) i {
  margin-right: 0;
}
.bt-store-details-page .bt-store-details-wrapper .bt-store-share .bt-icon i:hover {
  color: #333;
}
.bt-store-details-page .bt-store-details-wrapper .bt-store-details-header-wrapper {
  padding: 0 0.625rem;
  order: 1;
}
.bt-store-details-page .bt-store-details-wrapper .bt-store-details-header-wrapper .bt-store-details-header {
  order: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bt-store-details-page .bt-store-details-wrapper .bt-store-details-header-wrapper .bt-store-address {
  font-style: normal;
  line-height: 1.6;
}
.bt-store-details-page .bt-store-details-wrapper .bt-store-schedule {
  margin: 0.625rem 0;
}
.bt-store-details-page .bt-store-details-wrapper .bt-store-schedule .bt-store-schedule-header {
  display: inline-block;
  cursor: pointer;
  font-size: 1rem;
  color: #000;
  margin: 0;
}
.bt-store-details-page .bt-store-details-wrapper .bt-store-schedule .bt-store-schedule-header:hover {
  color: #333;
}
.bt-store-details-page .bt-store-details-wrapper .bt-store-details {
  order: 2;
  padding: 0 0.625rem;
}
.bt-store-details-page .bt-store-details-wrapper .bt-store-details .bt-store-phone p {
  margin-top: 0;
}
.bt-store-details-page .bt-store-details-wrapper .bt-store-details .bt-store-hours {
  cursor: pointer;
}
.bt-store-details-page .bt-store-details-wrapper .bt-store-details .bt-store-description-section {
  border-bottom: 0.0625rem solid white;
  padding-bottom: 1rem;
  margin-top: 0.9375rem;
  line-height: 1.4;
}
.bt-store-details-page .bt-store-details-wrapper .bt-store-details .bt-store-description-section h3 {
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}
.bt-store-details-page .bt-store-details-wrapper .bt-store-events-wrapper {
  padding: 0 0.625rem;
  order: 3;
}
.bt-store-details-page .bt-store-details-wrapper .bt-store-events-wrapper .bt-event-name {
  margin-top: 0.5rem;
  margin-bottom: 0.75rem;
}
.bt-store-details-page .bt-store-details-wrapper .bt-store-events-wrapper .bt-event-description {
  text-align: justify;
}
.bt-store-details-page .bt-store-details-wrapper .bt-store-events-wrapper .bt-store-event-item {
  padding-bottom: 1rem;
  line-height: 1.4;
}
.bt-store-details-page .bt-store-details-wrapper .bt-store-events-wrapper .bt-store-event-item:not(:last-child) {
  margin-bottom: 1em;
  border-bottom: 0.0625rem solid #666666;
}
.bt-store-details-page .bt-store-banner-image-wrapper .bt-store-banner-image {
  max-height: 18.75rem;
  object-fit: contain;
}
.bt-store-details-page .bt-get-directions-cta {
  text-align: right;
  display: flex;
}
.bt-store-details-page .bt-get-directions-cta .bt-get-directions-menu-cta {
  background-color: #333;
  display: flex;
  justify-content: center;
  color: white;
  border-style: none;
  padding: 0.625rem 20%;
  width: 100%;
  margin: 0.625rem auto;
  height: 100%;
  border-radius: 0.1875rem;
}
.bt-store-details-page .bt-get-directions-cta .bt-get-directions-menu-cta i {
  color: #fff;
}
.bt-store-details-page .bt-get-directions-cta .bt-get-directions-menu-cta:hover {
  cursor: pointer;
  background-color: #333;
}
.bt-store-details-page .bt-get-directions-cta .bt-get-directions-menu-cta:active {
  background-color: #333;
}
.bt-store-details-page .bt-get-directions-cta .bt-get-directions-menu-cta span {
  display: block;
}
.bt-store-details-page .bt-map-actions {
  position: absolute;
  right: 0.625rem;
  top: 0.625rem;
}
.bt-store-details-page .bt-map-actions .bt-search-area-cta {
  cursor: pointer;
  color: #333;
  background-color: #fff;
  padding: 0.625rem;
  border-radius: 0.1875rem;
  border-style: none;
  transition: all 0.3s ease-out;
}
.bt-store-details-page .bt-map-actions .bt-search-area-cta:hover {
  color: #333;
}
.bt-store-details-page .bt-map-actions .bt-search-area-cta:active {
  color: #333;
}

.bt-fade-enter-active,
.bt-fade-leave-active {
  transition: opacity 0.5s ease;
}

.bt-fade-enter,
.bt-fade-leave-to {
  opacity: 0;
}

@media (min-width: 768px) {
  .bt-store-card-details,
.bt-event-card-details {
    padding: 0rem 0rem 0.625rem 0rem;
  }

  .bt-store-card.bt-store-card-favorite-wrapper .bt-store-card-details,
.bt-store-card.bt-store-card-favorite-wrapper .bt-event-card-details {
    padding: 0.3125rem 0.3125rem 0.625rem 0.3125rem;
  }
  .bt-store-card.bt-store-card-favorite-wrapper .bt-schedule-item-cell {
    padding: 0.3125rem;
  }

  .bt-store-details-page {
    flex-direction: row;
  }
  .bt-store-details-page .bt-search-wrapper {
    order: 0;
  }
  .bt-store-details-page .bt-map-wrapper .bt-google-map {
    height: 100vh;
  }
  .bt-store-details-page .bt-store-details-wrapper {
    order: 0;
  }
}
@media (min-width: 992px) {
  .bt-store-card-details .bt-store-actions,
.bt-store-card-details .bt-event-actions,
.bt-event-card-details .bt-store-actions,
.bt-event-card-details .bt-event-actions {
    display: flex;
    justify-content: space-between;
  }
  .bt-store-card-details .bt-store-actions .btn,
.bt-store-card-details .bt-event-actions .btn,
.bt-event-card-details .bt-store-actions .btn,
.bt-event-card-details .bt-event-actions .btn {
    flex: 0 0 48%;
    margin: 0;
    max-width: 48%;
  }
}
/**
 *  Property of OSF Global Services, Inc., (with its brand OSF Commerce). OSF remains the sole owner of all right, title and interest in the software.
 *  Do not copy, sell, reverse engineer or otherwise attempt to derive or obtain information about the functioning, manufacture or operation therein.
 */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
  outline: 0;
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 0.0625rem dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -0.125rem;
  /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

/**
 *  Property of OSF Global Services, Inc., (with its brand OSF Commerce). OSF remains the sole owner of all right, title and interest in the software.
 *  Do not copy, sell, reverse engineer or otherwise attempt to derive or obtain information about the functioning, manufacture or operation therein.
 */
/**
 *  Property of OSF Global Services, Inc., (with its brand OSF Commerce). OSF remains the sole owner of all right, title and interest in the software.
 *  Do not copy, sell, reverse engineer or otherwise attempt to derive or obtain information about the functioning, manufacture or operation therein.
 */
/**
 *  Property of OSF Global Services, Inc., (with its brand OSF Commerce). OSF remains the sole owner of all right, title and interest in the software.
 *  Do not copy, sell, reverse engineer or otherwise attempt to derive or obtain information about the functioning, manufacture or operation therein.
 */
.bt-link {
  color: #000;
  cursor: pointer;
}
.bt-link:hover {
  color: #333;
}

.bt-image {
  width: 100%;
  display: block;
}

.bt-map-wrapper {
  display: flex;
  flex: 0 1 70%;
  position: relative;
  margin: 0.9375rem 0rem;
}
.bt-map-wrapper .bt-google-map {
  height: 85vh;
  width: 100%;
}

.bt-marker {
  position: relative;
  display: flex;
  flex-direction: column;
}
.bt-marker .bt-pointer-icon {
  margin-right: auto;
  cursor: pointer;
  border-radius: 50% 50% 50% 0;
  background-color: #333;
  transform: rotate(-45deg);
}
.bt-marker .bt-pointer-icon .bt-pointer-icon-image-wrapper {
  width: 100%;
  height: 100%;
  transform: rotate(45deg);
  padding: 0.3125rem;
}
.bt-marker .bt-pointer-icon .bt-pointer-icon-image-wrapper .bt-pointer-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
}
.bt-marker .bt-pointer-icon.bt-icon-store-favorite {
  background-color: #333;
}
.bt-marker .bt-pointer-icon.bt-icon-event-in-progress {
  background-color: #008527;
}
.bt-marker .bt-pointer-icon.bt-icon-event-future {
  background-color: #ffbc4a;
}
.bt-marker .bt-marker-overlay {
  position: absolute;
  left: 1.25rem;
  top: 3rem;
  visibility: hidden;
  background-color: #fff;
  box-shadow: 0.3125rem 0.3125rem 0.3125rem 0 rgba(85, 85, 85, 0.5);
  border-radius: 0.1875rem;
  width: 17.5rem;
  padding: 0.625rem;
}
.bt-marker .bt-marker-overlay .bt-marker-overlay-close-cta {
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
  width: 0.625rem;
  height: 0.625rem;
  cursor: pointer;
}
.bt-marker .bt-marker-overlay .bt-marker-image-wrapper {
  overflow: hidden;
  height: 5rem;
  width: 16.25rem;
  margin-bottom: 0.625rem;
}
.bt-marker .bt-marker-overlay .bt-marker-image-wrapper .bt-marker-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bt-marker .bt-marker-overlay .bt-overlay-content-wrapper {
  width: 100%;
  line-height: 2;
  text-transform: none;
}
.bt-marker .bt-marker-overlay .bt-overlay-content-wrapper .bt-store-marker-name,
.bt-marker .bt-marker-overlay .bt-overlay-content-wrapper .bt-event-marker-name {
  font-weight: 700;
}
.bt-marker .bt-marker-overlay .bt-overlay-content-wrapper .bt-store-marker-name i,
.bt-marker .bt-marker-overlay .bt-overlay-content-wrapper .bt-event-marker-name i {
  font-size: 1rem;
}
.bt-marker .bt-marker-overlay .bt-marker-phone .fa {
  line-height: 2;
}
.bt-marker .bt-marker-overlay .bt-view-store-details-cta,
.bt-marker .bt-marker-overlay .bt-store-marker-set-favorite-cta {
  background-color: #333;
  color: #fff;
  border: 0;
  border-radius: 0.1875rem;
  padding: 0.3125rem 0.625rem;
  margin-top: 0.5rem;
}
.bt-marker .bt-marker-overlay .bt-view-store-details-cta:hover,
.bt-marker .bt-marker-overlay .bt-store-marker-set-favorite-cta:hover {
  background-color: #1a1a1a;
}
.bt-marker .bt-marker-overlay .bt-view-store-details-cta:active,
.bt-marker .bt-marker-overlay .bt-store-marker-set-favorite-cta:active {
  background-color: black;
}
.bt-marker.bt-favorite-store .bt-pointer {
  background-color: #333;
}
.bt-marker.bt-marker-active .bt-marker-overlay {
  visibility: visible;
}
.bt-marker .bt-store-favorite {
  margin-top: 0.3125rem;
}

@media (min-width: 768px) {
  .bt-map-wrapper {
    margin: 0rem 0rem 0rem 0.9375rem;
  }
}
/**
 *  Property of OSF Global Services, Inc., (with its brand OSF Commerce). OSF remains the sole owner of all right, title and interest in the software.
 *  Do not copy, sell, reverse engineer or otherwise attempt to derive or obtain information about the functioning, manufacture or operation therein.
 */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
  outline: 0;
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 0.0625rem dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -0.125rem;
  /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

/**
 *  Property of OSF Global Services, Inc., (with its brand OSF Commerce). OSF remains the sole owner of all right, title and interest in the software.
 *  Do not copy, sell, reverse engineer or otherwise attempt to derive or obtain information about the functioning, manufacture or operation therein.
 */
/**
 *  Property of OSF Global Services, Inc., (with its brand OSF Commerce). OSF remains the sole owner of all right, title and interest in the software.
 *  Do not copy, sell, reverse engineer or otherwise attempt to derive or obtain information about the functioning, manufacture or operation therein.
 */
/**
 *  Property of OSF Global Services, Inc., (with its brand OSF Commerce). OSF remains the sole owner of all right, title and interest in the software.
 *  Do not copy, sell, reverse engineer or otherwise attempt to derive or obtain information about the functioning, manufacture or operation therein.
 */
/**
 *  Property of OSF Global Services, Inc., (with its brand OSF Commerce). OSF remains the sole owner of all right, title and interest in the software.
 *  Do not copy, sell, reverse engineer or otherwise attempt to derive or obtain information about the functioning, manufacture or operation therein.
 */
.bt-link {
  color: #000;
  cursor: pointer;
}
.bt-link:hover {
  color: #333;
}

.bt-image {
  width: 100%;
  display: block;
}

.bt-storelocator a {
  color: #333;
  text-decoration: none;
}
.bt-storelocator a:hover {
  color: #333;
}

.bt-storelocator i {
  color: #333;
  margin-right: 0.375rem;
}

#bt-app-loading-screen {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: #fff;
}
#bt-app-loading-screen.active {
  display: flex;
  justify-content: center;
  align-items: center;
}
#bt-app-loading-screen .bt-app-loader-animation {
  width: 3.125rem;
  height: 3.125rem;
}

.bt-vue-app {
  font-family: "Source Sans Pro Regular", sans-serif;
  width: 100%;
  background-color: #fff;
  font-size: 1rem;
}
.bt-vue-app * {
  box-sizing: border-box;
}

.bt-event-actions-wrapper .bt-event-actions .bt-view-event-details-cta:hover {
  color: #fff;
}

.bt-event-details-page {
  display: none;
  flex-direction: column;
}
.bt-event-details-page.active {
  display: flex;
}
.bt-event-details-page h1 {
  font-size: 1.125em;
}
.bt-event-details-page .bt-event-details-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.625rem;
}
.bt-event-details-page .bt-event-details-nav .bt-back-to-sl-cta .fa-arrow-left,
.bt-event-details-page .bt-event-details-nav .bt-back-to-sl-cta span {
  color: #333;
}
.bt-event-details-page .bt-event-details-nav .bt-back-to-sl-cta .fa-arrow-left:hover,
.bt-event-details-page .bt-event-details-nav .bt-back-to-sl-cta span:hover {
  color: #333;
}
.bt-event-details-page .bt-event-details-nav .bt-back-to-sl-cta .fa-arrow-left:active,
.bt-event-details-page .bt-event-details-nav .bt-back-to-sl-cta span:active {
  color: #333;
}
.bt-event-details-page .bt-event-details-nav .bt-event-share i {
  color: #333;
}
.bt-event-details-page .bt-event-details-wrapper {
  display: flex;
  flex: 0 1 30%;
  flex-direction: column;
  height: 100vh;
  overflow-y: auto;
  order: 1;
  position: relative;
}
.bt-event-details-page .bt-event-details-wrapper .bt-link {
  color: #333;
}
.bt-event-details-page .bt-event-details-wrapper .bt-link:hover {
  color: #333;
}
.bt-event-details-page .bt-event-details-wrapper .bt-back-to-sl-cta {
  background-color: #fff;
  padding: 0.5rem 0;
  border-radius: 0.1875rem;
  transition: all 0.3s ease-out;
}
.bt-event-details-page .bt-event-details-wrapper .bt-back-to-sl-cta:hover {
  color: #333;
}
.bt-event-details-page .bt-event-details-wrapper .bt-back-to-sl-cta:hover i {
  color: #333;
}
.bt-event-details-page .bt-event-details-wrapper .bt-back-to-sl-cta:active {
  color: #333;
}
.bt-event-details-page .bt-event-details-wrapper .bt-back-to-sl-cta:active i {
  color: #333;
}
.bt-event-details-page .bt-event-details-wrapper .bt-event-share {
  margin: 0.625rem 0;
}
.bt-event-details-page .bt-event-details-wrapper .bt-event-share .bt-icon {
  font-size: 1.25rem;
  cursor: pointer;
}
.bt-event-details-page .bt-event-details-wrapper .bt-event-share .bt-icon:nth-of-type(3) i {
  margin-right: 0;
}
.bt-event-details-page .bt-event-details-wrapper .bt-event-share .bt-icon i:hover {
  color: #333;
}
.bt-event-details-page .bt-event-details-wrapper .bt-event-details-header-wrapper {
  padding: 0 0.625rem;
  order: 1;
}
.bt-event-details-page .bt-event-details-wrapper .bt-event-details-header-wrapper .bt-event-details-header {
  order: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bt-event-details-page .bt-event-details-wrapper .bt-event-details-header-wrapper .bt-event-address {
  font-size: 0.875em;
  line-height: 1.6;
  color: #777;
}
.bt-event-details-page .bt-event-details-wrapper .bt-event-schedule {
  margin: 0.625rem 0;
}
.bt-event-details-page .bt-event-details-wrapper .bt-event-schedule .bt-event-schedule-header {
  display: inline-block;
  cursor: pointer;
}
.bt-event-details-page .bt-event-details-wrapper .bt-event-schedule .bt-event-schedule-header:hover {
  color: #333;
}
.bt-event-details-page .bt-event-details-wrapper .bt-event-details {
  order: 2;
  padding: 0 0.625rem;
}
.bt-event-details-page .bt-event-details-wrapper .bt-event-details .bt-event-phone p {
  margin-top: 0;
}
.bt-event-details-page .bt-event-details-wrapper .bt-event-details .bt-event-hours {
  cursor: pointer;
}
.bt-event-details-page .bt-event-details-wrapper .bt-event-details .bt-event-description-section {
  border-bottom: 0.0625rem solid #c4c4c4;
  margin-bottom: 0.9375rem;
}
.bt-event-details-page .bt-event-details-wrapper .bt-event-details .bt-event-description-section,
.bt-event-details-page .bt-event-details-wrapper .bt-event-details .bt-event-gallery {
  padding-bottom: 1rem;
  line-height: 1.4;
}
.bt-event-details-page .bt-event-details-wrapper .bt-event-details .bt-event-description-section h3,
.bt-event-details-page .bt-event-details-wrapper .bt-event-details .bt-event-gallery h3 {
  font-size: 0.875em;
  margin-bottom: 0.5rem;
}
.bt-event-details-page .bt-event-banner-image-wrapper .bt-event-banner-image {
  max-height: 18.75rem;
  object-fit: contain;
}
.bt-event-details-page .bt-event-schedule-start,
.bt-event-details-page .bt-event-schedule-end {
  display: inline-block;
}
.bt-event-details-page .bt-event-schedule-end {
  margin-top: 0.625rem;
  margin-left: 1.625rem;
}
.bt-event-details-page .bt-get-directions-cta {
  text-align: right;
  display: flex;
}
.bt-event-details-page .bt-get-directions-cta .bt-get-directions-menu-cta {
  background-color: #333;
  display: flex;
  justify-content: center;
  color: white;
  border-style: none;
  padding: 0.625rem 20%;
  width: 100%;
  margin: 0.625rem auto;
  height: 100%;
  border-radius: 0.1875rem;
}
.bt-event-details-page .bt-get-directions-cta .bt-get-directions-menu-cta i {
  color: #fff;
}
.bt-event-details-page .bt-get-directions-cta .bt-get-directions-menu-cta:hover {
  cursor: pointer;
  background-color: #333;
}
.bt-event-details-page .bt-get-directions-cta .bt-get-directions-menu-cta:active {
  background-color: #333;
}
.bt-event-details-page .bt-get-directions-cta .bt-get-directions-menu-cta span {
  display: block;
}
.bt-event-details-page .bt-get-directions-cta .bt-get-directions-cta-overlay {
  display: none;
}
.bt-event-details-page .bt-event-gallery-images {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.bt-event-details-page .bt-event-gallery-images .bt-gallery-box {
  width: 48%;
  margin: 1% auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bt-event-details-page .bt-event-gallery-images .bt-gallery-box img {
  align-self: center;
  width: 90%;
  transition: all 0.1s;
}
.bt-event-details-page .bt-event-gallery-images .bt-gallery-box img:hover {
  transform: scale(1.1);
}
.bt-event-details-page .bt-event-actions-wrapper .bt-event-actions {
  display: flex;
  margin-bottom: 0.9375rem;
}
.bt-event-details-page .bt-event-actions-wrapper .bt-event-actions .bt-view-event-details-cta:hover {
  color: #fff;
}
.bt-event-details-page .bt-event-actions-wrapper .bt-event-actions .add-to-calendar-ctas-wrapper,
.bt-event-details-page .bt-event-actions-wrapper .bt-event-actions .show-calendar-options {
  display: flex;
}
.bt-event-details-page .bt-event-actions-wrapper .bt-event-actions .bt-cta {
  background-color: #fff;
  border: 0.0625rem solid #333;
  border-radius: 0.1875rem;
  padding: 0.5rem 0.625rem;
  margin-right: 0;
  cursor: pointer;
}
.bt-event-details-page .bt-event-actions-wrapper .bt-event-actions .bt-cta i {
  margin: 0;
}
.bt-event-details-page .bt-event-actions-wrapper .bt-event-actions .bt-cta:hover {
  background-color: #333;
  color: #fff;
}
.bt-event-details-page .bt-event-actions-wrapper .bt-event-actions .bt-cta:hover i {
  color: #fff;
}
.bt-event-details-page .bt-event-actions-wrapper .bt-event-actions .bt-cta:active {
  background-color: #333;
}
.bt-event-details-page .bt-map-wrapper {
  display: flex;
  flex: 0 1 70%;
}
.bt-event-details-page .bt-google-map {
  height: 85vh;
  width: 100%;
}

@media (min-width: 768px) {
  .bt-event-details-page {
    flex-direction: row;
  }
  .bt-event-details-page .bt-search-wrapper {
    order: 0;
  }
  .bt-event-details-page .bt-map-wrapper .bt-google-map {
    height: 100vh;
  }
  .bt-event-details-page .bt-event-details-wrapper {
    order: 0;
  }
  .bt-event-details-page .bt-cta {
    margin-right: 0.5rem;
  }

  .bt-event-details .show-calendar-options {
    margin: 0.625rem 0rem 0rem 0rem;
  }
}
/*# sourceMappingURL=storeLocatorBundle.css.map*/
/*# sourceMappingURL=storeLocatorBundle.css.map*/