.block-lc-branch-select {
  width: 100%;
}
.block-lc-branch-select h2 {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
@media (min-width: 1024px) {
  .block-lc-branch-select h2 {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: visible;
  }
}

.lc-branch-select__wrapper {
  width: 100%;
  max-height: 0;
  overflow: hidden;
  transition: all ease-in-out 250ms;
}
@media (min-width: 1024px) {
  .lc-branch-select__wrapper {
    max-height: 100% !important;
    overflow: visible;
  }
}

.lc-branch-select__wrapper--open {
  max-height: 100% !important;
  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;
}

.lc-branch-select__branch.active-branch {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.lc-branch-select__address,
.lc-branch-select__hours {
  position: relative;
  width: 100%;
  padding-right: 5px;
  padding-left: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media (min-width: 768px) {
  .lc-branch-select__address,
  .lc-branch-select__hours {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.lc-branch-select__hours {
  border: 1px solid #efefef;
}

.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;
}

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