@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;700&display=swap");
html {
  margin: 0;
  padding: 0;
  font-size: 100%;
}

body {
  font-size: 1rem;
  font-family: "Josefin Sans", sans-serif;
}

.page-template-page-template-landing-page,
.page-template-page-template-thank-you,
.page-template-page-template-info {
  margin: 0;
}

.page-template-page-template-thank-you .celebrate-snacking {
  margin: 0;
  padding: 40px;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 150%;
  line-height: 1.25;
  text-align: center;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#11779f), to(#3eb1cb));
  background-image: linear-gradient(to top, #11779f, #3eb1cb);
}

.page-template-page-template-thank-you .celebrate-snacking > * {
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.page-template-page-template-thank-you .celebrate-snacking h1 {
  color: #021d71;
  font-size: 2rem;
  text-transform: uppercase;
}

.page-template-page-template-info .celebrate-snacking {
  padding: 40px 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#11779f), to(#3eb1cb));
  background-image: linear-gradient(to top, #11779f, #3eb1cb);
  background-attachment: fixed;
}

.page-template-page-template-info .celebrate-snacking > * {
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 0 20px;
  width: 100%;
  max-width: 768px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.page-template-page-template-info .celebrate-snacking > header {
  text-align: center;
}

.page-template-page-template-info .celebrate-snacking a {
  color: #021d71;
}

.page-template-page-template-info .celebrate-snacking b, .page-template-page-template-info .celebrate-snacking strong {
  color: inherit;
}

.page-template-page-template-thank-you-page .celebrate-snacking {
  padding: 40px 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#11779f), to(#3eb1cb));
  background-image: linear-gradient(to top, #11779f, #3eb1cb);
  background-attachment: fixed;
}

.page-template-page-template-thank-you-page .celebrate-snacking > * {
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 0 20px;
  width: 100%;
  max-width: 768px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.celebrate-snacking {
  color: #ffffff;
  font-family: "Josefin Sans", sans-serif;
  background-color: #3eb1cb;
  width: 100%;
}

.celebrate-snacking b, .celebrate-snacking strong {
  color: #021d71;
}

.celebrate-snacking button, .celebrate-snacking a.button {
  color: #ffffff;
  background-color: #eb280f;
  outline: none;
  padding: 20px;
}

.celebrate-snacking button:hover, .celebrate-snacking button:focus, .celebrate-snacking a.button:hover, .celebrate-snacking a.button:focus {
  background-color: #bb200c;
}

.celebrate-snacking .content-item > * {
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}

.celebrate-snacking #hero {
  width: 100%;
  background-color: #11779f;
  position: relative;
}

.celebrate-snacking #hero .scroll {
  position: absolute;
  left: 50%;
  top: calc(min(100%, 100vh));
  -webkit-transform: translateX(-50%) translateY(-150%);
          transform: translateX(-50%) translateY(-150%);
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.5em;
  z-index: 2;
  opacity: 0.75;
}

.celebrate-snacking #hero .scroll svg {
  max-width: 30px;
  fill: white;
}

.celebrate-snacking #hero img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.celebrate-snacking #hero img.lg {
  display: none;
}

@media (min-width: 768px) {
  .celebrate-snacking #hero img {
    display: none;
  }
  .celebrate-snacking #hero img.lg {
    display: block;
  }
}

.celebrate-snacking #parallax img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.celebrate-snacking #content {
  min-height: 100vh;
  background-color: #3eb1cb;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#11779f), color-stop(50%, transparent), to(#11779f));
  background-image: linear-gradient(0deg, #11779f, transparent 50%, #11779f);
}

.celebrate-snacking #content > * {
  display: block;
  width: 100%;
  max-width: 900px;
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}

.celebrate-snacking #before-form {
  font-size: 125%;
}

.celebrate-snacking #before-form h1, .celebrate-snacking #before-form h2, .celebrate-snacking #before-form h3, .celebrate-snacking #before-form h4, .celebrate-snacking #before-form h5, .celebrate-snacking #before-form h6 {
  padding-top: 40px;
  color: #021d71;
  text-transform: uppercase;
  line-height: 1.25;
  margin-bottom: 0.25em;
  font-weight: 700;
}

.celebrate-snacking #before-form p {
  margin-bottom: 0;
}

.celebrate-snacking #form form input[type="text"], .celebrate-snacking #form form input[type="email"] {
  width: 100%;
  border-radius: 2px;
  padding: 10px;
  outline: none;
  border: 2px solid transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Josefin Sans", sans-serif;
  font-size: 125%;
}

.celebrate-snacking #form form input[type="text"]:focus, .celebrate-snacking #form form input[type="email"]:focus {
  border-color: #021d71;
}

.celebrate-snacking #form form input[type="text"] ::-webkit-input-placeholder, .celebrate-snacking #form form input[type="email"] ::-webkit-input-placeholder {
  font-weight: bold;
}

.celebrate-snacking #form form input[type="text"] :-ms-input-placeholder, .celebrate-snacking #form form input[type="email"] :-ms-input-placeholder {
  font-weight: bold;
}

.celebrate-snacking #form form input[type="text"] ::-ms-input-placeholder, .celebrate-snacking #form form input[type="email"] ::-ms-input-placeholder {
  font-weight: bold;
}

.celebrate-snacking #form form input[type="text"] ::placeholder, .celebrate-snacking #form form input[type="email"] ::placeholder {
  font-weight: bold;
}

.celebrate-snacking #form form select {
  width: 100%;
  padding: 10px;
  border-radius: 2px;
  outline: none;
  border: 2px solid transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Josefin Sans", sans-serif;
  font-size: 125%;
}

.celebrate-snacking #form form select:focus {
  border-color: #021d71;
}

.celebrate-snacking #form form + div {
  font-size: 150%;
}

.celebrate-snacking .form-row {
  max-width: 360px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0.75em auto;
}

.celebrate-snacking .form-row label {
  display: block;
  text-align: left;
  margin-top: 40px;
  font-size: 120%;
  line-height: 1.25;
}

.celebrate-snacking button[type="submit"] {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 10px auto 20px;
  border: none;
  font-family: "Josefin Sans", sans-serif;
  font-size: 28px;
  border-radius: 5px;
  padding: 20px 40px;
  cursor: pointer;
}

.celebrate-snacking #after-form {
  font-size: 125%;
  line-height: 1.25;
}

.celebrate-snacking #after-form + img {
  width: 100%;
  height: auto;
  margin: 40px auto 20px;
}

.celebrate-snacking #before-vid {
  font-size: 180%;
  line-height: 1.25;
  text-align: center;
  font-weight: bold;
  padding-bottom: 40px;
}

.celebrate-snacking #video {
  background-color: #000000;
  padding: 0;
}

@media (min-width: 768px) {
  .celebrate-snacking #video {
    padding: 20px;
  }
}

.celebrate-snacking #video .vid-container {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  position: relative;
}

.celebrate-snacking #video .vid-container video {
  max-width: 100%;
  height: 100vh;
  position: relative;
  display: block;
}

.celebrate-snacking #video .vid-container video:not(.playing) + img {
  cursor: pointer;
}

@media (min-width: 768px) {
  .celebrate-snacking #video .vid-container video {
    height: calc(100vh - (2 * 20px));
  }
}

.celebrate-snacking #video .vid-container img {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: none;
     object-fit: none;
}

.celebrate-snacking #video .vid-container video.playing + img {
  opacity: 0;
}

.celebrate-snacking #logos {
  text-align: center;
  background-color: #11779f;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#11779f), to(#3eb1cb));
  background-image: linear-gradient(to top, #11779f, #3eb1cb);
}

.celebrate-snacking #logos .logos-container {
  max-width: 100%;
  padding: 40px 20px;
}

.celebrate-snacking #logos .logos-container img {
  display: inline-block;
  margin: 20px;
  vertical-align: middle;
  max-width: 25%;
}
/*# sourceMappingURL=main.css.map */