.description2 {background-color:#f8f8f8;padding:60px 15%;}
.descriptionNutrition {text-align:center;padding-top:3rem;}
.descriptionNutrition h2 {color:#363636;font-family:'Charter';font-size: 1.7rem;margin-bottom: 2.5rem;}
.product-footer__modal-link {
    font-family:'Brandon Bold';
    text-transform:uppercase;
    letter-spacing:1px;
    border: 0;
    margin: 0 auto;
    display: inline-block;
    background-color: #fff;
    padding: 0.5rem 1.5rem;
    text-align: center;
    color: #ce4a00;
    font-weight: 800;
    -webkit-transition: background-color 0.25s ease-in, -webkit-transform 0.25s ease-in;
    transition: background-color 0.25s ease-in, -webkit-transform 0.25s ease-in;
    transition: background-color 0.25s ease-in, transform 0.25s ease-in;
    transition: background-color 0.25s ease-in, transform 0.25s ease-in, -webkit-transform 0.25s ease-in;
    border-radius: 4px;
    border: 2px solid #ce4a00;
    position: relative;

}
.descriptionVideo {background-color:#f8f8f8;padding:60px 15%;}
.descriptionVideo h2{color:#464646;text-transform:uppercase;letter-spacing:1px;font-size: 2.2rem;}
.descriptionVideo p{
	font-family: 'Charter';
    color:#828282;
    text-align:center;
    font-weight: 300;
    line-height: 2.2;
    font-size:1.2rem;
    padding:0 15%;
    margin-top:1.5rem;
}

.dwnArrow {width:32px; height:32px;position:absolute;bottom:45px;left:50%;margin-left:-16px;z-index:9999;text-align:center;}


@font-face {
  font-family: 'Brandon Bold';
  src: url('https://cdn.shopify.com/s/files/1/1210/5358/files/Brandon_bld.otf?13012218314485888755');
}
@font-face {
  font-family: 'Charter';
  src: url('https://cdn.shopify.com/s/files/1/1210/5358/files/Charter.ttc?13142511345579354764');
}
@font-face {
  font-family: 'Brandon Medium';
  src: url('https://cdn.shopify.com/s/files/1/1210/5358/files/Brandon_med.otf?16232012666230946384');
}





/* Flexbox mixin
Generates browser prefixes for flexboxes */
* {
  padding: 0;
  margin: 0;
  outline: none;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-tap-highlight-color: transparent !important;
  -webkit-tap-highlight-color: transparent;
  outline: 0 !important; }

*, *:before, *:after {
  box-sizing: inherit;
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit; }

html, body {
  font-family: Helvetica, Arial, sans-serif;
  height: 100%;
  width: 100%;
  background: #fff;
  color: #202020;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

div {
  display: block; }

button:hover {
  cursor: pointer; }

button:active, button:focus {
  outline: none; }

a img {
  border: 0; }

a:focus {
  outline: none; }

a {
  text-decoration: none; }
  a:active {
    -webkit-tap-highlight-color: transparent !important;
    -webkit-tap-highlight-color: transparent;
    outline: 0 !important; }
  a:hover {
    text-decoration: underline;
    cursor: pointer; }

/*
 *  Remodal - v1.0.6
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none; }

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none; }

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none; }

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch; }

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: ""; }

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%; }

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block; }

/*
 *  Remodal - v1.0.6
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px); }

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(43, 46, 56, 0.9); }

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes; }

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes; }

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 10px 10px 0; }

/* Default theme styles of the modal dialog */
.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff; }

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes; }

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes; }

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle; }

/* Close button */
.remodal-close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent; }

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38; }

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "\00d7";
  text-align: center; }

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0; }

.remodal-confirm {
  color: #fff;
  background: #81c784; }

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a; }

.remodal-cancel {
  color: #fff;
  background: #e57373; }

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350; }

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0; }

/* Keyframes
   ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0; } }

@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0; } }

@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

/* Media queries
   ========================================================================== */
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px; } }

/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38; }

.lt-ie9 .remodal {
  width: 700px; }

.header {
  border-bottom: 0; }

.header__item-logo {
  width: 165px; }

.header__item-search {
  display: none; }

.navigation-horizontal {
  background-color: transparent;
  text-align: left;
  border-top: 0;
  vertical-align: bottom;
  height: 71px; }
  .navigation-horizontal ul {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .navigation-horizontal li {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 4px solid transparent;
    margin: 0 1.6rem;
    padding: 0 .2rem;
    padding-top: 4px; }
    .navigation-horizontal li.nav-item--active {
      
      /*border-bottom: 4px solid #50b9cb;*/ }
  
  .navigation-horizontal a {
    padding: 0;
    color: #828282;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px; }
    .navigation-horizontal li.nav-item--active a {
		color:#008080;
    }
li.nav-item--active a::after {
  position:absolute;
  bottom:5px;
  left:50%;
  margin-left:-3px;
  text-align:center;
  display:block;
  content: url('https://cdn.shopify.com/s/files/1/1210/5358/files/dot.png?5620233137362212230');
}

.wrap {
  width: 100%;
  margin: 0 auto; }

body {
  font-weight: 300;
  color: #222222; }

.rte a:not(.button):hover, a:hover {
  text-decoration: none; }

.index-module__title {
  font-size: 26px; }

.no-touch .product__label--quick-shop {
  display: none; }

.index-module__title {
  margin-bottom: 10px; }

.index-module__free-text h3 {
  margin-bottom: 10px; }

.index-module__free-text table tr, .index-module__free-text table td {
  border: 0; }

.slider__title {
  margin: 0 0 10px 0;
  line-height: 1; }

.slider__button {
  margin-top: 15px; }

.slider__subtitle {
  display: block;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.9;
  max-width: 600px; }

@media screen and (max-width: 768px) {
  .slider__title {
    font-size: 32px; }
  .slider__subtitle {
    margin: 0 0 .5em 0;
    line-height: 1.2; }
  .slider__button {
    margin-top: 10px; } }

@media screen and (max-width: 750px) {
  .index-module__free-text td {
    display: block; } }

@media screen and (max-width: 580px) {
  
  .slider__title {
    font-size: 26px; }
  .slider__subtitle {
    font-size: 16px; } }

.product__tabs {
  display: none; }

.product__details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.product__form {
  display: none; }

.slick-slider .slick-list {
  height: auto !important; }

.product .container {
  max-width: none;
  width: 100%;
  padding: 0; }

.rte p.product-info__details {
  margin-bottom: 0;	
}

.remodal img {
  max-width: 100%; }

.product-details__hero {
  width: 40%;
  background-size: cover; 
  background-position:center;
}

.product-details__info {
  width: 60%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0 3vw 0;
  /*padding: 5vw 5vw 3vw 5vw; */
  position: relative; }
  .product-details__info--text-title .info-plan__price {
    padding: 3rem 0; }
  .product-details__info--text-title .info-plan__header h3 {
    font-size: 2rem; }
  .product-details__info--dual .info-plan__item {
    width: 37.5%; }
  .product-details__info--dual .info-plan__price {
    padding: 1rem 0; }
  .product-details__info--dual .info-plan__note {
    margin: 0 0 1rem 0; }

.product-details__bar {
  display:none;
  height: 24px;
  width: 100%;
  background-image: url("pdp-bar.png");
  background-repeat: repeat-x; }

.details-info__toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
  width: 100%; }
  .details-info__toggle:not(:first-of-type) {
    margin-left: 5%; }
  .details-info__toggle::before {
    content: '';
    z-index: -1;
    position: absolute;
    width: 50%;
    left: 0;
    top: 0;
    height: 100%;
    background-color: white;
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.13, 0.99, 0.32, 1.03);
    transition: -webkit-transform 0.25s cubic-bezier(0.13, 0.99, 0.32, 1.03);
    transition: transform 0.25s cubic-bezier(0.13, 0.99, 0.32, 1.03);
    transition: transform 0.25s cubic-bezier(0.13, 0.99, 0.32, 1.03), -webkit-transform 0.25s cubic-bezier(0.13, 0.99, 0.32, 1.03); }
  .details-info__toggle--swapped::before {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0); }

.details-info__button {
  text-transform:uppercase;
  font-family:'Brandon Bold';
  color: #828282;
  background-color:#f3f3f3;
  border: 0;
  padding: 1rem 1.5rem;
  font-weight: 400;
  -webkit-transition: background-color 0.25s ease-in;
  transition: background-color 0.25s ease-in;
  width: 50%; }
  .details-info__button:hover {
    background-color: rgba(255, 255, 255, 0.1); }
  .details-info__button--selected {
    background-color:#e4e4e4;
    color: #ce4a00; }
    .details-info__button--selected:hover {
      background-color: transparent; }

.details-info__button-info {
  display: block;
  text-transform: uppercase;
  font-size: .8rem; }

.details-info__checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 2rem 0;
  position: absolute;
  right: 10vw; }
  .details-info__checkbox input {
    cursor: pointer; }
  .details-info__checkbox label {
    cursor: pointer;
    color: white; }

.details-info__plan {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: 6rem 0 2rem 0; }
  .details-info__plan:hover .info-plan__item .info-cta__placeholder {
    
    }
  .details-info__plan:hover .info-plan__item .info-cta__full-width {
    
    color: #fff; }
  .details-info__plan:hover .info-plan__item .info-cta__alt-text {
     
    color:#ce4a00;
  }

.info-plan__item {
  width: 33.33%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .info-plan__item:not(:first-of-type) {
    border-left: solid 2px rgba(255, 255, 255, 0.1); }
  .info-plan__item:not(:last-of-type) {
    border-right: solid 2px rgba(255, 255, 255, 0.1); }
  .info-plan__item:hover .info-cta__clickers {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  .info-plan__item:hover .info-cta__full-width {
    background-color: #e75300 !important;
    color: white !important; }
  .info-plan__item:hover .info-cta__alt-text {
    background-color: #e75300 !important; }
  .info-plan__item:hover ~ .info-plan__item .info-cta__alt-text {
    opacity: 1;
     }

.info-plan__header {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  position: relative; }
  .info-plan__header h3 {
    font-family:'Brandon Bold';
    font-size: 3.5rem;
    color: #363636;
    line-height: .9;
    width: 100%;
    text-align: center;
    font-weight: 300;
    padding: 0 1rem;
    overflow-wrap: break-word;
    word-wrap: break-word; }

.info-plan__alt-type {
  color: white;
  opacity: 1;
  -webkit-transition: opacity 0.25s ease-in;
  transition: opacity 0.25s ease-in;
  position: absolute;
  text-align: center;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 5%; }
  .info-plan__alt-type--hidden {
    opacity: 0; }

.info-plan__type {
  font-family:'Charter';
  font-style:italic;
  color: #828282;
  text-transform: capitalize;
  font-size: 1.2rem;
  letter-spacing:2px;
  font-weight: 800;
  width: 100%;
  text-align: center;
  margin-top: .2rem; }

.info-plan__note {
  text-align: center;
  color: #d1d2d4;
  padding: 1rem 1rem 0 1rem;
  display: block;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  max-width: 90%; }

.info-plan__pricing {
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1; }

.info-plan__price {
  font-family:'Brandon Medium';
  padding: 0 0 0.3rem 0;
  font-size: 1.4rem;
  color: #363636;
  text-transform:uppercase;
  letter-spacing:2px;
  font-weight: normal; }

.info-plan__price-per {
  font-family:'Charter';
  font-style:italic;
  padding-bottom: 2rem;
  color: #828282;
  font-weight: 400; }

.info-plan__cta {
  width: 90%;
  margin-bottom: 1rem;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-transition: opacity 0.25s ease-in, background-color 0.25s ease-in;
  transition: opacity 0.25s ease-in, background-color 0.25s ease-in;
  overflow: hidden;
  position: relative; }
  .info-plan__cta--atc {
    position: absolute;
    width: 90%;
    left: 5%;
    bottom: 0; }
  .info-plan__cta--hidden {
    opacity: 0;
    pointer-events: none; }

.info-cta__clickers {
  width: 100%;
  left: 0;
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translate3d(0, -105%, 0);
          transform: translate3d(0, -105%, 0);
  z-index: 1;
  -webkit-transition: -webkit-transform .13s ease-in;
  transition: -webkit-transform .13s ease-in;
  transition: transform .13s ease-in;
  transition: transform .13s ease-in, -webkit-transform .13s ease-in;
  background-color: #fff;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  height: 100%; }
  .info-cta__clickers a, .info-cta__clickers button {
    border: 2px solid #ce4a00;
    border-radius:4px;
    width: 49%;
    display: block;
    background-color: #fff;
    text-align: center;
    color: #ce4a00;
    font-weight: 800;
    -webkit-transition: background-color 0.25s ease-in, -webkit-transform 0.25s ease-in;
    transition: background-color 0.25s ease-in, -webkit-transform 0.25s ease-in;
    transition: background-color 0.25s ease-in, transform 0.25s ease-in;
    transition: background-color 0.25s ease-in, transform 0.25s ease-in, -webkit-transform 0.25s ease-in;
    position: relative;
    height: 100%;
    padding-top: .5rem; }
    .info-cta__clickers a span, .info-cta__clickers button span {
      display: block;
      font-size: calc(.4rem + .4vw);
      text-transform: uppercase;
      font-weight: 400; }
    .info-cta__clickers a:hover, .info-cta__clickers button:hover {
      text-decoration: none;
      background-color: #ce4a00;
      color:#fff;
      border-radius:4px;
      -webkit-transform: scale3d(1.02, 1.02, 1);
              transform: scale3d(1.02, 1.02, 1); }
      .info-cta__clickers a:hover .info-plan__alt-text, .info-cta__clickers button:hover .info-plan__alt-text {
        opacity: 0;
        background-color: #ce4a00;color:#fff; border-radius:4px; }

.info-cta__placeholder {
  border: 0;
  max-width: 200px;
  margin:0 auto;
  display: block;
  background-color: #fff;
  padding: 1rem 1.5rem;
  text-align: center;
  color: #ce4a00;
  font-weight: 800;
  -webkit-transition: background-color 0.25s ease-in, -webkit-transform 0.25s ease-in;
  transition: background-color 0.25s ease-in, -webkit-transform 0.25s ease-in;
  transition: background-color 0.25s ease-in, transform 0.25s ease-in;
  transition: background-color 0.25s ease-in, transform 0.25s ease-in, -webkit-transform 0.25s ease-in;
  border-radius: 4px;
  border: 2px solid #ce4a00;
  position: relative; }

.info-cta__alt-text {
  position: absolute;
  margin: 0 auto;
  right: 0;
  left: 0;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-in, background-color 0.25s ease-in;
  transition: opacity 0.25s ease-in, background-color 0.25s ease-in;
  width: 90%; }

.info-cta__full-width {
  width: 90%;
  margin: 0 auto;
  background-color: #e75300;
  border-radius:4px;
  display: block;
  color: white;
  text-align: center;
  padding: 1rem 1.5rem;
  -webkit-transition: background-color 0.25s ease-in, -webkit-transform 0.25s ease-in;
  transition: background-color 0.25s ease-in, -webkit-transform 0.25s ease-in;
  transition: background-color 0.25s ease-in, transform 0.25s ease-in;
  transition: background-color 0.25s ease-in, transform 0.25s ease-in, -webkit-transform 0.25s ease-in;
  font-weight: 800; }
  .info-cta__full-width:hover {
    text-decoration: none;
    background-color: #ce4a00;
    -webkit-transform: scale3d(1.01, 1.01, 1.01);
            transform: scale3d(1.01, 1.01, 1.01); }
    .info-cta__full-width:hover .info-plan__alt-text {
      opacity: 0;
      color:#fff; }
.details-info__plan .info-plan__item .info-cta__full-width .info-cta__alt-text {color:#fff; background-color:#e75300;}
.details-info__plan:hover .info-plan__item .info-cta__full-width .info-cta__alt-text {color:#fff; background-color:#e75300;}

.info-plan__item:hover .info-cta__full-width {color:#fff !important;}

.country-modal {
  padding: 4rem 6rem 5rem 6rem; }
  .country-modal h2 {
    font-size: 2rem;
    color: #073051;
    margin-bottom: 2rem; }
  .country-modal__ctas {
    margin-top: 2.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .country-modal__ctas a {
      background-color: #e75300;
      display: inline-block;
      color: white;
      text-align: center;
      padding: 1rem 1.5rem;
      -webkit-transition: background-color 0.25s ease-in, -webkit-transform 0.25s ease-in;
      transition: background-color 0.25s ease-in, -webkit-transform 0.25s ease-in;
      transition: background-color 0.25s ease-in, transform 0.25s ease-in;
      transition: background-color 0.25s ease-in, transform 0.25s ease-in, -webkit-transform 0.25s ease-in;
      font-weight: 800;
      width: 32%; }
      .country-modal__ctas a:hover {
        text-decoration: none;
        background-color: #ce4a00;
        -webkit-transform: scale3d(1.01, 1.01, 1.01);
                transform: scale3d(1.01, 1.01, 1.01); 
         
}

@media screen and (max-width: 1100px) {
  .product-details__hero {
    width: 100%;
    padding: 0;
    height: 30vh;
    background-position: center center; }
  .product-details__info {
    width: 100%;
    padding: 0 5%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 2rem; }
    .product-details__info--text-title .info-plan__header h3 {
      font-size: 2rem; }
    .product-details__info--dual .info-plan__item {
      width: 50%; }
    .product-details__info--dual .info-plan__price {
      padding-bottom: 0; }
    .product-details__info--dual .info-plan__header h3 {
      font-size: 1.3rem; }
  .details-info__toggle:not(:first-of-type) {
    margin-left: 0; }
  .details-info__button {
    font-size: .9rem; }
  .info-cta__clickers a {
    padding-top: .6rem; } }

@media screen and (max-width: 680px) {
  .details-info__plan {margin: 1rem 0 2rem 0;} 
  .descriptionVideo {padding:1rem 0.5rem 1rem 0.5rem;}
  .product-description h2 {font-size:1.5rem;}
  .descriptionVideo p {font-size:1.2rem;}
  
  
  .product-details__hero {
    padding: 0 5%; }
  .product-details__info {
    margin-top: 0; }
    .product-details__info--text-title .info-plan__header h3 {
      font-size: 1.5rem; }
    .product-details__info--dual .info-plan__item {
      width: 100%; }
    .product-details__info--dual .info-plan__price {
      padding-bottom: 0; }
    .product-details__info--dual .info-plan__header h3 {
      font-size: 1.3rem; }
    .product-details__info--dual .info-plan__note {
      padding-left: 0;
      padding-right: 0; }
  .details-info__toggle {
    width: 100%;
    margin: 1rem 0 0 0; }
  .details-info__button {
    width: 50%; }
  .details-info__plan {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .info-plan__item {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 1rem; }
    .info-plan__item:not(:first-of-type) {
      border-left: 0; }
    .info-plan__item:not(:last-of-type) {
      border-right: 0; }
  .info-plan__header {
    width: 50%;
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 1rem 0; }
  .info-plan__pricing {
    width: 50%; }
  .info-plan__cta {
    width: 100%; }
    .info-plan__cta--atc {
      left: 0; }
  .info-cta__clickers {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
    .info-cta__clickers a {
      padding-top: .4rem;
      font-size: 1.1rem; }
      .info-cta__clickers a span {
        font-size: .8rem; } }

.product-description h1, .product-description h2, .product-description h3, .product-description h4 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #222222;
  text-align: center; }

.product-description h1 {
  font-size: 2.2rem;
  line-height: 1.1; }

.product-description h2 {
  font-family: 'Brandon Bold', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 2rem;
  line-height: 1.3; }

.product-description h3 {
  font-size: 1.6rem;
  line-height: 1.6; }

.product-description h4 {
  font-size: 1.4rem;
  line-height: 1.6; }

.product-description h5 {
  font-size: 1.2rem;
  line-height: 1.6;
  font-weight: 800;
  text-transform: uppercase; }

.product-description p {
  color:#646464;
  font-family: 'Charter';
  font-weight: 300;
  line-height: 1.5; }

.product-description__normal {
  padding: 0 8%; }

.product-description__alternate {
  padding: 0 15%;
  background-color: white; }

.product-description__info {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4rem; }

.product-description__icons {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 2rem 0 0 0; }

.product-description__section {
  max-width: 1440px;
  margin: 0 auto; }
  .product-description__section header h2 {
    text-transform: uppercase;
    color: #464646; }

.product-description__info-box {
  margin-top: 8rem; }

.product-description__about {
  padding-top: 4rem;
  background-color: white; }

.product-description__hilight {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0 0 4em 0;
  background-color: white; }
  .product-description__hilight header {
    width: 100%;
    margin: 0 0 4rem 0; }

.product-description__footer {
  margin-bottom: 4rem; }
  .product-description__footer h2 {
    color: #073051;
    margin-bottom: 1rem; }
  .product-description__footer p {
    text-align: center;
    padding: 0 10%; }

h1.product-description__heading {
  font-family:'Brandon Bold';
  text-transform:uppercase;
  color: #363636; }

h2.product-description__tagline {
  font-family:'Charter';
  color: #828282;
  font-size: 1.6rem;
  line-height: 1.7;
  margin: 40px 0 8rem 0;
}

.product-description__info .product-info__details {
  font-family:'Charter';
  width: 20%;
  border-top: 1px solid #d1d2d4;
  color: #828282;
  padding: 2rem 0 6rem 0;
  text-align: center;
  letter-spacing:1px;
  font-size: 1.1rem;
  line-height: 2; }
  .product-info__details:not(:last-of-type) {
    margin-right: 2rem; }

.product-icons__image {
  width: 100px;
  text-align: center; }
  .product-icons__image img {
    width: 50%;
    display: inline-block; }
  .product-icons__image p {
    line-height: 1.1; }

.product-about__section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem 0 4rem 0; }

.product-about__image {
  width: 50%; }
  .product-about__image img {
    width: 80%; }

.product-about__details {
  width: 50%; }
  .product-about__details h2 {
    text-transform:uppercase;
    font-family: 'Brandon Bold';
    font-weight:normal;
    text-align: left;
    color: #000;
    font-size: 1.6rem;
    margin: 0; }
  .product-about__details h3 {
    font-family: 'Charter';
    font-style:italic;
    text-align: left;
    color: #363636;
    margin: 0;
    font-size: 1.1rem; }
  .product-about__details p {
    margin-top:1rem;
    margin-bottom: 1.8rem; }
  .product-about__details ul {
    font-family:'Charter';
    color:#ce4a00;
    margin-left:0;
  }
  .product-about__details li {
    font-size:14px;
    letter-spacing:1px;
    list-style-type: none; }

.product-hilight__image {
  width: 20%; }
  .product-hilight__image p {
    font-family:'Brandon Bold';
    text-transform:uppercase;
    text-align: center;
    font-size: 1.4rem;
    color: #363636; }

.product-footer__modal-link {
  margin: 3rem 0 3rem 0;
  display: block;
  text-align: center; 
  width:400px;
  margin:0 auto;
}

.product-footer__video {
  width: 70%;
  margin: 0 auto;
  padding-bottom: 40%;
  height: 0;
  position: relative; }
  .product-footer__video iframe {
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

@media screen and (max-width: 960px) {
  .product-description__normal {
    padding: 0 5%; }
  .product-description__alternate {
    padding: 0 5%;
    background-color: white; } }

@media screen and (max-width: 680px) {
  .product-description__info .product-info__details {width:100%;margin:0;padding: 2rem 0 2rem 0;}
  .product-info__details:not(:last-of-type) {margin:0;}
  h2.product-description__tagline {margin: 40px 0 2rem 0;}
  .dwnArrow {display:none;}
  .product-footer__modal-link {width:350px;}
  .info-plan__price{font-size:1rem;}
  .info-plan__price-per {padding-bottom: 0.2rem;}
  
  .dtd {display:block;width:100%;}
  .asSeen {margin-top:0rem;padding-bottom: 2rem;}
  .asSeen img {width:100%;}
  h2.homeHeader {font-size:1.5rem;}
  p.homeSection {font-size:1.1rem;    margin: 1rem 0 2rem 0;}
  .button--primary.homeButton {margin-top:10px;}
  .payment-methods__list {width:100%;}
  .payment-methods__item {width:25%;}
  
  
  
  .product-description__info-box {
    margin-top: 2rem; }
    .product-description__info-box h1 {
      font-size: 2rem; }
    .product-description__info-box h2 {
      margin-top: 2rem;
      font-size: 1.2rem; }
  .product-description__info {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 2rem; }
  .product-description__icons {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 0; }
  .product-description__about {
    padding-top: 2rem; }
  .product-description__hilight {
    padding-bottom: 0; }
  .product-description__footer {
    margin-bottom: 2rem; }
    .product-description__footer h2 {
      font-size: 1.4rem; }
  .product-info__details {
    width: 100%; }
  .product-icons__image {
    margin-bottom: 2rem; }
  .product-about__section {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-bottom: 2rem; }
  .product-about__image {
    width: 100%;
    margin-bottom: 2rem; }
    .product-about__image img {
      margin: 0 auto; }
  .product-about__details {
    width: 100%; }
  .product-hilight__image {
    width: 50%;
    margin-bottom: 2rem; }
  .product-footer__modal-link {
    margin: 1em 0; } }

@media screen and (max-width: 960px) {
  .product__details {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }

.cart--desktop td:first-child {
  vertical-align: middle; }

.collection__product-link:hover > .greenOverlay {
   opacity:0.7;
}
.collection__product-link:hover > .viewProduct {opacity:1;}
.fa-check{opacity:0;}
.details-info__button--selected .fa-check {opacity:1;}


/** Mobile nav style **/
.navigation-sidebar__header {
  border-bottom: 1px solid #828282;
  color: #828282;
  background: #fff;
  padding: 0;            
}
.navigation-sidebar__close:hover {
  color: #185674;
}
.navigation-sidebar__list {
  background: #fff;
  position: static;         
}

.navigation-sidebar__item {
  border-bottom: 1px solid #828282;
  color: #828282;
  background: #fff;
  text-transform: uppercase;       
}
.navigation-sidebar__item a {
  font-weight: bold;
  text-align: center;
}
.navigation-sidebar__item a:hover {
  color: #185674;
}
.navigation-sidebar__link:hover {
  color: #185674;
}
.navigation-sidebar__current {
  padding-left: 0;
}
.navigation-sidebar__top {
  display: none;
}
.navigation-sidebar__link-title {
  max-width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: 'AndesLight';
}
.navigation-sidebar__item--mobile {
	font-size: 14px;
  	font-family: 'AndesLight';
}
.navigation-sidebar {
  max-width: 100%;
  height: auto;
}
.csstransforms .navigation-sidebar {
  transform: translate(0, -100%);
  transition: transform 0.30s ease-in-out;
}
.csstransforms .navigation-sidebar--open {
  transform: translate(0, 51px);
  transition: transform 0.30s ease-in-out;
}
.page__overlay {
  top: 51px;
  background: none;
}
header.header {
  z-index: 50;
}
.learnmore-white {
  background-color :#ffffff;
}
.navigation-sidebar__item:hover {
  background: #ffffff;
  color: inherit;
}

.discount-bar {
	position: relative;
  	z-index:999;
}

nav.navigation-sidebar {
  position: absolute;
  top: 0;
}

.navigation-sidebar {
	background: none;
}

.navigation-horizontal__list-item, .info-plan__type, .info-plan__cta,
.info-plan__price, h2.product-description__tagline, .product-description__info .product-info__details,
.product-description p, .product-about__details li, .product-footer__modal-link, .global-footer .paragraph, .global-footer .disclosure {
  font-family: 'AndesLight';
}

.product-details__info--text-title .info-plan__header h3, .product-about__details h3,
h1.product-description__heading, .product-description h2, .global-footer .paragraph.heavy, .markdown .markdown--h2 {
  font-family: 'Creighton';
}

.template-page-homepage .hero {
	background-repeat: repeat-x;
}

.navigation-horizontal__dropdown {
	background-color: #263645;
	position: fixed;
  	top: 71px;
  	height: 45px !important;
  	width: 100%;
  	display: flex;
  	justify-content: center;
}

.navigation-horizontal__dropdown li.nav-item--active a::after {
	bottom: -8px;
}

.navigation-sidebar__list--hidden {
  	transform: none !important;
  }

.navigation-horizontal__dropdown {
  padding: 20px 0;
  position: absolute;
  height: 60px !important;
}
.navigation_horizontal {
  overflow: visible;
}
.navigation-horizontal__list-item {
  position: static;
}

.navigation-horizontal__dropdown-item .navigation-horizontal__dropdown-link {
	color: white;
  font-weight: 100;
}

.navigation-horizontal__dropdown-item .navigation-horizontal__dropdown-link:hover {
	color: #828282;
}

.header__item-cart {
  width: 60px;
  border: 0;
}

.header__item-account, .header__item-help {
  width: 75px;
  line-height: 50px;
  font-family: 'AndesLight', AndesLight, sans-serif;
  color: #828282;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 15px;
  border: 0;
}

.header__item-help {
	display: none;
}
.header__item.header__item-account, .header__item.header__item-help {
	vertical-align: baseline !important;
}


.giftpage .product-desc-container ul {
	margin-top: 15px;
  	margin-bottom: 15px;
}

.navigation-horizontal a {
	line-height: 1em;
}

@media (max-width: 1100px) {
  .navigation-horizontal li {
  	margin: 0 0.7rem;
  }
}


@media (min-width: 48em) {
  .header__item-help {
  	display: table-cell;
  }
}

@media (min-width: 60em) {
  .header__item-account, .header__item-help {
  	line-height: 71px;
  }
}

@media (max-width: 768px) {
  .giftpage .wrapper .shelf-container .shelf-row .shelf-tile {
    margin-bottom: 50px;
  }
}

.spr-container {
  max-width: 1080px;
  margin: 0 auto;
  border: none !important;
  border-top: 1px solid #a2a2a2 !important;
}

.spr-review-header-starratings {
  margin: 0.5em 0;
}

.spr-review-header-title {
  font-family: creighton;
  letter-spacing: 1px;
  font-size: 18px;
  color: #868686;
  margin: 0 0 0.5em !important;
}

.spr-review-content-body {
  font-family: AndesLight;
  color: #868686;
  font-size: 14px;
}

span.spr-review-header-byline {
  font-family: AndesLight;
  color: #868686;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  display: block;
}

.spr-review-footer, .spr-header-title {
  display: none;
}

.spr-form-input, .spr-form-label+.spr-form-input {
  padding-left: 0;
  padding-right: 0;
}

.spr-badge {
  width: 90%;
  margin: 15px auto;
}


@media (min-width: 767px) {  
  .spr-review {
    white-space: nowrap;
  }
  .spr-review-content {
    display: inline-block;
    white-space: normal;
    width: calc(100% - 190px);
    vertical-align: top;
  }

  .spr-review-header {
    display: inline-block;
    width: 180px;
    white-space: normal;
    margin-right: 10px;
  }
  .spr-badge {
    width: 100%;
    margin: 15px 0 !important;
  }
}

@media (min-width: 48em) {
  .cart__meta {
      margin-top: 0;
  }
}

@media (max-width: 420px) {
  .header__item-cart {
    width: 40px;
  }
}