.is-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}
.is-wrapper--wide {
  max-width: 1600px;
  margin: 0 auto;
}

.is-header h1.is-header__title {
  color: #ff4040;
}
@media only screen and (min-width: 319px) {
  .is-header h1.is-header__title {
    font-family: "Stolzl-bold";
    font-size: 30px;
    line-height: 36px;
    margin: 20px 0;
  }
}
@media only screen and (min-width: 767px) {
  .is-header h1.is-header__title {
    font-family: "Stolzl-bold";
    font-size: 30px;
    line-height: 36px;
    margin: 30px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .is-header h1.is-header__title {
    font-family: "Stolzl-bold";
    font-size: 48px;
    line-height: 58px;
    margin: 50px 0;
  }
}
.is-header p.is-header__subtitle {
  text-transform: uppercase;
}
@media only screen and (min-width: 319px) {
  .is-header p.is-header__subtitle {
    font-family: "Stolzl-regular";
    font-size: 14.4px;
    line-height: 18px;
    margin: 0 0 20px 0;
  }
}
@media only screen and (min-width: 767px) {
  .is-header p.is-header__subtitle {
    font-family: "Stolzl-regular";
    font-size: 16.2px;
    line-height: 20px;
    margin: 0 0 30px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .is-header p.is-header__subtitle {
    font-family: "Stolzl-regular";
    font-size: 24px;
    line-height: 35px;
    margin: 0 0 50px 0;
  }
}

.is-section__title {
  text-transform: uppercase;
}
@media only screen and (min-width: 319px) {
  .is-section__title {
    font-family: "Stolzl-regular";
    font-size: 24px;
    line-height: 55px;
  }
}
@media only screen and (min-width: 767px) {
  .is-section__title {
    font-family: "Stolzl-regular";
    font-size: 24px;
    line-height: 55px;
  }
}
@media only screen and (min-width: 1200px) {
  .is-section__title {
    font-family: "Stolzl-regular";
    font-size: 30px;
    line-height: 43px;
  }
}
@media only screen and (min-width: 319px) {
  .is-section__title--big {
    font-family: "Stolzl-bold";
    font-size: 24px;
    line-height: 55px;
    font-weight: bold;
  }
}
@media only screen and (min-width: 767px) {
  .is-section__title--big {
    font-family: "Stolzl-bold";
    font-size: 24px;
    line-height: 55px;
    font-weight: bold;
  }
}
@media only screen and (min-width: 1200px) {
  .is-section__title--big {
    font-family: "Stolzl-bold";
    font-size: 48px;
    line-height: 58px;
    font-weight: bold;
  }
}
.is-section__title > span {
  font-family: "Stolzl-regular";
  font-weight: 400;
}
.is-section__title::before {
  content: "";
  display: inline-block;
  background: #00DCDC;
}
@media only screen and (min-width: 319px) {
  .is-section__title::before {
    width: 40px;
    height: 40px;
    margin: 0 15px 0 0;
  }
}
@media only screen and (min-width: 1200px) {
  .is-section__title::before {
    width: 80px;
    height: 80px;
    margin: 0 25px 0 0;
  }
}

.is-section__text {
  font-family: "Stolzl-regular";
}
@media only screen and (min-width: 319px) {
  .is-section__text {
    font-size: 14.4px;
    line-height: 18px;
  }
}
@media only screen and (min-width: 767px) {
  .is-section__text {
    font-size: 16.2px;
    line-height: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .is-section__text {
    font-size: 18px;
    line-height: 30px;
  }
}
.is-section__text--bold {
  font-weight: bold;
}

.is-section__img {
  display: block;
}

@media only screen and (min-width: 319px) {
  .is-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    font-family: "Stolzl-regular";
    font-size: 12px;
    line-height: 14px;
    background-color: #ff4040;
    text-transform: uppercase;
    color: #fff;
  }
}
@media only screen and (min-width: 1200px) {
  .is-btn {
    font-size: 15px;
    line-height: 18px;
  }
}
@media only screen and (min-width: 319px) {
  .is-btn--large {
    width: 240px;
    height: 36px;
  }
}
@media only screen and (min-width: 1200px) {
  .is-btn--large {
    width: 300px;
    height: 45px;
  }
}

@media only screen and (min-width: 319px) {
  .is-cta {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    font-family: "Stolzl-regular";
    font-size: 12px;
    line-height: 14px;
    background-color: #ff4040;
    text-transform: uppercase;
    color: #fff;
  }
  .is-cta--xsm {
    width: 80px;
    height: 36px;
  }
  .is-cta--sm {
    width: 160px;
    height: 36px;
  }
  .is-cta--md {
    width: 200px;
    height: 36px;
  }
  .is-cta--lg {
    width: 240px;
    height: 36px;
  }
}
@media only screen and (min-width: 1200px) {
  .is-cta {
    font-size: 15px;
    line-height: 18px;
  }
  .is-cta--xsm {
    width: 100px;
    height: 45px;
  }
  .is-cta--sm {
    width: 200px;
    height: 45px;
  }
  .is-cta--md {
    width: 250px;
    height: 45px;
  }
  .is-cta--lg {
    width: 300px;
    height: 45px;
  }
}

@media only screen and (min-width: 319px) {
  .is-color-invert li.active > a.btn {
    color: #00DCDC !important;
    background: #fff !important;
  }
  .is-color-invert li > a.btn {
    color: #fff !important;
    background: #00DCDC !important;
    font-family: "Stolzl-regular", sans-serif;
    text-transform: uppercase;
  }

  .is-custom-agenda {
    display: none;
  }
  .is-custom-agenda-wrapper {
    display: flex;
    justify-content: center;
    align-items: normal;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .is-custom-pane {
    padding: 0 5px;
    margin: 20px 0;
    max-width: 295px;
  }
  .is-custom-pane:last-child {
    margin-right: 0;
  }
  .is-custom-pane p {
    margin: 0;
  }
  .is-custom-tile {
    display: flex;
    justify-content: normal;
    align-items: normal;
    flex-direction: column;
    min-height: 180px;
    min-width: 280px;
    width: 100%;
    height: auto;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #fff;
    color: #fff;
    background-color: #ff4040;
  }
  .is-custom-tile-heading {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 10px;
    margin: 0 1px;
    background: #ff4040;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
  }
  .is-custom-tile-sm {
    display: flex;
    justify-content: normal;
    align-items: normal;
    flex-direction: column;
    min-height: 100px;
  }
  .is-custom-tile-sm .is-custom-tile_topic {
    text-transform: capitalize;
  }
  .is-custom-tile_time {
    text-align: left;
    font-size: 11px;
  }
  .is-custom-tile_topic {
    font-size: 13px;
  }
  .is-custom-tile_speaker {
    font-size: 12px;
  }
  .is-custom-tile_link {
    display: flex;
    justify-content: normal;
    align-items: normal;
    flex-direction: column;
    color: #fff;
    min-height: 158px;
  }

  .is-agenda-partner__logo {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row;
    padding-top: 30px;
  }
  .is-agenda-partner__logo p {
    padding: 0 5px;
  }
}
@media only screen and (min-width: 767px) {
  .is-custom-pane {
    margin: 30px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .is-custom-agenda-wrapper {
    padding-left: 60px;
  }
  .is-custom-pane {
    width: 315px;
    margin: 50px 0;
  }
}

/*# sourceMappingURL=is-styles.css.map */
