@import 'https://use.typekit.net/uua3qgy.css';
html {
  font-size: 18px;
}

body, p, input, button {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.6;
  font-family: "proxima-nova", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: 400;
}

h1, h2, h3, h5 {
  font-family: "vollkorn", sans-serif;
  line-height: 1.2em;
  margin-bottom: 0.5em;
}

h1 {
  font-size: 3.5rem;
}

h2 {
  font-size: 2.667rem;
}

h3 {
  font-size: 2rem;
}

h5 {
  font-size: 1.33rem;
}

h6 {
  font-size: 1rem;
  line-height: 1.5em;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-bottom: 0.4em;
}

@media (max-width: 900px) {
  h1 {
    font-size: 2.75rem;
  }
  h2 {
    font-size: 2.25rem;
  }
}
p {
  margin: 0 0 0.5em;
}

a {
  color: #2e6f4a;
}
a:hover {
  color: #275d3e;
}

.smile {
  position: relative;
  display: inline-block;
  top: -2px;
  width: 1em;
  height: 1em;
  background: transparent url("/assets/smile.png") center center no-repeat;
  background-size: contain;
  vertical-align: middle;
}

html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  background: #fff;
  color: #231f20;
}
@media (max-width: 1300px) {
  body.mobile-nav-open {
    overflow: hidden;
  }
}

#container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  min-height: 100%;
}

main {
  flex: 1 1 auto;
  padding-top: 90px;
}
main > section {
  padding: 80px 24px;
  box-sizing: border-box;
}

img {
  display: block;
}

button, input[type=button], .btn {
  display: inline-block;
  padding: 1rem 40px;
  font-size: 0.778rem;
  font-weight: 600;
  line-height: 1em;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.2em;
  background: #2e6f4a;
  color: #fff;
  cursor: pointer;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
}
button:hover, input[type=button]:hover, .btn:hover {
  background: #275d3e;
  color: #fff;
}
button.alt, input[type=button].alt, .btn.alt {
  background: none;
  color: inherit;
  padding: 24px 0;
  border-bottom: 3px solid currentColor;
}
button.alt:hover, input[type=button].alt:hover, .btn.alt:hover {
  background: none;
  color: inherit;
}
@media (max-width: 400px) {
  button, input[type=button], .btn {
    padding: 1rem 30px;
  }
}

.btn {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-radius: 0;
  padding: 18px 40px;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.btn:focus, .btn:active, .btn.focus, .btn.active {
  outline: none !important;
  box-shadow: none !important;
}
.btn.btn-sm {
  padding: 10px 15px;
  font-size: 12px;
}

.btn-primary {
  background-color: #2e6f4a;
  border-color: #2e6f4a;
  color: #fff;
  font-weight: 400;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.focus, .btn-primary.active {
  background-color: #275d3e;
  border-color: #275d3e;
}

.btn-secondary {
  background-color: #d1ece3;
  border-color: #d1ece3;
  color: #231f20;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.focus, .btn-secondary.active {
  background-color: #82b0a1;
  border-color: #82b0a1;
  color: #231f20;
}

section.cta:not(#family) {
  padding: 80px 0;
}
section.cta > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  background: #f5f4eb;
  text-align: center;
}
section.cta > div > div {
  position: relative;
  box-sizing: border-box;
}
section.cta > div > div:first-child img {
  width: 100%;
  height: auto;
  max-width: 500px;
}
section.cta > div > div:last-child {
  padding: 25px;
}
@media (min-width: 800px) {
  section.cta > div {
    flex-direction: row;
  }
  section.cta > div > div:first-child {
    width: 40%;
    max-width: 600px;
  }
  section.cta > div > div:last-child {
    width: 60%;
  }
}
@media (min-width: 1000px) {
  section.cta > div > div:first-child {
    width: 48%;
  }
  section.cta > div > div:last-child {
    width: 52%;
    padding: 50px;
  }
}
section.cta .stars {
  margin-bottom: 25px;
}
section.cta .stars svg {
  height: 30px;
}
section.cta .btn {
  margin-top: 25px;
}
section.cta h6 + h3 {
  margin-top: 24px;
}

.stars {
  position: relative;
  display: inline-block;
}
.stars svg {
  width: auto;
  height: 20px;
}
.stars > svg {
  opacity: 0.25;
}
.stars use {
  fill: #ec0b1d;
}
.stars div {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.stars.secondary use {
  fill: #2e6f4a;
}

#container > header {
  position: fixed;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  left: 0;
  top: 0;
  width: 100%;
  background: #ec0b1d;
  color: #fff;
  z-index: 100;
}
#container > header > a {
  position: relative;
  width: 140px;
  padding: 27px;
}
#container > header > a > img {
  width: 100%;
  height: auto;
}
#container > header nav {
  width: 40%;
  padding: 0 24px;
}
#container > header nav:last-child ul {
  justify-content: flex-end;
}
#container > header ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
}
#container > header li {
  display: block;
  margin: 0;
  padding: 0;
}
#container > header li a {
  display: block;
  padding: 37px 20px;
  font-size: 0.667rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 5px solid transparent;
  color: #fff;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
#container > header li a:hover {
  color: #d1ece3;
  border-bottom-color: #d1ece3;
}
#container > header li.cart a {
  padding: 0 20px 5px;
  border-bottom: none !important;
}
#container > header li.cart a img {
  width: auto;
  height: 32px;
}
#container > header li#mobile-nav-btn {
  z-index: 2;
}
#container > header li#mobile-nav-btn a {
  width: 32px;
  height: 32px;
  padding: 10px 20px 5px 10px;
  border-bottom: none !important;
  cursor: pointer;
}
#container > header li#mobile-nav-btn a > span {
  display: block;
  width: 100%;
  height: 2px;
  margin: 0 0 8px;
  background: #fff;
}
body.mobile-nav-open #container > header li#mobile-nav-btn a {
  background: transparent url("/assets/mobile-close-button.svg") center center no-repeat;
  background-size: 34px auto;
}
body.mobile-nav-open #container > header li#mobile-nav-btn a > span {
  display: none;
}
@media (min-width: 1301px) {
  #container > header nav:first-child li.account, #container > header nav #mobile-nav-btn {
    display: none;
  }
}
@media (max-width: 1300px) {
  #container > header nav:first-child {
    position: fixed;
    display: none;
    align-items: center;
    justify-content: center;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    background: #ec0b1d;
    z-index: 1;
  }
  #container > header nav:first-child ul {
    flex-direction: column;
  }
  #container > header nav:first-child li a {
    padding: 15px;
  }
  body.mobile-nav-open #container > header nav:first-child {
    display: flex;
  }
  #container > header nav:last-child li.account {
    display: none;
  }
  #container > header nav:last-child li.cart a {
    padding-right: 10px;
  }
}

#container > footer {
  padding: 80px 0 0 0;
}
#container > footer, #container > footer a {
  color: rgba(0, 0, 0, 0.55);
}
#container > footer a {
  font-weight: 400;
}
#container > footer a:hover {
  color: #000;
}
#container > footer > div, #container > footer > footer > div {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
}
#container > footer > div > div, #container > footer > div > nav {
  max-width: 450px;
  padding: 0 80px 0 24px;
}
#container > footer > div > nav:not(:last-child) {
  flex: 0 0 auto;
}
#container > footer > div h6 {
  line-height: 2.1em;
  margin-bottom: 24px;
  color: #000;
}
#container > footer > div ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#container > footer > div li {
  display: block;
  margin: 0 0 24px 0;
  padding: 0;
}
@media (max-width: 1100px) {
  #container > footer > div {
    flex-direction: column;
  }
  #container > footer > div > div, #container > footer > div > nav {
    padding: 0 24px;
  }
  #container > footer > div > div {
    margin: 0 auto;
  }
  #container > footer > div > nav {
    margin: 50px auto 0;
    text-align: center;
  }
}
#container > footer .logo {
  display: block;
  width: 200px;
  padding-top: 10px;
}
#container > footer .logo img {
  width: 100%;
  height: auto;
}
#container > footer .klaviyo-form {
  margin-top: -20px;
}
#container > footer > footer {
  margin-top: 80px;
  padding: 20px 24px;
  border-top: 1px solid #808080;
  opacity: 0.55;
}
#container > footer > footer > div {
  align-items: center;
}
#container > footer > footer .social {
  display: flex;
  flex-direction: row;
  width: 200px;
}
#container > footer > footer .social a {
  display: block;
  margin-right: 24px;
}
#container > footer > footer .copyright {
  flex: 1 1 auto;
  margin-right: 200px;
  text-align: center;
  font-size: 0.778rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
@media (max-width: 850px) {
  #container > footer > footer .copyright {
    margin-right: 0;
    text-align: right;
  }
}
@media (max-width: 550px) {
  #container > footer > footer > div {
    flex-direction: column;
  }
  #container > footer > footer .social {
    justify-content: center;
    width: 100%;
    margin-bottom: 25px;
  }
  #container > footer > footer .copyright {
    text-align: center;
  }
}

#hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 600px;
  background: #f5f4eb;
}
#hero .background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent left center no-repeat;
  background-size: cover;
  z-index: 1;
}
#hero .content {
  position: relative;
  width: 100%;
  max-width: 1320px;
  z-index: 2;
  box-sizing: border-box;
}
#hero .content > div {
  width: 40%;
  margin: 0 0 0 auto;
}
#hero .content > div p + p:last-child {
  margin-top: 25px;
}
#hero .stars {
  margin: 25px 0;
}
#hero .price {
  margin-bottom: 25px;
  font-size: 1.5rem;
  color: #2e6f4a;
}
.page-discount #hero {
  background-color: #EBECE4;
}
@media (max-width: 1150px) {
  #hero {
    min-height: 400px;
    padding: 50px 24px;
  }
}
@media (max-width: 900px) {
  #hero {
    flex-direction: column;
    padding: 0;
  }
  #hero .background {
    position: relative;
    height: 300px;
    background-size: auto 200%;
  }
  #hero .content {
    padding: 25px 24px;
  }
  #hero .content > div {
    width: auto;
  }
}
@media (max-width: 640px) {
  #hero .background {
    height: 48vw;
  }
}

main > #shipping {
  padding: 50px 24px;
  background: #d1ece3;
  text-align: center;
}
main > #shipping > div {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  text-align: left;
}
main > #shipping > div > a {
  position: relative;
  display: flex;
  flex-direction: row;
  padding: 25px 50px;
  color: inherit;
  text-decoration: none;
}
main > #shipping > div > a > div {
  padding-left: 15px;
}
@media (max-width: 500px) {
  main > #shipping > div > a {
    padding: 25px 24px;
  }
}
main > #shipping h5, main > #shipping p {
  margin-bottom: 0;
  white-space: nowrap;
}
main > #shipping h5 {
  line-height: 1.1em;
}
main > #shipping p {
  font-size: 0.667rem;
}

#family {
  background: #f5f4eb;
}
#family > div {
  text-align: left;
}
#family > div > div:last-child {
  padding: 0 0 0 50px;
}
@media (max-width: 799px) {
  #family > div > div:last-child {
    padding: 50px 24px 0;
  }
  #family > div > div:last-child h1 br {
    display: none;
  }
}

#attributes {
  padding-bottom: 0;
}
#attributes ul {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 275px);
  justify-content: center;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 1100px) {
  #attributes ul {
    grid-template-columns: repeat(2, 275px);
  }
}
@media (max-width: 550px) {
  #attributes ul {
    grid-template-columns: 275px;
  }
}
#attributes li {
  display: block;
  margin: 0;
  padding: 24px;
  text-align: center;
}
#attributes figure {
  display: block;
  width: 120px;
  height: 120px;
  margin: 0 auto 24px;
  padding: 0;
}
#attributes figure img {
  width: auto;
  height: 100%;
}
#attributes > p {
  text-align: center;
  margin-top: 50px;
}

#products {
  background: #ec0b1d;
  color: #fff;
  text-align: center;
}
@media (max-width: 750px) {
  #products h1 {
    max-width: 400px;
    margin: 0 auto 0.5em;
    padding: 0 24px;
  }
}
#products ul {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 344px);
  gap: 34px;
  justify-content: center;
  max-width: 1032px;
  margin: 0 auto;
  padding: 0;
}
#products li {
  position: relative;
  display: block;
  margin: 0;
  text-align: center;
}
#products li a {
  position: relative;
  display: block;
  width: 100%;
  color: #fff;
  text-decoration: none;
}
#products li a > figure {
  position: relative;
  display: block;
  width: 100%;
  height: 450px;
  margin: 0;
  padding: 0;
  background: #f5f4eb center center no-repeat;
  background-size: cover;
}
#products li a > figure .btn {
  position: absolute;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  left: 40px;
  right: 40px;
  bottom: 30px;
  min-height: 78px;
  padding: 1rem 30px;
  line-height: 1.5em;
  background: #fff;
  color: #000;
  box-sizing: border-box;
}
#products li a > .btn.alt {
  padding-top: 30px;
}
@media (max-width: 1032px) {
  #products ul {
    grid-template-columns: 344px;
  }
  #products li a > .btn.alt {
    display: none;
  }
}

#tracker {
  background: #2e6f4a;
  color: #fff;
}
#tracker > div {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
#tracker > div > div {
  padding: 0 50px;
}
@media (max-width: 1000px) {
  #tracker > div {
    flex-direction: column;
  }
  #tracker > div > div {
    max-width: 650px;
    padding: 0;
  }
  #tracker > div h3 {
    white-space: normal;
    text-align: center;
  }
  #tracker > div h3 br {
    display: none;
  }
  #tracker > div h6 {
    text-align: center;
  }
  #tracker > div p {
    margin: 25px 0;
    text-align: center;
  }
}
#tracker h3, #tracker h6, #tracker .btn {
  white-space: nowrap;
}
#tracker h3 {
  margin-bottom: 0;
}
#tracker h6 {
  margin-bottom: 24px;
}
#tracker .btn:hover {
  opacity: 0.95;
}

.module-billboard {
  padding: 20px;
}
.module-billboard .module-background-image {
  background-image: url("/assets/quiz.jpg");
}
.module-billboard .module-background-image-faq {
  background-image: url("/assets/faq.jpg");
}
@media (min-width: 768px) {
  .module-billboard {
    padding: 80px;
  }
}
.module-billboard div {
  text-align: center;
  color: #fff;
  padding: 40px 0;
  display: block;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
.module-billboard div h3 {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%);
  padding: 20px 10px;
  margin-bottom: 30px;
  display: inline-block;
  font-size: 50px;
}
@media (min-width: 768px) {
  .module-billboard div h3 {
    font-size: 62px;
  }
}
.module-billboard div a.inline-link {
  color: #fff;
  font-size: 22px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 10px 0;
  text-decoration: none;
  display: inline-block;
  border-bottom: 1px #fff solid;
}
.module-billboard.module-billboard-fullwidth {
  padding: 0;
}
.module-billboard.module-billboard-fullwidth div {
  background-position: center center;
}
.module-billboard.module-billboard-fullwidth div h3 {
  background: none;
}

.blog {
  width: 100%;
  max-width: 880px;
  padding: 0 12px;
  margin: 0 auto 64px;
}
.blog .post_date {
  display: block;
  margin-top: 64px;
  margin-bottom: 18px;
  color: #2e6f4a;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 300;
}
.blog .blog-title {
  font-size: 36px;
  line-height: 109.8%;
}
.blog .entry-content img {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5em;
  margin-bottom: 3em;
  max-width: 100%;
  height: auto;
}
.blog .entry-content img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.blog .entry-content img.d-none {
  display: none !important;
}
@media (min-width: 768px) {
  .blog .entry-content img.d-md-block {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .blog .entry-content img.d-md-none {
    display: none !important;
  }
}
.blog .entry-content h4 {
  font-size: 18px;
  line-height: 31px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.blog .entry-content p {
  margin-bottom: 1.5em;
  font-size: 18px;
  line-height: 28px;
}

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

.italic {
  font-style: italic;
}

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