/* CSS Document */
/* EVENT SPECIFIC CSS OVERRIDES */
.header-container {
  border-top: 4px solid #008566;
  border-bottom: 4px solid #10305f;
  padding: 4px 9px;
  margin-bottom: 16px;
}

.day, .time {
  display: inline-block;
}

.time {
  padding-left: 10px;
}

.location {
  padding: 10px;
}

.sub-header {
  margin-bottom: 15px;
  background-color: #00507f;
  color: #ffffff;
  padding: 6px 12px;
  font-size: 13px;
  font-style: italic;
  border-radius: 3px;
}

.sub-header a {
  color: #ffffff;
  text-decoration: underline;
}

.sub-header a:hover {
  color: #008566;
  background-color: #ffffff;
}

.width40 {
  max-width: 40%;
}

.header-logo {
  margin-bottom: 15px;
  margin-top: 15px;
}

div.summit .custom-control-label {
  margin-bottom: 12px;
}

.event-time-offset {
  padding-left: 6px;
}

.event-time-offset h5 {
  font-size: 18px;
}

.event-contact-block {
  display: flex;
  flex-wrap: wrap;
}

.event-contact-block .alert {
  margin-right: 10px;
}

@media (min-width: 1200px) {
  .event-contact-block .alert {
    flex-basis: 50%;
  }
}
.session-wrapper {
  display: flex;
  flex-direction: column;
  max-width: 100%;
}

.session-wrapper select {
  width: auto;
  max-width: 100%;
}

.session-wrapper .logo {
  margin-right: 12px;
}

#materials_format_div {
  margin-top: 10px;
}

.card-verification {
  border: none;
}

.mini-card-wrapper {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 3px solid #00507f;
  width: 100%;
  padding-bottom: 20px;
}

.card-body .mini-card-wrapper:last-child {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 30px;
}

.mini-card {
  padding: 10px;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  margin: 12px;
  background-color: #fff;
  flex-basis: 31%;
  min-width: 320px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.mini-card .badge {
  float: right;
  position: absolute;
  right: 14px;
  top: 15px;
  text-transform: uppercase;
}
.mini-card .card-text {
  flex-grow: 1;
}

@media (max-width: 767px) {
  .mini-card {
    min-width: 245px;
  }
}
.mini-card-body {
  padding: 10px;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  background-color: #fff;
  flex-grow: 1;
  min-width: 320px;
  flex-basis: 47%;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25), 0 0 50px rgba(0, 0, 0, 0.1) inset;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
}

.mini-card-body:first-child {
  margin-right: 6px;
}

.mini-card-body:last-child {
  margin-left: 6px;
}

@media (max-width: 767px) {
  .mini-card-body:first-child {
    margin-right: 0;
  }

  .mini-card-body:last-child {
    margin-left: 0;
    margin-top: 15px;
  }
}
.body-main {
  padding: 0;
  justify-content: space-between;
}

.card-title-header {
  font-weight: 900;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #1C242D;
  line-height: 18px;
}

.card-title-header-border {
  border: 2px solid #009ed9;
  margin: 10px 0px;
  width: 60px;
}

.card-title-body {
  font-size: 34px;
  line-height: 41px;
  text-align: left;
  color: #374785;
  margin-top: 0;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  white-space: nowrap;
}

.card-text-body-math {
  background-image: url(/events/fuchs-tutoring/2022/professional-learning-institute/assets/images/pals-math.png);
  min-height: 315px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: -12px;
  margin-right: -12px;
}

.card-text-body-reading {
  background-image: url(/events/fuchs-tutoring/2022/professional-learning-institute/assets/images/pals-reading.png);
  min-height: 315px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: -12px;
  margin-right: -12px;
}

.card-text-body-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
}

.description-body {
  padding: 15px 5px;
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
}

.time-body {
  background-color: #dff3fc;
  margin-left: -11px;
  margin-right: -11px;
  padding: 15px;
}

.date-label {
  font-weight: 900;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #374785;
}

.price {
  margin-left: -11px;
  margin-right: -11px;
  padding: 15px;
}

.price-label {
  font-weight: 900;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #374785;
}

.mini-card-section-header {
  flex-basis: 100%;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  color: #008566;
  margin-top: 10px;
}

.mini-card-section-header:first-child {
  margin-top: 0px;
}

.mini-card h4 {
  font-size: 15px;
  background-color: #374785;
  color: white;
  padding: 4px 8px;
}

.mini-card .alert {
  font-size: 12px;
  margin-bottom: 0px;
}

.upcoming-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.upcoming-wrapper .card {
  width: 100%;
}

#collapseOne .card-body {
  display: flex;
  flex-wrap: wrap;
}

#collapseOne .card-body .mini-card {
  min-width: 308px;
}

#upcoming-button {
  width: 100%;
  text-align: left;
  border: none;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  background-color: #f5f5f5 !important;
  cursor: pointer;
}

#upcoming-button:focus {
  outline: none;
}

#headingOne {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

#headingOne::after {
  font-family: "Font Awesome 5 Free";
  content: "\f068";
  font-weight: 900;
  font-size: 20px;
}

#headingOne.collapsed::after {
  content: "\f067";
}

#headingOne h5 {
  display: inline-block;
}

#headingOne .open-button {
  float: right;
  font-size: 20px;
}

#headingOne .close-button {
  float: right;
  font-size: 20px;
}

.pending-event {
  background-color: #ebebeb;
}

.mini-card .badge-success {
  float: right;
  font-weight: 600;
  color: white !important;
  white-space: inherit;
}

.mini-card .badge-success .date {
  font-size: 14px;
}

.mini-card .badge-info {
  white-space: inherit;
  margin-top: 12px;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: #155724 !important;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

@media (min-width: 768px) {
  #register #session {
    width: 40%;
  }
}
#shopify-link {
  padding-left: 7px;
}

#shopify-link:hover {
  text-decoration: underline;
}

#shopify-link .pay-now {
  margin-right: 6px;
  background-color: white;
  color: #007bff;
  padding: 1px 5px;
  margin-right: 5px;
}

#register .specify-other {
  margin-top: 1rem;
  margin-left: 10px;
  display: flex;
  align-items: flex-end;
}

#register .specify-other label {
  white-space: nowrap;
}

#register .specify-other input {
  margin-left: 8px;
}

.section-top {
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.section-top p {
  flex-basis: 100%;
}

#terms .modal-footer {
  justify-content: space-between;
}

.modal-terms-checkbox {
  margin-left: 20px;
}

.terms-conditions-link {
  color: #0050FF;
  text-decoration: underline;
  cursor: pointer;
}

#terms-modal {
  max-width: 75%;
}

.highlight-box {
  padding: 15px 17px;
  border-radius: 5px;
  align-self: flex-end;
}

.blue-float {
  color: #009ed9;
  float: right;
}

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