#storeList li,
#workshopView li {
  list-style-type: none;
}

.meta-h1 {
  margin: 0.5rem 0 1rem;
}

.blue-link {
  margin: 10px 0;
  padding: 0;
  color: #5B88A5;
  font-size: 1.6rem;
}

.depot-orange-btn {
  border-radius: 0;
  background-color: #F96302;
  color: #FFF;
  font-size: 1em;
  border-bottom: 0.2em solid #C14C00;
  font-weight: bold;
}

.accordion__content-wrapper {
  padding: 0;
}

.accordion__input:checked ~ .accordion__content-wrapper {
  max-height: 5500px;
}

.load-container {
  width: 100%;
  height: 240px;
  float: left;
  position: relative;
  overflow: hidden;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.loader-overlay {
  background-image: url("../images/cart-still-img.jpg");
  background-size: cover;
  height: 540px;
  border: 1px solid #CCC;
}

.loader-overlay-dark {
  background-color: rgba(0, 0, 0, 0.75);
  height: 540px;
  border: 1px solid #CCC;
}

.loader1 {
  margin: 60px auto;
  font-size: 6px;
  position: relative;
  border-top: 1.2em solid rgba(249, 99, 2, 0.2);
  border-right: 1.2em solid rgba(249, 99, 2, 0.2);
  border-bottom: 1.2em solid rgba(249, 99, 2, 0.2);
  border-left: 1.2em solid #F96302;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load1 0.85s infinite linear;
  animation: load1 0.85s infinite linear;
}

.loader1-btn-reverse {
  margin: 0 auto;
  font-size: 2px;
  border-top: 1.2em solid rgba(255, 255, 255, 0.14);
  border-right: 1.2em solid rgba(255, 255, 255, 0.14);
  border-bottom: 1.2em solid rgba(255, 255, 255, 0.14);
  border-left: 1.2em solid #FFF;
}

.loader-overlay .loader1 {
  margin: 180px auto;
  font-size: 5px;
  border-top: 1.2em solid rgba(249, 99, 2, 0.2);
  border-right: 1.2em solid rgba(249, 99, 2, 0.2);
  border-bottom: 1.2em solid rgba(249, 99, 2, 0.2);
  border-left: 1.2em solid #F96302;
}

.loader1,
.loader1:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

@-webkit-keyframes load1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.loader-overlay-dark .loader-inner-wrapper {
  margin: 180px auto;
  background-color: #FFF;
  width: 100px;
  height: 100px;
  border-radius: 5px;
}

.loader-overlay-dark .loader1 {
  top: 20px;
}

.loader-overlay-dark .loader2 {
  top: 25px;
}

.loader-overlay-dark .loader3 {
  top: 36px;
}

.loader4 {
  height: 100%;
  width: 100%;
  position: relative;
  perspective: 1000px;
  transform-style: preserve-3d;
}

.loader4 > img {
  display: block;
  width: 75%;
  height: 75%;
  top: 10%;
  left: 10%;
  position: absolute;
  background-color: #FFF;
  color: transparent;
  opacity: 0;
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -webkit-animation: imageAnimation 6s linear infinite 0s;
  -moz-animation: imageAnimation 6s linear infinite 0s;
  -o-animation: imageAnimation 6s linear infinite 0s;
  -ms-animation: imageAnimation 6s linear infinite 0s;
  animation: imageAnimation 6s linear infinite 0s;
}

@keyframes imageAnimation {
  0% {
    opacity: 0;
    transform: rotateY(180deg);
    animation-timing-function: ease-in;
  }
  5% {
    opacity: 1;
    transform: rotateY(180deg);
    animation-timing-function: ease-out;
  }
  16.66666% {
    opacity: 1;
    transform: rotateY(0deg);
  }
  18% {
    opacity: 1;
    transform: rotateY(0deg);
  }
  25% {
    opacity: 0;
    transform: rotateY(180deg);
  }
  100% {
    opacity: 0;
  }
}
.loader4 img:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
}

.loader4 img:nth-of-type(2) {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}

.loader4 img:nth-of-type(3) {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  animation-delay: 2s;
}

.loader4 img:nth-of-type(4) {
  -webkit-animation-delay: 3s;
  -moz-animation-delay: 3s;
  -o-animation-delay: 3s;
  animation-delay: 3s;
}

.loader4 img:nth-of-type(5) {
  -webkit-animation-delay: 4s;
  -moz-animation-delay: 4s;
  -o-animation-delay: 4s;
  animation-delay: 4s;
}

.loader4 img:nth-of-type(6) {
  -webkit-animation-delay: 5s;
  -moz-animation-delay: 5s;
  -o-animation-delay: 5s;
  animation-delay: 5s;
}

#storeList,
.participant-list {
  padding: 0;
}

.zipcode.input {
  width: 100%;
  height: 3em;
}

.find-a-store-lbl {
  display: block;
  border-bottom: 0.1em solid #000;
  width: 100%;
  padding-bottom: 0.5em;
  margin-bottom: 0.9em;
  font-size: 0.9em;
}

.current-location-btn {
  background: transparent;
  border: 0.25em solid #F66320;
  border-radius: 0;
  color: #F66320;
  font-size: 1em;
  margin-bottom: 2em;
}

#useCurrentLocationBtn {
  margin: 0;
}

#dymTitle {
  font-size: 18px;
}

.location-card {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #666;
}
.location-card span.toggle_hidden {
  display: none;
}
.location-card .location-header {
  width: 70%;
}
.location-card .location-distance {
  text-align: right;
  padding: 10px 0;
  width: 20%;
  padding-right: 10px;
}
.location-card .location-arrow {
  text-align: right;
  padding: 10px 0;
  width: 5%;
}

li.noStoreWarning,
li.noWorkshopWarning {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

li.noWorkshopWarning {
  padding: 0 15px;
}

#storeList li.dym-li.list__item.list__item--padding-none:before {
  margin: 0 0 0 -1em;
  color: #F96302;
  width: 1em;
  content: "\2023";
  float: left;
}

#storeList li.dym-li.list__item.list__item--padding-none {
  margin: 10px 25px;
  font-size: 2rem;
  border-bottom: 1px solid #CCC;
  padding-bottom: 15px;
}

#selectedStoreDiv {
  margin-top: -10px;
}
#selectedStoreDiv br.toggle_hidden {
  display: none;
}

#changeStoreBtn {
  position: absolute;
  right: 15px;
  bottom: 15px;
}

.workshop-clickable {
  cursor: pointer;
}
.workshop-clickable .morecontent span {
  display: inline;
}

.noStoreWarning {
  padding: 0 15px;
}

.workshop-clickable.collapsed .moreellipses,
.workshop-clickable.collapsed .workshop-more-info {
  display: inline-block;
}
.workshop-clickable.collapsed .morecontent span {
  display: none;
}

.accordion__label:before {
  display: none;
}

.accordion__label {
  border-top: none;
}

.workshop-name {
  padding: 20px 0 0;
  font-weight: bold;
  line-height: 1em;
}

.workshop-datetime {
  font-size: 18px;
}

.workshop-full-desc {
  padding: 15px 0;
  font-size: 16px;
  font-weight: 500;
}

.workshop-more-info {
  cursor: pointer;
}
.workshop-more-info h3,
.workshop-more-info h4,
.workshop-more-info h5 {
  display: inline-block;
}
.workshop-more-info img {
  width: 15px;
}

#validatedInput .tooltip-arrow {
  border-bottom-color: red;
}
#validatedInput .tooltip-inner {
  background-color: red;
  font-weight: 800;
  box-shadow: 0 1px 3px #666;
}

.has-error .form-control {
  border-color: red;
}

.thin-bottom-border {
  float: left;
  width: 100%;
  border-bottom: 1px solid #000;
}

.thick-bottom-border {
  float: left;
  padding-bottom: 15px;
  border-bottom: 4px solid #F66320;
}

.accordion__input:checked + .workshop-accordion-label .cta-more-trans {
  display: none;
}

.accordion__input:checked + .workshop-accordion-label {
  transition-timing-function: cubic-bezier(0.2, 0, 1, 0);
  max-height: 5500px;
  transition-delay: 0s;
}

.noStoreLink {
  color: #3E7697;
}

.confirm-view {
  color: #000;
  margin-top: 10px;
  padding: 0;
}

.registration-card {
  border-bottom: 1px solid #CCC;
}

.registration-alert.alert {
  display: none;
}
.registration-alert.alert.alert--success {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
}
.registration-alert.alert.alert--success:before {
  display: inline-table;
  top: 3px;
  position: relative;
  left: 4px;
}
.registration-alert.alert.alert--danger {
  display: inline-flex;
}
.registration-alert.alert.alert--danger:before {
  display: inline-table;
  top: 3px;
  position: relative;
  left: 4px;
}

.alert__close {
  display: none;
}

.alert-max-participant.alert-inline.alert--warning {
  display: inline-flex;
  background-color: white;
}

.registation-header {
  margin: 10px 0;
}

.register-collapse-container {
  padding: 0;
  margin-bottom: 15px;
}

.location-time-header,
.workshop-participant-header {
  font-weight: 500;
  margin-bottom: 10px;
  margin-left: 15px;
  padding-left: 0;
}

.workshop-participant-header {
  margin: 10px 15px -5px;
  font-size: 16px;
}

.registration-store {
  margin-bottom: 15px;
  font-size: 15px;
}

.participant-list .participant-list-item:first-child .optional-email {
  display: none;
}
.participant-list .left_align {
  padding-left: 0;
}
.participant-list .right_align {
  padding-right: 0;
}
.participant-list label {
  font-weight: 400;
  font-size: 15px;
  color: #666;
}
.participant-list .col__12-12 {
  padding: 0;
}
.participant-list .row-header__title {
  width: 100%;
  text-align: left;
}
.participant-list .row-header__text {
  font-size: 1.8rem;
}
.participant-list .remove-participant {
  margin-left: 10px;
  float: right;
  color: #5B88A5;
  font-weight: 600;
  font-size: 1.4rem;
  padding-top: 5px;
}

.form-input-error__message {
  display: none;
}

.form-input--error .form-input-error__message {
  display: block;
}

.complete-registration-btn,
.confirm-store-time-btn {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
}

.store-name {
  font-size: 17px;
}

.registration-btn {
  width: 100%;
  margin-top: 10px;
}

.complete-registration-btn[disabled] {
  background-color: #CCC;
  border-bottom: none;
}

@media only screen and (max-width: 960px) {
  .desktop-only {
    display: none;
  }
}

/*# sourceMappingURL=workshops_shared.css.map */
