.titleBar {
  border-top: 5px solid teal;
  justify-content: center;
}

.seriesDescriptionContainer:nth-of-type(2) {
  display: none;
}

#seriesEnhancements {
  display: flex;
  flex-direction: column;
}
#seriesEnhancements .laof-small-groups {
  order: 0;
}
#seriesEnhancements #SeriesSermons {
  order: 1;
}
#seriesEnhancements #seriesStories {
  order: 2;
}
#seriesEnhancements .pog-share-section {
  order: 3;
}
#seriesEnhancements .pog-text-section {
  order: 4;
}
#seriesEnhancements .pog-cta-section {
  order: 5;
}
#seriesEnhancements .pog-connection-section {
  order: 6;
}

#videoPopup {
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
}
#videoPopup .mfp-close {
  top: -45px;
  color: #FFFFFF;
}
#videoPopup iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
}

.advanced-schedule .thumb {
  background: url("https://sb-web.s3.us-west-1.amazonaws.com/saddleback.com/watch/series/worthy-of-it-all/woia-coming-soon-background.jpg") top center no-repeat !important;
  background-size: auto;
  background-repeat: no-repeat;
  height: 170px;
}

.scroll-animation {
  opacity: 0;
  filter: blur(5px);
  transition: all 1s;
}

.scroll-show-animation {
  opacity: 1;
  filter: blur(0);
}

.button {
  color: #FFF !important;
  text-align: center;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
  letter-spacing: 1.6px;
  text-transform: uppercase;
  display: flex;
  width: 170px;
  height: 64px;
  padding: 22px 24px 18px 24px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
}
.button.green-fill {
  background: #798B56;
}
.button.white-outline {
  border: 2px solid #FFF;
  background: rgba(0, 0, 0, 0.1);
}
.button a:visited {
  color: white;
}

.background-image {
  background: center no-repeat;
  background-size: cover;
}

.woia-next-steps-section {
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .woia-next-steps-section {
    margin-bottom: 64px;
  }
}
.woia-next-steps-section .overflow-offering-section {
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .woia-next-steps-section .overflow-offering-section {
    margin-bottom: 32px;
  }
}
.woia-next-steps-section .overflow-offering-section .background-image {
  background-position-x: 25%;
  height: 523px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 64px 16px;
}
@media (min-width: 768px) {
  .woia-next-steps-section .overflow-offering-section .background-image {
    height: 475px;
  }
}
@media (min-width: 1024px) {
  .woia-next-steps-section .overflow-offering-section .background-image {
    flex-direction: row;
    justify-content: center;
    gap: 100px;
    height: 452px;
    padding: 32px;
  }
}
.woia-next-steps-section .overflow-offering-section .background-image .overflow-offering-icon {
  height: 51px;
  width: auto;
}
@media (min-width: 768px) {
  .woia-next-steps-section .overflow-offering-section .background-image .overflow-offering-icon {
    height: 70px;
  }
}
@media (min-width: 1024px) {
  .woia-next-steps-section .overflow-offering-section .background-image .overflow-offering-icon {
    height: 85px;
  }
}
.woia-next-steps-section .overflow-offering-section .background-image .overflow-offering-inner-section {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  justify-content: space-around;
}
@media (min-width: 1024px) {
  .woia-next-steps-section .overflow-offering-section .background-image .overflow-offering-inner-section {
    max-width: 410px;
  }
}
.woia-next-steps-section .overflow-offering-section .background-image .overflow-offering-inner-section .overflow-offering-text {
  color: #FFF;
  font-family: Lato;
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px; /* 114.286% */
  margin-bottom: 12%;
  max-width: 500px;
}
@media (min-width: 768px) {
  .woia-next-steps-section .overflow-offering-section .background-image .overflow-offering-inner-section .overflow-offering-text {
    margin-bottom: 50px;
  }
}
.woia-next-steps-section .overflow-offering-section .background-image .overflow-offering-inner-section .button-section {
  display: flex;
  width: 100%;
  justify-content: space-around;
  gap: 8px;
  max-width: 600px;
}
.woia-next-steps-section .double-ads-section {
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
}
@media (min-width: 768px) {
  .woia-next-steps-section .double-ads-section {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .woia-next-steps-section .double-ads-section {
    gap: 32px;
  }
}
.woia-next-steps-section .double-ads-section .background-image {
  height: 523px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding: 34px 20px;
  flex-grow: 1;
}
@media (min-width: 768px) {
  .woia-next-steps-section .double-ads-section .background-image {
    height: 450px;
    justify-content: flex-end;
  }
}
.woia-next-steps-section .double-ads-section .background-image .text {
  color: #FFF;
  text-align: center;
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 120% */
  max-width: 300px;
}
@media (min-width: 768px) {
  .woia-next-steps-section .double-ads-section .background-image .text {
    max-width: 440px;
    margin-bottom: 26px;
  }
}
.woia-next-steps-section .double-ads-section .background-image.first-ad {
  background-position-x: 90%;
}
.woia-next-steps-section .double-ads-section .background-image .button {
  width: 240px;
}
.woia-next-steps-section .double-ads-section .background-image .button.spanish {
  width: 275px;
}
.woia-next-steps-section .double-ads-section .icon {
  width: 100%;
}
@media (min-width: 768px) {
  .woia-next-steps-section .double-ads-section .icon {
    margin: auto;
  }
}
.woia-next-steps-section .double-ads-section .icon.team-rally {
  height: 188px;
}
.woia-next-steps-section .double-ads-section .icon.baptism {
  height: 144px;
}

.pog-info .series-info-inner {
  margin: 0 auto 32px;
}
.pog-info .series-trailer-container {
  padding: 0 32px;
  margin: 0 auto 60px;
}
.pog-info .trailer-background {
  height: 306px;
  width: 306px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border-radius: 8px;
  background: #417545;
  position: relative;
}
.pog-info .trailer-background span {
  font-family: "cooper-black-std", serif;
  font-style: normal;
  color: #FFFAEC;
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 44px;
  font-style: normal;
  font-weight: 900;
  margin: 0;
  position: absolute;
  letter-spacing: normal;
  left: 50%;
  transform: translateX(-50%);
}
.pog-info .trailer-background span:first-of-type {
  top: 68px;
}
.pog-info .trailer-background span:last-of-type {
  bottom: 72px;
}
.pog-info .trailer-background:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  height: 264px;
  width: 264px;
  background: transparent;
  pointer-events: none;
  border: 3px solid #FCB972;
}
.pog-info .trailer-background:hover {
  text-decoration: none;
}
.pog-info .trailer-background img {
  width: 56px;
}
.pog-info h2 {
  font-family: Lato, nimbus-sans-extd, sans-serif !important;
  font-style: normal;
  font-weight: 900;
  font-size: 32px;
  line-height: 114.2%;
  color: #242424;
  margin: 0 0 24px;
}
.pog-info .seriesSloganContainer {
  width: 100%;
  max-width: 830px;
}
.pog-info .seriesDescription {
  width: 100%;
  max-width: 830px;
  margin: 0 auto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.16px;
}
.pog-info .seriesDescription a {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.16px;
}

.series-enhancements-section {
  margin-bottom: 60px;
}
.series-enhancements-section .se-inner .next-steps .next-steps-inner .invite-a-friend-section {
  margin-top: 56px;
  text-align: center;
}
.series-enhancements-section .se-inner .next-steps .next-steps-inner .invite-a-friend-section .invite-a-friend-section-header {
  font-family: "Lato", serif;
  color: #640003;
  font-size: 44px;
  margin: 0 auto 16px;
}
.series-enhancements-section .se-inner .next-steps .next-steps-inner .invite-a-friend-section .invite-a-friend-section-text {
  max-width: 586px;
  color: #242424;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.16px;
  margin: 0 auto;
}
.series-enhancements-section .se-inner .next-steps .next-steps-inner .pog-text-section.spanish {
  height: 678px;
}
.series-enhancements-section .se-inner .next-steps .next-steps-inner .pog-invite-section {
  margin-bottom: 104px;
  text-align: center;
}
.series-enhancements-section .se-inner .next-steps .next-steps-inner .pog-invite-section img {
  margin-bottom: 32px;
}
.series-enhancements-section .se-inner .next-steps .next-steps-inner .pog-invite-section .pog-invite-header {
  width: 314px;
  margin: 0 auto;
  color: #640003;
  font-size: 36px;
  font-family: "Lato", serif;
  margin-bottom: 16px;
}
.series-enhancements-section .se-inner .next-steps .next-steps-inner .pog-invite-section .pog-invite-text {
  max-width: 586px;
  margin: 0 auto;
  padding: 0 10px;
  color: #242424;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.16px;
}

.se-stories {
  margin: 0 auto 64px;
}
.se-stories .stories-info {
  color: #4d4d4f;
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  max-width: 730px;
  margin: 72px auto;
}
.se-stories .blog-item {
  margin: 0 auto 48px;
}
.se-stories .blog-item:last-of-type {
  margin: 0 auto;
}
.se-stories .blog-image {
  height: 343px;
  margin: 0 auto 24px;
  background-size: cover;
  background-position: top;
}
.se-stories .blog-title {
  font-weight: 900;
  font-size: 20px;
  line-height: 28px;
  color: #4D4D4F;
  margin: 0 auto 8px;
}
.se-stories .blog-date {
  font-weight: 400;
  font-size: 13px;
  line-height: 24px;
  color: #878787;
  margin: 0 auto 16px;
}
.se-stories .blog-description {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #4D4D4F;
  margin: 0 auto 24px;
}
.se-stories .blog-link {
  font-weight: 900;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1px;
  text-decoration-line: underline;
  color: #00aeef;
  margin: 0 auto;
}
.se-stories .blog-link:hover {
  color: #0093c6;
}

#textCopied {
  color: #67c18c;
  padding: 16px 0 8px;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

.laof-small-groups .small-groups-info {
  color: #4d4d4f;
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  max-width: 730px;
  margin: 72px auto;
}
.laof-small-groups .small-groups-info span {
  display: block;
}
.laof-small-groups .laof-h2 {
  color: #242520;
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Lato;
  font-size: 44px;
  font-style: normal;
  font-weight: 900;
  line-height: 48px;
}
.laof-small-groups .small-groups-item {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 375px;
  margin: 0 -16px 48px;
  background: #FEF3D7;
}
.laof-small-groups .small-groups-item p:nth-child(2) {
  padding: 0px 7.5%;
}
.laof-small-groups .small-groups-item.sg-text {
  padding: 24px 16px;
  display: flex;
  justify-content: space-evenly;
  height: 326px;
}
.laof-small-groups .small-groups-item.sg-image {
  padding: 24px 45px;
  align-items: center;
}
.laof-small-groups .small-groups-item.sg-image img {
  margin: 24px 0;
}
.laof-small-groups .small-groups-item.sg-image img.book-image {
  width: 240px;
  height: 351px;
  margin-top: 0px;
  margin-right: 4px;
}
.laof-small-groups .small-groups-item.sg-image img.graphic-image {
  width: 224px;
  height: 224px;
}
.laof-small-groups .small-groups-item .checker {
  height: 100%;
  width: 160px;
  object-fit: contain;
  padding: 10px;
}
.laof-small-groups .small-groups-item .inner-small-groups {
  display: flex;
  align-items: center;
}
.laof-small-groups .small-groups-item .inner-small-groups.text {
  flex-direction: row;
  justify-content: space-around;
}
.laof-small-groups .small-groups-item .inner-small-groups.text p {
  max-width: 170px;
}
.laof-small-groups .small-groups-item .inner-small-groups.image {
  margin-bottom: 24px;
  flex-direction: column;
  height: 100%;
  justify-content: space-around;
}
.laof-small-groups .small-groups-item .inner-small-groups.image p {
  text-align: center;
}
.laof-small-groups .small-groups-item .small-groups-item-header {
  color: #242520;
  font-family: Lato;
  font-size: 44px;
  font-style: normal;
  font-weight: 900;
  line-height: 48px;
}
.laof-small-groups .small-groups-item .small-groups-item-description {
  color: #FFF;
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  /* Body 2 */
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin: 0 auto 32px;
}
.laof-small-groups .small-groups-item .small-groups-item-btn {
  width: 85%;
  padding: 22px 24px;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
  letter-spacing: 1.6px;
  text-transform: uppercase;
  background: #417545;
  border-radius: 4px;
  margin: 0 auto;
}

.pog-cta-section .pog-cta-item {
  background: #f6f6f6;
  padding: 16px;
  margin: 0 -16px 16px;
}
.pog-cta-section .pog-cta-item-img {
  position: relative;
  height: 343px;
  width: 100%;
  margin-bottom: 24px;
}
.pog-cta-section .cta-app-icon {
  position: absolute;
  top: 16px;
  left: 12px;
}
.pog-cta-section .pog-item-header {
  color: #242424;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Lato;
  font-size: 38px;
  font-style: normal;
  font-weight: 900;
  line-height: 48px;
  margin: 0 0 24px;
}
.pog-cta-section .pog-item-description {
  color: #242424;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
  margin-bottom: 32px;
}
.pog-cta-section .pog-item-btn {
  display: block;
  padding: 22px 24px;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
  letter-spacing: 1.6px;
  text-transform: uppercase;
  border-radius: 4px;
  border: 2px solid #FFF;
  background: #3283ED;
  width: fit-content;
  margin: 0 auto;
}
.pog-cta-section .pog-item-btn:hover {
  color: #fff;
}

.pog-connection-section .pog-connection-item {
  display: flex;
  align-items: center;
  margin: 0 -16px 8px;
  padding: 24px 16px;
  background: #f6f6f6;
}
.pog-connection-section .pog-connection-item .pog-connection-img {
  display: block;
  border-radius: 16px;
  width: 80px;
  height: 80px;
  margin-right: 16px;
}
.pog-connection-section .pog-connection-item .pog-connection-info {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.pog-connection-section .pog-connection-item p {
  color: #1D1F20;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 114.2%;
  margin-bottom: 12px;
}
.pog-connection-section .pog-connection-item a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #3283ED;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
.pog-connection-section .pog-connection-item a img {
  margin-left: 8px;
}

.pog-share-section {
  margin-bottom: 42px;
}
.pog-share-section .share-info-container {
  margin-bottom: 24px;
  text-align: center;
}
.pog-share-section .share-info-container img {
  margin-top: 12px;
  width: 80px;
  margin-bottom: 24px;
}
.pog-share-section .share-info-container .pog-share-section-header {
  color: #242424;
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Lato;
  font-size: 44px;
  font-style: normal;
  font-weight: 900;
  line-height: 48px;
  margin-bottom: 16px;
}
.pog-share-section .share-info-container .pog-share-section-text {
  color: #5B5B5B;
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 16px;
}
.pog-share-section .share-info-container .pog-hash {
  color: #242424;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Lato;
  font-size: 28px;
  font-style: normal;
  font-weight: 900;
  line-height: 35px;
  margin-bottom: 64px;
}
.pog-share-section .download-instructions {
  color: #5B5B5B;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.28px;
  margin: 0 auto 24px;
  text-align: center;
}
.pog-share-section .pog-share-container .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 30px 0px;
}
.pog-share-section .pog-share-container .row > .column {
  padding: 0 8px;
}
.pog-share-section .pog-share-container .column {
  position: relative;
  width: 50%;
  margin: 0 0 32px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
.pog-share-section .pog-share-container .column .share-img {
  width: 100%;
  margin: 0 0 8px;
}
.pog-share-section .pog-share-container .column .share-icon-container {
  position: absolute;
  bottom: 48px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  left: 50%;
  transform: translateX(-50%);
}
.pog-share-section .pog-share-container .mobile-last .column {
  margin: 0 auto;
}
.pog-share-section .pog-share-container .mobile-last .column:first-of-type {
  margin: 0 auto 32px;
}
.pog-share-section .pog-share-container.desktop {
  display: none;
}

.pog-text-section {
  margin-bottom: 100px;
  margin-top: 0px;
  text-align: center;
}
.pog-text-section .pog-text-header {
  color: #242424;
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  /* Header 2 */
  font-family: Lato;
  font-size: 44px;
  font-style: normal;
  font-weight: 900;
  line-height: 48px;
  margin-bottom: 16px;
}
.pog-text-section .pog-text-text {
  color: #5B5B5B;
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}
.pog-text-section .pog-copy-text-container {
  position: relative;
  padding: 32px 40px 50px 40px;
  border: 2px solid #4981F0;
  background: #E6F7FD;
  max-width: 843px;
  margin: 0 auto;
  border-radius: 8px;
}
.pog-text-section .pog-text-text {
  color: #242424;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  margin: 0;
}
.pog-text-section .pog-text-text a {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  text-decoration: underline;
}
.pog-text-section .pog-text-subheader {
  color: #5B5B5B;
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 40px;
}
.pog-text-section #copyTextBtn {
  display: block;
  position: absolute;
  bottom: -32px;
  left: 50%;
  transform: translateX(-50%);
  padding: 22px 24px;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
  letter-spacing: 1.6px;
  text-transform: uppercase;
  border-radius: 4px;
  border: 2px solid #FFF;
  background: #3283ED;
  width: fit-content;
  margin: 0 auto;
}
.pog-text-section #copyTextBtn:hover {
  color: #fff;
}

.podcast-episodes-popup {
  background: #fff;
  max-width: 720px;
  position: relative;
  margin: 0 auto;
}
.podcast-episodes-popup .podcast-episodes-header {
  background: #FEF3D7;
  padding: 16px 32px;
  color: #4D4D4F;
  text-align: center;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: 18px;
  letter-spacing: 1px;
  margin: 0;
}
.podcast-episodes-popup .mfp-close {
  color: #242424 !important;
  font-weight: 400;
  font-size: 32px;
}
.podcast-episodes-popup .episodes-inner {
  padding: 64px 48px 300px;
}
.podcast-episodes-popup .episodes-info-container {
  margin-bottom: 48px;
  width: 100%;
}
.podcast-episodes-popup .episodes-info-header {
  color: #242424;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Lato;
  font-size: 28px;
  font-style: normal;
  font-weight: 900;
  line-height: 35px;
}
.podcast-episodes-popup .episodes-info {
  color: #242424;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin: 0;
}
.podcast-episodes-popup .episode {
  border-top: solid 1px #BCBEC0;
  margin-bottom: 40px;
  display: flex;
  padding-top: 40px;
}
.podcast-episodes-popup .episode-icon {
  width: 104px;
  height: 104px;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.podcast-episodes-popup .episode-title-container {
  margin-left: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
.podcast-episodes-popup .episode-title {
  color: #242520;
  font-feature-settings: "clig" off, "liga" off;
  /* Body Copy Bold */
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: 24px;
  margin-bottom: 8px;
}
.podcast-episodes-popup .episode-description {
  color: #242520;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.podcast-episodes-popup .episode-listen-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: #417545;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin: 0 0 0 auto;
  width: 200px;
  height: 40px;
  cursor: pointer;
}
.podcast-episodes-popup .episode-listen-btn:visited:hover {
  color: #fff;
}

.both-containers {
  display: none !important;
}

@media screen and (min-width: 575px) {
  .content .both-containers {
    padding: 0;
  }
  .podcast-episodes-popup .episode-audio-container {
    padding: 0 32px;
  }
  .podcast-episodes-popup .episode-title-container {
    margin-left: 48px;
  }
  .series-enhancements-section .se-inner .next-steps .next-steps-inner .pog-text-section.spanish {
    height: 570px;
  }
  .series-enhancements-section .se-inner .next-steps .next-steps-inner .pog-text-section {
    height: 532px;
  }
  .series-enhancements-section .se-inner .next-steps .next-steps-inner .pog-text-section .pog-text-header {
    width: unset;
  }
  .series-enhancements-section .se-inner .next-steps .next-steps-inner .pog-text-section .pog-text-text {
    max-width: 422px;
    margin: 0 auto;
    color: #FFEAB1;
    font-size: 16px;
    margin-bottom: 24px;
    padding: 0 12px;
  }
  .series-enhancements-section .se-inner .next-steps .next-steps-inner .pog-text-section .pog-text-text span {
    font-family: "", serif;
  }
  .series-enhancements-section .se-inner .next-steps .next-steps-inner .pog-text-section .pog-phone {
    height: 344px;
  }
  .series-enhancements-section .se-inner .next-steps .next-steps-inner .pog-text-section .pog-phone img {
    height: 100%;
  }
  .laof-small-groups .small-groups-item-container {
    justify-content: space-between;
  }
  .laof-small-groups .small-groups-item {
    margin: 0 0 32px;
  }
  .pog-cta-section .pog-cta-item {
    padding: 32px;
    margin: 0 -32px 32px;
  }
  .pog-connection-section .pog-connection-item {
    margin: 0 -32px 8px;
    padding: 24px 32px;
  }
}
@media screen and (min-width: 650px) {
  .pog-info .series-info-inner {
    display: flex;
    align-items: flex-start;
  }
  .pog-info .series-info-container {
    display: flex;
    flex-direction: column;
  }
  .pog-info .series-trailer-container {
    padding: 0 16px;
    margin: 0;
  }
  .se-stories .blog-image {
    height: 254px;
    width: 100%;
    max-width: 254px;
    min-width: 254px;
    margin: 0;
  }
  .se-stories .blog-item-inner {
    margin-left: 32px;
  }
  .se-stories .blog-item {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0 auto 40px;
  }
  .se-stories .blog-item:last-of-type {
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  #shareContainer {
    margin: 0 -12px 60px;
  }
  .pog-info .series-info-inner {
    margin: 0 auto 64px;
  }
  .pog-info .seriesDescription {
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0.2px;
  }
  .pog-info .seriesDescription a {
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0.2px;
  }
  .series-enhancements-section .se-inner .next-steps .next-steps-inner .invite-a-friend-section .invite-a-friend-section-header {
    font-size: 64px;
  }
  .series-enhancements-section .se-inner .next-steps .next-steps-inner .invite-a-friend-section .invite-a-friend-section-text {
    max-width: 662px;
    font-size: 20px;
    letter-spacing: 0.2px;
  }
  .series-enhancements-section .se-inner .next-steps .next-steps-inner .pog-share-section {
    margin-bottom: 80px;
  }
  .series-enhancements-section .se-inner .next-steps .next-steps-inner .pog-share-section .share-info-container .pog-share-section-header {
    width: unset;
    font-size: 48px;
  }
  .series-enhancements-section .se-inner .next-steps .next-steps-inner .pog-share-section .share-info-container .pog-share-section-text {
    margin: 0 auto 16px;
    padding: 0;
    width: 586px;
    font-size: 20px;
  }
  .series-enhancements-section .se-inner .next-steps .next-steps-inner .pog-share-section .pog-share-container.mobile {
    display: none;
  }
  .series-enhancements-section .se-inner .next-steps .next-steps-inner .pog-share-section .pog-share-container.desktop {
    display: block;
  }
  .series-enhancements-section .se-inner .next-steps .next-steps-inner .pog-share-section .pog-share-container .row {
    row-gap: 32px;
  }
  .series-enhancements-section .se-inner .next-steps .next-steps-inner .pog-share-section .pog-share-container .row > .column {
    padding: 0 16px;
  }
  .series-enhancements-section .se-inner .next-steps .next-steps-inner .pog-share-section .pog-share-container .column {
    width: 20%;
    margin: 0;
  }
  .series-enhancements-section .se-inner .next-steps .next-steps-inner .pog-share-section .pog-share-container .column .share-img {
    width: 100%;
    margin: 0 0 8px;
  }
  .series-enhancements-section .se-inner .next-steps .next-steps-inner .pog-share-section .pog-share-container .column .share-icon-container {
    position: absolute;
    bottom: 48px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    left: 50%;
    transform: translateX(-50%);
  }
  .series-enhancements-section .se-inner .next-steps .next-steps-inner .pog-text-section.spanish {
    height: 678px;
  }
  .series-enhancements-section .se-inner .next-steps .next-steps-inner .pog-text-section {
    height: 636px;
    padding: 16px 30px 36px;
  }
  .series-enhancements-section .se-inner .next-steps .next-steps-inner .pog-text-section .marker-icon {
    margin-top: 35px;
  }
  .series-enhancements-section .se-inner .next-steps .next-steps-inner .pog-text-section .pog-text-header {
    margin-top: 40px;
    margin-bottom: 9px;
  }
  .series-enhancements-section .se-inner .next-steps .next-steps-inner .pog-text-section .pog-text-text {
    max-width: 508px;
    font-size: 18px;
  }
  .series-enhancements-section .se-inner .next-steps .next-steps-inner .pog-text-section .pog-phone {
    top: 50%;
  }
  .series-enhancements-section .se-inner .next-steps .next-steps-inner .pog-invite-section img {
    margin-bottom: 24px;
  }
  .series-enhancements-section .se-inner .next-steps .next-steps-inner .pog-invite-section .pog-invite-header {
    width: unset;
    font-size: 48px;
  }
  .series-enhancements-section .se-inner .next-steps .next-steps-inner .pog-invite-section .pog-invite-text {
    width: 662px;
    padding: 0;
    font-size: 20px;
    letter-spacing: 0.2px;
  }
  .laof-small-groups {
    margin-bottom: 100px;
  }
  .laof-small-groups .small-groups-item-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
  }
  .laof-small-groups .small-groups-item-container.sg-image {
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .laof-small-groups .small-groups-item p {
    text-align: left;
  }
  .laof-small-groups .small-groups-item.sg-text {
    width: 406px;
    max-width: 50%;
  }
  .laof-small-groups .small-groups-item.sg-text .inner-small-groups.text {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .laof-small-groups .small-groups-item.sg-text .inner-small-groups.text p {
    text-align: center;
    font-size: 38px;
    line-height: 42px;
  }
}
@media screen and (min-width: 768px) {
  .laof-small-groups .small-groups-item.sg-image {
    width: 100%;
    height: 763px;
  }
  .pog-share-section {
    margin-bottom: 80px;
  }
  .pog-share-section .share-info-container .pog-share-section-header {
    width: unset;
    font-size: 48px;
  }
  .pog-share-section .share-info-container .pog-share-section-text {
    margin: 0 auto 16px;
    padding: 0;
    width: 586px;
    font-size: 20px;
  }
  .pog-share-section .pog-share-container.mobile {
    display: none;
  }
  .pog-share-section .pog-share-container.desktop {
    display: block;
  }
  .pog-share-section .pog-share-container .row {
    row-gap: 32px;
  }
  .pog-share-section .pog-share-container .row > .column {
    padding: 0 16px;
  }
  .pog-share-section .pog-share-container .column {
    width: 20%;
    margin: 0;
  }
  .pog-share-section .pog-share-container .column .share-img {
    width: 100%;
    margin: 0 0 8px;
  }
  .pog-share-section .pog-share-container .column .share-icon-container {
    position: absolute;
    bottom: 48px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    left: 50%;
    transform: translateX(-50%);
  }
  .pog-cta-section .pog-cta-item {
    display: flex;
    align-items: flex-start;
    margin: 0 0 32px;
  }
  .pog-cta-section .pog-cta-item-img {
    height: 500px;
    min-width: 40%;
    width: auto;
    margin-right: 80px;
  }
  .pog-cta-section .pog-item-header {
    font-size: 72px;
    font-weight: 900;
    line-height: 76px;
    margin-bottom: 24px;
  }
  .pog-cta-section .pog-item-btn {
    margin: 0;
  }
  .pog-connection-section {
    display: flex;
  }
  .pog-connection-section .pog-connection-item {
    width: 50%;
    margin: 0;
  }
  .pog-connection-section .pog-connection-item:first-of-type {
    margin-right: 16px;
  }
  .pog-connection-section .pog-connection-item:last-of-type {
    margin-left: 16px;
  }
  .pog-connection-section .pog-connection-item a {
    text-align: left;
  }
  .series-enhancements-section {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 1000px) {
  .titleBar {
    justify-content: flex-start;
  }
  .pog-info .series-trailer-container {
    padding: 0 104px 0 16px;
  }
  .pog-info .trailer-background {
    height: 348px;
    width: 348px;
  }
  .pog-info .trailer-background:after {
    height: 282px;
    width: 282px;
  }
  .se-stories {
    margin: 0 auto 140px;
  }
  .se-stories .blog-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 48px 32px;
  }
  .se-stories .blog-item {
    margin: 0;
  }
  .se-stories .blog-item:last-of-type {
    margin: 0;
  }
  .se-stories .stories-info {
    margin: 72px auto 100px;
  }
  .laof-small-groups {
    margin-bottom: 100px;
  }
  .laof-small-groups .small-groups-info {
    margin: 32px auto 64px;
  }
  .laof-small-groups .small-groups-item-container {
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .laof-small-groups .small-groups-item.sg-text {
    width: 406px;
    max-width: 50%;
  }
  .laof-small-groups .small-groups-item.sg-text .inner-small-groups.text {
    flex-direction: column;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1200px) {
  .laof-small-groups .small-groups-item.sg-text .inner-small-groups.text p {
    text-align: center;
  }
}
@media screen and (min-width: 1000px) {
  .laof-small-groups .small-groups-item.sg-image {
    width: 100%;
    flex-direction: row;
    height: 600px;
  }
  .laof-small-groups .small-groups-item.sg-image img {
    margin-right: 20px;
  }
  .laof-small-groups .small-groups-item.sg-image .inner-small-groups {
    justify-content: space-between;
    padding: 50px 0px;
    align-items: start;
  }
  .laof-small-groups .small-groups-item.sg-image .inner-small-groups p {
    text-align: left;
    padding: 0;
  }
  .laof-small-groups .small-groups-item.sg-image .inner-small-groups .small-groups-item-btn {
    margin: 0px;
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .pog-info .series-trailer-container {
    padding: 0 104px 0 16px;
  }
  .series-enhancements-section .se-inner .next-steps .next-steps-inner .pog-share-section .share-info-container .pog-share-section-text {
    width: unset;
    margin-bottom: 8px;
  }
  .series-enhancements-section .se-inner .next-steps .next-steps-inner .pog-share-section .share-info-container .pog-hash {
    margin-bottom: 24px;
  }
  .series-enhancements-section .se-inner .next-steps .next-steps-inner .pog-share-section .pog-share-container .row > .column {
    padding: 0 24px;
  }
  .series-enhancements-section .se-inner .next-steps .next-steps-inner .pog-share-section .pog-share-container .column {
    margin: 0;
  }
  .series-enhancements-section .se-inner .next-steps .next-steps-inner .pog-share-section .pog-share-container .column .share-img {
    width: 100%;
    margin: 0 0 8px;
  }
  .series-enhancements-section .se-inner .next-steps .next-steps-inner .pog-share-section .pog-share-container .column .share-icon-container {
    position: absolute;
    bottom: 48px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    left: 50%;
    transform: translateX(-50%);
  }
  .series-enhancements-section .se-inner .next-steps .next-steps-inner .pog-text-section.mobile {
    display: none;
  }
  .series-enhancements-section .se-inner .next-steps .next-steps-inner .pog-text-section.desktop.spanish .pog-text-container .text-flex {
    width: 696px;
  }
  .series-enhancements-section .se-inner .next-steps .next-steps-inner .pog-text-section.desktop {
    display: block;
    height: 400px;
    min-height: auto;
    border-radius: 16px;
    text-align: left;
    padding: 31px 38px 34px;
  }
  .series-enhancements-section .se-inner .next-steps .next-steps-inner .pog-text-section.desktop .pog-text-container {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 48px;
  }
  .series-enhancements-section .se-inner .next-steps .next-steps-inner .pog-text-section.desktop .pog-text-container .marker-icon {
    height: 80px;
    margin-top: 0;
  }
  .series-enhancements-section .se-inner .next-steps .next-steps-inner .pog-text-section.desktop .pog-text-container .text-flex {
    width: 655px;
  }
  .series-enhancements-section .se-inner .next-steps .next-steps-inner .pog-text-section.desktop .pog-text-container .text-flex .text-header-flex {
    display: flex;
    align-items: center;
    column-gap: 40px;
    margin-bottom: 16px;
  }
  .series-enhancements-section .se-inner .next-steps .next-steps-inner .pog-text-section.desktop .pog-text-container .text-flex .text-header-flex .pog-text-header {
    font-size: 44px;
    margin: 0;
    padding: 0;
  }
  .series-enhancements-section .se-inner .next-steps .next-steps-inner .pog-text-section.desktop .pog-text-container .text-flex .pog-text-text {
    font-size: 20px;
    margin: 0;
    padding: 0;
    max-width: 606px;
  }
  .series-enhancements-section .se-inner .next-steps .next-steps-inner .pog-text-section.desktop .pog-phone {
    max-height: 358px;
    position: unset;
    transform: unset;
  }
  .series-enhancements-section .se-inner .next-steps .next-steps-inner .pog-invite-section img {
    margin-bottom: 24px;
  }
  .series-enhancements-section .se-inner .next-steps .next-steps-inner .pog-invite-section .pog-invite-header {
    width: unset;
    font-size: 48px;
  }
  .series-enhancements-section .se-inner .next-steps .next-steps-inner .pog-invite-section .pog-invite-text {
    width: 662px;
    font-size: 20px;
    letter-spacing: 0.2px;
  }
  .pog-share-section .share-info-container .pog-share-section-text {
    width: 730px;
    margin-bottom: 8px;
  }
  .pog-share-section .share-info-container .pog-hash {
    margin-bottom: 24px;
  }
  .pog-share-section .pog-share-container .row > .column {
    padding: 0 24px;
  }
  .pog-share-section .pog-share-container .column {
    margin: 0;
  }
  .pog-share-section .pog-share-container .column .share-img {
    width: 100%;
    margin: 0 0 8px;
  }
  .pog-share-section .pog-share-container .column .share-icon-container {
    position: absolute;
    bottom: 48px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    left: 50%;
    transform: translateX(-50%);
  }
  .laof-small-groups .small-groups-item.sg-text .inner-small-groups.text {
    flex-direction: row;
  }
  .laof-small-groups .small-groups-item.sg-image {
    height: 450px;
  }
  .laof-small-groups .small-groups-item-container {
    flex-direction: row;
    justify-content: space-around;
  }
}
.ycdt :not(.titleBar) h1 {
  color: #242424;
  font-size: 34px;
  font-style: normal;
  font-weight: 900;
  line-height: 48px;
  text-align: center;
}
@media (min-width: 768px) {
  .ycdt :not(.titleBar) h1 {
    font-size: 44px;
    font-weight: 900;
    line-height: 48px;
    margin: 0 0 32px;
  }
}
.ycdt :not(.titleBar) h2 {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  text-align: center;
  margin: 0 0 32px;
}
@media (min-width: 768px) {
  .ycdt :not(.titleBar) h2 {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    max-width: 1000px;
    margin: 0 0 64px;
  }
}
.ycdt :not(.titleBar) h3 {
  color: #242424;
  font-size: 28px;
  font-style: normal;
  font-weight: 900;
  line-height: 35px;
  text-transform: none;
  letter-spacing: normal;
  text-align: center;
}

.ycdt.seriesDescriptionContainer .series-info-inner {
  margin: 0 auto 32px;
}
@media (min-width: 650px) {
  .ycdt.seriesDescriptionContainer .series-info-inner {
    display: flex;
    align-items: flex-start;
  }
}
@media (min-width: 768px) {
  .ycdt.seriesDescriptionContainer .series-info-inner {
    display: flex;
    align-items: flex-start;
  }
}
.ycdt.seriesDescriptionContainer .series-info-container {
  margin: 0 8px 32px;
}
@media (min-width: 650px) {
  .ycdt.seriesDescriptionContainer .series-info-container {
    margin: 0 auto 64px;
  }
}
.ycdt.seriesDescriptionContainer .series-trailer-container {
  padding: 0 32px;
  margin: 0 auto 60px;
}
@media (min-width: 650px) {
  .ycdt.seriesDescriptionContainer .series-trailer-container {
    padding: 0 16px;
    margin: 0;
  }
}
@media (min-width: 1000px) {
  .ycdt.seriesDescriptionContainer .series-trailer-container {
    padding: 0 104px 0 16px;
  }
}
.ycdt.seriesDescriptionContainer .trailer-background {
  height: 306px;
  width: 306px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border-radius: 16px;
}
.ycdt.seriesDescriptionContainer .trailer-background:hover {
  text-decoration: none;
}
.ycdt.seriesDescriptionContainer .trailer-background img {
  width: 56px;
}
@media (min-width: 1000px) {
  .ycdt.seriesDescriptionContainer .trailer-background {
    height: 348px;
    width: 348px;
  }
}
.ycdt.seriesDescriptionContainer .seriesSloganContainer {
  width: 100%;
}
.ycdt.seriesDescriptionContainer .seriesSlogan {
  color: var(--Black, #242424);
  font-family: Lato;
  font-size: 28px;
  font-style: normal;
  font-weight: 900;
  line-height: 35px;
  text-align: left;
  margin: 0 0 32px;
}
.ycdt.seriesDescriptionContainer .seriesDescription {
  width: 100%;
  max-width: 830px;
  margin: 0 auto;
  color: var(--Black, #242424);
  font-feature-settings: "liga" off, "clig" off;
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 160% */
}

#videoStories .vignettes-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin: 0 auto;
}
#videoStories .vignettes-container .vignette-item {
  display: block;
  width: 100%;
}
#videoStories .vignettes-container .vignette-item img {
  width: 100%;
  border-radius: 16px;
}

@media screen and (min-width: 650px) {
  #videoStories .vignettes-container {
    flex-wrap: nowrap;
    gap: 32px;
  }
  #videoStories .vignettes-container .vignette-item {
    width: 50%;
  }
}