/** Shopify CDN: Minification failed

Line 19:2 Unexpected "{"
Line 19:3 Expected identifier but found "%"
Line 19:33 Expected identifier but found "%"
Line 217:6 "tranfsorm" is not a known CSS property
Line 233:6 "tranfsorm" is not a known CSS property

**/


/* CSS from section stylesheet blocks */
.cta-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }

  {% comment %} reset h2 margin {% endcomment %}
  .cta-wrapper > h2.section__title.h4 {
    margin-bottom: 0rem;
  }

  .cta-container {
    text-align: center;
  }

  @media screen(min-width: 700px) {
    .cta-section {
      min-height: 50dvh;
    }
  }
div.shopify-section-home-hero {
    position: relative;
    text-align: center;
  }

  #home-hero {
    -webkit-align-items: center;
    align-content: center;
    background: url(/cdn/shop/files/banner_1600x800.progressive.jpg?v=1582130393)
      no-repeat center center;
    background-size: cover;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    height: 540px;
  }

  #home-hero h1 {
    background: rgba(73, 134, 140, 0.85);
    color: #fff;
    font-family: 'New Century Schoolbook', serif;
    font-size: 40px;
    padding: 40px;
  }

  div.shopify-section-home-hero button {
    background: transparent;
    border: none;
    bottom: 10px;
    color: #fff;
    left: calc(50% - 20px);
    padding: 10px;
    position: absolute;
  }

  div.shopify-section-home-hero button:focus {
    border: none;
    outline: none;
  }

  div.shopify-section-home-hero svg {
    height: 40px;
    width: 40px;
  }

  #home-hero {
    -webkit-animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  }

  @-webkit-keyframes fade-in {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }

  @keyframes fade-in {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }

  #home-hero h1 {
    -webkit-animation: slide-in 0.9s ease-in-out both;
    animation: slide-in 0.9s ease-in-out both;
  }

  @-webkit-keyframes slide-in {
    0% {
      -webkit-transform: translateX(-1000px);
      transform: translateX(-1000px);
    }
    100% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
  }

  @keyframes slide-in {
    0% {
      -webkit-transform: translateX(-1000px);
      transform: translateX(-1000px);
    }
    100% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
  }

  #home-hero span.creatively-text {
    display: inline-block;
    -webkit-animation: wobble 0.8s ease 2.2s both;
    animation: wobble 0.8s ease 2.2s both;
  }

  @-webkit-keyframes wobble {
    0% {
      -webkit-transform: translateY(0) rotate(0);
      -webkit-transform-origin: 50% 50%;
      color: #fff;
      transform: translateY(0) rotate(0);
      transform-origin: 50% 50%;
    }
    15% {
      -webkit-transform: translateY(-30px) rotate(-6deg);
      transform: translateY(-30px) rotate(-6deg);
    }
    30% {
      -webkit-transform: translateY(15px) rotate(6deg);
      transform: translateY(15px) rotate(6deg);
    }
    45% {
      -webkit-transform: translateY(-15px) rotate(-3.6deg);
      transform: translateY(-15px) rotate(-3.6deg);
    }
    60% {
      -webkit-transform: translateY(9px) rotate(2.4deg);
      transform: translateY(9px) rotate(2.4deg);
    }
    75% {
      -webkit-transform: translateY(-6px) rotate(-1.2deg);
      transform: translateY(-6px) rotate(-1.2deg);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
      -webkit-transform-origin: 50% 50%;
      color: #e8d0a3;
      transform: translateY(0) rotate(0);
      transform-origin: 50% 50%;
    }
  }

  @keyframes wobble {
    0% {
      -webkit-transform: translateY(0) rotate(0);
      -webkit-transform-origin: 50% 50%;
      color: #fff;
      transform: translateY(0) rotate(0);
      transform-origin: 50% 50%;
    }
    15% {
      -webkit-transform: translateY(-30px) rotate(-6deg);
      transform: translateY(-30px) rotate(-6deg);
    }
    30% {
      -webkit-transform: translateY(15px) rotate(6deg);
      transform: translateY(15px) rotate(6deg);
    }
    45% {
      -webkit-transform: translateY(-15px) rotate(-3.6deg);
      transform: translateY(-15px) rotate(-3.6deg);
    }
    60% {
      -webkit-transform: translateY(9px) rotate(2.4deg);
      transform: translateY(9px) rotate(2.4deg);
    }
    75% {
      -webkit-transform: translateY(-6px) rotate(-1.2deg);
      transform: translateY(-6px) rotate(-1.2deg);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
      -webkit-transform-origin: 50% 50%;
      color: #e8d0a3;
      transform: translateY(0) rotate(0);
      transform-origin: 50% 50%;
    }
  }

  div.shopify-section-home-hero button {
    -webkit-animation: scroll-down 1.5s ease 0.9s infinite both;
    animation: scroll-down 1.5s ease 0.9s infinite both;
  }

  @-webkit-keyframes scroll-down {
    0% {
      -webkit-transform: translate(0, 0);
      opacity: 0;
      tranfsorm: translate(0, 0);
    }
    50% {
      opacity: 1;
    }
    100% {
      -webkit-transform: translate(-20px, 20px);
      opacity: 0;
      transform: translate(-20px, 20px);
    }
  }

  @keyframes scroll-down {
    0% {
      -webkit-transform: translateY(0);
      opacity: 0;
      tranfsorm: translateY(0);
    }
    50% {
      opacity: 1;
    }
    100% {
      -webkit-transform: translateY(20px);
      opacity: 0;
      transform: translateY(20px);
    }
  }
#friends {
  background-color: #d9b166;
  padding: 40px 20px;
  text-align: center;
}

div.friends-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
}

div.friends-list a.friend {
  color: #222;
  font-weight: normal;
  text-decoration: underline;
}

div.friends-list img {
  display: block;
  margin-bottom: 20px;
}
#product-announcement-grid {
    padding: 100px 0 50px;
}

div.product-announcement-right {
    text-align: center;
}

#product-announcement-grid h2 {
    margin-bottom: 32px;
    padding-left: 32px;
}

#product-announcement-product:after {
    clear: both;
    content: '';
    display: table;
}

#product-announcement-product a:not(.button) {
    color: #49868c;
}

#product-announcement-product img {
    float: left;
}

#product-announcement-product p {
    margin-bottom: 20px;
}

#product-announcement-video-wrapper {
    margin: 0 auto;
    position: relative;
}

@media screen and (min-width: 801px) and (max-width: 1024px) {
    #product-announcement-video-wrapper {
        margin-top: 20px;
    }

    #product-announcement-product {
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 800px) {
    #product-announcement-grid {
        padding: 40px 0;
        text-align: center;
    }

    #product-announcement-product {
        padding-bottom: 40px;
    }

    #product-announcement-product img {
        float: none;
    }

    #product-announcement-product p {
        margin: 20px auto;
        text-align: left;
        width: 80%;
    }
}
div.category-types {
    padding: 45px 0;
    text-align: center;
  }

  a.category-type {
    background: #cacaca;
    color: #222;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2.8px;
    margin-right: 20px;
    padding: 20px;
    text-transform: uppercase;
    width: 200px;
  }

  div.category-types a:last-of-type {
    margin-right: 0;
  }

  a.category-type--active {
    background: #49868c;
    color: #fff;
  }

  div.shop-category {
    height: 0;
    opacity: 0;
    padding: 0;
    transition: all 0.25s ease-in-out;
    visibility: hidden;
  }

  div.shop-category--active {
    height: auto;
    opacity: 1;
    padding: 45px;
    visibility: visible;
  }

  div.shop-category img {
    display: block;
    margin: 10px auto;
  }

  ul.shop-category-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }

  ul.shop-category-list li.shop-category {
    margin: 0 20px 24px 0;
  }

  ul.shop-category-list li.shop-category a {
    background: #d9b166;
    color: #fff;
  }

  @media screen and (min-width: 801px) and (max-width: 1024px) {
    #grades li.shop-category a {
      height: 250px;
      width: 250px;
    }
  }

  @media screen and (max-width: 800px) {
    a.category-type {
      margin: 0;
      width: 100%;
    }

    a.category-type:not(.category-type--active) {
      background: #f0f0f0;
      border-bottom: solid 2px #afafaf;
    }

    div.category-types a:last-of-type {
      border-bottom: none;
    }

    ul.shop-category-list {
      justify-content: center;
    }

    ul.shop-category-list li.shop-category {
      margin: 0 5px 20px 5px;
    }

    #grades li.shop-category a {
      height: 250px;
      width: 250px;
    }
  }