.lc-branch-select__branch {
  display: none;
}

.active-branch {
  display: block;
}

.lc-branch-select__wrapper--single .lc-branch-select__branch {
  display: block;
}

.layout-builder__layout.lc-branch-select__branch {
  display: block;
}

.lc-branch-select__today-hours.active-branch {
  display: flex;
}

.lc-branch-select__branch--hidden-region {
  display: none;
}

.layout-builder__region.lc-branch-select__branch--hidden-region {
  display: block;
}

.lc-branch-select__wrapper--tabs {
  position: relative;
}

.lc-branch-select__wrapper--tabs .lc-branch-select__header {
  border-bottom: 2px solid #efefef;
}

@media (min-width: 64em) {
  .lc-branch-select__wrapper--tabs .lc-branch-select__content {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 999;
    width: 100%;
    background: #fff;
    border: 1px solid #efefef;
  }
}
.block-lc-branch-select {
  width: 100%;
}
.block-lc-branch-select h2 {
  display: none;
}

.lc-branch-select__wrapper {
  width: 100%;
  max-height: 0;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .lc-branch-select__wrapper {
    max-height: 100%;
    overflow: visible;
  }
}
.lc-branch-select__wrapper.open {
  max-height: 100%;
  overflow: visible;
}

.lc-branch-select__wrapper--open {
  max-height: 100%;
  overflow: visible;
}

.lc-branch-select__select-input {
  width: 100%;
  padding-right: 20px;
  margin-bottom: 10px;
  color: #fff;
  background-color: #0098db;
  background-image: url("../../assets/dist/icons/angle-down.svg"), none;
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 25px;
  border: none;
  border-radius: 0;
  appearance: none;
}

.lc-branch-select-disabled {
  background-image: none;
}
.lc-branch-select-disabled::before, .lc-branch-select-disabled::after {
  content: none !important;
}

.js-hours-toggle {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 100;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  order: 0;
  padding: 5px;
  font-size: 10px;
  color: #fff;
  background-color: #00549f;
  border-radius: 4px;
}
.js-hours-toggle:hover, .js-hours-toggle:focus, .js-hours-toggle:active {
  background-color: #0098db;
  outline: none;
}
@media (min-width: 1024px) {
  .js-hours-toggle {
    display: none;
  }
}

.hours-toggle__icon {
  padding: 0;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  position: relative;
  top: 0;
  z-index: 100;
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 auto;
  margin-bottom: 2.5px;
  font-size: 16px;
  color: #fff;
  background-color: #00549f;
  border-radius: 35px;
  box-shadow: inset 0 0 0 10px #fff;
}
.hours-toggle__icon:hover, .hours-toggle__icon:focus {
  outline: none;
}
.hours-toggle__icon::before, .hours-toggle__icon::after {
  position: absolute;
  top: -7px;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 2px;
  height: 7px;
  margin: auto;
  content: " ";
  background-color: #00549f;
  border-radius: 4px;
  transition: all ease-in-out 0.1s;
  transition: transform cubic-bezier(0.42, 0, 0.19, 1.35) 0.75s;
  transform: rotate(0deg);
  transform-origin: bottom;
}
.hours-toggle__icon::before {
  top: -10px;
  height: 10px;
}
.hours-toggle__icon::after {
  transform: rotate(45deg);
}
.hours-toggle__icon.open::before {
  transform: rotate(540deg);
}
.hours-toggle__icon.open::after {
  transform: rotate(135deg);
}

.lc-branch-select__collapse-button:hover, .lc-branch-select__collapse-button:focus {
  outline: none;
}

.lc-branch-select__collapsed-wrapper {
  display: none;
}
.lc-branch-select__collapsed-wrapper.open {
  display: block;
}

.lc-branch-selector-content-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

.lc-branch-selector-content-col {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 1175px) {
  .lc-branch-selector-content-col {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/*# sourceMappingURL=branch-selector.css.map */
