/**
  * Min-width (mobile first) breakpoint mixins
  */
/**
  * Deprecated: Use min-width mixins instead
  */
section {
  position: relative;
  margin-top: 10px;
}
section:not(#header) .content {
  background: transparent;
  box-shadow: none;
}
section .content .featured-box {
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.85);
  text-align: center;
}
section .content .featured-box.full-width {
  width: 100%;
}
section .content .featured-box.half-width {
  width: calc(50% - 15px);
}
section .content .featured-box .title {
  display: flex;
  align-items: center;
  margin-top: -10px;
  margin-left: auto;
  margin-right: auto;
}
section .content .featured-box .title .line {
  flex: 1;
  height: 2px;
  background: #323232;
}
@media (max-width: 767.98px) {
  section .content .featured-box .title .line {
    display: none;
  }
}
section .content .featured-box .title .section-title-image {
  width: 30%;
  margin: 0 20px;
}
@media (max-width: 767.98px) {
  section .content .featured-box .title .section-title-image {
    width: 90%;
    margin: 0 auto;
  }
}
section .content .featured-box .title .section-title-image img {
  width: 100%;
}
section .content .featured-box .subtitle {
  font-size: 14px;
  font-weight: 500;
}
section .content .side-by-side {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

#header .content lottie-player {
  margin-bottom: -20px;
}
@media (max-width: 767.98px) {
  #header .content lottie-player {
    display: none;
  }
}
#header .content .subtitle {
  margin-top: 0;
  text-wrap: balance;
}
#header .content .subtitle span {
  margin-top: 0.5rem;
  display: block;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  #header .content .subtitle {
    font-size: 14px;
  }
}

#featured {
  background: #FA5457;
}
#featured .content .image-vault .image-block {
  margin: 30px 0;
}
@media (max-width: 767.98px) {
  #featured .content .image-vault .image-block .image:nth-of-type(5) {
    display: none;
  }
}
#featured .content .image-vault .search-browse {
  display: flex;
  justify-content: center;
  font-family: "Amatic SC";
  font-size: 30px;
  color: #fff;
}
@media (max-width: 767.98px) {
  #featured .content .image-vault .search-browse {
    flex-direction: column;
  }
}
@media (max-width: 767.98px) {
  #featured .content .image-vault .search-browse .searchbar {
    margin: 0 -10px 10px;
  }
}
#featured .content .image-vault .search-browse .browse {
  margin: 0 30px;
  padding: 0.1em 1em;
  background-color: #FA5457;
  border-radius: 8px;
}
#featured .content .image-vault .search-browse .browse:hover {
  background-color: #c54043;
}
#featured .content .image-vault .subscription-info {
  margin-top: 30px;
  font-weight: 700;
}
#featured .content .image-vault .subscription-info b {
  font-weight: 900;
}

#periodicals {
  background: #F6D51F;
}
@media (max-width: 767.98px) {
  #periodicals .featured-box {
    padding-left: 10px;
    padding-right: 10px;
  }
}
#periodicals .post-tiles {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 20px;
}
@media (max-width: 767.98px) {
  #periodicals .post-tiles {
    padding-left: 10px;
    padding-right: 10px;
  }
}
#periodicals .post-tiles a {
  text-decoration: none;
}
#periodicals .post-tiles .post-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 32%;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  transition: 0.2s;
}
@media (max-width: 1419.98px) {
  #periodicals .post-tiles .post-tile {
    flex-direction: row;
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  #periodicals .post-tiles .post-tile {
    flex-direction: column;
  }
}
#periodicals .post-tiles .post-tile:hover {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
}
#periodicals .post-tiles .post-tile .thumbnail {
  flex: 1;
  margin: 20px;
}
@media (max-width: 767.98px) {
  #periodicals .post-tiles .post-tile .thumbnail {
    width: 80%;
    max-width: 260px;
  }
}
#periodicals .post-tiles .post-tile .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#periodicals .post-tiles .post-tile .info {
  flex: 2;
  padding: 20px;
}
@media (max-width: 767.98px) {
  #periodicals .post-tiles .post-tile .info h3 {
    margin-top: 0;
  }
}

#cartoon-tracts {
  background: #FA8925;
}

#jeremiah-comics {
  background: #cd63ca;
}

#books {
  background: #4294d7;
}

#coloring-pages {
  background: #e2de63;
}

#puzzles-and-games {
  background: #e96671;
}

#other-comics {
  background: #ebb13d;
}

#donate {
  background: #5FA55A;
}

.section-placeholder {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
  font-size: 36px;
  font-weight: 900;
  color: #fff;
}

/*# sourceMappingURL=page-home.css.map */
