.faithlife-base .background-white--light {
  background-color: #f8f8f8;
}
.faithlife-base .background-white--dark {
  background-color: #efefef;
}
.faithlife-base .background-charcoal--light {
  background-color: #575251;
}
.faithlife-base .background-charcoal--dark {
  background-color: #282625;
}
.faithlife-base .background-black {
  background-color: #181717;
}
.faithlife-base .heading-super--large {
  margin: 0;
  padding: 0;
  font-family: 'Gotham A', 'Gotham B', 'Arial Narrow', 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, Sans-Serif;
  font-weight: 800;
  font-size: 36px;
  line-height: 42px;
  color: #585250;
}
.faithlife-base .heading-super--small {
  margin: 0;
  padding: 0;
  font-family: 'Gotham A', 'Gotham B', 'Arial Narrow', 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, Sans-Serif;
  font-weight: 800;
  font-size: 36px;
  line-height: 42px;
  color: #585250;
}
.faithlife-base .heading-h1 {
  margin: 0;
  padding: 0;
  font-family: 'Gotham A', 'Gotham B', 'Arial Narrow', 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, Sans-Serif;
  font-weight: 800;
  font-size: 28px;
  line-height: 32px;
  color: #585250;
}
.faithlife-base .heading-h2 {
  margin: 0;
  padding: 0;
  font-family: 'Gotham A', 'Gotham B', 'Arial Narrow', 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, Sans-Serif;
  font-weight: 800;
  font-size: 22px;
  line-height: 28px;
  color: #585250;
}
.faithlife-base .heading-special {
  margin: 0;
  padding: 0;
  font-family: "Chronicle Text G3 A", "Chronicle Text G3 B";
  font-style: italic;
  font-size: 36px;
  line-height: 42px;
  color: #585250;
}
.faithlife-base .body-large {
  margin: 0;
  padding: 0;
  font-family: 'Source Sans Pro', Arial;
  font-size: 18px;
  line-height: 24px;
  color: #585250;
}
.faithlife-base .body-small {
  margin: 0;
  padding: 0;
  font-family: 'Source Sans Pro', Arial;
  font-size: 16px;
  line-height: 22px;
  color: #585250;
}
.faithlife-base .ui--1 {
  margin: 0;
  padding: 0;
  font-family: 'Source Sans Pro', Arial;
  font-size: 18px;
  line-height: 18px;
  color: #585250;
}
.faithlife-base .ui--2 {
  margin: 0;
  padding: 0;
  font-family: 'Source Sans Pro', Arial;
  font-size: 16px;
  line-height: 16px;
  color: #585250;
}
.faithlife-base .ui--3 {
  margin: 0;
  padding: 0;
  font-family: 'Source Sans Pro', Arial;
  font-size: 14px;
  line-height: 14px;
  color: #585250;
}
.faithlife-base .ui--4 {
  margin: 0;
  padding: 0;
  font-family: 'Source Sans Pro', Arial;
  font-size: 13px;
  line-height: 13px;
  color: #585250;
}
.faithlife-base .ui--5 {
  margin: 0;
  padding: 0;
  font-family: 'Source Sans Pro', Arial;
  font-size: 12px;
  line-height: 12px;
  color: #585250;
}
.faithlife-base .bold {
  font-weight: bold;
}
.faithlife-base .italic {
  font-style: italic;
}
.faithlife-base .white-text {
  color: #ffffff;
}
.faithlife-base .heading-h1.white-text,
.faithlife-base .heading-h2.white-text {
  font-weight: 700;
}
.faithlife-base .button-primary {
  background-color: #5fbc39;
  border-radius: 3px;
  color: #ffffff;
  font-family: 'Source Sans Pro', Arial;
  font-weight: 900;
  font-size: 16px;
  padding: 8px 10px;
  border-bottom: none;
}
.faithlife-base .button-primary:visited {
  color: #ffffff;
}
.faithlife-base .button-primary:focus,
.faithlife-base .button-primary:active,
.faithlife-base .button-primary:hover {
  background-color: #429c1c;
  color: #ffffff;
}
.faithlife-base .button-primary.button--large {
  font-size: 16px;
  padding: 12px 16px;
}
.faithlife-base .button-primary.button--super {
  font-size: 24px;
  padding: 16px 24px;
}
.faithlife-base .button-outline-primary {
  border: 1px solid #5fbc39;
  border-radius: 3px;
  color: #5fbc39;
  font-family: 'Source Sans Pro', Arial;
  font-weight: 900;
  font-size: 16px;
  padding: 8px 10px;
}
.faithlife-base .button-outline-primary:visited {
  color: #5fbc39;
}
.faithlife-base .button-outline-primary:active,
.faithlife-base .button-outline-primary:focus,
.faithlife-base .button-outline-primary:hover {
  border: 1px solid #5fbc39;
  background-color: #5fbc39;
  color: #ffffff;
}
.faithlife-base .button-outline-primary.button--large {
  font-size: 16px;
  padding: 12px 16px;
}
.faithlife-base .button-outline-primary.button--super {
  font-size: 24px;
  padding: 16px 24px;
}
.faithlife-base .button-secondary {
  font-family: 'Source Sans Pro', Arial;
  color: #585250;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  display: inline-flex;
  border-bottom: none;
}
.faithlife-base .button-secondary .button-text {
  margin: 0;
  padding: 0;
  padding-right: 12px;
  transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.faithlife-base .button-secondary:visited {
  color: #585250;
}
.faithlife-base .button-secondary:active,
.faithlife-base .button-secondary:focus,
.faithlife-base .button-secondary:hover {
  color: #5fbc39;
}
.faithlife-base .button-secondary:after {
  content: url('https://files.logoscdn.com/v1/files/10492942/content.svg?signature=rFtwoZj3yK-VxvFsw_jf6etqwn8');
  position: relative;
  top: 2px;
}
.faithlife-base .button-secondary.button--large {
  font-size: 18px;
}
.faithlife-base .button-secondary.button--super {
  font-size: 24px;
}
.faithlife-base .play-button__small {
  height: 30px;
  width: 30px;
  background-color: #5fbc39;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: none;
}
.faithlife-base .play-button__small .play-icon {
  padding-left: 3px;
}
.faithlife-base .play-button__small:active,
.faithlife-base .play-button__small:focus,
.faithlife-base .play-button__small:hover {
  background-color: #429c1c;
  border: none;
}
.faithlife-base .play-button__medium {
  height: 50px;
  width: 50px;
  background-color: #5fbc39;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: none;
}
.faithlife-base .play-button__medium .play-icon {
  padding-left: 7px;
}
.faithlife-base .play-button__medium:active,
.faithlife-base .play-button__medium:focus,
.faithlife-base .play-button__medium:hover {
  background-color: #429c1c;
  border: none;
}
.faithlife-base .play-button__large {
  height: 70px;
  width: 70px;
  background-color: #5fbc39;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: none;
}
.faithlife-base .play-button__large .play-icon {
  padding-left: 9px;
}
.faithlife-base .play-button__large:active,
.faithlife-base .play-button__large:focus,
.faithlife-base .play-button__large:hover {
  background-color: #429c1c;
  border: none;
}
@media screen and (min-width: 768px) {
  .faithlife-base .heading-super--large {
    font-size: 52px;
    line-height: 60px;
  }
  .faithlife-base .heading-super--small {
    font-size: 45px;
    line-height: 50px;
  }
  .faithlife-base .heading-h1 {
    font-size: 30px;
    line-height: 36px;
  }
  .faithlife-base .heading-h2 {
    font-size: 22px;
    line-height: 28px;
  }
  .faithlife-base .heading-special {
    font-size: 50px;
    line-height: 48px;
  }
  .faithlife-base .body-large {
    line-height: 24px;
  }
  .faithlife-base .body-small {
    line-height: 22px;
  }
}