.customer-styles {
  /* START article: agenda */
  /* END article: agenda */
}

.customer-styles .template_agenda .program-day {
  font-size: 30px;
  padding: 0 20px;
  box-sizing: border-box;
  color: #90a4ae;
  font-family: 'Dosis-Bold';
  line-height: 1.1;
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  width: 100%;
}

@media (min-width: 768px) {
  .customer-styles .template_agenda .program-day {
    font-size: 40px;
  }
}

@media (min-width: 768px) {
  .customer-styles .template_agenda .program-day {
    padding: 0 44px;
  }
}

.customer-styles .template_agenda .program-day::before {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 800 800' xmlns='http://www.w3.org/2000/svg'%3E%3C!-- Created with Method Draw - http://github.com/duopixel/Method-Draw/ --%3E%3Cg id='Layer_1'%3E%3Ctitle%3ELayer 1%3C/title%3E%3Crect transform='rotate(45 393.50000000000006,335.5) ' id='svg_1' height='2000' width='100' y='-664.5' x='343.5' opacity='NaN' stroke='%23000' fill='%23444444'/%3E%3Crect transform='rotate(45 521.5,468.5) ' id='svg_4' height='2000' width='100' y='-531.5' x='471.5' opacity='NaN' stroke='%23000' fill='%23444444'/%3E%3Crect transform='rotate(45 766.5000000000001,764.4999999999999) ' id='svg_5' height='2000' width='100' y='-235.5' x='716.5' opacity='NaN' stroke='%23000' fill='%23444444'/%3E%3Crect transform='rotate(45 642.5,616.5000000000001) ' id='svg_6' height='2000' width='100' y='-383.5' x='592.5' opacity='NaN' stroke='%23000' fill='%23444444'/%3E%3Crect transform='rotate(45 244.50000000000003,207.5) ' id='svg_7' height='2000' width='100' y='-792.5' x='194.5' opacity='NaN' stroke='%23000' fill='%23444444'/%3E%3Crect transform='rotate(45 93.50000000000006,89.49999999999999) ' id='svg_8' height='2000' width='100' y='-910.5' x='43.5' opacity='NaN' stroke='%23000' fill='%23444444'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 30px 30px;
  content: '';
  height: 32px;
  left: 0;
  position: absolute;
  top: 7px;
  width: 100%;
}

@media (min-width: 768px) {
  .customer-styles .template_agenda .program-day::before {
    left: calc(-100% + 20px);
  }
}

@media (max-width: 767px) {
  .customer-styles .template_agenda .program-day .program-day-text {
    position: relative;
    display: inline-block;
    background-color: #000;
    top: 5px;
    left: 0;
    margin-left: 100px;
    padding: 0 20px;
    line-height: normal;
    width: calc(100% - 80px);
    box-sizing: border-box;
  }
}

.customer-styles .template_agenda .agenda-container {
  padding: 0 20px;
  width: calc(100% - 40px);
  margin: 50px auto 100px;
  max-width: 1200px;
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .customer-styles .template_agenda .agenda-container {
    padding: 0 44px;
  }
}

@media (min-width: 768px) {
  .customer-styles .template_agenda .agenda-container {
    width: calc(100% - 88px);
  }
}

.customer-styles .template_agenda .agenda-container.balanced {
  margin: 60px auto;
}

.customer-styles .template_agenda .agenda-item .agenda-item-inner {
  display: flex;
  margin: 6px 0 30px 0;
}

.customer-styles .template_agenda .agenda-item .agenda-item-inner .agenda-item-date {
  font-size: 22px;
  width: 120px;
  color: #ff1744;
  flex-shrink: 0;
  font-family: 'Dosis-Regular';
  line-height: 1.1;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .customer-styles .template_agenda .agenda-item .agenda-item-inner .agenda-item-date {
    font-size: 30px;
  }
}

@media (min-width: 768px) {
  .customer-styles .template_agenda .agenda-item .agenda-item-inner .agenda-item-date {
    width: 170px;
  }
}

.customer-styles .template_agenda .agenda-item .agenda-item-inner .agenda-item-text, .customer-styles .template_agenda .agenda-item .agenda-item-inner .agenda-item-text p {
  font-size: 22px;
  color: #90a4ae;
  font-family: DroidSans;
  font-weight: normal;
  line-height: 1.1;
}

@media (min-width: 768px) {
  .customer-styles .template_agenda .agenda-item .agenda-item-inner .agenda-item-text, .customer-styles .template_agenda .agenda-item .agenda-item-inner .agenda-item-text p {
    font-size: 32px;
  }
}

.customer-styles .template_agenda .agenda-item .agenda-item-inner .agenda-item-text p, .customer-styles .template_agenda .agenda-item .agenda-item-inner .agenda-item-text p p {
  padding: 0;
  margin: 0;
}

.customer-styles .template_agenda .agenda-item .agenda-item-inner .agenda-item-text sup, .customer-styles .template_agenda .agenda-item .agenda-item-inner .agenda-item-text p sup {
  display: inline-block;
  font-size: .6em;
  line-height: inherit;
  top: inherit;
  vertical-align: top;
  top: 0.1em;
  font-weight: bold;
  position: relative;
}
