/* 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: 3em;
  padding-top: 3em; }

.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 {
    align-items: center; }
    .grid-x.flanked .flanked-left {
      order: 1;
      text-align: left; }
    .grid-x.flanked .flanked-content {
      order: 2;
      text-align: center; }
    .grid-x.flanked .flanked-right {
      order: 3;
      text-align: right; } }

/* 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; }

h3 {
  color: #27a9e1;
  font-size: 1.35em;
  font-weight: bold; }

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; }

.with-icon img {
  display: block;
  margin: 1.5em auto 1em;
  max-width: 6rem; }

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

.offset-icon {
  margin-left: 20%;
  position: relative;
  line-height: 1em;
  text-align: left; }
  .offset-icon img {
    right: 102%;
    top: .125em;
    max-width: 18%;
    max-height: 100%;
    position: absolute; }

.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; }

.lighter, .lighter p {
  color: #7a7a7a; }

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;
  margin: 2em 0 1em; }
  .checklist li {
    margin: 0 0 1.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; }


.checklist.two-columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: left; }
  .checklist.two-columns li {
    width: 47%; }

a {
  color: #27a9e1; }

.circle-icon {
  width: 7em;
  height: 7em;
  margin: 0 auto 1em;
  border: 2px solid #e9da6c;
  border-radius: 50%;
  padding: 1.25em; }

hr.inset {
  max-width: 980px; }

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

/* 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-gradient {
  background: #c3d1ec url("../img/bg-gradient.jpg") center no-repeat;
  background-size: cover; }

.bg-clouds {
  background: #c3d1ec url("../img/bg-clouds.jpg") bottom center no-repeat;
  background-size: cover; }

.bg-grey {
  background-color: #eee;
  padding: 1.5em; }

.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; }

.trim {
  border-bottom: 1px solid #c5c3c5; }

.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: #00253d;
  border-radius: 32px;
  font-family: "Montserrat", sans-serif;
  font-size: .75em;
  font-weight: normal;
  letter-spacing: 1px;
  padding: 1em 2em;
  text-transform: uppercase; }
  .button:hover, .button:active, .button:focus {
    background-color: #27a9e1; }

.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 0;
  position: relative; }
  header .grid-x .cell {
    align-self: center; }
  header:after {
    content: '';
    background: url("../img/bg-curve-transparent.png") top right no-repeat;
    background-size: 175%;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    margin-top: -1px;
    min-height: 3rem; }
  header .logo {
    max-height: 180px; }
  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:after {
      background: url("../img/bg-curve-transparent.png") top center no-repeat;
      background-size: 100%; }
    header .menu {
      justify-content: flex-end; } }

/* INTRO */
@media only screen and (min-width: 40rem) {
  .intro {
    background: url("../img/bg_itchyear.jpg") left center no-repeat;
    background-size: contain; } }

/* 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: #4e4e4e;
    font-size: 1.5em;
    font-weight: bold; }
  .slider-reviews .review-content {
    color: #818181; }
  .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 {
  color: #00253d;
  font-family: "Montserrat", sans-serif;
  font-size: 1.85em;
  font-weight: bold;
  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: #818181;
      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: #818181; }

@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: #818181;
        font-size: .75em;
        height: 100%;
        width: 100%; }
  .add-to-cart-btn {
    width: auto; } }

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

/* PRODUCT GRID */
.product-grid-item {
  padding: 0 1em;
  text-align: center; }
  .product-grid-item .product__name {
    border: 0;
    color: #27a9e1;
    font-family: "Montserrat", sans-serif;
    font-size: 1.2em;
    font-weight: bold;
    letter-spacing: 0;
    margin-bottom: .5rem;
    text-transform: none; }
  .product-grid-item .product__price {
    color: #7a7a7a;
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-size: 1.1em;
    margin-right: .75em; }
  .product-grid-item .product__stars {
    display: inline-block;
    margin: 0;
    padding: 0; }
    .product-grid-item .product__stars li {
      display: inline-block;
      text-indent: -9999px;
      overflow: hidden;
      height: 1em;
      width: 1em;
      background: url("../img/star-empty.png") center no-repeat;
      background-size: contain; }
      .product-grid-item .product__stars li.star--whole {
        background: url("../img/star-whole.png") center no-repeat;
        background-size: contain; }
      .product-grid-item .product__stars li.star--half {
        background: url("../img/star-half.png") center no-repeat;
        background-size: contain; }
      .product-grid-item .product__stars li.star--null {
        background: url("../img/star-null.png") center no-repeat;
        background-size: contain; }
  .product-grid-item .product__button {
    background-color: #00253d;
    display: block;
    font-size: 12px;
    font-weight: normal;
    padding: .75rem 0;
    width: 10em;
    margin: 1em auto; }
  .product-grid-item .product__description {
    color: #666;
    font-size: .9em;
    margin: 1em 2em; }

#product-component-63c75fcbb16,
#product-component-1564773789972,
#product-component-1564773644975,
#product-component-1564773476777,
#product-component-1566587303266 {
  margin: 1em auto; }

#product-component-f2b69ad8333 {
  margin: 1.5em 0; }

.product-grid-item.secondary .product__name {
  color: #00253d;
  font-size: 1.5em;
  margin-bottom: 0; }

.product-grid-item.secondary .product__price {
  color: #27a9e1;
  font-size: 1.25em;
  margin-bottom: .5em; }

@media only screen and (min-width: 40rem) {
  #product-component-63c75fcbb16 {
    margin: 1em 0; }
  .product-grid-item.secondary {
    text-align: left; }
    .product-grid-item.secondary .product__name {
      margin-top: 0; } }

@media only screen and (min-width: 64rem) {
  .product-grid-item.secondary .product__name {
    margin-top: 1em; } }

footer {
  padding: 2em .625em; }
  footer .menu a {
    color: #00253d;
    font-size: .9em;
    letter-spacing: 1px;
    padding: .7em 0;
    text-transform: uppercase; }
  footer p {
    font-size: .9em; }

footer .cell {
  padding-bottom: 1.5em; }

.footer__fine-print {
  color: #7a7a7a;
  font-size: .85em;
  margin: 3em auto 1em;
  text-align: center; }

.fine-print p {
  color: #666;
  font-size: .85em; }

.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%; }


.sticky-bar{
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  border-top: 2px solid #00253d;
  box-shadow: 0 0 1rem rgba(0,0,0,.4);
}
  .sticky-bar h3,
  .sticky-bar a.button{
    margin-bottom: 0;
  }

@media only screen and (max-width: 767px){
  .sticky-bar a.button{
    margin-bottom: 1em;
  }
}

.availability h3{
  border-bottom: 0;
  color: #fff;
}
.availability a.button{
  background-color: #27a9e1;
  padding: .5em 1em;
}
.availability a.button:hover{
  background-color: #d30827;
  padding: .5em 1em;
}