/* VARIABLES */
body, html {
  font-family: "Montserrat", sans-serif; }

/* Grid Tweaks */
.site-container {
  background-color: #fff;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.3);
  margin: 0 auto;
  max-width: 75rem; }

.grid-x.flanked .flanked-content {
  padding: 0 .625em; }

.spaced {
  padding-bottom: 2em;
  padding-top: 2em; 
}
.sidepad {
  padding-right: 2rem;
  padding-left: 2rem;}

.padding {
    padding-right: 1.9375rem;
    padding-left: 1.9375rem;
}
.small-spaced {
  padding-bottom: 2em;
  padding-top: 2em; }

.grid-padding-x > .cell.collapse {
  padding: 0; }
  .grid-padding-x > .cell.collapse .grid-padding-x {
    margin-left: 0;
    margin-right: 0; }

@media only screen and (min-width: 40rem) {
  .grid-x.medium-switch {
    flex-direction: row-reverse; }
  .align-bottom {
    align-self: flex-end; }
  .small-spaced {
    padding-bottom: 0;
    padding-top: 0; }
  .medium-spaced {
    padding-bottom: 2em;
    padding-top: 2em; } }

@media only screen and (min-width: 64rem) {
  .grid-x.flanked .flanked-left {
    order: 1; }
  .grid-x.flanked .flanked-content {
    order: 2; }
  .grid-x.flanked .flanked-right {
    order: 3; } }

/* Typography */
h1, h2, h3, h4, h5, h6 {
  color: #00253d; }
  h1 span.gracetext, h2 span.gracetext, h3 span.gracetext, h4 span.gracetext, h5 span.gracetext, h6 span.gracetext {
    display: block;
    color: #00253d;
    font-family: "Montserrat", sans-serif;
    font-size: .9rem;
    letter-spacing: 1px;
    line-height: 1.75em;
    text-transform: uppercase; }

h1 {
  font-family: "PT Serif", serif;
  line-height: 1.15em;
  text-align: center; }
h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500; }

h2 span {
  color: #27a9e1; }

h2.isitsafe { margin: 1em auto 1em !important;}

h4 {
  border-bottom: 1px solid #c5c3c5;
  font-family: "Roboto", sans-serif;
  font-size: .9em;
  font-weight: bold;
  letter-spacing: 2px;
  margin: 1.5em auto;
  text-transform: uppercase; }

h5 {
  color: #27a9e1;
  font-family: "PT Serif", serif;
 }
.pt {
   font-family: "PT Serif", serif;
}
.bold { font-weight:700;
}
.title-bold {
  color: #00253d;
  font-family:"Montserrat", sans-serif;
  font-weight:700;
  font-size: 1rem; 
  margin:.8rem auto;
}
.white {
   color:#fff;
}
.mb30 {
  margin-bottom:30px;
}
.colors-heading {
  font-family: "Montserrat", sans-serif; 
  font-weight:700;
}
.hero-text {text-align:center;}
.bg-yellow .with-icon img {margin:auto;}

@media only screen and (min-width: 64rem) {
.colors-heading {
  display:block;
}
.bg-yellow .with-icon img {margin:0;}
.hero-text {text-align:left;}
}


.red {color:#e48164;
}
.green {color:#b1d476;
}
.orange {color:#f7c67d;
}
.yellow {color:#fce66c;
}
.brown {color:#ad864f;
}
.black {color:#000;
}
.hero-text {
   line-height: 1.25em;
    margin: 0.5em auto 0.5em;
}
.with-icon img {
  display: block;
  margin: 0;
  max-width: 6rem; }

.colors { 
   padding-right:20px;
}
.inline-icon {
  vertical-align: middle; }
  .inline-icon img,  .inline-icon svg {
    margin: 0 .25em;
    max-height: 1.75em; }
  .inline-icon span {
    color: #27a9e1;
    font-family: "Montserrat", sans-serif;
    font-size: .6em; }

.offset-icon {
  margin-left: 30%;
  position: relative;
  line-height: 1.5em;
  text-align: left; }
  .offset-icon img,  .offset-icon svg {
    right: 102%;
    top: .125em;
    max-width: 38%;
    max-height: 100%;
    position: absolute; 
    margin-right:5px;
    min-height: 84px;max-height:84px;min-width:84px; }

.accent-bar {
  margin-bottom: 1.5em;
  position: relative;
  padding-bottom: 1em; }
  .accent-bar:after {
    content: '';
    position: absolute;
    width: 25%;
    height: 1px;
    bottom: 0;
    left: 50%;
    margin-left: -12.5%;
    background-color: #00253d; }

blockquote {
  border: none;
  color: #00253d;
  padding: 0;
  font-family: "PT Serif", serif;
  font-size: 1.25em;
  font-style: italic;
  line-height: 1.25em;
  margin: 1.5em auto 1em; }

.checklist {
  list-style: none;
  argin: 2em 0 1em;
  margin: 1.25em 0 1.25em;
  font-size: 1.5rem;
 }
  .checklist li {
    margin: 0 0 0.5em;
    padding: 0 0 0 2em;
    position: relative; }
    .checklist li:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 1.5em;
      height: 1.5em;
      background: url("../img/icon-check.png") center no-repeat;
      background-size: contain; }

a {
  color: #27a9e1; }

@media only screen and (min-width: 40rem) {
  h2 {
    font-size: 2em;
    line-height: 1.15em;
    margin: 1em auto .5em; } }

/* Sliders */
.slick-slider {
  margin: 1em 3em 0; }
  .slick-slider .slide {
    padding: 1em; }

.slick-prev, .slick-next,
.slick-prev:hover, .slick-next:hover,
.slick-prev:active, .slick-next:active,
.slick-prev:focus, .slick-next:focus {
  font-size: 1em;
  width: 1.5em;
  height: 1.5em;
  background: url("../img/icon-chevron-blue.png") center no-repeat;
  background-size: contain; }
  .slick-prev:before, .slick-next:before,
  .slick-prev:hover:before, .slick-next:hover:before,
  .slick-prev:active:before, .slick-next:active:before,
  .slick-prev:focus:before, .slick-next:focus:before {
    display: none; }

.slick-prev {
  left: -2em; }

.slick-next {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  right: -2em; }

/* Background Tweaks */
.bg-orange { background: #fde8ca;   }
.bg-yellow { background-color:#fffbe2; }
.bg-green {background-color:#b1d476;padding-bottom:0.1rem}
.bg-secondary {
  background-color: #00253d;
  color: #fff; }
  .bg-secondary h1, .bg-secondary h2, .bg-secondary h3, .bg-secondary h4, .bg-secondary h5, .bg-secondary h6 {
    color: #fff; }
  .bg-secondary .slick-prev, .bg-secondary .slick-next,
  .bg-secondary .slick-prev:hover, .bg-secondary .slick-next:hover,
  .bg-secondary .slick-prev:active, .bg-secondary .slick-next:active,
  .bg-secondary .slick-prev:focus, .bg-secondary .slick-next:focus {
    background: url("../img/icon-chevron-white.png") center no-repeat;
    background-size: contain; }

.bg-tertiary {
  background-color: #c5c3c5; }
.tleft {
  text-align:left;
}
.trim {
  border-bottom: 1px solid #c5c3c5; 
  background-color: #f0f0f0;}

.video-background .video-wrapper video {
  display: block;
  max-width: 100%; }

@media only screen and (min-width: 40rem) {
  .video-background .video-wrapper {
    height: 100%;
    overflow: hidden;
    position: relative;
    left: 0.9375rem; }
    .video-background .video-wrapper video {
      height: 100%;
      max-width: none;
      position: absolute;
      right: 0; } }

/* Buttons */
.button {
  background-color: #27a9e1;
  border-radius: 32px;
  font-family: "Montserrat", sans-serif;
  font-size: .75em;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 1em 2em;
  text-transform: uppercase; }
  .button:hover, .button:active, .button:focus {
    background-color: #d8561e; }

.button.hollow.alt {
  background-color: #00253d;
  border-color: #00253d;
  color: #fff; }
  .button.hollow.alt:hover, .button.hollow.alt:active, .button.hollow.alt:focus {
    background-color: #fff;
    color: #27a9e1; }

header {
  background-color: #00253d;
  color: #fff;
  padding: 1em .625em; }
  header .grid-x .cell {
    align-self: center; }
  header .logo {
    max-height: 85px; }
  header .menu a {
    color: #fff;
    letter-spacing: 1px;
    padding: .75em 1.5em;
    text-transform: uppercase; }
    header .menu a:hover {
      color: #27a9e1; }
  header .menu .phone a {
    color: #27a9e1; }
  header p {
    margin: 0; }

@media only screen and (min-width: 40rem) {
  header {
    font-family: "Roboto", sans-serif; }
    header .menu {
      justify-content: flex-end; } }

/* INTRO */
.intro {
  background: url("../img/bg-cottonswabs.png") left bottom no-repeat;
  background-size: 225%; }

@media only screen and (min-width: 40rem) {
  .intro {
    background: url("../img/bg-cottonswabs.png") center bottom no-repeat;
    background-size: 100%; } }

/* Credibility */
.slider-credibility {
  margin-top: 2em; }
  .slider-credibility .slide img {
    margin-bottom: 1em;
    max-height: 3em; }

/* Reviews */
.slider-reviews {
  padding-bottom: 1em; }
  .slider-reviews .rating {
    margin-bottom: 1em;
    max-width: 45%; }
  .slider-reviews h3 {
    color: #4e4e4c;
    font-size: 1.5em;
    font-weight: bold; }
  .slider-reviews .review-content {
    color: #82827e; }
  .slider-reviews .reviewer-name {
    color: #27a9e1;
    font-weight: bold; }
  .slider-reviews .reviewer-verified {
    color: #c5c3c5; }
  .slider-reviews .review-date {
    float: right; }

/* Add to Cart Form */
.product-title {
  font-family: "PT Serif", serif;
  margin-top: 1em; }

.price {
  color: #27a9e1;
  font-size: 1.5em;
  font-weight: bold; }

.plus-minus-input {
  align-items: center;
  display: block;
  margin: 1em 0 1.5em;
  position: relative;
  width: 100%; }
  .plus-minus-input .input-group-field {
    border: 1px solid #c5c3c5;
    border-radius: 0;
    text-align: center;
    padding: .5rem;
    height: 3em;
    text-align: center;
    width: 70%;
    margin-left: 15%; }
    .plus-minus-input .input-group-field::-webkit-inner-spin-button,
    .plus-minus-input .input-group-field ::-webkit-outer-spin-button {
      -webkit-appearance: none;
              appearance: none; }
  .plus-minus-input .input-group-button {
    border: 1px solid #c5c3c5;
    height: 100%;
    width: 15%;
    position: absolute;
    right: 0; }
    .plus-minus-input .input-group-button.plus {
      border-radius: 0 5px 5px 0;
      border-left: 0;
      top: 0; }
    .plus-minus-input .input-group-button.minus {
      border-radius: 5px 0 0 5px;
      border-right: 0;
      right: auto;
      left: 0; }
    .plus-minus-input .input-group-button button {
      color: #82827e;
      font-size: .75em;
      height: 100%;
      width: 100%; }

.add-to-cart-btn {
  font-size: 1em;
  letter-spacing: 2px;
  padding: 1em 3em;
  width: 100%; }

.product-details {
  color: #82827e; }

@media only screen and (min-width: 40rem) {
  .plus-minus-input {
    width: 4.5em; }
    .plus-minus-input .input-group-field {
      border-radius: 5px 0 0 5px;
      height: 3em;
      width: 3em;
      margin-left: 0; }
    .plus-minus-input .input-group-button {
      border-left: 0;
      height: 1.5em;
      width: 1.5em;
      position: absolute;
      right: 0; }
      .plus-minus-input .input-group-button.plus {
        border-radius: 0 5px 0 0;
        border-left-width: 1px;
        top: 0; }
      .plus-minus-input .input-group-button.minus {
        border-radius: 0 0 5px 0;
        border-top: 0;
        border-right: 1px solid #c5c3c5;
        bottom: 0;
        left: auto;
        right: 0; }
      .plus-minus-input .input-group-button button {
        color: #82827e;
        font-size: .75em;
        height: 100%;
        width: 100%; }
  .add-to-cart-btn {
    width: auto; } }

/* FAQs */
.question {
  font-size: 1.5em; }

footer {
  background-color: #00253d;
  color: #fff;

  padding: 2em .625em; }
  footer .menu a {
    color: #fff;
    font-size: .9em;
    letter-spacing: 1px;
    padding: .7em 0;
    text-transform: uppercase; }
  footer p {
    font-size: .9em; }
footer .logo {
    max-width: 180px;}
.no-bullets,
.no-numbers {
  list-style: none; }

.directions {
  padding: 0 1em 1em; }
  .directions li {
    margin-bottom: 1em; }
    .directions li img {
      margin-bottom: 1em; }

.alt-bullets {
  list-style: none; }
  .alt-bullets li {
    padding-left: 3.25em;
    position: relative;
    font-size: 1.25em;
    font-weight: bold;
    margin-bottom: .5em; }
    .alt-bullets li:before {
      content: '';
      position: absolute;
      top: .5em;
      left: 2.25em;
      height: .5em;
      width: .5em;
      background-color: #27a9e1;
      border-radius: 50%; }

.directions-compound {
  position: relative; }
  .directions-compound .directions-compound-img {
    position: absolute;
    width: 55%;
    top: 16px;
    right: -12px; }
