/*** UTILITIES ***/
@import url("https://use.typekit.net/kjf0dfr.css");
/*** COLORS ***/
/*** BREAKPOINTS ***/
/*** PAGES ***/
.product-page {
  position: relative;
  font-weight: 500;
}
@media (min-width: 1300px) {
  .product-page::before {
    content: "";
    height: 100%;
    width: 100px;
    background: url("/frontend/images/songview/squares.png") repeat-y top left/contain;
    position: absolute;
    left: 0;
    top: 150px;
  }
  .product-page::after {
    content: "";
    height: 100%;
    width: 100px;
    background: url("/frontend/images/songview/squares.png") repeat-y top left/contain;
    position: absolute;
    right: 0;
    top: 150px;
  }
}
@media (min-width: 1000px) and (max-width: 1299px) {
  .product-page::before {
    content: "";
    height: 100%;
    width: 50px;
    background: url("/frontend/images/songview/squares-small.png") repeat-y top left/contain;
    position: absolute;
    left: 0;
    top: 150px;
  }
  .product-page::after {
    content: "";
    height: 100%;
    width: 50px;
    background: url("/frontend/images/songview/squares-small.png") repeat-y top left/contain;
    position: absolute;
    right: 0;
    top: 150px;
  }
}
.product-page p.large {
  font-size: 20px;
}
.product-page p.gray {
  color: #606060;
}
.product-page .hero {
  background-image: url("/frontend/images/songview/product-hero.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 60px 20px 10px;
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
}
@media (max-width: 440px) {
  .product-page .hero {
    background-position: center center;
  }
}
.product-page .hero .img-wrap {
  margin: auto;
  text-align: center;
}
.product-page .hero .img-wrap img:first-of-type {
  margin-bottom: -50px;
  width: 100%;
  max-width: 30%;
  height: auto;
}
@media (max-width: 990px) {
  .product-page .hero .img-wrap img:first-of-type {
    max-width: 39%;
  }
}
.product-page .hero .img-wrap img:last-of-type {
  width: 100%;
  max-width: 50%;
  height: auto;
}
@media (max-width: 990px) {
  .product-page .hero .img-wrap img:last-of-type {
    max-width: 59%;
  }
}
@media (max-width: 440px) {
  .product-page .hero {
    margin-bottom: 40px;
  }
}
.product-page .intro {
  margin-bottom: 50px;
}
.product-page .intro h2 {
  color: #80d462;
  font-weight: 900;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #f1f9ec;
}
@media (max-width: 440px) {
  .product-page .intro h2 {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.product-page .intro p {
  font-weight: 600;
  font-size: 1.1rem;
}
.product-page .icon-column p {
  line-height: 1.4;
  font-weight: 600;
}
.product-page .icon-column .icon-heading {
  display: flex;
  align-items: center;
}
.product-page .icon-column .icon-heading img {
  width: 50px;
  margin-right: 10px;
}
.product-page .icon-column .icon-heading h3 {
  font-weight: 900;
  font-size: 1.25rem;
}
@media (max-width: 440px) {
  .product-page .icon-column .icon-heading {
    flex-direction: column;
  }
  .product-page .icon-column .icon-heading h3 {
    text-align: center;
  }
}
@media (max-width: 440px) {
  .product-page .icon-column p {
    text-align: center;
  }
}
.product-page .flowchart {
  width: 85%;
}
@media (max-width: 990px) {
  .product-page .flowchart {
    width: 100%;
  }
}
.product-page .banner {
  background-image: url("/frontend/images/songview/product-banner.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  padding: 50px 0;
  margin-bottom: 80px;
  margin-top: 80px;
}
@media (max-width: 440px) {
  .product-page .banner {
    background-position: center center;
  }
}
.product-page .banner h2 {
  color: #fff;
  margin-bottom: 25px;
  font-weight: 900;
}
.product-page .banner h3 {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 900;
}
.product-page .banner .bucket {
  padding-right: 5%;
  padding-top: 5px;
}
@media (max-width: 440px) {
  .product-page .banner .bucket {
    margin-bottom: 20px;
    text-align: center;
  }
}
.product-page .banner hr {
  width: 0%;
  background: transparent;
  border-top: 3px solid #80d462;
  border-left: none;
  border-right: none;
  border-bottom: none;
  margin-left: 0;
  opacity: 1;
}
.product-page .banner hr.ready {
  animation-name: grow;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
}
@media (max-width: 440px) {
  .product-page .banner hr {
    margin-left: auto;
    margin-right: auto;
  }
}
.product-page .banner p {
  color: #fff;
  line-height: 1.5;
  font-weight: 400;
}
@-moz-keyframes grow {
  0% {
    width: 0%;
  }
  100% {
    width: 75%;
  }
}
@-webkit-keyframes grow {
  0% {
    width: 0%;
  }
  100% {
    width: 75%;
  }
}
@keyframes grow {
  0% {
    width: 0%;
  }
  100% {
    width: 75%;
  }
}
.product-page .green-btn {
  color: #fff;
  font-weight: 700;
  padding: 10px 30px;
  font-size: 26px;
  background: #80d462;
  text-decoration: none;
  display: inline-block;
  border: 2px solid #80d462;
  transition: all 0.25s ease;
}
.product-page .green-btn:hover {
  color: #80d462;
  text-decoration: none;
  background: #fff;
  transition: all 0.25s ease;
}
.product-page .faq {
  margin-bottom: 40px;
}
.product-page .faq h2 {
  color: #80d462;
  font-weight: 900;
  margin-bottom: 20px;
}
.product-page .faq button {
  background: transparent;
  border: none;
}
.product-page .faq .card {
  border-bottom: 2px solid #80d462;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-radius: 0;
  border-right: 0;
  border-top: 0;
  border-left: 0;
}
.product-page .faq .card:first-of-type {
  border-top: 2px solid #80d462;
  padding-top: 20px;
}
.product-page .faq .card .card-header {
  padding: 0;
  font-weight: 700;
  background: transparent;
  border: 0;
  text-align: left;
}
.product-page .faq .card .card-header h5 {
  font-size: 0.85rem;
  color: #000;
  font-weight: 700;
}
.product-page .faq .card .card-header h5 svg {
  float: right;
  transform: rotate(180deg);
  transition: all 0.25s ease;
}
.product-page .faq .card .card-header .espanol {
  display: none;
}
.product-page .faq .card .card-header a.collapsed svg {
  transform: rotate(0deg);
  transition: all 0.25s ease;
}
.product-page .faq .card .card-body {
  font-size: 0.85rem;
  text-align: left;
  padding: 0;
}
.product-page .faq .card .card-body a {
  color: #80d462;
  text-decoration: underline;
}
.product-page .faq .card .card-body a:hover {
  color: #bbb;
}
.product-page .faq .card .card-body .espanol {
  display: none;
}
.product-page .faq .more-faq-wrap {
  display: block;
  height: 40px;
  margin-bottom: 40px;
}
.product-page .faq .more-faq-wrap .more-faq {
  border: none;
  background: transparent;
  color: #000;
  font-weight: 900;
  font-size: 1.5rem;
  margin: auto;
}
.product-page .faq .more-faq-wrap .more-faq:hover {
  cursor: pointer;
  color: #3e3e3e;
}
.product-page .faq .more-faq-wrap .more-faq .espanol {
  display: none;
}
.product-page .faq .extras {
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin: 0;
  padding-bottom: 0px;
  margin-bottom: 0px;
  transition: all 1s ease;
}
.product-page .faq .extras.show {
  visibility: visible;
  transition: all 1s ease;
  opacity: 1;
  margin: 0;
  height: auto;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.product-page .faq .extras.show:nth-of-type(6) {
  transition-delay: 0.25s;
}
.product-page .faq .extras.show:nth-of-type(7) {
  transition-delay: 0.5s;
}
.product-page .faq .extras.show:nth-of-type(8) {
  transition-delay: 0.5s;
}
.product-page .faq .extras.show:nth-of-type(9) {
  transition-delay: 0.75s;
}
.product-page .faq .extras.show:nth-of-type(10) {
  transition-delay: 1s;
}
.product-page .faq .extras.show:nth-of-type(11) {
  transition-delay: 1.25s;
}
.product-page .faq .extras.show:nth-of-type(12) {
  transition-delay: 1.5s;
}
.product-page .faq .extras.show:nth-of-type(13) {
  transition-delay: 1.5s;
}
.product-page .faq .extras.show:nth-of-type(14) {
  transition-delay: 1.75s;
}
.product-page .faq .extras.show:nth-of-type(15) {
  transition-delay: 2s;
}
.product-page .faq .language-switcher {
  margin-bottom: 30px;
}
.product-page .faq .language-switcher button {
  padding: 0 20px;
  color: #5cb75a;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: underline;
}
.product-page .faq .language-switcher button:hover {
  text-decoration: none;
}
.product-page .faq .language-switcher button.active {
  color: #000;
  text-decoration: none;
}
.product-page .faq .language-switcher button:focus {
  outline: 0;
}
@media (max-width: 440px) {
  .product-page h2 {
    font-size: 1.5rem;
  }
}

footer {
  margin-top: 100px;
}

/*# sourceMappingURL=songview.css.map */
