/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.row {
  display: flex;
  margin: -0.5rem;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  padding: 0.5rem;
  box-sizing: border-box;
}

.col-1 {
  flex-basis: 8.3333333333%;
}

.col-2 {
  flex-basis: 16.6666666667%;
}

.col-3 {
  flex-basis: 25%;
}

.col-4 {
  flex-basis: 33.3333333333%;
}

.col-5 {
  flex-basis: 41.6666666667%;
}

.col-6 {
  flex-basis: 50%;
}

.col-7 {
  flex-basis: 58.3333333333%;
}

.col-8 {
  flex-basis: 66.6666666667%;
}

.col-9 {
  flex-basis: 75%;
}

.col-10 {
  flex-basis: 83.3333333333%;
}

.col-11 {
  flex-basis: 91.6666666667%;
}

.col-12 {
  flex-basis: 100%;
}

body {
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
  font-family: "Poppins";
  font-family: "Montserrat";
  line-height: 1.5;
  color: #911B64;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Montserrat;
  color: #2289BE;
  line-height: 1.2;
}

img {
  max-width: 100%;
}

.container {
  max-width: 90vw;
  margin: 0 auto;
  width: 76em;
}

.logocontainer {
  width: 100%;
  padding-top: 1em;
}
.logocontainer .logo {
  padding: 1rem 2rem 0.5rem 1rem;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0 0 1rem 0;
}

.logo {
  width: 8em;
  max-width: 30vw;
  margin: 0;
}

.hero {
  background: #eee;
  position: relative;
  background: #a7d0fc url(/img/cactus.jpg) top center no-repeat;
  background-size: cover;
  z-index: 2;
  max-width: 76em;
  margin: 0 auto;
}
.hero .container {
  display: flex;
  align-items: center;
  min-height: 50vw;
  width: 88%;
}
@media screen and (min-width: 64rem) {
  .hero .container {
    min-height: 40rem;
  }
}

.hero .content {
  max-width: 45vw;
  margin-left: 0rem;
}

.hero h2 {
  color: #01106d;
  font-size: 6.5vw;
  line-height: 1.2;
  max-width: 11em;
}

@media screen and (max-width: 30rem) {
  .hero {
    background-size: 150%;
    background-position: 50% 100%;
  }
  .hero img {
    max-width: 9rem;
  }
  .hero .container {
    min-height: 80vw;
  }
  .hero h2 {
    font-size: 1.25rem;
    margin-top: 4em;
  }
}
.hero .product-image {
  max-width: 35vw;
  position: absolute;
  bottom: -1.5em;
  left: 2em;
}

@media screen and (min-width: 45rem) {
  .hero h2 {
    font-size: 1.5rem;
    margin-top: 4em;
  }
}
@media screen and (min-width: 30em) {
  .hero h2 {
    font-size: min(4vw, 3.2rem);
    margin-top: 4em;
  }
  .hero p {
    font-size: min(3vw, 1.8rem);
    max-width: 20em;
  }
  .hero .product-image {
    max-width: 5vw;
  }
}
.section.video-section {
  margin-top: 3em;
}

.video-section .container {
  max-width: 100vw;
}

.video-section .media {
  display: block;
  width: 100%;
}

.video-section .content {
  max-width: 90vw;
  margin: 3em auto;
  width: 76em;
}

.video-section p:nth-child(2) {
  color: #333;
}

@media screen and (min-width: 40em) {
  .video-section .container {
    display: flex;
    align-items: center;
  }
  .video-section .media {
    flex: 0 0 50%;
    margin-right: 1em;
  }
}
@media screen and (min-width: 60em) {
  .video-section .media {
    flex: 0 0 60%;
    margin-right: 4em;
  }
  .video-section .content {
    font-size: 1.2em;
  }
}
.video-container {
  width: 100%;
  position: relative;
}

.video-container video {
  width: 100%;
}

.video-container.square-video {
  padding-bottom: 100%;
  position: relative;
  height: 0;
}

.video-container.square-video video {
  height: 100%;
  position: absolute;
  top: 0;
}

.big {
  font-size: 1.1em;
  font-weight: 600;
}

.product-callouts {
  margin: 3em 0;
}

.product-callouts .callout {
  margin: 2em 0;
}

@media screen and (min-width: 54rem) {
  .product-callouts {
    display: flex;
  }
  .product-callouts .callout {
    margin: 2em 0;
    margin-right: 2.33%;
    flex: 0 0 31%;
    box-sizing: border-box;
  }
}
p.quote {
  color: #333;
}

.callout {
  display: flex;
  align-items: flex-start;
}

.callout .icon {
  width: 5rem;
  height: 5rem;
  background: #2289BE;
  flex: 0 0 5em;
  margin-right: 1em;
  border-radius: 50%;
  position: relative;
}

.callout .icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 65%;
  height: 65%;
  transform: translate(-50%, -50%);
}
.callout .icon svg * {
  stroke: #fff;
}

.callout h3 {
  font-size: 1.25em;
  margin: 0 0 0.25em;
}

.callout p {
  margin: 0;
}

.section-awards {
  background: #ffffff;
  padding: 2em 0;
}

@media screen and (min-width: 40em) {
  .section-awards .awards {
    display: flex;
    align-content: space-between;
  }
  .section-awards h2 {
    color: #2289BE;
  }
}
.awards {
  justify-content: space-between;
  margin: 2em 0em;
}

.award {
  flex: 1;
  padding: 0em 1em;
}

.customer-reviews {
  padding: 2em 0;
}

.customer-reviews h2 {
  text-align: center;
}

.faq-section {
  padding: 2em 0;
  margin: 0;
  background: #2289be;
}

.faq-section .container {
  width: 45em;
}

.faq-section h2 {
  color: #ffffff;
}

@media screen and (min-width: 53em) {
  .reviews {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .reviews .review {
    flex: 0 0 30%;
    margin: 0 0 2em;
  }
}
.review {
  margin: 2em 0;
}

.review .title {
  font-weight: 600;
  margin-bottom: -0.5em;
}

.review .review-author {
  display: flex;
  align-items: center;
}

.review .review-author .icon {
  width: 3rem;
  height: 3rem;
  background: #a9b7b8;
  flex: 0 0 3em;
  margin-right: 1em;
  border-radius: 50%;
  position: relative;
}

.review .review-author .icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.review .review-author h3 {
  font-size: 1em;
  margin: 0 0 0.25em;
}

.review .review-author h4 {
  font-size: 1em;
  margin: 0 0 0.25em;
}

.review .review-author p {
  margin: 0;
}

.faq {
  margin: 1em 0;
}

.rating {
  width: 50%;
}

.faq .question {
  padding: 0 3em 0 0;
  font-weight: 700;
  color: #ffffff;
  position: relative;
  cursor: pointer;
  transition: background 250ms;
  border-radius: 5rem;
}

.faq .question:after {
  transform-origin: 75% 75%;
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  right: 0.5em;
  top: 50%;
  transition: transform 300ms;
  transform: translateY(-50%) rotate(45deg);
  margin-top: -0.25em;
}

.faq .answer {
  display: none;
  padding-bottom: 0.5em;
}

.faq.open .question {
  color: #ffffff;
}

.faq.open .question:after {
  transform: translateY(-50%) rotate(-135deg);
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}

.answer p {
  color: #ffffff;
}

.pricebox {
  line-height: 1.2;
}

.pricebox .discount {
  color: #900;
  font-weight: 600;
  font-size: 1.5em;
}

#floating-nav {
  position: fixed;
  z-index: 10;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  box-shadow: -0.5em 0 1em rgba(0, 0, 0, 0.35), -0.5em 0 2.5em rgba(0, 0, 0, 0.3);
  max-width: 40em;
  margin: 0 auto;
  border-radius: 0.5em 0.5em 0 0;
}

#floating-nav .container {
  padding: 0.75em;
  max-width: 100vw;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

#floating-nav .pricebox {
  flex: 0;
  margin-right: 1em;
}

#floating-nav .button {
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  flex: 1;
}

.button {
  cursor: pointer;
  color: #000;
  text-decoration: none;
  font-weight: 600;
  padding: 1em;
  background: #FFBD00;
  border: 0;
  border-radius: 0.5em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.button svg {
  margin-right: 0.5em;
  line-height: 0;
  max-height: 1.75em;
}

.button-row {
  margin: -0.25em;
}

.button-row .button {
  vertical-align: top;
  display: inline-flex;
  height: 1em;
  margin: 0.25em;
}

.button-walmart {
  background: #0077FF;
  color: #fff;
  white-space: nowrap;
}

.button-walmart svg {
  width: 1.5em;
}

.section-cta {
  padding: 2em 0;
}

.section-cta h2 {
  margin-top: 0;
}

.cta {
  display: flex;
  align-items: center;
  max-width: 40em;
  margin: 0 auto;
}

.cta .image {
  flex: 0 0 10em;
  margin: 0.5em 0;
}

@media screen and (min-width: 40em) {
  .cta h2 {
    font-size: 2em;
  }
}
.cite {
  font-size: 14px;
  font-size: 0.75rem;
  padding: 0 20px 10px 20px;
  text-align: center;
}

footer {
  padding-bottom: 6em;
  color: #ffffff;
  background: #2389BC;
  border-top: 1px solid #d5eeea;
  text-align: center;
}

footer p {
  color: inherit;
}

footer a {
  color: inherit;
}

footer ul {
  list-style: none;
  margin: 2em 0;
  padding: 0;
}

footer .recticare {
  width: 100%;
  margin: 2em auto 0;
  max-width: 25em;
}

.alt {
  background: #2289be;
}

.big-center {
  text-align: center;
  padding: 2em 0;
}

.big-center h2 {
  margin: 0 auto;
  font-weight: 400;
  font-size: 1.5em;
}

@media screen and (min-width: 40em) {
  .big-center h2 {
    font-size: 2em;
  }
}
/* new code to add */
.productcallout h2 {
  font-size: 1.25em;
  /*position: absolute;*/
  color: #ffffff;
}

@media screen and (min-width: 30em) {
  .productcallout .container {
    min-height: 35vw;
  }
  .productcallout h2 {
    font-size: 1.75rem;
    /*position: absolute;*/
    left: 25%;
    top: 4em;
  }
  .productcallout p {
    font-size: 1.25em;
  }
  .productcallout .image-column {
    max-width: 25em;
  }
  .productcallout .text-column {
    /*padding-right: 6%;*/
    padding-left: 6%;
  }
  .cta .pricboxlogo {
    max-width: 8% !important;
    padding-right: 20px;
  }
}
.text-column {
  width: 60%;
  padding-left: 1em;
  margin-bottom: 10em;
}

.image-column {
  width: 50%;
  padding: 25px 20px 20px 20px;
}

.text-section {
  margin-bottom: 20px;
}

.text-section h2 {
  color: #fff;
  text-shadow: 2px 2px 2px rgba(0, 0, 80, 0.5);
}

.productcallout .container {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 76em;
  min-height: 70vw;
}
.productcallout .container .text-column {
  width: 100%;
}

.productcallout {
  background: #2a89b9 url("/img/advancedmadeinusa.png") 50% 50% no-repeat;
  background-size: 35rem;
  background-position: 95% 85%;
  max-width: 76em;
  margin: 0px auto;
}
@media screen and (max-width: 45rem) {
  .productcallout {
    background-size: 70%;
  }
}

@media screen and (min-width: 40em) {
  .productcallout .container {
    min-height: 40rem;
  }
  .productcallout h2 {
    font-size: 5vw;
    font-size: 3rem;
  }
  .productcallout p {
    font-size: 1.5rem;
  }
}
.productcallout p {
  line-height: 1.2;
  color: #fff;
}

p {
  color: #000;
}

.alt h2 {
  color: #ffffff;
}

.logo-headline h2 {
  text-align: center;
}

.faq-section h2 {
  text-align: center;
}

.section.logo-section {
  padding: 2em 0px;
}

.logo-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.logo-container .logo {
  flex: 1 1 calc(8% - 10px);
  margin: 5px;
  text-align: center;
  background: #fff;
}

.logo-container img {
  width: 70%;
}

@media (max-width: 768px) {
  .logo-container .logo {
    flex: 1 1 calc(35% - 10px);
  }
}
hr.divider {
  border-top: 1px solid #2289be;
  width: 75%;
}

.pricboxlogo {
  max-width: 8%;
  padding-right: 20px;
}

.cta .pricboxlogo {
  max-width: 15%;
  padding-right: 20px;
}

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

.cta {
  margin-bottom: 3em;
}

.cta.advanced {
  padding: 2em 2em;
  border: solid #bfc1d7;
}

.cta.cream30 {
  padding: 2em 2em;
  border: solid #bfc1d7;
}

.cta.cream15 {
  padding: 2em 2em;
  border: solid #bfc1d7;
}

.cta.wipes {
  padding: 2em 2em;
  border: solid #bfc1d7;
}

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

video {
  width: 100%;
}

.usa {
  padding-top: 0.5em;
}

/*
.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}*/


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