@charset "UTF-8";
.lc-event__menu-tasks {
  width: 100%;
}
@media (min-width: 1024px) {
  .lc-event__menu-tasks {
    text-align: right;
  }
}

.lc-event__wrapper {
  display: flex;
  flex: 1;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  clear: both;
  line-height: 25px;
}
@media (min-width: 768px) {
  .lc-event__wrapper {
    flex-direction: row;
  }
}

.lc-event__content .lc-event__label {
  font-weight: 700;
}

.location-address {
  padding: 20px 0 0 0;
}

.lc-event__sidebar .lc-event__details {
  padding: 5px;
  border: 2px solid #00549f;
}
.lc-event__sidebar .lc-event-info__cancelled {
  color: #c22f3b;
  text-transform: uppercase;
}

/* Gmap */
.lc-event-location .lc-event__subtitle {
  margin: 0;
}

.lc-event-location .lc-address__line {
  line-height: 1.2;
}

/* Repeat Dates */
.lc-repeating-dates__toggle,
.lc-repeating-dates__link {
  color: #333;
  background-color: #d2d3d5;
  border: none;
  transition: background ease-in-out 500ms;
}
.lc-repeating-dates__toggle:hover, .lc-repeating-dates__toggle:focus,
.lc-repeating-dates__link:hover,
.lc-repeating-dates__link:focus {
  background-color: #778898;
  border: none;
}

.lc-repeating-dates__toggle {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  padding: 5px;
  margin: 5px 0;
  line-height: 1;
}
.lc-repeating-dates__toggle:hover, .lc-repeating-dates__toggle:focus {
  outline: none;
}

.lc-repeating-dates__toggle-icon {
  display: block;
  width: 15px;
  height: 15px;
  margin-left: 10px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-image: url("../../assets/dist/icons/chevron-down.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 15px;
  transform: rotate(0deg);
}

.lc-repeating-dates__details {
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
}

.lc-repeating-dates__details[open] .lc-repeating-dates__toggle-icon {
  transform: rotate(180deg);
}

.lc-repeating-dates__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  margin: 0;
}

.lc-repeating-dates__item {
  width: 49%;
  margin-bottom: 5px;
  list-style-type: none;
}
.lc-repeating-dates__item.lc-repeating-date-master > .lc-repeating-dates__link::before {
  color: currentColor;
  content: "★";
}

.lc-repeating-dates__link {
  display: block;
  text-align: center;
}

/* Categories styling */
.lc-event__categories {
  line-height: 1.7;
}
.lc-event__categories a {
  border-bottom: none;
}

/* Registraion Form */
.lc-event__info-item {
  line-height: 1.7;
}

.lc-event__sidebar--second::after {
  display: table;
  clear: both;
  content: "";
}
@media (min-width: 768px) {
  .lc-event__sidebar--second {
    flex: initial;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .lc-event__sidebar--second {
    flex: 1;
    width: 200px;
  }
}

.lc-event__title,
.lc-event__title--details {
  margin: 0;
}

.lc-event__info .lc-event__title,
.lc-event__info .lc-event__title--details {
  margin: 0;
  font-size: 18px;
}

.lc-event__month-details .lc-date-icon {
  padding-left: 5px;
}
.lc-event__month-details .lc-date-icon__item--day {
  padding: 0;
  border-bottom: none;
}
.lc-event__month-details .lc-date-icon__item--year {
  padding-bottom: 5px;
  font-size: 12px;
  border-top: none;
}

.lc-event-info__item--categories {
  font-size: 14px;
}

.scroll-info {
  padding: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 1px solid;
  border-radius: 4px;
}

.lc-event__registration-list .view-content > div {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.lc-event__registration-list .table-responsive {
  overflow-x: scroll;
}
.lc-event__registration-list th,
.lc-event__registration-list td {
  white-space: nowrap;
}
.lc-event__registration-list td .dropbutton-widget {
  position: relative;
}
.lc-event__registration-list td .dropbutton-multiple {
  padding-right: 0;
}

.ie10 .lc-event__sidebar--first .lc-event-info,
.ie11 .lc-event__sidebar--first .lc-event-info {
  width: 100%;
}
.ie10 .lc-event__sidebar--first .lc-event__branch-image a,
.ie11 .lc-event__sidebar--first .lc-event__branch-image a {
  width: 100%;
}
.ie10 .lc-event__featured-image,
.ie11 .lc-event__featured-image {
  overflow: hidden;
}
.ie10 .lc-event__featured-image .open-popup-link,
.ie11 .lc-event__featured-image .open-popup-link {
  width: 100%;
}
.ie10 .calendar__wrap--header,
.ie11 .calendar__wrap--header {
  display: block;
}

.lc-event-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}
.lc-event-wrapper .lc-event-sidebar,
.lc-event-wrapper .lc-event-content {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .lc-event-wrapper .lc-event-sidebar,
  .lc-event-wrapper .lc-event-content {
    margin-bottom: unset;
  }
}
@media (min-width: 1024px) {
  .lc-event-wrapper .lc-event-sidebar {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (min-width: 1024px) {
  .lc-event-wrapper .lc-event-content {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.lc-event-wrapper .lc-event-details {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.lc-event-wrapper .lc-date-icon,
.lc-event-wrapper .lc-event-info {
  position: relative;
  width: 100%;
  padding-right: 5px;
  padding-left: 5px;
}
.lc-event-wrapper .lc-date-icon {
  flex: 0 0 3.5rem;
}
.lc-event-wrapper .lc-date-icon .lc-date-icon__item {
  width: auto;
}
.lc-event-wrapper .lc-event-info {
  flex: 2;
}
.lc-event-wrapper .lc-event-info .lc-event-subtitle {
  line-height: 1;
}
.lc-event-wrapper .lc-event-info-cancelled {
  color: #c22f3b;
  text-transform: uppercase;
}
.lc-event-wrapper .lc-event-room-setup-image img {
  border: 1px solid #d2d3d5;
  border-radius: 5px;
}
.lc-event-wrapper .lc-event-section {
  margin-bottom: 10px;
}

@media (min-width: 1024px) {
  .node--type-lc-closing .lc-event-content {
    flex: 0 0 75%;
    max-width: 75%;
  }
}

.lc-closing-color {
  color: #c22f3b;
}

.lc-closing-location__address:not(:last-child) {
  padding-bottom: 20px;
}

.lc-event--full.node--type-lc-closing {
  border: 0;
}

.braintree-method .braintree-method__check {
  padding: 0 10px;
}
.braintree-method .braintree-method__check svg {
  height: inherit;
}

#lc-payment-button {
  margin-bottom: 20px;
}

/* Registration Messages */
.lc-messages {
  padding-left: 2.75rem !important;
}

.lc-messages__message {
  padding: 0 10px;
  margin-bottom: 5px;
  background-color: #d2d3d5;
}

@media print {
  .lc-event-actions,
  .lc-event__month-details,
  .lc-event__registration-list,
  .lc-repeating-dates__toggle-icon,
  .lc-repeating-dates,
  .lc-event-location-map,
  .lc-event-branch-image,
  .scroll-info,
  .tooltip,
  .lc-event-registrant-list-title,
  .lc-event-location__email {
    display: none !important;
  }
  .tooltip {
    visibility: hidden;
  }
  .lc-event__wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .lc-event__wrapper p,
  .lc-event__wrapper .lc-messages,
  .lc-event__wrapper .lc-event__categories,
  .lc-event__wrapper .lc-event-info,
  .lc-event__wrapper .lc-event-location__address,
  .lc-event__wrapper .lc-event__info-item {
    font-size: 11px;
  }
  .lc-address__name,
  .lc-event__subtitle {
    font-size: 13px !important;
  }
  h3.lc-event__subtitle.lc-address__name {
    line-height: 1;
  }
  .lc-event__sidebar--first {
    width: 25%;
  }
  .lc-repeating-dates__toggle {
    width: inherit;
    padding: 0 !important;
    margin: 0 !important;
    line-height: 1;
  }
  .lc-repeating-dates__wrapper {
    max-height: 100% !important;
  }
  .lc-repeating-dates__list {
    display: block;
    width: inherit;
  }
  .lc-repeating-dates__link {
    padding: 2px 0 !important;
    text-align: left;
  }
  .lc-repeating-dates__item {
    width: inherit;
    margin: 0;
  }
  .lc-event__content {
    width: 75%;
  }
  .lc-event__content .lc-form {
    display: none;
  }
  .lc-messages,
  .lc-messages__message {
    padding: 0 !important;
    border: 0 !important;
  }
  .lc-print-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
  }
  .lc-print-column {
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .lc-event-wrapper .lc-event-sidebar,
  .lc-event-wrapper .lc-event-content {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .lc-event__categories {
    margin-bottom: 10px;
  }
  .lc-messages {
    margin-bottom: 10px;
  }
}

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