.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: 36px;
    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;
    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-podcast__wrapper {
    padding: 0 4px;
    color: #003838;
  }
  .is-podcast__wrapper--text {
    padding: 0 4px;
  }
  .is-podcast__logo {
    position: relative;
    width: 312px;
    height: 315px;
  }
  .is-podcast__logo::after {
    content: "";
    display: block;
    width: 150px;
    height: 150px;
    background-color: #00DCDC;
  }
  .is-podcast__logo img {
    position: absolute;
    top: unset;
    left: unset;
    bottom: 0;
    right: 0;
  }
  .is-podcast__banner {
    margin: 20px 0;
    padding: 40px 40px 36px;
    background-color: #ff4040;
  }
  .is-podcast__banner p {
    color: #fff;
    text-transform: uppercase;
  }
  .is-podcast__title {
    text-transform: uppercase;
    font-size: 24px;
    line-height: 29px;
    color: #003838;
  }
  .is-podcast__overview p, .is-podcast__excerpt p {
    font-size: 14.4px;
    line-height: 18px;
  }
  .is-podcast__overview > div {
    display: flex;
  }
  .is-podcast__excerpt > div {
    text-transform: uppercase;
    margin-bottom: 20px;
  }
  .is-podcast__player {
    margin-bottom: 20px;
  }
  .is-podcast__player iframe {
    display: block;
    padding: 0;
    margin: 0 auto;
    max-width: 600px;
    width: 100%;
  }

  .is-player__container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-height: 80px;
    margin: 0 0 30px;
  }
  .is-player__container > div {
    display: flex;
    justify-content: center;
    align-items: normal;
    flex-direction: row;
    color: #fff;
    text-align: center;
    width: 100%;
    flex-wrap: wrap;
  }
  .is-player__container a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    text-transform: uppercase;
    padding: 10px 20px;
    margin: 20px;
    background-color: #00DCDC;
    color: #fff;
  }
  .is-player__btn {
    width: 180px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    margin: 10px;
  }
  .is-player__btn--lg {
    background-color: #191414;
  }
  .is-player__btn--sm {
    width: auto;
    height: auto;
    display: inline;
  }
}
@media only screen and (min-width: 767px) {
  .is-podcast__wrapper--text {
    padding: 0 2rem;
  }
}
@media only screen and (min-width: 1200px) {
  .is-wrapper {
    position: relative;
    margin: 25px auto 0;
  }

  .is-header {
    margin: 60px 0 20px;
  }
  .is-header > h1.is-header__title {
    margin: 25px 0 0;
  }

  .is-podcast__wrapper {
    display: inline-block;
    margin-left: 350px;
  }
  .is-podcast__wrapper--text {
    margin: 0 50px;
  }
  .is-podcast__logo {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .is-podcast__banner {
    display: flex;
    justify-content: space-around;
    align-items: normal;
    flex-direction: column;
    height: 262px;
    margin: 0 0 50px 50px;
  }
  .is-podcast__banner p {
    width: 800px;
    margin-left: auto;
  }
  .is-podcast__title {
    font-size: 36px;
    line-height: 43px;
  }
  .is-podcast__excerpt p, .is-podcast__overview p {
    font-size: 18px;
    line-height: 30px;
  }
  .is-podcast__player {
    margin-bottom: 50px;
  }
  .is-podcast__player iframe {
    max-width: 1100px;
    margin: 0;
  }
}

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